﻿body,html,.h5-1yyg-v1{
    background: #Fff;
    margin: auto;
}
.language-btn{
	position: fixed;
    top: 10px;
    right: 10px;
	display: inline-grid;
}
.language-btn>div{
	width: 25px;
    height: 25px;
    display: block;
	background: url(../../images/language.png);
    background-size: contain;
	margin: auto;
}
.language-btn>input{
	width: 60px;
    text-align: center;
    line-height: 24px;
    background: transparent;
}
.registerCon ul{
	padding-top:24px;
}
.registerCon li {
    margin: 0.75rem 10%;
}
.registerCon li.code-img{
	display: flex;
    align-items: center;
    justify-content: center;
}
.title {
    text-align: center;
    padding: 0.75rem;
    font-size: 1rem;
    font-family: "微软雅黑";
    color: #000;
}

.registerCon li label{
    color: #000;
    font-size: 0.8rem;
}

.registerCon li label {
    padding-right: 0.3rem;
}

.registerCon li input {
    display: inline-block;
    height: 2rem;
    /*width: 70%;*/
    font-size: 0.7rem;
}
.registerCon li span.phone-de{
    font-size: 0.7rem;
    display: none;
}

.registerCon li span.phone-de.showphone{
    display: inline-block;
}
li.acc, li.pwd {
    position: relative;
    border-bottom: 1px solid #ccc;
}

li.acc, li.code {
    position: relative;
    border-bottom: 1px solid #ccc;
}
.btnArea{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btnArea .btn-forget,.btnArea .btn-register{
    color: #3cb54c;
    font-size: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btnArea .btn-forget span,.btnArea .btn-register span{
    font-size: 0.6rem;
    margin-left: 0.1rem;
}
.btnArea .btn-forget i{
    width: 0.9rem;
    height: 0.9rem;
    background-size:100% 100%;
    background-position: center;
    background-image: url("../../images/forget.png");
    background-repeat: no-repeat;
    display: inline-block;
}
.btnArea .btn-register i{
    width: 1.1rem;
    height: 1.1rem;
    background-size:60% 80%;
    background-position: center;
    background-image: url("../../images/reg.png");
    background-repeat: no-repeat;
    display: inline-block;
}
/*添加阅读协议的要求*/
#notice {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, .9);
}

#notice dt, #notice dd {
    text-align: center;
    font-size: 1rem;
    letter-spacing: .025rem
}

#notice dt, #notice dd:first-of-type {
    margin-left: 10%;
}

#notice dt {
    width: 80%;
    height: 3rem;
    line-height: 3rem;
    margin-top: 50%;
    background: #FFF;
    border-radius: 3px 3px 0 0;
}

#notice dt a {
    display: block;
    color: #00A8E8;
}

#notice dd {
    float: left;
    width: 40%;
    height: 2.15rem;
    line-height: 2.15rem;
    color: #FFF;
    cursor: pointer;
    -webkit-user-select: none
}

#notice dd a {
    display: block;
    color: #FFF;
}

#notice dd:first-of-type {
    background: #CCC;
    border-radius: 0 0 0 3px
}

#notice dd:last-of-type {
    background: #00BC0C;
    border-radius: 0 0 3px 0;
}

/*end*/

/*密码提示*/
em.psw_type {
    position: absolute;
    width: 2rem;
    height: 2rem;
    right: 0;
    background: transparent url("../../images/eye-off.png") no-repeat center / 60% auto;
}

em.psw_type.show_psw {
    background-image: url("../../images/eye-open.png")
}

/*end*/

.agreement-tips {
    width: 100%;
    height: 2rem;
    font-size: .8rem;
    text-align: center;
    line-height: 2rem;
}

.agreement-tips a {
    width: auto;
    margin: 0;
    color: #333;
    text-decoration: underline;
}
.getCode{
    width: 5.5rem;
    height: 1.5rem;
    background: #3cb54c;
    border: none;
    color: #fff;
    right: 0;
    cursor: pointer;
    border-radius: 5px;
    top: 4%;
    text-align: center;
}
.loginType{
    display: flex;
    margin:0 10%;
    box-sizing: border-box;
    height: 2.5rem;
    justify-content: space-between;
    border-bottom: 1px solid #c9c9c9;
}
.loginType .mobileCodeLogin,.loginType .accountLogin{
    text-align: center;
    height: 100%;
    line-height: 2.5rem;
    color: #c9c9c9;
    cursor: pointer;
    font-size: 0.7rem;
}
.loginType .active{
    border-bottom:2px solid #3cb54c;
    color: #3cb54c;
}
.registerCon .code{
    display: none;
}
.registerCon .pwd{
    display: block;
}
.loginTip{
    margin:0.5rem 10%;
    border:1px solid #3cb54c;
    box-sizing: border-box;
    padding: 0.5rem;
    color: #3cb54c;
    border-radius: 4px;
}
.loginTip h
.loginTip p{
    font-weight: bold;
    font-size: 0.7rem;
}
#btnLogin{
    height: 2rem;
    line-height: 2rem;
    font-size: 0.8rem;
}
.registerCon  .lcode{
    width: calc(100% - 5.7rem);
}
/* 忘记密码 */
li.btn-return {
    padding-top: 0.5rem;
}
li.btn-return a {
    width: 50%;
    margin: 0 auto;
    display: block;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    border: 1px solid #3cb54c;
    border-radius: 5px;
    color: #3cb54c;
}