.swiper-button-next:focus,
.swiper-button-prev:focus {
    outline: none !important;
}

/*公共标题栏*/

.lst-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.lst-block .title {
    font-size: 35px;
}

.lst-block .slogn {
    font-size: 20px;
    line-height: 3;
}

/*头部轮播*/

.header-img {
    width: 100%;
}

.header-img .bg-wrap {
    width: 100%;
}

.header-img .bg-box {
    position: relative;
    padding-bottom: 27%;
    width: 100%;
    height: 0;
}

.header-img .bg-box .bg-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #8b7d8e;
}

.header-img .bg-box .txt {
    position: absolute;
    top: 40%;
    box-sizing: border-box;
    padding: 0 5%;
    width: 100%;
}

.header-img .bg-box .title {
    width: 100%;
    font-size: 3rem;
    color: #fff;
}

.header-img .bg-box .slogn {
    margin-top: 2%;
    width: 100%;
    font-size: 2rem;
    color: #fff;
}
/*选择模板*/

.choose {
    padding: 3% 0;
    width: 100%;
}

.choose .current {
    color: #c7000c;
    background-color: #f0f0f0;
}

.choose .nav-bar {
    box-sizing: border-box;
    padding: 3% 5%;
    max-width: 100%;
}

.choose .nav-bar .lst-wrap {
    width: 100%;
}

.choose .nav-bar .lst-wrap:first-of-type {
    border-bottom: 1px solid #efefef;
}

.choose .nav-bar .lst-wrap:nth-child(2) {
    margin-top: 1%;
}

.choose .nav-bar .nav {
    display: inline-block;

    vertical-align: top;
    padding: 12px 0;
}

.choose .nav-bar .nav .title {
    display: inline-block;

    vertical-align: top;

    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4rem;
}

.choose .nav-bar .lst-box {
    display: inline-block;

    vertical-align: top;
    width: calc(100% - 9rem);
}

.choose .nav-bar .lst-box ul {
    display: inline-block;

    position: relative;

    padding: 6px 0;
    width: 100%;
}

.choose .nav-bar .lst-box li {
    float: left;
    margin-bottom: 1%;
    padding: 6px calc(1.5% - 10px);

    line-height: 1.4rem;
    text-align: center;
}

.choose .nav-bar .lst-box span {
    border-radius: 5px;
    border: 1px solid transparent;
    padding: 0 10px;
    font-size: 1.2rem;

    cursor: pointer;
}

.choose .nav-bar .lst-box span:hover {
    border: 1px solid #dadada;

    color: #c7000c;
    background-color: #f0f0f0;

    transition: all .1s;
}

.choose .nav-bar .classify-wrap {
    box-sizing: border-box;
    border: 1px solid #f5f5f5;
    width: 100%;
}

.choose .nav-bar .classify-box {
    position: relative;
    padding-bottom: 3.5%;
    width: 100%;
    height: 0;
}

.choose .nav-bar .classify-inner {
    display: flex;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.choose .nav-bar .classify-inner .tag-wrap {
    display: flex;
    align-items: center;
    border-right: 1px solid #f5f5f5;
    padding: 0 3%;
    height: 100%;
    color: #000;
}

.choose .nav-bar .classify-inner .tag-wrap:hover {
    font-weight: 600;
    background-color: #f9f9f9;
}

.choose .nav-bar .classify-inner .tag-wrap .tag {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
}

.choose .nav-bar .classify-inner .tag-wrap .tag > span {
    white-space: nowrap;
}

.choose .nav-bar .classify-inner .tag-wrap .tag > a .icon-box {
    position: relative;
    margin: 0 2px;
    padding-bottom: 1.5rem;
    width: 1.5rem;
    height: 0;
}

.choose .nav-bar .classify-inner .tag-wrap .tag > a:first-of-type .icon-box {
    margin: 0 2px 0 10px;
}

.choose .nav-bar .classify-inner .tag-wrap .tag > a .icon-inner {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    border: 1px solid transparent;
    width: 100%;
    height: 100%;
}

.choose .nav-bar .classify-inner .tag-wrap .tag > a .icon-inner:hover {
    border: 1px solid #222222;
}

.choose .nav-bar .classify-inner .tag-wrap .tag > a img {
    vertical-align: top;
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.choose .lst-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 0 5%;
    width: 100%;
}

.choose .lst-container .img-wrap {
    margin-bottom: 2%;
    box-sizing: border-box;
    padding: 0 .3%;
    width: 33.33%;
}

.choose .lst-container .img-wrap .img-box {
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 4px 2px #eeeeee;
    border-radius: 10px;
    border: 1px solid #e9e9e9;
    padding-bottom: 65%;
    width: 100%;
    height: 0;
}

.choose .lst-container .img-wrap .img-inner {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 2%;
    width: 100%;
    height: 100%;
}

.choose .lst-container .img-wrap img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.choose .lst-container .img-wrap .cover {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #00000099;
    transition: all .3s;
}

.choose .lst-container .img-wrap:hover .cover {
    opacity: 1;
}

.choose .lst-container .img-wrap .cover {
    display: flex;
    justify-content: center;
    width: 100%;
}

.choose .lst-container .img-wrap .cover .btn-wrap {
    position: relative;
    border-radius: 100%;
    padding-bottom: 20%;
    width: 20%;
    height: 0;
    background-color: #cd252599;
}

.choose .lst-container .img-wrap .cover .btn-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    box-sizing: border-box;
    padding: 15%;
    width: 100%;
    height: 100%;
    font-size: 20px;
    background-clip: content-box;
    background-color: #cd2525;
    animation: move 2s infinite ease-in-out;
}

.choose .lst-container .img-wrap .cover:hover .btn-box {
    color: #fff;
}

@keyframes move {
    0% {
        padding: 15%;
    }

    50% {
        padding: 0%;
    }

    100% {
        padding: 15%;
    }
}

.choose .lst-container .img-wrap .info {
    box-sizing: border-box;
    padding: 4% 2%;
    width: 100%;
}

.choose .lst-container .img-wrap .info .info-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.choose .lst-container .img-wrap .info .info-1 .tag {
    font-size: 20px;
    font-weight: 600;
}

.choose .lst-container .img-wrap .info .info-1 .price {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: flex-end;
}

.choose .lst-container .img-wrap .info .info-1 .price .number {
    margin-right: 2%;
    font-size: 22px;
    color: #c7000c;
}

.choose .lst-container .img-wrap .info .info-1 .price .btn-box {
    margin-left: 10px;
    border-radius: 5px;
    padding: 10px 30px;
    font-size: 18px;
    white-space: nowrap;
    background-color: #c8000b;
    color: #fff;
}

.choose .lst-container .img-wrap .info .info-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3%;
    box-sizing: border-box;
    padding-right: 3%;
    width: 100%;
    font-size: 16px;
    color: #aba7b5;
}

/*套餐*/

.combo {
    padding: 3% 0;
    width: 100%;
}

.combo > .slogn {
    box-sizing: border-box;
    padding: 0 5%;
    width: 100%;
    font-size: 24px;
    line-height: 3;
}

.combo .lst-container-wrap {
    box-sizing: border-box;
    padding: 1% 5%;
    width: 100%;
    background-color: #f7f7f7;
}

.combo .lst-container-wrap > .title {
    font-size: 24px;
    line-height: 3;
}

.combo .lst-container-wrap .lst-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 1% 0;
    width: 100%;
}

.combo .lst-container-wrap .lst-container .lst-wrap {
    margin: .5% 0;
    width: 50%;
}

.combo .lst-container-wrap .lst-container .lst-wrap .lst-box {
    position: relative;
    padding-bottom: 20%;
    width: 100%;
    height: 0;
}

.combo .lst-container-wrap .lst-container .lst-wrap .lst-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 2% 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.combo .lst-container-wrap .lst-container .lst-wrap .lst-inner .icon-wrap {
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    border-right: 2px solid #f7f7f7;
    padding: 0 5%;
    width: 100%;
}

.combo .lst-container-wrap .lst-container .lst-wrap:nth-child(2n + 1) .lst-inner .icon-wrap {
    border-right: 2px solid #f7f7f7;
}

.combo .lst-container-wrap .lst-container .lst-wrap .lst-inner .icon-wrap .icon-box {
    flex-shrink: 0;
    position: relative;
    padding-bottom: 11%;
    width: 11%;
    height: 0;
}

.combo .lst-container-wrap .lst-container .lst-wrap .lst-inner .icon-wrap .icon-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.combo .lst-container-wrap .lst-container .lst-wrap .lst-inner .icon-wrap img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.combo .lst-container-wrap .lst-container .lst-wrap .lst-inner .icon-wrap .info {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding-left: 5%;
    width: 100%;
    height: 100%;
}

.combo .lst-container-wrap .lst-container .lst-wrap .lst-inner .icon-wrap .info .title {
    font-size: 24px;
    color: #c7000c;
}

.combo .lst-container-wrap .lst-container .lst-wrap .lst-inner .icon-wrap .info .txt {
    margin-top: 1%;
    width: 94%;
    font-size: 18px;
    line-height: 1.5;
}

.combo .lst-container-wrap .lst-container .lst-wrap .lst-inner > a {
    margin-right: 12%;
    font-size: 20px;
    color: #000;
}

@media screen and (max-width: 1023px) {
    .header-img .bg-box {
        padding-bottom: 70%;
    }

    .header-img .bg-box .title {
        font-size: 2.5rem;
    }

    .header-img .bg-box .slogn {
        font-size: 1.5rem;
        line-height: 1.5;
    }

    .header-img .bg-box .slogn {
        margin-top: 5%;
    }

    .lst-block .title {
        font-size: 1.8rem;
    }

    .choose .nav-bar .lst-box {
        width: 100%;
    }

    .choose .nav-bar .lst-box ul {
        overflow-x: scroll;
    }

    .combo > .slogn {
        margin-bottom: 2%;
        padding: 0 3%;
        font-size: 1.5rem;
        line-height: 2;
    }

    .choose {
        padding: 5% 0 0;
    }

    .combo {
        padding: 3% 0 0;
    }

    .choose .nav-bar .classify-box {
        padding-bottom: 10%;
    }

    .choose .nav-bar .lst-box li {
        margin: 2% 0;
        padding: initial;
        width: 33.33%;
    }

    .choose .nav-bar .lst-box span {
        padding: initial;
        font-size: 1.1rem;
    }

    .choose .lst-container .img-wrap {
        width: 100%;
    }

    .choose .lst-container .img-wrap .cover .btn-box {
        font-size: 1.4rem;
    }

    .choose .lst-container .img-wrap .info .info-1 .tag {
        font-size: 1.6rem;
    }

    .choose .lst-container .img-wrap .info .info-1 .price .number {
        font-size: 1.8rem;
    }

    .choose .lst-container .img-wrap .info .info-1 .price .btn-box {
        margin-right: initial;
        padding: .5rem 1.5rem;
        font-size: 1.4rem;
    }

    .choose .lst-container .img-wrap .info .info-2 {
        font-size: 1.2rem;
    }

    .choose .nav-bar {
        padding: 3% 0;
    }

    .combo .lst-container-wrap > .title {
        font-size: 1.8rem;
        line-height: 1.5;
        text-align: center;
    }

    .combo .lst-container-wrap {
        padding: 3% 2%;
    }

    .combo .lst-container-wrap .lst-container .lst-wrap {
        margin: 1.5% 0;
        width: 100%;
    }

    .combo .lst-container-wrap .lst-container .lst-wrap .lst-box {
        padding-bottom: 45%;
    }

    .combo .lst-container-wrap .lst-container .lst-wrap .lst-inner .icon-wrap .info .title {
        font-size: 1.8rem;
    }

    .combo .lst-container-wrap .lst-container .lst-wrap .lst-inner .icon-wrap .info .txt {
        margin-top: 3%;
        width: 100%;
        font-size: 1.4rem;
    }

    .combo .lst-container-wrap .lst-container .lst-wrap .lst-inner > a {
        margin-top: 2%;
        font-size: 1.4rem;
    }

    .combo .lst-container-wrap .lst-container .lst-wrap .lst-inner {
        padding: 4% 0;
    }

    .combo .lst-container-wrap .lst-container .lst-wrap .lst-inner .icon-wrap .icon-box {
        padding-bottom: 15%;
        width: 15%;
    }

    .header-top .icon-wrap img {
        vertical-align: top;
    }

    .choose .nav-bar .classify-inner .tag-wrap {
        overflow-x: scroll;
    }

    .choose .nav-bar .classify-inner .tag-wrap::-webkit-scrollbar {
        display: none;
    }

    .choose .lst-container {
        padding: 0 2%;
    }

    .choose .lst-container .img-wrap .info .info-1 {
        flex-wrap: wrap;
    }

    .choose .lst-container .img-wrap .info .info-1 .price {
        margin-top: 2%;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }

    .combo .lst-container-wrap .lst-container {
        margin: 2% 0;
    }
}

