    .gold-head-box img {
        width: 100%;
    }

    .section2 {
        position: relative;
        background-color: #ECECEC;
    }

    .section2 .section-bg {
        width: 100%;
        height: 565px;
        background-image: url('https://qicaishangcheng.oss-cn-hangzhou.aliyuncs.com/assets/images/online/section2-bg.png');
        background-size: auto 100%;
        background-position: center top;
        position: absolute;
        left: 0;
        top: 0;


    }

    .section2 .section-bg .title-box {
        margin-top: 70px;
        text-align: center;


    }

    .section2 .section-bg .title-box .title {
        font-size: 40px;
        color: #fff;
        font-weight: 600;
        margin-top: -15px;
    }

    .section2 .section-bg .title-box .sub-title {
        font-size: 18px;
        color: #fff;
        font-weight: 300;
    }

    .section2 .pic-text-box:hover {
        transform: scale(1.08);
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s;
    }

    .section2 .pic-text-box {
        width: 290px;
        height: 405px;
        background-color: #fff;
        box-shadow: 1px 0px 8px #8e8e8e;
        border-radius: 5px;
        overflow: hidden;
        margin-bottom: 40px;


    }

    .section2 .pic-text-box .pic-box {
        height: 200px;
        width: 100%;
        background-color: #fff;
    }

    .section2 .pic-text-box .pic-box1 {
        background-image: url("https://qicaishangcheng.oss-cn-hangzhou.aliyuncs.com/assets/images/gift/section2-img1.png");
        background-position: center center;
        background-size: 100% 100%;
    }

    .section2 .pic-text-box .pic-box2 {
        background-image: url("https://qicaishangcheng.oss-cn-hangzhou.aliyuncs.com/assets/images/gift/section2-img2.png");
        background-position: center center;
        background-size: 100% 100%;
    }

    .section2 .pic-text-box .pic-box3 {
        background-image: url("https://qicaishangcheng.oss-cn-hangzhou.aliyuncs.com/assets/images/gift/section2-img3.png");
        background-position: center center;
        background-size: 100% 100%;
    }

    .section2 .pic-text-box .pic-box4 {
        background-image: url("https://qicaishangcheng.oss-cn-hangzhou.aliyuncs.com/assets/images/gift/section2-img4.png");
        background-position: center center;
        background-size: 100% 100%;
    }

    .section2 .pic-text-box .text-box {
        padding: 20px;


    }

    .section2 .pic-text-box .text-box .title {
        font-size: 23px;
        color: #333;
        text-align: center;
    }

    .section2 .pic-text-box .text-box .blur {
        width: 20px;
        height: 2px;
        background-color: #1CBEEC;
        margin: 0 auto;
        margin-top: 15px;
    }

    .section2 .pic-text-box .text-box .text {
        margin-top: 20px;
        padding: 0 10px;
        font-size: 16px;
        text-align: center;
        color: #6f6c6c;
        font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Medium;
        font-weight: 400;
    }

    .section2 .section2-2 {
        text-align: center;
        overflow: hidden;
    }

    .section2 .section2-2 .title {
        font-size: 35px;
        color: #1CBEEC;
    }

    .section2 .section2-2 .sub-title {
        font-size: 16px;
        color: #333;
        font-weight: 300;
    }

    .section2 .banner-box {
        width: 1326px;
        margin: 0 auto;
        position: relative;
        padding: 0 50px;
    }

    .section2 .banner-box .swiper-box {
        padding: 50px 0;
        width: 100%;
        position: relative;
    }

    .section2 .banner-box .swiper-box .brand-list:hover {
        transform: scale(1);
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s;
    }

    .section2 .banner-box .swiper-box .brand-list {
        justify-content: center;
        align-items: center;
        transform: scale(0.9);
        transition: all 0.5s ease;


    }

    .section2 .banner-box .swiper-box .brand-list img {
        width: 100%;
    }

    .section2 .banner-box .swiper-box .brand-list .info-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;


    }

    .section2 .banner-box .swiper-box .brand-list .info-box .desc {
        font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
        color: #fff;
        font-size: 20px;
        text-align: center;
        font-weight: 350;
        margin-top: 100px;
    }

    .section2 .banner-box .swiper-box .brand-list.swiper-slide-next {
        z-index: 2;
    }

    .section2 .banner-box .arrow-left {
        position: absolute;
        top: 340px;
        width: 60px;
        left: -20px;
        cursor: pointer;
    }

    .section2 .banner-box .arrow-right {
        position: absolute;
        top: 340px;
        width: 60px;
        right: -20px;
        cursor: pointer;
    }


    .section3 {
        position: relative;
        background-color: #ECECEC;
    }

    .section3 .section-bg {
        width: 100%;
        height: 535px;
        background-image: url('http://qicaishangcheng.oss-cn-hangzhou.aliyuncs.com/assets/images/gift/section3-bg.png');
        background-size: auto 100%;
        background-position: center top;
        /* position: absolute;
        left: 0;
        top: 0; */
    }

    .section3 .section-bg .title-box {
        text-align: center;
        padding-top: 85px;


    }

    .section3 .section-bg .title-box .title {
        font-size: 40px;
        color: #fff;
        font-weight: 600;
        margin-top: -15px;
    }

    .section3 .section-bg .title-box .sub-title {
        font-size: 18px;
        color: #fff;
        font-weight: 300;
        letter-spacing: 2px;
    }

    .section3 .pic-text-box {
        width: 270px;
        background-color: #fff;
        overflow: hidden;


    }

    .section3 .pic-text-box .pic-box {
        height: 180px;
        width: 100%;
        background-color: #fff;
    }

    .section3 .pic-text-box .pic-box1 {
        background-image: url("http://qicaishangcheng.oss-cn-hangzhou.aliyuncs.com/assets/images/gift/section3-img1.png");
        background-position: 25% 50%;
    }

    .section3 .pic-text-box .pic-box2 {
        background-image: url("http://qicaishangcheng.oss-cn-hangzhou.aliyuncs.com/assets/images/gift/section3-img2.png");
        background-position: 90% 50%;
    }

    .section3 .pic-text-box .pic-box3 {
        background-image: url("http://qicaishangcheng.oss-cn-hangzhou.aliyuncs.com/assets/images/gift/section3-img3.png");
        background-position: 25% 55%;
        background-size: 100%;
    }

    .section3 .pic-text-box .pic-box4 {
        background-image: url("http://qicaishangcheng.oss-cn-hangzhou.aliyuncs.com/assets/images/gift/section3-img4.png");
        background-position: 25% 55%;
        background-size: 100%;
    }

    .section3 .pic-text-box .text-box {
        padding: 20px 0;


    }

    .section3 .pic-text-box .text-box .title {
        font-size: 22px;
        color: #1CBEEC;
        text-align: center;
    }

    .section3 .pic-text-box .text-box .blur {
        width: 20px;
        height: 2px;
        background-color: #1CBEEC;
        margin: 0 auto;
        margin-top: 15px;
    }

    .section3 .pic-text-box .text-box .text {
        margin-top: 20px;
        padding: 0 10px;
        font-size: 16px;
        text-align: center;
        color: #6f6c6c;
        font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Medium;
        font-weight: 300;
    }

    .section3 .section3-2 {
        margin-top: 50px;
        text-align: center;
    }

    .section3 .section3-2 .steps:hover {
        transform: rotate(360deg);
    }

    .section3 .section3-2 .steps {
        transform: rotate(0deg);
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s;
    }

    .section3 .section3-2 .title {
        font-size: 35px;
        color: #13BAEE;
    }

    .section3 .section3-2 .sub-title {
        font-size: 16px;
        color: #333;
        font-weight: 300;
    }

    .section3 .section3-2 .btn-question {
        width: 250px;
        display: block;
        margin: 0 auto;
        padding: 50px 0;
        cursor: pointer;
    }


    .section3 .banner-box .swiper-box {
        padding: 50px 0;
        width: 100%;
        position: relative;

    }

    .section3 .banner-box .swiper-box .brand-list {
        justify-content: center;
        align-items: center;
        transition: all 0.5s ease;


    }

    .section3 .banner-box .swiper-box .brand-list img {
        width: 100%;
    }

    .section3 .banner-box .swiper-box .brand-list .info-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .section3 .banner-box .swiper-box .brand-list .info-box .desc {
        font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
        color: #fff;
        font-size: 20px;
        text-align: center;
        font-weight: 350;
        margin-top: 100px;
    }

    .section3 .banner-box .swiper-box .brand-list.swiper-slide-next {
        transform: scale(1.15);
        z-index: 2;
    }

    .section3 .banner-box .arrow-left {
        position: absolute;
        top: 210px;
        width: 60px;
        left: -20px;
        cursor: pointer;
    }

    .section3 .banner-box .arrow-right {
        position: absolute;
        top: 210px;
        width: 60px;
        right: -20px;
        cursor: pointer;
    }

    .section4 {
        padding-top: 50px;
        background-color: #fff;
        padding-bottom: 50px;

    }

    .section4 .main-title {
        font-size: 28px;
        font-family: MicrosoftYaHei;
        color: #2C2C2C;
        text-align: center;
    }

    .section5 {
        padding-top: 50px;
        background-color: #fff;
        padding-bottom: 50px;



    }

    .section5 .main-title {
        font-size: 28px;
        font-family: MicrosoftYaHei;
        color: #2C2C2C;
        text-align: center;
    }

    .section5 .sub-title {
        font-size: 14px;
        font-family: MicrosoftYaHei;
        color: #8F8F8F;
        margin-top: 12px;
        text-align: center;
    }

    .section5 .intrduce-info-box {
        height: 267px;
        position: relative;



    }

    .section5 .intrduce-info-box .info-box {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding: 30px;


    }

    .section5 .intrduce-info-box .info-box img {
        width: 55px;
        height: 55px;
        display: block;
        margin: 0 auto;
        margin-top: 65px;
    }

    .section5 .intrduce-info-box .info-box h3 {
        font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
        color: #fff;
        font-size: 20px;
        text-align: center;
        margin-top: 22px;
    }

    .section5 .intrduce-info-box .info-box p {
        font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
        color: rgba(255, 255, 255, 0.8);
        font-size: 14px;
        margin-top: 27px;
        width: 255px;
    }

    .section5 .intrduce-info-box.intrduct1 {
        background-image: url('@/assets/images/gold/s-1.png');
        background-size: 100% 100%;
        background-position: center center;
    }

    .section5 .intrduce-info-box.intrduct2 {
        background-image: url('@/assets/images/gold/s-2.png');
        background-size: 100% 100%;
        background-position: center center;
    }

    .section5 .intrduce-info-box.intrduct3 {
        background-image: url('@/assets/images/gold/s-3.png');
        background-size: 100% 100%;
        background-position: center center;
    }

    .section5 .intrduce-info-box.intrduct4 {
        background-image: url('@/assets/images/gold/s-4.png');
        background-size: 100% 100%;
        background-position: center center;
    }

    .section5 .intrduce-info-box.intrduct5 {
        background-image: url('@/assets/images/gold/s-5.png');
        background-size: 100% 100%;
        background-position: center center;
    }

    .section5 .intrduce-info-box.intrduct6 {
        background-image: url('@/assets/images/gold/s-6.png');
        background-size: 100% 100%;
        background-position: center center;
    }

    .banner-box {
        position: relative;


    }

    .banner-box .left-clk {
        position: absolute;
        width: 50px;
        height: 100%;
        z-index: 5;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;


    }

    .banner-box .left-clk .swiper-bar-left {
        width: 50px;
        height: 150px;
        background-color: rgba(0, 0, 0, 0.6);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 20px;
        cursor: pointer;
    }

    .banner-box .right-clk {
        position: absolute;
        width: 50px;
        height: 100%;
        z-index: 5;
        top: 0;
        right: 0;
        display: flex;
        align-items: center;


    }

    .banner-box .right-clk .swiper-bar-right {
        width: 50px;
        height: 150px;
        background-color: rgba(0, 0, 0, 0.6);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 20px;
        cursor: pointer;
    }

    .swiper-box2 {
        padding: 50px 0;
        width: 100%;
        position: relative;



    }

    .swiper-box2 .brand-list {
        justify-content: center;
        align-items: center;
        transition: all 0.5s ease;


    }

    .swiper-box2 .brand-list img {
        width: 100%;
    }



    .swiper-box2 .brand-list .mask {
        background-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
    }


    .swiper-box2 .brand-list .info-box {
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;


    }

    .swiper-box2 .brand-list .info-box h3 {
        font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
        color: #fff;
        font-size: 20px;
        text-align: center;
        margin-top: 170px;
    }

    .swiper-box2 .brand-list .info-box p {
        font-family: AlibabaPuHuiTi, AlibabaPuHuiTi-Regular;
        color: rgba(255, 255, 255, 0.8);
        font-size: 14px;
        margin-top: 27px;
        padding: 0 30px;
        text-align: center;
    }

    .swiper-box2 .brand-list:hover>.mask {
        display: block;
    }