html,.login-bodys {
    height:100%;
}
body{
    overflow-x: hidden;
}
.login-bodys {
    background-image: url(../../images/home/register-bg.png);
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
}
.login-nav {
    padding:37px 0;
    box-sizing: border-box;
    margin-left: 88px;
}
.register-zf {
    color: #1d2129;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 32px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    padding-left:20px;
    border-left:1px solid #ddd;
    margin-left:20px;
}
.login-main-body {
    margin-top:50px;
}
.login-forms {
    width: 540px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding:  0 75px;
    border-radius:32px;
    height: 630px;
    box-sizing: border-box;
}
.login-forms-container {
    /* padding:60px 0; */
    margin-bottom: 110px;
}
.inputs {
    margin-bottom:30px;
    width: 390px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid #E5E6EB;
    padding:13px 16px;
}

.inputs-danger {
    border:1px solid #D73524;
    background: #FDF0EF;
}
.none {
    display: none;
}
.input-item {
    flex:1;
    border:none;
    background: transparent;
}
.input-item-focus {
    border:1px solid #125AAF;
}

.login-code {
    color: #125AAF;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 14px;
    font-style: normal;
    padding-left:16px;
    box-sizing: border-box;
    border-left:1px solid #E5E6EB;
    line-height: 24px;
}

.danger-text {
    color: #D73524;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 12px;
    position: absolute;
    bottom: -18px;
}
.danger-icon, .success-icon {
    position: absolute;
    right: -36px;
}
.login-handle-list {
    flex:1;
    color: #86909c;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 14px;
}
.input-checkbox {
    width: 14px;
    height: 14px;
    border-radius: 2px;
    border: 1px solid #E5E6EB;
}
.tip-danger {
    color: #D73524;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
}
.btn {
    width: 100%;
    background: rgba(18, 90, 175, 0.5);
    text-align: center;
    height:50px;
    line-height: 50px;
    color: #ffffff;
    border:none;
    border-radius: 8px;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}
.btn-active {
    background: #125AAF;
}

.circle {
  font-size: 16px;         /* 字母"C"的字体大小 */
  margin-right:9px;
}
.login-bottom {
    min-width: 500px;
    flex: 1;
    display: flex;
    align-items: flex-end;
    position: relative;
    top: -20px;
    font-size: 12px;
}

/*  注册成功， 更改密码成功等  */
.login-success-status {
   width: 540px;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   padding:  0 75px;
   border-radius:32px;
   height: 630px;
   box-sizing: border-box;
}
.login-success-status h3 {
    color: #1d2129;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    margin:10px 0;
}
.login-success-status p{
    color: #86909c;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 80px;
}

/*  协议弹出层样式  */
.dialog-body {
    position: fixed;
    width: 100%;
    left:0;
    top:0;
    height:100%;
    background: rgba(0, 0, 0,.3);
}
.dialog-content {
    width: 1000px;
    height: 630px;
    flex-shrink: 0;
    background: #FFF;
    position: absolute;
    left: 50%;
    top:50%;
    margin-left:-500px;
    margin-top:-315px;
}
.dialog-text {
    height: 40px;
    flex-shrink: 0;
    background:#F3F3F3;
    stroke-width: 1px;
    padding:9px 12px;
}
.dialog-text span {
    flex:1;
}
.dialog-container {
    height: 520px;
    padding:24px;
    overflow-y: auto;
}
.buttoms {
    height: 69px;
    flex-shrink: 0;
    background: #FFF;
    padding:15px 0;
}
.submit {
    width: 120px;
    height: 40px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    text-align: center;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 16px;
    font-style: normal;
    flex-shrink: 0;
    border:none;
    border-radius: 4px;
    background: #125AAF;
}
/* 添加交互 */
.login-bodys .inputs:hover{
     border:1px solid #125AAF;
}
.login-bodys .login-code:hover,.login-bodys .serviceTerms:hover,.login-bodys .servicePolicy:hover{
    text-decoration: underline;
}
