
@charset "utf-8";

*{
    border: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    width: 100%;
    font-size: 14px;
    font-family: "microsoft yahei";
    color: #333333;
}
a{
    text-decoration: none;
}
a>span:hover{
    color: #2b7dbc !important;
}
button{
    outline: none;
}
ul{
    list-style: none;
}
html {
    scrollbar-arrow-color: #fff;
    scrollbar-face-color: #b2b3b4;
    scrollbar-3dlight-color: #b2b3b4;
    scrollbar-highlight-color: #b2b3b4;
    scrollbar-shadow-color: #b2b3b4;
    scrollbar-darkshadow-color: #b2b3b4;
    scrollbar-track-color: #fff;
    scrollbar-base-color: #b2b3b4
}

::-webkit-scrollbar-thumb {
    height: 50px;
    outline-offset: -2px;
    outline: #fff solid 2px;
    -webkit-border-radius: 0;
    border: 2px solid #fff;
    background-color: #b2b3b4;
    -webkit-border-radius: 4px
}

::-webkit-scrollbar-thumb:hover {
    height: 50px;
    background-color: #0B95FE;
    -webkit-border-radius: 4px
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-track-piece {
    background-color: #fff;
    -webkit-border-radius: 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #9ca7ad
}

.size100{
    width: 100%;
    height: 100%;
}

.ellipsis{
    overflow:hidden;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    white-space:nowrap;
}

.container-1200{
    width: 1200px;
    margin: 0 auto;
}
.container-960{
    width: 960px;
    margin: 0 auto;
}

.float-right{
    float: right;
}
.fa-16px{
    font-size: 16px;
    position: relative;
    bottom: 1.5px;
}
.hover-scale:hover{
    transform: scale(1.2,1.2);
}
.hover-shadow2:hover{
    box-shadow: 0px 1px 5px -2px #000000;
    cursor: pointer;
}
.hover-f66926:hover{
    color: #f66926 !important;
    cursor: pointer;
}
button:hover{
    box-shadow: 0px 1px 3px -2px #000000;
    cursor: pointer;
}
.hover-orange:hover{
    background-color: orangered;
}
.not-allowed:hover{
    cursor: not-allowed;
    color: black !important;
}
.not-allowed-pwd{
    background-color: darkgrey !important;
}
.not-allowed-pwd:hover{
    cursor: not-allowed;
}
.rotate360:hover{
    cursor: pointer;
    -webkit-animation: r360 0.3s linear;
    -o-animation: r360 0.3s linear;
    animation: r360 0.3s linear;
}
.hover-shadow:hover{
    box-shadow: 1px 1px 9px -1px #333333;
    cursor: pointer;
    transform: scale(1.2,1.2);
}
.text-hover:hover{
    color: blue;
}
.ani-fast{
    -webkit-animation-duration: .6s !important;
    -moz-animation-duration: .6s !important;
    -o-animation-duration: .6s !important;
    animation-duration: .6s !important;
}
.pointer{
    cursor: pointer;
}
.orange{
    color: white !important;
    background-color: #f66926 !important;
    border: none !important;
}
.white{
    color: white;
}
.inlineblock{
    display: inline-block;
}
.f66926{
    color: #f66926 !important;
}
.dedede{
    color: #dedede;
}
.margin5px{
    margin: 0 5px;
}
.margin20px{
    margin: 0 20px;
}
.font12{
    font-size: 12px;
}
.font14{
    font-size: 14px;
}
.img100{
    width: 100%;
    height: 100%;
}

.v-middle{
    vertical-align: middle;
}
.input-style{
    border: 1px solid #E0E6ED;
    border-radius: 2px;
    height: 32px;
    padding-left: 5px;
}
.none{
    display: none;
}
.block{
    display: block;
}
.btn-f66926{
    padding: 0 10px;
    color: white !important;
    background-color: #f66926 !important;
    height: 32px;
    border-radius: 2px;
    border: 1px solid #f66926 !important;
}
.btn-grey{
    padding: 0 10px;
    color: white !important;
    background-color: darkgrey !important;
    height: 32px;
    border-radius: 2px;
    border: 1px solid darkgrey !important;
    letter-spacing: 1.3px;
}
@keyframes r360 {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(180deg);
    }
}
.b3b3b3{
    color: #b3b3b3;
}

/*实心的按钮*/
.solid-btn{
    background-color: #f66926;
    color: white;
    border: 1px solid #f66926;
}
/*空心的按钮*/
.hollow-btn{
    background-color: white;
    color: #f66926;
    border: 1px solid #f66926;
}

/*裁剪弹窗*/
.lay-box{
    width: 720px;
    margin: 0 auto;
    overflow: hidden;
    display: none;
}
.lay-jcrop-box{
  overflow-y: auto;
}
.j-imgbox{
    width: 100%;
    height: 430px;
    background-color: gainsboro;
    text-align: center;
    margin: 0 auto;
}
.lay-btnbox{
    width: 100%;
    text-align: center;
    border-top: 1px solid #dedede;
    padding: 15px 0;
}
.j-img{
    width: 100% !important;
    max-width: 100%;
    vertical-align: middle;
}
.lay-btnbox button{
    width: 68px;
    height: 32px;
    margin: 0 10px;
}
.jcrop-holder{
    margin: 0 auto !important;
    width: 100%;
}
.layer-title{
    /*text-align: center;*/
}
.layui-layer-title{
    font-size: 16px !important;
    height: 50px !important;
    line-height: 50px!important;
    font-weight: bold;
    padding: 0 50px !important;
    /*background-color: forestgreen !important;*/
    /*color: white !important;*/
    letter-spacing: 3px;
    border-bottom: 1px solid #E0E6ED !important;
    background-color: white !important;
    text-align: center;
}
.layui-layer-setwin{
    top: 18px !important;
}
.lay-content-box{
    width: 100%;
    height: 416px;
    background-color: #f8f8f8;
    text-align: left;
    overflow-y: auto;
    overflow-x: hidden;
}
.layui-layer-btn{
    border-top: 1px solid #dedede;
    text-align: center;
}
.layui-layer-btn .layui-layer-btn0{
    background-color: #f66926 !important;
    border: none;
}
.layui-layer-btn a{
    margin: 0 10px !important;
    height: 32px !important;
    line-height: 32px !important;
    padding: 0 22px !important;
    border-radius:2px !important;
}

/*IE兼容弹窗样式*/
.lay-ie-box{
    width: 450px;
    padding: 30px 15px 35px 15px;
    text-align: center;

}
.lay-ie-p1{
    font-size: 18px;
    color: black;
}
.lay-ie-p2{
    font-size: 14px;
    color: grey;
    margin: 15px 0;
}
.lay-ie-imgs{
}
.lay-ie-imgs>a>div{
    display: inline-block;
    text-align: center;
    width: 180px;
    vertical-align: middle;
}
.lay-ie-imgs img{
    width: 80px;
    height: 80px;
}

/*谷歌浏览器兼容弹窗*/
.chrome-div{
    width: 500px;
    height: 100px;
    position: fixed;
    z-index: 9999;
    top: 80px;
    left: calc((100% - 500px)/2);
    padding: 0 15px;
    display: flex;
    font-size: 14px;
    align-items: center;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 11px -2px grey;
}
.chrome-right{
    padding-left: 25px;
    line-height: 180%;
    position: relative;
}
.chrome-close{
    font-size: 20px;
    position: absolute;
    top: -23px;
    right: -12px;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}

/*关注公众号*/
.lay-gzh{
    width: 460px;
    text-align: center;
    padding: 50px 0 0 0;
}
.lay-gzh>p{
    font-size: 18px;
    color: #333333;
}
.lay-gzh-footer{
    padding: 16px 0;
    font-size: 14px;
    color: #b1b1b1;
    border-top: 1px solid #dedede;
    margin-top: 50px;
}
.login-code-box{
    width: 180px;
    height: 180px;
    margin: 60px auto;
    background: url("/Public/image/www/index/kuang.png");
    background-size: cover;
    padding: 15px;
    position: relative;
}
.login-qrcode{
    width: 100%;
    height: 100%;
}
.login-code-wechat{
    margin: 0 auto 20px auto;
    width: 50%;
    padding: 8px;
    border-radius: 80px;
    background-color: #f5f5f5;
    text-align: center;
    color: #808080;
}
.login-saomiaoxian{
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    animation: loginline 2.6s linear infinite alternate;
    -webkit-animation: loginline 2.6s linear infinite alternate;
    -moz-animation: loginline 2.6s linear infinite alternate;
}
.login-erweima{
    width: 100%;
    height: 100%;
}
@keyframes loginline {
    from{
        top: 10px;
    }
    to{
        top: 165px;
    }
}
.layui-gzh{
    border-radius: 6px !important;
}

/*返回顶部按钮*/
.back-top-btn{
    width: 40px;
    text-align: center;
    position: fixed;
    bottom: 50px;
    right: 12px;
    cursor: pointer;
    display: none;
}
.back-top-btn>img{
    width: 100%;
}

/*简洁的删除弹窗*/
body .lay-delete .layui-layer-btn{
    padding-bottom: 12px !important;
    border-top: none !important;
    text-align: center;
}
body .lay-delete .layui-layer-content{
    text-align: center !important;
    padding: 35px 25px !important;
}
body .lay-delete .layui-layer-btn a{
    padding: 0 12px !important;
}
body .lay-delete{
    border-radius: 5px !important;
}

/*网页底部文案*/
.bottom_text{
    margin-top: 50px;
    text-align: center;
    font-size: 14px;
    color: white;
    background-color: #333333;
    padding: 10px;
}

/*管理中心固定右侧底部的悬浮帮助按钮*/
.fixed-right-btn{
    position: fixed;
    right: 0;
    bottom: 10%;
}
.fixed-right-btn-box{
    position: relative;
}
.fixed-right-btn-box>.fixed-btn{
    width: 35px;
    height: 35px;
    line-height: 30px;
    background-color: #f66926;
    color: white;
    border-radius: 4px 0 0 4px;
    margin: 10px 0 10px 10px;
    text-align: center;
    padding-top: 3px;
    cursor: pointer;
}
.fixed-content{
    width: 323px;
    position: absolute;
    top: -30px;
    left: -320px;
    padding: 15px;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 0px 4px 0 rgba(0,0,0,0.30);
}
.fixed-content>p{
    text-align: center;
    font-size: 15px;
    margin-bottom: 15px;
}
.fixed-content>.fixed-flex-div{
    display: flex;
    text-align: center;
    font-size: 12px;
}

.fixed-flex-div-left>img{
    width: 110px;
    height: 110px;
}
.fixed-flex-div-left{
    width: 45%;
}
.fixed-flex-div-right{
    width: 55%;
    text-align: left;
}
.fixed-flex-div-right>div{
    height: 35px;
    line-height: 35px;
    color: grey;
    padding-left: 10px;
    border-left: 1px solid #dedede;
}
.fixed-flex-div-right>div>img{
    margin-right: 10px;
}
.fixed-content-shangwu .fixed-flex-div-right>div{
    height: 50px;
    line-height: 50px;
}
/*.fixed-btn-1:hover + .fixed-content-kefu{*/
    /*display: block !important;*/
/*}*/
/*.fixed-btn-2:hover + .fixed-content-shangwu{*/
    /*display: block !important;*/
/*}*/








