* {
    margin: 0;
    padding: 0;
}

a {
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}

html {
    overflow-x: hidden;
}
.banner_content_text {
    text-align: center;
}

@media (max-width: 990px) {
    html {
        font-size: 62.5%;
    }

    .container {
        width: 100%;
    }

    .banner_box {
        width: 100%;
        min-height: 340px;
        position: relative;
    }

    .banner_box img{
        width: 100%;
        display: block;
    }

    .banner_content {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .banner_content_title {
        max-width: 130px;
        font-size: 1.4rem;
        font-weight: bold;
        text-align: center;
        color: #FFF;
        opacity: 0.9;
    }

    .banner_content_text {
        max-width: 268px;
        font-size: 3.2rem;
        font-weight: bold;
        color: #FFFFFF;
        text-shadow: 0px 2px 80px 0px rgba(0,0,0,0.80);
        position: relative;
        z-index: 2;
        transition: all .5s;
    }

    .banner_content_text::after {
        content: "";
        width: 5.5rem;
        height: 5rem;
        /*background: url(/images/newHealthPolicy/axa_icon.png) no-repeat;*/
        background-size: cover;
        position: absolute;
        top: -8px;
        left: -35px;
        z-index: -1;
        transition: all .5s;
    }

    .contact_box {
        width: 156px;
        height: 42px;
        border: 3px solid #ffffff;
        font-size: 1.4rem;
        font-weight: bold;
        text-align: center;
        color: #FFF;
        line-height: 42px;
        text-decoration: none;
        transition: all .5s;
        overflow: hidden;
        position: relative;
        z-index: 2;
    }

    .contact_box::after {
        content: "";
        width: 100%;
        height: 0px;
        background: transparent;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1;
        transform: translate3d(-50%, -50%, 0) rotate(-45deg);
        transition: all .5s;
    }

    .contact_box:hover {
        color: #666;
    }

    .contact_box:hover::after {
        height: 300px;
        background: #FFF;
    }

    .product_box {
        width: 100%;
    }

    .box_container {
        width: 100%;
    }

    .product_one {
        width: 100%;
        padding: 50px 30px 80px;
        box-sizing: border-box;
        background: #C0C0C0;
    }

    .product_two {
        width: 100%;
        padding: 50px 30px 80px;
        box-sizing: border-box;
        background: #D3D3D3;
    }

    .product_item {
        width: 100%;
    }

    .text_box {
        display: flex;
        flex-direction: column;
    }

    .pt_text_1 {
        font-size: 1.8rem;
        color: #000000;
        line-height: 18px;
    }

    .pt_text_2 {
        font-size: 2.8rem;
        font-weight: Bold;
        color: #aa8c5a;
        line-height: 40px;
    }

    .pt_text_2_b {
        font-size: 2.8rem;
        font-weight: Bold;
        color: #aa8c5a;
        line-height: 40px;
    }

    .pt_text_3 {
        font-size: 2.8rem;
        font-weight: Bold;
        color: #fff;
        line-height: 40px;
    }

    .pt_text_4 {
        font-size: 1.8rem;
        text-align: justify;
        color: #ffffff;
        line-height: 28px;
    }

    .pt_text_5 {
        font-size: 1.2rem;
        color: #8b8b8b;
        line-height: 18px;
    }

    .pt_text_5_b {
        font-size: 1.2rem;
        color: #000;
        line-height: 18px;
    }

    .pt_text_6 {
        font-size: 1.8rem;
        text-align: justify;
        color: #000;
        line-height: 36px;
    }

    .pt_text_7 {
        font-size: 1.6rem;
        color: #424143;
        line-height: 24px;
    }

    .pt_text_8 {
        font-size: 1.2rem;
        color: #8b8b8b;
        line-height: 18px;
    }

    .pt_text_9 {
        font-size: 1.8rem;
        color: #000;
        line-height: 26px;
    }

    .pt_text_10 {
        font-size: 2.2rem;
        font-weight: Bold;
        text-align: left;
        color: #333333;
        line-height: 28px;
    }

    .pt_text_11 {
        font-size: 1.6rem;
        text-align: left;
        color: #333333;
        line-height: 24px;
    }

    .pt_text_12 {
        font-size: 1.4rem;
        text-align: left;
        color: #333333;
        line-height: 20px;
    }

    .pt_text_13 {
        font-size: 1.8rem;
        text-align: left;
        color: #AA8C5A;
        line-height: 28px;
    }

    .pt_text_14 {
        font-size: 2.4rem;
        text-align: left;
        font-weight: bold;
        color: #AA8C5A;
        line-height: 32px;
    }

    .error_text {
        color: #b31d25;
    }

    #email_error {
        color: #b31d25;
    }

    .fw_b {
        font-weight: bold;
    }

    .color_black {
        color: #000;
    }

    .pt_btn_1 {
        width: 100%;
        height: 50px;
        background: #FFF;
        font-size: 1.4rem;
        font-weight: bold;
        text-align: center;
        color: #c0c0c0;
        line-height: 50px;
        text-decoration: none;
        transition: all .5s;
        overflow: hidden;
        position: relative;
        display: block;
        z-index: 2;
        order: -2;
        -webkit-tap-highlight-color: transparent;
    }

    .pt_btn_1::after {
        content: "";
        width: 100%;
        height: 0px;
        background: transparent;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1;
        transform: translate3d(-50%, -50%, 0) rotate(-45deg);
        transition: all .5s;
    }

    .pt_btn_1:hover {
        color: #333;
    }

    .pt_btn_1:hover::after {
        height: 300px;
        background: #e6e6e6;
    }

    .pt_btn_2 {
        width: 100%;
        height: 50px;
        background: #A9A9A9;
        font-size: 1.4rem;
        font-weight: bold;
        text-align: center;
        color: #fff;
        line-height: 50px;
        text-decoration: none;
        transition: all .5s;
        overflow: hidden;
        position: relative;
        display: block;
        z-index: 2;
        order: -2;
        -webkit-tap-highlight-color: transparent;
    }

    .pt_btn_2::after {
        content: "";
        width: 100%;
        height: 0px;
        background: transparent;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1;
        transform: translate3d(-50%, -50%, 0) rotate(-45deg);
        transition: all .5s;
    }

    .pt_btn_2:hover::after {
        height: 300px;
        background: #000;
    }

    .introduce_box {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
    }

    .replenish_3 {
        background: linear-gradient(to right, #fffffd, #f5f3f4);
    }

    .introduce_container {
        width: 100%;
        padding: 50px 30px 200px;
        box-sizing: border-box;
    }

    .introduce_container_m {
        padding: 50px 30px 80px;
    }

    .layout_item {
        width: 100%;
    }

    .layout_left {
        width: 100%;
        box-sizing: border-box;
    }

    .layout_right {
        width: 100%;
    }

    .introduce_1 {
        background-image: url("/images/newHealthPolicy/introduce_1_m.png");
    }

    .introduce_2 {
        background-image: url("/images/newHealthPolicy/introduce_2_m.png");
    }

    .introduce_3 {
        background-image: url("/images/newHealthPolicy/introduce_3_m.png");
    }

    .introduce_4 {
        background-image: url("/images/newHealthPolicy/introduce_4_m.png");
    }

    .introduce_5 {
        background-image: url("/images/newHealthPolicy/introduce_5_m.png");
    }

    .introduce_6 {
        background-image: url("/images/newHealthPolicy/introduce_6_m.png");
    }

    .introduce_7 {
        background-image: url("/images/newHealthPolicy/introduce_7_m.png");
    }

    .card_box {
        width: auto;
        line-height: 28px;
        font-size: 1.8rem;
        color: #000000;
        margin-bottom: 20px;
        padding: 24px;
    }

    .card_box:nth-child(odd) {
        background: #C0C0C0;
    }

    .card_box:nth-child(even) {
        background: #D3D3D3;
    }

    .card_box:last-child {
        margin-bottom: 0px;
    }

    .contact_bg {
        width: 100%;
        position: relative;
    }

    .contact_bg img {
        width: 100%;
        display: block;
    }

    .download_item {
        width: 100%;
        padding: 15px ;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-decoration: none;
    }

    .download_item:nth-child(odd) {
        background: #F3F3F3;
    }

    .download_item:nth-child(even) {
        background: #E7E7E7;
    }

    .download_item img {
        width: 14px;
        margin-left: 6px;
    }

    .strong {
        font-size: 2rem;
        font-weight: Bold;
        color: #aa8c5a;
        line-height: 32px;
    }

    .mt_10 {
        margin-top: 10px;
    }

    .mt_20 {
        margin-top: 20px;
    }

    .mt_30 {
        margin-top: 30px;
    }

    .mt_40 {
        margin-top: 40px;
    }

    .mt_60 {
        margin-top: 60px;
    }

    .mt_90 {
        margin-top: 90px;
    }

    .mt_100 {
        margin-top: 100px;
    }

    .mt_150 {
        margin-top: 80px;
    }

    .mt_m_15 {
        margin-top: 15px;
    }

    .mt_m_20 {
        margin-top: 20px;
    }

    .mt_m_30 {
        margin-top: 30px;
    }

    .mt_m_40 {
        margin-top: 40px;
    }

    .mt_m_80 {
        margin-top: 80px;
    }

    .mb_40 {
        margin-bottom: 40px;
    }

    .mb_m_0 {
        margin-bottom: 0px;
    }

    .pl_20 {
        padding-left: 20px;
    }

    .pl_25 {
        padding-left: 25px;
    }

    .pl_m_0 {
        padding-left: 0px;
    }

    .pl_m_30 {
        padding-left: 30px;
    }

    .plr_m_30 {
        padding: 0 30px;
        box-sizing: border-box;
    }

    .pr_20 {
        padding-right: 20px;
    }

    .pb_12 {
        padding-bottom: 12px;
    }

    .pr_m_0 {
        padding-right: 0px;
    }

    .ta_l {
        text-align: left;
    }

    .color_strong_m {
        color: #aa8c5a;
    }

    .pc_visible {
        display: none!important;
    }

    .pc_flex_visible {
        display: none!important;
    }

    .mobile_visible {
        display: block!important;
    }
}

@media (min-width: 991px) and (max-width: 1400px) {
    html {
        font-size: 62.5%;
    }

    .container {
        width: 100%;
    }

    .banner_box {
        width: 100%;
        min-height: 396px;
        position: relative;
    }

    .banner_box img{
        width: 100%;
        display: block;
    }

    .banner_content {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .banner_content_title {
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        color: #FFF;
        opacity: 0.9;
    }

    .banner_content_text {
        max-width: 910px;
        font-size: 8rem;
        font-weight: bold;
        color: #FFFFFF;
        text-shadow: 0px 2px 80px 0px rgba(0,0,0,0.80);
        position: relative;
        z-index: 2;
        transition: all .5s;
    }

    .banner_content_text::after {
        content: "";
        width: 14.5rem;
        height: 13rem;
        background: url("/images/newHealthPolicy/axa_icon.png") no-repeat;
        background-size: cover;
        position: absolute;
        top: -25px;
        left: -85px;
        z-index: -1;
        transition: all .5s;
    }

    .contact_box {
        width: 240px;
        height: 60px;
        border: 4px solid #ffffff;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        color: #FFF;
        line-height: 60px;
        text-decoration: none;
        transition: all .5s;
        overflow: hidden;
        position: relative;
        z-index: 2;
    }

    .contact_box::after {
        content: "";
        width: 100%;
        height: 0px;
        background: transparent;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1;
        transform: translate3d(-50%, -50%, 0) rotate(-45deg);
        transition: all .5s;
    }

    .contact_box:hover {
        color: #666;
    }

    .contact_box:hover::after {
        height: 300px;
        background: #FFF;
    }

    .product_box {
        width: 100%;
        display: flex;
        position: relative;
    }

    .product_box::before {
        content: "";
        width: 50%;
        height: 100%;
        background: #C0C0C0;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }

    .product_box::after {
        content: "";
        width: 50%;
        height: 100%;
        background: #D3D3D3;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
    }

    .box_container {
        width: 940px;
        margin: 0 auto;
        padding: 80px 0;
        display: flex;
    }

    .product_one {
        flex: 1;

    }

    .product_two {
        flex: 1;
        display: flex;
        justify-content: flex-end;
    }

    .product_item {
        width: 400px;
    }

    .pt_text_1 {
        font-size: 22px;
        color: #000000;
        line-height: 22px;
    }

    .pt_text_2 {
        font-size: 48px;
        font-weight: Bold;
        color: #aa8c5a;
        line-height: 60px;
    }

    .pt_text_2_b {
        font-size: 48px;
        font-weight: Bold;
        color: #000;
        line-height: 60px;
    }

    .pt_text_3 {
        font-size: 48px;
        font-weight: Bold;
        color: #fff;
        line-height: 60px;
    }

    .pt_text_4 {
        font-size: 22px;
        text-align: justify;
        color: #ffffff;
        line-height: 36px;
    }

    .pt_text_5 {
        font-size: 12px;
        color: #8b8b8b;
        line-height: 18px;
    }

    .pt_text_5_b {
        font-size: 12px;
        color: #000;
        line-height: 18px;
    }

    .pt_text_6 {
        font-size: 22px;
        text-align: justify;
        color: #000;
        line-height: 48px;
    }

    .pt_text_7 {
        font-size: 16px;
        color: #424143;
        line-height: 24px;
    }

    .pt_text_8 {
        font-size: 14px;
        color: #8b8b8b;
        line-height: 20px;
    }

    .pt_text_9 {
        font-size: 18px;
        color: #000;
        line-height: 26px;
    }

    .pt_text_10 {
        font-size: 22px;
        font-weight: Bold;
        text-align: left;
        color: #333333;
        line-height: 28px;
    }

    .pt_text_11 {
        font-size: 16px;
        text-align: left;
        color: #333333;
        line-height: 24px;
    }

    .pt_text_12 {
        font-size: 18px;
        text-align: left;
        color: #333333;
        line-height: 24px;
    }

    .pt_text_13 {
        font-size: 18px;
        text-align: left;
        color: #AA8C5A;
        line-height: 28px;
    }

    .pt_text_14 {
        font-size: 36px;
        text-align: left;
        font-weight: bold;
        color: #AA8C5A;
        line-height: 36px;
    }

    .error_text {
        color: #b31d25;
    }

    #email_error {
        color: #b31d25;
    }

    .fw_b {
        font-weight: bold;
    }

    .color_black {
        color: #000;
    }

    .pt_btn_1 {
        width: 146px;
        height: 50px;
        background: #FFF;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        color: #c0c0c0;
        line-height: 50px;
        text-decoration: none;
        transition: all .5s;
        overflow: hidden;
        position: relative;
        display: block;
        z-index: 2;
    }

    .pt_btn_1::after {
        content: "";
        width: 100%;
        height: 0px;
        background: transparent;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1;
        transform: translate3d(-50%, -50%, 0) rotate(-45deg);
        transition: all .5s;
    }

    .pt_btn_1:hover {
        color: #333;
    }

    .pt_btn_1:hover::after {
        height: 200px;
        background: #e6e6e6;
    }

    .pt_btn_2 {
        width: 146px;
        height: 50px;
        background: #A9A9A9;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        color: #fff;
        line-height: 50px;
        text-decoration: none;
        transition: all .5s;
        overflow: hidden;
        position: relative;
        display: block;
        z-index: 2;
    }

    .pt_btn_2::after {
        content: "";
        width: 100%;
        height: 0px;
        background: transparent;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1;
        transform: translate3d(-50%, -50%, 0) rotate(-45deg);
        transition: all .5s;
    }

    .pt_btn_2:hover::after {
        height: 200px;
        background: #000;
    }

    .introduce_box {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .introduce_container {
        width: 940px;
        margin: 0 auto;
        padding: 80px 0;
    }

    .layout_item {
        width: 500px;
    }

    .layout_left {
        width: 50%;
        box-sizing: border-box;
    }

    .layout_right {
        width: 50%;
        margin-left: auto;
        display: flex;
        justify-content: flex-end;
        padding-left: 14px;
        box-sizing: border-box;
    }

    .introduce_1 {
        background-image: url("/images/newHealthPolicy/introduce_1.png");
    }

    .introduce_2 {
        background-image: url("/images/newHealthPolicy/introduce_2.png");
    }

    .introduce_3 {
        background-image: url("/images/newHealthPolicy/introduce_3.png");
    }

    .introduce_4 {
        background-image: url("/images/newHealthPolicy/introduce_4.png");
    }

    .introduce_5 {
        background-image: url("/images/newHealthPolicy/introduce_5.png");
    }

    .introduce_6 {
        background-image: url("/images/newHealthPolicy/introduce_6.png");
    }

    .introduce_7 {
        background-image: url("/images/newHealthPolicy/introduce_7.png");
    }

    .card_box {
        width: auto;
        line-height: 28px;
        font-size: 22px;
        color: #000000;
        margin-bottom: 24px;
        padding: 34px 40px;
    }

    .card_box:nth-child(odd) {
        background: #C0C0C0;
    }

    .card_box:nth-child(even) {
        background: #D3D3D3;
    }

    .card_box:last-child {
        margin-bottom: 0px;
    }

    .contact_bg {
        width: 100%;
        position: relative;
    }

    .contact_bg img {
        width: 100%;
        display: block;
    }

    .download_item {
        width: 100%;
        padding: 15px 57px 15px 15px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-decoration: none;
    }

    .download_item:nth-child(odd) {
        background: #F3F3F3;
    }

    .download_item:nth-child(even) {
        background: #E7E7E7;
    }

    .download_item img {
        width: 16px;
    }

    .strong {
        font-size: 26px;
        font-weight: Bold;
        color: #aa8c5a;
        line-height: 32px;
    }

    .bg_l {
        background-position: left;
    }

    .bg_r {
        background-position: right;
    }

    .mt_10 {
        margin-top: 10px;
    }

    .mt_20 {
        margin-top: 20px;
    }

    .mt_30 {
        margin-top: 30px;
    }

    .mt_40 {
        margin-top: 40px;
    }

    .mt_60 {
        margin-top: 60px;
    }

    .mt_90 {
        margin-top: 90px;
    }

    .mt_100 {
        margin-top: 100px;
    }

    .mt_150 {
        margin-top: 150px;
    }

    .mb_40 {
        margin-bottom: 40px;
    }

    .pl_20 {
        padding-left: 20px;
    }

    .pl_25 {
        padding-left: 25px;
    }

    .pr_20 {
        padding-right: 20px;
    }

    .pb_12 {
        padding-bottom: 12px;
    }

    .ta_l {
        text-align: left;
    }

    .pc_visible {
        display: block!important;
    }

    .pc_flex_visible {
        display: flex!important;
    }

    .mobile_visible {
        display: none!important;
    }

    .w_550 {
        width: 550px;
    }
}

@media (min-width: 1401px) {
    html {
        font-size: 62.5%;
    }

    .container {
        width: 100%;
    }

    .banner_box {
        width: 100%;
        min-height: 560px;
        position: relative;
    }

    .banner_box img{
        width: 100%;
        display: block;
    }

    .banner_content {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .banner_content_title {
        font-size: 32px;
        font-weight: bold;
        text-align: center;
        color: #FFF;
        opacity: 0.9;
    }

    .banner_content_text {
        max-width: 1140px;
        font-size: 10rem;
        font-weight: bold;
        color: #FFFFFF;
        text-shadow: 0px 2px 80px 0px rgba(0,0,0,0.80);
        position: relative;
        z-index: 2;
        transition: all .5s;
    }

    .banner_content_text::after {
        content: "";
        width: 18rem;
        height: 16.2rem;
        /*background: url("/images/newHealthPolicy/axa_icon.png") no-repeat;*/
        background-size: cover;
        position: absolute;
        top: -30px;
        left: -110px;
        z-index: -1;
        transition: all .5s;
    }

    .contact_box {
        width: 240px;
        height: 60px;
        border: 4px solid #ffffff;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        color: #FFF;
        line-height: 60px;
        text-decoration: none;
        transition: all .5s;
        overflow: hidden;
        position: relative;
        z-index: 2;
    }

    .contact_box::after {
        content: "";
        width: 100%;
        height: 0px;
        background: transparent;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1;
        transform: translate3d(-50%, -50%, 0) rotate(-45deg);
        transition: all .5s;
    }

    .contact_box:hover {
        color: #666;
    }

    .contact_box:hover::after {
        height: 300px;
        background: #FFF;
    }

    .product_box {
        width: 100%;
        display: flex;
        position: relative;
    }

    .product_box::before {
        content: "";
        width: 50%;
        height: 100%;
        background: #C0C0C0;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }

    .product_box::after {
        content: "";
        width: 50%;
        height: 100%;
        background: #D3D3D3;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
    }

    .box_container {
        width: 1140px;
        margin: 0 auto;
        padding: 80px 0;
        display: flex;
    }

    .product_one {
        flex: 1;

    }

    .product_two {
        flex: 1;
        display: flex;
        justify-content: flex-end;
    }

    .product_item {
        width: 504px;
    }

    .pt_text_1 {
        font-size: 22px;
        color: #000000;
        line-height: 22px;
    }

    .pt_text_2 {
        font-size: 48px;
        font-weight: Bold;
        color: #aa8c5a;
        line-height: 60px;
    }

    .pt_text_2_b {
        font-size: 48px;
        font-weight: Bold;
        color: #000;
        line-height: 60px;
    }

    .pt_text_3 {
        font-size: 48px;
        font-weight: Bold;
        color: #fff;
        line-height: 60px;
    }

    .pt_text_4 {
        font-size: 22px;
        text-align: justify;
        color: #ffffff;
        line-height: 36px;
    }

    .pt_text_5 {
        font-size: 12px;
        color: #8b8b8b;
        line-height: 18px;
    }

    .pt_text_5_b {
        font-size: 12px;
        color: #000;
        line-height: 18px;
    }

    .pt_text_6 {
        font-size: 22px;
        text-align: justify;
        color: #000;
        line-height: 48px;
    }

    .pt_text_7 {
        font-size: 16px;
        color: #424143;
        line-height: 24px;
    }

    .pt_text_8 {
        font-size: 14px;
        color: #8b8b8b;
        line-height: 20px;
    }

    .pt_text_9 {
        font-size: 18px;
        color: #000;
        line-height: 26px;
    }

    .pt_text_10 {
        font-size: 22px;
        font-weight: Bold;
        text-align: left;
        color: #333333;
        line-height: 28px;
    }

    .pt_text_11 {
        font-size: 16px;
        text-align: left;
        color: #333333;
        line-height: 24px;
    }

    .pt_text_12 {
        font-size: 18px;
        text-align: left;
        color: #333333;
        line-height: 24px;
    }

    .pt_text_13 {
        font-size: 18px;
        text-align: left;
        color: #AA8C5A;
        line-height: 28px;
    }

    .pt_text_14 {
        font-size: 36px;
        text-align: left;
        font-weight: bold;
        color: #AA8C5A;
        line-height: 36px;
    }

    .error_text {
        color: #b31d25;
    }

    #email_error {
        color: #b31d25;
    }

    .fw_b {
        font-weight: bold;
    }

    .color_black {
        color: #000;
    }

    .pt_btn_1 {
        width: 146px;
        height: 50px;
        background: #FFF;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        color: #c0c0c0;
        line-height: 50px;
        text-decoration: none;
        transition: all .5s;
        overflow: hidden;
        position: relative;
        display: block;
        z-index: 2;
    }

    .pt_btn_1::after {
        content: "";
        width: 100%;
        height: 0px;
        background: transparent;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1;
        transform: translate3d(-50%, -50%, 0) rotate(-45deg);
        transition: all .5s;
    }

    .pt_btn_1:hover {
        color: #333;
    }

    .pt_btn_1:hover::after {
        height: 200px;
        background: #e6e6e6;
    }

    .pt_btn_2 {
        width: 146px;
        height: 50px;
        background: #A9A9A9;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        color: #fff;
        line-height: 50px;
        text-decoration: none;
        transition: all .5s;
        overflow: hidden;
        position: relative;
        display: block;
        z-index: 2;
    }

    .pt_btn_2::after {
        content: "";
        width: 100%;
        height: 0px;
        background: transparent;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1;
        transform: translate3d(-50%, -50%, 0) rotate(-45deg);
        transition: all .5s;
    }

    .pt_btn_2:hover::after {
        height: 200px;
        background: #000;
    }

    .introduce_box {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .introduce_container {
        width: 1140px;
        margin: 0 auto;
        padding: 80px 0;
    }

    .layout_item {
        width: 500px;
    }

    .layout_left {
        width: 50%;
        box-sizing: border-box;
    }

    .layout_right {
        width: 50%;
        margin-left: auto;
        display: flex;
        justify-content: flex-end;
        padding-left: 90px;
        box-sizing: border-box;
    }

    .introduce_1 {
        background-image: url("/images/newHealthPolicy/introduce_1.png");
    }

    .introduce_2 {
        background-image: url("/images/newHealthPolicy/introduce_2.png");
    }

    .introduce_3 {
        background-image: url("/images/newHealthPolicy/introduce_3.png");
    }

    .introduce_4 {
        background-image: url("/images/newHealthPolicy/introduce_4.png");
    }

    .introduce_5 {
        background-image: url("/images/newHealthPolicy/introduce_5.png");
    }

    .introduce_6 {
        background-image: url("/images/newHealthPolicy/introduce_6.png");
    }

    .introduce_7 {
        background-image: url("/images/newHealthPolicy/introduce_7.png");
    }

    .card_box {
        width: auto;
        line-height: 28px;
        font-size: 22px;
        color: #000000;
        margin-bottom: 24px;
        padding: 34px 40px;
    }

    .card_box:nth-child(odd) {
        background: #C0C0C0;
    }

    .card_box:nth-child(even) {
        background: #D3D3D3;
    }

    .card_box:last-child {
        margin-bottom: 0px;
    }

    .contact_bg {
        width: 100%;
        position: relative;
    }

    .contact_bg img {
        width: 100%;
        display: block;
    }

    .download_item {
        width: 100%;
        padding: 15px 57px 15px 15px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-decoration: none;
    }

    .download_item:nth-child(odd) {
        background: #F3F3F3;
    }

    .download_item:nth-child(even) {
        background: #E7E7E7;
    }

    .download_item img {
        width: 16px;
    }

    .strong {
        font-size: 26px;
        font-weight: Bold;
        color: #aa8c5a;
        line-height: 32px;
    }

    .bg_l {
        background-position: left;
    }

    .bg_r {
        background-position: right;
    }

    .mt_10 {
        margin-top: 10px;
    }

    .mt_20 {
        margin-top: 20px;
    }

    .mt_30 {
        margin-top: 30px;
    }

    .mt_40 {
        margin-top: 40px;
    }

    .mt_60 {
        margin-top: 60px;
    }

    .mt_90 {
        margin-top: 90px;
    }

    .mt_100 {
        margin-top: 100px;
    }

    .mt_150 {
        margin-top: 150px;
    }

    .mb_40 {
        margin-bottom: 40px;
    }

    .pl_20 {
        padding-left: 20px;
    }

    .pl_25 {
        padding-left: 25px;
    }

    .pr_20 {
        padding-right: 20px;
    }

    .pb_12 {
        padding-bottom: 12px;
    }

    .ta_l {
        text-align: left;
    }

    .pc_visible {
        display: block!important;
    }

    .pc_flex_visible {
        display: flex!important;
    }

    .mobile_visible {
        display: none!important;
    }

    .w_550 {
        width: 550px;
    }
}
.contact_center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.menu_lever2_content{
    width: 50%;
}
.menu_lever2_content .banner_content_text{
    font-size: 3.6rem;
}
.menu_lever2_content .banner_content_text::after {
    width: 7.6rem;
    height: 6.8rem;
    top: -22px;
    left: -48px;
}

.mark_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0.6;
    background: #000000;
    z-index: -3;
    display: none;
}
