/* 登录 */
.login-box {
    width: 100%;
    min-height: 100vh;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

input {
    outline: none;
}

.login-head {
    width: 1200px;
    margin: 0 auto;
    height: 70px;
    display: flex;
    align-items: center;
}

.login-head a {
    display: block;
    height: 42px;
}

.login-head img {
    height: 100%;
    width: auto;
}

.head-slogan {
    width: 94px;
    height: 46px;
    margin: 0 12px;
    background: #FC4A21;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.head-slogan p {
    font-weight: normal;
    color: #FFFFFF;
    font-size: 14px;
}

.login-head span {
    font-weight: bold;
    color: #333333;
    font-size: 22px;
}

.login-container {
    width: 100%;
    height: 690px;
    background-image: url('../image/l-bg.png');
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-menu,
.forget-pwd-box {
    width: 352px;
    background: #F3F5FE;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
    margin-left: 580px;
    padding: 25px;
}

.forget-pwd-box {
    position: relative;
}

.login-title {
    width: 100%;
    display: flex;
    align-items: center;
}

.login-title span {
    font-weight: 400;
    color: #2D2D2D;
    font-size: 16px;
    line-height: 34px;
    border-bottom: 2px solid rgba(58, 123, 255, 0);
    margin-right: 20px;
    cursor: pointer;
}

.login-title span.active {
    color: #3A7BFF;
    border-bottom: 2px solid #3A7BFF;
}

.p-login,
.t-login {
    display: none;
    width: 100%;
    margin-top: 20px;
}

.t-login {
    position: relative;
}

.p-login {
    display: block;
}

.phone-box {
    width: 100%;
    display: flex;
    align-items: center;
}

.phone-box .pic-icon {
    width: 40px;
    height: 40px;
    background: #E4E4E4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-box .pic-icon i {
    width: 22px;
    height: 22px;
    background: url('../image/l-phone.png');
    background-size: 100% 100%;
}

.phone-box input {
    flex: 1;
    height: 40px;
    background: #FFFFFF;
    text-indent: 1em;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}

.pwd-box {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 22px;
}

.pwd-box .pic-icon {
    width: 40px;
    height: 40px;
    background: #E4E4E4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pwd-box .pic-icon i {
    width: 22px;
    height: 22px;
    background: url('../image/l-pwd.png');
    background-size: 100% 100%;
}

.pwd-box input {
    flex: 1;
    height: 40px;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.login-btn,
.change-pwd {
    display: block;
    width: 100%;
    height: 40px;
    background: #73a2ff;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 2px;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 22px;
    cursor: pointer;
}

.login-btn:hover,
.certification-btn:hover,
.register-btn:hover,
.change-pwd:hover {
    background: #2059FC;
}

.login-box-bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}

.intel {
    width: 68px;
    height: 100%;
    background: #FFFFFF;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    box-sizing: border-box;
    padding-right: 15px;
}

.intel::after {
    content: '';
    position: absolute;
    right: 8px;
    top: 57%;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-top-color: rgb(77, 74, 74);
    transform-origin: top center;
}

.intel::before {
    content: '';
    width: 1px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 30%;
    background: #CBCBCB;
}

.intel.active::after {
    transform: rotate(180deg);
    transition: all .3s;
}

.intel-phone-box {
    position: absolute;
    width: 302px;
    height: 340px;
    box-sizing: border-box;
    padding-top: 15px;
    background: #FFFFFF;
    top: 44px;
    left: 0;
    display: flex;
    flex-direction: column;
}

.intel-phone-box .directory {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.intel-phone-box .directory li {
    font-size: 14px;
    font-weight: 400;
    color: #2D2D2D;
    margin-right: 15px;
    margin-bottom: 6px;
    cursor: pointer;
    padding: 0 2px;
}

.intel-phone-box .directory li.active {
    color: #3A7BFF;
}

.intel-phone-box .directory li:hover {
    color: #3A7BFF;
}

.intel-phone-box .intel-select {
    width: 100%;
    flex: 1;
}

.intel-phone-box .intel-select ul {
    width: 100%;
    max-height: 240px;
    overflow-y: auto;
    box-sizing: border-box;
}

.intel-phone-box .intel-select ul::-webkit-scrollbar {
    width: 6px;
    background: #e3e3e4;
    border-radius: 20px;
}

.intel-phone-box .intel-select ul::-webkit-scrollbar-thumb {
    background: #769ff1;
    border-radius: 20px;
}

.intel-phone-box .intel-select li {
    width: 100%;
    box-sizing: border-box;
    padding: 4px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.intel-phone-box .intel-select li span {
    color: #2D2D2D;
    font-size: 14px;
    font-weight: 400;
}

.intel-phone-box .intel-select li p {
    font-size: 14px;
    color: #2D2D2D;
    font-weight: 400;
}

.intel-phone-box .intel-select li:hover {
    background: #EBF5FF;
}

.intel-phone-box .intel-select li:hover span {
    color: #3A7BFF;
}

.intel-phone-box .intel-select li:hover p {
    color: #3A7BFF;
}

.other-login {
    display: flex;
    align-items: center;
}

.other-login .wechat-login {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.other-login .qq-login {
    display: flex;
    align-items: center;
}

.other-login .wechat-login img,
.other-login .qq-login img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.other-login .wechat-login span,
.other-login .qq-login span {
    font-weight: 400;
    color: #333333;
    font-size: 12px;
}

.forget-pwd {
    font-weight: 400;
    color: #3A7BFF;
    font-size: 12px;
}

.no-count {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    box-sizing: border-box;
}

.no-count span {
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #333333;
    font-size: 12px;
}

.no-count a {
    font-size: 12px;
    color: #3A7BFF;
    position: relative;
}

.no-count a::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 48%;
    transform: rotate(-90deg);
    border: 6px solid transparent;
    border-top-color: #3A7BFF;
    transform-origin: 20% 40%;
    border-top-color: #3A7BFF;
}

.verification-code {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    margin-top: 22px;
}

.verification-code span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #E4E4E4;
}

.verification-code .pic-icon i {
    width: 22px;
    height: 22px;
    background: url('../image/l-code.png');
    background-size: 100% 100%;
}

.verification-code input {
    flex: 1;
    height: 40px;
    background: #FFFFFF;
    text-indent: 1em;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.verification-code .get-code {
    width: 80px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    font-weight: 400;
    color: #3A7BFF;
    font-size: 12px;
    cursor: pointer;
}

.t-login .login-box-bottom {
    flex-direction: column;
}

.login-footer {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    font-size: 14px;
    margin: 50px auto;
    border: 1px solid #B4B4B4;
    border-left: none;
    border-right: none;
    padding: 10px 0;
    text-align: center;
}

/* 注册 */
.regsiter-box {
    width: 100%;
    min-height: 100vh;
    background: #fff;
}

.register-top {
    width: 100%;
    height: 70px;
    box-shadow: 1px 4px 8px 0px rgba(199, 199, 199, 0.35);
}

.register-container {
    width: 1200px;
    margin: 0 auto;
    height: 690px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.register-container>img {
    width: 807px;
    height: 620px;
}

.register-main {
    width: 352px;
    background: #FFFFFF;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 25px;
    box-shadow: 0px 2px 14px 0px rgba(164, 164, 164, 0.35);
    position: relative;
}

.register-main .intel-phone-box {
    width: 304px;
    top: 114px;
    left: 25px;
    box-shadow: 0px 2px 14px 0px rgba(164, 164, 164, 0.35);
}

.regsiter-box .register-title {
    font-weight: 400;
    color: #000000;
    font-size: 18px;
    margin-bottom: 20px;
}

.register-main .phone-box,
.register-main .pwd-box,
.register-main .verification-code {
    border: 1px solid #ADADAD;
    border-radius: 5px;
}

.register-main .pwd-box,
.register-main .verification-code {
    overflow: hidden;
}

.register-main .phone-box span {
    border-radius: 5px;
}

.register-main .phone-box input {
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.register-main .phone-box .pic-icon,
.register-main .pwd-box .pic-icon,
.register-main .verification-code span {
    background: #ffffff;
}

.register-main .phone-box .pic-icon i {
    background: url('../image/r-phone.png');
    background-size: 100% 100%;
}

.register-main .pwd-box .pic-icon i {
    background: url('../image/r-pwd.png');
    background-size: 100% 100%;
}

.register-main .verification-code span i {
    background: url('../image/r-text.png');
    background-size: 100% 100%;
}

.register-btn {
    width: 100%;
    height: 40px;
    background: #73a2ff;
    border-radius: 5px;
    margin-top: 18px;
    color: #fff;
    letter-spacing: 2px;
}

.check-msg {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-top: 22px;
}

.check-msg label {
    width: 12px;
    height: 12px;
    margin-right: 8px;
    cursor: pointer;
}

.check-msg .terms {
    font-weight: 400;
    color: #404040;
    font-size: 14px;
}

.check-msg .terms a {
    color: #3A7BFF;
}

.go-login {
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #404040;
    font-size: 14px;
    margin-top: 14px;
}

.go-login a {
    color: #3A7BFF;
    position: relative;
    margin-left: 6px;
}

.go-login a::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 48%;
    transform: rotate(-90deg);
    border: 6px solid transparent;
    border-top-color: #3A7BFF;
    transform-origin: 20% 40%;
    border-top-color: #3A7BFF;
}

/* 所有输入框提示文字 */
.phone-box input:-ms-input-placeholder,
.verification-code input:-ms-input-placeholder,
.pwd-box input:-ms-input-placeholder {
    color: rgba(64, 64, 64, 0.5);
}

.phone-box input::-webkit-input-placeholder,
.verification-code input::-webkit-input-placeholder,
.pwd-box input::-webkit-input-placeholder {
    color: rgba(64, 64, 64, 0.5);
}

.phone-box input:-moz-placeholder,
.verification-code input:-moz-placeholder,
.pwd-box input:-moz-placeholder {
    color: rgba(64, 64, 64, 0.5);
}

/* 注册成功 */
.register-success {
    width: 352px;
    height: 490px;
    background: #FFFFFF;
    box-shadow: 0px 2px 14px 0px rgba(164, 164, 164, 0.35);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 25px;
    display: none;
}

.register-success img {
    width: 62px;
    height: 62px;
    margin-bottom: 14px;
}

.register-success-notice {
    font-weight: bold;
    color: #333333;
    font-size: 16px;
    margin-bottom: 20px;
}

.register-success-notice2 {
    font-weight: 400;
    color: #404040;
    font-size: 14px;
}

.certification-btn {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 2px;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 22px;
    cursor: pointer;
    background: #73a2ff;
}

/* 忘记密码 */
.forget-pwd-box .box-title {
    width: 100%;
    text-align: center;
    font-weight: 400;
    color: #000000;
    font-size: 18px;
    margin-bottom: 20px;
}

.forget-pwd-box .intel-phone-box {
    left: 25px;
    top: 116px;
}

/* 图形验证码 */
.yz-box {
    width: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    padding: 20px;
    padding-top: 30px;
    box-shadow: 0px 2px 9px 0px rgba(245, 245, 245, 0.2);
    border-radius: 10px;
}
.yz-box .yz-bottom {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    overflow: hidden;
}

.yz-box input {
    width: 55% !important;
    height: 100%;
    box-sizing: border-box;
    text-indent: 1em;
    background: #ececec;
}

.yz-box button {
    width: 45%;
    height: 100%;
    background: #3A7BFF;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}

.yz-box img {
    width: 100%;
    height: 80px;
    cursor: pointer;
    margin-bottom: 20px;
}

.register-container .yz-box input {
    border: 1px solid #ADADAD;
    border-radius: 5px;
}