body{
	background: #F4F4F4;
}
.contbox{
	margin-top: 20px;
	overflow: hidden;
}
.contbox>.boxfl{
	width: 130px;
	height: 640px;
	float: left;
	background: #fff;
	border: none;
}
.contbox>.boxfr{
	width: 1050px;
	float: right;
	min-height: 710px;
	background: #fff;
	padding: 10px 20px;
	margin-bottom: 100px;
}
.espetit{
	color: #666666;
	font-size: 18px;
	border-bottom: 2px solid  #E1251B !important;
	position: relative;
	line-height: 30px;
	display: inline-block;
}
.espetit::after{
	content: "";
	width: 1010px;
	height: 1px;
	background: #eee;
	position: absolute;
	bottom: -3px;
	left: 0;
}
.infotex{
	margin-top: 40px;
	width: 958px;
	border-bottom: 1px solid #eee;
	padding-bottom: 35px;
}
.textit{
	font-size: 16px;
	margin: 0;
}
.infotex div{
	display: flex;
	margin-top: 8px;
	margin-left: 40px;
}
.infotex div span{
	width: 105px;
}
.infotex div p{
	min-width: 166px;
}
.infotex div a{
	color: #1379DE;
}
.securityService{
	margin-top: 35px;
}
.grade{
	margin-left: 40px;
	margin-top: 8px;
}
.grade .box{
	display: flex;
	align-items: center;
}
.grade .box span{
	margin:0 10px 0 21px ;
}
.grade .box div{
	position: relative;
	display: flex;
	align-items: center;
	height: 10px;
}
.grade .box div em{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 10px;
}
.grade .box div i{
	background: #EEEEEE;
	width: 40px;
	height: 10px;
	position: relative;
}
.grade .box div i::before{
	content: "";
	background: #fff;
	width: 2px;
	height: 10px;
	position: absolute;
	top: 0;
	left: -1px;
	z-index: 10;
}
.grade .box div i:nth-of-type(1)::before{
	display: none;
}
.grade .tex{
	color:#ffca0b;
	margin-top: 8px;
}
.sortbox{
	margin: 20px 0 100px;
}
.boxrow{
	display: flex;
	width: 450px;
	border-bottom: 1px solid #eee;
	align-content: center;
	width: 918px;
	padding: 30px 0;
}
.boxrow h4{
	margin: 0;
	font-size: 16px;
	width: 100px;
	display: flex;
	align-items: center;
}
.boxrow div{
	display: flex;
	align-items: center;
	width: 137px;
}
.boxrow div img{
	width: 20px;
}
.boxrow p{
	width: 380px;
	color: #666;
	line-height: 18px;
	margin-right: 213px;
	display: flex;
	align-items: center;
}
.boxrow button{
	width:90px;
	height:32px;
	border:1px solid #E1251B;
	opacity:1;
	border-radius:2px;
	color: #E1251B;
	background: #fff;
}
.boxrow button.redbtn{
	color: #fff;
	background: #E1251B;
}
.boxrow button.greenbtn{
	color: #fff;
	background: #33BB44;
	border: 1px solid #33BB44;
}
.popbg{
	background: rgba(0,0,0,.8);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
	justify-content: center;
	align-items: center;
}
.popbg .poplump{
	width: 680px;
	height: 420px;
	background: #fff;
	position: relative;
	display: none;
}
.popbg .poplump h4{
	font-size: 22px;
	margin: 20px 0 0 20px;
	font-weight: normal;
}
.popbg .poplump .closebtn{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 20px;
	cursor: pointer;
}
.popbg .poplump .formbox{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 175px;
}
.popbg .poplump .formbox div{
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.popbg .poplump .formbox div p{
	width: 70px;
	text-align: right;
}
.popbg .poplump .formbox div input{
	width: 360px;
	height: 40px;
	margin-left: 10px;
	padding: 0 12px;
	border: 1px solid #E4E4E4;
	border-radius: 2px;
	
}
.popbg .poplump .formbox div.verify input{
	width: 240px;
}
.popbg .poplump .formbox div.verify span{
	width:110px;
	height:40px;
	border:1px solid #33BB44;
	border-radius:2px;
	margin-left: 10px;
	color: #33BB44;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.btnbox{
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.btnbox button{
	width:160px;
	height:40px;
	background:#E1251B;
	border:1px solid #E1251B;
	border-radius:2px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 16px;
	margin: 0 20px;
}
.btnbox a{
	width:160px;
	height:40px;
	border:1px solid #E1251B;
	border-radius:2px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	margin: 0 20px;
	background: #fff;
	color: #E1251B;
}






























