﻿#banner {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

#banner .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 12px;
    height: 12px;
}

#banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #1b8be9;
}

#banner .arrow-left,
#banner .arrow-right {
    position: absolute;
    top: 50%;
    margin-top: -31px;
    z-index: 2;
    cursor: pointer;
    background: none;
    width: 32px;
    height: 62px;


}
ul{ padding: 0; }
.contact_info{
    position: fixed;
    background: #fff;
    top: 50%;
    left: 50%;
    margin-left: -190px;
    margin-top: -100px;
    border: 1px solid #666;
    padding: 30px 60px 40px;
    font-size: 18px;
    z-index: 9999;
}
.contact_info p {
    text-indent: 2em;
}
.contact_info h4 {
    font-size: 18px;
	font-weight: normal;
	line-height:40px;
}
.contact_close{
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 15px;
}
@media(max-width: 500px){
  .contact_info{ width: 94%; margin-left: -47%; padding: 50px 0px 50px 35px; }
}

#banner .arrow-right {
    right: 25px
}

#banner .arrow-left {
    left: 25px
}


#banner .pagination{
  position: absolute;
  margin: 0 auto;
  bottom: 25px;left: 48%;
  z-index: 9;
  display: block;
}
#banner .pagination span{
  margin-right: 20px;
  display: inline-block;
  width: 13px;height: 12px;
  background: url(http://www.epson.com.cn//common/Style/images/pageIcon.png) no-repeat 0 0;
  z-index: 11;
  cursor: pointer;
}
#banner .pagination span.swiper-pagination-bullet{
  background: url(http://www.epson.com.cn//common/Style/images/pageIcon.png) no-repeat 0 0;
  opacity: 1 !important;

}
#banner .pagination span.swiper-active-switch{
  background: url(http://www.epson.com.cn//common/Style/images/pageIcon_active.png) no-repeat 0 0;
}
#banner .pagination span.swiper-pagination-bullet-active{
  background: url(http://www.epson.com.cn//common/Style/images/pageIcon_active.png) no-repeat 0 0;
}



#banner .img{ display: block; }
#banner .img_pad{ display: none; }
#banner .img_m{ display: none; }

@media(max-width: 1100px){
   #banner .img{ display: none; }
    #banner .img_pad{ display: block; }
    #banner .img_m{ display: none; } 
}
@media(max-width: 992px){
   #banner .img{ display: none; }
    #banner .img_pad{ display: none; }
    #banner .img_m{ display: block; } 
}


.prodInfoWrapper .prodCateLeft,.prodInfoWrapper .prodCateLeft .cateInfo{
  width: 100%;
  height: auto;
  font-size: 15px;
  line-height: 40px;
  font-weight:bold;
}
.prodInfoWrapper .prodCateLeft .cateInfo{
  padding-top:8px;
  border-top:2px solid #dadada;
}
.prodInfoWrapper .prodCateLeft{
  width: 100%;
  padding: 0 15px;
}
.prodInfoWrapper .prodCateLeft .prodSearch {
     width: 36%;
     height: 40px;
     margin:0 auto 10px;
     position: relative;
     background: url(../images/newtext.png) no-repeat center right #0086ef;
     overflow: hidden;
 }
 .prodInfoWrapper .prodCateLeft .prodSearch .searchBg {
     width: 100%;
     height: 31px;
     margin-top: 4px;
     cursor: pointer;
 }
 .prodInfoWrapper .prodCateLeft .prodSearch input {
     position: absolute;
     top: 4px;
     left: 4px;
     width: calc(100% - 44px);
     height: 32px;
     padding: 0 10px;
     border: none;
     line-height: 32px;
     font-size: 14px;
     color: #9b9c9c;
 }
.prodInfoWrapper .prodCateLeft .titleOut{
  background: #505050;
  color: #ffffff;
  text-indent: 15px;
  display:none;
}
.prodInfoWrapper .prodCateLeft .section{
  border-bottom:1px solid #dadada;
}
.prodInfoWrapper .prodCateLeft .section_1{
  margin-top:10px;
  border-top: 1px solid #dadada;
}
.prodInfoWrapper .prodCateLeft .titleIn{
  color: #525252;
  text-indent: 14px;
  width:16%;
  float:left;
  font-weight:bold;
  background: #f3f3f3;
}
.prodInfoWrapper .prodCateLeft .According{
  float:right;
  width:130px;
}
.prodInfoWrapper .prodCateLeft .According span{
  display:inline-block;
  width:50px;
  height:32px;
  vertical-align: middle;
  text-align:center;
  font-size:14px;
  font-weight:normal;
  line-height:32px;
  cursor:pointer;
  color:#6d6d6d;
  margin-right:10px;
}
.prodInfoWrapper .prodCateLeft .According span.pack_up{
  display:none;
  color:#0989ec;
  background:url(/common/Style/images/screeningUp.jpg)no-repeat right center;
   padding-right:10px;
}
.prodInfoWrapper .prodCateLeft .According span.multi_select{
  border:1px solid #6d6d6d;
}
.prodInfoWrapper .prodCateLeft .According span.more_more{
   background:url(/common/Style/images/screeningAn.jpg)no-repeat right center;
   padding-right:10px;
   display:none;
}
.prodInfoWrapper .prodCateLeft ul{
  width: 65%;
  border-left: 1px solid #dadada;
  font-size: 14px;
  float:left;
  height:40px;
  overflow:hidden;
}
.prodInfoWrapper .prodCateLeft ul li{
  position: relative;
  padding-left: 25px;
  padding-right:25px;
  display: table;
  min-height: 40px;
  float:left;
  color:#4d4d4d;
  font-weight:normal;
  cursor:pointer;
}
.prodInfoWrapper .prodCateLeft ul.current li:after{
  content: url(../images/radio.png);
  position: absolute;
  right: 0;
  bottom: -4px;
}
.prodInfoWrapper .prodCateLeft ul li.active{
  color: #0989ec;
}
.prodInfoWrapper .prodCateLeft ul.current li.active:after{
  content: url(../images/radio_active.png);
  position: absolute;
  right: 0;
  bottom: -4px;
}

.prodInfoWrapper .prodCateRight{
  width: 100%;padding: 8px 15px 0;
}
.prodInfoWrapper .prodCateRight .CateNames{
  width: 100%;height: 45px;
  border-bottom:2px solid #c3c3c3;  
}
.prodInfoWrapper .prodCateRight .CateNames > div{
  width: 33%;
  margin-right: 0.5%;
  text-indent: 15px;
  line-height: 40px;
  float: left;
  color: #fff;
  background: #9b9c9c;
}
.prodInfoWrapper .prodCateRight .CateNames .select_box{
  position: relative;
  cursor: pointer;
  z-index: 10;
}
.prodInfoWrapper .prodCateRight .CateNames .select_txt{
  font-size: 18px;
}
.prodInfoWrapper .prodCateRight .CateNames .select_box .option{
  width: 100%;
  border-left: 1px solid #bcbdbd;
  border-right: 1px solid #bcbdbd;
  border-bottom: 1px solid #bcbdbd;
  position: absolute;
  overflow: hidden;
  font-size: 14px;
  display: none;
}
.prodInfoWrapper .prodCateRight .CateNames .cpbj .option{
  min-width: 370px;
  width: 100%;
  border:none;
}
.prodInfoWrapper .prodCateRight .CateNames .plfs .option,
.prodInfoWrapper .prodCateRight .CateNames .xscp .option{
    max-height: 250px;
    overflow-y: auto;
}
.prodInfoWrapper .prodCateRight .CateNames .select_box .option a{
  display: block;
  background: #bcbdbd;
  font-size: 18px;
}
.prodInfoWrapper .prodCateRight .CateNames .select_box .option a:hover{
  color: #0989ec;
}
.prodInfoWrapper .prodCateRight .CateNames .icon{
   display: inline-block;
   width: 24px;height: 23px;
   float: right;
   margin-right: 15px;
   margin-top: 8px;
   background: url(../images/nameIcon.png) no-repeat 0 0;
}
.prodInfoWrapper .prodCateRight .CateNames >div.cpbj{
  background: #505050;
}
.prodInfoWrapper .prodCateRight .CateNames >div.xscp{
  margin: 0;
}
.prodInfoWrapper .prodCateRight .cpbjList{
  width: 370px;
  background: #095b9e;
  padding: 0;
  display: none;


}
.prodInfoWrapper .prodCateRight .cpbjList li{
  overflow: hidden;
  background: url(/common/Style/images/products/seleBg.png) no-repeat 0 bottom;
}
.prodInfoWrapper .prodCateRight .cpbjList li .prod{
  float: left;
}
.prodInfoWrapper .prodCateRight .cpbjList li .prod img{
  width: 160px;
  margin-left: 20px;
}
.prodInfoWrapper .prodCateRight .cpbjList li .txt{
  float: left;
  margin-left: 25px;
}
.prodInfoWrapper .prodCateRight .cpbjList li strong{
  max-width: 146px;
  text-indent: 0;
  display: block;
  font-size: 18px;
  margin-top: 25px;
  font-weight: normal;
  line-height: 20px;
  padding-bottom: 6px;
  padding-top: 3px;
}
.prodInfoWrapper .prodCateRight .cpbjList li a{
  display: block;
  text-decoration: none;
  text-align: center;
  color: #1b8be9;
  font-size: 15px!important;
  line-height: 20px;
  padding: 5px 10px;
  text-indent: 0;
  background: #ffffff!important;
}
.prodInfoWrapper .prodCateRight .cpbjList img{
  display: block;
  float: left;
}
.prodInfoWrapper .prodCateRight .cpbjList li.doit{
  font-size: 18px;
  padding-top:0;
  text-align: center;
  background: rgb(155, 156, 156);
  color: #ffffff;
  cursor: default;
}
.prodInfoWrapper .prodCateRight .cpbjList li.disabled{
  cursor: pointer;
  background: none;
}
.prodInfoWrapper .prodCateRight .allProds ul {
     padding-bottom: 40px;
     overflow: hidden; 
 }
 .prodInfoWrapper .prodCateRight .allProds ul li {
     width: 25%;
     float: left;
     padding-right: 5px;
     padding: 40px 15px;
     border-bottom: 1px solid #e0e0e0;  display: inline-table;
 }
 .prodInfoWrapper .prodCateRight .allProds ul li.product-new:before {
  position: absolute;
  content: ' ';
  display: block;
  width: 86px;
  height: 86px;
  /* background: url('../images/product-new.png') no-repeat; */
  z-index: 1;
 }

 .prodInfoWrapper .prodCateRight .allProds ul li:after, .prodInfoWrapper .prodCateRight .allProds ul li:after{content:".";display:block;height:0;clear:both;visibility:hidden}
 .prodInfoWrapper .prodCateRight .allProds ul li{*+height:1%;}
 .prodInfoWrapper .prodCateRight .allProds ul li a{
      display: block;
 }
 .prodInfoWrapper .prodCateRight .allProds li img,
 .prodInfoWrapper .prodCateRight .allProds li>h2,
 .prodInfoWrapper .prodCateRight .allProds li>p {
     width: 100%;
     margin: 0 auto;
     position: relative;
     clear: both;
 }
 .prodInfoWrapper .prodCateRight .allProds li>a.add {

 }

 /*.prodInfoWrapper .prodCateRight .allProds li>img{
  height: 198px;
}*/
 .prodInfoWrapper .prodCateRight .allProds li>h3{
      width: 100%;
    margin: 0 auto;
    position: relative;
    clear: both;
 }
 .prodInfoWrapper .prodCateRight .allProds h2 {
     font-size: 18px;
     font-weight: normal;
     line-height: 20px;
 }
 .prodInfoWrapper .prodCateRight .allProds h2 a {
     color: #252525;
 }
 .prodInfoWrapper .prodCateRight .allProds h3 {
     font-size: 18px;
     font-weight: normal;
     line-height: 20px;
 }
 .prodInfoWrapper .prodCateRight .allProds h3 a {
     color: #252525;
 }

 .prodInfoWrapper .prodCateRight .allProds .smalltxt {
     font-size: 14px;
     line-height: 22px;
     color: #727272;
 }
 .prodInfoWrapper .prodCateRight .allProds .money {
     font-size: 14px;
     line-height: 30px;
     color: #232627; 
     padding-left: 0px; 
     display: inline;
     float: left;
     width: 15em;
 }
 .prodInfoWrapper .prodCateRight .allProds .money a {
     color: #505050;
     float: right;
 }
 .prodInfoWrapper .prodCateRight .allProds .more{
     display: block;
     width: 140px;
     height: 30px;
     font-size: 14px;
     color: #fff;
     text-indent: 10px;
     line-height: 30px;
     background: url("../images/search.png") no-repeat 0 0;
     float: left;
     margin-left: 4px;
 }
 .prodInfoWrapper .prodCateRight .allProds .bug {
     display: block;
     width: 40%;
     font-size: 14px;
     line-height: 30px;
     background: #0989ec;
     color: #ffffff;
     text-align: center;
     float: left;
 }
 .prodInfoWrapper .prodCateRight .allProds .qd {
     display: block;
     background: #9b9c9c;
     position: absolute;
     top: 30px;
     display: none;
     left: 0;
 }
 .prodInfoWrapper .prodCateRight .allProds .qd>a {
     display: block;
     color: #fff;
     text-indent: 12px;
     padding-right: 12px;
     font-size: 15px;
     line-height: 22px;
 }
 .prodInfoWrapper .prodCateRight .allProds .qd>a:hover {
     color: #0989ec;
 }
 .prodInfoWrapper .prodCateRight .allProds .add {
     display: block;
     color: #0989ec;
     font-size: 12px;
     line-height: 30px;
     float: left;
     padding-right: 13px;
 }
 .prodInfoWrapper .prodCateRight .allProds .add em {
     float: right;
     margin-right: 10px;
 }
 .prodInfoWrapper .allProds .pageNum {
     width: 100%;
     padding-top: 20px;
     padding-bottom: 60px;
     text-align: center;
 }
 .prodInfoWrapper .allProds .pageNum .pagination{
  display: inline-block; padding: 0;
  margin: 0 auto;
  overflow: hidden;
 }
 .prodInfoWrapper .allProds .pageNum .pagination li{ 
  display: block;
  width: 28px;
  height: 25px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  color: #717171;
  float: left;
  margin-right: 5px;
  cursor: pointer; padding: 0px; margin:10px;
 }
 .prodInfoWrapper .allProds .pageNum .pagination li.active span{ 
  background: #0989ec!important;
  color: #ffffff;
 }
 .prodInfoWrapper .allProds .pageNum .num {
     display: inline-block;
     /*width: 485px;*/
     margin: 0 auto;
     overflow: hidden;
 }
 .prodInfoWrapper .allProds .pageNum  span {
     /* display: block;
     width: 28px;
     height: 25px;
     background: #1A5FAA;
     text-align: center;
     font-size: 12px;
     line-height: 25px;
     color: #717171;
     float: left;
     margin-right: 5px;
     cursor: pointer; */
 }
 .prodInfoWrapper .allProds .pageNum span.active {
     width: 26px;
     background: #0989ec;
     color: #ffffff;
 }
 .prodInfoWrapper .allProds .pageNum span.left {
     background: url(/common/Style/images/page_left.png) no-repeat 0 0;
 }
 .prodInfoWrapper .allProds .pageNum span.right {
     background: url(/common/Style/images/page_right.png) no-repeat 0 0;
 }


/*related css*/
 
 .related {
    width: 100%;
     margin: 0 auto;
     padding: 15px;
     margin: 20px 0;
     background: #505050;
     color: #ffffff;
     display: table;
 }
 .related .txtbox,
 .related .imgbox {
     float: left;
     vertical-align: top;
     position: relative;
     padding-left: 20px;
 }
  .related .txtbox{
    width: 40%;
  }
 .related .imgboxWrapper{
    display: inline-block;
 }
 .related .imgbox {
     width: 30%;
     padding-left: 20px;
 }
 .imgbox img{ width: 100%; }
 .related .imgbox:first-child {
  padding-left: 0;
 }
 .related .imgbox .img_pc{
  display: block;
 }
 .related .imgbox .img_pad,.related .imgbox .img_mobile{
  display: none;
 }
 .related .imgbox_pad,.related .imgbox_m{
  display: none;
}
 .related .imgbox span {
     line-height: 30px;
     font-size: 14px;
     padding-right:58px;
     display: inline-block;
 }
 .related .imgbox>img {
     width: 100%;
     display: block;
 }
 .related .imgbox a {
     line-height: 30px;
     color: #fff;
     font-size: 12px;
     /*float: right;*/
 }
 .related .first {
    /* width: 65%; */
}
 .related h2 {
     font-size: 24px;
     line-height: 30px;
     margin-top: 0;
 }
 .related ul {
     /*width: 325px;*/
     margin-top: 10px;
     padding-left: 15px;
 }
 .related ul li {
     font-size: 14px;
     line-height: 25px;
     list-style-type: disc;
 }
 .related ul li a {
     color: #ffffff;

 }
 #pullUp {
     display: none;
 }
.listView{
  position: relative;
}
.listView .filterTool {
    border: 1px solid #c5c5c5;
    margin-bottom: 20px;
}

.listView .filterTool>div {
    font-size: 0;
}

.listView .filterTool>div:nth-child(2n-1) {
    background: #fafafa;
}

.listView .filterTool h3 {
    display: inline-block;
    width: 110px;
    float: left;
    margin: 0px;
    padding: 13px;
    text-align: left;
    font-size: 16px;
    color: #0989ec;
    line-height: 1.5em;
    min-height: 50px;
    white-space: nowrap;
}

.listView .filterTool ul {
    margin: 0 0 0 110px;
    padding: 0;
    list-style: none;
}

.listView .filterTool ul li {
    display: inline-block;
    padding: 15px 5%;
    font-size: 16px;
    color: #989898;
    text-align: center;
}

.listView .filterTool ul li.active {
    color: #0989ec;
}

.listView .filterTool ul li:last-child {
    border-bottom-color: transparent;
}
@media (min-width: 1026px) {
    .listView .filterTool {
        /*position: absolute;*/
        float: left;
        width: 24%;
        border: 1px solid #c5c5c5;
    }
    .listView .filterTool>div:nth-child(2n-1) {
        background: transparent;
    }
    .listView .filterTool h3 {
        display: block;
        float: none;
        width: auto;
        margin: 0px;
        padding: 13px 0;
        background: #fafafa;
        text-align: center;
    }
    .listView .filterTool ul {
        margin: 0 18px;
        padding: 0;
        list-style: none;
    }
    .listView .filterTool ul li {
        display: block;
        border-bottom: 1px solid #cbcbcb;
        padding: 15px 10px 15px 0;
        font-size: 16px;
        color: #989898;
        text-align: center;
        background: url("/resource/images/wearable/icon-unselected.png") 95% 50% no-repeat;
    }
    .listView .filterTool ul li.active {
        background-image: url("/resource/images/wearable/icon-selected.png");
    }
    .listView .filterTool ul li:last-child {
        border-bottom-color: transparent;
    }
}
@media screen and (max-width: 900px){
    .middleNavWrapper {
        display: none;
    }
    .prodInfoWrapper {
        width: 90% !important;
    }
    .prodInfoWrapper .prodCateLeft .cateMobileBox{
      width: calc(100% + 20px);
      margin-left: -10px;
      background: #fff;
    }
    .prodInfoWrapper .prodCateLeft .cateInfo .section{
      padding: 0 10px;
    }
    .prodInfoWrapper .prodCateLeft ul li:after{
      right: 15px;
    }
    .prodInfoWrapper .prodCateLeft ul li{ padding-right: 20px;  }

    .prodInfoWrapper .prodCateRight .allProds ul li.product-new:before {
      background-size: 60%;
    }
}

























.middleNavWrapper {
    background: #FFF;
    overflow: hidden;
    margin: 20px 0px;
}

.middleNav {
    margin: 0;
    padding: 0
}

.middleNavWrapper .middleNav .middleNav {
    float: left;
    color: #757575;
    font-size: 16px;
    font-family: Arial,  "黑体", sans-serif;
}

.middleNavWrapper .middleNav .middleNav_active {
    color: #0c0c0c;
}

.inside_ban img {
    width: 100%
}

.formain {
    margin: 20px auto;
}

.tabView {
    position: relative;
    font-size: 16px;
    margin-bottom: 20px;
}

.tabView .tab-head {
    margin: 0;
    padding: 0 18px;
    background-size: cover;
    font-size: 14px;
}

.tabView .tab-head span {
    display: block;
    margin: 0 auto;
    padding: 18px 0;
    text-align: center;
}

.tabView .tab-head img {
    margin-right: 10px;
}

.tabView .tab-content {
    padding: 35px;
    font-size: 16px;
    line-height: 1.5em;
    display: none;
}
.tabView .tab-content img.brand {
    margin-bottom: 10px;
}

.tabView .tab-head.active span {
    border-bottom: 1px solid #758ca2;
}

.tabView .tab-head.active+.tab-content {
    display: block;
    background-size: cover;
}

.listView {
    position: relative;
}

.listView .filterTool {
    border: 1px solid #c5c5c5;
    margin-bottom: 20px;
}

.listView .filterTool>div {
    font-size: 0;
}

.listView .filterTool>div:nth-child(2n-1) {
    background: #fafafa;
}

.listView .filterTool h3 {
    display: inline-block;
    width: 110px;
    float: left;
    margin: 0px;
    padding: 13px;
    text-align: left;
    font-size: 16px;
    color: #0989ec;
    line-height: 1.5em;
    min-height: 50px;
    white-space: nowrap;
}

.listView .filterTool ul {
    margin: 0 0 0 110px;
    padding: 0;
    list-style: none;
}

.listView .filterTool ul li {
    display: inline-block;
    padding: 15px 5%;
    font-size: 16px;
    color: #989898;
    text-align: center;
}

.listView .filterTool ul li.active {
    color: #0989ec;
}

.listView .filterTool ul li:last-child {
    border-bottom-color: transparent;
}

.listView .show-list {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
}

.listView .show-list .item {
    text-align: center;
}

.listView .show-list .item .item-img {
    background: #fafafa;
}

.listView .show-list .item h3 {
    font-size: 18px;
    color: #040000;
    min-height: 40px;
    /*margin: 0 auto;*/
}
.listView .show-list .item h3 a{
    color: #252525;
}

.listView .show-list .item a.add {
    margin-bottom: 10px;
    font-size: 12px;
    color: #0989ec;
}

.listView .show-list .item a.btn {
    float: none;
    border-radius: 0;
    font-size: 14px;
    color: white;
    line-height: 1em;
    padding: 8px 10px;
    border: 0;
}

.listView .show-list .item a.btn.buy {
    position: relative;
    background: #0989ec;
}

.listView .show-list .item a.btn.more .glyphicon {
    position: absolute;
    top: 0;
    right: 0;
    display: table-cell;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #dadada;
    font-size: 12px;
    color: #666;
    line-height: 30px;
}

.listView .show-list .item a.btn.more {
    padding-right: 40px;
    background: #9b9c9c;
}

.listView .show-list .item .btn-group {
    display: block;
    margin: 10px 0;
}

.listView .show-list .item .qd {
    display: block;
    background: #9b9c9c;
    position: absolute;
    top: 30px;
    display: none;
    /*margin-left: 8px;*/
    z-index: 9;
    width: auto !important;
    text-align: left !important;
}

.listView .show-list .item .qd>a {
    display: block;
    color: #fff;
    text-indent: 12px;
    padding-right: 12px;
    font-size: 15px;
    line-height: 22px;
}

.listView .show-list .topDropdown {
    /*overflow: hidden;*/
    min-height: 45px;
    height: 45px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 2px solid #c3c3c3;
}

.listView .show-list .topDropdown .row {
    margin-left: -5px;
    margin-right: -5px;
}

.listView .show-list .topDropdown .selection {
    padding-left: 5px;
    padding-right: 5px;
}

.listView .show-list .topDropdown .selection .dropdown {
    position: relative;
}

.listView .show-list .topDropdown .selection .head {
    cursor: pointer;
    padding: 5px 10px;
    font-size: 18px;
    color: white;
    background: #9b9c9c url('/common/Style/images/nameIcon.png') 97% 50% no-repeat;
}

.listView .show-list .topDropdown .selection.compare .head {
    background-color: rgb(80, 80, 80);
}

.listView .show-list .topDropdown .selection ul {
    position: absolute;
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    z-index: 999;
}

.listView .show-list .topDropdown .selection.expend ul {
    display: block;
}

.listView .show-list .topDropdown .selection ul li {
    background: #bcbdbd;
    overflow: hidden;
}

.listView .show-list .topDropdown .selection ul li a {
    display: block;
    width: 100%;
    float: left;
}

.listView .show-list .topDropdown .selection.compare ul li {
    background: url('/common/Style/images/products/seleBg.png') no-repeat;
    background-size: cover;
}

.listView .show-list .topDropdown .selection.compare ul li:last-child {
    background-image: none;
    background-color: rgb(155, 156, 156);
    text-align: center;
    font-size: 16px;
    line-height: 2em;
    color: white;
    cursor: pointer;
}

.listView .show-list .topDropdown .selection.compare ul li .pImg {
    display: none;
}

.listView .show-list .topDropdown .selection.compare ul li .pInfo {
    width: 100%;
    padding: 20px;
}

.listView .show-list .topDropdown .selection.compare ul li .pInfo .title {
    font-size: 14px;
    color: white;
}

.listView .show-list .topDropdown .selection.compare ul li .pInfo button {
    margin-top: 10px;
    background-color: white;
}

.wearable-detail .section {
    padding-top: 25px;
    padding-bottom: 25px;
}

.wearable-detail h4.title {
    font-size: 22px;
}

.wearable-detail .product-image .swiper-wrapper {
    transition-duration: .5s;
}

.wearable-detail .product-image {
    position: relative;
    margin: 0 50px;
    background: #fafafa;
}

.wearable-detail .product-image .arrow_right,
.wearable-detail .product-image .arrow_left {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    z-index: 2;
    cursor: pointer;
}

.wearable-detail .product-image .arrow_right {
    right: -50px;
}

.wearable-detail .product-image .arrow_left {
    left: -50px
}

.wearable-detail .product-image-thumnail {
    position: relative;
    margin: 50px 30px;
    padding: 0;
    text-align: center;
}

.wearable-detail .product-image-thumnail .thumnail_arrow_right,
.wearable-detail .product-image-thumnail .thumnail_arrow_left {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    z-index: 2;
    cursor: pointer;
}

.wearable-detail .product-image-thumnail .thumnail_arrow_right {
    right: -50px;
}

.wearable-detail .product-image-thumnail .thumnail_arrow_left {
    left: -50px
}

.wearable-detail .product-image-thumnail .swiper-button-disabled {
    display: none;
}

.wearable-detail .product-image-thumnail .thumnail {
    display: inline-block;
    width: 20%;
    font-size: 0;
    background: #fafafa;
    border: 1px solid #d9d9d9;
}

.wearable-detail .product-image-thumnail .thumnail.slide-active {
    border-color: #52b4ff;
}

.wearable-detail .product-info {
    position: relative;
    margin-top: 50px;
}

.wearable-detail .product-info .info {
    padding: 0 0 20px 0;
}

.wearable-detail .product-info .info .skuInfo {
    text-align: center;
}

.wearable-detail .product-info .info h2 {
    margin: 0;
    padding: 18px;
    border-bottom: 1px solid #d2d2d2;
    font-size: 24px;
    color: black;
    text-align: center;
}

.wearable-detail .product-info .info h3 {
    margin: 0;
    padding: 30px 18px;
    border-bottom: 1px solid #d2d2d2;
    font-size: 18px;
    color: black;
    line-height: 1.25em;
    text-align: center;
}

.wearable-detail .product-info .info h4 {
    margin: 20px 0 10px 0;
    font-size: 20px;
    color: #0989ec;
}

.wearable-detail .product-info .info p {
    margin: 0;
    font-size: 18px;
    color: black;
}

.wearable-detail .product-info .info label {
    color: #989898;
}

.wearable-detail .product-info .info .buy {
    border-top: 1px solid #d2d2d2;
    margin-top: 20px;
    padding-top: 20px;
}

.wearable-detail .product-info .info .buy .icon-cart {
    background: #1b8be9;
    padding: 2px 13px;
    color: white;
    border-radius: 5px;
}

.wearable-detail .product-info .info .buy a {
    display: inline-block;
    margin: 0 5px;
    font-size: 16px;
    color: #1b8be9;
}

.wearable-detail .product-info .info .other-links {
    margin-top: 20px;
}

.wearable-detail .product-info .info .other-links .icon-pdf {
    background: #1b8be9;
    padding: 2px 8px;
    color: white;
    border-radius: 5px;
    font-size: 12px;
}

.wearable-detail .product-info .info .other-links .share {
    text-align: right;
    display: none;
}

.wearable-detail .product-info .info .other-links a {
    color: black;
    font-size: 16px;
}

.wearable-detail .product-info .video {
    padding: 20px 0;
    text-align: center;
}

.wearable-detail .product-overview {}

.wearable-detail ul.navi {
    position: fixed;
    left: 15px;
    bottom: 0;
    margin: 0 -15px;
    padding: 0;
    width: 100%;
    list-style: none;
    font-size: 0;
    z-index: 999;
}

.wearable-detail ul.navi li {
    display: inline-block;
    background: black;
    width: 25%;
}

.wearable-detail ul.navi li a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: white;
    line-height: 30px;
    border-right: 1px solid white;
    text-align: center;
}

.wearable-detail ul.navi li:last-child a {
    border-right: 0;
}

.wearable-detail .product-overview .function {
    margin-top: 20px;
    padding: 25px 10px;
    background-size: cover;
}

.wearable-detail .product-overview .function>div {
    padding: 20px 0;
}

.wearable-detail .product-overview .function>div:last-child {
    border-top: 1px solid gray;
}

.wearable-detail .product-overview .function .feature {
    margin-top: 25px;
}

.wearable-detail .product-overview .function .feature li {
    list-style-type: disc;
    font-size: 18px;
}

.wearable-detail .product-overview .function h5 {
    font-size: 22px;
    text-align: center;
}

.wearable-detail .product-overview .function .image .img-responsive {
    margin: 0 auto;
}

.wearable-detail .product-overview .function p {
    font-size: 16px;
    line-height: 1.5em;
}

.wearable-detail .product-overview .thumnails {
    margin-top: 20px;
    text-align: center;
}

.wearable-detail .product-overview .thumnails .thumnail {
    /*display: inline-block;
    margin: 0 2px;
    width: 200px;
    font-size: 0;*/
    background: #e6e6e6;
}

.wearable-detail .product-specification {
    padding: 20px 0;
}

.wearable-detail .product-specification .specification {
    overflow-x: scroll;
    display: none;
}

.wearable-detail .product-specification .specification-m {}

.wearable-detail .product-specification .specification table {
    background: #eef2f4;
    border-collapse: collapse;
    border: 1px solid white;
}

.wearable-detail .product-specification .specification table thead th {
    background: #a5aaaf;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}

.wearable-detail .product-specification .specification table tbody th,
.wearable-detail .product-specification .specification table tbody td {
    padding: 5px 10px;
    font-size: 16px;
    color: black;
    text-align: center;
}

.wearable-detail .product-specification .specification table tbody th {
    background: #d1d6d9;
    font-weight: normal;
}

.wearable-detail .product-compare {
    padding: 20px 0;
}

.wearable-detail .product-compare .compare-section {
    margin-top: 25px;
    margin-bottom: 15px;
}

.wearable-detail .product-compare .current {
    font-weight: 700;
}

.wearable-detail .product-compare .head {
    position: relative;
    padding-left: 50px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 10px;
    font-size: 18px;
    color: #9b9c9c;
    cursor: pointer;
}

.wearable-detail .product-compare .head img {
    position: absolute;
    right: 30px;
    top: 5px;
    transform: rotate(180deg);
    transition-duration: .2s;
}

.wearable-detail .product-compare .selection .dropdown {
    position: relative;
}

.wearable-detail .product-compare .selection.expend ul {
    display: block;
}

.wearable-detail .product-compare .selection.expend .head img {
    transform: rotate(0deg);
}

.wearable-detail .product-compare .selection ul {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 130px;
    overflow-y: scroll;
}

.wearable-detail .product-compare .selection ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 10px;
    border-bottom: 1px solid #ececec;
}

.wearable-detail .product-compare .selection ul li a {
    font-size: 18px;
    color: #9c9c9c;
    font-weight: 200;
}

.wearable-detail .product-compare .selection ul li a:hover {
    color: #1b8be9;
}

.wearable-detail .product-compare .model {
    padding-left: 50px;
    padding-bottom: 25px;
    font-size: 18px;
    color: #050001;
    font-weight: 200;
}

.wearable-detail .product-compare button.goCompare {
    position: relative;
    display: block;
    background: #0989ec;
    margin: 0 auto;
    width: 200px;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 1em;
    color: white;
    border-radius: 0;
    text-align: left;
}

.wearable-detail .product-compare button.goCompare label {
    position: absolute;
    right: 10px;
}

.wearable-detail .product-support .support-section {
    margin-top: 25px;
    margin-bottom: 15px;
    min-height: 140px;
}

.wearable-detail .product-support a {
    font-size: 16px;
    color: #0989ec;
}

#zoomLayer {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 10001;
    padding: 20px;
    display: none;
}

#zoomLayer .icn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: white;
}

#zoomLayer .zoomImage {
    width: 100%;
    height: 100%;
    overflow: scroll;
}

.hiddenInMobile {
    display: none;
}




/* Pagination */

.show-list .pageNum {
    width: 868px;
    padding-top: 20px;
    padding-bottom: 60px;
    text-align: center;
}

.show-list .pageNum .num {
    display: inline-block;
    /*width: 485px;*/
    margin: 0 auto;
    overflow: hidden;
}

.show-list .pageNum span {
    display: block;
    width: 28px;
    height: 25px;
    background: url(/common/Style/images/pageNum.png) no-repeat 0 0;
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    color: #717171;
    float: left;
    margin-right: 5px;
    cursor: pointer;
}

.show-list .pageNum span.active {
    width: 26px;
    background: url(/common/Style/images/pageNum_active.png) no-repeat 0 0;
    color: #ffffff;
}

.show-list .pageNum span.left {
    background: url(/common/Style/images/page_left.png) no-repeat 0 0;
}

.show-list .pageNum span.right {
    background: url(/common/Style/images/page_right.png) no-repeat 0 0;
}

#wrapper {
    max-height: 545px;
    overflow: hidden;
    position: relative;
}

#scroller {
    -webkit-transform: translate3d(0, 0, 0);
}

#scroller ul.list{
    padding-left: 0;
    margin: 0 -15px;
}

#plist {
    padding-bottom: 40px;
    overflow: hidden;
}

#pullUp {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    font-size: 14px;
    color: #888;
    background: #ffffff;
}

#pullDown .pullDownIcon,
#pullUp .pullUpIcon {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    background: url(../../../style/images/pull-icon@2x.png) 0 0 no-repeat;
    -webkit-background-size: 40px 80px;
    background-size: 40px 80px;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 250ms;
}

#pullDown .pullDownIcon {
    -webkit-transform: rotate(0deg) translateZ(0);
}

#pullUp .pullUpIcon {
    -webkit-transform: rotate(-180deg) translateZ(0);
}

#pullDown.flip .pullDownIcon {
    -webkit-transform: rotate(-180deg) translateZ(0);
}

#pullUp.flip .pullUpIcon {
    -webkit-transform: rotate(0deg) translateZ(0);
}

#pullDown.loading .pullDownIcon,
#pullUp.loading .pullUpIcon {
    background-position: 0 100%;
    -webkit-transform: rotate(0deg) translateZ(0);
    -webkit-transition-duration: 0ms;
    -webkit-animation-name: loading;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0deg) translateZ(0);
    }
    to {
        -webkit-transform: rotate(360deg) translateZ(0);
    }
}

#scroller {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}




@media (min-width: 1026px) {
    .tabView .tab-content img.brand {
        float: left;
        margin-bottom: 10px;
        margin-right: 10px;
    }
    .listView .filterTool {
        /*position: absolute;*/
        float: left;
        width: 24%;
        border: 1px solid #c5c5c5;
    }
    .listView .filterTool>div:nth-child(2n-1) {
        background: transparent;
    }
    .listView .filterTool h3 {
        display: block;
        float: none;
        width: auto;
        margin: 0px;
        padding: 13px 0;
        background: #fafafa;
        text-align: center;
    }
    .listView .filterTool ul {
        margin: 0 18px;
        padding: 0;
        list-style: none;
    }
    .listView .filterTool ul li {
        display: block;
        border-bottom: 1px solid #cbcbcb;
        padding: 15px 10px 15px 0;
        font-size: 16px;
        color: #989898;
        text-align: center;
        background: url("/resource/images/wearable/icon-unselected.png") 95% 50% no-repeat;
    }
    .listView .filterTool ul li.active {
        background-image: url("/resource/images/wearable/icon-selected.png");
    }
    .listView .filterTool ul li:last-child {
        border-bottom-color: transparent;
    }
    .listView .show-list {
        float: right;
        width: 74%;
        padding: 0;
    }
    .listView .show-list .item {
        text-align: center;
    }
    .listView .show-list .item .item-img {
        background: #fafafa;
    }
    .listView .show-list .item h3 {
        font-size: 18px;
        color: #040000;
    }
    .listView .show-list .item a.add {
        margin-bottom: 10px;
        font-size: 12px;
        color: #0989ec;
    }
    .listView .show-list .item a.btn {
        float: none;
        border-radius: 0;
        font-size: 14px;
        color: white;
        line-height: 1em;
        padding: 8px 10px;
        border: 0;
    }
    .listView .show-list .item a.btn.buy {
        position: relative;
        background: #0989ec;
    }
    .listView .show-list .item a.btn.more .glyphicon {
        position: absolute;
        top: 0;
        right: 0;
        display: table-cell;
        width: 30px;
        height: 30px;
        text-align: center;
        background: #dadada;
        font-size: 12px;
        color: #666;
        line-height: 30px;
    }
    .listView .show-list .item a.btn.more {
        padding-right: 40px;
        background: #9b9c9c;
    }
    .listView .show-list .item .btn-group {
        display: block;
        margin: 10px 0;
    }
    .listView .show-list .item .qd {
        display: block;
        background: #9b9c9c;
        position: absolute;
        top: 30px;
        display: none;
        /*margin-left: 8px;*/
    }
    .listView .show-list .item .qd>a {
        display: block;
        color: #fff;
        text-indent: 12px;
        padding-right: 12px;
        font-size: 15px;
        line-height: 22px;
    }
}

@media (min-width: 992px) {
    .wearable-detail .product-image {
        margin: 0;
    }
    .wearable-detail .product-info .info {
        position: absolute;
        top: 0;
        width: 100%;
        padding: 0 50px;
    }
    .wearable-detail .product-info .info h2 {
        font-size: 24px;
    }
    .wearable-detail .product-info .info .skuInfo {
        /*text-align: left;*/
    }
    .wearable-detail .product-info .info .buy a {
        font-size: 14px;
    }
    .wearable-detail .product-info .info .other-links .share {
        display: block;
    }
    .wearable-detail .product-image-thumnail {
        margin: 50px;
        padding: 0 50px;
    }
    .wearable-detail ul.navi {
        position: static;
        margin: 0;
    }
    .wearable-detail ul.navi li a {
        line-height: 45px;
    }
    .wearable-detail .product-overview .function {
        padding: 75px 25px;
    }
    .wearable-detail .product-overview .function>div {
        padding: 0 25px;
    }
    .wearable-detail .product-overview .function>div:first-child {
        border-right: 1px solid gray;
    }
    .wearable-detail .product-overview .function>div:last-child {
        border-top-color: transparent;
    }
    .wearable-detail .product-overview .function h5 {
        text-align: left;
    }
}

@media (min-width: 769px) {
    /*.container {
        width: 750px !important;
    }*/
    .listView {
        margin-bottom: 50px;
    }
    .listView #plist {
        margin-left: -15px;
        margin-right: -15px;
    }
    .listView .show-list .topDropdown {
        min-height: 45px;
        height: 45px;
        margin-bottom: 20px;
        padding-bottom: 5px;
        border-bottom: 2px solid #c3c3c3;
    }
    .listView .show-list .topDropdown .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .listView .show-list .topDropdown .selection {
        padding-left: 5px;
        padding-right: 5px;
    }
    .listView .show-list .topDropdown .selection .dropdown {
        position: relative;
    }
    .listView .show-list .topDropdown .selection .head {
        cursor: pointer;
        padding: 5px 10px;
        font-size: 18px;
        color: white;
        background: #9b9c9c url('/common/Style/images/nameIcon.png') 97% 50% no-repeat;
    }
    .listView .show-list .topDropdown .selection.compare .head {
        background-color: rgb(80, 80, 80);
    }
    .listView .show-list .topDropdown .selection ul {
        position: absolute;
        display: none;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style-type: none;
        z-index: 99;
    }
    .listView .show-list .topDropdown .selection.expend ul {
        display: block;
    }
    .listView .show-list .topDropdown .selection ul li {
        background: #bcbdbd;
        overflow: hidden;
    }
    .listView .show-list .topDropdown .selection ul li a {
        display: block;
        width: 100%;
        float: left;
    }
    .listView .show-list .topDropdown .selection.compare ul li {
        background: url('/common/Style/images/products/seleBg.png') no-repeat;
        background-size: cover;
    }
    .listView .show-list .topDropdown .selection.compare ul li:last-child {
        background-image: none;
        background-color: rgb(155, 156, 156);
        text-align: center;
        font-size: 16px;
        line-height: 2em;
        color: white;
        cursor: pointer;
    }
    .listView .show-list .topDropdown .selection.compare ul li .pImg {
        float: left;
        width: 30%;
        display: block;
    }
    .listView .show-list .topDropdown .selection.compare ul li .pInfo {
        float: left;
        width: 70%;
        padding: 20px;
    }
    .listView .show-list .topDropdown .selection.compare ul li .pInfo .title {
        font-size: 14px;
        color: white;
    }
    .listView .show-list .topDropdown .selection.compare ul li .pInfo button {
        margin-top: 10px;
    }
    .tabView {
        height: 420px;
        min-height: 420px;
        overflow: hidden;
    }
    .tabView .tab-head {
        position: absolute;
        top: 0;
        height: 147px;
        overflow: hidden;
    }
    .tabView .tab-head:nth-of-type(2) {
        left: 25%;
    }
    .tabView .tab-head:nth-of-type(3) {
        left: 50%;
    }
    .tabView .tab-head:nth-of-type(4) {
        left: 75%;
    }
    .tabView .tab-content {
        position: absolute;
        top: 147px;
        left: 0;
        width: 100%;
    }
    .wearable-detail .product-specification .specification {
        display: block;
    }
    .wearable-detail .product-specification .specification-m {
        display: none;
    }
    .hiddenInMobile {
        display: block;
    }

    #wrapper {
        max-height: none;
        overflow: visible;
    }
    #pullUp {
        display: none;
    }
}


@media screen and (max-width: 1200px) and (min-width: 900px){

  .prodInfoWrapper .prodCateRight .allProds ul li {
    padding: 40px 15px;
    width: 33.3%;
}

/*
.pro_main{ padding: 10px 0 30px }
.protoptitle{ margin-top: 2%; padding-bottom: 6px; margin-bottom: 6PX; border-bottom: 2px solid #C3C3C3 }

.pro_list ul{ margin: 0; padding: 0; position: relative; }
.pro_list_div{ width: 95%; margin: 10px auto 20px;}
.pro_list_img,.pro_list_img img{ width: 100%; }
.pro_list_title h2{ font-size: 2.4rem; margin: 10px 0 }
.pro_list_info{ color: #727272; font-size: 1.5rem }
.pro_list .link_more {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin: 20px 0 0 0;
    background-size: 100%;
    font-size: 1.4rem;
    color: #FFF;
    border: none;
    background: #1b8be9;
    text-align: center;
}
.pro_list_line{ height: 1px; background-color: #b3b3b3;  width: 100%; float: left; display: none}



@media(max-width:850px){.main-title{margin:18px 0 13px}
.lb .arrow-left{left:5px}
.lb .arrow-right{right:5px}}

@media (min-width:769px){
#banner .swiper-pagination{display:none; max-width: 1920px !important;}
#contrast{display:block}
.pro_list_title h2{ font-size: 2.4rem;}
.pro_list_info{ font-size: 1.7rem }

}
@media (max-width: 768px){
.formain .row { margin: 0 -5px }
.formain .row .col-xs-6{ padding: 0 5px; }
.protoptitle img{ width: 160px }
.pro_list_div{margin: 10px auto 25px;}
.arrow_r1,.arrow_l1{ display: none}
.pro_list_line.pc{ display: none }
}
@media (max-width:992px){

.pro_list_title h2{ font-size: 2.2rem;}
}
@media (max-width: 500px){
.pro_list_title h2,.link_more{ font-size: 1.5rem;margin: 8px 0 }
.pro_list_info{ font-size: 1.3rem }

}
@media (max-width: 350px){
.pro_list_title h2,.link_more{ font-size: 1.3rem;margin: 5px 0 }
.pro_list_info{ font-size: 1.1rem }

}
@media( max-width: 767px){
    .pro_list_line.mb{ display: block }
}
@media( min-width: 768px){
    .pro_list_line.pc{ display: block }
}*/