.ts-product {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
}

.ts-product .bold {
    font-weight: 700
}

.pdt-bread-crumbs {
    padding: 30px 0 15px;
    background: #f5f5f5;
    color: #aaa
}

.pdt-wrap {
    padding: 20px;
}

.pdt-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pdt-main .main-l {
    width: 440px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.pdt-main .main-l .big-pic {
    width: 440px;
    height: 400px;
    overflow: hidden;
    border: 1px solid #fafafa;
    text-align: center;
    display: flex;
    background-color: #fdfdfd;
    /* background-image: url(/statics/images/nopic.gif); */
    background-repeat: no-repeat;
    background-position: center;
}

.pdt-main .main-l .big-pic img{width:100%;height:auto}

.pdt-main .main-r {
    width: 690px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-bottom: 120px
}

.pdt-main .preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px
}

.pdt-main .preview > div {
    width: 20px;
    height: 70px;
    line-height: 70px;
    background-color: #f5f5f5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

.pdt-main .preview > div.disabled {
    opacity: .5;
    cursor: default
}

.pdt-main .preview > div i {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #b1b1b1;
    border-right: 1px solid #b1b1b1
}

.pdt-main .preview .prev-left {
    padding-left: 8px
}

.pdt-main .preview .prev-left i {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.pdt-main .preview .prev-right {
    padding-left: 2px
}

.pdt-main .preview .prev-right i {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.pdt-main .preview ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 390px;
    overflow: hidden;
    background-color: #fdfdfd;
}

.pdt-main .preview ul li {
    margin-right: 10px;
    cursor: pointer
}

.pdt-main .preview ul li img {
    width: 70px;
    height: 70px
}

.pdt-main .preview ul li.active {
    opacity: .8
}

.pdt-main .preview ul li:last-child {
    margin-right: 0
}

.pdt-main .main-r .mr-tt {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 5px
}

.pdt-main .main-r .mr-price {
    font-size: 14px;
    background-color: #f9f9f9;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pdt-main .main-r .mr-price span {
    margin-right: 10px
}

.pdt-main .main-r .mr-price .tax-include {
    font-size: 22px
}

.pdt-main .main-r .vip {
    font-size: 12px;
    background-color: #cfa972;
    color: #fff;
    display: inline-block;
    line-height: normal;
    padding: 2px 5px;
    border-radius: 3px
}

.pdt-main .mr-attr {
    background-color: #fcfcfc;
}

.pdt-main .mr-attr .attr-item {
    padding: 20px 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pdt-main .mr-attr .attr-item .attr-key {
    color: #999;
    display: inline-block;
    width: 105px;
    font-size: 14px;
}
.attr-val{font-size:14px;color:#666}

.pdt-main .mr-attr .attr-service .mar-r-20 {
    margin-right: 60px
}

.pdt-main .mr-attr .attr-service .mar-r-20::before {
    content: ' ';
    width: 15px;
    height: 13px;
    display: inline-block;
    background: url(/img/sprites_p.png) -125px -10px;
    vertical-align: text-bottom;
    margin-right: 7px
}

.pdt-main .mr-attr .attr-service .saler::before {
    content: ' ';
    display: inline-block;
    width: 16px;
    height: 12px;
    background: url(/img/sprites_p.png) -10px -93px;
    vertical-align: text-bottom;
    margin-right: 7px
}

.pdt-main .mr-attr .attr-item .attr-info {
    color: #999;
    cursor: pointer;
    position: relative
}

.pdt-main .mr-attr .attr-item .attr-info:hover .info-cont, .pdt-main .mr-attr .attr-item .attr-info:hover .triangle-up {
    display: block
}

.triangle-up {
    display: none;
    position: absolute;
    height: 30px;
    width: 70px;
    right: 0;
    top: 0
}

.triangle-up:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 15px;
    right: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid transparent;
    border-bottom: 7px solid #e5e5e5;
    z-index: 111
}

.triangle-up:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 19px;
    right: 2px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid #fff;
    z-index: 111
}

.pdt-main .mr-attr .attr-item .info-cont {
    position: absolute;
    top: 28px;
    right: -20px;
    width: 350px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    padding: 20px;
    background-color: #fff;
    color: #666;
    z-index: 11;
    cursor: auto;
    display: none
}

.pdt-main .mr-attr .attr-item .info-cont .i-item {
    margin-bottom: 10px
}

.pdt-main .mr-attr .attr-item .info-cont .i-item span {
    display: block
}

.pdt-main .mr-attr .attr-item .info-cont .i-item span.t1 {
    float: left;
    line-height: 20px;
    margin-left: 3px
}

.pdt-main .mr-attr .attr-item .info-cont .i-item span.t2 {
    clear: both;
    margin-top: 4px;
    padding-left: 23px
}

.pdt-main .mr-attr .attr-item .info-cont .i-item.i1 i {
    background: url(/img/sprites_p.png);
    width: 20px;
    height: 20px;
    background-position: -223px -319px;
    float: left
}

.pdt-main .mr-attr .attr-item .info-cont .i-item.i2 i {
    background: url(/img/sprites_p.png);
    width: 20px;
    height: 20px;
    background-position: -253px -319px;
    float: left
}

.pdt-main .mr-attr .attr-item .info-cont .i-item.i3 i {
    background: url(/img/sprites_p.png);
    width: 20px;
    height: 20px;
    background-position: -279px -319px;
    float: left
}

.pdt-main .mr-attr .attr-item .attr-info img {
    width: 14px;
    height: 14px;
    margin-left: 4px;
    vertical-align: text-bottom
}

.pdt-main .mr-attr .attr-service .attr-info {
    margin-left: 262px
}

.pdt-main .mr-attr .attr-ticket .attr-info {
    margin-left: 274px
}

.pdt-main .mr-attr .attr-ticket .mar-r-20 {
    margin-right: 40px
}

.pdt-main .mr-attr .attr-ticket .mar-r-20::before {
    content: ' ';
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 7px;
    width: 14px;
    height: 14px;
    background: url(/img/sprites_p.png) -91px -44px
}

.pdt-main .mr-attr .attr-ticket .ticket::before {
    content: ' ';
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 7px;
    width: 16px;
    height: 12px;
    background: url(/img/sprites_p.png) -46px -93px
}

.pdt-main .mr-attr .attr-ship .stress {
    margin-right: 10px
}

.pdt-main .mr-attr .attr-ship .stress::before {
    content: ' ';
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 7px;
    width: 14px;
    height: 14px;
    background: url(/img/sprites_p.png) -51px -52px
}

.pdt-main .mr-attr .attr-norm .attr-val span:last-child {
    margin-left: 8px
}

.pdt-main .mr-attr .attr-count {
    padding-bottom: 20px
}

.pdt-main .mr-attr .attr-count .attr-val {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pdt-main .mr-attr .attr-count .attr-count-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 130px
}

.pdt-main .mr-attr .attr-count .attr-count-wrap span {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.pdt-main .mr-attr .attr-count .attr-count-wrap span:hover {
    background-color: #fff
}

.pdt-main .mr-attr .attr-count .attr-count-wrap span.disabled {
    cursor: auto;
    background: #e5e5e5
}

.pdt-main .mr-attr .attr-count .attr-val > .stress {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 5px
}

.pdt-main .mr-attr .attr-count input {
    width: 49px;
    height: 36px;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border: 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.pdt-main .mr-attr .attr-count .stock {
    margin-left: 15px;
    color: #999
}

.pdt-main .mr-attr .attr-count .qty-reduce::before {
    content: ' ';
    width: 14px;
    height: 2px;
    background: url(/img/sprites_p.png) -125px -43px
}

.pdt-main .mr-attr .attr-count .qty-add::before {
    content: ' ';
    width: 14px;
    height: 14px;
    background: url(/img/sprites_p.png) -91px -10px
}

.pdt-main .mr-attr .attr-btns, .pdt-main .mr-attr .attr-pay, .pdt-main .mr-attr .attr-total {
    background-color: #fff
}

.pdt-main .mr-attr .attr-total .stress {
    font-size: 16px
}

.pdt-main .mr-attr .attr-total .check-total {
    font-size: 22px;
    font-weight: 700;
    margin-right: 5px
}

.pdt-main .mr-attr .attr-btns a {
    display: inline-block;
    width: 130px;
    height: 42px;
    line-height: 42px;
    float: left
}

.pdt-main .mr-attr .buy-now {
    background-color: #d61518;
    color: #fff;
    margin-right: 20px
}

.pdt-main .mr-attr .add-to-cart {
    border: 1px solid #ffb3b4;
    color: #d61518;
    background-color: #fff4f4
}

.ts-product .pdt-tt {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    border-bottom: 1px solid #e13540;
}

.ts-product .pdt-tt span{
    color: #fff;
    background-color: #e13540;
    display: block;
    width: 9em;
    text-align: center;
    line-height: 2.5em;
}

.ts-product .pdt-tt::before {
    content: ' ';
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px
}

.pdt-info .pdt-tt::before {
    width: 21px;
    height: 21px;
    background: url(/img/sprites_p.png) -10px -10px;
    display: none;
}

.pdt-desc .pdt-tt::before {
    width: 20px;
    height: 22px;
    background: url(/img/sprites_p.png) -10px -51px
}

.pdt-remind .pdt-tt::before {
    width: 20px;
    height: 22px;
    background: url(/img/sprites_p.png) -51px -10px
}

.pdt-info ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fdfdfd;
    padding: 30px 20px 0;
}

.pdt-info ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 30px
}

.pdt-info .info-key {
    display: inline-block;
    color: #999;
    width: 90px
}

.pdt-desc, .pdt-remind {
    margin-top: 30px
}

.pdt-desc .desc-cont {
    text-align: center;
    padding: 30px 0;
    background-color: #fbfbfb
}

.pdt-remind .remind-cont {
    background-color: #fbfbfb;
    padding: 30px 30px 0 30px
}

.pdt-remind .remind-cont span {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 26px
}

.pdt-remind .remind-cont .remind-key {
    color: #333;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: normal
}

.pdt-remind .remind-cont .remind-item {
    padding-bottom: 30px
}

.pdt-info{margin-top:40px;margin-bottom:20px}

@media screen and (max-width:800px){
    .ts-product{width:100%}
    .pdt-bread-crumbs{padding-left: 16px;}
    .pdt-main{flex-direction: column;}
    .pdt-main .main-l{width:100%;overflow: hidden;margin-bottom: 20px;}
    .pdt-main .main-l .big-pic{width: 100%;height: auto;}
    .pdt-main .main-r{width:100%;padding-bottom: 20px;}
    .pdt-main .main-r .mr-tt{font-size:16px;line-height: 2em;margin-bottom: 10px;}
    .attr-val .row_m{margin: 20px;}
    .pdt-info ul li{width: 100%;}
}