.slide {
    margin-bottom: 5vw;
    width: 100%;
    height: 44vw;
    position: relative;
}

.slide .indexSlide-prev,
.slide .indexSlide-next {
    position: absolute;
    z-index: 99;
    width: 3vw;
    height: 3vw;
    cursor: pointer;
}

.slide .indexSlide-prev img,
.slide .indexSlide-next img {
    width: 100%;
    height: 100%;
}

.slide .indexSlide-prev {
    top: 50%;
    left: 3vw;
    transform: translate(-50%, 0);
}

.slide .indexSlide-next {
    top: 50%;
    right: 3vw;
    transform: translate(-50%, 0);
}

.slide .swiper {
    width: 100%;
    height: 100%;
}

.slide .swiper .swiper-wrapper img {
    width: 100%;
    height: 100%;
}

.longTitle {
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 0vw;
    color: #333333;
    margin-bottom: 6vw;
}

.certificateSlide {
    align-items: flex-start;
    margin-bottom: 5vw;
    width: 100%;
}

.certificateSlide .page {
    width: 36%;
}

.certificateSlide .page ul li {
    margin-bottom: 1vw;
    border-radius: 39px;
    padding-left: 2vw;
    height: 79px;
    background: linear-gradient(to right, #f2f2f2, #fff);
    font-size: 1.2vw;
    color: #454545;
    cursor: pointer;
}

.certificateSlide .page ul .picked {
    font-weight: bold;
    background: linear-gradient(to right, #f8ca48, #fff);
}

.certificateSlide .slidemain {
    width: 51%;
}

.certificateSlide .slidemain .show {
    margin-bottom: 2vw;
    height: 447px;
}

.certificateSlide .slidemain .show ul {
    height: 100%;
    width: 100%;
}

.certificateSlide .slidemain .show ul li {
    height: 100%;
    width: 100%;
}

.certificateSlide .slidemain .show ul li img {
    width: 100%;
}

.certificateSlide .slidemain .slidemainPage {
    width: 100%;
}

.certificateSlide .slidemain .slidemainPage>div {
    cursor: pointer;
    width: 60px;
    height: 60px;
    margin: 0 15px;
}

.certificateSlide .slidemain .slidemainPage>div img {
    width: 100%;
    height: 100%;
}

.productIntro h3 {
    text-align: center;
    font-size: 40px;
    color: #333333;
    margin-bottom: 2vw;
}

.productIntro h5 {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #454545;
}

.slidetest {
    width: 600px;
    height: 300px;
}

.slidetest .swiper {
    width: 100%;
    height: 100%;
}

.custom {
    background-color: #fffcf5;
    padding: 103px 0 110px;
}

.custom h1 {
    text-align: center;
    font-size: 40px;
    color: #333333;
    margin-bottom: 32px;
}

.custom h4 {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    color: #666666;
    margin-bottom: 71px;
}

.custom ul {
    flex-wrap: wrap;
}

.custom ul li {
    margin-bottom: 89px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.custom ul li .step {
    margin-bottom: 57px;
    width: 159px;
    height: 51px;
    border-radius: 22px;
    border: solid 1px #f7c435;
}

.custom ul li .step .stepContent {
    width: 149px;
    height: 45px;
    background-color: #f7c435;
    border-radius: 19px;
    font-size: 21px;
    font-weight: bold;
    color: #4e4e4e;
}

.custom ul li img {
    width: 123px;
    height: 122px;
    margin-bottom: 42px;
}

.custom ul li .title {
    font-size: 21px;
    font-weight: normal;
    color: #333333;
}

.custom ul .customArrow {
    width: 29px;
    height: 47px;
    transform: translate(0, 50%);
}

.custom .subscribe {
    width: 277px;
    height: 67px;
    background-color: #fdd000;
    border-radius: 34px;
    font-size: 21px;
    font-weight: normal;
    color: #333333;
    margin: 0 auto;
}

.custom .subscribe:hover {
    opacity: 0.7;
}

@media screen and (max-width: 768px) {
    .custom ul {
        padding: 0 17vw;
    }
}

@media screen and (max-width: 992px) {
    .custom ul li {
        margin-bottom: 30px;
    }
    .custom ul li .step {
        margin-bottom: 30px;
    }
    .custom ul li img {
        margin-bottom: 30px;
    }
    .longTitle {
        font-size: 4vw;
    }
    .certificateSlide .slidemain {
        width: 80%;
    }
    .certificateSlide .slidemain .show {
        height: auto;
    }
    .certificateSlide .slidemainPage>div {
        width: 10% !important;
        height: 10% !important;
    }
    .certificateSlide .slidemain .show ul li {
        display: flex;
        flex-direction: column-reverse;
    }
    .productIntro h3 {
        font-size: 4vw;
    }
    .productIntro h5 {
        font-size: 2vw;
    }
    .custom {
        padding: 30px 0;
    }
    .custom h1 {
        font-size: 5vw;
        margin-bottom: 4vw;
    }
    .custom h4 {
        font-size: 3vw;
        margin-bottom: 30px;
    }
    .custom ul li .step {
        width: 24vw;
        height: 7vw;
    }
    .custom ul li .step .stepContent {
        width: 23vw;
        height: 6vw;
    }
    .custom ul li img {
        width: 24vw;
        height: 24vw;
    }
    .custom ul li .title {
        font-size: 3vw;
    }
    .custom .subscribe {
        width: 44vw;
        height: 11vw;
        font-size: 3vw;
    }
}

@media screen and (max-width: 1360px) {
    .schemeSlide {
        margin-bottom: 6vw;
        width: 100%;
        margin: 0 auto;
    }
    .schemeSlide #schemeSlide-phone {
        width: 100%;
    }
    .schemeSlide #schemeSlide-phone .swiper-slide {
        position: relative;
        /* height: 125vw; */
    }
    .schemeSlide #schemeSlide-phone .swiper-slide img {
        width: 100%;
        height: 100%;
    }
    .schemeSlide #schemeSlide-phone .swiper-slide .intro {
        position: absolute;
        top: 19vw;
        left: 14vw;
    }
    .schemeSlide #schemeSlide-phone .swiper-slide .intro h1 {
        font-size: 30px;
        color: #ffffff;
        margin-bottom: 40px;
    }
    .schemeSlide #schemeSlide-phone .swiper-slide .intro h2 {
        font-size: 28px;
        font-weight: normal;
        color: #ffffff;
        margin-bottom: 30px;
    }
    .schemeSlide #schemeSlide-phone .swiper-slide .intro .plan {
        padding: 30px 0;
        /* border-bottom: 1px solid rgba(255, 255, 255, 0.4); */
        border-top: 1px solid rgba(255, 255, 255, 0.4);
        width: 60vw;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .schemeSlide #schemeSlide-phone .swiper-slide .intro .plan li {
        width: 100%;
        font-size: 12px;
        line-height: 24px;
        color: #ffffff;
        margin-bottom: 30px;
    }
    .schemeSlide .schemeSlide-phonePage {
        width: 100%;
        padding: 20px;
        background-color: #0775c9;
    }
    .schemeSlide .schemeSlide-phonePage .schemeSlide-phonePage-left,
    .schemeSlide .schemeSlide-phonePage .schemeSlide-phonePage-right {
        /* width: 3vw; */
        /* height: 4vw; */
        cursor: pointer;
    }
    .schemeSlide .schemeSlide-phonePage .schemeSlide-phonePage-left img,
    .schemeSlide .schemeSlide-phonePage .schemeSlide-phonePage-right img {
        width: 100%;
        height: 100%;
    }
    .schemeSlide #schemeSlide-phonePage {
        width: 80%;
        height: 100%;
    }
    .schemeSlide #schemeSlide-phonePage .swiper-slide {
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
    .schemeSlide #schemeSlide-phonePage .swiper-slide img {
        /* width: 6vw; */
    }
    .schemeSlide #schemeSlide-phonePage .swiper-slide .pickedImg {
        display: none;
    }
    .schemeSlide #schemeSlide-phonePage .swiper-slide .name {
        font-size: 16px;
        margin-top: 20px;
        color: #ffffff;
    }
    .schemeSlide #schemeSlide-phonePage .picked img {
        display: none;
    }
    .schemeSlide #schemeSlide-phonePage .picked .pickedImg {
        display: block;
    }
    .schemeSlide #schemeSlide-phonePage .picked .name {
        color: #fed000;
    }
}

@media screen and (min-width: 1360px) {
    .schemeSlide {
        margin-bottom: 114px;
        height: 643px;
        width: 100%;
    }
    .schemeSlide .left {
        width: 1013px;
        position: relative;
        height: 643px;
    }
    .zz_black {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.4);
    }
    .schemeSlide .left .swiper {
        width: 100%;
        height: 100%;
    }
    .schemeSlide .left .swiper .swiper-wrapper {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .schemeSlide .left .swiper .swiper-wrapper img {
        width: 100%;
        height: 100%;
    }
    .schemeSlide .left .swiper .swiper-wrapper .intro {
        position: absolute;
        top: 54px;
        left: 72px;
    }
    .schemeSlide .left .swiper .swiper-wrapper .intro h1 {
        font-size: 44px;
        color: #ffffff;
        margin-bottom: 23px;
    }
    .schemeSlide .left .swiper .swiper-wrapper .intro h2 {
        font-size: 20px;
        font-weight: normal;
        color: #ffffff;
        margin-bottom: 35px;
    }
    .schemeSlide .left .swiper .swiper-wrapper .intro .hung {
        width: 385px;
        height: 1px;
        background-color: #ffffff;
        opacity: 0.4;
    }
    .schemeSlide .left .swiper .swiper-wrapper .intro .plan {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .schemeSlide .left .swiper .swiper-wrapper .intro .plan li {
        width: 50%;
        margin-bottom: 32px;
        font-size: 18px;
        line-height: 30px;
        margin-right: 20px;
        color: #ffffff;
        cursor: pointer;
    }
    .schemeSlide .right {
        flex: 1;
        height: 100%;
        background-color: #0775c9;
        padding: 34px 48px 0 72px;
    }
    .schemeSlide .right ul {
        width: 100%;
        height: 100%;
    }
    .schemeSlide .right ul li {
        width: 100%;
        height: 74px;
        margin-bottom: 20px;
        cursor: pointer;
    }
    .schemeSlide .right ul li:last-child {
        margin-bottom: 0;
    }
    .schemeSlide .right ul li .logo {
        width: 54px;
    }
    .schemeSlide .right ul li .logo .pickedImg {
        display: none;
    }
    .schemeSlide .right ul li .animalname {
        font-size: 18px;
        color: #ffffff;
    }
    .schemeSlide .right ul .picked {
        border-bottom: 1px solid #fed000;
    }
    .schemeSlide .right ul .picked .logo .notpickedImg {
        display: none;
    }
    .schemeSlide .right ul .picked .logo .pickedImg {
        display: block;
    }
    .schemeSlide .right ul .picked .animalname {
        font-weight: bold;
        color: #fed000;
    }
}

.phone_num {
    font-size: 15px;
    line-height: 40px;
    padding: 0 20px;
    background: #fdd000;
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    z-index: 3;
    white-space: nowrap;
    display: none;
}

@media only screen and (max-width: 1380px) and (min-width: 1024px) {
    .content {
        width: 90%;
    }
}