/*
描述:响应式主题样式表第798套
作者:wangxb
*/
/*默认页面主体样式定义*/
@font-face {
  font-family: 'CALIBRI';
  src: url(../fonts/CALIBRI.ttf);
}

body {
  color: #666;
}

a {
  color: #000;
}

a, p, h1, h2, h3, h4, h5, h6, span {
  font-family: 'CALIBRI' !important;
}

.w-numCount .indc {
  font-family: 'CALIBRI' !important;
}

.w-header .row, .w-main .row, .w-footer-in {
  max-width: 1200px;
  margin: 0 auto;
}

.body {
  overflow: hidden;
  font-size: 16px;
  padding-top: 95px;
}

.body-login, .body-login-special, .body-admin {
  padding-top: 0;
}

.col-right {
  display: none;
}

/*---------------------header-----------------------*/
.w-header, .w-admin-header {
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.w-header-common {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

.row_top .column {
  float: left;
}

.row_top .columnM, .row_top .columnR {
  float: right;
}

.row_top .columnR {
  position: relative;
  z-index: 9;
}

.row_top .div-table {
  width: auto !important;
}

.w-admin-header .col-logo {
  float: left;
}

.w-logo h1 {
  font-size: 32px;
  padding: 0 10px;
}

.w-logo h1, .w-logo a {
  color: #212121;
}

.w-nav {
  text-align: center;
  font-size: 0;
}

.body-login-special .login-navPc .w-admin-nav {
  margin: 0;
}

.w-nav .nav_inner {
  height: auto !important;
}

.w-nav .nav_inner>li {
  float: left;
  text-align: center;
  position: relative;
  margin: 0 15px;
}

.w-nav li a {
  text-decoration: none;
  color: #404040;
  padding: 0 10px;
}

.w-nav .nav_inner>li>a, .w-nav .nav_inner>li>.li-parent-div>a {
  line-height: 95px;
  font-size: 16px;
  display: block;
  color: #333;
  padding: 0;
}

.w-nav .nav_simpline_cur {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 29px;
  height: 2px;
}

.w-nav li:hover .nav_simpline_cur, .w-nav li.active .nav_simpline_cur {
  display: block;
}

.w-nav .nav_inner>li>.submenu {
  top: 95px;
  left: 50%;
  margin-left: -100px;
}

.w-nav .nav_inner>li:hover>.submenu, .w-nav .submenu li:hover>.submenu {
  display: none;
}

.w-nav .submenu a {
  font-size: 14px;
  text-align: center;
}

.w-nav .submenu li a {
  padding: 12px;
  color: #fff;
}

.topLogBoxPc {
  float: right;
  font-size: 15px;
}

.topLogBox, .topLogBox a {
  color: #333;
}

.topLogBox a {
  text-decoration: none;
}

.topLogBox a:hover {
  text-decoration: underline;
}

.w-loginRegister, .w-shopCart, .w-languege {
  margin-top: 6px;
  float: right;
  margin-bottom: 6px;
  line-height: 2;
}

.w-loginRegister a, .w-shopCart a, .w-languege a {
  margin-left: 6px;
  margin-right: 6px;
}

.w-languege {
  margin-top: 6px;
  float: right;
  margin-bottom: 6px;
}

.w-shopCart i {
  background: url(../image/shopCart1.png) no-repeat center;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  display: inline-block;
  *zoom: 1;
  margin-right: 2px;
}

.topLogBox .w-search {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  float: right;
}

.topLogBox .w-search .input-search-w {
  background: none;
  width: 150px;
  *width: 115px;
  height: 2.3em;
  line-height: 2.3em;
  padding: 0px 30px 0px 5px;
  border: none;
  border-bottom: 1px solid #bbb;
}

.topLogBox .w-search .search-btn-w {
  position: absolute;
  width: 30px;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../image/icon_search.png) no-repeat center;
  cursor: pointer;
}

.topLogBox .w-search .search-btn-w span {
  display: none;
}

.nav_right_mask {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  background: #000;
  opacity: 0.3;
  *filter: alpha(opacity=30);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
}

.w-custom {
  padding: 6px 0;
  float: right;
}

/*-----------------------banner------------------*/
.banner_edit {
  top: 50%;
  top: 25%\9;
  *top: 25%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #fff;
}

:root .banner_edit {
  top: 50%;
}

.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
  width: 50px !important;
  height: 50px !important;
  margin-top: -25px !important;
  background-image: url("../image/bxSlide3.png") !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  background-size: auto !important;
  visibility: hidden;
}

.bx-wrapper .bx-prev {
  background-position: 0 0 !important;
  left: -20px !important;
}

.bx-wrapper .bx-next {
  background-position: -50px -50px !important;
  right: -20px !important;
}

.bx-wrapper:hover .bx-prev, .bx-wrapper:hover .bx-next {
  visibility: visible;
}

.bx-wrapper:hover .bx-prev {
  left: 0 !important;
}

.bx-wrapper:hover .bx-next {
  right: 0 !important;
}

.bx-wrapper .bx-prev:hover {
  background-position: -50px 0 !important;
}

.bx-wrapper .bx-next:hover {
  background-position: 0 -50px !important;
}

.banner .bx-wrapper .bx-prev, .banner .bx-wrapper .bx-next {
  width: 34px !important;
  height: 34px !important;
  margin-top: -17px !important;
  background: url("../image/bxSlide2.png") no-repeat !important;
}

.banner .bx-wrapper .bx-next {
  background-position: 0 -34px !important;
}

.banner .bx-wrapper:hover .bx-prev {
  left: 20px !important;
}

.banner .bx-wrapper:hover .bx-next {
  right: 20px !important;
}

.banner .bx-wrapper .bx-prev:hover {
  background: url("../image/bxSlide2.png") no-repeat !important;
  background-position: 0 0 !important;
}

.banner .bx-wrapper .bx-next:hover {
  background: url("../image/bxSlide2.png") no-repeat !important;
  background-position: 0 -34px !important;
}

.banner .bx-wrapper .bx-pager {
  bottom: 20px;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff !important;
  width: 7px;
  height: 7px;
  margin: 0 5px;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: width 0.35s;
  -webkit-transition: width 0.35s;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  opacity: 1;
  *filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
  width: 2em;
}

/*---------------footer------------------*/
.w-footer {
  background: #F9F9F9;
  font-size: 92%;
}

.w-footer a {
  color: #666;
}

/*----------------------------组件-----------------------*/
.w-text {
  line-height: 2;
}

.btn-default-w {
  padding: 0.75em 1.6em;
  color: #666;
  text-align: left;
  border: 2px solid #999999;
}

.btn-default-w:hover, .btn-default-w:focus, .btn-global-w:hover, .btn-global-w:focus {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.btn-default-w .btn-inner {
  padding-right: 20px;
  min-width: 5em;
  display: inline-block;
  box-sizing: content-box;
  background: url(../image/btn2.png) no-repeat right center;
}

.btn-default-w:hover .btn-inner {
  background-image: url(../image/btn3.png);
}

.w-social .social-item {
  margin-left: 10px;
  margin-right: 10px;
}

.icon-social {
  background-image: url('../image/icon-social-w.png');
  width: 35px;
  height: 35px;
}

.icon-social-facebook {
  background-position: 0 0;
}

.icon-social-twitter {
  background-position: -35px 0;
}

.icon-social-linkedin {
  background-position: -70px 0;
}

.icon-social-mail {
  background-position: -105px 0;
}

.icon-social-instagram {
  background-position: -140px 0;
}

.icon-social-flickr {
  background-position: -175px 0;
}

.icon-social-pinterest {
  background-position: 0 -35px;
}

.icon-social-google {
  background-position: -35px -35px;
}

.icon-social-rss {
  background-position: -70px -35px;
}

.icon-social-yahoo {
  background-position: -105px -35px;
}

.icon-social-vimeo {
  background-position: -140px -35px;
}

.icon-social-dribbble {
  background-position: -175px -35px;
}

.icon-social-youtube {
  background-position: 0 -70px;
}

.icon-social-douban {
  background-position: -35px -70px;
}

.icon-social-pengyouquan {
  background-position: -70px -70px;
}

.icon-social-weixin {
  background-position: -105px -70px;
}

.icon-social-QQ {
  background-position: -140px -70px;
}

.icon-social-zhihu {
  background-position: -175px -70px;
}

.icon-social-renren {
  background-position: 0 -105px;
}

.icon-social-tenxun {
  background-position: -35px -105px;
}

.icon-social-xinlang {
  background-position: -70px -105px;
}

.icon-social-QQkongjian {
  background-position: -105px -105px;
}

.icon-social-dazong {
  background-position: -140px -105px;
}

.icon-social-tianya {
  background-position: -175px -105px;
}

.icon-social-kaixin {
  background-position: 0 -140px;
}

.icon-social-pengyouweb {
  background-position: -35px -140px;
}

.w-social .social-item:hover .icon-social {
  background-image: url('../image/icon-social-w.png');
}

.search-defaut-w {
  max-width: 100%;
}

.search-defaut-w .search-btn-w {
  top: 0;
  right: 0;
  min-width: 0;
  width: 80px;
  bottom: 0;
  background-image: url(../image/icon_search1.png);
}

.search-defaut-w .search-btn-w:after {
  display: none;
}

.w-header-common .search-defaut-w {
  width: 145px;
}

.w-header-common .search-defaut-w .input-search-w {
  height: 2.3em;
  line-height: 2.3;
  border: 0;
}

.w-header-common .search-defaut-w .search-btn-w {
  width: 30px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background-image: url(../image/icon_search.png);
}

.w-header-common .search-defaut-w .search-btn-w, .w-header-common .search-defaut-w .search-btn-w:hover {
  background-color: #fff;
}

.w-slide .cycle-prev, .w-slide .cycle-next {
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  background: url(../image/bxSlide1.png) no-repeat;
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  *filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.w-slide .cycle-next {
  background-position: -40px -40px;
}

.w-slide .cycle-prev:hover {
  background-position: -40px 0;
}

.w-slide .cycle-next:hover {
  background-position: 0 -40px;
}

.w-slide-page-num .w-page-bottom {
  position: relative;
}

.w-slide-page-num .w-page-bottom .slide-page {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 801;
  text-align: right;
  padding-right: 12px;
}

.w-slide-page-num .slide-page a {
  background: #333;
  height: 18px;
  line-height: 18px;
  min-width: 18px;
  font-size: 12px;
}

.w-lantern a:hover {
  text-decoration: none;
}

.w-lantern-h .w-lantern-in {
  padding: 0 0 90px;
}

.w-lantern-h .lantern_pre, .w-lantern-h .lantern_next {
  bottom: 0;
  top: auto;
  margin-top: 0;
  width: 50px;
  height: 50px;
  background: url(../image/bxSlide.png) no-repeat #788185;
}

.w-lantern-h .lantern_pre {
  background-position: 0 0;
  left: auto;
  right: 50%;
  margin-right: 24px;
}

.w-lantern-h .lantern_next {
  background-position: -50px -50px;
  left: 50%;
  margin-left: 24px;
}

.w-lantern-h .lantern_pre:hover {
  background-position: -50px 0;
}

.w-lantern-h .lantern_next:hover {
  background-position: 0 -50px;
}

.w-service-fixed {
  right: 0;
  bottom: 30px;
  margin-bottom: 0;
}

.anchor {
  width: 10px;
}

.anchor li {
  width: 10px;
  height: 1px;
  background: #999;
  border-radius: 0;
  -webkit-border-radius: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.anchor li.cur {
  width: 40px;
}

.anchor_l li.cur:hover span, .anchor_l li.cur:hover div {
  left: 40px;
}

.anchor_r li.cur:hover span, .anchor_r li.cur:hover div {
  right: 40px;
}

.w-text-form, .w-textarea-form {
  border-color: #D7D8DC;
  background: none;
}

.w-form-area select, .w-select-box {
  background-color: transparent;
  border-color: #D7D8DC;
}

.w-form-file-upload .btn-default-w {
  padding: 0.5em 1em;
}

.w-form-file-upload .btn-default-w .btn-inner {
  padding-right: 0;
  background: none;
  min-width: 0;
}

.w-form-submit .w-buttom .btn-default-w {
  padding: 0.6em 0;
  border: 0;
  min-width: 10em;
  text-align: center;
}

.w-form-submit .w-buttom .btn-default-w .btn-inner {
  padding-right: 0;
  background: none;
  min-width: 0;
}

.imgFloat.captionbgFadeInDefault.textFade .caption {
  bottom: auto;
  text-align: left;
  top: 50%;
  top: 20%\9;
  *top: 20%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  max-height: 80%;
  overflow: hidden;
}

:root .imgFloat.captionbgFadeInDefault.textFade .caption {
  top: 50%;
}

.imgFloat.captionbgFadeInDefault.textFade .captionbg {
  bottom: 0;
}

.imgFloat.captionbgFadeInDefault.textFade .textFadeInDefault {
  opacity: 1;
  *filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.imgFloat.captionbgFadeInDefault.textFade .caption .caption-text {
  padding: 30px;
}

.imgFloat.captionbgFadeInUp.textFade.imgTop img {
  transform: none;
}

.imgFloat.captionbgFadeInUp.textFade.imgTop:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.imgFloat.captionbgFadeInUp.textFade.imgTop .caption {
  text-align: left;
}

.imgFloat.captionbgFadeInUp.textFade.imgTop .caption .caption-text {
  padding: 0.7em 0.5em;
}

.imgFloat.captionbgFadeInUp.textFade.imgTop .captionbg {
  bottom: 0;
}

.imgFloat.captionbgFadeInUp.textFade.imgTop h3 {
  opacity: 1;
  *filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  margin-bottom: 0;
}

.imgFloat.captionbgFadeInUp.textFade.imgTop p {
  height: 0;
  padding-top: 0;
  line-height: 2;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  opacity: 1;
  *filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  margin-bottom: 0;
  font-size: 90%;
}

.imgFloat.captionbgFadeInUp.textFade.imgTop:hover p {
  height: 2em;
}

.w-numCount .numCX {
  color: #222;
}

.w-numCount .indc {
  color: #888;
}

.w-multimg4 .ceil1 .igt_show .imgSize, .w-multimg4 .ceil2 .subItem1 .igt_show .imgSize {
  padding-bottom: 100%;
}

.w-multimg4 .ceil2 .subItem2 .igt_show .imgSize {
  padding-bottom: 50%;
}

.w-multimg4 .igt .text {
  top: 50%;
  top: 10%\9;
  *top: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

:root .w-multimg4 .igt .text {
  top: 50%;
}

.w-multimg4 .igt .text, .w-multimg4 .ceil2 .subItem1 .subCeil .igt .text {
  left: 5%;
  right: 5%;
}

.w-his1 {
  padding-top: 0;
  padding-bottom: 1px;
}

.w-his1:before, .w-his1:after {
  display: none;
}

.w-his1 ul:before {
  top: 20px;
  bottom: 0;
  width: 2px;
  background: #E3E3E3;
}

.w-his1 li {
  margin-top: -40px;
}

.w-his1 li:first-child {
  margin-top: 0;
}

.w-fileNew-btn .w-file-opt a {
  font-size: 92%;
}

/*title*/
.color_main {
  color: #000;
}

.color_vice {
  color: #999;
}

.w-title {
  margin-top: 0;
  margin-bottom: 15px;
}

.w-title .title-h-in>span {
  font-family: Arial, Helvetica, sans-serif;
}

.w-title1 h2 {
  font-size: 32px;
  line-height: 1.5;
}

.w-title1 .title-h-in>span {
  font-size: 115%;
  line-height: 1.5;
}

.w-title1 .simpline {
  margin: 0.3em auto 0;
  height: 3px;
  width: 45px;
}

.w-title2 {
  background: none;
  padding: 0;
}

.w-title2 .title-h-in h2 {
  font-size: 32px;
  color: #000;
}

.w-title2 .more {
  border: 1px solid #999999;
  color: #888;
  padding: 0.2em 1.2em;
  margin-top: -1em;
}

.w-title3 h2 {
  font-size: 32px;
}

.w-title4 h2 {
  padding: 0.3em 0.7em;
  font-size: 20px;
  background: none;
}

.w-title4 .more {
  color: #333;
}

.w-title5 .w-title-in, .w-title17 .w-title-in, .w-title19 .w-title-in, .w-title21 .w-title-in, .w-title32 .w-title-in {
  max-width: 100%;
}

.w-title8 {
  background: #F1F1F1;
}

.w-title8 h2 {
  font-size: 22px;
}

.w-title8 h2 span {
  font-size: 70%;
}

.w-title16 h2 {
  font-size: 32px;
  line-height: 1.5;
  display: inline-block;
  *display: inline;
  padding-left: 30px;
  padding-right: 40px;
  background: url(../image/tit16_0.png) no-repeat right top;
}

.w-title16 .title-h-in>span {
  font-size: 100%;
  line-height: 1.5;
  display: block;
}

.w-title17 .more {
  background: none;
}

.w-title37 .tit_h {
  background: none;
  padding-left: 0;
}

.w-title37 .tit_h .tit_h_in {
  background: none;
  position: relative;
  padding-right: 0;
}

.w-title37 .tit_h .tit_h_in:before {
  content: '';
  position: absolute;
  left: 100%;
  top: -20px;
  width: 100px;
  height: 46px;
  background: url(../image/tit37_0.png) no-repeat center;
}

.w-title37 h2 {
  font-size: 36px;
}

.w-title38 {
  border-bottom: 0;
  position: relative;
  padding-bottom: 0.6em;
}

.w-title38:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3em;
  height: 3px;
}

.w-title38 .tith {
  line-height: 1.7;
}

.w-title38 .tith span {
  font-size: 24px;
  color: #999;
}

.w-title38 h2 {
  font-size: 36px;
}

.w-title34 .tith .line {
  background: #d9d9d9;
}

.w-title6 .tith h2, .w-title9 h2, .w-title10 .title-h-in h2, .w-title12 h2, .w-title13 h2, .w-title18 .tith h2 {
  font-size: 32px;
}

.w-title6 .tith h2, .w-title18 .tith h2 {
  line-height: 1.5;
}

/*--------------------系统------------------------*/
.systitle {
  color: #fff;
  font-size: 24px;
  padding: 0.7em 17px;
  text-align: left;
}

.crumbs, .w-breadcrumbs {
  line-height: 1.5;
  background: url(../image/icon_home.png) no-repeat 2px center;
  padding: 0 0 0 30px;
}

.crumbs a, .w-breadcrumbs a {
  color: #555;
}

.w-pages {
  text-align: center;
}

.w-pages a {
  border: 1px solid #DDDDDD;
  color: #555;
  background: none;
  margin-left: 3px;
  margin-right: 3px;
  line-height: 2.3;
  padding-top: 0;
  padding-bottom: 0;
  min-width: 2.3em;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.w-pages a:hover, .w-pages a.cur {
  background: #333;
  color: #fff;
  border: 1px solid #333;
}

.w-pages a.disabled, .w-pages a.disabled:hover {
  border: 1px solid #CCCCCC;
  color: #666;
  background: none;
}

/*-----------------------------产品----------------------*/
.w-prd-more a, .w-prd-list .w-prd-more a {
  color: #666;
  font-size: 92%;
}

.w-prd-list-cell .w-prd-infobox h2 {
  margin-bottom: 0.2em;
}

.w-prd-list-cell .w-prd-infobox h2, .w-product .w-prd-infobox h2 {
  font-size: 115%;
}

.w-prd-list-cell .w-prd-sum {
  line-height: 1.5;
  color: #999;
}

.w-prd-list .w-prd-sum {
  font-size: 92%;
}

.w-prd-list-cell .w-prd-price-groups {
  margin-bottom: 0;
}

.w-prd-list-cell .w-prd-price-groups .product-price-prefix {
  font-weight: normal;
}

.w-prd-list-cell .w-prd-btns {
  display: none;
}

.w-prd-list-cell .w-prd-infobox h2 a:hover {
  text-decoration: none;
}

.w-prd-list-cell .w-prd-price-groups>div {
  font-size: 100%;
}

.w-prd-list-cell .w-prd-price-groups .w-prd-price-sale {
  color: #EB4346;
}

.w-prd-list1 .w-prd-sum {
  line-height: 1.5;
  max-height: 4.5em;
}

.w-prd-list2 .w-prd-list-in {
  margin-left: -12px;
  margin-right: -12px;
}

.w-prd-list2 .w-prd-list-cell {
  float: left;
  width: 50%;
  margin-bottom: 24px;
}

.w-prd-list2 .w-prd-list-cell-in {
  margin: 0 15px;
  border: 1px solid #e9e9e9;
  background: #fff;
  padding: 20px 0 20px 20px;
}

.w-prd-list2 .w-prd-list-cell .w-prd-con {
  background: none;
}

.side_left .w-prd-list2 .w-prd-list-in {
  margin-left: -10px;
  margin-right: -10px;
}

.side_left .w-prd-list2 .w-prd-list-cell {
  margin-bottom: 20px;
}

.side_left .w-prd-list2 .w-prd-list-cell-in {
  margin: 0 10px;
  padding: 1em 0 1em 1em;
}

.w-prd-list2 .w-prd-list-cell .w-prd-btns {
  display: none;
}

.w-prd-list2 .w-prd-list-cell .w-prd-imgbox {
  width: 50%;
}

.w-prd-list2 .w-prd-list-cell .w-prd-infobox {
  margin-left: 50%;
  padding-left: 4%;
  padding-bottom: 1.5em;
}

.w-prd-list2 .w-prd-infobox h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0.8em;
}

.w-prd-list2 .w-prd-list-cell .w-prd-sum {
  line-height: 1.7;
  height: 5em;
  overflow: hidden;
}

.w-prd-list2 .w-prd-list-cell .w-prd-more {
  position: absolute;
  right: 1.5em;
  bottom: 0.3em;
}

.w-productList {
  margin-left: -10px;
  margin-right: -10px;
}

.w-productList .w-prd-list-cell {
  margin-bottom: 20px;
}

.w-productList .w-prd-list-cell .w-prd-list-cell-in {
  margin: 0 10px;
}

.w-productList .prd_pre, .w-productList .prd_next {
  background: url(../image/bxSlide1.png) no-repeat;
  background-color: rgba(0, 0, 0, 0.3);
  width: 40px;
  height: 40px;
  margin-top: -30px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  visibility: hidden;
}

.w-productList .prd_pre {
  left: -17px;
  background-position: 0 0;
  visibility: hidden;
}

.w-productList .prd_next {
  right: -17px;
  background-position: -40px -40px;
}

.w-productList:hover .prd_pre, .w-productList:hover .prd_next {
  visibility: visible;
}

.w-productList:hover .prd_pre {
  left: 13px;
}

.w-productList:hover .prd_next {
  right: 13px;
}

.w-productList .prd_pre:hover {
  background-position: -40px 0;
}

.w-productList .prd_next:hover {
  background-position: 0 -40px;
}

.w-productList2 .w-prd-list-cell .w-prd-con {
  background: none;
}

.w-productList3 {
  margin-left: -1px;
  margin-right: -1px;
}

.w-productList3 .w-prd-list-cell .w-prd-list-cell-in {
  margin: 0 1px;
}

.w-productList3 .w-prd-list-cell:hover .w-prd-con .w-prd-infoboxBox .w-prd-infobox {
  padding-top: 20%;
}

.w-productList3 .w-prd-list-cell .w-prd-infobox h2 {
  border-bottom: 0;
}

.w-productList3 .w-prd-list-cell:hover .w-prd-infobox h2 {
  font-size: 20px;
  margin-bottom: 0.2em;
}

.w-productList3 .w-prd-list-cell .w-prd-sum {
  max-width: 400px;
  margin: 0 auto;
  line-height: 2;
}

.w-productList3:hover .prd_pre {
  left: 0;
}

.w-productList3:hover .prd_next {
  right: 0;
}

.prd_pageState span {
  width: 30px;
  height: 3px;
  margin: 0 5px;
  border-radius: 0;
  -webkit-border-radius: 0;
  background: #B9B9B9;
}

.w-product .imgSearch .imgbg, .w-productList .imgSearch .imgbg, .prd_imgbgBlack .imgbg {
  opacity: 0.5;
  *filter: alpha(opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

.w-product .imgSearch .imgSearchBox .icon_search, .w-productList .imgSearch .imgSearchBox .icon_search {
  background-image: url(../image/icon_adore.png);
}

.product-detail-top1 .product-detail-images, .product-detail-top3 .product-detail-images {
  width: 44%;
}

.product-detail-top1 .product-detail-info, .product-detail-top3 .product-detail-info {
  margin-left: 48%;
}

.product-detail-images .product-detail-image-small .img-small-item {
  width: 18%;
}

.product-detail-info .product-title {
  margin-bottom: 1.5em;
  padding-bottom: 0;
}

.product-detail-info .product-title h2 {
  font-size: 24px;
  color: #fff;
  background: #333;
  padding: 0.2em 0.7em;
  line-height: 1.5;
  font-weight: normal;
}

.product-title-top h2 {
  margin: 0;
  color: #000;
  font-size: 28px;
  font-weight: normal;
}

.product-detail-info .product-grayBox .product-prices {
  line-height: 1.2;
}

.product-detail-info .product-grayBox {
  background: none;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

.product-detail-info .product-short-sum {
  line-height: 2;
  opacity: 1;
}

.product-detail-top2 .bx-wrapper .bx-pager.bx-default-pager {
  position: relative;
}

.product-detail-top2 .bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 8px;
  background: #B9B9B9;
}

.info_tab_in {
  border-color: #ddd;
}

.info_tab ul {
  padding: 0;
}

.info_tab li {
  border: 0;
  background: none;
  margin-bottom: 0;
}

.info_tab li a {
  color: #333;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  display: block;
  font-size: 120%;
}

.info_tab li:first-child a {
  padding-left: 0;
}

.descon_item, .fileListBox, .msgLBox {
  padding-left: 0;
  padding-right: 0;
}

/*----------------------------新闻-------------------------*/
.w-News-list1 li, .w-News-list2 li .news-item, .w-News-list3 li, .w-News-list4 li, .w-News-list6 li, .w-News-list7 li, .w-adNews4 li, .w-adNews5 li, .w-adNews6 .adNewsTL li, .w-adNews8 li {
  border-color: #e6e6e6;
}

.w-News-list .news-com .news-h {
  font-weight: normal;
  font-size: 125%;
}

.w-News-list .news-sum {
  color: #999;
  font-size: 95%;
}

.w-News-list .news-com .date {
  color: #999;
  font-size: 90%;
}

.w-News-list1 li {
  padding: 0;
  margin-bottom: 20px;
}

.w-News-list1 .news-imgbox {
  width: 230px;
}

.w-News-list1 .news-com {
  margin-left: 260px;
}

.w-News-list1 .news-com .news-h {
  margin-bottom: 0.5em;
}

.w-News-list1 .news-com .date, .w-News-list1 .news-com .news-sum {
  margin-top: 0;
}

.w-News-list2 {
  margin-left: -17px;
  margin-right: -17px;
}

.w-News-list2 li {
  width: 33.333%;
  margin-bottom: 30px;
}

.w-News-list2 li:nth-child(3n+1) {
  clear: both;
}

.w-News-list2 li .news-item {
  margin: 0 17px;
  border: 0;
}

.w-News-list2 .news-item .news-com {
  padding: 20px 0 0;
}

.w-News-list2 .news-com .news-h {
  line-height: 1.5;
  white-space: normal;
  word-break: normal;
}

.w-News-list2 .news-com .date {
  margin-top: 0.3em;
}

.w-News-list2 .news-com .news-sum {
  line-height: 1.8;
  height: auto;
  max-height: 3.5em;
  margin-top: 0.5em;
}

.w-News-list6 li {
  padding: 0;
  margin-bottom: 20px;
}

.w-News-list6 .news-imgbox {
  width: 230px;
}

.w-News-list6 .news-com {
  margin-left: 260px;
}

.w-News-list7 {
  overflow: visible;
}

.w-News-list7 li {
  border-bottom: 1px solid #f9f9f9;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  overflow: visible;
}

.w-News-list7 li:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.w-News-list7 li:nth-child(odd):before {
  content: '';
  position: absolute;
  background: #f9f9f9;
  top: 0;
  bottom: 0;
  width: 3000px;
  left: 50%;
  margin-left: -1500px;
}

.w-News-list7 li .news-item {
  padding: 40px 120px 40px 15px;
  position: relative;
}

.w-News-list7 li .news-item:before, .w-News-list7 li .news-item:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  background: #666;
}

.w-News-list7 li .news-item:before {
  width: 28px;
  height: 2px;
  margin-top: -1px;
}

.w-News-list7 li .news-item:after {
  height: 28px;
  width: 2px;
  margin-top: -14px;
  right: 13px;
}

.w-News-list7 li .date {
  margin-right: 45px;
  padding: 0 30px 0 0;
  text-align: left;
  position: relative;
}

.w-News-list7 li .date:before {
  content: '';
  position: absolute;
  width: 1px;
  right: 0;
  top: 10px;
  bottom: 0;
  background: #E5E5E5;
}

.w-News-list7 li .date .date-day {
  background: none;
  color: #555;
  font-weight: bold;
  font-size: 48px;
  line-height: 1.1;
}

.w-News-list7 li .date .date-yearMonth {
  background: none;
  color: #666;
  font-size: 89%;
  line-height: 1.2;
  padding: 0;
}

.w-News-list7 .news-com .news-h {
  font-size: 120%;
}

.side_left .w-News-list7 {
  overflow: hidden;
}

.side_left .w-News-list7 li:nth-child(odd):before {
  display: none;
}

.w-News-list8 {
  margin-left: 0;
  margin-right: 0;
}

.w-News-list8 .w-News-list-in {
  margin-left: -10px;
  margin-right: -10px;
}

.w-News-list8 li .news-item {
  margin-left: 10px;
  margin-right: 10px;
}

.w-News-list8 .news-item .news-com {
  bottom: 0;
}

.w-News-list8 .news-item .news-com .news-h a:hover {
  color: #fff;
}

.w-News-list10 li {
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 7px;
  -webkit-border-radius: 7px;
}

.w-News-list10 li .news-item:hover {
  background: none;
}

.w-News-list10 li .news-com .text_con .news-h {
  font-size: 20px;
}

.w-News-list10 li .news-sum {
  font-size: 16px;
}

.w-News-list10 li .news-com .text_con .news-sum, .w-News-list10 li a:hover .news-com .text_con .news-sum {
  color: #999;
}

.w-News-list10 li .news-com .date {
  color: #e4e4e4;
  padding-bottom: 50px;
}

.w-News-list10 li .news-com .date:before {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 25px;
  width: 33px;
  height: 23px;
  background: url(../image/icon_n.png) no-repeat center;
  background-position: -33px 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.w-News-list10 li a:hover .news-com .date {
  color: #aaa;
}

.w-News-list10 li a:hover .news-com .date:before {
  background-position: 0 0;
}

.w-News-list18 li .news-imgbox {
  float: left;
  width: 220px;
}

.w-News-list18 li .news-com {
  margin-left: 220px;
  padding-right: 0;
  padding-left: 50px;
  margin-right: 0;
}

.w-News-list18 li .news-com .date {
  margin-top: 2px;
  position: relative;
  color: #999;
}

.w-News-list18 li .news-com .date:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -45px;
  width: 35px;
  height: 35px;
  background: url(../image/n_adore.png) no-repeat -35px 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.w-News-list18 li:hover .news-com .date:before {
  background-position: 0 0;
}

.w-News-list18 li .news-com .date .year {
  font-size: 20px;
}

.w-News-list18 li .news-com .date .day_month {
  margin-top: 0;
}

.w-News-list18 li .news-com .text_con .news-h {
  font-size: 125%;
}

.w-adNews a {
  color: #000;
}

.w-adNews .date {
  font-size: 90%;
}

.w-adNews .news-sum {
  font-size: 90%;
  color: #999;
}

.w-adNews1 li .news-item .news-com .news-h a {
  color: #000;
}

.w-adNews1 li .news-item .news-com .news-sum {
  color: #666;
  font-size: 100%;
}

.w-adNews2 li {
  width: 33.333%;
  margin-bottom: 30px;
}

.w-adNews2 li:nth-child(3n+1) {
  clear: both;
}

.w-adNews2 li .news-item {
  margin: 0 17px;
  border: 0;
}

.w-adNews2 li .news-item .news-com {
  padding: 20px 0 0;
}

.w-adNews2 li .news-item .news-com .news-com-top {
  margin-bottom: 0.3em;
}

.w-adNews2 li .news-item .news-com .news-com-top .viewDetail {
  display: none;
}

.w-adNews2 .news-com .news-h {
  line-height: 1.5;
  white-space: normal;
  word-break: normal;
}

.w-adNews2 .news-com .news-sum {
  line-height: 1.8;
  height: auto;
  max-height: 3.5em;
  margin-top: 0.5em;
}

.w-adNews3 {
  background: #fff;
}

.w-adNews3 .w-adNews-imgs .news-img .news-buoy-content .mask {
  background: #222;
}

.w-adNews3 .w-adNews-texts li .w-adNews-textH h3 {
  font-size: 115%;
}

.w-adNews3 .w-adNews-imgs .adNews3prev, .w-adNews3 .w-adNews-imgs .adNews3next {
  background-color: #0C6AB9;
}

.w-adNews3 .w-adNews-texts li .w-adNews-textH p, .w-adNews3 .w-adNews-texts li .w-adNews-textH .news-sum {
  color: #727272;
  opacity: 0.98;
  *filter: alpha(opacity=98);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=98);
}

.w-adNews3 .w-adNews-texts li .numberQ {
  background: #454545;
  color: #fff;
  border-color: #454545;
}

.w-adNews3 .w-adNews-texts li {
  border-color: #f2f2f2;
}

.w-adNews3 .w-adNews-imgs .adNews3prev {
  background-image: url("../image/adNews3prev_white.png");
}

.w-adNews3 .w-adNews-imgs .adNews3next {
  background-image: url("../image/adNews3next_white.png");
}

.w-adNews4 li .date {
  line-height: 2.8;
}

.w-adNews6 .adNewsF .news-h {
  font-size: 110%;
}

.w-adNews6 .adNewsF .news-sum {
  font-size: 90%;
}

.w-adNews7 .adNewsL li {
  background-color: #f6f6f6;
}

.adNews7datebg {
  background: #e9e9e9;
}

.w-adNews7 .adNewsL li .news-com .news-h a:hover {
  text-decoration: underline;
}

.w-adNews7 .news-sum {
  color: #777;
}

.w-adNews7 .adNewsL li:hover .news-com .news-sum, .w-adNews7 .adNewsR .news-com .news-sum {
  color: #bbb;
}

.w-adNews7 .adNewsR .news-com .news-sum {
  max-height: 4.3em;
}

.w-adNews8 li {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.w-adNews8 li .news-h {
  width: 100%;
  float: none;
  font-weight: normal;
  line-height: 1.8;
}

.w-adNews8 li .date {
  width: 100%;
  float: none;
  text-align: left;
  line-height: 1.3;
  font-size: 90%;
}

.w-adNews9 li {
  border: 1px solid #E1E1E1;
  padding: 25px;
  margin-bottom: 35px;
}

.w-adNews9 li:first-child {
  padding-top: 25px;
}

.w-adNews9 li .date {
  background: none;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
}

.w-adNews9 li .date .date-day {
  font-size: 50px;
  line-height: 1.1;
  font-weight: bold;
}

.w-adNews9 li .date .date-yearMonth {
  font-size: 90%;
}

.w-adNews9 li .news-com .news-h {
  font-size: 125%;
}

.w-adNews9 li .news-com .news-sum {
  line-height: 1.5;
  height: 2.9em;
}

.w-adNews11 li .news-together {
  margin-bottom: 1em;
}

.w-adNews11 li .news-sum {
  border-bottom: 0;
}

.w-adNews11 li .news-btn {
  margin-top: 2em;
  padding: 0;
  width: 80px;
  height: 30px;
  border: 0;
  background: url(../image/add2.png) no-repeat center #BD0708;
}

.w-adNews11 li .news-btn .btn-inner {
  display: none;
}

.w-adNews12 li .date, .w-adNews13 li .date, .w-adNews14 li .date {
  line-height: 3;
}

.newsDetail .newsTitle {
  font-size: 26px;
  margin-bottom: 0.2em;
  color: #000;
}

.newsDetail .newsST, .newshare {
  line-height: 1.5;
  color: #999;
  font-size: 90%;
}

.newsDetail .newsContent {
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  color: #333;
  font-size: 16px;
}

.news-others {
  padding-right: 0;
  margin-top: 50px;
}

.news-others .pre-next {
  overflow: hidden;
}

.news-others .pre-next .news-prev, .news-others .pre-next .news-next {
  width: 49.5%;
  float: left;
  background: #F1F1F1;
  padding: 25px 5%;
}

.news-others .pre-next .news-next {
  float: right;
}

.news-others .link-r {
  position: relative;
  top: 0;
  margin-top: 1.2em;
  margin-bottom: 2em;
  left: 0;
  text-align: center;
}

.news-others .link-r a {
  line-height: 2.8;
  min-width: 8em;
}

/*---------------------faq----------------------*/
.w-faq-list2 li .faq_tit {
  color: #000;
}

.w-faq-list3 {
  padding-bottom: 1px;
}

.w-faq-list3 li {
  margin-bottom: 10px;
  border: 1px solid #eee;
}

.w-faq-list3 li .faq_tit {
  font-size: 100%;
  color: #000;
  background: none;
}

.w-faq-list3 li .faq_tit h3 {
  padding: 1em 0.5em 1em 1em;
  font-size: 110%;
}

.w-faq-list3 li .faq_tit .icon_adore {
  right: 1em;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: url(../image/dn1.png) no-repeat center;
}

.w-faq-list3 li.open .faq_tit .icon_adore {
  background-image: url(../image/dn2.png);
  background-position: center center;
}

.w-faq-list3 li.open .faq_tit {
  background: #F9F9F9;
  color: #000;
}

.w-faq-list3 li .faq_det {
  padding: 1em 1em 2em;
  line-height: 2;
}

.w-fold1 li .fd_t {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  background: none;
}

.w-fold1 li .fd_t .icon_adore {
  width: 24px;
  height: 24px;
  background: url(../image/dn1.png) no-repeat center;
  margin-top: -12px;
  border: 0;
}

.w-fold1 li.open .fd_t .icon_adore {
  background-image: url(../image/dn2_1.png);
  margin-top: -12px;
}

/*----------------------菜单----------------------------*/
.w-com-menu li>.div-parent>.fa-plus::before {
  content: "\f107";
}

.w-com-menu li.open>.div-parent>.fa-plus::before {
  content: "\f106";
}

/*-----------------------会员中心和购物车--------------------*/
.body-login-special .w-admin-header {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.body-login-special .w-nav .nav_simpline_cur {
  bottom: 0;
}

.w-admin-header .w-admin-nav {
  float: right;
}

.w-admin-header .w-admin-nav a {
  color: #5c5c5c;
}

/*---------------------登录注册--------------------------*/
.body-login {
  background: #fff;
}

.signbox-A .login-h2A, .login-input-A, .register-A a, .password-forget-A a, .login-button-A, .signfoot, .login-checkA span {
  color: #666;
}

input[class*='login-input-A']::-webkit-input-placeholder {
  color: #666;
}

input[class*='login-input-A']:-moz-placeholder {
  color: #666;
}

input[class*='login-input-A']::-moz-placeholder {
  color: #666;
}

input[class*='login-input-A']:-ms-input-placeholder {
  color: #666;
}

.sign-content-A {
  background-image: url("../image/signboxbg.png");
}

.login-button-A {
  background-image: url("../image/signbtnbg.png");
}

.login-checkA input.checked[type="checkbox"]+label {
  background-image: url("../image/login-checked.png");
}

.login-input-A, .login-button-A, .login-checkA label {
  border-color: #999;
}

.order-progress .order-progress-line .order-progress-line-sec .curcle {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
}

.order-progress .order-progress-text {
  font-size: 14px;
}

@media (min-width:478px) {}

@media (min-width:768px) {

  /*---------------------------菜单-------------------------*/
  .side_bar {
    width: 230px;
  }

  .side_left {
    margin-left: 260px;
  }

  .w-com-menu-V {
    text-align: left;
    background: #fff;
  }

  .w-com-menu-V .systitle {
    margin-bottom: 1px;
    padding: 22px 15px 22px 30px;
    text-align: left;
    font-size: 24px;
  }

  .w-com-menu-V .fa {
    font-size: 100%;
    font-weight: normal;
    right: 0;
    top: 11px;
    bottom: auto;
    color: #000;
  }

  .w-com-menu-V>.w-com-menu-in>.ul-parent {
    border: 0;
    margin-top: 4px;
  }

  .w-com-menu-V>.w-com-menu-in>.ul-parent>.li-parent {
    border: 1px solid #E5E5E5;
    margin-bottom: 2px;
  }

  .w-com-menu-V>.w-com-menu-in>.ul-parent>.li-parent>.div-parent {
    background: none;
    border: 0;
  }

  .w-com-menu-V>.w-com-menu-in>.ul-parent>.li-parent>.div-parent a {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    padding: 12px 40px 12px 30px;
    position: relative;
  }

  .w-com-menu-V>.w-com-menu-in>.ul-parent>.li-parent>.div-parent a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 20px;
    width: 20px;
    bottom: 0;
    background: url(../image/add.png) no-repeat center;
  }

  .w-com-menu-V>.w-com-menu-in>.ul-parent>.li-parent:hover>.div-parent a:before, .w-com-menu-V>.w-com-menu-in>.ul-parent>.li-parent.cur>.div-parent a:before {
    background-image: url(../image/minus.png);
  }

  .w-com-menu-V>.w-com-menu-in>.ul-parent>.li-parent>.div-parent>.fa-plus {
    position: absolute;
    top: 1px;
    right: 0;
    width: 40px;
    height: 46px;
  }

  .w-com-menu-V>.w-com-menu-in>.ul-parent>.li-parent>.div-parent>.fa-plus:before {
    content: '';
    position: absolute;
    top: 0;
    right: 20px;
    width: 20px;
    height: 46px;
    background: url(../image/add.png) no-repeat center #fff;
  }

  .w-com-menu-V>.w-com-menu-in>.ul-parent>.li-parent:hover>.div-parent>.fa-plus:before, .w-com-menu-V>.w-com-menu-in>.ul-parent>.li-parent.cur>.div-parent>.fa-plus:before, .w-com-menu-V>.w-com-menu-in>.ul-parent>.li-parent.open>.div-parent>.fa-plus:before {
    background: url(../image/minus.png) no-repeat center #cc0000;
  }

  .w-com-menu-V li a {
    padding: 0 15px;
    font-size: 100%;
    line-height: 1.8;
  }

  .w-com-menu-V>.w-com-menu-in>.ul-parent>.li-parent:hover>.div-parent {
    box-sizing: content-box;
  }

  .w-com-menu-V .ul-submenu {
    background: none;
    padding: 5px 0 5px 30px;
  }

  .w-com-menu-V .ul-submenu a {
    color: #666;
    position: relative;
    padding-left: 14px;
    font-size: 14px;
  }

  .w-com-menu-V .ul-submenu a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 8px;
    background: #CCCCCC;
  }

  .w-com-menu-V .ul-submenu .div-parent {
    padding: 5px 0;
  }

  .w-com-menu-V .ul-submenu .li-parent .div-parent {
    border-bottom: 0;
  }

  .w-com-menu-V .ul-submenu .li-parent .div-parent .fa {
    line-height: 1.8;
    top: 5px;
    right: 13px;
  }

  .w-com-menu-V .ul-submenu .ul-submenu {
    background: none;
    padding-left: 15px;
  }

  .w-com-menu-V .ul-submenu .ul-submenu .div-parent {
    padding: 0;
  }

  .w-com-menu-H {
    margin-top: -40px;
    position: relative;
    margin-bottom: 40px;
  }

  .w-com-menu-H:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1500px;
    width: 3000px;
    background: #F5F8FF;
  }

  .w-com-menu-H .w-com-menu-in {
    position: relative;
    z-index: 2;
  }

  .w-com-menu-H>.w-com-menu-in:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }

  .w-com-menu-H li {
    margin: 0;
  }

  .w-com-menu-H li a {
    color: #444;
  }

  .w-com-menu-H>.w-com-menu-in>.ul-parent>li {
    float: left;
  }

  .w-com-menu-H>.w-com-menu-in>.ul-parent>li>.div-parent a {
    padding: 0 20px;
    color: #000;
    line-height: 76px;
    display: block;
    font-size: 16px;
    position: relative;
    z-index: 1;
  }

  .w-com-menu-H .ul-submenu {
    top: 76px;
    padding-top: 15px;
  }

  .w-com-menu-H .ul-submenu .ul-submenu {
    top: 28px;
  }

  .w-com-menu-H .ul-submenu li .div-parent {
    margin: 0 5px;
  }

  .w-com-menu-H .ul-submenu li a {
    line-height: 2;
    color: #555;
    font-size: 15px;
  }

  .w-com-menu-H .ul-submenu .ul-submenu-up {
    display: none;
  }

  .w-com-menu-H2 {
    border-bottom: 0;
    margin-top: -40px;
    position: relative;
    padding: 45px 0 30px;
  }

  .w-com-menu-H2:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3000px;
    margin-left: -1500px;
    background: #f9f9f9;
  }

  .w-com-menu-H2 .w-com-menu-in {
    position: relative;
    z-index: 1;
  }

  .w-com-menu-H2 .systitle {
    display: none;
  }

  .w-com-menu-H2>.w-com-menu-in>.ul-parent>.li-parent {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 12px;
  }

  .w-com-menu-H2>.w-com-menu-in>.ul-parent>.li-parent>.div-parent a {
    font-weight: normal;
    font-size: 100%;
    line-height: 34px;
  }

  .w-com-menu-H2>.w-com-menu-in>.ul-parent>.li-parent>.div-parent:after {
    line-height: 34px;
  }

  .w-com-menu-H2 a {
    margin-bottom: 12px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }

  .w-com-menu-H2 .ul-submenu a {
    padding: 0 20px;
    line-height: 34px;
  }

  .w-com-menu-H2 .ul-submenu a:hover, .w-com-menu-H2 .ul-submenu li.cur a {
    background: #333;
    color: #fff;
  }

  .order-progress .order-progress-line .order-progress-line-sec .line {
    width: 111px;
  }
}

@media (min-width:1000px) {
  .side_bar {
    width: 22.5%;
  }

  .side_left {
    margin-left: 25%;
  }

  .w-numCount .numCX {
    font-size: 66px;
  }

  .w-numCount .numU .unitC {
    font-size: 22px;
  }

  .w-numCount .indc {
    font-size: 18px;
  }
}

@media (min-width:1201px) {
  .body-login .w-admin-header .w-admin-nav {
    float: right;
    margin-left: 0;
  }

  .w-logo h1 {
    line-height: 95px;
  }

  .w-logo-img {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 85px;
  }

  .w-logo-img img {
    max-height: 85px;
  }

  .w-nav .li-parentOne-div .fa {
    display: none;
  }

  .w-nav .submenu {
    background: #333;
  }

  .w-nav .submenu li {
    width: 200px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .w-nav .submenu li:last-child {
    border-bottom: 0;
  }

  .w-nav .submenu li .submenu {
    left: 200px;
  }

  .w-admin-shopCart {
    position: absolute;
    left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 2;
    top: -35px;
  }

  .w-admin-shopCart a {
    background: none;
    padding: 7px 10px;
  }

  .w-admin-shopCart a span, .w-admin-shopCart a .fa-angle-right {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }

  .w-admin-shopCart a .num {
    left: 111px;
  }

  .w-nav .li-parent-div .fa-plus:before {
    content: "\f105";
  }

  .w-admin-header .w-admin-nav {
    margin-left: 15px;
  }

  /*---------------------------topLogBox--------------------------*/
  .w-admin-shopCart {
    left: 50%;
    margin-left: -600px;
    right: auto;
  }

  .w-nav .nav_inner>li {
    margin: 0 20px;
  }

  .w-adNews4 li {
    padding: 0.3em 0;
  }

  .w-slide .cycle-prev, .w-slide .cycle-next {
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }

  .w-slide .cycle-prev {
    left: -20px;
  }

  .w-slide .cycle-next {
    right: -20px;
  }

  .w-slide:hover .cycle-prev, .w-slide:hover .cycle-next {
    opacity: 1;
  }

  .w-slide:hover .cycle-prev {
    left: 0;
  }

  .w-slide:hover .cycle-next {
    right: 0;
  }

  .side_bar {
    width: 19.5%;
  }

  .side_left {
    margin-left: 22%;
  }
}

@media (min-width:768px) and (max-width:1200px) {
  .w-com-menu-H {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width:1600px) {
  .w-adNews9 li {
    padding: 20px;
    margin-bottom: 25px;
  }

  .w-adNews9 li:first-child {
    padding-top: 20px;
  }
}

@media (max-width:1366px) {
  .body {
    font-size: 14px;
  }

  .imgFloat.captionbgFadeInDefault.textFade .caption .caption-text {
    padding: 15px 10px;
  }

  .w-adNews9 li {
    padding: 1em;
    margin-bottom: 1.2em;
  }

  .w-adNews9 li:first-child {
    padding-top: 1em;
  }
}

@media (max-width:1200px) {
  html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
  }

  body {
    height: 100%;
    min-width: 100%;
  }

  .body {
    padding-top: 1.4rem;
  }

  .w-header-common {
    padding-left: 0;
  }

  .w-custom {
    padding-left: 5px;
    padding-right: 5px;
    display: none;
  }

  /*--------------------header---------------------*/
  .w-admin-header, .body-login .w-admin-header, .w-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0;
    height: 1.4rem;
    z-index: 3000;
    color: #333;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }

  .row_top {
    display: block;
  }

  .row_top .column {
    float: none;
    width: 100%;
    display: block;
  }

  .row_top .columnL {
    max-width: 100%;
  }

  .row_top .columnM, .row_top .columnR {
    display: none;
  }

  .col-logo, .w-admin-header .col-logo {
    float: none;
    text-align: center;
    padding: 0;
  }

  .w-logo {
    padding: 0 1.2rem;
    height: auto;
    min-height: 0;
    min-width: 0;
  }

  .w-logo h1 {
    font-size: 0.7rem;
    margin-top: 0.25rem;
    margin-bottom: 0;
  }

  .w-logo-img {
    display: block;
    padding: 0.17rem 0.25rem;
    line-height: 1.06rem;
  }

  .w-logo-img img {
    max-height: 1.06rem;
  }

  .w-admin-header .w-logo {
    padding: 0 13.5em 0 1.2rem;
  }

  .col-right {
    position: fixed;
    left: -240px;
    width: 240px;
    background: #fff;
    top: 0;
    bottom: 0;
    padding: 0;
    margin-top: 0px;
    z-index: 10;
    display: block;
    transition: left 0.5s;
    -webkit-transition: left 0.5s;
  }

  .left0 {
    left: 0;
  }

  .w-nav {
    background: none;
    overflow-y: auto;
    height: 100%;
    margin: 0;
    padding: 0;
  }

  .w-admin-header .w-admin-nav {
    margin-left: 0;
    margin-right: 0;
  }

  .w-nav ul {
    list-style: none;
    padding-left: 0;
  }

  .w-nav .nav_inner {
    display: block;
  }

  .w-nav .nav_inner>li {
    display: block;
    float: none;
    text-align: left;
    margin: 0;
  }

  .w-nav .nav_inner>li>a, .w-nav .nav_inner>li>.li-parent-div>a {
    line-height: 2.5;
    padding: 0 10px;
    font-size: 15px;
  }

  .w-nav li:hover .nav_simpline_cur, .w-nav li.active .nav_simpline_cur {
    display: none;
  }

  .w-nav li {
    border-bottom: 0;
    border-top: 0;
    float: none;
  }

  .w-nav li a, .w-nav .submenu li a, .w-admin-header .w-admin-nav a {
    display: block;
    color: #666;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
  }

  .w-nav .nav_inner>li:hover>.submenu, .w-nav .submenu li:hover>.submenu {
    display: none;
  }

  .w-nav .nav_inner>li>.submenu {
    top: 0;
    left: 0;
    margin-left: 0;
    padding: 0;
  }

  .w-nav .submenu {
    position: relative;
    box-shadow: 0;
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
  }

  .w-nav .submenu li {
    width: auto;
  }

  .w-nav .submenu li a {
    font-size: 14px;
  }

  .w-nav .submenu li .submenu {
    left: 0;
    top: 0;
  }

  .w-nav .submenu ul, .w-nav .submenu .submenu ul {
    background: none;
  }

  .w-nav .li-parent-div .fa {
    position: absolute;
    top: 50%;
    margin-top: -1em;
    right: 0;
    width: 4em;
    height: 2em;
    line-height: 2em;
    text-align: right;
    font-size: 150%;
  }

  .w-nav .li-parent-div .fa-plus::before {
    content: "\f107";
    margin-right: 0.5em;
  }

  .w-nav .li-parent-div.open .fa-plus::before {
    content: "\f106";
  }

  .w-nav .submenu li a {
    padding: 0.5em 0.5em 0.5em 1.5em;
    text-align: left;
  }

  .w-nav .submenu .submenu li a {
    padding-left: 2.5em;
  }

  .mobile-nav-toggle {
    display: block;
  }

  .w-nav .nav_simpline_cur {
    display: none;
  }

  .topLogBoxPc {
    display: none;
  }

  .topLogBox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .topLogBox, .topLogBox a {
    color: #6a6a6a;
  }

  .w-languege {
    float: none;
    margin: 0;
    padding: 0.5em;
    border-bottom: 1px solid #e1e1e1;
  }

  .w-loginRegister, .w-shopCart {
    float: none;
    display: inline-block;
  }

  .w-shopCart i {
    background-image: url(../image/shopCart1.png);
  }

  .topLogBox .w-search {
    float: none;
    margin: 0.5em;
  }

  .topLogBox .w-search .input-search-w {
    border-color: #e0e0e0;
    width: 100%;
  }

  .body-login-special .w-admin-header {
    color: #fff;
  }

  .login-navPc {
    display: none;
  }

  .login-navTel {
    display: block;
  }

  .body-login-special {
    padding-top: 1.56rem;
  }

  .body-login-special .w-admin-header .col-logo .w-logo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .body-login .signTel, .body-login-special .signTel {
    right: 0.35rem;
  }

  .body-login .w-admin-header .w-logo, .body-login-special .w-admin-header .w-logo {
    padding-right: 1.2rem;
  }

  /*-----------------------会员中心和购物车--------------------*/
  .w-admin-shopCart, .w-admin-top {
    display: none;
  }

  .mobile-nav-toggle {
    top: 0.35rem;
  }

  .signTel, .shopCartTel, .signQuitTel {
    display: block;
    top: 0.35rem;
  }

  .w-admin-header .w-admin-nav {
    position: fixed;
    left: -240px;
    width: 240px;
    background: #fff;
    top: 0;
    bottom: 0;
    padding: 0;
    margin-top: 0px;
    z-index: 10;
    display: block;
    float: none;
    transition: left 0.5s;
    -webkit-transition: left 0.5s;
  }

  .w-admin-header .left0 {
    left: 0;
  }

  .w-admin-nav .w-nav-in {
    height: 100%;
  }

  .order-progress {
    display: none;
  }

  .w-News-list2 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .w-News-list2 li {
    margin-bottom: 20px;
  }

  .w-News-list2 li .news-item {
    margin: 0 10px;
  }

  .w-adNews2 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .w-adNews2 li {
    margin-bottom: 20px;
  }

  .w-adNews2 li .news-item {
    margin: 0 10px;
  }

  .w-productList .w-prd-list-cell {
    margin-bottom: 1em;
  }

  .w-lantern-h .w-lantern-in {
    padding: 0;
  }

  .w-lantern-h .lantern_pre, .w-lantern-h .lantern_next {
    display: none;
  }
}

@media (max-width:1050px) {
  .w-News-list6 .news-com .news-together {
    padding-right: 0;
  }

  .w-News-list6 .news-com .date {
    display: none;
  }

  .w-News-list6 .news-com .news-sum {
    padding-right: 0;
  }

  .side_left .w-prd-list2 .w-prd-list-cell {
    width: 100%;
  }

  .side_left .w-prd-list2 .w-prd-list-cell .w-prd-imgbox {
    width: 250px;
  }

  .side_left .w-prd-list2 .w-prd-list-cell .w-prd-infobox {
    margin-left: 250px;
  }

  .imgFloat.captionbgFadeInDefault.textFade .caption .caption-text {
    padding: 0.6em 1px 0.7em;
  }
}

@media (max-width:960px) {
  .banner .bx-controls-direction {
    display: none;
  }

  .banner .bx-wrapper .bx-pager {
    bottom: 1em;
  }

  /*----------------------新闻---------------------------*/
  .w-News-list2 .news-item .news-com {
    padding-top: 0.8em
  }

  .w-adNews2 li .news-item .news-com {
    padding-top: 0.8em
  }

  .w-News-list6 .news-com .news-together {
    padding-right: 0;
  }

  .w-News-list6 .news-com .date {
    display: none;
  }

  .w-News-list6 .news-com .news-sum {
    padding-right: 0;
  }

  .w-News-list10 li {
    padding: 0.8em;
  }

  .w-News-list18 li .news-com {
    padding-left: 30px;
  }

  .w-prd-list2 .w-prd-list-cell {
    width: 100%;
  }

  .w-prd-list2 .w-prd-list-cell .w-prd-imgbox {
    width: 250px;
  }

  .w-prd-list2 .w-prd-list-cell .w-prd-infobox {
    margin-left: 250px;
  }

  .w-title1 h2, .w-title16 h2, .w-title2 .title-h-in h2 {
    font-size: 28px;
  }

  .w-title3 h2 {
    font-size: 28px;
  }

  .w-title8 h2 {
    font-size: 18px;
  }

  .w-title38 .tith span {
    font-size: 20px;
  }

  .w-title38 h2 {
    font-size: 30px;
  }

  .w-title6 .tith h2, .w-title9 h2, .w-title10 .title-h-in h2, .w-title12 h2, .w-title13 h2, .w-title18 .tith h2 {
    font-size: 28px;
  }

  .w-title37 h2 {
    font-size: 32px;
  }
}

@media (max-width:767px) {
  .w-foot-content {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
  }

  .banner .bx-wrapper .bx-pager.bx-default-pager a {
    margin: 0 0.5em;
    width: 6px !important;
    height: 6px !important;
  }

  /*----------------------系统页-------------------*/
  .systitle {
    font-size: 125%;
    margin-bottom: 0;
    padding: 0.4em 1em;
    font-weight: normal;
  }

  .crumbs, .w-breadcrumbs {
    font-size: 110%;
  }

  .crumbs .crumbs_in {
    padding-left: 0;
  }

  .w-pages {
    padding-top: 0;
  }

  .product-detail-info .product-grayBox {
    border: 0;
  }

  .prd_detInfo_con {
    border-color: #e0e0e0;
  }

  .w-prd-list1 .w-prd-list-cell {
    margin-bottom: 20px;
  }

  .w-prd-list2 .w-prd-list-in, .side_left .w-prd-list2 .w-prd-list-in {
    margin-left: 0;
    margin-right: 0;
  }

  .w-prd-list2 .w-prd-list-cell, .side_left .w-prd-list2 .w-prd-list-cell {
    margin-bottom: 1em;
  }

  .w-prd-list2 .w-prd-list-cell-in, .side_left .w-prd-list2 .w-prd-list-cell-in {
    margin-left: 0.5em;
    margin-right: 0.5em;
    padding: 1em;
  }

  .w-productList .prd_pre, .w-productList .prd_next {
    display: none;
  }

  .w-productList3 .w-prd-list-cell:hover .w-prd-con .w-prd-infoboxBox .w-prd-infobox {
    padding-top: 1.5em;
  }

  .w-productList3 .w-prd-list-cell:hover .w-prd-infobox h2 {
    font-size: 120%;
  }

  .w-productList3 .w-prd-list-cell .w-prd-sum {
    line-height: 1.3;
    font-size: 90%;
    max-height: 3.8em;
  }

  .prd_pageState span {
    width: 2em;
  }

  .product-detail-top1 .product-detail-images, .product-detail-top3 .product-detail-images {
    width: 100%;
  }

  .product-detail-top1 .product-detail-info, .product-detail-top3 .product-detail-info {
    margin-left: 0;
  }

  .fileListBox, .msgLBox {
    padding-left: 1em;
    padding-right: 1em;
  }

  .info_tab li a {
    font-size: 115%;
  }

  .info_tab li:first-child a {
    padding-left: 1em;
  }

  .w-News-list2 li:nth-child(3n+1) {
    clear: none;
  }

  .w-News-list2 li:nth-child(2n+1) {
    clear: both;
  }

  .w-adNews2 li:nth-child(3n+1) {
    clear: none;
  }

  .w-adNews2 li:nth-child(2n+1) {
    clear: both;
  }

  .w-News-list7 li .news-item {
    padding: 1.2em 1.2em 1.2em 0;
  }

  .w-News-list7 li .news-item:before, .w-News-list7 li .news-item:after {
    display: none;
  }

  .w-News-list7 li .date {
    padding: 0 1.2em;
    margin-right: 1.2em;
  }

  .w-News-list8 .w-News-list-in {
    margin-left: -0.3em;
    margin-right: -0.3em;
  }

  .w-News-list8 li .news-item {
    margin-left: 0.3em;
    margin-right: 0.3em;
  }

  .w-News-list10 li .news-com .text_con .news-h {
    font-size: 120%;
  }

  .w-News-list10 li .news-sum {
    font-size: 95%;
  }

  .w-News-list18 li .news-imgbox {
    width: 28%;
  }

  .w-News-list18 li .news-com {
    margin-left: 28%;
    padding-left: 1em;
  }

  .w-adNews11 li .news-btn {
    margin-top: 1em;
  }

  .w-adNews11 li .news-btn {
    width: 80px;
  }

  .newsDetail {
    padding: 0 1em;
  }

  .newsDetail .newsTitle {
    font-size: 22px;
  }

  .newsDetail .newsContent {
    padding-top: 0.5em;
    font-size: 105%;
  }

  .newsDetail .news-others {
    padding-left: 0;
    padding-right: 0;
  }

  .news-others {
    margin-top: 2.4em;
  }

  .news-others .pre-next .news-prev, .news-others .pre-next .news-next {
    width: 100%;
    margin-bottom: 0.5em;
    padding: 1em 5%;
  }

  .news-others .link-r {
    margin-bottom: 1em;
  }

  .w-his1 li {
    margin-top: 0;
  }
}

@media only screen and (max-width:640px) {
  .w-News-list .news-com .news-h {
    font-size: 115%;
  }

  .w-News-list1 li {
    margin-bottom: 1em;
  }

  .w-News-list1 .news-imgbox {
    width: 28%;
  }

  .w-News-list1 .news-com {
    margin-left: 31%;
  }

  .w-News-list1 .news-com .news-h {
    margin-bottom: 0.2em;
  }

  .w-News-list6 {
    margin-bottom: 0.5em;
  }

  .w-News-list6 li {
    margin-bottom: 1em;
  }

  .w-News-list6 .news-imgbox {
    width: 28%;
  }

  .w-News-list6 .news-com {
    margin-left: 31%;
  }

  .w-News-list6 .news-com .news-sum {
    max-height: 4.3em;
    overflow: hidden;
  }

  .w-News-list1 .aspectRatio, .w-News-list6 .aspectRatio {
    padding-bottom: 75% !important;
  }

  .w-prd-list2 .w-prd-list-cell .w-prd-imgbox, .side_left .w-prd-list2 .w-prd-list-cell .w-prd-imgbox {
    width: 35%;
  }

  .w-prd-list2 .w-prd-list-cell .w-prd-infobox, .side_left .w-prd-list2 .w-prd-list-cell .w-prd-infobox {
    margin-left: 35%;
    padding-bottom: 0;
  }

  .w-prd-list2 .w-prd-infobox h2 {
    font-size: 115%;
    margin-bottom: 0.3em;
  }

  .w-prd-list2 .w-prd-list-cell .w-prd-sum {
    font-size: 92%;
  }

  .w-prd-list2 .w-prd-list-cell .w-prd-more {
    font-size: 90%;
  }
}

@media only screen and (max-width:479px) {
  .body {
    font-size: 0.35rem;
  }

  .w-admin-header .w-logo {
    padding: 0 8.5em 0 1.2rem;
  }

  .topLogBox .w-search .input-search-w {
    height: 2.5em;
    line-height: 2.5em;
  }

  .w-title {
    margin-bottom: 0.5em;
  }

  .w-title1, .w-title16 {
    line-height: 1.3;
  }

  .w-title1 h2, .w-title16 h2 {
    font-size: 150%;
    line-height: 1.3;
  }

  .w-title1 .title-h-in>span {
    font-size: 90%;
  }

  .w-title16 .title-h-in>span {
    font-size: 90%;
  }

  .w-title1 .simpline {
    width: 3em;
  }

  .w-title2 .title-h-in h2 {
    font-size: 150%;
  }

  .w-title2 .more {
    padding: 0.2em 0.5em;
    margin-top: -0.9em;
  }

  .w-title3 h2 {
    font-size: 150%;
  }

  .w-title4 h2 {
    font-size: 130%;
  }

  .w-title8 h2 {
    font-size: 130%;
  }

  .w-title38:before {
    width: 3em;
  }

  .w-title38 .tith span {
    font-size: 110%;
  }

  .w-title38 h2 {
    font-size: 150%;
  }

  .w-title6 .tith h2, .w-title9 h2, .w-title10 .title-h-in h2, .w-title12 h2, .w-title13 h2, .w-title18 .tith h2 {
    font-size: 150%;
  }

  .w-title18 .tith h2 {
    line-height: 1.2;
    margin-bottom: 0.2em;
  }

  .w-title37 h2 {
    font-size: 155%;
  }

  .w-button9 .btn-w {
    width: 8em;
    height: 2.5em;
  }

  .w-News-list1 .news-com .news-sum {
    white-space: normal;
    word-break: normal;
    font-size: 85%;
  }

  .w-News-list1 .news-com .date {
    font-size: 85%;
    line-height: 1.3;
  }

  .w-News-list6 .news-com .news-sum {
    max-height: 2.6em;
  }

  .w-News-list7 li .date .date-day {
    font-size: 300%;
  }

  .w-News-list7 li .date .date-yearMonth {
    font-size: 100%;
  }

  .w-News-list7 .news-com .news-sum {
    line-height: 1.5;
    max-height: 2.8em;
  }

  .w-News-list18 li .news-com {
    padding-left: 0.5em;
  }

  .w-adNews2 {
    margin-left: -0.3em;
    margin-right: -0.3em;
  }

  .w-adNews2 li {
    margin-bottom: 1em;
  }

  .w-adNews2 li .news-item {
    margin: 0 0.3em;
  }

  .w-adNews2 li .news-item .news-com .news-sum {
    line-height: 1.5;
    max-height: 2.9em;
  }

  .w-adNews9 li .date .date-day {
    font-size: 300%;
  }

  .w-adNews9 li .news-com .news-h {
    margin-bottom: 0.2em;
  }

  .newsDetail .newsTitle {
    font-size: 130%;
  }

  .newsDetail .newsST, .newshare {
    font-size: 85%;
  }

  .w-prd-list-cell .w-prd-infobox h2, .w-product .w-prd-infobox h2 {
    font-size: 110%;
  }

  .w-prd-list-cell .w-prd-sum {
    font-size: 90%;
  }

  .w-prd-list1 .w-prd-list-cell {
    margin-bottom: 0.8em;
  }

  .w-prd-list2 .w-prd-list-cell-in, .side_left .w-prd-list2 .w-prd-list-cell-in {
    padding: 0.7em 0 0.7em 0.7em;
  }

  .w-prd-list2 .w-prd-list-cell .w-prd-infobox {
    padding-bottom: 0;
  }

  .w-prd-list2 .w-prd-list-cell .w-prd-sum {
    line-height: 1.3;
    height: 3.8em;
  }

  .w-prd-list2 .w-prd-list-cell .w-prd-more {
    display: none;
  }

  .w-productList {
    margin-left: -0.3em;
    margin-right: -0.3em;
  }

  .w-productList .w-prd-list-cell {
    margin-bottom: 0.6em;
  }

  .w-productList .w-prd-list-cell .w-prd-list-cell-in {
    margin: 0 0.3em;
  }

  .prd_pageState span {
    width: 8px;
    height: 2px;
    margin: 0 3px;
  }

  .product-detail-info .product-title h2, .product-title-top h2 {
    font-size: 130%;
  }
}