@CHARSET "UTF-8";

.top{
	/* background:#6a05fd; */
	height: 2rem;
	width:100%;
	display: flex;
	align-items: center;
	justify-content: left;
	font-size: 23px;
	font-weight: 700;
}

body{
	margin:0;
}

.clear-par{
	position:relative;
}
.clear{
	position: absolute;	
	right: 0;	
	top: 0;
	display: none;
}

.clear img{
	width: 2rem;
}

.top-left{
	float:left;
	width:40%;
}

.top-right{
	float:left;
	width:59%;
	text-align:center;
}

.top-left img{
	width: 8rem;
	height: 8rem;
	margin-top:1rem;
	margin-left:5%;
}

.p1{
	margin-top: 15%;
	margin-bottom:1rem;
}

.t1{
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
}

.t2{
	font-family: 'Arial Normal', 'Arial', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #FFFFFF;
}

.mid{
	/* margin-top:-3rem; */
	border-radius:3rem;
	background:#fff;
	height:10rem;
}

.mid-content{
	/* padding:3rem 2rem 0 2rem; */
}

#mobile{
	
}

.mobile-view{
	border-bottom:1px solid #e8e8e8;
	margin-top: 1rem;
	height:2.2rem;
}

.mobile-register-view{
	border-bottom:1px solid #e8e8e8;
	margin-top: 0.5rem;
	height: 2rem;
	margin-bottom: 1.8rem;
	font-weight: 700;
}

.code-view{
	width:100%;
	margin-top: 3rem;
	height:3rem;
}

.code-view.code-register-view{
	width:100%;
	margin-top: 0.5rem;
	height:3rem;
}

.code-input{
	border-bottom:1px solid #e8e8e8;
	float:left;
	width: 67%;
}

#code{
	width: 100%;
	height: 2rem;
	border: 0px;
	outline: none;
	cursor: pointer;
	font-family: '微软雅黑', sans-serif;
	font-weight: 400;
	font-style: normal;
	/* font-size: 17px; */
	color:#999;
}

.password-view{
	width:100%;
	margin-top: 3rem;
	height:3rem;
}

.code-type .active-line{
	margin-left: 0.7rem;
}

.password-view.password-register-view{
	width:100%;
	margin-top: 2.5rem;
	height:3rem;
}

.password-input{
	border-bottom:1px solid #e8e8e8;
	float:left;
	width:100%
}

#password{
	width: 100%;
	height: 1.8rem;
	border: 0px;
	outline: none;
	cursor: pointer;
	font-family: '微软雅黑', sans-serif;
	font-weight: 400;
	font-style: normal;
	/* font-size: 17px; */
	color:#999;
}

.get-code-view{
	float:left;
	width: 33%;
	text-align: right;
	font-size: 15px;
	color: rgba(24, 4, 69, 0.6);
}

.referrel-view{
	width:100%;
	margin-top: 1.5rem;
	height:2rem;
	border-bottom:1px solid #e8e8e8;
}

.ref-title-view{
	float:left;
	width:4.5rem;
	height:2rem;
	font-family: 'Arial Normal', 'Arial', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    color: #CCCCCC;
}
.ref-title-view div{
	margin-top:3px;
}
.referrel-code-input{
	float:left;
}

#recommand_code{
	width: 100%;
    height: 2rem;
    border: 0px;
    outline: none;
    cursor: pointer;
	font-family: '微软雅黑', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
	color:#999;
}


.check-content{
	float:left;
	width:80%;
	font-size: 12px;
	/* height: 4rem; */
	/* display: flex; */
	/* align-items: flex-start; */
	/* margin: 0.5rem 0 2rem; */
}
.check-content span{
	color: #6600cc;
}

.checkbox-view{
	/* width: 10%; */
	float: left;
}

.my_checkbox{
	margin: 0rem 0.5rem 0 0rem;
	display: flex;
	align-items: center;
	justify-content: center;
}


.box-view{
	/* margin: 1rem 0 2rem; */
	height: 2rem;
	/* position: relative; */
	/* line-height: 2rem; */
	display: flex;
	align-items: center;
}

.button-view{
	width:100%;
	height:5rem;
	margin-top:2rem;
}
#mysubmit{
	height:4rem;
	line-height: 3rem;
	width:100%;
	font-size:17px;
	background:#6600cc;
	border-radius:2rem;
	color:#fff;
}

#register-submit{
	height:4rem;
	/* line-height: 36px; */
	width:100%;
	/* font-size:17px; */
	/* background:#6600cc; */
	border-radius:2rem;
	/* color: #fff !important; */
	margin-top: 10px;
	background-color: #6a05fd;
	color: #fff;
	/* height: 48px; */
	border-radius: 5px;
	/* font-size: 17px; */
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
}

.register-view{
	width:100%;
	position:fixed;
	bottom:1rem;
	height:2rem;
	text-align:center;
}

.register{
	color:#6600cc;
}

.can-login-view{
	margin-top:1rem;
	width:100%;
	text-align:center;
	color:#999999;
	/* font-size: 12px; */
	height:2rem;
}

.can-login{
	color: #6600cc !important;
}

.can-login:visited{
	color: #6600cc;
}
.can-login:active{
	color: #6600cc;
}
.can-login:focus{
	color: #6600cc;
}
.can-login:hover{
	color: #6600cc;
}
.buttom-view{
	position:fixed;
	bottom:1rem;
	width:100%;
	text-align:center;
	font-size:13px;
}
.buttom-view span{
	color:#7a1dff;
}


.login-type-view{
	
height: 4rem;
}
.top-line{
	
font-size: 17px;
	
font-weight: 700;
}
.top-line.active{
	
font-size: 20px;
	
margin-top: -0.3rem;
}


.active-line{
	
border-width: 0px;
	
position: absolute;
	
left: 0.5rem;
	
top: 1.7rem;
	
width: 4.5rem;
	
height: 7px;
	
background: inherit;
	
background-color: rgba(122, 29, 255, 1);
	
border: none;
	
border-radius: 27px;
	
-moz-box-shadow: none;
	
-webkit-box-shadow: none;
	
box-shadow: none;
	
color: #000000;
	
/* font-weight: 7; */
	
margin-top: 0.6rem;
}

.find-password{
	
position: absolute;
	
right: 0;
	
color: #7a1dff;
}
.mz{
	
}

.title{
	
font-size: 15px;
	
color: #cecece;
}


html,body{
    height:100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
#content{
	width: 100%;
	margin: 0;
	padding: 0 5%;
	min-height:100%;
}

.long_input{
	width: 100%;
	height: 1.8rem;
	border: 0px;
	outline: none;
	cursor: pointer;
	font-family: '微软雅黑', sans-serif;
	font-weight: 400;
	font-style: normal;
	/* font-size: 17px; */
	color: #999999;
	/* font-size: 1.4rem; */
}

.weui-cells_checkbox .weui-check:checked+.weui-icon-checked, .weui-cells_checkbox .weui-check[aria-checked="true"]+.weui-icon-checked {
	color:#7a1dff !important;
}

.btn-text{
	
color: rgba(24, 4, 69, 0.6) !important;
}

.btn-time{
	color: rgba(24, 4, 69, 0.6);
}

label {
    margin-bottom: 0;
}

.pic{
	
float: left;
	
width: 10%;
	
height: 2rem;
	
margin-bottom: 1.8rem;
	
margin-top: 0.5rem;
	
position: relative;
}
.pic .chose-pic{
	
display: flex;
	
align-items: center;
	
justify-content: center;
}
.pic .chose-pic img{
	
width: 25px;
}

.upload-msg {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
