main .wrap{
    padding:0;
}

.banner-swiper-box {
    position: relative;
    max-width: 1200px;
    margin-bottom: 40px;
    overflow: hidden;
}

.banner-swiper-box img {
    width: 100%;
}

.swiper-pagination-bullet-active {
    background-color: #63C856;
}

.box01, .box02, .box03, .box05{
    padding-bottom: 65px;
    overflow: hidden;
}

.hr-box {
    position: relative;
}

    .hr-box h2 {
        font-size: 24px;
        font-weight: bolder;
        text-align: center;
    }

        .hr-box h2:before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translate(0,-50%);
            width: 43%;
            height: 1px;
            background: #EBEBEB
        }

        .hr-box h2:after {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            transform: translate(0,-50%);
            width: 43%;
            height: 1px;
            background: #EBEBEB
        }

.hr-text {
    display: block;
    text-align: center;
    color: #A6A6A6;
    margin-bottom: 50px;
}

.box01 img{
    margin-left:25px;
}

.box01-listbox {
    position:relative;
    width: 220px;
    height: 220px;
    background: #F8F8F8;
    border-radius: 10px;
    margin:0 25px;
}

    .box01-listbox a {
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

    .box01-listbox a:hover {
        color: #656565;
        background: #EEEEEE
    }

    .box01-listbox::after {
        content: '1';
        width: 50px;
        height: 50px;
        background: #FFCC55;
        border-radius: 0px 0px 10px 10px;
        font-size: 24px;
        color:#fff;
        text-align:center;
        line-height:50px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%,0)
    }

    .box01-listbox:nth-child(2)::after {
        content: '2';
        background: #C4C4C4;
    }

    .box01-listbox:nth-child(3)::after {
        content: '3';
        background: #BD832D;
    }

    .box01-listbox .title {
        display: flex;
        font-weight: bolder;
        font-size: 20px;
        margin-top: 90px;
        margin-bottom: 20px;
        justify-content: center;
    }

    .box01-listbox .title svg{
        margin-right:15px;
    }

    .box01-listbox .text {
        display: block;
        font-weight: normal;
        font-size: 16px;
        color: #A6A6A6;
        text-align:center;
    }

.box01 .hotkey-box{
    margin:25px 30px 0;
}

.box01 .hotkey {
    color: #A6A6A6;
    padding: 5px 15px;
    background: #F8F8F8;
    border-radius: 20px;
    text-align: center;
    line-height: 33px;
    margin:10px 8px;
    cursor:pointer;
}

    .box01 .hotkey:hover {
        background: #EEEEEE
    }

.box01{
    position:relative;
}

.all-products-box a{
    position:absolute;
    bottom:24px;
    right:16px;
    color: #63C856;
    font-weight:bolder;
}

.box02-listbox {
    width: 400px;
    height: 281px;
    border-radius: 10px;
    border: 0.5px solid #C4C4C4;
    overflow: hidden;
    margin: 0 17.5px;
}

    .box02-listbox .title-box {
        background: #1972A0;
        height: 81px;
        font-weight:bolder;
        font-size: 20px;
        color:#fff;
    }

    .box02-listbox:last-child .title-box {
        background: #A38358;
    }

    .box03 .swiper{
        position:relative;
    }

.box03-listbox a{
    display:flex;
    justify-content:center;
    align-items:center;
    max-width: 196px;
    height:126px;
    margin-bottom:50px;
}

    .box03-listbox a img {
        width: 100%;
        transform: scale(1,1);
        transition: all 0.2s;
    }

        .box03-listbox a img:hover {
            transform: scale(1.1,1.1);
        }

.box04 {
    width: 98.86vw;
    min-width: 1200px;
    Height: 1135px;
    background: #F8F8F8;
    margin-left: 50%;
    transform: translate(-50%,0);
    padding: 45px 0 65px;
    margin-bottom: 65px;
}

.box04 .swiper{
    position:relative;
    margin-bottom:50px;
}

.box04-wrap {
    max-width: 1200px;
    margin: 0 auto;
    overflow:hidden;
}

.box04 .hr-box h2 {
    font-size: 24px;
    font-weight: bolder;
    margin-bottom: 20px;
}

    .box04 .hr-box h2:before, .box04 .hr-box h2::after {
        width: 40%;
    }

.box04 .hr-text {
    font-family: 'Poppins';
    font-size: 35px;
    color: #63C856;
    font-weight: bold;
    font-style: italic;
}


.box-listbox {
    display:block;
    width: 274px;
    height: 377px;
    padding: 0 16px 16px;
    background:#fff;
    cursor:pointer;
}

.box-listbox:hover{
    color:#656565
}

    .box-listbox > div:first-child {
        height: 242px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 16px;
    }

    .box-listbox img {
        width: 100%;
    }

    .box-listbox .title {
        min-height:48px;
        display: block;
    }

    .box-listbox .text {
        display: block;
        font-size: 14px;
        color: #A6A6A6;
        margin: 10px 0 5px;
    }

.swiper-slide:first-child .listbox-first::after, .swiper-slide:nth-child(2) .listbox-first:after, .swiper-slide:nth-child(3) .listbox-first:after {
    content: '1';
    width: 50px;
    height: 50px;
    background: #FFCC55;
    border-radius: 0px 0px 10px 10px;
    color: #fff;
    font-size: 24px;
    font-weight: bolder;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 0;
    left: 16px;
}

.swiper-slide:nth-child(2) .listbox-first:after {
    content: '2';
    background: #C4C4C4;
}


.swiper-slide:nth-child(3) .listbox-first:after {
    content: '3';
    background: #BD832D;
}

.discount-box {
    position: relative;
}

.banner-swiper-box .swiper-button-prev, .banner-swiper-box .swiper-button-next {
    background: none;
    box-shadow: none;
    color: #d1d1d1;
}

    .banner-swiper-box .swiper-button-next:after, .banner-swiper-box .swiper-button-prev:after {
        font-size: 26px;
    }


.new-money {
    font-size: 18px;
    font-weight: bolder;
    color: #E02E2E;
}

.money {
    font-size: 14px;
    font-weight: bolder;
    color: #A6A6A6;
    text-decoration-line: line-through;
    margin-left: 10px;
}

.discount {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    width: 65%;
    text-align: right;
}

    .discount span {
        display: inline-block;
        width: auto;
        height: 20px;
        line-height: 18px;
        text-align: center;
        font-size: 12px;
        color: #656565;
        background: #FFCC55;
        border-radius: 4px;
        margin: 0 3px;
        padding: 2px 7px;
    }

.swiper-button-prev, .swiper-button-next {
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 36px;
    color: #656565;
    top: 46%;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
}

    .swiper-button-next:after, .swiper-button-prev:after {
        font-weight: bolder;
        font-size: 20px;
    }

.swiper-button-prev {
    left: 10px;
}

.swiper-button-next {
    right: 10px;
}

.morebox{
    margin-bottom:10px;
}

.morebox a {
    color: #63C856;
}


.box05-listbox .img {
    overflow: hidden;
    max-height: 254px;
    max-width: 582px;
    border-radius: 10px;
}

.box05-listbox img {
    width: 100%;
    border-radius: 10px;
    transform: scale(1,1);
    transition: all 0.2s;
}

.box05-listbox img:hover {
    transform: scale(1.1,1.1);
}

.box05-listbox a:hover {
    color: #656565;
}

    .box05-listbox span {
        max-width: 582px;
        margin: 15px auto 30px
    }


.tips {
    position: relative;
    max-width: 1200px;
    background: #EEEEEE;
    border-radius: 10px;
    padding: 53px 73px;
    margin-top: 30px;
}

    .tips .title {
        display: block;
        font-weight: bold;
        font-size: 24px;
        margin-bottom: 30px;
    }

    .tips .text {
        display: block;
        max-width: 752px;
        margin-bottom: 30px;
    }

.tips svg {
    position: absolute;
    top: 50%;
    right: 73px;
    transform: translate(0,-50%)
}

.pc-none{
    display:none;
}

@media screen and (max-width: 500px) {

    .pc-none {
        display: block !important;
    }
    .box01, .box02, .box03 {
        border-bottom: 8px solid #F8F8F8;
        padding-left: 16px;
        padding-right: 16px;
    }

    .hr-box {
        padding-top: 36px;
    }

    .hr-box h2:before, .hr-box h2:after {
        content: none;
    }

    .box01 .hr-box {
        padding-top: 0;
    }

    .box01-listbox {
        width: 100%;
        height: 100%;
        margin: 15px 0 15px 21px;
        background: #fff;
        border-bottom: 1px solid #F3F3F3;
        align-items: flex-start !important;
        padding-bottom: 5px;
        border-radius:0;
    }

        .box01-listbox .title {
            margin: 0 0 0 40px;
            font-size: 14px;
        }

    .box01-listbox .text{
        display:none;
    }

        .box01-listbox .title svg {
            margin: 0 10px 0 0;
            width: 20px;
            height: 20px;
        }

        .box01-listbox::after {
            background: none;
            color: #656565;
            font-size: 20px;
            line-height: normal;
            transform: none;
            left: 5px;
            width: auto;
            height: auto;
        }

        .box01-listbox:nth-child(2)::after, .box01-listbox:nth-child(3)::after{
            background:none;
        }

        .box01 img {
            width: 167px;
            margin-left: 0;
        }

    .box01 .hotkey-box {
        margin: 30px 0 0;
        justify-content: center;
    }

    .box02-listbox{
        display:flex;
    }

    .box02 div:nth-child(3) {
        justify-content: space-between !important;
    }

    .box02-listbox div > div:last-child {
        display: none !important;
    }

    .box02-listbox div > div:first-child {
        justify-content: flex-start !important;
    }

    .box02-listbox {
        width: 48%;
        height: 83px;
        margin: 0;
    }

    .box02-listbox>div:first-child{
        width: 50%;
    }

    .box02-listbox img{
        width:100%;
    }

        .box02-listbox .title-box {
            width: 50%;
            height: 100%;
            background: none !important;
            color: #656565;
        }

    .box03-listbox a {
        border: 0.5px solid #CCCCCC;
        border-radius: 10px;
        overflow:hidden;
    }

    .box04 {
        width: 100%;
        height: 100%;
        min-width: initial;
        position: relative;
        padding: 0 16px;
        margin-bottom: 0;
    }

    .box-listbox {
        width: 100%;
        height: 100%;
        padding: 0;
        border-radius: 10px;
        overflow: hidden;
    }

        .box-listbox > div:first-child {
            height: 100%;
        }

        .box-listbox .title, .box-listbox .text, .discount-box {
            display: none;
        }

    .swiper-slide:first-child .listbox-first::after, .swiper-slide:nth-child(2) .listbox-first:after, .swiper-slide:nth-child(3) .listbox-first:after {
        width: 22px;
        height: 22px;
        border-radius: 0px 0px 5px 5px;
        font-size: 14px;
        line-height: 22px;
        position: absolute;
        top: 0;
        left: 10px;
    }

    .swiper-slide {
        height: initial !important;
    }

    .box05 {
        padding: 0;
    }

    .box05-listbox img{
        width:100%;
        margin-bottom:16px;
        padding:0 16px
    }

    .box05-listbox span{
        display:none;
    }


    .tips {
        border-radius: 0;
        padding: 40px 42px;
        height: 342px;
        background: #F8F8F8;
    }

        .tips svg {
            top: 80%;
            right: 5%;
            width: 114px;
            height: 114px;
        }

    .swiper-button-prev, .swiper-button-next{
        display:none;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 0;
        z-index: 1;
    }
}

@media screen and (max-width: 320px) {
    .box01-listbox {
        margin: 15px 0 15px 8px;
    }

        .box01-listbox .title {
            margin: 0px 0 0 25px;
        }

    .tips svg {
        width: 80px;
        height: 80px;
    }
}
