@charset "gb2312";
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:12px/1.5 Arial;
 -webkit-text-size-adjust:none;
}
select,
input,
button {
 vertical-align:middle;
 font-size:100%;
}
fieldset,
img {
 border:0 none;
}
em {
 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;
}
body {
font: 14px/1.5 Tahoma,'Microsoft Yahei','Simsun';
  font-family: Tahoma, "Microsoft Yahei", "Simsun";
color: #444;
font-family: "Microsoft yahei","微软雅黑",Arial,Helvetica,sans-serif,"宋体";
background-color: #eee;
}
.wrapper {
 width:1200px;
 margin:0 auto;
}
.content {
 float:left;
 width:870px;
 padding: 15px 0;
}
.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(static/products/v3/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(static/products/v3/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(static/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(static/js/products/v4/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(static/products/icon-lab.png) 0 50% no-repeat;
 padding-left:24px;
}
.dailog__button {
 position:static;
}
.dailog__close:hover {
 background-image:url(static/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(static/js/community/activity/try/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(static/js/products/v3/global-site-nav.png) no-repeat;
}
.global-sitenav a {
 text-decoration:none;
 color:#333;
}
.global-sitenav a:hover {
 text-decoration:underline;
}
.global-sitenav {
 position:relative;
 z-index:1000;
 height:34px;
 margin-bottom:20px;
 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(static/products/v4/header.png) no-repeat;
}
.category-nav__item .item-icon {
 background:url(static/products/v3/home/detail_index_nav_icon.png) no-repeat;
}
.header__links i,
.product-model__rank {
 background:url(static/products/v5/nav-v5.png) no-repeat;
}
.header {
 width:1200px;
 margin:20px auto 0;
}
.logo {
 float:left;
 padding:14px 0 0;
}
.logo__img {
 float:left;
 margin-right:10px;
 width:212px;
 height:65px;
 font:0/0 arial;
 text-indent:-9999em;
 overflow:hidden;
 background-image: url(../image/homeLogo-vre1x.png);
 background-size: 100%; 
 background-repeat: no-repeat;
}
.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(static/products/hc2018/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:861px;
 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:220px;
 background:#f5f5f5;
}
.category-nav__item li {
 position:relative;
 padding:0 0 0 36px;
 height:35px;
 font:12px/35px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
 border-bottom:1px solid #eee;
}
.category-nav__item .item-icon {
 position:absolute;
 left:10px;
}
.category-nav__item .item-icon--01 {
 top:10px;
 width:15px;
 height:15px;
 background-position:-17px 0;
}
.category-nav__item .item-icon--02 {
 top:8px;
 width:15px;
 height:18px;
 background-position:-20px -15px;
}
.category-nav__item .item-icon--03 {
 top:11px;
 width:16px;
 height:14px;
 background-position:-18px -40px;
}
.category-nav__item .item-icon--04 {
 top:10px;
 width:16px;
 height:15px;
 background-position:-20px -60px;
}
.category-nav__item .item-icon--05 {
 top:10px;
 width:16px;
 height:16px;
 background-position:-18px -75px;
}
.category-nav__item .item-icon--06 {
 top:12px;
 width:15px;
 height:15px;
 background-position:-20px -100px;
}
.category-nav__item .item-icon--07 {
 top:8px;
 width:16px;
 height:17px;
 background-position:-18px -120px;
}
.category-nav__item .item-icon--08 {
 top:11px;
 width:15px;
 height:15px;
 background-position:-20px -140px;
}
.category-nav__item .item-icon--09 {
 top:11px;
 width:16px;
 height:14px;
 background-position:-20px -160px;
}
.category-nav__item .item-icon--10 {
 top:9px;
 width:15px;
 height:17px;
 background-position:-20px -180px;
}
.category-nav__item .item-icon--11 {
 top:11px;
 width:16px;
 height:14px;
 background-position:-19px -200px;
}
.category-nav__item .item-hover {
 background:#fff;
}
.category-nav__panel {
 position:absolute;
 top:0;
 left:220px;
 padding:10px 30px;
 width:580px;
 background:#fff;
 overflow-y:auto;
 max-height:375px;
}
.category-nav__panel dl {
 position:relative;
 zoom:1;
 padding:14px 0 0 90px;
 font:12px/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 30px;
 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;
 margin-top: 20px;
}
.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;
 margin-top: 20px;
}
.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:#198ef6;
 font-size:12px;
}
.merchant-window__tel {
 padding:0 0 0 20px;
 height:20px;
 font:12px/20px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
 background:url(static/js/products/v3/icon-tel.gif) no-repeat 0 3px;
 white-space:nowrap;
}
.merchant-window__tel span {
 padding:0 12px 0 0;
 color:#f33;
}
.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:25px;
 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;
 word-break:break-all;
 padding: 1px 0 8px 20px;
}
.product-model__rank {
 display:inline-block;
 width:88px;
 height:59px;
 margin-right:15px;
 vertical-align:text-bottom;
 cursor:pointer;
 text-align:center;
 color:#fff;
 font:bold 25px/48px arial;
}
.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;
}
.product-model__name {
 display:inline;
 margin-right:10px;
 font:26px/40px "Microsoft YaHei";
 vertical-align:text-bottom;
}
@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;
 font-size: 12px;
 height: 50px;
 line-height: 25px;
 overflow: hidden;
}
.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 span {
 float:left;
 padding:0 19px;
 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 span {
 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(static/products/v4/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;
 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:90px;
 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(static/js/article/2011/logo2019/20th.png) no-repeat center;
}
.v4-compare-box-close,
.v4-compare-item-del,
.v4-compare-box-clear .icon {
 background:url(static/products/v4/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;
}
.review-pass-header .total-score-star,
.review-pass-header .total-score-star em,
.review-comments-score .total-score-star,
.review-comments-score .total-score-star em,
.review-comments-score .total-num i,
.good-words .close,
.bad-words .close,
.words-tips .more i,
.star,
.star em,
.icon-long i,
.icon-essence i,
.icon-darr,
.icon-uarr,
.icon-rarr,
.icon-share,
.icon-vote,
.icon-reply,
.icon-r-on {
 background:url(static/products/v4/comments-icon.png) no-repeat;
}
.share-function .bdshare-button-style0-16 a,
.share-function i {
 background:url(static/products/v4/share_ico.png) no-repeat;
}
.review-comments-score {
 margin:20px 0 30px;
 border:1px solid #e6e6e6;
}
.review-comments-score .total-score {
 float:left;
 padding:15px 10px 15px 30px;
 width:118px;
}
.review-comments-score .total-score strong {
 display:block;
 height:60px;
 padding:3px 0 0;
 font:38px/60px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
 text-align:center;
}
.review-comments-score .total-score .empty {
 font-size:24px;
}
.review-comments-score .total-score-star {
 margin:0 auto;
 width:98px;
 height:18px;
 background-position:0 -38px;
}
.review-comments-score .total-score-star-empty {
 background-position:0 -19px;
}
.review-comments-score .total-score-star em {
 display:inline-block;
 width:98px;
 height:18px;
 background-position:0 0;
}
.review-comments-score .total-num {
 position:relative;
 zoom:1;
 z-index:9;
 height:22px;
 margin:13px 0 0;
 font:12px/22px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
 color:#666;
 font-size:16px;
 color:#000;
 font-size:14px;
 text-align:center;
 overflow:hidden;
}
.review-comments-score .total-num span,
.review-comments-score .total-num a {
 display:inline-block;
 vertical-align:top;
}
.review-comments-score .total-num-tip span,
.review-comments-score .total-num-tip a {
 position:relative;
}
.review-comments-score .total-num-tip i {
 position:absolute;
 right:0;
 top:4px;
 width:14px;
 height:14px;
 overflow:hidden;
 background-position:-71px -113px;
 cursor:pointer;
}
.review-comments-score .comments-level {
 display:none;
 position:absolute;
 left:0;
 top:22px;
 padding:10px 15px 15px;
 background:#fff;
 color:#666;
 font-family:'Microsoft YaHei',arial;
 border:1px solid #e6e6e6;
 -webkit-box-shadow:0 0 4px 0 rgba(0,0,0,0.1);
 box-shadow:0 0 4px 0 rgba(0,0,0,0.1);
}
.review-comments-score .comments-level li {
 position:relative;
 height:100%;
 width:150px;
 padding:0 55px 0 45px;
 margin:5px 0 0;
 line-height:14px;
 overflow:hidden;
 vertical-align:middle;
 text-align:left;
}
.review-comments-score .comments-level b {
 position:absolute;
 top:0;
 left:0;
 width:35px;
 text-align:right;
 font-weight:normal;
 padding:0 5px 0 0;
}
.review-comments-score .comments-level .rate-bar {
 position:relative;
 width:100%;
 height:14px;
 background:#f0f0f0;
}
.review-comments-score .comments-level .rate-bar em {
 display:block;
 height:14px;
 background:#fc6 url(../images/bar2.png) no-repeat 0 0;
}
.review-comments-score .comments-level var {
 position:absolute;
 top:1px;
 right:-48px;
 width:42px;
 height:14px;
 padding:0 0 0 6px;
 text-align:left;
 color:#999;
 font-style:normal;
}
.comments-score-notes-hover .comments-level {
 display:block;
}
.features-score {
 float:left;
 padding:15px 0;
 width:559px;
 height:116px;
 border-right:1px solid #f0f0f0;
}
.features-circle {
 position:relative;
 float:left;
 width:84px;
 padding:0 10px;
 overflow:hidden;
}
.features-circle .circle-value {
 position:relative;
 z-index:2;
 padding:5px 0;
 width:84px;
 height:84px;
 overflow:hidden;
 line-height:84px;
 font-size:20px;
 color:#666;
 text-align:center;
}
.features-circle canvas {
 position:absolute;
 z-index:1;
 left:10px;
 top:5px;
 width:84px;
 height:84px;
 overflow:hidden;
}
.features-circle .circle-text {
 display:block;
 height:22px;
 font-size:12px;
 line-height:22px;
 color:#666;
 text-align:center;
}
.features-circle .circle-value-empty {
 font-size:24px;
 font-family:sans-serif;
 word-spacing:2px;
 color:#999;
}
.features-score-6 .features-circle {
 width:68px;
}
.features-score-6 .features-circle canvas {
 width:68px;
 height:68px;
 top:13px;
}
.features-score-6 .features-circle .circle-value {
 width:68px;
 height:68px;
 padding-top:13px;
 line-height:68px;
}
.comments-words {
 position:relative;
 zoom:1;
 padding:0 0 7px 72px;
}
.comments-words .title {
 position:absolute;
 top:0;
 left:0;
 height:32px;
 font:16px/32px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
}
.words-list {
 padding-left:-10px;
}
.words-list li {
 float:left;
 margin:0 0 10px 10px;
 position:relative;
 zoom:1;
 _display:inline;
}
.words-list .good-words a,
.words-list .bad-words a {
 display:block;
 padding:0 7px;
 height:30px;
 font:14px/30px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
 white-space:nowrap;
 border-radius:2px;
}
.words-list .good-words a {
 border:1px solid #ff8787;
 background:#fff5f5;
 color:#ff4c4c;
}
.words-list .bad-words a {
 border:1px solid #8ad802;
 background:#f7fdec;
 color:#79b207;
}
.words-list .good-words a:hover,
.words-list .good-words .current {
 border-color:#ff4c4c;
 background:#ff4c4c;
 color:#fff;
}
.words-list .bad-words a:hover,
.words-list .bad-words .current {
 border-color:#83c500;
 background:#83c500;
 color:#fff;
}
.good-words .close,
.bad-words .close {
 display:none;
 position:absolute;
 top:-5px;
 right:-6px;
 width:16px;
 height:16px;
 font:0/0 arial;
 overflow:hidden;
 cursor:pointer;
}
.good-words .close {
 background-position:-31px -158px;
}
.bad-words .close {
 background-position:-31px -138px;
}
.words-list .active .close {
 display:block;
}
.comments-words-more {
 padding-right:30px;
}
.comments-words-more .more {
 position:absolute;
 top:6px;
 right:0;
 width:18px;
 height:18px;
 border:1px solid #d9d9d9;
 font:0 /0 arial;
 overflow:hidden;
 border-radius:2px;
}
.comments-words-more .more i {
 position:absolute;
 top:7px;
 left:50%;
 margin:0 0 0 -4px;
 width:9px;
 height:5px;
}
.comments-words-more .more .icon-darr {
 background-position:0 -138px;
}
.comments-words-more .more .icon-uarr {
 background-position:0 -144px;
}
.comments-words-more .more:hover .icon-darr {
 background-position:-10px -138px;
}
.comments-words-more .more:hover .icon-uarr {
 background-position:-10px -144px;
}
.comments-list .comments-item {
 position:relative;
 padding:20px 0;
 border-top:1px solid #eee;
 *zoom:1;
}
.comments-list .comments-item:after {
 content:".";
 display:block;
 height:0;
 clear:both;
 visibility:hidden;
 font-size:0;
}
.comments-list .comments-user {
 float:left;
 width:120px;
}
.comments-user .face {
 display:block;
 width:60px;
 height:60px;
}
.comments-user .face img {
 vertical-align:top;
 border-radius:30px;
}
.comments-user .name {
 display:block;
 margin:10px 0;
 padding-right:5px;
 font:12px/16px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
 overflow:hidden;
 word-break:break-all;
}
.comments-user .tag {
 display:block;
 margin:-2px 0 8px;
 width:72px;
 text-align:center;
 height:20px;
 font:12px/20px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
 color:#198ef6;
 border:1px solid #7bc0ff;
 border-radius:2px;
}
.comments-user p {
 height:18px;
 font:12px/18px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
 color:#999;
}
.comments-list .essence-icon {
 position:absolute;
 right:0;
 top:-4px;
 width:100px;
 height:30px;
 background:url(static/products/v4/comment_jing.png) no-repeat 0 0;
 text-indent:-999em;
 overflow:hidden;
}
.comment-list-content {
 float:right;
 width:730px;
}
.comment-list-content .title {
 margin:0 0 5px;
 height:36px;
 overflow:hidden;
 font:bold 16px/36px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
}
.comment-list-content .title a {
 float:left;
}
.comment-list-content .icon-long,
.comment-list-content .icon-essence {
 position:relative;
 float:left;
 margin:8px 8px 0 0;
 height:20px;
 padding:0 4px 0 18px;
 color:#fff;
 font:12px/20px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
 border-radius:2px;
}
.comment-list-content .icon-long i,
.comment-list-content .icon-essence i {
 position:absolute;
 left:4px;
 top:5px;
 width:10px;
 height:10px;
 background-position:0 -190px;
}
.comment-list-content .icon-long {
 background:#198ef6;
}
.comment-list-content .icon-essence {
 background:#fc8f00;
}
.single-score {
 padding:8px 20px;
 margin-bottom:14px;
 background:#f8f8f8;
}
.single-score .score {
 margin:4px 0;
 height:16px;
 font:12px/16px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
}
.star {
 width:92px;
 height:16px;
 font:0/0 arial;
 overflow:hidden;
 background-position:0 -74px;
}
.star em {
 display:block;
 height:16px;
 background-position:0 -57px;
}
.single-score .star {
 float:left;
 margin:0 10px 0 0;
}
.single-score .score span {
 float:left;
 font:bold 16px/16px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
 color:#ff4c4c;
}
.single-score .line {
 float:left;
 height:16px;
 width:5px;
 border-right:1px solid #ccc;
 margin:4px 25px 0 0;
}
.single-score p {
 margin-top:9px;
 height:18px;
 font:14px/18px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
 color:#666;
}
.single-score p span {
 margin:0 20px 0 0;
}
.single-score p span em {
 color:#333;
}
.comments-item .words,
.comments-item .words-article {
 overflow:hidden;
 margin:0;
 font:14px/24px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
}
.comments-item .words-article {
 margin-top:8px;
}
.comments-item .content-inner {
 position:relative;
 overflow:hidden;
 zoom:1;
}
.comments-item .words {
 position:relative;
 zoom:1;
 padding-left:45px;
}
.comments-item .words strong {
 float:left;
 width:45px;
 margin-left:-45px;
}
.comments-item .view-more {
 overflow:hidden;
 zoom:1;
 height:20px;
 padding:10px 0 3px;
 line-height:20px;
}
.comments-item .view-more a {
 position:relative;
 zoom:1;
 float:left;
 padding:0 15px 0 0;
 font-size:14px;
 color:#198ef6;
}
.comments-item .view-more .icon-darr,
.comments-item .view-more .icon-uarr,
.comments-item .view-more .icon-rarr {
 position:absolute;
 top:7px;
 right:0;
 width:9px;
 height:5px;
 overflow:hidden;
}
.comments-item .view-more .icon-darr {
 background-position:-10px -138px;
}
.comments-item .view-more .icon-uarr {
 background-position:-10px -144px;
}
.comments-item .view-more .icon-rarr {
 width:5px;
 height:9px;
 right:5px;
 top:5px;
 background-position:0 -150px;
}
.comments-item .words .highlight {
 color:#ff4c4c;
}
.comments-item .media-group,
.comments-item .media-pics {
 padding:13px 0 6px;
 width:730px;
 overflow:hidden;
}
.comments-item .media-group ul,
.comments-item .media-pics a {
 display:block;
 width:732px;
}
.comments-item .media-group li {
 position:relative;
 float:left;
 width:120px;
 height:90px;
 margin:0 2px 0 0;
 overflow:hidden;
}
.comments-item .media-pics img {
 float:left;
 width:120px;
 height:90px;
 margin:0 2px 0 0;
}
.comments-item .media-group img {
 vertical-align:top;
}
.comments-item .media-group .loading {
 position:absolute;
 left:50%;
 top:50%;
 width:16px;
 height:16px;
 background:url(static/js/products/v3/loading.gif) no-repeat;
 margin:-8px 0 0 -8px;
}
.media-group-haoshuo {
 padding:11px 0 6px;
}
.media-group-haoshuo li {
 position:relative;
 float:left;
 width:120px;
 height:90px;
 margin:2px 0 0;
 overflow:hidden;
}
.media-group-haoshuo .first {
 float:left;
 width:608px;
 height:182px;
 margin-right:2px;
}
.media-group-haoshuo img {
 vertical-align:top;
}
.media-group-haoshuo .loading {
 position:absolute;
 left:50%;
 top:50%;
 width:16px;
 height:16px;
 background:url(static/js/products/v3/loading.gif) no-repeat;
 margin:-8px 0 0 -8px;
}
.function-handle {
 margin-top:3px;
 padding:5px 0;
 height:22px;
 font:14px/22px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
}
.function-handle a,
.function-handle span {
 float:right;
 margin:0 0 0 20px;
 color:#666;
}
.function-handle a:hover {
 color:#666;
}
.function-handle .date {
 float:left;
 margin:0;
 font-size:12px;
 color:#999;
}
.function-handle .icon-share,
.function-handle .icon-vote,
.function-handle .icon-reply {
 float:left;
 margin:1px 5px 0 0;
}
.function-handle .icon-share {
 width:20px;
 height:20px;
 background-position:-48px -92px;
}
.function-handle .icon-vote {
 position:relative;
 top:-3px;
 width:22px;
 height:22px;
 background-position:0 -115px;
}
.function-handle .icon-reply {
 width:23px;
 height:22px;
 background-position:0 -92px;
}
.function-handle a:hover .icon-share {
 background-position:-69px -92px;
}
.function-handle a:hover .icon-vote {
 background-position:-24px -115px;
}
.function-handle a:hover .icon-reply {
 background-position:-24px -92px;
}
.function-handle .voted .icon-vote,
.function-handle .voted:hover .icon-vote {
 background-position:-47px -115px;
 color:#ff4c4c;
}
.function-handle .voted,
.function-handle .voted:hover {
 color:#f00;
}
.function-handle .icon-r-on {
 display:none;
 position:absolute;
 left:6px;
 top:32px;
 width:11px;
 height:6px;
 background-position:0 -175px;
}
.function-handle .reply-open {
 position:relative;
 z-index:5;
}
.function-handle .reply-open .icon-r-on {
 display:block;
}
.share-function {
 position:fixed;
 padding:5px 0 16px;
 width:138px;
 border:1px solid #e6e6e6;
 background:#fff;
 -webkit-box-shadow:0 0 4px 0 rgba(0,0,0,0.1);
 box-shadow:0 0 4px 0 rgba(0,0,0,0.1);
 z-index:1004;
}
.share-function .bdshare-button-style0-16 a {
 display:block;
 float:none;
 margin:0 0 2px 0;
 padding:0 0 0 50px;
 height:35px;
 font:14px/35px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
 color:#666;
}
.share-function .bdshare-button-style0-16 .bds_tsina {
 background-position:0 0;
}
.share-function .bdshare-button-style0-16 .bds_qzone {
 background-position:0 -37px;
}
.share-function .bdshare-button-style0-16 .bds_weixin {
 background-position:0 -74px;
}
.share-function .bdshare-button-style0-16 a:hover {
 color:#666;
 text-decoration:none;
 background-color:#f8f8f8;
}
.share-function i {
 position:absolute;
 top:-7px;
 right:34px;
 width:15px;
 height:7px;
 background-position:0 -111px;
}
.share-function .quickmark {
 margin:3px auto 0;
 width:100px;
 height:100px;
}
.share-function .quickmark img {
 vertical-align:middle;
}
.comments-content .comments-words {
 padding:0 0 7px 0;
}
.mt10 {
 margin-top:10px!important;
}
.mt20 {
 margin-top:20px!important;
}
.mt30 {
 margin-top:30px!important;
}
.slogan__icon,
.product__buttons .icon,
.ask-lower-link .icon,
.product__services .icon,
.review__score .icon8,
.review__score .icon10,
.recent__scroller .bx-prev,
.recent__scroller .bx-next,
.buttons__compare i,
.evaluating__about .icon,
.bbs-option__name i,
.bbs-option__reply i,
.bbs-option__zan i,
.model__item .icon-compare,
.model__item .cell-4 .icon,
.model__b2c .icon,
.product-model-section .section-more .arrow,
.series-model-section .section-more .arrow,
.local-city-merchant .triangle,
.preferred-merchant .bx-prev,
.preferred-merchant .bx-next,
.article-other .arrow,
.evaluating__viewnum i {
 background:url(static/products/v4/detail-icon20171219.png) no-repeat;
}
.recent-news {
 border-bottom:1px solid #eee;
 -webkit-box-shadow:0 1px 4px -1px rgba(0,0,0,0.1);
 box-shadow:0 1px 4px -1px rgba(0,0,0,0.1);
}
.recent__title {
 float:left;
 width:60px;
 font:12px/40px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
 color:#999;
}
.recent__scroller {
 width:1140px;
 height:40px;
 overflow:hidden;
}
.recent__items {
 padding-right:30px;
}
.recent__items li {
 float:left;
 width:370px;
 font:12px/40px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
 color:#999;
}
.recent__items li span {
 padding:0 8px 0 0;
}
.recent__items li span a {
 padding:0 4px;
 color:#ff4c4c;
}
.recent__items li span a:hover {
 color:#ff4c4c;
}
.recent__scroller .bx-controls-direction {
 position:absolute;
 right:0;
 top:5px;
 width:13px;
}
.recent__scroller .bx-prev,
.recent__scroller .bx-next {
 display:block;
 width:13px;
 height:13px;
 overflow:hidden;
 cursor:pointer;
 text-indent:-99em;
}
.recent__scroller .bx-prev {
 margin-bottom:4px;
 background-position:-50px -139px;
}
.recent__scroller .bx-next {
 background-position:-65px -139px;
}
.product-pics {
 float:left;
 padding:20px 0 0;
 width:322px;
}
.big-pic {
 width:320px;
 /*! height:320px; */
 border:1px solid #efefef;
}
.big-pic a {
 position:relative;
 zoom:1;
 display:block;
 width:320px;
}
.big-pic img {
 vertical-align:middle;
 height: 100%;
 width: 100%;
}
.big-pic .video-play {
 position:absolute;
 top:0;
 left:0;
 bottom:0;
 width:320px;
}
.big-pic .video-play .cover {
 position:absolute;
 left:0;
 top:0;
 width:320px;
 height:100%;
 background:#000;
 opacity:.15;
 filter:alpha(opacity=15);
}
.big-pic .video-play .button {
 position:absolute;
 left:50%;
 top:50%;
 width:53px;
 height:53px;
 margin:-26px 0 0 -26px;
 text-indent:-9999em;
 overflow:hidden;
 background:url(static/products/product2011/detail-video-icon.png) no-repeat;
 _background:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src='static/products/product2011/detail-video-icon.png');
}
.small-pic {
 width:322px;
 overflow:hidden;
}
.small-pic ul {
 width:330px;
}
.small-pic li {
 float:left;
 margin:0px 5px 0 0;
 width:75px;
 height:75px;
 border:1px solid #eee;
 list-style:none;
}
.small-pic a {
 position:relative;
 zoom:1;
 display:block;
 width:75px;
 height:75px;
 line-height:74px;
 text-align:center;
 font-family:arial;
}
.small-pic a  img{
 position:relative;
 zoom:1;
 display:block;
 width:75px;
 height:75px;
 line-height:74px;
 text-align:center;
 font-family:arial;
}
.small-pic img,
.small-pic a:hover img {
 vertical-align:middle;
}
*+html .small-pic a {
 font-family:"Simsun";
 height:75px;
 line-height:0;
 text-align:center;
 display:inline-block;
 zoom:1;
 font-size:65px;
}
* html .small-pic a {
 font-family:"Simsun";
 height:75px;
 line-height:0;
 text-align:center;
 display:inline-block;
 zoom:1;
 font-size:65px;
}
.small-pic a span {
 position:absolute;
 left:-1px;
 bottom:-1px;
 padding:0 5px;
 font:12px/20px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
 color:#fff;
 background:rgba(0,0,0,0.65);
 filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#a6000000,endcolorstr=#a6000000,gradientType=1);
 width: 66px;
}
.small-pic .video-play {
 position:absolute;
 top:0;
 left:0;
 bottom:0;
 right:0;
}
.small-pic .video-play .cover {
 position:absolute;
 left:0;
 top:0;
 right:0;
 bottom:0;
 background:#000;
 opacity:.15;
 filter:alpha(opacity=15);
}
.small-pic .video-play .button {
 position:absolute;
 left:50%;
 top:50%;
 width:33px;
 height:33px;
 margin:-15px 0 0 -15px;
 text-indent:-9999em;
 overflow:hidden;
 background:url(static/products/product2011/detail-video-icon2.png) no-repeat;
 _background:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src='static/products/product2011/detail-video-icon2.png');
}
.product-colors {
 padding:10px 0 0;
}
.product-colors strong {
 float:left;
 padding:0 4px 0 0;
 font:14px/20px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
 color:#999;
}
.product-colors .color-list a {
 float:left;
 margin:0 0 0 1px;
 width:68px;
 height:20px;
}
.product-colors .color-list span {
 display:block;
 width:66px;
 height:18px;
 border-width:1px;
 border-style:solid;
 font:0/0 arial;
 text-indent:-9999em;
 overflow:hidden;
}
.view-all-pics {
 margin:10px 0 0;
 font:14px/28px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
 background:#fafafa;
 text-align:center;
}
.view-all-pics a {
 display:block;
 height:28px;
}
.view-all-pics a .arrow {
 font-family:'simsun','\u5B8B\u4F53';
}
.text-pics-list {
 padding-left:20px;
 margin-top:30px;
}
.text-pics-list li {
 float:left;
 width:115px;
 padding-left:130px;
 position:relative;
}
.text-pics-list li .pic {
 position:absolute;
 left:0;
 top:0;
 border:1px solid #efefef;
 width:120px;
 height:90px;
}
.text-pics-list img {
 width:120px;
 height:90px;
 display:block;
}
.text-pics-list li .tit {
 font-size:14px;
 line-height:20px;
 max-height:40px;
 overflow:hidden;
}
.text-pics-list li .tit a {
 color:#666;
}
.text-pics-list li .tit a:hover {
 color:#198ef6;
}
.text-pics-list li .price {
 font-size:14px;
 color:#f00;
 margin-top:5px;
}
.news-list {
 margin:5px 0 0;
 padding:10px 0 0 20px;
}
.news-list li {
 height:20px;
 overflow:hidden;
 line-height:20px;
 margin-top:15px;
 padding-left:46px;
 position:relative;
 padding-right:60px;
}
.news-list li .date {
 position:absolute;
 right:0;
 color:#999;
 font-size:14px;
}
.news-list .type {


}
.news-list a {
 float:left;
 color:#333;
 font-size:14px;
}
.news-list a:hover {
 color:#198ef6;
}
.news-list .pic-icon {
 width:14px;
 height:13px;
 float:left;
 overflow:hidden;
 margin:3px 0 0 5px;
 text-indent:-999em;
 vertical-align:0;
 background:url(static/products/v3/product-main-bg-20151124.png) no-repeat -20px -39px;
}
.product-section {
 margin-bottom:25px;
}
.product-price-box {
 float:right;
 padding:20px 0 0;
 width:848px;
}
.price__reference {
 padding:13px 0 10px 20px;
 height:32px;
 font:14px/32px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
}
.price__reference strong {
 float:left;
 color:#999;
 font-weight:normal;
}
.price__reference .price {
 float:left;
 position:relative;
 margin-top:-6px;
 margin-right:10px;
 color:#ff4c4c;
}
.price__reference .price a,
.price__reference .price a:hover {
 color:#ff4c4c;
}
.price__reference .price-sign {
 font-size:16px;
 font-weight:700;
}
.price__reference .price-type {
 font-size:30px;
 font-weight:700;
}
.price__reference .price-type-no {
 font-size:22px!important;
}
.price__reference .price-cp .price-type,
.price__reference .price-upc .price-type,
.price__reference .price-neg .price-type,
.price__reference .price-sp .price-type,
.price__reference .price-np .price-type {
 font-size:24px;
 font-weight:normal;
}
.price__reference .price-sp .price-type,
.price__reference .price-np .price-type,
.price__reference .price-np .price-sign,
.price__reference .price-np-num .price-type,
.price__reference .price-np-num .price-sign {
 color:#999;
}
.price__reference .price-status {
 position:relative;
 top:-1px;
 font-size:12px;
 padding:0 0 0 15px;
 color:#999;
}
.price__reference .price-sp-num .price-sign,
.price__reference .price-sp-num .price-type {
 color:#999;
}
.zhibo_tmp .try-icon {
 float:left;
 background-image:-webkit-linear-gradient(178deg,rgba(255,147,76,0.99608) 0,#fc686f 100%);
 height:30px;
 line-height:30px;
 padding:0 5px;
 border-radius:15px;
 color:#fff;
}
.zhibo_tmp .try-icon .try-left {
 background:url(../image/detail-icon.png) no-repeat 0 -220px;
 width:23px;
 height:30px;
 display:inline-block;
 vertical-align:middle;
}
.zhibo_tmp .try-icon i {
 font-style:normal;
 font-weight:bold;
}
.zhibo_tmp .link {
 float:right;
 color:#0076E7;
}
.price__reference .caigou-link {
 float:right;
 padding-left:18px;
 background:url(static/products/v4/xcgj.png) no-repeat 0 50%;
 color:#198ef6;
}
.apply-survey {
 margin-left:30px!important;
 color:#198ef6;
 font:14px/32px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
}
.apply-survey b {
 font-weight:normal;
 font-family:'simsun','\u5B8B\u4F53';
}
.price__reference .jd-search {
 font-size:12px;
 float:left;
 position:relative;
 margin-right:22px;
 height:20px;
 line-height:20px;
 padding:0 16px 0 6px;
 border:1px solid #038bf9;
 border-radius:2px;
 color:#038bf9;
}
.price__reference .jd-search i {
 position:absolute;
 right:6px;
 top:5px;
 width:5px;
 height:9px;
 background:url(static/tehuimai/images/littlelogo.png) no-repeat 0 0;
}
.online-link {
 float:right;
 color:#198ef6;
}
.intel-baike {
 float:right;
 height:32px;
 line-height:32px;
 white-space:nowrap;
 padding:0 18px 0 0;
 background:url(static/products/v3/corp/intelbaikeicon.png) no-repeat 100% 50%;
 cursor:pointer;
 color:#198ef6;
 font-size:14px;
}
.intel-baike-explain {
 position:absolute;
 display:none;
 padding:12px 15px;
 width:320px;
 font:12px/20px 'Microsoft YaHei';
 border:1px solid #dbdbdb;
 background:#fff;
 text-align:left;
 color:#666;
 -webkit-box-shadow:0 0 5px #e0e0e0;
 -moz-box-shadow:0 0 5px #e0e0e0;
 box-shadow:0 0 5px #e0e0e0;
 z-index:999;
}
.intel-baike-explain span {
 color:#198ef6;
}
.intel-baike-explain a {
 margin-left:10px;
 color:#198ef6;
}
.price__merchant {
 position:relative;
 zoom:1;
 padding:0 0 0 74px;
 font:14px/32px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
}
.price__merchant dt {
 position:absolute;
 top:0;
 left:0;
 color:#999;
}
.price__merchant dd {
 color:#999;
}
.price__merchant i {
 padding:0 5px;
 font-style:normal;
}
.price__merchant .price {
 color:#ff4c4c;
 font-size:14px;
}
.price__merchant a {
 margin-left:4px;
 font-size:12px;
 color:#666;
 max-width:130px;
 display:inline-block;
 overflow:hidden;
 text-overflow:ellipsis;
 vertical-align:middle;
 white-space:nowrap;
}
.price__merchant a em {
 padding:0 4px;
 color:#ff4c4c;
}
.price__merchant a:hover em {
 color:#198ef6;
}
.price__merchant a.more-parameter {
 color:#198ef6;
}
.price__merchant .fenqi,
.price__merchant .yuyue {
 margin-left:20px;
 color:#198ef6;
}
.price__b2c {
 position:relative;
 zoom:1;
 padding:0 0 0 74px;
 font:14px/32px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
 float:left;
}
.price__b2c dt {
 position:absolute;
 top:0;
 left:0;
 color:#999;
}
.price__b2c li {
 float:left;
 width:183px;
 padding:5px 0;
 height:22px;
 line-height:22px;
}
.price__b2c .b2c__slogan {
 width:346px;
 padding-right:20px;
}
.price__b2c .name {
 float:left;
 position:relative;
 zoom:1;
 padding:0 0 0 22px;
 margin-right:10px;
}
.price__b2c .name img {
 position:absolute;
 top:3px;
 left:0;
 width:16px;
 height:16px;
}
.price__b2c .price {
 float:left;
 color:#ff4c4c;
 margin-right:10px;
}
.price__b2c .price:hover {
 color:#ff4c4c;
}
.price__b2c .slogan__text {
 float:left;
 height:20px;
 line-height:20px;
 position:relative;
 padding:0 5px;
 font-size:12px;
 color:#ff4c4c;
 border:1px solid #ff4c4c;
}
.price__b2c .slogan__text a,
.price__b2c .slogan__text a:hover {
 color:#ff4c4c;
}
.price__b2c .slogan__icon {
 position:absolute;
 top:6px;
 left:-5px;
 width:5px;
 height:9px;
 background-position:-56px -49px;
}
.price__b2c--new li {
 float:left;
 padding:8px 0 0;
 height:40px;
 line-height:20px;
}
.price__b2c--new li a {
 display:block;
 position:relative;
 padding-left:50px;
}
.price__b2c--new li a:hover {
 color:#198ef6;
}
.price__b2c--new li img {
 position:absolute;
 left:0;
 top:0;
 width:40px;
 height:40px;
}
.price__b2c--new .m-name {
 height:20px;
 line-height:20px;
}
.price__b2c--new .m-price {
 color:#ff4c4c;
 margin-left:15px;
}
.price__b2c--new p {
 position:relative;
 height:20px;
 line-height:20px;
 font-size:12px;
 color:#999;
 word-break:break-all;
}
.price__b2c--new a:hover .price {
 color:#ff4c4c;
}
.price__b2c--new a:hover p {
 color:#999;
}
.price__reference-first {
 position:relative;
 padding-bottom:34px;
}
.price__reference-first .s-icon {
 display:none;
 background:url(static/products/v5/jd-rel-promo-tag-icon.png) no-repeat;
 width:10px;
 height:6px;
 position:absolute;
 left:0;
 bottom:-6px;
 z-index:9;
}
.preference-mol-info {
 position:absolute;
 top:35px;
 left:0;
 font-size:12px;
 height:23px;
 line-height:23px;
 border:1px solid #ffc9c9;
 padding:0 9px;
}
.preference-mol-info a {
 color:#f33;
}
.preference-mol-info span {
 color:#1f4f88;
}
.relPromoTag .s-icon {
 display:block;
}
.preference-mol-jd {
 padding:0 9px 0 66px;
 background:url(static/2020618/images/jd16x16.png) no-repeat 44px 3px;
 overflow:hidden;
}
.preference-mol-jd .jd618 {
 background:url(static/2020618/images/hui38x25.png) no-repeat 0;
 padding:0 9px 0 47px;
 width:38px;
 height:25px;
 position:absolute;
 left:-1px;
 top:-1px;
}
.preference-mol-info a:hover {
 font-weight:bold;
}
.product__buttons {
 position:relative;
 zoom:1;
 z-index:1;
 padding:20px;
 border-bottom:0 solid #eee;
}
.product__buttons a {
 float:left;
 margin:0 10px 0 0;
 padding:0 40px;
 height:40px;
 line-height:40px;
 font-size:14px;
 text-align:center;
 border:1px solid #d9d9d9;
 border-radius:2px;
}
.product__buttons .buttons__compare i {
 position:relative;
 top:-1px;
 display:inline-block;
 margin:0 5px 0 0;
 width:12px;
 height:12px;
 font:0/0 arial;
 overflow:hidden;
 background-position:-66px -156px;
 vertical-align:middle;
}
.product__buttons .buttons__compare.cancel i {
 background-position:-50px -156px;
}
.product__buttons .review-link {
 background:#198ef6;
 border-color:#198ef6;
 color:#fff;
}
.product__buttons .link-floor-price {
 background:#ff4c4c;
 border-color:#ff4c4c;
 color:#fff;
}
.product__buttons .review-link i,
.product__buttons .link-floor-price i {

 width:17px;
 height:20px;
 vertical-align:middle;
 display:inline-block;
 margin-right:7px;
}
.product__buttons .link-floor-price i {
 background-position:0 -22px;
}
.product__buttons .review-link:hover {
 background:#007ae6;
}
.product__buttons .link-floor-price:hover {
 background:#f13131;
}
.product__buttons .buttons__compare:hover {
 border-color:#007ae6;
}
.product__services {
 position:relative;
 zoom:1;
 padding:15px 0 0 94px;
 font:14px/32px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
 border-top:1px solid #eee;
}
.product__services dt {
 position:absolute;
 top:15px;
 left:20px;
 color:#999;
}
.product__services a {
 float:left;
 position:relative;
 zoom:1;
 padding:0 0 0 22px;
}
.product__services .line {
 float:left;
 margin:11px 30px 0;
 height:11px;
 border-left:1px solid #e6e6e6;
 font:0/0 arial;
 overflow:hidden;
}
.product__services .icon {
 position:absolute;
 left:0;
 width:5px;
 height:9px;
}
.product__services .huishou .icon {
 width:16px;
 height:17px;
 top:7px;
 background-position:0 -30px;
}
.product__services .ershou .icon {
 width:12px;
 height:16px;
 top:8px;
 background:url(static/products/v4/icon-ershou-0502.png) no-repeat 0 0;
}
.product__services .xgo .icon {
 width:14px;
 height:14px;
 top:9px;
 background-position:-33px -33px;
}
.product__services-news {
 height:22px;
 padding:15px 0 0 20px;
 overflow:hidden;
 line-height:22px;
 border-top:1px solid #eee;
}
.product__services-news .type {
 position:relative;
 float:left;
 margin-right:10px;
 width:58px;
 height:22px;
 background:#f33;
 text-align:center;
 color:#fff;
}
.product__services-news .type i {
 position:absolute;
 right:-8px;
 top:7px;
 width:0;
 height:0;
 font:0/0 arial;
 border-style:solid;
 border-width:4px;
 border-color:#fff #fff #fff #f33;
}
.product__services-news a {
 float:left;
 font-size:14px;
}
.product__services-news em {
 position:relative;
 top:-2px;
 left:5px;
 float:left;
 width:9px;
 height:11px;
 font:0/0 arial;
 background:url(static/products/v3/global-site-nav.png) no-repeat 0 0;
}
.product__parameters {
 position:relative;
 zoom:1;
 padding:10px 20px 15px 94px;
 font:14px/32px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
 background:#fafafa;
}
.product__parameters dt {
 position:absolute;
 top:10px;
 left:20px;
 color:#999;
}
.product__parameters ul {
 overflow:hidden;
 zoom:1;
}
.product__parameters li {
 float:left;
 width:224px;
 white-space:nowrap;
 height:32px;
 overflow:hidden;
 padding:0 20px 0 0;
 font:14px/32px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
 color:#666;
 text-overflow:ellipsis;
}
.product__parameters .more {
 color:#198ef6;
}
.product__parameters .arrow {
 padding:0 0 0 2px;
 font-family:'simsun','\u5B8B\u4F53';
}
.product__review {
 position:relative;
 zoom:1;
 margin-top:15px;
 float:right;
 padding:15px 0;
 width:412px;
 height:84px;
 border:1px dashed #e0e0e0;
}
.product__review .icon8,
.product__review .icon10 {
 position:absolute;
 top:-16px;
 left:-1px;
 width:49px;
 height:49px;
 font:0/0 arial;
 overflow:hidden;
}
.product__review .icon8 {
 background-position:0 -59px;
}
.product__review .icon10 {
 background-position:0 -110px;
}
.review__score {
 position:relative;
 float:left;
 width:118px;
 height:84px;
 border-right:1px solid #f5f5f5;
}
.review__score strong {
 display:block;
 font:28px/40px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
 text-align:center;
 color:#ff4c4c;
}
.review__star {
 margin:0 auto;
 width:78px;
 height:14px;
 background-position:0 -15px;
}
.review__total {
 height:30px;
 font:12px/30px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
 text-align:center;
}
.review__total a {
 position:absolute;
 left:0;
 top:0;
 padding-top:54px;
 width:100%;
 height:30px;
 color:#999;
 z-index:2;
}
.review__total a:hover {
 color:#198ef6;
}
.review__features {
 float:left;
 padding:0 0 0 20px;
 width:273px;
}
.review__features p {
 margin:0 0 0 -10px;
 font:14px/18px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
 color:#ccc;
}
.review__features p a {
 margin:0 10px;
}
.review__features p em {
 padding:0 5px;
 color:#ff4c4c;
}
.product_deploy {
 width:848px;
}
.product_deploy_box {
 position:relative;
 width:846px;
 min-height:94px;
 border:1px solid #eee;
}
.product_deploy_box .product_deploy_name {
 padding:10px 14px;
 width:30px;
 position:absolute;
 top:50%;
 margin-top:-47px;
}
.product_deploy_box .product_deploy_icon {
 width:30px;
 height:30px;
 background:#ccc;
 border-radius:50%;
 margin-bottom:8px;
 text-align:center;
 line-height:30px;
}
.product_deploy_box .product_deploy_icon>em {
 display:inline-block;
 vertical-align:middle;
 width:13px;
 height:13px;
 background:url(static/products/v4/icon_diybg0517.png) no-repeat;
 background-position:0 0;
}
.product_deploy_box .product_deploy_title {
 font-size:14px;
 color:#999;
 text-align:center;
 line-height:18px;
}
.product_deploy_box .product_deploy_list {
 border-left:1px solid #eee;
 width:788px;
 min-height:94px;
 padding:10px 0;
 float:right;
}
.product_deploy_box .product_deploy_item {
 float:left;
 width:314px;
 padding:6px 40px;
 height:18px;
 line-height:18px;
 font-size:12px;
 color:#999;
}
.product_deploy_box .product_deploy_item a {
 text-decoration:none;
 color:#198cf3;
}
.product_deploy_box .product_deploy_item_price {
 float:right;
 color:#ff4c4c;
}
.product_deploy_box .product_deploy_item .class_name {
 float:left;
}
.product_deploy_box .product_deploy_item .detail_name {
 display:inline-block;
 max-width:130px;
 height:18px;
 line-height:18px;
 word-break:break-all;
 overflow:hidden;
}
.product_deploy_money {
 width:766px;
 border:1px solid #eee;
 border-top:0;
 padding:5px 40px;
 font-size:12;
 color:#999;
}
.product_deploy_money p {
 text-align:right;
 height:24px;
 line-height:24px;
}
.deploy_form {
 color:#666;
}
.deploy_form_money {
 color:#ff4c4c;
}
.save-money {
 text-decoration:line-through;
}
.deploy_form_name {
 margin-left:12px;
}
.product_chose_type {
 width:848px;
 padding-bottom:20px;
 border-top:1px solid #eee;
 padding-top:10px;
}
.product_chose_type .product_chose_type_box {
 position:relative;
 padding-left:94px;
 margin-top:10px;
}
.product_chose_type .product_chose_title {
 position:absolute;
 top:0;
 left:20px;
 font-size:14px;
 color:#999;
 height:14px;
 padding:9px 0 8px 0;
 line-height:14px;
}
.product_chose_type .product_type {
 position:relative;
 cursor:pointer;
 margin-right:10px;
 margin-bottom:10px;
 text-decoration:none;
 color:#333;
 height:12px;
 line-height:12px;
 font-size:12px;
 display:inline-block;
 padding:9px 7px 8px 8px;
 border:1px solid #d9d9d9;
}
.product_chose_type .product_type em {
 display:none;
 position:absolute;
 right:-2px;
 bottom:-2px;
 width:11px;
 height:10px;
 background:url(static/products/v4/icon_diybg0517.png) no-repeat;
 background-position:-14px 0;
}
.product_chose_type .product_type.chose {
 border:solid 2px #198ef6;
 padding:8px 6px 7px 7px;
}
.product_chose_type .product_type:hover {
 border:solid 2px #198ef6;
 padding:8px 6px 7px 7px;
}
.product_chose_type .product_type.chose em {
 display:block;
}
.section {
 margin-top:20px!important;
 margin-bottom:0!important;
}
.section .section-header {
 position:relative;
 height:60px;
 border-bottom:1px solid #e6e6e6;
}

.section .section-content {margin-top: 15px;}

.section .section-header h3 {
 height:60px;
 line-height:60px;
 font-size:24px;
 color:#333;
 font-weight:bold;
}
.section .section-header .jingpin-more {
 float:right;
 color:#198ef6;
 margin-top:30px;
 font-size:14px;
}
#rementuijian .section-header .more {
 margin-top:29px;
}
.diy-userlike {
 padding:20px 0 0 20px;
 overflow:hidden;
}
.diy-userlike li {
 float:left;
 width:215px;
 padding-bottom:6px;
 margin-right:102px;
}
.diy-userlike .last {
 margin-right:0;
}
.diy-userlike-header .pic {
 display:block;
 text-align:center;
}
.diy-userlike-header .pic img {
 vertical-align:top;
}
.diy-userlike-header h4 {
 margin-top:12px;
 height:24px;
 line-height:24px;
 overflow:hidden;
 font-size:14px;
 font-weight:normal;
}
.diy-userlike-header h4 a {
 color:#333;
}
.diy-userlike-header h4 a:hover {
 color:#c00;
}
.diy-userlike-price {
 height:22px;
 line-height:22px;
 color:#999;
}
.diy-userlike-price b {
 font-weight:normal;
 color:#f33;
}
.diy-userlike-price strong {
 font-size:15px;
 color:#f33;
}
.diy-userlike ul {
 padding:6px 0 12px 0;
}
.diy-userlike ul li {
 float:none;
 margin:0;
 padding:0;
 height:28px;
 line-height:28px;
 overflow:hidden;
 word-break:break-all;
 word-wrap:break-word;
}
.diy-userlike ul li strong {
 color:#999;
 font-weight:normal;
}
.diy-userlike ul a {
 color:#198ef6;
}
#paramExplain {
 position:absolute;
 z-index:9999;
 display:none;
 padding:12px 15px;
 width:310px;
 font-size:12px;
 line-height:20px;
 border:1px solid #dbdbdb;
 background:#fff;
 text-align:left;
 color:#666;
}
#paramExplain {
 -webkit-box-shadow:0 0 5px #e0e0e0;
 -moz-box-shadow:0 0 5px #e0e0e0;
 box-shadow:0 0 5px #e0e0e0;
 z-index:100;
}
.section-header-link .more,
.section-header-link .icon-vga {
 float:right;
 position:relative;
 margin-left:20px;
 padding-left:20px;
}
.section-header-link .more i,
.section-header-link .icon-vga i {
 position:absolute;
 left:5px;
 top:6px;
 width:10px;
 height:12px;
}
.section-header-link .more i {
 background:url(static/products/v3/detail_view_more_param.png) no-repeat 0 0;
}
.section-header-link .icon-vga i {
 background:url(static/products/graphics_ladder_diagram.png) no-repeat 0 0;
}
.section-header-link .icon-2in1,
.section-header-link .icon-intel-pad {
 float:right;
 position:relative;
 margin-left:20px;
 padding-left:42px;
}
.section-header-link .icon-2in1 i,
.section-header-link .icon-intel-pad i {
 position:absolute;
 left:0;
 height:20px;
 top:2px;
 background:url(static/js/products/product2011/commerce-corp-20140610.png) no-repeat;
}
.section-header-link .icon-intel-pad i {
 width:37px;
 background-position:0 -30px;
}
.section-header-link .icon-2in1 i {
 width:33px;
 background-position:0 0;
}
.product-param-item {
 padding:20px 0;
}
.product-param-item li {
 float:left;
 width:435px;
 height:48px;
 margin:10px 0 0;
 padding-bottom:8px;
}
.product-param-item .param-icon {
 position:relative;
 float:left;
 width:46px;
 height:46px;
 margin:1px 15px 0 0;
 _margin-right:5px;
}
.product-param-item p {
 height:24px;
 font-size:14px;
 line-height:23px;
 overflow:hidden;
 color:#666;
 word-wrap:break-word;
 word-break:break-all;
}
.product-param-item p span {
 color:#333;
 font-weight:bold;
}
.param-icon span {
 display:block;
 width:46px;
 height:46px;
 overflow:hidden;
}
.param-icon .picon1 {
 background-position:0 0;
}
.param-icon .picon2 {
 background-position:-47px 0;
}
.param-icon .picon3 {
 background-position:0 -47px;
}
.param-icon .picon4 {
 background-position:-47px -47px;
}
.section-intel {
 margin:20px 0;
}
.section-intel-header {
 height:26px;
 overflow:hidden;
 background-color:#e5f2ff;
}
.section-intel-header h3 {
 float:left;
 padding:0 10px;
 font:14px/26px 'Microsoft YaHei',arial;
 background-color:#198ef6;
 color:#fff;
}
.section-intel-header h3 span {
 font-size:12px;
 position:relative;
 top:-3px;
 font-family:arial;
 padding:0 3px 0 2px;
}
.section-intel-header i {
 float:left;
 width:0;
 height:0;
 overflow:hidden;
 font:0/0 arial;
 border-width:13px;
 border-style:dashed;
 border-color:#e5f2ff #e5f2ff #198ef6 #198ef6;
}
.intel-rec-list {
 padding:10px 10px 7px;
 border:1px solid #e6e6e6;
 border-top:0 none;
}
.intel-rec-list li {
 position:relative;
 float:left;
 width:120px;
 padding:0 10px;
 text-align:center;
}
.intel-rec-list .pic {
 width:80px;
 height:60px;
 overflow:hidden;
 margin:0 auto;
}
.intel-rec-list img {
 vertical-align:middle;
}
.intel-rec-list h4 {
 display:block;
 margin-top:7px;
 height:18px;
 overflow:hidden;
 word-wrap:break-word;
 word-break:break-all;
 font-weight:normal;
 font-size:12px;
}
.intel-rec-list .pri {
 position:absolute;
 top:42px;
 right:21px;
 height:18px;
 margin:0;
 padding:0 4px;
 overflow:hidden;
 color:#fff;
 background:#f33;
}
.parameter-wrap {
 margin:30px 0 0;
 padding:30px 0 30px 30px;
 height:408px;
 border:1px solid #eee;
}
.parameter-pic-box {
 float:left;
 width:280px;
 height:421px;
 position:relative;
 margin-bottom:-13px;
}
.parameter-slider {
 height:421px;
 overflow:hidden;
}
.parameter-slider li {
 height:421px;
 width:280px!important;
 overflow:hidden;
}
.parameter-slider img {
 display:block;
}
.parameter-slider p {
 padding:7px 0 0;
 height:54px;
 overflow:hidden;
 font:12px/18px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
 color:#666;
}
.parameter-pic-box .bx-pager {
 position:absolute;
 left:0;
 bottom:0;
 width:100%;
 height:10px;
 overflow:hidden;
 font:0/0 arial;
 text-align:center;
}
.parameter-pic-box .bx-pager-item {
 display:inline-block;
 margin:0 5px;
}
*+html .parameter-pic-box .bx-pager-item {
 display:inline;
 zoom:1;
}
.parameter-pic-box .bx-pager-link {
 font:0/0 arial;
 display:inline-block;
 width:10px;
 height:10px;
 overflow:hidden;
 background-color:#ccc;
 border-radius:5px;
}
.parameter-pic-box .bx-pager .active {
 background-color:#198ef6;
}
.parameter-summarize,
.parameter-rate-box {
 float:right;
 width:497px;
}
.parameter-rate-box {
 padding-top:58px;
 height:350px;
 overflow:hidden;
 position:relative;
 zoom:1;
}
.parameter-summarize .summarize-item {
 margin-bottom:20px;
}
.parameter-summarize .summarize-item-last {
 margin-bottom:0;
}
.parameter-summarize .summarize-item dt {
 font:bold 14px/22px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
}
.parameter-summarize .summarize-item .tag {
 padding:15px 0 5px;
}
.parameter-summarize .summarize-item .tag span {
 display:inline-block;
 margin:0 10px 0 0;
 padding:0 9px;
 border:1px solid #198ef6;
 font:14px/22px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
 color:#198ef6;
}
.parameter-summarize .summarize-item p {
 padding:10px 0 0;
 font:14px/22px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
 color:#666;
}
.parameter-summarize .parameter-list {
 padding:6px 0 0;
}
.parameter-summarize .parameter-list li {
 float:left;
 padding:0 15px 0 0;
 width:231px;
 height:30px;
 font:14px/30px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
 text-overflow:ellipsis;
 overflow:hidden;
 white-space:nowrap;
 color:#666;
}
.parameter-summarize .more {
 color:#198ef6;
}
.parameter-summarize .more .arrow {
 padding:0 0 0 2px;
 font-family:'simsun','\u5B8B\u4F53';
 color:#198ef6;
}
.parameter-rate-active {
 position:absolute;
 width:100%;
 top:0;
 left:0;
 font:14px/28px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
 color:#666;
}
.parameter-rate-active .type {
 display:inline-block;
 margin:0 10px 0 0;
 padding:0 14px;
 height:26px;
 line-height:26px;
 border-radius:2px;
 border:1px solid #198ef6;
 color:#198ef6;
}
.parameter-rate-active em {
 padding:0 5px;
 color:#198ef6;
}
.parameter-rate-list {
 margin:0 0 0 120px;
 padding:0 30px 0 0;
 height:350px;
 border-left:2px solid #f5f5f5;
}
.parameter-rate-list li {
 position:relative;
 zoom:1;
 margin:0 0 30px 0;
 height:46px;
 font:14px/46px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
 vertical-align:middle;
}
.parameter-rate-list .parameter-rate {
 position:absolute;
 top:0;
 left:-122px;
 width:122px;
 height:46px;
 background:#198ef6;
 color:#fff;
 text-align:center;
}
.parameter-rate-list .parameter-rate .icon {
 position:absolute;
 top:15px;
 right:-8px;
 width:8px;
 height:8px;
 border:4px solid #f5f5f5;
 border-radius:10px;
 background:#198ef6;
}
.parameter-rate-list .parameter-name {
 display:block;
 background:#f5f5f5;
 font-size:12px;
}
.parameter-rate-list .parameter-name a {
 display:block;
 padding:0 20px;
 height:46px;
 text-overflow:ellipsis;
 overflow:hidden;
 white-space:nowrap;
 -webkit-transition:all .3s ease-in-out;
 transition:all .3s ease-in-out;
}
.parameter-rate-list .parameter-name a:hover {
 background:#198ef6;
 color:#fff;
}
.parameter-other {
 position:absolute;
 bottom:0;
 color:#ccc;
}
.product-model-section {
 margin:30px 0 0;
}
.product-model-section .section-more {
 position:relative;
 margin-top:-1px;
}
.model__head {
 position:relative;
 z-index:2;
 margin:-1px 0;
 height:40px;
 overflow:hidden;
 font:14px/40px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
 color:#666;
 background:#fafafa;
}
.model__head .cell {
 float:left;
 text-align:center;
}
.model__item .cell {
 float:left;
 padding:20px 0;
 font:14px/26px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
 text-align:center;
}
.model__head .cell-1 {
 width:247px;
 padding-left:20px;
 text-align:left;
}
.model__item .cell-1 {
 padding:20px;
 width:227px;
 text-align:left;
}
.model__head .cell-2 {
 width:60px;
 padding:0 0 0 10px;
 text-align:left;
}
.model__item .cell-2 {
 width:70px;
 text-align:left;
}
.model__head .cell-3 {
 width:180px;
}
.model__item .cell-3 {
 width:150px;
 padding:20px 20px 0 10px;
 text-align:right;
}
.model__head .cell-4,
.model__item .cell-4 {
 width:133px;
}
.model__head .cell-5,
.model__item .cell-5 {
 width:116px;
}
.model__head .cell-6,
.model__item .cell-6 {
 width:104px;
}
.model__item {
 border-bottom:1px solid #ededed;
}
.model__item .title {
 height:26px;
 text-overflow:ellipsis;
 overflow:hidden;
 white-space:nowrap;
}
.model__item .cell-2 {
 color:#ff4c4c;
}
.model__item .cell-3 a {
 color:#999;
}
.model__item .cell-3 a:hover {
 color:#198ef6;
}
.model__item .cell-3 .btn {
 display:inline-block;
 margin:0 0 0 10px;
 width:52px;
 height:26px;
 color:#fff;
 background:#198ef6;
 border-radius:2px;
 text-align:center;
}
.model__item .cell-3 .btn:hover {
 background:#007ae6;
 color:#fff;
}
.model__item .cell-4 a {
 display:inline-block;
 position:relative;
 zoom:1;
 padding:0 15px 0 0;
 color:#999;
}
.model__item .cell-4 a:hover {
 color:#198ef6;
}
.model__item .cell-4 .icon {
 position:absolute;
 top:11px;
 right:0;
 width:9px;
 height:5px;
 background-position:-69px -106px;
 font:0/0 arial;
 overflow:hidden;
}
.model__item .cell-4 a:hover .icon {
 background-position:-59px -106px;
}
.model__item .cell-4 .model__trigger--on .icon {
 background-position:-69px -115px;
}
.model__item .cell-4 .model__trigger--on:hover .icon {
 background-position:-59px -115px;
}
.model__item .cell-5 {
 color:#dadada;
 font-family:simsun;
}
.model__item .cell-5 a {
 margin:0 6px;
 font-family:"Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
}
.model__item .pk-btn {
 display:inline-block;
 width:60px;
 height:24px;
 border:1px solid #d9d9d9;
 font:12px/24px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
 color:#666;
 border-radius:2px;
}
.model__item .icon-compare {
 display:inline-block;
 margin:0 5px 0 0;
 width:10px;
 height:10px;
 background-position:-43px -48px;
 font:0/0 arial;
 overflow:hidden;
}
.model__item .pk-btn:hover {
 background:#fafafa;
 color:#666;
}
.table-product {
 border-collapse:collapse;
 width:100%;
 border:1px solid #ededed;
}
.table-product td,
.table-product th {
 border:1px solid #ededed;
 font-size:14px;
 line-height:26px;
 color:#666;
 padding:10px;
 word-break:break-all;
 max-width:273px;
 overflow:hidden;
 text-overflow:ellipsis;
}
.table-product th {
 background:#f5f5f5;
 white-space:nowrap;
}
.table-product .th-cell1 {
 text-align:left;
}
.model__b2c {
 display:none;
 position:relative;
 zoom:1;
}
.model__b2c .icon {
 position:absolute;
 top:-11px;
 right:274px;
 width:21px;
 height:11px;
 background-position:-57px -125px;
 font:0/0 arial;
 overflow:hidden;
 z-index:2;
}
.model__b2c-item {
 position:relative;
 zoom:1;
 padding:20px 20px 20px 160px;
 border-bottom:1px solid #ededed;
}
.model__b2c-logo {
 position:absolute;
 top:50%;
 left:20px;
 margin:-25px 0 0 0;
}
.model__b2c-logo img {
 width:100px;
 height:50px;
 vertical-align:middle;
}
.model__b2c-item li {
 padding:10px 0;
 height:30px;
 overflow:hidden;
 font:14px/30px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
}
.model__b2c-item .title {
 float:left;
 width:500px;
 text-overflow:ellipsis;
 overflow:hidden;
 white-space:nowrap;
}
.model__b2c-item .price {
 float:left;
 padding-left:20px;
 width:88px;
 color:#ff4c4c;
}
.model__b2c-item .buy-btn {
 float:left;
 width:82px;
 height:30px;
 text-align:center;
 color:#fff;
 background:#198ef6;
 border-radius:2px;
}
.model__b2c-item .buy-btn:hover {
 background:#007ae6;
 color:#fff;
}
.table-product .cell-2,
.table-product .cell-3,
.table-product .cell-4,
.table-product .cell-5,
.table-product .cell-6 {
 width:auto;
 text-align:center;
 white-space:nowrap;
 word-wrap:none;
}
.table-product .cell-2 {
 white-space:nowrap;
}
.table-product .cell-1 {
 vertical-align:top;
 text-align:left;
 padding:10px;
}
.table-product .cell-3 {
 padding:10px;
}
.table-product .cell-4 {
 width:100px;
}
.table-product .cell-6 {
 width:70px;
}
.table-product .model__b2c .icon {
 right:240px;
}
.table-product .row-b2c {
 display:none;
}
.table-product .row-b2c.on {
 display:table-row;
}
.table-product .row-b2c.on .model__b2c {
 display:block;
}
.table-product .row-b2c td {
 padding:0;
}
.table-product .model__b2c-item {
 position:relative;
 margin-bottom:-1px;
 z-index:9;
}
.table-product .model__b2c-item .price {
 width:86px;
}
.table-product .notitle {
 padding:0;
 vertical-align:top;
}
.table-product .notitle div {
 background:#fff;
 height:10px;
 margin-top:-1px;
 position:relative;
 z-index:1;
}
.picture-pic-box {
}
.picture-pic-box li {
 width:195px;
 border:1px solid #ededed;
 float:left;
 margin-right:25px;
 overflow:hidden;
 margin-bottom: 15px;
}
.picture-pic-box li:nth-child(4n) {

 margin-right:0;

}
.picture-pic-box li img {
 width:100%;
 display:block;
}
.picture-pic-box li.more {
 margin-right:0;
 text-align:center;
}
.picture-pic-box li.more .icon {
 background:url(../image/no-bg.png) no-repeat;
 display:block;
 margin:33px auto 22px;
 width:51px;
 height:48px;
}
.buy-box {
}
.buy-box .buy-item {
 width:100%;
 float:left;
}
.buy-box .buy-item-tit {
 height:24px;
 line-height:24px;
 font-weight:bold;
 font-size:16px;
 overflow:hidden;
 margin-top:20px;
}
.buy-box .buy-con {
 margin:20px 0 0 -10px;
}
.buy-box .buy-item-pic {
 width:206px;
 height:206px;
 float:left;
 margin-left:10px;
 position:relative;
 overflow:hidden;
 border: 1px solid #ddd;
}
.buy-box .buy-item-pic img {
 display:block;
 width: 206px;
 height: 206px;
}
.buy-box .buy-item-pic .opacity {
 height:32px;
 line-height:32px;
 width:100%;
 padding:0 10px;
 overflow:hidden;
 font-size:14px;
 color:#fff;
 white-space:nowrap;
 overflow:hidden;
 text-overflow:ellipsis;
 position:absolute;
 filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#66000000',endColorstr='#66000000');
 background:rgba(0,0,0,0.4);
 text-align: center;
 bottom: 0px;
}
.buy-box .buy-item-text .buy-item-tit {
 margin-bottom:10px;
}
.buy-box .buy-item-text dd {
 height:30px;
 line-height:30px;
 overflow:hidden;
 padding-left:10px;
 position:relative;
 font-size:14px;
}
.buy-item-text dd {
 padding:2px 0 2px 9px;
 height:26px;
 vertical-align:middle;
 font-size:15px;
 line-height:26px;
 color:#ccc;
 background:url(static/mainpage/2017/normal/index-icon-201704.png) no-repeat -218px -254px;
 overflow:hidden;
}
.buy-item-text dd span {
 display:block;
 width:200px;
}
.buy-item-text dd a {
 vertical-align:baseline;
 word-break:break-all;
}
.evaluating {
 position:relative;
 padding:30px 0;
 border-top:1px solid #ededed;
 font-size:14px;
 color:#999;
 overflow:hidden;
 zoom:1;
}
.evaluating--first {
 border-top:0 none;
}
.evaluating__pic {
 float:left;
 width:200px;
 height:150px;
 margin-right:15px;
 overflow:hidden;
}
.evaluating__pic img {
 vertical-align:middle;
}
.evaluating h4 {
 height:28px;
 font-size:18px;
 font-weight:400;
 text-overflow:ellipsis;
 overflow:hidden;
 white-space:nowrap;
}
.evaluating p {
 height:78px;
 margin:8px 0 14px;
 line-height:26px;
 overflow:hidden;
 word-break:break-all;
 word-wrap:break-word;
}
.evaluating p a {
 margin-left:10px;
 color:#198ef6;
 font-family:simsun;
}
.evaluating p a span {
 font-family:'Microsoft YaHei',arial;
}
.evaluating__tag {
 height:24px;
 font-size:0;
}
.evaluating__tag span {
 display:inline-block;
 height:22px;
 min-width:28px;
 padding:0 10px;
 margin:0 10px 0 0;
 font-size:14px;
 border:1px solid #e5e5e5;
 line-height:22px;
 text-align:center;
}
.evaluating__about {
 height:18px;
 margin:18px 0 0;
}
.evaluating__about span {
 float:left;
 position:relative;
 margin:0 20px 0 0;
 padding:0 0 0 19px;
 font-size:12px;
}
.evaluating__about .icon {
 position:absolute;
 left:0;
}
.evaluating__about .evaluating__time .icon {
 top:3px;
 width:12px;
 height:12px;
 background-position:0 -48px;
}
.evaluating__about .evaluating__viewnum .icon {
 top:4px;
 width:15px;
 height:10px;
 background-position:-14px -48px;
}
.comments-section .review-comments-score {
 padding:30px 0;
 margin:30px 0;
}
.comments-section .total-score {
 padding:0 40px;
 border-right:1px solid #f0f0f0;
}
.comments-section .features-score {
 padding:0 5px 0 25px;
 width:639px;
 border-right:0 none;
}
.comments-section .features-circle {
 padding:0 20px;
}
.comments-section .features-circle canvas {
 left:20px;
}
.comments-section .features-score-6 {
 padding:0 8px 0 22px;
}
.comments-section .features-score-6 .features-circle {
 padding:0 18px;
}
.comments-section .features-score-6 .features-circle canvas {
 left:18px;
}
.comments-section .comments-list {
 position:relative;
 overflow:hidden;
 margin-top:-7px;
 width:870px;
}
.comments-section .comments-list .comments-item {
 margin-top:-1px;
}
.comments-section .comment-list-content .title {
 font-weight:normal;
}
.comments-section .single-score {
 overflow:hidden;
 zoom:1;
 margin-bottom:9px;
}
.comments-section .score {
 float:left;
 padding:0 20px 0 0;
 margin:4px 0;
}
.comments-section .single-score p {
 margin:0;
 height:24px;
 line-height:24px;
}
.no-review-comments {
 padding:30px 0;
}
.no-review-comments .icon {
 background:url(../image/no-dianping_09.png) no-repeat;
 width:459px;
 height:71px;
 float:left;
 margin:0 23px 0 120px;
}
.no-review-comments .btn-share {
 float:left;
 height:40px;
 line-height:40px;
 padding:0 40px;
 background:#198ef6;
 color:#fff;
 border-radius:2px;
 font-size:14px;
 margin-top:22px;
}
.no-review-comments .btn-share:hover {
 background:#007ae6;
}
.section-header-button .icon {
 background:url(static/js/products/v5/nav-v5.png) no-repeat -104px 0;
 width:14px;
 height:27px;
 display:inline-block;
 vertical-align:middle;
 margin-right:5px;
}
.bbs-box {
 padding:30px 0 0;
 overflow:hidden;
 zoom:1;
}
.bbs-header {
 height:34px;
}
.bbs-header h3 {
 float:left;
 font-size:18px;
 font-weight:400;
 line-height:34px;
 color:#666;
}
.bbs-header .blue-btn,
.bbs-header .gray-btn {
 float:right;
 margin:0 0 0 10px;
 font-size:14px;
}
.bbs-area {
 float:right;
 height:32px;
 margin:0 0 0 10px;
 padding:0 15px 0 0;
 border:1px solid #ededed;
 line-height:32px;
 color:#666;
 white-space:nowrap;
 font-size:14px;
}
.bbs-area .brand-area {
 float:left;
 padding:0 10px;
 margin:0 15px 0 0;
 border-right:1px solid #ededed;
 background:#fafafa;
 color:#666;
}
.bbs-area .brand-area:hover {
 color:#198ef6;
}
.bbs-area .brand-area img {
 float:left;
 margin:8px 4px 0 0;
 vertical-align:middle;
}
.bbs-area span {
 float:left;
 padding:0 5px;
}
.bbs-list {
 overflow:hidden;
 zoom:1;
 position:relative;
}
.bbs-list li {
 position:relative;
 padding:25px 0;
 margin:-1px 0 0;
 border-top:1px solid #ededed;
 font-size:14px;
}
.bbs-list .pic {
 position:absolute;
 top:0;
 left:0;
 width:160px;
 height:120px;
 overflow:hidden;
}
.bbs-list .pic img {
 vertical-align:middle;
}
.bbs-list h4 {
 height:30px;
 font-size:18px;
 font-weight:400;
 line-height:30px;
 text-overflow:ellipsis;
 overflow:hidden;
 white-space:nowrap;
}
.bbs-list p {
 margin:10px 0;
 line-height:24px;
 color:#999;
 word-wrap:break-word;
 word-break:break-all;
 overflow:hidden;
}
.bbs-list p a {
 color:#198ef6;
}
.bbs-pics {
 display:block;
 width:100%;
 height:90px;
 overflow:hidden;
 margin:10px 0;
}
.bbs-pics img {
 float:left;
 margin-right:2px;
}
.bbs-option {
 height:22px;
 line-height:22px;
 font-size:12px;
}
.bbs-option__name,
.bbs-option__reply,
.bbs-option__zan {
 float:left;
 position:relative;
 padding:0 0 0 18px;
 margin:0 20px 0 0;
 cursor:pointer;
}
.bbs-option__from {
 float:right;
 color:#999;
}
.bbs-option__zan:hover {
 color:#198ef6;
}
.bbs-option i {
 position:absolute;
 left:0;
 top:3px;
 width:14px;
 height:14px;
}
.bbs-option__name i {
 background-position:-65px -45px;
}
.bbs-option__reply i {
 top:4px;
 background-position:-65px -60px;
}
.bbs-option__zan i {
 background-position:-51px -59px;
}
.bbs-option__name:hover i {
 background-position:-65px -75px;
}
.bbs-option__reply:hover i {
 background-position:-65px -90px;
}
.bbs-option__zan:hover i {
 background-position:-51px -74px;
}
.question-list {
 position:relative;
 overflow:hidden;
 zoom:1;
 margin:0 0 0 -30px;
}
.question-list li {
 float:left;
 width:420px;
 margin:0 0 0 30px;
 padding:25px 0;
 border-top:1px solid #f5f5f5;
 line-height:24px;
}
.question-list-first li {
 border-top:0 none;
}
.question__title,
.question__answer {
 position:relative;
 padding:0 0 0 32px;
}
.question__label {
 position:absolute;
 top:0;
 left:0;
 font-size:18px!important;
 color:#198ef6;
}
.question__label--gray {
 color:#666;
}
.question__title {
 height:24px;
 font-size:18px;
}
.question__title h4 {
 height:24px;
 text-overflow:ellipsis;
 overflow:hidden;
 white-space:nowrap;
 font:18px/24px 'Microsoft YaHei',arial;
}
.question__answer {
 margin-top:12px;
 font-size:14px;
 color:#999;
}
.question__answer a {
 color:#198ef6;
}
.detail-refresh {
 float:right;
 background:none!important;
 font-size:14px;
 margin-top:20px;
}
.detail-refresh i {
 background:url(static/products/v4/sidebar-icon.png) no-repeat -73px -38px;
 width:16px;
 height:17px;
 vertical-align:middle;
 display:inline-block;
 margin-right:6px;
}
.detail-refresh:hover i {
 background-position:-90px -38px;
}
.interest-list-main {
 margin-left:-40px;
}
.interest-list-main li {
 width:195px;
 float:left;
 padding-left:215px;
 position:relative;
 height:150px;
 margin-top:30px;
 margin-left:40px;
}
.interest-list-main li .pic {
 width:200px;
 height:150px;
 border:1px solid #ededed;
 position:absolute;
 left:0;
 top:0;
}
.interest-list-main li .pic img {
 display:block;
 width:200px;
 height:150px;
}
.interest-list-main .title {
 line-height:24px;
 max-height:48px;
 font-size:14px;
 font-weight:normal;
 word-wrap:break-word;
 overflow:hidden;
}
.interest-list-main .meta {
 color:#999;
 margin-top:5px;
}
.interest-list-main .compare-bottom {
 position:absolute;
 left:215px;
 bottom:0;
}
.interest-list-main .price {
 margin-top:5px;
}
.interest-list-main .price span {
 font-size:16px;
 color:#ff4c4c;
}
.interest-list-main .compare-btn {
 font-size:16px;
 width:120px;
 height:32px;
 line-height:32px;
 border:1px solid #ededed;
 border-radius:2px;
 display:block;
 text-align:center;
 cursor:pointer;
 margin-top:10px;
}
.interest-list-main .compare-btn:hover {
 color:#198ef6;
 border-color:#198ef6;
}
.interest-list-main .compare-btn i {
 background:url(../image/detail-icon.png) no-repeat 0 -46px;
 display:inline-block;
 vertical-align:middle;
 margin-right:12px;
 width:14px;
 height:17px;
}
.interest-list-main .compare-btn:hover i {
 background-position:0 -64px;
}
.hot-brand ul {
 margin-left:-17px;
}
.hot-brand li {
 width:160px;
 height:80px;
 float:left;
 margin:20px 0 0 17px;
 overflow:hidden;
}
.hot-brand a {
 display:block;
 border:1px solid #efefef;
}
.hot-brand a:hover {
 border-color:#198ef6;
}
.hot-brand img {
 display:block;
}
.product-name-list {
 margin-left:-20px;
}
.product-name-list li {
 margin:20px 0 0 20px;
 float:left;
 width:202px;
 height:34px;
 line-height:34px;
}
.product-name-list a {
 display:block;
 border:1px solid #eee;
 font-size:14px;
 height:32px;
 line-height:32px;
 text-align:center;
 overflow:hidden;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 white-space:nowrap;
 padding:0 10px;
}
.product-name-list a:hover {
 color:#fff;
 background:#198ef6;
 border-color:#198ef6;
}
.pkM .pk-m-icon,
.pk-main-pro .pk-main-icon,
.pk-vote-number i,
.pk-other__tips {
 background:url(static/products/v4/detail-pk-icon.png) no-repeat;
}
.pk-content {
 margin-top:28px;
}
.pk-main {
 font-size:14px;
}
.pk-main-pro {
 position:relative;
 width:173px;
 height:160px;
 padding:17px 10px 15px 145px;
 border:1px solid #ededed;
}
.pkA {
 float:left;
 margin:0 46px 0 0;
}
.pkB {
 float:right;
}
.pk-main-pro .pk-main-icon {
 width:32px;
 height:39px;
 position:absolute;
 left:10px;
 top:10px;
 background-position:-176px -72px;
 z-index:9;
}
.pk-main__pic {
 position:absolute;
 top:25px;
 left:10px;
 width:120px;
 height:90px;
 overflow:hidden;
}
.pk-main__name {
 height:24px;
 line-height:24px;
 text-overflow:ellipsis;
 overflow:hidden;
 white-space:nowrap;
}
.pk-main__attr {
 height:24px;
 margin:0 0 6px;
 line-height:24px;
}
.pk-main__price {
 color:#ff4c4c;
}
.pk-main__type {
 color:#999;
 font-size:12px;
}
.pk-b2c-list li {
 line-height:28px;
 height:28px;
}
.pk-b2c-list a {
 float:left;
 color:#f33;
 white-space:nowrap;
}
.pk-b2c-list a em {
 padding-left:8px;
}
.pk-jd-icon,
.pk-tmall-icon {
 float:left;
 margin:7px 8px 0 0;
 width:14px;
 height:14px;
 overflow:hidden;
}
.pk-jd-icon {
 background:url(static/js/products/v3/pk/jd-pk-icon.png) no-repeat;
}
.pk-tmall-icon {
 background:url(static/js/products/v3/corp/icon-tmall.jpg) no-repeat;
}
.pk-b2c-list a:hover {
 color:#198ef6;
}
.pkM {
 float:left;
 width:120px;
 margin-top:30px;
}
.pkM .pk-m-icon {
 width:118px;
 height:65px;
 margin:0 auto;
 background-position:15px -45px;
}
.pk-more-btn {
 display:block;
 width:100px;
 height:34px;
 margin:20px auto 0;
 border:1px solid #198ef6;
 color:#fff;
 background-color:#198ef6;
 border-radius:2px;
 text-align:center;
 font:14px/34px "Microsoft YaHei",arial;
}
.pk-more-btn:hover {
 background-color:#007ae6;
 border-color:#007ae6;
 text-decoration:none;
 color:#fff;
}
.pk-vote {
 position:absolute;
 left:0;
 right:0;
 text-align:center;
 font-size:14px;
 line-height:34px;
 bottom:15px;
}
.pk-vote .pk-vote-number,
.pk-vote .pk-vote-btn {
 display:inline-block;
}
.pk-vote-number i {
 display:inline-block;
 width:17px;
 height:20px;
 margin-right:10px;
 background-position:-191px -45px;
 vertical-align:top;
 margin-top:6px;
}
.pk-vote-btn {
 background:#f8fcfe;
 cursor:pointer;
 border:1px solid #e6e6e6;
 border-radius:3px;
 text-align:center;
 width:65px;
 margin-left:20px;
}
.pk-vote-btn:hover {
 border-color:#d4e8f1;
 background:#eaf5fa;
}
.pk-vote-btn.btn__voted {
 border-color:#e6e6e6;
 background:#f5f5f5;
 cursor:default;
 color:#666;
}
.pk-add-number {
 position:absolute;
 color:#ff4c4c;
 font-size:14px;
 left:0;
 right:0;
 text-align:center;
 z-index:11;
 bottom:40px;
}
.pk-other {
 overflow:hidden;
}
.pk-other__tips {
 height:56px;
 overflow:hidden;
 background-position:0 20px;
}
.pk-other__tips .btn-change {
 float:right;
 line-height:56px;
 font-size:14px;
 color:#198ef6;
 cursor:pointer;
}
.pk-other__tips .pk-other-header {
 float:left;
 text-indent:-999em;
}
.pk-other__list {
 position:relative;
 margin-right:-15px;
}
.pk-other__list li {
 position:relative;
 float:left;
 width:162px;
 margin:0 15px 0 0;
 font-size:14px;
}
.pk-other__box {
 width:120px;
 padding:20px 20px 15px;
 border:1px dashed #198ef6;
 cursor:pointer;
}
.pk-other__box:hover {
 border-style:solid;
}
.pk-other__box img {
 display:block;
 width:120px;
 height:90px;
 margin:0 auto 7px;
}
.pk-other__name {
 height:40px;
 line-height:20px;
 overflow:hidden;
 word-break:break-all;
 word-wrap:break-word;
}
.pk-other__price {
 height:20px;
 padding:4px 0 0;
 line-height:20px;
 color:#ff4c4c;
}
.pk-other__price .pk-main__type {
 display:none;
}
.pk-other__pking {
 display:none;
 position:absolute;
 top:87px;
 left:20px;
 width:120px;
 height:24px;
 line-height:24px;
 text-align:center;
 color:#fff;
 background:rgba(0,0,0,0.4);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#66000000,endColorstr=#66000000);
}
.pk-other__btn {
 position:absolute;
 bottom:15px;
 right:20px;
 height:20px;
 line-height:20px;
 font-size:12px;
 color:#999;
}
.pk-other__btn a {
 color:#999;
}
.pk-other__btn a:hover {
 color:#198ef6;
}
.pk-other__btn .arrow {
 padding:0 0 0 2px;
 font-family:'simsun','\u5B8B\u4F53';
}
.pk-other__list .active .pk-other__box {
 border-color:#e6e6e6;
 border-style:solid;
 cursor:default;
}
.pk-other__list .active .pk-other__pking {
 display:block;
}
.pk-other-more {
 height:34px;
 margin:30px 0 0;
 padding:15px 20px;
 background:#fafafa;
 font-size:14px;
}
.pk-other-more strong {
 float:left;
 line-height:34px;
 color:#666;
}
.pk-select {
 position:relative;
 float:left;
 width:250px;
 margin-right:10px;
 font-size:14px;
 z-index:10;
}
.pk-select--product {
 width:335px;
}
.pk-select i {
 position:absolute;
 top:14px;
 right:10px;
 width:0;
 height:0;
 font:0/0 arial;
 border:5px solid transparent;
 border-top-color:#b5b5b5;
}
.pk-select__label {
 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;
 background:#fff;
 cursor:pointer;
}
.pk-select__list {
 display:none;
 position:absolute;
 left:0;
 top:33px;
 width:248px;
 max-height:224px;
 overflow-y:auto;
 border:1px solid #e0e0e0;
 background:#fff;
}
.pk-select--product .pk-select__list {
 width:433px;
}
.pk-select--up .pk-select__list {
 top:auto;
 bottom:33px;
}
.pk-select__list li {
 height:32px;
 padding:0 10px;
 line-height:32px;
 color:#666;
 cursor:pointer;
 word-wrap:break-word;
 word-break:break-all;
 overflow:hidden;
}
.pk-select__list li:hover,
.pk-select__list .selected {
 background:#f5f5f5;
}
.pk-select__list .pk-select__group {
 color:#666;
}
.pk-select .gt-10 {
 height:280px;
 overflow-y:auto;
}
.pk-other-more .goto-pk {
 float:left;
 width:88px;
 height:32px;
 border:1px solid #e6e6e6;
 background-color:#fff;
 font:14px/32px 'Microsoft YaHei',arial;
 color:#666;
 text-align:center;
 border-radius:2px;
 cursor:pointer;
}
.pk-other-more .goto-pk:hover {
 color:#666;
 text-decoration:none;
 background-color:#f6f6f6;
}
.next-view-list {
 position:relative;
 padding:17px 0 0;
 zoom:1;
 margin:0 0 -8px -20px;
}
.next-view-list li {
 position:relative;
 float:left;
 width:260px;
 height:36px;
 padding-left:10px;
 margin-left:20px;
 font-size:16px;
 line-height:36px;
 text-overflow:ellipsis;
 overflow:hidden;
 white-space:nowrap;
 _display:inline;
}
.next-view-list .dot {
 position:absolute;
 top:16px;
 left:0;
 width:3px;
 height:3px;
 font-size:0;
 overflow:hidden;
 background:#ccc;
}
.hotlink {
 margin-top:30px;
 background:#fafafa;
}
.hotlink li {
 position:relative;
 float:left;
 margin:-1px 0 0 -1px;
 width:144px;
 border:1px solid #ddd;
 height:40px;
 line-height:40px;
 overflow:hidden;
 font-size:14px;
 text-align:center;
}
.hotlink .first {
 width:143px;
}
.hotlink .hover {
 z-index:2;
}
.hotlink a {
 display:block;
 width:100%;
 height:100%;
 color:#666;
}
.hotlink a:hover {
 background:#fff;
 color:#666;
}
.hot-search-head-link {
 float:right;
 margin-top:20px;
 right:0;
 height:24px;
 line-height:24px;
 font-size:14px;
}
.hot-search-pics {
 position:relative;
 margin:30px 0 -10px -15px;
}
.hot-search-pics li {
 float:left;
 margin-left:15px;
 width:162px;
}
.hot-search-pics img {
 vertical-align:middle;
}
.hot-search-pics .title {
 height:32px;
 overflow:hidden;
 zoom:1;
 font:14px/32px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
 white-space:nowrap;
 text-overflow:ellipsis;
}
.hot-search-refresh .refresh {
 float:left;
 margin:5px 5px 0 0;
 width:16px;
 height:14px;
 background-position:-73px -38px;
 font:0/0 arial;
 overflow:hidden;
}
.hot-search-refresh:hover .refresh {
 background-position:-90px -38px;
}
.preferred-merchant-section .section-header-link span {
 color:#666;
}
.preferred-merchant {
 position:relative;
 zoom:1;
 height:268px;
 overflow:hidden;
}
.preferred-merchant ul {
 height:268px;
 overflow:hidden;
 position:relative;
 margin-left:-30px;
}
.preferred-merchant li {
 float:left;
 margin:-1px 0 0 30px;
 width:420px;
 padding:25px 0 20px;
 border-top:1px solid #f5f5f5;
}
.local-youxuan-slide {
 padding:0 35px;
}
.local-youxuan-slide ul {
 float:left;
 margin-left:0;
}
.local-youxuan-slide li {
 width:370px;
 margin:-1px 15px 0;
}
.preferred-merchant-lt3 {
 height:auto;
}
.preferred-merchant-lt3 ul {
 height:auto;
}
.preferred-merchant h3 {
 margin:0 0 7px;
 height:30px;
 overflow:hidden;
 zoom:1;
 font:18px/30px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
}
.preferred-merchant .name {
 float:left;
}
.preferred-merchant .city-icon {
 float:left;
 margin:5px 0 0 5px;
 width:84px;
 height:21px;
 background:url(static/products/v3/2017_11_27_youxuan.png) no-repeat;
 font:0/0 arial;
 overflow:hidden;
}
.preferred-merchant .btn {
 float:right;
 margin:2px 0 0;
 width:52px;
 height:26px;
 font-size:14px;
 line-height:26px;
 color:#fff;
 text-align:center;
 background:#198ef6;
 border-radius:3px;
}
.preferred-merchant .btn:hover {
 color:#fff;
}
.preferred-merchant .price {
 float:right;
 height:26px;
 margin:2px 15px 0 0;
 font-size:14px;
 line-height:26px;
 color:#ff4c4c;
}
.preferred-merchant p {
 font:14px/26px "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";
}
.preferred-merchant .label {
 color:#999;
}
.preferred-merchant .address {
 color:#999;
}
.preferred-merchant .address a {
 color:#198ef6;
}
.preferred-merchant .tel {
 overflow:hidden;
 zoom:1;
 height:26px;
}
.preferred-merchant .tel span {
 float:left;
}
.preferred-merchant .tel-num {
 color:#ff4d4d;
}
.preferred-merchant .mer-qq {
 margin:3px 0 0 10px;
 width:20px;
 height:20px;
}
.preferred-merchant .mer-qq a {
 display:blockl;
}
.preferred-merchant .mer-qq iframe {
 float:right;
}
.preferred-merchant .mer-qq img {
 display:block;
 width:100%;
}
.preferred-merchant .bx-prev,
.preferred-merchant .bx-next {
 position:absolute;
 top:50%;
 margin:-15px 0 0;
 width:30px;
 height:30px;
 font:0/0 arial;
 overflow:hidden;
 cursor:pointer;
}
.preferred-merchant .bx-prev {
 background-position:-17px -170px;
 left:-35px;
}
.preferred-merchant .bx-next {
 background-position:-48px -170px;
 right:-35px;
}
.dell-price .price__reference {
 float:left;
 width:498px;
}
.dell-price .price__other,
.dell-price .product__buttons {
 float:left;
 width:478px;
}
.dell-ranking-list {
 float:right;
 padding:0 20px;
 width:260px;
 height:197px;
 background:#fafafa;
 border-top:2px solid #198ef6;
}
.dell-ranking-list__hd {
 padding:14px 0 0;
 font-size:16px;
 line-height:24px;
 text-align:center;
}
.dell-ranking-list__list {
 padding:8px 0 0;
}
.dell-ranking-list__list li {
 position:relative;
 padding:0 0 0 16px;
 height:34px;
 text-overflow:ellipsis;
 white-space:nowrap;
 overflow:hidden;
 font-size:14px;
 line-height:34px;
}
.dell-ranking-list__list .point {
 position:absolute;
 top:15px;
 left:0;
 width:4px;
 height:4px;
 background:#ccc;
 border-radius:2px;
}
.evaluating__viewnum i {
 background-position:-65px -60px!important;
 width:14px!important;
 height:14px!important;
}
.product-zhibo-header .icon,
.pro-zhibo-infos .icon {
 background:url(static/js/products/product-zhibo/zhibo-sj-icons.png) no-repeat;
}
.product-zhibo-header {
 background:#17204C url(static/js/products/product-zhibo/zhibo-bg.jpg) no-repeat;
 padding:20px;
 font-size:14px;
 line-height:26px;
 color:#ccc;
 position:relative;
 margin-top:13px;
}
.product-zhibo-header h2 {
 font-size:20px;
 font-weight:bold;
}
.product-zhibo-header h2,
.product-zhibo-header h2 a {
 color:#fff;
}
.product-zhibo-header .infos {
 margin-top:15px;
}
.product-zhibo-header .infos span,
.product-zhibo-header .infos a {
 display:inline-block;
 margin-right:10px;
}
.product-zhibo-header .infos .zhibo-btn {
 display:none;
 width:90px;
 font:14px/26px 'Microsoft Yahei';
 color:#fff;
 height:26px;
 border-radius:3px;
 background:#ff3100;
}
.product-zhibo-header .infos .zhibo-btn:hover {
 color:#fff;
 text-decoration:none;
 background-color:#e71900;
}
.product-zhibo-header .infos .zhibo-btn .icon {
 float:left;
 width:20px;
 height:26px;
 margin:0 5px 0 10px;
 background-position:0 -1px;
}
.product-zhibo-header .infos .zhibo-btn.ed {
 background:#FF9833;
 display:inline-block;
}
.product-zhibo-header .infos .zhibo-btn.ed:hover {
 background-color:#D8812B;
}
.product-zhibo-header .infos .zhibo-btn.ed .icon {
 margin:0 0 0 5px;
 background-position:0 -30px;
}
.product-zhibo-header .infos a.icon {
 color:#198ef6;
 padding-right:26px;
}
.product-zhibo-header .infos a.icon:hover {
 color:#0c7ae6;
}
.product-zhibo-header .number.icon {
 background-position:0 -165px;
 padding-left:20px;
 display:none;
}
.product-zhibo-header .video.icon {
 background-position:100% -190px;
}
.product-zhibo-header .video.icon:hover {
 background-position:100% -220px;
}
.product-zhibo-header .pics.icon {
 background-position:100% -55px;
}
.product-zhibo-header .pics.icon {
 background-position:100% -80px;
}
.product-zhibo-header .infos .none.icon {
 background:none;
 padding-right:0;
}
.product-zhibo-header .btn-yuyue {
 position:absolute;
 right:20px;
 top:20px;
 line-height:34px;
 text-align:center;
 width:107px;
 cursor:pointer;
 color:#fff;
 background:#198ef6;
 border-radius:3px;
}
._j_zhibo_show {
 display:inline-block!important;
}
.product-zhibo-header .btn-yuyue:hover {
 background:#0c7ae6;
}
.product-zhibo-header .btn-yuyue.ed,
.product-zhibo-header .btn-yuyue.ed:hover {
 background:#e5f3ff;
 color:#198ef6;
}
.product-zhibo-header .time-count {
 color:#fff;
}
.product-zhibo-header .time-icon {
 font-style:normal;
 display:inline-block;
 width:22px;
 text-align:center;
 font-family:arial;
 color:#333;
 background:#fff;
 border-radius:2px;
 margin:0 2px;
}
.pro-zhibo-infos {
 padding:10px 20px 15px;
 font-size:14px;
 line-height:24px;
}
.pro-zhibo-infos dl {
 padding:10px 0 4px;
}
.pro-zhibo-infos.noprice {
 padding:20px 20px 22px;
}
.pro-zhibo-infos.noprice dl {
 padding:15px 0 10px;
}
.pro-zhibo-infos.hasbg {
 padding:10px 20px;
}
.hasbg .infos-bg {
 position:relative;
 margin-left:-20px;
 margin-right:-20px;
 background:#F9F9F9;
 padding:5px 20px;
}
.pro-zhibo-infos .price,
.pro-zhibo-infos .num em {
 color:#ff4c4c;
}
.pro-zhibo-infos .price:hover,
.pro-zhibo-infos a:hover .price,
.pro-zhibo-infos .num:hover em {
 color:#198ef6;
}
.pro-zhibo-infos dt,
.infos-tags dt {
 float:left;
 color:#999;
 width:75px;
}
.pro-zhibo-infos dd,
.infos-tags dd {
 float:left;
}
.pro-zhibo-infos .infos-tags {
 line-height:30px;
}
.infos-tags {
 padding-left:60px;
}
.infos-tags dt {
 float:left;
 color:#999;
 width:75px;
 position:absolute;
 left:20px;
 top:15px;
 width:100%;
}
.infos-tags dt span {
 float:left;
}
.infos-tags .tag {
 float:left;
 border:1px solid #ccc;
 line-height:28px;
 border-radius:3px;
 padding:0 10px;
 margin-right:10px;
 margin-top:-7px;
}
.pro-zhibo-infos .price-type {
 color:#ff4c4c;
 font-size:26px;
 display:inline-block;
 margin-right:10px;
 font-weight:bold;
}
.pro-zhibo-infos .infos-tags .tag {
 float:left;
 border:1px solid #ccc;
 line-height:28px;
 border-radius:3px;
 padding:0 10px;
 margin-right:10px;
}
.pro-zhibo-infos .price-status {
 font-size:12px;
 color:#999;
}
.pro-zhibo-infos .icon.more {
 background-position:100% -103px;
 color:#198DF5;
 padding-right:26px;
 float:left;
}
.pro-zhibo-infos .icon.more:hover {
 background-position:100% -133px;
 color:#0076E7;
}
.pro-zhibo-infos .b2c-link {
 display:inline-block;
 margin-right:30px;
}
.pro-zhibo-infos .b2c-link img {
 float:left;
 margin:5px 10px 0 0;
}
.pro-zhibo-list {
 width:404px;
 float:left;
 font-size:14px;
 line-height:20px;
 margin-left:10px;
}
.pro-zhibo-list li {
 height:40px;
}
.pro-zhibo-list .title {
 display:block;
}
.pro-zhibo-list .act-date {
 float:right;
 color:#999;
 font-size:12px;
}
.pro-zhibo-pics {
 width:400px;
 float:right;
}
.pro-zhibo-pics .header {
 font-size:14px;
 line-height:20px;
 color:#999;
 width:auto;
 margin:0 0 5px;
}
.pro-zhibo-pics ul {
 position:relative;
 margin-left:-20px;
}
.pro-zhibo-pics li {
 width:120px;
 float:left;
 padding-left:20px;
 font-size:14px;
 line-height:22px;
}
.pro-zhibo-pics img {
 vertical-align:top;
}
.pro-zhibo-pics .title {
 display:inline-block;
 margin-top:5px;
 height:22px;
 overflow:hidden;
}
.pro-zhibo-list.all {
 width:808px;
 max-height:150px;
 overflow:hidden;
 margin-top:10px;
}
.pro-zhibo-pics.all {
 width:828px;
 padding-left:20px;
}
.pro-zhibo-list.all li {
 width:354px;
 float:left;
 padding-left:10px;
}
.pro-zhibo-list.all li.bdr {
 width:353px;
 padding-right:10px;
 border-right:1px solid #ccc;
}
.pro-zhibo-list.all .act-title {
 float:left;
 width:260px;
 word-break:break-all;
 height:20px;
 overflow:hidden;
}
.product-zhibo .product-zhibo-header {
 height:26px;
}
.product-zhibo .product-zhibo-header h2,
.product-zhibo .product-zhibo-header .infos {
 float:left;
 margin-top:0;
 margin-right:20px;
}
.product-zhibo .product-zhibo-header .zhibo-btn {
 position:absolute;
 right:20px;
 top:20px;
}
.product-zhibo .product-zhibo-header .infos span {
 display:none;
}
.product-zhibo-header .infos a.taolun-zhibo {
 color:#198ef6;
 float:right;
 margin:0;
 display:none;
}
.product-zhibo-header .infos a.taolun-zhibo:hover {
 color:#0c7ae6;
}
.pro-zhibo-articles {
 position:relative;
}
.more-zhibo-article {
 position:absolute;
 right:0;
 bottom:12px;
 color:#198ef6;
}
.product-detail {
 width:530px;
 float:left;
 margin:7px 0 0 18px;
}
.product-detail .price__reference {
 padding:18px 0 8px 20px;
 position:relative;
}
.product-detail .price__other {
 padding:0 20px !important;
 background:#fafafa;
}
.product-detail .price__other.nob2c {
 padding:21px 0 21px 20px;
}
.product-detail .price__b2c li {
 width:33.3%;
}
.product-detail .price__b2c img {
 float:left;
 margin:0 5px 0 0;
}
.product-detail .price__b2c .m-price {
 color:#ff4c4c;
 margin-left:15px;
}
.product-detail .price__other.nobg {
 background:none;
}
.product-detail .price__merchant {
 height:32px;
 overflow:hidden;
}
.product-detail .price__merchant dt {
 text-align:right;
 width:70px;
 white-space:nowrap;
}
.product-detail .item-dl1,
.product-detail .item-dl2 {
 float:left;
}
.product-detail .item-dl2 {
 margin-left:40px;
}
.product-detail .dcdv .item-dl1 {
 width:210px;
}
.product-detail .dcdv .item-dl2 {
 margin:0;
 width:140px;
}
.product-detail .price__other.nobg dd {
 color:#666;
}
.product-detail dd a {
 white-space:nowrap;
 text-overflow:ellipsis;
 max-width:424px;
 overflow:hidden;
 display:inline-block;
 color:#666;
}
.product-detail dd a.link-ask-canshu {
 position:absolute;
 right:0;
 top:16px;
 color:#198ef6;
}
.product-detail dd a:hover {
 color:#0076E7;
}
.product-detail .product-review-score {
 float:left;
 width:110px;
 text-align:center;
 color:#ff4c4c;
 line-height:18px;
 padding-top:6px;
}
.product-detail .product-review-score strong {
 font-size:20px;
}
.product-detail .product-review-articles li {
 font-size:14px;
 line-height:20px;
 padding:8px 0;
 height:20px;
 overflow:hidden;
}
.product-detail .product-review-articles .type {
 float:left;
 background:#75BFFB;
 width:36px;
 text-align:center;
 margin-right:10px;
 font-size:12px;
 color:#fff;
}
.product-detail .product-review-articles .date {
 float:right;
 color:#999;
}
.product-detail .product-review-articles .title {
 height:20px;
 overflow:hidden;
 display:block;
}
.product-detail .product-review .product-review-articles {
 width:312px;
 padding:0 23px;
 border-left:1px solid #eee;
 float:left;
 margin:7px 0;
}
.product-detail .product-review .product-review-articles li {
 padding:7px 0;
}
.product-detail .product-review .btn-link {
 position:absolute;
 right:-1px;
 bottom:-1px;
 width:30px;
 height:44px;
 padding:12px 10px 0;
 font-size:14px;
 line-height:18px;
 color:#fff;
 text-align:center;
 background:url(static/products/v4/btn-review.png) no-repeat;
}
.product-detail .product__buttons {
 padding:16px 0 0 20px;
}
.product-detail .product__articles {
 padding:14px 0 0;
}
.product-detail .product__articles .article__pic {
 width:125px;
 margin:0 8px 0 0;
 height:94px;
 border:1px solid #eee;
}
.product-detail .product__articles .product-review-articles {
 width:383px;
 float:left;
 position:relative;
 margin-top:-7px;
 height:100px;
 overflow:hidden;
}
.product-detail-side {
 margin-top:5px;
}
.product-detail-side.mobile .rank-list li {
 height:46px;
 line-height:46px;
}
.product-detail-side.mobile .rank-list li.current {
 height:auto;
}
.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(static/js/products/v4/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;
}
.product-pics.nocolor .small-pic {
 padding:5px 0;
}
.product__buttons .lowprice-buy-link {
 background:#F78537;
 border-color:#F78537;
 color:#fff;
 border-radius:3px;
}
.product__buttons .lowprice-buy-link .icon {
 display:inline-block;
 margin:-2px 5px 0 0;
 width:16px;
 height:16px;
 font:0/0 arial;
 overflow:hidden;
 background:url(static/products/v4/icon-lowprice.png) no-repeat;
 vertical-align:middle;
}
.b2c-item {
 position:relative;
 white-space:nowrap;
}
.article__pic span.tag {
 position:absolute;
 left:0;
 top:0;
 background:#75BFFB;
 width:36px;
 text-align:center;
 margin-right:10px;
 font-size:12px;
 color:#fff;
}
.b2c-item .tips {
 background:url(static/products/v4/icon-bg-tip.png) no-repeat;
 height:24px;
 text-align:center;
 color:#FB4D51;
 font-size:12px;
 line-height:20px;
 position:absolute;
 left:0;
 top:-20px;
 width:112px;
}
.product-detail .product-review-articles .tag {
 color:#999;
 display:inline-block;
 margin:0 12px;
}
.product-detail .product-review-articles .title {
 white-space:nowrap;
 text-overflow:ellipsis;
 padding-right:10px;
}
.product-detail .elip {
 width:200px;
 text-overflow:ellipsis;
 display:inline-block;
}
.shopping-festival-link {
 padding-left:38px;
 margin-left:50px;
 color:#198ef6!important;
 display:inline-block;
 background:url(static/js/2018shuang11/images/shuang32x16.png) left center no-repeat;
}
.iphoneXsQrcondDiv {
 position:fixed;
 z-index:99998;
 bottom:180px;
 margin-left:620px;
 right:15px;
}
.iphoneXsQrcondDiv .ixq-close {
 position:absolute;
 font-size:12px;
 right:0;
 top:0;
 background:#f5f5f5;
 color:#666;
 padding:0 5px;
 cursor:pointer;
}
.enterprise-level .product-detail .price__other {
 position:relative;
}
.enterprise-level .link-ask-lowprice {
 position:absolute;
 right:10px;
 top:19px;
 font-size:12px;
 color:#198ef6;
 z-index:9;
 display: none;
}
.enterprise-level .price__other .price__merchant {
 padding:0;
}
.enterprise-level .parameter-box .price__merchant {
 width:220px;
}
.enterprise-level .price__other .price__merchant dt {
 position:static;
 width:auto;
 float:left;
}
.enterprise-level .price__other .price__merchant dd {
 float:left;
}
.enterprise-level .product-detail .price__b2c li {
 width:auto;
 margin-right:20px;
}
.tip-box {
 position:absolute;
 z-index:9999;
 display:none;
 padding:12px 15px;
 width:150px;
 font:12px/20px 'Microsoft YaHei';
 border:1px solid #dbdbdb;
 background:#fff;
 text-align:left;
 color:#666;
 -webkit-box-shadow:0 0 5px #e0e0e0;
 -moz-box-shadow:0 0 5px #e0e0e0;
 box-shadow:0 0 5px #e0e0e0;
 z-index:100;
}
.zbz-tips {
 padding:10px;
}
.zbz-tips a {
 color:#198ef6;
}
.zbz-tips a em {
 font-family:'simsun','\5B8B\4F53';
}
.weixin-tips {
 padding:5px;
 width:124px;
 height:auto;
 text-align:center;
 font-family:arial;
}
.weixin-tips img {
 vertical-align:middle;
 width:100%;
}
*+html .weixin-tips {
 font-family:"Simsun";
 line-height:0;
 text-align:center;
 diplay:inline-block;
 zoom:1;
 font-size:175px;
}
* html .weixin-tips {
 font-family:"Simsun";
 line-height:0;
 text-align:center;
 diplay:inline-block;
 zoom:1;
 font-size:175px;
}
.alienBox .dell-con {
 position:absolute;
 left:30px;
 white-space:nowrap;
 font-size:20px;
 background:#eee url(static/js/products/active/icon-dell.gif) 15px no-repeat;
 padding:20px 30px 20px 90px;
 border-left:4px solid #2674a8;
 color:#2e8ac9;
}
.alienBox .dell-close {
 position:absolute;
 left:0;
 font:bold 16px/30px "microsoft yahei";
 background:#2c86c1;
 display:block;
 width:30px;
 color:#fff;
 text-align:center;
 cursor:pointer;
}
.alienBox .dell-close-new {
 position:absolute;
 left:0;
 font:bold 16px/30px "microsoft yahei";
 background:#2c86c1;
 display:block;
 width:30px;
 color:#fff;
 text-align:center;
 cursor:pointer;
}
.dell-list {
 margin-left:30px;
 border:1px solid #2674a8;
 background:#fff;
 padding:0 15px;
 font:18px/32px 'Microsoft Yahei';
 border-right:0;
}
.dell-list .dell-item {
 width:173px;
 display:block;
 border-bottom:1px solid #ddd;
 padding:8px 0;
 color:#2d8ac9;
}
.dell-list .dell-item img {
 float:left;
 margin-right:10px;
}
.dell-list .dell-item1 {
 line-height:22px;
}
.dell-list .dell-item2 {
 line-height:40px;
}
.dell-list .dell-item2 img {
 margin:0 13px 0 3px;
}
.dell-list .dell-item3 {
 border-bottom:0;
 white-space:nowrap;
}
.dell-list .dell-item3 img {
 margin:0 15px 0 5px;
}
.zhibo_tmp {
 float:left;
 line-height:28px;
}
.zhibo_tmp .tmpzhibo-time {
 float:left;
 background:url(static/js/products/zhibo/icon-timer.png) 0 no-repeat;
 width:22px;
 height:28px;
}
.zhibo_tmp .tmpzhibo-living {
 color:#fff;
 background:url(static/products/active/zb-bg0.jpg) 0 50% no-repeat;
 padding-left:40px;
 width:46px;
 float:left;
 height:28px;
}
.zhibo_tmp .tmpzhibo-lived {
 color:#fff;
 float:left;
 background:url(static/js/products/active/zb-bg2.jpg) 0 50% no-repeat;
 padding-left:40px;
 width:46px;
 height:28px;
}
.zhibo_tmp a {
 color:#198ef6;
}
.zhibo_tmp .zhibo-header {
 display:none;
}
.zhibo_tmp .link {
 display:inline-block;
 margin-left:10px;
 font-size:14px;
}
.zhibo_tmp .live-title {
 background:#ee372c url(static/products/active/zb-bg1.jpg) 100% 0 no-repeat;
 color:#fff;
 padding:0 20px;
 text-align:right;
 max-width:175px;
 float:left;
 white-space:nowrap;
 overflow:hidden;
 text-overflow:ellipsis;
}
.zhibo_tmp.bg {
 background:#ee372c;
 color:#fff;
 line-height:30px;
 padding:2px 10px;
 height:60px;
 margin:5px 0;
 float:none;
 font-size:14px;
}
.zhibo_tmp.bg .tmpzhibo-time,
.zhibo_tmp.bg .tmpzhibo-living,
.zhibo_tmp.bg .tmpzhibo-lived {
 background:url(static/products/active/icon-zhibo.png) 50% -60px no-repeat;
 height:30px;
 width:20px;
 margin-right:10px;
 padding:0;
 text-indent:-99em;
}
.zhibo_tmp.bg a {
 color:#fff;
 text-decoration:underline;
}
.zhibo_tmp.bg .zhibo-header {
 display:block;
}
.zhibo_tmp.bg .tmpzhibo-living {
 background-position:50% 0;
}
.zhibo_tmp.bg .tmpzhibo-lived {
 background-position:50% -30px;
}
.zhibo_tmp.bg .live-title {
 background:none;
 padding:0;
}
.zhibo_tmp.bg .red {
 color:#fff;
}
.dailog__body .dailog-reg {
 height:20px;
 display:none;
}
.product-zhibo-header .infos a.taolun-zhibo-mt {
 margin-top:-23px;
 color:#fff;
}
.select-mol {
 white-space:nowrap;
}
.price-discounts .preference-mol-jd {
 top:0;
 background-color:#fff;
}
.product-detail .price-discounts {
 padding:10px 0 10px 20px;
 margin:10px 0;
 height:25px;
 margin:0;
}
.section-zhimai .section-header-link img {
 vertical-align:middle;
 margin-top:-2px;
 height:15px;
}
.section-zhimai .zhimai-list {
 padding-top:13px;
 margin-left:-22px;
 position:relative;
}
.section-zhimai .zhimai-list li {
 margin-left:22px;
 float:left;
 width:156px;
}
.section-zhimai .zhimai-list a.item {
 display:block;
 border:1px solid #CCC;
}
.section-zhimai .zhimai-list a.item:hover {
 border:1px solid #198DF5;
}
.section-zhimai .zhimai-list .pic {
 width:154px;
 height:154px;
}
.section-zhimai .zhimai-list .detail {
 padding:6px 10px 10px;
}
.section-zhimai .zhimai-list .title {
 display:block;
 height:36px;
 font-size:13px;
 color:#000;
 line-height:18px;
 overflow:hidden;
 text-overflow:ellipsis;
 -webkit-line-clamp:2;
 display:-webkit-box;
 -webkit-box-orient:vertical;
 margin-bottom:8px;
}
.section-zhimai .zhimai-list .quan {
 display:inline-block;
 border:1px solid #FF4C4C;
 border-radius:4px;
 line-height:18px;
 color:#FF4C4C;
 font-size:13px;
 padding-right:3px;
}
.section-zhimai .zhimai-list .quan span {
 display:inline-block;
 width:18px;
 background:#FF4C4C;
 color:#fff;
 text-align:center;
 margin-right:3px;
}
.section-zhimai .zhimai-list .price-box {
 color:#FF3440;
}
.section-zhimai .zhimai-list .price-box b {
 font-size:20px;
}
.section-zhimai .zhimai-list del {
 color:#666;
 float:right;
}
.section-zhimai .zhimai-list .detail-footer {
 margin-top:8px;
 color:#666;
 line-height:26px;
}
.btn-quan {
 margin:5px 15px 0 0;
}
.btn-quan {
 float:left;
 border:1px solid #FF1A1A;
 -webkit-border-radius:4px;
 border-radius:4px;
 font-size:13px;
 color:#FF1A1A;
 line-height:18px;
 height:18px;
 padding-right:5px;
}
.btn-quan span {
 float:left;
 border-right:1px solid #FF1A1A;
 padding:0 5px;
 margin-right:5px;
}
a.btn-quan:hover {
 background:#FF1A1A;
 color:#fff;
}
a.btn-quan:hover span {
 border-right:1px solid #fff;
}
#_j_hot_change {
 float:right;
 line-height:56px;
 font-size:14px;
 color:#198ef6;
 cursor:pointer;
 margin-top:10px;
}
.select-mol {
 white-space:nowrap;
}
#bottom_banner_group {
 margin-top:0;
}
.alienBox {
 position:fixed;
 right:0;
 top:50%;
 z-index:999;
 width:234px;
 height:106px;
}
.alienBox.on {
 width:80px;
}
.alienBox .alien-close {
 position:absolute;
 left:0;
 font:bold 16px/30px "microsoft yahei";
 background:#636363;
 display:block;
 width:30px;
 color:#fff;
 text-align:center;
 cursor:pointer;
}
.alienBox .alien-con {
 position:absolute;
 left:30px;
 white-space:nowrap;
 font-size:20px;
 background:#eee url(static/js/products/active/alien.gif) 10px no-repeat;
 padding:20px 10px 20px 50px;
 border-left:4px solid #444;
}
.alienBox .alien-con p {
 font-size:24px;
}
.enterprise-level .product-pics {
 position:relative;
}
.product-detail .price__reference .caigou-link {
 float:right;
}
.product__buttons-lease a {
 padding:0 18px;
}
.product__buttons-lease a.link-floor-lease {
 background:#ff4c4c;
 border-color:#ff4c4c;
 color:#fff;
}
.product__buttons-lease .link-floor-lease i {
 background:url(../image/zulin-icon.png) no-repeat 0 1px;
 width:17px;
 height:20px;
 vertical-align:middle;
 display:inline-block;
 margin-right:7px;
}
.big-pic {
 position:relative;
}
.big-pic .video-btn {
 position:absolute;
 left:120px;
 bottom:28px;
 padding:0 7px 0 4px;
 height:28px;
 line-height:28px;
 color:#333;
 z-index:9;
 border-radius:14px;
 filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#CCFFFFFF',endColorstr='#CCFFFFFF');
 background:rgba(255,255,255,0.8);
 cursor:pointer;
}
.big-pic .video-btn .icon {
 background:url(static/js/products/product2011/video-icon.png) no-repeat;
 display:block;
 width:22px;
 height:22px;
 float:left;
 margin:3px 6px 0 0;
}
.big-pic .video-box {
 position:absolute;
 left:0;
 top:0;
 width:320px;
 height:240px;
 z-index:99;
}
.big-pic .back {
 background:url(static/js/products/product2011/video-close-btn.png) no-repeat;
 width:21px;
 height:21px;
 position:absolute;
 right:10px;
 top:10px;
 cursor:pointer;
}
.big-pic .back:hover {
 background-position:0 -23px;
}
.small-pic span .button {
 background:url(static/js/products/product2011/small-video.png) no-repeat;
 display:inline-block;
 width:13px;
 height:13px;
 text-indent:-999em;
 vertical-align:-3px;
 margin-right:3px;
}
.small-pic li.on {
 border-color:#198ef6;
}
.big-pic.h-pic img {
 display:block;
 max-height:100%;
 width:auto;
 margin:0 auto;
}
.table-product td .param-rel-pro {
 border-bottom:1px dashed #198ef6;
 color:#666;
}
.table-product td .param-rel-pro:hover {
 border-bottom:1px solid #198ef6;
 color:#198ef6;
}
.cps-commerce {
 float:left;
}
.discount-list {
 float:left;
 margin-left:-20px;
 margin-top:4px;
 max-width:400px;
}
.discount-list {
 height:21px;
}
.discount-list:empty {
 display:none;
}
.bottom-text__discount {
 height:21px;
 line-height:21px;
 background:#FFF;
 border-radius:2px;
 border:1px solid #FF5252;
 padding:0 4px;
 font-size:12px;
 position:relative;
 color:#FF5252;
 overflow:hidden;
 box-sizing:border-box;
 white-space:nowrap;
 float:left;
 margin-left:10px;
}
.bottom-text__discount.lingquan {
 overflow:inherit;
}
.bottom-text__discount.lingquan:before,
.bottom-text__discount.lingquan:after {
 content:"";
 height:6px;
 width:6px;
 border-radius:20px;
 border:1px solid #FF5252;
 position:absolute;
 border-left:#fff;
 border-bottom:#fff;
 background:#fff;
 top:4px;
}
.bottom-text__discount.lingquan:before {
 left:-3px;
 transform:rotate(45deg);
}
.bottom-text__discount.lingquan:after {
 right:-3px;
 transform:rotate(-135deg);
}
.bottom-text__discount.huangou {
 background:#FEF3F3;
 border-radius:2px;
 border-color:#FEF3F3;
 width:105px;
 overflow:hidden;
}
.bottom-text__discount.zengpin .zp {
 padding:0 10px 0 4px;
 height:21px;
 background:#FF5252;
 border-radius:2px 2px 8px 2px;
 color:#fff;
 float:left;
 margin-left:-4px;
 margin-right:4px;
}
.bottom-text__discount .price-unit {
 font-size:11px!important;
 font-weight:bold;
}
.bottom-text__discount .price-unit::before {
 content:'\uffe5';
 font-size:12px!important;
}
.bottom-text__discount .discounts-name {
 font-size:12px;
}
.bottom-text__discount.miaosha {
 border-color:#FF8200;
 color:#FF8200;
 font-size:11px;
 display:flex;
 padding-left:0;
 padding-right:10px;
}
.bottom-text__discount.miaosha::before {
 content:'';
 background:url(static/js/products/images/img_miaosha@2x.png) no-repeat;
 width:40px;
 height:21px;
 background-size:40px 21px;
 flex-shrink:0;
}
.bottom-text__discount.yushou {
 border-color:#9592F0;
 color:#9592F0;
 font-size:11px;
 display:flex;
 padding-left:0;
 align-items:center;
}
.bottom-text__discount.yushou .handsel {
 color:#FF5252;
 border:1px solid #FF5252;
 padding:0 2px;
 font-size:9px;
 height:10px;
 line-height:10px;
 margin-left:2px;
}
.bottom-text__discount.yushou::before {
 content:'';
 background:url(static/js/products/images/img_yushou@2x.png) no-repeat;
 width:40px;
 height:21px;
 background-size:40px 21px;
}
.bottom-text__discount.yuyue {
 border-color:#F89705;
 color:#F89705;
 font-size:11px;
 display:flex;
 padding-left:0;
}
.bottom-text__discount.yuyue::before {
 content:'';
 background:url(static/js/products/images/img_yuyue@2x.png) no-repeat;
 width:40px;
 height:21px;
 background-size:40px 21px;
}
.detail_general_top_left,
.detail_general_top_right,
.detail_general_bottom_left,
.detail_general_bottom_right {
 position:absolute;
 width:70px;
 height:70px;
 z-index:9;
 background-size:70px 70px!important;
}
.detail_general_top_left {
 top:0;
 left:0;
}
.detail_general_top_right {
 top:0;
 right:0;
}
.detail_general_bottom_left {
 bottom:0;
 left:0;
}
.detail_general_bottom_right {
 bottom:0;
 right:0;
}
.award {
 position:absolute;
 top:15px;
 left:15px;
 z-index:5;
}
.award1,
.award2,
.award3 {
 width:49px;
 height:49px;
}
.award1 {
 background:url('static/js/products/award/20091.png') no-repeat;
}
.award2 {
 background:url('static/js/products/award/20092.png') no-repeat;
}
.award3 {
 background:url('static/js/products/award/20093.png') no-repeat;
}
* html .award1 {
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src="static/js/products/award/20091.png");
 background:none;
}
* html .award2 {
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src="static/js/products/award/20092.png");
 background:none;
}
* html .award3 {
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src="static/js/products/award/20093.png");
 background:none;
}
.award1_2010,
.award2_2010,
.award3_2010 {
 width:96px;
 height:73px;
 background:url('static/js/products/award/2010.png') no-repeat;
 _background:url('static/js/products/award/2010.gif') no-repeat;
}
.award1_2010 {
 background-position:0 0;
}
.award2_2010 {
 background-position:-100px 0;
}
.award3_2010 {
 background-position:-200px 0;
}
.award1_2011,
.award2_2011,
.award3_2011 {
 width:76px;
 height:66px;
 background:url('static/js/products/award/2011.png') no-repeat;
 _background:url('static/js/products/award/2011_ie6.png') no-repeat;
}
.award1_2011 {
 background-position:0 0;
}
.award2_2011 {
 background-position:-131px 0;
}
.award3_2011 {
 background-position:-262px 0;
}
.award1_2012,
.award2_2012,
.award3_2012 {
 width:75px;
 height:66px;
 background:url('static/js/products/award/2012.png') no-repeat;
 _background:url('static/js/products/award/2012_ie6.png') no-repeat;
}
.award1_2012 {
 background-position:1px 0;
}
.award2_2012 {
 background-position:-97px 0;
}
.award3_2012 {
 background-position:-197px 0;
}
.award1_2013,
.award2_2013,
.award3_2013 {
 width:75px;
 height:66px;
 background:url('static/js/products/award/award2013-1.png') no-repeat;
 _background:url('static/js/products/award/award2013-1_ie6.png') no-repeat;
}
.award1_2013 {
 background-position:0 0;
}
.award2_2013 {
 background-position:0 -151px;
}
.award3_2013 {
 background-position:0 -75px;
}
.award1_2014,
.award2_2014,
.award3_2014 {
 width:75px;
 height:66px;
 background:url('static/js/products/award/award2014.png') no-repeat;
 _background:url('static/js/products/award/award2014_ie6.png') no-repeat;
}
.award1_2014 {
 background-position:0 0;
}
.award2_2014 {
 background-position:0 -151px;
}
.award3_2014 {
 background-position:0 -75px;
}
.award1_2015,
.award2_2015,
.award3_2015 {
 width:75px;
 height:66px;
 background:url('static/js/products/award/award2015.png') no-repeat;
}
* html .award1_2015,
* html .award2_2015,
* html .award3_2015 {
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src="static/js/products/award/award2015.png");
 background:none;
}
.award1_2015 {
 background-position:0 0;
}
.award2_2015 {
 background-position:0 -151px;
}
.award3_2015 {
 background-position:0 -75px;
}
.award1_2016,
.award2_2016,
.award3_2016 {
 width:75px;
 height:66px;
 background:url('static/js/products/award/award2016.png') no-repeat;
}
* html .award1_2016,
* html .award2_2016,
* html .award3_2016 {
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src="static/js/products/award/award2016.png");
 background:none;
}
.award1_2016 {
 background-position:0 0;
}
.award2_2016 {
 background-position:0 -145px;
}
.award3_2016 {
 background-position:0 -72px;
}
.award1_2017 {
 position:absolute;
 background:url(static/products/award/award2017_7070_1.png) no-repeat;
 width:70px;
 height:70px;
 left:0;
 top:0;
}
* html .award1_2017 {
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src="static/products/award/award2017_7070_1.png");
 background:none;
}
.award2_2017 {
 position:absolute;
 background:url(static/products/award/award2017_7070_2.png) no-repeat;
 width:70px;
 height:70px;
 left:0;
 top:0;
}
* html .award2_2017 {
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src="static/products/award/award2017_7070_2.png");
 background:none;
}
.award3_2017 {
 position:absolute;
 background:url(static/products/award/award2017_7070_3.png) no-repeat;
 width:70px;
 height:70px;
 left:0;
 top:0;
}
* html .award3_2017 {
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src="static/products/award/award2017_7070_3.png");
 background:none;
}
.award1_2018 {
 position:absolute;
 background:url(static/products/award/award_2018_1.png) no-repeat;
 width:70px;
 height:70px;
 left:0;
 top:0;
}
* html .award1_2018 {
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src="static/products/award/award_2018_1.png");
 background:none;
}
.award2_2018 {
 position:absolute;
 background:url(static/products/award/award_2018_2.png) no-repeat;
 width:70px;
 height:70px;
 left:0;
 top:0;
}
* html .award2_2018 {
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src="static/products/award/award_2018_2.png");
 background:none;
}
.award3_2018 {
 position:absolute;
 background:url(static/products/award/award_2018_3.png) no-repeat;
 width:70px;
 height:70px;
 left:0;
 top:0;
}
* html .award3_2018 {
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src="static/products/award/award_2018_3.png");
 background:none;
}
.corner {
 position:absolute;
 top:15px;
 left:15px;
 z-index:5;
 width:100px;
 height:100px;
 background-repeat:no-repeat;
 background-position:0 0;
}
.corner-right-bottom {
 width:70px;
 height:70px;
 right:0;
 bottom:0;
 position:absolute;
 z-index:9;
}
.award1_9999 {
 position:absolute;
 background:url(static/products/award/20191111_7070.png) no-repeat;
 width:70px;
 height:70px;
 left:0;
 top:0;
}
* html .award1_9999 {
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src="static/products/award/20191111_7070.png");
 background:none;
}
.award1_2019 {
 position:absolute;
 background:url(static/products/award/award_2019_1.png) no-repeat;
 width:70px;
 height:70px;
 left:0;
 top:0;
}
* html .award1_2019 {
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src="static/products/award/award_2019_1.png");
 background:none;
}
.award2_2019 {
 position:absolute;
 background:url(static/products/award/award_2019_2.png) no-repeat;
 width:70px;
 height:70px;
 left:0;
 top:0;
}
* html .award2_2019 {
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src="static/products/award/award_2019_2.png");
 background:none;
}
.award3_2019 {
 position:absolute;
 background:url(static/products/award/award_2019_3.png) no-repeat;
 width:70px;
 height:70px;
 left:0;
 top:0;
}
* html .award3_2019 {
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src="static/products/award/award_2019_3.png");
 background:none;
}
.award5_2019 {
 position:absolute;
 background:url(static/products/award/award_2019_5.png) no-repeat;
 width:70px;
 height:70px;
 left:0;
 top:0;
}
* html .award5_2019 {
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src="static/products/award/award_2019_5.png");
 background:none;
}
.award6_2019 {
 position:absolute;
 background:url(static/products/award/award_2019_6.png) no-repeat;
 width:70px;
 height:70px;
 left:0;
 top:0;
}
* html .award6_2019 {
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src="static/products/award/award_2019_6.png");
 background:none;
}
.award1_202012 {
 position:absolute;
 background:url(static/products/award/award_2020_12_7070.png) no-repeat;
 width:70px;
 height:70px;
 left:0;
 top:0;
}
* html .award1_202012 {
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src="static/products/award/award_2020_12_7070.png");
 background:none;
}
.award1_2021 {
 position:absolute;
 background:url(static/products/award/20211214/gg100/7070.png) no-repeat;
 width:70px;
 height:70px;
 left:0;
 top:0;
}
* html .award1_2021 {
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src="icon.zol-img.com.cn/products/award/20211214/gg100/7070.png");
 background:none;
}
.award2_2021 {
 position:absolute;
 background:url(static/products/award/20211214/zolrec/7070.png) no-repeat;
 width:70px;
 height:70px;
 left:0;
 top:0;
}
* html .award2_2021 {
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src="icon.zol-img.com.cn/products/award/20211214/zolrec/7070.png");
 background:none;
}
.kangning-icon {
 position:absolute;
 background-repeat:no-repeat;
 width:125px;
 height:62px;
 z-index:9;
 top:7px;
 left:-70px;
}
.kn-default_00 {
 background-image:url(static/products/product2011/detail/kn-default_00.png);
}
.kn-zheng_03 {
 background-image:url(static/products/product2011/detail/kn-zheng_03.png);
}
.kn-zheng_05 {
 background-image:url(static/products/product2011/detail/kn-zheng_05.png);
}
.kn-zheng_dxx3s {
 background-image:url(static/products/product2011/detail/kn-zheng_dxx3s.png);
}
.kn-zhengfan_05 {
 background-image:url(static/products/product2011/detail/kn-zhengfan_05.png);
}
.kn-zhengfan_06 {
 background-image:url(static/products/product2011/detail/kn-zhengfan_06.png);
}
.kn-zhengfan_dxx {
 background-image:url(static/products/product2011/detail/kn-zhengfan_dxx.png);
}
.kn-zheng_dx {
 background-image:url(static/products/product2011/detail/kn-zheng_dx.png);
}
.kn-zheng_victus {
 background-image:url(static/products/product2011/detail/kn-zheng_victus.png);
}
.kn-hou_dx {
 background-image:url(static/products/product2011/detail/kn-hou_dx.png);
}
.kn-waibei_victus {
 background-image:url(static/products/product2011/detail/kn-waibei_victus.png);
}
.kn-hou_dx-1 {
 background-image:url(static/products/product2011/detail/kn-hou_dx-1.png);
 width:140px;
}
.kn-jishen-jingtou_05 {
 background-image:url(static/products/product2011/detail/kn-jishen-jingtou_05.png);
}
.kn-zheng-jingtou_03 {
 background-image:url(static/products/product2011/detail/kn-zheng-jingtou_03.png);
}
.kn-zheng-jingtou_05 {
 background-image:url(static/products/product2011/detail/kn-zheng-jingtou_05.png);
}
.merchant-list .tel-icon,
.merchant-list .mer-qq a,
.merchant-list .mer-vip,
.merchant-list .rz0,
.merchant-list .rz1,
.merchant-list .rz2,
.merchant-list .bz1,
.merchant-list .bz2,
.merchant-list .bz3,
.merchant-list .bz4,
.merchant-list .bz5,
.credit__cash-icon,
.merchant-list .l-icon,
.merchant-list .r-icon {
 background:url(static/products/v4/sidebar-icon.png) no-repeat;
}
.side-merchant-header {
 overflow:hidden;
}
.side-merchant-header h3 {
 float:left;
}
.side-merchant-header .local-num {
 float:left;
 height:22px;
 line-height:22px;
 margin-top:6px;
 color:#666;
 font-size:14px;
}
.side-merchant-header .local-num em {
 padding:0 4px;
 color:#f60;
}
.side-merchant-header .local-num:hover,
.side-merchant-header .local-num:hover em {
 color:#198ef6;
}
.side-module .side-merchant-header .more {
 float:right;
 margin:0;
}
.merchant__tip {
 padding:16px 0;
 font-size:14px;
 line-height:20px;
 color:#999;
}
.merchant-tabs {
 position:relative;
 height:26px;
 z-index:15;
 border-bottom:1px solid #e1e1e1;
 font-size:14px;
}
.merchant-tabs .merchant-city-current span {
 position:relative;
 z-index:2;
 float:left;
 height:26px;
 padding:0 8px;
 border:1px solid #e1e1e1;
 border-bottom:1px solid #fff;
 margin-bottom:-1px;
 background-color:#fff;
 color:#666;
 line-height:26px;
}
.merchant-tabs .merchant-city-current .tab-link {
 float:right;
 color:#198ef6;
 line-height:26px;
}
.merchant-tabs .merchant-city-current .arrow-icon {
 float:left;
 position:relative;
 width:22px;
 height:25px;
 border-top:1px solid #e1e1e1;
 border-right:1px solid #e1e1e1;
 background-color:#fcfcfc;
 cursor:pointer;
}
.merchant-tabs .merchant-city-current .arrow-icon i {
 position:absolute;
 top:11px;
 left:8px;
 width:0;
 height:0;
 border:4px solid #fcfcfc;
 border-top-color:#c4c4c4;
 font-size:0;
 line-height:0;
}
.merchant-tabs .city-widget {
 right:0;
 top:26px;
 z-index:1;
}
#J_CityRec {
 float:right;
 height:26px;
 line-height:26px;
 white-space:nowrap;
 text-align:right;
}
#J_CityRec a {
 margin-left:10px;
 color:#198ef6;
}
.merchant-content {
 padding-bottom:14px;
 text-align:center;
}
.cstar {
 height:16px;
 vertical-align:top;
}
.cstar em {
 width:16px;
 height:16px;
 background:url(static/js/products/v3/merchant-start.png) repeat-x;
 vertical-align:top;
}
.cstar .k {
 height:16px;
 background:url(static/js/products/v3/crown-bg.gif) repeat-x;
}
.cstar .d {
 height:16px;
 background:url(static/js/products/v3/diamond-bg.gif) repeat-x;
 background-position:0 0;
}
.cstar .h {
 width:8px;
 background-position:-8px -20px;
}
.merchant-list {
 zoom:1;
}
.merchant-list li {
 position:relative;
 vertical-align:middle;
 zoom:1;
 border-bottom:1px solid #f5f5f5;
}
.merchant-list li:last-child {
 border-bottom:none;
}
.merchant-list .merchant-inner {
 position:relative;
 zoom:1;
 margin:0;
 padding:10px 10px;
 font-size:14px;
}
.merchant-list .merchant__name {
 display:block;
 height:22px;
 line-height:22px;
 margin-bottom:3px;
 font-weight:400;
}
.merchant-list .merchant__name a {
 float:left;
}
.merchant-list .merchant__name .tag {
 float:left;
 height:16px;
 margin:2px 6px 0 0;
 line-height:16px;
 border:1px solid #ff4c4c;
 width:30px;
 text-align:center;
 color:#ff4c4c;
 font-size:12px;
}
.merchant-list .mer-vip {
 float:left;
 width:14px;
 height:11px;
 margin:6px 0 0 5px;
 font-size:0;
 background-position:-85px -21px;
}
.merchant-list .price {
 float:right;
 margin-top:-25px;
 height:22px;
 line-height:22px;
 color:#f33;
}
.merchant-list .telbox {
 height:20px;
 line-height:20px;
}
.merchant-list .tel {
 float:left;
 position:relative;
 padding:0 10px 0 18px;
 color:#f33;
}
.merchant-list .tel-icon {
 position:absolute;
 top:4px;
 left:0;
 width:15px;
 height:12px;
 background:url("static/js/products/v4/sidebar-icon-tel.png") no-repeat;
}
.merchant-list .mer-qq {
 float:left;
 margin-top:2px;
 width:15px;
 height:16px;
}
.merchant-list .mer-qq a {
 display:block;
 height:16px;
 text-indent:-9999em;
 overflow:hidden;
}
.merchant-list .mer-qq .qonline {
 background-position:0 -38px;
}
.merchant-list .mer-qq .qonline:hover {
 background-position:-19px -38px;
}
.merchant-list .mer-qq .qoffline {
 background-position:-38px -38px;
}
.merchant-list .mer-qq .qoffline:hover {
 background-position:-57px -38px;
}
.merchant-list .phone-orders {
 position:relative;
 float:right;
 margin-top:-19px;
 height:16px;
 width:98px;
 border:1px solid #ffb2b2;
 line-height:16px;
 color:#ff4c4c;
 text-align:center;
 font-size:12px;
}
.merchant-list .l-icon,
.merchant-list .r-icon {
 position:absolute;
 top:0;
 width:2px;
 height:16px;
}
.merchant-list .l-icon {
 left:-1px;
 background-position:-101px -21px;
}
.merchant-list .r-icon {
 right:-1px;
 background-position:-104px -21px;
}
.merchant-list .mer-credit {
 display:none;
 position:absolute;
 left:-260px;
 top:0;
 width:228px;
 padding:5px 15px 0;
 zoom:1;
 border:1px solid #e6e6e6;
 background:#fafafa;
}
.merchant-list .mer-credit a {
 color:#198ef6;
}
.merchant-list .hover {
 z-index:200;
}
.merchant-list .hover .merchant-inner {
 z-index:10;
 margin:-1px -1px 0;
 padding:10px 10px 10px 11px;
 border:1px solid #e6e6e6;
 border-left:0 none;
 background:#fafafa;
}
.merchant-list .hover .mer-credit {
 display:block;
}
.merchant-list .credit__item {
 padding:7px 0;
}
.merchant-list .credit__level {
 padding:9px 0;
 height:20px;
 border-bottom:1px solid #e6e6e6;
 line-height:20px;
}
.merchant-list .credit__level span,
.merchant-list .credit__level em,
.merchant-list .credit__level img {
 float:left;
 color:#999;
}
.merchant-list .credit__level a {
 float:left;
 height:16px;
 overflow:hidden;
 margin-top:2px;
}
.merchant-list .credit__zmd,
.merchant-list .credit__tel,
.merchant-list .credit__address,
.merchant-list .credit__ensures,
.merchant-list .credit__aptitude {
 position:relative;
 padding:4px 0 4px 60px;
 line-height:20px;
 color:#666;
 text-align:left;
}
.merchant-list .credit__ensures {
 height:20px;
}
.merchant-list .credit__label {
 position:absolute;
 left:0;
 top:4px;
 width:60px;
 color:#999;
}
.merchant-list .credit__address a {
 display:inline-block;
}
.merchant-list .credit__zmd {
 height:20px;
}
.merchant-list .credit__zmd em {
 float:left;
 height:16px;
 line-height:16px;
 border:1px solid #ff4c4c;
 background-color:#fff;
 color:#ff4c4c;
 padding-right:3px;
 margin-top:1px;
}
.merchant-list .credit__zmd b {
 float:left;
 padding:0 3px;
 margin-right:3px;
 color:#fff;
 background-color:#ff4c4c;
 font-weight:normal;
}
.merchant-list .rz0,
.merchant-list .rz1,
.merchant-list .rz2 {
 float:left;
 width:34px;
 height:20px;
 margin-right:2px;
 background-position:0 0;
 text-indent:-9999em;
 overflow:hidden;
}
.merchant-list .rz1 {
 background-position:-72px 0;
}
.merchant-list .rz2 {
 background-position:-36px 0;
}
.merchant-list .bz1,
.merchant-list .bz2,
.merchant-list .bz3,
.merchant-list .bz4,
.merchant-list .bz5 {
 float:left;
 width:16px;
 height:16px;
 margin:2px 3px 0 0;
 background-position:-68px -21px;
 text-indent:-9999em;
 overflow:hidden;
}
.merchant-list .bz4 {
 background-position:-51px -21px;
}
.merchant-list .bz3 {
 background-position:-34px -21px;
}
.merchant-list .bz2 {
 background-position:-17px -21px;
}
.merchant-list .bz1 {
 background-position:0 -21px;
}
.merchant-list .credit__cash {
 padding:15px 0;
 line-height:20px;
 text-align:center;
 display:block;
 color:#666!important;
 border-top:1px solid #e6e6e6;
}
.merchant-list .credit__cash-icon {
 display:inline-block;
 width:33px;
 height:33px;
 margin:0 auto 6px;
 background-position:0 -55px;
}
.merchant-list .credit__cash em {
 color:#ff4c4c;
}
.merchant-list .mer-wacht {
 float:left;
 width:17px;
 height:20px;
 background:url(static/products/v4/icon-wacht.png) no-repeat 50%;
 cursor:pointer;
 margin-left:10px;
 position:relative;
}
.merchant-list .wacht-qrcone {
 position:absolute;
 right:-137px;
 padding:10px 10px 10px 10px;
 width:106px;
 top:-5px;
 display:none;
 border:1px solid #eee;
 background:#fff;
}
.merchant-list .wacht-qrcone img {
 width:106px;
 height:auto;
}
.merchant-list .wacht-qrcone::before {
 content:"";
 background:url(../image/dealer-icon.png) no-repeat;
 width:7px;
 height:9px;
 position:absolute;
 left:-7px;
 top:10px;
}
.no-content-Merchant {
 border:1px solid #ededed;
}
.empty__tip {
 padding:14px 10px;
 line-height:24px;
 font-size:14px;
}
.empty__tip a {
 color:#198ef6;
}
.empty__tel {
 padding:0 10px;
 color:#333;
 line-height:24px;
 font-size:14px;
}
.empty__tel i {
 background:url(../image/detail-icon.png) no-repeat 0 -88px;
 width:15px;
 height:20px;
 display:inline-block;
 vertical-align:middle;
 margin-right:5px;
}
.no-content-tel {
 color:#ff4c4c;
 font-weight:bold;
 font-size:16px;
 display:block;
 margin-top:12px;
}
.tx-box {
 margin-top:25px;
}
.tx-box a {
 background:url(../image/detail-icon.png) no-repeat;
 display:inline-block;
 width:28px;
 height:28px;
 margin:0 10px;
}
.tx-box .qq {
 background-position:0 -112px;
}
.tx-box .weixin {
 background-position:0 -151px;
}
.empty-more-btn {
 width:126px;
 height:34px;
 line-height:34px;
 color:#fff;
 background:#198ef6;
 display:block;
 margin:25px auto 20px;
 border-radius:3px;
 font-size:14px;
}
.empty-more-btn i {
 display:inline-block;
 width:7px;
 height:12px;
 vertical-align:middle;
 background:url(../image/detail-icon.png) no-repeat -7px -197px;
 margin-left:7px;
}
.empty-more-btn:hover {
 background:#007ae6;
 color:#fff;
}
.enterprise-level .merchant-list {
 color:#555;
}
.enterprise-level .merchant__name strong,
.enterprise-level .merchant__name img {
 float:left;
 margin-right:10px;
}
.enterprise-level .merchant__name strong {
 font-weight:normal;
 color:#333;
 margin-bottom:5px;
}
.enterprise-level .merchant__name img {
 margin-top:3px;
}
.enterprise-level .merchant-list .price {
 float:none;
 clear:both;
 text-align:left;
}
.enterprise-level .merchant-list .mer-wacht {
 float:left;
 width:17px;
 height:20px;
 background:url(static/products/v4/icon-wacht.png) no-repeat 50%;
 cursor:pointer;
 margin-left:10px;
 position:relative;
}
.enterprise-level .merchant-list .wacht-qrcone {
 background:url(static/products/v4/bg-wacht.png) no-repeat;
 position:absolute;
 right:20px;
 padding:15px 17px 15px 15px;
 width:126px;
 height:126px;
 top:-5px;
 display:none;
}
.enterprise-level .merchant-list .telbox {
 overflow:initial;
 margin:5px 0;
}
.enterprise-level .merchant-list .addressbox {
 background:url(static/products/v4/icon-location.png) 0 3px no-repeat;
 text-align:left;
 padding-left:18px;
 line-height:20px;
 display:none;
}
.enterprise-level .merchant-list .addressbox a {
 color:#198ef6;
}
.enterprise-level .merchant-list .link-lowprice {
 width:110px;
 line-height:28px;
 text-align:center;
 border:1px solid #ccc;
 border-radius:3px;
 display:none;
 font-size:14px;
 background-color:#fff;
 margin-top:5px;
}
.enterprise-level .merchant-list .link-lowprice:hover {
 border-color:#198ef6;
 color:#198ef6;
}
.merchant-list .hover .addressbox,
.merchant-list .hover .link-lowprice {
 display:block;
}
.enterprise-level .merchant-list .hover .merchant-inner {
 border:none;
 border-bottom:1px solid #e6e6e6;
 margin:0;
 padding:10px;
}
.enterprise-level .merchant-list .mer-wacht.on .wacht-qrcone {
 display:block;
}
.enterprise-level_table {
 width:420px;
 margin:20px 0;
 text-align:center;
}
.enterprise-level_table .trbg {
 background:#f5f5f5;
}
.enterprise-level_table .cell-1 {
 width:125px;
 text-align:center;
}
.fl {
 float:left;
}
.fr {
 float:right;
}
.mer-wacht.on .wacht-qrcone {
 display:block;
}
.expand-box .expand-title {
 font-size:16px;
 margin-top:20px;
 display:block;
 text-align:center;
}
.expand-box .red {
 color:#c00;
}
.expand-box .expand-btn-link {
 display:block;
 text-align:center;
 font-size:14px;
 margin:10px 0;
}
.expand-box .expand-btn-link a {
 color:#198ef6;
}
.expand-box {
 padding:0;
 margin-top:20px;
}
.expand-box .expand-title .icon {
 background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAANxJREFUSEvd1r0NwjAQhuHXFKxDQTJVMgMg9kAMghgBan72QDTIKMjpQnS5OyeI9NFzn/TZ58BEX5jIpROOMDvDagmbXIN9hU/winAMUBdw8R6gF07YM0Jdws4Tl8AfL8C+GaCAh8cAYjhht5T+YMWHwq23LWBtwbUw1uKpYWvxrLC6eC5wSn+PUJUgKp4nPKh4OWBR8bLAkuL9Fyw54zkSi241T3j846TZXNbE6l2thiUF6tteWlhUIE94/IeApkDWxOoCqeGmQHOoFnC1PHO6/v2tB713OnHiMeA3C4aOH8p3oUsAAAAASUVORK5CYII=) no-repeat;
 background-size:19px;
 display:inline-block;
 width:20px;
 height:24px;
 vertical-align:middle;
}
.city-tabs i,
.city-widget-close {
 background:url(static/js/products/v3/merchant-city-widget.png) no-repeat;
}
.city-widget {
 display:none;
 position:absolute;
 width:418px;
 -webkit-box-shadow:2px 2px 1px 0 rgba(224,224,224,0.4);
 -moz-box-shadow:2px 2px 1px 0 rgba(224,224,224,0.4);
 box-shadow:2px 2px 1px 0 rgba(224,224,224,0.4);
}
.city-widget-close {
 position:absolute;
 top:7px;
 right:7px;
 width:23px;
 height:23px;
 text-indent:-9999em;
 overflow:hidden;
 background-position:0 -10px;
 cursor:pointer;
 -webkit-user-select:none;
 user-select:none;
 border-radius:50%;
}
.city-widget-close:hover {
 background-color:#b3b3b3;
 background-position:0 -33px;
}
.city-box {
 clear:both;
 padding:15px;
 border:1px solid #e6e6e6;
 background:#fff;
}
.city-tabs {
 border-bottom:2px solid #198ef6;
 height:26px;
}
.city-tabs li {
 position:relative;
 float:left;
 height:20px;
 line-height:20px;
 margin:0 5px 0 0;
 padding:3px 25px 2px 11px;
 border:1px solid #e0e0e0;
 border-bottom:0 none;
 color:#666;
 cursor:pointer;
 background:#fff;
 overflow:hidden;
 -webkit-user-select:none;
 user-select:none;
}
.city-tabs i {
 position:absolute;
 top:11px;
 right:10px;
 width:9px;
 height:5px;
 font:0/0 arial;
 background-position:-7px 0;
}
.city-tabs .active {
 padding:2px 24px 4px 10px;
 border-width:2px;
 border-color:#198ef6;
 margin-bottom:-2px;
}
.city-tabs .active i {
 top:10px;
 right:9px;
}
.area-list {
 overflow:hidden;
 zoom:1;
 padding:10px 0 7px;
}
.area-list li {
 float:left;
 padding:4px 0 4px 7px;
 width:89px;
 height:22px;
 line-height:22px;
 overflow:hidden;
}
.area-list li a {
 padding:0 5px;
 float:left;
 color:#666;
 font-size:14px;
}
.area-list li a:hover,
.area-list li .active,
.area-list li .active:hover {
 color:#fff;
 text-decoration:none;
 background:#198ef6;
}
.refresh {
 background:url(static/products/v4/sidebar-icon.png) no-repeat;
}
.side-module {
 margin:6px 0 20px 0;
 border: 1px solid #ddd;
}
.section-fixed {
 position:fixed;
 top:0;
 width:300px;
}
.side-header {
 padding:5px 10px;
 border-bottom:2px solid #ededed;
 line-height:25px;
 background: #eee;
 border-bottom: 1px solid #ddd;
}
.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 {
 height:32px;
 padding:10px 0 0;
 border-bottom:1px solid #ededed;
}
.side-tabs li {
 position:relative;
 float:left;
 width:50%;
 height:31px;
 padding:0 0 2px;
 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:2px 0;
 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: 10px;
}
.rank-list li {
 position:relative;
 height:38px;
 padding:0 30px 0 3px;
 font-size:14px;
 line-height:38px;
 overflow:hidden;
}



.rank-list .num {

 text-align:center;
 color:#999;

 font-size: 12px;
 font-style: normal;
 position: absolute;
 margin-right: 10px;
 margin-top: 10px;
 width: 20px;
 height: 20px;
 line-height: 20px;
}
.rank-list .n1,
.rank-list .n2,
.rank-list .n3 {
 background-color: #198ef6;
 color: #fff;
}
.rank-list .price {
 position:absolute;
 top:0;
 right:0;
 color:#ff4c4c;
}
.rank-list .name {
 height:38px;
 text-overflow:ellipsis;
 overflow:hidden;
 white-space:nowrap;
 padding-left: 32px;
}
.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;
 border:1px solid #ededed;
 background:#fff;
}
.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;
 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("static/js/detail/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("static/js/detail/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(static/products/v4/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 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 .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,
.interest-list .compare-btn i {
 position:absolute;
 left:4px;
 top:7px;
 width:10px;
 height:10px;
 overflow:hidden;
 background:url(static/js/products/v4/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(static/js/sound/201803/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;
}
.product-comments-score-new .comment-add-link {
 float:right;
 position:relative;
 margin:13px 0 0 0;
 width:52px;
 line-height:24px;
}
.product-comments-score-new .comment-add-link a {
 position:relative;
 display:block;
 width:36px;
 height:32px;
 padding:9px 8px;
 text-align:center;
 color:#fff;
 font-size:14px;
 line-height:16px;
 background-color:#4595e6;
 zoom:1;
}
.product-comments-score-new .comment-add-link a:hover {
 background-color:#297acc;
 color:#fff;
 text-decoration:none;
}
.about-brand {
 margin-top:10px;
}
.side-about-bor {
 border:1px solid #e6e6e6;
 margin-top:10px;
 padding:40px 10px 40px;
 position:relative;
}
.star-brand-module .brand-verify-box .brand-name {
 font-weight:bold;
 color:#000;
 font-size:18px;
}
.about-brand .contact {
 margin-top:10px;
}
.star-brand-module .contact-tel .star-tel {
 margin-bottom:0;
}
.star-brand-module .contact-tel .hot-phone {
 font-weight:bold;
}
.about-brand .contact li {
 padding:3px 0 0 70px;
 line-height:24px;
}
.side-about-bor .brand-icon {
 position:absolute;
 background:url(static/js/products/v4/brand-icon_03.png) no-repeat;
 top:0;
 left:0;
 width:94px;
 height:24px;
}
.video-area h3 {
 height:60px;
 line-height:60px;
 font-size:20px;
}
.video-area .video-player {
 text-align:center;
 position:relative;
}
.video-area .video-player i {
 display:block;
 cursor:pointer;
 position:absolute;
 z-index:999;
 height:100%;
 width:100%;
 top:0;
 left:0;
 background:url(https://icon.zol.com.cn/video/180628/video-mask.png) center center no-repeat;
 background:url(https://icon.zol.com.cn/video/180628/video-mask.png) center center no-repeat\9;
}
.video-area .video-desc {
 margin-left:76px;
 margin-top:10px;
}
.video-area .video-desc a {
 color:#198ef6;
}
.pi-314 .param-icon span {
 background-image:url(static/products/product2011/firstBlock/pi-314.png);
 background-repeat:no-repeat;
}
.price__reference .price .price-baojia,
.price__reference .price-b2c {
 float:left;
}
.price__reference .price-b2c {
 height:20px;
 line-height:20px;
 margin-top:5px;
}
.price__reference .price-b2c li {
 float:left;
 margin-right:20px;
 font-size:14px;
}
.price__reference .price-b2c a {
 color:#333;
}
.price__reference .price-b2c a:hover {
 color:#198ef6;
}
.price__reference .price-b2c li i {
 width:16px;
 height:16px;
 float:left;
 margin-top:2px;
 margin-right:5px;
}
.price__reference .price-b2c .b2c-jd i {
 background:url(static/js/products/v4/b2c-icon/jd16.png) no-repeat;
}
.price__reference .price-b2c .b2c-suning i {
 background:url(static/js/products/v4/b2c-icon/suning.png) no-repeat;
}
.price__reference .price-b2c .b2c-gome i {
 background:url(static/js/products/v4/b2c-icon/guomei.png) no-repeat;
}
.price__reference .price-b2c .b2c-tmall i {
 background:url(static/js/products/v4/b2c-icon/tmall16.png) no-repeat;
}
.product__review {
 float:none;
 width:516px;
}
.enterprise-level .review__star {
 float:none;
 margin:0 auto;
}
.side-about-bor .name {
 text-align:center;
 color:#000;
 font-size:16px;
}
.star-brand-module .star-brand-layerbox {
 width:278px;
 top:44px;
}
.star-brand-module .star-brand-layerbox .arrow-icon {
 left:15%;
}
#detail_on_navtonglan {
 width:1200px;
 margin:0 auto;
}
#detail_on_navtonglan>div,
#detail_on_navtonglan>ins,
#detail_on_navtonglan>center,
#detail_on_navtonglan>iframe {
 width:auto!important;
 margin:10px auto 0!important;
 background:#f5f5f5;
 text-align:center!important;
}
#detail_on_navtonglan ins,
#detail_on_navtonglan iframe {
 vertical-align:middle;
}
#detail_top_tonglan,
#detail_top_tonglan_up,
#detail_tonglan_bottom,
#detail_on_navtonglan_btm {
 width:1200px;
 margin:20px auto 0;
}
#detail_top_tonglan>div,
#detail_top_tonglan_up>div,
#detail_tonglan_bottom>div,
#detail_on_navtonglan_btm>div,
#detail_top_tonglan>ins,
#detail_top_tonglan_up>ins,
#detail_tonglan_bottom>ins,
#detail_on_navtonglan_btm>ins,
#detail_top_tonglan>center,
#detail_top_tonglan_up>center,
#detail_tonglan_bottom>center,
#detail_on_navtonglan_btm>center,
#detail_top_tonglan>iframe,
#detail_top_tonglan_up iframe,
#detail_tonglan_bottom>iframe,
#detail_on_navtonglan_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_navtonglan_btm ins,
#detail_top_tonglan iframe,
#detail_top_tonglan_up iframe,
#detail_tonglan_bottom iframe,
#detail_on_navtonglan_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(static/products/v4/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-bottom: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(static/products/v4/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(static/js/products/v3/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(static/js/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(static/js/products/v3/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;
}
#backTop a i {
 background:url(static/products/v4/compare-survey-icon.png) no-repeat;
}
.QrCode span i,
.tryBtn span i,
.tryBtn .tryBtn-box i {
 background:url(static/products/v4/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(static/js/products/product2011/survey/try-link-list-new-page.png) no-repeat 0 0;
}
.dealer-module {
 margin-top:20px;
}
.dealer-module__title {
 color:#000;
 font-weight:bold;
 font-size:18px;
}
.dealer-module__box {
 border:1px solid #e6e6e6;
 margin-top:10px;
}
.dealer-module__box .title {
 height:30px;
 line-height:30px;
 background:#198ef6;
 color:#fff;
 font-size:14px;
 padding:0 10px;
}
.dealer-module__box .title .icon {
 width:14px;
 height:30px;
 background:url(http:../image/detai-dealer-icon.png) no-repeat 0 7px;
 display:inline-block;
 vertical-align:middle;
 margin-right:5px;
}
.dealer-module__container {
 padding:10px;
}
.dealer-module__container .item {
 margin-top:5px;
 padding-left:10px;
 position:relative;
 height:50px;
}
.dealer-module__container .item .title-tips {
 position:absolute;
 color:#ff4c4c;
 left:0;
 top:10px;
}
.dealer-module__container input {
 display:block;
 border:1px solid #e6e6e6;
 padding:8px 10px;
 outline:none;
 width:100%;
 box-sizing:border-box;
 border-radius:2px;
}
.dealer-module__container .tips.hide {
 display:none;
}
.dealer-module__container .tips {
 display:block;
 color:#ff4c4c;
}
.dealer-module__container .dealer-button {
 border-radius:2px;
 background-color:#198ef6;
 display:block;
 width:100%;
 height:42px;
 line-height:42px;
 text-align:center;
 color:#fff;
 font-size:14px;
 cursor:pointer;
 margin-top:10px;
}
.dealer-module__container .dealer-button:hover {
 background:#007ae7;
}
.dealer-pop {
 width:300px;
 height:127px;
 position:fixed;
 z-index:999;
 background:#fff;
 box-shadow:1px 1px 10px #ccc;
 left:50%;
 top:50%;
 margin:-113px 0 0 -150px;
 text-align:center;
}
.dealer-pop .close {
 width:20px;
 height:20px;
 background:url(http:../image/detai-dealer-icon.png) no-repeat -49px 5px;
 display:block;
 position:absolute;
 right:3px;
 top:5px;
}
.dealer-pop .text {
 font-size:16px;
 font-weight:bold;
 display:block;
 margin-top:30px;
}
.dealer-pop .text .icon {
 background:url(http:../image/detai-dealer-icon.png) no-repeat 0 -28px;
 width:16px;
 height:20px;
 display:inline-block;
 margin-right:5px;
 vertical-align:middle;
}
.dealer-pop .btn {
 border-radius:2px;
 background-color:#198ef6;
 width:100px;
 height:30px;
 line-height:30px;
 font-size:14px;
 color:#fff;
 text-align:center;
 display:block;
 margin:15px auto;
 cursor:pointer;
}
.company-logo {
 display:flex;
 flex-direction:row;
 font-size:14px
}
.company-title {
 width:246px;
 padding-top: 5px;
}
.company-xuwei {
 color:#999;
 padding:6px 12px;
 border:1px solid #eee;
 font-size:12px
}
.company-imgs {
 width:900px;
 display:flex;
 flex-wrap:wrap
}
.company-imgs img {
 width:60px;
 border:1px solid #eee;
 border-radius:4px
}

.mb5 {
  margin-bottom: 5px !important;
}
.mr5 {
        margin-right: 5px !important;}