@media (max-width: 767px)
{
    .banner-desc-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }


    .banner-desc-box-title {
        font-size: 30px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
    }

    .banner-desc-box-content {
        font-size: 16px;
        color: #FFFFF5;
    }

    .head-box {
        width: 100%;
        max-width: 1300px;
        padding: 30px 0 20px;
        margin: auto;
        border-bottom: 1px solid #DFE4EA;
    }

    .head-box h1{
        width: 100%;
        text-align: center;
        font-family: AvantGarde-Bold;
        font-size: 22px;
    }

    .head-box-title {
        font-family: SailecBold;
        font-size: 32px;
    }

    .head-box-title h1 {
        font-family: SailecBold;
        font-size: 32px;
    }

    .head-box-nav {
        margin-top: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #5a6a78;
    }

    .head-box-nav img {
        width: 17px;
        height: auto;
    }

    .head-box-subtitle {
        /*margin-top: 20px;*/
    }

    .body-box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        flex-direction: column;
        padding: 0 15px;
    }

    .body-box-left img {
        width: 100%;
        height: auto;
    }

    .body-box-right {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        margin-top: 20px;
    }

    .body-box-right-title {
        font-size: 25px;
        font-family: SailecBold;
    }

    .body-box-right-title h2 {
        font-size: 25px;
        font-family: SailecBold;

    }

    .body-box-right-desc {
        font-size: 16px;
        font-family: sailecRegular;
    }

    .down-btn {
        display: block;
        border-radius: 22.051px;
        background: #f39b29;
        padding: 10px 20px;
        color: #ffffff;
        border: 0;
        width: 200px;
        text-align: center;
        margin: 20px auto;
    }

    .down-btn:focus-visible{
        outline: none;
    }

    .down-btn:hover {
        background: #E96800;
        color: #ffffff;
    }

    .down-btn img {
        width: 10px;
        margin-right: 5px;
    }

    .dialog-bg {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9999;
    }

    .dialog {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #FFFFFF;
        width: 811px;
        border-radius: 12px;
        padding: 100px;
    }

    .dialog-title {
        font-size: 24px;
        font-family: SailecBold;
        text-align: center;
        width: 480px;
        margin: auto;
        padding-bottom: 20px;
    }

    .contact-box-right-form {
        width: 100%;
        max-width: 1300px;
        margin: auto;
    }

    .contact-box-right-form-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
    }

    .contact-box-right-form-row input {
        padding: 10px;
        border: 1px solid #ececec;
        border-radius: 5px;
        background: none;
    }

    .contact-box-right-form-row input::placeholder {
        color: #a0a0a0; /* 杩欓噷璁剧疆浣犳兂瑕佺殑棰滆壊 */
        font-size: 16px;
    }

    .width-50 {
        width: 48%;
    }

    .width-100 {
        width: 100%;
    }

    .contact-box-right-form-row textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #ececec;
        border-radius: 5px;
        background: #fafafa;
        height: 120px;
    }

    .contact-box-right-form-row textarea::placeholder {
        color: #a0a0a0; /* 杩欓噷璁剧疆浣犳兂瑕佺殑棰滆壊 */
        font-size: 16px;
    }

    .send-btn {
        width: 100%;
        border-radius: 12px;
        background: #fa6a0b;
        color: #fff;
        display: flex;
        justify-content: center;
        align-content: center;
        font-size: 20px;
        border: none;
        padding: 10px 0;
    }

    .dialog-close {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        width: 27px;
    }

    .dialog-close img {
        width: 100%;
        height: 100%;
    }

    .form-head {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: #f9f5ec;
        padding: 20px 15px;
    }

    .form-head h2{
        font-size: 22px;
    }

    .form-head p{
        margin: 0;
        padding: 0;
        text-align: center;
    }


    /*contact form style start*/
    .contact-box-right-form-row {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        padding: 10px 0;
        flex-direction: column;
    }

    .contact-box-right-form-row input {
        padding: 10px;
        border: 1px solid #ececec;
        border-radius: 5px;
        background: none;
        position: relative;
    }

    .width-50 {
        width: 48%;
    }

    .width-100 {
        width: 100%;
    }

    .contact-box-right-form-row textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #ececec;
        border-radius: 5px;
        background: none;
        height: 120px;
        position: relative;
    }

    .send-btn {
        width: 150px;
        height: 42px;
        border-radius: 8px;
        background: #f39b29;
        color: #fff;
        display: flex;
        justify-content: center;
        align-content: center;
        font-size: 16px;
        border: none;
        margin:auto;
    }

    .send-btn:hover {
        background: #E96800;
    }

    .contact-box-right-form-row input::placeholder {
        color: #a0a0a0; /* 杩欓噷璁剧疆浣犳兂瑕佺殑棰滆壊 */
        font-size: 16px;
    }

    .contact-box-right-form-row textarea::placeholder {
        color: #a0a0a0; /* 杩欓噷璁剧疆浣犳兂瑕佺殑棰滆壊 */
        font-size: 16px;
    }

    .contact-dialog-bg {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9999;
    }

    .contact-dialog {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #FFFFFF;
        width: 811px;
        border-radius: 12px;
        padding: 44px;
        z-index: 9999;
    }

    .contact-dialog-close {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        width: 27px;
    }

    .contact-dialog-close img {
        width: 100%;
        height: 100%;
    }

    #contact-submit {
        display: block;
        border-radius: 22.051px;
        background: #FB7306;
        padding: 10px 20px;
        color: #ffffff;
        border: 0;
        margin: auto;
        width: 200px;
    }

    #contact-closeBtn {
        display: block;
        border-radius: 22.051px;
        background: #FB7306;
        padding: 10px 20px;
        color: #ffffff;
        border: 0;
        margin: auto;
        width: 200px;
    }

    .contact-error-code {
        color: red;
        width: 397px;
        font-size: 14px;
        margin: 10px auto;
    }

    /*contact form style end*/

    .error-tips {
        position: absolute;
        color: red;
        font-size: 14px;
        left: 97px;
    }

    .subcribe-success {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 50%);
        z-index: 9999;
    }

    .subcribe-success-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        width: 400px;
    }

    .subcribe-success-title {
        font-size: 24px;
        font-weight: bold;
        color: #000;
        text-align: center;
    }

    .subcribe-success-text {
        font-size: 16px;
        color: #000;
        text-align: center;
        margin-top: 20px;
    }

    .subcribe-success-btn {
        display: block;
        border-radius: 22.051px;
        background: #FB7306;
        padding: 10px 20px;
        color: #ffffff;
        border: 0;
        margin: auto;
        width: 200px;
        margin-top: 20px;
        text-align: center;
        cursor: pointer;
    }

    .more-nav:hover a {
        background-color: #FB7306 !important;
        color: #ffffff !important;
    }

    .box-404 {
        width: 100%;
        max-width: 1300px;
        margin: 150px auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .head-title-404 {
        font-family: SailecBold;
        font-size: 40px;
    }

    .sub-title-404 {
        margin: 50px 0;
    }

    .btn-404 a {
        width: 150px;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn-404 img {
        width: 20px;
        margin-right: 5px;
    }

    .contactForm {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0 15px;
    }

    .form-box{
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) and (max-width: 1365px)
{
    .banner-desc-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }


    .banner-desc-box-title {
        font-size: 30px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
    }

    .banner-desc-box-content {
        font-size: 16px;
        color: #FFFFF5;
    }

    .head-box {
        width: 100%;
        max-width: 1300px;
        padding: 50px 0;
        margin: auto;
        border-bottom: 1px solid #DFE4EA;
    }

    .head-box h1{
        /*font-family: SailecBold;*/
        /*font-size: 40px;*/
        /*text-align: center;*/
        width: 100%;
        text-align: center;
        font-family: AvantGarde-Bold;
    }

    .head-box-title {
        font-family: SailecBold;
        font-size: 32px;
    }

    .head-box-title h1 {
        font-family: SailecBold;
        font-size: 32px;
    }

    .head-box-nav {
        margin-top: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #5a6a78;
    }

    .head-box-nav img {
        width: 17px;
        height: auto;
    }

    .head-box-subtitle {
        /*margin-top: 20px;*/
    }

    .body-box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        padding: 0 15px;
        gap: 20px;
    }

    .body-box-left{
        width: 50%;
    }

    .body-box-left img {
        width: 100%;
        height: auto;
    }

    .body-box-right {
        flex: 1;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }

    .body-box-right-title {
        font-size: 25px;
        font-family: SailecBold;
    }

    .body-box-right-title h2 {
        font-size: 25px;
        font-family: SailecBold;

    }

    .body-box-right-desc {
        font-size: 16px;
        font-family: sailecRegular;
        margin-top: 20px;
    }

    .down-btn {
        display: block;
        border-radius: 22.051px;
        background: #f39b29;
        padding: 10px 20px;
        color: #ffffff;
        border: 0;
        /* position: absolute; */
        /* bottom: 0; */
        margin-top: 50px;

        width: 200px;
        text-align: center;
    }

    .down-btn:focus-visible{
        outline: none;
    }

    .down-btn:hover {
        background: #E96800;
        color: #ffffff;
    }

    .down-btn img {
        width: 10px;
        margin-right: 5px;
    }

    .dialog-bg {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9999;
    }

    .dialog {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #FFFFFF;
        width: 811px;
        border-radius: 12px;
        padding: 100px;
    }

    .dialog-title {
        font-size: 24px;
        font-family: SailecBold;
        text-align: center;
        width: 480px;
        margin: auto;
        padding-bottom: 20px;
    }

    .contact-box-right-form {
        width: 100%;
        max-width: 1300px;
        margin: auto;
    }

    .contact-box-right-form-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
    }

    .contact-box-right-form-row input {
        padding: 10px;
        border: 1px solid #ececec;
        border-radius: 5px;
        background: none;
    }

    .contact-box-right-form-row input::placeholder {
        color: #a0a0a0; /* 杩欓噷璁剧疆浣犳兂瑕佺殑棰滆壊 */
        font-size: 16px;
    }

    .width-50 {
        width: 48%;
    }

    .width-100 {
        width: 100%;
    }

    .contact-box-right-form-row textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #ececec;
        border-radius: 5px;
        background: #fafafa;
        height: 120px;
    }

    .contact-box-right-form-row textarea::placeholder {
        color: #a0a0a0; /* 杩欓噷璁剧疆浣犳兂瑕佺殑棰滆壊 */
        font-size: 16px;
    }

    .send-btn {
        width: 100%;
        border-radius: 12px;
        background: #fa6a0b;
        color: #fff;
        display: flex;
        justify-content: center;
        align-content: center;
        font-size: 20px;
        border: none;
        padding: 10px 0;
    }

    .dialog-close {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        width: 27px;
    }

    .dialog-close img {
        width: 100%;
        height: 100%;
    }

    .form-head {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: #f9f5ec;
        height: 200px;
    }


    /*contact form style start*/
    .contact-box-right-form-row {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        padding: 0 0 10px;
        flex-direction: column;
    }

    .contact-box-right-form-row input {
        padding: 10px;
        border: 1px solid #ececec;
        border-radius: 5px;
        background: none;
        position: relative;
    }

    .width-50 {
        width: 48%;
    }

    .width-100 {
        width: 100%;
    }

    .contact-box-right-form-row textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #ececec;
        border-radius: 5px;
        background: none;
        height: 120px;
        position: relative;
    }

    .send-btn {
        width: 150px;
        height: 42px;
        border-radius: 8px;
        background: #f39b29;
        color: #fff;
        display: flex;
        justify-content: center;
        align-content: center;
        font-size: 16px;
        border: none;
        margin:auto;
    }

    .send-btn:hover {
        background: #E96800;
    }

    .contact-box-right-form-row input::placeholder {
        color: #a0a0a0; /* 杩欓噷璁剧疆浣犳兂瑕佺殑棰滆壊 */
        font-size: 16px;
    }

    .contact-box-right-form-row textarea::placeholder {
        color: #a0a0a0; /* 杩欓噷璁剧疆浣犳兂瑕佺殑棰滆壊 */
        font-size: 16px;
    }

    .contact-dialog-bg {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9999;
    }

    .contact-dialog {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #FFFFFF;
        width: 811px;
        border-radius: 12px;
        padding: 44px;
        z-index: 9999;
    }

    .contact-dialog-close {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        width: 27px;
    }

    .contact-dialog-close img {
        width: 100%;
        height: 100%;
    }

    #contact-submit {
        display: block;
        border-radius: 22.051px;
        background: #FB7306;
        padding: 10px 20px;
        color: #ffffff;
        border: 0;
        margin: auto;
        width: 200px;
    }

    #contact-closeBtn {
        display: block;
        border-radius: 22.051px;
        background: #FB7306;
        padding: 10px 20px;
        color: #ffffff;
        border: 0;
        margin: auto;
        width: 200px;
    }

    .contact-error-code {
        color: red;
        width: 397px;
        font-size: 14px;
        margin: 10px auto;
    }

    /*contact form style end*/

    .error-tips {
        position: absolute;
        color: red;
        font-size: 14px;
        left: 97px;
    }

    .subcribe-success {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 50%);
        z-index: 9999;
    }

    .subcribe-success-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        width: 400px;
    }

    .subcribe-success-title {
        font-size: 24px;
        font-weight: bold;
        color: #000;
        text-align: center;
    }

    .subcribe-success-text {
        font-size: 16px;
        color: #000;
        text-align: center;
        margin-top: 20px;
    }

    .subcribe-success-btn {
        display: block;
        border-radius: 22.051px;
        background: #FB7306;
        padding: 10px 20px;
        color: #ffffff;
        border: 0;
        margin: auto;
        width: 200px;
        margin-top: 20px;
        text-align: center;
        cursor: pointer;
    }

    .more-nav:hover a {
        background-color: #FB7306 !important;
        color: #ffffff !important;
    }

    .box-404 {
        width: 100%;
        max-width: 1300px;
        margin: 150px auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .head-title-404 {
        font-family: SailecBold;
        font-size: 40px;
    }

    .sub-title-404 {
        margin: 50px 0;
    }

    .btn-404 a {
        width: 150px;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn-404 img {
        width: 20px;
        margin-right: 5px;
    }

    .contactForm {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0 15px;
    }

    .form-box{
        margin-bottom: 50px;
    }
}

@media (min-width: 1366px)
{
    .banner-desc-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }


    .banner-desc-box-title {
        font-size: 30px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
    }

    .banner-desc-box-content {
        font-size: 16px;
        color: #FFFFF5;
    }

    .head-box {
        width: 100%;
        max-width: 1300px;
        padding: 80px 0;
        margin: auto;
        border-bottom: 1px solid #DFE4EA;
    }

    .head-box h1{
        /*font-family: SailecBold;*/
        /*font-size: 40px;*/
        /*text-align: center;*/
        width: 100%;
        text-align: center;
        font-family: AvantGarde-Bold;
    }

    .head-box-title {
        font-family: SailecBold;
        font-size: 32px;
    }

    .head-box-title h1 {
        font-family: SailecBold;
        font-size: 32px;
    }

    .head-box-nav {
        margin-top: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #5a6a78;
    }

    .head-box-nav img {
        width: 17px;
        height: auto;
    }

    .head-box-subtitle {
        /*margin-top: 20px;*/
    }

    .body-box {
        width: 100%;
        max-width: 1300px;
        margin: 80px auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

    .body-box-left img {
        width: 718px;
        height: auto;
    }

    .body-box-right {
        padding-left: 100px;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        /* height: 300px; */
    }

    .body-box-right-title {
        font-size: 25px;
        font-family: SailecBold;
    }

    .body-box-right-title h2 {
        font-size: 25px;
        font-family: SailecBold;

    }

    .body-box-right-desc {
        font-size: 16px;
        font-family: sailecRegular;
        margin-top: 20px;
    }

    .down-btn {
        display: block;
        border-radius: 22.051px;
        background: #f39b29;
        padding: 10px 20px;
        color: #ffffff;
        border: 0;
        /* position: absolute; */
        /* bottom: 0; */
        margin-top: 50px;
        cursor: pointer;
        width: 200px;
        text-align: center;
    }

    .down-btn:focus-visible{
        outline: none;
    }

    .down-btn:hover {
        background: #E96800;
        color: #ffffff;
    }

    .down-btn img {
        width: 10px;
        margin-right: 5px;
    }

    .dialog-bg {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9999;
    }

    .dialog {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #FFFFFF;
        width: 811px;
        border-radius: 12px;
        padding: 100px;
    }

    .dialog-title {
        font-size: 24px;
        font-family: SailecBold;
        text-align: center;
        width: 480px;
        margin: auto;
        padding-bottom: 20px;
    }

    .contact-box-right-form {
        width: 100%;
        max-width: 1300px;
        margin: auto;
    }

    .contact-box-right-form-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
    }

    .contact-box-right-form-row input {
        padding: 10px;
        border: 1px solid #ececec;
        border-radius: 5px;
        background: none;
    }

    .contact-box-right-form-row input::placeholder {
        color: #a0a0a0; /* 杩欓噷璁剧疆浣犳兂瑕佺殑棰滆壊 */
        font-size: 16px;
    }

    .width-50 {
        width: 48%;
    }

    .width-100 {
        width: 100%;
    }

    .contact-box-right-form-row textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #ececec;
        border-radius: 5px;
        background: #fafafa;
        height: 120px;
    }

    .contact-box-right-form-row textarea::placeholder {
        color: #a0a0a0; /* 杩欓噷璁剧疆浣犳兂瑕佺殑棰滆壊 */
        font-size: 16px;
    }

    .send-btn {
        width: 100%;
        border-radius: 12px;
        background: #fa6a0b;
        color: #fff;
        display: flex;
        justify-content: center;
        align-content: center;
        font-size: 20px;
        border: none;
        padding: 10px 0;
    }

    .dialog-close {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        width: 27px;
    }

    .dialog-close img {
        width: 100%;
        height: 100%;
    }

    .form-head {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: #f9f5ec;
        height: 200px;
    }


    /*contact form style start*/
    .contact-box-right-form-row {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        padding: 10px 0;
        flex-direction: column;
    }

    .contact-box-right-form-row input {
        padding: 10px;
        border: 1px solid #ececec;
        border-radius: 5px;
        background: none;
        position: relative;
    }

    .width-50 {
        width: 48%;
    }

    .width-100 {
        width: 100%;
    }

    .contact-box-right-form-row textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #ececec;
        border-radius: 5px;
        background: none;
        height: 120px;
        position: relative;
    }

    .send-btn {
        width: 150px;
        height: 42px;
        border-radius: 8px;
        background: #f39b29;
        color: #fff;
        display: flex;
        justify-content: center;
        align-content: center;
        font-size: 16px;
        border: none;
        margin:auto;
    }

    .send-btn:hover {
        background: #E96800;
    }

    .contact-box-right-form-row input::placeholder {
        color: #a0a0a0; /* 杩欓噷璁剧疆浣犳兂瑕佺殑棰滆壊 */
        font-size: 16px;
    }

    .contact-box-right-form-row textarea::placeholder {
        color: #a0a0a0; /* 杩欓噷璁剧疆浣犳兂瑕佺殑棰滆壊 */
        font-size: 16px;
    }

    .contact-dialog-bg {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9999;
    }

    .contact-dialog {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #FFFFFF;
        width: 811px;
        border-radius: 12px;
        padding: 44px;
        z-index: 9999;
    }

    .contact-dialog-close {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        width: 27px;
    }

    .contact-dialog-close img {
        width: 100%;
        height: 100%;
    }

    #contact-submit {
        display: block;
        border-radius: 22.051px;
        background: #FB7306;
        padding: 10px 20px;
        color: #ffffff;
        border: 0;
        margin: auto;
        width: 200px;
    }

    #contact-closeBtn {
        display: block;
        border-radius: 22.051px;
        background: #FB7306;
        padding: 10px 20px;
        color: #ffffff;
        border: 0;
        margin: auto;
        width: 200px;
    }

    .contact-error-code {
        color: red;
        width: 397px;
        font-size: 14px;
        margin: 10px auto;
    }

    /*contact form style end*/

    .error-tips {
        position: absolute;
        color: red;
        font-size: 14px;
        left: 97px;
    }

    .subcribe-success {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 50%);
        z-index: 9999;
    }

    .subcribe-success-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        width: 400px;
    }

    .subcribe-success-title {
        font-size: 24px;
        font-weight: bold;
        color: #000;
        text-align: center;
    }

    .subcribe-success-text {
        font-size: 16px;
        color: #000;
        text-align: center;
        margin-top: 20px;
    }

    .subcribe-success-btn {
        display: block;
        border-radius: 22.051px;
        background: #FB7306;
        padding: 10px 20px;
        color: #ffffff;
        border: 0;
        margin: auto;
        width: 200px;
        margin-top: 20px;
        text-align: center;
        cursor: pointer;
    }

    .more-nav:hover a {
        background-color: #FB7306 !important;
        color: #ffffff !important;
    }

    .box-404 {
        width: 100%;
        max-width: 1300px;
        margin: 150px auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .head-title-404 {
        font-family: SailecBold;
        font-size: 40px;
    }

    .sub-title-404 {
        margin: 50px 0;
    }

    .btn-404 a {
        width: 150px;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn-404 img {
        width: 20px;
        margin-right: 5px;
    }

    .contactForm {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .form-box{
        margin-bottom: 50px;
    }
}

.list-box{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 0 15px;
    width:100%;
    max-width: 1300px;
    margin: 50px auto;
}

@media (max-width: 768px) {
    .list-box{
        grid-template-columns: repeat(2, 1fr);
    }
}

.list-item:hover{
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.list-item{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.list-item-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-item-title h3{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #000;
}

.list-item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}