/*拼团样式*/
@charset "UTF-8";
.danger-tips i, .danger-tips span, .order-goods .good .gifts p span, .tuan-link a p .tuan, .tuan-link a p i, .tuan-link a p span, .tuan-price .time-left span, .tuan-price .time-left strong, .tuan-rule-link ul li i, .tuan-rule-link ul li p, .tuan-status .tips i, .tuan-status .tips span {
    vertical-align: middle
}

.tuan-flow {
    background: #fff;
    margin-bottom: .5rem;
    padding: .5rem 0;
    border-top: 1px solid #ececec
}

.confirm-shop .confirm-info .fill-item {
    padding: .5rem
}

.tuan-flow li {
    position: relative;
    display: block;
    float: left;
    width: 30%;
    text-align: center
}

.tuan-flow li:nth-child(2) {
    width: 40%
}

.tuan-flow li:nth-child(2):after, .tuan-flow li:nth-child(2):before {
    content: '';
    width: 60%;
    height: 1px;
    background: #FFA526;
    position: absolute;
    top: .8rem;
    display: block
}

.tuan-flow li:nth-child(2):before {
    left: -1.8rem
}

.tuan-flow li:nth-child(2):after {
    right: -1.7rem
}

.tuan-flow li span {
    display: block;
    margin: .5rem auto;
    width: .75rem;
    height: .75rem;
    text-align: center;
    line-height: .71rem;
    font-size: .6rem;
    color: #FFA526;
    border: 1px solid #FFA526;
    border-radius: 50%
}

.tuan-flow li p {
    font-size: .6rem
}

.confirm-shop .shop-title .shop-label {
    font-size: .75rem
}

.confirm-shop .confirm-info .fill-item p.h4 {
    position: static
}

.confirm-shop .confirm-info .fill-item .words-number {
    right: .5rem;
    top: .6rem
}


.order-delivery-mode, .order-goods .good, .order-status {
    padding: .5rem;
    background: #fff
}

.order-delivery-mode {
    border-top: 1px solid #ECECEC;
    margin-bottom: .5rem
}

.order-delivery-mode .h4 {
    font-size: .8rem;
    line-height: 1.25rem
}

.order-delivery-mode .btns {
    float: right
}

.order-delivery-mode .btns .button {
    display: inline-block;
    margin-left: .5rem
}

.order-status {
    line-height: 1.2rem;
    font-size: .7rem;
    margin-bottom: .5rem
}

.order-status .value {
    float: right;
    color: #E63D59
}

.order-goods {
    border-top: 1px solid #ececec;
    margin-bottom: .5rem;
    background: #fff
}

.order-goods .good {
    position: relative
}

.order-goods .good .img {
    display: block;
    position: absolute;
    left: .5rem;
    top: .5rem;
    width: 5rem;
    height: 5rem;
    border: 1px solid #ECECEC;
    overflow: hidden
}

.order-goods .good .img img {
    display: block;
    width: 100%
}

.order-goods .good .words {
    margin-left: 5.5rem;
    font-size: .7rem;
    line-height: 1rem;
    min-height: 5rem
}

.order-goods .good .words .name {
    display: block;
    height: 2rem;
    overflow: hidden;
    margin-bottom: .3rem
}

.order-goods .good .words .props {
    position: relative;
    display: block;
    height: 1rem;
    overflow: hidden;
    margin-bottom: .3rem;
    color: #999;
    padding-right: 2.5rem
}

.order-goods .good .words .props i {
    position: absolute;
    right: 1.8rem;
    top: 0
}

.order-goods .good .words .props.open {
    height: auto
}

.order-goods .good .words .props.open i {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.order-goods .good .words .promotions {
    color: #999;
    font-size: .6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.order-goods .good .words .promotions span {
    background: #E63D59;
    color: #fff;
    border-radius: .2rem;
    padding: .1rem;
    font-size: .6rem
}

.order-goods .good .words .quantity-static {
    color: #999
}

.order-goods .good .words .price {
    position: absolute;
    right: .6rem;
    top: 4.2rem;
    color: #c00;
    font-size: .8rem
}

.order-goods .good .words .tuan-info span {
    color: #666
}

.order-goods .good .words .tuan-info strong {
    font-size: .7rem;
    color: #c00
}

.order-goods .good .words .tuan-info del {
    color: #999
}

.order-goods .good .gifts {
    margin-top: .3rem
}

.order-goods .good .gifts p {
    position: relative;
    font-size: .6rem;
    padding: .2rem 2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0;
    color: #999
}

.order-goods .good .gifts p span {
    position: absolute;
    left: 0;
    top: .2rem;
    border: 1px solid #E63D59;
    color: #E63D59;
    border-radius: .2rem;
    padding: 0 .1rem;
    font-size: .6rem
}

.order-goods .good .gifts p em {
    position: absolute;
    right: 0;
    top: .2rem;
    font-style: normal
}

.order-goods .good.sold-out .img:after, .order-goods .good.sold-out .img:before {
    left: 50%;
    top: 50%;
    border-radius: 50%;
    display: block;
    position: absolute;
    content: ''
}

.order-goods .good.sold-out .img:before {
    width: 3.4rem;
    height: 3.4rem;
    z-index: 1;
    margin: -1.7rem 0 0 -1.7rem;
    background: rgba(0, 0, 0, .3)
}

.order-goods .good.sold-out .img:after {
    width: 2.8rem;
    height: 2.8rem;
    z-index: 2;
    margin: -1.4rem 0 0 -1.4rem;
    background: rgba(0, 0, 0, .5)
}

.order-details-info, .waiting-time {
    background: #fff;
    border-top: 1px solid #ececec
}

.order-goods .good.sold-out .img span {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 40%;
    color: #fff;
    font-size: .8rem
}

.order-goods .good.sold-out .img img {
    opacity: .5
}

.order-goods .good.sold-out .words .name, .order-goods .good.sold-out .words .price {
    color: #999
}

.order-details-info {
    padding: .5rem;
    margin-bottom: .5rem
}

.order-details-info .h4 {
    font-size: .7rem;
    margin-bottom: .2rem
}

.order-details-info .value {
    font-size: .7rem;
    color: #999
}

.data-settlement p {
    font-size: .75rem
}

.order-bottom-btns {
    border-top: 1px solid #ececec;
    box-shadow: 0 0 5px #eee;
    text-align: right
}

.order-bottom-btns .button {
    display: inline-block;
    margin-left: .1rem;
    font-size: .6rem;
    padding: 0 .4rem
}

.waiting-time {
    padding: .6rem;
    margin-bottom: .5rem;
    padding-left: 16px;
}

.waiting-time .words {
    padding-left: 2rem;
    background: url(../images/tuan-info.png) left center no-repeat;
    background-size: auto 80%;
    font-size: .7rem;
    height:45px;
}

.waiting-time .words .h4 {
    font-size: .7rem;
    padding-top: 0.2rem;
}

.list-item .item-head .curValue {
    float: right;
    font-size: .9rem;
    line-height: 24px;
    color: #999;
}

.list-item .item-head {
    font-size: 1em;
}

.label {
    font-size: 0.8rem;
}


.waiting-time .words .light {
    font-size: .6rem;
    color: #999
}

.waiting-time .words .light b {
    font-size: 0.6rem;
    margin: 0 .2rem;
    color: #E63D59
}
/*.waiting-time .words .light .red {*/
    /*font-size: 1.1rem;*/
/*}*/

.order-category .swiper-slide a {
    display: block;
    height: 2.5rem;
    line-height: 2.1rem;
    text-align: center;
    font-size: .95rem;
    color: #333
}

.order-category .swiper-slide a.active {
    color: #f56c3e;
    border-bottom: .1rem solid #f56c3e
}

.orders .order {
    font-size: .7rem;
    border-bottom: .5rem solid #F7F7F7
}

.orders .order .head {
    padding: .5rem
}

.orders .order .head .status {
    float: right;
    color: #E64059
}

.orders .order .head p, .orders .order .head p .label {
    font-size: .6rem
}

.orders .order .settle-price {
    padding: .5rem;
    border-top: 1px solid #ececec
}

.orders .order .settle-price p {
    text-align: right
}

.orders .order .settle-price p strong {
    color: #c00;
    font-weight: 400
}

.orders .order .btns {
    padding: 0 .5rem .5rem 0;
    text-align: right
}

.orders .order .btns .button {
    display: inline-block;
    margin-left: .3rem
}

.danger-tips {
    width: 10rem;
    height: auto;
    left: 50%;
    margin-left: -6rem !important;
    border-radius: .3rem;
    padding: .5rem;
    font-size: .8rem;
    text-align: center
}

.danger-tips i {
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    background: url(../images/danger-tips.png) no-repeat;
    background-size: 100% auto;
    margin-right: .5rem
}

.share-tips, .share-tips2 {
    z-index: 999;
    background: rgba(0, 0, 0, .8);
    top: 0;
    left: 0;
    bottom: 0
}

.danger-tips span {
    display: inline-block
}

.share-tips {
    display: none;
    position: fixed;
    right: 0
}

.share-tips a {
    position: absolute;
    right: 1rem;
    top: 0;
    display: block;
    width: 60%
}

.share-tips a img {
    display: block;
    width: 100%
}

.share-tips2 {
    display: none;
    position: fixed;
    right: 0
}

.share-tips2 a {
    display: block;
    width: 60%;
    margin: 4rem auto
}

.share-tips2 a img {
    display: block;
    width: 100%
}

.tuan-list ul {
    display: block;
    background: 0 0
}

.tuan-list ul:after {
    content: '';
    display: block;
    clear: both;
    position: static;
    opacity: 0
}

.tuan-list ul li {
    float: left;
    display: block;
    width: 50%;
    overflow: hidden
}

.tuan-list ul li .tuan {
    background: #fff;
    margin: 0 .25rem .5rem 0
}

.tuan-list ul li .tuan .img {
    position: relative
}

.tuan-list ul li .tuan .img a {
    display: block
}

.tuan-list ul li .tuan .img a img {
    display: block;
    width: 100%
}

.tuan-list ul li .tuan .img .tuan-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: .6rem;
    padding: .3rem
}

.tuan-list ul li .tuan .img .tuan-info .left-time {
    float: right
}

.tuan-list ul li .tuan .words {
    padding: .3rem;
    font-size: .6rem
}

.tuan-list ul li .tuan .words .name {
    display: block;
    line-height: 1rem;
    height: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tuan-list ul li .tuan .words .price {
    margin: .3rem 0
}

.tuan-list ul li .tuan .words .price strong {
    font-size: .7rem;
    color: #c00;
    margin-right: .2rem
}

.tuan-list ul li .tuan .words .price del {
    color: #999
}

.tuan-list ul li .tuan .words .btn {
    display: block;
    height: 1.4rem;
    line-height: 1.4rem;
    text-align: center;
    color: #fff;
    font-size: .8rem;
    background: #E64059;
    border-radius: .2rem
}

.tuan-list ul li:nth-child(even) .tuan {
    margin: 0 0 .5rem .25rem
}

.no-more p {
    color: #999;
    line-height: 1.2rem;
    font-size: .6rem;
    text-align: center
}

.tuan-status {
    border-top: 1px solid #ececec;
    background: #fff;
    padding: .5rem;
    margin-bottom: .5rem
}

.tuan-status .tips {
    font-size: .7rem;
    text-align: center;
    margin-bottom: .2rem
}

.tuan-status .tips i {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: .2rem
}

.tuan-status .tips i.going {
    background: url(../images/tuan-status.png) left top no-repeat;
    background-size: 18px auto
}

.tuan-status .tips i.success {
    background: url(../images/tuan-status.png) left -18px no-repeat;
    background-size: 18px auto
}

.tuan-status .tips i.warning {
    background: url(../images/tuan-status.png) left -36px no-repeat;
    background-size: 18px auto
}

.tuan-status .tips span strong {
    font-size: .8rem;
    margin: 0 .3rem;
    color: #E63D59
}

.tuan-status .normal, .tuan-status .time-left {
    font-size: .6rem;
    color: #666;
    text-align: center
}

.tuan-status .time-left {
    margin-top: .3rem
}

.tuan-status .time-left span {
    display: inline-block;
    background: #ECECEC;
    padding: 0 .2rem;
    border-radius: .1rem;
    font-size: .7rem;
    color: #E63D59;
    font-weight: 700;
    margin: 0 .2rem
}

.tuan-status .time-left strong {
    font-size: .8rem;
    color: #E63D59;
    font-weight: 400
}

.tuan-members {
    border-top: 1px solid #ececec;
    background: #fff;
    padding: .5rem;
    margin-bottom: .5rem
}

.tuan-members .h4 {
    color: #999;
    font-size: .7rem;
    margin-bottom: .5rem
}

.tuan-members ul {
    display: block;
    height: 9.3rem
}

.tuan-members ul li {
    display: block;
    margin-bottom: .8rem
}

.tuan-members ul li:after {
    content: '';
    display: block;
    clear: both
}

.tuan-members ul li img {
    display: block;
    float: left;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%
}

.tuan-members ul li .words {
    float: left;
    font-size: .6rem;
    margin-left: .3rem;
    margin-top: .2rem
}

.tuan-members ul li .words .name {
    color: #333;
    margin-bottom: .2rem
}

.tuan-members ul li .words .name .label {
    font-size: .6rem
}

.tuan-members ul li .words .time {
    color: #999
}

.tuan-bottom-btns {
    height: 2.8rem
}

.tuan-bottom-btns .row {
    height: 100%
}

.tuan-bottom-btns .button {
    height: 2rem;
    line-height: 2rem;
    font-size: .9rem;
    border-radius: .2rem
}

.empty-page {
    position: fixed;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    padding-top: 5rem
}

.empty-page .empty-icon {
    width: 8rem;
    height: 8rem;
    margin: 1rem auto;
    background: url(../images/empty-icon.png) no-repeat;
    background-size: 100% auto
}

.empty-page p {
    font-size: .7rem;
    color: #666;
    text-align: center;
    padding: 0 .5rem
}

.common-goods ul.list-container li.smallScreen .words .price {
    margin: .3rem 0
}

.common-goods ul.list-container li.smallScreen .words .price strong {
    display: inline-block
}

.common-goods ul.list-container li.smallScreen .words .price em {
    font-size: .5rem;
    padding: 0 .1rem
}

.common-goods ul.list-container li .words .price em {
    font-size: .5rem
}

.TopBorder {
    margin-top: .5rem
}

.tuan-price {
    position: relative;
    z-index: 2;
    background: #E64059;
    color: #fff;
    padding: .3rem
}

.tuan-price .tuan-type {
    display: block;
    position: absolute;
    left: 0;
    top: -1.5rem;
    line-height: 1.6rem;
    padding: 0 .5rem;
    font-size: .6rem;
    background: #E64059
}

.tuan-price .price-value {
    font-size: .6rem
}

.tuan-price .price-value strong {
    font-size: .8rem
}

.tuan-price .price-value del {
    margin-left: .3rem
}

.tuan-price .time-left {
    position: absolute;
    right: .5rem;
    top: .3rem
}

.tuan-price .time-left .clock {
    display: inline-block;
    width: .8rem;
    height: .8rem;
    background: url(../images/tuan-clock.png) no-repeat;
    background-size: 100% auto;
    vertical-align: middle
}

.tuan-price .time-left span {
    font-size: .7rem;
    background: #fff;
    color: #E64059;
    border-radius: .15rem;
    padding: .05rem .1rem
}

.tuan-rule-link {
    border-top: 1px solid #ececec
}

.tuan-rule-link a {
    display: block;
    padding: .5rem 0;
    font-size: .7rem;
    color: #666
}

.tuan-rule-link ul {
    display: block
}

.tuan-rule-link ul:after {
    content: '';
    display: block;
    clear: both
}

.tuan-rule-link ul li {
    position: relative;
    display: block;
    float: left;
    width: 33.3%;
    padding-left: 1.6rem
}

.tuan-rule-link ul li i {
    display: block;
    position: absolute;
    left: .3rem;
    top: 50%;
    margin-top: -.6rem;
    width: 1rem;
    height: 1rem;
    border: 1px solid #FFA526;
    color: #FFA526;
    border-radius: 50%;
    font-style: normal;
    text-align: center;
    line-height: 1rem
}

.tuan-rule-link ul li p {
    font-size: .6rem;
    line-height: 1rem;
    color:#777;
}

.details-bar .btns {
    width: 60%
}

.props-choose .btns .lightBtn {
    width: 50%;
    background: #FF8C9F
}

.props-choose .btns .two-line p:first-child {
    padding-top: .3rem;
}
.props-choose .btns a.orangeBtn.full {
    width: 100%;
}
.props-choose .btns .two-line p {
    line-height: 1rem;
}
.details-bar .btns .lightBtn {
    width: 50%;
    background: #FF8C9F
}

.details-bar .btns .two-line {
    width: 50%
}

.details-bar .btns .two-line p {
    line-height: 1rem
}

.details-bar .btns .two-line p:first-child {
    padding-top: .3rem
}

.details-bar .tools {
    width: 40%
}

.tuan-rule {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 1;
    padding-top: 1rem
}

.tuan-rule img {
    display: block;
    width: 90%;
    margin: 0 auto
}

.good_info p.sales-volume {
    /*font-size: .7rem;*/
    font-size: .59rem;
    color: #666;
    line-height: 1.4rem;
    text-align: right
}

.common-box .common-line i.icon-arrow, .common-link i.icon-arrow, .latest-comments .h i.icon-arrow {
    font-size: 1rem;
    top: .3rem
}

.tuan-link {
    margin: 0;
    border: 0;
    border-bottom: 1px solid #ececec
}

.tuan-link a p .tuan {
    display: inline-block;
    width: .8rem;
    height: .8rem;
    background: url(../images/tuan-icon.png) no-repeat;
    background-size: 100% auto;
    margin-right: .2rem
}

.tuan-link a small {
    position: absolute;
    right: 1.4rem;
    top: .5rem;
    color: #333;
    font-size: .7rem
}

.tuan-bottom-btns ~ .content {
    bottom: 2.8rem
}


.toast {
    background: rgba(0,0,0,.8);
    /*border-radius: 1rem;*/
    color: #fff;
    padding: 0.1rem;
    height: 3rem;
    line-height: 3rem;
    /*font-size: .8rem;*/
    /*width: auto;*/
}

.modal {
    width: 13.5rem;
    position: fixed;
    z-index: 11000;
    left: 50%;
    margin-left: -6.75rem;
    margin-top: 0;
    top: 50%;
    text-align: center;
    border-radius: .35rem;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0) scale(1.185);
    transform: translate3d(0,0,0) scale(1.185);
    -webkit-transition-property: -webkit-transform,opacity;
    transition-property: transform,opacity;
    /*color: #3d4145;*/
    /*display: none;*/
}

.modal.modal-in {
    opacity: 1;
    /*-webkit-transition-duration: .4s;*/
    transition-duration: .4s;
    /*-webkit-transform: translate3d(0,0,0) scale(1);*/
    transform: translate3d(0,0,0) scale(1);
}
.bar {
    position: fixed;
    margin-top: 0;
}

.bar ~ .ordercontent{
    padding-top: 60px;
}

.swiper-container {
     padding-bottom: 8px;
}
.order.content-order-aftersale .list-item .list-value a + a, .order.content-order-all .order-bottom .too-btn a + a {
    margin-left: 5px;
}

.long-tips, .short-tips {
    height: auto;
    border-radius: .4rem;
    line-height: 1.5rem;
    padding: .8rem
}

/*.settlement-info .item .value {*/
    /*color: #333*/
/*}*/

.long-tips {
    width: 15rem;
    margin-left: -7.5rem !important
}

.short-tips {
    width: 12rem;
    margin-left: -6rem !important
}
.mini-tips {
    width: 9rem;
    margin-left: -4rem !important
}
.btn-grey{
    color:#666;
    border-color:#ECECEC;
    /*font-size: 15px;*/
}
.order.content-order-all .order-bottom .too-btn a {
    width: 74px;
}
.swiper-wrapper{
    padding-top: 8px;
}

.danger-tips i {
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    background: url(../images/danger-tips.png) no-repeat;
    background-size: 100% auto;
    margin-right: .5rem
}


.toast.success:before {
    background-image: url(../images/success.png);
}

.toast.success:before, .toast.failed:before {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    top: 50%;
    left: 14px;
    margin-top: -14px;
    background-size: cover;
    background-position: center center;
}
.minTip{
    width: auto;
    line-height: 2rem!important;
}