.pricing div {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
}

.input_box div {
	margin-bottom: 5px;
	color: #E1251B;
	font-size: 12px;
}

.input_box input {
	width: 80px;
	padding: 6px;
	font-size: 8px;
	margin: 5px auto;
}

.msg_box {
	color: #666666;
}

.deails {
	color: #E1251B;
	padding-bottom: 58px;
}

.msg_box,
.deails {
	height: 26px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 24px;
}

/* phone */
.imgfont img {
	float: left;
	clear: both;
}

.imgfont {
	font-size: 13px;
	font-family: Roboto;
	font-weight: 400;
	color: #333333;
	line-height: 22px;
}

.deailsBox .msgName,
.deailsBox .msgInfo {
	font-size: 12px;
	font-family: Roboto;
	font-weight: 400;
	/* line-height:5px; */
}

.deailsRight {
	padding-left: 10px;
	flex: 1;
	overflow: hidden;
}

.deailsRight .title a {
	font-size: 16px;
	font-family: Roboto;
	font-weight: bold;
	color: #333333 !important;
}


.deailsBor {
	margin-bottom: 25px;
	border-bottom: 1px solid #F0F0F0;
	padding-bottom: 22px;
}

.deailsBox .msgName {
	color: #666666;
	width: 56px !important;
}

.deailsBox .msgInfo {
	color: #333;
	padding-left: 5px;
}

.deailsBox .btn {
	border-radius: 22px !important;
	height: 33px;
	display: flex;
	align-items: end;
	margin-top: 16px;
	background-color: #E1251B !important;
	width: 87px;
	justify-content: center;
}

.imgBorder {
	width: 107px;
	height: 107px;
	margin-top: 5px;
	background: #FFFFFF;
	border: 1px solid #F0F0F0;
}

.modalBox {
	padding: 20px;
}

.modalBox li {
	font-size: 1px;
	color: #E1251B;
	line-height: 25px;
}

.modalBox li span {
	color: #E1251B;
	font-size: 10px;
}

.form-control{
	width: 80px;
	height: 27px;
	/* margin: 0 auto 8px; */
	padding-left: 5px;
	padding-right: 5px;
}

.buy{
	width: 60px;
	height: 27px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.brand_box{
	width: 100%;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 12px;
}

.brand_box h3{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 15px;
}

.brand_box .brand_content{
	width: 100%;
	overflow: hidden;
}

.brand_box .brand_img{
	width: 100px;
	height: 60px;
	float: left;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.brand_box .brand_text{
	width: 100%;
	font-size: 14px;
}

.brand_list{
	width: 100%;
	background-color: #fff;
	padding: 10px 0;
	margin-bottom: 12px;
}

.brand_list .brand_item{
	width: 100%;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	padding: 15px 10px;
	display: flex;
}

.brand_list .brand_item:last-child{
	border-bottom: none;
	margin-bottom: 0;
}

.brand_list .brand_item_img{
	width: 90px;
	height: 90px;
	margin-right: 15px;
	background-color: #eee;
}

.brand_list .brand_item_content{
	flex: 1;
	height: 100%;
}

.brand_list .brand_item_content .title{
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.brand_list .brand_item_content .field{
	font-size: 12px;
	display: flex;
}

.brand_list .brand_item_content .field_name{
	display: inline-block;
	width: 82px;
	color: #666;
}

.field_content{
	color: #000;
}

.brand_item_btn{
	width: 80px;
	height: 24px;
	background-color: #e1251b;
	color: #fff;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	margin-top: 15px;
}

.model_box{
	width: 100%;
	background-color: #fff;
	padding: 10px;
}

.model_box .title{
	font-size: 12px;
	margin: 10px 0;
}
.model_box li{
	color: #E1251B;
	line-height: 26px;
}

/*pc端顶部内容*/
.pcDetail_text{
	width: 100%;
	margin-bottom: 20px;
	display: flex;
}

.pcDetail_text .pcDetail_text_left{
	width: 300px;
	margin-right: 30px;
}

.pcDetail_text .pcDetail_text_left .pcDetail_text_img{
	width: 300px;
	height: 105px;
	background-color: #eee;
	margin-bottom: 15px;
}

.pcDetail_text .pcDetail_text_left .pcDetail_text_list p{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
}

.pcDetail_text .pcDetail_text_right{
	flex: 1;
	position: relative;
}
.pcDetail_text_2{
	font-size: 16px;
	line-height: 22px;
	overflow: hidden;
	text-indent: 32px;
}
.pcDetail_text_ov {
	overflow: hidden;
	-webkit-line-clamp: 8;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.moto{
	line-height: 28px;
	color: #00a0e9;
	cursor: pointer;
	width: 100px;
}
