.block-video {
    width: 100%;
    /*height: 1078px;*/
    position: relative;
}

.block-video video {
    width: 100%;
    height: 100%;
}

.block-video .video-play {
    position: absolute;
    width: 114px;
    height: 114px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    background: url("../img/video-play.png") no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
}


.block-1 {
    position: relative;
    height: 264px;
    background: url("../img/pc-block-3-new3.jpg") no-repeat center;
    background-position: top;
    background-size: contain;
}


/*.block-1 .pic-line {*/
/*    position: absolute;*/
/*    left: 770px;*/
/*    top: 49px;*/
/*    width: 127px;*/
/*    height: 121px;*/
/*    background: url("../img/line.png") no-repeat center;*/
/*    background-size: 100% 100%;*/
/*}*/

.block-1 .num {
    position: absolute;
    width: 327px;
    height: 185px;
    /*font-size: 15291px;*/
    color: #FFFFFF;
    font-weight: 500;
}

p {
    text-align: center;
}

.container .p1 {
    font-size: 34px;
    color: #24252C;
    font-weight: 600;
    margin-top: 60px;
}

.container .p2 {
    font-size: 24px;
    color: #24252C;
    opacity: 0.7;
    margin-top: 35px;
}

.link-block {
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
    box-sizing: border-box;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #F2F2F2;
    border-radius: 19px;
    font-size: 16px;
    color: #24252C;
    font-weight: 600;
    padding-left: 13px;
    cursor: pointer;
}

.link-block .link-arrow {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 19px;
    height: 19px;
    background: url("../img/icon-arrow.png") no-repeat center;
    background-size: 100% 100%;;
}

.block-image {
    width: 1070px;
    height: 714px;
    /*height: 630px;*/
    margin: 0 auto;
    margin-top: 160px;
}


/* .block-2 {
    background: url("../img/block-2-new.png") no-repeat center;
    background-position: top;
    background-size: contain;
} */
.block-2 img{width: 100%;}
.block-3 {
    background-position: top;
    background-size: contain;
}


.dialog {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 150px;
    width: 672px;
    height: 400px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 10px;
    z-index: 10;
    background: url("../img/dialog.png") no-repeat center;
    background-size: 100% 100%;
}

.dialog .h5 {
    display: none;
}

.dialog p {
    text-align: left;
}

.dialog .pc .p1 {
    text-align: center;
    margin-top: 46px;
    font-size: 24px;
    color: #24252C;
    font-weight: 600;
}

.dialog .pc .p2 {
    padding-left: 48px;
    padding-right: 47px;
    font-size: 14px;
    color: #24252C;
    line-height: 24px;
    margin-top: 30px;
}

.dialog .pc .p3 {
    font-size: 14px;
    color: #24252C;
    line-height: 24px;
    font-weight: 500;
    margin-top: 19px;
    text-align: center;
}

.dialog .pc .p4 {
    text-align: center;
    padding-left: 48px;
    padding-right: 47px;
    opacity: 0.7;
    font-size: 14px;
    color: #24252C;
    line-height: 24px;
    font-weight: 400;
}

.dialog .pc .p5 {
    padding-left: 48px;
    padding-right: 47px;
    font-size: 14px;
    color: #24252C;
    line-height: 24px;
    text-align: center;
}

.dialog-close {
    cursor: pointer;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 600px;
    width: 40px;
    height: 40px;
    background: url("../img/dialog-close.png") no-repeat center;
    background-size: 100% 100%;
    z-index: 1;
}


@media screen and (max-width: 760px) {
    .container .block-video {
        /*height: 233px;*/
    }

    .dialog-mask {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .5);
        z-index: 100;
    }

    .dialog {
        top: 188px;
        width: 280px;
        height: 340px;
        background: url("../img/dialog-h5.png") no-repeat center;
        background-size: 100% 100%;
        z-index: 101;
    }

    .dialog-close {
        top: 545px;
        width: 30px;
        height: 30px;
        z-index: 101;
    }


    .dialog .pc {
        display: none;
    }

    .dialog .h5 {
        display: block;
    }

    .dialog .h5 .p1 {
        text-align: center;
        font-size: 17px;
        color: #24252C;
        font-weight: 600;
    }

    .dialog .h5 .p2, .dialog .h5 .p3, .dialog .h5 .p4, .dialog .h5 .p5 {
        width: 248px;
        margin: 0 auto;
        margin-top: 22px;
        font-size: 12px;
        color: #24252C;
        opacity: 0.7;
        font-weight: 400;
    }

    .dialog .h5 .p3, .dialog .h5 .p4 {
        margin-top: 18px;
    }

    .dialog .h5 .p5 {
        margin-top: 0;
        font-weight: 600;
    }


    .block-video .video-play {
        width: 57px;
        height: 57px;
    }

    .block-1 {
        height: 132px;
        background: url("../img/h5-block-1-new1.jpg") no-repeat center;
        background-size: 100% 100%;
    }

    .container .p1 {
        font-size: 17px;
        margin-top: 35px;
    }

    .container .p2 {
        font-size: 12px;
        margin-top: 10px;
    }

    .link-block {
        width: 90px;
        height: 30px;
        padding-left: 10px;
        line-height: 30px;
        border-radius: 12px;
        margin-top: 20px;
        font-size: 12px;
        color: #24252C;
        font-weight: 600;
    }

    .link-block .link-arrow {
        width: 14px;
        height: 14px;
        top: 8px;
        right: 8px;
    }

    .block-image {
        height: 278px;
        margin-top: 20px;
        width: 100%;
    }


    /* .block-2{
        background: url("../img/h5-block-2.jpg") no-repeat center;
        background-position: top;
        background-size: contain;
    } */

    .block-0 {
        margin-top: 45px;
    }

    .mask {

    }

    .mask .in {

    }
}

