main{
    width: 100%;
    padding: 0;
}
section{
    padding: 36px 0;
    margin: 0;
}
header .header_inner1{
    display: none;
}
.text_wrap > div{
    font-size: 28px;
    font-weight: 300;
    color: #1F2026;
}
.text_wrap > p{
    font-weight: normal;
    color: #4D4E59;
    padding-top: 12px;
}

/* s1 */
.section1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
}
.section1 .cont_wrap > div{
    font-weight: bold;
    width: 176px;
    height: 100px;
    color: #6F7182;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 26px rgba(166, 169, 199, 22%);
}
.section1 .cont_wrap > div:first-child{
    margin-bottom: 8px;
    margin-left: -56px;
}
.section1 .cont_wrap > div > div{
    font-size: 18px;
    padding-top: 9px;
    display: inline-flex;
    align-items: flex-end;
    color: #1B48F5;
}
.section1 .cont_wrap > div > div span{
    font-size: 28px;
    padding-right: 4px;
}

/* s2 */
.section2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(45deg, #B84EFE, #7247F4); 
}
.section2 .cont_wrap{
    padding: 0 20px;
    max-width: 312px;
    width: 60%;
    height: fit-content;
}
.section2 .cont_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section2 .text_wrap{
    color: #fff;
    padding-right: 50px;
}
.section2 .text_wrap > div{
    color: #fff;
}
.section2 .text_wrap p{
    color: #fff;
}

/* s3 */
.section3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
}
.section3 .text_wrap{
    padding-left: 60px;
}
.section3 .cont_wrap{
    flex: 1;
}
.section3 .cont_wrap .rolling_wraper{
    width: 100%;
    height: 280px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section3 .cont_wrap .rolling_wraper::before{
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 80px;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(255,255,255,100%), rgba(255,255,255,0)); 
}
.section3 .cont_wrap .rolling_wraper::after{
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    z-index: 1;
    background: linear-gradient(to top, rgba(255,255,255,100%), rgba(255,255,255,0)); 
}
.section3 .cont_wrap .rolling_wraper li{
    font-weight: normal;
    width: calc(100% - 116px);
    height: 80px;
    padding: 0 20px;
    position: absolute;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 30px rgba(166, 169, 199, 22%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section3 .cont_wrap .rolling_wraper li dt{
    color: #1F2026;
}
.section3 .cont_wrap .rolling_wraper li dt b{
    color: #1B48F5;
}
.section3 .cont_wrap .rolling_wraper li p{
    font-size: 12px;
    color: #AFB0BF;
    padding: 3px 3px 0;
}
.section3 .cont_wrap .rolling_wraper li div{
    font-size: 12px;
    color: #fff;
    background: #EA4444;
    width: 38px;
    height: 20px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -10px;
}

/* s4 */
.section4{
    padding-top: 0;
    padding-bottom: 60px;
}
.section4 > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 60px;
}
.section4 > div:first-child{
   background: rgba(234, 235, 239, 1);
   padding-top: 52px;
}
.section4 > div:first-child .cont_wrap{
    padding-left: 84px;
}
.section4 > div:first-child .cont_wrap img{
    max-width: 222px;
    width: 100%;
}
.section4 > div:first-child .text_wrap{
    padding-right: 67px;
}
.section4 > div:last-child{
    background: linear-gradient(to bottom, rgba(234, 235, 239, 1), rgba(234, 235, 239, 0));
}
.section4 > div:last-child .cont_wrap{
    padding-right: 90px;
}
.section4 > div:last-child .cont_wrap img{
    max-width: 249px;
    width: 100%;
}
.section4 > div:last-child .text_wrap{
    padding-left: 60px;
}

/* modal */
.page_modal .modal_inner{
    max-width: 234px;
    width: calc(100% - 32px);
}
.page_modal .modal_inner .modal_btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}
.page_modal .modal_inner .modal_btn > div{
    width: calc(50% - 5px);
    height: 42px;
    background: #E9EAEA;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
}
.page_modal .modal_inner .modal_btn > div a{
    background: #165FFF;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* below 720 */
@media screen and (max-width: 720px){

    .text_wrap > div{
        font-size: 24px;
    }
    .section1{
        padding-left: 32px;
        padding-right: 32px;
    }
    .section2 .text_wrap,
    .section4 > div:last-child .cont_wrap{
        padding-right: 32px;
    }
    .section3 .text_wrap,
    .section4 > div:first-child .cont_wrap,
    .section4 > div:last-child .text_wrap{
        padding-left: 32px;
    }
    .section3 .cont_wrap .rolling_wraper li{
        width: calc(100% - 80px);
    }
    .section4 > div:first-child .text_wrap{
        padding: 0 32px 0 16px;
    }
    
}


/* below 540 */
@media screen and (max-width: 540px){

    section{
        flex-direction: column;
        align-items: center;
    }
    .text_wrap{
        width: 100%;
    }
    .text_wrap > p{
        padding-top: 8px;
    }
    .cont_wrap{
        margin-top: 36px;
        padding: 0 !important;
    }
    .section1,
    .section2,
    .section3{
        padding: 32px 16px;
    }
    .section1 .cont_wrap{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .section1 .cont_wrap > div{
        width: 55%;
    }
    .section1 .cont_wrap > div:first-child{
        margin-left: 0;
    }
    .section1 .cont_wrap > div:last-child{
        margin-left: 45%;
    }
    .section2,
    .section4 > div:first-child{
        flex-direction: column-reverse;
    }
    .section1 .cont_wrap > div > div,
    .section2 .text_wrap,
    .section3 .text_wrap{
        padding: 0;
    }
    .section2 .text_wrap > div br{
        display: none;
    }
    .section2 .cont_wrap{
        width: 100%;
    }
    .section3 .cont_wrap{
        width: 100%;
    }
    .section3 .cont_wrap .rolling_wraper{
        width: calc(100% + 32px);
        margin: 0 -16px;
    }
    .section3 .cont_wrap .rolling_wraper li{
        width: calc(100% - 72px);
    }
    .section4 > div{
        display: flex;
        flex-direction: column;
        padding-bottom: 32px;
    }
    .section4 > div:first-child{
        padding: 36px 16px;
    }
    .section4 > div:first-child .text_wrap{
        padding: 0;
    }


}