@charset "utf-8";


/*---第一个轮播div适应屏幕大小---*/
/*@media screen and (min-width: 1200px) {
    #Div1 {
        height: 380px !important;
    }
}
@media screen and (min-width: 1200px) {
    #Div1 {
        height: 380px !important;
    }
}
@media screen and (min-width: 1350px) {
    #Div1 {
        height: 463px !important;
    }

}
@media screen and (min-width: 1620px) {
    #Div1 {
        height: 555px !important;
    }
}
@media screen and (min-width: 1920px) {
    #Div1 {
        height: 655px !important;
    }
}*/






/* 设置滚动条的样式的高宽 */
::-webkit-scrollbar {
    width:12px;
    height: 0px;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
    border-radius:10px;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius:10px;
    background:rgba(0,0,0,0.1);
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.2);
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.1);
}





.xuanFu:hover +.xuanFu2{
    display: none;
}











/****************** layui *************************/

/*登录分页的标题 选中时*/
.layui-tab-brief>.layui-tab-title .layui-this {
    color: #ffffff; /*选择时为蓝色*/
    background-color: #126FE0;
}

/*登录分页的标题 选中时*/
.layui-tab-brief>.layui-tab-title .layui-this >#interest{
    background-color: #126FE0;
    color: white;

}




/*标签页分页,选中页面下的线*/
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 0px solid #126FE0;
}



.layui-tab-bar {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    width: 30px;
    height: 39px;
    line-height: 39px;
    border-width: 0px;
    border-style: solid;
    border-radius: 2px;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
    display: none;
}