.main {
    width: 100%;
    background-color: #f3f4f6;
    padding-top: 44px;
    text-align: center;
}

.center {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
}

.register-main {
    width: 800px;
    background-color: #fff;
    padding-top: 71px;
    padding-bottom: 54px;
    text-align: center;
    box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.10);
}

.title {
    font-size: 28px;
    width: 350px;
    color: #333;
    padding: 0 25px;
    margin-bottom: 40px;
    border-bottom: 2px solid transparent;
    border-image: radial-gradient(#d9d9d9 0%, #d9d9d9 100%);
}

.title2 {
    text-align: left;
    position: relative;
    font-size: 14px;
    color: #333;
    padding: 0 20px;
    margin-bottom: 32px;
    display: none;
}

.title2 .logo {
    display: inline-block;
    background: url(//i.thsi.cn/images/upass/login/20200519/logo.png);
    background-repeat: no-repeat;
    background-size: 370%;
    width: 30px;
    height: 23px;
}

.title2 .options {
    float: right;
    margin-top: -5px;
}

.title2 .options button {
    border: none;
}

.nav {
    width: 288px;
}

.form {
    width: 288px;
}

.form-item {
    color: #666;
    padding-bottom: 10px;
    position: relative;
}

.label {
    text-align: left;
    margin-bottom: 6px;
}

.input {
    text-align: left;
    position: relative;
}

.input-code {
    width: 66%;
}

.button-code {
    width: 30%;
    line-height: 34px;
    float: right;
    border: 1px solid #ccc;
    color: #333;
    white-space: nowrap;
}

.img-code {
    width: 30%;
    height: 34px;
    display: inline-block;
    float: right;
    border: 1px solid #ccc;
    color: #333;
    white-space: nowrap;
    z-index: 200;
}

/* .input .warn {
    color: #faad14;
    background-image: url("../assets/Icon/Fill/Warning.png");
    background-repeat: no-repeat;
    padding-left: 16px;
    font-size: 12px;
    position: absolute;
    top: 100%;
    display: none;
    left: 5%;
} */

.warn {
    position: absolute;
    border-radius: 2px;
    padding: 2px 7px;
    display: none;
    top: 80%;
    left: 0;
    z-index: 200;
    background-color: #fff;
    border: 1px solid #ff9e00;
}

.warn:after {
    content: "";
    position: absolute;
    top: -16px;
    left: 15%;
    border: 8px solid transparent;
    border-bottom-color: #ff9e00;
}

.warn:before {
    content: "";
    position: absolute;
    top: -12px;
    left: 16%;
    z-index: 100;
    border: 6px solid transparent;
    border-bottom-color: #fff;
}

.dropdown {
    position: absolute;
    top: 47%;
    left: 2%;
    /* border-right: 1px solid #ccc; */
    padding-right: 8px;
    cursor: pointer;
}

/* 滚动条样式 */
.scroll-dropdown::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.scroll-dropdown::-webkit-scrollbar-track-piece {
    background-color: #fff;
    border-radius: 15px;
}

.scroll-dropdown::-webkit-scrollbar-thumb {
    background: #e2e2e5;
    border-radius: 10px;
}

.scroll-dropdown::-webkit-scrollbar-corner {
    background: transparent;
}

.arrow-icon {
    position: absolute;
    right: -5px;
    top: 7px;
    width: 10px;
    height: 10px;
}

.arrow_down {
    background-image: url("/asset/login/images/login/arrow_down.png");
    background-repeat: no-repeat;
}

.arrow_up {
    background-image: url('/asset/login/images/login/arrow_up.png');
    background-repeat: no-repeat;
}

.dropdown-menu {
    width: 185px;
    z-index: 5;
    top: 30px;
    left: -8px;
    border-color: #d9d9d9;
    display: none;
    height: 102px;
    /* overflow: auto; */
    padding: 2px 0px;
}

.dropdown-menu:after {
    border-bottom-color: #d9d9d9;
}

.drop-menu-item {
    padding-left: 30px;
    position: relative;
    line-height: 24px;
}

.selected {
    position: absolute;
    top: 0;
    left: 5px;
    display: none;
    color: #009dff;
}

.selected img {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
}

.d-icon {
    margin-right: 3px;
    vertical-align: middle;
    margin-top: -3px;
}

.d-code {
    width: 50px;
    text-align: right;
    float: right;
    margin-right: 3px;
}

.disabled {
    cursor: not-allowed;
    background-color: #f0f0f0;
}

.captcha-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    display: none;
    background-color: #000 \9;
    filter: alpha(opacity=70) \9;
}

:root .captcha-wrapper {
    background-color: rgba(0, 0, 0, 0.7);
}

#captcha {
    /* width: 310px; */
    position: absolute !important;
    background-color: #fff;
    margin-top: -150px !important;
    margin-left: -177px !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    top: 50%;
    left: 50%;
    z-index: 300;
}

.client-body #captcha {
    margin-left: -162px !important;
}

input {
    padding: 0 9px;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 2px;
    height: 36px;
    line-height: 32px;
    font-size: inherit;
    color: #333;
    display: inline-block;
    box-sizing: border-box;
    outline: none;
}

input[name=tel] {
    padding-left: 65px;
}

.error {
    border: 1px solid red;
}


.form-item input::placeholder,
.phcolor {
    color: #999;
    font-size: 13px;
}

.submit {
    padding-top: 25px;
}

#submit {
    background-color: #008dff;
    color: #fff;
    border-radius: 2px;
    width: 100%;
    line-height: 42px;
}

.full_outer {
    width: 1100px;
}

/* client */

.client_full_outer {
    /* max-width: 679px; */
    /* max-width: 400px; */
    margin-top: 0;
    box-shadow: none;
    width: 100%;
    min-width: 318px;
    max-width: 420px;
}

.client_full_outer .full_inner {
    /* width: 400px; */
    width: 100%;
    min-width: 318px;
}

.client_full_outer .form {
    /* width: 288px; */
    width: 90%;
}

.client_full_outer .input-code {
    width: 59%;
}

.client_full_outer .button-code {
    /* line-height: 28px; */
    width: 38.5%;
    font-size: 12px;
}

.client_full_outer .img-code {
    height: 28px;
    width: 37.3%;
}

.client_full_outer .nav {
    margin-top: 37px;
    /* width: 288px; */
    width: 90%;
}

.client_full_outer .container {
    height: 265px;
}

.client_full_outer .with_three {
    /* height: 282px; */
    height: 259px;
}

.client_full_outer .form-item {
    padding-bottom: 12px;
}

.client_full_outer .form-item:last-child {
    padding-bottom: 14px;
}

.client_full_outer .clear_input_btn,
.client_full_outer .toggle_password_btn {
    top: 30px;
}

.client_full_outer .dropdown {
    top: 44%;
    left: 2%;
}

.client_full_outer .label {
    margin-bottom: 4px;
}

/* .client_full_outer input {
    height: 30px;
} */

.client_full_outer .warn {
    font-size: 12px;
}

.client_full_outer .input_footer {
    font-size: 12px;
    line-height: 17px;
    padding-bottom: 20px;
}

.client_full_outer .check_box_con {
    font-size: 12px;
    line-height: 17px;
}

.client_full_outer .submit_btn {
    padding: 7px 0;
    margin-top: 2px;
    /* background-color: #e83030; */
}

.client_full_outer .three_login_con {
    padding-bottom: 40px;
}

.client_full_outer .client_abs {
    top: 4px;
    right: 4px;
}

/* login */
.nav {
    width: 288px;
    margin-bottom: 32px;
    margin-top: 50px;
}

.btn-focus a {
    font-weight: bold;
    color: #333;
}

.btn-focus a:hover {
    color: #333;
}

.border_line {
    opacity: 0.7;
    background-image: linear-gradient(270deg, rgba(245, 94, 94, 0.00) 11%, rgba(241, 80, 80, 0.24) 37%, #E83030 100%);
    border-radius: 1px;
    border-radius: 1px;
    width: 100%;
    height: 2px;
    display: none;
}

.btn-focus .border_line {
    display: block;
}

.dropdown .shuxian {
    position: absolute;
    bottom: 1px;
    left: 45px;
    color: #ccc;
    font-size: 14px;
}

.form-item:last-child {
    padding-bottom: 15px;
}

.register_btn {
    color: #008dff;
}

.auto_login {
    /* height: 19px; */
}

.register_btn:hover {
    color: #008dff;
}

.nav .nav-item {
    float: left;
    margin-right: 25px;
    /* line-height: 22px; */
}

.nav .pointer:last-child {
    margin-right: 0;
}

.right-top-icon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}

.options_buttons {
    position: absolute;
    padding-top: 15px;
    z-index: 100;
    width: 100%;
    padding-right: 20px;
    text-align: right;
    box-sizing: border-box;
}

#minify_btn {
    position: relative;
    bottom: 4px;
}

.right-top-icon {
    width: 36px;
    height: 36px;
}

.options_buttons .a_gray {
    margin-left: 15px;
    font-size: 12px;
    line-height: 17px;
}

.erweima {
    background-image: url("/asset/login/images/login/erweima.png");
}

.diannao {
    background-image: url("/asset/login/images/login/diannao.png");
}

.scroll-dropdown {
    overflow: auto;
    height: 100%;
    padding-right: 2px;
    *height: 102px;
    *position: relative;
    *z-index: 5;
}

input#uname {
    padding-right: 30px;
}

.advert {
    width: 700px;
    position: absolute;
    top: 0;
    bottom: 0;
    cursor: pointer;
    background: #d8d8d8;
}

.advert img {
    height: 100%;
    width: 100%;
}

.header .nav {
    text-align: right;
}

body {
    display: none;
}
