@charset "utf-8";

/* base
--------------------------------------------------*/
html{
  font-size: 62.5%;
  overflow-y: scroll;
}

body{
  font-family:"Microsoft YaHei", 'SimSun', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  zoom: 1;
  -webkit-text-size-adjust: 100%;
}


/* font
--------------------------------------------------*/
.fs12{font-size: 12px;}
.fs14{font-size: 14px;}
.fs18{font-size: 18;}

.bold{font-weight: bold;}


/* link
--------------------------------------------------*/
a{color: #333;transition: 0.3s;}
a:hover{text-decoration: none;}


/* margin
--------------------------------------------------*/
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}

.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}

.mr10{margin-right: 10px;}
.mr20{margin-right: 20px;}
.mr30{margin-right: 30px;}
.mr40{margin-right: 40px;}
.mr50{margin-right: 50px;}

.ml10{margin-left: 10px}
.ml20{margin-left: 20px}
.ml30{margin-left: 30px}
.ml40{margin-left: 40px}
.ml50{margin-left: 50px}


/* align
--------------------------------------------------*/
.txt-r{text-align: right;}
.txt-c{text-align: center;}
.txt-l{text-align: left;}


/* float
--------------------------------------------------*/
.fl-r{float: right;}
.fl-l{float: left;}


/* clearfix
--------------------------------------------------*/
.clearfix:after{
  content: "";
  clear: both;
  display: block
}
.noBorder{
  background:none !important;
  border:none !important;
}
.noMr{
  margin-right:auto !important;
}

@media screen and (max-width: 768px) {
#sub #main .inner{
  width:96%;
  margin:0 auto;
}
/* sub product */
#sub .pageLink{
  display:none;
  border-top:1px solid #e8e8e8;
  border-left:1px solid #e8e8e8;
  width:90%;
  margin:0 auto 20px;
}
#sub .pageLink li.topLink{
  background:#c9151d;
}
#sub .pageLink li.topLink a{
  color:#FFF;
}
#sub .pageLink li{
  background:#f7f7f7;
  font-size:12px;
  border-bottom:1px solid #e8e8e8;
  border-right:1px solid #e8e8e8;
  box-sizing:border-box;
  float:none;
  width:100%;
}
#sub .pageLink li a{
  padding:10px;
  display:block;
  color:#333;
  text-decoration:none;
}

#sub .productVisual{
  margin-bottom:30px;
}
#sub .sliderImg{
  width:90%;
  float:none;
  margin:0 auto;
  text-align:center;
}
#sub .sliderImg span{
  display:block;
  text-align:center;
}
#sub .sliderImg img{
  border:1px solid #e8e8e8;
  margin-bottom:10px;
}
#sub .productText{
  padding:10px;
  float:none;
}
#sub .productText p{
  margin-bottom:10px;
}
#sub .specTableWap{
  width:100%;
  padding-bottom:20px;
  overflow:auto;
}
#sub .specTable{
  border-bottom:1px solid #333;
}
#sub .specTable th{
  border-bottom:1px solid #333;
  border-top:1px solid #333;
}
#sub .specTable th img{
  margin-bottom:5px;
}
#sub .specTable th span{
  display:block;
}
#sub .specTable tr.gray td{
  background:#E6E6E6;
}
#sub .specTable td,#sub .specTable th{
  font-size:14px;
  text-align:center;
  padding:10px;
}
#sub .movieArea{
}
#sub .movieArea .movieBox{
  width:100%;
  float:left;
  max-width:350px;
}
#sub .movieArea .mr{
  margin-right:2%;
}
#sub .productMovie {
  overflow:hidden;
  overflow-x:hidden;
  overflow-y:hidden;
  height:100%;
  width:100%;
  position:relative;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  min-height:200px;
}
#sub .linkBtn{
}
#sub .linkBtn ul{
  border-top:1px solid #e8e8e8;
}
#sub .linkBtn li{
  border-bottom:1px solid #e8e8e8;
  border-left:1px solid #e8e8e8;
  border-right:1px solid #e8e8e8;
  box-sizing:border-box;
}
#sub .linkBtn li a{
  color:#333;
  display:block;
  padding:10px;
  text-decoration:none;
}
#sub .linkBtn li a:hover{
  text-decoration:underline;
}
#sub .linkBtn li a span.pdfIcon{
  color:#FFF;
  background:#c9151d;
  border-radius:3px;
  display:inline-block;
  text-decoration:none;
  text-align:center;
  padding:5px 10px;
  min-width:60px;
  margin-right:10px;
}
#sub .linkBtn li a span.cadIcon{
  color:#FFF;
  background:#5dc915;
  border-radius:3px;
  display:inline-block;
  text-decoration:none;
  text-align:center;
  padding:5px 10px;
  min-width:60px;
  margin-right:10px;
}
#sub .note{
  margin-top:20px;
  font-size:14px;
}
#sub .productLinks{
  margin-bottom:50px;
}
#sub .productLinks .productLinkBox{
  width:46%;
  float:left;
  margin:2%;
}

#sub .productLinks .productLinkBox .productLinkImg{
  border:1px solid #CCC;
  position:relative;
  margin-bottom:10px;
}
#sub .productLinks .productLinkBox .productLinkImg span{
  background-color: rgba(0,0,0,0.8);
  bottom:0;
  color:#FFF;
  display:block;
  position:absolute;
  width:100%;
  padding:7px 0;
  text-align:center;
}
#sub .productLinks .productLinkBox a{
  background:#c9151d url(../img/product_link_bg.png) no-repeat 10px center;
  background-size:10px;
  color:#FFF;
  display:block;
  font-size:16px;
  font-weight:bold;
  width:100%;
  padding:10px;
  text-align:center;
  text-decoration:none;
}
#sub .productLinks .productLinkBox .subLink{
  margin-top:20px;
  font-size:12px;
}
#sub .productLinks .productLinkBox .subLink li{
  margin-bottom:5px;
}
#sub .productLinks .productLinkBox .subLink a{
  background:url(../img/product_sublink_bg.png) no-repeat 0 center;
  background-size:10px;
  color:#333;
  display:inline;
  font-weight:normal;
  width:auto;
  padding-left:15px;
  text-decoration:underline;
}
#sub .productLinks .productLinkBox .subLink a:hover{
  text-decoration:none;
}
#sub .productLinks .productLinkBox a:hover{
  opacity:0.7;
}
#sub .productLinks .LinkBox{
  width:48%;
  float:left;
  margin:1%;
}

#sub .productLinks .LinkBox .productLinkImg img{
  border:1px solid #CCC;
  position:relative;
  margin-bottom:10px;
}
#sub .productLinks .LinkBox .productLinkImg span{
}
#sub .productLinks .LinkBox {
  margin-bottom:20px;
  text-align:center;
}
#sub .productLinks .LinkBox a:hover{
  opacity:0.7;
}
#sub .LinkBox a{
  color:#333;
  font-size:14px;
  text-decoration:none;
}
#sub .LinkBox a:hover{
  text-decoration:underline;
}
#sub .productListTitle span{
  color:#c9151d;
  font-size:14px;
  display:block;
}
#sub .productPager{
  text-align:center;
}
#sub .productPager li{
  display:inline;
  font-size:14px;
}
#sub .productPager li span{
  background:#c9151d;
  border:1px solid #CCC;
  border-radius:3px;
  display:inline-block;
  color:#FFF;
  font-size:14px;
  text-decoration:none;
  padding:10px 10px;
}
#sub .productPager li a{
  border:1px solid #CCC;
  border-radius:3px;
  display:inline-block;
  color:#333;
  font-size:14px;
  text-decoration:none;
  padding:10px 10px;
}
#sub .productPager li a:hover{
   background:#c9151d;
   color:#FFF;
}
#sub .searchTerms{
}
#sub .searchTerms .termsLabel{
  text-align:center;
}
#sub .searchTerms .termsLabel li.termsActive{
  background:#E6E6E6;
}
#sub .searchTerms .termsLabel li{
  font-size:14px;
  display:block;
  margin:0 0 5px;
  border:1px solid #CCC;
  padding:10px 0;
  width:100%;
  text-align:center;
  margin-bottom:5px;
}
#sub .searchTerms .searchTermsArea{
  background:#E6E6E6;
  border:1px solid #CCC;
  font-size:14px;
  margin-top:13px;
}
#sub .searchTerms .termsList{
  padding:10px;
}
#sub .searchTerms .searchTermsArea .termsListBox{
  font-size:12px;
  width:23%;
  float:left;
  margin:10px 2% 10px 0;
}
#sub span.termsTtl{
  display: inline-block;
}
#sub .searchTerms .searchTermsArea .termsListBox img{
  border:1px solid #CCC;
}
#sub .searchTerms .searchTermsArea .termsOn img{
  border: 3px solid #c9151d;
  box-sizing: border-box;
}
#sub .searchTerms .checkArea{
  text-align:left;
  padding:10px 15px;
}
#sub .searchTerms .checkArea label{
  margin-right:15px;
}
#sub .searchTerms .checkImg .ciBox{
  display: block;
  width: 25%;
  padding-right: 2%;
  box-sizing: border-box;
  float: left;
}
#sub .searchTerms .checkImg .ciBox input{
  float: left;
  margin-bottom: 5px;
}
#sub .searchTerms input[type=checkbox]{
  margin-right:5px;
  font-size:14px;
}
#sub .searchTerms .resultArea{
  text-align:left;
  border-top:1px solid #CCC;
  padding:20px 10px;
}
#sub .searchTerms .resultArea .resultTitle{
  color:#333;
  font-size:16px;
  font-weight:bold;
  text-align:center;
  margin-bottom:15px;
}
#sub .searchTerms .resultArea .termsResult span{
  background:url(../img/terms_icon.png) no-repeat left center;
  background-size:15px;
  padding-left:25px;
  margin-right:15px;
}
#sub .searchTerms .resultArea .searchSend{
  padding:15px 0 0;
  text-align:center;
}
#sub .searchTerms .resultArea .searchSend input[type=submit]{
  background:#333;
  color:#FFF;
  padding:10px;
  border:none;
  width:260px;
}
#sub .searchTerms .resultArea .searchSend input[type=submit]:hover{
  opacity:0.7;
}
#sub .searchTerms .searchTermsArea .termsWap{
  display:none;
}
#sub .searchTerms .searchTermsArea .termsActive{
  display:block !important;
}
.productThum {
  text-align:center;
}
.productThum img{
  border: 1px solid #e8e8e8;
}
}

@media print, screen and (min-width: 769px) and (max-width: 959px) {
/* sub product */
#sub .pageLink{
  background:#f7f7f7;
  border-top:1px solid #e8e8e8;
  border-left:1px solid #e8e8e8;
  width:100%;
  margin-bottom:20px;
}
#sub .pageLink li.topLink{
  background:#c9151d;
}
#sub .pageLink li.topLink a{
  color:#FFF;
}
#sub .pageLink li{
  font-size:12px;
  border-bottom:1px solid #e8e8e8;
  border-right:1px solid #e8e8e8;
  box-sizing:border-box;
  width:20%;
  float:left;
}
#sub .pageLink li a{
  padding:10px;
  display:block;
  color:#333;
  text-decoration:none;
}

#sub .productVisual{
  margin-bottom:30px;
}
#sub .sliderImg{
  width:450px;
  float:left;
  margin-right:30px;
}
#sub .sliderImg span{
  display:block;
  text-align:center;
}
#sub .sliderImg img{
  border:1px solid #e8e8e8;
  margin-bottom:10px;
}
#sub .productText{
  float:none;
}
#sub .productText p{
  margin-bottom:10px;
}
#sub .specTable{
  border-bottom:1px solid #333;
}
#sub .specTable th{
  border-bottom:1px solid #333;
  border-top:1px solid #333;
}
#sub .specTable th img{
  margin-bottom:5px;
}
#sub .specTable th span{
  display:block;
}
#sub .specTable tr.gray td{
  background:#E6E6E6;
}
#sub .specTable td,#sub .specTable th{
  font-size:14px;
  text-align:center;
  padding:10px;
}
#sub .movieArea{
}
#sub .movieArea .movieBox{
  width:49%;
  float:left;
}
#sub .movieArea .mr{
  margin-right:2%;
}
#sub .productMovie {
  overflow:hidden;
  overflow-x:hidden;
  overflow-y:hidden;
  height:100%;
  width:100%;
  position:relative;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  min-height:200px;
}
#sub .linkBtn{
}
#sub .linkBtn ul{
  border-top:1px solid #e8e8e8;
}
#sub .linkBtn li{
  border-bottom:1px solid #e8e8e8;
  border-left:1px solid #e8e8e8;
  border-right:1px solid #e8e8e8;
  box-sizing:border-box;
}
#sub .linkBtn li a{
  color:#333;
  display:block;
  padding:10px;
  text-decoration:none;
}
#sub .linkBtn li a:hover{
  text-decoration:underline;
}
#sub .linkBtn li a span.pdfIcon{
  color:#FFF;
  background:#c9151d;
  border-radius:3px;
  display:inline-block;
  text-decoration:none;
  text-align:center;
  padding:5px 10px;
  min-width:60px;
  margin-right:10px;
}
#sub .linkBtn li a span.cadIcon{
  color:#FFF;
  background:#5dc915;
  border-radius:3px;
  display:inline-block;
  text-decoration:none;
  text-align:center;
  padding:5px 10px;
  min-width:60px;
  margin-right:10px;
}
#sub .note{
  margin-top:20px;
  font-size:14px;
}
#sub .productLinks{
  margin-bottom:50px;
}
#sub .productLinks .productLinkBox{
  width:23%;
  float:left;
  margin-right:2%;
}

#sub .productLinks .productLinkBox .productLinkImg{
  border:1px solid #CCC;
  position:relative;
  margin-bottom:10px;
}
#sub .productLinks .productLinkBox .productLinkImg span{
  background-color: rgba(0,0,0,0.8);
  bottom:0;
  color:#FFF;
  display:block;
  position:absolute;
  width:100%;
  padding:7px 0;
  text-align:center;
}
#sub .productLinks .productLinkBox a{
  background:#c9151d url(../img/product_link_bg.png) no-repeat 10px center;
  background-size:10px;
  color:#FFF;
  display:block;
  font-size:16px;
  font-weight:bold;
  width:100%;
  padding:10px;
  text-align:center;
  text-decoration:none;
}
#sub .productLinks .productLinkBox .subLink{
  margin-top:20px;
  font-size:12px;
}
#sub .productLinks .productLinkBox .subLink li{
  margin-bottom:5px;
}
#sub .productLinks .productLinkBox .subLink a{
  background:url(../img/product_sublink_bg.png) no-repeat 0 center;
  background-size:10px;
  color:#333;
  display:inline;
  font-weight:normal;
  width:auto;
  padding-left:15px;
  text-decoration:underline;
}
#sub .productLinks .productLinkBox .subLink a:hover{
  text-decoration:none;
}
#sub .productLinks .productLinkBox a:hover{
  opacity:0.7;
}
#sub .productLinks .LinkBox{
  width:23%;
  float:left;
  margin-right:2%;
}

#sub .productLinks .LinkBox .productLinkImg img{
  border:1px solid #CCC;
  position:relative;
  margin-bottom:10px;
}
#sub .productLinks .LinkBox .productLinkImg span{
}
#sub .productLinks .LinkBox {
  margin-bottom:20px;
}
#sub .productLinks .LinkBox a:hover{
  opacity:0.7;
}
#sub .LinkBox a{
  color:#333;
  font-size:14px;
  text-decoration:none;
}
#sub .LinkBox a:hover{
  text-decoration:underline;
}
#sub .productListTitle span{
  color:#c9151d;
  font-size:14px;
  display:block;
}
#sub .productPager{
  text-align:center;
}
#sub .productPager li{
  display:inline;
  font-size:14px;
}
#sub .productPager li span{
  background:#c9151d;
  border:1px solid #CCC;
  border-radius:3px;
  display:inline-block;
  color:#FFF;
  font-size:14px;
  text-decoration:none;
  padding:10px 15px;
}
#sub .productPager li a{
  border:1px solid #CCC;
  border-radius:3px;
  display:inline-block;
  color:#333;
  font-size:14px;
  text-decoration:none;
  padding:10px 15px;
}
#sub .productPager li a:hover{
   background:#c9151d;
   color:#FFF;
}
#sub .searchTerms{
}
#sub .searchTerms .termsLabel{
  text-align:center;
}
#sub .searchTerms .termsLabel li.termsActive{
  background:#E6E6E6;
}
#sub .searchTerms .termsLabel li{
  font-size:14px;
  display:inline;
  margin:0 5px;
  border-top:1px solid #CCC;
  border-left:1px solid #CCC;
  border-right:1px solid #CCC;
  padding:10px 25px 15px;
}
#sub .searchTerms .searchTermsArea{
  background:#E6E6E6;
  border:1px solid #CCC;
  font-size:14px;
  margin-top:13px;
}
#sub .searchTerms .termsList{
  padding:15px 25px;
}
#sub .searchTerms .searchTermsArea .termsListBox{
  width:15%;
  float:left;
  margin:10px 2% 10px 0;
}
#sub span.termsTtl{
  display: inline-block;
}
#sub .searchTerms .searchTermsArea .termsListBox img{
  border:1px solid #CCC;
}
#sub .searchTerms .searchTermsArea .termsOn img{
  border: 3px solid #c9151d;
  box-sizing: border-box;
}
#sub .searchTerms .checkArea{
  text-align:left;
  padding:10px 35px 20px;
}
#sub .searchTerms .checkArea label{
  margin-right:15px;
}
#sub .searchTerms .checkImg .ciBox{
  float: left;
}
#sub .searchTerms input[type=checkbox]{
  margin-right:5px;
  font-size:14px;
}
#sub .searchTerms .resultArea{
  text-align:left;
  border-top:1px solid #CCC;
  padding:20px 35px;
}
#sub .searchTerms .resultArea .resultTitle{
  color:#333;
  font-size:16px;
  font-weight:bold;
  text-align:center;
  margin-bottom:15px;
}
#sub .searchTerms .resultArea .termsResult span{
  background:url(../img/terms_icon.png) no-repeat left center;
  background-size:15px;
  padding-left:25px;
  margin-right:15px;
}
#sub .searchTerms .resultArea .searchSend{
  padding:15px 0 0;
  text-align:center;
}
#sub .searchTerms .resultArea .searchSend input[type=submit]{
  background:#333;
  color:#FFF;
  padding:10px;
  border:none;
  width:300px;
}
#sub .searchTerms .resultArea .searchSend input[type=submit]:hover{
  opacity:0.7;
}
#sub .searchTerms .searchTermsArea .termsWap{
  display:none;
}
#sub .searchTerms .searchTermsArea .termsActive{
  display:block !important;
}
.productThum img{
  border: 1px solid #e8e8e8;
  margin-bottom:10px;
}

}

@media screen and (min-width: 960px)  {
/* sub product */
#sub .pageLink{
  background:#f7f7f7;
  border-top:1px solid #e8e8e8;
  width:100px;
  position:fixed;
  margin-left:960px;
}
#sub .pageLink li.topLink{
  background:#c9151d;
}
#sub .pageLink li.topLink a{
  color:#FFF;
}
#sub .pageLink li{
  font-size:12px;
  border-bottom:1px solid #e8e8e8;
  border-left:1px solid #e8e8e8;
  border-right:1px solid #e8e8e8;
  box-sizing:border-box;
}
#sub .pageLink li a{
  padding:10px;
  display:block;
  color:#333;
  text-decoration:none;
}

#sub .productVisual{
  margin-bottom:30px;
}
#sub .sliderImg{
  width:225px;
  float:left;
  margin-right:30px;
}
#sub .sliderImg span{
  display:block;
  text-align:center;
}
#sub .sliderImg img{
  border:1px solid #e8e8e8;
  margin-bottom:10px;
}
#sub .productText{
  float:left;
}
#sub .productText p{
  width:705px;
  margin-bottom:10px;
}
#sub .specTable{
  border-bottom:1px solid #333;
}
#sub .specTable th{
  border-bottom:1px solid #333;
  border-top:1px solid #333;
}
#sub .specTable th img{
  margin-bottom:5px;
}
#sub .specTable th span{
  display:block;
}
#sub .specTable tr.gray td{
  background:#E6E6E6;
}
#sub .specTable td,#sub .specTable th{
  font-size:14px;
  text-align:center;
  padding:10px;
}
#sub .movieArea{
}
#sub .movieArea .movieBox{
  width:30%;
  float:left;
}
#sub .movieArea .mr{
  margin-right:2%;
}
#sub .productMovie {
  overflow:hidden;
  overflow-x:hidden;
  overflow-y:hidden;
  height:100%;
  width:100%;
  position:relative;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  min-height:160px;
}
#sub .linkBtn{
}
#sub .linkBtn ul{
  border-top:1px solid #e8e8e8;
}
#sub .linkBtn li{
  border-bottom:1px solid #e8e8e8;
  border-left:1px solid #e8e8e8;
  border-right:1px solid #e8e8e8;
  box-sizing:border-box;
}
#sub .linkBtn li a{
  color:#333;
  display:block;
  padding:10px;
  text-decoration:none;
}
#sub .linkBtn li a:hover{
  text-decoration:underline;
}
#sub .linkBtn li a span.pdfIcon{
  color:#FFF;
  background:#c9151d;
  border-radius:3px;
  display:inline-block;
  text-decoration:none;
  text-align:center;
  padding:5px 10px;
  min-width:60px;
  margin-right:10px;
}
#sub .linkBtn li a span.cadIcon{
  color:#FFF;
  background:#5dc915;
  border-radius:3px;
  display:inline-block;
  text-decoration:none;
  text-align:center;
  padding:5px 10px;
  min-width:60px;
  margin-right:10px;
}
#sub .note{
  margin-top:20px;
  font-size:14px;
}
#sub .productLinks{
  margin-bottom:50px;
}
#sub .productLinks .productLinkBox{
  width:225px;
  float:left;
  margin-right:20px;
}

#sub .productLinks .productLinkBox .productLinkImg{
  border:1px solid #CCC;
  position:relative;
  margin-bottom:10px;
}
#sub .productLinks .productLinkBox .productLinkImg span{
  background-color: rgba(0,0,0,0.8);
  bottom:0;
  color:#FFF;
  display:block;
  position:absolute;
  width:100%;
  padding:7px 0;
  text-align:center;
}
#sub .productLinks .productLinkBox a{
  background:#c9151d url(../img/product_link_bg.png) no-repeat 10px center;
  background-size:10px;
  color:#FFF;
  display:block;
  font-size:16px;
  font-weight:bold;
  width:100%;
  padding:10px;
  text-align:center;
  text-decoration:none;
}
#sub .productLinks .productLinkBox .subLink{
  margin-top:20px;
  font-size:12px;
}
#sub .productLinks .productLinkBox .subLink li{
  margin-bottom:5px;
}
#sub .productLinks .productLinkBox .subLink a{
  background:url(../img/product_sublink_bg.png) no-repeat 0 center;
  background-size:10px;
  color:#333;
  display:inline;
  font-weight:normal;
  width:auto;
  padding-left:15px;
  text-decoration:underline;
}
#sub .productLinks .productLinkBox .subLink a:hover{
  text-decoration:none;
}
#sub .productLinks .productLinkBox a:hover{
  opacity:0.7;
}
#sub .productLinks .LinkBox{
  width:225px;
  float:left;
  margin-right:20px;
}
#sub .productLinks .LinkBox .productLinkImg img{
  border:1px solid #CCC;
  position:relative;
  margin-bottom:10px;
}
#sub .productLinks .LinkBox .productLinkImg span{
}
#sub .productLinks .LinkBox {
  margin-bottom:20px;
}
#sub .productLinks .LinkBox a:hover{
  opacity:0.7;
}
#sub .LinkBox a{
  color:#333;
  font-size:14px;
  text-decoration:none;
}
#sub .LinkBox a:hover{
  text-decoration:underline;
}
#sub .productListTitle span{
  color:#c9151d;
  font-size:14px;
  display:block;
}
#sub .productPager{
  text-align:center;
}
#sub .productPager li{
  display:inline;
  font-size:14px;
}
#sub .productPager li span{
  background:#c9151d;
  border:1px solid #CCC;
  border-radius:3px;
  display:inline-block;
  color:#FFF;
  font-size:14px;
  text-decoration:none;
  padding:10px 15px;
}
#sub .productPager li a{
  border:1px solid #CCC;
  border-radius:3px;
  display:inline-block;
  color:#333;
  font-size:14px;
  text-decoration:none;
  padding:10px 15px;
}
#sub .productPager li a:hover{
   background:#c9151d;
   color:#FFF;
}
#sub .searchTerms{
}
#sub .searchTerms .termsLabel{
  text-align:center;
}
#sub .searchTerms .termsLabel li.termsActive{
  background:#E6E6E6;
}
#sub .searchTerms .termsLabel li{
  font-size:14px;
  display:inline;
  margin:0 5px;
  border-top:1px solid #CCC;
  border-left:1px solid #CCC;
  border-right:1px solid #CCC;
  padding:10px 25px 15px;
}
#sub .searchTerms .searchTermsArea{
  background:#E6E6E6;
  border:1px solid #CCC;
  font-size:14px;
  margin-top:13px;
}
#sub .searchTerms .termsList{
  padding:15px 25px;
}
#sub .searchTerms .searchTermsArea .termsListBox{
  width:130px;
  float:left;
  margin:10px;
}
#sub span.termsTtl{
  display: inline-block;
}
#sub .searchTerms .searchTermsArea .termsListBox img{
  border:1px solid #CCC;
}
#sub .searchTerms .searchTermsArea .termsOn img{
  border: 3px solid #c9151d;
  box-sizing: border-box;
}
#sub .searchTerms .checkArea{
  text-align:left;
  padding:10px 35px 20px;
}
#sub .searchTerms .checkArea label{
  margin-right:15px;
}
#sub .searchTerms .checkImg .ciBox{
  float: left;
}
#sub .searchTerms input[type=checkbox]{
  margin-right:5px;
  font-size:14px;
}
#sub .searchTerms .resultArea{
  text-align:left;
  border-top:1px solid #CCC;
  padding:20px 35px;
}
#sub .searchTerms .resultArea .resultTitle{
  color:#333;
  font-size:16px;
  font-weight:bold;
  text-align:center;
  margin-bottom:15px;
}
#sub .searchTerms .resultArea .termsResult span{
  background:url(../img/terms_icon.png) no-repeat left center;
  background-size:15px;
  padding-left:25px;
  margin-right:15px;
}
#sub .searchTerms .resultArea .searchSend{
  padding:15px 0 0;
  text-align:center;
}
#sub .searchTerms .resultArea .searchSend input[type=submit]{
  background:#333;
  color:#FFF;
  padding:10px;
  border:none;
  width:300px;
}
#sub .searchTerms .resultArea .searchSend input[type=submit]:hover{
  opacity:0.7;
}
#sub .searchTerms .searchTermsArea .termsWap{
  display:none;
}
#sub .searchTerms .searchTermsArea .termsActive{
  display:block !important;
}
.productThum img{
  border: 1px solid #e8e8e8;
}
}