.listbanner_1 {
	height: 500px;
	width: 100%;
	position: relative;
	overflow: auto;
	text-align: center;
}

.listbanner_1 ul li {
	display: block;
	float: left;
	min-height: 500px;
}

.listbanner_1 ul li a {
	display: block;
	width: 100%;
	height: 500px;
}

.listbanner_1 .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}

.listbanner_1 .dots li.dot {
	text-align: center;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 4px;
	text-indent: -999em;
	border: 1px solid #ff621f;
	border-radius: 8px;
	cursor: pointer;
}

.listbanner_1 .dots li.active {
	background: #ff621f;
}

.listbanner_1>.listbanner_div {
	width: 100%;
	height: 100%;
	background-position: center
}

.listbanner_1>.listbanner_div>a {
	display: block;
	width: 100%;
	height: 100%;
}

.listbanner_dot {
	position: absolute;
	width: 100%;
	bottom: 25px;
	height: 25px;
}

.listbanner_dotblock {
	height: 100%;
	margin: 0 auto;
	width: 156px;
}

.listbanner_dot_one {
	border: 2px solid #8e8582;
	width: 20px;
	height: 20px;
	border-radius: 50px;
	float: left;
	margin-left: 20px;
	cursor: pointer;
}

.listbanner_dot_one:hover {
	border: 2px solid #cd947c;
}

.listbanner_dot_arrone {
	border: 2px solid #ff621f;
	background: #ff621f;
}

.listbanner_dot_arrone:hover {
	border: 2px solid #ff621f;
}

.listbanner_dot_one:nth-child(1) {
	margin-left: 0px;
}

.list_body {
	width: 1200px;
	margin: 20px auto 0 auto;
	padding-bottom: 10px;
}

.screening_conditions {
	border: 1px solid #cbcbcb;
}

.screening_conditions>ul>li {
	height: 45px;
	border-top: 1px solid #cbcbcb;
	position: relative;
	overflow: hidden;
}

.screening_conditions>ul>li:nth-child(1) {
	border-top: 0px solid #cbcbcb;
}

.condition_title {
	display: inline;
	float: left;
	width: 120px;
	background: #f7f5f6;
	height: 100%;
	font-size: 14px;
	font-weight: 700;
	line-height: 45px;
	text-align: center;
}

.priority_conditions {
	margin-top: 15px;
	height: 28px;
	background: #f7f5f6;
}

.conditional_order {
	cursor: pointer;
	float: left;
	height: 26px;
	width: 58px;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 12px;
	line-height: 26px;
	background: #fff;
	border-left: 0px solid #ccc;
}

.conditional_order:nth-child(1) {
	border-left: 1px solid #ccc;
}

.conditional_order_Selected {
	background: #f1ecf0;
	color: #ff621f;
	font-weight: 700;
}

.conditional_price {
	margin-left: 10px;
	width: 200px;
	float: left;
}

.priceInput {
	width: 50px;
	padding: 0 4px;
	height: 26px;
	border: solid 1px #ccc;
	line-height: 28px;
	font-family: arial;
	font-size: 12px;
}

.price_item {
	float: left;
	width: 55px;
}

.price_sep {
	float: left;
	width: 10px;
	text-align: center;
	padding-left: 5px;
	line-height: 28px;
}

.price_submit {
	float: left;
	margin-left: 10px;
	width: 44px;
}

.priceSubmit {
	font-size: 13px;
	display: block;
	height: 27px;
	padding: 0 10px;
	background: #ff621f;
	color: #fff;
	line-height: 27px;
	cursor: pointer;
	white-space: nowrap;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 1px;
	-moz-background-clip: padding;
	border-radius: 1px;
	background-clip: padding-box;
	border: 0 none
}

.product_display {
	margin-top: 10px;
	clear: left;
}

.main_product {
	margin-right: -20px;
	clear: left;
}

.main_product_item {
	border: 1px solid #fff;
	width: 285px;
	height: 440px;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-right: 20px;
	-webkit-transition: border-color .2s;
	-moz-transition: border-color .2s;
	-o-transition: border-color .2s;
	transition: border-color .2s;
	margin-bottom: 15px;
}

.main_product_item:hover {
	border: 1px solid #ff621f;
}

.product_defultimg {
	width: 283px;
	height: 283px;
}

img.productdefultimg {
	width: 283px;
	height: 283px;
}

.product_defultimg_link {
	display: block;
}

.product_defultinfo {
	font-size: 12px;
}

.product_defultinfo_item {
	margin-top: 11px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	padding: 0 7px;
}

.product_defultinfo_price {
	float: left;
	font-size: 18px;
}

.product_defultinfo_price>span {
	color: #ff621f;
	margin-right: 3px;
}

.product_defultinfo_price>strong {
	color: #ff621f;
}

.product_defultinfo_price>i {
	margin: 0 4px 0 12px;
	color: #b7b7b7;
	font-size: 12px;
	font-style: normal;
}

.product_defultinfo_deal {
	float: right;
	color: #b7b7b7;
	line-height: 28px;
}

.product_defultinfo_item a {
	color: #3d3d3d;
	font-size: 14px;
	font-weight: 400;
}

.product_defultinfo_item a:hover {
	text-decoration: underline;
	color: #ff621f
}

.product_defultinfo_item_title {
	margin-top: 6px;
	height: 43px;
}

.product_defultinfo_shop {
	float: left;
}

.dsrs {
	margin-top: 4px;
	width: 13px;
	float: left;
}

.dsrw {
	background: #ff621f;
	float: left;
	margin-top: 2px;
	height: 2px;
	width: 8px;
	overflow: hidden;
}

.product_defultinfo_location {
	float: right;
	color: #888;
	line-height: 28px;
}

.product_defultinfo_baoyou {
	width: 27px;
	height: 14px;
	font-size: 10px;
	color: #fff;
	background: #ff621f;
	font-weight: 400;
	margin-right: 4px;
}

.condition_seled_block {
	height: 30px;
	line-height: 30px;
	margin-top: 7px;
	float: left;
	margin-left: 20px;
}

.condition_seled_block ul li {
	cursor: pointer;
	padding: 0 10px;
	height: 30px;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	border: 1px solid #cbcbcb;
	float: left;
	margin-right: 15px
}

.condition_seled_block ul li a {
	color: #000;
}

.condition_seled_block ul li:hover {
	border: 1px solid #ff703b;
}

.condition_seled_block ul li span {
	color: #ff703b;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.del_class {
	margin-left: 7px;
	color: #cbcbcb;
}

.condition_seled_block ul li:hover>i.del_class {
	color: #ff703b;
}

.condition_sel_block {
	height: 30px;
	line-height: 30px;
	margin-top: 7px;
}

.condition_sel_block ul li {
	float: left;
	margin-left: 20px;
	font-size: 12px;
	float: left;
	margin-left: 20px;
	cursor: pointer;
	line-height: 30px;
}

.condition_sel_block ul li a {
	color: #111;
}

.condition_sel_block ul li:hover {
	color: #ff703b;
}

.condition_sel_block ul li a:hover {
	color: #ff703b;
}

.accesspath {
	width: 1200px;
	height: 70px;
	line-height: 70px;
	margin: auto;
	color: #333;
}

.accesspath>a {
	margin-left: 5px;
	margin-right: 5px;
	color: #333;
}

.accesspath>a:nth-child(1) {
	margin-left: 0;
}

.accesspath>a:hover {
	color: #ff621f;
}

.detailedinformation {
	width: 1200px;
	min-height: 70px;
	margin: auto;
}

.infomation_main {
	
}

.infomation_imgs {
	width: 460px;
	height: 555px;
	float: left;
}

.thismainimg {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #f7f7f7;
	position: relative;
	display: table;
	table-layout: fixed;
	z-index: 1;
	width: 420px;
	height: 420px;
	margin: 0 40px 0 0;
	border: #ccc 1px solid;
}

.thismainimg>img#display_img {
	width: 420px;
	height: 420px;
	cursor: move;
}

.thislistimg {
	width: 420px;
	margin: 5px 40px 0 0;
	height: 105px;
}

.thislistimg>ul>li {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
	margin: 0 0 0 8px;
	padding-top: 22px;
}

.thislistimg>ul>li:nth-child(1) {
	margin: 0;
}

.thislistimg>ul>li>img {
	width: 72px;
	height: 72px;
	border: 2px solid #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	cursor: pointer;
}

.thislistimg>ul>li>img:hover {
	border: 2px solid #ff703b;
}

.thislistimg>ul>li>img.cl {
	border: 2px solid #ef4304;
}

.infomation_price {
	width: 740px;
	float: left;
	padding-top: 0;
}

.title_hd {
	padding: 0 10px 12px;
	color: #333;
}

.title_hd h1 {
	padding-bottom: .2em;
	line-height: 1;
	font-size: 20px;
	font-weight: 700;
	color: #000;
	font-family: "microsoft yahei";
}

.title_hd p {
	font-size: 14px;
	color: #ff621f;
	font-family: "microsoft yahei";
}

.price_hd {
	height: 100px;
	background-color: #e9e9e9;
	position: relative;
	font: 12px/1.5 "Microsoft Yahei", tahoma, arial;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-right: 20px;
}

.originalprice {
	position: static;
	color: #333;
	padding-left: 0;
}

.originalprice>dt {
	color: #333;
	font-size: 14px;
	text-align: left;
	float: left;
	width: 69px;
	margin: 0 0 0 8px;
}

.originalprice>dd {
	color: #333;
	margin-left: 70px;
	font-family: Arial;
}

.originalprice>dd>span.price_price {
	text-decoration: line-through;
	font-size: 14px;
}

.originalprice>dd>em.price_rmb_promotion {
	color: #ff621f;
	font-size: 18px;
	font-family: Arial;
	-webkit-font-smoothing: antialiased;
	font-weight: 700;
}

.originalprice>dd>span.price_price_promotion {
	font-size: 26px;
	color: #ff621f;
	font-weight: 700;
}

.originalprice>dt.t_promotion {
	font-size: 12px;
	text-align: left;
	float: left;
	width: 69px;
	margin: 0 0 0 8px;
	line-height: 40px;
}

.originalprice>dt.freight {
	line-height: 40px;
}

.freight_post {
	line-height: 18px;
	padding: 10px 0;
}

.startingplace {
	margin: 0 6px 0 0;
}

.destination {
	padding-right: 12px;
	margin-right: -12px;
	cursor: pointer;
}

.destination>i {
	font-style: normal;
	margin-left: -15px;
}

.freightresult {
	color: #333;
	padding: 0 5px 0 0;
	position: relative;
	display: inline-block;
	margin-left: 10px;
}

.sales_information {
	padding-top: 5px;
	font-size: 12px;
	border: 1px dotted #c9c9c9;
	border-width: 1px 0;
	margin: -1px 20px 0 0;
	padding: 10px 0;
	position: relative;
	overflow: hidden;
	_zoom: 1;
	clear: both;
	display: flex;
}

.sales_situation {
	float: left;
	width: 33%;
	text-align: center;
	position: relative;
	left: -1px;
	border-left: 1px solid #e5dfda;
	flex: 1;
	line-height: 16px;
}

.monthly_sales_words {
	display: inline-block;
	line-height: 16px;
	height: 16px;
	color: #999;
}

.monthly_sales_num {
	display: inline-block;
	line-height: 16px;
	height: 16px;
	color: #ff621f;
	font-weight: 700;
	margin-left: 3px;
}

.monthly_sales_points {
	color: #c40000;
}

.key_purchase {
	margin: 0 20px 24px 10px;
	padding-bottom: 12px;
}

.key_classic {
	padding: 10px 0;
	margin-top: 10px;
	position: relative;
}

.sale_pop {
	padding-bottom: 6px;
	display: block;
}

.poptitle {
	text-align: left;
	float: left;
	width: 66px;
	color: #838383;
	margin-top: 6px;
	font-size: 12px;
	padding-left: 20px;
	line-height: 30px;
}

.key_purchase dd {
	width: 620px;
	float: left;
}

.sale_select li {
	cursor: pointer;
	float: left;
	position: relative;
	margin: 0 4px 4px 0;
	line-height: 28px;
	vertical-align: middle;
	padding: 1px;
}

.sale_select li a {
	cursor: pointer;
	font-size: 12px;
	float: left;
	background-color: #fff;
	white-space: nowrap;
	width: auto !important;
	min-width: 10px;
	padding: 0 9px;
	text-align: center;
	border: 1px solid #b8b7bd;
	color: #000;
	text-decoration: none;
}

.sale_select li.selected>i {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 12px;
	height: 12px;
	overflow: hidden;
	text-indent: -99em;
	display: block;
	background-repeat: no-repeat;
	background: url(../Images/selected.png)
}

.sale_select li.selected>a {
	border: 2px solid #ce5c2d;
	margin: -1px;
}

.key_classic dl {
	padding-bottom: 6px;
	position: relative;
}

.sale_metatit {
	text-align: left;
	float: left;
	width: 66px;
}

#isale_amount {
	height: 35px;
	line-height: 31px;
	color: #878787;
}

.sale_amount_input {
	vertical-align: middle;
	color: #666;
	font-size: 12px;
	padding: 3px 2px 0 3px;
	height: 26px;
	border: 1px solid #a7a6ac;
	width: 36px;
	line-height: 26px;
	background-position: -406px -41px;
}

.amount_btn {
	display: inline-block;
	vertical-align: middle;
}

.adde_amount_btn {
	text-align: center;
	width: 16px;
	height: 12px;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #a7a6ab;
	display: block;
	line-height: 12px;
	font-size: 12px;
	margin-bottom: 3px;
}

.amount_company {
	vertical-align: middle;
	margin-left: 5px;
	font-size: 12px;
}

.amount_stock {
	color: #878787;
	margin-left: 1.2em;
	font-size: 12px;
}

.payment_method {
	width: auto;
	float: none;
	width: 600px;
	float: left;
}

.payment_method>ul {
	overflow: hidden;
}

.payment_method>ul>li {
	display: inline-block;
	white-space: nowrap;
	padding-right: 20px;
	padding-bottom: 5px;
}

.payment_method>ul>li>a {
	display: inline-block;
	padding: 0 2px 0 0;
	margin: 0 10px 0 0;
	color: #666;
	white-space: nowrap;
	line-height: 42px;
	font-size: 12px;
}

.pay_action {
	clear: both;
	padding: 10px 0 0 66px;
	margin: 10px 0 0;
}

.pay_buy {
	margin-right: 10px;
	float: left;
	padding: 3px;
	border: 1px solid #ff621f;
	border-radius: 5px;
}

#pay_buy_btn {
	border-radius: 3px;
	margin-right: 0;
	float: left;
	overflow: hidden;
	position: relative;
	width: 168px;
	height: 38px;
	line-height: 38px;
	background-color: #ff621f;
	color: #fff;
	font-family: 'Microsoft Yahei';
	font-size: 16px;
	text-align: center;
}

#evaluatingBtn {
	border-radius: 3px;
	margin-right: 0;
	float: left;
	overflow: hidden;
	position: relative;
	width: 168px;
	height: 38px;
	line-height: 38px;
	background-color: #1852cf;
	color: #fff;
	font-family: 'Microsoft Yahei';
	font-size: 16px;
	text-align: center;
}

.evaluating_boder {
	margin-right: 10px;
	float: left;
	padding: 3px;
	border: 1px solid  #1852cf;
	border-radius: 5px;
}

.shopping_buy {
	margin-right: 1px;
	padding: 3px;
	border: 1px solid #e61825;
	border-radius: 5px;
	float: left;
}

#shopping_buy_btn {
	cursor: pointer;
	border-radius: 3px;
	background-color: #c40000;
	border: 1px solid #c40000;
	color: #fff;
	width: 168px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	text-align: center;
	display: block;
	float: left;
	color: #fff;
}

.footer_dd {
	margin-top: 15px;
}

.detinfo {
	width: 1200px;
	margin: auto;
	position: relative;
}

.detinfo_not_translate {
	width: 920px;
	float: left;
	position: relative;
}

.detinfo_not_translate_nav {
	border: 1px solid #e9e9e9;
	z-index: 9999;
	height: 40px;
}

.detinfo_tabnav {
	width: 100%;
	position: relative;
	background-color: #fff;
	height: 40px;
}

.detinfo_tabnav li {
	float: left;
	margin-left: -1px;
	height: 40px;
	line-height: 48px;
	display: block;
	cursor: pointer;
	font-size: 12px;
}

.detinfo_tabnav li a {
	text-decoration: none;
	border-right: 1px dotted #d2d2d2;
	color: #333;
	padding: 0 20px;
	font-size: 12px;
	font-weight: 700;
}

.reviews_count {
	color: #c40000;
	margin: 0 7px;
}

.detinfo_tabnav li.tabnav_selected {
	position: relative;
	border-top: 2px solid #ff621f;
	height: 39px;
	margin: -1px 0 0 -1px;
	z-index: 1;
	padding: 0;
	color: #ff621f;
}

.detinfo_tabnav li.tabnav_selected a {
	line-height: 45px;
	color: #ff621f;
	border-left: 1px solid #cfbfb1;
	border-right: 1px solid #cfbfb1;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	width: 100%;
	height: 100%;
}

.parameter {
	padding: 10px;
	border: 1px solid #e9e9e9
}

.parameter_hd {
	padding: 5px 10px;
	line-height: 22px;
	color: #333;
	font-size: 12px;
}

.parameter_ul li {
	font-size: 12px;
	display: inline;
	float: left;
	width: 277px;
	height: 18px;
	overflow: hidden;
	margin: 10px 15px 0 0;
	line-height: 18px;
	vertical-align: top;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #666;
}

.parameter_ul {
	padding: 5px 10px;
}

.parameter_remarks {
	padding: 12px 19px;
	border-top: 0px solid #E6E6E6;
	border: 1px solid #E6E6E6;
	color: #000;
	background-color: #F6F6F6;
	font-size: 12px;
}

.parameter_describe img {
	width: 100%;
	height: auto;
}

.recommended_product {
	position: relative;
	border-width: 0;
	background-image: none;
	background-color: #ff621f;
	color: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin-bottom: 15px;
	font-size: 12px;
}

.enter_shop {
	top: 5px;
	right: 10px;
	position: absolute;
	bottom: auto;
}

.enter_shop>a {
	background: url(../Images/enter.png) no-repeat;;
	color: #fff;
	white-space: nowrap;
	display: inline-block;
	padding-right: 14px;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	vertical-align: middle;
}

.recommended_product_dis {
	border-width: 0;
	border-color: #e5e5e5;
	border-style: solid;
	background-color: #fff;
	background-image: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.recommended_product_dis ul li {
	float: left;
	width: 292px;
	margin-right: 11px;
	padding: 4px;
	margin-bottom: 12px;
}

.recommended_product_dis ul li:nth-child(3n) {
	margin-right: 0px;
	padding-right: 0px;
}

.recommended_product_dis ul li:nth-child(3n+1) {
	padding-left: 0px;
}

.recommended_product_dis ul li a {
	
}

.recommended_img {
	height: 295px;
	width: 295px;
}

.recommended_p {
	position: relative;
	height: 20px;
	padding: 0;
}

.recommended_cpay {
	float: left;
	margin: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	font-weight: 700;
	height: 20px;
	line-height: 20px;
	color: #ff621f;
}

.cpay_rmb {
	font-family: arial;
	margin-right: 3px;
}

.cpay_price {
	font-size: 12px;
	color: #ff621f;
	font-weight: 700;
	font-family: verdana, arial;
}

.recommended_ypay {
	float: right;
	white-space: nowrap;
}

.ypay_rmb {
	color: #999;
	font-size: 12px;
}

.ypay_price {
	text-decoration: line-through;
	color: #999;
	font-size: 12px;
}

.recommended_name {
	position: relative;
	margin: 0;
	margin-top: 22px;
	overflow: hidden;
	color: #666;
	line-height: 1;
	height: 36px;
	font-size: 12px;
}

.side_part {
	width: 250px;
	float: right;
}

.contact_seller, .shop_name_part {
	background-color: #FFF;
	width: 250px;
	margin-bottom: 10px;
	overflow: hidden;
	zoom: 1;
}

.shop_name_part_info {
	border: 1px solid #e5e5e5;
	padding: 0 0 15px;
}

.shop_name_part_intro {
	background-color: #fff;
}

.shop_name_part_intro_hd {
	padding: 0 0 0 15px;
	height: 39px;
	line-height: 40px;
	background-color: #fafafa;
	border-bottom: 1px solid #e5e5e5;
}

.shop_name {
	
}

.shop_name a.shop_name_shoplink {
	color: #333;
	font-size: 12px;
	font-weight: 700;
}

.wy_msn {
	display: none;
}

.shop_other_maininfo {
	overflow: hidden;
	width: 190px;
	margin: 0 auto;
	cursor: pointer;
	position: relative;
}

.shop_other_maininfo_item {
	float: left;
	color: #999;
	width: 55px;
	height: 36px;
	margin: 15px 7px 0 0;
	position: relative;
	font-size: 12px;
}

.shop_other_maininfo_itemtitle {
	text-align: center;
}

.shop_other_maininfo_itemscore {
	padding-left: 19px;
	height: 18px;
	width: 55px;
	position: relative;
	overflow: hidden;
	padding-top: 4px;
}

.score_up {
	color: #c40000;
}

.score_down {
	color: #63c729;
}

.abs_area {
	overflow: hidden;
	margin: 15px auto 0;
	width: 190px;
}

.can_enter_shop {
	text-decoration: none;
	border: 1px solid #ff4c00;
	background-color: #ff621f;
	color: #fff;
	font-size: 12px;
	display: block;
	float: left;
	width: 75px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	margin-right: 10px;
	margin-left: 7px;
}

.fav_this_shop {
	background: #e61825;
	border: 1px solid #f30c1b;
	color: #fff;
	font-size: 12px;
	display: block;
	float: left;
	width: 75px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	margin-left: 10px;
}

.faved_this_shop {
	background: #FAFAFA;;
	border: 1px solid #EDEDED;;
	color: #3C3C3C;
	font-size: 12px;
	display: block;
	float: left;
	width: 75px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	margin-left: 10px;
}

.commodity_review {
	width: 100%;
}

.rv_hd {
	height: 30px;
	line-height: 30px;
	padding-left: 16px;
	background-color: #ff2a00;
	color: #fff;
	font-size: 12px;
}

.rv_hd>em {
	display: inline;
	padding-left: 10px;
}

.rv_area {
	
}

.rv_info {
	border: 1px solid #c8c8c8;
	border-bottom: 0;
	padding: 10px 0;
	border-bottom: 1px solid #c8c8c8;
	background: #f3f3f3;
	position: relative;
}

.rv_score {
	width: 75px;
	padding: 0 20px;
	border-right: 1px dotted #ddd;
	text-align: center;
	float: left;
}

.rv_score>h4 {
	color: #404040;
	font-size: 12px;
	font-weight: 100;
}

.rv_score>strong {
	color: #f60;
	font-family: arial;
	font-size: 32px;
	line-height: 32px;
}

.rv_tabnav {
	height: 48px;
	line-height: 48px;
	float: left;
	margin-left: 10px;
	font-size: 12px;
}

.rv_tabnav>input {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	margin-right: 3px;
	display: inline-block;
	vertical-align: middle;
}

.rv_tabnav>label {
	padding-right: 7px;
	display: inline-block;
}

.rv_list_area {
	width: 100%;
}

.rv_list_area ul {
	margin-bottom: 15px;
}

.rv_list_area ul li.rv_li_item {
	position: relative;
	list-style: none;
	outline: 0;
	padding: 10px;
	border-bottom: 1px solid #D4D4D4;
}

.rv_list_area ul li.rv_li_item .who_r {
	float: left;
	overflow: hidden;
	width: 100px;
	text-align: center;
	line-height: 1.5;
}

.rv_list_area ul li.rv_li_item .who_r img.who_face_r {
	width: 40px;
	height: 40px;
	padding: 2px;
	border: 1px solid #eee;
	border-radius: 50px;
}

.rv_list_area ul li.rv_li_item .who_r div.who_name_r {
	font-size: 12px;
	text-align: center;
}

.rv_list_area ul li.rv_li_item .rv_list_cmt {
	box-sizing: border-box;
	overflow: hidden;
	margin-left: 120px;
	position: relative;
	zoom: 1;
}

.rv_img_view, .rv_list_area ul li.rv_li_item::after {
	content: " ";
	display: table;
	clear: both;
}

.rv_list_s {
	font-size: 14px;
	line-height: 1.4;
	color: #3F3F3F;
	word-wrap: break-word;
	padding: 5px;
}

.rv_list_area ul li.rv_li_item .time_r {
	float: right;
	display: block;
	font-size: 12px;
	padding-right: 25px;
}

.rv_other {
	width: 100%;
	height: 20px;
	line-height: 20px;
	color: #b0b0b0;
}

.rv_img_view {
	margin-top: 10px;
}

.rv_img_view li {
	font-size: 14px;
	float: left;
	border: 2px solid #F0F0F0;
	padding: 2px;
	margin-right: 6px;
	position: relative;
	background-color: #FFF;
	-webkit-transition: border-color .3s ease-out;
	-moz-transition: border-color .3s ease-out;
	-o-transition: border-color .3s ease-out;
	transition: border-color .3s ease-out;
}

.rv_img_view li.th_c_img {
	border-color: #f60;
}

.rv_img_view li>img {
	cursor: pointer;
	display: block;
	width: 40px;
	height: 40px;
	background-color: #FCFCFC;
}

.th_c_img::after {
	content: "";
	position: absolute;
	left: 15px;
	bottom: -8px;
	display: inline-block;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-top: 6px solid #f60;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}

.chase_ccm {
	border-top: 1px dashed #D4D4D4;
	padding-top: 7px;
	margin-top: 10px;
	padding-right: 20px;
}

.chase_ccm_rv {
	font-size: 14px;
	line-height: 1.4;
	color: #3F3F3F;
	word-wrap: break-word;
	padding-top: 20px;
}

.chase_ccm_rv span {
	color: #aaa;
	margin-right: 3px;
}

span.o_n_t {
	float: right;
}

.chase_ccm_rv_t {
	margin-top: 0
}

.chase_ccm_rv_oinfo {
	float: left;
	font-size: 12px;
	color: #b0b0b0;
	width: 100%;
}

.contact_seller {
	margin-bottom: 0;
}

.contact_seller h3 {
	line-height: 40px;
	height: 40px;
	background-color: #fafafa;
	border: 1px solid #e5e5e5
}

.contact_seller h3 span {
	color: #fff;
	padding-left: 10px;
	height: 25px;
	line-height: 25px;
	color: #333;
	font-size: 12px;
	font-weight: 700;
}

.suspension_part {
	border: 1px solid #e4e4e4;
	border-top: 0px solid #fff;
	padding: 9px;
}

.suspension_part>ul>li {
	border-bottom: 1px dashed #b0b0b0;
	padding: 4px 0;
}

.suspension_part>ul>li:last-child {
	border-bottom: 0px dashed #fff;
}

.suspension_part ul li h4 {
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
}

ul.part_in_list {
	padding-left: 10px;
}

ul.part_in_list li {
	font-size: 12px;
	line-height: 22px;
}

ul.part_in_list li>span {
	display: block;
	float: left;
	height: 20px;
	overflow: hidden;
	width: 77px;
}

.shopkeeper_e {
	color: #AF874D;
	margin-top: 8px;
	font-size: 12px;
}

.quotation_img {
	width: 100%;
	height: 500px;
}

#canvas_kLink {
	width: 920px;
	height: 500px;
	z-index: 2;
	border: 1px solid #e9e9e9;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.zoomDiv {
	position: absolute;
	top: 300px;
	z-index: 99;
	width: 200px;
	height: 200px;
}

.zoomMask {
	position: absolute;
	background: url("../Images/mask.png") repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}

.CollectionSharing {
	position: absolute;
	top: 10px;
	right: 5px;
}

.goods_action {
	
}

#report_this_goods {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#report_this_goods>a {
	color: #999;
}

.share_favor, .share_favor>span, #funs_num {
	color: #999;
}

#GFavorite, #Gshare {
	float: right;
}

p.goods_action i {
	margin-left: 4px;
	margin-right: 4px;
}

#funs_num {
	margin-right: 0;
}

.fixedtp {
	position: fixed;
	top: 0;
	z-index: 2;
}

.fixed_bg {
	height: 40px;
	border-bottom: 1px solid #e9e9e9;
	width: 100%;
	position: fixed;
	display: none;
	top: 0;
	z-index: 1;
}

.review_WYadds {
	padding: 12px;
}

.quickpurchase {
	cursor: pointer;
	height: 40px;
	width: 200px;
	background: #c40000;
	top: 0;
	right: 0;
	z-index: 999;
	line-height: 41px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	margin-left: 719px;
	flaot: left;
	display: none;
}

.quickpurchase i {
	margin-right: 10px;
}

.mata20 {
	width: 1200px;
	margin: auto;
	height: 41px;
	position: relative;
}

.imagezoom_lens {
	background-attachment: scroll;
	background-repeat: repeat;
	cursor: move;
	z-index: 1;
	position: absolute;
	overflow: hidden;
	background-position: 0 0;
	background: url(../Images/magnifierarea.png);
	width: 210px;
	height: 210px;
	top: 0px;
	left: 0px;
	display: none;
}

.lens_b {
	border: 1px solid #CCC;
	overflow: hidden;
	text-align: center;
	z-index: 500;
	background-color: #fff;
	position: absolute;
	display: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.lens_b img {
	width: 840px;
	height: 840px;
}

.farm_nav {
	width: 1200px;
	margin: auto;
	margin-top: 10px;
	height: 38px;
	line-height: 38px;
	margin-bottom: 5px;
	border-bottom: 2px solid #dad8d8;
}

.farm_nav a {
	padding: 0 10px;
	color: #797878;
	display: block;
	float: left;
	height: 38px;
	line-height: 38px;
}

.farm_nav a:hover {
	color: #ea7847;
}

.farm_nav span {
	color: #797878;
	display: block;
	float: left;
}

.farm_nav a.farm_nav_arr {
	color: #ff621f;
	border-bottom: 2px solid #ff621f;
	line-height: 28px;
	height: 38px;
	line-height: 38px;
}

.farm_body {
	margin: auto;
	width: 1200px;
	min-height: 200px;
}

.farm_hd {
	display: block;
	width: 1200px;
}

.farm_hd img {
	display: block;
	width: 1200px;
}

.farm_describe {
	width: 1200px;
	min-height: 200px;
	margin-bottom: 100px;
}

.farm_describe img {
	display: block;
	width: 100%;
	height: auto;
}

.right_tools {
	position: fixed;
	top: 0;
	right: 0;
	width: 35px;
	background-color: #000;
	z-index: 20;
	display: none
}

.tools_icon {
	width: 35px;
	height: 35px;
	margin: 8px 0px;
}

.tools_privilege {
	margin-bottom: 10px;
}

.tools_icon:hover {
	background: #ff621f;
}

.tools_privilege img {
	width: 35px;
	height: 35px;
}

.tools_sc {
	margin: 8px 0px;
	height: 100px;
	position: relative;
	left: 0;
	width: 35px;
	background-color: #000;
	cursor: pointer;
	z-index: 9;
}

.sc_icon {
	top: 5px;
	background: url(../Images/shopcart.png) no-repeat;
	height: 35px;
	position: absolute;
	width: 35px;
}

.sc_txt {
	display: block;
	left: 7px;
	top: 40px;
	width: 20px;
	height: 50px;
	line-height: 16px;
	overflow: hidden;
	padding: 0;
	color: #fff;
	margin: auto;
	font-size: 14px;
	text-align: center;
	position: absolute;
}

.tools_sm_b {
	height: 98px;
	position: absolute;
	top: 0;
	left: 5px;
	width: 25px;
	border: 1px solid #444;
	border-width: 1px 0;
}

.tools_sc:hover {
	background: #ff621f;
}

.tools_sc:hover .sc_icon {
	background: url(../Images/shopcarthover.png) no-repeat;
}

.tools_sc:hover .tools_sm_b {
	border: 1px solid #ff621f;
}

.tools_turntop {
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin-bottom: 0px;
}

.tools_appdl {
	position: absolute;
	bottom: 35px;
	right: 0px;
	margin-bottom: 0px;
}

.sc_tol {
	border-radius: 10px;
	background: #ff621f;
	position: absolute;
	z-index: 999999;
	top: 95px;
	right: 8px;
	text-align: center;
}

.tol_num {
	padding: 0 3px;
	min-width: 14px;
	height: 20px;
	line-height: 20px;
	border-radius: 10px;
	font-size: 12px;
	color: #fff;
	font-family: "Microsoft Yahei", "\5fae\8f6f\96c5\9ed1", "\5b8b\4f53";
}

.login_sc {
	height: 130px;
}

.login_sc .tools_sm_b {
	height: 128px;
}

.collect_yellow {
	color: #FF9900;
}

.btn_bbs {
	width: 920px;
	display: block;
	margin: 10px 0;
}

.btn_bbs img {
	width: 920px;
	display: block;
	height: auto;
}

.url_route {
	width: 1200px;
	height: 32px;
	margin: 5px auto 0 auto;
}

.url_route a[f="1"] {
	font-size: 16px;
	color: #111;
	font-weight: 700;
}

.url_route i {
	padding: 0 5px;
}

.url_route a {
	font-size: 14px;
	color: #111;
}

.url_route a:hover{
	color: #f40 !important;
	
}

.url_route a[d="1"] {
	font-size: 14px;
	color: #ff621f;
}

.backtoshophome {
	position: absolute;
	width: 120px;
	right: 25px;
	height: 38px;
	line-height: 38px;
	top: 23px;
	background: #f40;
	border-radius: 7px;
	cursor: pointer;
	text-align: center;
	color: #fff;
}

.noRecommend {
	background: #fff3ee;
	height: 30px;
	line-height: 30px;
	padding: 0 14px;
	font-size: 12px;
	margin-bottom: 7px;
}

.comment_area_text {
	margin-top: 8px;
}

.comment_area_head {
	position: relative;
	height: 110px;;
	width: 100%;
}

.comment_area_head_img {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 9px;
	top: 22px;
}

.comment_area_head_img img {
	border-radius: 42px;
	display: block;
	width: 42px;
}

.head_img_mask {
	width: 42px;
	height: 46px;
	background: url(/Images/photo-mask.png);
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}

.comment_area_textarea {
	height: 88px;
	width: 97.9%;
	padding: 10px 1%;
	border: 1px solid #dcdcdc;
	resize: none;
	outline: 0;
	font-size: 14px;
	color: #999;
}

.comment_tools {
	position: relative;
	width: 100%;
	height: 40px;
	border: 1px solid #dcdcdc;
	border-top: 0;
	background: #f7f7f7;
}

.comment_submitBtn {
	display: block;
	float: right;
	width: 120px;
	height: 40px;
	background: #f54343;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	cursor: pointer;
}

.comment_submitBtn:hover {
	background: #f53b3b;
}

.comment_area_success {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -45px;
	margin-top: -10px;
	padding-left: 30px;
	height: 20px;
	line-height: 20px;
	background: url(../Images/p_02.png) no-repeat;
	font-weight: bold;
	color: #666;
}

.comment_face {
	display: inline-block;
	position: relative;
	margin-left: 7px;
	width: 120px;
	height: 30px;
	float: left;
	line-height: 30px;
	vertical-align: middle;
	cursor: pointer;
	margin-top: 5px;
	font-size: 12px;
	line-height: 33px;
}

.comment_face img {
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	border-radius: 20px;
	border: 1px solid transparent;
}
.comment_face a {
	margin: 0 3px;
	color: #1f1f1f;
}
.sale_select li.specIsDel a{
	cursor:not-allowed;
	background: rgba(202, 202, 202, .8);
	color:#bbbbbb
}
a.head_reg:hover{
	color: #f40 !important;
}
a.head_info:hover{
	color: #f40 !important;
}
.classSelected a{
	color: #ff621f !important;
}

/*放大镜*/
.small-img{
	display: flex;
	align-items:center;
	justify-content: center;
}
.clearfix:before,
.clearfix:after{
  display: table;
  line-height: 0;
  content: "";
}
.magnifier{
	width: 430px;
	position: relative;
}
.magnifier-container{
	width: 430px;
	height: 430px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
}
.move-view{
	width: 100px;
	height: 100px;
	position: absolute;
	background-image: url('/Images/magnifierarea.png');
	cursor: move;
}
.images-cover{
	height: 100%;
	width: 100%;
	position: relative;
}
.images-cover img{
	position: absolute;
}
.magnifier-assembly{
	height: 92px;
	overflow: hidden;
	position: relative;
}
.magnifier-btn{
	position: absolute;
	font-family: "宋体";
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -40px;
}
.magnifier-btn span{
	line-height: 80px;
	height: 80px;
	width: 20px;
	background-color: #6e6e6e;
	color: #fff;
	display: block;
	z-index: 9998;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	border-radius: 3px;
}
.magnifier-btn .magnifier-btn-left{
	float: left;
}
.magnifier-btn .magnifier-btn-right{
	float: right;
}
.magnifier-line{
	position: relative;
	overflow: hidden;
	height: 92px;
}
.magnifier-line ul{
	display: block;
	font-size: 0;
	width: 10000%;
	position: absolute;
	left: 0;
	z-index: 9997;
	padding-left: 0;
}
.magnifier-line li{
	float: left;
	width: 86px;
	cursor: pointer;
}
.magnifier-line ul > .active .small-img{
	border-color: #ef4304;
}
.small-img{
	height: 78px;
	padding: 1px;
	margin: 5px;
	overflow: hidden;
	border: 1px solid #ddd;
	text-align: center;
}
.small-img img{
	max-width: 100%;
	max-height: 100%;
}
.magnifier-view{
	width: 100%;
	height: 100%;
	position: absolute;
	right: -105%;
	top: 0;
	z-index: 9999;
	background-color: #fff;
	display: none;
	overflow: hidden;
	border: 1px solid #eee;
}
.magnifier-view img{
	display: block;
}
.animation03{
	transition: all 0.3s ease-in 0.1s;
	-ms-transition: all 0.3s ease-in 0.1s;
	-moz-transition: all 0.3s ease-in 0.1s;
	-webkit-transition: all 0.3s ease-in 0.1s;
	-o-transition: all 0.3s ease-in 0.1s;
}