.transparent {
    background-color: transparent;
    border-bottom: none;
}

header, .header {
    background: #F8F8F8;
    height: 1.95rem;
    position: absolute;
    z-index: 8;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    border-bottom: solid 0.05rem #EEE;
}

.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%;
}
.goods-detail-top .round{
    width: 1.35rem;
    height: 1.35rem;
    margin: 0.2775rem;
    padding: 0;
    background: transparent;
}

.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: top;
    text-align: center;
    height: 1.95rem;
}

.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: fixed;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    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;
}

.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-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: #F0F2F5;
    position: relative;
    z-index: 1;
    margin-top: 16rem;
    margin-bottom: 2rem;
}

.show {
    display: block !important;
}

.goods-detail-name {
    display: block;
    padding: 0.39rem 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.695rem;
    line-height: 1rem;
    color: #232326
}

.goods-detail-name dd {
    margin-top: 0.3rem;
    font-size: 0.55rem;
    color: #81838e;
    line-height: 0.73rem;
}

.goods-detail-price {
    position: relative;
    z-index: 1;
    display: block;
    padding: 0 0.5rem;
    background-color: #FFF;
}

.goods-detail-price dl {
    display: inline-block;
}

.goods-detail-price dt {
    display: inline-block;
    font-size: 0.55rem;
    color: #f23030;
    line-height: 1rem;
}

.goods-detail-price dt em {
    font-size: 1rem;
    font-weight: 700;
}

.goods-detail-price dd {
    display: inline-block;
    font-size: 0.55rem;
    text-decoration: line-through;
    color: #999;
    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.7rem;
    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;
}





.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;
    background: #FFF;
}

.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: 0.9rem;
}

.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
}

.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;
    padding: 0 0.5rem;
    margin-top: 0.39rem;
    border-top: solid #EEE 0.05rem;
    border-bottom: solid #EEE 0.05rem;
}

.goods-detail-comment .title {
    display: block;
}

.goods-detail-comment .title a {
    display: block;
    position: relative;
    z-index: 1;
    height: 0.9rem;
    padding: 0.5rem 0;
    font-size: 0.6rem;
    line-height: 0.9rem;
    color: #232326;
}

.goods-detail-comment .title span {
    font-size: 0.55rem;
    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.5rem;
    right: 1rem;
    color: #888;
    font-size: 0.55rem;
}

.goods-detail-comment .title .item-more {
    right: 0;
}

.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;
    overflow: hidden;
}

.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;
}

.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;
}

.goods-detail-foot .otreh-handle a.kefu, .goods-option-foot .otreh-handle a.kefu {
    width: 100%;
}

.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;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 80%;
    opacity: 0.65;
}

.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: block;
}

.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.65);
}

.bbctouch-bottom-mask-block {
    display: block;
    position: absolute;
    z-index: 22;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 12rem;
    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-left: 4rem;
}

.goods-options-info dt {
    font-size: 0.6rem;
    line-height: 0.75rem;
    margin: 0.2rem 0.6rem 0.4rem 0;
    color: #232326
}

.goods-options-info .goods-price {
    height: 1rem;
    font-size: 0.55rem;
    color: #f23030;
    font-weight: 600;
    line-height: 1rem;
}

.goods-options-info .goods-price em {
    font-size: 0.66rem;
}

.goods-options-info .goods-storage {
    display: block;
    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.6rem;
    right: 0;
    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: 0.9rem;
    padding: 0.1rem 0;
    font-size: 0.6rem;
    color: #888;
    line-height: 0.9rem;
}

.goods-options-stock dd {
    display: block;
    font-size: 0rem;
}

.goods-options-stock dd a.current {
    color: #FFF;
    background: #f15353;
    border: none;
}

.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-left: 0.3rem;
    margin-bottom: 0.3rem;
    font-size: 0.525rem;
    color: #888;
    line-height: 0.9rem;
    background: #FFF;
    border: solid 0.05rem #BBB;
    border-radius: 0.15rem;
}

.goods-option-value {
    display: block;
    height: 1.2rem;
    padding: 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: 1px solid #e3e5e9;
    position: absolute;
    top: -1px;
    right: 0;
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5);
    z-index: 1;
}

.value-box {
    display: inline-block;
    float: right;
    font-size: 0;
    border-radius: 0.2rem;
    position: relative;
    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: 0.1rem;
    right: 0.5rem;
    min-width: 0.5rem;
    height: 0.5rem;
    font-size: 0.45rem;
    line-height: 0.5rem;
    color: #ED5564;
    text-align: center;
    border: solid 0.05rem #ED5564;
    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;
    line-height: 0;
    position: relative
}

.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: 25px;
    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: 25px;
    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;
}