@media (min-width: 768px) {
    /* common */
    .pc_hidden {
        display: none !important;
    }

    body .yxygpj_section {
        font-size: 24px;
        color: #555555;
    }

    /* s1 */
    .yxygpj_section .s1 {
        padding: 100px 0;
        padding-bottom: 280px;
    }
    .yxygpj_section .s1 .imgtextbox .p_box {
        line-height: 45px;
        margin-top: 115px;
        margin-right: -25px;
    }

    .yxygpj_section .s1 .imgtextbox .p_box p {
        margin-bottom: 40px;
    }
    .yxygpj_section .s1 .imgtextbox .p_box p:nth-child(2) {
        width: 90%;
    }
    .yxygpj_section .s1 .imgtextbox img {
        width: 645px;
    }

    .yxygpj_section .s1 .ordera {
        font-size: 32px;
        width: 480px;
        padding-left: 240px;
        height: 70px;
    }
    .yxygpj_section .s1 .ordera span {
        left: -2px;
        width: 185px;
        padding: 10px 0;
        text-align: center;
    }

    /* s2 */

    .yxygpj_section .s2 {
        margin-top: -200px;
        padding-top: 250px;
        padding-bottom: 305px;
    }

    .yxygpj_section h2 {
        font-size: 40px;
        font-weight: 900;
    }

    .yxygpj_section .s2 ul {
        margin-top: 110px;
    }
    .yxygpj_section .s2 ul li {
        border-radius: 30px;
        margin: 50px 0 0;
        padding: 105px 50px 30px 50px;
    }

    .yxygpj_section .s2 ul li h3 {
        font-size: 30px;
        padding: 10px 90px;
        top: 20px;
        border-radius: 0px 100px 100px 0px;
    }

    .yxygpj_section .s2 ul li img {
        width: 205px;
        margin-right: 50px;
    }
    .yxygpj_section .s2 ul li p {
        margin-bottom: 47px;
    }
    .yxygpj_section .s2 a {
        font-size: 32px;
        font-weight: 900;
        width: 570px;
        height: 70px;
        padding-left: 40px;
    }
    .yxygpj_section .s2 a span {
        right: -2px;
        width: 185px;
        padding: 10px 0;
        text-align: center;
    }

    .yxygpj_section .s2 ul li:nth-child(3) {
        margin: 100px 0;
        margin-top: 140px;
        /* padding-left: 500px; */
        /* padding-top: 90px; */
        /* padding-bottom: 90px; */
        height: auto;
        flex-wrap: wrap;
        margin-left: 30px;
        padding: 90px 66px;
    }

    .yxygpj_section .s2 ul li:nth-child(3) img {
        top: -140px;
        height: 530px;
        width: auto;
        position: absolute;
        left: -30px;
    }
    .yxygpj_section .s2 ul li:nth-child(3) a {
        width: 530px;
    }
    .yxygpj_section .s2 ul li:nth-child(3) a span {
        width: 330px;
    }
    .yxygpj_section .s2 ul li:nth-child(3) p {
        margin-bottom: 51px;
        line-height: 180%;
    }
    .yxygpj_section .s2 ul li:nth-child(3) .page-oldlistitem{
        padding-left: 450px;
    }
    .yxygpj_section .s2 ul li:nth-child(3) h2{
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 60px 0;
    }
    .yxygpj_section .s2 ul li:nth-child(3) h2 img{
        width: auto;
        height: auto;
        position: initial;
        margin-right: 0;
    }
    .yxygpj_section .s2 ul li:nth-child(3) .page-newNavs{
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .yxygpj_section .s2 ul li:nth-child(3) .page-newNavs .page-newNavs-in{
        display: flex;
        position: relative;
        display: flex;
        align-items: flex-start;
    }
    .yxygpj_section .s2 ul li:nth-child(3) .page-newNavs .page-newNavs-in img{
        position: initial;
        width: initial;
        height: auto;
        margin-right: 0;
        cursor: pointer;
    }
    .page-newNavs-in-hover{
        position: absolute;
        top: 100%;
        left: 50%;
        z-index: 20;
        transform: translateX(-50%);
        display: flex;
        border-radius: 55px;
        background: #FFF;
        height: 420px;
        align-items: center;
        display: none;
    }
   
    .page-newNavs-in-hover::after{
        content: '';
        top: -38px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border: 20px solid;
        border-color: transparent transparent #fff transparent;
        display: inline-block;
        position: absolute;
    }
    .page-newNavs-in:hover .page-newNavs-in-hover{
        display: flex;
    }
    .page-newNavs-in-hover>div{
        min-width: 412px;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }
    .page-newNavs-in-hover>div:not(:last-child)::after{
        content: '';
        width: 1px;
        height: 244px;
        display: inline-block;
        background: #ABA2A2;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .page-newNavs-in-hover p{
        margin-bottom: 30px !important;
        font-size: 30.41px;
    }
    .page-newNavs-in-hover .textLink{
        width: max-content !important;
        border: 3px solid #00B7EE !important;
        border-radius: 30px !important;
        color: #00B7EE !important;
        font-family: "Noto Sans HK" !important;
        font-size: 30px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: normal !important;
        padding: 6px 22px !important;
        height: auto !important;
        letter-spacing: 5.627px !important;
        text-align: center;
        transition: all .3s;
    }
    .page-newNavs-in-hover .textLink:hover{
        background: #00B7EE !important;
        color: #fff !important;
    }
    .page-newNavs-in .imgLink{
        width: max-content !important;
        border: none !important;
        border-radius: none !important;
        color: #00B7EE !important;
        font-family: "Noto Sans HK" !important;
        font-style: normal !important;
        line-height: normal !important;
        padding: 0 !important;
        height: auto !important;
        text-align: center;
        transition: all .3s;
    }
    .page-newNavs-in-hover-2 div{
        height: 300px;
        justify-content: flex-end;
    }
    .page-newNavs-in-hover-2>div:nth-child(1)>img{
        width: 35% !important;
    }
    .page-newNavs-in-hover-2 p{
        /* height: ; */
        margin-top: 30px;
    }
    .news2link{
        width: auto !important;
        background-color: #fff;
    }
    .news2link>span{
        position: initial !important;
        width: auto !important;
        padding: 10px 30px !important;
        margin-left: 30px;
    }
    .page-newNavs2{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .page-newNavs2-in{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        border-radius: 42px;
        background: #FFF;
        min-width: 282px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        padding: 60px 0 22px;
        margin: 19px 0;
    }
    .page-newNavs2-in p{
        width: 100%;
        text-align: center;
        margin-bottom: 24px !important;
        margin-top: 19px !important;
        color: #555;
        font-family: "Noto Sans HK";
        font-size: 30.41px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .page-newNavs2-in img{
        width: initial !important;
        height: 151px;
        margin-right: 0 !important;
    }
    .page-newNavs2-in a{
        width: auto !important;
        border: none !important;
        border-radius: 7.402px !important;
        background: #3D69AE !important;
        color: #fff !important;
        font-family: "Noto Sans HK" !important;
        font-size: 22.509px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: normal !important;
        padding: 6px 22px !important;
        height: auto !important;
        letter-spacing: 5.627px !important;
    }
    .page-newNavs2-in a:hover{
        background: #77a1e4 !important;
    }
    .yxygpj_section .s2 .lastlink {
        width: 440px;
        margin-top: 57px;
    }

    .yxygpj_section .s2 .lastlink span {
    }

    /* s3 */
    .yxygpj_section .s3 {
        padding-top: 150px;
        text-align: center;
        padding-bottom: 150px;
    }

    .yxygpj_section .s3 .preface {
        margin-top: 100px;
        padding: 30px 50px;
        margin-bottom: 60px;
    }
    .yxygpj_section .s3 .preface img {
        margin-right: 30px;
    }
    .yxygpj_section .s3 h3 {
        margin-top: 80px;
        margin-bottom: 70px;
        font-size: 36px;
        padding: 20px 60px;
        font-weight: 900;
    }
    .yxygpj_section .s3 .benefitlist li {
        width: 340px;
        border-radius: 40px;
    }
    .yxygpj_section .s3 .benefitlist li img {
        width: 340px;
        border-radius: 40px 40px 0 0;
    }

    .yxygpj_section .s3 .benefitlist li p {
        height: 150px;
        padding: 20px 30px;
        
    }

    .yxygpj_section .s3 .risk li{
        width: 285px;
        margin: 30px 70px;
    }
    .yxygpj_section .s3 .risk li p{
        height: 105px;
    }
    .yxygpj_section .s3 .risk li  img {
        margin-bottom: 20px;
    }
    .pageffList{
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-start !important;
        padding-bottom: 53px !important;
    }
    .pageffList .content{
        flex: 1;

    }
    .pageffList h2{
        width: 100%;
        color: #00B7EE;
        font-family: "Noto Sans HK";
        font-size: 30.392px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        justify-content: flex-start;
        margin-top: 40px;
        /* -webkit-text-stroke: 5px #fff; */
        /* text-shadow: -5px -5px 0 #fff,   
        5px -5px 0 #fff,  
        -5px 5px 0 #ffff,  
        5px 5px 0 #fff;   */
        filter: drop-shadow(-3px 0 0 #fff)
        drop-shadow(3px 0 0 #fff)
        drop-shadow(0 -3px 0 #fff)
        drop-shadow(0 3px 0 #fff);
    }
}
