@charset "utf-8";

/*
Theme Name:注册2.0-注册;
Author: jiang
Last Modify:2021/03/31
*/

body {
    background: url(../images/signup-bg.png) 0 0 repeat;
}

.wrap900 {
    width: 900px;
    margin: 0 auto;
}

.hide {
    display: none;
}

.head {
    padding-top: 64px;
}

.head .logo {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    line-height: 24px;
    vertical-align: middle;
}

.head-l .line {
    width: 1px;
    height: 20px;
    opacity: 1;
    background: #dadde5;
    margin: 0 16px;
    vertical-align: middle;
    display: inline-block;
}

.head .logo_paratext {
    font-size: 24px;
    font-weight: 400;
    color: #333;
    line-height: 24px;
    vertical-align: middle;
}

.head-r {
    font-size: 14px;
    color: #333;
}

.head-r a {
    color: #3d7eff;
}

.head-r a:hover {
    color: #73a2ff;
}

.head-r .line {
    width: 1px;
    height: 15px;
    opacity: 0.2;
    background: #3d7eff;
    vertical-align: middle;
    margin: 0 15px;
    display: inline-block;
}

.signup-container {
    width: 900px;
    background: #fff;
    border: 1px solid #dadde5;
    border-radius: 5px;
    box-shadow: 0px 10px 10px 0px rgba(207, 214, 229, 0.70);
    padding: 48px 0 80px;
    margin-top: 32px;
    margin-bottom: 50px;
}

.signup-container-form {
    width: 488px;
    margin: 0 auto;
}

.signup-step-list {
    width: 104px;
    text-align: center;
    float: left;
}

.signup-step-list .no {
    width: 56px;
    height: 56px;
    line-height: 56px;
    background: #dadde5;
    border-radius: 50%;
    font-size: 32px;
    color: #fff;
    text-shadow: 0px 10px 10px 0px rgba(207, 214, 229, 0.70);
    text-align: center;
    display: inline-block;
}

.signup-step-list .name {
    font-size: 24px;
    color: #98a1b2;
    line-height: 24px;
    padding-top: 16px;
    display: block;
}

.signup-step-list.current .no {
    background: #3d7eff;
    color: #fff;
}

.signup-step-list.current .name {
    color: #333;
}

.signup-step-line {
    width: 200px;
    height: 1px;
    border-top: 1px dashed #dadde5;
    margin: 28px 40px 0;
}


/* 修改layui */

.layui-input-block {
    margin-left: 0 !important;
    min-height: 36px;
}

.signup-form {
    width: 340px;
    margin: 56px auto 0;
}

.layui-input-block input,
.layui-select {
    width: 340px;
    height: 40px;
    border: 1px solid #dadde5;
    border-radius: 5px;
}

.layui-input-block input:focus {
    border: 1px solid #3d7eff !important;
}

.layui-input:hover,
.layui-select:hover {
    border-color: #3d7eff !important;
}

.signup-form .areaCode {
    font-size: 14px;
    color: #333;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 9px 0 13px;
}

.signup-form .line {
    width: 1px;
    height: 18px;
    background: #dadde5;
    border-radius: 1px;
    box-shadow: 0px 10px 10px 0px rgba(207, 214, 229, 0.70);
    position: absolute;
    left: 48px;
    top: 50%;
    transform: translateY(-50%);
}

.signup-form .tel input {
    padding-left: 57px;
}

.layui-input-block .layui-input-error,
.layui-input-block .layui-input-error:hover {
    border-color: #ff4433 !important;
}

.verCode input {
    width: 224px;
    float: left;
}

.verCode .pic-verCode {
    float: right;
}

.signup-form .btn-sendCode {
    color: #3d7eff;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 12px;
}

.btn-sendCode1 {
    color: #3d7eff;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 12px;
    border: none;
    background-color: white;
}

.layui-form-item {
    margin-bottom: 34px !important;
    clear: both;
    *zoom: 1;
}

.step2 .layui-form-item {
    margin-bottom: 16px !important;
    clear: both;
    *zoom: 1;
}

.password .eye {
    width: 16px;
    height: 12px;
    background: url(../images/password_state.png) 0 0 no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 12px;
}

.password .eye.eye_show {
    background: url(../images/password_state.png) left bottom no-repeat;
}

.signup-form .btn-next,
.signup-form .btn-finish {
    width: 340px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: none;
    appearance: none;
    outline: 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: #3d7eff;
}

.signup-form .btn-finish {
    margin-top: 32px;
}

.signup-form .btn-next:hover,
.signup-form .btn-finish:hover {
    background-color: #73a2ff;
}

.signup-form .btn-next.disabled,
.signup-form .btn-next.disabled:hover,
.signup-form .btn-finish.disabled,
.signup-form .btn-finish.disabled:hover {
    background: #c5d8ff;
}

.signup-form .btn-next:active,
.signup-form .btn-finish:active {
    background-color: #2469f2;
}

.layui-form-item .error {
    font-size: 12px;
    color: #ff4433;
    line-height: 14px;
    position: absolute;
    left: 0;
    bottom: -18px;
    display: none;
}


/* 完善信息 */

.layui-form-label {
    float: none !important;
    clear: both !important;
    padding: 5px 0 !important;
    text-align: left !important;
    font-size: 14px;
    color: #333;
}

.layui-form-item .tag-required {
    color: #ff4433;
    margin-right: 4px;
    vertical-align: middle;
}

.layui-form-select .layui-edge {
    display: none !important;
}

.layui-input-block .ico-search {
    width: 16px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 12px;
    background: url(../images/icon-search.png) 0 0 no-repeat;
}

.layui-input-block .ico-search.focus {
    background: url(../images/icon-search.png) left bottom no-repeat;
}

.layui-form-select dl {
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15) !important;
    border-radius: 4px !important;
    border: none !important;
}

.layui-form-select dl dd.layui-this {
    background-color: #fff !important;
    color: #333;
}

.layui-form-select dl dd:hover {
    background-color: #f0f1f2;
    -webkit-transition: .5s all;
    transition: .5s all;
}

.layui-form-select dl dd,
.layui-form-select dl dt {
    font-size: 12px;
    color: #333;
    border-bottom: 1px solid #F0F1F2;
}


/* 修改滚动条样式 */

.layui-form-select dl::-webkit-scrollbar {
    width: 4px;
}

.layui-form-select dl::-webkit-scrollbar-thumb {
    background-color: #dadde5;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}


/* 修改个人信息 */

.bg-mod {
    background-image: none;
    background-color: #eff3f5;
}

.mod-wrapper {
    background: #ffffff;
    margin: 24px auto 40px;
    padding: 0 40px 40px;
}

.mod-wrapper .caption {
    font-size: 20px;
    color: #333;
    font-weight: 700;
    padding: 24px 0;
    border-bottom: 1px dashed #dadde5;
}

.mod-wrapper .caption img {
    vertical-align: middle;
    margin-right: 8px;
}

.mod-wrapper .signup-form {
    width: 440px;
    margin: 30px 0 0;
}

.mod-wrapper .layui-form-label {
    line-height: 40px !important;
    float: left !important;
    padding: 0 !important;
    text-align: right !important;
    font-size: 14px;
    color: #333;
    margin-right: 16px !important;
}

.lh40 {
    line-height: 40px;
}

.mod-wrapper .layui-form-select dl {
    min-width: 340px !important;
    margin-left: 96px;
}

.mod-wrapper .btn-save {
    width: 108px;
    height: 40px;
    background: #3d7eff;
    border-radius: 4px;
    border: none;
    appearance: none;
    outline: 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin-right: 24px;
    margin-left: 96px;
}
.btn-save.disabled{
    opacity: 0.3;
}

.mod-wrapper .btn-cancel {
    width: 108px;
    height: 40px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    appearance: none;
    outline: 0;
    font-size: 14px;
    color: #333;
    text-align: center;
    cursor: pointer;
}

.mod-wrapper .btn-save:hover {
    background: #73a2ff;
}

.mod-wrapper .btn-cancel:hover {
    border: 1px solid #2469f2;
    color: #2469f2;
}

.mod-wrapper .btn-save:active {
    background: #2469f2;
}

.mod-wrapper .btn-cancel:active {
    border: 1px solid #2469f2;
    color: #2469f2;
    background: #ebf1ff;
}