/*
 * 
 * 走进绝味
 * 
 */
.cont-box {
    padding: 0.125rem;
    position: relative;
    overflow: hidden;
}

.floor-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0.3rem;
}


.floor-box .header-title {
    font-weight: 600;
    font-size: 0.5rem;
    color: rgba(0, 0, 0, 1);
    line-height: 0.9rem;
    text-align: center;
    -ms-flex-item-align: start;
        align-self: flex-start;
}

.floor-box .des {
    font-weight: 400;
    font-size: 0.4rem;
    color: rgba(0, 0, 0, 0.45);
    line-height: 0.48rem;
    text-align: left;
}

.jwd_Pay {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 0.6rem;
    padding: 0.125rem;
}

.jwd_Pay h2 {
    font-size: 0.48rem;
    height: 0.8rem;
    font-weight: normal;
    line-height: 0.8rem;
}

.jwd_Pay ul {
    width: 100%;
    list-style-type: disc;
    background-color: #E60012;
    clear: both;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.27rem;
}

.jwd_Pay ul li {
    width: 30%;
    float: left;
    line-height: 0.75rem;
    display: block;
    color: #ffffff;
    font-size: 0.35rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}


.jwd_welfare {
    display: block;
    width: 100%;
    position: relative;
}

.jwd_welfare h2 {
    font-size: 0.48rem;
    height: 0.8rem;
    font-weight: normal;
    line-height: 0.8rem;
    padding: 0.135rem;
}

.jwd_welfare ul {
    width: 100%;
    position: relative;
    overflow: hidden;
    clear: both;
    padding: 0.135rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.jwd_welfare ul li {
    width: 100%;
    height: 2.69rem;
    display: block;
    margin-bottom: 0.27rem;
    padding: 0.28rem;
    float: left;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.jwd_welfare ul li h3 {
    color: #F4101D;
    line-height: 0.8rem;
    height: 0.8rem;
    text-align: center;
    font-size: 0.4rem;
    margin: 0;
}

.jwd_welfare ul li p {
    font-size: 0.32rem;
    line-height: 0.5rem;
    color: #333333;
}


.cooperation {
    width: 100%;
    text-align: center;
    padding: 0.135rem;
}

.cooperation p {
    text-align: left;
    width: 100%;
    line-height: 0.65rem;
    font-size: 0.4rem;
    padding-bottom: 0.27rem;
    color: #333333;
}

.cooperation img {
    width: 100%;
}


/* calc(100vw - 0.27rem - 0.27rem); */
#certify {
    width: 100%;
}

#certify .swiper-slide img {
    display: block;
    width: 100%;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: -0.1rem;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
    background: rgba(255, 255, 255, 0.5);
    width: 6px;
    height: 6px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #fff;
    width: 10px;
    height: 6px;
    border-radius: 3px;
}