
/*轮播图样式*/
.swiper-wrapper{
    backround-color: #000;
}
/*记住用户和忘记密码容器*/
.login-before-control{
    color: #909398;
    width: 100%;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
}
/*记住用户复选框结束    -------------start*/
/*记住用户名容器*/
.box_inner{
    float: left;
    border-right: none;
    width: 133px;
    display: block;
}
/*记住用户名复选框盒子*/
.box_inner .checkbox{
    width: 12px;
    height: 12px;
    display: block;
    float: left;
}
/*记住用户名标签*/
.box_inner label {
    display: block;
    float: left;
    height: 14px;
    padding-left: 8px;
    line-height: 14px;
    cursor: pointer;
}

/*记住用户名复选框*/
input[type="checkbox"] {
    height: 12px;
    width: 12px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 10;
}
/*复选框选中签的样式*/
.checkbox-btn{
    width: 14px;
    height: 14px;
    border-radius: 2px;
    border: solid 1px #e5e5e5;
    display: inline-block;
    box-sizing: border-box;
    background-color: #fff;
}
/*复选框选中后的样式*/
input[type="checkbox"]:checked+.checkbox-btn{
    /*background-color: #3E74FA;*/
    /*border-color: #3E74FA;*/
    background-color: #406CFF;
    border-color: #406CFF;
    position: relative;
    z-index: 1;
}
input[type="checkbox"]:checked+.checkbox-btn::before{
    content: '';
    position: absolute;
    left: 4px;
    top: 1px;
    box-sizing: content-box;
    border: 1px solid #fff;
    border-left: 0;
    border-top: 0;
    height: 7px;
    width: 3px;
    transform: rotate(45deg) scaleY(1);
    transform-origin: center;
}

/*记住用户复选框结束    -------------end*/

/*清除text文本输入框的清除图标*/
input::-ms-clear{
    display: none;
}
/*清除password密码输入框的明文图标*/
input::-ms-reveal{
    display: none;
}
/*轮播图*/
.animate-hide{
    opacity: 0;
}
.animate-show{
    opacity: 1;
}
.animate-swipe{
    position: relative;
}

.swiper-slide,.swiper-wrapper{
    /*height: 100% !important;*/
    position: relative;
}
.loginMainBg .left-wrap .swiper-container{
    height: 100%;
}
.loginMainBg .left-wrap .swiper-slide-title-box{
    position: absolute;
    bottom:72px;
    padding-right: 6.62%;
    box-sizing: border-box;
    width: 100%;
    z-index: 999;
    text-align: right;
    color: #fff;
    font-family: PingFangSC, PingFangSC-Regular;
}
.loginMainBg .left-wrap .swiper-slide-title-marks{
    font-size: 24px;
}
.loginMainBg .left-wrap .swiper-slide-title{
    font-size: 23px;
    font-weight: 500;
    word-break: break-all;
    word-break: break-word;
    width: 80%;
    float: right;
}
.loginMainBg .left-wrap .swiper-slide-desc{
    width: 41.8%;
    min-width: 330px;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 25px;
    margin-top: 9px;
    float: right;
    word-break: break-all;
    word-break: break-word;
    height: 50px;
}
.loginMainBg .left-wrap .swiper-slide-subtitle{
    font-size: 14px;
    font-family: suTitle;
}
#left-wrap  .swiper-container li{position: absolute;left: 0;top: 0;width: 100%; height: 100%; background-color: #406CFF;}
#left-wrap .swiper-content{position: absolute;z-index: 10;bottom: 54px;padding-left: 6.62%;width: auto; box-sizing: border-box;color: #fff; font-family: PingFangSC, PingFangSC-Regular;}
#left-wrap .left_wrap_logo{position: absolute;top: 71px;left: 6.62%;width: 216px;height: 59px;background-repeat: no-repeat;background-size: 100% 100%; z-index: 99;}
#left-wrap .swiper-content .swiper-content-time{
    font-size: 88px;
    margin-bottom: 10px;
    /*margin-left: -12px;*/
}
#left-wrap .swiper-content .swiper-content-date{
    font-size: 26px;
    margin-bottom: 40px;
    font-weight: 400;
}
#left-wrap .swiper-content .swiper-content-label{
    float: right;
    font-size: 18px;
    font-weight: 300;
}
#left-wrap .swiper-content .swiper-content-label span{
    margin-left: 10px;
}
#left-wrap .swiper-pagination li{display: inline-block;width: 18px;height: 8px;background: #fff;background: rgba(255,255,255,0.48);border-radius: 5px; cursor: pointer;box-shadow: none;margin: 0 5px;}
#left-wrap .swiper-pagination .current{background: #fff;width: 29px;transition: all .3s;}
/*轮播图结束    end*/