html,body{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
body{
    /*页面不可选中*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.img_bg{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
     z-index: -1;
}
.top{
    width: 100%;
    height: 90px;
    line-height: 90px;
    background: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.2);
    filter:alpha(opacity=20);
}
.logo{
    margin-left: 70px;
    position: absolute;
    top: 20px;
    /*left: 70px;*/

}
.swiper_box{
    position: absolute;
    left:18%;
    top: 20%;
    width: 400px;
    height: 400px;
    z-index: 1;
}
.swiper-pagination{
    bottom:-20px;
    left: 33%;
}
/*.swiper-pagination-bullet{*/
.swiper-pagination-switch{
    width: 36px !important;
    height:2px !important;
    display: inline-block !important;
    border-radius: 0 !important;
    background:#ffffff !important;
    opacity:1;
    margin-right: 10px;
    border: 0 !important;

}
/*.swiper-pagination-bullet-active{*/
 .swiper-active-switch{
    /*opacity: 1;*/
    background: #F7B638 !important;
}
.pagination {
    position: absolute;
    z-index: 20;
    bottom: 0px;
    width: 100%;
    text-align: center;
}
/*登录  */
.location{
    position: absolute;
    right: 18%;
    top: 20%;
}
.no_location{
    margin: 54px auto;
}
.login_box{
    width: 416px;
    height: 402px;
    background-color: #ffffff;
    border: 9px solid #fff;
    z-index: 999;
}
.login_title{
    /*width: 344px;*/
    width: 100%;
    height: 70px;
    line-height: 70px;
    /*margin: 30px auto 0;*/
    color: #fff;
    font-size: 22px;
    text-align: center;
    background-color:#0a943e;
}
.userName_box,.passWord_box,.verify_box{
    position: relative;
    width: 344px;
    height: 50px;
    margin: 40px auto 0;
    border: 1px solid #cccccc;
    border-radius: 4px;
    line-height: 50px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.userName_box:hover,.passWord_box:hover{
    border-color: #999;
}
.passWord_box{
    margin-top: 20px !important;
}
.verify_box{
    margin-top: 10px;
    line-height: 30px;
    border: none;
}
.verify_box input{
    display: inline-block;
    vertical-align: middle;
    width: 239px;
    line-height: 32px;
    text-indent: 10px;
    border: 1px solid #ccc;
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.verify_box input:hover{
    border-color: #999;
}
.userName,.passWord{
    width: 310px;
    height: 30px;
    padding-left: 24px;
    border: none;
    margin-left: 5px;
}
.name_img{
    position: absolute;
    left: 7px;
    top: 15px;
    background-image: url(./imgs/header.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 26px;
    height: 26px;

}
.passWord_img{
    position: absolute;
    left: 7px;
    top: 15px;
    background-image: url(./imgs/password.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 26px;
    height: 26px;
}
.txtVerification{
    height: 32px;
}
.submint_box{
    width: 344px;
    height: 50px;
    background-color: #277A6A;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    margin: 10px auto  0;
    text-align: center;
    line-height: 50px;
    border-radius: 4px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.submint_box:hover{
    background-color: rgba(39,122,106,0.8);
    box-shadow: 0 0 4px 0 rgba(39,122,106,0.8);
}

/*底部*/
.foot{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 12px;
    color: #aaa;
    /*background: #313236;*/
    /*background: rgba(0,0,0,0.8);*/
    background: #000000;
    background-color: rgba(0,0, 0, 0.8);
    filter:alpha(opacity=80);
}
.success{
    border: none !important;
}
.slider{
    width: 344px;
    height: 50px;
    margin: 20px auto  0;
    font-size: 20px !important;
}
.none{
    display: none;
}
/*.pass-box{*/
    /*display: none;*/
/*}*/
/*二维码*/
#scanLogin{
    width: 416px;
    height: 302px;
    z-index: 999;
    background-color: #fff;
    position: relative;
}
.scanMa{
    width: 100%;
    position: absolute;
    left: 110px;
    bottom: 30px;
}
.scanMa span{
    color: #00B83F;
}
.saoImg{
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}
.saoImg img{
    width: 30px;
    height: 30px;
}
.qrShade{
    display: none;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    background-color: #fff;
    opacity: 0.9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}
.qrContent{
    position: absolute;
    top:50%;
    left:50%;
    width:100%;
    margin-left: -50%;
    margin-top: -27px;
}
