html{
	height: 100%;
}
body {
	background:#F6F6F6;
	min-height: 100%;
}
.ret{
	width: 100%;
    height: 1rem;
	background-color:#fff;
    border-bottom: 1px solid #F9F9F9;
	position: relative;
}
.ret .ricon{
	width:1rem;
	height:1rem;
	position: absolute;
	display: block;
}
.ret .ricon>img{
	width: 0.25rem;
    position: relative;
    top: 0.28rem;
    left: 0.3rem;
}
.ret .tit{
	width: 100%;
    line-height: 1rem;
    text-align: center;
    font-size: 0.38rem;
    color: #333333;
}
.code_msg{
	width: 100%;
	min-height: 0.6rem;
	height: auto;
	line-height: 1.45;
	padding: 0.12rem 0.36rem 0.2rem;
	box-sizing: border-box;
	text-align: center;
	color: #979797;
	font-size: 0.26rem;
	white-space: normal;
	word-break: break-word;
}

/* login：旧版 iOS Safari 下 body 使用 z-index:-1 会整层落到根画布下方，背景图被盖住；height:100% 也需 html 有高度 */
.logbg{
	position: relative;
	z-index: 0;
	width: 100%;
	min-height: 100%;
	min-height: -webkit-fill-available;
	box-sizing: border-box;
	background-color: #3a2f55;
	background-image: url(../images/login/logbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	background-size: cover;
}
.logbg .l_top{
	width: 100%;
    text-align: center;
    padding-top: 2.2rem;
}
.logbg .l_top .logo>img{
	width: 1.8rem;
}
.logbg .l_top .tit{
	color: #fff;
    margin-top: 0.2rem;
    font-size: 0.4rem;
    font-weight: bold;
	margin-bottom: 1rem;
}

.logbg .l_user{
	width: 80%;
    margin: 0 auto;
}
.logbg .l_user .u_inp{
    width: 90%;
	padding:0 5%;
    background-color: #fff;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 1rem;
	font-size: 0.3rem;
	margin-bottom:0.3rem;
	position: relative;
}
.logbg .l_user .u_inp>select{
  
	border:none;
	width: 1.2rem;
	color:#4A4A4A;
	background: transparent;
    
}
.logbg .l_user .u_inp>input{
   
	border:none;
	color:#333333;
	background: transparent;
}
.logbg .l_user .u_inp>.mobile{
	position: absolute;
    top: 0.19rem;
    left: 0.55rem;
	right: 0.35rem;
	width: auto;
}
.logbg .l_user .u_inp>.pws{
	position: absolute;
    top: 0.19rem;
    left: 0.55rem;
	right: 0.35rem;
	width: auto;
}
/* 手机号模式存在区号下拉，手机号输入起点右移 */
.logbg .l_user .u_inp.u_inp-phone>.mobile-phone{
	left: 1.5rem;
	right: 0.35rem;
}
.logbg .l_user .lgo{
	width: 100%;
    margin: 0 auto;
    height: 0.75rem;
    line-height: 0.75rem;
    border-radius: 1rem;
    background: -webkit-linear-gradient(left, #FE595C, #FC4192);
    background: linear-gradient(to right, #FE595C, #FC4192);
    text-align: center;
    font-size: 0.32rem;
    margin-top: 0.8rem;

    color: #fff;
	letter-spacing:4px;
}

.logbg .l_user .reg_w{
	width: 100%;
    color: #fff;
	position: relative;
}
.logbg .l_user .reg_w>.reg{

    color: #979797;
    position: absolute;
    width: 30%;
    display: block;
    top: 0.1rem;
    left: 10px;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.26rem;
    text-align: left;
}
.logbg .l_user .reg_w>.w{

    color: #979797;
    position: absolute;
    width: 30%;
    display: block;
    top: 0.1rem;
    right: 10px;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.26rem;
    text-align: right;
}
.logbg .l_user .app_download_wrap{
	width: 100%;
	margin-top: 0.9rem;
	text-align: center;
}
.logbg .l_user .app_download_entry{
	display: inline-block;
	height: 0.56rem;
	line-height: 0.56rem;
	padding: 0 0.36rem;
	border-radius: 0.36rem;
	border: 1px solid rgba(255, 255, 255, 0.45);
	color: #ffffff;
	font-size: 0.34rem;
}


.logbg .l_bot{
	width: 90%;
    margin: 0 auto;
    padding-top: 1.1rem;
}
.logbg .lmode{
   width: 100%;
   position: relative;
   height: 0.8rem;
}
.logbg .lmode>div{
	float:left;
}
.logbg .lmode .tit{
	width: 36%;
    color: #979797;
    text-align: center;
    font-size: 0.3rem;
}
.logbg .lmode .line{
	height: 1px;
    background-color: #979797;
    width: 32%;
    margin-top: 0.24rem;
}

.logbg .l_tripartite{
	width:100%;
	margin-top: 0.2rem;
	text-align: center;
}


.logbg .l_tripartite>a>img{
	width:1rem;
	margin: 0 0.5rem;
}

.agreement{
	width:100%;
	color: #979797;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.28rem;
    text-align: center;
    margin-top: 1rem;
}
.agreement>a{
	color:#4E8DC6;
}



/* lreg */
.rinp{
	width:100%;
	background-color:#fff;
}
.rinp>li{
	width:94%;
	min-height: 1rem;
	height: auto;
	line-height: 1rem;
	border-bottom: 1px solid #F9F9F9;
	position: relative;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 0.08rem 0;
	box-sizing: border-box;
}

.rinp>li>img{
	width:0.32rem;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	margin-bottom: 0;
	-webkit-align-self: center;
	align-self: center;
}
.rinp>li>select{
	border: none;
	width: 1.2rem;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	text-align: right;
	font-size: 0.28rem;
	color:#4A4A4A;
	background: transparent;
}
.rinp>li>input{
	border:none;
	font-size: 0.28rem;
	margin-left:0.24rem;
	-webkit-flex: 1;
	flex: 1;
	min-width: 0;
	width: 0;
	box-sizing: border-box;
	background: transparent;
	color:#333333;
}
/* 验证码行：避免文字与「获取验证码」重叠 */
.rinp>li>input[name=mcode]{
	padding-right: 2.1rem;
}
/* 渠道带入的邀请码：只读、无底色，灰色字表示不可修改；宽度随字符（覆盖 .rinp>li>input 的 flex:1） */
.invite_code_field--locked,
#invite_code_input[readonly]{
	background: transparent !important;
	color: #888888 !important;
	-webkit-flex: 0 0 auto !important;
	flex: 0 0 auto !important;
	width: auto !important;
	min-width: 0;
	max-width: calc(100% - 0.56rem);
	padding: 0;
	border-radius: 0;
	box-sizing: content-box;
	field-sizing: content;
}
@supports not (field-sizing: content) {
	.invite_code_field--locked,
	#invite_code_input[readonly]{
		min-width: 2.4em;
	}
}
.rinp>li>.codeget{
	color:#FF347C;
	position: absolute;
	top: 50%;
	right: 0.1rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1.2;
	white-space: nowrap;
	font-size: 0.26rem;
}
.rinpgo{
	width: 80%;
    margin: 0 auto;
    height: 0.75rem;
    line-height: 0.75rem;
    border-radius: 1rem;
    background: -webkit-linear-gradient(left, #FE595C, #FC4192);
    background: linear-gradient(to right, #FE595C, #FC4192);
    text-align: center;
    font-size: 0.32rem;
    margin-top: 0.8rem;

    color: #fff;
	letter-spacing:4px;
}

/* 输入提示文字统一加深，避免 H5 登录/注册页“看不清” */
.logbg .l_user .u_inp input::placeholder,
.rinp>li>input::placeholder{
	color:#B0B0B0;
	opacity:1;
}
.logbg .l_user .u_inp input::-webkit-input-placeholder,
.rinp>li>input::-webkit-input-placeholder{
	color:#B0B0B0;
	opacity:1;
}
.logbg .l_user .u_inp input::-moz-placeholder,
.rinp>li>input::-moz-placeholder{
	color:#B0B0B0;
	opacity:1;
}
.logbg .l_user .u_inp input:-ms-input-placeholder,
.rinp>li>input:-ms-input-placeholder{
	color:#B0B0B0;
}
