
body{
	background: #F6F6F6;
}

.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:nth-last-child(1){
	border-bottom: none;
}
.info .member .tab-list li a{
	height: 80px;
}
.info .member .tab-list li .text{
	margin-left: 12px;
	font-weight: 500;
}
.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 .top-info .flex-right a:hover {
	color: #FFFFFF;
}
.info .right .set{
	width: 1180px;
	margin-top: 33px;
	position: relative;
}

.info .right .set h4{
	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;
}
.top-right{
	padding: 0 22px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #2567B3;
	border-radius: 18px;
}
.top-right span{
	margin-left: 10px;
}
.font-97{
	color: #979797;
}
.set .tips{
	/*margin-top: 30px;*/
}
.site-wrap{
	width: 100%;
	margin-top: 6px;
	padding-bottom: 30px;
}
.site-item{
	padding: 30px;
	background-color: #FFFFFF;
	border-radius: 5px;
	position: relative;
	margin-top: 30px;
}
.site-item .top{
	margin-bottom: 30px;
}
.site-item .top span{
	padding: 5px 6px;
	color: #005CA7;
	font-size: 14px;
	border: 1px solid #005CA7;
	border-radius: 2px;
}

.site-item >div .font9 span{
	display: inline-block;
	width: 80px;
	text-align: justify;
	text-align-last: justify;
}
.site-item >div .font10{
	margin-left: 15px;
}
.site-item >div.flex-row-start{
	margin-top: 32px;
}
.delete-site{
	width: 71px;
	height: 31px;
	border: 1px solid #D7E9FF;
	background: #D7E9FF;
	color: #2567B3;
	font-size: 16px;
	margin-left: 17px;
	border-radius: 31px;
	text-align: center;
	line-height: 31px;
	cursor: pointer
}

.set-site{
	position: absolute;
	right: 30px;
	bottom: 30px;
	
}
.set-site span{
	padding: 6px 9px;
	background-color: #215DA2;
	color: #FFFFFF;
	margin-left: 43px;
	border-radius: 2px;
}

a:hover .text{
	color: #215DA2;
}
.tab-list .focus .text{
	color: #215DA2;
}
.set_default1{
	background: #FDECE4;
	width: 84px;
	height: 31px;
	border: 1px solid #FDECE4;
	line-height: 31px;
	text-align: center;
	color: #FF5B4A;
	font-size: 14px;
	border-radius: 31px
}
.set_default{
	width: 101px;
	height: 31px;
	border: 1px solid #D7E9FF;
	background: #D7E9FF;
	color: #2567B3;
	font-size: 16px;
	margin-right: 17px;
	border-radius: 31px;
	text-align: center;
	line-height: 31px;
	cursor: pointer
}
.dz{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 20;
	-webkit-box-orient: vertical;
	font-weight: normal;
	box-sizing: border-box;
}