@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre,
fieldset,button, input, textarea,
th, td {
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei";
}
body{background-color:#ececec;}
body,button, input, select, textarea {font: 16px/22px "Microsoft YaHei";color:#666;}

h1 {font-size: 18px;font-family: "Microsoft Yahei";}
h2 {font-size: 16px;font-family: "Microsoft Yahei";}
h3 {font-size: 14px; font-family: "Microsoft Yahei"; font-weight:normal;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;}

address, cite, dfn, em, i, var {font-style: normal;}
ul, ol ,li{list-style: none;}

a {text-decoration: none; color: #666; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; color:#666;}


/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}
input[type="text"],input[type="button"], input[type="submit"], input[type="reset"]{
    -webkit-appearance: none;}
textarea {-webkit-appearance: none;}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {overflow-y: scroll;}

/*公共属性*/
.mt{width:1200px;margin:0 auto;overflow: auto;}
.content{width:1200px;margin:0 auto;}
.fix{width: 100%; position: fixed; top:0; z-index: 9999;}
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

.fz12{font-size: 12px;}
.fz14{font-size: 14px;}
.fz16{font-size: 16px;}
.fz18{font-size: 18px;}
.fz20{font-size: 20px;}
.fz22{font-size: 22px;}
.clear{
    clear: both;
    line-height: 0;
    overflow: hidden;
    zoom: 1;
    font-size: 0;
    content: '.';
}
.blk-main .clearlist{ clear:both;height:0;padding:0;margin:0;border:0;width:100% ;float:none;}

.header{
    width: 100%;
    z-index: 1000;transition:all 0.3s;
}
.head_top{
    width: auto;
    height: auto;
    padding:5px 10px;
    background: #2d3f68;
}
.head_top .fl p{
    font-size: 12px;
    color:#d1d1d1;
}
.head_top .fl a{
    font-size: 12px;
    color:white;
    opacity: 0.8;
}
.head_top .fl a:hover{
    opacity: 1;
    text-decoration: underline;
}

.head_top .fl .username{
    color: #AAAAAA;
    font-weight: bold;
    font-size: 14px;
}

.head_top .fr ul li{
    display:inline-block;
    color:#d1d1d1;
}
.head_top .fr ul li a{
    font-size: 12px;
    color:white;
    opacity: 0.8;
}
.head_top .fr ul li a:hover{
    opacity: 1;
    text-decoration: underline;
}
.head_center{
    width: auto;
    height: auto;
    /*padding: 0 3%;*/
    background-color: #3e5790;
	width:100%;transition:all 0.3s;
}
.head_center_fix{position:fixed;z-index:9999999;top:0;transition:all 0.3s;}
.head_center .content{
    height: auto;
}
.head_logo{
    width: auto;
    height:51px;
    float: left;
}
.head_logo img{/*
    width: 100%;
    height:100%;*/
	max-height:50px;
}
.head_logo_ph{
    display: none;
}
.head_title{
    display: none;
}
.head_nav{
    width: 18%;
    line-height:51px;
    float: left;
    color:white;
    cursor:pointer;
}

.hd_blue{background-color:#2d3f68;}

/* 导航 */
.fixed-nav-bj{
    height:51px;
    width: 100%;
    text-align: center;
    float:left;
    /*margin-top:3px;*/
}

/* 所有分类 */
.fenlei-box{
    width: 100%;
    height: auto;
    float:left;
    z-index:100;
    position:relative;
    background:none;
    /*margin-top:6px;*/
}
#all-classify{
    z-index:100;
    position:relative;
    zoom:1;
}
.fenlei-hd {
    height: 51px;
    line-height:51px;
    font-size: 16px;
    color: #fff;
    position: relative;
    padding-left: 10px;
    cursor: pointer;}

/* slide nav */
#classify-bd{
    position:absolute;
    display:block;
    left:7%;
    top:45px;
    width:170px;
    background-color: rgba(255,255,255,0.90);
    box-shadow: 0 2px 2px rgba(0,0,0,.1);
    border-top:0;
    z-index:100;
    zoom:1;
}
.inner{
    width:168px;
    border:1px solid #eee;
}
.cate-menu-box{
    position:relative;
    z-index:99;
    width:168px;
}

/* 分类-一级分类标题 */
.tab-cate-dt{
    position:relative;
    height:40px;
    line-height:40px;
    border-top:#e0e0e0 solid 1px;
}
.tab-cate-dt h4{
    width:auto;
    height:40px;
    line-height:40px;
    display:block;
    cursor:pointer;
    float:left;
}
.tab-cate-dt h4 a{
    padding-left:30px;
    font-size:14px;
    display:block;
}
.tab-cate-dt-first{
    border:none;
}
.tab-cate-dt a:link, .tab-cate-dt a:visited{
    color:#333;
}
.tab-cate-dt a:hover{
    color:#ff6600;
}
.tab-cate-dt .hot-words{
    display:none;
    line-height:24px;
    padding-bottom:8px;
    padding-left:5px;
    /*display:inline-block;*/
    width:178px;
    font-size:13px;
}
.tab-cate-dt .hot-words a{
    display:inline-block;
    color:#666;
    padding-right:5px;
}
.tab-cate-hover{
    background:#fff;

}
.design-cate-hover{
    background:#ff6600;
}
.tab-cate-hover a{
    color:#ff6600;
}
.tab-cate-hover a:link, .tab-cate-hover a:visited{
    color:#ff6600;
}
.tab-cate-hover a:hover{
    color:#ff6600;
}
.tab-cate-dd li{
    float:left;
    padding-left:10px;
    width:88px;
    height:32px;
    line-height:32px;
    border-bottom:1px solid #ededed;
    border-right:1px solid #ededed;
    background:#fff;
    overflow:hidden;
}
.tab-cate-dd .moju{
    font-size:15px;
    font-weight:bold;
    color:#f00;
}
.tab-cate-dd .moju a{
    color:#F00;
}

/* 分类前面的小图标 */
.tab-cate-dt i.nav-icon{
    width:3px;
    height:17px;
    background:url(../images/nav-icon.png) no-repeat 0 0;
    position:absolute;
    float:left;
    left:15px;
    top:12px;
}
.tab-cate-dt i.nav-icon-hover{
    background:url(../images/nav-icon.png) no-repeat 0 0;
}

/* 分类箭头 */
.tab-cate-dt h4 b{
    width:7px;
    height: 20px;
    position: absolute;
    background:url(../images/jiantou.png) no-repeat 0px 3px;
    display:block;
    right:10px;
    top:12px;
}
.tab-cate-hover h4 b{
    background:url(../images/jiantou.png) no-repeat 0px 3px;
}

/* 分类右边内容 */
.popup-cate{
    border:1px solid #eee;
    left:168px;
    position:absolute;
    text-align: left;
    /*top:0;*/
    background:#fff; padding:5px 15px;
    z-index:100;
    display:none;
    width:580px;
    top: -1px;
    height: 482px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* 右侧分类列表 */
.cate-detail-list{
    width:580px;
    overflow:hidden;
    border-bottom:#dadada dashed 1px;
    padding:8px 0;
}
.btom0{
    border-bottom:0;
}
.cate-detail-list h5{
    font-size:13px;
    height:20px;
    line-height:20px;
}
.cate-detail-list h5 a{
    font-size:13px;
    color:#444;
    font-weight:bold;
}
.cate-detail-list ul{
    width:600px;
    overflow:hidden;
}
.cate-detail-list ul li{
    float:left;
    margin-right:20px;
    white-space:nowrap;
    line-height:26px;}
.cate-detail-list ul li a{
    color:#666; font-size:13px; line-height:26px;
    text-decoration:none;}
.cate-detail-list ul li a:link,.cate-detail-list ul li:visited{
    color:#646464;
    text-decoration:none;
}
.cate-detail-list ul li a:hover{
    color:#F60;
    text-decoration:none;
}
.searchlist{
    width: 82.2%;
    height: 300px;
    background-color: #FFF;
    position: absolute;
    top: 80%;
    border: 1px solid #D8D8D8;
    overflow-y: scroll;
	z-index:999;
    display: none;
}
.order-text-text{
    height: 23px;
    line-height: 23px;
    padding: 0 5px;
    font-size: 12px;

}
.order-text-text img{
    margin-right: 5px;
}
.order-text-text .xl{
    color: #3399FF;
}
.order-text-text:hover{
    background-color: #F0F0F0
}
.title{
    background-color: #F0F0F0
}
.none{
    display: none;
}
.head_search{
    width:400px;
    line-height:51px;
    float: left;
	position: relative;
}
.head_search input{
    width: 80%;
    height: 34px;
    text-indent: 3px;
    font-size: 14px;/*
    border:2px solid #f87506;*/
	border:2px solid #3e5790;
	border:0;
	border-right:0;
	border-radius: 5px 0 0 5px;
}
.head_search input:focus{border-color:#3e5790;outline:0;}

.head_search input::placeholder {
    color: #999999;
    font-size: 14px;
}
.head_search .head_btn{
    width: 15%;
    /*height: 36px;*/
    cursor: pointer;
    font-size: 14px;
    color:white;/*
    border:3px solid #f87506;*/
    border-radius:0 5px 5px 0;
    /*background-color: #f87506;*/

	background-color: #3e5790;
	border:solid 2px #fff;
	height:34px;
    position:relative;
    left:-5px;
}
.head_ewm{
    width:100px;
    line-height:51px;
    float:right;
    color:white;
    text-align: center;
}
.head_ewm a{
    padding: 2% 5%;
    color:white;
    border-radius: 5px;
    border:1px solid white;
    transition:all 0.2s;
}
.head_ewm a:hover{
    border:1px solid #f87506;
    background-color:#f87506;
    transition:all 0.2s;
}
.head_ewm img{
    float: right;
    /* margin-top: 5px; */
}

/* 页脚 */
.footer{
    width:100%;
    height: auto;
    line-height:30px;
    /*padding-top:1px;*/
	padding:15px 0;
    background:url(../images/foot_bg.jpg) no-repeat;
    background-size: cover;
}
.foot_top{
    /*margin-top: 60px;*/
    text-align: center;
}
.foot_top ul li{
    display:inline-block;
    color: #959595;
}
.foot_top ul li a{
    padding: 0 5px;
    font-size:14px;
    color:white;
    opacity: 0.6;
}
.foot_top ul li a:hover{
    opacity: 1;
    text-decoration: underline;
}
.foot_center{
    text-align:center;
    font-size:14px;
}
.foot_center p{
    color:white;
    opacity: 0.6;
}
.foot_center a{
    color:white;
}
.foot_center a:hover{
    color: #e4e4e4;
    text-decoration: underline;
}
.foot_bottom{
    text-align: center;
}
.foot_bottom a{
    opacity: 0.6;
}
.foot_bottom a:hover{
    opacity: 1;
}
.foot_link{
    text-align: center;
    font-size:14px;
    color:white;
    opacity: 0.8;
    cursor: default;
}
.foot_link:hover{
    opacity: 1;
}
.foot_link img{
    vertical-align: middle;
}
/* end */

/* 手机版页脚 */
.ph_foot{
    display: none;
}
/* end */

/* 虚拟按键 */
.foot_info_met_11_3_22_bottom{
    display: none;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}
.text-xs-center{
    text-align: center!important;
}
.foot_info_met_11_3_22_bottom .mains{
    display: flex;
}
.foot_info_met_11_3_22_bottom .mains>div{
    flex: 1;
}
.foot_info_met_11_3_22_bottom a.item{
    color: #FFFFFF;
    padding: 5px 0 1px;
    display: inline-block;
}
.foot_info_met_11_3_22_bottom a.item i{
    font-size: 29px;
    /*display: block;*/
}
.phone_search {
    width:100%;
    padding:10px;
    box-sizing:border-box;
    display:none;
    background:#0078ff;
}
.phone_search .text {
    display:block;
    box-sizing:border-box;
    width:100%;
    height:30px;
    position:relative;
    border-radius:20px;
    line-height:30px;
    font-size:12px;
    color:#666;
    padding-left:10px;
    background:#fff;
}
.phone_search .text i {
    font-size:18px;
    color:#666;
    position:absolute;
    right:10px;
    line-height:30px;
}
.foot_info_met_11_3_22_bottom a.item span{
    color: #198ef7;
    font-size: 12px;
    vertical-align:super;
}
/* end */

/* 侧边栏 */
.dis_side{
    display: none;
}
.ph_sides{
    position: absolute;
    display: none;
}
.ph_sides .ph_side{
    width: 30px;
    height: 30px;
    margin-bottom: 3px;
    background: rgba(51, 51, 51, 0.6);
    border: 0;
    border-radius: 25px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 999999;
}
.ph_sides .ph_side img{
    width: 70%;
    padding: 15% 15%;
}

.ph_sides .gomain{
    background-color: #007affb5;
}
.ph_sides .gomain img{
    padding: 14% 15%;
}

.ph_sides .goshare{
    text-align: center;
    font-size: 12px;
    color: white;
}
.ph_sides .goshare span{
    vertical-align: -3px;
}
.ph_sides .goshare img{
    width: 60%;
    padding: 20% 15%;
}

/* 20200112 */
.ph_sides .ph_nav {
    position: relative;
}
.ph_sides .ph_nav .ph_nav_list {
    display: none;
    position: absolute;
    font-size: 16px;
    top: -105px;
    right: 0;
    width: 90px;
}
.ph_sides .ph_nav .ph_nav_list .ph_nav_item {
    background: rgba(51, 51, 51, 0.6);
    color: #ffffff;
    text-align: center;
    margin-bottom: 5px;
    border-radius: 20px;
    padding: 4px 10px;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.main-box01{
    height: auto;
    padding-top: 1px;
    background-color:#f6f6f6;/*
    margin-top:100px;*/
}
.main-box01 .mod_product .product_top .add_ico1{
    float: right;/*
    padding: 0 1%;
    margin-right: 20px;
    border-right:1px solid #dddddd;*/
}
.main-box01 .mod_product .product_top .add_ico1 i{
    font-size: 15px;
    vertical-align: -1px;
}
.main-box01 .mod_product .product_top .add_ico2{
    float: right;/*
    padding: 0 1%;
    border-left:1px solid #dddddd;
    border-right:1px solid #dddddd;*/
}
.main-box01 .mod_product .product_top .add_ico2 i{
    font-size: 15px;
    vertical-align: -1px;
}
/* end */

/* banner轮播图 */
/*
.mod_banner{
    width: 100%;
    z-index: 999;
}
.mod_banner img{
    width:100%;
    height:100%;
    margin-top: -1px;
    box-shadow: -4px 1px 3px rgba(0, 0, 0, 0.25);}*/
/* end */

/* 对比 */
.con_box{
    position: fixed;
    z-index: 9999;
    top:30%;
    right: 1%;
    height: auto;
    width: 110px;
    border: 1px solid #d5d5d5;
    background-color: white;
    display: none;
}
.con_clo{
    width: 30%;
    float: right;
    display: block;
    text-align: right;
    cursor: pointer;
}
.con_box .row .row_tit{
    background-color: #4595e6;
    color: white;
    padding: 3% 5%;
}
.con_box .row .row_tit a{
    color: white;
}
.con_box .row .row_tit h4{
    width: 60%;
    float: left;
    margin: 0;
    font-size: 14px;
    font-weight: lighter;
}

.addToCompare{
    position: absolute;
    top: 3%;
    right: 3%;
    z-index: 999;
    font-size: 12px;
    display: none; /*20200110*/
}
.addToCompare:hover{
    color: #f87506;
}
.modPos{
    margin-top: 20px;
    text-align: center;
}
.modPos .modal-title{
    margin: 10px 0;
}
.modPos .cmprBtn{
    color: white;
    padding: 3% 30%;
    border: 0;
    font-size: 14px;
    border-radius: 3px;
    background-color: #4595e6;
}
.modPos .modal-closebtn{
    font-size: 12px;
    color: #4595e6;
    cursor: pointer;
}

.relPos{
    padding: 5% 0;
    cursor: pointer;
    text-align: center;
    position: relative;
    border-bottom: 1px dashed #d1d1d1;
    border-top:1px solid transparent;
    border-left:1px solid transparent;
    border-right:1px solid transparent;
}
.relPos p{
    padding: 0 5%;
}
.relPos:hover{
    border: 1px solid #4595e6;
}
.relPos:hover p{
    color: #f87506;
    text-decoration: underline;
}
.relPos .selectedItemCloseBtn{
    position: absolute;
    right: 3%;
    top: 1%;
    cursor: pointer;
    border: 1px solid transparent;
}
.relPos .selectedItemCloseBtn:hover{
    border: 1px solid #4595e6;
    color: #4595e6;
}
.relPos img{
    width: 40%;
    height: 40%;
}
.relPos p{
    font-size: 12px;
}
/* end */

/* 轴承查询 */
.mod_query{
    width: 1200px;
    height: auto;
    margin: 10px auto 2px;
	padding:0 0 15px 0;
    /*padding: 15px 0 1.5% 0;*/
	/*
    border:1px solid #d8d8d8;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);*/
    /*background:url("../images/form_img01.png") no-repeat 50% 2%;*/
    /*background-color: #f7f7f7;20200111 add*/
	background:#fff;
}
.mod_query .logo_box {
    display: none;
}
.mod_query .query_top{
    width: auto;
    /*padding: 0 6%;*/
    margin: 0 auto;
	background:#ececec;
}
.mod_query .query_top .query_rtn{/*20200111 add*/
    float: right;
    font-size: 12px;
    margin-right: 3.9%;
    margin-top: 1%;
}
.mod_query .query_top .query_rtn input{
    display: inline-block;
    vertical-align: sub;
}
.mod_query .query_top a{
    font-size: 20px;
    color:#000;/*margin-left: 10px;*/    
	display:inline-block;
	padding:10px;
}
.mod_query .query_top .cur{
    color:#ff7500;
	background:#fff;
	border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.mod_query .query_top a:hover{
    color:#ff7500;
}

.mod_query .query_center {
    margin: 20px auto;
    width: 1050px;
    text-align: center;
}
.mod_query .query_center .query_m {
    float: left;
    width: 30%;
    text-align: left;
    margin-right: 3%;
    border: 1px solid #eaeaea;
    font-size: 14px;
}
.mod_query .query_center .query_m span {
    display: inline-block;
    padding: 2% 5%;
    vertical-align: middle;
}
.mod_query .query_center .query_m input[type="text"] {
    float: right;
    width: 76%;
    border: 0 none;
    margin: 0;
    outline: none;
    -webkit-appearance: none;
    padding: 2% 2.5%;
}

.mod_query .query_center .query_m input[type="text"]::-webkit-input-placeholder {
    color: #dadada;
}

.mod_query .query_center .query_m:last-of-type{
    margin-right: 0;
}

.mod_query .query_rtn {
    float: right;
}
/* .mod_query .query_center{
    width: auto;
    text-align: center;
    margin: 10px auto;
    padding: 0 5.4%;
}
.mod_query .query_center p {
    float: left;
}
.mod_query .query_center p.query_m {
    background: #fafafa;
    margin-right: 50px;
    padding-left: 20px;
    border: 1px solid #eaeaea;
}
.mod_query .query_center p.query_rtn {
    line-height: 37px;
}
.mod_query .query_center p.query_m input {
    height: 35px;
    width: 152px;
    padding: 0 10px;
    margin-left: 20px;
    border-top: 0px solid #eaeaea;
    border-bottom: 0px solid #eaeaea;
    border-right: 0px solid #eaeaea;
    border-left: 1px solid #eaeaea;
}
.mod_query .query_center input::placeholder {
    color: #999999;
    font-size: 14px;
}
.mod_query .query_center select{
    height: 43px;
    width: 160px;
    font-size: 14px;
    color: #999999;
    border-top:1px solid #eaeaea;
    border-bottom:1px solid #eaeaea;
    border-right:1px solid #eaeaea;
    border-left:0 solid #eaeaea;
} */

.mod_query .query_bottom {
    margin: 20px auto;
    width: 1050px;
    text-align: center;
}
.mod_query .query_bottom .query_smile {
    float: left;
    width: 30%;
    text-align: left;
    margin-right: 3%;
    border: 1px solid #eaeaea;
    font-size: 14px;
}
.mod_query .query_bottom .query_smile span {
    display: inline-block;
    padding: 2% 5%;
    vertical-align: middle;
}
.mod_query .query_bottom .query_smile input[type="text"] {
    float: right;
    width: 76%;
    border: 0 none;
    margin: 0;
    outline: none;
    -webkit-appearance: none;
    padding: 2% 2.5%;
}
.mod_query .query_bottom .query_smile:last-of-type{
    margin-right: 0;
}

/* .mod_query .query_bottom{
    width: auto;
    padding: 0 5.4%;
    margin: 15px auto;
}
.mod_query .query_bottom p{
    float: left;
}

.mod_query .query_bottom p.query_smile{
    background: #fafafa;
    margin-right: 50px;
    padding-left: 10px;
    border: 1px solid #eaeaea;
}

.mod_query .query_bottom p input{
    border-top: 0px solid #eaeaea;
    border-bottom: 0px solid #eaeaea;
    border-right: 0px solid #eaeaea;
    border-left: 1px solid #eaeaea;
}
.mod_query .query_bottom p .query_txt{
    height: 35px;
    width: 118px;
    margin-left:5px;
}
.mod_query .query_bottom .query_rtn{
    height: 32px;
    line-height: 32px;
    font-size: 13px;
}
.mod_query .query_bottom .query_rtn input{
    margin-left: 10px;
    vertical-align: middle;
} */

.mod_query .query_btn
{
    position: relative;
    width: 65px;
    padding: 0.6% 10%;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    border-radius:5px;
    border: 1px solid #eaeaea;
    background:linear-gradient(to right,#feaa13,#f87506);
    background-color: #feaa13;
}

.mod_query .query_btn .resetBtn
{
    position: absolute;
    right: -90px;
    top: 0;
    color: #666;
    background-color: #e5e5e5;
    padding: 8px 20px;
    border-radius: 4px;
}
.mod_query .query_btn a{
    color:white;
}
.mod_query .query_btn:hover{
    background:linear-gradient(to left,#feaa13,#f87506);
}

.model-select-option {display:none;position:absolute;background:#fff;width:100%;left:-1px;border:1px solid #aaa;z-index:999;height: 300px;overflow-y: scroll;}
.model-select-option li {height:22px;line-height:22px;color:#555;cursor:pointer;text-indent:10px;}
.model-select-option li.seleced {background:#06C;color:#fff;}

/* end */

/* 轴承品牌列表 */
.mod_brand{
    width: 1200px;
    height:200px;
    margin: 0 auto;
    position: relative;
    /*background-color:white;*/
    /*box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);*/
}
.mod_brand .swiper-container {
    width: 100%;
    height: 200px;
    padding:5px 0;
}
.mod_brand .swiper-slide:first-child{
    border-left:0;
}
.mod_brand .swiper-slide {
    text-align: center;
    font-size: 18px;
    float: left;
    box-sizing: border-box;
}
.mod_brand .swiper-slide ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mod_brand .swiper-slide li{
    margin-top: 10px;
    width: 124px;
    height: 76px;
    border: #fff 1px solid;
    background-color: #FFF;
    cursor: pointer;
    overflow: hidden;
	/*margin-right:0.61%;*/
}
.mod_brand .swiper-slide li:hover{
    border: #999 1px solid;
}
.mod_brand .swiper-slide .more{
    background-color: #109AFF;
    display: flex;
    align-content: center;
    color: #FFF;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 14px;
}
.mod_brand .swiper-slide .more div a{
    color: #FFF!important;
}
.mod_brand .swiper-slide .more div{
    width: 100%;
}
.mod_brand .swiper-slide .empty{
    border:rgba(0,0,0,0) 1px solid;
    background-color: transparent;
    cursor: auto;
}
.mod_brand .swiper-slide .empty:hover{
    border:rgba(0,0,0,0) 1px solid;
}
.mod_brand .swiper-slide li img{
    width: 80%;
    height: 60%;
}
.mod_brand .swiper-slide li p{
    text-align: center;
    font-size: 12px;
	max-width:100%;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space: nowrap;
}
.mod_brand .arrow-left {
    background: url(../images/arrows01.png) no-repeat left bottom;
    position: absolute;
    left: -15px;
    top: 50%;
    z-index: 99;
    margin-top: -15px;
    width: 29px;
    height: 30px;
}
.mod_brand .arrow-right {
    background: url(../images/arrows01.png) no-repeat left top;
    position: absolute;
    right: -15px;
    top: 50%;
    z-index: 99;
    margin-top: -15px;
    width: 29px;
    height: 30px;
}
.mod_brand .arrow-left:hover {
    background: url(../images/arrows02.png) no-repeat left bottom;
}
.mod_brand .arrow-right:hover {
    background: url(../images/arrows02.png) no-repeat left top;
}
/* end */

/* 轴承产品列表 */
.mod_product{
    width: 1200px;
    height: auto;
    margin: 4px auto 0;
}
.mod_product .product_top{
    height:30px;
    line-height:30px;
    margin: 0 auto;
    padding:5px 0;	
    background-color:white;/*
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);*/
}
.mod_product .product_top p{
    font-size: 16px;
	text-indent:10px;
}
.mod_product .product_top p span{
    color:#ff7500;
}
.mod_product .product_top p a:hover{
    color:#ff7500;
}
.mod_product .product_top .cur{
    color:#ff7500;
}

/* (左侧)产品 */
.main-box01 .mod_product .product_top .ph_sort{
    display: none;
}
.mod_product .product_left{
    width: 80%;
    margin: 5px auto;
}
.mod_product .product_left .list{
    margin-bottom: 12.4px;

}
.mod_product .product_left .list{
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mod_product .product_left .list li{
    max-width: 45%;
    min-width: 20.855%;
    width:24%;
    float:left;
    /* cursor: pointer; 20200111 del*/
    overflow: hidden;
    position:relative;
    /*margin-left: 12px;*/
    /*margin-right: 10px;*/
    margin-top: 10px;
    background-color:white;
    border:  1px solid #f6f6f6;
    /*box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);*/
}
.mod_product .product_left .list li:hover{
    border:  1px solid #999999;
}
.mod_product .product_left .list li:first-child{
    /*margin-left: 0;*/
}

.mod_product .product_left .list_title{
    position: absolute;
    top: 3%;
    left: 4%;
    z-index: 999;
}
.mod_product .product_left .list_top{
    text-align: center;
    overflow: hidden;
    position: relative;
    /* 20200111 add */
    width: 229px;
    height: 175px;
    display: table-cell;
    vertical-align: middle;
}
/*
.mod_product .product_left .list_top img{
    transform: scale(1);
    transition: all 0.2s;
}
.mod_product .product_left .list_top img:hover{
    transform: scale(1.1);
    transition: all 0.2s;
}
*/
.mod_product .product_left .list_bottom{
    overflow: hidden;
}

.mod_product .product_left .list_bottom dl{
    overflow:hidden;
	padding-left:5%;padding-right:2%;
}
.mod_product .product_left .list_bottom dl dt{
	font-size:14px;
    height: 40px;line-height:40px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.mod_product .product_left .list_bottom dl dd{
	font-size:12px;height:16px;line-height:16px;margin-right:5px;float:left;
}

.mod_product .product_left .list_bottom .list_img{
    margin-top: 5px;
    font-size: 12px;
    height: 23px; /*20200107*/
}
.mod_product .product_left .list_bottom .list_img a:hover img{
    opacity: 0.8;
}
.mod_product .product_left .list_bottom .list_img a:hover{
    color:#ff7500;
}
.mod_product .product_left .list_bottom p{
    padding-left:5%;
    padding-right:5%;
}
.mod_product .product_left .list_bottom p:hover{
    color:#ff7500;
}

.mod_product .product_left .list_bottom .list_t{
    font-size:14px;
    height: 40px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.mod_product .product_left .list_bottom .list_p {
    font-size: 12px;
    /*height: 22px;*/
	height:44px;
	/*20200110 添加*/
	/*
    white-space: nowrap; 
    overflow: hidden;*/
    text-overflow: ellipsis;
}
.mod_product .product_left .list_bottom .list_p span {/*20200110 添加*/
    margin-right:8px;margin-right:5px;
}
.mod_product .product_left .list_bottom .list_p:hover {
    color: #666;
}

.mod_product .product_left .list_bottom .list_t span{
    color:red;
}
.mod_product .product_left .list_bottom .list_line{
    border-bottom:1px solid #e9e8ed;
}

.mod_product .product_left .list_bottom .list_type{
    font-size:12px;
    height: 23px;
    line-height: 15px;
    /*20200110 yp*/
    height:50px; display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;
}
.mod_product .product_left .list_bottom .list_brand{
    font-size:12px;
    padding-top:2%;
}
.mod_product .product_left .list_bottom .list_brand a{
    color: #3e5790;
}
/* 更多按钮 */
.mod_product .more{
    display: none;
}

/* 列表模式 *//* 列表模式 *//* 列表模式 *//* 列表模式 *//* 列表模式 */
.mod_product .product_list{
    width: 80%;
    margin: 5px auto;
}
.mod_product .product_list>ul li{
    width: 100%;

    float: none;
	display: inline-block;
    margin-left: 0;
    margin-bottom: 5px;
    /*cursor: pointer;*/
    position: relative;
    background-color:white;
	margin-bottom:5px;
	/*
    border:  1px solid #f6f6f6;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);*/
}
/*
.mod_product .product_list>ul li:hover{
    border:  1px solid #999999;
}*/
.mod_product .product_list>ul li .pro_list{
    height: 174px;
}
.mod_product .product_list .list_title{
    position: absolute;
    top: 5%;
    left: 1%;
    z-index: 999;
}

.mod_product .product_list .list_top{
    width: 20%;
    float: left;
    text-align: center;
    overflow: hidden;
}
.mod_product .product_list .list_top .addToCompare{
    top:78%;
    right: 1%;
}
.mod_product .product_list .list_top img{
    margin-top: 30%;
    transform: scale(1);
    transition: all 0.2s;
}/*
.mod_product .product_list>ul li:hover .list_top img{
    transform: scale(1.1);
    transition: all 0.2s;
}*/

.mod_product .product_list .list_bottom{
    width: 80%;
    float: right;/*
    padding:2% 0;*/
}
.mod_product .product_list .list_bottom p:hover{
    color:#ff7500;
}

.mod_product .product_list .list_bottom dl{
    margin: 1% 0;
}
.mod_product .product_list .list_bottom dl dt{/*
    width: 19%;
    padding: 0 1%;
    text-align: center;
    margin-bottom: 5px;
    color:white;
    font-size: 15px;
    background-color:#f87506;*/
	font-size:18px;
	line-height:20px;
}
.mod_product .product_list .list_bottom dl dd{
    font-size: 14px;
    color: #333333;
}

.mod_product .product_list .list_bottom .list_t {
    font-size:14px;
    width: 50%;
    display: inline-block;
}
/*
.mod_product .product_list .list_bottom .list_t span{
    color:red;
}*/
/*
.mod_product .product_list .list_bottom .list_img {
    width: 12%;
    float: right;
    font-size:14px;
    text-align: right;
    padding-right: 1%;
    display: inline-block;
}*/
.mod_product .product_list .list_bottom .list_img a:hover{
    color:#ff7500;
}
.mod_product .product_list .list_bottom .list_img img{
    vertical-align: -3px;
}
.mod_product .product_list .list_bottom .list_img .fr{
    display: block;
    margin-top: 83px;
    font-size: 12px;
}

.mod_product .product_list .list_bottom .list_type{
    font-size: 14px;/*
    height: auto;
    line-height: 15px;*/
}


.mod_product .product_list .list_bottom .list_brand{
    font-size:14px;
    /*margin-top: 19px;*/
}
.mod_product .product_list .list_bottom .list_brand a{
    color: #3e5790;
}

.mod_product .product_list .pro_u03,
.mod_product .product_list .pro_u04,
.mod_product .product_list .pro_u05,
.mod_product .product_list .pro_u06
{
    display: none;
}
/* 列表模式 *//* 列表模式 *//* 列表模式 *//* 列表模式 *//* 列表模式 */
.mod_product .product_right{
    width:230px;
}
/* (右侧)广告 */
.product_right{
    /*width: 18.9%;*/
    margin: 4px auto;
    margin-top: 17px;
    width: 100%;
}
.product_right li{
    padding:5px 0 0 5px;
    /*height: 260.1px;*/
    cursor: pointer;
    overflow: hidden;
    position:relative;
    margin-bottom: 5px;
    background-color:white;
    /*box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);*/
}/*
.product_right li a:hover > img{
    transform: scale(1.1);
}*/
.product_right li img{
    /*width: 100%;
    height: 100%;*/
	width:220px;
    transition: all 0.3s;
}

.product_right li .advert_tj{
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    padding: 2%;
    line-height: 16px;
    opacity: 0.8;
    text-align: center;
    color: white;
    font-size: 12px;
    background-color:#f87506;
}
.product_right li .advert_gg{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 27px;
    height: 13px;
    background-repeat: no-repeat;
    background-image:url("../images/gg.gif") ;
}
/* end */

/* 分页 */
.product_page{
    margin: 0 auto;
    text-align: center;
    background-color: white;/*
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);*/
}
.pagination{
    display: inline-block;
    padding-left: 0;
    margin: 1% 0 0.4% 0;
    border-radius: 4px;
}
.ph_pagination
{
    display:none;
    text-align: center;
}
.pagination>li {
    display: inline;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default;
}
.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd;
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 2px 9px;
    font-size: 14px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #428bca;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.arrow2 {
    margin: 3px 8px 4px 0;
    border-left: 5px dashed transparent;
    border-bottom: 5px dashed transparent;
    border-top: 5px dashed transparent;
    border-right: 5px solid #ccc;
    display: inline-block;
    vertical-align: middle;
}
.arrow3 {
    margin: 3px 0 4px 8px;
    border-top: 5px dashed transparent;
    border-bottom: 5px dashed transparent;
    border-right: 5px dashed transparent;
    border-left: 5px solid #ccc;
    display: inline-block;
    vertical-align: middle;
}
/* end */

/* 侧边栏 */
.mod_sidebar{
    display: none;
    width: 81px;
    position: fixed;
    left: 50%;
    top: 22%;
    margin-left: -700px;
    z-index: 998;
}
.mod_sidebar ul .sid_first{
    color:white;
    background-color: #198ef7;
}
.mod_sidebar ul li{
    text-align: center;
    padding: 10% 0;
    background-color: white;
    border-bottom: 1px solid #e9e8ed;
}
.mod_sidebar ul li:last-child{
    border-bottom: 0;
}
/* end */
/* ====================== end ======================== */

/* ================== 商品查询列表 ===================== */
.main-box02{
    height: auto;/*
    margin-top:82px;*/   /*78->97 20200110*/
    padding-top: 1px;
    background-color:#ececec;
}

/* 商品头部 */
/*添加内容*/
.main-box02 .mod_product .product_top .fr{
    width: 18%;
}
.main-box02 .mod_product .product_top .fr span{
    color:#666;
}
.main-box02 .mod_product .product_top .add_ico1,
.main-box02 .mod_product .product_top .add_ico2{
    float: right;/*
    padding: 0 1%;
    margin-right: 20px;
    border-right:1px solid #dddddd;*/
}
.main-box02 .mod_product .product_top .add_ico1 i,.main-box02 .mod_product .product_top .add_ico2 i{
    font-size: 28px;
    vertical-align:middle;
	margin-right:10px;
}
.main-box02 .mod_product .product_top>a:hover{
    color:#ff7500;
}
.main-box02 .mod_product .product_top .add_page{
    width: auto;
    float: right;
}
.main-box02 .mod_product .product_top .add_page .pagination{
width: 80px;
    text-align: center;
    letter-spacing:5px
}
.main-box02 .mod_product .product_top .add_page input{
    border: 0;
    width: 83px;
    font-size: 14px;
    text-align: center;
}
.main-box02 .mod_product .product_top .add_page a{
    font-size: 20px;
}
.main-box02 .mod_product .product_top .ph_sort{
    display: none;
}
/* end */

/* 面包屑导航 */
.detail-nav{text-indent:8px;background:#fff;padding:5px 0;}
.detail-nav a{
    font-size: 12px;
    color: #333;
}
.detail-nav a:hover{
    font-size: 12px;
    color: #198ef6;
}
.detail-nav i{
    color: #999;
}


.mod_crumbs{
    margin: 0.5% 0 0.4% 0;
}
.mod_crumbs ul li{
    display: inline-block;
}
.mod_crumbs ul li a{
    font-size: 12px;
    color: #9b9b9b;
}
.mod_crumbs ul li i{
    color: #232323;
}
.mod_crumbs ul li a:hover{
    color: #232323;
}
.mod_crumbs ul li:last-child a{
    color: #232323;
}

/*列表页面包屑导航*/
.mod_crumbs #search_paths{padding:8px 5px;background:#fff;padding:5px 0;text-indent:5px;}
/* end */

/* 相关搜索 */
.mod_relevant .content{
    background-color:white;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.mod_relevant p{
    padding: 0.5% 1%;
    color: #232323;
    font-size: 13px;
}
.mod_relevant p a{
    color: #3e5790;
}
.mod_relevant p a:hover{
    text-decoration: underline;
}
/* end */

/* 筛选分类 */
.list-screen{
    width: 1200px;
    margin:10px auto 0;
    background-color:white;
    /*box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);*/
}

/* 已选规格 */
#time-num{
    position:absolute;
    left:10px;
    top:6px;
    font-size: 14px;
}

.hasBeenSelected{
    /*border-top:#ddd 1px solid;*/
    padding:2px;
    overflow:hidden;
    background:#99999912;
	background:#fff;border-bottom:solid 1px #ececec;
    /*padding-left:100px;*/
    position:relative;
}
.hasBeenSelected dl{
    overflow:hidden;
}
.hasBeenSelected dl dt{
    float:left;
    width:108px;
    height:30px;
    text-align:right;
    line-height:30px;
    font-size: 14px;
    font-weight: bold; /*20200108*/
    margin-right: 10px;
}
.hasBeenSelected dl dd{
    float:left;
    width: 80%;
    padding: 2px 0 0 0;
}
.eliminateCriteria{
    line-height:21px;
    margin-top:4px;
    width: 90px;
    float:left;
    color:#666;
    font-size: 14px;
    cursor:pointer;
}

/* 规格方块显示 */
.selectedInfor{
    position:relative;
    margin-right: 5px;
    padding: 0.1% 0.5%;
    display:block;
    white-space:nowrap;
    float:left;
    background:#fff;
    border: 1px solid #999;
    font-size: 14px;
}
.selectedInfor em {
    background: url(../images/close.gif) no-repeat;
    cursor: pointer;
    display: block;
    height: 13px;
    overflow: hidden;
    position: absolute;
    right: 2px;
    top: 3px;
    width: 13px;
}
/* 规格选项 */
.screenBox dl {
    _zoom:1;
    overflow:hidden;
    position: relative;
    border-bottom:#e6e6e6 1px solid;
    background-color: #edf4fc;
}
.screenBox dl:last-child{
    border:0;
}
.screenBox dl dt{
    float:left;
    width: 10%;
    height: 72px;
    line-height: 70px;
    text-align:center;
    font-weight:600;
}
.screenBox dl dd{
    position:relative;
    width: 90%;
    /*margin-left: 10px;*/
    padding: 1% 0 1% 0;
    float:left;
    vertical-align:middle;
    background-color: #FFF;
}
.screenBox dl dd label{
    width: auto;
    line-height:14px;
    color:#666;
    overflow:hidden;
    text-decoration:none;
    float:left;
    display:block;
    vertical-align:middle;
    padding-left: 10px;
}
.screenBox dl dd label input{
    float:left;
    width:13px;
    height:13px;
    margin-right:3px;
    margin-top:5px;
}
.screenBox dl dd label a{
    padding:5px 8px 5px 3px;
    display:inline-block;
    font-size: 14px;
    width:200px
}
.screenBox dd label a{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.screenBox dl dd span.more{
    position:absolute;
    width:39px;
    display:block;
    height:14px;
    top:5px;
    cursor:pointer;
    right:1px;
}
.screenBox dl .screen_fr{
    /*float:right;*/
    /*margin-top: 5px;*/
    /*margin-right: 10px;*/
    position: absolute;
    top: 5px;
    right: 10px;
}
.screenBox dl .screen_fr a{
    margin-right: 5px;
    font-size: 14px;
    color: #ababab;
}
.screenBox dl .screen_fr a:hover{
    color: #3e5790;
}
.screenBox dl .screen_fr a i{
    font-size: 14px;
    color: #ababab;
}
.screenBox dl .screen_fr a i:hover{
    color: #3e5790;
}
.screenBox dl .screen_fr a .cor{
    color: #3e5790;
}

.screenBox dl .screen_fr button{
    border: 0;
    color: #ababab;
    cursor: pointer;
    font-size: 12px;
    background: none;
}
.screenBox dl .screen_fr button:hover{
    color: #3e5790;
}
/* 图片显示 */
/* 分类 */
.screenBox #brandImgs{
    display: none;
}
/*.screenBox .listimg dt{*/
/*    height: 100%;*/
/*}*/
/*.screenBox .listimg dt::before{*/
/*    content:'';*/
/*    height:100%;*/
/*    display:inline-block;*/
/*    vertical-align:middle;*/
/*}*/
.screenBox  #brandImgs{
    padding: 0.5% 0 0.4% 0;
    padding-right: 10%;
    width: 80%;
}
.screenBox #brandImgs>a{
    display: block;
}
.screenBox #brandImgs label{
    height: 133px;
    width: 128px;
    padding: 1% 0;
    cursor: pointer;
    display: block;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-left: 9px;
}
.screenBox #brandImgs label img{
    /*width: auto;  !*20200107*!*/
    /*height: 65%;   !*20200107*!*/
    /*margin-top: 3px;*/
}
.screenBox #brandImgs label input{
    display: none;
}
.screenBox #brandImgs span{
    margin-top: 10px;
    padding:2px 4px 5px 3px;
    display:block;
    font-size: 12px;
}

.screenBox #brandImgs label .xz_border{
    border: 1px solid red !important;
}

.screenBox #brandImgs label .sx_d{
    position: absolute;
    height: 132px;
    width: 126px;
    border: 1px solid #cdcdcd;
}
.screenBox #brandImgs>a:hover .sx_d{
    border: 1px solid #3e5790;
}

.screenBox #classImgs{
    display: none;
}
/*.screenBox .listimg dt{*/
/*    height: 100%;*/
/*}*/
/*.screenBox .listimg dt::before{*/
/*    content:'';*/
/*    height:100%;*/
/*    display:inline-block;*/
/*    vertical-align:middle;*/
/*}*/
.screenBox  #classImgs{
    padding: 0.5% 0 0.4% 0;
    padding-right: 10%;
    width: 80%;
}
.screenBox #classImgs>a{
    display: block;
}
.screenBox #classImgs label{
    height: 133px;
    width: 128px;
    padding: 1% 0;
    cursor: pointer;
    display: block;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-left: 9px;
}
.screenBox #classImgs label img{
    width: auto;  /*20200107*/
    height: 65%;   /*20200107*/
    margin-top: 3px;
}
.screenBox #classImgs label input{
    display: none;
}
.screenBox #classImgs label span{
    margin-top: 10px;
    padding:2px 4px 5px 3px;
    display:block;
    font-size: 14px;
}

.screenBox #classImgs label .xz_border{
    border: 1px solid red !important;
}


.screenBox #classImgs label .sx_d{
    position: absolute;
    height: 132px;
    width: 126px;
    border: 1px solid #cdcdcd;
}
.screenBox #classImgs>a:hover .sx_d{
    border: 1px solid #3e5790;
}
.screenBox .listhigh
{
    height: auto;
}
.screenBox .listhigh dt{
    background: none;
}

.screenBox .listlow
{
    /*height: 148px;*/
}

.screenBox .listlow dt
{
    /*height: 148px;*/
}


.screenBox .listlow02
{
    height: 85px;
}

.screenBox .listlow02 dt
{
    height: 85px;
}

.screenBox .listlow02 dd
{
    height: 85px;
}

/* 品牌 */
.screenBox .listimg02 dt{
    height: 92px;
    line-height: 92px;
}
.screenBox #brandImgs label{
    height: 70px;
    width: 128px;
}
.screenBox #brandImgs img{
    width: 60%;
    height: 60%;
    margin-top: 4px;
}
.screenBox #brandImgs span{
    margin: 0;
    font-size: 12px;
}
.screenBox #brandImgs label .sx_d{
    height: 38px;
    width: 126px;
    padding: 10% 0 14%;
    border: 1px solid #cdcdcd;
}

.cssssr{
    border: 1px solid #3e5790!important;
}

/* 新增加 20200113 */
.screenBox dl.listIndex03 dt {
    height: auto;
    line-height: 50px;
}
dl.listIndex03{
    background-color: #FFF;
}
dl.listIndex03 dt{
    background-color: #edf4fc;
}
.screenBox dl.listIndex03 dd {
    padding: 0;
    width: 80%;
    margin-top: 0.7%;
    margin-left: 10px;
}
.screenBox dl.listIndex03 dd p {
    float: left;
    width: 20%;
    text-align: left;
    margin-right: 3%;
    border: 1px solid #eaeaea;
    font-size: 14px;
}
.screenBox dl.listIndex03 dd p.s_input_box {
    width: 14%;
}
.screenBox dl.listIndex03 dd p.query_btn {
    width: 10%;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
}
.screenBox dl.listIndex03 dd p.query_btn a {
    display: block;
    padding: 4.1% 2.5%;
    color: #ffffff;
    background: linear-gradient(to right,#feaa13,#f87506);
}
.screenBox dl.listIndex03 dd p span {
    /* display: inline-block; */
    padding: 2% 5%;
    vertical-align: middle;
    float: left;
    background: #f7f7f7;
}
.screenBox dl.listIndex03 dd p.s_input_box span {
    padding: 2.8% 5%
}
.screenBox dl.listIndex03 dd p input {
    float: left;
    width: 70%;
    border: 0 none;
    margin: 0;
    outline: none;
    -webkit-appearance: none;
    padding: 2% 2.5%;
}
.screenBox dl.listIndex03 dd p input[type="text"]::-webkit-input-placeholder {
    color: #dadada;
    font-size: 12px;
}
.screenBox dl.listIndex03 dd p.s_input_box input {
    width: 42%;
    padding: 2.8% 2.5%;
    margin-right: 2%;
}
.screenBox dl.listIndex03 dd p.s_input_box em {
    vertical-align: sub;
    font-size: 12px;
    margin-left: 1%;
}
/* 新增加 20200113 end*/




/* end */

/* ====================== end ======================== */

/* ================== 商品详情页面 ===================== */
.main-box03{
    height: auto;
    margin-top: 100px;
    padding-top: 1px;
    background-color:#f6f6f6;
    position: relative;
}

/* 面包屑导航 */
.mod_crumbs{
    /*margin: 0.5% 0 0.4% 0;*/
	margin:0;
}
.mod_crumbs ul li{
    display: inline-block;
}
.mod_crumbs ul li a{
    font-size: 12px;
    color: #333;
}
.mod_crumbs ul li i{
    color: #232323;
}
.mod_crumbs ul li a:hover{
    color: #232323;
}
.mod_crumbs ul li:last-child a{
    color: #232323;
}
/* end */

/* 商品展示 */
/*展示（左）*/
.mod_preview{
    width: 950px;
    margin: 0 ;
    float:left;
    padding-top:8px;
    /*padding-left:8px;*/
}
.mod_preview .data_head{
    width:100%;
    padding: 0 0 5px 0;
    background-color: white;
    float: left;
    /*box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);*/
}

/* 商品展示图 */
.preview_show{
    width: 45%;
    /*height: 482px;*/
    padding: 1%;
    float: left;
    /*position: relative;*/
}
.preview_show dl{
    text-align: center;
}
.preview_show dl dd{
    display:inline-block;
    margin-top: 20px;
}

#tab-1 img,
#tab-2 img {
    width: auto;
    height: auto;
}
#tab-2,#tab-3{
    padding-top: 40px;
}
#tab-3d{
    display: none;
    overflow: hidden;
    height: 400px;
    width: 108%;
}

.pro_show {
    /*width: 85%;*/
    /* height: 70%; */
    overflow: hidden;
    padding: 50px 40px;
    /*padding-left: 40px;*/
    /*padding-top: 50px;*/
    border-radius: 20px;
    position: relative;
}
.pro_show .arrow-left01 {
    background: url(../images/arrows02.png) no-repeat left top;
    background-position: 0 -30px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
}

/* 20200108 */
.swiper-button-disabled {
    cursor: not-allowed;
    opacity: 0.3;
}

.pro_show .arrow-right01 {
    background: url(../images/arrows02.png) no-repeat left top;
    background-position: 0 0;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
}
.pro_show .arrow-left03 {
    background: url(../images/arrows02.png) no-repeat left top;
    background-position: 0 -30px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
}
.pro_show .arrow-right03 {
    background: url(../images/arrows02.png) no-repeat left top;
    background-position: 0 0;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
}
.pro_show .swiper-container {
    height: auto;
    width: auto;
}
.pro_show .swiper-container .startvedio {
    width:36px!important;
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 999;
    cursor: pointer;
}
.pro_show .swiper-slide{
    height: 290px;
    text-align: center;
    line-height: 290px;
}
.pro_show .swiper-slide img{
    /* width: 100%; */
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.preview_show .tabs > div {
    width: auto;
    height: 340px;
    background: white !important;
}
.preview_show .horizontal {
    position: relative;
    z-index: 999;
    /*left: 35%;*/
    /*bottom: 11%;*/
    list-style: none outside none;
    margin: 0;
    margin-top: 10px;
    text-align: center;
}
.preview_show .horizontal li {
    margin: 0 10px 0 0;
    display: inline-block;
    cursor: pointer;
}
.preview_show .horizontal div{
    width: 42px;
    height: 42px;
    background:url(../images/de_icos1.png)  no-repeat;
}
.preview_show .horizontal .size{
    background-position:-192px 0;
}
.preview_show .horizontal .realShooting{
    background-position:-96px 0;
}
.preview_show .horizontal .vedio{
    background-position:-48px 0;
}
.preview_show .tabs a {
    color: #ccc;
    display: block;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
}
.preview_show .tabs iframe{
    height:400px;
    width:110%;
    /*overflow: hidden;*/
}

/* 商品展示信息 */
.preview_info{
    width: 48%;
    float: right;
    padding: 1% 1% 1% 0;
}
.preview_info dl{
    line-height: 30px;
    color: #333333;
}
.preview_info dl dt{
    padding: 2% 0;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #c6c6c6;
}
.preview_info dl dd{
    padding: 2% 0;
    font-size: 14px;
    border-bottom: 1px solid #c6c6c6;
}

.preview_info ul{
    position: relative;
    text-align: center;
    margin-top: 15px;
}
.preview_info ul li{
    display: inline-block;
}
.preview_info ul li button{
    padding: 10px 12.5px;
    text-align: center;
    font-size: 14px;
    border: 0;
    color: white;
    border-radius: 5px;
    background-color: #198ef6;
    cursor: pointer;
}
.preview_info ul li button:hover{
    background-color: #31a8f6;
}

.preview_info ul .sure {
    position: relative;
    top: 0;
    left: 0;
    width: 71px;
    color: white;
    font-size: 13px;
    cursor: pointer;
    box-shadow: none;
    vertical-align: middle;
    border-radius: 5px;
    padding: 12px 13.5px;
    background-color: #198ef6;
}/*
.preview_info .btns{margin-top:2px;}
.preview_info .btns ul{float:right}
.preview_info .btns .share{float:left;padding:5px 8px 0 8px;background-color:#eee;text-align:center;}
.preview_info .btns .share img{width:120px;height:120px;}
.preview_info .btns .share p{font-size:14px;}*/

/* 二维码 */
.info_ewm{
    font-size:16px;
	font-weight:bold;
    cursor: pointer;
    float: right;
    position: relative;
    /*width: 17%;*/
    color: #757575;
	color:#198ef6;
	font-family:"Microsoft Yahei",arial;
}
.info_ewm>img{
    width: 32px;
    margin-left: 3px;
    opacity: 0.7;
    vertical-align: -4px;
}
.info_ewm .ewm_img{
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
}
.info_ewm:hover .ewm_img{
    display: block;
}

.info_Tit{
    /*margin-top: 30px;*/
    margin-top:0px;
}
.info_func{
    margin-top: 10px;
    font-size: 14px;
}
.info_func a{
    color: #b4b4b4;
    margin-right: 3%;
}
/*供应商（右）*/
.right{/*
    display: flex;
    flex-wrap: wrap;*/
    width: 230px;
    float:right;/*
    margin-right: 8px;*/
}
.right .preview_supply{
    /*width: 19.2%;*/
    width: 100%;
    background-color: white;/*
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);*/
    margin-top:8px;
    margin-right: 8px;
}
.preview_supply dl dt{
    font-size: 16px;
    padding: 5%;
    color: #333333;
    border-bottom: 1px solid #c6c6c6;
}
.preview_supply dl dd{
    padding: 2.18% 5%;
    line-height: 25px;
    color: #333333;
    font-size: 14px;
    border-bottom: 1px solid #c6c6c6;
}
.preview_supply dl dd a{
    display: block;
    color: #3e5790;
    text-align: right;
    text-decoration: underline;
}
.preview_supply dl dd a:hover{
    color:#ff7500;
}
.preview_supply dl dd a.dname{text-align:left;color:#198ef6;text-decoration:none;}

.preview_supply dl>a{
    display: block;
    text-align: center;
    padding: 4.5% 3%;
    color: white;
    font-size: 18px;
    background-color: #ff7500;
}
.preview_supply dl>a:hover{
    background-color: #ff5600;
}
/* end */
.main{
    display: flex;
    justify-content: center
}
/*产品资料 */
.mod_data{
    width: 954px;
}
/* (左)产品标题 */
.data_title ul li{
    padding:0 2% 1%;
    height: auto;
    display: inline-block;
    cursor: pointer;
}
.data_title ul li a{
    color: #272727;
    font-size: 17px;
}
.data_title ul .cor{
    border-bottom:2px solid #198ef6;
    color: #198ef6;
}
.data_title ul .cor a{
    color: #198ef6;
}
.data_title ul li:hover{
    border-bottom:2px solid #198ef6;
}
.data_title ul li:hover a{
    color: #198ef6;
}
.data_line{
    border-bottom: 1px solid #c6c6c6;
    margin-top: -1px;
}
/* 产品参数 */
.data_details{
    width:100%;
    margin-top: 17px;/*
    padding: 0 0 5px 0;*/
}
.data_details .sub_tit {
    display: none;
}
.data_pmeter{
    width: auto;
    padding:1%;
    background-color: white;/*
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);*/
}
.pmeter_table{
    position: relative;
    margin: 10px 0;
    border-top: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
}
.pmeter_table table{
    width: 100%;
    border-collapse: collapse;
}
.pmeter_table table .hd {
    font-size: 16px;
    line-height: 34px;
    font-weight: bold;
    color: #333;
    background: #fafafa;
    padding: 4px 20px;
}
.pmeter_table table th {
    width: 160px;
    text-align: left;
    font-weight: normal;
    color: #333;
    border-right: 1px solid #e6e6e6;
}
.pmeter_table table th,
.pmeter_table table td {
    padding: 6px 20px;
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid #e6e6e6;
    color: #333;
    position: relative;
}
.pmeter_table table td em{
    display: none;
}
.pmeter_table table td:hover em{
    display: inline-block;
}

.pmeter_foot{
    display: block;
    border-bottom: 1px solid #e6e6e6;
    padding: 6px 20px;
    font-size: 12px;
    color: #999;
}
.pmeter_foot:hover em{
    display: inline-block;
}
.pmeter_foot em{
    display: none;
    cursor: pointer;
    margin-left: 10px;
}
.pmeter_foot em:hover{
    color:#f87506;
}

/*详情页相关产品*/
.aboutseries{
	margin-top:10px;
    background: #fff;
    /*margin:10px 0 0;*/
	margin-bottom:15px;
	clear:both;
}
.aboutseries .module-header {
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #E5E5E5;
    position: relative;
}
.aboutseries .module-header .module-title {
    font-size:17px;
    float: left;
    position: relative;
    margin-right: 40px;
    margin-bottom: -2px;
    border-bottom: 2px solid #d40300;
    color: #333;
	text-indent:10px;
}
.aboutseries .aboutlist{display:flex;flex-wrap:wrap;}
.aboutseries .aboutlist li{padding:3px 10px;}
.aboutseries .aboutlist a{color:#333;}
.aboutseries .aboutlist a:hover{color:#d40300;}

/* 侧边栏 */
.pmeter_table .param-nav {
    zoom:1;
    width: 160px;
    padding-right: 27px;
    position:fixed;
    left:50%;
    top:170px;
    margin-left: -800px;
    display:none;
}
.pmeter_table .param-nav .add-compare-btn {
    position:absolute;
    top:-40px;
    left:40px;
    width:78px;
    height:26px;
    line-height:26px;
    color:#fff;
    text-align:center;
    font-size:14px;
    border-radius:0;
    background:#198ef6;
    cursor:pointer;
}
.pmeter_table .param-nav .add-compare-btn:hover {
    background:#147de3;
}
.pmeter_table .param-nav .add-compare-btn.disabled {
    background:#e6e6e6;
    border-color:#e6e6e6;
    color:#999;
}

.pmeter_table .detailed-parameters .edit-param,
.pmeter_table .param-nav-top,
.pmeter_table .param-nav-bottom,
.pmeter_table .param-nav-box li a {
    background: url(../images/de_icos.png) no-repeat;
}
.detailed-parameters td a, .detailed-parameters th a {
    color: #198ef6;
}
.pmeter_table .param-nav-top,
.pmeter_table .param-nav-bottom {
    position:absolute;
    z-index:2;
    right:21px;
    width:10px;
    height:10px;
    font:0/0 arial;
    overflow:hidden;
    background-position:-173px -84px;
}

.pmeter_table .param-nav-top {
    top:0;
}
.pmeter_table .param-nav-bottom {
    bottom:0;
}
.pmeter_table .param-nav-line {
    position:absolute;
    z-index:1;
    right:25px;
    width:10px;
    height:100%;
    font:0/0 arial;
    overflow:hidden;
    border-right:2px solid #eaeaea;
}
.pmeter_table .param-nav-box {
    position:relative;
    z-index:2;
    padding:20px 0;
    margin-right:-4px;
    overflow:hidden;
    zoom:1;
}
.pmeter_table .param-nav-box li {
    position:relative;
    height:20px;
    padding:5px 0;
    vertical-align:middle;
}
.pmeter_table .param-nav-box li span {
    display:block;
    height:20px;
    font:14px/19px 'Microsoft YaHei',arial;
}
.pmeter_table .param-nav-box li a {
    float:right;
    padding: 0 18px 0 7px;
    height:20px;
    color:#333;
    background-position:100% -135px;
    font-size:12px;
}
.pmeter_table .param-nav-box li a:hover {
    background-color:white;
    background-position:100% -158px;
    text-decoration:none;
    color:#333;
}

.pmeter_table .param-nav-box .active a,
.pmeter_table .param-nav-box .active a:hover {
    background-position:100% -181px;
    background-color:#80bfff;
    color:#fff;
}

.pmeter_table .param-nav-scroll {
    width:135px;
    height:240px;
    overflow:hidden;
    position:relative;
    zoom:1;
}
.pmeter_table .param-nav-scroll ul {
    zoom:1;
    width:135px;
    overflow:hidden;
}
.pmeter_table .param-nav-box .param-nav-scroll li span {
    padding:0 16px 0 0;
}
.pmeter_table .param-nav-updown {
    display:none;
    position:absolute;
    right:0;
    top:50%;
    margin:-15px 0 0;
    width:14px;
    height:27px;
    overflow:hidden;
    border:1px solid #e6e6e6;
}

.pmeter_table .param-nav-up,
.pmeter_table .param-nav-down,
.pmeter_table .param-nav-up-disabled,
.pmeter_table .param-nav-down-disabled {
    height:13px;
    cursor:pointer;
}

.pmeter_table .param-nav-up {
    border-bottom:1px solid #e6e6e6;
    background-position:-28px -78px;
}
.pmeter_table .param-nav-down {
    background-position:-42px -78px;
}
.pmeter_table .param-nav-up-disabled {
    border-bottom:1px solid #e6e6e6;
    background-position:0 -78px;
}
.pmeter_table .param-nav-down-disabled {
    background-position:-14px -78px;
}
/* end */

/* 产品型录 */
.data_catalog{
    width: auto;
    margin-top: 17px;
    padding:1%;
    background-color: white;/*
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);*/
}
.catalog_box{
    margin-top: 30px;
    text-align: center;
}
.catalog_form{
    padding: 2%;
}
.catalog_form select{
    width: 280px;
    height: 30px;
    color: #272727;
    background-color: white;
}
.catalog_form #test1{
    width: 268px;
    height: 30px;
    padding: 0 1%;
    border: 1px solid #999;
}
.catalog_form #butn1{
    position: absolute;
    left: 95%;
    top: 82%;
    width: 20px;
    height: 20px;
    line-height: 9px;
    color:white;
    background-color: #666666;
    border-radius: 50px;
    border: 0;
}
.catalog_form .fl{
    position: relative;
    width: 50%;
    text-align: right;
}
.catalog_form .fr{
    width: 50%;
    text-align: right;
}
.catalog_form .fl p,
.catalog_form .fr p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #272727;
}

.catalog_form>p{
    font-size: 14px;
    float: left;
    width: 100%;
    text-align: left;
}
.catalog_form>p span{
    color: red;
}
.catalog_form>p a{
    color: #007aff;
    font-size: 15px;
    margin-left: 22px;
}

.table_content{
    position: relative;
    /* max-height: 790px; */
    /* overflow: auto; */
}

.table_content .see-more {
    cursor: pointer;
    line-height: 35px;
    -moz-user-select:none; /*ç«ç‹*/
    -webkit-user-select:none; /*webkitæµè§ˆå™¨*/
    -ms-user-select:none; /*IE10*/
    -khtml-user-select:none; /*æ—©æœŸæµè§ˆå™¨*/
    user-select:none;
}

.left_table{
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 2;
    /* display:none; */
}
.left_table table{
    width: auto;
    font-size: 14px;
    cursor: pointer;
}
.main_table{
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid #e4e4e4;
}
.main_table table{
    width: 1270px;
    font-size: 14px;
    cursor: pointer;
}

.main_table table th{
    white-space: nowrap;
    width: auto;
    padding: 0 20px;
}

.main_table table td {
    white-space: nowrap;
}

.main_table table .td_first {
    white-space: normal;
}

.main_table::-webkit-scrollbar {
    width: 16px;
    height: 10px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
.main_table::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
/*定义滑块 内阴影+圆角*/
.main_table::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #999;
}

.left_table th,
.main_table th{
    width: auto;
    height: 35px;
    color: #333333;
    background-color:#f9f9f9;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    height:50px;
}

.left_table .td_first div,
.main_table .td_first div{
    width: 250px;
    text-align: left;
}

.left_table .td_first input,
.main_table .td_first input{
    cursor: pointer;
}

.left_table th,
.left_table td,
.main_table th,
.main_table td{
    padding: 0 6px;
}

.left_table td,
.main_table td{
    width: auto;
    height: 40px;
    color: #333333;
    background-color:#f4faff;
    border-top: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

.left_table td button,
.main_table td button{
    width: 65px;
    height: 30px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #e4e4e4;
    background-color: transparent;
}

.left_table td button:hover,
.main_table td button:hover{
    color: white;
    background-color: #007aff;
}

.left_table td button:hover i,
.main_table td button:hover i{
    color: white;
}

.left_table td button i,
.main_table td button i{
    color: #007aff;
}

.left_table td a,
.main_table td a{
    color: #007aff;
}
.left_table td.td_first a,
.main_table td.td_first a{
    color: #007aff;
    display: inline-block;
    width: 55%;
}
/* end */

/* 产品介绍 */
.data_intr{
    width: auto;
    margin-top: 17px;
    padding:1%;
    background-color: white;/*
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);*/
}

.intr_top{
    padding: 1%;
    display: none;
}
.intr_top a{
    font-size: 14px;
    color: #007aff;
}

.intr_bottom {
    width: 91.5%;
    /*height:auto;*/
    height: 600px;
    padding: 0 40px 30px;
    border-radius: 20px;
    overflow: auto;
    margin: 5px auto;
    position: relative;
}
.intr_bottom .arrow-left02 {
    background: url(../images/arrows02.png) no-repeat left top;
    background-position: 0 -29px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
}
.intr_bottom .arrow-right02 {
    background: url(../images/arrows02.png) no-repeat left top;
    background-position: 0 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
}
.intr_bottom .swiper-container {
    width: 100%;
}
.intr_bottom .swiper-slide img{
    width: 100%;
}
/* end */

/* 资料下载 */
.data_download{
    width: auto;
    margin-top: 17px;
    padding:1%;
    background-color: white;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.download_content{
    margin-top: 20px;
    padding: 1% 2%;
    background-color: #f9f9f9;
    font-size: 14px;
}
.download_content .fl a:hover{
    color: #007aff;
    text-decoration: underline;
}
.download_content .fr{
    line-height: 30px;
}
.download_content .fr a{
    color: #007aff;
}
.download_content .fr a:hover{
    color: #007aff;
    text-decoration: underline;
}
.download_content img{
    vertical-align: middle;
    margin-right: 10px;
}
/* end */

/* 品牌电商 */
.data_ol{
    width: auto;
    margin-top: 17px;
    padding:1%;
    background-color: white;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.data_ol .data_title ul .cor a{
    color: #666;
}
.data_ol .data_title ul p{
    margin-right: 10px;
    font-size: 14px;
    float: right;
}

.data_ol .ol_content{
    padding: 1%;
    margin-top: 10px;
    border:1px solid #c6c6c6;
}
.data_ol .ol_content .fl{
    width: 50%;
}
.data_ol .ol_content .fl dl{
    float: left;
    margin-top: 15px;
    margin-left: 10px;
}
.data_ol .ol_content .fl dl dd a:hover{
    color: #007aff;
}
.data_ol .ol_content .fl img{
    vertical-align: middle;
    float: left;
}

.data_ol .ol_content .fr{
    width: 30%;
    margin-top: 17px;
}
.data_ol .ol_content .fr button{
    border: 0;
    color: white;
    padding: 1% 3%;
    margin-left: 80px;
    float:left;
    border-radius: 5px;
    text-align: right;
    cursor: pointer;
    background-color: #198ef6;
}
.data_ol .ol_content .fr .ol_icon{
    width: 40%;
    float:left;
}
.data_ol .ol_content .fr .ol_icon span{
    margin-right: 7px;
}
.data_ol .ol_content .fr .ol_icon span img{
    margin-top: 5px;
}
/* end */

/* 联系供应商 */
.data_about{
    width: auto;
    margin-top: 17px;
    margin-bottom: 20px;
    padding:1%;
    background-color: white;/*
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);*/
}
.data_about .data_title ul .cor a{
    color: #666;
}

.about_content{
    padding: 2%;
}
.about_content p{
    color: #707070;
    font-size: 14px;
    margin-top: 15px;
}
.about_down{
    margin-top: 25px;
    border-radius: 5px;
    background-color: #008bf6;
}
.about_down ul{
    padding: 2%;
}
.about_down ul li{
    color: white;
    font-size: 14px;
    margin-bottom: 10px;
}
/* end */

/* (右)广告 */
.mod_data .product_right{
    margin: 0 auto;
}
/* end */
/* ====================== end ======================== */

/* ================== 商品对比页面 ===================== */
@charset "gb2312";

.main-box04{
    height: auto;
}
/* 面包屑导航 */
.main-box04 .mod_crumbs{
    margin: 5.6% 0 0.4% 0;
}

/* 标题 */
.wraper_tit{
    width: 1200px;
    margin: 0 auto 20px;
    background-color: #038bf9;
}
.wraper_tit dt{
    float: left;
    width: 10%;
    padding: 0.7% 0;
    color: white;
    text-align: center;
    background-color: #1579d1;
}
.wraper_tit dd{
    float: right;
    padding: 0.7% 0;
    width: 80%;
    color: white;
    text-align: right;
}

/* 表格内容样式 */
.aTbClose,
.aTbOpen,
.btn-show-car i,
.calc-car,
.delCar i,
.lBtn,
.rBtn{
    background:url(../images/compare-icons.png) no-repeat;
}

.doc{
    width:1200px;
    margin:0 auto;
    padding:0 110px 40px;
}
.box-tit{
    background:#fff;
    height:60px;
}
.box-tit h1{
    font-size:24px;
    color:#333;
    line-height:60px;
    padding-left:15px;
    float:left;
    /*font-family:"Microsoft YaHei";*/
}
.box-bd{
    background:#fff;
    position:relative;
}
.box-bd a:hover{
    text-decoration:none;
}

.ysSelect select{
    width: 200px;
    height: 40px;
    font-size: 15px;
    margin-bottom: 10px;
    border: 1px solid #cdcdcd;
}
.ysSelect .dis{
    padding:0 17px 0 5px;
    height:20px;
    border:1px solid #e9e9e9;
    cursor:pointer;
    background:url(../images/select.png) no-repeat right 8px;
    overflow:hidden;
}
.ysSelect .ysdrop{
    display:none;
    position:absolute;
    width:178px;
    top:24px;
    left:0;
    border:1px solid #e9e9e9;
    background:#fff;
}
.ysdrop .let{float:left;width:23px;border-right:1px solid #d8d8d8;background:#fff}
.ysdrop .let a{display:block;width:23px;height:20px;text-align:center;font:normal 12px/20px Arial,Helvetica,sans-serif;color:#0777dd;text-decoration:none}
.ysdrop .let a:hover{color:#fff;background:#0777dd}
.ysdrop .option{overflow:auto;width:154px;float:left}
.ysdrop .option h3{padding-left:10px;height:23px;font:bold 14px/23px Arial,Helvetica,sans-serif;color:#0777dd;background:#f2f7fa}
.ysdrop .option a{display:block;height:21px;padding-left:10px;line-height:21px;cursor:pointer;overflow:hidden;text-decoration:none;color:#000}
.ysdrop .option a.cur,.ysdrop .option a:hover{color:#fff;background:#0777dd}
.ysdrop .option a.disabled{background:#fff;color:#888;cursor:default}
.ysSelect-open .ysdrop{display:block}

.brand{z-index:100}
.cx{z-index:50}
.cx .option{/*! width: 178px; */}
.cxing{z-index:10}
.cxing .option,.cxing .ysdrop{width:280px;background:#fff}
.disable .dis{border:1px solid #ddd;cursor:pointer;color:grey}
.cxing a span{float:right;margin-right:10px;line-height:21px;height:21px}
.cxing .cur span,.cxing .hover span{color:#fff}

.cx .option .coms_k{margin:0 20px;width:180px;padding-top:8px}
.tbParam-sum-pos .coms_k{margin:0;padding-top:0;width:148px}
#boxchang2_content{display:none}
.carFn{position:relative}
.tbTop{height:auto}
.carFn .tbTop td{/*! position: relative; */border-bottom:none}
.carFn .tbTop th{border:none}
.carFn .tbTop{border-bottom:1px solid #e9e9e9;height:100%}
.comparelist{
    padding:20px;
}
.carFn .tbParam{table-layout:fixed;border-collapse:collapse;border-spacing:0}
.carFn .tbParam td{text-align:center;font-size:14px}
.carFn .tbParam th{text-align:right;background:#f8f8f8;font-weight:400;color:#777;height:36px}
.carFn .tbParam th a{color:#777}
.carFn .tbParam th a:hover{text-decoration:underline;color:#f70}
.carFn .tbParam th a.pBtn:hover{text-decoration:none;color:#fff;background:#f70}
.carFn .tbParam th .citys a{color:#0777dd}
.carFn .tbTop td{text-align:left;vertical-align:top;padding:0}
.carFn .tbTop th{padding-top:0;padding-bottom:0}
.carFn .tbParam-sum td,.carFn .tbTop td{font-size:12px}
.dSubTit{
    width:1058px;
    padding-left:20px;
    overflow:hidden;
    background:#f8f8f8;
    height:45px;
    border:1px solid #e9e9e9;
    border-top:none;
    _border-top:1px solid #e9e9e9;
    cursor:pointer;
}
.dSubTit .aTbClose{
    display:block;
    float:left;
    margin:18px 10px 0 0;
    margin-top:17px\9;
    width:11px;
    height:11px;
    background-position:0 0;
}
.dSubTit .aTbOpen{
    display:block;
    float:left;
    margin:18px 10px 0 0;
    width:11px;
    height:11px;
    background-position:-12px 0;
}
.dSubTit strong{
    float:left;
    line-height:45px;
    font-size:14px;
    color:#333
}
.main-box04 .wraper .doc .dSubTit_ph,
.main-box04 .wraper .doc .tbParam_ph {
    display: none;
}
.dmeTit{width:1058px;padding-left:20px;background:#f8f8f8;height:45px;border:1px solid #e9e9e9;border-top:none;cursor:pointer}
.dmeTit .aTbClose{display:block;float:left;margin:18px 10px 0 0;*margin-top:16px\9;width:11px;height:11px;background-position:0 0}
.dmeTit .aTbOpen{display:block;float:left;margin:18px 10px 0 0;width:11px;height:11px;background-position:-12px 0}
.dmeTit strong{float:left;line-height:45px;font-size:14px;color:#333}
.dmeTit .chinfo .ckm{float:left;line-height:47px;font-size:12px;color:#333}
.dmeTit .chinfo{float:left;position:relative;padding:0 12px 0 5px}
.carFn .tbParam .c-best{color:#f60}
.carFn .tbParam .tr-color td{vertical-align:top}
.carFn .tbParam-base .trchange th{background-image:none}
.carFn .tbParam-base .on th{background-image:none}
.carFn .tbParam-top th{background:#fffbf0 url(../images/ck3.png) 19px 50% no-repeat}
.carFn .tbParam-top th .ck{width:24px;height:24px;cursor:pointer;display:block;float:left;margin-left:11px;_display:inline}
.carFn .tbParam-top th .fwn{display:block;width:139px;_width:130px;height:24px;line-height:24px;line-height:26px\9;overflow:hidden;text-align:right;padding:0;margin-right:20px;float:right;white-space:nowrap;_display:inline}
.carFn .tbParam th .fwn{display:block;/* width:137px;_width:130px; */min-height:24px;line-height:24px;line-height:26px\9;overflow:hidden;text-align:right;padding:0;margin-right:20px;float:right;_display:inline}
.carFn .tbParam-top .tr-color.on th{background:#fffbf0;}
.carFn .tbParam-top .tr-color.on th .ck,.carFn .tbParam-top .tr-color.on th .ck{background-image: url(../images/sprite.png); background-position: 5px -367px; background-repeat: no-repeat;}
.carFn .tbParam-top .tr-color.on.trchange th{background:#fffbf0;}
.thFst-content{text-align:left;padding:19px 20px 18px;line-height:24px;color:#888}
.thFst-content input{vertical-align:-2px}
.thFst-content .tit{font-size:14px;color:#333;display:block;padding-bottom:4px}
.thFst-content .thFst-top{border-bottom:1px dashed #ccc;padding-bottom:15px;padding-top:3px}
.thFst-content .thFst-btm{padding-top:18px}
.thFst-content .thFst-btm em{color:#333}
.thFst-content .pBtn{display:block;height:22px;line-height:22px;margin:22px 0 7px 0;background:#fff;border:1px solid #ccc;text-align:center}
.carFn .tbParam th a.pBtn{padding:0}
table.tbQuick td p{color:#999;font-size:12px}
.carFn table{background:#fff;border-left:1px solid #e9e9e9;width: 1200px;}
.carFn table{table-layout:fixed;border-collapse:collapse;border-spacing:0}
.carFn table thead tr td{background:#fff;height:143px}
.carFn table td,.carFn table th{border:1px solid #e9e9e9;border-top:none}
.carFn table th{width:194px;border-right:1px solid #e9e9e9;background:#f8f8f8;text-align:right;border-bottom:1px solid #e9e9e9;padding-top:5px;padding-bottom:5px}
.carFn table td{border-right:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:24px;padding:6px 0}
.tbParam-add-btn{margin-top:91px}
.tbParam-sum-pos{position:relative;width:100%}
.tbParam-sum-active{height:23px;background-position:left -147px;position:relative;z-index:5}
.selectBox{width:200px;border:1px solid #aaa;background:#fff;position:absolute;margin-top:-3px;display:none;left:5px}
.selectBox-inner .ysSelect{margin-bottom:6px}
.selectBox select{margin:6px 0 0;width:175px;white-space:normal}
.rlink{color:#0777dd}
.red,.red a{color:#f44}
strong.red a:hover{color:#f70;text-decoration:none}
.carselectBox{width:180px;margin:20px;position:relative;text-align:center}

.sel-car-msg{position:relative;height:auto;width:100%}
.sel-car-msg .d_ico{
    position: absolute;
    top: 0;
    left: 0;
}
.sel-car-msg a img{width:81%;}
.sel-car-msg a img:hover{opacity:.9;filter:alpha(opacity=90)}
.sel-car-msg dl dt{font-weight:700;font-size:14px;line-height:30px}
.sel-car-msg dl dt a{white-space:nowrap;display:block;font-size:14px;width:100%;text-overflow:ellipsis;overflow:hidden}
.sel-car-msg dl dd{line-height:18px;height:36px;overflow:hidden; margin-bottom: 5px;}
.sel-car-chose{height:24px;position:relative;width:118px;margin:0 auto;z-index:50;text-align:center;background:#fff}
.sel-car-chose .lBtn{display:block;width:24px;height:24px;float:left;background-position:0 -12px}
.sel-car-chose .rBtn{display:block;width:24px;height:24px;float:right;background-position:0 -37px}
.sel-car-chose .btn-show-car{display:block;height:24px;line-height:22px;width:118px;text-align:center;z-index:10}
.sel-car-chose .btn-show-car a{display:block;height:22px;border:1px solid #e9e9e9}
.sel-car-chose .btn-show-car a:hover{color:#333;background:#f0f0f0}
.sel-car-chose .btn-show-car a i{padding-right:14px;background-position:40px -124px}
.sel-car-chose .btn-show-active a i{padding-right:14px;background-position:-15px -124px}
.sel-car-chose .rBtn:hover{background-position:0 -87px}
.sel-car-chose .lBtn:hover{background-position:0 -62px}

.tbTop{height:276px}
.sel-car-pos>li{width:220px;float:left;margin-right:1px}
.sel-car-pos li .sel-car-chose{margin:0 20px;width:180px}
.sel-car-pos2{width:884px;position:absolute;left:196px;top:103px;z-index:1}
.sel-car-pos2 li{width:220px;float:left;margin-right:1px}
.sel-car-pos2 li .sel-car-chose{margin:0 20px;width:180px;z-index:10}
.changeBot{position:relative;width:100%}
.changeBot .forbidDrop{position:absolute;background:#fff;box-shadow:0 0 3px #ddd;padding:15px 15px 5px 15px;border:1px solid #ddd}
.changeBot .forbidDrop .ysSelect{width:100%}
.changeBot .tips3{width:0;height:0;position:absolute;left:78px;top:-10px;overflow:hidden;border:10px dashed transparent;border-bottom:10px solid #ddd;border-top:none}
.changeBot .tips4{width:0;height:0;position:absolute;left:80px;top:-8px;overflow:hidden;border:8px dashed transparent;border-bottom:8px solid #fff;border-top:none}
.changeCity .sCity{position:relative;padding-right:12px;cursor:pointer}
.changeCity .active{color:#f70}
.dCity{color:#333}
.sCity{color:#888}
.sCity .cname{float:left;line-height:45px;font-size:14px;color:#333;font-weight:700;color:#333}
.show{display:block}
.hide{display:none}
#changeCityBtn{float:left}
#changeCityBtn:hover{text-decoration:none!important}
.changeCity{position:relative;background:0 0;padding:0}
.changeCity .curArea,.changeCity .curCity{float:left;display:inline;position:relative}
.changeCity .curArea{margin-left:30px}
.changeCity .cBtn{position:relative;padding-right:10px}
.changeCity .cBtn:hover{color:#f60}
.changeCity .cBtn em{display:block;width:9px;height:5px;overflow:hidden;position:absolute;top:12px;right:-2px;background-position:-68px -95px}
.changeCity .contentdiv{display:none}
.changeCity .layBox{border:1px solid #ddd;width:610px;background:#fff;position:absolute;top:45px;left:-40px;box-shadow:0 0 6px #ccc;z-index:100}
.changeCity .sArea{height:36px;border-bottom:1px solid #ddd;position:relative;z-index:1}
.changeCity .letArea{height:42px;border-bottom:1px dotted #bbb;background:#f9f9f9;padding-left:14px;position:relative;z-index:10}
.changeCity .cityArea{height:218px;overflow:auto;position:relative;z-index:0}
.changeCity .citys a{display:inline;padding:0 4px;margin:7px 5px 0 0;float:left;height:20px;line-height:20px;white-space:nowrap;color:#0777dd}
.changeCity .citys i{display:inline;padding:0 4px;margin:7px 5px 0 0;float:left;height:20px;line-height:20px;color:#777;white-space:nowrap}
.changeCity .citys a:hover{color:#f60}
.changeCity .sArea .input{float:left;width:160px;display:inline;padding:5px 0 0 10px;position:relative}
.changeCity .sArea input{width:113px;padding:0 5px 0 30px;height:24px;line-height:24px;background:0 0;border:1px solid #ccc;background:url(../images/zdicon.jpg) no-repeat 0 0;color:#999;float:left;display:inline}
.changeCity .sArea input.on{width:138px;padding:0 5px;color:#333;background:0 0}
.changeCity .sArea .citys{float:left;height:34px;overflow:hidden;padding-top:2px/*!width:590px;*/}
.changeCity .letArea a{float:left;font:normal 14px/20px Arial;width:20px;height:20px;text-align:center;background:#fff;border:1px solid #ddd;margin:10px 14px 0 0;border-radius:2px}
.changeCity .letArea a:hover{border-color:#259;background:#259;color:#fff;text-decoration:none}
.changeCity .cityLet{zoom:1;border-bottom:1px dotted #bbb}
.changeCity .cityLet:after{content:"\20";display:block;clear:both;height:0;overflow:hidden}
.changeCity .cityLet .citys,.changeCity .letter,.changeCity .province,.changeCity .zCity .citys{float:left;display:inline}
.changeCity .letter{font:normal 16px/42px Arial;color:#999;padding-left:20px;width:16px}
.changeCity .province{font:bold 12px/42px simsun;width:52px;text-align:right}
.changeCity .cityLet .citys{width:390px;padding:5px 0 10px}
.changeCity .cityresult{position:absolute;width:195px;border:1px solid #ccc;top:32px;left:10px;background:#fff;box-shadow:2px 2px 2px #aaa;display:none;z-index:10}
.changeCity .zdicon{padding-left:20px;background:url(../images/zdicon.jpg) no-repeat 5px -24px;height:18px;line-height:18px;color:#777}
.changeCity .ntextdicon{padding-left:20px;background:url(../images/zdicon.jpg) no-repeat 4px -42px;height:18px;line-height:18px;color:#777}
.changeCity .cityresult a{display:block;height:26px;line-height:26px;text-align:right;color:#777;border-top:1px dotted #ccc;padding:0 20px}
.changeCity .cityresult a:hover{background:#f5f5f5;text-decoration:none}
.changeCity .cityresult span{float:left;color:#333;width:auto;height:auto}
.changeCity .cityresult a:hover span{color:#f60}
.changeCity .zCity{zoom:1;border-bottom:1px dotted #bbb}
.changeCity .zCity:after{content:"\20";display:block;clear:both;height:0;overflow:hidden}
.changeCity .zCity .province{padding-left:20px}
.changeCity .zCity .citys{width:390px;padding:5px 0 10px}
.changeCity .cityLet .citys{float:none;width:auto;display:block;overflow:hidden;zoom:1}
.changeCity .citys .citys-title{float:left;margin:7px 0 0 14px;height:20px;line-height:20px;color:#333}
.changeCity .cityLet .citys:after{content:"\20";clear:both;height:0;display:block;overflow:hidden}
.changeCity .letArea .input{float:right;width:160px;display:inline;padding:8px 0 0 0;position:relative}
.changeCity .letArea input{width:113px;padding:0 5px 0 30px;height:24px;line-height:24px;background:0 0;border:1px solid #ccc;background:url(../images/zdicon.jpg) no-repeat 0 0 #fff;color:#999;float:left;display:inline}
.changeCity .letArea input.on{width:138px;padding:0 5px;color:#333;background:#fff}
.changeCity .sArea2{height:64px}
.changeCity .sArea2 .citys{height:54px}
.changeCity .cityresult a{float:none;font-size:12px;width:auto;background:0 0;border-left:none;border-radius:0;border-right:none;border-bottom:none;margin:0}
.changeCity .cityresult a:hover{border-color:#ccc;color:#777}
.changeCity .tips1{width:0;height:0;position:absolute;left:100px;top:-10px;overflow:hidden;border:10px dashed transparent;border-bottom:10px solid #ddd;border-top:none}
.changeCity .tips2{width:0;height:0;position:absolute;left:102px;top:-8px;overflow:hidden;border:8px dashed transparent;border-bottom:8px solid #fff;border-top:none}

.otherFun{background:#fff;padding:0 20px 20px}
.print{background:#f8f8f8 url(../images/dy.png) no-repeat 5px 3px;border:1px solid #d7d7d7;padding-left:26px;color:#777;width:75px; height:20px; line-height:20px; cursor:pointer}

.ysSelect .dis.ysSelect-tips{visibility:hidden;position:absolute;top:0;left:0;background-color:#fff;display:inline-block;white-space:nowrap;border:1px solid #e9e9e9;padding:0 24px 0 12px;box-sizing:border-box;height:100%;min-width:100%;box-sizing:border-box}
.ysSelect.ysSelect-hover,.ysSelect.ysSelect-open{z-index:9999}
.ysSelect.ysSelect-hover .dis.ysSelect-tips,.ysSelect.ysSelect-open .dis.ysSelect-tips{visibility:visible;*visibility:hidden}
.ysSelect.ysSelect-open .dis.ysSelect-tips{border-color:#8be}
.changeBot .tips3,.changeBot .tips4{display:none}

.smark{background:#f8f8f8}
.position{padding-bottom:20px}
.comparelist,.comparelist a{font-size:14px}
.comparelist a{overflow: hidden;}
.comparelist a.recommend-item span,.comparelist a.forbidDrop-cxing-item span{height: 36px; max-width: 316px; float: left;white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
.comparelist{padding:0}
.carFn table{width:1200px}
.carFn table th{width:210px}
.sel-car-pos{left:212px}
.thFst-content .tit{font-size:16px;font-weight:700}
.thFst-content input{margin-right:5px}
table.tbParam-sum td{width:226px;padding-top:20px}
table.tbParam-sum th dl dd:last-child p{margin-top:14px;padding-top:15px;border-top:1px dotted #e6e6e6;font-family:'宋体';color:#888}
table.tbParam-sum th dl dd em{color:#888}
table.tbParam-sum td .carMsg{height:100px}
.carFn .tbParam th a{color:#777;width:160px;height:28px;line-height:28px;color:#333;border:1px solid #e9e9e9;margin-top:33px}
.carFn table th{padding-top:20px}
.box-hd{background:#0777dd;color:#fff;height:55px;line-height:55px}
.subnav li{float:left;text-align:center;width:112px;height:55px;line-height:55px}
.subnav li a{display:block;height:100%;line-height:inherit;font-size:18px;font-weight:400;color:#fff}
.subnav li.cur a,.subnav li:hover a{text-decoration:none;background:#06c}
.carselectBox{margin:22px auto 0;padding-bottom:24px}
.changeBot .ysSelect{width:180px}
.coms_k{padding-top:0}
.delCar{width:20px;background:#ddd;background-position:-58px -28px}
.delCar:hover{background-position:-58px -28px;background:#f70}
.delCar i,.delCar.on i{background-position:-58px -28px}
.cir-mark{color:#888;font-family:'宋体';font-weight:normal;}
table.tbParam-sum td .delCar{right:10px;top:-11px}
.tbParam-sum-active{height:auto}
.ysSelect .dis{/*!width: 148px;*/padding:0 24px 0 12px;height:100%;border:1px solid #e9e9e9;/*! line-height: 38px; */background:url(../images/sprite.png) right 0 no-repeat;box-sizing:border-box}
.ysSelect-open .dis{background-position-y:-40px}
.disable .dis{background-position-y:-80px}
.ysSelect .ysdrop{top:40px}
.sel-car-chose{width:110px;height:auto;font-size:14px}
.sel-car-chose .btn-show-car{width:108px;height:28px;line-height:28px;border:1px solid #e9e9e9}
.sel-car-chose .btn-show-car a:hover{background:0 0}
.sel-car-chose .btn-show-car.btn-show-active{border-color:#8be}
.sel-car-chose .btn-show-car a{width:100%;height:100%;border:none;text-decoration:none}
.sel-car-pos{position:absolute;width:908px;z-index:1;top:auto;bottom:25px;height:30px/*! overflow: hidden; */}
.sel-car-pos>li{width: 27.2%;margin-right:0}
.sel-car-pos2{width:908px;left:212px;top:120px}
.sel-car-pos2 li{width:25%;float:left;margin-right:0}
.sel-car-pos li .sel-car-chose{margin:0 auto;height:auto;background:0 0}
.sel-car-pos2 li .sel-car-chose{margin:0 auto}
.sel-car-chose .btn-show-car a i{/*!background: url(../images/sprite.png) -5px -241px no-repeat;*/padding:0 25px 0 14px;background:url(../images/sprite.png) right -9px no-repeat}
.sel-car-chose .btn-show-car.btn-show-active a i{background:url(../images/sprite.png) right -50px no-repeat}
.changeBot .forbidDrop{top:30px}
.sel-car-chose .lBtn,.sel-car-chose .rBtn{width:30px;height:30px;border:none;/*!background-image: url(../images/sprit.png);*//*!background: url(../images/sprite.png) 5px -209px no-repeat*/background:url(../images/sprite.png) 0 -241px no-repeat}
.sel-car-chose .rBtn{background-position:0 -273px}
.sel-car-chose .lBtn:hover{background-position:0 -177px}
.sel-car-chose .rBtn:hover{background-position:0 -209px/*!background: #eee url(../images/sprite.png) 5px -209px no-repeat*/}
.ysSelect .ysdrop{top:40px}
.ysdrop .let{border-top:1px solid #ddd}
.ysdrop-tag{text-indent:10px;color:#0777dd;height:38px;line-height:38px;font-size:14px;display:none}

.ysSelect .ysdrop,.ysSelect .ysdrop .option{width:100%/*! border-top: 0; *//*! border-right: 0; */}
.changeBot .cxing .ysdrop,.cxing .ysdrop{width:280px}
.cxing .ysdrop-tag{border-top:1px solid #ddd;border-right:1px solid #ddd;width:280px;background:#fff}
.ysdrop .option{/*! width: 156px; */width:100%}
.cx .option{width:100%/*! width: 180px; */}
.cxing .ysdrop .option{border-right:1px solid #ddd}
.cxing .option,.cxing .ysdrop{width:280px}
.ysdrop .option h3{height:30px;line-height:30px;color:#333;background:#f5f5f5}
.ysdrop .option a{height:24px;line-height:24px}
.ysSelect-open{border-color:#8be}
.ysSelect .ysdrop{/*! width: 180px; */margin-left:-1px}
.changeBot .forbidDrop{width:605px;z-index:9}
.changeBot .coms{width:190px}
.forbidDrop .coms{/*! width: 190px; */width:100%;float:left}
.changeBot .forbidDrop .coms{width:190px}
.coms_k{width:182px;margin:0 auto}
.ysdrop .let{position:absolute;left:0;/*! top: 38px; */top:-1px}
.brand .option{text-indent:24px}
.carFn .tbParam th .fwn{margin-right:13px; width:160px;}
.carFn table th{padding-top:0;padding-bottom: 0;;color:#888;}
.carFn .tbParam th a{color:#888;border:none}
.carFn .on td,.carFn .on th,.carFn .on th a{color:#f60}
.compare-config .on td,.compare-config .on th,.compare-config .trchange td,.compare-config .trchange th{background:#fffbf0}

.compare-config .trchange th{background-image:url(../images/ck1.png);background-repeat:no-repeat;background-position:20px center}
.compare-config .on th,.compare-config .on.trchange th{background-image:url(../images/ck2.png);background-position:20px center; background-repeat:no-repeat}
.compare-config .tbParam-top .trchange th{background-image:url(../images/sprite.png);background-position:21px -331px;background-repeat:no-repeat}
.compare-config .tbParam-top .on th,.compare-config .tbParam-top .on.trchange th{background-image:url(../images/sprite.png);background-position:16px -359px;background-repeat:no-repeat}
.sel-car-msg dl dt a{padding-top:5px}
.sel-car-msg dl dd,.sel-car-msg dl dt{text-align:left;color:#888}
.txt_blue{color:#0777dd}
.compare-config .on td .cir-mark{color:#f60}
.compare-config .trchange .cir-mark{color:#f60;background:#fffbf0}

.side-menu{width:107px;margin-top:-11.5px;left:-170px;top:433px}
.side-menu ul li{height:23px;margin-bottom:5px;width:95px;background:#f5f5f5; text-align: center; overflow: hidden}
.side-menu ul li a{width:100%;height:23px;line-height:23px}
.side-menu ul li.active{padding-right:22px;background:url(../images/sprit.png) no-repeat -60px -58px}
.side-menu ul li a,.side-menu ul li.active a{background:0 0/*!background: url(../images/sprit.png) no-repeat -60px -58px;*/}
.side-menu ul li a{color: #333333;}
.side-menu ul li.active a{color: white;}

.otherFun{padding:15px 0 0 0}
.print{background:#f8f8f8 url(../images/sprite.png) 4px -305px no-repeat;}
.print a{font-size: 12px}
.print a:hover{text-decoration:none}
.active .dropIconInfo,.open .dropIconInfo{background-position-y:-57px}
.dSubTit,.dmeTit{width: 1178px;}
.tb-main{margin-top:18px;border-top:1px solid #e9e9e9}
.show .query-how-pop{display:block}
.recommend-btn{display:block;width:180px;height:28px;line-height:28px;border:1px solid #e9e9e9;text-align:center;color:#333;background:#fff}
.recommend-btn:hover{color:#333}
.recommend-btn>i{padding:0 25px 0 14px;background:url(../images/sprite.png) right -9px no-repeat}
.show .recommend-btn>i{background:url(../images/sprite.png) right -50px no-repeat}
.show .recommend-btn{border-color:#8be}
.forbidDrop{/*! height: 211px; */}
.changeBot .forbidDrop{height:auto}
.recommend-wrapper{position:relative;width:180px;margin:0 auto}
.forbidDrop-cxing-list,.recommend-list{float:left;margin-top:-10px;margin-left:36px;line-height:38px;font-size:14px;color:#888;width:372px;text-align:left}
.recommend-list{display:none;position:absolute;margin:0;top:30px;left:0;box-shadow:0 0 3px #ddd;padding:0 15px 5px 15px;border:1px solid #ddd;background:#fff}
.recommend-wrapper.lay-right .recommend-list {left: auto;right: 0;}
.show .recommend-list{display:block}
.recommend-tit{display:block;font-size:20px;color:#333;line-height:60px;height:60px;border-bottom:1px solid #e9e9e9}
.forbidDrop-cxing-item,.recommend-item{display:block;color:#888}
.forbidDrop-cxing-item>span>i,.recommend-item>span>i{color:#333;padding-right:1em}
.forbidDrop-cxing-item>.txt_blue,.recommend-item>.txt_blue{float:right;color:#0777dd;}
.forbidDrop-cxing-item:hover,.recommend-item:hover{color:#888}
.forbidDrop-cxing-item:hover .txt_blue,.recommend-item:hover .txt_blue{color:#f70}
.tb-top{position:relative;height:auto;border-top:1px solid #e9e9e9;z-index:1}
.changeBot .forbidDrop{left:34px}

/*!评分星星*/
.tb-main{margin-top:0;border-top:none}

/* 免责声明 */
.smoke{ font-size:14px; color:#fa0;}
/* ====================== end ======================== */

/* 杨鹏新增样式 提出的行内样式 */
.Lasting1{
    /* 20200111 add */
    max-width: 175px;
    max-height: 160px;
}

.Lasting2{
    height:40px;
    display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical; height:40px; display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;
}

.Lasting3{
    height:50px; display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;
}

.Lasting4{
    min-height:320px; max-height:320px;
}

.Lasting5{
    max-width:114px;
}

.mt10{
    margin-top:10px;
}

.topClassTextLabel{
    min-width:60px; margin:10 auto; width:auto;word-wrap: break-word;word-break: break-all;overflow: hidden;
}

.displayTop{
    top: 54px;
}

.myMaxWidth{
    max-width:145px;
}

/* 原页面中提出来的 */

.widthPersent1{
    width: 85%;
}

.btnMobile{
    background:rgb(237,244,252);
}

.emptyDataImageDiv
{
    background-color:#fff;
    width:100%;
    height:auto;
    text-align:center;
    padding-top:10px;
}

.emptyDataImageDiv img
{
    width:50%;
    text-align:center;
    padding-top:10px;
}

.qrcode_lasting{
    width:90px;
    height:90px;
    border:2px solid #ffffff;
}

.productPdfDownload
{
    color:#fff;
}

#shares
{
    text-align:center;
    margin:0 auto;
    margin-top:5px;
}


/*列表页二维码*/
.xinghaochaxun .showcode {
    position:absolute;
    top:0;
    right:0;
    z-index:999;
    left:0;
    bottom:0;
}
.xinghaochaxun .codeicon{
    position:absolute;
    width:41px;
    top:0;
    right:0;
    z-index:999;
    cursor:pointer;
}
.xinghaochaxun .codeicon:hover ~ .codeblock {
    /*display:block;*/
    /*visibility: visible;*/
}
.xinghaochaxun .showcode>img {
    width:41px;
    max-height:100%;
    display:block;
}
.xinghaochaxun .codeblock {
    display:block;
    position:absolute;
    /*left:0;*/
    right:0;
    top:0;
    bottom:0;
    min-width: 38%;
    background:rgb(16, 154, 255, .95);
    /*display:none;*/
    z-index:999;
    visibility: hidden;
    display: flex;
    flex-wrap: wrap;
    pointer-events: none;
}
.xinghaochaxun .smallcode{
    margin:10px auto;
}
.xinghaochaxun .smallcodeimgblock{
    width:124px;
    height:124px;
    margin:0 auto 10px;
    background:#fff;
}
.xinghaochaxun .smallcodeimgblock img{
    display:block;
    width:100%;
    height:100%;
}
.xinghaochaxun .code-text{
    text-align:center;
    color:#fff;
    font-size:12px;
    line-height:1;
}

/*详情页二维码*/
.xinghaochaxun-showcode{
    position: relative;
}
.xinghaochaxun-showcode:hover .codeblock{
    display: block;
}
.xinghaochaxun-showcode .codeblock{
    width: 283px;
    height: 162px;
    background: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(13,13,13,0.15);
    text-align: center;
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
}
.xinghaochaxun-showcode .smallcode{
    display: inline-block;
    float: initial !important;
    margin-top: 10px;
}
.xinghaochaxun-showcode .smallcode:last-child{
    margin-left: 15px;
}
.xinghaochaxun-showcode .smallcode img{
    width: 120px;
    height: 120px;
}
.xinghaochaxun-showcode .code-text{
    font-size: 12px;
    color: #666;
    float: initial !important;
}
/*详情页弹窗*/
.m1{
	width:680px;
	height:370px;
	background:url(../images/pur.png);
	position:fixed;
	top:50%;
	left:50%;
	transform:translateX(-50%) translateY(-50%);
	-ms-transform::translateX(-50%) translateY(-50%);
	-moz-transform::translateX(-50%) translateY(-50%);
	-webkit-transform::translateX(-50%) translateY(-50%);
	-o-transform::translateX(-50%) translateY(-50%);
	z-index:1000;
}
.m1 .m1l{float:left;margin-left:65px;}
.m1 .m1l .tit1{
	margin-top:50px;
	height: 24px;
	font-size: 24px;
	font-family: Source Han Sans CN, Source Han Sans CN-Normal;
	font-weight: Normal;
	text-align: left;
	color: #ffffff;
}

.m1 .m1l .tit2{
	margin-top:20px;
	height: 32px;
	font-size: 20px;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	text-align: left;
	color: #ffffff;
}

.m1 .m1l .tit2 a{
	height: 32px;
	font-size: 32px;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: bold;
	text-align: left;
	color: #FFE644;
}
.m1 .m1l .bod dl,.m1 .m1l .bod dt,.m1 .m1l .bod dd{float:left}
.m1 .m1l .bod dl{margin-top:35px;}
.m1 .m1l .bod dt img{width:150px;height:150px;}
.m1 .m1l .bod dd{margin:0;margin-left:25px;}
.m1 .m1l .bod dd a{
	color:#393ED3;
	display:block;
	font-size:18px;
	font-weight:bold;
	width: 157px;
	height: 46px;
	line-height:46px;
	text-align:center;
	background: #ffffff;
	border-radius: 23px;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	margin-top:50px;
	text-decoration: none;
}
.m1 .m1r{float:right;font-size:26px;margin-top:10px;margin-right:30px;}
.m1 .m1r a{color:#fff;text-decoration: none;}

@media only screen and (max-width:600px) {
	.m1{width:80%;height:auto;padding-bottom:5px;}
	.m1 .m1l{margin-left:0;float:none;}
	.m1 .m1l .tit1{
		margin-top:20px;
		height:16px;
		font-size:16px;
		text-align:center;
	}
	.m1 .m1l .tit2{height:18px;line-height:18px;font-size:16px;text-align:center;}
	.m1 .m1l .tit2 a{height:18px;line-height:18px;font-size:16px;}
	.m1 .m1l .bod dl,.m1 .m1l .bod dt,.m1 .m1l .bod dd{float:none}
	.m1 .m1l .bod dl{margin-top:15px;text-align:center;}
	.m1 .m1l .bod dt img{width:150px;height:150px;}
	.m1 .m1l .bod dd{margin:0;margin-left:0px;}
	.m1 .m1l .bod dd a{margin:3px auto;}

	.m1 .m1r{float:right;font-size:26px;margin-top:5px;margin-right:10px;}
}

/*首页相关产品*/
.indexmodel{	
    background: #fff;	
	clear:both;
	width:90%;
	max-width:1600px;
	margin:0 auto;
	margin-top:10px;
}
.indexmodel .module-header {
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #E5E5E5;
    position: relative;
}
.indexmodel .module-header .module-title {
    font-size:17px;
    float: left;
    position: relative;
    margin-right: 40px;
    margin-bottom: -2px;
    border-bottom: 2px solid #d40300;
    color: #333;
    text-indent:10px;
}
.indexmodel .modellist{display:flex;flex-wrap:wrap;}
.indexmodel .modellist li{padding:3px 10px;}
.indexmodel .modellist a{color:#333;}
.indexmodel .modellist a:hover{color:#d40300;}
@media only screen and (max-width:768px) {
.indexmodel{width:100%}
}

/*footer*/
.foot {background:#333;margin-top:20px;}
.foot .mt {display:flex;width:90%;max-width:1600px;justify-content:space-between;margin:0 auto;}

.foot .dlist{}
.foot .dlist dt{
	font-size: 16px;
    color: #fff;
    height: 39px;
    line-height: 39px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    position: relative;
    margin-bottom: 20px;
	margin-top:20px;
}
.foot .dlist dt:before {content:'';position:absolute;width:31px;height:2px;background:#0087d1;left:0;bottom:0}
.foot .dlist dd{
	line-height: 41px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.foot .dlist dd a{color:#fff;}
.foot .dlist dd a:hover{color:#0087d1;}
.foot .dlist dd a i{color:#0087d1;padding-right:5px;}

.foot .dlist dd div {float:left;margin-right:10px;text-align:center;color:#f2f2f2;}
.foot .dlist dd div img{width:110px;height:110px;}

.foot .dlink dd {line-height:41px;}
.foot .dlink dd a{display:inline-flex;}
.foot .dlink dd i{font-size:26px;position:relative;top:8px;}

.foot .dbrand{}
.foot .dbrand .btxt{font-size:30px;line-height:60px;color:#fff;}

.foot .dlist2{width:20%;}
.foot .dlist2 dd{width:50%;float:left;}

.copyright {width:100%;text-align:center;background:#333;padding:20px 0 20px 0;font-size:14px;color:#fff;}
.copyright a {font-size:14px;color:#fff}
.copyright a:hover {color:#fff}

@media screen and (max-width:1024px){
    .foot .copyright {margin-top:50px}

    .foot .mt{display:block;overflow:hidden;}
    .foot .dlist{width:98%;float:left;padding-bottom:10px;margin-right:1%;}
    .foot .dbrand,.foot .dlink{width:98%;}
    .foot .dbrand dd{text-align:center;}

    .foot .dlist .dlist{width:49%;}
    .foot .dlist2{width:98%;}
    .foot .dlist dt{margin-top:20px;}
}
@media screen and (max-width:768px){
    .foot .mt{background-color:#333;}
	.copyright{margin-bottom:20px;}
	.intr_bottom {padding:0}
}/**
 * Swiper 6.7.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 1, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}@media only screen and (max-width:1024px) {
	.content{width:100%;}
	.mod_query{width:100%;}
	.mod_query .query_center{width:100%;}
	.mod_query .query_bottom{width:100%;}
	.mod_brand{width:100%}
	.mod_product{width:100%}

	.main-box02 .mod_product .product_list{
		width: 100%;
		margin: 13px auto;
	}
	.head_top{padding:0;}
	.head_center{padding:0;box-shadow:none;}

	.mod_product .product_right{width:100%}

	.list-screen{width:100%;}
	.mod_crumbs{margin:0}
}

@media only screen and (max-width: 768px) {
	.content{width:100%;}
	 #tab-3d{width:100%;}
	 #ctrl{transform: translateX(35%)!important;}
	/* 手机版页脚 */
	.ph_foot{
		display: block;
		margin-bottom: 50px;
		padding: 0 0 3%;
		background-color: #f6f6f6;
		text-align: center;
	}
	.ph_foot p{
		color: #8f92a3;
		font-size: 12px;
	}
	.ph_foot p a{
		color: #8f92a3;
		font-size: 12px;
	}

	/* 页头 */
	.header .head_top{
		display: none;
	}
	.header .head_center{
		padding: 0;
		box-shadow:none;
	}
	.header .head_center .head_nav{
		width: auto;
		float: right;
		margin-right: 10px;
		display: none; /*20200110*/
	}
	.header .head_center .head_nav .fenlei-hd{
		padding-left: 0;
		line-height: 48px;
	}
	.header .head_center .head_nav .fenlei-hd i{
		font-size: 25px;
	}
	.header .head_center .head_nav .fenlei-hd>span{
		display: none;
	}
	.header .head_center .head_nav .fenlei-hd .fa-angle-down{
		display: none;
	}
	.header .head_center .head_nav #classify-bd {
		left: -394px;
	}
	.header .head_center .head_search{
		/* position: absolute;
		top: 41px;
		line-height: 0;
		width: 100%;
		float: none;
		background-color: #f87506; */
		position: absolute;
		top: 6px;
		line-height: 0;
		width: 60%;
		float: none;
		/*background-color: #f87506;*/
		right:0;
		text-align:right;
	}
	.header .head_center .head_search input{
		padding: 0 0 0 1%;
		height:26px;
		line-height:26px;
		width: 74%;
	}
	.header .head_center .head_search input::placeholder {
		color: #999999;
		font-size: 12px;
	}
	.header .head_center .head_search .head_btn{
		border-radius: 0;
		vertical-align: 0.1px;
		height: 26px;
		border: 2px solid #fff;
		width:50px;
		border-radius: 0 5px 5px 0;
	}
	.header .head_center .head_logo{
		display: none;
	}
	.header .head_center .head_ewm{
		display: none;
	}
	.header .head_center .head_title{
		width: auto;
		line-height: 40px;  /*66->40 20200110*/
		font-size: 14px;
		color: white;
		display: block;
		float: left;
		/* margin-left: 20px; */
	}
	.header .head_center .head_title #head_title{
		font-size: 16px;
		margin-left: 10px;
	}
	.header .head_center .head_title i{
		vertical-align: sub;
		color: white;
		padding: 5px 10px;
	}
	.popup-cate{
		width: 100%;
		overflow: hidden auto;
	}
	.cate-detail-list{
		width: 100%;
	}
	.cate-detail-list ul{
		width: 100%;
	}
	/* end */

	/*================== 首页 ====================*/
	/* 内容 */
	/* 页头 */
	.contrast_box02 .header .head_center .head_logo{
		display: block;
		width: 44%;
		margin-left: 9%;
	}
	.head_logo_ph{
		width: 50%;
		float: left;
		display: none;  /*block->none  20200110*/
		margin-top: 2%;
		margin-left: 20%;
	}
	.head_logo_ph img{
		width: 80%;
		height: 80%;
	}
	/* end */

	/* 型号查询 */
	/*.main-box01 {margin-top:42px;}*/
	.main-box01 .mod_query{
		width: auto;
		box-shadow: none;
		border: none;
		padding: 0;
		margin:0 auto;
		background-image: none;
	}
	.main-box01 .mod_query .logo_box {
		display: block;
		text-align: center;
	}
	.main-box01 .mod_query .logo_box img{
		max-height:50px;
		vertical-align: middle;
	}
	.main-box01 .mod_query .query_top{
		 /*padding: 12px 6% 0 0;*/
		 padding-top:12px;
	}
	.main-box01 .mod_query .query_top .query_rtn {
		margin-top: 0;
		margin-right: 0;
		float:none;
		padding-left:10%;
	}
	.main-box01 .mod_query .query_top a{
		font-size:14px;
		padding:3px 10px;
	}
	.main-box01 .mod_query .query_center{
		padding: 0;
		float: left;
		width: 45%;
		margin-left: 3%;
		margin-top: 16px;
		margin-bottom: 0;
	}
	.main-box01 .mod_query .query_center .query_m {
		width: 100%;
		overflow: hidden;
		font-size: 12px;
		margin-bottom: 8px;
	}
	.main-box01 .mod_query .query_center .query_m input[type="text"] {
		width: 68%;
	}
	/* .main-box01 .mod_query .query_center .query_m input {
		width: 132px;
		height: 30px;
		margin-left: 10px;
		margin-bottom: 0;
		padding: 0;
	}
	.main-box01 .mod_query .query_center .query_rtn {
		line-height: 30px;
		margin-left: 19px;
	}
	.main-box01 .mod_query .query_center .query_rtn input {
		width: auto;
		height: auto;
	}
	.main-box01 .mod_query .query_center .query_rtn label {
		margin: 0;
		padding: 0;
		vertical-align: 3px;
	} */
	.main-box01 .mod_query .query_bottom{
		padding: 0;
		float: right;
		width: 45%;
		margin-right: 3%;
		margin-top: 16px;
		margin-bottom: 0;
	}
	.main-box01 .mod_query .query_btn .resetBtn
	{
		padding: 3px 5px;
		right: -55px;
		font-size: 14px;
		}

	.main-box01 .mod_query .query_bottom .query_smile{
		width: 100%;
		overflow: hidden;
		font-size: 12px;
		margin-bottom: 8px;
	}

	.main-box01 .mod_query .query_bottom .query_smile input[type="text"] {
		width: 68%;
	}

	/* .main-box01 .mod_query .query_bottom .query_rtn{
		color: #999999;
		width: 100%;
		margin: 0;
		text-align: center;
	}
	.main-box01 .mod_query .query_center label{
		vertical-align: 1px;
		margin-left: 7px;
		padding: 1.7% 3% 2%;
		font-size: 12px;
	}
	.main-box01 .mod_query .query_center input{
		height: 32px;
		width: 80%; 
		margin-bottom: 4px;
	} */
	/* .main-box01 .mod_query .query_center input::placeholder {
		font-size: 12px;
	}
	.main-box01 .mod_query .query_center select{
		height: 34px;
		width: 77.5%;
		margin-bottom: 4px;
	}
	.main-box01 .mod_query .query_bottom p.query_btn{
		width: 31%;
		padding: 0.8% 6%;
		margin-left: 4%;
	}
	.main-box01 .mod_query .query_bottom p .query_txt {
		height: 28px;
		width: 132px;
	} */
	/* end */

	/* 轴承品牌 */
	.main-box01 .mod_brand{
		width: auto;
		margin: 20px auto 0;
		display: none;
	}
	.main-box01 .mod_brand .swiper-container{
		height: 69px;
	}
	.main-box01 .mod_brand img{
		width: 100%;
		height: 100%;
	}
	.main-box01 .mod_brand .arrow-left{
		left: 1px;
		top: 52%;
		opacity: 0.6;
	}
	.main-box01 .mod_brand .arrow-right{
		right: 1px;
		top: 52%;
		opacity: 0.6;
	}
	/* end */

	/* 轴承产品列表 */
	.main-box01 .mod_product{
		width: 100%;
		margin: 8px auto 0;
	}
	.main-box01 .mod_product .ph_pagination 
	{
		display: block; 
	}
	.main-box01 .mod_product .product_left{
		width: 100%;
		margin: 8px auto;
	}
	.main-box01 .mod_product .product_left>ul{
		margin-bottom: 0;
		justify-content:space-around!important;
	}
	.main-box01 .mod_product .product_left>ul li{
		width: 46%;
		/*margin-left: 10px;*/
		margin-bottom: 10px;
	}
	.main-box01 .mod_product .product_left .product_page{
		display: none;
	}
	.main-box01 .mod_product .product_left .list_bottom .list_t{
		font-size: 12px;
	}
	.main-box01 .mod_product .product_top .fr{
		display: none;
	}
	.main-box01 .mod_product .product_top .ph_sort{
		float: right;
		display: none; /*20200110*/
	}
	.main-box01 .mod_product .product_top .ph_sort select{
		border: 0;
	}

	/* 广告栏 */
	.main-box01 .mod_product .product_right{
		display: none;
	}
	/* end */

	/* 底部(加载更多内容) */
	.main-box01 .mod_product .more{
		width: 30%;
		padding: 1% 0;
		margin: 0 auto;
		display: block;
		text-align: center;
		border-radius: 20px;
		background-color: #198ef7;
	}
	.main-box01 .mod_product .more a{
		font-size: 12px;
		color: white;
	}
	.main-box01 .mod_product .more p{
		font-size: 12px;
		color: white;
	}
	/* end */
	/*==================   end    ====================*/

	/*================== 商品列表页 ====================*/
	/* 内容 */
	/* 面包屑导航
	.main-box02 {
		margin-top: 40px;
	} */
	.main-box02 .mod_crumbs{
		display: none;
	}
	/* end */

	/* 相关搜索 */
	.main-box02 .mod_relevant{
		display: none;
	}
	/* end */

	/* 筛选 */
	.main-box02 .list-screen{
		display: none;
	}
	/* end */

	/* 轴承产品列表 */
	.main-box02 .mod_product{
		width: 100%;
		margin:0px auto 0;
	}
	.main-box02 .mod_product .ph_pagination {
		display: block;
	}
	/* 产品列表功能栏 */
	.main-box02 .mod_product .product_top{
		line-height: 20px;
		height:20px;
	}
	.main-box02 .mod_product .product_top p{
		font-size: 12px;
	}
	.main-box02 .mod_product .product_top .fr{
		display: none;
	}
	.main-box02 .mod_product .product_top .fr a{
		display: block;
	}
	.main-box02 .mod_product .product_top .fr a.cur{
		display: inline-block;
	}
	.main-box02 .mod_product .product_top .fr span{
		display: none;
	}
	.main-box02 .mod_product .product_top .add_page{
		display: none;
	}
	.main-box02 .mod_product .product_top .add_ico1{
		display: none;
		margin-right: 0;
		border-right: 0;
	}
	.main-box02 .mod_product .product_top .add_ico2{
		display: none;
		border: 0;
	}
	.main-box02 .mod_product .product_top .ph_sort{
		float: right;
		display: none;  /*inline-block->none 20200110*/
	}
	.main-box02 .mod_product .product_top .ph_sort select{
		border: 0;
	}
	/* end */

	/* 产品列表(左) */
	.main-box02 .mod_product .product_left{
		width: 100%;
		margin: 8px auto;
	}
	.main-box02 .mod_product .product_left .list{
		margin-bottom: 0;
		display: flex;
		justify-content: space-around;
	}
	.main-box02 .mod_product .product_left .list li{
		width: 46%;
		/*margin-left: 10px;*/
		margin-bottom: 10px;
	}
	.main-box02 .mod_product .product_left .product_page{
		display: none;
	}
	.main-box02 .mod_product .product_left .list_bottom .list_t{
		font-size: 12px;
	}
	/* end */

	/* 底部(加载更多内容) */
	.main-box02 .mod_product .more{
		width: 30%;
		padding: 1% 0;
		margin: 0 auto;
		display: block;
		text-align: center;
		border-radius: 20px;
		background-color: #198ef7;
	}
	.main-box02 .mod_product .more a{
		font-size: 12px;
		color: white;
	}
	.main-box02 .mod_product .more p{
		font-size: 12px;
		color: white;
	}
	/* end */

	/* 广告栏 */
	.main-box02 .mod_product .product_right{
		display: none;
	}
	/* end */

	/* 产品列表(左)(详情模式) */
	.main-box02 .mod_product .product_list{
		width: 100%;
		margin: 13px auto;
	}
	.main-box02 .mod_product .product_left .list>ul{
		margin-bottom: 0;
	}
	.main-box02 .mod_product .product_list .product_page{
		display: none;
	}
	.main-box02 .mod_product .product_list .list_top{
		width: 35%;
	}
	.main-box02 .mod_product .product_list .list_top .addToCompare{
		top: 76%;
		right: 3%;
	}
	.main-box02 .mod_product .product_list .list_top img{
		width: 100%;
		margin-top:0;
	}
	.main-box02 .mod_product .product_list .list_bottom{
		width: 65%;
	}
	.main-box02 .mod_product .product_list .list_bottom .list_img{
		width: 28%;
	}
	.main-box02 .mod_product .product_list .list_bottom .list_t{
		font-size: 14px;
		font-weight:bold;
		width: 63%;
	}
	.main-box02 .mod_product .product_list .list_bottom dl dt{
		width: 55%;
		font-size: 12px;
		margin-bottom: 0;
		display: none;
	}
	.main-box02 .mod_product .product_list .list_bottom dl dd{
		display: block; /*none->block 20200110*/
		font-size: 12px; /*20200110 增加*/
	}
	.main-box02 .mod_product .product_list .list_bottom .list_brand{
		margin-top: 5px;
	}
	.main-box02 .mod_product .product_list>ul li{
		border: 0;
	}
	.main-box02 .mod_product .product_list>ul li .pro_list{
		height: auto; /*20200110*/
		margin: 0 15px;  /*20200110 增加*/
	}
	/* end */
	/* end */
	/*==================   end    ====================*/

	/*================== 商品详情页 ====================*/
	/* 内容 */
	.main-box03{
	}
	.mt{
		width: 100%;
		background-color: white;
		/*margin-top: 40px;*/
	}
	/* 面包屑导航 */
	.detail-nav{
		/*display: none;*/
		width: 100%;
		text-indent:2px;
	}
	/* end */

	/* 商品展示 */
		.mt .mod_preview{
		width: 100%;
			padding-top:0;
			padding-left: 0;
	}
	.mt .mod_preview .fl{
		width: 100%;
		box-shadow: none;
		padding: 0;
	}
	.mt .right{
		display: none;
	}
		.mt .preview_show{
		width: 100%;
		height: auto;
		float: none;
		padding: 0;
	}
		.mt .preview_show .pro_show{
		width: auto;
		padding: 0 40px;
	}
		.mt.preview_show .tabs iframe{
		width: 100%;
		height: 100%;
	}
		.mt .preview_show .tabs #tab-1{
		height: 280px;
	}
		.mt.preview_show .tabs #tab-1 .pro_show {
		padding: 0 40px;
	}
		.mt .preview_show .tabs ul.horizontal{
		/*left: 32%;*/
		/*bottom: 4%;*/
	}
		.mt .preview_info{
		width: auto;
		float: none;
		padding: 1% 2% 1%;
	}
		.mt.preview_info .info_Tit{
		margin: 0;
		padding: 0 2%;
	}
		.mt .preview_info .info_ewm{
		display: none;
	}
		.mt .preview_info dl dt{
		padding: 2% 2%;
		font-size: 14px;
		font-weight: initial;
		display: none;
	}
	.mt .preview_info dl dd{
		padding: 2% 2%;
		font-size: 12px;
	}
	.mt .preview_info .info_func{
		display: none;
	}
	.mt .preview_info ul li button{
		padding: 5.5px 5px;
		font-size:12px;
	}
	.mt .preview_info ul .sure{
		padding: 8px 6px;
		font-size:12px;
	}
	.mt .left_table .td_first,
	.mt .main_table .td_first{
		width: 209px;
	}
	.mt .pmeter_table table th{
		width: 105px;
	}
	/* end */

	/* 商品资料 */
	.mt .mod_data{
		width: 100%;
		margin-bottom: 50px;
	}
	.mt .mod_data .data_details{
		width: 100%;
	}
	.mt .mod_data .data_details > div {
		border-top: 10px solid #f6f6f6;
	}
	.mt .mod_data .data_details .param-nav{
		display: none;
	}
	/* 产品型录 */
	.mt .mod_data .data_details .catalog_form .fl,
	.mt .mod_data .data_details .catalog_form .fr{
		width: 100%;
	}
	.mt .mod_data .data_details .catalog_form select{
		width: 250px;
		background-color: white;
	}
	.mt .mod_data .data_details .catalog_form #test1{
		width: 241px;
		height: 28px;
	}
	.mt .mod_data .data_details .catalog_form #butn1{
		left: 95%;
		top: 84%;
		width: 15px;
		height: 15px;
	}
	.catalog_form .fl p,
	.catalog_form .fr p{
		font-size: 12px;
	}
	.mt .mod_data .data_details .sub_tit {
		display: inline-block;
		color: #333333;
		font-weight: bold;
		border-bottom: 2px solid #666666;
		padding: 4px;
	}
	.mt .mod_data .data_details .data_pmeter{
		box-shadow: none;
		display: block;  /*20200107 xue*/
	}
	.mt  .data_catalog{
		box-shadow: none;
		display: none;  /*20200107 xue  移动端隐藏产品型录*/
	}
	.mt .mod_data .data_details .pmeter_table table .hd{
		font-size: 14px;
	}
	.mt .pmeter_table table th, .pmeter_table table th,
	.mt .pmeter_table table th, .pmeter_table table td
	{
		font-size: 12px;
	}
	.mt .table_content .left_table td,
	.mt .table_content .main_table td{
		font-size: 12px;
	}
	/* end */

	/* 产品介绍 */
	.mt .mod_data .data_details .data_intr{
		box-shadow: none;
	}
	.mt .mod_data .data_details .data_intr .intr_bottom{
		height: auto;
		width: auto;
	}
	.mt .mod_data .data_details .data_intr .intr_bottom img
	{
		max-width: 100%;    
	}
	.mt .mod_data .data_details .data_intr .intr_bottom .arrow-left02{
		top: 40%;
	}
	.mt .mod_data .data_details .data_intr .intr_bottom .arrow-right02{
		top: 40%;
	}
	.mt .mod_data .data_details .data_intr .intr_bottom .swiper-slide img{
	width: 88%;
	}
	/* end */

	/* 小标题 */
	.mt .mod_data .data_title{
			display: none;
		}
	/* end */

	/* 广告(右侧) */
	.mt .mod_data .product_right{
		display: none;
	}
	/* end */

	/* 联系厂商 */
	.mt .mod_data .data_about{
		box-shadow: none;
	}
	.mt .mod_data .data_about .about_down ul li{
		font-size: 12px;
	}
	/* end */

	/* 下载 */
	.mt .mod_data .data_download{
		display: block;
		box-shadow: none;
	}
	/* end */

	/* 天猫商铺 */
	.mt .mod_data .data_ol{
		display: none;
	}
	/* end */

	/* end */
	/* end */
	/*==================   end    ====================*/

	/*================== 商品对比页 ====================*/
	/* 页头 */
	.contrast_box01 .header .head_center .head_search{
		display: none;
	}
	/* end */

	/* 内容 */
	.main-box04{
		height: auto;
	}

	/* 标题 */
	.main-box04 .wraper_tit{
		display: none;
	}
	/* end */

	/* 对比 */
	.main-box04{
		overflow: auto;
	}
	.main-box04 .wraper{
		width: 1200px;
	}
	.main-box04 .wraper .doc{
		width: 100%;
		padding: 0;
	}
	.main-box04 .wraper .doc .dSubTit_pc,
	.main-box04 .wraper .doc .tbParam_pc{
		display: none;
	}
	.main-box04 .wraper .doc .dSubTit_ph,
	.main-box04 .wraper .doc .tbParam_ph{
		display: table;
	}

	.comparelist,
	.comparelist a{
		font-size: 12px;
	}

	.sel-car-msg a img,
	.sel-car-msg .d_ico,
	.sel-car-chose .lBtn,
	.sel-car-chose .rBtn,
	.recommend-wrapper,
	.thFst-content .thFst-btm,
	.carFn .tbParam th a.pBtn{
		display: none;
	}

	.carFn .tbParam td{
		font-size: 12px;
	}
	.carFn .tbTop td{
		vertical-align: middle;
	}

	.carselectBox{
		padding-bottom: 0;
	}
	.sel-car-msg dl dd{
		border: 1px solid #999;
		border-radius: 10px;
		padding: 15% 5%;
		background-color: white;
	}
	.sel-car-msg dl dd a{
		color: #3e5790;
	}

	.sel-car-msg dl dd a span{
		color: red;
	}

	.thFst-content .thFst-top{
		border: 0;
	}
	/* 侧边栏 */
	.main-box04 .wraper .side-menu{
		display: none;
	}
	/* end */

	/* 提示 */
	.smoke{
		color: #666666;
		text-align: center;
	}
	.rockedBtn{
		display: none;
	}
	/* end */

	/* 打印该页面 */
	.otherFun{
		display: none;
	}
	/*==================   end    ====================*/

	/* 页脚 */
	.footer{
		display: none;
	}
	/* end */

	/* 侧边栏 */
	.dis_side{
		display: block;
	}
	/* end */

	/* 虚拟按键 */
	.foot_info_met_11_3_22_bottom{
		display: block;
	}
	.main-box02 .mod_product .product_left>ul li .xinghaochaxun{display: none!important;}
    .codeicon{
        display: none!important;
    }
}

@media only screen and (max-width: 767px) {
	.main-box01 .mod_query .query_top a{
		padding:3px 3px;
	}
}

@media only screen and (max-width: 375px) {
    /* 页头 */
    .header .head_center .head_nav #classify-bd{
        left: -344px;
    }
    .head_logo_ph {
        margin-top: 3%;
        margin-left: 18%;
    }
    /* end */

	.header .head_center .head_search input{width:150px}

    /*================== 首页 ====================*/
    /* 内容 */
    /* 商品列表(左) */
    .main-box01 .mod_product .product_left>ul li{
        width: 46%;
        margin-left: 8px;
        margin-bottom: 8px;
    }
    .main-box01 .mod_product .product_left .list_top img{
        margin-top: 10px;
        width: 85%;
    }
    .main-box01 .mod_product .product_list .list_top img{
        margin-top: 19px;
    }
    .main-box01 .mod_product .product_list>ul li .pro_list .list_title img{
        width: 80%;
    }
    /* end */

    /* 型号查询 */
    .main-box01 .mod_query .query_top{
        padding: 12px 6% 0 0;
    }
    .main-box01 .mod_query .query_center label{
        padding: 2% 3% 2.3%;
    }
    .main-box01 .mod_query .query_center .query_m {
        /* margin-right: 0;
        padding-left: 10px;
        font-size: 12px;
        margin-left: 19px;
        margin-bottom: 4px; */
    }
    .main-box01 .mod_query .query_center .query_m input {
        /* width: 110px;
        height: 30px;
        margin-left: 10px;
        margin-bottom: 0;
        padding: 0; */
    }
    .main-box01 .mod_query .query_center .query_rtn {
        line-height: 30px;
        margin-left: 19px;
    }
    .main-box01 .mod_query .query_center .query_rtn input {
        width: auto;
        height: auto;
    }
    .main-box01 .mod_query .query_bottom p{
        /* margin-left: 19px;
        margin-right: 0px; */
    }
    .main-box01 .mod_query .query_bottom p .query_txt{
        width: 110px;  /*20200111*/
    }
    /* end */
    /* end */
    /*==================   end   ====================*/

    /*================== 商品列表页 ====================*/
    /* 内容 */
    /* 商品列表(左) */
    .main-box02 .mod_product .product_left>ul li{
        width: 46%;
        margin-left: 8px;
        margin-bottom: 8px;
    }
    .main-box02 .mod_product .product_left .list_top img{
        margin-top: 10px;
        width: 85%;
    }
    .main-box02 .mod_product .product_list .list_top img{
        margin-top: 19px;
    }
    .main-box02 .mod_product .product_list>ul li .pro_list .list_title img{
        width: 80%;
    }
    /* end */
    /* end */
    /*==================   end   ====================*/

    /*================== 商品详情页 ====================*/
    /* 内容 */
    /* 商品型录 */
    .mt .mod_data .data_details .catalog_form select{
        width: 154px;
    }
    .mt .mod_data .data_details .catalog_form #test1{
        width: 147px;
    }
    .mt .left_table .td_first,
    .mt .main_table .td_first{
        width: 150px;
    }
    .mt .mod_data .data_details .catalog_form #butn1{
        left: 82%;
    }
    .catalog_form .fl p,
    .catalog_form .fr p{
        width: 87%;
    }
    /* end */
    /* end */
    /*==================   end   ====================*/
}
@media only screen and (max-width: 360px) {
    /*================== 首页 ====================*/
    /* 内容 */
    /* 型号查询 */
    /* .main-box01 .mod_query .query_bottom p .query_txt{
        width: 113px;
    } */
    /* .main-box01 .mod_query .query_bottom p{
        margin-left: 15px;
    } */
    /* end */
    /* end */
    /*==================   end   ====================*/
}
@media only screen and (max-width: 320px) {
    /* 页头 */
    .header .head_center .head_nav #classify-bd{
        left: -289px;
    }
    .popup-cate{
        width: 71%;
    }
    .head_logo_ph {
        margin-left: 16%;
        margin-top: 4%;
    }
    /* end */
    /*================== 首页 ====================*/
    /* 内容 */
    /* 型号查询 */
    .main-box01 .mod_query .query_center label{
        padding: 2% 3% 2.7%;
        vertical-align: 2px;
    }
    /* .main-box01 .mod_query .query_center .query_m {
        margin-left: 12px;
    }
    .main-box01 .mod_query .query_center .query_m input {
        width: 95px;
    } */
    .main-box01 .mod_query .query_top{
        padding: 25px 6% 0 0;
    }
    .main-box01 .mod_query .query_top .query_rtn {
        margin-left: 10px;
    }
    /* .main-box01 .mod_query .query_bottom p{
        margin-left: 12px;  
    } */
    /* .main-box01 .mod_query .query_bottom p .query_txt{
        width: 95px; 
    } */
    /* end */
    /* end */
    /*==================   end   ====================*/

    /*================== 商品详情页 ====================*/
    /* 内容 */
    /* 商品展示(左) */
    .mt .preview_show .tabs #tab-1{
        height: 370px;
    }
    .mt .preview_show .tabs #tab-2,
    .mt .preview_show .tabs #tab-3{
        padding-top: 27px;
    }
    .mt .preview_show .tabs ul.horizontal{
        left: 27%;
        bottom: 8%;
    }
    /* end */

    /* 商品展示(右) 底部按钮 */
    .mt .preview_info ul li button{
        padding: 2px 2px;
        font-size:12px;
    }
    .mt .preview_info ul .sure{
        padding: 5px 2px;
        font-size:12px;
    }
    /* end */

    /* 商品型录 */
    .mt .mod_data .data_details .catalog_form #butn1{
        left: 89%;
    }
    .catalog_form .fl p,
    .catalog_form .fr p{
        width: 95%;
    }
    /* end */
    /* end */
    /*==================   end   ====================*/
}
