@charset "utf-8";

:root {
    --main-color: #0687D1;
}

html {
    color: #333;
    font-size: 100px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0;
}

ol,
ul {
    list-style: none;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    background: #fff;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    color: #333;
    font-size: .2rem;
}

a {
    text-decoration: none;
    color: #333;
    transition: all .3s ease;
}

.transition {
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.flex-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.img-block {
    margin: 0 auto;
    display: block;
}

.img-block img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.main-index {
    overflow-x: hidden;
    padding: .92rem 0 1.2rem;
    background-color: #F5F5F5;
}

.header {
    height: 1.35rem;
    padding: .43rem 0 .2rem;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 99;
    background-color: #fff;
    border-bottom: .02rem solid #F7F7F7;
}

.header .title {
    font-size: .31rem;
    color: #1f222d;
}

.header .lan {
    position: absolute;
    right: .27rem;
    font-size: .3rem;
    color: #888;
}

.goback {
    position: absolute;
    left: 0;
    top: .43rem;
    z-index: 1;
    width: .8rem;
    height: .72rem;
}

.goback img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.main-page {
    padding: 1.35rem 0 1.2rem;
}

.login-logo {
    margin-top: .67rem;
}

.login-form {
    margin: .5rem .76rem 0;
    overflow: hidden;
}

.login-form-item {
    margin-top: .6rem;
    position: relative;
}

.login-form-item label {
    font-size: .26rem;
    color: #1f222d;
}

.login-form-input {
    border: none;
    border-bottom: .02rem solid #e6e6e6;
    width: 100%;
    height: 1rem;
    padding: .2rem 0;
    outline: none;
    background: no-repeat left 30%;
    color: #666;
    font-size: .26rem;
}

.login-form-eyes {
    position: absolute;
    z-index: 1;
    width: 1rem;
    height: 1rem;
    right: 0;
    bottom: .02rem;
    background: url(../images/eye-close.svg) no-repeat center;
    display: none;
}

.login-form-eyes.cur {
    background-image: url(../images/eye-open.svg);
}

.login-form-forget {
    text-align: right;
    margin-top: .2rem;
}

.login-forget-password {
    color: var(--main-color);
    margin: 0 .2rem;
}

.login-form-btn {
    margin-top: 1.15rem;
    text-align: center;
}

.login-form-button {
    display: inline-block;
    width: 100%;
    height: .88rem;
    line-height: .88rem;
    background-color: var(--main-color);
    border-radius: .1rem;
    color: #fff;
    font-size: .29rem;
}

.login-reg {
    text-align: center;
    font-size: .26rem;
    margin-top: 1rem;
    color: #888;
}

.login-reg-a {
    color: var(--main-color);
    margin: 0 .2rem;
}

/**/

.start-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/**/

.reg-select {
    position: relative;
}

/* .reg-select:before {
    content: "";
    background-color: #BFC1C7;
    width: .03rem;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
} */

.reg-btn {
    font-size: .31rem;
    color: #bfc1c7;
    position: relative;
    padding: 0 .3rem;
}

.reg-btn:not(:last-child):after {
    content: "";
    background-color: #BFC1C7;
    width: .03rem;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.reg-btn.cur {
    color: var(--main-color);
}

.login-form-item.country {
    justify-content: space-between;
    border-bottom: .02rem solid #e6e6e6;
    padding-bottom: .4rem;
}

.login-form-item.country select,
.reg-country {
    color: var(--main-color);
    font-size: .26rem;
    border: none;
    outline: none;
    -webkit-appearance: none;
    padding: .1rem .5rem .1rem 0;
    background: url(../images/right.png) no-repeat right center;
}

.login-form-input.verify {
    padding-right: 2rem;
}

.verify-btn {
    font-size: .26rem;
    color: var(--main-color);
    position: absolute;
    right: 0;
    bottom: 0; 
    height: 1rem;
    line-height: 1rem;
    padding-left: .46rem;
}

.verify-btn:before {
    content: "";
    position: absolute;
    left: .22rem;
    top: 50%;
    width: .02rem;
    height: .32rem;
    background-color: #F9F9F9;
    transform: translateY(-50%);
}

.login-form-item.agreement label {
    color: #8b8b8b;
    line-height: 1.5em;
}

.login-form-item.agreement input[type="checkbox"] {
    display: none;
}

.checkbox-select {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    width: .27rem;
    height: .27rem;
    border-radius: 50%;
    border: 1px solid var(--main-color);
    position: relative;
}

.login-form-item.agreement input[type="checkbox"]:checked + .checkbox-select:before {
    content: "";
    position: absolute;
    width: .13rem;
    height: .13rem;
    background-color: var(--main-color);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.login-form-item.agreement .text {
    vertical-align: middle;
    margin-left: .1rem;
}