.body{
	display: flex;
	flex-direction: column;
	width: 100%;height: 666px;
	background:#efefef;
	margin: 0;
}
.mianbaoxue{
	width: 1075px;height: 50px;
	background: #fff;
	font-size: 13px;
	color: #666;
	padding-left:25px;
	margin:0 auto;
	line-height: 50px;
	margin-top:20px;
}
.calculator0{
	width: 1100px;height:auto;
	background: #efefef;
	margin:0 auto; 
	margin-top: 10px;
	display: flex;
}
.calculator{
	background: #efefef;
}
.calculator textarea{
    resize: none;
	width: 530px;height: 300px;
}
.rule{
	width: 700px;height: 100px;
	background: #fff;

}
.rule_1{
	height: 50px;width: 100px;
	background: #e82e15;
	text-align: center;
	color: #fff;
	font-size: 20px;
}
.rule_2{
	display: flex;
	height: 50px;
	background: #efefef;
	justify-content: flex-end;
	align-content: center;
	margin-left: 20px;

}
.rule select{
	padding-left: 20px;
	margin: 0 auto;
	font-size: 14px;
}
.shuru{
	margin-top: 20px;
}
.shuru_1{
	height: 50px;
	background: #e82e15;
	text-align: center;
	line-height: 50px;
	color: #fff;
	border-collapse:separate;
	border-spacing:0px 10px;
	font-size: 20px;
}
.button{
	width:530px; 
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.button button{
	width: 250px;height: 40px;
	background: #e82e15;
	font-size: 20px;
	border: 0;
	color: #fff;
}
.addup{
	width:530px;height: 60;
	margin-top: 10px;
	background: #fff;
	margin-left: 0px;

}
.addup_1{
	width: 180px;height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background: #e82e15;
}
.addup_2{
	width: 180px;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}
.addup_2_1{
	margin-top: 20px;
	font-size: 14px;
	
}
text{
	color: #f00;
}
.addup_3{
	width: 180px;height: 50px;
	line-height: 50px;
	text-align: left;
	font-size: 18px;
}
.addimg{
	
}
.paper{
	margin-left: 20px;
	margin-top: 10px;
	width: 750px;height: 100%;
	background: #fff;
	text-align: center;
}
.paper_1{
    line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background: #e82e15;
}
.paper_2 td{
	width: 100%;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	color: #777777;
	border-bottom:1px dashed #d5d5d5;
}
.body span{
	font-size: 6px;
}
.nav {background-color:#e82e15;height:45px;margin:auto;}
.sNav {height:45px;margin:auto;width:1100px;}
.sNav li{font-size:16px;list-style:none;float:left;text-decoration:none;position:relative;overflow:hidden;letter-spacing:1px;
	background:#e82e15;padding:0px 0px;text-align:center;color:white;height:45px;line-height:45px;width:110px;}
.Hover.hover{
	background:#cb240e;
}