@media screen and (max-width: 1480px) {
    .videoBg{
        overflow: auto;
    }
}
.videoBg{
    min-width: 1380px;
    max-width: 1900px;
    overflow: hidden;
    position: relative;
}
.videoBg>img{
    height: 895px;
    width: 100%;
    object-fit: cover;
}
.videoBg video{
    height: 894px;
    /*width: 1380px;*/
    display: block;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: 0;
}
.loginMain{
    position: absolute;
    top:54%;
    left:50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.loginLeft{}
.loginLeftT{
    font-size: 50px;
    color: #F5EEEE;
    line-height:1;
    font-weight: bold;
}
.loginLeftT p{
    font-size: 65px;
    line-height:1;
    padding-bottom: 20px;
    word-break: keep-all;
}
.loginLeftT p span{
    color: #F30E0E;
}
.loginLeftC{
    color: #F5EEEE;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    margin-top:30px;
    border-bottom: 1px dashed #707070;
    padding-bottom: 26px;
}
.loginLeftC p{
    display: flex;
    align-items: center;
    justify-content: start;
    padding-top: 6px;
    line-height: 27px;
}
.loginLeftC p span{
    width:180px;
}
.loginLeftC p span:nth-child(2){
    width: 130px;
}
.loginLeftC p span:before{
    font-size: 20px;
    font-weight: 500;
    margin-right:10px;
}
.loginLeftB{
    margin-top: 40px;
}
.loginLeftB .code{
    width: 190px;
    height: 185px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    margin-right: 30px;
}
.loginLeftB .code img{
    width: 178px;
    height: 178px;
}
.loginLeftB .codeR div{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #9E1F24;
    font-size: 21px;
    font-weight: bold;
    background-color: #DEF000;
    border-radius:40px;
    padding:8px 12px 10px 8px;
}
.loginLeftB .codeR div span{
    font-size: 20px;
    margin-right: 4px;
}
.loginLeftB .codeR ul{
    position: relative;
}
.loginLeftB .codeR ul:before{
    content: '';
    height: 90%;
    width: 1px;
    border-left: 1px dashed #f7f7f7;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: -1;
}
.loginLeftB .codeR ul li{
    color: #ECE4E4;
    font-size: 18px;
    line-height: 24px;
    margin-top:20px;
}
.loginLeftB .codeR ul li span{
    color: #000000;
    text-align: center;
    height: 22px;
    width: 22px;
    line-height: 22px;
    border-radius:50%;
    display: inline-block;
    background-color: #FFFFFF;
    margin-right: 6px;
    font-size: 14px;
}
.loginRight {
    width: 454px;
    height: 500px;
    background-color: #FFFFFF;
    border-radius: 10px;
    margin-left: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align:center;
}
.loginRight h3{
    color: #000000;
    font-size: 28px;
    font-weight: bold;
    line-height: 37px;
}
.loginRight h3 span{
    color: #9E1F24;
}
.loginRight p{
    color: #9E1F24;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 38px;
    font-weight: bold;
}
.loginRight dl{
    width: 325px;
}
.loginRight dl dd{
    height: 45px;
    background-color: #FFF8F8;
    border-radius: 5px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 10px;
}
.loginRight dl dd:before{
    padding-right: 6px;
    font-size:18px;
    color: #999;
}
.loginRight dl dd input {
    width: 100%;
    height: 45px;
    box-shadow: none;
    outline: none;
    resize: none;
    border:0;
    background-color: transparent;
}
.loginRight dl dd img,.loginRight dl dd button {
    width: 97px;
    height: 29px;
    box-shadow: none;
    outline: none;
    resize: none;
    border:0;
    background-color: transparent;
    flex: 1;
}
.loginRight dl dd button {
    word-break: keep-all;
    color: #9E1F24;
}
.loginRight .btn{
    background-color: #9E1F24;
    border: none;
    width: 323px;
    height: 42px;
    cursor: pointer;
    color: #FFFFFF;
    font-weight: bold;
    margin-top:26px;
    border-radius:50px;
}
.loginRight .link{
    margin-top: 13px;
    color: #000000;
    font-size: 14px;
    line-height: 19px;
}
.loginRight .link a{
    color: #9E1F24;
}
.loginFooter {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background-color: rgb(255, 255, 255, 12%);
}
.footerDiv {
    color: #C4C4C4;
    font-size: 14px;
    line-height: 50px;
    margin: 0 auto;
    width: 318px;
}
.loginRightMain dl{
    padding-top:50px;
    padding-bottom:0px;
}
.popQyWxLogin {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
/*    width: 865px;
    height: 555px;*/
    /*background: #FFFFFF 0% 0% no-repeat padding-box;*/
    /*box-shadow: 0px 3px 6px #2B2B2B;*/
    border-radius: 10px;
    z-index: 9999;
}
.popQyWxLogin > .close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
}
.popQyWxLoginL {
/*    width: 410px;
    height: 555px; */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 50px;
}
/*登录注册弹窗*/
.popLogin{
    position: fixed;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 865px;
    height: 555px;
    /*background: #FFFFFF 0% 0% no-repeat padding-box;*/
    /*box-shadow: 0px 3px 6px #2B2B2B;*/
    border-radius: 10px;
    z-index: 9999;
}
.popLogin>.close{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
}
.popLoginLay{
    position: fixed;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    z-index: 998;
    background: rgba(0,0,0,0.5);
}
.popLoginL{
    width: 410px;
    height: 555px;
    background: url("../images/login/loginPopBg.png") no-repeat top left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 50px;
}
.popLoginL .ico{
    position: absolute;
    top: -30px;
    left: -30px;
    width: 96px;
    height: 96px;
}
/**/
.popLoginLeftT img{
    width: 295px;
    height: 115px;
}
.popLoginLeftC{
    color: #F5EEEE;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    margin-top:30px;
    padding-bottom:10px;
}
.popLoginLeftC p{
    display: flex;
    align-items: center;
    justify-content: start;
    padding-top: 6px;
    line-height: 27px;
}
.popLoginLeftC p span{
    width:160px;
    font-size: 15px;
}
.popLoginLeftC p span:before{
    font-size: 16px;
    font-weight: 500;
    margin-right:10px;
}
.popLoginLeftB{
    margin-top: 40px;
}
.popLoginLeftB .code{
    width: 120px;
    height: 117px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    margin-right:27px;
}
.popLoginLeftB .code img{
    width: 113px;
    height: 113px;
}
.popLoginLeftB .codeR div{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background-color: #9E1F24;
    border-radius:40px;
    height: 26px;
    line-height: 26px;
}
.popLoginLeftB .codeR div span{
    font-size: 12px;
    margin-right: 4px;
}
.popLoginLeftB .codeR ul{
    position: relative;
}
.popLoginLeftB .codeR ul:before{
    content: '';
    height: 90%;
    width: 1px;
    border-left: 1px dashed #fff;
    position: absolute;
    left:8px;
    top: 6px;
}
.popLoginLeftB .codeR ul li{
    color: #ECE4E4;
    font-size: 14px;
    line-height:20px;
    margin-top:10px;
}
.popLoginLeftB .codeR ul li span{
    color: #000000;
    text-align: center;
    height:16px;
    width: 16px;
    line-height:16px;
    border-radius:50%;
    display: inline-block;
    background-color: #FFFFFF;
    margin-right: 6px;
    font-size: 12px;
}
.popLogin .loginRight{
    margin-left: 0;
    background: white;
    height: 555px;
    border-radius:0 10px 10px 0;
}
.popLoginBox, .popRegister, .popModifyPassword, .QyWxLoginBox, .QyWxLoginBoxNight {
    display: none;
}