.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;
}

/*商城介绍*/

.introduce {
    width: 100%;
}

.introduce .img-wrap {
    width: 100%;
}

.introduce .img-wrap .img-box {
    position: relative;
    padding-bottom: 30%;
    width: 100%;
    height: 0;
}

.introduce .img-wrap .img-inner {
    position: absolute;
    top: 50%;
    right: 10%;
    width: 35%;
    transform: translate(0, -50%);
}

.introduce .img-wrap .img-inner .title {
    font-size: 45px;
}

.introduce .img-wrap .img-inner .txt {
    margin-top: 4%;
    font-size: 18px;
    line-height: 2;
}

/*基本功能*/

.function {
    padding: 3% 0;
    width: 100%;
    background-color: #f7f7f7;
}

.function .lst-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 2%;
    width: 100%;
}

.function .lst-container .icon-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2% 0;
    width: 20%;
}

.function .lst-container .icon-wrap .icon-box {
    position: relative;
    margin: 0 auto;
    padding-bottom: 30%;
    width: 30%;
    height: 0;
}

.function .lst-container .icon-wrap .icon-inner {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    box-sizing: border-box;
    padding: 20%;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.function .lst-container .icon-wrap img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}

.function .lst-container .icon-wrap .tag {
    margin-top: 5%;
    font-size: 20px;
}

/*精品案例*/

.case {
    padding: 3% 0;
    width: 100%;
}

.case .lst-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    margin: 3% 0;
    width: 100%;
}

.case .lst-container .img-wrap {
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    width: 31%;
}

.case .lst-container .img-wrap .img-box {
    position: relative;
    padding-bottom: 60%;
    width: 100%;
    height: 0;
}

.case .lst-container .img-wrap .img-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.case .lst-container .img-wrap img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.case .lst-container .img-wrap .icon-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2% 0;
    box-sizing: border-box;
    padding: 0 3%;
    width: 100%;
    font-size: 20px;
}

.case .lst-container .img-wrap .icon-wrap .icon-box {
    position: relative;
    padding-bottom: 1.5em;
    width: 1.5em;
    height: 0;
}

.case .lst-container .img-wrap .icon-wrap .icon-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.case .lst-container .img-wrap .icon-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.case > a {
    display: flex;
    justify-content: center;
    padding-top: 2%;
    width: 100%;
}

.case > a .btn-box {
    display: inline-block;
    box-sizing: border-box;
    border-radius: 40px;
    border: 1px solid #c7000c;
    padding: .5% 5%;
    font-size: 20px;
    color: #c7000c;
}

.case > a .btn-box:hover {
    display: inline-block;
    box-sizing: border-box;
    border-radius: 40px;
    border: 1px solid #c7000c;
    padding: .5% 5%;
    font-size: 20px;
    color: #fff;
}

/*可选功能*/

.optional {
    box-sizing: border-box;
    padding: 3% 10%;
    width: 100%;
}

.optional .lst-block {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
}

.optional .lst-block .title {
    display: flex;
    align-items: center;
    height: 1em;
    font-size: 25px;
    white-space: nowrap;
}

.optional .lst-block .title:after {
    content: "";
    flex-shrink: 0;
    margin-left: 5%;
    margin-top: 2px;
    width: 3px;
    height: 1em;
    background: linear-gradient(to bottom, #4652da 0%, #6c8ef2 100%);
}

.optional .lst-block .en {
    padding-left: 1%;
    height: 1em;
    font-size: 16px;
    color: #e1e1e1;
}

.optional .lst-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 3%;
    width: 100%;
}

.optional .lst-container .icon-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2% 0;
    width: 16%;
}

.optional .lst-container .icon-wrap .icon-box {
    position: relative;
    padding-bottom: 40%;
    width: 40%;
    height: 0;
}

.optional .lst-container .icon-wrap .icon-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.optional .lst-container .icon-wrap img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}

.optional .lst-container .icon-wrap .tag {
    margin-top: 5%;
    font-size: 20px;
}

/*优点*/

.merit {
    padding: 3% 0;
    width: 100%;
}

.merit .img-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 0 10%;
    width: 100%;
}

.merit .img-wrap .title {
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
}

.merit .img-wrap .img-box {
    position: relative;
    margin-top: 4%;
    padding-bottom: 30%;
    width: 45%;
    height: 0;
}

.merit .img-wrap .img-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.merit .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*服务保障*/

.ensure {
    box-sizing: border-box;
    padding: 3% 10%;
    width: 100%;
    background-color: #f9f9f9;
}

.ensure .lst-block {
    align-items: flex-start;
    width: 100%;
}

.ensure .lst-block .title {
    display: flex;
    align-items: center;
    height: 1em;
    font-size: 25px;
    white-space: nowrap;
}

.ensure .lst-block .title:before    {
    content: "";
    flex-shrink: 0;
    margin-right: 1%;
    margin-top: 2px;
    width: 3px;
    height: 1em;
    background: #c7000c;
}

.ensure .lst-block .title > span {
    margin-right: 2px;
    font-size: 30px;
    color: #c7000c;
}

.ensure .lst-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 2% 0;
    width: 100%;
}

.ensure .lst-container .icon-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1% 0;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    padding: 2% 3%;
    width: 49%;
    background-color: #fff;
}

.ensure .lst-container .icon-box {
    flex-shrink: 0;
    position: relative;
    padding-bottom: 12%;
    width: 12%;
    height: 0;
}

.ensure .lst-container .icon-box .icon-inner {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.ensure .lst-container .icon-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ensure .lst-container .info {
    flex-grow: 1;
    box-sizing: border-box;
    padding-left: 5%;
}

.ensure .lst-container .info .title {
    font-size: 24px;
}

.ensure .lst-container .info .txt {
    margin-top: 3%;
    height: 2em;
    font-size: 18px;
    font-weight: 300;
}

.ensure .lst-container .info .txt > span {
    color: #c7000c;
}

@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;
    }

    .introduce .img-wrap .img-box {
        padding-bottom: 100%;
    }

    .introduce .img-wrap .img-inner .title {
        font-size: 2rem;
    }

    .introduce .img-wrap .img-inner .txt {
        font-size: 1.4rem;
    }

    .introduce .img-wrap .img-inner {
        position: absolute;
        top: 50%;
        right: 0;
        box-sizing: border-box;
        padding: 0 3%;
        width: 100%;
        transform: translate(0, -50%);
    }

    .lst-block .title {
        font-size: 1.8rem !important;
    }

    .function .lst-container .icon-wrap {
        width: 50%;
    }

    .function .lst-container .icon-wrap .tag {
        font-size: 1.4rem;
    }

    .function .lst-container .icon-wrap {
        margin: 5% 0;
    }

    .case .lst-container {
        flex-wrap: wrap;
    }

    .case .lst-container .img-wrap {
        width: 100%;
    }

    .case .lst-container .img-wrap .icon-wrap {
        font-size: 1.5rem;
    }

    .case .lst-container .img-wrap {
        margin: 2%;
    }

    .case .lst-container .img-wrap .icon-wrap {
        padding: 0 5%;
    }

    .case > a .btn-box {
        font-size: 1.6rem;
    }

    .optional {
        padding: 3% 2%;
    }

    .optional .lst-block .title {
        font-size: 2rem;
    }

    .optional .lst-block .en {
        padding-left: 3%;
        font-size: 1.2rem;
    }

    .optional .lst-container .icon-wrap {
        padding: 5% 0;
        width: 33%;
    }

    .optional .lst-container .icon-wrap .tag {
        font-size: 1.4rem;
    }

    .merit .img-wrap {
        padding: 0 2%;
    }

    .merit .img-wrap .title {
        font-size: 1.4rem;
        word-break: break-all;
    }

    .merit .img-wrap .img-box {
        padding-bottom: 70%;
        width: 100%;
    }

    .merit .img-wrap img {
        object-fit: contain;
    }

    .ensure {
        padding: 3% 2%;
    }

    .ensure .lst-block .title {
        align-items: flex-start;
        height: initial;
        text-align: center;
        line-height: 1.2;
        white-space: initial;
    }

    .ensure .lst-container {
        padding: 5% 0;
    }

    .ensure .lst-block .title > span {
        margin-left: 2%;
        font-size: 2rem;
    }

    .ensure .lst-container .icon-wrap {
        width: 99%;
    }

    .ensure .lst-container .info .title {
        font-size: 1.6rem;
    }

    .ensure .lst-container .info .txt {
        height: initial;
        font-size: 1.4rem;
        font-weight: 300;
    }

    .ensure .lst-container .icon-box {
        padding-bottom: 15%;
        width: 15%;
    }

    .introduce {
        background-position: initial;
    }

    .function .lst-container .icon-wrap .icon-box {
        padding-bottom: 40%;
        width: 40%;
    }

    .case > a .btn-box:hover {
        border: initial;
    }
}

