﻿* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}

body {
	font-family: "微软&#98;&#101;&#97;&#116;&#51;&#54;&#53;&#23448;&#26041;&#32593;&#31449;&#95;&#51;&#54;&#53;&#36895;&#21457;&#22269;&#38469;&#24179;&#21488;&#30331;&#38470;&#95;&#51;&#54;&#53;&#98;&#101;&#116;&#20013;&#25991;&#20307;&#32946;&#22312;&#32447;";
	background-color: rgb(239, 239, 244);
}

body p {
	margin: 10px;
	font-size: 14px;
	color: #999999;
}

.moto_box9_title {
	width: calc(100% - 1.4rem);
	width: -webkit-calc(100% - 1.4rem);
	margin: auto;
	border-bottom: solid 1px #cccccc;
	color: #6f6f6f;
	font-size: .9rem;
	line-height: 2.15rem;
}

.moto_box9_xx {
	width: calc((100% - 2.35rem)/2);
	width: -webkit-calc((100% - 2.1rem)/2- 2px);
	margin: .7rem 0 0 .7rem;
	float: left;
	background: #f2f2f2;
	border-radius: 4px;
	border: solid 1px #cccccc;
	color: #585858;
	text-align: right;
	padding: .2rem 0;
}

.moto_box9_xx p:first-child {
	color: #f86d04;
	padding-right: .5rem;
	font-size: 1rem;
}

.moto_box9_xx p:last-child {
	padding-right: .5rem;
	font-size: .7rem;
}