html{
	background: #F6F6F6;
	width: 100%;
	min-width: 1480px;
}
body{
	background: transparent;
}


.info{
	width: 1480px;
	margin: 0 auto;
	margin-top: 40px;
	display: flex;
	padding-bottom: 110px;
}

.info .member{
	width: 192px;
	height: 885px;
	background-color: #FFFFFF;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
}
.info .member .top{
	width: 100%;
	height: 80px;
	/*border-bottom: 4px solid #f5f9fd;*/
	/*margin-bottom: 10px;*/
}
.info .member .tab-list{
	width: 100%;
	padding:  0 20px;
	border-top: 4px solid #f5f9fd;
}
.info .member .tab-list li{
	width: 240px;
	height: 80px;
	border-bottom: 1px solid #F6F6F6;
}
.info .member .tab-list li:nth-last-child(1){
	border-bottom: none;
}
.info .member .tab-list li a{
	height: 80px;
}
.info .member .tab-list li .text{
	margin-left: 12px;
}
.icon-right{
	width: 6px;
	height: 10px;
}

.info .right{
	width: 1180px;
	min-height: 804px;
	margin-left: 20px;
}
.info .right .top-info{
	width: 1180px;
	height: 200px;
	padding: 20px;
	background-color: #FFFFFF;
	border-radius: 5px;
	position: relative;
}

.info .right .top-info .active{
	width: 150px;
	height: 150px;
	position: relative;
}
.info .right .top-info .active >img{
	width: 100%;
	height: auto;
	display: block;
}
.info .right .top-info .active .is_vip{
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,50%);
}

.info .right .top-info .info1{
	height: 100%;
	padding: 13px 40px;
}

.info .right .top-info .info1 .code a{
	color: #005CA7;
	border: 1px solid #005CA7;
	border-radius: 5px;
	padding: 6px;
	font-size: 16px;
}
.info .right .top-info .flex-right{
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translate(0,-50%);
	width: 140px;
	height: 36px;
	padding: 6px 13px;
	background: #215DA2;
	border-radius: 5px;
}

.info .right .set{
	width: 1180px;
	margin-top: 33px;
	position: relative;
}

.info .right .set h4{
	width: 1180px;
	padding-left: 20px;
	position: relative;
}

.info .right .set h4::before{
	content: '';
	position: absolute;
	width: 4px;
	height: 20px;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	background-color: #215DA2;
}
.info .right .set .content{
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 5px 10px 10px 10px;
	padding: 30px;
	padding-bottom: 60px;
	margin-top: 30px;
}
.info .right .set .content .top{
	padding-bottom: 30px;
	border-bottom: 1px solid #EFEFEF;
}
.info .right .set .content .top span{
	margin-right: 22px;
}

#cdkey{
	width: 350px;
	height: 44px;
	background: #F6F6F6;
	border-radius: 5px;
	padding: 10px 12px;
}
.set .tips{
	margin-top: 30px;
	line-height: 40px;
	color: #979797;
	margin-bottom: 80px;
}
.set .btn span{
	display: inline-block;
	width: 350px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #215DA2;
	border-radius: 5px;
	margin-left: 80px;
	color: #FFFFFF;
}
a:hover{
	color: #FFFFFF;
}
a:hover .text{
	color: #215DA2;
}
.tab-list .focus .text{
	color: #215DA2;
}