html {
    color: #000;
    background: #fff;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    position: relative;
}

html,
body {
    font-family: 'Microsoft YaHei', "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
    line-height: 1;
    font-size: .16rem;
    color: #333;
    min-height: 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,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

input,
select,
textarea {
    font-size: 100%;
}

input,
textarea,
button {
    border: none;
}

textarea {
    resize: none;
}

button {
    -webkit-appearance: none;
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

img,
i {
    display: block;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 500;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500;
}

a {
    text-decoration: none;
}

p {
    word-break: break-all;
}

::placeholder {
    font-family: 'Microsoft YaHei', "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
    color: #999;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

.none {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/************************************************** login ***************************************************************/
html,
body {
    width: 100%;
    height: 100%;
}

#wrap {
    /* position:fixed; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/static/images/loginBg.jpg") no-repeat center bottom;
    background-size: 100% 100%;
}

.login-main {
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -2.87rem 0 0 -6rem;
    width: 12rem;
    height: 5.74rem;
    display: blocklogin-main;
    margin-bottom: 10rem;
}

.login-content {
    width: 12rem;
    height: 4.84rem;
    padding: 0 1.00rem;
    display: block;
}

/*.login-main-left {*/
/*    position: absolute;*/
/*    left: 1.10rem;*/
/*    top: .20rem;*/
/*    padding-top: .60rem;*/
/*    padding-left: .40rem;*/
/*    width: 8.00rem;*/
/*    height: 5.12rem;*/
/*    background: url("/static/images/login-main-left_2020.png") no-repeat;*/
/*    background-size: cover;*/
/*    z-index: 1;*/
/*}*/

.login-logo {
    width: 3.58rem;
    margin-top: -30px;
    margin-bottom: 20px;
    /*width: 2.70rem;*/
    /*width: 100%;*/
    height: .52rem;
    display: flex; /**/
    justify-content: center; /*水平居中*/
    align-items: Center; /*垂直居中*/
}

.login-main-right {

    position: absolute;
    left: 3.20rem;
    top: .10rem;
    padding: 1.05rem .30rem 0 .60rem;;
    /*padding-left: .60rem;*/
    width: 5.02rem;
    height: 4.64rem;
    background: url("/static/images/login-main-right_2020.png") no-repeat;
    background-size: cover;
    z-index: 1;
    margin-left: 4%;

    /*position: absolute;*/
    /*right: 1.10rem;*/
    /*top: 0;*/
    /*padding: 1.05rem .60rem 0 .60rem;*/
    /*width: 5.02rem;*/
    /*height: 5.74rem;*/
    /*background: url("/static/images/login-main-right_2020.png") no-repeat;*/
    /*background-size: cover;*/
    /*z-index: 1;*/
    /*margin-left: 25%;*/
}

.login-main-avatar {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    position: relative;
    margin-bottom: .35rem;
    font-size: .24rem;
    color: #ef823c;
    line-height: 1.2;
}

.login-main-avatar::before {
    position: absolute;
    left: 0;
    top: -.25rem;
    content: '';
    width: .20rem;
    height: 0.04rem;
    /*background-color: #ef823c;*/
    display: block;
}

.login-main-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .10rem;
    border: 0.01rem solid rgb(225, 225, 227);
    border-radius: 0.04rem;
    background: rgb(250, 250, 252);
    width: 3.58rem;
    height: .58rem;
}

.login-main-icon {
    margin-left: .15rem;
    width: .44rem;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.login-main-ipt {
    width: 2.95rem;
    height: .56rem;
    line-height: .56rem;
    padding-left: .10rem;
    background: rgb(250, 250, 252);
    font-size: 0.18rem;
}

.operationDiv {
    width: 3.60rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.login-main-btn {
    /*width: 1.70rem;*/
    width: 100%;
    height: .60rem;
    line-height: .60rem;
    font-size: .18rem;
    text-align: center;
    color: #fff;
    border-radius: .04rem;
    background-color: #2B65EC;
    cursor: pointer;
}

.registerBtn {
    width: 1.70rem;
    height: .60rem;
    line-height: .60rem;
    font-size: .18rem;
    text-align: center;
    color: rgba(51, 51, 51, 1);
    background: rgba(255, 255, 255, 1);
    border: 0.01rem solid rgba(195, 202, 217, 1);
    border-radius: 0.04rem;
    cursor: pointer;
}

.copyright {
    margin-top: .30rem;
    /* width: 12rem; */
    height: .27rem;
    line-height: .30rem;
    text-align: center;
    color: #afb2bd;
    font-size: .12rem;
    display: block;
}

@media (max-height: 680px) {
    .copyright {
        margin-top: 0.3rem;
    }
}

/*********** 注册 ************/
.registerMain {
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -3.77rem 0 0 -4.20rem;
    width: 8.20rem;
    height: 7.84rem;
    display: block;
}

.registerContent {
    padding: .40rem .60rem;
    width: 8.20rem;
    height: 7.54rem;
    box-shadow: -0.04rem 0rem .16rem 0rem rgba(51, 51, 51, 0.1);
    border-radius: 0.08rem;
    background: url('/static/images/registerBg.png') no-repeat;
    background-size: cover;
}

.registerAvatar {
    font-size: .24rem;
    color: rgb(55, 107, 240);
    line-height: 1.2;
    margin-bottom: .40rem;
}

.infomation {
    margin-bottom: .20rem;
}

.infomation .them {
    position: relative;
    font-size: .16rem;
    text-indent: .10rem;
    color: rgba(53, 69, 102, 1);
    margin-bottom: .20rem;
}

.infomation .them::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 0.04rem;
    height: .16rem;
    background: rgba(55, 107, 240, 1);
    display: block;
}

.infomation ul {
    width: 7.00rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.infomation ul li {
    width: 3.30rem;
    min-height: .60rem;
    margin-bottom: .20rem;
}

.infomation ul li label {
    margin-bottom: 0.09rem;
    font-size: .14rem;
    color: rgba(171, 180, 195, 1);
    display: block;
}

.infomation ul li label span {
    margin-right: .10rem;
    font-size: .14rem;
    color: rgba(244, 67, 54, 1);
}

.inputDiv {
    width: 3.30rem;
    height: .36rem;
    line-height: .36rem;
    background: rgba(250, 250, 252, 1);
    border: 0.01rem solid rgba(225, 225, 227, 1);
    border-radius: 0.04rem;
    display: block;
}

.input1 {
    padding: 0.08rem .10rem;
    width: 3.10rem;
    height: .20rem;
    line-height: .20rem;
    border: 0;
    font-size: .14rem;
    background: transparent;
}

.input2 {
    padding: 0.08rem .10rem;
    width: 2.00rem;
    height: .20rem;
    line-height: .20rem;
    border: 0;
    font-size: .14rem;
    background: transparent;
    border-right: 0.01rem solid #c3cad9;
}

.verificationCodeBtn {
    width: 1.10rem;
    height: .20rem;
    line-height: .20rem;
    display: inline-block;
    background: transparent;
    font-size: .12rem;
    color: rgba(55, 107, 240, 1);
    cursor: pointer;
}

.tipsIcon {
    margin-right: .10rem;
    width: .18rem;
    height: .16rem;
    background: url('/static/images/tipsIcon.png') no-repeat;
    background-size: cover;
    vertical-align: middle;
    display: inline-block;
}

.full {
    width: 7.00rem;
}

.select1 {
    padding: 0 .10rem;
    width: 3.20rem;
    height: .36rem;
    line-height: .36rem;
    border: 0;
    font-size: .14rem;
    background: transparent;
}

.inputDiv2 {
    margin-bottom: 0.08rem;
    width: 7.00rem;
    height: .36rem;
    line-height: .36rem;
    background: rgba(250, 250, 252, 1);
    border: 0.01rem solid rgba(225, 225, 227, 1);
    border-radius: 0.04rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.inputDiv2 span {
    flex: 1;
    height: .36rem;
    line-height: .36rem;
    text-align: center;
    border-right: 0.01rem solid rgba(225, 225, 227, 1);
    cursor: pointer;
}

.inputDiv2 span:last-child {
    border-right: 0;
}

.inputDiv2 span.active {
    background: #376bf0;
    color: #fff;
}

.operationDiv2 {
    width: 7.00rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.longBtn {
    width: 3.30rem;
    height: .48rem;
    line-height: .48rem;
}

.popBg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10;
}

.popWin {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1.91rem;
    margin-left: -2.3rem;
    width: 4.4rem;
    height: 3.4rem;
    background: rgba(255, 255, 255, 1);
    border-radius: 0.06rem;
    z-index: 11;
}

.title {
    position: relative;
    height: .50rem;
    line-height: .50rem;
    font-size: .16rem;
    text-indent: .20rem;
    color: #616567;
    border-bottom: 0.01rem solid rgba(225, 225, 227, 1);
}

.closeBtn {
    position: absolute;
    top: 0;
    right: .20rem;
    width: .26rem;
    height: .26rem;
    text-align: center;
    font-size: .18rem;
    color: #000;
    cursor: pointer;
}