.login{
    /* width: 1200px; */
    height: 100vh;
    background: #ffffff;
    display: flex;
    justify-content: center;
}
.login-left{
    width: 50%;
    padding: 0 35px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}
.left-con{
    width: 622px;
}
.left-top{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: rgb(28, 28, 30);
    font-family: Telex;
    font-size: 36px;
    font-weight: 400;
    margin-top: 85px;
}
.left-top img{
    width: 243px;
    height: 176px;
}
.title{
    color: rgb(28, 28, 30);
    font-family: Open Sans;
    font-size: 28.8px;
    font-weight: 700;
    line-height: 39px;
    /* text-align: center; */
    margin-top: 37px;
    word-wrap: break-word;
}
.left-box{
    margin-top: 54px;
}
.left-box .nav{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    color: rgba(0, 0, 0, 0.65);
    font-family: 思源黑体;
    font-size: 14px;
    font-weight: 700;
    line-height: 46px;
}
.forget{
    display: flex;
    color: rgb(127, 127, 127);
    font-family: Telex;
    font-size: 11px;
    font-weight: 400;
    align-items: center;
    justify-content: space-between;
    line-height: 43px;
    padding: 0 23px;
}
.left-box .active{
    color: rgb(24, 144, 255);
    position: relative;
}
.left-box .active::after{
    content: '';
    position: absolute;
    width: 76.38px;
    height: 2px;
    bottom: 0;
    left: 50%;
    background: rgb(24, 144, 255);
    transform: translateX(-50%);
}
.content{
    margin: 0 auto;
    margin-top: 27px;
}
.con-box{
    width: 100%;
    display: flex;
    margin-bottom: 9px;
}
.account-con{
    display: none;
}
.content input{
    flex: 1;
    box-sizing: border-box;
    border: 0.8px solid rgb(193, 187, 187);
    height: 60px;
    padding:0 24px;
}
.code{
    width: 136px;
    height: 59px;
    box-shadow: 0px 3.2px 2.4px 0px rgba(0, 0, 0, 0.25);
    background: rgb(19, 114, 244);
    margin-left: 9px;
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 59px;
}
.login-right{
    width: 50%;
    background: rgba(229, 229, 229, 0.41);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

/* 轮播图样式 */
.login-right .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.login-right .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.login-right .swiper-slide img {
    /* width: 622px; */
    max-width: 100%;
    object-fit: contain;
}

.login-right .swiper-pagination {
    position: absolute;
    bottom: 20px;
}

.login-right .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #fff;
    opacity: 0.5;
}

.login-right .swiper-pagination-bullet-active {
    opacity: 1;
    background: #1890ff;
}

.login-right img{
    width: 100%;
    /* height: 482px; */
}
.login-right .right-bottom{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    margin-top: 50px;
}
.login-right .right-bottom img{
    width: 35px;
    height: 29px;
}
.login-type{
    display: flex;
    align-items: center;
}
.login-type div{
    width: 136px;
    height: 43px;
    color: rgb(33, 150, 243);
    font-family: Telex;
    font-size: 16px;
    font-weight: 400;
    margin-right: 15px;
    line-height: 43px;
    text-align: center;
}
.login-type .active{
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 19.2px;
    font-weight: 400;
    box-shadow: 0px 3.2px 2.4px 0px rgba(0, 0, 0, 0.25);
    background: rgb(19, 114, 244);
    height: 43px;
}
.content2{
    display: none;
    text-align: center;
}
.agreement{
    color: rgb(127, 127, 127);
    font-family: 阿里巴巴普惠体 2.0;
    font-size: 13px;
    font-weight: 250;
    line-height: 18px;
    display: flex;
    align-items: center;
    margin-top: 20px;
    width: max-content;
}
.agreement img{
    width: 18px;
    height: 18px;
    margin-right: 9px;
}
.choose{
    width: 18px;
    height: 18px;
    margin-right: 9px;    
    border-radius: 5px;
    border: 1px solid rgb(127, 127, 127);
    box-sizing: border-box;
}
.choose img{
    display: none;
}
.agreement-active .choose-active{
    border: none;
}
.agreement-active .choose-active img{
    width: 18px;
    height: 18px;
    display: block;
}


/* --------注册的页面----------- */
.register{
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
}
.register h1{
    color: rgb(0, 0, 0);
    font-family: Telex;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 10px;
    text-align: center;
    margin-top: 137px;
    margin-bottom: 50px;
}
.register-con{
    width: 711px;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}
.register-con div{
    width: 711px;
    height: 80px;
    /* margin-bottom: 5px; */
    position: relative;
    display: flex;
    align-items: flex-end;
}
.register-con div input{
    width: 100%;
    /* flex: 1; */
    /* height: 100%; */
    padding: 12px 0;
    border: none;
    border-bottom: 1px solid rgb(196, 196, 196);
    font-family: Telex;
    font-size: 19px;
    font-weight: 400;
}
.inpt-wrap{
    width: 100%;
    
}
.register-code{
    width: 251px;
    height: 56px;
    border-radius: 8px;
    background: rgb(19, 114, 244);
    color: rgb(255, 255, 255);
    font-family: Telex;
    font-size: 16px;
    font-weight: 400;
    line-height: 56px;
    text-align: center;
    margin-left: 29px;
    margin-top: 25px;
}
.register-con div .eye{
    position: absolute;
    width: 28px;
    height: 22px;
    right: 10px;
    bottom: 14px;
}
.register-btn{
    height: 72px !important;
    border-radius: 8px;
    background: rgb(19, 114, 244);
    margin-top: 34px;
    color: rgb(255, 255, 255);
    font-family: Telex;
    font-size: 24px;
    font-weight: 400;
    line-height: 72px;
    justify-content: center;
}
.register-bottom{
    font-family: Telex;
    font-size: 20px;
    font-weight: 400;
    margin-top: 31px;
    color: rgb(107, 106, 106);
}
.register-bottom span{
    color: rgb(19, 114, 244);
}