
.select{
    width: 100%;
    height:44px;
    background: #2a2c2e;
    color:#fff;
}
.select_l{
	float: left;
    background: #2a2c2e;
    overflow: hidden;
    line-height: 44px;
    padding-left: 10px;
}
.select_r{
	float: right;
    background: #2a2c2e;
    overflow: hidden;
    line-height: 44px;
    padding-right: 10px;
}
.formdiv{
	margin:10px;
}
.login_input{
    height: 96px;
    width: 100%;
    margin-top: 1px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.login_input-input{
	border: none;
    display:block;
	width: 100%;
    height:94px;
    text-indent: 10px;
	font-size:26px;
	margin-left: 10px;
	border-color: white;
	outline: none;
	box-sizing:border-box;
}
.login_input-div{
	border: none;
    display:block;
	width: 100%;
    height:94px;
	line-height: 94px;
    text-indent: 10px;
	font-size:28px;
	margin-left: 10px;
	border-color: white;
	outline: none;
	color: #666666;

}
.logi-sp-view{
	width: 640px;
	height: 1px;
	background: #DDDDDD;
	margin-left: 30px;

	
}
.login-icon{
	width: 40px;
	height: auto;
	margin-left: 30px;
}
.login_submit{
	width:600px;
	height:80px;
	background:rgba(236,28,38,1);
	border-radius:40px;
	margin-left: 40px;
	margin-top: 100px;
	color: #FFFFFF;
	text-align: center;
	line-height: 80px;
	font-size:30px;
	font-weight:bold;
}
.u_letter{
	height: 80px;
    width: 100%;
    background: #fff;
    line-height: 80px;
    text-indent: 20px;
    margin: 8px 0 2px 0;
	font-size: 28px;
}
.u_name{
	height: 80px;
    width: 100%;
    background: #fff;
    line-height: 80px;
    text-indent: 28px;
    margin: 1px 0 1px 0;
	font-size: 28px;
}
.wxlogin{
	text-align: center;
	position: absolute;
	bottom: 40px;
	width: 100%;
}
.wxlogin img{
	height:90px;
    width:90px;
	margin-top: 60px;
}
.sertip{
	width: 100%;
    text-align: center;
    font-size: 22px;
    color: #666666;
	margin-top: 30px;
	
}
.sertip a{
    color: #e30611;
    text-decoration: none;
}


.other-base{
	margin-left: 30px;
	width: 640px;
	height: 2px;
	background: #DDDDDD;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.other-title{
	font-size:24px;
	font-weight:500;
	color:rgba(102,102,102,1);
	text-align: center;
	padding: 20px;
	background: #FFFFFF;
}

/* 个人中心上的红色背景 */
.nav-top-background{
	width:750px;
	height:260px;
	background:linear-gradient(0deg,rgba(243,93,58,1),rgba(236,28,38,1));
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}



/* 手机登录 */

.login-base-view{
	background: #FFFFFF;
	margin-left: 25px;
	width: 700px;
	margin-top: 0;
	margin-bottom: 0;
	position: absolute;
	border-radius: 25px;
	overflow: hidden;
}
.input-sp-line{
	width: 1px;
	background: #DDDDDD;
	height: 23px;
}
.auth-code-base{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: left;
	width: 340px;
	height: 96px;
}
.get-code-button{
	color: #e30611;
	margin-left: 10px;
	font-size:24px;


	
}

 .value-sp{
	 margin-top: 36px;
	 font-size:56px;
	 height: 56px;
     font-family:xiaowei;
     font-weight:400;
     color:rgba(153,153,153,1);
 }

.type-select-base{
	margin-top: 40px;
	width: 100%;
	height: 90px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
}
.type-select-item-base{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.type-select-item{
	font-size:32px;
	font-weight:500;
	color:rgba(153,153,153,1);
	
	

}
.type-select-item.activity{
	
	font-weight:bold;
	color:rgba(51,51,51,1);
}
.sp_indicate{
	width:60px;
	height:5px;
	background:#FFFFFF;
	border-radius:3px;
}
.sp_indicate.activity{

	background:rgba(227,6,17,1);
}
.login-button{
	margin-top: 200px;
	margin-left: 60px;
	height: 90px;
	width: 630px;
	background: #fff;
	border-radius: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	color: #333333;
    font-size: 32px;
	border:1px solid #dddddd;
}
.login-button.main{
	background: #e30611;
	color: #fff;

}
.login-button img{
	width: 60px;
	height: auto;
	margin-right: 20px;
}
.bottom-base{
	position: absolute;
	left: 0;
	bottom: 140px;
	right: 0;
}
.view-title{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	font-weight: 600;
	height: 80px;
}
.center-img{
	width: 58vw;
	height: auto;
	margin-top:120px;
	border-radius: 20px;
}
.center-img-base{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.phone-login-button{
	color: #666666;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}