.header-img {
    width: 100%;

    background-color: #333;
}

.header-img .bg-wrap {
    width: 100%;
}

.header-img .bg-box {
    position: relative;

    padding-bottom: 35%;
    width: 100%;
    height: 0;
}

.header-img .bg-box .bg-inner {
    display: flex;

    flex-direction: column;
    align-items: center;
    justify-content: center;

    position: absolute;
    z-index: 0;

    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.header-img .bg-box .title {
    position: absolute;
    top: 40%;

    box-sizing: border-box;
    padding-left: 9%;
    width: 100%;

    font-size: 35px;
    line-height: 1;

    color: #fff;
}

.header-img .bg-box .slogn {
    position: absolute;
    top: 55%;

    box-sizing: border-box;
    padding-left: 9%;
    width: 100%;

    font-size: 30px;
    line-height: 1;

    color: #fff;
}

.lst-block {
    position: relative;

    margin: 2% 0;
    width: 100%;
}

.lst-block .title {
    width: 100%;

    font-size: 32px;
    line-height: 2;
    text-align: center;
}

.lst-block .slogn {
    width: 100%;

    font-size: 18px;
    text-align: center;

    color: #666666;
}

/*我们能做什么*/

.can-lst {
    width: 100%;
}

.can-lst .lst-wrap {
    display: flex;

    flex-wrap: wrap;
    align-items: flex-start;

    width: 100%;
}

.can-lst .lst-wrap .lst-box {
    position: relative;

    width: 25%;

    background-size: 0;
    background-repeat: no-repeat;
    background-position: center center;
}

.can-lst .lst-wrap .lst-box:hover {
    background-size: cover;
}

.can-lst .lst-wrap .lst-box:hover .lst-inner {
    background-color: #c7000c99;
}

.can-lst .lst-box .lst-inner {
    display: flex;

    flex-direction: column;
    align-items: center;
    justify-content: space-between;

    box-sizing: border-box;
    padding: 15% 0;
    width: 100%;
    height: 375px;

    background-color: #f7f7f7;

    transition: all .3s;
}

.can-lst .lst-box .info {
    display: flex;

    flex-direction: column;
    align-items: center;
    justify-content: space-between;

    width: 100%;
}

.can-lst .lst-box .info .logo-wrap {
    width: 30%;
}

.can-lst .lst-box .info .logo-box {
    position: relative;

    padding-bottom: 35%;
    width: 100%;
    height: 0;
}

.can-lst .lst-box .info .logo-box .logo-inner {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.can-lst .lst-box .info .logo-box .logo-inner:nth-child(1) {
    opacity: 0;
}

.can-lst .lst-box:hover .info .logo-box .logo-inner:nth-child(1) {
    opacity: 1;
}

.can-lst .lst-box:hover .info .logo-box .logo-inner:nth-child(2) {
    opacity: 0;
}

.can-lst .lst-box .info .logo-box img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}

.can-lst .lst-wrap .lst-box:hover .info .txt-1  {
    color: #fff;
}

.can-lst .lst-box .info .txt-1 {
    font-size: 20px;
    line-height: 3;

    color: #000;
}

.can-lst .lst-wrap .lst-box:hover .info .txt-2  {
    color: #fff;
}

.can-lst .lst-box .info .txt-2 {
    font-size: 16px;

    color: #666;
}

.can-lst .lst-box .lst-inner a {
    color: #666;
}

.can-lst .lst-wrap .lst-box:hover .lst-inner a {
    color: #fff;
}

.can-lst .lst-box .lst-inner a .btn-box {
    display: inline-block;

    box-sizing: border-box;
    border: 1px solid #666;
    border-radius: 25px;
    padding: 6px 25px;

    font-size: 16px;

    color: #666;

    white-space: nowrap;
}

.can-lst .lst-wrap .lst-box:hover .lst-inner a .btn-box {
    border: 1px solid #fff;

    color: #fff;
}

/*相关案例*/

.lst-container {
    width: 100%;
}

.lst-container .hd {
    width: 100%;
}

.lst-container .hd ul {
    display: flex;

    align-items: center;
    justify-content: center;

    border-bottom: 1px solid #e5e5e5;
    width: 100%;
}

.lst-container .hd ul li {
    position: relative;

    margin: 1px 2% 0;
    padding: 20px 10px;

    font-size: 20px;

    cursor: pointer;
}

.lst-container .hd ul li:hover {
    color: #c7000c;
}

.lst-container .hd ul li:after {
    content: "";

    position: absolute;
    left: 50%;
    bottom: -1px;

    width: 0;
    height: 2px;

    background-color: #c7000c;

    transform: translateX(-50%);
    transition: all .3s;
}

.lst-container .hd ul li:hover::after {
    width: 100%;
}

.lst-container .bd {
    box-sizing: border-box;
    padding: 0 2%;
    width: 100%;
}

.lst-container .bd ul {
    display: flex;

    flex-wrap: wrap;
    align-items: flex-start;

    width: 100%;
    min-height: 425px;
}

.lst-container .bd ul li {
    display: flex;

    flex-wrap: wrap;
    align-items: flex-start;

    margin-bottom: 100px;
    width: 25%;
}

.lst-container .bd ul li > div {
    position: relative;

    box-sizing: border-box;
    padding: 30px 10px;
    width: 100%;
}

.lst-container .bd ul li > div .img-wrap {
    width: 100%;
}

.lst-container .bd ul li > div .img-box {
    position: relative;

    padding-bottom: 80%;
    width: 100%;
    height: 0;
}

.lst-container .bd ul li > div .img-box .cover {
    display: flex;

    align-items: center;
    justify-content: center;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 998;

    width: 100%;
    height: 100%;

    transition: all .3s;
}

.lst-container .bd ul li:hover > div .img-box .cover {
    background-color: #c7000c99;
}

.lst-container .bd ul li > div .img-box .cover .logo-wrap {
    width: 40%;
}

.lst-container .bd ul li > div .img-box .cover .logo-box {
    position: relative;

    padding-bottom: 100%;
    width: 100%;
    height: 0;
}

.lst-container .bd ul li > div .img-box .cover .logo-box .logo-inner {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.lst-container .bd ul li > div .img-box .cover .logo-box img {
    width: 100%;
    height: 100%;

    opacity: 0;

    object-fit: contain;
}

.lst-container .bd ul li:hover > div .img-box .cover .logo-box img {
    opacity: 1;
}

.lst-container .bd ul li > div .img-box .img-inner {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.lst-container .bd ul li > div .img-box img {
    width: 100%;
    height: 100%;
}

.lst-container .bd ul li > div .info-box {
    position: relative;

    margin: 0 auto;
    width: calc(100% - 60px);
}

.lst-container .bd ul li > div .info-box .info-inner {
    position: absolute;
    top: -40px;
    z-index: 999;

    box-sizing: border-box;
    padding: 15px 30px;
    width: 100%;

    background-color: #fff;

    box-shadow: 0 0 10px 2px #d7d7d7;

    transition: all .3s;
}

.lst-container .bd ul li:hover > div .info-box .info-inner {
    top: -55px;
}

.lst-container .bd ul li > div .info-box .title {
    font-size: 18px;
    line-height: 2;
}

.lst-container .bd ul li > div .info-box .tags span {
    font-size: 15px;
    line-height: 1;

    color: #666;
}

.lst-container .bd ul li > div .info-box .tags span:not(:first-of-type)::before {
    content: "/";

    margin-right: 2px;

    font-size: 15px;
}

.lst-container .bd ul li > div .info-box a {
    display: flex;

    align-items: center;

    margin-top: 25px;
}

.lst-container .bd ul li > div .info-box .btn-box {
    display: inline-block;

    font-size: 14px;

    color: #666;
}

.lst-container .bd ul li > div .info-box .btn-box:hover {
    color: #fff;
}

.lst-container .bd ul li > div .info-box a .icon-box {
    position: relative;

    width: 25px;
    height: 25px;

    transition: all .3s;
}

.lst-container .bd ul li:hover > div .info-box a .icon-box {
    transform: translateX(4px);
}

.lst-container .bd ul li > div .info-box a .icon-box img {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.lst-container .bd ul li > div .info-box a .icon-box img:first-of-type {
    opacity: 0;
}

.lst-container .bd ul li:hover > div .info-box a .icon-box img:first-of-type {
    opacity: 1;
}

.lst-container .bd ul li:hover > div .info-box a .icon-box img:last-of-type {
    opacity: 0;
}

/*标语图片*/

.slogn {
    width: 100%;
}

.slogn .img-wrap {
    width: 100%;
}

.slogn .img-wrap .img-box {
    position: relative;

    padding-bottom: 15%;
    width: 100%;
    height: 0;
}

.slogn .img-wrap .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;

    font-size: 30px;

    color: #fff;

    transform: translate(-50%, -50%);
}

.slogn .img-wrap .img-box .btn-wrap {
    display: inline-block;

    position: absolute;
    bottom: 5%;
    left: 15%;

    border-radius: 30px;

    text-align: center;

    background-color: #fff;
}

.slogn .img-wrap .img-box .btn-wrap > a {
    display: flex;

    align-items: center;
    justify-content: center;

    padding: 5px 30px;

    font-size: 20px;
    line-height: 2;
    letter-spacing: 2px;

    color: #5442d4;
}

.slogn .img-wrap .img-box .btn-wrap > a img {
    width: 35px;

    object-fit: contain;
}

.slogn .img-wrap .img-box .img-inner {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.slogn .img-wrap .img-box img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

/*合作品牌*/

.brands {
    position: relative;

    width: 100%;
}

.brands .bg-word {
    position: absolute;
    top: 50%;
    z-index: 1;

    width: 100%;

    font-size: 45px;
    text-align: center;
    font-weight: 600;

    color: #c7000c;

    transform: translateY(-50%);
}

.brands .lst-block .title {
    font-size: 80px;
    font-family: fantasy;
    letter-spacing: 2px;

    color: #bfbfbf;

    opacity: .7;
}

.brands .lst-block .slogn {
    display: flex;

    flex-direction: column;
    align-items: center;

    font-size: 25px;
    line-height: 2.5;

    color: #404040;
}

/*.brands .lst-block .slogn:after {*/
/*    content: "";*/

/*    display: inline-block;*/
/*    width: 10%;*/
/*    height: 6px;*/

/*    background-color: #c7000c;*/
/*}*/

.brands .lst-container {
    display: flex;

    flex-wrap: wrap;
    align-items: flex-start;

    margin: 0 auto;
    box-sizing: border-box;
    width: 96%;
}

.brands .lst-container .logo-wrap {
    width: 20%;
}

.brands .lst-container .logo-box {
    overflow: hidden;

    position: relative;

    padding-bottom: 58%;
    width: 100%;
    height: 0;
}

.brands .lst-container .logo-box .logo-inner {
    position: absolute;
    top: 0;
    left: 0;

    box-sizing: border-box;
    border-top: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    padding: 10%;
    width: 100%;
    height: 100%;

    transition: all .3s;
}

@media screen and (min-width: 1023px) {

    .brands .lst-container .logo-wrap:nth-child(5n + 5) .logo-box .logo-inner {
        border-right: 1px solid #d6d6d6;
    }

    .brands .lst-container .logo-wrap:nth-child(n + 16) .logo-box .logo-inner {
        border-bottom: 1px solid #d6d6d6;
    }

}

.brands .lst-container .logo-box .logo-inner:hover {
    box-shadow: inset 0 0 10px 2px #c7000c33;
}

.brands .lst-container .logo-box img {
    width: 100%;
    height: 100%;

    object-fit: contain;

    transition: all .3s;
}

.brands .lst-container .logo-box .logo-inner:hover img {
    transform: scale(1.05);
}

/*请咨询*/

.consult {
    padding: 5% 0;
    width: 100%;

    text-align: center;
}

.consult .slogn {
    width: 100%;

    font-size: 25px;
    line-height: 1.5;
    text-align: center;
}

.consult .btn-wrap {
    display: inline-block;

    margin-top: 15px;
    border-radius: 30px;
    padding: 10px 70px;

    text-align: center;

    font-size: 18px;
    line-height: 1.5;

    color: #fff;
    background-color: #d51c2a;
}

.consult .btn-wrap img {
    margin-right: 10px;
    width: 1.5em;
    height: 1.5em;

    object-fit: contain;
}

/*网店托管*/

.eshop {
    width: 100%;
}

.eshop .bg-word {
    position: absolute;
    top: 30%;
    z-index: 1;

    width: 100%;

    font-size: 45px;
    text-align: center;
    font-weight: 600;

    transform: translateY(-50%);
}

.eshop .lst-block .title {
    font-size: 80px;
    line-height: 1;
    font-family: fantasy;
    letter-spacing: 2px;

    color: #bfbfbf;

    opacity: .2;
}

.eshop .lst-container {
    display: flex;

    flex-wrap: wrap;
    align-items: flex-start;

    box-sizing: border-box;
    padding: 0 1%;
    width: 100%;
}

.eshop .lst-container .logo-wrap {
    box-sizing: border-box;
    border-radius: 10px;
    padding: 3% 0;
    margin: 2% 1%;
    width: 31.33%;

    box-shadow: 0 0 10px 5px #9f9f9f30;
}

.eshop .lst-container .logo-wrap .tag {
    margin-top: 4%;
    width: 100%;
    font-size: 45px;
    line-height: 1;
    text-align: center;
    letter-spacing: 2px;
    color: #434343;
}

.eshop .lst-container .logo-box {
    position: relative;

    margin: 0 auto;
    padding-bottom: 25%;
    width: 25%;
    height: 0;
}

.eshop .lst-container .logo-box .logo-inner {
    overflow: hidden;

    position: absolute;
    top: 0;
    left: 0;

    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.eshop .lst-container .logo-box img {
    width: 100%;
    height: 100%;
}

/*服务保障*/

.assurance {
    padding-bottom: 45px;
    width: 100%;
}

.assurance .bg-word {
    position: absolute;
    top: 30%;
    z-index: 1;

    width: 100%;

    font-size: 45px;
    text-align: center;
    font-weight: 600;

    transform: translateY(-50%);
}

.assurance .lst-block .title {
    font-size: 80px;
    line-height: 1;
    font-family: fantasy;
    letter-spacing: 2px;

    color: #bfbfbf;

    opacity: .2;
}

.assurance .lst-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 5%;
    box-sizing: border-box;
    padding: 0 3%;
    width: 100%;
}

.assurance .lst-container .logo-wrap {
    padding: 1% 0;
    width: 25%;
}

.assurance .lst-container .logo-box {
    position: relative;
    margin: 0 auto;
    border-radius: 2%;
    padding-bottom: 90%;
    width: 84%;
    height: 0;
    background-color: #f6f6f6;
}

.assurance .lst-container .logo-box .logo-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 15% 12% 0;
    width: 100%;
    height: 100%;
}

.assurance .lst-container .logo-box img {
    width: 35%;
    height: 28%;

    object-fit: cover;
}

.assurance .lst-container .title {
    margin-top: 10%;
    border-bottom: 2px solid #e2e1e3;
    width: 100%;
    font-size: 25px;
    line-height: 2;
    text-align: center;
    font-weight: 600;
    color: #C7000C;
}

.assurance .lst-container .txt {
    margin-top: 10%;
    width: 100%;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
}

@media screen and (max-width: 1023px) {
    .header-img .bg-box {
        padding-bottom: 70%;
    }

    .lst-block .title {
        font-size: 1.8rem;
    }

    .lst-block .slogn {
        font-size: 1.5rem;
    }

    .can-lst .lst-wrap .lst-box {
        width: 100%;
    }

    .can-lst .lst-box .lst-inner {
        padding: 15% 5%;
        height: 300px;
    }

    .can-lst .lst-box .info .txt-1 {
        font-size: 1.6rem;
    }

    .can-lst .lst-box .info .txt-2 {
        font-size: 1.4rem;
    }

    .lst-container .hd ul {
        overflow-x: scroll;
        box-sizing: border-box;
        justify-content: initial;
        padding: 0 1.5rem;
    }

    .lst-container .hd ul::-webkit-scrollbar {
        display: none;
    }

    .lst-container .hd ul li {
        padding: 1rem;
        font-size: 1.4rem;
        white-space: nowrap;
    }

    .lst-container .bd ul li {
        width: 100%;
    }

    .lst-container .bd ul li > div .img-box .cover .logo-wrap {
        width: 35%;
    }

    .slogn .img-wrap .img-box {
        padding-bottom: 30%;
    }

    .brands .lst-block .title {
        font-size: 4rem;
        line-height: 1.5;
    }

    .brands .bg-word {
        top: 40%;
        font-size: 2.5rem;
    }

    .brands .lst-block .slogn:after {
        margin: 4% 0;
        height: 3px;
    }

    .brands .lst-block .slogn {
        font-size: 1.6rem;
        line-height: 1.5;
    }

    .brands .lst-container .logo-wrap {
        width: 50%;
    }

    .brands .lst-container .logo-wrap:nth-child(2n) .logo-inner {
        border-right: 2px solid #d6d6d6;
    }

    .brands .lst-container .logo-wrap:nth-child(19) .logo-inner {
        border-bottom: 2px solid #d6d6d6;
    }

    .brands .lst-container .logo-wrap:nth-child(20) .logo-inner {
        border-bottom: 2px solid #d6d6d6;
    }

    .consult .slogn {
        font-size: 1.6rem;
    }

    .consult .btn-wrap {
        font-size: 1.6rem;
    }

    .eshop .lst-block .title {
        font-size: 4rem;
        line-height: 1.2;
    }

    .eshop .bg-word {
        top: 40%;
        font-size: 2.5rem;
    }

    .eshop .lst-container .logo-wrap {
        width: 48%;
    }

    .eshop .lst-container .logo-wrap .tag {
        font-size: 1.4rem;
    }

    .assurance .lst-block .title {
        font-size: 4rem;
        line-height: 1.2;
    }

    .assurance .bg-word {
        font-size: 2.5rem;
    }

    .assurance .lst-container .logo-wrap {
        width: 100%;
    }

    .assurance .lst-container .logo-box {
        padding-bottom: 70%;
    }

    .assurance .lst-container .txt {
        margin-top: 5%;
        font-size: 1.4rem;
    }

    .assurance .lst-container .title {
        margin-top: 5%;
    }

    .assurance .lst-container {
        margin-bottom: 5%;
    }

    .lst-container .bd ul li > div {
        padding: 15px 10px;
    }

    .lst-container .hd ul .on::after {
        bottom: 0;
        width: 100%;
    }

    .brands .lst-container .logo-box .logo-inner {
        padding: 5%;
    }

    .assurance .lst-container .logo-box .logo-inner {
        padding: 6% 12% 0;
    }

    .lst-container .bd ul li > div .info-box .title {
        font-size: 1.5rem;
    }

    .lst-container .bd ul li > div .info-box .btn-box {
        margin-right: initial;
        font-size: 1.3rem;
    }
}
