p,
h3 {
    margin: 0;
    padding: 0;
}

.bar {
    border-bottom: 0;
}

.iconfont {
    display: block;
}

.product-nav>.button {
    width: 2.2rem;
    height: 2.2rem;
}

.product-nav>.button span {
    width: 1.7rem;
    height: 1.7rem;
    line-height: 1.7rem;
    margin: 0.25rem;
}

.product-nav .button {
    top: 0;
}

.product-nav.bar .button .icon {
    display: block;
}

.product-nav .buttons-tab {
    background: transparent;
    border-bottom: 0;
}

.product-nav .buttons-tab .button {
    height: 2.2rem;
    line-height: 2.2rem;
    background: transparent;
}

.product-nav~.content {
    top: 0;
}

.product-content .content-block {
    margin: 0;
    padding: 0;
}

.nav-hide {
    background: transparent;
    border: 0;
}

.nav-hide:after {
    height: 0;
}

.nav-hide .buttons-tab {
    display: none;
}

.nav-hide>.button span {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    color: #fff;
}

.product-banner {
    width: 100%;
    height: 18.75rem;
}

.product-banner .swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 0;
}

.product-banner .swiper-container img {
    width: 100%;
    height: 100%;
    display: block;
}

.product-content .card {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    border-radius: 0;
}

.product-card .card-content-inner {
    padding: .4rem .5rem .1rem .5rem;
}

.product-card .price-card .card-content-inner {
    padding: .1rem .5rem;
}

.origin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: .6rem;
    line-height: 1rem;
    color: #999;
}

.origin img {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    display: block;
    margin-right: .3rem;
}

.act-price {
    font-size: .9rem;
    color: #FF0036;
}

.act-price em {
    font-style: normal;
    font-size: 1.2rem;
}

.act-price .item-tag {
    font-size: .6rem;
    color: #fff;
    background: #f6383a;
    padding: 0 .3rem;
    margin-left: 0.5rem;
    display: inline-block;
    height: 0.8rem;
}

.tag-price {
    font-size: .6rem;
    color: #999;
}

.product-content .sales-ext {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: .6rem;
    color: #999;
    padding-bottom: .4rem;
}

.product-content .tax,
.product-content .params-card,
.product-content .config-card {
    margin: .5rem 0;
}

.product-content .tax .card-content-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.config-card .list-block .item-media+.item-inner,
.params-card .list-block .item-media+.item-inner {
    margin-left: 0;
}

.config-card .item-title,
.config-card .item-after,
.params-card .item-title {
    font-size: .7rem;
}

.config-card .list-block .item-inner,
.params-card .list-block .item-inner {
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.popup-config {
    color: #43494c;
}

.popup-config .content-block {
    margin-top: 2.2rem;
    padding: 0;
}

.popup-config .item-subtitle {
    color: #43494c;
}

.tag-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.tag-list .button {
    margin-left: .5rem;
}

.link-tag,
.sku-tag {
    margin-bottom: .7rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: .3rem;
    padding-bottom: .3rem;
}

.sku-tag.button,
.link-tag.button {
    height: auto;
    font-size: .6rem;
}

.sku-stock {
    text-align: right;
    font-size: .65rem;
    color: #999;
}

.sku-info {
    font-size: .6rem;
    height: 2.1rem;
    line-height: 1.05rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.popup-config-content .list-block .item-subtitle {
    white-space: inherit;
}

.join-name {
    margin-right: .4rem;
}

.sku-info em {
    font-style: normal;
}

.popup-config {
    overflow: hidden;
}

.popup-config-content {
    overflow-x: hidden;
    overflow-y: auto;
}

.popup-config-content .list-block {
    margin: 0;
}

.config-num {
    margin-top: 1rem;
    padding: 0 .8rem;
}

.config-num label {
    font-size: .7rem;
}

.calc-sec {
    margin-bottom: 2rem;
}

.config-calc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.config-calc a {
    display: block;
    width: 1.5rem;
    border: 1px solid #DCDCDC;
    background: #F5F5F5;
    text-align: center;
    height: 1.2rem;
}

.config-calc .button {
    width: 2.2rem;
    height: 1.8rem;
    line-height: 1.8rem;
    border-color: #DCDCDC;
}

.config-calc .count-min {
    border-radius: 1px 0 0 1px;
    background: url(../images/min.png) center no-repeat #F5F5F5;
    background-size: .6rem 1px;
}

.config-calc input {
    width: 3rem;
    height: 1.8rem;
    border: 0;
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    background: #FFF;
    text-align: center;
    line-height: 1.2rem;
    font-size: .8rem;
}

.config-calc .count-add {
    border-radius: 1px 0 0 1px;
    background: url(../images/add.png) center no-repeat #F5F5F5;
    background-size: .75rem;
}

.popup-config .bar-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}

.popup-config .bar-footer .button {
    width: 50%;
    height: 100%;
    border-radius: 0;
    top: 0;
    line-height: 2.2rem;
    font-size: .8rem;
}



.popup-params .list-block,.popup-group .list-block{
    margin: 2.2rem 0 0 0;
    font-size: .7rem;
}

.product-content .evaluate-card {
    margin-bottom: .5rem;
}

.evaluate-card .card-footer,
.evaluate-card .card-header {
    font-size: .7rem;
}

.evaluate-card .card-content-inner {
    font-size: .6rem;
}

.evaluate-card .more-btn {
    margin: 0 auto;
}

.evaluate-percent {
    color: #f60;
}

.evaluate-tab {
    height: 100%;
}

.evaluate-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.evaluate-top .icon-star {
    color: #f60;
    font-size: .6rem;
}

.detail-card {
    background: transparent;
}

.detail-card .card-header {
    background: transparent;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.detail-card .card-header h3 {
    position: relative;
    width: 2rem;
    text-align: center;
    font-size: .7rem;
    background: #efeff4;

}

.detail-card .card-header h3:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6rem;
    margin-left: -3rem;
    height: 1px;
    background: #999;
    z-index: -1;
}

.detail-card .card-content-inner {
    padding: 0;
}

.detail-card img {
    display: block;
    width: 100%;
}

.detail-tab .detail-card,.instruction-tab .detail-card {
    margin-top: 2.2rem;
}

.evaluate-tab .content-block {
    margin-top: 2.2rem;
}

.evaluate-tab .top-card .card-header {
    font-size: .7rem;
    color: #f60;
}

.evaluate-tab .top-card .card-content-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

}

.evaluate-tab .top-card .button {
    margin-right: .4rem;
}

.product-content {
    overflow: hidden;
}

#tab1 .content-block {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

#tab3 .content-block,#tab4 .content-block {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

#tab2 .content-block {
    overflow-x: hidden;
    overflow-y: auto;
}

.no-more,
.no-data {
    text-align: center;
    margin: .8rem 0;
}

.product-content .evaluate-item {
    margin: .5rem 0;
}

.evaluate-item .card-header {
    font-size: .7rem;
}

.evaluate-item .icon-star {
    font-size: .6rem;
    color: #f60;
}

.cart-btn-group {
    padding: 0;
}

.cart-btn-group .buttons-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}

.cart-btn-group .button {
    border-radius: 0;
    height: 100%;
    top: 0;
    line-height: 2.2rem;
}

.cart-btn-group .button-light {
    width: 15%;
    border: 0;
    font-size: .6rem;
    line-height: 1.3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cart-btn-group .button-light .icon,
.cart-btn-group .button-light .iconfont {
    font-size: 1rem;
}

.cart-btn-group .button-fav {
    border-left: 1px solid #efefef;
}

.cart-btn-group .button-fill.enabled {
    width: 35%;
}

.cart-btn-group .button-fill.disabled {
    width: 70%;
}

.cart-btn-group .button-fill.an-btn {
    width: 70%;
}


.cart-btn-group .button-fill.needs-btn {
    width: 70%;
}
.selected-params {
    max-width: 50%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.evaluate-stars .icon-good,
.evaluate-stars .icon-mid,
.evaluate-stars .icon-bad {
    display: block;
    width: 1rem;
    height: 1rem;
}

.evaluate-stars img {
    display: block;
    width: 100%;
    height: 100%;
}

.calc-tips {
    font-size: .7rem;
    width: 100%;
    padding-left: 1rem;
    color: #f6383a;
    font-weight: bold;
}

.popup-guarantee,
.popup-params,.popup-group {
    height: 70%;
    top: 30%;
}

.popup-guarantee img {
    width: 1.2rem;
    height: 1.2rem;
}

.guarantee-content {
    margin-top: 2.2rem;
}

.guarantee-content ul {
    /*border: 0;*/
}

.guarantee-content .item-inner {
    /*border: 0;*/
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: .7rem;
    margin-top: .5rem;
}

.tabs {
    height: 100%;
}

.tab {
    height: 100%;
}

/*促销信息*/
.list-block .item-link .cxxx {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    min-height: 2.5rem;
}

.cxxx .cxxx-content {
    font-size: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 2rem;
    margin-left: 1rem;
    width: 70%;
}

.cxxx .cxxx-content p {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}


.cxxx .cxxx-content .cclb {
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    display: inline-block;
    border: 1px solid #FFF5F7;
    background: #FFF5F7;
    border-radius: 2px;
    padding: 1px 3px;
    font-size: 14px;
    line-height: 1;
    color: #FF0036;
}

.cxxx .cxxx-content .cclb.yhq {
    border: 1px solid #FF0036;
    background: #FF0036;
    color: #ffffff;
}

.popup-cxxx,
.popup-yhxx {
    height: 70%;
    top: 30%;
}

.mui-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mui-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.activity-item {
    padding: 15px 0;
    margin: 0 12px;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.activity-item .icon span {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    display: block;
    border: 1px solid #FFF5F7;
    background: #FFF5F7;
    border-radius: 2px;
    padding: 1px 3px;
    font-size: 12px;
    line-height: 1;
    color: #FF0036;
    left: -10%;
    position: relative;
}

.mui-flex>.cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    display: block;
    padding: 0 !important;
    position: relative;
}

.activity-item .desc {
    font-size: 14px;
    color: #051b28;
    line-height: 14px;
    text-align: left;
}

.activity-item .time {
    font-size: 12px;
    color: #999;
    line-height: 16px;
    padding-top: 8px;
}

.activity-item .desc span:after {
    content: ";";
}

.activity-item.gift-part {
    border-top: 0;
    margin-right: 0;
}

.activity-item.gift-part .icon {
    opacity: 0;
}

.gifts .intro {
    display: inline-block;
    max-width: 120px;
    width: 30%;
    max-height: 160px;
    height: 100%;
    padding: 0 5px 0 0;
}

.gifts .intro .img img {
    width: 100%;
    min-height: 90px;
}

.gifts .intro .title {
    white-space: normal;
    text-align: left;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 2.4em;
    line-height: 1.25;
    overflow: hidden;
    color: #333;
    font-size: 0.12rem;
    position: relative;
    margin: 0;
}

.tax-box {
    background: #FFF1F1;
    border-radius: 6px;
    height: 92px;
    margin-top: 15px;
    overflow: hidden;
}

.tax-box .tax-item {
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.tax-box .tax-main:first-child {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
    padding: 0 0 0 12px !important;
}

.tax-box .tax-main {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    padding: 0 0 0 8px !important;
    overflow: hidden;
    min-width: 140px;
}

.tb {
    display: table;
    width: 100%;
    height: 92px;
}

.tb .tc {
    display: table-cell;
    vertical-align: middle;
}

.tax-box .tax-main .c-main {
    line-height: 28px;
}

.tax-box .tax-main .c-main i {
    font-size: 14px;
    font-style: normal;
}

.tax-box .tax-main .c-main .rmb {
    font-size: 30px;
    font-weight: 700;
}

.tax-box .tax-main .c-sub {
    overflow: hidden;
}

.c-link,
.tax-box .tax-main .c-sub,
.tax-box .tax-main .c-sub:last-child {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.5rem;
}

.tax-box .tax-split {
    position: relative;
    height: 90px;
    width: 1px;
}

.tax-box .tax-split:before {
    top: -5px;
    z-index: 1;
}

.tax-box .tax-split:after {
    bottom: -5px;
}

.tax-box .tax-split:after,
.tax-box .tax-split:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    left: -4px;
}

.tax-box .tax-split .line {
    border-right: 1px dotted #FFCDCD;
    opacity: .7;
    width: 100%;
    height: 100%;
}

.tax-box .tax-operator {
    text-align: center;
    position: relative;
    overflow: hidden;
    min-width: 100px;
    max-width: 170px;
    background-size: 100% 100%;
}

.tb {
    display: table;
    width: 100%;
    height: 92px;
}

.tax-box .tax-operator .c-dh,
.tax-box .tax-operator .c-jf {
    font-size: 14px;
    line-height: 20px;
}

.tax-box .tax-operator .c-jh:empty {
    margin-top: 0;
}

.tax-box .tax-operator .c-jh {
    opacity: .6;
    font-size: 11px;
    line-height: 11px;
    margin-top: 5px;
}

.tax-operator.icon-loading::after {
    content: ' ';
    position: absolute;
    opacity: 1;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
    background: url(../images/loading.png) 50% 50% no-repeat;
    background-size: 30px;
    height: 30px;
    width: 30px;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -15px;
}

.tax-operator.icon-loading {
    position: relative;
}

.tax-operator.icon-loading>* {
    opacity: 0;
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg) skew(0deg) scale(1);
        -ms-transform: rotate(0deg) skew(0deg) scale(1);
        /* IE 9 */
        -moz-transform: rotate(0deg) skew(0deg) scale(1);
        /* Firefox */
        -webkit-transform: rotate(0deg) skew(0deg) scale(1);
        /* Safari ºÍ Chrome */
        -o-transform: rotate(0deg) skew(0deg) scale(1);
    }

    100% {
        transform: rotate(360deg) skew(0deg) scale(1);
        -ms-transform: rotate(360deg) skew(0deg) scale(1);
        /* IE 9 */
        -moz-transform: rotate(360deg) skew(0deg) scale(1);
        /* Firefox */
        -webkit-transform: rotate(360deg) skew(0deg) scale(1);
        /* Safari ºÍ Chrome */
        -o-transform: rotate(360deg) skew(0deg) scale(1);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg) skew(0deg) scale(1);
        -ms-transform: rotate(0deg) skew(0deg) scale(1);
        /* IE 9 */
        -moz-transform: rotate(0deg) skew(0deg) scale(1);
        /* Firefox */
        -webkit-transform: rotate(0deg) skew(0deg) scale(1);
        /* Safari ºÍ Chrome */
        -o-transform: rotate(0deg) skew(0deg) scale(1);
    }

    100% {
        transform: rotate(360deg) skew(0deg) scale(1);
        -ms-transform: rotate(360deg) skew(0deg) scale(1);
        /* IE 9 */
        -moz-transform: rotate(360deg) skew(0deg) scale(1);
        /* Firefox */
        -webkit-transform: rotate(360deg) skew(0deg) scale(1);
        /* Safari ºÍ Chrome */
        -o-transform: rotate(360deg) skew(0deg) scale(1);
    }
}

.presc-intro {
    font-size: .6rem;
    color: #f76a24;
}



.bar.bar-footer-secondary.bar-tips {
    height: 1.6rem;
    text-align: center;
    font-size: 0.7rem;
    background-color: rgba(255,102,0,0.7);
    color: #fff;
    line-height: 1.6rem;
}

.cart-btn-group .button-cart {
    border-left: 1px solid #efefef;
    position:relative;
}
.button-cart .badge
{
    position: absolute;
    top: .1rem;
    left: 50%;
    z-index: 100;
    min-width: .8rem;
    height: .8rem;
    padding: 0 .2rem;
    margin-left: .1rem;
    font-size: .6rem;
    line-height: .8rem;
    color: #fff;
    vertical-align: top;
    background: red;
    border-radius: .5rem;
}

.attention img {
    width: 100%;
}

.attention-header {
    padding: 0;
    border-bottom: 0;
}

.cart-btn-group .button-fill.rx-btn{
    width: 100%;
}

.button-rxcart .badge {
    position: absolute;
    top: .1rem;
    left: 50%;
    z-index: 100;
    min-width: .8rem;
    height: .8rem;
    padding: 0 .2rem;
    margin-left: .1rem;
    font-size: .6rem;
    line-height: .8rem;
    color: #fff;
    vertical-align: top;
    background: red;
    border-radius: .5rem;
}

.icon-favorite.yellow{
    color: gold;
}
.icon-yaoxiang.yellow{
    color: gold;
}

.card-content.promotion
{
    background: linear-gradient(90deg,#ec2f8a,#d73153);
    background: -webkit-linear-gradient(left,#ec2f8a,#d73153);
    background: -webkit-gradient(linear,left top,right top,from(#ec2f8a),to(#d73153));
    color: #fff;
}
.promotion .act-price {
    font-size: .9rem;
    color: #FFFFFF;
}



.promotion .tag-price {
    color:#fff;
}

.countdown {
    position: absolute;
    right: 0;
    top: 0;
    width: 116px;
    height: 100%;
    text-align: center;
    background-color: #f7f7f7;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.countdown .countdown_text {
    margin-bottom: 0.1rem;
    font-size: 0.66rem;
    color: #333;
}
.countdown_nums {
    height: 0.7rem;
    font-size: 0.7rem;
    color: #e93b3d;
}

/*pintuan*/
.btn-price {
    display: block;
}

.cart-btn-group .pt-btn {
    line-height: 1rem;
    font-size: .65rem;
}

.pt-list-card {
    margin: .3rem 0;
}

.pt-header {
    padding: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.05rem solid #f4f4f4;
    background-color: #fff;
}

.pt-header h3 {
    font-size: .7rem;
    color: #43494c;
}

.pt-header .pt-more {
    font-size: .6rem;
    color: #999;
}

.pt-content {
    height: 4.8rem;
    background-color: #fff;
}

#pt-swiper {
    height: 100%;
    padding: 0;
}

#pt-swiper .swiper-slide {
    width: 100%;
    height: 100%;
    padding: .3rem .5rem;
}

#pt-pagination {
    display: none;
}

.pt-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pt-item + .pt-item {
    margin-top: .5rem;
}

.pt-name {
    font-size: .7rem;
    color: #43494c;
}

.pt-detail {
    display: flex;
    align-items: center;
}

.pt-intro p{
    margin: 0;
    font-size: .6rem;
}

.pt-intro em {
    font-style: normal;
    color: #f6383a;
}

.pt-button {
    padding-left: .4rem;
}

.pt-button button {
    display: block;
    border: 0;
    background-color: #f6383a;
    color: #fff;
    font-size: .6rem;
    width: 2.4rem;
    height: 1.2rem;
    border-radius: .2rem;
    white-space: nowrap;
}

.pt-join-popup {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200000;
    background: rgba(0, 0, 0, .6);
}

.pt-order {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 1rem;
    border-radius: .4rem;
}

.pt-order .close-order {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(60%, -60%);
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .6rem;
    background: #f7f7f7 url("../images/ydpic/cha.png") center center no-repeat;
    background-size: .6rem .6rem;
}

.pt-order h3 {
    font-size: .75rem;
    text-align: center;
}

.pt-order p {
    margin: .3rem 0;
    font-size: .6rem;
    text-align: center;
}

.pt-order p em {
    font-style: normal;
    color: #f6383a;
    font-weight: bold;
}

.pt-group {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
}

.pt-person {
    /*width: 3rem;*/
    padding: 0 .5rem;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: .6rem;
    /*border: .05rem solid #ffb235;*/
    text-align: center;
    border-radius: .2rem;
}

.pt-person + .pt-person {
    margin-left: .3rem;
}

.pt-person-none {
    width: 3rem;
    border: .05rem dashed #b7b7b7;
    background: url("../images/ydpic/wenhao.png") center center no-repeat;
    background-size: auto 80%;
}

.pt-join-button button {
    display: block;
    border: 0;
    color: #fff;
    background: #f6383a;
    width: 100%;
    height: 1.6rem;
    border-radius: .2rem;
    font-size: .75rem;
}

.pt-list-popup {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200000;
    background: rgba(0, 0, 0, .6);
}

.pt-list {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: .4rem;
}

.pt-list .close-more {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(60%, -60%);
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .6rem;
    background: #f7f7f7 url("../images/ydpic/cha.png") center center no-repeat;
    background-size: .6rem .6rem;
}

.pt-list h3 {
    font-size: .75rem;
    font-weight: normal;
    border-bottom: .05rem solid #efefef;
    text-align: center;
    padding: .4rem 0;
}

.pt-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 14rem;
    overflow-x: hidden;
    overflow-y: auto;
}

.pt-list ul li {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: .4rem .6rem;
}

.pt-list-left {
    font-size: .6rem;
}

.pt-list-top {
    display: flex;
    margin-bottom: .2rem;
}

.pt-list-top em {
    color: #43494c;
    font-style: normal;
    font-weight: bold;
    margin-right: .4rem;
    display: block;
    max-width: 8rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pt-list-top span {

}

.pt-list-time {
    color: #666;
}

.pt-list-right button {
    display: block;
    font-size: .7rem;
    color: #fff;
    background-color: #f6383a;
    border: 0;
    border-radius: .2rem;
    padding: .2rem .5rem;
}

.pt-order-none {
    color: #ff6600;
    font-weight: bold;
    font-size: .7rem;
    padding: 0 .5rem;
}

.tag {
    padding: .2rem .2rem;
    background-color: #e30300;
    color: #fff;
    border-radius: .23rem;
    font-size: .7rem;
}