
.view-btn{
    display: inline-block;
    /*height: 38px;*/
    line-height: 1.3;
    padding: 10px 18px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 10px;
    outline: 0;
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
}
.view-btn:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    color:#fff;
}

.view-btn-pri:hover,.view-btn-warm-pri:hover,.view-btn-normal-pri:hover,
.view-btn-blue-pri:hover,.view-btn-danger-pri:hover,.view-btn-black-pri:hover,.view-btn-green-pri:hover{
    color:#555;
}

/*大小不同*/
.view-btn-lg {
    height: 44px;
    line-height: 44px;
    padding: 0 25px;
    font-size: 16px;
}

.view-btn-sm {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px;
}

.view-btn-fluid {
    width: 100%;
}
/*颜色不同*/
.view-btn-pri {
    border: 1px solid #009688;
    background-color: #fff;
    color: #555;
}

.view-btn-warm {
    background-color: #FFB800;
}

.view-btn-warm-pri {
    border: 1px solid #FFB800;
    background-color: #fff;
    color: #555;
}

.view-btn-normal {
    background-color: #1E9FFF;
}
.view-btn-normal-pri {
    border: 1px solid #1E9FFF;
    background-color: #fff;
    color: #555;
}

.view-btn-blue{
    background-color:#08c;
}
.view-btn-blue-pri {
    border: 1px solid #08c;
    background-color: #fff;
    color: #555;
}

.view-btn-danger {
    background-color: #FF5722;
}
.view-btn-danger-pri {
    border: 1px solid #FF5722;
    background-color: #fff;
    color: #555;
}

.view-btn-black {
    background-color: #393D49;
    color:rgba(255,255,255,.8);
}

.view-btn-black-pri {
    border: 1px solid #C9C9C9;
    background-color: #fff;
    color: #555;
}

.view-btn-green {
    background-color: darkgreen;
}
.view-btn-green-pri {
    border: 1px solid darkgreen;
    background-color: #fff;
    color: #555;
}


/*圆角按钮*/
.view-btn-radius {
    border-radius: 100px;
}

/*菜单样式定义开始*/
/*边框样式结束*/
/*菜单自定义样式*/
#selmenu .subs_menu {
    height: 50px;
    width: 380px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #dcdcdc;
    margin-bottom: 0;
    vertical-align: middle;
}

#selmenu .subs_menu .subs_menu_s {
    box-sizing: border-box;
    background: #fafafa;
    text-align: center;
    float: left;
    color: #333;
    border-right: 1px solid #dcdcdc;
    font-size: 10px;
    display: block;
    width: 20%;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    white-space: nowrap;
}

#selmenu .subs_menu .subs_menu_s .sub_pre_menu_box {
    background-color: #fafafa;
    position: absolute;
    bottom: 50px;
    left: -1px;
    width: 100%;
    border: 1px solid #d0d0d0;
    border-top: 0;
    text-align: center;
    z-index: 999;
}

.sub_pre_menu_list{
    list-style-type: none;
    padding-left: 0;
    margin:0;
}
.sub_pre_menu_list li{
    line-height: 35px;
    border: 1px solid transparent;
    margin: 0 -1px -1px;
    display: list-item;
    text-align: -webkit-match-parent;
}
.sub_pre_menu_list li a{
    text-decoration: none;
    cursor:pointer;
    color:#616161;
}
.sub_pre_menu_inner{
    display: block;
    border-top: 1px solid #e7e7eb;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    cursor: pointer;
}
.sub_pre_menu_box .arrow {
    position: absolute;
    left: 50%;
    margin-left: -6px;
}
.sub_pre_menu_box .arrow_out {
    bottom: -6px;
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: dashed;
    border-color: transparent;
    border-bottom-width: 0;
    border-top-color: #d0d0d0;
    border-top-style: solid;
}
.sub_pre_menu_box .arrow_in {
    bottom: -5px;
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: dashed;
    border-color: transparent;
    border-bottom-width: 0;
    border-top-color: #fafafa;
    border-top-style: solid;
}

.subs_menu_s .normal_a {
    color: #616161;
}

.subs_menu_s a{
    line-height:50px;
}

.subs_menu_s .active {
    border:1px solid darkred;
}
input[name='menuicon'] {
    opacity: inherit;
    position: inherit;
    margin: 0;
    width: 17px;
    height: 17px;
    margin-right: 5px;
    margin-left: 15px;
}

#open_types label{
    display: inline-block;
}

i.layui-icon{
    font-size:20px;
    line-height:20px;
}

#selmenu .selmenu_noborder,#selmenu .subs_menu .selmenu_noborder{
    border:0;
}

#selmenu .selmenu_fontbold,#selmenu .subs_menu .selmenu_fontbold{
    font-weight:bold;
}

/*显示端菜单样式*/

.footer_subs_menu {
    height: 60px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
    vertical-align: middle;
    z-index:999;
}

.footer_subs_menu .subs_menu_s {
    box-sizing: border-box;
    text-align: center;
    float: left;
    display: block;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    white-space: nowrap;
}
