@charset "utf-8";

/* 
*********************注册模块样式*********************
*/
.module.register {
    min-height: calc(100vh - 100px - 180px - 60px);
    margin: 30px auto;
}

.register-form {
    margin-top: 10px;
}

.register-form .form-group {
    display: flex;
    width: 77.61%;
    min-width: 700px;
    padding-left: 7%;
    padding-right: 20%;
    margin: 0 auto;
    padding-bottom: 20px;
}

@media (max-width: 1600px) {
    .register-form .form-group {
        padding-left: 0;
        padding-right: 12%;
    }
}

.register-form .form-group > label {
    display: flex;
    align-items: center;
    justify-content: right;
    width: 185px;
    height: 44px;
    padding: 0 12px 0 0;
    font-size: 18px;
    color: #888;
    cursor: pointer;
}

.register-form .form-group select,
.register-form .form-group textarea,
.register-form .form-group input {
    height: 44px;
    padding: 0 20px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    background-color: #fff;
    font-size: 18px;
    outline: none;
    transition: all 0.3s ease;
}

.register-form .form-group select {
    padding-right: 4px;
}

.register-form .form-group input.laydate {
	width:260px;
    background: url(../img/calendar.png) no-repeat 95% center, #fff;
}

.register-form .form-group textarea {
    height: 100px;
    padding: 8px 20px;
    resize: none;
}

.register-form .form-group select:focus,
.register-form .form-group textarea:focus,
.register-form .form-group input:focus {
    border-color: rgb(0, 91, 172);
}

.register-form .form-group input::placeholder {
    color: rgb(221, 221, 221);
}

.register-form .form-group .upload-file,
.register-form .form-group > select,
.register-form .form-group > textarea,
.register-form .form-group > .sheng-shi-qu-xian-box,
.register-form .form-group > input {
    width: 0;
    flex-grow: 1;
}

.register-form .form-group .upload-file {
    display: flex;
    align-items: center;
    gap: 8px;
}

.register-form .form-group .upload-file input[type="file"] {
    display: none;
}

.register-form .form-group .upload-file > label {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 90px;
    height: 90px;
    border-radius: 4px;
    border: 1px dashed rgb(210, 210, 210);
    background-color: rgb(251, 251, 251);
    color: rgb(150, 150, 150);
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.register-form .form-group .upload-file > label:hover {
    border-color: #005bac;
    color: #005bac;
}

.register-form .form-group .upload-file > label span:nth-child(1) {
    font-size: 30px;
    margin-top: -14px;
}

.register-form .form-group .upload-file .preview {
    display: none;
    width: 90px;
    height: 90px;
    border-radius: 4px;
    border: 1px solid rgb(204, 204, 204);
    cursor: pointer;
    transition: all 0.3s ease;
}

.register-form .form-group .upload-file .preview:hover {
    border-color: #005bac;
}

.register-form .form-group .upload-file p {
    width: 0;
    flex-grow: 1;
    font-size: 14px;
    line-height: 20px;
    color: #de9420;
}

.register-form .form-group .upload-file p span:nth-child(1) {
    color: #d24545;
}

.register-form .form-group .input-button-box {
    display: flex;
    width: 0;
    flex-grow: 1;
}

.register-form .form-group .input-button-box input {
    width: 0;
    flex-grow: 1;
    border-radius: 4px 0 0 4px;
}

.register-form .form-group .input-button-box .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 20px;
    background-color: rgb(0, 91, 172);
    border-radius: 0 4px 4px 0;
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

.register-form .form-group .input-button-box .btn:hover {
    background-color: rgb(0, 122, 230);
}

.register-form .form-group .input-button-box .btn:active {
    background-color: rgb(0, 68, 128);
}

.register-form .form-group .input-button-box .btn:disabled {
    background-color: #ccc;
    cursor: no-drop;
}

.register-form .module-box {
    position: relative
}

.register-form .module-box .form-group {
    background-color: rgb(250, 250, 250);
}

.register-form .module-box .form-group:nth-child(1) {
    padding-top: 20px;
}

.register-form .module-box .form-group:last-child {
    padding-bottom: 20px;
}


.register-form .module-box .tips {
    font-size: 22px;
    color: rgb(226, 226, 226);
    font-weight: bold;
    writing-mode: vertical-rl;
    position: absolute;
    right: 13.5%;
    top: 50%;
    transform: translateY(-50%);
    word-break: keep-all;
    pointer-events: none;
}

.register-form .module-box.business-license-box .tips {
    letter-spacing: 16px;
}

.register-form .module-box.license-box .tips {
    letter-spacing: 3px;
}

.register-form .sheng-shi-qu-xian-box {
    display: flex;
    gap: 16px;
}

.register-form .sheng-shi-qu-xian-box select {
    width: 0;
    flex-grow: 1;
}

.register-form .input-business-license-date-of-expiry-box {
    width: 0;
    flex-grow: 1;
    white-space: nowrap;
}

.register-form .input-business-license-date-of-expiry-box #business-license-date-of-expiry {
    width: calc(100% - 120px - 10px);
    margin-right: 4px;
}

.register-form .input-business-license-date-of-expiry-box label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 44px;
    margin: 0 4px;
    border-radius: 22px;
    border: 1px solid rgb(204, 204, 204);
    background-color: rgb(251, 251, 251);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    color: rgb(68, 68, 68);
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.register-form .input-business-license-date-of-expiry-box label.active {
    border-color: rgb(0, 91, 172);
    background-color: rgb(223, 235, 246);
}

.register-form .input-business-license-date-of-expiry-box label::before {
    content: '';
    width: 16px;
    height: 16px;
    margin-right: 8px;
    border-radius: 50%;
    border: 1px solid rgb(170, 170, 170);
}
  
.register-form .input-business-license-date-of-expiry-box label.active::before {
    background: url(../img/gou2.png) no-repeat center center, rgb(0, 91, 172);
    box-shadow: 0px 3px 6px 0px rgba(0, 91, 172, 0.5);
}
  
.register-form .input-business-license-date-of-expiry-box input[type="checkbox"] {
    display: none;
}

.register-form .form-group .next-step {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    flex-grow: 1;
    height: 44px;
    border-radius: 4px;
    background-image: linear-gradient( 90deg, rgb(0,135,255) 0%, rgb(0,91,172) 100%);
    font-size: 18px;
    color: rgb(255, 255, 255);
}

.register-form .form-group .next-step:hover {
    background-image: linear-gradient( 90deg, rgb(33, 152, 255) 0%, rgb(26, 105, 173) 100%);
}

.register-form .form-group .next-step:active {
    background-image: linear-gradient( 90deg, rgb(0, 105, 197) 0%, rgb(0, 75, 141) 100%);
}

.register-success {
    margin: 80px auto 0;
    padding-bottom: 60px;
}

.register-success .result {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 230px;
    font-size: 32px;
    color: rgb(135, 195, 255);
    font-weight: bold;
    background: url(../img/register-success.png) no-repeat center center;
}

.register-success .toLogin {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 44px;
    margin: 72px auto 0;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    background-image: linear-gradient( 90deg, rgb(0,135,255) 0%, rgb(0,91,172) 100%);
}

.register-success .toLogin:hover {
    background-image: linear-gradient( 90deg, rgb(42, 156, 255) 0%, rgb(30, 103, 167) 100%);
}

.register-success .toLogin:active {
    background-image: linear-gradient( 90deg, rgb(30, 116, 192) 0%, rgb(19, 67, 109) 100%);
}
#password,#password2 {
    text-security: disc; /* 将输入的文字显示为圆点 */
    -webkit-text-security: disc; /* 对于 WebKit 内核的浏览器 */
}