
#header_logo {
    width: 100%;
    height: 40px;
    background: #1d65a20d;
    display: inline-block;
}

.layui-nav-img{
    width: 35px!important;
    height: 35px!important;
    margin-right: 5px!important;
    border-radius: 50% !important;
}

a{
    color: #747474;
}

.header_title{
    width: 100%;
    height: 40px;
    overflow: hidden;
    border-bottom: 1px solid #cccccc2e;
}
.title_list{
    width: 92%;
    padding: 10px 0;
    white-space: nowrap;
    overflow-y: auto;
    float: left;
    position: absolute;
}
.title_list::-webkit-scrollbar{
    display:none
}
.title_list ul{
    padding: 0 0 0 2%;
    width: 98%;
}
.title_list ul li{
    margin-right: 6%;
    height: 30px;
    display: inline-block;
}
.title_list ul li a{
    height: 23px;
    display: inline-block;
}
.checked{
    color: #00a0ea!important;
    border-bottom: 2px solid #00a0ea;
}
.all_option{
    width: 7%;
    float: right;
    line-height: 40px;
    margin-top: -40px;
    text-align: center;
    position: relative;
}
.all_option i{
    font-size: 20px;
    color: #969696;
}
.title_hidden{
    width: 100%;
    background: #fbfbfb;
    float: left;
    display: none;
    margin-top: -40px;
}
.menu{
    width: 98%;
    height: 40px;
    line-height: 40px;
    margin-left: 2%;
    font-size: 15px;
    color: #909090;
    border-bottom: 1px solid #cccccc2e;
}
.menu_list {
    margin-bottom: 3%;
}
.menu_list ul{
    width: 100%;
    height: 100%;
    margin-bottom: 2%;
    display: inline-block;
}
.menu_list ul li{
    padding: 1% 2% 1% 2%;
    float: left;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 2%;
}

.menu_clicked{
    background: #00a0ea!important;
    border: 1px solid #00a0ea!important;
}
.menu_clicked a{
    color: #ffffff!important;
}


/*返回顶部*/
#toTop {
    position: fixed;
    width: 35px;
    height: 35px;
    right: 15px;
    bottom: 85px;
    z-index: 999999999;
    transition: all 0.3s ease 0s;
    opacity: 1;
    overflow: hidden;
    border-radius: 56px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
    background: #00a0ea;
    color: #ffffff;
    display: none;
    text-align: center;
}
#toTop i {
    font-size: 25px;
    line-height: 35px;
}

#service{
    position: fixed;
    width: 35px;
    height: 35px;
    right: 15px;
    bottom: 135px;
    z-index: 999999999;
    transition: all 0.3s ease 0s;
    opacity: 1;
    overflow: hidden;
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 10px;
    background: #00a0ea;
    color: #ffffff;
    text-align: center;
    display: none;
}
#service a{
    color: #ffffff;
}
#service i{
    font-size: 35px;
}


