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;
}
.showdiv{
	display: flex;
	justify-content: flex-end;
	margin-top: 60px;
}
.showdiv a{
	display: flex;
	width: 70px;
	flex-direction: column;
	align-items: center;
	font-size: 16px;
	color: #959CA5;
	margin-right: 52px;
}
.showdiv span{
	color: #2C2C2C;
	font-size: 35px;
	margin-bottom: 25px;
}
.divbtm{
	padding: 24px;
	background: #fff;
	color: #2C2C2C;
	font-size: 14px;
}
.contbox>.boxfr .divbtm .homeOrder{
	width: 530px;
	background: #fff;
}
.ordernav{
	display: flex;
	background: #f2f2f2;
	width: 100%;
}
.ordernav span{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 40px;
	font-size: 16px;
	color: #959CA5;
	cursor: pointer;
	border: 1px solid transparent;
	border-bottom: 1px solid #e4e4e4;
}
.ordernav span::after{
	content: "";
	width:15px;
	height:3px;
	border-radius:3px;
	margin-top: 3px;
	background: transparent;
}
.ordernav span.on{
	background: #fff;
	color: #2C2C2C;
	border: 1px solid #e4e4e4;
	border-bottom: 1px solid transparent;
}
.ordernav span.on::after{
	background:#217FED;
}
.contbox>.boxfr .divbtm .homeOrder .orderListbg{
	width: 528px;
}
.contbox>.boxfr .divbtm .homeOrder .orderList{
	width: 100%;
	height: 365px;
	display: flex;
	flex-direction: column;
	border: 1px solid #E4E4E4;
	border-top: none;
}
.contbox>.boxfr .divbtm .homeOrder .orderList .box{
	padding: 21px 0;
	overflow: hidden;
	border-bottom: 1px solid #E4E4E4;
}
.contbox>.boxfr .divbtm .homeOrder .orderList .box .proimg{
	width: 60px;
	height: 60px;
	overflow:hidden;
	float: left;
	margin: 0 16px 0 24px;
}
.contbox>.boxfr .divbtm .homeOrder .orderList .box .textbox{
	width: 228px;
	float: left;
	font-size: 14px;
}
.contbox>.boxfr .divbtm .homeOrder .orderList .box .textbox p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #2C2C2C;
	height: 40px;
}
.contbox>.boxfr .divbtm .homeOrder .orderList .box .textbox font{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #959CA5;
	margin-top: 3px;
	display: inline-block;
}
.contbox>.boxfr .divbtm .homeOrder .orderList .box .status{
	float: right;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	color: #2C2C2C;
	font-size: 14px;
	margin-right: 14px;
}
.contbox>.boxfr .divbtm .homeOrder .orderList .box .status span{
	color: #217FED;
	margin-bottom: 16px;
}
.contbox>.boxfr .divbtm .homeOrder .orderList .hrefbtn{
	color: #959CA5;
	height: 40px;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
}
.quizbox{
	width: 530px;
}
.quizcont .boxbg{
	background: #fff;
	height: 341px;
	border-top: none;
	padding-top: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid #E4E4E4;
	border-top: none;
}
.quizcont .boxbg div{
	display: flex;
	align-items: baseline;
	margin-bottom: 12px;
}
.quizcont .boxbg p{
	font-size: 15px;
	color:#2C2C2C;
	margin: 0 12px 0 6px;
}
.quizcont .boxbg span{
	color: #FF4242;
}
.quizcont .boxbg div input{
	width: 403px;
	height: 40px;
	border: 1px solid #E4E4E4;
	font-size: 14px;
	padding: 0 15px;
	outline: none;
}
.quizcont .boxbg div input::-webkit-input-placeholder,
.quizcont .boxbg div textarea::-webkit-input-placeholder{
	color:#959CA5;
	font-size: 15px;
}
.quizcont .boxbg div textarea{
	border: 1px solid #E4E4E4;
	font-size: 14px;
	width: 403px;
	height: 211px;
	padding:12px 15px;
	outline: none;
}
.quizcont .boxbg button{
	width:87px;
	height:29px;
	background:rgba(247,247,247,1);
	border:1px solid rgba(228,228,228,1);
	border-radius:2px;
	color: #217FED;
	outline: none;
	cursor: pointer;
}
.btmtit{
	background: #F7F7F7;
	height: 40px;
	line-height: 40px;
	display: flex;
}
.btmtit div:nth-child(1){
	margin-left: 43px;
}
.btmtit div:nth-child(2){
	margin-left: 361px;
}
.btmtit div:nth-child(3){
	margin-left:66px;
}
.btmtit div:nth-child(4){
	margin-left:69px;
}
.btmtit div:nth-child(5){
	margin-left:70px;
}
.btmtit div:nth-child(6){
	margin-left:97px;
}
.orderList1{
	/*min-height: 378px;*/
}
.orderList1 .box{
	margin-top: 14px;
}
.orderList1 .box .tit{
	display: flex;
	align-items: center;
	background: #F7F7F7;
	color: #004CDA;
	padding-left: 24px;
	height: 30px;
	font-size: 12px;
	position: relative;
}
.orderList1 .box .tit span{
	color: #959CA5;
	margin-left: 46px;
}
.orderList1 .box .tit span:nth-child(1){
	margin-left: 0;
}
.orderList1 .box .tit font{
	color: #535C67;
	flex: 1;
	#333333
}
.orderList1 .box .tit h4{
	color: #535C67;
	flex:1;
	text-align: right;
}
.orderList1 .box .tit h5{
	color: #EA4B4B;
	font-weight: normal;
	margin-left: 5px;
	cursor: pointer;
}
.orderList1 .box .tit .deletebtn{
	margin:0 20px 0 15px;
	width: 20px;
	cursor: pointer;
	visibility: hidden;
}
.orderList1 .box .tit .deletebtn.on{
	visibility: visible;
}
.orderList1 .box .tit div{
	position: absolute;
	right: 20px;
	top: 8px;
	color: #999;
}
.orderList1 .box .tit div span{
	color: #333333;
}
.proinfo{
	display: flex;
	border: 1px solid #f4f4f4;
}
.proinfo .boxfl{
	display: flex;
	align-items: center;
	flex-direction: column;
}
.proinfo .boxfl .lump{
	display: flex;
	border-bottom: 1px solid #f4f4f4;
	height: 102px;
}
.proinfo .boxfl .lump:last-child{
	border-bottom:none
}
.proinfo .boxfl .lump .proimg{
	width: 60px;
	height: 60px;
	margin: 20px 12px 0 20px;
}
.proinfo .boxfl .lump .unitPrice{
	width: 100px;
	border-left: 1px solid #F4F4F4;
	text-align: center;
	padding: 20px 0;
}
.proinfo .boxfl .lump .amount{
	width: 90px;
	border-left: 1px solid #F4F4F4;
	text-align: center;
	padding: 20px 0;
}
.proinfo .boxfl .lump .texbox{
	width: 330px;
	margin-top: 20px;
}
.proinfo .boxfl .lump .texbox h4{
	margin: 0;
	font-weight: normal;
	line-height: 20px;
	width: 228px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #2C2C2C;
	height: 40px;
}
.proinfo .boxfl .lump .texbox p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #999999;
	margin-top: 4px;
	display: inline-block;
	font-size: 12px;
}
.proinfo .boxfr{
	display: flex;
}
.proinfo .boxfr div{
	width: 145px;
	text-align: center;
	padding-top: 24px;
	border-left: 1px solid #f4f4f4;
}
.proinfo .boxfr div:nth-child(1){
	padding: 24px 0;
	width: 120px;
}
.proinfo .boxfr div:nth-child(1) p{
	margin-bottom: 6px;
	color: #959CA5;
}
.proinfo .boxfr div:nth-child(1) span{
	color: #2C2C2C;
	display: block;
}
.proinfo .boxfr div:nth-child(2){
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 12px;
	width: 120px;
}
.proinfo .boxfr div:nth-child(2) .refund{
	color: #33BB44;
	margin-top: 10px;
}
.proinfo .boxfr div:nth-child(2) .orange{
	color: #FFA200;
	margin-top: 10px;
}
.proinfo .boxfr div:nth-child(2) a{
	margin-top: 10px;
}
.proinfo .boxfr div:nth-child(2) span{
	color: #999999;
	margin-top: 10px;
}
.proinfo .boxfr div:nth-child(3){
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	width: 160px;
	font-size: 12px;
}
.proinfo .boxfr div:nth-child(3) .residue{
	color: #217FED;
	margin: 0 0 12px;
}
.proinfo .boxfr div:nth-child(3) .playbtn{
	color:#fff;
	width:85px;
	height:30px;
	background:#E1251B;
	border:1px solid #E1251B;
	border-radius:2px;
	line-height: 30px;
	margin: 0 0 12px;
	font-size: 14px;
}
.proinfo .boxfr div:nth-child(3) .cancelbtn{
	margin: 0 0 12px;
	color: #535C67;
}
.proinfo .boxfr div:nth-child(3) .checkbtn{
	margin: 0 0 12px;
}
.proinfo .boxfr div:nth-child(3) .buybtn{
	margin: 0 0 12px;
	width:85px;
	height:30px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(228,228,228,1);
	border-radius:2px;
	color: #959CA5;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
}
.proinfo .boxfr div:nth-child(3) .invoicebtn{
	margin-bottom: 12px;
}
.proinfo .boxfr div:nth-child(3) .takebtn{
	width:85px;
	height:30px;
	background:rgba(247,247,247,1);
	border:1px solid rgba(228,228,228,1);
	border-radius:2px;
	text-align: center;
	line-height: 30px;
	margin: 0 0 12px;
}
.proinfo .boxfr div:nth-child(3) .alreadytex{
	color: #959CA5;
	margin-bottom: 12px;
}
.currentbox{
	
}
.currentbox h3{
	font-size: 16px;
	color: #2C2C2C;
}
.currentbox .listnav{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0px 0 15px;
}
.currentbox .listnav ul{
	display: flex;
}
.currentbox .listnav li{
	font-size: 14px;
	margin-right: 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
}
.currentbox .listnav li::after{
	content: "";
	width:28px;
	height:2px;
	background: transparent;
	margin-top:2px
}
.currentbox .listnav li.on{
	color: #E60000;
}
.currentbox .listnav li.on::after{
	background:#E60000;
}
.currentbox .listnav div{
	display: flex;
	align-items: center;
	border: 1px solid #C8CED5;
}
.currentbox .listnav div input{
	width: 300px;
	height: 32px;
	border: none;
	padding: 0 20px;
	outline: none;
}
.currentbox .listnav div button{
	width: 60px;
	height: 32px;
	background:#999999;
	border: none;
	cursor: pointer;
	outline: none;
	display: flex;
	justify-content: center;
}
.currentbox .listnav div button img{
	width: 20px;
}
.currentbox .listnav div input::-webkit-input-placeholder{
	color:#959CA5;
	font-size: 14px;
}
.warmPrompt{
	width:1002px;
	height:160px;
	background:#F7F7F7;
	font-size: 12px;
	color: #333;
	overflow: hidden;
	padding-left: 20px;
	line-height: 26px;
	margin-top: 10px;
}
.warmPrompt h4{
	font-size: 16px;
	font-weight: normal;
	margin: 22px 0 7px 0 ;
}
.warmPrompt a{
	color: #33BB44;
}
.nonecont{
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 500px;
}
.nonecont img{
	width: 160px;
	margin-left: 40px;
	margin-top: 80px;
}
.nonecont p{
	font-size: 14px;
	color: #666;
	margin: 20px 0;
}
.nonecont a{
	width:160px;
	height:40px;
	background:#E1251B;
	border:1px solid #E1251B;
	border-radius:2px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.deletepop{
	width: 100%;
	height: 100%;
	display: none;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
.deletepop .box{
	width:500px;
	height:280px;
	background:#fff;
	box-shadow:0px 3px 6px rgba(0,0,0,0.16);
	display: flex;
	flex-direction: column;
	align-items: center;
}
.deletepop .box p{
	line-height: 48px;
	margin-top: 50px;
	font-size: 22px;
	text-align: center;
}
.deletepop .box .btn{
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.deletepop .box .btn span{
	background: #E1251B;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	width: 160px;
	height: 40px;
	font-size: 16px;
	border: 1px solid #E1251B;
	margin: 0 20px;
	cursor: pointer;
}
.deletepop .box .btn span:last-child{
	background: #fff;
	color: #E1251B;
}







