.content {
    width: 1164px;
    margin: auto;
    padding: 15px 0 0 0;
    font-family: "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€", "5FAE8EDF6B639ED19AD4", "Microsoft JhengHei", "PingFang TC", "Hiragino Sans CNS", sans-serif;
}

.lp_content {
    background: #ffffcd;
    padding-bottom: 50px;
}

.main {
    margin: -2px auto 0 auto;
    display: flex;
    padding: 2rem 3rem;
    gap: 3rem;
    flex-direction: row;
    align-items: flex-start;
}

.mainimg {
    width: 100%;
    height: auto;
    border-bottom: #dbdaae solid 12px;
}

.mainimg_1 {
    width: 42%;
    height: auto;
    border: #fff solid 10px;
    box-sizing: border-box;
}

.maintxt {
    flex: 1;
}

.blur {
    box-shadow: 0 0 50px 12px rgb(255 255 255);
    background: #fff;
}

.pdf_div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.txt {
    font-size: 1.9rem;
    text-align: center;
    line-height: 52px;
    font-weight: bold;
    padding: 20px 0;
    margin-bottom: 51px;
}

.pdfbutton {
    margin-bottom: 34px;
}

.pdfbutton p {
    line-height: 34px;
}

.btn_right_1,
.btn_right_2 {
    position: relative;
    margin-right: 84px;
}

.btn_1 {
    background: #cc4e00;
    padding: 10px 10px 10px 30px;
    border-radius: 8px;
}

.btn_right_1::after {
    content: "";
    background: url(../img/a3.png) no-repeat;
    background-size: 100% auto;
    width: 69px;
    height: 96px;
    position: absolute;
    right: -86px;
    top: -6px;
}

.btn_right_1:hover {
    background: -moz-linear-gradient(top, #f87a2c 0%, #cc4e00 100%);
    background: -webkit-linear-gradient(top, #f87a2c 0%, #cc4e00 100%);
}


.btn_1 a {
    margin: 0;
    width: 303px;
    height: 67px;
    background: url(../img/PDF.png) right 0px top 10px no-repeat;
    background-size: 15%;
    font-size: 28px;
    font-weight: bold;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: left;
    text-decoration: none;
    border-radius: 8px;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .5));
}

.btn_1 a:hover {
    text-decoration: none !important;
    color: #fff !important;
}

.btn_2 {
    background: #e70c6a;
    padding: 10px 10px 10px 30px;
    border-radius: 8px;
}

.btn_right_2::after {
    content: "";
    background: url(../img/a4.png);
    background-size: 100% auto;
    width: 69px;
    height: 103px;
    position: absolute;
    right: -86px;
    top: -6px;
}

.btn_right_2:hover {
    background: -moz-linear-gradient(top, #fc4493 0%, #e70c6a 100%);
    background: -webkit-linear-gradient(top, #fc4493 0%, #e70c6a 100%);
}


.btn_2 a {
    margin: 0;
    width: 303px;
    height: 67px;
    background: url(../img/PDF.png) right 0px top 10px no-repeat;
    background-size: 15%;
    font-size: 28px;
    font-weight: bold;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: left;
    text-decoration: none;
    border-radius: 8px;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .5));
}

.btn_2 a:hover {
    text-decoration: none !important;
    color: #fff !important;
}


.text_div,
.text_div2 {
    width: 250px;
    text-align: center;
    display: block;
    line-height: 28px;
}

.small_text,
.small_text2 {
    font-size: 16px;
}

.big_text,
.big_text2 {
    font-size: 28px;
}

.whitebox {
    margin: 0 3rem;
    background: #fff;
    padding: 2rem 3rem;
    flex: 1;
}

.box3_div {
    width: 100%;
    text-align: left;
    line-height: 28px;
    color: #BB5811;
    margin-top: 20px;
    margin-bottom: 10px;
}

.box3_small_text {
    font-size: 26px;
    font-weight: 600;
}

.box3_big_text {
    font-size: 58px;
    font-weight: 600;
}

.img100 {
    width: 100%;
    height: auto;
}

.img70 {
    width: 70%;
    height: auto;
}

.box4_div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.box4_div .box4 {
    padding: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.box4_title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.box4_title div {
    background: #CB4E0B;
    padding: 7px;
    border-radius: 5px;
    color: #fff;
    margin-right: 10px;
    white-space: nowrap;
}

.box4_title p {
    font-weight: bold;
    line-height: normal;
    font-size: 1.1rem;
}

.bottom_btn_div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    justify-items: center;
    margin: 32px 8rem 0 8rem;
}

.bottom_btn_div div {
    text-align: center;
}

.bottom_btn_div div p {
    margin-top: 10px;
}

.phone_only {
    display: none;
}

.btn_right_3,
.btn_right_4 {
    position: relative;
}

.btn_3 {
    background: #cc4e00 center;
    padding: 10px 10px 10px 30px;
    border-radius: 8px;
    cursor: pointer;
}

.btn_right_3::after {
    content: "";
    position: absolute;
    right: -86px;
    top: -6px;
}

.btn_right_3:hover {
    background: -moz-linear-gradient(top, #f87a2c 0%, #cc4e00 100%);
    background: -webkit-linear-gradient(top, #f87a2c 0%, #cc4e00 100%);
}


.btn_3 a {
    margin: 0;
    width: 303px;
    height: 67px;
    background: url(../img/PDF.png) right 0px top 10px no-repeat;
    background-size: 15%;
    font-size: 28px;
    font-weight: bold;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: left;
    text-decoration: none;
    border-radius: 8px;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .5));
}

.btn_3 a:hover {
    text-decoration: none !important;
    color: #fff !important;
}

.btn_4 {
    background: #e70c6a center;
    padding: 10px 10px 10px 30px;
    border-radius: 8px;
    cursor: pointer;
}

.btn_right_4::after {
    content: "";
    position: absolute;
    right: -86px;
    top: -6px;
}

.btn_right_4:hover {
    background: -moz-linear-gradient(top, #fc4493 0%, #e70c6a 100%);
    background: -webkit-linear-gradient(top, #fc4493 0%, #e70c6a 100%);
}


.btn_4 a {
    margin: 0;
    width: 303px;
    height: 67px;
    background: url(../img/PDF.png) right 0px top 10px no-repeat;
    background-size: 15%;
    font-size: 28px;
    font-weight: bold;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: left;
    text-decoration: none;
    border-radius: 8px;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .5));
}

.btn_4 a:hover {
    text-decoration: none !important;
    color: #fff !important;
}

@media only screen and (max-width: 768px) {
    .screen_only {
        display: none;
    }

    .phone_only {
        display: block;
    }

    .content {
        width: calc(100% - 20px);
        padding: 5px 10px 45px 10px;
    }

    .breadcrumbs {
        margin: 15px auto 20px;
        width: 92vw;
    }

    .content h1 {
        margin: 0 auto;
        width: 92vw;
    }

    .main {
        display: flex;
        flex-direction: column;
        padding: 1rem;
        gap: 1.5rem;
    }

    .txt_phone {
        font-size: 4vw;
        text-align: center;
        line-height: normal;
        font-weight: bold;
        margin: auto;
    }

    .pdfbutton {
        text-align: center;
        margin-bottom: 22px;
    }

    .pdfbutton p {
        text-align: left;
        font-size: 3.8vw;
    }

    .bottom0 p {
        font-size: 3.8vw;
    }



    .mainimg_1 {
        width: 100%;
    }

    .maintxt {
        width: 100%
    }

    .box4_title p {
        line-height: 19px;
        font-size: 1.1rem;
    }

    .bottom_btn_div {
        grid-template-columns: 1fr;
        display: grid;
        align-content: stretch;
        margin: 30px 0 0 0;
    }

    .box4_div {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .whitebox {
        padding: 1rem;
        margin: 1rem;
    }

    .img70 {
        width: 100%;
    }

    .bottom_btn_div div {
        display: block;
        margin: auto;
    }

    .box4_div .box4 {
        padding: 15px 0 0 0;
    }

    .btn_right_1,
    .btn_right_2 {
        position: relative;
        margin-right: 64px;
    }

    .btn_right_1::after {
        content: "";
        background-size: auto 100%;
        background: #CC4E00;
        background: -moz-linear-gradient(top, #CC4E00 0%, #CC3400 100%);
        background: -webkit-linear-gradient(top, #CC4E00 0%, #CC3400 100%);
        background: url(../img/a3.png) no-repeat;
        background-size: 81%;
        width: 65px;
        height: 71px;
        right: -78px;
        top: -6px;
    }

    .btn_1 a {
        margin: 0;
        width: 181px;
        height: 40px;
        background: url(../img/PDF.png) right 0px top 5px no-repeat;
        background-size: 15%;
        font-size: 28px;
        font-weight: bold;
        color: #fff !important;
        display: flex;
        align-items: center;
        justify-content: left;
        text-decoration: none;
        border-radius: 8px;
        filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .5));
    }

    .btn_1 a:hover {
        text-decoration: none !important;
        color: #fff !important;
    }

    .btn_right_2::after {
        content: "";
        background-size: auto 100%;
        background: #E70C6A;
        background: -moz-linear-gradient(top, #E70C6A 0%, #B60241 100%);
        background: -webkit-linear-gradient(top, #E70C6A 0%, #B60241 100%);
        background: url(../img/a4.png) no-repeat;
        background-size: 81%;
        width: 65px;
        height: 75px;
        right: -78px;
        top: -6px;
    }

    .btn_2 a {
        margin: 0;
        width: 181px;
        height: 40px;
        background: url(../img/PDF.png) right 0px top 5px no-repeat;
        background-size: 15%;
        font-size: 28px;
        font-weight: bold;
        color: #fff !important;
        display: flex;
        align-items: center;
        justify-content: left;
        text-decoration: none;
        border-radius: 8px;
        filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .5));
    }

    .btn_2 a:hover {
        text-decoration: none !important;
        color: #fff !important;
    }

    .btn_1,
    .btn_2,
    .btn_3,
    .btn_4 {
        max-width: 260px;
    }

    .box4_title {
        display: flex;
        align-items: flex-start;
    }

    .text_div {
        width: 80%;
        text-align: center;
        display: block;
        line-height: 6vw;
    }

    .small_text {
        font-size: 3.5vw;
    }

    .big_text {
        font-size: 4.5vw;
        ;
    }

    .box3_div {
        width: 100%;
        text-align: left;
        line-height: 1.2;
        color: #BB5811;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .box3_small_text {
        font-size: 4vw;
        font-weight: 600;
    }

    .box3_big_text {
        font-size: 8vw;
        font-weight: 600;
    }

    .btn_right_3,
    .btn_right_4 {
        position: relative;
    }

    .btn_3 {
        background: #CC4E00 center;
        padding: 10px 10px 10px 10px;
        border-radius: 8px;
        cursor: pointer;
    }

    .btn_right_3::after {
        content: "";
        background: #CC4E00;
        background: -moz-linear-gradient(top, #CC4E00 0%, #CC3400 100%);
        background: -webkit-linear-gradient(top, #CC4E00 0%, #CC3400 100%);
        background: linear-gradient(to bottom, #CC4E00 0%, #CC3400 100%);
        position: absolute;
        right: -86px;
        top: -6px;
    }

    .btn_right_3:hover {
        background: -moz-linear-gradient(top, #CC3400 0%, #CC4E00 100%);
        background: -webkit-linear-gradient(top, #CC3400 0%, #CC4E00 100%);
    }


    .btn_3 a {
        margin: 0;
        width: 250px;
        height: 52px;
        background: url(../img/PDF.png) right 0px top 5px no-repeat;
        background-size: 15%;
        font-size: 28px;
        font-weight: bold;
        color: #fff !important;
        display: flex;
        align-items: center;
        justify-content: left;
        text-decoration: none;
        border-radius: 8px;
        filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .5));
    }

    .btn_3 a:hover {
        text-decoration: none !important;
        color: #fff !important;
    }

    .btn_4 {
        background: #E70C6A center;
        padding: 10px 10px 10px 10px;
        border-radius: 8px;
        cursor: pointer;
    }

    .btn_right_4::after {
        content: "";
        background: #E70C6A;
        background: -moz-linear-gradient(top, #E70C6A 0%, #B60241 100%);
        background: -webkit-linear-gradient(top, #E70C6A 0%, #B60241 100%);
        background: linear-gradient(to bottom, #E70C6A 0%, #B60241 100%);
        position: absolute;
        right: -86px;
        top: -6px;
    }

    .btn_right_4:hover {
        background: -moz-linear-gradient(top, #B60241 0%, #E70C6A 100%);
        background: -webkit-linear-gradient(top, #B60241 0%, #E70C6A 100%);
    }


    .btn_4 a {
        margin: 0;
        width: 250px;
        height: 52px;
        background: url(../img/PDF.png) right 0px top 5px no-repeat;
        background-size: 15%;
        font-size: 28px;
        font-weight: bold;
        color: #fff !important;
        display: flex;
        align-items: center;
        justify-content: left;
        text-decoration: none;
        border-radius: 8px;
        filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .5));
    }

    .btn_4 a:hover {
        text-decoration: none !important;
        color: #fff !important;
    }

    .text_div2 {
        width: 80%;
        text-align: center;
        display: block;
        line-height: 6vw;
        margin-left: 10px;
    }

    .small_text2 {
        font-size: 3.5vw;
    }

    .big_text2 {
        font-size: 6vw;
        ;
    }
}

@media only screen and (max-width: 576px) {
    .txt_phone {
        font-size: 5vw;
        text-align: left;
    }
}