.transparent {
    background-color: transparent;
    border-bottom: none;
}

/* 自定义通用样式 */
.no-data{text-align: center;font-weight: 300;}
.no-border{border-width:0 !important;}

header, .header {
    background: #FFFFFF;
    height: 1.95rem;
    position: absolute;
    z-index: 8;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    /*border-bottom: solid 0.05rem #EEE;*/
    min-height: 44px;
}
header.posf .header-wrap:after{
    border: 0px;
}

.header-wrap {
    display: block;
    max-width: 320px;
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
    background: none
}

.header-l {
    display: block;
    width: 1.95rem;
    height: 1.95rem;
    position: absolute;
    top: 0;
    left: 0;
}

.transparent .header-l a, .transparent .header-r a {
    width: 1.35rem;
    height: 1.35rem;
    margin: 0.2775rem;
    padding: 0;
    background: rgba(0, 0, 0, 0.4);
    /*border: solid 0.05rem #EEE;*/
    border-radius: 100%;
}

.header-r .pd-collect {
    margin: 0;
    position: absolute;
    z-index: 2;
    bottom: 0.35rem;
    right: 0.5rem;
}

.header-r .round.pd-collect i {
    background: url(../images/souchang.png)center center no-repeat;
    background-size:80% 80%;
}

.header-r .round i {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 80%;
}

.header-r .round.pd-collect.favorate i {
    background-image: url(../images/usercenter/favorite_r_red.png);
    opacity: 0.8;
}
.header-r .round{
    width: 1.35rem;
    height: 1.35rem;
    padding: 0;
    background: transparent;
}

/*.header-r .share i{*/
    /*display: none;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background-position: 50% 50%;*/
    /*background-repeat: no-repeat;*/
    /*background-size: 90%;*/
    /*background-image: url(../images/share.png);*/
/*}*/

.header-l a {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    padding: 0.4775rem;
}

.transparent .header-l a i.back {
    width: 60%;
    height: 60%;
    margin: 20%;
    background-image: url(../images/usercenter/arrow_left_r_white.png);
    background-repeat: no-repeat;
    background-position:35% center;
    background-size: auto 100%;
    opacity: 1;
    display: inline-block;
}

.header-l a i {
    display: block;
    width: 100%;
    height: 100%;
}

.transparent .header-title, .transparent .header-nav {
    display: none;
}

.header-nav li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    height: 1.2rem;
    background: #FFFFFF;
    border-style: solid;
    border-color: rgb(127,127,127);
    border-width: 1px 0;
}
.header-nav li:first-child{
    border-radius: 0.2rem 0 0 0.2rem;
    border-width: 1px;
}
.header-nav li:last-child{
    border-radius: 0 0.2rem 0.2rem 0;
    border-width: 1px;
}
.header-nav li.cur{
    color: #FFFFFF;
    background: rgb(127,127,127);   
}

.transparent .header-r a {
    margin: 0.2875rem 0.35rem;
    padding: 0;
    border-radius: 100%;
}

.header-r a {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    width: 0.95rem;
    height: 0.95rem;
    padding: 0.5rem 0.5rem;
}

.transparent .header-r a i.more {
    width: 60%;
    height: 60%;
    margin: 20%;
    background-image: url(../images/usercenter/more_r_white.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 100%;
    opacity: 1;
    display: inline-block;
}

.transparent .header-r a sup {
    top: -0.05rem;
    right: -0.05rem;
    width: 0.35rem;
    height: 0.35rem;
    background-color: #ED5564;
    border: solid 0.05rem #FFF;
    border-radius: 100%;
}

sup {
    vertical-align: text-top;
}

.bbctouch-nav-layout {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
}

.bbctouch-nav-menu {
    display: block;
    position: absolute;
    top: 1.2rem;
    right: 0.2rem;
    width: 5rem;
}

.transparent .bbctouch-nav-menu .arrow {
    opacity: 0.55;
}

.bbctouch-nav-menu .arrow {
    display: block;
    float: right;
    width: 0;
    height: 0;
    margin-right: 0.4rem;
    font-size: 0;
    line-height: 0;
    border-width: 0.4rem;
    border-color: transparent transparent rgba(85, 85, 85, 0.95) transparent;
    border-style: dashed dashed solid dashed;
}

.transparent .bbctouch-nav-menu ul {
    background: rgba(85, 85, 85, 0.55);
}

.bbctouch-nav-menu ul {
    display: block;
    clear: both;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#F2555555', endColorstr='#F2555555');
    background: rgba(85, 85, 85, 0.95);
    border-radius: 0.2rem;
}

.transparent .bbctouch-nav-menu ul li {
    border-bottom-color: #CCC;
}

.bbctouch-nav-menu li {
    position: relative;
    z-index: 1;
    border-bottom: solid 0.05rem #999;
}

.bbctouch-nav-menu li a {
    display: block;
    height: 0.9rem;
    padding: 0.5rem;
    font-size: 0.6rem;
    line-height: 0.9rem;
    color: #FFF;
}

.bbctouch-nav-menu li a i.home {
    background-image: url(../images/usercenter/home_w.png);
}

.bbctouch-nav-menu li a i.search {
    background-image: url(../images/usercenter/search_w.png);
}

.bbctouch-nav-menu li a i.cart {
    background-image: url(../images/usercenter/cart_w.png);
}

.bbctouch-nav-menu li a i.member {
    background-image: url(../images/usercenter/member_w.png);
}

.bbctouch-nav-menu li a i.message {
    background-image: url(../images/usercenter/message_w.png);
}

.bbctouch-nav-menu li a i {
    display: inline-block;
    width: 0.72rem;
    height: 0.72rem;
    vertical-align: middle;
    margin-right: 0.3rem;
    background-position: 50% 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.goods-detail-top {
    background-color: #FFF;
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 1.95rem;
    min-width: 320px;
    max-width: 640px;
    margin: 0 auto;
}

.goods-detail-pic {
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 16rem;
    margin: 0 auto;
}

.goods-detail-pic ul {
    overflow: hidden;
    position: relative;
    font-size: 0;
    white-space: nowrap;
    max-height: 16rem;
}

.goods-detail-pic ul li {
    display: table-cell;
    position: relative;
    z-index: auto;
    height: 16rem;
    vertical-align: middle;
    text-align: center;
}

.goods-detail-pic ul li img {
    max-width: 100%;
    max-height: 100%;
}

.goods-detail-turn {
    position: absolute;
    z-index: 2;
    bottom: 0.5rem;
    left: 50%;
    width: 6rem;
    margin-left: -3rem;
    text-align: center;
}

.goods-detail-turn ul {
    font-size: 0;
    margin: 0 auto;
    white-space: nowrap;
}

.goods-detail-turn ul li.cur {
    background-color: #f23030;
}

.goods-detail-turn ul li {
    display: inline-block;
    width: 0.35rem;
    height: 0.35rem;
    margin-right: 0.25rem;
    background-color: #BBB;
    border-radius: 100%;
}

.goods-detail-turn-right-number {
    position: absolute;
    z-index: 2;
    bottom: 0.8rem;
    right: 0.75rem;
    font-size: 0.6rem;
    border: 1px solid #b0b0b0;
    height: 0.5rem;
    line-height: 0.5rem;
    padding: 0.1rem 0.2rem;
    border-radius: 0.1rem;
    background: #FFFFFF;
    color: #666666;
}
.goods-detail-turn-right-number .slider-num-current{
    margin: 0;
}
.goods-detail-turn-right-number .slider-num-total{
    margin: 0;
}

.goods-detail-top .pd-collect {
    right: 0.75rem;
}

.goods-detail-top .round {
    margin: 0;
    position: absolute;
    z-index: 2;
    bottom: 0.75rem;
    right: 0.75rem;
}

.goods-detail-top .round.pd-collect i {
    background-image: url(../images/usercenter/favorite_r_black.png);
    opacity: 0.4;
}

.goods-detail-top .round i {
    display: block;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 80%;
}

.goods-detail-top .round.pd-collect.favorate i {
    background-image: url(../images/usercenter/favorite_r_red.png);
    opacity: 0.8;
}

.goods-detail-cnt {
    background: rgb(246,246,246);
    position: relative;
    z-index: 1;
    margin-top: 15.7rem;
    margin-bottom: 2rem;
}

.show {
    display: block !important;
}

.goods-detail-name {
    display: block;
    padding: 0.69rem 0.5rem 1.13rem 0.5rem;
    background-color: #FFF;
    position: relative
}

.goods-detail-name:before {
    height: 1px;
    content: '';
    width: 100%;
    border-top: 1px solid #e3e5e9;
    position: absolute;
    top: -1px;
    right: 0;
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5);
    z-index: 1;
}

.goods-detail-name dt {
    display: block;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #333333
}

.goods-detail-name dd {
    margin-top: 0.35rem;
    font-size: 0.65rem;
    color: #666666;
    line-height: 0.86rem;
    font-weight: 300;
}

.goods-detail-price {
    position: relative;
    z-index: 1;
    display: block;
    padding: 0.3rem 0.5rem 0.6rem 0.3rem;
    background-color: #FFF;
}

.goods-detail-price dl {
    display: inline-block;
}

.goods-detail-price dt {
    display: inline-block;
    font-size: 1.2rem;
    color: #ba1418;
    line-height: 1.2rem;
}

.goods-detail-price dt em {
    font-size: 1.2rem;
    font-weight: 700;
}

.goods-detail-price dd {
    display: inline-block;
    font-size: 0.6rem;
    font-weight: 300;
    text-decoration: line-through;
    color: #707070;
    line-height: 0.9rem;
}

.goods-detail-price .huodong {
    font-size: 0.45rem;
    line-height: 0.6rem;
    vertical-align: middle;
    display: inline-block;
    height: 0.6rem;
    padding-right: 0.1rem;
    margin-top: 0.05rem;
    border: solid #EC5464 0.05rem;
    color: #EC5464;
}

.goods-detail-price .huodong i {
    display: inline-block;
    vertical-align: top;
    margin-right: 0.1rem;
    width: 0.6rem;
    height: 0.6rem;
    background: #ED5564 url(../images/usercenter/mobile_w.png) no-repeat 50% 50%;
    background-size: 85%;
}

.goods-options-info .goods-price .huodong {
    display: inline-block;
    height: 0.75rem;
    vertical-align: top;
    padding: 0 0.1rem;
    margin: 0.14rem 0 0 0.1rem;
    font-size: 0.45rem;
    line-height: 0.7rem;
    font-weight: lighter;
    color: #FFF;
    border-radius: 0.1rem;
}

.goods-options-info .goods-price .huodong.tuan{
    background-color: #f21466;
}
.goods-options-info .goods-price .huodong.xianshi{
    background-color: #ac20de;
}
.goods-options-info .goods-price .huodong.sole{
    background-color: #551fe0;
}

.huodong.huodong-tuan{
    border: 0;
    background-color: #ec5f40;
    padding: 0.1rem 0.2rem;
    color: #FFFFFF;
    border-radius: 0.1rem;
}

.huodong.huodong-xianshi{
    border: 0;
    background-color: #ac20de;
    padding: 0.1rem 0.2rem;
    color: #FFFFFF;
    border-radius: 0.1rem;
}

.huodong.huodong-mbuy{
    border: 0;
    background-color: #67beef;
    padding: 0.1rem 0.2rem;
    color: #FFFFFF;
    border-radius: 0.1rem;
}

.huodong.huodong-pin{
    border: 0;
    background-color: #ec5f40;
    padding: 0.1rem 0.2rem;
    color: #FFFFFF;
    border-radius: 0.1rem;
}

.yu-sale{
    float: right;
    font-size: 0.45rem;
    line-height: 1.3rem;
    margin-top: 0.05rem;
    height: 0.6rem;
    display: inline-block;
    color: #333333;
}
.yu-sale em{
    color: #e2984d;
}




.goods-detail-price .sold {
    position: absolute;
    z-index: 1;
    top: 0.25rem;
    right: 0.75rem;
    display: block;
    font-size: 0.55rem;
    line-height: 1rem;
    height: 1rem;
}

.goods-detail-item {
    position: relative;
    z-index: 1;
    padding: 0.5rem 0.5rem 0.2rem 0.5rem;
    background: #FFF;
    margin-top: 0.39rem;
}

.goods-detail-item:after {
    height: 1px;
    content: '';
    width: 100%;
    border-top: 1px solid #e3e5e9;
    position: absolute;
    bottom: -1px;
    right: 0;
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5);
    z-index: 1;
}

.goods-detail-item .itme-name {
    position: absolute;
    z-index: 1;
    top: 0.5rem;
    left: 0.5rem;
    display: block;
    width: 1.6rem;
    height: 0.9rem;
    font-size: 0.6rem;
    color: #232326;
    line-height: 1rem;
    font-weight: 300;
}

.goods-detail-item .item-con {
    display: block;
    margin-left: 1.6rem;
}

.goods-detail-item .item-con dl {
    display: block;
    line-height: 0.9rem;
}

.goods-detail-item .item-con dt {
    font-size: 0.6rem;
    color: #333;
}

.goods-detail-sel dt span {
    display: inline-block;
    height: 0.9rem;
    margin: 0 0.3rem 0.3rem 0;
    font-size: 0.525rem;
    line-height: 0.9rem;
    padding: 0 0.2rem;
    color: #232326;
    position: relative;
    font-weight: 300;
}

.goods-detail-sel dt span:after {
    position: absolute;
    top: -0.5px;
    left: -0.5px;
    width: 200%;
    height: 200%;
    content: '';
    border: 1px solid #e3e5e9;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform-origin: top left;
    -webkit-transform-origin: top left;
}

.goods-detail-sel dt span em {
    color: #81838e;
}

.item-more {
    position: absolute;
    z-index: -1;
    top: 0.5rem;
    right: 0.5rem;
    display: block;
    width: 0.8rem;
    height: 0.9rem;
    background-image: url(../images/usercenter/arrow_right_b.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 80%;
    opacity: 0.4;
}

.header-l a i.back {
    width: 80%;
    height: 80%;
    margin: 10%;
    background-image: url(../images/usercenter/arrow_left_b.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0.75;
}

.header-r a i.more {
    background-image: url(../images/usercenter/more_b.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    opacity: 0.65;
}

.header-r a i {
    display: block;
    width: 100%;
    height: 100%;
}

.bbctouch-main-layout {
    display: block;
    margin-top: 1.95rem;
    background-color: #f3f5f7;
    margin-bottom: 2.2rem;
}

.bbctouch-tag-nav {
    background-color: #EEE;
    padding: 0.5rem 0.5rem 0 0.5rem;
}

.bbctouch-tag-nav ul {
    font-size: 0;
    display: block;
}

.bbctouch-tag-nav ul li.selected {
    background-color: #f15353;
}

.bbctouch-tag-nav ul li {
    display: inline-block;
    background-color: #AAA;
    margin: 0 0.5rem 0.5rem 0;
    border-radius: 0.2rem;
}

.bbctouch-tag-nav ul li a {
    display: block;
    height: 0.9rem;
    padding: 0.2rem 0.5rem;
    font-size: 0.565rem;
    line-height: 0.9rem;
    color: #FFF;
}

.bbctouch-norecord {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 10rem;
    height: 8.2rem;
    margin: -3rem 0 0 -5rem;
    text-align: center;
    font-size: 0;
}

.bbctouch-norecord .norecord-ico {
    display: inline-block;
    width: 2.2rem;
    height: 2.2rem;
    padding: 0.4rem;
    margin: 0 auto;
    background-color: #DDD;
    border-radius: 100%;
}

.bbctouch-norecord.eval .norecord-ico i {
    background-image: url(../images/usercenter/mcc_04_w.png);
}

.bbctouch-norecord .norecord-ico i {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 80%;
}

.bbctouch-norecord dl {
    height: 2.75rem;
}

.bbctouch-norecord dl dt {
    display: block;
    height: 1rem;
    margin-bottom: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
}

.bbctouch-norecord dl dd {
    display: block;
    height: 1rem;
    margin-bottom: 0.5rem;
    font-size: 0.55rem;
    line-height: 1rem;
    color: #999;
}

.product-eval-list {
}

.product-eval-list ul {
}

.product-eval-list li {
    padding: 0 0 0.5rem 0.5rem;
    margin-bottom: 0.25rem;
    background-color: #FFF;
}

.product-eval-list .eval-user {
    position: relative;
    z-index: 1;
    display: block;
    height: 2rem;
    border-bottom: solid #EEE 0.05rem;
}

.product-eval-list .eval-user .user-avatar {
    position: absolute;
    z-index: 1;
    top: 0.35rem;
    left: 0;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
}

.product-eval-list .eval-user .user-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.product-eval-list .eval-user .user-name {
    display: block;
    height: 1rem;
    margin: 0 0 0 2rem;
    padding: 0.5rem 0;
    font-size: 0.6rem;
    line-height: 1rem;
}

.product-eval-list .eval-user time {
    position: absolute;
    z-index: 1;
    top: 0.5rem;
    right: 0.5rem;
    height: 1rem;
    font-size: 0.55rem;
    color: #BBB;
    line-height: 1rem;
}

.product-eval-list .goods-raty {
    display: block;
    height: 0.5rem;
    padding: 0.5rem 0 0;
    font-size: 0;
}

.product-eval-list .goods-raty i {
    display: inline-block;
    height: 0.5rem;
    background-image: url(../images/usercenter/star_r.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    background-size: contain;
}

.product-eval-list .goods-raty i.star1 {
    width: 0.5rem;
}

.product-eval-list .goods-raty i.star2 {
    width: 1rem;
}

.product-eval-list .goods-raty i.star3 {
    width: 1.5rem;
}

.product-eval-list .goods-raty i.star4 {
    width: 2rem;
}

.product-eval-list .goods-raty i.star5 {
    width: 2.5rem;
}

.product-eval-list .eval-con {
    padding: 0.2rem 0;
}

.product-eval-list .eval-con dt {
    display: block;
    min-height: 0.9rem;
    margin: 0.2rem 0 0.4rem 0;
    font-size: 0.6rem;
    line-height: 0.9rem;
}

.product-eval-list .eval-con dd {
    display: block;
    font-size: 0;
}

.product-eval-list .eval-con dd a {
    display: table-cell;
    width: 2.6rem;
    height: 2.6rem;
    text-align: center;
    border: solid 0.05rem #EEE;
    margin-right: 0.4rem;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
}

.product-eval-list .eval-con dd a img {
    max-width: 2.6rem;
    max-height: 2.6rem;
}

.product-eval-list .again-eval {
    height: 0.9rem;
    margin-top: 0.2rem;
    font-size: 0.55rem;
    line-height: 0.9rem;
    color: #555;
}

.product-eval-list .eval-explain {
    font-size: 0.6rem;
    color: #ed5564;
    line-height: 0.8rem;
    padding: 0.5rem 0;
}

.goods-detail-comment {
    background-color: #FFF;
    margin-top: 0.39rem;
    border-top: solid #EEE 0.05rem;
    border-bottom: solid #EEE 0.05rem;
}

.goods-detail-comment .title {
    display: block;
    padding: 0 0.5rem;
    position: relative;
    /*border-style: solid;
    border-color: #e3e5e9;
    border-width: 0 0 1px 0;*/
}
.goods-detail-comment .title:after{
    height: 1px;
    content: '';
    width: 100%;
    border-top: 1px solid #e3e5e9;
    position: absolute;
    bottom: -1px;
    right: 0;
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5);
    z-index: 1;
}

.goods-detail-comment .title a {
    display: block;
    position: relative;
    z-index: 1;
    height: 1rem;
    padding: 0.5rem 0;
    font-size: 0.7rem;
    line-height: 1rem;
    color: #000000;
    font-weight: 300;
}

.goods-detail-comment .title span {
    font-size: 0.6rem;
    margin-left: 1rem;
    color: #f15353;
}

.goods-detail-comment .title span em {
    font-size: 0.6rem;
    font-weight: 600;
    margin-left: 0.2rem;
}

.goods-detail-comment .title .rate-num {
    position: absolute;
    z-index: 1;
    top: 0.55rem;
    right: 0.8rem;
    color: #666666;
    font-size: 0.65rem;
}

.goods-detail-comment .title .item-more {
    right: 0;
}
.goods-detail-comment .content{
    padding: 0 0.5rem;
}

.item-more {
    position: absolute;
    z-index: -1;
    top: 0.5rem;
    right: 0.5rem;
    display: block;
    width: 0.8rem;
    height: 0.9rem;
    background-image: url(../images/usercenter/arrow_right_b.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 80%;
    opacity: 0.4;
}

.fixed-tab-pannel {
    min-width: 320px;
    max-width: 640px;
    padding: 0.86rem 0.2rem 0.9rem 0.2rem;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fixed-tab-pannel p, .fixed-tab-pannel div, .fixed-tab-pannel table {
    width: 100% !important;
    font-size: 0.6rem !important;
}

.fixed-tab-pannel img {
    width: 100% !important;
}
/*#fix taobao*/
.fixed-tab-pannel .desc_anchor{display:none;}

.fixed-tab-pannel p, .fixed-tab-pannel div, .fixed-tab-pannel table {
    width: 100% !important;
    font-size: 0.6rem !important;
}

.bbctouch-nav-menu li:last-child {
    border-bottom: none 0;
}

.goods-detail-foot {
    height: 2rem;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#F2F5F5F5', endColorstr='#F2F5F5F5');
    background: rgba(245, 245, 245, 0.95);
}

.goods-detail-foot {
    position: fixed;
    z-index: 1;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2rem;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#F2F5F5F5', endColorstr='#F2F5F5F5');
    background: rgba(255, 255, 255, .9);
    min-width: 320px;
    max-width: 640px;
    margin: 0 auto;
}

.goods-detail-foot .otreh-handle, .goods-option-foot .otreh-handle {
    float: left;
    width: 35%;
    font-size: 0;
    line-height: 0;
    background-color: #FFFFFF;
}

.goods-detail-foot .otreh-handle a.kefu, .goods-option-foot .otreh-handle a.kefu {
    width: 44%;
}

.goods-detail-foot .otreh-handle a, .goods-option-foot .otreh-handle a {
    position: relative;
    z-index: auto;
    display: inline-block;
    height: 1.95rem;
    text-align: center;
    color: #333;
}

.goods-option-foot .otreh-handle a.kefu:before, .goods-option-foot .otreh-handle a.cart:before {
    height: 1px;
    content: '';
    width: 100%;
    border-top: 1px solid #e3e5e9;
    position: absolute;
    top: 0px;
    right: 0;
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5);
    z-index: 1;
}

.goods-detail-foot .otreh-handle a.kefu:before, .goods-detail-foot .otreh-handle a.cart:before {
    height: 1px;
    content: '';
    width: 100%;
    border-top: 1px solid #e3e5e9;
    position: absolute;
    top: 0px;
    right: 0;
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5);
    z-index: 1;
}

.goods-detail-foot .otreh-handle a.kefu i, .goods-option-foot .otreh-handle a.kefu i {
    background-image: url(../images/usercenter/kefu_b.png);
}

.goods-detail-foot .otreh-handle a i, .goods-option-foot .otreh-handle a i {
    display: inline-block;
    width: 0.9rem;
    height: 0.9rem;
    margin: 0.15rem auto 0.05rem auto;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 80%;
    opacity: 1;
}

.goods-detail-foot .otreh-handle a p, .goods-option-foot .otreh-handle a p {
    display: block;
    height: 0.8rem;
    font-size: 0.55rem;
    line-height: 0.8rem;
    margin-top: -0.7rem;
}

.goods-detail-foot .otreh-handle a.cart, .goods-option-foot .otreh-handle a.cart {
    width: 55%;
}

.goods-detail-foot .otreh-handle a.cart:after {
    position: absolute;
    top: 1px;
    left: 0;
    content: '';
    width: 1px;
    height: 150%;
    border-right: 1px solid #cbcbcb;
    border-radius: 0;
    -webkit-border-radius: 0;
    transform: scaleX(0.5);
    -webkit-transform: scaleX(0.5);
    transform-origin: top left;
    -webkit-transform-origin: top left;
}

.goods-option-foot .otreh-handle a.cart:after {
    position: absolute;
    top: 1px;
    left: 0;
    content: '';
    width: 1px;
    /*height: 150%;*/
    border-right: 1px solid #cbcbcb;
    border-radius: 0;
    -webkit-border-radius: 0;
    transform: scaleX(0.5);
    -webkit-transform: scaleX(0.5);
    transform-origin: top left;
    -webkit-transform-origin: top left;
}

.goods-detail-foot .otreh-handle a.cart i, .goods-option-foot .otreh-handle a.cart i {
    background-image: url(../images/usercenter/cart_b.png);
}

.goods-detail-foot .buy-handle, .goods-option-foot .buy-handle {
    float: right;
    width: 65%;
    font-size: 0;
}

.goods-detail-foot .buy-handle a.add-cart, .goods-option-foot .buy-handle a.add-cart {
    float: right;
    width: 55%;
    background-color: #f23030;
}

.goods-detail-foot .buy-handle a, .goods-option-foot .buy-handle a {
    display: block;
    height: 2rem;
    font-size: 0.65rem;
    line-height: 2rem;
    color: #FFF;
    text-align: center;
}

.bbctouch-bottom-mask.up {
    display: block;
    bottom: 0;
    animation: optionBlockUp 0.5s ease-in-out;
    -webkit-animation: optionBlockUp 0.5s ease-in-out;
}

.bbctouch-bottom-mask {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    right: 0;
    display: none;
}

.bbctouch-bottom-mask.down {
    animation: optionBlockDown 0.5s ease-in-out;
    -webkit-animation: optionBlockDown 0.5s ease-in-out;
}

@-webkit-keyframes optionBlockUp {
    from {
        display: none;
        bottom: -100%;
    }
    to {
        display: block;
        bottom: 0;
    }
}

.nctouch-bottom-mask.down {
    animation: optionBlockDown 0.5s ease-in-out;
    -webkit-animation: optionBlockDown 0.5s ease-in-out;
}

@keyframes optionBlockDown {
    from {
        display: block;
        bottom: 0;
    }
    to {
        display: none;
        bottom: -100%;
    }
}

@-webkit-keyframes optionBlockDown {
    from {
        display: block;
        bottom: 0;
        opacity: 1;
    }
    to {
        display: none;
        bottom: -100%;
        opacity: 0;
    }
}

.bbctouch-bottom-mask-bg {
    display: block;
    position: absolute;
    z-index: 21;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
}

.bbctouch-bottom-mask-block {
    display: block;
    position: absolute;
    z-index: 22;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 10.3rem;
    background: #FFF;
}

.bbctouch-bottom-mask-tip {
    position: absolute;
    z-index: 1;
    top: -1.2rem;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0.6rem;
    font-weight: 600;
    line-height: 0.9rem;
    color: #FFF;
    text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
}

.bbctouch-bottom-mask-tip i {
    background-image: url(../images/usercenter/back_down.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 75%;
    width: 0.8rem;
    height: 0.9rem;
    display: inline-block;
    vertical-align: top;
    margin-right: 0.1rem;
}

.goods-options-info {
    min-height: 3rem;
}

.bbctouch-bottom-mask-top {
    position: relative;
    z-index: 1;
    display: block;
    padding: 0.5rem;
}

.bbctouch-bottom-mask-top:after {
    height: 1px;
    content: '';
    width: 100%;
    border-top: 1px solid #e3e5e9;
    position: absolute;
    bottom: -1px;
    right: 0;
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5);
    z-index: 1;
}

.goods-options-info .goods-pic {
    position: absolute;
    z-index: 1;
    top: 0.5rem;
    left: 0.5rem;
    width: 3rem;
    height: 3rem;
    background: #FFF;
}

.goods-options-info .goods-pic img {
    max-width: 100%;
    max-height: 100%;
}

.goods-options-info dl {
    margin: 0.5rem 0 0 4rem;
}

.goods-options-info dt {
    font-size: 0.6rem;
    line-height: 0.75rem;
    margin: 0.2rem 0.6rem 0.4rem 0;
    color: #232326;
    font-weight: 300;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.goods-options-info .goods-price {
    height: 1rem;
    font-size: 0.55rem;
    color: #333333;
    font-weight: 600;
    line-height: 1rem;
}

.goods-options-info .goods-price em {
    font-size: 0.66rem;
}

.goods-options-info .goods-storage {
    display: none;
    float: right;
    font-size: 0.5rem;
    line-height: 1rem;
    color: #81838e;
    font-weight: 500
}

.bbctouch-bottom-mask-close {
    position: absolute;
    z-index: 1;
    top: 0.2rem;
    right: 0.2rem;
    background: #FFF;
    width: 0.9rem;
    height: 0.9rem;
    padding: 0.15rem;
    border-radius: 100%;
}

.bbctouch-bottom-mask-close i {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/usercenter/close_window.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    opacity: 0.5rem;
}

.bbctouch-bottom-mask-rolling {
    /*min-height: 1.9rem;*/
    max-height: 12rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.goods-options-stock {
    padding: 0.25rem 0.5rem;
}

.goods-options-stock dt {
    display: block;
    height: 1.3rem;
    padding: 0.1rem 0;
    font-size: 0.6rem;
    color: #4f4f4f;
    line-height: 1.3rem;
}

.goods-options-stock dd {
    display: block;
    font-size: 0rem;
}

.goods-options-stock dd a.current {
    color: #e58011;
    /*background: #f15353;*/
    /*border: none;*/
    border: solid 0.05rem #e58011;
}

.goods-options-stock dd a:first-child {
    margin-left: 0;
}

.goods-options-stock dd a {
    display: inline-block;
    height: 0.9rem;
    padding: 0.25rem 0.5rem;
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
    font-size: 0.525rem;
    color: #666666;
    line-height: 0.9rem;
    background: #FFF;
    border: solid 0.05rem #6f6f6f;
    border-radius: 0.15rem;
}

.goods-option-value {
    display: block;
    height: 3rem;
    padding: 0 0 0.5rem 0.5rem;
    margin-bottom: 2rem;
    line-height: 1.2rem;
    font-size: 0.6rem;
    color: #232326;
    position: relative
}
.goods-option-value em{ color: #f23030}

.goods-option-value:before {
    height: 1px;
    content: '';
    width: 100%;
    border-top: 0 solid #e3e5e9;
    position: absolute;
    top: -1px;
    right: 0;
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5);
    z-index: 1;
}

.value-box {
    display: block;
    float: left;
    font-size: 0;
    border-radius: 0.2rem;
    position: relative;
    margin: 0.5rem 0;
    /*height: 25px;*/
}

.value-box span.minus a {
    background-image: url(../images/usercenter/value_minus.png);
    background-repeat: no-repeat;
    background-repeat: 50% 50%;
    background-size: 100%;
}

.value-box span .buy-num {
    color: #232326;
    border: none;
}

.value-box span.add a {
    background-image: url(../images/usercenter/value_add.png);
    background-repeat: no-repeat;
    background-repeat: 50% 50%;
    background-size: 100%;
}

.goods-option-foot {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
}

.goods-detail-foot .otreh-handle a.kefu i, .goods-option-foot .otreh-handle a.kefu i {
    background-image: url(../images/usercenter/kefu_b.png);
}

.goods-detail-foot .otreh-handle a.cart i, .goods-option-foot .otreh-handle a.cart i {
    background-image: url(../images/usercenter/cart_b.png);
}

.goods-detail-foot .otreh-handle a p, .goods-option-foot .otreh-handle a p {
    display: block;
    height: 0.8rem;
    font-size: 0.55rem;
    line-height: 0.8rem;
    margin-top: 0.01rem
}

.goods-detail-foot .otreh-handle a sup, .goods-option-foot .otreh-handle a sup {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 50%;
    margin-top: -0.5rem;
    margin-right: -0.7rem;
    min-width: 0.5rem;
    height: 0.5rem;
    font-size: 0.45rem;
    line-height: 0.5rem;
    color: #FFFFFF;
    background-color: #e37f27;
    text-align: center;
    border: solid 0.05rem #e37f27;
    border-radius: 0.3rem;
}

.goods-detail-foot .buy-handle, .goods-option-foot .buy-handle {
    float: right;
    width: 65%;
    font-size: 0;
}

.goods-detail-foot .buy-handle a.buy-now, .goods-option-foot .buy-handle a.buy-now {
    background-color: #ffb03f;
}

.table-set {
    width: 3rem;
    height: 3rem;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 0;
    position: relative;
    padding: 0.3rem;
    box-sizing: border-box;
}

.table-set:after {
    position: absolute;
    top: -0.5px;
    left: -0.5px;
    width: 200%;
    height: 200%;
    content: '';
    border: 1px solid #e3e5e9;
    /*border-radius: 6px;
    -webkit-border-radius: 6px;*/
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform-origin: top left;
    -webkit-transform-origin: top left;
}

.pro_store_recommond:nth-child(2n+1) {
    padding-right: 2px;
}

.pro_store_recommond:nth-child(2n) {
    padding-left: 2px;
}

.pro_store_recommond {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-bottom: 4px;
    position: relative;
}

.pro_store_recommond a {
    background: #fff;
    padding-bottom: 6px;
}

.cart_edit_num {
    position: relative;
}

.cart_edit_num:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 1px;
    height: 29px;
    border-right: 1px solid #cbcbcb;
    border-radius: 0;
    -webkit-border-radius: 0;
    transform: scaleX(0.5);
    -webkit-transform: scaleX(0.5);
    transform-origin: top left;
    -webkit-transform-origin: top left;
}

.cart_edit_num:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 1px;
    height: 29px;
    border-right: 1px solid #cbcbcb;
    border-radius: 0;
    -webkit-border-radius: 0;
    transform: scaleX(0.5);
    -webkit-transform: scaleX(0.5);
    transform-origin: top left;
    -webkit-transform-origin: top left;
}

.value-box:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 200%;
    height: 200%;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform-origin: top left;
    -webkit-transform-origin: top left;
    pointer-events: none;
}

/* 服务标签 */
#goodsExtends{padding: 0;}
#goodsExtends .item-more{z-index: 1;top: 50%;margin-top: -0.4rem;}
#goodsExtends .extend-item{background-color: #FFFFFF;padding: 0.25rem 0.5rem;border-width: 0;border-style: solid;border-color: rgb(227,227,227);position: relative;}
#goodsExtends .extend-item:last-child{border-width: 0;}
#goodsExtends .extend-item:after{    height: 1px;
    content: '';
    width: 100%;
    border-top: 1px solid #e3e5e9;
    position: absolute;
    bottom: -1px;
    right: 0;
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5);
    z-index: 1;}
#goodsExtends .extend-item:last-child:after{border-width: 0;}
#goodsExtends .extend-item .extend-item-name{float: left;display: inline-block;}
#goodsExtends .extend-item .extend-item-show{display: block;margin-left: 2rem;}
#goodsExtends .extend-item .extend-item-name span,
#goodsExtends .extend-item .extend-item-show span{font-size: 0.6rem;display: inline-block;color: #000000;font-weight: 300;}
#goodsExtends .extend-item .extend-item-show span{font-size: 0.6rem;padding: 0 2rem 0 0;}

/* 服务标签 描述 */
.goods-tags-intro-top{text-align: center;padding: 0.5rem 0 0.3rem 0;font-size: 0.8rem;font-weight: 300;}
.goods-tags-intro-list{padding: 1rem 0.8rem 1rem 1.3rem;}
.goods-tags-intro-list .goods-tags-intro-item{}
.goods-tags-intro-list .goods-tags-intro-item .tags-item-name{font-size: 0.7rem;font-weight: normal;color: #333333;}
#product_tags_roll{max-height: 17rem;overflow-x: hidden;overflow-y:scroll;}
.goods-tags-intro-list .goods-tags-intro-item .tags-item-intro{font-size: 0.6rem;font-weight: 300;/*height:0.6rem;*/line-height: 0.9rem;padding: 0.3rem 0 1rem 0;color: #666666;}

/* 评论 展示 */
.comment-item{margin: 0.3rem 0 0.42rem 0;}
.comment-item .item-user{height: 1.5rem;line-height: 1.5rem;margin: 0.4rem 0 0 0;}
.comment-item .item-user div{display: inline-block;}
.comment-item .item-user .user-avatar{width: 1.5rem;height: 1.5rem;border-radius: 100%;overflow: hidden;float: left;background-color: #efecdd}
.comment-item .item-user .user-avatar img{width: 100%;height: 100%;}
.comment-item .item-user .user-name{font-size: 0.7rem;font-weight: 300;float: left;margin: 0 0.52rem 0 0.43rem;color: #333333;}
.comment-item .item-user .user-level{line-height: 1rem;width: 1rem;height: 1rem;}
.comment-item .item-user .user-level img{width: 100%;height: 100%;}
.comment-item .item-user .user-comment-star{margin: 0;position: relative;top: -0.1rem;}
.comment-item .item-user .user-comment-star .star-item{width: 0.65rem;height: 0.65rem;display: inline-block;float:left;overflow: hidden;margin: 0 0 0 0.3rem;}
.comment-item .item-user .user-comment-star .star-item img{width: 100%;height: 100%;}
.comment-item .item-spec{font-size: 0.57rem;font-weight: 300;color: #666666;}
.comment-item .item-spec .comment-item-time{display: inline-block;}
.comment-item .item-spec .spec-vals{display: inline-block;}
.comment-item .item-spec .spec-vals .spec-item{display: inline-block;margin: 0 0 0 0.2rem;}
.comment-item .item-content .item-text{font-size: 0.6rem;max-height: 1.4rem;line-height: 0.7rem;margin: 0 0 0.2rem 0;color: #333333;overflow: hidden;text-overflow: ellipsis;display: block;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-wrap: break-word;word-break: normal;}
.comment-item .item-content .item-imgs{margin: 0.4rem 0 0 0;}
.comment-item .item-content .item-imgs a{display: inline-block;}
.comment-item .item-content .item-imgs a .item-img{display: table-cell;width: 2.6rem;height: 2.6rem;text-align: center;border: solid 0.05rem #EEE;vertical-align: middle;font-size: 0;line-height: 0;}
.comment-item .item-content .item-imgs a img{max-width: 2.6rem;max-height: 2.6rem;}
.comment-item .item-reply{}
.comment-item .item-reply .item-reply-content{font-size: 0.52rem;font-weight: 300;line-height: 0.82rem;padding: 0.3rem;background-color: #f6f6f6;}
.comment-item .item-reply .item-reply-content .item-reply-title{font-weight: 400;color: #333333;}
.comment-item .item-reply .item-reply-content .item-reply-main{color: #666666;}

/* 服务标签 */
#goodsRed{padding: 0;}
#goodsRed .item-more {z-index: 1;top: 50%;margin-top: -0.4rem;}
#goodsRed .extend-item{background-color: #FFFFFF;padding: 0.25rem 0.5rem;border-width: 0 0 0.025rem 0;border-style: solid;border-color: rgb(227,227,227);position: relative;}
#goodsDian .extend-item{background-color: #FFFFFF;padding: 0.25rem 0.5rem 0.25rem 0;position: relative;}
#goodsRed .extend-item:last-child{border-width: 0;}
#goodsRed .extend-item .extend-item-name,#goodsDian .extend-item .extend-item-name{float: left;display: inline-block;}
#goodsRed .extend-item .extend-item-show{display: block;margin-left: 2rem;}
#goodsRed .extend-item .extend-item-name span,
#goodsRed .extend-item .extend-item-show span,#goodsDian .extend-item .extend-item-show span,#goodsDian .extend-item .extend-item-name span{font-size: 0.6rem;display: inline-block;color: #000000;font-weight: 300;}
#goodsRed .extend-item .extend-item-show span,#goodsDian .extend-item .extend-item-show span{font-size: 0.6rem;padding: 0 2rem 0 0;}
#product_red_roll .bbctouch-tickets{ min-height: 1rem; padding-bottom: 0.2rem;}

/*优惠券*/
#goodsRed .extend-item.goods-red .extend-item-name span{color: #e74310;}

/* 限时购 详情 */
.xianshi-div{overflow: hidden;height: 2.5rem;}
.xianshi-div.ready-start{background-color: #fec286;}
.xianshi-div.started{background: linear-gradient(90deg,#fee0a8,#fda63b);}
.xianshi-div.ready-start .xianshi-div-left,
.xianshi-div.started .xianshi-div-left{display: inline-block;line-height: 2.4rem;float: left;box-sizing: border-box;padding: 0 0.5rem;}
.xianshi-div.ready-start .xianshi-div-left{width: 65%;}
.xianshi-div.started .xianshi-div-left{width: 55%;}
.xianshi-div .xianshi-div-left .goods-price em{padding: 0 0 0 0.2rem;}
.xianshi-div .xianshi-div-left .goods-price{font-size: 1.2rem;font-weight: bolder;color: #b71820;}
.xianshi-div .xianshi-div-left .goods-market-price{font-size: 0.7rem;line-height: 2.5rem;display: inline-block;vertical-align: top;text-decoration: line-through;color: #FFFFFF;margin: 0 0 0 0.3rem;}
.xianshi-div .xianshi-div-right{display: inline-block;float: left;font-size: 0.6rem;font-weight: normal;position: relative;padding: 0.3rem 0 0 1rem;height: 2.5rem;overflow: hidden;box-sizing: border-box;}
.xianshi-div.ready-start .xianshi-div-right{width: 30%;color: #cd7f2b;}
.xianshi-div.started .xianshi-div-right{width: 45%;color: #FFFFFF;}
.xianshi-div.ready-start .xianshi-div-right div{line-height: 1rem;height: 1rem;}
.xianshi-div.ready-start .xianshi-div-right:before{height: 3.5rem;content: '';width: 1px;border-right: 1px solid #cd7f2b;position: absolute;bottom: -0.5rem;left: 0;transform: scaleY(.5);-webkit-transform: scaleY(.5);z-index: 1;}
.xianshi-div .countdown .countdown-num{background-color: #c68f40;padding: 0 0.1rem;font-weight: bold;font-size: 0.6rem;}
.xianshi-div .countdown .countdown-break-flag{margin: 0 0.1rem;}
.xianshi-div .scheduleMod{margin: 0 0.7rem 0 0;}
.xianshi-div .scheduleMod .scheduleModCont{background: #fcd4ad;text-align: center;color: #fff;border-radius: 0.7rem;position: relative;height: 0.7rem;line-height: 0.7rem;text-shadow: 0 0 1px rgba(0,0,0,0.2);}
.xianshi-div .scheduleMod .scheduleModCont em{font-size: 0.3rem;height: 0.7rem;line-height: 0.7rem;color: #fff;position: absolute;top: 0;left: 4px;z-index: 8;}
.xianshi-div .scheduleMod .scheduleModCont .scheduleleft{font-size: 0.3rem;color: #fff;background: #ff9428;position: absolute;top: 0;left: 0;width: 0%;height: 0.7rem;border-radius: 0.7rem;text-align: center;}
.xianshi-div .scheduleMod .scheduleModCont  .scheduleNum{position: absolute;top: 0;right: 6px;color: #fd9135;height: 0.7rem;font-size: 0.3rem;line-height: 0.7rem;}
.xianshi-div .scheduleMod .scheduleModCont .soldOut{
      width: 100%;
    text-align: center;
    color: #fff;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    height: 20px;
}


/* 商品详情 */
.sld_goods_body .sld-channel-top:after{
    height: 1px;
    content: '';
    width: 100%;
    border-top: 1px solid #e3e5e9;
    position: absolute;
    bottom: -1px;
    right: 0;
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5);
    z-index: 1;
}