
ul li{
	list-style: none;
}
body{
	font-family:"Microsoft YaHei";
    background:#fafafa;
}
.w1200{
	width:1200px;
	margin: 0 auto;
}
.cft-header .cft-h-menu a:hover{
	text-decoration:none;
}
.cft-header-new {
	margin-bottom: 20px;
	padding: 25px 0 0;
	height: 335px;
	background: url(/Content/Images/web/vip/serviceupnew/member_apply_bg.png) no-repeat center top #e04d24;
}
.cft-header-new .cft-h-menu{}
.cft-header-new .cft-h-menu a{
	display: inline-block;
	position: relative;
	margin-left: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
}
.cft-header-new .cft-h-menu .hover{
	color:#fff
}
.cft-header-new .cft-h-menu .hover::after{
	content: '';
	display: inline-block;
	width: 24px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom:5px;
	left:50%;
	margin-left: -12px;
}
.cft-title-new{
	height:94px;
	line-height:94px;
	margin-bottom: 50px;
	text-align: center;
}
.cft-title-new .cft-title-english{
	font-size: 48px;
	font-weight: bold;
	color: #F1F2F4;
	background: linear-gradient(180deg, #D8E2F0 0%, #EFF4FB 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
	.cft-title-new .cft-title-cn {
		position: relative;
		margin-top: -70px;
		display: inline-block;
		font-size: 48px;
		font-weight: 500;
		color: #E60000;
	}
	.cft-title-new .cft-title-cn::before,
	.cft-title-new .cft-title-cn::after {
		content: "";
		display: block;
		width: 25px;
		height: 22px;
		position: absolute;
		top: 20px;
		background: url(/Content/Images/web/vip/serviceupnew/tit_icon_arrow.png) no-repeat;
	}
.cft-title-new .cft-title-cn::before{
	left:-40px;
}
.cft-title-new .cft-title-cn::after{
	right:-40px;
}
.cft-title-new .cft-title-desc{
	margin-top:-40px;
	font-size: 24px;
	font-weight: 500;
	color: #333;
}
.cft-title-new .cft-title-line{
	margin-top: 10px;
}



.member-apply-box {
	background: #FFFFFF;
	padding: 65px 55px 30px;
	margin: 20px auto;
}
	.member-apply-box .member-apply-title {
		font-weight: bold;
		font-size: 36px;
		color: #262626;
		text-align: center;
		position:relative;
		margin-bottom:80px;
	}
		.member-apply-box .member-apply-title::after {
			content: "";
			position: absolute;
			right: 48%;
			bottom: -20px;
			width: 48px;
			height: 3px;
			background: #E52426;
		}
	.member-apply-box i{
		color:#e60000;
	}
	.member-apply-box .label-gradeList label {
		margin: 0 10px;
	}
	.member-apply-box .member-grade {
		display: flex;
	}
	.member-apply-box .member-apply-item {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 20px 0;
	}
	.member-apply-box .first {
		margin-left: 15px;
	}
	.member-apply-box .last {
		margin-left: 90px;
	}
	.member-apply-box .member-apply-item .send-verify {
		width: 90px;
		height: 40px;
		line-height: 42px;
		color: #fff;
		text-align: center;
		background: linear-gradient(90deg, #F0442D, #E52123);
		cursor: pointer;
	}
	.member-apply-box .member-apply-item input {
		width: 290px;
		height: 40px;
		border: 1px solid #DCDCDC;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.member-apply-box .member-apply-btn {
		width: 290px;
		height: 60px;
		background: linear-gradient(90deg, #F0442D, #E52123);
		box-shadow: 0px 10px 20px 0px rgba(184,10,11,0.2);
		text-align: center;
		line-height: 60px;
		font-size: 18px;
		margin: 40px 0 90px 485px;
		color: #fff;
		cursor: pointer;
	}
	.member-apply-box .live {
		background: #d6d1d1 !important;
		pointer-events: none;
	}
.member-apply-text {
	background: url('../../../../Images/web/vip/serviceupnew/member_txt.png') no-repeat;
	background-size: 100%;
	width: 100%;
	height: 205px;
	padding: 80px 0 0 45px;
	box-sizing: border-box;
}
	.member-apply-text p:first-child {
		width: 395px;
		font-size: 16px;
	}
	.member-apply-text p:last-child {
		font-weight: bold;
		font-size: 28px;
		margin-top:15px;
	}