* {
    list-style: none;
    padding: 0;
    margin: 0;
    outline: none;
    /* outline: 1px solid seagreen; */
    box-sizing: border-box;
}

.bg-blcok {
    max-width: 1200px;
    margin: 0 auto;
    background-image: url(../images/pc_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.kv-block {
    padding-top: 83.5%;
    position: relative;
    overflow: hidden;
}

.kv-block .buy-btn {
    position: absolute;
    width: 20%;
    padding-top: 5.9%;
    top: 78%;
    left: 4.5%;
}

.kv-block .cta {
    position: absolute;
    width: 20%;
    padding-top: 5.9%;
    top: 78%;
    left: 24.7%;
    cursor: pointer;
}

.swiper-block-pc {
    width: 50%;
    position: absolute;
    top: 40.3%;
    left: 50.5%;
}

.swiper-block-pc img {
    transform: scale(0.98);
    width: 100%;
}


.swiper-block-mb {
    width: 50%;
    position: absolute;
    top: 40.3%;
    left: 50.5%;
    display: none;
}

.swiper-block-mb img {
    transform: scale(1);
    width: 100%;
}


.video-block {
    padding-top: 101.7%;
    position: relative;
    overflow: hidden;
}

.video-block .video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 57%;
}

.video-block .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-block .buy-btn {
    position: absolute;
    width: 20%;
    padding-top: 5.9%;
    top: 85.6%;
    left: 50.7%;
}

.video-block .cta {
    position: absolute;
    width: 20%;
    padding-top: 5.9%;
    top: 85.6%;
    left: 29.5%;
    cursor: pointer;
}


.soft-block {
    padding-top: 70.8%;
}


.form-block {
    padding-top: 108.6%;
    position: relative;
}

.form-block .input-block {
    width: 41%;
    position: absolute;
    top: 30%;
    left: 54%;
}

.form-block .input-block input,
.form-block .input-block select {
    display: block;
    width: 100%;
    border: 0px;
    margin-bottom: 15px;
    font-size: 20px;
    padding: 12px;
}

.form-block .submit {
    position: absolute;
    width: 26.7%;
    top: 87.6%;
    left: 60.2%;
    cursor: pointer;
    padding: 1.1%;
    background-color: transparent;
    color: rgb(31, 30, 30);
    border: none;
    font-size: 1.6vw;
    font-family: Microsoft JhengHei;
    color: #fff;
}


.form-block .agree-block {
    position: absolute;
    width: 22%;
    top: 62%;
    left: 53.5%;
}

.form-block .agree-block label {
    display: block;
    width: 100%;
    padding-top: 11%;
    cursor: pointer;
}

.form-block .agree-block input {
    display: none;
}

.form-block .agree-block input~i {
    display: block;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 11%;
    height: 100%;
}

.form-block .agree-block input:checked~i span {
    display: block;
    width: 100%;
    position: absolute;
    height: 3px;
    top: 50%;
    transform: translate(0, -50%);
}

.form-block .agree-block input:checked~i span::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    transform: rotate(45deg);
    border-radius: 3px;

}

.form-block .agree-block input:checked~i span::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    transform: rotate(-45deg);
    border-radius: 3px;
}

.form-block .agree-block a {
    position: absolute;
    width: 56%;
    padding-top: 11%;
    top: 0;
    right: 0;
}

.form-block .news-agree-block {
    position: absolute;
    width: 41%;
    top: 64.8%;
    left: 53.5%;
}

.form-block .news-agree-block label {
    display: block;
    width: 100%;
    padding-top: 51%;
    cursor: pointer;
}

.form-block .news-agree-block input {
    display: none;
}

.form-block .news-agree-block input~i {
    display: block;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 5.9%;
    height: 11.6%;
}

.form-block .news-agree-block input:checked~i span {
    display: block;
    width: 100%;
    position: absolute;
    height: 3px;
    top: 50%;
    transform: translate(0, -50%);
}

.form-block .news-agree-block input:checked~i span::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    transform: rotate(45deg);
    border-radius: 3px;

}

.form-block .news-agree-block input:checked~i span::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    transform: rotate(-45deg);
    border-radius: 3px;
}

@media screen and (max-width:800px) {
    .bg-blcok {
        background-image: url(../images/mb_bg.jpg);
    }
    .kv-block {
        padding-top: 183.8%;
    }

    .swiper-block-pc {
        display: none;
    }
    .swiper-block-mb {
        width: 100%;
        display: block;
        position: absolute;
        top: 21.3%;
        left: 0;
    }
    .swiper-block-mb img {
        transform: scale(1);
        width: 100%;
    }

    .kv-block .cta {
        width: 31.7%;
        padding-top: 8.9%;
        top: 91.5%;
        left: 17.6%;
    }
    .kv-block .buy-btn {
        width: 31.7%;
        padding-top: 8.9%;
        top: 91.5%;
        left: 51%;
    }


    .video-block {
        padding-top: 103.7%;
    }
    .video-block .cta {
        width: 31.7%;
        padding-top: 8.9%;
        top: 88.1%;
        left: 17.5%;
    }
    .video-block .buy-btn {
        width: 31.7%;
        padding-top: 8.9%;
        top: 88.1%;
        left: 51%;
    }

    .soft-block {
        padding-top: 218.1%;
    }
    .form-block{
        padding-top: 259.1%;
    }

    .form-block .input-block {
        width: 74%;
        position: absolute;
        top: 55%;
        left: 13%;
    }

    .form-block .input-block input, .form-block .input-block select {
        display: block;
        width: 100%;
        border: 0px;
        margin-bottom: 10px;
        font-size: 3vw;
        padding: 6px;
    }

    .form-block .agree-block {
        position: absolute;
        width: 36%;
        top: 72.06%;
        left: 13%;
    }

    .form-block .news-agree-block input~i {
        display: block;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 0;
        width: 5.5%;
        height: 9.6%;
    }

    .form-block .news-agree-block label {
        display: block;
        width: 100%;
        padding-top: 54%;
        cursor: pointer;
    }

    .form-block .news-agree-block {
        position: absolute;
        width: 74%;
        top: 74.5%;
        left: 13%;
    }

    .form-block .submit {
        position: absolute;
        width: 40.7%;
        top: 92.4%;
        left: 29.8%;
        cursor: pointer;
        font-size: 3.2vw;
        padding: 1.7%;
    }
}
