@media (min-width: 1260px) {
  .burgermenu{
    display: none;
  }
  .global-header-wrapper{
    background-color: #fff;
    box-shadow: 0px -2px 0px 0px #d6d6d6 inset;
  }
  .global-header{
    height: 128px;
    border: none;
  }

  .burgermenu-show .global-header-wrapper{
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: 999999;
    background-color: #fff;
    border: none;
  }

  .m-global-header-nav,.m-global-footer-nav{
    display: none !important;
  }

  .burgermenu-show .index-carousel,.burgermenu-show .global-content-wrapper{
    display: block !important;
  }

  .global-header-logo{
    width: 110px;
    height: 128px;
  }
  .global-header-logo a{
    margin-top: 40px;
  }
  .global-header-nav{
    margin-right: 0;
  }

  .global-header-nav ul li{
    display: inline-block;
  }
  .global-header-nav ul li.global-header-helper{
    display: inline-block;
  }
  .global-header-nav ul li a{
    height: 128px;
    line-height: 128px;
    padding: 0 20px;
    font-size: 18px;
    margin-left: 4px;
  }
  .global-header-nav ul li.active a{
    color: #e47325;
    border-bottom: 2px solid #e47325;
  }
  .global-header-nav .global-header-helper a{
    color: #e47325;
    font-size: 18px;
  }
  .global-header-nav .global-header-helper a span{
    border-bottom: none;
  }


  .global-sidebar{
    width: 40px;
    right: 20px;
  }
  .global-sidebar .skicon{
    font-size: 40px;
  }

  .page-title{
    font-size: 32px;
    margin: 100px 0;
  }
  .page-title .skicon{
    font-size: 30px;
  }


  .product-list-col{
    width: 100%;
  }
  .product-item{
    position: relative;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .product-item-cover{
    width: 200px;
    float: left;
    margin-right: 10px;
  }
  .product-item-content{
    overflow: hidden;
  }
  .product-item-cover img{
    width: 60%;
  }
  .product-item-title{
    font-size: 26px;
    margin-bottom: 40px;
  }
  .product-item-title::after{
    height: 2px;
    width: 80px;
  }
  .product-item-dl-wrapper{
    width: 75%;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
  }
  .product-item-dl-wrapper dl.product-item-dl-desc dt{
      float: left;
  }
  .product-item-dl-wrapper dl.product-item-dl-desc dd{
      overflow: hidden;
      color: #888;
  }
  .product-item-dl{
    float: left;
    width: 33.333333%;
    text-align: center;
  }
  .product-dl-dt,.product-dl-dd{
    width: 100%;
    display: block;
    text-align: left;
  }
  .product-dl-dt{
    font-size: 20px;
  }
  .product-dl-dd{
    font-size: 18px;
  }
  .product-item-desc{
    width: 75%;
    display: block;
    color: #666;
    padding: 30px 0;
    line-height: 1.8;
  }
  .product-href{
    position: absolute;
    right: 0;
    width: 130px;
    bottom: 50px;
  }
  .product-href a:hover{
    border-color: #e47325;
  }
  .product-list-wrapper{
    margin-top: 70px;
  }
  .page-nav-title{
    display: block;
    float: left;
    font-size: 18px;
  }
  .page-nav-list{
    float: right;
    overflow: hidden;
    padding: 0;
  }
  .page-nav-list ul li a{
    margin-left: 20px;
    font-size: 18px;
  }
  .page-nav{
    padding: 20px 10px;
  }

  .global-footer{
    color: #636363;
  }
  .global-footer ul li a{
    color: #636363;
  }
  .global-footer ul li a:hover{
    color: #e47325;
  }

  .global-share-list{
    display: none;
    width: 340px;
    right: 20px;
    top: -100px;
    height: 150px;
    }

  .global-share.on .global-share-list{
    display: block;
  }
  .global-share-list a{
    width: 150px;
    height: 150px;
    line-height: 140px;
  }

  .global-share-list a.share-weixin .skicon{
    font-weight: 700;
  }
  .global-share-list a .skicon{
    color: #888;
  }
  .global-share-list a:hover .skicon{
    color: #e47325;
  }

  .share-weixin-qrcode.on{
    display: block;
  }

  .share-weixin-qrcode table,.share-weixin-qrcode canvas{
      width: 140px;
      height: 140px;
  }

  .global-share-arrow{
    width: 25px;
    height: 25px;
    top: 116px;
    right: 28px;
  }

  .global-header-nav .global-header-helper img{
      width: 18px;
      vertical-align: -3px;
  }

  .global-header-nav .global-header-helper a{
    height: auto;
    line-height: 1;
    border: 1px solid #e47325;
    padding: 4px 6px;
    top: -2px;
    position: relative;
    font-size: 14px;
    padding-top: 3px;
  }

}
