.login-box{
    width: 850px;
    background: #fff;
    height: 560px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    z-index: 999;
}

.register-box {
    height: 580px;
}

.login-box-left {
    width: 425px;
    height: 560px;
}

.login-box-left-re {
    height: 580px;
}

.logos {
    width: 100px;
    height: auto;
}

.title-s {
    font-size: 26px;
    color: #1B225B;
    font-weight: bold;
    text-align: center;
    margin-top: 45px;
}

.title-s-1 {
    font-size: 20px;
    color: #5D617E;
    text-align: center;
    margin-top: 15px;
}

.tab-items {
    font-size: 18px;
    color: #777;
    padding-bottom: 10px;
    margin-right: 50px;
    cursor: pointer;
}

.tab-list {
    display: flex;
}

.tab-items.active {
    position: relative;
    color: #333;
}

.tab-items.active::after {
    position: absolute;
    display: block;
    content: " ";
    width: 40px;
    height: 4px;
    background: #4C82F7;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 97px;
}

.login-box-right {
    width: 425px;
    padding-left: 30px;
    padding-top: 50px;
}

.tab-items:hover {
    color: #333;
}

.form-item {
    display: none;
}

.showText {
    position: relative;
}
.showTextImg {
    position: absolute;
    right: 10px;
}

.form-item.actived {
    display: block;
}

.labels {
    font-size: 16px;
    color: #333;
    padding-top: 15px;
    padding-bottom: 10px;
}

.inputs {
    background: #FAFAFA;
    height: 40px;
    width: 340px;
    display: flex;
    align-items: center;
    padding: 12px;
}

.inputs:hover {
    box-shadow: 0 0 0 1px #eee ;
}

.inputs-l {
    height: 35px;
}

.inputs .input-s {
    flex: 1;
    border: 0;
    background: #FAFAFA;
    font-size: 16px;
}

.item-pt {
    padding-top: 5px;
}

.item-pth {
    padding-top: 20px;
}

.code-c {
    font-size: 16px;
    color: #4C82F7;
    background: #FAFAFA;
    border: 0;
    cursor: pointer;
}

.xieyi {
    display: flex;
    align-items: center;
    padding-top: 28px;
}

.xieyi-right {
    font-size: 12px;
    color: #C7C9D1;
}

.imgx {
    padding-right: 5px;
}

.xieyi-right  a{
    color: #4C82F7;
    font-size: 12px;
}

.back-to {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4C82F7;
    border-radius: 20px;
    box-shadow: 0px 4px 8px 0px rgba(76, 130, 247, 0.15);
    cursor: pointer;
}

.zhuce {
    font-size: 16px;
    color: #4C82F7;
    cursor: pointer;
}

.w448 {
    width: 340px;
    padding-top: 50px;
}

.w448-s {
    width: 340px;
}

.w448-r {
    padding-top: 25px;
}

.code-mi {
    font-size: 12px;
    color: #999;
    cursor: pointer;
    margin-top: 28px;
}

.code-img {
    width: 282px;
    height: 329px;
    background: #D8D8D8;
    margin-left: 48px;
    margin-top: 46px
}

.code-title {
    font-size: 16px;
    color: #333;
    padding-top: 24px;
    margin-left: 52px;
}

.login-box-right-1 {
    width: 425px;
    padding-left: 30px;
}

.forget-code {
    font-size: 20px;
    color: #333;
    padding-top: 30px;
}

.yuan-item {
    width: 40px;
    height: 40px;
    background: #F2F3F5;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

.yuan-title {
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}

.yuan-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.yuan-item-c {
    font-size: 14px;
    color: #999;
}

.yuan-item.active  img{
    display: block;
}

.items-yuan.actived .yuan-item {
    background: #FFA217;
}

.items-yuan.actived .yuan-title {
    color: #FFA217;
}

.items-yuan.actived .yuan-item-c {
    color: #fff;
}


.forget-code-top {
    width: 340px;
    margin-top: 50px;
    margin-bottom: 20px
}

.yuan-item-line {
    position: relative;
}

.yuan-item-line::after {
    position: absolute;
    display: block;
    content:  " ";
    width: 80px;
    height: 1px;
    background: #FFA217;
    left: -120px;
    top: 20px;
}

.yuan-item-line::before {
    position: absolute;
    display: block;
    content:  " ";
    width: 80px;
    height: 1px;
    background: #E5E6EB;
    right: -120px;
    top: 20px;
}

.imgss {
    width: 136px;
    height: 136px;
    margin: 0 auto;
    margin-top: 40px;
}

.sucess-c {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-top: 18px;
}

.sucess-d {
    font-size: 14px;
    color: #333;
    text-align: center;
    margin-top: 10px;
}

.gologin {
    width: 140px;
    height: 40px;
    line-height: 40px;
    background: #4C82F7;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
    margin-top: 25px;
}

.user-info {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 580px;
    background: #fff;
    padding: 50px 40px 48px 40px;
    z-index: 999;
}

.user-info-title {
    font-size: 25px;
    color: #333;
    text-align: center;
}

.user-label {
    font-size: 16px;
    color: #333;
    width: 96px;
    margin-right: 10px;
}

.user-label-f {
    font-size: 14px;
}

.file {
    width: 60px;
    height: 60px;
    border: 1px dashed #eee;
    border-radius: 50%;
}

.file input {
    opacity: 0;
    width: 80px;
    height: 80px;
}

.file-title {
    font-size: 12px;
    color: #666;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}

.img-x {
    position: absolute;
    bottom: 5px;
    right: 0;
}

.form-user {
    margin-top: 15px;
}

.red {
    color: red;
}

.title-bt {
    color: #E80000;
    font-size: 12px;
    margin-top: 24px;
}

.top-as a:first-child {
    padding-right: 20px;
    position: relative;
}
.top-as a:first-child::after {
    display: block;
    content: " ";
    position: absolute;
    width: 1px;
    height: 14px;
    background: #333;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.name-item {
    font-size: 14px;
    color: #333;
}

.name-erji {
    display: none;
    position: absolute;
    bottom: -115px;
    left: -10px;
    width: 82px;
    height: 110px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(175, 201, 255, 0.3);
    border-radius: 4px;
    z-index: 999;
}

.name-erji a{
    display: block;
    font-size: 12px;
    color: #333;
    margin: 15px auto;
    text-align: center;
}

.name-erji a:hover{
    color: #0664B3;
}

.name-erji a:nth-child(2) {
    margin: 15px 0;
}

.name-erji::after{
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    display: block;
    content: "";
    width:0;
    height:0;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:5px solid #fff;
}

.name-hovers:hover .name-erji {
    display: block;
}

.tanc-box {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1000;
    border-radius: 20px 20px 0 0;
    padding: 18px 15px 30px 15px;
}

.tanc-box-title {
    font-size: 17px;
}

.tanc-form-item {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.tanc-form-item .label{
    font-size: 15px;
    color: #333;
    width: 90px;
}

.tanc-form-item .imgbox{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    position: absolute;
    right: 16px
}

.tanc-form-item  input{
    font-size: 15px;
    color: #333;
    border: 0;
}

.tanc-bt {
    color: #E80000;
    font-size: 12px;
    margin-top: 5px;
}

.tanc-btn {
    height: 48px;
    background: #4C82F7;
    font-size: 18px;
    color: #fff;
    border-radius: 4px;
    margin-top: 30px;
}

.close-img{
    position: absolute;
    right: 30px;
    top: 20px;
    cursor: pointer
}

.agreement-close {
    position: absolute;
    right: 30px;
    top: 20px;
    cursor: pointer
}