body{
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
canvas{
  display: block;
}
.owl-controls-slide .skicon {
  font-size: 50px;
}
.modal-header.modal-no-title{
  display: none;
}
.global-sidebar{
  position: fixed;
  bottom: 10px;
  width: 30px;
  right: 10px;
  z-index: 99999;
}
.global-sidebar .skicon{
  font-size: 30px;
  color: #c8161d;
}

.global-sidebar .gotoTop{
  display: none;
}
.global-sidebar .gotoTop.on{
  display: block;
}
[data-dismiss="modal"]{
  position: absolute;
  top: -34px;
  right: 0;
  -webkit-appearance: none;
  border: none;
  background: none;
  cursor: pointer;
}
[data-dismiss="modal"] .skicon{
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
}
.modal-body .loadinggif{
  width: 50px;
  margin: auto;
}
.global-header {
  height: 60px;
  border-bottom: 1px solid #ccc;
}

.burgermenu-show .global-header-wrapper{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #fff;

}



.burgermenu-show .global-header{
  border-bottom: 1px solid #ccc;
}

.burgermenu-show .index-carousel,.burgermenu-show .global-content-wrapper{
  display: none !important;
}

.global-header-logo {
  width: 80px;
  float: left;
  margin: 0;
  height: 60px;
}

.global-loading-tips{
  color: #ada2a2;
  padding: 10px 0;
}

.global-header-logo a {
  display: block;
  margin-top: 7px;
}

.global-header-nav{
  float: right;
  margin-right: 40px;
}
.global-header-nav .global-header-helper img{
  width: 16px;
  vertical-align: -3px;
  margin-right: 4px;
}
.global-header-nav ul li a {
  height: 60px;
  display: block;
  line-height: 60px;
  padding: 0 20px;
  font-size: 16px;
  margin-left: 4px;
}
.global-header-nav .global-header-helper a{
  color: #c8161d;
  font-size: 14px;
}
.global-header-nav .global-header-helper a span{
  border-bottom: 1px solid #c8161d;
}

.global-header-nav ul li {
  display: none;
}

.global-header-nav ul li.global-header-helper {
  display: block;
}

.m-global-header-nav{
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  background-color: #fff;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 80px;
  display: none;
}

.sitepage.burgermenu-show .m-global-header-nav{
  display: block;
}
.m-global-footer-nav{
  padding: 0 20px;
  background-color: #fff;
}
.m-global-footer-nav ul li:nth-child(1){
    border-top: 1px solid #ccc;
}
.m-global-footer-nav ul li:nth-last-child(1){
  border: none;
}

.m-global-header-nav ul li,.m-global-footer-nav ul li{
  display: block;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.m-global-header-nav ul li a,.m-global-footer-nav ul li a{
  padding: 20px 0;
  padding-left: 4px;
  display: block;
  font-size: 16px;
}
.m-global-header-nav ul li .child-switch,.m-global-footer-nav ul li .child-switch{
  position: absolute;
  right: 0px;
  top: 50%;
  height: 100%;
  line-height: 1;
  padding: 20px;
  transform: translate3d(0,-50%,0);

}
.m-global-header-nav ul li .nav-item,.m-global-footer-nav ul li .nav-item{
  position: relative;
}
.m-global-header-nav ul li .child-switch .skicon,.m-global-footer-nav ul li .child-switch .skicon{
  transform: rotate(0);
  display: inline-block;
  transition: all .4s;
  font-size: 24px;
}
.m-global-header-nav ul li .child-switch.on .skicon,.m-global-footer-nav ul li .child-switch.on .skicon{
  transform: rotate(90deg);
  transition: all .4s;
}
.m-global-header-nav .nav-item-child.on,.m-global-footer-nav .nav-item-child.on{
  display: block;
}
.m-global-header-nav .nav-item-child,.m-global-footer-nav .nav-item-child{
  margin-left: 2em;
  padding-bottom: 10px;
}
.m-global-header-nav .nav-item-child.on li:nth-last-child(1),.m-global-footer-nav .nav-item-child.on li:nth-last-child(1){
  border: none;
}

.m-global-header-nav ul li .nav-item-child,.m-global-footer-nav ul li .nav-item-child{
  display: none;
}


.burgermenu {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.burgermenu-icon{
  position: relative;
  top: 21px;
  left: 15px;
}

.burgermenu-icon span {
  width: 28px;
  position: relative;
  display: block;
  height: 2px;
  background-color: #333;
}

.burgermenu-icon span.a {
  transform: translate3d(0px, 0, 0) rotate(0);
  transform-origin: 0 100%;
  transition: all .4s;
}


.burgermenu-icon span.b {
  top: 6px;
  transform: scaleX(1);
  transition: all .4s;
}


.burgermenu-icon span.c {
  top: 12px;
  transform: translate3d(0px, 0, 0) rotate(0);
  transform-origin: 0 0;
  transition: all .4s;
}

.burgermenu.on .burgermenu-icon span.a{
  transform: translate3d(3px, -3px, 0) rotate(45deg);
}
.burgermenu.on .burgermenu-icon span.b{
  transform: scaleX(0);
}
.burgermenu.on .burgermenu-icon span.c{
  transform: translate3d(3px, 1px, 0) rotate(-45deg);
}
.page-title{
  font-size: 24px;
  color: #000;
  width: 100%;
  text-align: center;
  margin: 40px 0;
}
.page-title .skicon{
  color: #c8161d;
  font-size: 22px;
}
.page-title .skicon{
  margin-right: 10px;
}


.product-list-col{
  width: 50%;
  float: left;
  padding: 20px 10px;
}
.product-item-cover{
  width: 60%;
}
.product-list .product-item-cover img{
    margin-bottom: 10px;
}
.product-item{
    clear: both;
    margin-bottom: 20px;
}
.product-item::after,.product-item::before{
    content: " ";
  display: table;
}
.product-item-title{
  font-size: 16px;
  margin-bottom: 12px;
  position: relative;
}
.product-item-type::after{
  content:"";
  width: 50px;
  height: 2px;
  background-color: #c8161d;
  position: absolute;
  left: 0;
  bottom: -15px;
}
.product-item-dl{
  font-size: 12px;
  padding: 2px 0;
  float: left;
  width: 33.333333%;
}
.product-item-dl span{
    display: block;
}
.product-item-dl-wrapper .product-item-dl:nth-child(1){
    width: 30%;
}
.product-item-dl-wrapper .product-item-dl:nth-child(2){
    width: 33%;
    text-align: center;
}
.product-item-dl-wrapper .product-item-dl:nth-child(3){
    width: 36%;
    text-align: center;
}
.product-dl-dt .lg-no{
    display: none;
}
.product-dl-dt,.product-dl-dd{
    padding: 2px 0;
}
.product-dl-dd{
    color: #888;
}
.product-href{
  width: 100%;
  margin-top: 18px;
}
.product-href a{
  line-height: 100%;
  display: block;
  border: 1px solid #666;
  padding: 6px 0;
  text-align: center;
  font-size: 12px;
  color: #666;
}
.product-href a .skicon{
  font-size: 20px;
  vertical-align: -2px;
}
.product-item-cover{
  margin-bottom: 4px;
}
.product-item-cover img{
    height: auto !important;
}

.page-nav-list ul li{
    font-size: 12px;
  display: inline-block;
}
.product-item-desc{
  display: none;
}
.page-nav{
  padding: 15px;
}
.page-nav-title{
  float: left;
}
.page-nav-list{
  float: right;
}
.page-nav-list ul li{
  margin-left: 10px;
}
.page-nav-list ul li.active a{
  color: #c8161d;
}

.loadinggif img{
  width: 30px;
}

.global-footer-wrapper{
  background-color: #f5f5f5;
}
.global-footer{
  font-size: 12px;
  text-align: center;
  padding: 30px 0;
}
.global-footer ul li{
  display: inline-block;
}
.global-footer ul li a{
  padding: 6px 4px;
  display: block;
}

.global-share{
  position: relative;
  cursor: pointer;
}

.global-share-list{
  position: absolute;
  top: -30px;
  right: 50px;
  display: none;
  width: 140px;
  height: 70px;
}
.global-share.on .global-share-list{
  display: block;
}
.share-weixin-qrcode{
  display: none;
}
.global-share-list a.share-weibo{
  border-right: none;
}
.global-share-list a{
  float: left;
  position: relative;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #fff;
}
.share-weixin.on .share-weixin-qrcode{
  display: block;
}
.share-weixin-qrcode{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 4px;
}
.share-weixin-qrcode canvas,.share-weixin-qrcode table{
  width: 100%;
  height: 100%;
}
.global-share-arrow{
  position: absolute;
  background: #fff;
  width: 16px;
  height: 16px;
  border-left: 0px solid #ccc;
  border-bottom: 0px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  top: 43px;
  font-size: 40px;
  text-align: left;
  right: -8px;
  z-index: 1;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.footer-weixin .loadinggif{
    margin: auto;
}
.share-weixin-modal .modal-body{
    padding: 20px;
}
