.js-bundle-products li,
.js-recommend-products li {
    background: #fff;
    /*border: 1px solid #ddd;*/
    margin-bottom: 5px;
    line-height: 1.4em;
    padding: 0;
    border-radius: 0px;
    text-align: center;
}

.package-option-ul {
    font-size: 0;
}

.package-option-ul .package-option-li {
    display: inline-block;
    width: 32%;
    height: 46px;
    color: #000;
    font-size: 14px;
    line-height: 46px;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
}

.js-bundle-products li.active,
.js-bundle-products li:hover,
.js-recommend-products li.active,
/*.js-recommend-products li:hover {
    border: 1px solid #207dab;
}*/

.package-option-ul .package-option-li.sold-out {
    color: #666;
    cursor: not-allowed;
}

.package-option-ul .package-option-li.sold-out:hover {
    border: 1px solid #ddd;
}

.package-option-ul .package-option-li.sold-out:after {
    content: "售罄";
    position: absolute;
    top: 0;
    right: -1px;
    display: inline-block;
    width: 35px;
    height: 25px;
    line-height: 25px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background: #ddd;
}


/*遮罩层*/

.sc_mask {
    position: fixed;
    top: 0;
    z-index: 99999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}


.sc_mask .mask_close>span {
    font-size: 20px;
    margin-top: -6px;
    float: right;
    cursor: pointer;
    color: #a4a4a4;
}


/* 商详修改和覆盖css */

html,
body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: #fff;
}

html {
    /* -webkit-font-smoothing: subpixel-antialiased; */
}

a {
    outline: none;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.3333333333%
}

.col-xs-2 {
    width: 16.6666666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.3333333333%
}

.col-xs-5 {
    width: 41.6666666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.3333333333%
}

.col-xs-8 {
    width: 66.6666666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.3333333333%
}

.col-xs-11 {
    width: 91.6666666667%
}

.col-xs-12 {
    width: 100%
}

.slides:before,
.slides:after,
.row:before,
.row:after {
    content: " ";
    display: table
}

.slides:after,
.row:after {
    clear: both
}

.none {
    display: none;
}


/*轮播图相关*/

.row a {
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
}

.row a:hover {
    color: #006eb9;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
}

.product-img {
    position: relative;
    margin-bottom: 20px
}

.product-img .product-slider {
    margin-bottom: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none
}

.product-img .product-carousel-wrap {
    text-align: center;
    width: 100%;
    padding-top: 30px
}

.product-img .flexslider-direction-nav {
    margin-bottom: 0px
}

.product-img .product-carousel {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none
}

.product-img .product-carousel .slides li a {
    border-radius: 0px;
    border: 2px solid #ddd;
    margin-right: 10px;
    display: inline-block;
    -moz-transition: all 0.1s ease-in 0.1s;
    -o-transition: all 0.1s ease-in 0.1s;
    -webkit-transition: all 0.1s ease-in 0.1s;
    transition: all 0.1s ease-in 0.1s
}

.product-img .product-carousel .slides li:hover a {
    border: 2px solid #6cb7e3
}

.product-img .product-carousel img {
    cursor: pointer;
    background: #FFFFFF
}

.product-img .product-carousel li.flex-active-slide a {
    border: 2px solid #6cb7e3
}

.flex-direction-nav a {
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    display: block;
    width: 20px;
    height: 68px;
    line-height: 68px;
    margin-top: -38px;
    opacity: 0;
    font-size: 0;
    cursor: pointer;
    color: #ccc;
    text-align: center;
    background: #F4F4F4;
    border: 1px solid #ccc;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flex-direction-nav .flex-next {
    right: 0;
}

.flexslider:hover .flex-prev,
.flexslider:hover .flex-next {
    opacity: 0.7;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default
}

.flex-direction-nav a.flex-prev:before {
    content: ' ';
    display: inline-block;
    width: 10px;
    height: 20px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #999;
    vertical-align: middle;
}

.flex-direction-nav a.flex-next:before {
    content: ' ';
    display: inline-block;
    width: 10px;
    height: 20px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #999;
    vertical-align: middle;
}

.flex-direction-nav a.flex-prev:before {
    content: ' ';
    display: inline-block;
    width: 10px;
    height: 20px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #999;
    vertical-align: middle;
}

.flex-direction-nav a.flex-next:before {
    content: ' ';
    display: inline-block;
    width: 10px;
    height: 20px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #999;
    vertical-align: middle;
}


/* 全局样式覆盖 */

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.main div {
    box-sizing: border-box !important;
}

.main {
    margin-top: 184px;
    min-height: 600px;
}
.main-1{
    margin-top: 100px;
    min-height: 600px;
    text-align: -webkit-center;
}
@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.main-1{
	margin-top: -5px;
	}
}
.product .col-xs-7,
.product .col-xs-5 {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
}


/* .container_en {
  margin: 0 auto 30px;
} */

.main .content {
    margin-top: 40px;
}


/* 遮罩出现时禁止滚动 */

.preventRoll {
    position: fixed;
    height: 100%;
    width: 100%;
    overflow-y: hidden;
}


/*轮播图*/

.well-white {
    min-height: 550px;
}

.well-white .flexslider {
    position: relative;
    background: #fff;
}

.well-white .flexslider .slides img {
    width: 100%;
    display: block;
}

.well-grey .product-name {
    font-size: 30px;
    line-height: 35px;
    color: #000;
    font-weight: normal;
    margin: 16px 0 8px 0;
}

.product-tag {
    margin-top: 16px;
    color: #666;
    font-size: 14px;
}

.product-tag span {
    font-size: 14px;
}

.product-desc {
    color: #e49907;
    font-size: 14px;
    background: #fff7ec;
    padding: 10px;
    margin-top: 20px;
    line-height: 20px;
    
}
.product-desc p {
    white-space: normal;
}

.product-desc pre {
    line-height: 24px;
    margin: 0;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;    
}

.product-desc p:not(:last-of-type) {
    margin-bottom: 10px;
}

.well-grey .product-price-wrap {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d4d4d4;
    position: relative;
}

.well-grey .info {
    padding: 15px 20px;
    line-height: 24px;
    background: #f7f7f7;
    color: #666666;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 60px;
}

.well-grey .product-price {
    float: left;
    color: #007cba;
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
}

@media screen AND (max-width:900px) {
    .well-grey .product-price {
        font-size: 24px;
    }
}


/* .well-grey .product-price > span:last-child {
  color: #a4a4a4;
  font-size: 14px;
  padding-left: 40px;

} */

.ex_span {
    color: #a4a4a4;
    font-size: 14px;
    padding-left: 40px;
}

.line-through-p {
    margin-left: 20px;
    /* margin-top: 8px; */
    line-height: 30px;
    font-size: 16px;
    display: inline-block;
    color: #a4a4a4;
    font-weight: bold;
}


/*hr.light {
  background: #f7f7f7;
  margin-bottom: 30px;
  margin-top: 20px;
}*/

.product .well-grey {
    padding-left: 10%;
    padding-top: 10%;
}

.well-grey .express {
    color: #007cba;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 17px;
}

.coupon-box {
    margin-top: 30px;
}

.product-tip .block-title {
    color: #a4a4a4;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.product-tip .add-to-cart .block-title {
    margin-top: 20px;
}

.list-unstyled {
    width: 100%;
}

.list-unstyled .product-group-item {
    width: 100%;
    /*height: 72px;*/
    padding: 8px;
    text-align: center;
    margin-right: 2%;
    margin-bottom: 10px;
    border-radius: 2px;
    /*border: 1px solid #d4d4d4;*/
    position: relative;
    box-sizing: border-box;
    float: left;
}

.list-unstyled .product-group-item:nth-child(3),
.list-unstyled .product-group-item:nth-child(6) {
    margin-right: 0;
}

.list-unstyled .product-group-item:last-of-type {
    margin-right: 0;
}

.list-unstyled .product-group-item a,
.list-unstyled .product-group-item a label {
    display: block;
    width: 100%;
}

.list-unstyled .product-group-item a {
    /*position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);*/
    box-sizing: border-box;
}

.list-unstyled .product-group-item a .img {
    display: block;
    width: 100px;
    margin: 0 auto;
}

.list-unstyled .product-group-item a .text {
    color: #666;
    font-size: 14px;
    /* height: 14px; */
    line-height: 22px;
    margin-top: 8px;
}

/*.list-unstyled .product-group-item.active {
    border: 1px solid #007cba;
}*/

/*.list-unstyled .product-group-item.active .icon-active {
    width: 16px;
    height: 16px;
    background: url('/assets/images/cart/selected_icon.png') no-repeat;
    background-size: 16px;
    position: absolute;
    bottom: -1px;
    right: -1px;
}*/

.add-to-cart .quantity {
    display: block;
    font-size: 0px;
}

.add-to-cart .quantity .enfont {
    /*display: inline-block;*/
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    text-align: center;
    background: #e4e4e4;
    cursor: pointer;
}

.add-to-cart .quantity .b-reduce {
    border-radius: 3px 0 0 3px;
}

.add-to-cart .quantity .b-increase {
    border-radius: 0 3px 3px 0;
}

.add-to-cart .quantity .enfont.qty {
    -webkit-appearance: none;
    width: 46px;
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    border-radius: 0;
    box-sizing: border-box;
    box-shadow: none;
}
.sbuybox{
	text-align: center;
}
.add-to-cart .sbuybox {
    margin-top: 30px;
}


/*#button-cart {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 240px;
  height: 50px;
  border-color: #207dab;
  background: #207dab;
}*/

.add-to-cart .sbuybox .buy-btn-wrap .btn-lg {
    width: 42%;
    height: 50px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    background: #007cba;
    border-radius: 4px;
    cursor: pointer;
}


/*详细信息展示*/

.content .container-fluid {
    width: 100%;
}

.content .container-fluid .product-content-show {
    margin-bottom: 20px;
    border-top: 5px solid #f7f7f7;
}

.content .container-fluid .product-content-block {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.content .container-xq .product-content-block {
    width: 100%;
    /*max-width: 1200px;*/	
    margin: 0 auto;
}

.product-content-block {
    /*border-top: 5px solid #f7f7f7;*/
}

.product-content-block .anchor,
.content .anchor {
    padding-top: 70px;
}

.product-content-block .product-content-title {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    padding-top: 60px;
    padding-bottom: 10px;
}

.product-content-block .product-c-info {
    color: #666;
    font-size: 14px;
    margin-top: 40px;
    padding-bottom: 10px;
}

.product-content-block dl {
    margin-bottom: 50px;
}

.product-content-block dl:first-of-type {
    margin-top: 40px;
}

.product-content-block dl dt {
    margin-bottom: 20px;
}

.product-content-block dl dt h4 {
    color: #666;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.product-content-block dl dt h4:last-of-type {
    margin-bottom: 0;
}

.product-content-block dl dd {
    color: #666;
    font-size: 18px;
    line-height: 24px;
}

.product-content-block dl:last-of-type {
    padding-bottom: 10px;
}

.product-content-block .tab-pane .nricon {
    width: 100%;
}

.product-content-block .tab-pane .nricon li {
    float: left;
    width: 20%;
    text-align: center;
    line-height: 24px;
    padding-bottom: 16px;
}

.product-content-block .tab-pane .nricon li img {
    display: inline;
    width: 80%;
}


/*.product-content-block .tab-pane .nricon li>div{
  margin-bottom: 10px;
}*/

.product-content-block .tab-pane .nricon li b {
    display: block;
    color: #666 !important;
    font-size: 16px !important;
    font-weight: normal !important;
    /*height: 50px;*/
    margin-top: -10px;
}

.product-content-block table {
    width: 100%;
    margin-top: 40px;
    border-spacing: 0;
    border-collapse: collapse;
}

.product-content-block table tr {
    border-top: 1px solid #d4d4d4;
}

.product-content-block table tr th {
    width: 25%;
    padding-top: 20px;
}

.product-content-block table tr th,
.product-content-block table tr td {
    vertical-align: top;
}

.product-content-block table tr th,
.product-content-block table tr th h4 {
    color: #666;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}

.product-content-block table tr td {
    padding-top: 20px;
}

.product-content-block table tr td .row {
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
}

.product-content-block table tr td .row:last-of-type {
    margin-bottom: 40px;
}

.product-content-block table tr td .row .col-xs-5 {
    width: 20%;
    padding-left: 0;
    padding-right: 0;
}

.product-content-block table tr td .row .col-xs-7 {
    width: 55%;
    padding-left: 0;
    padding-right: 0;
}

.product-content-block table tr td .row h5,
.product-content-block table tr td .row h5 strong,
.product-content-block table tr td .row .col-xs-7 {
    color: #666;
    font-size: 14px;
    font-weight: normal;
}


/*售后说明*/

.content-section {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 5px solid #f7f7f7;
}

.content-section .section-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.content-section .section-container .section-title {
    position: relative;
}

.content-section .section-container .section-title h2 {
    float: left;
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.content-section .section-container .section-title .more {
    /*float: right;*/
    color: #000;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.content-section .section-container .section-title .more i {
    display: inline-block;
    width: 28px;
    height: 10px;
    background: url('../../../image/product/more_arrow.png') no-repeat;
    margin-left: 10px;
}

.content-section .section-container .section-title .more:hover {
    color: #007cba;
}

.content-section .section-container .section-title .more:hover i {
    background: url('../../../image/product/more_arrow_hover.png') no-repeat;
}

.section-container .section-c-content {
    width: 100%;
    margin-top: 40px;
}

.section-c-content .section-c-item {
    width: 30%;
    margin-right: 5%;
    box-sizing: content-box !important;
    float: left;
}

.section-c-content .section-c-item:last-of-type {
    margin-right: 0;
}

.section-c-content .section-c-item .img {
    width: 110px;
    margin: 0 auto;
}

.section-c-content .section-c-item .img img {
    width: 100%;
}

.section-c-content .section-c-item .text-title {
    color: #666;
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.section-c-content .section-c-item .text-info {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}


/*产品推荐*/

.section-c-content.recomend {
    display: table;
    margin-top: 20px;
}

.section-c-content.recomend .section-c-link {
    width: 33%;
    display: table-cell;
    vertical-align: middle;
    background: #f7f7f7;
    border-right: 10px solid #fff;
    box-sizing: border-box;
}

.section-c-content.recomend .section-c-link:last-of-type {
    border-right: none;
}

.section-c-content.recomend .section-c-item {
    float: none;
    width: 100%;
}

.section-c-content.recomend .section-c-item .section-c-wrap {
    width: 100%;
    display: table;
    padding: 20px;
    background: #f7f7f7;
}

.section-c-content.recomend .section-c-item .section-w-img {
    display: table-cell;
    width: 110px;
    vertical-align: middle;
}

.section-c-content.recomend .section-c-item .section-w-img img {
    width: 90%;
    padding-left: 10%;
}

.section-c-content.recomend .section-c-item .section-w-text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}

.section-c-content.recomend .section-c-item .section-w-title {
    color: #000;
    font-size: 16px;
    margin-bottom: 5px;
}

.section-c-content.recomend .section-c-item .section-w-span {
    color: #a4a4a4;
    line-height: 16px;
}

.section-c-content.recomend .section-c-item .section-w-span span {
    font-size: 14px;
}

.section-c-content.recomend .section-c-item .section-w-price {
    color: #007cba;
    font-size: 14px;
    padding-top: 12px;
}


/*底部购物指南*/

.product-advanced-wrap {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 5px solid #f7f7f7;
}

.product-advanced-tips {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: box;
    display: -webkit-flex;
    display: flex;
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
}

.product-advanced-tips .tip-item {
    display: inline-block;
    margin-right: 12.5%;
    text-align: center;
}

.product-advanced-tips .tip-item:last-of-type {
    margin-right: 0;
}

.product-advanced-tips .tip-item .item-link {
    display: inline-block;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    color: #b2b2b2;
    text-decoration: none;
}

.product-advanced-tips .tip-item .item-link:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 32px;
    background-image: url(../../../image/product_tips_icon.png);
    background-repeat: no-repeat;
    background-size: 96px;
    background-position: 0 -132px;
}

.product-red {
    color: red
}

;
.product-advanced-tips .tip-item .buy-method:before {
    background-position: 0 -132px;
}

.product-advanced-tips .tip-item .buy-method:hover:before {
    background-position: -62px -132px;
}

.product-advanced-tips .tip-item .pay-method:before {
    background-position: 0 -66px;
}

.product-advanced-tips .tip-item .pay-method:hover:before {
    background-position: -62px -66px;
}

.product-advanced-tips .tip-item .shipping-method:before {
    background-position: 0 0;
}

.product-advanced-tips .tip-item .shipping-method:hover:before {
    background-position: -62px 0;
}

.product-advanced-tips .tip-item .item-link:hover {
    color: #006eb9;
}


/*响应式控制*/

@media screen and (max-width: 1200px) {
    /*包装清单响应式设计*/
    .content-section .section-container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 900px) {
    /*遮罩层*/
    .maskDiv {
        width: 80%;
    }

    /*轮播图响应式控制*/
    .main {
        min-height: 600px;
        margin-top: 85px;
    }
    .main .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .product .well-grey {
        padding-left: 0;
    }
    .product-desc {
        padding: 10px;
    }
    .product-desc pre {
        line-height: 24px;
        white-space: pre-wrap;
        word-wrap: break-word;
    }
    .well-grey .product-price-wrap {
        margin-top: 20px;
        font-size: 0;
        padding-bottom: 10px;
    }
    .well-grey .express {
        /* bottom: 10px; */
    }
    .swiper-container {
        margin-bottom: 20px;
        min-height: inherit;
    }
    .well-grey .product-name {
        font-size: 20px;
        font-weight: bold;
    }
    .product-tag {
        margin-top: 4px;
    }
    .add-to-cart .sbuybox .buy-btn-wrap .btn-lg {
        height: 40px;
        line-height: 40px;
    }
    .list-unstyled .product-group-item {
        width: 100%;
        margin-right: 2%;
    }
    /*规格参数和包装清单等全局样式控制*/
    .product-content-block .product-content-title {
        padding-top: 30px;
        margin-left: 10px;
    }
    .product-content-block .product-c-info {
        font-size: 16px;
        margin-top: 20px;
    }
    .product-content-block dl {
        margin-bottom: 20px;
    }
    .product-content-block dl:first-of-type {
        margin-top: 20px;
    }
    .product-content-block dl dt {
        margin-bottom: 20px;
    }
    .product-content-block dl dt h4 {
        font-size: 16px;
    }
    .product-content-block dl dd {
        font-size: 16px;
    }
    .product-content-block dl:last-of-type {
        margin-bottom: 0;
    }
    .product-content-block table {
        margin-top: 20px;
    }
    .content-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    /*规格参数响应式控制*/
    .container .product .row .col-xs-5,
    .container .product .row .col-xs-7,
    .product-content-block table tr td .row .col-xs-5,
    .product-content-block table tr td .row .col-xs-7 {
        width: 100%;
        float: none;
    }
    .product-content-block table tr {
        border-top: 1px solid #eee;
    }
    .product-content-block table tr td .row {
        margin-bottom: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 10px;
        border-bottom: 1px solid #d4d4d4;
    }
    .product-content-block table tr td .row:first-of-type {
        padding-top: 0;
    }
    .product-content-block table tr td .row:last-of-type {
        margin-bottom: 0;
        padding-bottom: 20px;
        border-bottom: none;
    }
    .product-content-block table tr th,
    .product-content-block table tr th h4 {
        font-size: 16px;
        margin-left: 10px;
    }
    .product-content-block table tr td .row .col-xs-7 {
        font-size: 12px;
    }
    .product-content-block table tr td .row h5,
    .product-content-block table tr td .row h5 strong {
        font-weight: normal;
    }
    .product-content-block table tr td .row .col-xs-5 h5 {
        padding-bottom: 10px;
    }
    .product-content-block .tab-pane .nricon li {
        width: 50%;
    }
    .product-content-block .tab-pane .nricon li b {
        font-size: 14px !important;
        margin: 0 10px;
    }
    /*售后说明响应式设计*/
    .section-container .section-c-content {
        margin-top: 20px;
    }
    .section-c-content .section-c-item {
        width: 100%;
        float: none;
        margin-top: 30px;
        margin-right: 0;
    }
    .section-c-content .section-c-item:first-of-type {
        margin-top: 10px;
    }
    .section-c-content .section-c-item .section-i-wrap {
        width: 100%;
        display: table;
    }
    .section-c-content .section-c-item .img {
        width: 18%;
        /*float: left;*/
        display: table-cell;
        vertical-align: top;
        margin: 0;
    }
    .section-c-content .section-c-item .text-box {
        /*float: left;*/
        display: table-cell;
        vertical-align: top;
        padding-left: 12px;
    }
    .section-c-content .section-c-item .text-title {
        font-size: 16px;
        text-align: left;
        margin-top: 0;
        margin-bottom: 8px;
    }
    .section-c-content .section-c-item .text-info {
        font-size: 12px;
        line-height: 18px;
    }
    .product-advanced-wrap {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section-c-content .section-c-item .text-info {
        text-align: left;
    }
    /*产品推荐响应式设计*/
    .section-c-content.recomend .section-c-link {
        display: block;
        width: 100%;
        margin-bottom: 5px;
        border-right: none;
    }
    .section-c-content.recomend .section-c-item:first-of-type {
        margin-top: 0;
    }
    .section-c-content.recomend .section-c-item .section-c-wrap {
        padding: 10px 0;
    }
    .section-c-content.recomend .section-c-item .section-w-text {
        padding-left: 12px;
    }
    .section-c-content.recomend .section-c-item .section-w-price {
        padding-top: 12px;
    }
    /*底部购物指南*/
    .product-advanced-tips {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-box;
        display: box;
        display: -webkit-flex;
        display: flex;
    }
    .product-advanced-tips .tip-item {
        flex: 1;
        padding: 0;
        margin-right: 0;
    }
    .product-advanced-tips .tip-item .item-link {
        width: 100%;
        font-size: 13px;
    }
    .product-advanced-tips .tip-item .item-link:before {
        width: 26px;
        height: 26px;
        background-size: 60px;
    }
    .product-advanced-tips .tip-item .pay-method:before,
    .product-advanced-tips .tip-item .pay-method:hover:before {
        background-position: 0 -38px;
    }
    .product-advanced-tips .tip-item .shipping-method:before,
    .product-advanced-tips .tip-item .shipping-method:hover:before {
        background-position: 0 4px;
    }
    .product-advanced-tips .tip-item .buy-method:before,
    .product-advanced-tips .tip-item .buy-method:hover:before {
        background-position: 0 -80px;
    }
}


/* 针对shopify的功能做优化    shopify在ie运行时高度有问题，导致按钮和价格显示不全，这里单独做对应的优化*/

#product-component-88ef62baf6e {
    height: 114px !important;
}

#product-component-88ef62baf6e iframe {
    height: 114px !important;
    min-height: 114px;
}

@media screen AND (max-width:700px) {
    .well-grey .express {
        bottom: 2px;
    }
}

@media screen AND (min-width:300px) AND (max-width:600px) {
    .di_span,
    .ex_span {
        display: block;
    }
    .ex_span {
        position: relative;
        top: 7px;
        left: 0;
        padding: 0;
    }
}
.sm-xq-xj{
	text-align: center;
	width: 100px;
	height: 40px;
	background: #007cba;
	border-radius:7%;
	/* text-align: -webkit-center; */
}
.sm-xq-xj a{
	color: #FFFFFF;
	font-size: 17px;
	/* border-radius:10%; */
	line-height: 40px;
}
@media only screen and (min-width:900px ) {
	.sm-xq-xj{
		display: none;
	}
}
