.returnGo{
	position: relative;
	width: 100vw;
	height: 88px;
	background-color: #E2231A;
}
.returnGo>p{
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 88px;
	letter-spacing: 2px;
}
.returnGo>div{
	position: absolute;
	left: 30px;
	height: 34px;
	width: 20px;
	top: calc(50% - 17px);
}

body{
	background-color: #EFF0F5;
}


.Nav .NavLi2Hover p{
	color: #E2231A;
}
.Nav .NavLi2Hover .Navicon{
	display: none;
}
.Nav .NavLi2Hover .Naviconhover{
	display: block;
}

/*头*/
.sellTop{
	height: 116px;
	background-color: #E2231A;
}

.sellBox{
	margin: -96px 30px 0 30px;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 0 4px rgba(51,51,51,.1);
}
.sellBox>div{
	height: 118px;
	border-bottom: 2px solid #F4f2f3;
}
.sellBox>div:last-child{
	border-bottom: 0;
}
.sellRadio input{
	width: 24px;
	height: 24px;
	border: 1px solid #333;
	border-radius: 50%;
}
.sellRadio img{
	margin: 0 10px 0 20px;
}
.sellRadio p{
	font-size: 28px;
	color: #333;
}
.sellRadio{
	margin-left: 40px;
}
.sellRadio:nth-of-type(1){
	margin-left: 0;
}
.sellBox .sellTd{
	height: 148px;
}
.sellTr{
	padding: 0 40px;
	display:flex; display: -webkit-box; display: -webkit-flex;
	justify-content: space-between;-webkit-justify-content: space-between;
	align-items: center;-webkit-align-items: center;
}
.sellTr div{
	width: 24px;
	display:flex; display: -webkit-box; display: -webkit-flex;
	justify-content: center;-webkit-justify-content: center;
	align-items: center;-webkit-align-items: center;
}
.sellTr input{
	height: 118px;
	border: 0;
	outline: 0;
	font-size: 24px;
	color: #333;
	margin-left: 30px;
	flex: 1;-webkit-flex: 1;
}
.sellTr input::placeholder{
	color: #999;
}
.sellTr .yzmbtn{
	margin-left: 30px;
	background-color: #6EA0FF;
	border-radius: 48px;
	width: 156px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	font-size: 20px;
}
.sellTr p{
	color: #E2231A;
	font-size: 24px;
}
.sellTdBtn{
	width: 400px;
	height: 68px;
	border-radius: 68px;
	background: linear-gradient(left ,#eb431c ,#d61108);
	background: -webkit-linear-gradient(left ,#eb431c ,#d61108);
	background: -ms-linear-gradient(left ,#eb431c ,#d61108);
	font-size: 26px;
	color: #fff;
	text-align: center;
	line-height: 68px;
}








