/* CSS Reset */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}

[hidden] {
    display: none;
}

body {
    line-height: 1;
}

menu,
ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font: 14px/1.5 PingFangSC-Regular, Arial, Helvetica, sans-serif;
    -webkit-tap-highlight-color: transparent;
    min-height: 100vh;
    scroll-behavior: smooth;
}

/* Flex utilities */
.flex-container {
    display: flex;
}

.flex-center {
    align-items: center;
    justify-content: center;
}

.flex-block {
    flex-grow: 1;
}

a {
    text-decoration: none;
    color: #333;
}

.btn-block-show {
    display: block;
    width: 100%;
    box-sizing: border-box;
    max-width: 100%;
}

.tips {
    font-size: 12px;
    color: #999;
}

.tools {
    margin-top: 20px;
}

.page-title {
    font-size: 24px;
    color: #333;
    margin: 0 auto 20px;
    font-weight: 700;
    color: #ff6101;
}

.btn {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
    cursor: pointer;
    outline: none;
    text-align: center;
    text-decoration: none;
}

.btn.btn-register {
    background-color: #FF6100;
    border-radius: 0.417vw;
    font-size: 0.938vw;
    color: #ffffff;
    height: 48px;
    line-height: 1;
}

/* Form styles */
.form-item {
    height: 48px;
    background: #fafafa;
    border: 1px solid #fafafa;
    border-radius: 4px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-item input {
    max-width: 100%;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    padding: 14px 0;
    font-size: 14px;
    color: #333;
    background: transparent;
}

.form-item input::-webkit-input-placeholder {
    color: #999;
}

.form-item input:-ms-input-placeholder {
    color: #999;
}

.form-item input::-ms-input-placeholder {
    color: #999;
}

.form-item input::placeholder {
    color: #999;
}

.form-item:hover {
    background: #fff;
    border-color: #eee;
}

.error {
    color: #d00;
    position: absolute;
    visibility: hidden;
    font-size: 12px;
    padding: 5px 0;
}

/* Checkbox */
.custom-checkbox {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 6px;
    border: 1px solid #DCDCDC;
}

.custom-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.custom-checkbox input:checked+i {
    background-color: #ff6101;
    border-color: #ff6101;
}

.custom-checkbox input:checked+i::after {
    content: '';
    display: block;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 3px;
}

.custom-checkbox i {
    display: block;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    position: relative;
}

/* Icons */
.icon {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    cursor: pointer;
}

.icon.icon-see {
    width: 44px;
    height: 44px;
    background: url(../img/register/icon_see.png) no-repeat 50%;
    background-size: 16px 16px;
}

.icon.icon-see.active {
    opacity: 0.5;
}

.icon.icon-password,
.icon.icon-phone,
.icon.icon-very {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    flex-grow: 0;
    background-repeat: no-repeat;
    background-position: 50%;
}

.icon.icon-phone {
    background-image: url(../img/register/icon_phone.png);
    background-size: 16px 16px;
}

.icon.icon-password {
    background-image: url(../img/register/icon_lock.png);
    background-size: 16px 16px;
}

.icon.icon-very {
    background-image: url(../img/register/icon_very.png);
    background-size: 16px 16px;
}

.text-btn {
    font-size: 0.729vw;
    color: #268CFF;
    padding: 0 20px;
    white-space: nowrap;
    line-height: 1;
    display: inline-block;
    cursor: pointer;
    min-width: 80px;
    flex-shrink: 0;
    box-sizing: border-box;
    background: transparent;
    border: none;
    outline: none;
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.text-btn:disabled {
    pointer-events: none;
    color: #999;
    cursor: not-allowed;
}

.has-account {
    display: none;
    font-size: 28px;
    color: #333;
    text-align: center;
}

.has-account a {
    color: #ff8a00;
}

/* Main layout */
.styles_main__S9urJ {
    min-height: 83vh;
    justify-content: center;
    align-items: center;
}

.styles_wrapper__7h8hW {
    min-width: 920px;
    min-height: 460px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.06);
    display: flex;
    padding: 0.26vw;
    border-radius: 1.042vw;
}

.styles_wrapper__7h8hW .tips span {
    color: #494949;
    cursor: pointer;
}

.styles_wrapper__7h8hW:before {
    display: none;
}

/* Register banner left */
.register-banner-left {
    width: 25vw;
    min-height: 26.25vw;
    background: url(../img/register/banner_register.webp) no-repeat 50%;
    background-size: cover;
    flex-shrink: 0;
    border-radius: 15px;
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 2.5vw;
    box-sizing: border-box;
}

.register-banner-text {
    color: #FFFFFF;
}

.register-banner-text h2 {
    font-size: 1.979vw;
    font-weight: bold;
    margin: 0 0 0.833vw 0;
}

.register-banner-text h2 span {
    font-size: 2.5vw;
    color: #FFFFFF;
    font-weight: bold;
}

.register-banner-text p {
    font-size: 1.25vw;
    margin: 0;
    text-align: center;
}

.styles_wrapper__7h8hW .form {
    padding: 1.875vw 3.854vw;
}

.styles_wrapper__7h8hW .form .item {
    margin-bottom: 2.042vw;
    position: relative;
}

.styles_wrapper__7h8hW .form .item.err {
    margin-bottom: 10px;
}

.styles_wrapper__7h8hW .form .error {
    left: 0;
    top: 100%;
}

.styles_tips_message__3EbAN {
    padding: 10px 0;
}

.hide {
    display: none;
}

/* Mobile responsive */
@media (max-width: 1080px) {

    body,
    html {
        min-height: 100vh;
    }

    body {
        font-size: 3.2vw;
    }

    main {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 100%;
    }

    .container {
        width: 100%;
    }

    .error,
    .tips {
        font-size: 3.2vw;
    }

    .error {
        padding: 0.667vw 0;
    }

    .text-btn {
        font-size: 3.733vw;
        padding: 0 2.667vw;
        min-width: 10.667vw;
    }

    .btn.btn-register {
        height: 13.33333vw;
        display: block;
        line-height: 13.33333vw;
        color: #fff;
        font-size: 3.73333vw;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.25s;
        border-radius: 1.06667vw;
        position: relative;
        font-weight: 400;
        background: #ff6101;
        background-image: url(../../assets/img/register/do.png),
            linear-gradient(270deg, #fc8d56 10%, #ff6101);
        background-position: 100% 0;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .page-title {
        font-size: 6.4vw;
        margin-bottom: 6.4vw;
        text-align: center;
    }

    .page-title1 {
        font-size: 3.733vw;
        margin-bottom: 6.4vw;
        text-align: center;
    }

    .form-item {
        height: 10.4vw;
        border-radius: 0.8vw;
    }

    .form-item input {
        font-size: 3.733vw;
        padding: 0 1.867vw 0 0;
    }

    .custom-checkbox {
        margin-right: 1.333vw;
    }

    .custom-checkbox i {
        width: 3.2vw;
        height: 3.2vw;
    }

    .icon.icon-see {
        width: 12.267vw;
        height: 10.4vw;
        background-size: 4.267vw 4.267vw;
    }

    .icon.icon-password,
    .icon.icon-phone,
    .icon.icon-very {
        width: 10.4vw;
        height: 10.4vw;
        background-size: 4.267vw 4.267vw;
    }

    .tools {
        margin-top: -0.5vw;
    }

    .has-account {
        display: block;
        font-size: 3.733vw;
        margin-top: 8vw;
    }

    .styles_main__S9urJ {
        justify-content: flex-start;
        min-height: auto;
        align-items: stretch;
        flex-grow: 1;
    }

    .styles_wrapper__7h8hW {
        width: 100%;
        height: auto;
        box-shadow: none;
    }

    .styles_wrapper__7h8hW:before {
        display: none;
    }

    .register-banner-left {
        display: none;
    }

    .styles_wrapper__7h8hW .form {
        padding: 12.667vw 8vw;
    }

    .styles_wrapper__7h8hW .form .item {
        margin-bottom: 8vw;
    }

    .styles_wrapper__7h8hW {
        min-width: unset;
        min-height: unset;
        border-radius: 0;
        padding: 0;
    }
}
