
body {
	background:#F6F6F6;
}
.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%;
	height: 0.6rem;
    line-height: 0.6rem;
	text-align: center;
	color: #979797;
    font-size: 0.26rem;
}

/* login */
.logbg{
	position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/login/logbg.png) no-repeat;
    background-size: 100%;
}
.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;
	
    
}
.logbg .l_user .u_inp>input{
   
	border:none;
    
}
.logbg .l_user .u_inp>.mobile{
	position: absolute;
    top: 0.19rem;
    left: 1.5rem;
	width: 3rem;
}
.logbg .l_user .u_inp>.pws{
    margin-left:5%    
}
.logbg .l_user .lgo{
	width: 100%;
    margin: 0 auto;
    height: 0.75rem;
    line-height: 0.75rem;
    border-radius: 1rem;
    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_bot{
	width: 90%;
    margin: 0 auto;
    padding-top: 2rem;
}
.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%;
	height: 1rem;
	line-height: 1rem;
	border-bottom: 1px solid #F9F9F9;
	position: relative;
	margin: 0 auto;
}

.rinp>li>img{
	width:0.32rem;
	margin-bottom: 0.15rem;
}
.rinp>li>select{
	border: none;
    width: 1.2rem;
    text-align: right;
    font-size: 0.28rem;
	
}
.rinp>li>input{
	border:none;
	font-size: 0.28rem;
	margin-left:0.3rem;	
}
.rinp>li>.codeget{
	color:#FF347C;
	position: absolute;
    top: 0;
    right: 5px;
}
.rinpgo{
	width: 80%;
    margin: 0 auto;
    height: 0.75rem;
    line-height: 0.75rem;
    border-radius: 1rem;
    background: linear-gradient(to right, #FE595C, #FC4192);
    text-align: center;
    font-size: 0.32rem;
    margin-top: 0.8rem;

    color: #fff;
	letter-spacing:4px;
}
