html,
body {
    max-width: 1200px;
    background: #fff;
    margin: auto;
    -webkit-font-smoothing: antialiased;
}

body {

    background: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.content {
    width: 14.3rem;
    margin: auto;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.detail-img {
    width: 14.3rem;
    height: 7.18rem;
    margin: auto;
    border-radius: 0.2rem;
    min-height: 1rem;
    -webkit-box-shadow: 0px 0px 10px #efefef;
    -moz-box-shadow: 0px 0px 10px #efefef;
    box-shadow: 0px 0px 10px #efefef;
    position: relative;
    overflow: hidden;
}

.detail-img img {
    width: 100%;
    display: block;
    margin: auto;
    border-radius: 0.2rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.detail-shop-title {
    margin-top: 0.8rem;
    color: #e49338;
    font-size: 0.5rem;
}

.detail-title {
    color: #545454;
    line-height: 1.2rem;
    font-size: .76rem;
    margin: .1rem 0 0.3rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #e3e3e3;

}


.detail-offer {
    height: 7rem;
    overflow-y: scroll;
}

.detail-offer-info {
    color: #707070;
    font-size: 0.56rem;
    word-break: break-all;
}

.join-box {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 1rem 0 1rem 0;
}

.join-box a {
    background: #f38f0f;
    color: #fff;
    font-size: 0.56rem;
    padding: 0.1rem 1.4rem;
    display: block;
    border-radius: 0.1rem;
    margin: auto;
}

.join-box .join-btn {

    background: #f38f0f;
    color: #fff;
    font-size: 0.56rem;
    border: none;
    padding: 0.1rem 1.4rem;
    display: block;
    border-radius: 0.1rem;
    margin: auto;
}

.date-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.date-title {
    color: #f38f0d;
    font-size: 0.56rem;
    margin-right: .2rem;
}

.date-info {
    font-size: 0.56rem;
    word-wrap: break-word;
    color: #707070;
}

.tab-box {
    background: #f8f0e4;
    min-height: 10rem;
}

.tab-title-box {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-content: center;
    align-items: center;

    font-size: 0.48rem;
    color: #1c1c1b;

    width: 14rem;
    margin: 0 auto;

    padding: 0.4rem 0 0;
    border-bottom: 1px solid #d8d8d8;
}

.tab-title-box li {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 0 0 0.3rem;
}

.tab-title-box li .tab-icon-box {
    height: 1rem;
    width: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0.1rem;
}

.tab-title-box li .tab-icon-box img {
    max-width: 0.8rem;
    max-height: 0.8rem;
    display: block;

}

.tab-title-box .tab-solid {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #f38f0f;
    display: none;
}

.tab-title-box li.active {
    color: #f38f0f;
}

.tab-title-box li.active .tab-solid {
    display: block;
}

.tab-content-box {
    width: 14rem;
    margin: auto;
    box-sizing: border-box;
    padding: 0.6rem 0.1rem 0 0.1rem;
    word-break: break-all;
}

.tab-content-item {
    display: none;
}

.tab-detail {
    color: #1c1c1b;
    font-size: .56rem;
    max-height: 6rem;
    min-height: 3rem;
    overflow-y: scroll;
}

.rule-tab-detail {
    height: 6rem;
}

.tab-detail a {
    color: #f38f0f;
}

.card {
    width: 5rem;
}

.card img {
    width: 100%;
    margin: auto;
    display: block;
}

.card span {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: .4rem;
    font-size: .48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.flex-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.flex-item a {
    width: 11rem;
    margin-left: 10px;
}

.copy-btn {
    color: #1c1c1b;
    background-color: #f8f0e4;
    border: 0px none;
    line-height: 0.9rem;
    font-size: 0.6rem;
    text-decoration: underline;
    display: block;
    width: 11rem;
    word-break: break-all;
    text-align: left;
    padding: 0;
    margin-left: 10px;
}

.copy-btn:hover {
    color: #1c1c1b;
    border: none;
    cursor: pointer;
    text-decoration: underline;
}

.copy-btn:focus {
    outline: none;
}

.tab-detail .flex-item {
    margin-bottom: 5px;
}

.tab-detail-rule {
    padding-left: 30px;
    padding-right: 10px;
    word-wrap: break-word;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
}

.tab-detail-rule li {
    list-style: decimal;
}


.tab-detail .swiper-container {
    width: 100%;
    height: 100%;
}

.tab-detail .swiper-slide {
    width: 5rem;
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: flex-start;
    transform: scale(0.8);
}

/*.tab-detail .swiper-slide-active,*/
/*.tab-detail .swiper-slide-duplicate-active {*/
/*    transform: scale(1);*/
/*}*/

.coupon-box {

}

.coupon-icon-box {
    position: fixed;
    right: 0.4rem;
    bottom: 9rem;
}

.coupon-icon {
    display: block;
    width: 1.86rem;
    height: 1.28rem;
}

.coupon-modal-box {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 2;
}

.coupon-modal {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.coupon-img-box {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow-y: scroll;
    box-sizing: border-box;
    padding-top: 100px;
    padding-bottom: 20px;

}

.coupon-close {
    height: 1rem;
    width: 0.8rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    float: right;
    margin-right: 20px;
}

.coupon-close img {
    display: block;
    width: 0.8rem;
    height: 0.8rem;

}

.coupon-img {
    width: 80%;
    height: auto;
    margin-left: 10%;
}

.coupon-img img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}





.back-home {
    position: fixed;
    top: 0.4rem;
    left: 0;
    z-index: 999;
    width: 1.56rem;
}

.back-home a {
    display: block;
    width: 1.28rem;
    height: 1.42rem;
    border-top-right-radius: 0.42rem;
    border-bottom-right-radius: 0.42rem;
    background: #f28f0e;
    text-align: right;
    line-height: 1.42rem;
    padding-right: 0.28rem;

}

.back-home a img {
    width: 0.96rem;
    padding-top:0.24rem;
}





@media screen and (min-width: 750px) {
    body {
        height: auto;
        position: relative;
    }

    .detail-title {
        font-size: 38px;
    }


    .card {
        width: 300px;
    }

    .card span {
        font-size: 32px;
    }


    .tab-title-box li .tab-icon-box {
        height: 100px;
        width: 100px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 0.2rem;
    }

    .tab-title-box li .tab-icon-box img {
        max-width: 100px;
        max-height: 100px;
        display: block;
        width: 60px;
        margin: auto;

    }

    .tab-title-box {
        font-size: 32px;
    }

    .tab-title-box li:hover {
        cursor: pointer;
    }

    .tab-detail {
        font-size: 32px;
    }

    .date-title {
        font-size: 32px;
    }

    .date-info {
        font-size: 32px;
    }

    .join-box a {
        font-size: 36px;
    }

    .coupon-box {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .coupon-icon-box {
        position: fixed;
        right: 10%;
        bottom: 30%;
    }

    .coupon-modal-box {
        width: 100%;
        height: 100%;
        position: relative;
        left: 0;
        top: 0;
        display: none;
    }

    .coupon-modal {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
    }

    .coupon-img-box {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;

    }

    .coupon-close {
        position: absolute;
        top: 5rem;
        right: 7%;
        height: 1rem;
        width: 0.8rem;
    }

    .coupon-close img {
        display: block;
        width: 0.8rem;
        height: 0.8rem;

    }

    .coupon-img {
        width: 80%;
        /*height: 10rem;*/
        position: absolute;
        top: 6.5rem;
        left: 10%;
    }

    .coupon-img img {
        display: block;
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
    }
}

.store_addres_view {
    background-color: #f8f0e4;
    /*padding: 0rem 0.5rem 0.5rem 0.5rem;*/
    width: 100%;
    box-sizing: border-box;
}

.store_addres_view .title {
    font-size: 0.58rem;
    color: #1c1c1b;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 0.3rem;
}

.store_addres_view .store_title {
    color: #1c1c1b;
    font-size: .56rem;
}

.store_content .store_view {
    display: flex;
    /*align-items: center;*/
       color: #1c1c1b;
    font-size: .56rem;
    margin-bottom: 5px;
}

.store_content .store_view .name {
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
    width: 2.8rem;
        margin-right: 0.2rem;

}
.store_content .store_view .store_view_content{
    flex: 1;
    word-break: break-word;
}
.more_store_view{
    border-top: 1px solid #d8d8d8;
}
.more_store_view a{
    color: #f38f0d;
    font-size:0.58rem;
}