﻿
body {
    font-family:'Microsoft YaHei' !important;
    margin: 0px;
    font-size:62.5%;
}
/*主题色*/
.th-front {
    color: #ff4951 !important;
}

._desktop {
}

._phone {
    display: none;
}

.th-bg {
    background-color: #ff4951;
}

/*字体字号*/
/*.f50 {
    font-size: 3.125rem !important;
}
f40 {
    font-size: 1.25rem !important;
}

.f36 {
    font-size: 2.25rem;
}

.f30 {
    font-size: 1.875rem !important;
}
.f28 {
    font-size: 1.75rem !important;
}
.f24 {
    font-size: 1.5rem !important;
}

.f22 {
    font-size: 1.375rem !important;
}

.f18 {
    font-size: 1.125rem !important;
}

f16 {
    font-size: 1rem !important;
}

.f14 {
    font-size: 0.875rem !important;
}

f12 {
    font-size: 0.75rem;
}*/

.fbold {
    font-weight: bold !important;
}

ul {
    margin: 0px;
}



.yyz-button {
    background-color: #ff4951;
    color: white;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    font-size:1rem;
}

.yyz-more a, op-btn a {
    text-decoration: none;
    color: #ff4951;
}

.yyz-button a {
    text-decoration: none;
    color: white;
}
/*门店轮播*/
.store-list {
}

    .store-list .store {
        /*padding-right:100px;*/
        width: 467px;
    }

    .store-list .swip-btn {
        height: 100%;
        background-color: rgba(255,255,255,0.8);
    }

        .store-list .swip-btn.left {
            left: 0;
            top: 20px;
            bottom: 0;
            width: 70px;
        }

        .store-list .swip-btn.right {
            right: 0;
            top: 20px;
            bottom: 0;
            width: 70px;
        }

    .store-list .store-name {
        position: absolute;
        bottom: 5px;
        left: 0;
        right: 0;
        background-color: rgba(0,0,0,0.6);
        color: white;
        font-weight: bold;
        padding-left: 20px;
    }
.section4 {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 70px;
}

    .section4 .store-list2 {
        width: 100%;
    }

        .section4 .store-list2 .list {
            width: 100%;
            display: flex;
            margin-bottom: 20px;
        }

            .section4 .store-list2 .list .item {
                flex: 1;
                padding-right: 20px;
                box-sizing: border-box;
                position: relative;
            }

                .section4 .store-list2 .list .item:first-child {
                    padding-left: 0px;
                }

                .section4 .store-list2 .list .item:last-child {
                    padding-right: 0px;
                }

                .section4 .store-list2 .list .item .store-img {
                    width: 100%;
                }

                .section4 .store-list2 .list .item .store-name2 {
                    position: absolute;
                    bottom: 4px;
                    left: 0px;
                    right: 20px;
                    text-align: left;
                    padding-left: 5px;
                    color: white;
                    background-color: rgba(0,0,0,0.6);
                    font-size: 0.875rem;
                }
@media(max-width:768px) {
    .yyz-more {
        font-size: 1em;
    }

    ._desktop {
        display: none;
    }

    ._phone {
        display: block;
    }
    .store-list {
        padding-top: 16px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .store-list .swip-btn.left {
        width: 35px;
    }

    .store-list .swip-btn.right {
        width: 35px;
    }

    .store-list .store img {
        height: 200px;
        width: 100%;
    }
}
/*响应相对参数*/
@media (min-width: 1441px) and (max-width: 1920px) {
    .yyz-more {
        color: #ff4951;
        cursor: pointer;
        font-size: 1.375em;
    }
}

@media (min-width: 769px) and (max-width: 1440px) {
    .yyz-more {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .store-list .store-name {
        text-align: center;
    }

    .store-list .store {
        width: 375px;
    }
}

