html {
	-webkit-text-size-adjust:none;
}
body {
	margin:0;
	height:100%;
	overflow-x:hidden;
	-webkit-overflow-scrolling:touch;
	-webkit-text-size-adjust:none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display:block;
}
audio,canvas,progress,video {
	display:inline-block;
	vertical-align:baseline;
}
audio:not([controls]) {
	display:none;
	height:0;
}
[hidden],template {
	display:none;
}
svg:not(:root) {
	overflow:hidden;
}
a {
	background:transparent;
	text-decoration:none;
	outline:0;
	-webkit-tap-highlight-color:rgba(26,26,26,.3)!important;
}
a:active {
	outline:0 none!important;
}
img {
	border:0 none;
	vertical-align:middle;
}
em {
	font-style:normal;
}
button,input,optgroup,select,textarea {
	color:inherit;
	font:inherit;
	margin:0;
}
button {
	overflow:visible;
}
button,select {
	text-transform:none;
}
button[disabled],html input[disabled] {
	cursor:default;
}
button::-moz-focus-inner,input::-moz-focus-inner {
	border:0;
	padding:0;
}
input {
	line-height:normal;
}
input[type="checkbox"],input[type="radio"] {
	box-sizing:border-box;
	padding:0;
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
	height:auto;
}
input[type="search"] {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
textarea {
	overflow:auto;
	resize:vertical;
}
input[type="button"],input[type="text"],input[type="submit"],input[type="search"],input[type="email"],input[type="number"],input[type="phone"],input[type="tel"],input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration,button,textarea {
	-webkit-appearance:none;
	-moz-appearance:none;
	-webkit-border-image:none;
	border-image:none;
	-webkit-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
td,th {
	padding:0;
}
html,button,input,select,textarea {
	font-family:"Helvetica Neue",Helvetica,STHeiTi,'Microsoft YaHei',Arial,sans-serif;
}
h1,h2,h3,h4,h5,h6,p,figure,form,blockquote,ul,ol,li,dl,dd,em {
	margin:0;
	padding:0;
}
ul,ol {
	list-style:none outside none;
}
h1,h2,h3,h4,em {
	font-weight:normal;
}
input::-moz-placeholder,textarea::-moz-placeholder {
	color:#ccc;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color:#ccc;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color:#ccc;
}
h1,h2,h3,h4,h5,h6,div,p,li,dt,dd,em {
	max-height:999999px;
}
.flex,.fix-flex {
	display:-webkit-box;
	display:-moz-box;
	display:box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
}
.fix-flex .flex-item,.flex>* {
	display:block;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	box-flex:1;
	-ms-flex:1;
	-webkit-flex:1;
	-moz-flex:1;
	flex:1;
}
body {
	background-color:#eee;
	color:#333;
}
a {
	color:#333;
}
section {
	margin-bottom:.2rem;
	background-color:#fff;
	border-bottom:1px solid #d9d9d9;
	box-shadow:0 1px 3px 0 rgba(0,0,0,.08);
}
section .header {
	position:relative;
	height:.9rem;
	line-height:.9rem;
	padding:0 .2rem;
}
.hairlines section {
	border-width:.5px;
}
section .header.noborder {
	border-bottom:0 none;
}
section .header h2 {
	height:.9rem;
	padding-left:.1rem;
	color:#198ef6;
}
section .header-with-tip h2 {
	float:left;
}
[data-dpr="1"] section .header h2 {
	font-size:16px!important;
}
[data-dpr="2"] section .header h2 {
	font-size:32px!important;
}
[data-dpr="3"] section .header h2 {
	font-size:48px!important;
}
section .header::before {
	content:'';
	position:absolute;
	left:0;
	top:50%;
	width:.08rem;
	height:.36rem;
	background-color:#198ef6;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
section .header .other {
	color:#628fd9;
	float:right;
}
.view-more {
	display:block;
	height:.85rem;
	line-height:.85rem;
	text-align:center;
	color:#198ef6!important;
}
[data-dpr="1"] .view-more {
	font-size:14px!important;
}
[data-dpr="2"] .view-more {
	font-size:28px!important;
}
[data-dpr="3"] .view-more {
	font-size:42px!important;
}
.view-more::after {
	content:'';
	display:inline-block;
	width:.26rem;
	height:.26rem;
	border-style:solid;
	border-color:#198ef6;
	border-width:.05rem .05rem 0 0;
	-webkit-transform:rotate(45deg) scale(0.5) translateY(-0.06rem);
	transform:rotate(45deg) scale(0.5) translateY(-0.06rem);
	vertical-align:middle;
}
.view-more:visited {
	color:#198ef6!important;
}
.view-more-in::after {
	-webkit-transform:rotate(135deg) scale(0.5) translateX(-0.18rem);
	transform:rotate(135deg) scale(0.5) translateX(-0.18rem);
}
.tab {
	height:.58rem;
	line-height:.64rem;
	margin:0 .2rem;
	border:1px solid #ccc;
	border-radius:.08rem;
	-webkit-border-radius:.08rem;
	overflow:hidden;
}
.tab li {
	height:.58rem;
	border-right:1px solid #ccc;
	color:#333;
	background-color:#fafafa;
	text-align:center;
}
.tab li:last-child {
	border-right:0 none;
}
.tab li.current,.tab li.active {
	color:#198ef6;
	background-color:#fff;
}
.ios .tab {
	line-height:.58rem;
}
.hairlines .tab {
	border-width:.5px;
}
.hairlines .tab li {
	border-right-width:.5px;
}
.lazy-load-loading {
	padding:.5rem .2rem;
	min-height:1rem;
	text-align:center;
	color:#999;
	line-height:1rem;
}
.data-loading {
	position:fixed;
	z-index:999999999;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	width:2rem;
	height:2rem;
	background:rgba(0,0,0,0.6);
	border-radius:.2rem;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:.4rem 0;
	text-align:center;
	color:#fff;
	overflow:hidden;
}
.data-loading img {
	vertical-align:middle;
}
.data-loading p {
	margin-top:.2rem;
	height:.4rem;
	line-height:.4rem;
	overflow:hidden;
	font-size:.28rem;
}
.toast {
	opacity:1;
	position:fixed;
	z-index:999999999;
	left:50%;
	top:50%;
	padding:0 1rem;
	width:100%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	text-align:center;
	-webkit-transition:opacity .4s ease-out;
	transition:opacity .4s ease-out;
}
.toast span {
	display:inline-block;
	vertical-align:top;
	padding:.06rem .2rem;
	min-width:3rem;
	max-width:5rem;
	line-height:.48rem;
	background:rgba(0,0,0,.6);
	border-radius:.3rem;
	color:#fff;
	font-size:.32rem;
	text-align:center;
}
.back-to-top {
	display:block;
	position:fixed;
	right:.3rem;
	bottom:3rem;
	z-index:9999;
	width:.8rem;
	height:.8rem;
	opacity:1;
	border-radius:1rem;
	overflow:hidden;
	color:rgba(0,0,0,0);
	background:rgba(0,0,0,.6) url(data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAQAAADa613fAAACKklEQVR42u3avU4bQRQF4LPYstA2tHkAWvME4TV4CwLEAgRIxkGgIBEBhSVbCj8FBeKvQDIhoc4TQEVLwRNQpOKkgKyu7bWz8s54betcN+Ode8f30+w2sw6I0YgxCCKIIIIIIogggggiiCCCCCKIIIIIIogggqSNfM+VE5j00M8jXvoN+YiGB8g0fusZEWSgIuj5/UiIDx76ecaffkN0aw0vJEQ4CpAQDTT6QKHfT8g7kuQdQ7+/5Jcxzp/8F784PqyQAn/Qxi0Lwwgp8IatceOP4o9xzbi49kXxxbhip7jyQ/HByPOC3eKS+WGA5HgWtfzKWjSu8TUanzM36JAcTw1jlsXoW5GzhnLqmuKacWIYn4gmCDhnKCduKW4Zx4YxR7RBminHLinuGAEPzQM9/361FQLOm6wjBoMGCfjdNLgQXW+HgAsm88AVxRWjHsuIh4CfTXbdDcUNo2oaKzXNxUPAkqmouqC4YOybphZbZjtBwEVTtZ+ekh6yaxpaapvtDAGXTOVe1pAd08xyzHw3CLhsqr9lCflqGlmJzegOAVfMCttZQTZNE2sdcv4HAVfNKptZQCoJGEkg4JpZqdJrPy5OUcrYSlW/hXK2pyhve7LeNSfJjoBgOd1+MMX7EaACgPji5FRqAwECVLI4xE4WRdy/j6bwoLNfQQQRRBBBBBEkWeQ9r/+EmWg0oH8Y0K0liCCCCCKIIIIIIogggggiiCCCCCKIIIKMHOQvhtzXouuGh04AAAAASUVORK5CYII=) no-repeat 50% 50%;
	-webkit-background-size:contain;
	background-size:contain;
}
.compare-entry-button {
	display:block;
	position:fixed;
	right:.3rem;
	bottom:3.9rem;
	z-index:10000;
	width:.8rem;
	height:.8rem;
	line-height:.8rem;
	color:#fff!important;
	background:#198ef6;
	font-size:.24rem;
	text-align:center;
	border-radius:.8rem;
}
.compare-entry-button.right-down {
	margin:auto;
	left:0;
	right:0;
	top:70%;
	bottom:0;
	background:#198EF6;
}
.compare-entry-button-only {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:.12rem 0;
	line-height:.28rem;
}
.compare-entry-button:visited {
	color:#fff!important;
}
.compare-entry-button .num {
	position:absolute;
	top:-3px;
	right:-3px;
	height:.36rem;
	width:.36rem;
	border-radius:.36rem;
	background-color:#ff3b30;
	line-height:.36rem;
	text-align:center;
}
.compare-entry-button .pk {
	font-weight:bold;
	display:block;
	font-size:.34rem;
	line-height:.42rem;
	margin-top:.1rem;
}
.compare-entry-button .text {
	line-height:.32rem;
	display:block;
	margin-top:-0.12rem;
}
.section-ads,.section-ads1 {
	margin-bottom:.2rem;
	overflow:hidden;
	width:100%;
	background-color:#fff;
	padding:.1rem 0 .1rem;
}
.section-ads img[width="0"],.section-ads img[width="1"] {
	width:0!important;
	display:none;
}
.section-ads div,.section-ads img {
	width:100%!important;
	height:auto!important;
}
.section-ads1 div,.section-ads1 img {
	width:100%!important;
	height:auto;
}
.clearfix:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size:0;
}
.text-center {
	text-align:center!important;
}
.pt {
	padding-top:10px!important;
}
.pb {
	padding-bottom:10px!important;
}
.flex-item-1 {
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
}
.flex-item-2 {
	-webkit-box-flex:2;
	-webkit-flex:2;
	-ms-flex:2;
	flex:2;
}
.flex-item-3 {
	-webkit-box-flex:3;
	-webkit-flex:3;
	-ms-flex:3;
	flex:3;
}
input,select,textarea {
	margin:0;
	padding:0;
	font-size:100%;
	font:inherit;
	-webkit-tap-highlight-color:transparent;
	outline:0;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.header {
	background:#198EF6;
	text-align:center;
	line-height:44px;
	color:#fff;
}
.header .link-back {
	position:absolute;
	left:15px;
	top:15px;
	width:10px;
	height:10px;
	border-width:2px 0 0 2px;
	border-style:solid;
	border-color:#fff;
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.compare-contain {
	background:#fff;
	display:table;
	width:100%;
	overflow:hidden;
}
.compare-contain .left {
	display:table-cell;
	width:93px;
	vertical-align:middle;
	position:relative;
}
.compare-contain .left label {
	display:block;
	padding:.25rem 0;
	text-align:center;
}
.compare-contain .left label input {
	display:none;
}
.compare-contain .left label input+span::before {
	content:"";
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	position:relative;
	display:inline-block;
	vertical-align:middle;
	width:10px;
	height:10px;
	vertical-align:text-top;
	border:solid #666 1px;
	-webkit-border-radius:3px;
	border-radius:3px;
	position:absolute;
	left:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}
.compare-contain .left label input:checked+span::before {
	border-color:#198EF6;
}
.compare-contain .left label input:checked+span::after {
	content:"";
	position:absolute;
	height:4px;
	width:7px;
	border-left:1px solid #198EF6;
	border-bottom:1px solid #198EF6;
	left:2px;
	top:5px;
	-webkit-transform:rotate(-54deg);
	-ms-transform:rotate(-54deg);
	transform:rotate(-54deg);
}
.compare-contain .left label span {
	padding-left:14px;
	display:inline-block;
	position:relative;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
	height:16px;
}
._j_fixed_header {
	height:176px;
}
._j_fixed_header .btn-change {
	display:none;
}
.fixed {
	padding-top:156px;
}
.fixed ._j_fixed_header {
	position:fixed;
	left:0;
	top:0;
	right:0;
	background:#fff;
	height:98px;
	z-index:9;
	border-bottom:1px solid #F2F2F2;
}
.fixed ._j_fixed_header .pic {
	display:none;
}
.fixed ._j_fixed_header .btn-change {
	display:block;
}
.fixed .compare-contain .column h4 {
	height:18px;
	white-space:nowrap;
	overflow:hidden;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.compare-contain .left label input:checked {
	border-color:#198EF6;
}
.compare-contain .left label input:checked+span {
	color:#198EF6;
}
.compare-contain .left label input:checked::before {
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	width:4px;
	height:7px;
	border:1px solid;
	margin-top:-2px;
	border-color:transparent #198EF6 #198EF6 transparent;
	-webkit-transform:translate(-50%,-50%) rotate(45deg);
	-ms-transform:translate(-50%,-50%) rotate(45deg);
	transform:translate(-50%,-50%) rotate(45deg);
}
.fixed .compare-contain .left label {
	padding:.05rem;
}
.fixed .compare-contain .left label:first-child {
	padding-top:.1rem;
}
.fixed .compare-contain .left .highlight-color {
	display:none;
}
.compare-contain .left .highlight-color {
	display:inline-block;
	height:1em;
	width:4em;
	border:1px solid #DBDBDB;
	background:#F2F9FF;
	margin-top:.1rem;
	padding-left:.36rem;
}
.compare-contain .main {
	position:relative;
	display:table-cell;
	overflow:hidden;
}
.compare-contain .slide {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	font-size:0;
	white-space:nowrap;
}
.compare-contain .column {
	position:relative;
	width:124px;
	height:198px;
	display:inline-block;
	padding:10px 15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	vertical-align:top;
}
.compare-contain .column::before,._j_fixed_header .left::before {
	position:absolute;
	content:"";
	right:0;
	top:10px;
	bottom:0;
	width:1px;
	background:#f2f2f2;
}
.compare-contain .column .pic {
	width:95px;
	height:78px;
}
.compare-contain .column .pic img {
	width:100%;
	height:100%;
}
.compare-contain .column h4 {
	height:36px;
	margin-top:8px;
	font-size:13px;
	font-weight:bold;
	line-height:18px;
	white-space:normal;
	overflow:hidden;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.compare-contain .column .price {
	margin-top:6px;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	color:#f63;
}
.compare-contain .column .infos {
	margin-top:4px;
	font-size:12px;
	line-height:16px;
	height:16px;
	overflow:hidden;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	color:#999;
	white-space:nowrap;
}
.compare-contain .column .btn-change {
	font-size:12px;
	color:#198EF6;
	line-height:16px;
	margin-top:8px;
}
.compare-contain .column .btn-change::after {
	width:5px;
	height:5px;
	display:inline-block;
	content:"";
	vertical-align:middle;
	border:1px solid;
	border-color:#198EF6 #198EF6 transparent transparent;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}
.compare-contain .column-close {
	position:absolute;
	right:0;
	top:8px;
	width:20px;
	height:20px;
	background:url(https://icon.zol-img.com.cn/wap2016/compare/icon_close.png) no-repeat;
	-webkit-background-size:20px 20px;
	background-size:20px;
}
.fixed .compare-contain .column {
	height:98px;
	text-align:center;
}
.col-add {
	text-align:center;
}
.col-add .title {
	color:#198EF6;
}
.col-add .icon-add {
	display:block;
	width:34px;
	height:34px;
	margin:50px auto 20px;
	background:url(https://icon.zol-img.com.cn/wap2016/compare/icon_tianjia.png) no-repeat;
	-webkit-background-size:34px 34px;
	background-size:34px;
}
.fixed .col-add .icon-add {
	margin-top:22px;
	margin-bottom:0;
}
.fixed .col-add .infos,.navFixed .col-add .infos {
	display:none;
}
.compare-contain .main .data {
	position:relative;
	height:100%;
}
.compare-contain .item {
	display:table;
	width:auto;
	table-layout:fixed;
}
.compare-contain .main .item {
	text-align:center;
}
.compare-contain .left .group {
	width:93px;
}
.compare-contain .left h4 {
	padding:8px 15px;
	line-height:22px;
	font-size:16px;
	color:#000;
	border-top:8px solid #F5F5F5;
	border-bottom:1px solid #F2F2F2;
	position:relative;
	z-index:1;
	width:100vw;
	pointer-events:none;
}
.compare-contain .left .subtitle {
	padding:8px 15px 8px 20px;
	line-height:20px;
	font-size:14px;
	color:#198EF6;
	border-bottom:1px solid #F2F2F2;
	position:relative;
	z-index:1;
	width:100vw;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	pointer-events:none;
}
.compare-contain .left .subtitle::after {
	content:"";
	position:absolute;
	top:-1px;
	left:0;
	width:100%;
	height:0;
	border-top:solid #F2F2F2 1px;
}
.compare-contain .left .subtitle::before {
	position:absolute;
	width:2px;
	height:12px;
	background:#198EF6;
	content:"";
	left:15px;
	top:12px;
}
.compare-contain .left .item {
	background:#FAFAFA;
}
.compare-contain .item .item-col {
	width:124px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	display:table-cell;
	height:60px;
	padding:0 15px;
	font-size:14px;
	line-height:18px;
	vertical-align:middle;
	border-bottom:solid #F2F2F2 1px;
	border-right:solid #F2F2F2 1px;
	color:#444;
	white-space:normal;
	word-break:break-all;
}
.compare-contain .item .item-col.highlight {
	background-color:#F2F9FF;
}
.compare-contain .item .color-item {
	position:relative;
	padding-left:20px;
}
.compare-contain .item .color-item .text {
	display:block;
	white-space:nowrap;
	overflow:hidden;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	height:26px;
	line-height:26px;
	padding-left:5px;
	text-align:left;
}
.compare-contain .item .color-item .color {
	position:absolute;
	left:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	height:16px;
	width:16px;
	margin:0 auto;
	-webkit-border-radius:16px;
	border-radius:16px;
	background-color:#efefef;
	-webkit-box-shadow:0 0 4px rgba(0,0,0,0.2);
	box-shadow:0 0 4px rgba(0,0,0,0.2);
}
.compare-contain .item .icon-info {
	position:relative;
}
.compare-contain .item .icon-info::after {
	position:absolute;
	content:"";
	width:14px;
	height:14px;
	background:url(https://icon.zol-img.com.cn/wap/images/compare/zhushijiaobiao.png) no-repeat;
	-webkit-background-size:14px 14px;
	background-size:14px;
	top:0;
	right:0;
}
.compare-contain .main .empty {
	height:47px;
}
.compare-contain .main .empty2 {
	height:37px;
}
.compare-contain .param .item-col {
	text-align:center;
	background:url() no-repeat 50% 10px;
	-webkit-background-size:20px 20px;
	background-size:20px;
	padding-top:24px;
	font-size:13px;
}
.compare-contain .detail .item .item-col {
	color:#333;
}
.parameter-menus {
	position:fixed;
	right:15px;
	top:50%;
	max-width:160px;
	z-index:99;
}
.parameter-menus .btn-menu {
	width:40px;
	height:40px;
	background:rgba(0,0,0,.5);
	text-align:center;
	line-height:14px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:6px 0;
	color:#fff;
	-webkit-border-radius:20px;
	border-radius:20px;
	float:right;
}
.menu-list-container {
	background:rgba(0,0,0,.5);
	position:fixed;
	display:none;
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index:10000;
}
.menu-list-container.on {
	display:block;
}
.menu-list-container .swiper-container {
	position:absolute;
	width:45%;
	height:100%;
	right:0;
	top:0;
	background-color:#fff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.menu-list-container .menu-title,.menu-list-container .menu-list .item {
	display:block;
	line-height:35px;
	white-space:nowrap;
	height:35px;
	overflow:hidden;
	padding-left:15px;
	padding-right:15px;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.menu-list-container .menu-list {
	counter-reset:meneitem;
}
.menu-list-container .menu-list .item::before {
	content:counter(meneitem);
	counter-increment:meneitem;
	color:#999;
	margin-right:10px;
}
.menu-list-container .menu-list .item.on::before {
	color:#fff;
}
.menu-list-container .menu-list .item:nth-of-type(-n+9)::before {
	content:'0'counter(meneitem);
}
.menu-list-container .menu-list .item+.item {
	margin-top:8px;
}
.menu-list-container .menu-list .item.on {
	background:#188CF3;
	color:#fff;
}
.menu-list-container .menu-title {
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
}
.compare-contain .param .item:nth-child(2) .item-col {
	background-image:url(https://icon.zol-img.com.cn/wap2016/compare/icon_pingmu.png);
}
.compare-contain .param .item:nth-child(3) .item-col {
	background-image:url(https://icon.zol-img.com.cn/wap2016/compare/icon_cpu.png);
}
.compare-contain .param .item:nth-child(4) .item-col {
	background-image:url(https://icon.zol-img.com.cn/wap2016/compare/icon_GPU.png);
}
.compare-contain .param .item:nth-child(5) .item-col {
	background-image:url(https://icon.zol-img.com.cn/wap2016/compare/icon_RAM.png);
}
.compare-contain .param .item:nth-child(6) .item-col {
	background-image:url(https://icon.zol-img.com.cn/wap2016/compare/icon_ROM.png);
}
.compare-contain .param .item:nth-child(7) .item-col {
	background-image:url(https://icon.zol-img.com.cn/wap2016/compare/icon_dianchirongliang.png);
}
.compare-contain .param .item:nth-child(8) .item-col {
	background-image:url(https://icon.zol-img.com.cn/wap2016/compare/icon_houshe.png);
}
.compare-contain .param .item:nth-child(9) .item-col {
	background-image:url(https://icon.zol-img.com.cn/wap2016/compare/icon_qianshe.png);
}
.fixed-title {
	background:#F5F5F5;
	border-bottom:1px solid #F2F2F2;
}
.fixed-title em {
	padding:8px 15px;
	line-height:22px;
	font-size:16px;
	color:#000;
	display:table-cell;
}
.fixed-hide {
	display:none;
	position:fixed;
	top:98px;
	z-index:999;
}
.fixed-show {
	display:block;
}
.f5f5f5 {
	background:#F5F5F5;
	border-top:0!important;
}
.height39 {
	height:39px!important;
}
#top-nav {
	background:#fff;
	border-bottom:1px solid #f2f2f2;
}
#top-nav ul {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
}
#top-nav li {
	display:inline-block;
	height:40px;
	line-height:40px;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	text-align:center;
	font-size:15px;
}
#top-nav a,#top-nav span {
	color:#666;
	position:relative;
	display:block;
}
#top-nav li.on a,#top-nav li.on span {
	color:#333;
	font-weight:bold;
}
#top-nav li.on a:before,#top-nav li.on span:before {
	content:"";
	position:absolute;
	height:2px;
	width:25px;
	background-color:#37b4f0;
	left:50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	bottom:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.navFixed #top-nav {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:99;
}
.navFixed ._j_fixed_header {
	top:40px;
	height:98px;
}
.navFixed .fixed-hide {
	top:138px;
}
.item-b2cprice .itemsub-b2c {
	margin-top:8px;
	font-size:13px;
	line-height:20px;
	display:block;
}
.item-b2cprice .itemsub-b2c img {
	float:left;
	margin-right:8px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.item-b2cprice .red {
	color:#EB2F2F;
}
.fixed ._j_fixed_header .item-b2cprice {
	display:none;
}
.item-ds-f {
	display:block;
	line-height:20px;
	margin:.2rem 0;
	font-size:0;
	text-align:left;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	width:93px;
}
.item-ds-f img {
	display:inline-block;
	margin-right:5px;
	height:20px;
	width:20px;
	-webkit-border-radius:5px;
	border-radius:5px;
	vertical-align:middle;
}
.item-ds-f .price {
	display:inline-block;
	vertical-align:middle;
	color:#F24F4F;
}
.item-ds-f.discounts:after {
	content:"";
	background-image:url(data:image/png;
	base64,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);
	-webkit-background-size:contain;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:50%;
	display:inline-block;
	position:relative!important;
	margin-left:3px;
	vertical-align:middle;
	top:-6px;
	height:17px;
	width:18px;
}
.param-pic .icon {
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
	background-size:contain;
	margin-top:.2rem;
}
.param-pic .text {
	color:#888;
	margin-top:.16rem;
}
.danshoucaozuo .icon {
	background-image:url(https://icon.zol-img.com.cn/wap/images/compare/danshoucaozuo.png);
	height:67px;
}
.shuangshoucaozuo .icon {
	background-image:url(https://icon.zol-img.com.cn/wap/images/compare/shuangshoucaozuo.png);
	height:67px;
}
.gaopingzhanbi .icon {
	background-image:url(https://icon.zol-img.com.cn/wap/images/compare/gaopingzhanbi.png);
	height:67px;
}
.dipingzhanbi .icon {
	background-image:url(https://icon.zol-img.com.cn/wap/images/compare/dipingzhanbi.png);
	height:67px;
}
.quanpingzhanbi .icon {
	background-image:url(https://icon.zol-img.com.cn/wap/images/compare/quanpingzhanbi.png);
	height:67px;
}
.puqing .icon {
	background-image:url(https://icon.zol-img.com.cn/wap/images/compare/puqing.png);
	height:26px;
}
.gaoqing .icon {
	background-image:url(https://icon.zol-img.com.cn/wap/images/compare/gaoqing.png);
	height:26px;
}
.chaoqing .icon {
	background-image:url(https://icon.zol-img.com.cn/wap/images/compare/chaoqing.png);
	height:26px;
}
.zhongdiaozhen .icon {
	background-image:url(https://icon.zol-img.com.cn/wap/images/compare/zhongdiaozhen.png);
	height:26px;
}
.qingdiaozhen .icon {
	background-image:url(https://icon.zol-img.com.cn/wap/images/compare/qingdiaozhen.png);
	height:26px;
}
.yunsuanchaokuai .icon {
	background-image:url(https://icon.zol-img.com.cn/wap/images/compare/yunsuanchaokuai.png);
	height:26px;
}
.nengliruo .icon {
	background-image:url(https://icon.zol-img.com.cn/wap/images/compare/nengliruo.png);
	height:26px;
}
.nengyiban .icon {
	background-image:url(https://icon.zol-img.com.cn/wap/images/compare/nengyiban.png);
	height:26px;
}
.nengliqiang .icon {
	background-image:url(https://icon.zol-img.com.cn/wap/images/compare/nengliqiang.png);
	height:26px;
}
.liuchang_kakdun .icon {
	background-image:url(https://icon.zol-img.com.cn/wap/images/compare/liuchang_kakdun.png);
	height:26px;
}
.zhangshu .icon {
	background-image:url(https://icon.zol-img.com.cn/wap/images/compare/zhangshu.png);
	height:26px;
}
.yinyue .icon {
	background-image:url(https://icon.zol-img.com.cn/wap/images/compare/yinyue.png);
	height:26px;
}
.xiaorongliang .icon {
	background-image:url(https://icon.zol-img.com.cn/wap/images/compare/xiaorongliang.png);
	height:26px;
}
.darongliang .icon {
	background-image:url(https://icon.zol-img.com.cn/wap/images/compare/darongliang.png);
	height:26px;
}
.chaodarongliang .icon {
	background-image:url(https://icon.zol-img.com.cn/wap/images/compare/chaodarongliang.png);
	height:26px;
}
.hengxianjiekou .icon {
	background-image:url(https://icon.zol-img.com.cn/wap/images/compare/hengxianjiekou.png);
	height:26px;
}
.pingguojiekou .icon {
	background-image:url(https://icon.zol-img.com.cn/wap/images/compare/pingguojiekou.png);
	height:26px;
}
.buguizejiekou .icon {
	background-image:url(https://icon.zol-img.com.cn/wap/images/compare/buguizejiekou.png);
	height:26px;
}
.yuankongjiekou .icon {
	background-image:url(https://icon.zol-img.com.cn/wap/images/compare/yuankongjiekou.png);
	height:26px;
}
.xiangjijixiangsu .icon {
	background-image:url(https://icon.zol-img.com.cn/wap/images/compare/xiangjijixiangsu.png);
	height:26px;
}
.gaoqingxiangsuji .icon {
	background-image:url(https://icon.zol-img.com.cn/wap/images/compare/gaoqingxiangsuji.png);
	height:26px;
}
.putongxiangsu .icon {
	background-image:url(https://icon.zol-img.com.cn/wap/images/compare/putongxiangsu.png);
	height:26px;
}
.WiFi_icon .icon {
	background-image:url(https://icon.zol-img.com.cn/wap/images/compare/WiFi_icon.png);
	height:26px;
}
.nfc .icon {
	background-image:url(https://icon.zol-img.com.cn/wap/images/compare/nfc.png);
	height:26px;
}
.group h4::after {
	content:'\2014\0020\65e0';
	position:absolute;
	right:45px;
	bottom:8px;
	color:#999;
	font-size:12px;
}
.fixed-title em::after {
	content:'\2014\0020\65e0';
	position:absolute;
	right:15px;
	bottom:8px;
	color:#999;
	font-size:12px;
}
.event-hide {
	display:none!important;
}
.event-show {
	display:block!important;
}
.global-page-history-nav .title {
	font-size:18px!important;
}
body {
	background:#F5F5F5;
}
.flex-box {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
}
.nm {
	margin:0!important;
}
.np {
	padding:0!important;
}
.mt {
	margin-top:10px!important;
}
.mt.m15 {
	margin-top:15px!important;
}
.mb {
	margin-bottom:10px!important;
}
.mb.m15 {
	margin-bottom:15px!important;
}
.ml {
	margin-left:10px!important;
}
.ml.m15 {
	margin-left:15px!important;
}
.mr {
	margin-right:10px!important;
}
.mr.m15 {
	margin-right:15px!important;
}
.pt {
	padding-top:10px!important;
}
.pt.p15 {
	padding-top:15px!important;
}
.pb {
	padding-bottom:10px!important;
}
.pb.p15 {
	padding-bottom:15px!important;
}
.pl {
	padding-left:10px!important;
}
.pl.p15 {
	padding-left:15px!important;
}
.pr {
	padding-right:10px!important;
}
.pr.p15 {
	padding-right:15px!important;
}
.nb {
	border:0 none!important;
}
.fl {
	float:left!important;
}
.fr {
	float:right!important;
}
.white-bg {
	background-color:#fff!important;
}
.border-bottom {
	border-bottom:1px solid #F2F2F2;
}
.mt7 {
	margin-top:7px!important;
}
.auto-align {
	margin:0 auto;
}
.breads li a,.breads li span {
	display:block;
	font-size:12px;
	white-space:nowrap;
	position:relative;
	padding-right:15px;
	color:#198ef6;
}
.breads li span {
	color:#888;
	padding:0;
}
.breads li a:after {
	content:"";
	height:8px;
	width:8px;
	position:absolute;
	margin-top:-1px;
	border:1px solid #999;
	border-left-color:transparent!important;
	border-bottom-color:transparent!important;
	-webkit-transform:rotate(45deg) translateY(-50%);
	-ms-transform:rotate(45deg) translateY(-50%);
	transform:rotate(45deg) translateY(-50%);
	top:50%;
	right:5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.load-more:after {
	content:"\BB";
	color:transparent;
	display:inline-block;
	width:6px;
	height:6px;
	overflow:hidden;
	border-style:solid;
	border-color:#999 #999 transparent transparent;
	border-width:1px;
	vertical-align:middle;
}
.view-more:after {
	content:'';
	margin-left:-10px;
	width:12px;
	height:12px;
	display:inline-block;
	vertical-align:middle;
	border-style:solid;
	border-color:#999;
	border-width:.06rem .06rem 0 0;
	-webkit-transform-origin:100% 100%;
	-ms-transform-origin:100% 100%;
	transform-origin:100% 100%;
	-webkit-transform:rotate(45deg) scale(0.5) translateY(-51%);
	-ms-transform:rotate(45deg) scale(0.5) translateY(-51%);
	transform:rotate(45deg) scale(0.5) translateY(-51%);
}
.load-more:after {
	-webkit-transform:rotate(135deg);
	-ms-transform:rotate(135deg);
	transform:rotate(135deg);
	margin-top:-5px;
	margin-left:5px;
}
#bottom-nav {
	position:relative;
	background:#069eff;
	background:-webkit-gradient(linear,right top,left top,color-stop(32%,#069eff),to(#22c2fe));
	background:-webkit-linear-gradient(right,#069eff 32%,#22c2fe 100%);
	background:-o-linear-gradient(right,#069eff 32%,#22c2fe 100%);
	background:-webkit-gradient(linear,right top,left top,color-stop(32%,#069eff),to(#22c2fe));
	background:linear-gradient(to left,#069eff 32%,#22c2fe 100%);
}
#bottom-nav ul {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
}
#bottom-nav li {
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
}
#bottom-nav li a {
	display:block;
	text-align:center;
	color:white;
	height:42px;
	line-height:42px;
	font-size:18px;
}
#copyright {
	color:#222;
	font-size:12px;
	height:42px;
	line-height:42px;
	padding:0 10px;
	white-space:nowrap;
	overflow:hidden;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	text-align:center;
}
#bottom-breads {
	line-height:40px;
	overflow:hidden;
}
#bottom-breads .scroller li {
	display:inline-block;
	vertical-align:top;
}
#bottom-breads .scroller li:last-child {
	padding-right:0;
}
#bottom-breads .load-more {
	width:auto;
	color:#198ef6;
	margin:0;
	padding:0;
	border:none;
}
#bottom-breads.expanded .load-more::after {
	margin-top:3px;
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
#bottom-breads.expanded .channels-all {
	display:block;
}
.channels-all {
	border-top:1px solid #cecece;
	display:none;
}
.channels-all-list>li {
	padding:8px 0;
	border-bottom:1px dashed #e7e7e7;
	overflow:hidden;
}
.channels-all-list li:last-child {
	border:0 none;
}
.channels-all-list li>a {
	width:20%;
	text-align:center;
	float:left;
	overflow:hidden;
	white-space:nowrap;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	height:32px;
	line-height:32px;
	color:#444;
}
.channels-all-list li strong {
	width:43px;
	height:20px;
	line-height:20px;
	border:1px solid #e7e7e7;
	display:inline-block;
	vertical-align:middle;
	margin:0 auto;
}
.global-page-footer {
	font-size:12px;
}
.global-page-footer .versions {
	line-height:22px;
	color:#999;
	position:relative;
}
.global-page-footer .versions a,.global-page-footer .versions a:visited {
	color:#444;
}
.global-page-footer .versions span,.global-page-footer .versions a {
	margin:0 3px;
	font-size:12px;
}
.global-page-footer .versions>:last-child {
	margin-right:0;
}
.global-page-footer .versions>:first-child {
	margin-left:0;
}
.global-page-footer .feedback {
	position:absolute;
	right:0;
	top:0;
	color:#444!important;
	font-size:12px!important;
	line-height:22px;
	width:auto;
	height:22px;
	border-top:none;
}
section.white-bg {
	margin-bottom:0;
	border-bottom:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.pr {
	padding-right:10px!important;
}
.pl {
	padding-left:10px!important;
}
.mr.m15 {
	margin-right:15px!important;
}
.ml.m15 {
	margin-left:15px!important;
}
.mt.m15 {
	margin-top:15px!important;
}

/**/
.search-outer {
	position: relative;
	padding: 15px 0;
	background: #FFF
}

.search-box {
	width: 100%;
	height: 40px;
	background: #fff;
	position: relative;
	z-index: 50;
	display: table
}

.search-box .m-close-box {
	padding: 0 0 0 15px;
	display: table-cell;
	width: 100%
}

.search-box .m-close-box-in {
	position: relative;
	width: 100%
}

.search-box .m-close-box-in .m-s-btn-close {
	width: 14px;
	height: 14px;
	background: url(//image.bitautoimg.com/uimg/mbt2016/images/ico_index_allpic.png) no-repeat -136px -27px;
	background-size: 150px auto;
	position: absolute;
	top: 12px;
	right: 10px;
	text-indent: -999em;
	z-index: 10
}

.search-box input[type="text"],.search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	/*font-size: 1.6rem;*/
	color: #00307E;
	vertical-align: middle;
	padding: 0;
	box-sizing: content-box;
	border: 0;
	box-shadow: 0 0 0 2px #508CEE inset;
	text-indent: 15px;
	position: relative;
	z-index: 10;
	background-image: none;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px
}

.search-box .m-btn-box {
	display: table-cell;
	width: 50px;
	padding: 0 15px 0 0
}

.search-box input[type="submit"] {
	width: 50px;
	height: 40px;
	border: 1px solid #508cee;
	border-left: none;
	background-color: #508cee;
	background-image: url(//image.bitautoimg.com/uimg/mbt2016/images/ico_index_allpic.png);
	background-repeat: no-repeat;
	background-position: 14px -69px;
	background-size: 150px auto;
	text-indent: -999em;
	cursor: pointer;
	vertical-align: middle;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px
}

.search-pop {
	width: 100%;
	background: #fff;
	position: absolute;
	top: 55px;
	left: 0;
	z-index: 99;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2)
}

.search-pop ul {
	padding: 0 15px
}

.search-pop li {
	height: 40px;
	line-height: 40px;
	font-size: 1.6rem;
	border-bottom: 1px solid #ececec;
	position: relative
}

.search-pop li:last-child {
	border: 0
}

.search-pop li a {
	display: block
}

.search-pop li em {
	font-size: 1.4rem;
	color: #999;
	position: absolute;
	top: 0;
	right: 0;
	background: url(//image.bitautoimg.com/uimg/mbt2015/images/ico_arrow_right_s.png) no-repeat right center;
	background-size: 6px auto;
	padding-right: 12px
}

.search-pop li .ico-s-history,.search-pop li .ico-s-search {
	width: 14px;
	height: 17px;
	background: url(//image.bitautoimg.com/uimg/mbt2015/images/ico_top_search.png) no-repeat;
	background-size: 14px auto;
	padding-left: 20px
}

.search-pop li .ico-s-search {
	background-position: 0 3px
}

.search-pop li .ico-s-history {
	background-position: 0 -14px
}

.search-b-opt {
	height: 40px;
	line-height: 40px;
	background: #f8f8f8;
	color: #666;
	border-top: 1px solid #ececec;
	font-size: 1.4rem
}

.search-b-opt .s-clear {
	float: left;
	margin: 0 0 0 15px;
	color: #666
}

.search-b-opt .s-close {
	float: right;
	margin: 0 15px 0 0;
	color: #666
}

.search-box .m-close-box-in .ico-btn-camera {
	width: 40px;
	height: 40px;
	background: url(//image.bitautoimg.com/uimg/mbt2016/images/ico_index_camera_blue.png) no-repeat center center;
	background-size: 16px auto;
	position: absolute;
	z-index: 11;
	top: 0;
	right: 2px;
	-webkit-animation: 2s tada 1s 2;
	animation: 2s tada 1s 2
}
/****/
.adm img{
	width:100%;
}
.footer15 {
	background: #fff;
	margin: 10px 0 0;
	padding: 0 0 80px
}
.footer15 .m-s-box {
	background: #FFF;
	border: 0;
	height: auto;
	padding: 15px 0 0
}

.footer15 .m-s-box .m-close-box {
	padding: 0 0 0 15px
}

.footer15 .m-s-box .m-btn-box {
	padding: 0 15px 0 0
}

.footer15 .opt-change {
	text-align: center;
	/*font-size: 1.4rem;*/
	color: #ECECEC;
	margin-top: 18px
}

.footer15 .opt-change em {
	padding: 0 10px
}

.footer15 .opt-change a {
	color: #666
}

.footer15 .opt-change a.current {
	color: #3269b4
}

.footer15 .foot-contact {
	/*font-size: 1.2rem;*/
	color: #999;
	text-align: center;
	margin-top: 34px
}

.footer15 .foot-contact p {
	border-top: 1px solid #F5F5F5;
	display: inline;
	padding: 18px 17px 0
}

.footer15 .foot-contact a {
	color: #999;
	font-weight: bold;
	/*font-size: 1.4rem*/
}

.footer15 .foot-copyright {
	/*font-size: 1.2rem;*/
	color: #999;
	text-align: center;
	margin-top: 6px
}

.footer15 .foot-copyright a {
	color: #999
}

.footer15 .breadcrumb {
	height: 44px;
	line-height: 44px;
	background: #f5f5f5;
	margin: 15px 0 0;
	color: #b7b7b7;
	font-size: 1.6rem;
	overflow: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none
}

.footer15 .breadcrumb-box {
	white-space: nowrap;
	padding: 0 15px
}

.footer15 .breadcrumb a {
	color: #666
}

.footer15 .breadcrumb span {
	color: #999;
	padding-right: 15px
}
.wlhwx{
	background: #F5F7FB;
}
/***/

.container {
	/*max-width: 400px;border:dotted;*/
	width: 100%;
	margin: 0 auto;
	position: relative;
	clear:both;
}
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] {
	font: 400 12px/16px "Open Sans", Helvetica, Arial, sans-serif;
}
#contact {
	/*background: #F9F9F9;*/
	padding: 3px;
	margin: 0px 0;
}
#contact h3 {
	color: #F96;
	display: block;
	font-size: 25px;
	font-weight: 400;
	line-height:35px;
	text-align:center;
}
#contact h4 {
	margin: 5px 0 15px;
	font-size: 16px;
	/*display: block;*/
}
fieldset {
	border: medium none !important;
	margin: 3px 0 3px;
	padding: 0;
	width: 100%;
	border: 1px solid #0543A9;
}
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
	/*width: 100%;*/
	border: 1px solid #0543A9;
	background: #FFF;
	margin: 0 0 5px;
	padding: 10px;
	font-size: 12px;
	font-weight: bolder;
	line-height:16px;

}
input.little_input_l {
	width: 48%;
}
input.little_input_r {
	width: 48%;
	float: right;

}
input.big_input {
	width: 68%;
}
input.all_input {
	width: 100%;
	font-size: 16px;
	border: 1px solid #0543A9;
}
form .checkbox{
    margin:3px ;
    color: #2e2e2e;
    font-size: 18px;
		font-weight: bolder;
		text-align:center;
}
form .checkbox input,form .checkbox span {
    display: inline-block;
    vertical-align: middle;
}
form .checkbox span {
    margin-right: 5px;
}
form .checkbox input {
    margin:3px 5px 0 0;
}
input.little_input_l_index {
	width: 40%;
}
input.little_input_r_index {
	width: 40%;
	float: right;

}
input.big_input_index {
	width: 60%;
}
#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
	-webkit-transition: border-color 0.3s ease-in-out;
	-moz-transition: border-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out;
	border: 1px solid #0543A9;
}
#contact textarea {
	height: 100px;
	max-width: 100%;
	resize: none;
}
#contact button[type="submit"] {
	float: right;
	cursor: pointer;
	/**width: 30%;*/
	width: 100%;
	border: none;
	background: #508CEE;
	color: #FFF;
	margin: 0 0 5px;
	padding: 10px;
	font-size: 16px;
	font-weight: bolder;
	line-height:16px;
}
#contact button[type="submit"]:hover {
	background: #1062E9;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}
#contact button[type="submit"]:active {
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
#contact input:focus, #contact textarea:focus {
	outline: 0;
	border: 1px solid #0543A9;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}
#search_key input[type="text"], #search_key input[type="email"], #search_key input[type="tel"], #search_key input[type="url"], #search_key textarea, #search_key button[type="submit"] {
	font: 400 12px/16px "Open Sans", Helvetica, Arial, sans-serif;
}
#search_key {
	/*background: #F9F9F9;*/
	padding: 3px;
	margin: 0px 0;
}
#search_key h3 {
	color: #F96;
	display: block;
	font-size: 25px;
	font-weight: 400;
	line-height:35px;
	text-align:center;
}
#search_key h4 {
	margin: 5px 0 15px;
	display: block;
	font-size: 13px;
}
fieldset {
	border: medium none !important;
	margin: 3px 0 3px;
	padding: 0;
	width: 100%;
}
#search_key input[type="text"], #search_key input[type="email"], #search_key input[type="tel"], #search_key input[type="url"], #search_key textarea {
	border: 1px solid #DA001F;
	background: #FFF;
	margin: 0 0 5px;
	padding: 10px;
	font-size: 12px;
	font-weight: bolder;
	line-height:16px;

}
#search_key input[type="text"]:hover, #search_key input[type="email"]:hover, #search_key input[type="tel"]:hover, #search_key input[type="url"]:hover, #search_key textarea:hover {
	-webkit-transition: border-color 0.3s ease-in-out;
	-moz-transition: border-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out;
	border: 1px solid #0543A9;
}
#search_key textarea {
	height: 100px;
	max-width: 100%;
	resize: none;
}
#search_key button[type="submit"] {
	float: right;
	cursor: pointer;
	width: 16%;
	border: none;
	background: #DA001F;
	color: #FFF;
	margin: 0 0 5px;
	padding: 10px;
	font-size: 12px;
	font-weight: bolder;
	line-height:16px;
}
#search_key button[type="submit"]:hover {
	background: #0543A9;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}
#search_key button[type="submit"]:active {
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
#search_key input:focus, #search_key textarea:focus {
	outline: 0;
	border: 1px solid #999;
}
input.keywords {
	width: 76%;
}
.baoming{
    margin:3px ;
    color: #DA001F;
    font-size: 22px;
		font-weight: bolder;
		line-height : 35px;
		text-align:center;
}/*------hotline-------*/
.hot_l {
	clear:both;
	display:block;
	margin:5px;
}
.hotline {
	margin:6px 0;
	border-radius:3px;
	border:1px solid #ccc;
	background:#F6F6F6;
	word-wrap: break-word;
	word-break: normal;
	-moz-box-shadow: 0px 0px 6px #D9D9D9;
	-webkit-box-shadow: 0px 0px 6px #D9D9D9;
	box-shadow: 0px 0px 6px #D9D9D9;
	margin-left:auto;
	margin-right:auto;
	width:250px;
}
.hotline .hotline_no {
	width:220px;
	background:url(hotline.gif) no-repeat;
	height:20px;
	line-height:20px;
	margin:10px 0;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.hotline b {
	color:#C03;
	text-decoration:none;
}

/****/
#relevant-product-module .pic img {
	display:block;
	width:100%;
}
.pr {
	padding-right:15px!important;
}
.pl {
	padding-left:15px!important;
}
.product-merchant .icon {
	float:left;
	margin-right:5px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.product-merchant a[role=menuitem] {
	float:left;
	font-size:16px;
	position:relative;
	text-align:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
