
.header-main *{
	box-sizing:border-box
}
body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,th,td,p,blockquote,pre,form,fieldset,legend,input,button,textarea,hr {
	margin:0;
	padding:0;
}
ul,ol {
	list-style:none;
}
body {
	font-family:"Microsoft Yahei","PingFangSC-Regular","Hiragino Sans GB","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:14px;
	line-height:1.3682;
	color:#333;
	-webkit-text-size-adjust:none;
}
select,input,button {
	vertical-align:middle;
	font-size:100%;
}
input:focus{
	outline: none;
}
fieldset,img {
	border:0 none;
}
img{
	vertical-align:top;
}
em ,i{
	font-style:normal;
}
.clear {
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
	font:0/0 arial;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size:0;
}
.clearfix {
	*zoom:1;
}
.wrapper {
	width:1200px;
	margin:0 auto;
}
.content {
	float:left;
	width:870px;
}
.side {
	float:right;
	width:300px;
}
.hide {
	display:none;
}
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#198ef6;
	text-decoration:none;
}
.blue-btn,.gray-btn {
	display:inline-block;
	height:34px;
	min-width:80px;
	padding:0 10px;
	line-height:34px;
	text-align:center;
	font-size:14px;
	color:#fff;
	background:#198ef6;
	border-radius:2px;
}
.gray-btn {
	height:32px;
	min-width:78px;
	border:1px solid #d9d9d9;
	background:#fff;
	color:#666;
}
.blue-btn:hover {
	background:#007ae6;
	color:#fff;
}
.gray-btn:hover {
	background:#f5f5f5;
	color:#666;
}
.bx-wrapper {
	position:relative;
	zoom:1;
}
.bx-wrapper img {
	max-width:100%;
	vertical-align:middle;
}
.bx-wrapper .bx-viewport {
	-webkit-transform:translatez(0);
	-moz-transform:translatez(0);
	-ms-transform:translatez(0);
	-o-transform:translatez(0);
	transform:translatez(0);
}
.fixed__box {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:50px;
	z-index:9999;
	background-color:#fff;
	-wekit-box-shadow:0 1px 5px rgba(0,0,0,.1);
	box-shadow:0 1px 5px rgba(0,0,0,.1);
}
.fixed__elm {
	margin-top:0!important;
	-webkit-transition:all .25s ease-in-out;
	transition:all .25s ease-in-out;
}
.fixed__box--changed .fixed__elm {
	margin-top:-50px!important;
}
.fixed__replace {
	height:0!important;
	margin-top:0!important;
	margin-left:auto;
	margin-right:auto;
	-webkit-transition:all .25s ease-in-out;
	transition:all .25s ease-in-out;
	overflow:hidden;
}
.fixed__box--changed .fixed__replace {
	height:50px!important;
}
.select {
	position:relative;
	z-index:20;
	width:93px;
	font-size:14px;
	background:#fff;
}
.select__label {
	position:relative;
	z-index:2;
	display:block;
	height:32px;
	padding:0 24px 0 10px;
	border:1px solid #e0e0e0;
	color:#999;
	line-height:32px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.select__trangle {
	position:absolute;
	z-index:1;
	top:14px;
	right:10px;
	width:0;
	height:0;
	font:0/0 arial;
	border:5px solid transparent;
	border-top-color:#b5b5b5;
}
.select__list {
	display:none;
	position:absolute;
	left:0;
	top:33px;
	width:160px;
	overflow-y:auto;
	border:1px solid #e0e0e0;
	background:#fff;
}
.select__list--gt8 {
	height:224px;
	overflow-y:auto;
}
.select__list li {
	height:32px;
	padding:0 10px 0 20px;
	line-height:32px;
	color:#666;
	cursor:pointer;
	word-wrap:break-word;
	word-break:break-all;
}
.select__list .select__group {
	padding-left:10px;
	font-weight:bold;
}
.select__list li:hover {
	background:#f5f5f5;
}
.select__list .select__group:hover {
	background:#fff;
}
.select:hover .select__label {
	border-color:#ccc;
}
.select:hover .select__trangle {
	border-top-color:#999;
}
.select--on .select__label,.select--on:hover .select__label {
	border-color:#198ef6;
	border-bottom-color:#e0e0e0;
}
.select--on .select__list,.select--on:hover .select__list {
	display:block;
	border-color:#198ef6;
}
.section {
	margin-bottom:44px;
}
.section-header {
	position:relative;
	height:60px;
	border-bottom:2px solid #e6e6e6;
}
.section-header h3 {
	float:left;
	font-size:24px;
	line-height:56px;
}
.section-header .section-header-desc {
	float:left;
	margin-top:20px;
	padding:0 0 0 10px;
	height:24px;
	line-height:24px;
	font-size:14px;
	color:#666;
}
.section-header .section-header-desc em {
	color:#ff4c4c!important;
}
.section-header-link {
	float:right;
	margin-top:20px;
	right:0;
	height:24px;
	line-height:24px;
	font-size:14px;
}
.section-header-link .arrow {
	padding:0 0 0 2px;
	font-family:'simsun','\u5B8B\u4F53';
}
.section-header-link .line {
	padding:0 8px;
	color:#ccc;
	font-family:'simsun','\u5B8B\u4F53';
}
.section-header-button {
	float:right;
	width:100px;
	height:34px;
	line-height:34px;
	text-align:center;
	background:#198ef6;
	margin:11px 0 0;
	color:#fff;
	border-radius:2px;
	font-size:14px;
}
.section-header-button:hover {
	background:#007ae6;
	color:#fff;
}
.section-header .next {
	float:left;
	height:22px;
	line-height:22px;
	padding:0 10px;
	margin:20px 0 0 20px;
	border:1px dashed #ff4c4c;
}
.section-header .battery-life {
	float:left;
	margin:14px 0 0 20px;
	height:29px;
	overflow:hidden;
	font-size:12px;
	line-height:28px;
	color:#fff;
}
.section-header .battery-life strong {
	float:left;
	background:url(battery-life.png) no-repeat 0 0;
	width:60px;
	height:29px;
	padding-left:13px;
	font-size:14px;
}
.section-header .battery-life em {
	float:left;
	height:29px;
	padding-right:20px;
	background:url(battery-life.png) no-repeat 100% -29px;
	color:#f33;
	font-weight:bold;
}
.section-tab {
	margin:15px 0 0;
}
.section-tab li {
	float:left;
	height:28px;
	padding:0 20px;
	margin:0 10px 0 0;
	border:1px solid #d9d9d9;
	font-size:14px;
	line-height:28px;
	cursor:pointer;
	border-radius:15px;
}
.section-tab .active,.section-tab li:hover {
	background:#198ef6;
	border-color:#198ef6;
	color:#fff;
}
.section-more {
	display:block;
	height:38px;
	width:868px;
	border:1px solid #ededed;
	line-height:38px;
	text-align:center;
	font-size:14px;
	color:#198ef6;
}
.section-more .arrow {
	margin:0 0 0 2px;
	font-family:'simsun','\u5B8B\u4F53';
}
.section-more:hover {
	background:#fbfbfb;
}
.dailog__close,.dailog__icon {
	background-image:url(//icon.zol-img.com.cn/products/v4/dailog.png);
	background-repeat:no-repeat;
}
.dailog-mask,.popbox-mask {
	position:fixed;
	z-index:9999999;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:.5;
	filter:alpha(opacity=50);
}
.dailog-mask--hide {
	opacity:0;
	filter:alpha(opacity=0);
}
:root .dailog-mask,:root .dailog-mask--hide {
	filter:none;
}
.dailog,.popbox {
	position:fixed;
	z-index:10000000;
	left:50%;
	top:50%;
	width:410px;
	margin:-165px 0 0 -210px;
	padding:5px;
	background:rgba(0,0,0,.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4d000000,endcolorstr=#4d000000,gradientType=1);
}
:root .dailog,:root .popbox {
	filter:none;
}
.dailog__close {
	position:absolute;
	z-index:5;
	right:12px;
	top:12px;
	width:23px;
	height:23px;
	background-position:0 -73px;
	cursor:pointer;
	text-indent:-999em;
	overflow:hidden;
}
.dailog__body {
	position:relative;
	background:#fff;
	padding:20px 20px 50px;
}
.dailog__header {
	position:absolute;
	left:0;
	right:0;
	top:0;
	z-index:4;
	background:#FAFAFA;
	border-bottom:1px solid #eee;
	padding:0 10px;
	line-height:38px;
	font-size:14px;
}
.dailog__icon {
	width:60px;
	height:60px;
	margin:20px auto 0;
	overflow:hidden;
}
.dailog__icon--info {
	background-position:0 0;
}
.dailog__icon--success {
	background:none;
	height:30px;
}
.dailog__icon--formsuccess {
	background:url(icon-success1.png) no-repeat 50%;
	height:70px;
	width:70px;
	margin-top:50px;
}
.dailog__tip {
	margin-top:20px;
	font:16px/26px 'Microsoft YaHei',arial;
	color:#333;
	text-align:center;
}
.dailog__button {
	height:30px;
	padding:10px 0;
	position:absolute;
	bottom:20px;
	left:0;
	width:100%;
	text-align:center;
}
.dailog__ok {
	width:258px;
	height:30px;
	border:0 none;
	background:#198ef6;
	color:#fff;
	outline:0 none;
	border-radius:2px;
	font-size:14px;
	line-height:30px;
	cursor:pointer;
}
.dailog__ok:hover {
	background:#047ae0;
}
.dailog__body .dailog__title {
	text-align:center;
	font-size:16px;
	line-height:30px;
	margin:10px 0;
}
.dailog__body .dailog__form {
	width:260px;
	margin:0 auto;
	height:40px;
	position:relative;
}
.dailog__body .dailog-text,.dailog__body .dailog-code {
	display:block;
	border:1px solid #ccc;
	border-radius:3px;
	font-size:14px;
	padding:5px;
	line-height:22px;
	height:22px;
	box-sizing:content-box;
}
.dailog__body .dailog-text {
	width:248px;
}
.dailog__body .dailog-code {
	width:145px;
	float:left;
}
.dailog__body .dailog-button-code {
	float:right;
	width:98px;
	border:1px solid #ccc;
	border-radius:3px;
	font-size:14px;
	text-align:center;
	line-height:32px;
	cursor:pointer;
}
.dailog__ok.disabled {
	background-color:#D5D5D5;
	cursor:default;
}
.dailog-button-code.disabled {
	color:#999;
	cursor:default;
}
.dailog-error {
	line-height:20px;
	color:#c00;
}
.section-header-link.lab {
	background:url(icon-lab.png) 0 50% no-repeat;
	padding-left:24px;
}
.dailog__button {
	position:static;
}
.dailog__close:hover {
	background-image:url(//icon.zol-img.com.cn/products/zhibo/zhibo-close.png);
	background-position:0 -17px;
}
.dailog__body .dailog-error {
	height:20px;
}
.dailog__button {
	padding:6px 0;
}
.dailog__footer {
	padding-left:120px;
	position:relative;
	padding-top:30px;
	width:176px;
	margin:10px auto;
	height:90px;
}
.dailog__footer .zhibo-xiaochengxu {
	display:block;
	position:absolute;
	left:0;
	top:0;
}
.dailog__footer span {
	display:block;
	line-height:24px;
	color:#000;
	font-size:13px;
}
.dailog-msg {
	line-height:30px;
	margin-top:50px;
}
.msgtip {
	text-align:center;
}
.msgtip .msg-title {
	font-size:14px;
	margin-top:20px;
	display:block;
}
.msgtip a {
	color:#198ef6;
}
.popbox {
	width:590px;
	margin:-165px 0 0 -245px;
}
.popform {
	margin:-290px 0 0 -300px;
}
.popbox__header {
	background:#FAFAFA;
	border-bottom:1px solid #eee;
	padding:0 10px;
	line-height:38px;
	font-size:14px;
}
.popbox__body {
	position:relative;
	background:#fff;
}
.selectbox2 .select-label .trangle {
	background:url(bg.png) no-repeat;
}
.selectbox2 {
	display:inline-block;
	height:26px;
	min-height:26px!important;
	border:1px solid #dbdbdb;
	line-height:26px;
	*display:inline;
	z-index:500;
	position:relative;
	font-size:14px;
}
.selectbox2 .select-label {
	position:relative;
	display:inline-block;
	height:26px;
	padding:0 41px 0 9px;
	background-color:#fff;
	line-height:26px;
	cursor:pointer;
}
.selectbox2 .select-label .trangle {
	position:absolute;
	right:-1px;
	top:-1px;
	width:28px;
	height:25px;
	background-color:#eee;
	border-bottom:3px solid #e9e9e9;
	font:0/0 arial;
	background-position:-213px -108px;
}
.selectbox-hover.selectbox2 .select-label .trangle {
	background-position:-231px -108px;
}
.selectbox2 .select-label-2 {
	padding-right:26px;
}
.selectbox2 .select-label-2 .trangle {
	right:0;
	top:0;
	width:26px;
	height:23px;
}
.selectbox2 .select-label-2 .trangle,.selectbox-hover .selectbox2 .select-label-2 .trangle {
	background-color:transparent;
	border-color:transparent;
}
.selectbox2 ul {
	display:none;
	position:absolute;
	top:30px;
	left:-1px;
	width:auto;
	min-width:80px;
	*width:110px;
	max-height:176px;
	_height:176px;
	padding:5px 0;
	background-color:#fff;
	border:1px #dbdbdb solid;
	overflow-y:auto;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.selectbox2 li {
	height:22px;
	line-height:22px;
	color:#333;
	padding:0 10px;
	font-size:14px;
	cursor:pointer;
	white-space:nowrap;
	*text-overflow:ellipsis;
	overflow:hidden;
}
.selectbox2 li:hover {
	background-color:#f6f6f6;
	color:#333;
}
.selectbox-hover ul {
	display:block;
}
.add-text-area {
	display:block;
	width:378px;
	height:173px;
	margin:20px 0 0;
	padding:5px 10px;
	border:1px solid #dbdbdb;
	outline:none;
	resize:none;
	background-color:#fff;
	font:14px/24px "Microsoft YaHei";
	color:#333;
	overflow-y:auto;
}
.personal-infor {
	width:515px;
	margin:0 auto;
}
.personal-infor .add-text-area {
	width:410px;
	height:20px;
	margin:0;
}
.personal-infor {
	padding:32px 0 0;
	zoom:1;
}
.personal-infor .personal-infor-list {
	margin-top:-10px;
}
.personal-infor li {
	position:relative;
	zoom:1;
	padding:10px 0 0 82px;
	line-height:26px;
}
.personal-infor li .title {
	position:absolute;
	top:10px;
	left:0;
	width:84px;
	font-size:14px;
	line-height:26px;
	text-align:right;
}
.personal-infor .last div {
	padding:0 0 2px;
	*height:20px;
	*padding:3px 0;
	*line-height:20px;
}
.personal-infor .last div select {
	*height:20px;
	*line-height:20px;
	*vertical-align:top;
	_vertical-align:middle;
}
.personal-infor .txt2 {
	width:115px;
}
.personal-infor label {
	position:relative;
	zoom:1;
	padding:0 0 0 18px;
	margin-right:10px;
}
.personal-infor label.title {
	margin:0;
	padding-left:0;
}
.personal-infor label.title em {
	color:#f00;
}
.personal-infor label input {
	position:absolute;
	top:1px;
	left:0;
	*left:-3px;
}
.personal-infor .popbox-btns {
	padding:25px 0 0 0;
}
.personal-infor .popbox-btns .no-write {
	margin:0 0 0 11px;
	color:#3b87ee;
}
.personal-infor .selectbox2 {
	zoom:1;
	vertical-align:middle;
	*margin-right:3px;
}
.personal-infor .add-text-area {
	width:410px;
	height:48px;
	margin:5px 0 0;
}
.personal-infor .wrong-tip {
	color:#f00;
}
.personal-infor .selectbox2 li {
	padding:0 10px;
	line-height:22px;
}
.personal-infor .add-text-area {
	height:20px;
	margin-top:0;
}
.personal-infor .add-text-area {
	color:#999;
}
.popbox-btns {
	padding:25px 0;
	text-align:center;
}
.popbox-btns .btn-blue,.popbox-btns .btn-gray {
	display:inline-block;
	width:84px;
	height:32px;
	background-color:#2d9be8;
	color:#fff;
	text-align:center;
	line-height:32px;
	font-size:14px;
	cursor:pointer;
}
.popbox-btns .btn-blue:hover {
	background-color:#247cba;
	color:#fff;
	text-decoration:none;
}
.popbox-btns .btn-gray {
	background-color:#e1e1e1;
	color:#333;
}
.popbox-btns .btn-gray:hover {
	background-color:#d6d6d6;
	color:#333;
	text-decoration:none;
}
.txt {
	width:366px;
	height:18px;
	padding:4px;
	margin:0 10px 0 0;
	border:1px solid #dbdbdb;
	outline:none;
	background-color:#fff;
	line-height:18px;
	font-family:"Microsoft YaHei";
}
.global-sitenav .sitenav-trigger i,.global-sitenav .sitenav-groupsite .sitenav-trigger,.global-sitenav .group-site-list a,.global-sitenav .icon-new i,.global-sitenav .icon-hot i,.global-sitenav .sitenav-login-bar .sitenav-weixin,.global-sitenav .sitenav-login-bar .sitenav-weibo,.global-sitenav .sitenav-login-bar .sitenav-qq,.global-sitenav .sitenav-personal-center .sitenav-personal-msg,.global-sitenav .sitenav-personal-msg i,.global-sitenav .sitenav-mall-box .cart-link {
	background:url(global-site-nav.png) no-repeat;
}
.global-sitenav a {
	text-decoration:none;
	color:#333;
}
.global-sitenav a:hover {
	text-decoration:underline;
}
.global-sitenav .sitenav-personal-center a.ycc-login-btn {
	text-align:center;
	border-radius:2px;
	padding:2px 10px;
	margin:15px 0 0 0;
	font-size:12px;
	color:#fff;
	background:#ff4f53;

}
.global-sitenav .sitenav-personal-center a:hover.ycc-login-btn{
	color:#fff;
}
.global-sitenav .sitenav-personal-center a.ycc-login-btn {
	text-align:center;
	border-radius:2px;
	padding:2px 10px;
	margin:15px 0 0 0;
	font-size:12px;
	color:#fff;
	background:#ff4f53;

}
.global-sitenav .sitenav-personal-center a:hover.ycc-login-btn{
	color:#fff;
}
.global-sitenav {
	position:relative;
	z-index:1000;
	height:34px;
	margin-bottom:0px;
	border-bottom:1px solid #e6e6e6;
	background:#fafafa;
	color:#333;
	font:normal 12px/34px 'Microsoft YaHei',arial;
}
.global-sitenav .sitenav-inner {
	width:1200px;
	margin:0 auto;
	zoom:1;
}
.global-sitenav h3 {
	margin:0;
	padding:0;
}
.global-sitenav input,.global-sitenav button {
	margin:0;
	padding:0;
	vertical-align:middle;
	font-size:100%;
	font-family:inherit;
}
.global-sitenav img {
	border:0 none;
}
.global-sitenav .icon-new i,.global-sitenav .icon-hot i {
	position:absolute;
	margin:3px 0 0 2px;
	width:9px;
	height:11px;
	font:0/0 arial;
	background-position:0 0;
	font:0/0 arial;
	*margin-top:-3px;
}
.global-sitenav .icon-hot i {
	background-position:0 -15px;
}
.global-sitenav .red {
	color:#f33;
}
.global-sitenav .sitenav-inner:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size:0;
}
.global-sitenav a:hover,.global-sitenav .sitenav-links a:hover {
	color:#198ef6;
	text-decoration:none;
}
.global-sitenav .sitenav-trigger {
	display:block;
	position:relative;
	zoom:1;
	padding:0 10px;
	color:#666;
	cursor:pointer;
}
.global-sitenav .sitenav-trigger i {
	position:absolute;
	top:15px;
	right:10px;
	width:7px;
	height:4px;
	overflow:hidden;
	background-position:-15px -20px;
}
.global-sitenav .sitenav-dropdown-body {
	display:none;
	position:absolute;
	top:35px;
	left:0;
	z-index:5;
	background-color:#fff;
	border:1px solid #E6E6E6;
}
.global-sitenav .h-sitenav-dropdown {
	position:relative;
	margin-top:-1px;
}
.global-sitenav .h-sitenav-dropdown .sitenav-trigger {
	z-index:10;
	margin-bottom:-1px;
	padding:0 9px 1px;
	border:1px solid #e6e6e6;
	border-bottom:0 none;
	background-color:#fff;
}
.global-sitenav .h-sitenav-dropdown .sitenav-trigger i,.global-sitenav .h-sitenav-groupsite .sitenav-trigger i {
	background-position:-25px -20px;
}
.global-sitenav .h-sitenav-dropdown .sitenav-dropdown-body {
	display:block;
}
.global-sitenav .sitenav-links {
	float:left;
}
.global-sitenav .sitenav-links a {
	color:#666;
	text-decoration:none;
}
.global-sitenav .sitenav-links .zol-link {
	float:left;
	margin:0 10px 0 0;
}
.global-sitenav .sitenav-links .add-fav {
	float:left;
	margin-right:-60px;
}
.global-sitenav .sitenav-links .sitenav-telephone {
	float:left;
	margin-right:-140px;
	color:#999;
}
.global-sitenav .sitenav-links .sitenav-telephone em {
	color:#f33;
	font-style:normal;
}
.global-sitenav .sitenav-links .sitenav-trigger {
	padding-right:10px;
}
.global-sitenav .sitenav-links .client-enter {
	float:left;
	margin:0 10px 0 0;
	width:82px;
}
.global-sitenav .product-librarylinks {
	float:left;
	position:relative;
	padding-left:10px;
}
.global-sitenav .product-librarylinks a {
	float:left;
	margin:0 15px 0 0;
}
.global-sitenav .product-librarylinks .icon-hot i,.global-sitenav .product-librarylinks .icon-new i {
	margin:5px 0 0 0;
	font:0/0 arial;
	*margin-top:-5px;
}
.global-sitenav .sitenav-groupsite {
	position:relative;
	z-index:199;
	float:left;
	width:97px;
}
.global-sitenav .sitenav-groupsite a {
	color:#333;
	text-decoration:none;
}
.global-sitenav .sitenav-groupsite a:hover {
	color:#198ef6;
}
.global-sitenav .sitenav-groupsite .sitenav-trigger {
	padding:0 22px 0 25px;
	background-position:-80px 12px;
}
.global-sitenav .sitenav-groupsite .groupsite-sitemap-body {
	display:none;
	position:absolute;
	top:35px;
	left:-70px;
	_left:-71px;
	width:1198px;
	background:#fff;
	border:1px solid #E6E6E6;
	-webkit-box-shadow:0 2px 5px -3px rgba(0,0,0,.4);
	box-shadow:0 2px 5px -3px rgba(0,0,0,.4);
}
.global-sitenav .h-sitenav-groupsite {
	margin-top:-1px;
	background:#fff;
}
.global-sitenav .h-sitenav-groupsite .sitenav-trigger {
	z-index:10;
	margin-bottom:-1px;
	padding:0 21px 1px 24px;
	border:1px solid #e6e6e6;
	border-bottom:0 none;
	background-color:#fff;
	background-position:-81px 12px;
}
.global-sitenav .h-sitenav-groupsite .groupsite-sitemap-body {
	display:block;
}
.global-sitenav .sitemap-items {
	margin:0 0 0 20px;
	padding:8px 0 12px;
	list-style:none outside none;
}
.global-sitenav .sitemap-items li {
	overflow:hidden;
	margin:0;
	padding:4px 0 0;
	list-style:none outside none;
	zoom:1;
	line-height:28px;
}
.global-sitenav .sitemap-items a {
	float:left;
	margin:0 16px 0 0;
	color:#666;
	font:normal 14px/28px 'Microsoft YaHei','\5FAE\8F6F\96C5\9ED1';
}
.global-sitenav .sitemap-items .icon-hot,.global-sitenav .sitemap-items .icon-new {
	margin-right:27px;
}
.global-sitenav .sitemap-items .sitemap-sub-title {
	float:left;
	margin:0 16px 0 0;
	font:normal 14px/28px 'Microsoft YaHei','\5FAE\8F6F\96C5\9ED1';
	color:#0b92e0;
}
.global-sitenav .sitemap-items .more {
	float:right;
}
.global-sitenav .sitemap-items .more b {
	font-family:'simsun';
	font-weight:normal;
}
.global-sitenav .sitenav-login-bar {
	float:right;
	padding:0;
	width:148px;
}
.global-sitenav .sitenav-login-bar a:hover {
	color:#198ef6;
}
.global-sitenav .sitenav-login-bar .sitenav-login-links {
	float:right;
	height:24px;
	margin:5px 0 0;
	width:103px;
	overflow:hidden;
}
.global-sitenav .sitenav-login-bar .sitenav-weixin,.global-sitenav .sitenav-login-bar .sitenav-weibo,.global-sitenav .sitenav-login-bar .sitenav-qq {
	float:left;
	width:24px;
	height:24px;
	margin:0 0 0 10px;
	background-position:0 -33px;
	color:#666;
	text-indent:-9999em;
	opacity:.8;
	filter:alpha(opacity=80);
	font:0/0 arial;
}
.global-sitenav .sitenav-login-bar .sitenav-weibo {
	background-position:-25px -33px;
}
.global-sitenav .sitenav-login-bar .sitenav-qq {
	background-position:-50px -33px;
}
.global-sitenav .sitenav-login-bar .sitenav-weixin:hover,.global-sitenav .sitenav-login-bar .sitenav-weibo:hover,.global-sitenav .sitenav-login-bar .sitenav-qq:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
.global-sitenav .sitenav-login-bar .sitenav-login-box {
	position:relative;
	float:left;
	width:45px;
}
.global-sitenav .sitenav-login-bar .sitenav-login-link {
	display:inline-block;
	width:25px;
	padding:0 10px;
	cursor:pointer;
}
.global-sitenav .sitenav-login-bar .sitenav-login-form {
	display:none;
	position:absolute;
	top:34px;
	right:-102px;
	width:210px;
	padding:11px 20px 4px;
	border:1px solid #cdcdcd;
	-webkit-box-shadow:0 0 8px #cdcdcd;
	box-shadow:0 0 8px #cdcdcd;
	background:#fff;
}
.global-sitenav .sitenav-login-bar .sitenav-login-box-open .sitenav-login-form {
	display:block;
}
.global-sitenav .sitenav-login-form h3 {
	color:#666;
	font:normal 12px/20px Arial;
}
.global-sitenav .sitenav-login-form .sitenav-username,.global-sitenav .sitenav-login-form .sitenav-password {
	position:relative;
	display:block;
	width:172px;
	height:28px;
	margin:10px 0 0;
	padding:0 8px;
	border:1px solid #e6e6e6;
}
.global-sitenav .sitenav-login-form .sitenav-username {
	margin-top:6px;
}
.global-sitenav .sitenav-username input,.global-sitenav .sitenav-password input {
	position:absolute;
	top:1px;
	left:8px;
	width:172px;
	padding:4px 0;
	outline:0 none;
	border:0 none;
	line-height:18px;
}
.global-sitenav .sitenav-username label,.global-sitenav .sitenav-password label {
	position:absolute;
	top:0;
	left:9px;
	z-index:10;
	color:#ccc;
	font-size:12px;
	line-height:28px;
	font-family:arial;
	cursor:text;
	-webkite-user-select:none;
	user-select:none;
}
.global-sitenav .sitenav-login-form .sitenav-focus {
	border-color:#0791f5;
}
.global-sitenav .sitenav-login-form .sitenav-focus label {
	color:#e0e0e0;
}
.global-sitenav .sitenav-login-form .sitenav-error {
	border-color:#f33;
}
.global-sitenav .sitenav-login-form .sitenav-registration {
	margin-left:0;
	color:#1f4f88;
}
.global-sitenav .sitenav-loign-bar {
	overflow:hidden;
}
.global-sitenav .sitenav-loign-bar a {
	float:right;
	color:#1f4f88;
}
.global-sitenav .sitenav-loign-bar label {
	float:left;
	color:#666;
}
.global-sitenav .sitenav-loign-bar label input {
	float:left;
	width:14px;
	height:14px;
	overflow:hidden;
	margin:10px 5px 0 0;
}
.global-sitenav .sitenav-login-button {
	display:block;
	width:190px;
	height:30px;
	margin:10px 0 0;
	border:0 none;
	background:#008ef5;
	color:#fff;
	font:bold 14px/30px Arial;
	cursor:pointer;
}
.sitenav-login-error-tip {
	position:absolute;
	left:34px;
	top:11px;
	width:190px;
	height:20px;
	font:12px/20px 'Microsoft YaHei',arial;
	color:#f33;
	background:#fff;
	display:none;
}
.global-sitenav .sitenav-personal-center {
	float:right;
	margin:0 5px 0 0;
	width:280px;
}
.global-sitenav .sitenav-personal-center a {
	color:#666;
	text-decoration:none;
}
.global-sitenav .sitenav-personal-center a:hover {
	color:#198ef6;
	text-decoration:none;
}
.global-sitenav .sitenav-personal-center .sitenav-personal-login-out {
	float:right;
	margin:0 0 0 20px;
}
.global-sitenav .sitenav-personal-center .sitenav-personal-msg {
	position:relative;
	float:right;
	width:16px;
	height:13px;
	margin:10px 0 0 20px;
	background-position:-15px 0;
}
.global-sitenav .sitenav-personal-msg i {
	position:absolute;
	right:-3px;
	top:-4px;
	font:0/0 arial;
	width:8px;
	height:8px;
	background-position:-35px 0;
}
.global-sitenav .sitenav-personal-center .sitenav-personal-welcome {
	float:right;
	color:#999;
}
.category-all__switch .icon,.category-nav__item .item-icon,.category-nav__panel .icon,.header__links i,.common-nav__item,.common-nav__item .icon,.common-nav__item a i,.breadcrumb__manu .arrow,.rank-tag .icon,.nav__item--comment .icon,.nav__more span .icon {
	background:url(header.png) no-repeat;
}
.header__links i,.product-model__rank {
	background:url(nav-v5.png) no-repeat;
}
.header {
	width:1200px;
	margin:10px auto 0;
}
.logo {
	float:left;
	padding:14px 0 0;
}
.logo__img {
	float: left;
	margin-right: 10px;
	width: 298px;
	height: 32px;
	background: url(product-logo.png) no-repeat;
	font: 0/0 arial;
	text-indent: -9999em;
	overflow: hidden;
}
.logo__line {
	float:left;
	margin:0 10px 0 0;
	height:32px;
	border-right:1px solid #ccc;
	font:0/0 arial;
	text-indent:-9999em;
	overflow:hidden;
}
.logo__classify {
	float:left;
	margin:0 10px 0 0;
	font:18px/32px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
}
.hc_logo {
	float:left;
	padding:4px 0 0;
}
.hc_logo .logo__img {
	position:relative;
	float:left;
	display:inline-block;
	width:257px;
	height:48px;
	background:url(hc_logo.png) no-repeat;
	background-size:257px 48px;
}
.hc_logo .logo__line {
	float:left;
	margin:8px 10px 0 10px;
	height:32px;
	border-right:1px solid #ccc;
	font:0/0 arial;
	text-indent:-9999em;
	overflow:hidden;
	font:0/0 arial;
}
.hc_logo .logo__classify {
	float:left;
	margin:8px 10px 0 0;
	font:18px/32px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
}
.category-all {
	float:left;
	position:relative;
	zoom:1;
	z-index:999;
	margin:3px 0 0 0;
	width:84px;
	height:28px;
}
.category-all__switch {
	position:relative;
	zoom:1;
	padding:0 0 0 7px;
	border:1px solid #e6e6e6;
	font:14px/26px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
	cursor:pointer;
}
.category-all__switch .icon {
	position:absolute;
	top:12px;
	right:7px;
	width:7px;
	height:4px;
	background-position:-22px -276px;
}
.category-all__box {
	display:none;
}
.category-all--hover .category-all__box {
	display:block;
}
.category-all__loading {
	position:absolute;
	top:27px;
	left:0;
	padding:20px;
	width:160px;
	height:60px;
	border:1px solid #e6e6e6;
	background:#fff;
	line-height:60px;
	color:#999;
	text-align:center;
}
.category-nav {
	position:absolute;
	top:27px;
	left:0;
	width:754px;
	height:396px;
	border:1px solid #e6e6e6;
	background:#fff;
	-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,0.1);
	box-shadow:0 2px 4px -1px rgba(0,0,0,0.1);
}
.category-nav__item {
	width:160px;
	background:#f5f5f5;
}
.category-nav__item li {
	position:relative;
	padding:0 0 0 46px;
	height:36px;
	font:14px/36px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
}
.category-nav__item .item-icon {
	position:absolute;
	left:21px;
}
.category-nav__item .item-icon--01 {
	top:11px;
	width:16px;
	height:14px;
	background-position:0 -164px;
}
.category-nav__item .item-icon--02 {
	top:8px;
	width:12px;
	height:18px;
	background-position:0 -179px;
}
.category-nav__item .item-icon--03 {
	top:11px;
	width:16px;
	height:14px;
	background-position:0 -198px;
}
.category-nav__item .item-icon--04 {
	top:10px;
	width:16px;
	height:15px;
	background-position:0 -213px;
}
.category-nav__item .item-icon--05 {
	top:10px;
	width:16px;
	height:16px;
	background-position:0 -229px;
}
.category-nav__item .item-icon--06 {
	top:12px;
	width:16px;
	height:15px;
	background-position:0 -246px;
}
.category-nav__item .item-icon--07 {
	top:8px;
	width:16px;
	height:17px;
	background-position:-24px -164px;
}
.category-nav__item .item-icon--08 {
	top:11px;
	width:15px;
	height:15px;
	background-position:-25px -182px;
}
.category-nav__item .item-icon--09 {
	top:11px;
	width:16px;
	height:14px;
	background-position:-24px -198px;
}
.category-nav__item .item-icon--10 {
	top:9px;
	width:15px;
	height:17px;
	background-position:-25px -213px;
}
.category-nav__item .item-icon--11 {
	top:11px;
	width:16px;
	height:14px;
	background-position:-24px -231px;
}
.category-nav__item .item-hover {
	background:#fff;
}
.category-nav__panel {
	position:absolute;
	top:0;
	left:160px;
	padding:10px 30px;
	width:534px;
	background:#fff;
}
.category-nav__panel dl {
	position:relative;
	zoom:1;
	padding:14px 0 0 100px;
	font:14px/24px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
}
.category-nav__panel dl a {
	position:relative;
	zoom:1;
	padding:0 10px 0 0;
}
.category-nav__panel dl .icon {
	position:absolute;
	top:5px;
	right:0;
	width:5px;
	height:9px;
	background-position:0 -276px;
}
.category-nav__panel dl a:hover .icon {
	background-position:-6px -276px;
}
.category-nav__panel dt {
	position:absolute;
	top:14px;
	left:0;
	font-weight:bold;
}
.category-nav__panel dd {
	padding:0 0 14px;
	border-bottom:1px dashed #e6e6e6;
	overflow:hidden;
	zoom:1;
}
.category-nav__panel dd a {
	float:left;
	margin:0 5px 0 10px;
	white-space:nowrap;
	color:#666;
}
.category-nav__panel dd a:hover {
	color:#198ef6;
}
.category-nav__panel .last dd {
	border:0 none;
}
.header__links {
	float:right;
	margin:10px 0 0 10px;
}
.header__links a {
	position:relative;
	zoom:1;
	display:inline-block;
	margin:0 0 0 10px;
	padding:22px 0 0;
	text-align:center;
	font:12px/20px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
	text-align:center;
}
.header__links i {
	position:absolute;
	top:0;
	left:50%;
	width:24px;
	height:23px;
	margin-left:-12px;
	display:block;
}
.header__links .icon-01 {
	background-position:0 -58px;
}
.header__links .icon-02 {
	background-position:-28px -58px;
}
.header__links .icon-03 {
	background-position:-52px -58px;
}
.header__links .icon-04 {
	background-position:-79px -58px;
}
.search {
	position:relative;
	z-index:99;
	zoom:1;
	float:right;
	padding:0 80px 0 0;
	margin:10px 0 0 0;
	width:350px;
	height:36px;
}
.search__keyword {
	position:relative;
	padding:5px 10px;
	height:22px;
	overflow:hidden;
	zoom:1;
	border:2px solid #198ef6;
}
.search__text {
	float:left;
	width:328px;
	height:22px;
	font:14px/22px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
	background:#fff;
	color:#ccc;
	outline:none;
	border:0 none;
	overflow:hidden;
}
.search__button {
	position:absolute;
	top:0;
	right:0;
	width:80px;
	height:36px;
	font:16px/36px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
	text-align:center;
	color:#fff;
	outline:none;
	border:0 none;
	background:#198ef6;
	cursor:pointer;
}
.search__suggest {
	display:none;
	position:absolute;
	top:36px;
	left:0;
	border:1px solid #e6e6e6;
	border-top:0 none;
	width:428px;
	background:#fff;
	z-index:20;
}
.suggest__list {
	padding:5px 0;
}
.suggest__list li {
	height:24px;
	line-height:24px;
	overflow:hidden;
	padding-left:20px;
	color:#666;
	cursor:pointer;
}
.suggest__list li span {
	color:#f00;
}
.suggest__list .suggest__item--active {
	background:#f5f5f5;
}
.suggest__list .suggest__title {
	padding-left:10px;
	height:28px;
	line-height:28px;
	font-weight:bold;
	font-size:14px;
}
.common-nav {
	margin:17px auto 0;
	width:1198px;
	height:38px;
	border:1px solid #eee;
	background:#fafafa;
}
.common-nav__item {
	float:left;
	padding:0 20px 0 30px;
	background-position:-39px -285px;
	font:12px/38px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
}
.common-nav__item strong {
	float:left;
	position:relative;
	width:50px;
	height:38px;
	padding:0 8px 0 18px;
	overflow:hidden;
	white-space:nowrap;
}
.common-nav__item strong .icon {
	position:absolute;
	left:0;
	top:13px;
	width:12px;
	height:12px;
}
.common-nav__item strong .icon-01 {
	background-position:0 -263px;
}
.common-nav__item strong .icon-02 {
	background-position:-13px -263px;
}
.common-nav__item strong .icon-03 {
	background-position:-26px -263px;
}
.common-nav__item span {
	float:left;
	padding:0 10px;
	border-left:1px solid #fafafa;
	border-right:1px solid #fafafa;
	white-space:nowrap;
}
.common-nav__item span a {
	color:#666;
}
.common-nav__item span a:hover {
	color:#198ef6;
}
.category-hot {
	position:relative;
	zoom:1;
	padding:0 20px 0 15px;
	background:none;
	z-index:998;
}
.category-hot strong {
	padding-left:0;
	width:62px;
}
.category-hot__item a {
	position:relative;
	padding:0 13px 0 0;
}
.category-hot__item a i {
	position:absolute;
	top:7px;
	right:0;
	width:7px;
	height:4px;
	background-position:-22px -276px;
}
.common-nav__item .category-hot__item--hover {
	position:relative;
	margin-top:-1px;
	height:39px;
	border:1px solid #e6e6e6;
	border-bottom:0 none;
	background:#fff;
	z-index:2;
}
.category-hot__box {
	display:none;
}
.category-hot--hover .category-hot__box {
	display:block;
}
.category-hot__loading {
	position:absolute;
	top:38px;
	left:-1px;
	padding:10px 30px;
	width:309px;
	height:60px;
	border:1px solid #e6e6e6;
	background:#fff;
	line-height:60px;
	color:#999;
	text-align:center;
}
.category-hot .category-nav__panel {
	top:38px;
	left:-1px;
	border:1px solid #e6e6e6;
	-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,0.1);
	box-shadow:0 2px 4px -1px rgba(0,0,0,0.1);
}
#detail_top_tonglan .merchant-window,.merchant-window {
	margin:10px auto 0!important;
	width:1198px!important;
	border:1px solid #eee!important;
	background:#fff!important;
	text-align:left!important;
}
.merchant-window__item {
	position:relative;
	zoom:1;
	float:left;
	padding:10px 0 10px 105px;
	width:294px;
	overflow:hidden;
}
.merchant-window__pic {
	position:absolute;
	top:10px;
	left:15px;
	width:80px;
	height:60px;
}
.merchant-window__pic img {
	display:block;
	margin:7px auto 0;
}
.merchant-window__name {
	font:14px/18px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
}
.merchant-window__name span {
	display:block;
	height:18px;
	color:#ff4c4c;
	font-size:12px;
}
.merchant-window__tel {
	padding:0 0 0 20px;
	height:20px;
	font:12px/20px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
	background:url(icon-tel.gif) no-repeat 0 3px;
}
.merchant-window__tel span {
	padding:0 12px 0 0;
}
.merchant-window__title {
	margin-top:5px;
	height:20px;
	background:#f5f5f5;
	margin-left:-85px;
	width:339px;
	padding:0 10px;
	white-space:nowrap;
	text-overflow:ellipsis;
	font:12px/20px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
}
.merchant-window__title a {
	color:#666;
}
.merchant-window__title a:hover {
	color:#198ef6;
}
.merchant-window__four .merchant-window__item {
	padding:10px 0 35px 105px;
	width:194px;
	overflow:hidden;
}
.merchant-window__text {
	position:absolute;
	bottom:10px;
	left:5px;
	padding:0 10px;
	width:269px;
	height:20px;
	font:12px/20px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
	overflow:hidden;
	background:#f5f5f5;
}
.merchant-window__text a {
	display:block;
	height:20px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	color:#666;
}
.merchant-window__text a:hover {
	color:#198ef6;
}
.breadcrumb {
	margin:10px auto 0;
	height:26px;
	line-height:26px;
}
.breadcrumb a,.breadcrumb span,.breadcrumb h1 {
	float:left;
	font:12px/26px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
	color:#666;
}
.breadcrumb em {
	float:left;
	line-height:26px;
	padding:0 7px;
	font:14px/26px '\5B8B\4F53',simsun;
	color:#999;
}
.breadcrumb .breadcrumb__manu {
	position:relative;
	padding:0 20px 0 10px;
	height:24px;
	line-height:24px;
	border:1px solid #e6e6e6;
}
.breadcrumb__manu .arrow {
	position:absolute;
	top:10px;
	right:10px;
	width:7px;
	height:4px;
	font:0/0 arial;
	overflow:hidden;
	background-position:-22px -276px;
}
.breadcrumb a {
	color:#333;
}
.breadcrumb a:hover {
	color:#198ef6;
}
.breadcrumb__crop {
	float:right;
	height:26px;
	overflow:hidden;
	margin-top:-26px;
}
.subcate__recommended {
	display:none;
	position:absolute;
	z-index:99;
}
.subcate__recommended .line {
	position:absolute;
	left:1px;
	top:0;
	height:1px;
	font:0/0 arial;
	background:#fff;
}
.subcate__loading {
	padding:20px;
	width:160px;
	height:40px;
	border:1px solid #e6e6e6;
	background:#fff;
	line-height:40px;
	color:#999;
	text-align:center;
}
.subcate__box {
	padding:12px 20px 0;
	width:678px;
	border:1px solid #e6e6e6;
	background:#fff;
	-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,0.1);
	box-shadow:0 2px 4px -1px rgba(0,0,0,0.1);
}
.subcate__goods {
	padding:8px 0 20px;
}
.subcate__goods-item {
	float:left;
	position:relative;
	zoom:1;
	padding:0 0 0 90px;
	width:136px;
	height:60px;
}
.subcate__goods-pic {
	position:absolute;
	top:0;
	left:0;
	width:80px;
	height:60px;
}
.subcate__goods-pic img {
	display:block;
}
.subcate__goods-title {
	height:36px;
	overflow:hidden;
	font:12px/18px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
}
.subcate__goods-price {
	padding:2px 0 0;
	height:22px;
	overflow:hidden;
	font:14px/22px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
	color:#ff4c4c;
}
.subcate__brand {
	padding:12px 0 12px;
	border-top:1px solid #eee;
}
.subcate__brand-item {
	float:left;
	width:135px;
	height:24px;
	overflow:hidden;
	font:12px/24px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
}
.subcate__brand-item .arrow {
	margin-left:2px;
	font-family:'simsun','\u5B8B\u4F53';
}
.subcate__brand a {
	color:#666;
}
.subcate__brand a:hover {
	color:#198ef6;
}
.product-model {
	position:relative;
	margin:10px auto 0;
	width:1200px;
	word-break:break-all;
}
.product-model__rank {
	display: inline-block;
	width: 88px;
	height: 55px;
	margin-right: 15px;
	cursor: pointer;
*display:inline;
*zoom:1;
	text-align: center;
	color: #fff;
	font: bold 25px/48px arial;
}
.product-model h1{
	display: inline-block;
	max-width:592px;
	height:75px;
	padding:0;
	margin:0 10px 0 0;
	line-height:75px;
	font-size:36px;
	font-weight:bold;
	white-space:nowrap;
}
.product-model__name img {
	float:left;
	/*width:110px;*/
	height:75px;
	margin-right:5px;
}
.product-model__rank:hover {
	color:#fff;
}
.rank-number {
	float:left;
	width:82px;
	height:30px;
	overflow:hidden;
	font:18px/30px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
	text-align:center;
	color:#ff4c4c;
}
.rank-tag {
	float:left;
	width:60px;
	height:23px;
	position:relative;
	zoom:1;
	padding:0 14px 0 8px;
	background:#ff4c4c;
	font:12px/23px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
	color:#fff;
}
.rank-tag .icon {
	position:absolute;
	font:0/0 arial;
	overflow:hidden;
}
.rank-tag .icon-01 {
	top:-5px;
	left:0;
	width:5px;
	height:5px;
	background-position:0 -310px;
}
.rank-tag .icon-02 {
	top:0;
	right:0;
	width:8px;
	height:23px;
	background-position:0 -286px;
}
@media \0screen\,screen\9 {
	.product-model__name {
	position:relative;
	top:-2px;
}
}
@media screen\0 {
	.product-model__name {
	position:relative;
	top:-2px;
}
}
.product-model__total {
	display:inline-block;
	height:18px;
	line-height:18px;
	margin:8px 20px 4px 0;
	font-family:'\5B8B\4F53','simsun';
	*display:inline;
	*zoom:1;
	vertical-align:text-bottom;
}
.product-model__total a {
	color:#198ef6;
}
.product-model__total span {
	font-family:"Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
}
.product-model__total em {
	padding:0 5px;
	color:#ff4c4c;
}
.product-model__alias {
	display:inline-block;
	margin:8px 20px 4px 0;
	height:18px;
	font:12px/18px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
	color:#999;
	*display:inline;
	*zoom:1;
	vertical-align:text-bottom;
}
.product-model__subtitle {
	clear:both;
	padding-top:5px;
	font:16px/26px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
	color:#666;
}
.product-model__subtitle .total {
	margin:0 0 0 10px;
	color:#198ef6;
}
.product-model__subtitle .total .arrow {
	padding:0 0 0 2px;
	font-family:'simsun','\u5B8B\u4F53';
}
.product-model__type {
	display:inline-block;
	height:18px;
	line-height:18px;
	margin:6px 20px 10px 0;
	width:37px;
	background:#198ef6;
	font:12px/18px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
	color:#fff;
	text-align:center;
	*display:inline;
	*zoom:1;
	vertical-align:text-bottom;
}
.page-title-ad {
	position:absolute;
	right:0;
	bottom:0;
}
.nav {
	margin:10px 0 0;
	background:#198ef6;
}
.fixed__elm .nav {
	margin-top:0;
}
.nav__list {
	margin:0 auto;
	width:1200px;
}
.nav__list li {
	float:left;
	font:18px/50px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
}
.nav__list li a,.nav__list .nav__item--active a,.nav__item--active a:hover {
	float:left;
	padding:0 15px;
	height:50px;
	color:#fff;
}
.nav__list li a:hover {
	background:#007ae6;
	color:#fff;
}
.nav__list li em {
	font-size:14px;
	margin-left:4px;
}
.nav__list .nav__item--active a {
	background:#007ae6;
}
.nav__item--comment .icon {
	display:inline-block;
	margin:0 5px 0 0;
	width:16px;
	height:16px;
	background-position:-24px -246px;
	font:0/0 arial;
	vertical-align:middle;
}
.nav__list .nav__item--tmall a,.nav__list .nav__item--tmall a:hover {
	position:relative;
	width:39px;
	background:url(pcn_tmall_cat_1031.png) no-repeat 0 0;
	text-indent:-9999em;
	overflow:hidden;
}
.nav__list .nav__item--tmall .icon {
	display:none!important;
}
.nav__more {
	position:relative;
	zoom:1;
	z-index:996;
}
.nav__more span {
	float:left;
	padding:0 20px;
	width:90px;
	height:50px;
	color:#fff;
	cursor:pointer;
}
.nav__more span .icon {
	display:inline-block;
	margin:0 0 0 5px;
	width:9px;
	height:5px;
	background-position:-12px -276px;
	font:0/0 arial;
	vertical-align:middle;
}
.nav__more--hover span {
	background:#007ae6;
}
.nav__more-list {
	display:none;
	position:absolute;
	top:50px;
	left:0;
	width:130px;
	background:#007ae6;
}
.nav__list .nav__more-list li {
	float:none;
}
.nav__list .nav__more-list a {
	float:none;
	display:block;
	height:38px;
	line-height:38px;
}
.nav__list .nav__more-list a:hover {
	background:#198ef6;
}
.nav__more--hover .nav__more-list {
	display:block;
}
.back_home {
	height:46px;
	margin-top:20px;
	padding-bottom:30px;
	overflow:hidden;
	_zoom:1;
	text-align:center;
}
/*.back_home_btn {
	display:inline-block;
	height:44px;
	font:18px/44px "Microsoft Yahei","\5FAE\8F6F\96C5\9ED1";
	padding:0 30px;
	border:1px solid #d4d4d4;
	background:#fff;
	color:#666;
	border-radius:2px;
}
.back_home_btn:hover {
	color:#666;
	text-decoration:none;
	background:#f5f5f5;
}
.back_home_btn span {
	padding-left:18px;
	background-position:-72px -262px;
}*/
.anniversary20 {
	float:left;
	width:50px;
	height:36px;
	margin:-6px 8px 0 0;
	background:url(20th.png) no-repeat center;
}
.interest-list .compare-btn i,.refresh {
	background:url(//icon.zol-img.com.cn/products/v4/sidebar-icon.png) no-repeat;
}
.side-module {
	margin:0px 0 20px 0;
}
.section-fixed {
	position:fixed;
	top:0;
	width:300px;
}
.side-header {
	padding:10px 0;
	border-bottom:1px solid #eee;
	line-height:30px;
}
.side-header h3 {
	font-size:18px;
	line-height:30px;
	height:30px;
	overflow:hidden;
}
.side-header h3 a {
	color:#333;
}
.side-header h3 a:hover {
	color:#198ef6;
}
.side-header .refresh {
	float:right;
	margin:-22px 0 0;
	width:16px;
	height:14px;
	background-position:-73px -38px;
	font:0/0 arial;
	overflow:hidden;
}
.side-header .refresh:hover {
	background-position:-90px -38px;
}
.side-header .more {
	float:right;
	height:30px;
	margin:-30px 0 0;
	font:14px/30px 'Microsoft YaHei',arial;
	overflow:hidden;
	color:#198ef6;
}
.side-header .more .arrow {
	padding:0 0 0 2px;
	font-family:'simsun','\u5B8B\u4F53';
}
.side-tabs {
	padding:10px 0 0px;
	border-bottom:1px solid #ededed;
}
.side-tabs li {
	position:relative;
	float:left;
	width:50%;
	height:31px;
	padding:0 0 0px;
	margin:0 0 -1px;
	line-height:32px;
	font-size:14px;
	text-align:center;
	cursor:pointer;
}
.side-tabs .current {
	padding-bottom:0;
	border-bottom:2px solid #198ef6;
}
.side-tabs-col5 li {
	width:60px;
}
.side-tabs-col2 li {
	width:150px;
}
.filter-machine {
	padding:20px 0 15px;
	zoom:1;
}
.select-brandbox {
	z-index:21;
}
.select-brandbox_pop {
	display:none;
	position:absolute;
	left:0;
	top:33px;
	width:278px;
	height:230px;
	padding:15px 10px;
	border:1px solid #e0e0e0;
	background:#fff;
}
.selectbox--hover .select-brandbox_pop {
	display:block;
}
.select-brandbox_pop_tabs {
	border-bottom:2px solid #198ef6;
}
.select-brandbox_pop_tabs span {
	float:left;
	padding:2px 7px 0;
	line-height:21px;
	color:#666;
	cursor:pointer;
}
.select-brandbox_pop_tabs .current {
	color:#fff;
	background:#198ef6;
}
.select-brandbox_pop_conts {
	height:190px;
	padding:12px 0 0;
	overflow-y:auto;
}
.select-brandbox_pop_conts span {
	float:left;
	padding:0 5px;
	margin:0 10px 0 0;
	font-size:14px;
	line-height:30px;
	color:#666;
}
.start-btn {
	height:40px;
	width:100%;
	background:#198ef6;
	color:#fff;
	text-align:center;
	line-height:40px;
	font-size:16px;
	border-radius:2px;
	cursor:pointer;
}
.start-btn:hover {
	background:#007ae6;
}
.filter-machine-result {
	position:relative;
	margin:15px 0 0;
	padding:0 0 14px 60px;
	zoom:1;
}
.filter-machine-result .label {
	position:absolute;
	top:0;
	left:0;
	width:60px;
	height:26px;
	font-size:14px;
	color:#999;
}
.filter-machine-result a {
	display:inline-block;
	height:24px;
	min-width:46px;
	margin:0 5px 5px 0;
	padding:0 10px;
	border:1px solid #ededed;
	background:#fafafa;
	color:#666;
	line-height:24px;
	text-align:center;
	border-radius:15px;
}
.filter-machine-result a:hover {
	color:#666;
}
.interest-list {
	padding:0;
	position:relative;
	overflow:hidden;
	margin-bottom:-5px;
}
.interest-list li {
	position:relative;
	zoom:1;
	float:none;
	/*height:75px;*/
	padding:20px 0 20px 112px;
}
.interest-list .pic {
	position:absolute;
	top:20px;
	left:0;
	width:100px;
	height:75px;
	overflow:hidden;
	margin:0 auto;
}
.interest-list .pic .price {
	position:absolute;
	bottom:0;
	left:0;
	height:18px;
	margin:0;
	padding:0 4px;
	background:#f33;
	color:#fff;
	line-height:18px;
	cursor:text;
}
.interest-list .pic .no-price {
	position:absolute;
	bottom:0;
	left:0;
	height:18px;
	margin:0;
	padding:0 4px;
	background:#999;
	color:#fff;
	line-height:18px;
	cursor:text;
}
.interest-list .pic:hover {
	text-decoration:none;
}
.interest-list .pic:hover .price,.interest-list .pic:hover .no-price {
	color:#fff;
	text-decoration:none;
}
.interest-list .title {
	display:block;
	margin-bottom:3px;
	height:24px;
	overflow:hidden;
	font:normal 14px/24px 'Microsoft YaHei',arial;
	word-break:break-all;
}
.interest-list .title a {
	color:#333;
}
.interest-list .title a:hover {
	color:#198ef6;
}
.interest-list .meta {
	font-size:12px;
	height:24px;
	line-height:24px;
	color:#999;
	overflow:hidden;
}
.interest-list .count {
	line-height:24px;
	color:#666;
}
.interest-list .count span {
	padding:0 8px 0 0;
}
.interest-list .compare-btn {
	position:absolute;
	bottom:20px;
	right:0;
	height:24px;
	overflow:hidden;
	padding:0 6px 0 20px;
	font-size:12px;
	line-height:24px;
	cursor:pointer;
	color:#999;
}
.interest-list .compare-btn i {
	position:absolute;
	left:5px;
	top:7px;
	width:10px;
	height:10px;
	overflow:hidden;
	background-position:-34px -55px;
}
.interest-list .compare-btn:hover {
	color:#198ef6;
}
.interest-list .compare-btn:hover i {
	background-position:-45px -55px;
}
.interest-list .compare-btn.cancel {
	padding:0 6px;
	color:#999;
}
.month-new {
	padding:12px 0 6px;
	*zoom:1;
	*position:relative;
}
.month-new li {
	position:relative;
	zoom:1;
	margin:0 0 0 4px;
	padding:8px 0 8px 100px;
	line-height:24px;
	font-size:14px;
}
.month-new__line {
	position:absolute;
	bottom:20px;
	left:0;
	width:0;
	height:40px;
	border-left:1px dotted #198ef6;
}
.month-new__dot {
	position:absolute;
	top:14px;
	left:-4px;
	width:10px;
	height:10px;
	background:#198ef6;
	font-size:0;
	overflow:hidden;
	border-radius:10px;
}
.month-new__tag {
	position:absolute;
	left:20px;
	top:8px;
	height:24px;
	width:70px;
	background:#198ef6;
	color:#fff;
	font-size:14px;
	line-height:24px;
	text-align:center;
}
.month-new__namebox {
	height:24px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.month-new__pic {
	display:block;
	width:100px;
	height:50px;
	margin:0 0 10px;
	border:1px solid #ececec;
}
.month-new__price {
	height:22px;
	line-height:22px;
	color:#999;
}
.month-new__price em {
	color:#ff4c4c;
}
.month-new .month-new__first {
	padding-left:20px;
}
.month-new__first .month-new__tag {
	float:none;
	margin:0 0 10px;
	position:static;
}
.month-new__first .month-new__line {
	height:120px;
}
.koubei-rank-box {
	background:#fff;
	padding-bottom:2px;
}
.koubei-rank-box-one {
	position:relative;
	margin-top:-2px;
}
.koubei-rank-list {
	padding:16px 0 2px;
	zoom:1;
	overflow:hidden;
	position:relative;
	margin-left:-10px;
}
.koubei-rank-box-one .koubei-rank-list {
	padding-top:0;
}
.koubei-rank-list li {
	float:left;
	/*width:143px;
	height:50px;*/
	padding:5px;
	margin:0 0 10px 10px;
	overflow:hidden;
	border:1px solid #ededed;
	text-align:center;
}
.koubei-rank-list img {
	vertical-align:middle;
}
.topic-list {
	position:relative;
	zoom:1;
	padding:0 0 4px;
	margin-top:-2px;
	background:#fff;
}
.topic-list li {
	margin:0 0 10px;
}
.topic-list img {
	vertical-align:middle;
}
.rank-list {
	position:relative;
	zoom:1;
	padding:12px 0 2px;
}
.rank-list li {
	position:relative;
	height:38px;
	padding:0 60px 0 33px;
	font-size:14px;
	line-height:38px;
	overflow:hidden;
}
.rank-list .num {
	position:absolute;
	top:0;
	left:0;
	width:20px;
	text-align:center;
	font-style:italic;
	color:#999;
	font-size:16px;
}
.rank-list .n1,.rank-list .n2,.rank-list .n3 {
	color:#4595e6;
}
.rank-list .price {
	position:absolute;
	top:0;
	right:0;
	color:#ff4c4c;
}
.rank-list .name {
	height:38px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.series-rank-list .price {
	display:none;
}
.series-rank-list li {
	padding-right:0;
}
.series-rank-list .name {
	word-break:break-all;
	white-space:normal;
}
.rank-list .pic {
	display:none;
	width:100px;
	height:75px;
	overflow:hidden;
}
.rank-list .pic img {
	vertical-align:middle;
}
.rank-list .current {
	height:auto;
	padding-right:0;
	padding-bottom:10px;
}
.rank-list .current .pic {
	display:block;
	float:left;
	margin:2px 15px 0 0;
}
.rank-list .current .name {
	padding:4px 0;
	height:auto;
	max-height:40px;
	line-height:20px;
	margin-bottom:5px;
	word-break:break-all;
	white-space:normal;
}
.rank-list .current .price {
	display:block;
	position:static;
	height:22px;
	line-height:22px;
}
.side-pk-list {
	position:relative;
	background:#fff;
	padding:0 0 4px;
	zoom:1;
	margin-top:-2px;
}
.side-pk-list li {
	margin:0 0 10px;
}
.side-pk-list a {
	display:block;
	width:270px;
	height:36px;
	padding:0 14px;
	border:1px dashed #e0e0e0;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	font-size:14px;
	line-height:36px;
}
.side-pk-list a:hover {
	border-color:#198ef6;
}
.tag-box {
	padding:10px 0 4px;
	overflow:hidden;
}
.tag-title {
	height:32px;
	font:14px/32px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
	color:#666;
}
.tag-title span {
	float:left;
}
.tag-title .refresh {
	float:left;
	margin:9px 0 0 10px;
	width:16px;
	height:14px;
	background-position:-73px -38px;
	font:0/0 arial;
	overflow:hidden;
}
.tag-title .refresh:hover {
	background-position:-90px -38px;
}
.tag-list {
	padding:0 0 10px;
	position:relative;
	margin-left:-10px;
}
.tag-list a {
	float:left;
	margin:10px 0 0 10px;
	padding:0 10px;
	height:32px;
	font:14px/32px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
	border:1px solid #ebebeb;
	white-space:nowrap;
}
.tag-list a:hover {
	background:#007ae6;
	border-color:#007ae6;
	color:#fff;
}
.side-about {
	position:relative;
	margin-top:-2px;
	padding:20px 15px;
}

.about-list li {
	position:relative;
	padding:0 0 0 70px;
	font-size:14px;
	line-height:30px;
}
.about-list-label {
	position:absolute;
	top:0;
	left:0;
	width:70px;
	text-align:left;
	color:#999;
}
.about-list a {
	color:#198ef6;
	word-wrap:break-word;
}

.about-logo {
	display:block;
	/*width:100px;
	height:50px;
	overflow:hidden;*/
	margin:0 auto 15px;
}
.diy-dealer-link {
	padding:0 15px;
	background:#198ef6;
	color:#fff;
	border:1px solid #198ef6;
}
.about-brand .pic {
	text-align:center;
	margin-bottom:10px;
}
.about-brand .pic img {
	vertical-align:top;
}
.about-brand .contact {
	margin:6px 0 0;
}
.about-brand .contact li {
	overflow:hidden;
	zoom:1;
	padding:0 0 0 60px;
	color:#333;
	font-size:14px;
	line-height:30px;
}
.about-brand .contact span {
	_display:inline;
	float:left;
	margin:0 0 0 -60px;
	color:#999;
}
.star-brand-module .module-header h3 {
	height:22px;
	line-height:22px;
}
#star_saletel {
	font-size:14px;
	margin-top:12px;
}
#star_saletel_phone {
	color:#f60;
	font-family:Verdana;
	float:left;
	border:1px solid #d9d9d9;
	line-height:28px;
	height:28px;
	border-right:none;
	width:109px;
	padding-left:30px;
	background:url(star_manuinfo_phone.png) no-repeat 9px 6px;
}
#star_saletel_showbtn {
	cursor:pointer;
	color:#fff;
	text-align:center;
	float:right;
	width:60px;
	height:30px;
	background:#f60;
	line-height:30px;
	font-size:12px;
	text-decoration:none;
}
#star_saletel_showbtn:hover {
	background:#f04000;
	text-decoration:none;
}
#star_saletel_showok {
	display:none;
	float:right;
	width:59px;
	height:28px;
	border:1px solid #d9d9d9;
	border-left:none;
	background:url(star_manuinfo_phone_ok.png) no-repeat 0 6px;
}
.unrecognized-brand-tip {
	height:20px;
	line-height:20px;
	color:#999;
}
.unrecognized-brand-tip span {
	color:#f33;
}
.star-brand-wrap {
	float:left;
	position:relative;
}
.star-brand-module .star-brand-icon,.star-brand-module .level-short-icon,.star-brand-module .star-brand-short-icon,.star-brand-module .arrow-icon,.star-brand-module .star-brand-icon .star-brand-level,.star-brand-module .star-brand-layerbox .star-level-icon,.star-brand-module .level-item .level-item-icon,.star-brand-module .star-service div span {
	background:url(star-brand-icon20151201.png) no-repeat;
}
.star-brand-module .module-header {
	position:relative;
	overflow:visible;
}
.star-brand-module .brand-verify-box {
	position:relative;
	z-index:4;
}
.star-brand-module .brand-verify-box .label {
	float:left;
	font-size:14px;
	line-height:22px;
	color:#999;
}
.star-brand-module .brand-verify-box .brand-name {
	float:left;
	max-width:165px;
	height:22px;
	overflow:hidden;
	font-weight:normal;
}
.star-brand-module .star-brand-icon,.star-brand-module .star-brand-icon0 {
	display:block;
	width:84px;
	height:22px;
	margin:0 0 0 6px;
	background-position:0 -130px;
	color:#f60;
	font-size:12px;
	line-height:22px;
}
.star-brand-module .star-brand-icon0 {
	width:81px;
	background-position:0 -160px;
	color:#9c9c9c;
}
.star-brand-module .star-brand-icon .star-brand-level {
	float:left;
	width:22px;
	height:22px;
	overflow:hidden;
	margin:0 5px 0 0;
	text-indent:-999em;
}
.star-brand-module .star-brand-icon .star-brand-level0 {
	background-position:0 -432px;
}
.star-brand-module .star-brand-icon .star-brand-level1 {
	background-position:-24px -432px;
}
.star-brand-module .star-brand-icon .star-brand-level2 {
	background-position:-48px -432px;
}
.star-brand-module .star-brand-icon .star-brand-level3 {
	background-position:-72px -432px;
}
.star-brand-module .level-short-icon {
	width:22px;
	height:22px;
	overflow:hidden;
	margin:0 0 0 6px;
	background:none;
	font:0/0 arial;
}
.star-brand-module .contact li {
	padding-left:64px;
}
.star-brand-module .contact li a {
	color:#198ef6;
}
.star-brand-module .about-brand .contact span {
	margin-left:-64px;
}
.star-brand-module .contact-cate {
	position:relative;
	width:234px;
	margin:5px -17px 0;
	height:26px;
	line-height:26px;
	text-align:center;
	color:#999;
	background-color:#fafafa;
}
.star-brand-module .contact-cate-rz {
	width:auto;
	margin:5px 0 0;
}
.star-brand-module .contact-tel img {
	margin-top:-1px;
	vertical-align:middle;
}
.star-brand-module .contact-tel {
	padding-bottom:5px;
}
.star-brand-module .contact-tel .star-tel {
	margin-bottom:5px;
	padding-left:66px;
	color:#f33;
}
.star-brand-module .contact-tel .star-tel span {
	margin-left:-66px;
}
.star-brand-module .unrecognized-link {
	padding-top:8px;
	border-top:1px dashed #e6e6e6;
}
.unrecognized-note {
	margin:10px 0 -6px;
	height:22px;
	line-height:22px;
	padding:0 10px;
	background:#ffc;
	border:1px solid #fc3;
	color:#999;
}
.unrecognized-note span {
	margin-right:15px;
}
.unrecognized-note span em {
	color:#f33;
}
.unrecognized-note a em,.star-brand-module .unrecognized-link em {
	font-family:'simsun';
}
.star-brand-module .star-brand-layerbox {
	position:absolute;
	top:32px;
	right:0;
	width:270px;
	padding:0 10px 4px;
	border:1px solid #e0e0e0;
	box-shadow:2px 2px 2px rgba(0,0,0,.07);
	background:#fff;
	font-size:12px;
}
.star-brand-module .star-brand-layerbox .arrow-icon {
	position:absolute;
	top:-8px;
	left:60%;
	width:15px;
	height:8px;
	overflow:hidden;
	background-position:0 -105px;
	font:0/0 arial;
}
.star-brand-module .star-brand-layerbox p {
	height:24px;
	overflow:hidden;
	margin:5px 0 0;
	font-size:14px;
	line-height:24px;
}
.star-brand-module .star-brand-layerbox p .zol-brand-link {
	float:right;
	margin:0 10px 0 0;
	background:#fff;
	color:#0a50a1;
}
.star-brand-module .star-brand-layerbox p .zol-brand-link:hover {
	color:#c00;
}
.star-brand-module .star-brand-layerbox .star-current-level {
	float:left;
	width:74px;
	margin:0 10px 0 0;
	padding:30px 0 0;
	text-align:center;
}
.star-brand-module .star-brand-layerbox .star-level-icon {
	display:block;
	width:52px;
	height:52px;
	margin:0 auto;
}
.star-brand-module .star-brand-layerbox .star-current-level p {
	height:22px;
	margin:0;
	color:#666;
	font-size:12px;
	line-height:22px;
}
.star-brand-module .star-brand-layerbox .star-current-level .level0-icon {
	background-position:0 -485px;
}
.star-brand-module .star-brand-layerbox .star-current-level .level1-icon {
	background-position:-55px -485px;
}
.star-brand-module .star-brand-layerbox .star-current-level .level2-icon {
	background-position:0 -540px;
}
.star-brand-module .star-brand-layerbox .star-current-level .level3-icon {
	background-position:-55px -540px;
}
.star-brand-module .star-brand-layerbox .star-level-list {
	overflow:hidden;
	zoom:1;
}
.star-brand-module .star-brand-layerbox .level-item {
	height:42px;
	overflow:hidden;
	padding:0 0 0 9px;
	color:#999;
	line-height:16px;
	font-size:12px;
	color:#999;
}
.star-brand-module .star-brand-layerbox .level-item div {
	padding:4px 0;
}
.star-brand-module .star-brand-layerbox .level-item b {
	color:#f60;
	font-weight:400;
}
.star-brand-module .star-brand-layerbox .level-item strong {
	display:block;
	font-size:12px;
	color:#333;
	font-weight:normal;
}
.star-brand-module .level-item .level-item-icon {
	float:left;
	width:23px;
	height:23px;
	overflow:hidden;
	margin:10px 8px 0 0;
}
.star-brand-module .level-item .level1-item-icon {
	background-position:0 -457px;
}
.star-brand-module .level-item .level2-item-icon {
	background-position:-25px -457px;
}
.star-brand-module .level-item .level3-item-icon {
	background-position:-50px -457px;
}
.star-brand-module .star-brand-layerbox .current-level-item {
	background:#f5f5f5;
	color:#333;
}
.star-brand-module .current-level-item .level1-item-icon {
	background-position:-24px -432px;
}
.star-brand-module .current-level-item .level2-item-icon {
	background-position:-48px -432px;
}
.star-brand-module .current-level-item .level3-item-icon {
	background-position:-72px -432px;
}
.star-brand-module .about-brand .contact .hot-phone {
	color:#f33;
	font-size:14px;
}
.star-brand-module .star-service {
	padding:8px 0 0 0;
}
.star-brand-module .star-service div {
	padding-top:4px;
	position:relative;
	float:left;
	width:82px;
	height:21px;
	margin-right:13px;
}
.star-brand-module .star-service .star-service-aladdin {
	margin-right:0;
}
.star-brand-module .star-service div span {
	display:block;
	padding-left:37px;
	height:21px;
	line-height:21px;
	cursor:pointer;
}
.star-brand-module .star-service .star-service-top span {
	background-position:0 -324px;
	color:#925f05;
}
.star-brand-module .star-service .star-service-aladdin span {
	background-position:0 -350px;
	color:#d21a1a;
}
.star-brand-module .star-service .star-service-version.disabled span {
	background-position:-89px -299px;
	color:#999;
}
.star-brand-module .star-service .star-service-top.disabled span {
	background-position:-89px -324px;
	color:#999;
}
.star-brand-module .star-service .star-service-aladdin.disabled span {
	background-position:-89px -350px;
	color:#999;
}
.star-brand-module .star-service .version-2 span {
	background-position:0 -299px;
	color:#076f7b;
}
.star-brand-module .star-service .version-3 span {
	background-position:0 -402px;
	color:#d21a1a;
}
.star-brand-module .star-service .version-5 span {
	background-position:0 -376px;
	color:#925f05;
}
.star-brand-module .star-service-rz div {
	margin-right:10px;
}
.star-brand-module .star-service p {
	display:none;
	position:absolute;
	right:0;
	top:-28px;
	height:26px;
	white-space:nowrap;
	border:1px solid #f8dda6;
	background-color:#fefff1;
	color:#808080;
	padding:0 8px;
	line-height:26px;
	font-family:arial;
}
.star-brand-module .star-service p a {
	font-family:simsun;
}
.side-pic-news {
	padding:10px 0 0;
	margin:0 0 0 -20px;
}
.side-pic-news li {
	float:left;
	margin:10px 0 0 20px;
	width:140px;
}
.side-pic-news .pic {
	width:140px;
	height:105px;
	overflow:hidden;
}
.side-pic-news .pic img {
	vertical-align:middle;
}
.side-pic-news .title {
	height:32px;
	overflow:hidden;
	zoom:1;
	font:14px/32px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
	word-break:break-all;
	word-wrap:break-word;
}
.item-b2cprice {
	font-size:14px;
	line-height:18px;
	overflow:hidden;
}
.item-b2cprice .itemsub-b2c {
	margin-bottom:10px;
	display:block;
}
.item-b2cprice .itemsub-b2c img {
	float:left;
	margin-right:5px;
}
.item-b2cprice .red {
	color:#fc4e51;
}
.rank-list .item-b2cprice {
	display:none;
}
.rank-list .current .item-b2cprice {
	display:block;
}
#_j_filter_tabs_bar .item-b2cprice {
	display:none;
}
#_j_FixedBox .item-b2cprice {
	position:absolute;
	right:330px;
	top:20px;
	font-size:16px;
}
#_j_FixedBox .item-b2cprice .itemsub-b2c {
	display:inline-block;
	border:none;
	color:#333;
	margin-left:10px;
}
.rank-manu-list {
	padding-bottom:9px;
}
.rank-manu-list li {
	padding:0 0 0 24px;
	float:left;
	width:125px;
}
.rank-manu-list a {
	color:#333;
}
.rank-manu-list a:hover {
	color:#c00;
}
.rank-list .compare-btn {
	float:right;
	display:none;
	position:relative;
	height:22px;
	overflow:hidden;
	padding:0 6px 0 20px;
	font-size:12px;
	line-height:22px;
	cursor:pointer;
	color:#999;
}
.rank-list .compare-btn i {
	position:absolute;
	left:4px;
	top:7px;
	width:10px;
	height:10px;
	overflow:hidden;
	background:url(sidebar-icon.png) -34px -55px no-repeat;
}
.rank-list .compare-btn:hover {
	color:#198ef6;
}
.rank-list .compare-btn:hover i {
	background-position:-45px -55px;
}
.rank-list .compare-btn.cancel {
	padding:0 6px;
	color:#999;
}
.rank-list li.current .compare-btn {
	display:block;
}
.photo-focus {
	position:relative;
	zoom:1;
	z-index:1;
	margin-top:-2px;
	width:100%;
	height:225px;
	overflow:hidden;
}
.photo-focus .btns {
	position:absolute;
	z-index:2;
	top:50%;
	cursor:pointer;
	margin-top:-25px;
	width:30px;
	height:50px;
	background:url(btn-pn.png) no-repeat;
}
.photo-focus .btns:hover {
	background-color:rgba(0,0,0,.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#80000000,endcolorstr=#80000000,gradientType=1);
}
.photo-focus .btns.next {
	right:0;
	background-position:100% 0;
}
.scroll-list {
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.scroll-list .item {
	float:left;
}
.scroll-list img {
	vertical-align:middle;
}
.scroll-list .picitem {
	display:block;
	position:relative;
}
.scroll-list .picitem .title {
	background:rgba(0,0,0,.6);
	color:#fff;
	font-size:14px;
	display:block;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	padding:0 10px;
	box-sizing:border-box;
	height:26px;
	line-height:26px;
	overflow:hidden;
	text-align:center;
}
.scroll-list .picitem .title:hover {
	text-decoration:underline;
}
#detail_on_nav_list_tonglan {
	width:1200px;
	margin:0 auto;
}
#detail_on_nav_list_tonglan>div,#detail_on_nav_list_tonglan>ins,#detail_on_nav_list_tonglan>center,#detail_on_nav_list_tonglan>iframe {
	width:auto!important;
	margin:10px auto 0!important;
	background:#f5f5f5;
	text-align:center!important;
}
#detail_on_nav_list_tonglan ins,#detail_on_nav_list_tonglan iframe {
	vertical-align:middle;
}
#detail_top_tonglan,#detail_top_tonglan_up,#detail_tonglan_bottom,#detail_on_nav_list_tonglan_btm {
	width:1200px;
	margin:20px auto 0;
}
#detail_top_tonglan>div,#detail_top_tonglan_up>div,#detail_tonglan_bottom>div,#detail_on_nav_list_tonglan_btm>div,#detail_top_tonglan>ins,#detail_top_tonglan_up>ins,#detail_tonglan_bottom>ins,#detail_on_nav_list_tonglan_btm>ins,#detail_top_tonglan>center,#detail_top_tonglan_up>center,#detail_tonglan_bottom>center,#detail_on_nav_list_tonglan_btm>center,#detail_top_tonglan>iframe,#detail_top_tonglan_up iframe,#detail_tonglan_bottom>iframe,#detail_on_nav_list_tonglan_btm iframe {
	width:auto!important;
	margin:10px auto 0!important;
	background:#f5f5f5;
	text-align:center!important;
}
#detail_top_tonglan ins,#detail_top_tonglan_up ins,#detail_tonglan_bottom ins,#detail_on_nav_list_tonglan_btm ins,#detail_top_tonglan iframe,#detail_top_tonglan_up iframe,#detail_tonglan_bottom iframe,#detail_on_nav_list_tonglan_btm iframe {
	vertical-align:middle;
}
#detail_index_position_bottom {
	margin:0;
}
#detail_index_position_bottom a font {
	color:#ff4c4c;
}
#detail_index_position_bottom a strong {
	font-size:12px!important;
	color:#198ef6!important;
	font-weight:bold;
}
#detail_index_position_bottom a:hover strong {
	color:#ff4c4c!important;
}
#detail_firstscreen_bottom_banner,#detail_firstscreen_bottom_banner_618,#detail_firstscreen_bottom_banner1,#detail_firstscreen_bottom_banner_ohter,#detail_param_talbe_top,#detail_param_talbe_bottom {
	margin-top:15px;
	margin-bottom:35px;
}
#detail_firstscreen_bottom_banner ins,#detail_firstscreen_bottom_banner iframe,#detail_firstscreen_bottom_banner_618 ins,#detail_firstscreen_bottom_banner_618 iframe,#detail_firstscreen_bottom_banner1 ins,#detail_firstscreen_bottom_banner1 iframe,#detail_firstscreen_bottom_banner_ohter ins,#detail_firstscreen_bottom_banner_ohter iframe #detail_param_talbe_top ins,#detail_param_talbe_top iframe,#detail_param_talbe_bottom ins,#detail_param_talbe_bottom iframe {
	vertical-align:middle;
	margin:0 auto!important;
}
#detail_firstscreen_bottom_banner>div,#detail_firstscreen_bottom_banner_618>div,#detail_firstscreen_bottom_banner1>div,#detail_firstscreen_bottom_banner_ohter>div,#detail_param_talbe_top>div,#detail_param_talbe_bottom>div,#detail_firstscreen_bottom_banner>ins,#detail_firstscreen_bottom_banner_618>ins,#detail_firstscreen_bottom_banner1>ins,#detail_firstscreen_bottom_banner_ohter>ins,#detail_param_talbe_top>ins,#detail_param_talbe_bottom>ins,#detail_firstscreen_bottom_banner>center,#detail_firstscreen_bottom_banner_618>center,#detail_firstscreen_bottom_banner1>center,#detail_firstscreen_bottom_banner_ohter>center,#detail_param_talbe_top>center,#detail_param_talbe_bottom>center,#detail_firstscreen_bottom_banner>iframe,#detail_firstscreen_bottom_banner_618>iframe,#detail_firstscreen_bottom_banner1>iframe,#detail_firstscreen_bottom_banner_ohter>iframe,#detail_param_talbe_top>iframe,#detail_param_talbe_bottom>iframe {
	width:auto!important;
	display:block!important;
	margin:0 auto 10px!important;
	background:#f5f5f5!important;
	text-align:center!important;
}
#detail_firstscreen_bottom_banner [style*="display:none"],#detail_firstscreen_bottom_banner_618 [style*="display:none"],#detail_firstscreen_bottom_banner1 [style*="display:none"],#detail_firstscreen_bottom_banner_ohter [style*="display:none"] {
	display:none!important;
}
#detail_param_talbe_top [style*="display:none"] #detail_param_talbe_bottom [style*="display:none"] #detail_title_under {
	width:868px;
	overflow:hidden;
	zoom:1;
	margin-top:-14px;
	margin-bottom:44px;
	border:1px solid #ffb2b2;
	height:34px;
}
#detail_title_under li {
	float:left;
	width:288px;
	height:34px;
	background:url(line0912.png) no-repeat 100% 50%;
}
#detail_title_under_3 {
	margin-right:0!important;
	widows:300px;
	background:none;
}
#detail_title_under a {
	display:block;
	text-align:center;
	color:#ff4c4c;
	font:14px/34px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
}
#detail_title_under a:hover {
	color:#ff4c4c;
}
#detail_title_under {
	margin:0 0 20px!important;
	overflow:hidden;
	zoom:1;
	background:#fafafa;
}
#detail_index_middle_ad {
	margin-top:-14px;
	margin-bottom:44px;
}
#detail_index_middle_ad>div {
	width:auto!important;
	margin:0 auto 10px!important;
	background:#f5f5f5;
}
#detail_index_article_top {
	height:24px;
	line-height:24px;
	overflow:hidden;
	padding:0 0 0 36px;
	background:url(this-ad-marking.png) no-repeat 0 7px;
}
#detail_index_article_top a font {
	color:#ff4c4c!important;
}
#detail_index_article_top a:hover {
	color:#ff4c4c;
}
#detail_index_article_top a:hover font {
	color:#ff4c4c!important;
}
#detail_index_article_top a:hover strong {
	color:#ff4c4c;
}
#detail_index_group_top,#detail_index_group_top_all {
	margin-top:-14px;
	margin-bottom:44px;
}
#detail_index_group_top ins,#detail_index_group_top_all ins,#detail_index_group_top iframe,#detail_index_group_top_all iframe {
	vertical-align:middle;
	margin:0 auto!important;
}
#detail_index_group_top>div,#detail_index_group_top_all>div,#detail_index_group_top>ins,#detail_index_group_top_all>ins,#detail_index_group_top>center,#detail_index_group_top_all>center,#detail_index_group_top>iframe,#detail_index_group_top_all>iframe {
	display:block!important;
	width:auto!important;
	margin:0 auto 10px!important;
	background:#f5f5f5!important;
	text-align:center!important;
}
#detail_index_group_top [style*="display:none"],#detail_index_group_top img[width="0"],#detail_index_group_top [style*="display:none"] {
	display:none!important;
}
#bottom_banner_group {
	margin-top:-14px;
}
#detail_index_comments_top,#detail_index_usercomm_bottom,#detail_reivew_bottom_tonglan {
	margin-bottom:10px;
}
#detail_index_comments_top ins,#detail_index_comments_top iframe,#detail_reivew_bottom_tonglan ins,#detail_reivew_bottom_tonglan iframe,#detail_index_usercomm_bottom ins,#detail_index_usercomm_bottom iframe {
	vertical-align:middle;
	margin:0 auto!important;
}
#detail_index_comments_top>div,#detail_index_usercomm_bottom>div,#detail_reivew_bottom_tonglan>div,#detail_index_comments_top>ins,#detail_index_usercomm_bottom>ins,#detail_reivew_bottom_tonglan>ins,#detail_index_group_top_wide>div,#detail_index_group_top_wide>ins,#detail_index_comments_top>center,#detail_index_usercomm_bottom>center,#detail_reivew_bottom_tonglan>center,#detail_index_comments_top>iframe,#detail_index_usercomm_bottom>iframe,#detail_reivew_bottom_tonglan>iframe {
	display:block!important;
	margin:0 auto 10px!important;
	background:#f5f5f5!important;
	text-align:center!important;
}
#detail_index_comments_top [style*="display:none"],#detail_reivew_bottom_tonglan [style*="display:none"],#detail_index_usercomm_bottom img[width="0"],#detail_index_usercomm_bottom [style*="display:none"] {
	display:none!important;
}
.mid-ad-window {
	margin-bottom:10px;
	overflow:hidden;
	zoom:1;
	border:1px solid #e6e6e6;
	font-family:"Microsoft YaHei",'Microsoft YaHei',arial;
	background:#fff!important;
}
.mid-ad-window .mid-ad-item {
	float:left;
	padding:15px 5px 7px 20px;
	width:407px;
	height:65px;
	margin-right:4px;
	background:#fff;
}
.mid-ad-window .mr0 {
	margin-right:0;
}
.mid-ad-window .ad-pic {
	float:left;
	width:70px;
	margin-right:10px;
	_margin-right:7px;
}
.mid-ad-window .ad-pic img {
	vertical-align:middle;
}
.mid-ad-window .ad-title {
	margin:-2px 0 0 80px;
	font-size:14px;
	font-weight:normal;
}
.mid-ad-window .ad-merch {
	margin-top:0;
	color:#f33;
}
.mid-ad-window .ad-tel {
	margin-top:4px;
}
.mid-ad-window .ad-tel p {
	margin-left:80px;
	padding-left:23px;
	background:url(icon-tel.gif) no-repeat 2px 1px;
	font:normal 12px/1.5 arial;
}
.mid-ad-window .ad-tel span {
	margin-right:10px;
}
.mid-ad-window .no-mid-ad {
	background:#ffffef url(http://icon.zol-img.com.cn/products/product2011/noad.png) no-repeat 12px 50%;
}
.mid-ad-window .no-mid-ad p {
	margin:10px 0 0 100px;
	font:bold 14px/24px "Microsoft YaHei",'Microsoft YaHei';
	color:#F4C060;
}
.ad-sale {
	padding:13px 5px 12px 20px;
	overflow:hidden;
	zoom:1;
	border:1px solid #e6e6e6;
	background:#fff;
}
.ad-sale .ad-sale-list {
	float:left;
	width:370px;
	padding:6px 10px 0 0;
}
.ad-sale .ad-sale-list li {
	height:24px;
	line-height:24px;
	overflow:hidden;
	font-size:14px;
}
.ad-sale .ad-sale-list li span {
	margin-right:5px;
	color:#999;
}
.ad-sale .ad-sale-dealer {
	float:left;
	width:415px;
	padding:2px 0;
	text-align:left;
}
.ad-sale .ad-sale-name {
	line-height:18px;
	font-size:12px;
	font-family:"Microsoft YaHei",'Microsoft YaHei',arial;
}
.ad-sale .ad-sale-name a {
	cursor:pointer;
	color:#666;
}
.ad-sale .ad-sale-name a span {
	display:block;
	height:18px;
	overflow:hidden;
	font-size:14px;
	color:#f33;
}
.ad-sale .ad-sale-name a:hover {
	color:#666;
	text-decoration:none;
}
.ad-sale .ad-sale-name a:hover span {
	color:#f33;
	text-decoration:underline;
}
.ad-sale .ad-sale-tel {
	margin-top:2px;
	height:18px;
	padding:0 0 0 18px;
	background:url(right-pub-dealer20150320.png) no-repeat -136px -55px;
	font-size:12px;
	line-height:18px;
}
.zplus_ad {
	margin-bottom:10px;
}
.zplus_ad iframe {
	vertical-align:middle;
}
#detail_index_recommend_merchant_bottom,#detail_index_recommend_merchant_bottom1,#detail_index_recommend_merchant_top,#detail_index_equip_bottom,#detail_index_manupro_rank_bottom {
	border:1px solid #e6e6e6;
	padding-top:10px;
	margin-bottom:34px;
}
#detail_index_recommend_merchant_bottom,#detail_index_recommend_merchant_bottom1,#detail_index_equip_bottom,#detail_index_manupro_rank_bottom {
	margin-top:-4px;
	margin-bottom:34px;
}
#detail_index_recommend_merchant_bottom li>div,#detail_index_recommend_merchant_bottom1>div,#detail_index_equip_bottom>div,#detail_index_manupro_rank_bottom>div {
	margin:0 auto 10px!important;
	text-align:center;
}
.detail_right_banner_group {
	margin-top:-4px;
	margin-bottom:34px;
}
#detail_subpage_right_top,#detail_index_submanu_rank_top,#detail_index_like_bottom,#detail_index_submanu_rank_bottom,#detail_second_param_rank_top,#detail_pic_right_button,#detail_index_manuintro_bottom_tong,#detail_index_manuintro_bottom,#detail_index_driver_bottom,#detail_index_right_bottom_superbook {
	border:1px solid #e6e6e6;
	padding-top:10px;
	margin-bottom:10px;
}
#detail_index_submanu_rank_top>div,#detail_index_like_bottom>div,#detail_index_like_bottom>ins,#detail_index_submanu_rank_bottom>div,#detail_second_param_rank_top>div,#detail_pic_right_button>div,#detail_index_manuintro_bottom_tong>div,#detail_index_manuintro_bottom>div,#detail_index_driver_bottom>div,#detail_index_driver_bottom>ins,#detail_subpage_right_top>div,#detail_subpage_right_top>ins,#detail_index_right_bottom_superbook>div {
	display:block!important;
	margin:0 auto 10px!important;
	text-align:center;
}
.more-eva-link,.evaluation-menu dt i,.news-list li,.more-city-btn i,.article-share .comment-num,.article-share .ashare span {
	background:url(evaluation-20150213.png) no-repeat;
}
.more-eva-link {
	position:absolute;
	top:20px;
	right:20px;
	padding:0 0 0 20px;
	line-height:24px;
	color:#666;
	background-position:0 6px;
}
.more-eva-link:hover {
	color:#c00;
}
.features-list {
	padding:4px 20px 20px;
}
.features-list dl {
	position:relative;
	zoom:1;
	padding:6px 0 0 98px;
	line-height:30px;
}
.features-list dt {
	position:absolute;
	top:16px;
	left:0;
	padding:0 10px 0 0;
	width:88px;
	text-align:right;
	font:14px/30px 'Microsoft YaHei',arial;
}
.features-list dd {
	overflow:hidden;
	zoom:1;
}
.features-list dd a,.features-list dd span {
	float:left;
	margin:10px 10px 0 0;
	padding:0 15px;
	height:28px;
	font:14px/28px 'Microsoft YaHei',arial;
	text-align:center;
	border:1px solid #d8d8d8;
	color:#666;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.features-list dd a:hover {
	background:#fafafa;
	color:#666;
	text-decoration:none;
}
.features-list dd span {
	border:1px solid #e6e6e6;
	color:#ccc;
}
.section-article {
	margin-top:20px;
}
.tab-bar {
	border-bottom:2px solid #e6e6e6;
}
.tab-bar li {
	float:left;
	margin:0 30px 0 0;
	height:36px;
	font:18px/36px 'Microsoft YaHei',arial;
	color:#666;
	cursor:pointer;
}
.tab-bar .current {
	position:relative;
	margin:0 30px -2px 0;
	border-bottom:2px solid #4595e6;
	color:#333;
}
.content-list li {
	padding:20px 0;
	border-bottom:1px #f5f5f5 solid;
}
.content-list .pic {
	float:left;
	margin:0 15px 0 0;
	position:relative;
	zoom:1;
}
.content-list .pic .img {
	width:200px;
	height:150px;
	border:1px solid #e6e6e6;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	*display:block;
	*font-size:131px;
	*font-family:Arial;
}
.content-list .pic img {
	vertical-align:middle;
}
.content-list .type {
	position:absolute;
	top:0;
	left:0;
	height:18px;
	padding:0 3px;
	background:#4595e6;
	color:#fff;
	font:normal 12px/18px 'Microsoft YaHei',arial;
}
#bbsDoc .content-list .type {
	background:#f60;
}
.content-list .pic:hover {
	text-decoration:none;
}
.content-list .pic:hover .type {
	color:#fff;
}
.content-list .article-title {
	overflow:hidden;
	zoom:1;
	padding:2px 0;
	font:22px/28px "Microsoft Yahei","\5FAE\8F6F\96C5\9ED1";
}
.content-list .article-title a {
	color:#333;
}
.content-list .article-title a:hover {
	color:#c00;
}
.content-list .article-title .type {
	position:static;
	float:left;
	margin:6px 10px 0 0;
}
.content-list p {
	word-break:break-all;
	word-wrap:break-word;
	padding:7px 0 10px;
	color:#888;
	overflow:hidden;
	font:14px/22px "Microsoft Yahei","\5FAE\8F6F\96C5\9ED1";
}
.content-list .article-source {
	height:22px;
	color:#999;
	font:12px/22px "Microsoft Yahei","\5FAE\8F6F\96C5\9ED1";
	position:relative;
	z-index:3;
}
.content-list .article-date {
	float:left;
	margin:0 15px 0 0;
	color:#999;
}
.content-list .article-author {
	float:left;
	color:#666;
}
.content-list .article-author span {
	margin-right:8px;
}
.content-list .article-share {
	float:right;
}
.content-list .article-share em {
	float:right;
	padding:0 8px;
	font-family:simsun;
}
.article-share {
	float:right;
	height:18px;
	padding:2px 0;
	zoom:1;
	line-height:18px;
	white-space:nowrap;
	color:#ccc;
}
.article-share .comment-num {
	float:right;
	padding:0 0 0 17px;
	margin-left:10px;
	background-position:0 -56px;
	color:#999;
}
.article-share .comment-num:hover {
	background-position:0 -18px;
	color:#c00;
}
.article-share .ashare {
	float:right;
	width:12px;
	height:18px;
	position:relative;
}
.article-share .ashare span {
	display:block;
	height:18px;
	width:12px;
	background-position:1px -75px;
	color:#999;
	cursor:pointer;
	text-indent:-999em;
	overflow:hidden;
}
.article-share .ashare:hover span,.article-share .ashare-on span {
	background-position:1px -38px;
}
.article-share .bdsharebuttonbox {
	display:none;
}
.article-share .ashare-on .bdsharebuttonbox {
	display:block;
}
.article-share .bdsharebuttonbox {
	position:absolute;
	top:20px;
	right:0;
	width:145px;
	padding:5px 0 5px 5px;
	border:1px solid #ccc;
}
.article-share .bdsharebuttonbox a {
	padding:0!important;
	background-image:url(http://icon.zol.com.cn/products/product2011/share20140121.png)!important;
}
.article-share .bdsharebuttonbox a {
	float:left;
	display:block!important;
	width:24px!important;
	height:24px!important;
	text-indent:-9999em;
	overflow:hidden;
	margin:0 5px 0 0!important;
	font-family:arial!important;
}
.article-share .bdsharebuttonbox a:hover {
	opacity:1!important;
	filter:alpha(opacity=100)!important;
}
.article-share .bdsharebuttonbox .bds_qzone {
	background-position:0 0!important;
}
.article-share .bdsharebuttonbox .bds_qzone:hover {
	background-position:-26px 0!important;
}
.article-share .bdsharebuttonbox .bds_tsina {
	background-position:0 -29px!important;
}
.article-share .bdsharebuttonbox .bds_tsina:hover {
	background-position:-26px -29px!important;
}
.article-share .bdsharebuttonbox .bds_tqq {
	background-position:0 -58px!important;
}
.article-share .bdsharebuttonbox .bds_tqq:hover {
	background-position:-26px -58px!important;
}
.article-share .bdsharebuttonbox .bds_weixin {
	background-position:0 -87px!important;
}
.article-share .bdsharebuttonbox .bds_weixin:hover {
	background-position:-26px -87px!important;
}
.article-share .bdsharebuttonbox .bds_sqq {
	background-position:0 -116px!important;
}
.article-share .bdsharebuttonbox .bds_sqq:hover {
	background-position:-26px -116px!important;
}
.article-share .bdsharebuttonbox .bds_more {
	background-position:0 -145px!important;
}
.article-share .bdsharebuttonbox .bds_more:hover {
	background-position:-26px -145px!important;
}
.page-box {
	position:relative;
	zoom:1;
}
.page {
	padding:20px 0 10px;
	font-size:14px;
	line-height:28px;
	text-align:center;
}
.page span {
	font-family:verdana;
	margin:0 3px 0 2px;
}
.page span.active {
	font-family:arial;
}
.page a,.page .active {
	display:inline-block;
	border:1px solid #e6e6e6;
	padding:0 10px;
	height:28px;
	background-color:#fff;
	white-space:nowrap;
	margin:0 3px 0 2px;
	vertical-align:top;
	_vertical-align:baseline;
}
.page a {
	color:#333;
}
.page .active,.page a:hover {
	background-color:#4595e6;
	color:#fff;
	border-color:#4595e6;
}
.page a:hover {
	text-decoration:none;
}
.section-market {
	padding:0 20px 13px;
}
.city-tab-box {
	position:relative;
	zoom:1;
	padding:5px 0 15px 77px;
	border-bottom:1px solid #f0f0f0;
	font:14px/22px "Microsoft Yahei","\5FAE\8F6F\96C5\9ED1";
}
.city-tab-box dt {
	position:absolute;
	top:15px;
	left:0;
	width:77px;
	color:#999;
}
.city-tab-box dd {
	position:relative;
	zoom:1;
	padding:0 65px 0 0;
}
.city-tab-box .city-tab {
	height:32px;
	overflow:hidden;
}
.city-tab-box .city-tab li {
	float:left;
	margin:10px 14px 0 0;
	padding:0 5px;
	height:22px;
	cursor:pointer;
}
.city-tab-box .city-tab .active,.city-tab-box .city-tab li:hover {
	background:#4595e6;
	color:#fff;
}
.more-city-btn {
	position:absolute;
	top:10px;
	right:0;
	padding:0 17px 0 0;
	color:#999;
	cursor:pointer;
}
.more-city-btn:hover {
	color:#c00;
	text-decoration:underline;
}
.more-city-btn i {
	position:absolute;
	top:8px;
	right:0;
	width:11px;
	height:6px;
	font:0/0 arial;
	text-indent:-9999em;
	overflow:hidden;
	background-position:0 -101px;
}
.city-tab-box .city-tab-on .city-tab {
	height:auto;
}
.city-tab-box .city-tab-on .more-city-btn i {
	top:8px;
	background-position:0 -116px;
}
.news-list {
	float:left;
	padding:11px 0 0;
	width:340px;
}
.news-list li {
	position:relative;
	zoom:1;
	padding:0 60px 0 8px;
	height:30px;
	font:14px/30px "Microsoft Yahei","\5FAE\8F6F\96C5\9ED1";
	background-position:0 -163px;
	overflow:hidden;
}
.news-list li a {
	color:#333;
}
.news-list li a:hover {
	color:#c00;
}
.news-list .date {
	position:absolute;
	top:0;
	right:0;
	color:#999;
	font-size:12px;
}
.news-list-fr {
	float:right;
}
.back-breadcrumb {
	margin:15px 0 0;
	height:24px;
	font:14px/24px 'Microsoft YaHei',arial;
	overflow:hidden;
}
.back-breadcrumb a {
	position:relative;
	padding:0 0 0 10px;
}
.back-breadcrumb a i {
	position:absolute;
	left:0;
	top:6px;
	width:5px;
	height:9px;
	background-position:-55px -250px;
}
.evaluation-box {
	margin:13px 0 0;
	border-top:1px solid #e6e6e6;
}
.evaluation-menu {
	float:left;
	width:103px;
	padding:12px 0;
}
.evaluation-menu dl {
	padding:3px 0 3px 0;
}
.evaluation-menu dt {
	position:relative;
	display:block;
	padding:0 0 0 16px;
	height:24px;
	font:bold 14px/24px 'Microsoft YaHei',arial;
	cursor:pointer;
	overflow:hidden;
}
.evaluation-menu dt i {
	position:absolute;
	left:0;
	top:5px;
	width:12px;
	height:12px;
	overflow:hidden;
	background-position:-1px -134px;
	background-color:#e8e8e8;
}
.evaluation-menu dd {
	display:none;
	padding:1px 0 1px 10px;
	height:22px;
	line-height:22px;
	overflow:hidden;
	color:#999;
}
.evaluation-menu .eva-cate-on i {
	background-position:-1px -150px;
}
.evaluation-menu .eva-cate-on dd {
	display:block;
}
.evaluation-menu span,.evaluation-menu a {
	float:left;
	padding:0 5px;
}
.evaluation-menu .empty {
	cursor:default;
}
.evaluation-menu .selected span,.evaluation-menu a:hover {
	background:#4595e6;
	color:#fff;
	text-decoration:none;
}
.evaluation-menu-fixed {
	position:fixed;
	left:50%;
	margin-left:-499px;
	top:43px;
	background:#fff;
}
.evaluation-menu-absolute {
	position:absolute;
	bottom:0;
	left:0;
}
.evaluation-content {
	float:right;
	width:640px;
	padding:0 0 30px 15px;
	border-left:1px solid #e6e6e6;
}
.evaluation-title {
	margin-top:20px;
	padding:6px 0 14px;
	border-bottom:1px solid #f0f0f0;
	line-height:32px;
	text-align:center;
}
.evaluation-title h2 {
	display:inline;
	font-size:24px;
	font-weight:normal;
}
.evaluation-title span {
	font-size:16px;
	color:#666;
	display:inline-block;
}
.evaluation-content p {
	margin:24px 0;
	line-height:26px;
	font-size:14px;
	text-indent:0!important;
	text-align:justify;
}
.evaluation-content .evaluation-section * {
	font-size:14px!important;
	font-family:'Microsoft YaHei'!important;
}
.evaluation-content img {
	vertical-align:middle;
}
.evaluation-sourse {
	height:24px;
	line-height:24px;
	text-align:right;
	color:#333;
}
.evaluation-sourse span {
	margin-left:20px;
	color:#666;
}
.evaluation-content .next-item {
	margin:43px 0 0;
	height:34px;
	overflow:hidden;
	text-align:center;
}
.evaluation-content .next-item a {
	display:inline-block;
	position:relative;
	padding:0 27px 0 17px;
	height:34px;
	line-height:34px;
	background:#4595e6;
	font-size:14px;
	color:#fff;
	vertical-align:top;
}
.evaluation-content .next-item a:hover {
	background:#297acc;
	color:#fff;
	text-decoration:none;
}
.next-item i {
	position:absolute;
	right:17px;
	top:12px;
	width:5px;
	height:9px;
	background-position:-21px -115px;
}
#article_feature_under_tonglan {
	margin-top:20px;
}
.item-b2cprice {
	font-size:14px;
	line-height:18px;
	margin-top:15px;
	height:18px;
	overflow:hidden;
}
.item-b2cprice .itemsub-b2c {
	width:33%;
	float:left;
	color:#333;
}
.item-b2cprice .itemsub-b2c:hover {
	text-decoration:none;
	color:#c00;
}
.item-b2cprice .itemsub-b2c img {
	float:left;
	margin-right:5px;
}
.item-b2cprice .red {
	color:#fc4e51;
}
.back_home {
	height:46px;
	margin-top:20px;
	padding-bottom:30px;
	overflow:hidden;
	_zoom:1;
	text-align:center;
}


.back_home_btn {
	font-size:18px;
	line-height:44px;
	display:inline-block;
	height:44px;
	padding:0 30px;
	border:1px solid #007AE6;
	background:#198EF6;
	color:#fff;
	border-radius:3px;
}
.back_home_btn:hover {
	color:#fff;
	text-decoration:none;
	background:#007AE6;
}
.back_home_btn span {
	padding-left:18px;
	background-position:-72px -262px;
}
.product-feature-jiexi_header {
	border-bottom:2px solid #e6e6e6;
	height:60px;
	line-height:60px;
}
.product-feature-jiexi_header .title {
	font-size:18px;
}
.product-feature-jiexi_header .more {
	padding-left:20px;
	background:url(more-pic.png) no-repeat left center;
	font-size:12px;
	float:right;
}
.product-reature-fl,.product-reature-fr {
	width:418px;
}
.product-reature-fl {
	float:left;
}
.product-reature-fr {
	float:right;
}
.product-reature-fl .tit-l,.product-reature-fr .tit-l {
	display:block;
	font-size:14px;
	color:#000;
	height:30px;
	line-height:30px;
}
.product-reature_item {
	overflow:hidden;
	margin-top:15px;
}
.product-reature_item .slideGroup {
	height:30px;
	position:relative;
	padding-right:50px;
}
.product-reature_item .slideGroup .slideBox {
	width:330px;
	overflow:hidden;
	height:30px;
}
.product-reature_item .slideGroup li {
	float:left;
	border:1px solid #797979;
	height:28px;
	line-height:28px;
	margin:0 10px 0 0;
	padding:0 8px;
	border-radius:3px;
	width:57px;
	text-align:center;
	overflow:hidden;
}
.product-reature_item .slideGroup li:hover {
	border-color:#198ef6;
}
.product-reature_item .slideGroup li:hover a {
	color:#198ef6;
}
.product-reature_item .slideGroup li a {
	font-size:14px;
	color:#333;
}
.product-reature_item .sPrev,.sNext {
	display:inline-block;
	width:18px;
	height:24px;
	border:1px solid #e6e6e6;
	background-image:url(//icon.zol-img.com.cn/products/canshuduibi/jingpin-slide-btn.png);
	background-repeat:no-repeat;
	overflow:hidden;
	text-indent:-999em;
	position:absolute;
	top:1px;
	right:0;
	cursor:pointer;
}
.product-reature_item .sPrev {
	background-position:5px 7px;
	right:24px;
}
.product-reature_item .sNext {
	background-position:-15px 7px;
}
.product-reature_item .sPrev:hover {
	background-color:#f8f8f8;
	background-position:5px -14px;
}
.product-reature_item .sNext:hover {
	background-color:#f8f8f8;
	background-position:-15px -14px;
}
.product-reature_item .sPrev.prevStop {
	background-position:5px -35px;
}
.product-reature_item .sNext.nextStop {
	background-position:-15px -35px;
}
.product-reature_item .nextStop:hover,.prevStop:hover {
	background-color:#fff;
}
#backTop a i {
	background:url(compare-survey-icon.png) no-repeat;
}
.QrCode span i,.tryBtn span i,.tryBtn .tryBtn-box i {
	background:url(try-icons.png) no-repeat;
}
* html body {
	background-image:url(about:black);
	background-attachment:fixed;
}
#feedBackWidget {
	position:fixed;
	z-index:999;
	left:50%;
	bottom:60px;
	margin-left:620px;
	right:15px;
	width:58px;
	font-size:12px;
	_position:absolute;
	_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight - this.offsetHeight - 100));
}
.widget-by-window {
	left:auto!important;
	margin:0!important;
	right:20px!important;
}
#QrCode {
	width:46px;
	height:74px;
	position:relative;
	margin-top:5px;
}
.QrCode span,.tryBtn span {
	position:relative;
	z-index:2;
	display:block;
	height:56px;
	overflow:hidden;
	padding:8px 5px;
	background-color:#fafafa;
	border:1px solid #e6e6e6;
	font:normal 12px/14px 'Microsoft YaHei',arial;
	text-align:center;
	color:#999;
	cursor:default;
}
.QrCode span i,.tryBtn span i {
	display:block;
	margin:0 auto 5px;
	width:17px;
	height:24px;
	overflow:hidden;
	background-position:-22px -24px;
}
.QrCode-on span {
	color:#666;
	border-left:0 none;
	padding-left:9px;
	margin-left:-3px;
	border-color:#ccc;
	background-color:#fff;
}
.QrCode-on span i {
	background-position:0 -24px;
}
.QrCode .qrcode-box {
	display:none;
	position:absolute;
	top:0;
	right:48px;
	border:1px solid #ccc;
	padding:5px;
	background-color:#fff;
}
.QrCode .qrcode-box img {
	vertical-align:middle;
}
.QrCode-on .qrcode-box {
	display:block;
}
#tryBtn {
	width:46px;
	height:74px;
	position:relative;
	margin-top:5px;
}
.tryBtn span i {
	background-position:-21px 0;
	width:21px;
	height:22px;
}
.tryBtn-on span i {
	background-position:0 0;
}
.tryBtn .tryBtn-box {
	display:none;
	position:absolute;
	top:0;
	right:55px;
	padding:10px;
	background-color:#FF4B4B;
	border-radius:2px;
	color:#fdd;
	white-space:nowrap;
}
.tryBtn .tryBtn-box i {
	background-position:0 -47px;
	width:6px;
	height:13px;
	position:absolute;
	right:-5px;
	top:50%;
	margin-top:-6px;
}
.tryBtn .tryBtn-box strong {
	color:#fff;
	display:inline-block;
	margin:0 5px;
}
.tryBtn .tryBtn-box.blue {
	background-color:#198DF5;
	color:#fff;
}
.tryBtn .tryBtn-box.blue a {
	color:#fff;
}
.tryBtn .tryBtn-box.blue a:hover {
	text-decoration:underline;
}
.tryBtn .tryBtn-box.blue i {
	background-position:-22px -47px;
}
.tryBtn-on .tryBtn-box {
	display:block;
}
#backTop,#callFeedBack {
	width:46px;
	height:48px;
	margin:5px 0 0;
	text-align:center;
}
#backTop a,#callFeedBack a {
	display:block;
	width:34px;
	height:40px;
	padding:8px 5px 0;
	border:1px solid #e6e6e6;
	background:#fafafa;
	color:#999;
	font:normal 12px/14px 'Microsoft YaHei',arial;
}
#backTop a:hover,#callFeedBack a:hover {
	color:#666;
	text-decoration:none;
	background-color:#fff;
}
#backTop a i {
	display:block;
	width:20px;
	height:11px;
	overflow:hidden;
	margin:10px auto 0;
	background-position:0 0;
}
#backTop a:hover i {
	background-position:-21px 0;
}
#tryLink {
	width:46px;
	height:40px;
	background:#f60;
}
#tryLink a {
	position:relative;
	display:block;
	padding:6px 10px;
	line-height:16px;
	color:#fff;
	font:normal 12px/14px 'Microsoft YaHei',arial;
}
#tryLink a:hover {
	color:#fff;
	text-decoration:none;
}
#tryLink a i {
	position:absolute;
	left:-2px;
	top:-39px;
	width:54px;
	height:39px;
	overflow:hidden;
	background:url(try-link-list-new-page.png) no-repeat 0 0;
}
.v4-compare-box-close,.v4-compare-item-del,.v4-compare-box-clear .icon {
	background:url(compare-survey-icon.png) no-repeat;
}
.v4-compare-box {
	position:fixed;
	right:20px;
	top:70px;
	z-index:100000;
	width:200px;
	background:#fff;
	font-family:'microsoft yahei',arial;
	_position:absolute;
}
.v4-compare-box .v4-compare-box-header {
	height:30px;
	background:#198ef6;
	line-height:30px;
}
.v4-compare-box-header .v4-compare-box-close {
	float:right;
	width:11px;
	height:11px;
	overflow:hidden;
	background-position:-12px -52px;
	margin:9px 10px 0 0;
	text-indent:-999em;
	cursor:pointer;
}
.v4-compare-box-header .v4-compare-box-title {
	padding-left:10px;
	color:#fff;
	font-size:14px;
	font-weight:normal;
}
.v4-compare-box-list li {
	position:relative;
	padding:20px 15px;
	border:1px solid #ededed;
	border-top:0 none;
}
.v4-compare-box-list .pic {
	display:block;
	text-align:center;
	padding:0 0 0 65px;
	position:relative;
	zoom:1;
	cursor:pointer;
}
.v4-compare-box-list .pic img {
	position:absolute;
	left:0;
	top:0;
	vertical-align:top;
}
.v4-compare-box-list .title {
	display:block;
	height:45px;
	text-align:left;
	overflow:hidden;
	line-height:22px;
	overflow:hidden;
	word-break:break-all;
}
.v4-compare-box-list .price {
	display:none;
	height:18px;
	line-height:18px;
	text-align:left;
	color:#ff4c4c;
}
.v4-compare-box-list .v4-compare-item-del {
	display:none;
	position:absolute;
	z-index:2;
	top:-1px;
	right:-1px;
	width:17px;
	height:17px;
	overflow:hidden;
	background-position:-12px -34px;
	text-indent:-999em;
	cursor:pointer;
}
.v4-compare-box-list li:hover,.v4-compare-box-list .hover {
	z-index:10;
	margin-top:-1px;
	border:1px dashed #4595e6;
}
.v4-compare-box-list li:hover .v4-compare-item-del,.v4-compare-box-list .hover .v4-compare-item-del {
	display:block;
}
.v4-compare-select {
	display:none;
	padding:10px 15px 0;
	border:1px solid #ededed;
	border-top:0 none;
	border-bottom:0 none;
}
.v4-compare-select-item {
	position:relative;
	z-index:20;
	margin:10px 0 0;
	width:167px;
	font-size:12px;
}
.v4-compare-select-label {
	position:relative;
	z-index:2;
	display:block;
	height:28px;
	line-height:28px;
	padding:0 24px 0 10px;
	border:1px solid #e0e0e0;
	color:#999;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	background:#fff;
	cursor:pointer;
}
.v4-compare-select-label i {
	position:absolute;
	top:12px;
	right:10px;
	width:0;
	height:0;
	font:0/0 arial;
	border:5px solid transparent;
	border-top-color:#b5b5b5;
}
.v4-compare-select-list {
	display:none;
	position:absolute;
	left:0;
	top:33px;
	width:160px;
	max-height:224px;
	overflow-y:auto;
	border:1px solid #e0e0e0;
	background:#fff;
}
.v4-compare-select-list li {
	height:32px;
	padding:0 10px;
	line-height:32px;
	color:#666;
	cursor:pointer;
	word-wrap:break-word;
	word-break:break-all;
}
.v4-compare-select-list:hover {
	background:#f5f5f5;
}
.v4-compare-box-buttons {
	padding:20px 15px 20px;
	border:1px solid #ededed;
	border-top:0 none;
}
.v4-compare-box-buttons button {
	display:block;
	width:100%;
	height:30px;
	border:0 none;
	-webkit-border-radius:2px;
	border-radius:2px;
	background:#198ef6;
	color:#fff;
	font:normal 12px/30px 'microsoft yahei',arial;
	text-align:center;
	line-height:26px;
	cursor:pointer;
	outline:0 none;
}
.v4-compare-box-buttons button:hover {
	background:#007ae6;
}
.v4-compare-box-buttons span {
	padding:0 0 0 10px;
	color:#999;
}
.v4-compare-box-clear {
	display:block;
	border:1px solid #ededed;
	border-top:0 none;
	text-align:center;
	font:12px/28px 'microsoft yahei',arial;
	color:#999;
	background:#fafafa;
	vertical-align:middle;
	cursor:pointer;
}
.v4-compare-box-clear:hover {
	color:#198ef6;
}
.v4-compare-box-clear .icon {
	position:relative;
	top:-1px;
	display:inline-block;
	margin:0 6px 0 0;
	width:11px;
	height:12px;
	background-position:0 -34px;
	font:0/0 arial;
	overflow:hidden;
	vertical-align:middle;
}
.v4-compare-box-clear:hover .icon {
	background-position:0 -47px;
}
.v4-compare-tip {
	display:none;
	position:absolute;
	z-index:100;
	width:120px;
	left:50%;
	top:50%;
	margin:-27px 0 0 -80px;
	background:rgba(0,0,0,.7);
	color:#fff;
	text-align:center;
	padding:10px 20px;
	height:44px;
	line-height:22px;
	font-size:12px;
	word-break:break-all;
	border-radius:5px;
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#b3000000,endcolorstr=#b3000000,gradientType=1);
}
.v4-compare-mask {
	display:none;
	z-index:50;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#fff;
	opacity:.4;
	filter:alpha(opacity=40);
}
:root .v4-compare-mask {
	filter:none;
}
:root .v4-compare-tip {
	filter:none;
}
.v4-compare-box-error .v4-compare-mask {
	display:block;
}
.v4-compare-box-error .v4-compare-tip {
	display:block;
}

.row {
	clear: both;
	*zoom: 1
}
.row:after {
	display: table;
	content: " ";
	clear: both
}
.block-video {
	width: 900px;
}
.block-video>div {
	float: left;
	width: 270px;
	margin-right: 28px;
	margin-bottom: 10px;
}
.img-layout .img img,.img-info-layout .img img,.img-layout .img img {
	width: 100%;
	min-height: 100%
}
.img-info-layout {
	position: relative;
	display: block;
	overflow: hidden
}
.img-info-layout>.img {
	overflow: hidden;
	float: left;
	margin-right: 10px
}
.img-info-layout>.p-list {
	list-style: none
}
.img-info-layout>.p-list>.name {
	font-weight: bold
}
.img-layout {
	position: relative;
	display: block;
	overflow: hidden
}
.img-layout>.img {
	overflow: hidden
}
.img-layout>.p-list {
	list-style: none
}
.img-layout>.p-list>.name {
	font-weight: bold
}
.img-layout>.p-list>.name em {
	color: #999
}
.img-video {
	position: relative
}
.img-video>.p-list>li.video {
	width: 46px;
	height: 46px;
	position: absolute;
	background: url(icon-video.png) 0 0 no-repeat;
	background-size: 46px
}
.img-video>.p-list>li.video a {
	display: block;
	width: 46px;
	height: 46px
}
.img-video>.p-list>li.num span {
	color: #999;
	padding: 0 10px 0 17px;
	background: url(icon-video-more.png) 0 0 no-repeat
}
.img-video>.p-list>li.num span.play {
	background-position: 0 -3px
}
.img-video>.p-list>li.num span.comment {
	background-position: 0 -27px;
	padding-left: 18px
}
.img-video>.p-list>li.num span.time {
	background-position: 0 -53px;
	padding-left: 18px
}
.img-video>.img>em {
	color: #fff;
	background: #FF4F53;
	position: absolute;
	top: 0;
	left: 0;
	width: 39px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	z-index: 3;
	font-size: 12px
}
.img-video>.img:hover+.p-list>li.video {
	background: url(icon-video-hover.png) 0 0 no-repeat
}
.img-video>.p-list>li.video:hover {
	background: url(icon-video-hover.png) 0 0 no-repeat
}
.img-vertical {
	width: 270px;
}
.img-vertical>.img {
	width: 270px;
	height: 202px;
}
.img-vertical>.p-list>.name {
	height: 60px;
	margin: 10px 0 0;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
}
.img-vertical.img-video>.p-list>li.video {
	left: 20px;
	top: 135px;
	cursor: pointer
}
.fuli66-2018 {
	position:relative
}
.fuli66-2018 .ico,.fuli66-2018ico {
	position:relative;
	margin-left:5px;
	width:43px;
	height:17px;
	background:0;
	background-size:43px
}
.fuli66-2018 .ico img,.fuli66-2018ico img {
	vertical-align:top!important;
	height:17px
}
.brand_name dl dd.fuli66-2018 a {
	display:inline-block;
	vertical-align:middle
}
.models_bg dl dd.fuli66-2018 .ico {
	position:absolute;
	right:16px;
	top:7px
}
.models_bg dl dd.fuli66-2018:hover,.brand_name dl dd.fuli66-2018:hover {
	background-color:#f7f7f7
}
.car-list-details .fuli66-2018 {
	white-space:normal;
	overflow:hidden
}
.car-list-details .fuli66-2018:after {
	content:'';
	position:absolute;
	background:#fff;
	width:100%;
	height:13px;
	left:0;
	bottom:-1px
}
.car-list-details .fuli66-2018>a {
	display:inline-block;
	vertical-align:middle
}
@media screen and (-webkit-min-device-pixel-ratio:2),screen and (min-device-pixel-ratio:2) {
	.fuli66-2018 .ico {
	background-image:none
}
}
.sug_box {
	width:300px;
	overflow:hidden;
	border:1px solid #d9d9d9;
	z-index:20;
	background-color:#fff;
	position:absolute;
	left:0;
	top:49px;
	text-align:left;
	box-shadow:0 1px 5px 0 rgba(0,0,0,0.20)
}
.sug_box li {
	height:42px;
	line-height:41px;
	border-top:1px #e7e7e7 solid;
	position:relative
}
.sug_box li:first-child {
	border:0
}
.sug_box li span {
	color:#999
}
.sug_box li a {
	height:40px;
	line-height:40px;
	display:block;
	color:#333;
	padding-left:10px
}
.sug_box li a strong {
	color:#333;
	font-weight:bold
}
.sug_box li a:link,.sug_box li a:visited {
	text-decoration:none
}
.sug_box li a:hover {
	text-decoration:none;
	background:#f9f9f9;
	color:#ff4f53
}
.sug_box li a:hover strong {
	color:#ed3d3d;
	font-weight:bold
}
.sug_box li.current a {
	text-decoration:none;
	background:#f9f9f9;
	color:#ff4f53
}
.sug_box li.current span {
	color:#999
}
.search_text .bor .sug_box li.current em,.bt_searchNew .bor .sug_box li.current em {
	color:#333
}
.sug_box li.current a strong {
	color:#ff4f53
}
.sug_box em,.bt_searchNew .bor .sug_box em {
	line-height:41px;
	border:0;
	color:#999;
	width:auto;
	height:auto;
	background:0;
	display:block;
	float:none;
	border-right:0;
	padding-right:10px;
	position:absolute;
	right:0;
	top:0;
	cursor:pointer
}
.sug_box a:hover em,.bt_searchNew .bor .sug_box a:hover em {
	color:#333
}
.bt_searchNew .brand_bg {
	left:0;
	top:26px
}
.bt_searchNew .models_bg {
	left:149px
}
.bt_searchNew .sug_box {
	top:26px
}
.brand_name_bg {
	width:165px;
	float:left;
	height:458px;
	overflow-y:hidden;
	font-size:14px;
}
.select-from .brand_name_bg {
	width:226px
}
.brand_name {
	height:460px;
	overflow-y:auto;
	overflow-x:hidden
}.brand_name dl,.models_bg dl {
	float:none!important;
	border-bottom:1px solid #e1e1e1;
	margin:1px 0 0 0;
	padding:0 0 1px 0
}
.brand_name dl dd a,.models_bg dl dd a {
	height:32px;
	line-height:32px;
	overflow:hidden;
	display:block;
	padding:0 0 0 10px;
	margin-right:0
}
.brand_name dl dd a,.brand_name dl dd a:link,.brand_name dl dd a:visited,.models_bg dl dd a,.models_bg dl dd a:link,.models_bg dl dd a:visited {
	text-decoration:none;
	color:#333
}
.models_bg dl dd a:hover,.brand_name dl dd a:hover {
	text-decoration:none;
	color:#ff4f53;
	background-color:#f7f7f7
}
.brand_name dl dd a.current,.brand_name dl dd a.current:link,.brand_name dl dd a.current:visited,.brand_name dl dd a.current:hover,.models_bg dl dd a.current,.models_bg dl dd a.current:link,.models_bg dl dd a.current:visited,.models_bg dl dd a.current:hover {
	text-decoration:none;
	color:#ff4f53;
	background:#f7f7f7
}
.brand_name dl dd,.models_bg dl dd {
	float:none;
	padding-left:0;
	white-space:nowrap;
	width:209px;
	overflow:hidden;
	color:inherit;
	overflow:hidden
}
.brand_name dl dd {
	width:169px
}
.brand_name dl dd.ts-tit {
	background:#f9f9f9
}
.brand_name dl dd.ts-tit span {
	height:32px;
	line-height:32px;
	padding-left:px
}
.brand_bg dl dd span {
	padding-left:10px!important;
	color:#999;
	display:block;
	height:32px;
	line-height:32px
}
.select-from .models_detail{
	width:568px;
}
.select-from .brand_name dl dd {
	width:210px
}
.select-from .models_bg .models_detail_bg {
	width:568px;
}
.models_detail {
	width:568px;
	overflow-y:auto;
	overflow-x:hidden;
	font-size:14px;
	padding:0 0 16px;
}
.models_detail dt {
	height:30px;
	line-height:32px!important;
	padding-left:10px;
	font-weight:bold;
	color:#333;
	float:none;
	width:auto!important;
}
.models_detail dt.not-point {
	cursor:default
}
.models_bg h6.not-point {
	cursor:default
}
.models_detail dt a {
	display:block;
	width:100%;
	height:30px;
	cursor:pointer
}
.models_detail dt a:hover {
	color:#ed3d3d!important;
	text-decoration:none!important
}

.models_bg .models_detail_bg {
	max-height:460px;
	width:575px;
	overflow:hidden;
	overflow-y:auto;
	padding-top:36px;
	background:0;
}

.style_bg .models_detail_bg {
	padding-top:0
}
.models_bg h6 a {
	font-weight:bold
}
.models_bg h6 i {
	margin-left:10px;
	padding-right:13px;
	background:url(models-tit.png) right 6px no-repeat;
	font-weight:normal
}
.models_bg h6 a:hover i {
	background:url(models-tit.png) right -9px no-repeat
}
.models_detail dl dd  {
	width:568px;
}
.brand_bg .brand_letters {
	width:40px;
	height:458px!important;
	float:left;
	border-right:1px solid #d9d9d9;
	background-color:#f9f9f9;
	padding:8px 0;
	text-align:center;
	font-size:13px;
}
.brand_letters span a {
	width:18px;
	height:18px;
	line-height:18px;
	text-align:center;
	color:#666;
	display:block;
	margin:2px auto;
	border-radius:2px
}
.brand_letters span a:link,.brand_letters span a:visited {
	text-decoration:none;
	color:#666
}
.brand_letters span a:hover {
	text-decoration:none;
	background:#ed3d3d;
	color:#fff
}
.brand_letters span.current a {
	background:#ff4f53;
	color:#fff
}
.brand_letters span.current a:link,.brand_letters span.current a:visited,.brand_letters span.current a:hover {
	text-decoration:none;
	background-color:#ff4f53;
	color:#fff
}.sele-2016 .brand_bg .brand_letters {
	width:40px!important
}
@media screen and (-webkit-min-device-pixel-ratio:2),screen and (min-device-pixel-ratio:2) {
	.img-video>.p-list>li.num span {
		background-image: url(icon-video-more@2x.png);
		background-size: 17px 75px
	}
	.img-video>.p-list>li.video {
		background-image: url(icon-video@2x.png)
	}
	.img-video>.p-list>li.video:hover {
		background-image: url(icon-video-hover@2x.png);
		background-size: 46px
	}
	.img-video>.img:hover+.p-list>li.video {
		background-image: url(icon-video-hover@2x.png);
		background-size: 46px
	}
}
.block-video a:hover {
	color: #FF4F53;
	text-decoration: none
}
.block-video a:hover .title {
	color: #FF4F53
}

h1.k1 {
	text-align:center;
	padding:0;
	line-height:55px;
	font-size:36px;
	font-weight:bold;
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	margin:6px 0;
}
div.k2 {
	text-align:center;
	color:#808080;
	padding:0 0 15px 0;
	margin:0;
	font-size:12px;
	list-style-type:none;
}
.titleBar,.titleBar a,.titleBar a:visited {
	color:#1E50A2
}
.clear {
	clear:both;
	height:0;
	overflow:hidden;
	display:block;
}
.blank3 {
	clear:both;
	height:3px;
	overflow:hidden;
	display:block;
}


.main_part {
	width:100%;
	overflow:hidden;
	/*background:url(main_part_bg_line.png) repeat-y;*/
	border:1px solid #ddd;
	padding:0;
	margin:0;
}
.titleBar {
	clear:both;
	line-height:27px;
}
.titleBar .tit {
	display:inline;
	float:left;
	padding:0 0 0 13px;
	/*font-weight:bold;*/
}
.titleBar .more {
	display:inline;
	float:right;
	padding:0 13px 0 0;
}
.d_content {
	padding: 0 19px 19px 19px ;
	clear:both;
}
.d_content p {
	margin:0;
	line-height:21px;
}
.d_content .dotLine {
	margin:0 0 5px;
}

.titleBar a:hover,.foot a:hover,.header .con a:hover,.header .conW a:hover,.header .conW2 a:hover,.list14_Lgra li a:hover,.list14_Gra li a:hover,.listGra li a:hover,.list_Lgra li a:hover,.listBlu li a:hover,.footer a:hover,.aboutNetease li a:hover {
	color:#ba2636;
}
.main_part .img120 {
	width:185px;
}
.main_part .img120 p {
	text-align:center;
}
.msg {
	padding:5px 0;
	font-size:18px;
	line-height:40px;
}
.msg p {
	line-height:40px;
	text-indent:36px;
}
.msg div {
	line-height:40px;
	text-align:center;
	margin-bottom:20px;
}
.msg img {
	display:block;
	padding:5px 0px;
	text-align:center;
	margin:auto;
}
.up {
	font-weight:bold;
	margin:0 auto;
	padding:10px 0 10px 30px;
	border-top:1px solid #ddd;
	line-height:25px;
}

.ui_tit38 {
	height:32px;
	overflow:hidden;
	background-position:left 0px;
}
.ui_tit38 .tit {
	font-size:16px;
}
.main_part .ui_tit38 {
	height:28px;
	padding-top:3px;
	overflow:hidden;
	background-position:left -175px;
}
.main_part .ui_tit38.view33 {
	height:27px;
	padding:3px 0 5px 0;
	overflow:hidden;
	background: url(main_bg2.jpg) no-repeat;
}/**/
.dTxt {
	width:100%;
	overflow:hidden;
	/*background:url(main_part_bg_line.png) repeat-y;*/
	border:1px solid #ddd;
	padding:0;
	margin:0px 0 0 0;
}
.dTxt li {
	border-bottom:1px dotted #d1d1d1;
	line-height:24px;
	clear:both;
	height:100%;
	overflow:hidden;
	padding:15px 8px;
	margin:0 10px;
}
.dTxt li strong {
	float:left;
	display:block;
	height:38px;
	padding-left:14px;
	background:url(newicon.png) -70px -453px no-repeat;
	font-size:20px;
	line-height:38px;
	overflow:hidden;
}
.dTxt li span {
	float:right;
	display:block;
	height:38px;
	line-height:38px;
	font-size:12px;
	color:#a2a2a2;
}
.dTxt li i{
	float:left;
	font-size:16px;
	line-height:28px;
	display:block;
	width:100%;
	text-indent:32px;
	color:#818181;
}
.dTxt li img {
	display:block;
	padding:5px 0px;
	text-align:center;
	margin:auto;
}
.fenye {
	font-size:16px;
	clear:both;
	padding:20px 0 ;
	text-align:center;
}
.fenye a, .fenye u, .fenye span {
	margin:0 5px;
	padding:3px 8px;
	color:#686868;
	border:1px solid #ccc;
}
.fenye u {
	color:#f00;
	text-decoration:none;
	background:#eee
}
.fenye a i {
	color:#f00;
}
.fenye i {
	font-style:normal;
	color:#00f
}
.panel {
	padding:0 0 0 15px;
	line-height: 20px;
}
.colL .panel {
	padding:0 0 0 8px;
}
.panel .item {
	padding:15px 0 0 0;
	float:left;
	/*border-bottom:#e6e6e6 1px solid;*/
	font-size:12px;
}
.panel .content.item {
	padding:0;
	border:0;
}
.panel .item label {
	float:left;
	color:#808080;
}
.panel .item ul {
	float:left;
	width:100%;
}
.panel .item ul.list14_Lgra {
	float:left;
	width:260px;
}
.colR .panel .item ul.list14_Lgra {
	width:210px;
}
.panel .item ul li {
	float:left;
	background:url(line.png) no-repeat right 3px;
	padding:0 5px 6px 5px;
	height:20px;
	_overflow:hidden;
}
.panel .item ul.list14_Lgra li {
	font-size:12px;
	padding:1px 5px 5px 5px;
}

.panel .item.time ul li {
	padding-left:3px;
	padding-right:3px;
}/**/
.panel .item ul li.red a{
/*	border-bottom:#FF0012 2px solid;*/
}
.panel .item ul li a {
	display:block;
	float:left;
	text-align:center;
	white-space:nowrap;
}
.panel .item ul li.current a{
	background-color: #6CA620;
	color:#fff;
	height:20px;
	padding:0 5px;
	font-style:normal;
	line-height:20px;
}
/*
bottom?y
*/
.foot-info-box {
	width:100%;
	background:#f7f7f7;
	border-top:2px solid #e1e1e1;
	margin-top:20px;
}
.foot-info {
	width:1200px;
	margin:0 auto ;
	overflow:hidden;
	zoom:1;
	padding-bottom:10px;
}
.foot-info .left{
	float:left;
	width:130px;
	text-align:center;
	font-size:14px;
	line-height:30px;
}
.foot-info .grleft{
	float:left;
	width:130px;
	margin-right:15px;
	text-align:center;
	font-size:14px;
	line-height:30px;
}
.foot-info .right{
	float:right;
	width:130px;
	text-align:center;
	font-size:14px;
	line-height:30px;
}
.foot-nav {
	width:450px;
	float:left;
	margin:12px 43px 30px 30px;
}
.bottom-about-list {
	height:25px;
	padding:12px 0 25px 0;
	clear:both;
	border-bottom:1px solid #d9d9d9;
	margin-bottom:20px;
}
.bottom-about-list li {
	float:left;
	position:relative;
	padding-right:15px;
	height:15px;
	line-height:15px
}
.bottom-about-list li+li {
	padding-left:15px;
	border-left:1px solid #d9d9d9;
}
.ewm-box {
	float:right;
	width:520px;
	padding-top:22px;
}
.codes {
	float:left;
	padding:5px;
	border:1px solid #d9d9d9;
	background:#fff;
	margin:0 15px 0 0
}
.codesa {
	float:left;
	padding:5px;
	border:1px solid #d9d9d9;
	background:#fff;
	margin:22px 15px 0 0;
}
.codesb {
	float:right;
	padding:5px;
	border:1px solid #d9d9d9;
	background:#fff;
}
.codesb img{
	margin:0;
	padding:0;
}
.contact {
	float:left;
	width:230px;
	margin-top:15px;
}
.contact>h4 {
	font-size:30px;
	margin:0 0 7px 0;
	position:relative;
	border-top:1px solid #d9d9d9;
	padding-top:7px;

	font-family:inherit;
	font-weight:normal;

}
.contact>h4 span {
	position:absolute;
	top:-10px;
	left:50px;
	padding:0 10px;
	background:#f7f7f7;
	font-size:14px;
}
.contact>p {
	margin-bottom:5px
}
.contact12>p {
	font-size:12px;
	line-height:20px
}

.copyright {
	font-size:12px;
	color:#999
}
.copyright p {
	line-height:24px
}
.copyright p>a {
	color:#999
}
.copyright p>a:hover {
	color:#333
}
.copyright p>a.img {
	margin-right:30px;
	display:inline-block;
	vertical-align:middle
}
.copyright a.gongan i {
	background:url(index-foot190410.png) no-repeat -190px -147px;
	display:inline-block;
	vertical-align:middle;
	width:21px;
	height:22px
}

/*
bottom?จน
*/
.btn {
	display:inline-block;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	-ms-touch-action:manipulation;
	touch-action:manipulation;
	color:#ff4f53;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	border:1px solid transparent;
	border-radius:3px;
	padding:0 20px;
	font-size:16px;
	height:40px;
	line-height:38px;
	background-color:#fff;
	cursor:pointer
}
.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus {
	outline:0
}
.btn:hover,.btn:focus,.btn.focus {
	text-decoration:none
}
.btn.disabled,.btn[disabled] {
	cursor:not-allowed;
	filter:alpha(opacity=65);
	opacity:.65
}
a.btn.disabled {
	pointer-events:none
}
input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block {
	width:100%
}
.btn-primary {
	border-color:#ff4f53;
	background:#ff4f53;
	color:#fff
}
.btn-primary:link {
	border-color:#ff4f53;
	background:#ff4f53;
	color:#fff
}
.btn-primary:hover {
	background:#ee3e42;
	color:#fff
}

.btn-from-control {
	height:44px;
	line-height:42px;
	border:1px solid #ccc;
	border-right:0;
	border-radius:3px 0 0 3px;
	padding:0 15px;
	width:270px;
	float:left;
}
.btn-from-control:hover {
	border-color:#999;
}
#search {
	width:1200px;
	height:44px;
	margin:10px auto 10px;
	padding:0;
}
#search span {
	float:left;
	color:#800019;
	margin-top:4px;
}
#search .search_box {
	float:left;
	width:100%;
}
#search .search_box span {
	float:left;
	width:230px;

}
#search .search_box span i {
	padding-left:10px;
}
#search .btn-from-control {
	height:36px;
	*height:36px;
	line-height:36px;
	border-radius:3px;
	padding:0 8px;
	float:left;
	border:2px solid #ff4f53;
	margin-right:10px;
}
.name0{
	width:70px;
	*width:70px;
}
.tel0{
	width:100px;
	*width:100px;
}
.need0{
	width:120px;
	*width:120px;
}
#search .btn-from-control:hover {
	border-color:#ff4f53
}
/*search */
.snav{
	width:1200px;
	margin:0 auto 20px;
}
/*top*/
.container {
	position:relative;
	width:1200px;
	margin-right:auto;
	margin-left:auto;
	clear:both;
	*zoom:1;
}
.col-auto,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11 {
	float:left;
	position:relative;
	min-height:1px;
	*zoom:1
}
.col-xs-9 {
	width:1050px;
	border:dotted;
}
.col-xs-8 {
	/*width:66.66666667%;
	border:dotted;*/
}
.col-xs-4 {
	/*width:33.33333333%;
	*width:33.2%;
	border:dotted;*/
}
.col-auto {
	width:auto;
	margin-top:-10px;
}
.container:after,.row:after,.nav:after {
	display:table;
	content:" ";
	clear:both
}
.btn-form .btn {
	width:118px;
	height:44px;
}
.btn:link {
	cursor:pointer
}
.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus {
	outline:0
}
.btn:hover,.btn:focus,.btn.focus {
	text-decoration:none
}
input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block {
	width:100%
}
.btn-default {
	margin-left:6px;
	border-color:#ccc;
	color:#333
}
.btn-default:link {
	border-color:#ccc;
	color:#333
}
.btn-default:hover {
	border-color:#ee3e42;
	color:#ee3e42
}
.btn-form {
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middleposition:relative;
	margin-top:0px;
	text-align:left;
}
.btn-form .btn-from-control {
	height:44px;
	line-height:44px;
	padding:0 15px;
	width:240px;
}

.models_bg dl dd.fuli66-2018 .ico {
	position:absolute;
	right:16px;
	top:7px
}
.models_bg dl dd.fuli66-2018:hover,.brand_name dl dd.fuli66-2018:hover {
	background-color:#f7f7f7
}
.header-main {
	float:left;
	/*position:relative;*/
	z-index:99;
	width:550px;
	margin:8px 0 0 20px;
}
.header-main>.top .btn-form {
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	position:relative;
	text-align:left;
}
.header-main>.top .btn-form:after {
	content:'';
	position:absolute;
	right:260px;
	top:19px;
	width:10px;
	height:6px;
	background:url(x3.png);
	pointer-events:none;
	cursor:pointer
}
.header-main>.top .section-left {
	width:390px;
	border:dotted;
}
.section-logo{
	float:left;
	width:370px;
	margin:0 8px 0 0;
}
.prod_logo{
	float:right;
}
/*.header-main>.top .section-main {
	width:556px;
	border:dotted;
}*/
.header-main .header-city-select {
	margin:23px 0 0 30px;
	height:40px;
	line-height:initial
}
.header-main .header-city-select .arrow-down {
	font-size:18px;
	padding-right:17px
}
.header-main .header-city-select>.drop-layer {
	top:39px;
	left:-24px
}
.header-main .header-city-select>.local-choose {
	position:absolute;
	top:39px;
	left:0;
	visibility:hidden
}
.header-main .header-city-select:hover .local-choose {
	visibility:visible
}
.header-main .local-carmarket {
	margin:26px 0 0 15px
}
.header-main .yiche-agent {
	display:block;
	height:69px;
	background:url(bangns.png) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden
}
.section-main .tab-content {
	width:660px;
	padding:0
}
.btn-form>.btn {
	height:44px;
	line-height:42px
}
.btn-form>.btn-primary {
	border-radius:0 3px 3px 0;
	float:left
}
.btn-form>.btn-primary:hover {
	color:#fff
}
.btn-form>.btn-default {
	width:120px;
	border:1px solid #ccc;
	color:#333;
	background:#fff;
	margin-left:10px;
	float:left
}
.btn-form>.btn-default:hover {
	border-color:#ff4f53;
	color:#ff4f53
}
.btn-form .btn-from-control {
	width:288px;
	*width:288px;
	border:2px solid #FF4F53;
}
.brand_bg {
	max-height:460px;
	*height:460px;
	position:absolute;
	left:-1px;
	top:50px;
	_top:50px;
	width:210px;
	overflow:hidden;
	overflow-y:auto;
	font-family:"microsoft yahei";
	border:1px solid #ccc;
	z-index:20;
	background-color:#fff;
	text-align:left;
	box-shadow:0 1px 5px 0 rgba(0,0,0,0.20);
}

.models_bg dl dd span {
	color:#999;
	padding:0 0 0 5px
}
.brand_bg .brand_letters {
	width:40px;
	height:458px!important;
	float:left;
	border-right:1px solid #d9d9d9;
	background-color:#f9f9f9;
	padding:8px 0;
	text-align:center;
	font-size:13px;
}
.models_bg {
	left:208px;
	width:580px;
	overflow-y:hidden
}
.models_bg h6 {
	height:36px;
	line-height:36px;
	overflow:hidden;
	background-color:#f9f9f9;
	color:#333;
	font-size:14px;
	padding-left:10px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
.models_bg h6 a:link,.models_bg h6 a:visited {
	color:#333;
	display:block
}
.models_bg h6 a:hover {
	color:#ed3d3d;
	text-decoration:none
}
.models_bg dl dd a:hover,.brand_name dl dd a:hover {
	text-decoration:none;
	color:#ff4f53;
	background-color:#f7f7f7
}
.brand_bg dl dd span {
	padding-left:10px!important;
	color:#999;
	display:block;
	height:32px;
	line-height:32px
}
.header-main .top form {
	display:inline!important
}
.models_bg dl:last-child {
	border-bottom:0
}
.brand_bg dl dd a span {
	color:#999;
	display:inline-block
}
.sele-2016 .brand_bg .brand_letters {
	width:40px!important
}
.models_bg h6.not-point {
	cursor:default
}
.header-main .brand_bg {
	height:460px!important
}
.models_bg .models_detail_bg {
	max-height:460px;
	width:575px;
	overflow:hidden;
	overflow-y:auto;
	padding-top:6px;
	background:0;
}
.models_bg h6 a {
	font-weight:bold
}
.models_bg h6 i {
	margin-left:10px;
	padding-right:13px;
	background:url(models-tit.png) right 6px no-repeat;
	font-weight:normal
}
.models_bg h6 a:hover i {
	background:url(models-tit.png) right -9px no-repeat
}
@media screen and (-webkit-min-device-pixel-ratio:2),screen and (min-device-pixel-ratio:2) {
	.arrow-down,.arrow-left-lg,.arrow-right-lg,.list-car-type,.list-car-type li>a>i,.car-list-details>li .spl-dd-slide .arrow-left-lg,.car-list-details>li .spl-dd-slide .arrow-right-lg,.list-car-category>li.hot>span>a:after,.img-layout-360300.img-layout-videoout>a>.txt:before,.img-layout-240160.img-layout-videoout>a>.txt:before,.headline-right-2 .slide-box.type-1 .arrow-left-lg,.headline-right-2 .slide-box.type-1 .arrow-right-lg,.slide-box.type-1 .arrow-left-lg,.slide-box.type-1 .arrow-right-lg,.head-title-em a,.buywhichcar-sidebar .tab-content-4 .list-txt>ul>li:before,.guesslike-container .slide-box.type-1 .arrow-left-lg,.guesslike-container .slide-box.type-1 .arrow-right-lg,.list a.video,.special-btn2 a,.exchange,.flagship .more,.assess,.car-sales,.header-main-nav .left li.activity-menu>a i {
	background-image:url("//image.bitautoimg.com/2016/pc1200/shouye/sprites-5@2x.png");
	background-size:1000px auto
}
.header-main .logo>a {
	background-image:url(//image.bitautoimg.com/2016/pc1200/img/logo1809@2x.png)
}
.header-main-nav ul a.navi-hot:before {
	background-image:url(//image.bitautoimg.com/2016/pc1200/img/navi-hot@2x.png);
	background-size:33px
}
.newweb-help>.link {
	background-image:url("//image.bitautoimg.com/2016/pc1200/img/newweb-sur-1@2x.png");
	background-size:110px auto
}
.header-main>.top .btn-form:after {
	background:url(search-arrow@2x.png);
	background-size:10px auto
}
}


/**--pic list */
.pics-category {
	margin:17px 0 0;
}
.pic_cate_t {
	position:relative;
	padding-bottom:5px;
	margin:0 0 -1px;
	height:22px;
	border-bottom:1px solid #e6e6e6;
	font:14px/22px "Microsoft YaHei",arial;
}
.pics-category .cate-item {
	position:relative;
	padding:1px 0 6px 73px;
	zoom:1;
	border-top:1px dotted #e6e6e6;
}
.pics-category .color-cate-item {
	padding:4px 0 9px 73px;
}
.pics-category h4 {
	position:absolute;
	left:0;
	top:7px;
	width:62px;
	height:22px;
	padding:0 8px 0 0;
	font:14px/21px 'Microsoft YaHei',arial;
	text-align:right;
	color:#666;
}
.pics-category .color-cate-item h4 {
	top:11px;
}
.pics-category-list {
	overflow:hidden;
	zoom:1;
}
.pics-category-list li {
	position:relative;
	float:left;
	height:22px;
	margin:5px 20px 0 0;
	font:14px/21px 'Microsoft YaHei',arial;
}
.pics-category-list a {
	float:left;
	padding:0 5px;
	height:22px;
	overflow:hidden;
	color:#4595e6;
}
.pics-category-list a em {
	padding-left:4px;
	font-size:12px;
}
.pics-category-list a:hover,.pics-category-list .active {
	background:#4495e6;
	color:#fff;
	text-decoration:none;
}
.pics-category-list a.active-no:hover,.pics-category-list .active-no {
	background:none;
	color:#999;
	text-decoration:none;
}
.pics-category-list .active-no {
	color:#999;
	text-decoration:none;
	cursor:pointer;
}
.pics-category-list a:hover em,.pics-category-list .active em {
	color:#fff;
}
.pics-category-list a.active-no:hover em,.pics-category-list .active-no em {
	color:#999;
}
.pics-category-list .eva-hot {
	position:absolute;
	left:62px;
	top:-5px;
	width:9px;
	height:11px;
	background:url(globalSiteNav-bg.png) no-repeat -60px -190px;
	font:0/0 arial;
}
.pics-category-list .cate-new-icon {
	position:absolute;
	right:-10px;
	top:-5px;
	width:9px;
	height:14px;
	background:url(new20150819.gif) no-repeat 0 0;
	font:0/0 arial;
}
.color-cate-list li {
	width:auto;
	margin-right:15px;
	height:24px;
	font:14px/19px 'Microsoft YaHei',arial;
}
.color-cate-list li a {
	padding:1px 7px;
	height:20px;
	overflow:hidden;
	border:1px solid #dbdbdb;
}
.color-cate-list li i {
	float:left;
	width:10px;
	height:10px;
	margin:4px 5px 0 0;
	border-width:1px;
	border-style:solid;
	font:0/0 arial;
}
.color-cate-list li a:hover,.color-cate-list .active {
	padding:0 6px;
	border-width:2px;
	border-color:#4495e6;
	color:#333;
	background:#fff;
}
.color-cate-list li a:hover em,.color-cate-list .active em {
	color:#999;
}
.tips-of-pics {
	position:relative;
	float:right;
	white-space:nowrap;
	margin:-27px 0 0;
	height:22px;
	line-height:22px;
	color:#999;
	overflow:hidden;
}
.pic-cate-content {
	border:1px solid #e6e6e6;
	border-top:0 none;
}
.picture-list {
	padding:0 0 20px 10px;
}
.picture-list li {
	float:left;
	padding:20px 10px 0 10px;
	margin-right:20px;
	width:262px;
	text-align:center;
	position:relative;
}
.picture-list .imgwrap {
	display:block;
	width:260px;
	height:195px;
	line-height:190px;
	line-height:190px\9;
	border:1px solid #e6e6e6;
	text-align:center;
	font-family:arial;
}
:root .picture-list .imgwrap {
	line-height:190px;
}
.imgwrap img,.imgwrap:hover img {
	vertical-align:middle;
}
.imgwrap:hover {
	border-color:#4495e6;
}
.picture-list li .more {
	display:block;
	height:195px;
	border:1px solid #e6e6e6;
	background:url(more-icon.jpg) center 16px no-repeat;
}
.picture-list li .more span {
	padding-top:55px;
	display:block;
	font-size:13px;
	color:#4595e6;
}
.picture-list li .more:hover {
	color:#fff;
	background:#4595e6 url(https://icon.zol-img.com.cn/detail/more-icon-hover.jpg) center 16px no-repeat;
	text-decoration:none;
}
.picture-list li .more:hover span {
	color:#fff;
}
@media screen and(-webkit-min-device-pixel-ratio:0) {
	.picture-list .imgwrap {
		line-height:100px;
	}
}
@media all and(-webkit-min-device-pixel-ratio:10000),not all and(-webkit-min-device-pixel-ratio:0) {
	head~body .picture-list .imgwrap {
		line-height:100px;
	}
}
*+html .picture-list .imgwrap {
	font-family:"Simsun";
	height:105px;
	line-height:0;
	text-align:center;
	diplay:inline-block;
	zoom:1;
	font-size:79px;
}
* html .picture-list .imgwrap {
	font-family:"Simsun";
	height:105px;
	line-height:0;
	text-align:center;
	diplay:inline-block;
	zoom:1;
	font-size:79px;
}
.picture-list p {
	height:20px;
	line-height:20px;
	margin:4px 0 -9px;
	overflow:hidden;
}
.picture-list a {
	color:#666;
}
.picture-list a:hover {
	color:#c00;
}
.picture-list .gmore-hide {
	display:none;
}
.picture-list .imgwrap {
	position:relative;
}
.picture-list .imgwrap span {
	position:absolute;
	right:0;
	top:0;
	width:28px;
	height:13px;
	overflow:hidden;
	font:0/0 arial;
	background:url(apple_watch_icon2016.jpg) no-repeat 0 0;
}
.group-header {
	padding:24px 0 0;
	margin:0 20px -5px;
	border-top:1px solid #f0f0f0;
}
.group-header-first {
	border-top:0 none;
}
.group-header h4 {
	height:24px;
	overflow:hidden;
	font:14px/24px 'Microsoft YaHei',arial;
	color:#333;
}
.group-header .group-type {
	color:#c00;
}
.group-header .group-intro {
	margin-top:10px;
	color:#666;
}
.view-more-pics {
	padding:0 0 30px;
}
.view-more-pics a {
	display:block;
	width:213px;
	height:36px;
	margin:0 auto;
	border:1px solid #d4d4d4;
	color:#666;
	text-align:center;
	font:16px/36px 'Microsoft YaHei',arial;
	border-radius:3px;
	background:#fff;
}
.view-more-pics a:hover {
	color:#666;
	text-decoration:none;
	background:#f5f5f5;
}
.view-more-pics span {
	position:relative;
	padding-right:18px;
}
.view-more-pics span i {
	position:absolute;
	right:0;
	top:8px;
	width:12px;
	height:6px;
	font:0/0 arial;
	background-position:-18px -276px;
}
.view-more-pics .fold-more span i {
	background-position:-38px -276px;
}
.section {
	margin-top:20px;
	border-top:2px solid #4595e6;
}
.section .section-header {
	position:relative;
	height:44px;
	border:1px solid #e6e6e6;
	border-top:0 none;
	background:#fafafa;
}
.section .section-header h2,.section .section-header h3 {
	margin:0 0 0 20px;
	font:normal 16px/44px 'Microsoft YaHei',arial;
}
.section .section-header .links {
	color:#4595e6;
	margin-left:20px;
}
.section-header .more {
	position:absolute;
	top:9px;
	right:20px;
	width:68px;
	height:24px;
	line-height:24px;
	border:1px solid #d8d8d8;
	background-color:#fff;
	color:#666;
	text-align:center;
}
.section-header .more .icon-rarr {
	position:absolute;
	top:8px;
	right:5px;
	width:5px;
	height:9px;
	overflow:hidden;
	background-position:-75px -60px;
}
.section-header .more:hover {
	background:#f6f6f6;
	color:#666;
	text-decoration:none;
}
.section-header .more:hover .icon-rarr {
	background-position:-75px -60px;
}
.section-header .adSpace {
	position:absolute;
	top:0;
	right:15px;
	color:#666;
	line-height:44px;
}
.section-header .new-icon {
	float:right;
	width:35px;
	height:15px;
	overflow:hidden;
	margin:5px 10px 0 0;
	background-position:-15px -250px;
	text-indent:-999em;
}
.section-header #myAhot-question-sectionsk {
	float:right;
}
.section-header .btn-post {
	_display:inline;
	float:right;
	width:90px;
	height:34px;
	overflow:hidden;
	margin:5px 20px 0 0;
	border-radius:1px;
	border:0 none;
	outline:0 none;
	background:#4595e6;
	color:#fafafa;
	font:normal 14px/34px 'Microsoft YaHei',arial;
	text-align:center;
	cursor:pointer;
}
.section-header .btn-post:hover {
	background:#1d6ebf;
	color:#fff;
	text-decoration:none;
}
.section .section-content {
	border:1px solid #e6e6e6;
	border-top:0 none;
}
.section-header .a-more-hc {
	position:absolute;
	top:9px;
	right:20px;
	width:68px;
	height:24px;
	line-height:24px;
	color:#999;
	text-align:center;
}
.section-header .a-more-hc:hover {
	color:#c00;
}
.view-more-pics span i,.pagebar .prev i,.pagebar .next i {
	background:url(product-publicIcons-20150205.png) no-repeat;
}
.section-header .more {
	padding-left:28px;
	text-align:left;
	width:58px;
}
.section-header .more i {
	position:absolute;
	left:10px;
	top:7px;
	width:12px;
	height:10px;
	background:url(section-more-picture.png) no-repeat 0 0;
}
.pics-category {
	margin:17px 0 0;
}
.pic_cate_t {
	position:relative;
	padding-bottom:5px;
	margin:0 0 -1px;
	height:22px;
	border-bottom:1px solid #e6e6e6;
	font:14px/22px "Microsoft YaHei",arial;
}
.pics-category .cate-item {
	position:relative;
	padding:1px 0 6px 73px;
	zoom:1;
	border-top:1px dotted #e6e6e6;
}
.pics-category .color-cate-item {
	padding:4px 0 9px 73px;
}
.pics-category h4 {
	position:absolute;
	left:0;
	top:7px;
	width:62px;
	height:22px;
	padding:0 8px 0 0;
	font:14px/21px 'Microsoft YaHei',arial;
	text-align:right;
	color:#666;
}
.pics-category .color-cate-item h4 {
	top:11px;
}
.pics-category-list {
	overflow:hidden;
	zoom:1;
}
.pics-category-list li {
	position:relative;
	float:left;
	height:22px;
	margin:5px 20px 0 0;
	font:14px/21px 'Microsoft YaHei',arial;
}
.pics-category-list a {
	float:left;
	padding:0 5px;
	height:22px;
	overflow:hidden;
	color:#4595e6;
}
.pics-category-list a em {
	padding-left:4px;
	font-size:12px;
}
.pics-category-list a:hover,.pics-category-list .active {
	background:#4495e6;
	color:#fff;
	text-decoration:none;
}
.pics-category-list a.active-no:hover,.pics-category-list .active-no {
	background:none;
	color:#999;
	text-decoration:none;
}
.pics-category-list .active-no {
	color:#999;
	text-decoration:none;
	cursor:pointer;
}
.pics-category-list a:hover em,.pics-category-list .active em {
	color:#fff;
}
.pics-category-list a.active-no:hover em,.pics-category-list .active-no em {
	color:#999;
}
.pics-category-list .eva-hot {
	position:absolute;
	left:62px;
	top:-5px;
	width:9px;
	height:11px;
	background:url(globalSiteNav-bg.png) no-repeat -60px -190px;
	font:0/0 arial;
}
.pics-category-list .cate-new-icon {
	position:absolute;
	right:-10px;
	top:-5px;
	width:9px;
	height:14px;
	background:url(new20150819.gif) no-repeat 0 0;
	font:0/0 arial;
}
.color-cate-list li {
	width:auto;
	margin-right:15px;
	height:24px;
	font:14px/19px 'Microsoft YaHei',arial;
}
.color-cate-list li a {
	padding:1px 7px;
	height:20px;
	overflow:hidden;
	border:1px solid #dbdbdb;
}
.color-cate-list li i {
	float:left;
	width:10px;
	height:10px;
	margin:4px 5px 0 0;
	border-width:1px;
	border-style:solid;
	font:0/0 arial;
}
.color-cate-list li a:hover,.color-cate-list .active {
	padding:0 6px;
	border-width:2px;
	border-color:#4495e6;
	color:#333;
	background:#fff;
}
.color-cate-list li a:hover em,.color-cate-list .active em {
	color:#999;
}
.tips-of-pics {
	position:relative;
	float:right;
	white-space:nowrap;
	margin:-27px 0 0;
	height:22px;
	line-height:22px;
	color:#999;
	overflow:hidden;
}
.pic-cate-content {
	border:1px solid #e6e6e6;
	border-top:0 none;
}
.picture-list {
	padding:0 0 20px 10px;
}
.picture-list li {
	float:left;
	padding:20px 0 0 0;
	width:262px;
	text-align:center;
	position:relative;
}
.picture-list .imgwrap {
	display:block;
	width:260px;
	height:195px;
	line-height:190px;
	line-height:190px\9;
	border:1px solid #e6e6e6;
	text-align:center;
	font-family:arial;
}
:root .picture-list .imgwrap {
	line-height:190px;
}
.imgwrap img,.imgwrap:hover img {
	vertical-align:middle;
}
.imgwrap:hover {
	border-color:#4495e6;
}
.picture-list li .more {
	display:block;
	height:195px;
	border:1px solid #e6e6e6;
	background:url(more-icon.jpg) center 16px no-repeat;
}
.picture-list li .more span {
	padding-top:55px;
	display:block;
	font-size:13px;
	color:#4595e6;
}
.picture-list li .more:hover {
	color:#fff;
	background:#4595e6 url(https://icon.zol-img.com.cn/detail/more-icon-hover.jpg) center 16px no-repeat;
	text-decoration:none;
}
.picture-list li .more:hover span {
	color:#fff;
}
@media screen and(-webkit-min-device-pixel-ratio:0) {
	.picture-list .imgwrap {
		line-height:100px;
	}
}
@media all and(-webkit-min-device-pixel-ratio:10000),not all and(-webkit-min-device-pixel-ratio:0) {
	head~body .picture-list .imgwrap {
		line-height:100px;
	}
}
*+html .picture-list .imgwrap {
	font-family:"Simsun";
	height:105px;
	line-height:0;
	text-align:center;
	diplay:inline-block;
	zoom:1;
	font-size:79px;
}
* html .picture-list .imgwrap {
	font-family:"Simsun";
	height:105px;
	line-height:0;
	text-align:center;
	diplay:inline-block;
	zoom:1;
	font-size:79px;
}
.picture-list p {
	height:20px;
	line-height:20px;
	margin:4px 0 -9px;
	overflow:hidden;
}
.picture-list a {
	color:#666;
}
.picture-list a:hover {
	color:#c00;
}
.picture-list .gmore-hide {
	display:none;
}
.picture-list .imgwrap {
	position:relative;
}
.picture-list .imgwrap span {
	position:absolute;
	right:0;
	top:0;
	width:28px;
	height:13px;
	overflow:hidden;
	font:0/0 arial;
	background:url(apple_watch_icon2016.jpg) no-repeat 0 0;
}
.group-header {
	padding:24px 0 0;
	margin:0 20px -5px;
	border-top:1px solid #f0f0f0;
}
.group-header-first {
	border-top:0 none;
}
.group-header h4 {
	height:24px;
	overflow:hidden;
	font:14px/24px 'Microsoft YaHei',arial;
	color:#333;
}
.group-header .group-type {
	color:#c00;
}
.group-header .group-intro {
	margin-top:10px;
	color:#666;
}
.view-more-pics {
	padding:0 0 30px;
}
.view-more-pics a {
	display:block;
	width:213px;
	height:36px;
	margin:0 auto;
	border:1px solid #d4d4d4;
	color:#666;
	text-align:center;
	font:16px/36px 'Microsoft YaHei',arial;
	border-radius:3px;
	background:#fff;
}
.view-more-pics a:hover {
	color:#666;
	text-decoration:none;
	background:#f5f5f5;
}
.view-more-pics span {
	position:relative;
	padding-right:18px;
}
.view-more-pics span i {
	position:absolute;
	right:0;
	top:8px;
	width:12px;
	height:6px;
	font:0/0 arial;
	background-position:-18px -276px;
}
.view-more-pics .fold-more span i {
	background-position:-38px -276px;
}
.pagebar {
	padding:10px 0 30px;
	font-size:14px;
	line-height:28px;
	text-align:center;
}
.pagebar span {
	font-family:verdana;
	margin:0 3px 0 2px;
}
.pagebar span.sel {
	font-family:arial;
}
.pagebar a,.pagebar .sel {
	display:inline-block;
	border:1px solid #e0e0e0;
	padding:0 10px;
	height:28px;
	background-color:#fff;
	white-space:nowrap;
	margin:0 3px 0 2px;
	vertical-align:top;
	_vertical-align:baseline;
}
.pagebar a {
	color:#333;
}
.pagebar .sel,.pagebar a:hover {
	background-color:#3687d9;
	color:#fff;
	border-color:#3687d9;
}
.pagebar a:hover {
	text-decoration:none;
}
.pagebar .prev {
	position:relative;
	zoom:1;
	padding:0 10px 0 23px;
	background-position:10px 9px;
	font-family:arial;
}
.pagebar .next {
	position:relative;
	zoom:1;
	padding:0 23px 0 10px;
	background-position:-34px 9px;
	font-family:arial;
}
.pagebar .prev i,.pagebar .next i {
	position:absolute;
	top:9px;
	left:10px;
	width:7px;
	height:11px;
	overflow:hidden;
	background-position:-1px -95px;
}
.pagebar .next i {
	left:auto;
	right:10px;
	background-position:-11px -95px;
}
.pagebar .prev:hover i {
	background-position:0 -110px;
}
.pagebar .next:hover i {
	background-position:-10px -110px;
}
.nopic {
	padding:30px 0 20px;
	height:28px;
	text-align:center;
	font:14px/2 arial;
}
.similar-pics {
	float:left;
	width:514px;
	padding:10px 8px;
}
.similar-list {
	padding:10px 0 12px;
}
.similar-list li {
	float:left;
	width:104px;
	padding:0 12px;
	text-align:center;
}
.similar-list .pic {
	display:block;
	width:104px;
	height:79px;
}
.similar-list img {
	display:block;
	padding:1px;
	border:1px solid #e6e6e6;
	width:100px;
	height:75px;
}
.similar-list .pic:hover img {
	border-color:#4495e6;
}
.similar-list h4 {
	margin-top:5px;
	height:36px;
	overflow:hidden;
	font:12px/18px 'Microsoft YaHei',arial;
	text-align:center;
}
.similar-list p {
	display:block;
	height:18px;
	margin-top:6px;
	text-align:left;
	color:#c00;
}
.similar-list .pk {
	position:relative;
	float:right;
	padding-right:10px;
	white-space:nowrap;
	color:#999;
}
.similar-list .pk .icon-rarr {
	position:absolute;
	right:0;
	top:5px;
	width:5px;
	height:9px;
	background-position:-75px -60px;
}
.similar-list .pk:hover {
	color:#c00;
}
.other-pics {
	float:left;
	width:200px;
	padding:10px 0 10px 20px;
}
.other-pics h4 {
	height:20px;
	margin-top:6px;
	font:bold 14px/20px "Microsoft YaHei",arial;
}
.pic-search-form select {
	display:block;
	vertical-align:middle;
	width:170px;
	margin-top:10px;
	font-family:"Microsoft YaHei";
}
.pic-search-form input {
	width:50px;
	height:24px;
	padding-bottom:1px;
	margin-top:10px;
	line-height:20px;
	cursor:pointer;
	font-family:"Microsoft YaHei";
}
.side-anchor-menu-top,.side-anchor-menu-bottom,.side-anchor-menu-box li a,.side-anchor-menu-up,.side-anchor-menu-down,.side-anchor-menu-up-disabled,.side-anchor-menu-down-disabled {
	background:url(picture-sidemenu.png) no-repeat;
}
.side-anchor-menu {
	position:fixed;
	right:50%;
	bottom:50px;
	margin-right:610px;
}
.picture-list .view-source-pic {
	position:absolute;
	right:25px;
	top:25px;
	height:20px;
	padding:0 10px;
	color:#fff;
	background-color:rgba(0,0,0,.5);
	-webkit-border-radius:20px;
	border-radius:20px;
	z-index:5;
	text-align:center;
	line-height:20px;
	vertical-align:middle;
}
.picture-list .view-source-pic:hover {
	color:#fff;
}
/***/
.msg p.stc{
	margin:0;
	padding:0;
	text-align:center;
	text-indent:0px;
}
.msg p strong.subtitle{
	text-indent:0px;
}
.subtitle {
	border-radius:10px;
  text-decoration: none;
  display: inline-block;
	padding: 2px 22px;
	margin:6px auto;
  
  color: white;
  background-color: #77b11c;
  background-repeat: no-repeat;
}
.subtitle:hover, .subtitle:focus {
  -webkit-animation: bubbles 1s forwards ease-out;
          animation: bubbles 1s forwards ease-out;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 90% 90% / 0.88em 0.88em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 23% 141% / 0.81em 0.81em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 17% 90% / 0.68em 0.68em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 15% 94% / 1.12em 1.12em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 42% 126% / 0.86em 0.86em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 102% 120% / 0.58em 0.58em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 12% 121% / 0.67em 0.67em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 69% 87% / 1.18em 1.18em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 32% 99% / 0.79em 0.79em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 84% 129% / 0.79em 0.79em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 40% 99% / 0.72em 0.72em;
  background-color: #77b11c;
  background-repeat: no-repeat;
}

@-webkit-keyframes bubbles {
  100% {
    background-position: 92% -220%, 31% -185%, 24% 6%, 16% -328%, 39% -366%, 110% -375%, 5% -60%, 59% -365%, 41% -363%, 82% -8%, 37% -224%;
    box-shadow: inset 0 -6.5em 0 #0072c4;
  }
}

@keyframes bubbles {
  100% {
    background-position: 92% -220%, 31% -185%, 24% 6%, 16% -328%, 39% -366%, 110% -375%, 5% -60%, 59% -365%, 41% -363%, 82% -8%, 37% -224%;
    box-shadow: inset 0 -6.5em 0 #0072c4;
  }
}

/**/
.detail_nav .product-model{
	width:100%;
}
.detail_nav .snav{
	width:100%;
}
.detail_nav .product-model__subtitle {
	float:left;
	clear:none;
	padding-top:15px;
	font:26px/46px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
	color:#0072c4;
}
.detail_nav h1{
	float:left;
}
.detail_nav h2{
	clear:both;
	border:dotted;
}

#r-float-qrcode.position-1 {
    left: auto;
    right: 0;
}
#r-float-qrcode {
    position: fixed;
    left: 0;
    bottom: 44px;
    margin-top: 0;
    z-index: 1004;
}
#r-float-qrcode .expand-to-show {
    padding: 23px 13px 0 17px;
    width: 99px;
    height: 128px;
    background: url(https://icon.zol-img.com.cn/detail/js/module/app-download-float/images/new-bg.png) center center no-repeat;
}
#r-float-qrcode .qrcode img {
    display: block;
    height: 80px;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
}
#r-float-qrcode .qrcode-tip {
    color: #999;
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
    height: 32px;
    line-height: 16px;
    overflow: hidden;
}