/* block 2 */
                    .faq {
                        width: 100vw;
                        text-align: center;
                        margin-bottom: 24px;
                    }
                    .faq-warp {
                        width: 1260px;
                        margin: 0 auto;
                    }
                    .faq-title {
                        margin-top: 80px;
                        margin-bottom: 40px;
                        font-size: 36px;
                        line-height: 1.3;
                        font-weight: 600;
                    }
                    .faq-search {
                        height: 80px;
                        background: #fff;
                        border: 1px solid #E9E9E9;
                        margin-bottom: 40px;
                        font-size: 24px;
                        line-height: 80px;
                        width: 100%;
                        border-radius: 24px;
                        text-align: center;
                    }
                    .faq-search::placeholder {
                        color: #999;
                        opacity: 1; /* Firefox默认较低需要重置 */
                    }
                        
                    /* 兼容旧版Edge/IE */
                    .faq-search:-ms-input-placeholder {
                        color: #999;
                    }

                    /* 兼容Safari/iOS */
                    .faq-search::-webkit-input-placeholder {
                        color: #999;
                    }
                    .faq-desc {
                        font-size: 18px;
                        line-height: 24px;
                        margin-bottom: 40px;
                        opacity: 0.6;
                    }
                    .faq-types {
                        padding: 32px 0px;
                        display: flex;
                        flex-wrap: wrap;
                        margin-bottom: 40px;
                        position: sticky;
                        top: 48px;
                        background: #f7f7f7;
                        z-index: 99;
                    }
                    .faq-types .faq-type-item {
                        padding: 6px 24px;
                        background: #fff;
                        margin-right: 8px;
                        margin-bottom: 8px;
                        font-size: 14px;
                        line-height: 28px;
                        border-radius: 12px;
                        cursor: pointer;
                    }
                    .faq-types .faq-type-item.on {
                        background: #111;
                        color: #fff
                    }
                 
                    .faq-box .faq-type-title {
                        font-size: 36px;
                        line-height: 1.3;
                        margin-bottom: 80px;
                        padding-top: 80px;
                    }
                    .faq-box .faq-question {
                        padding: 24px;
                        margin-bottom: 12px;
                        font-size: 24px;
                        line-height: 1.3;
                        display: flex;
                        align-items: center;
                        border-radius: 12px;
                        cursor: pointer;
                    }
                    .faq-box .faq-question:hover {
                        background: #fff;
                    }
                    .faq-box .faq-question .icon {
                        width: 28px;
                        height: 28px;
                        margin-right: 18px;
                        font-size: 28px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }
                    .faq-box .faq-question:hover .icon {
                        color: #145EFF;
                    }
                    .no-results {
                        font-size: 24px;
                        line-height: 1.3;
                        text-align: center;
                    }
                    .faq-question-list {
                        text-align: left;
                    }
                    .faq-mask {
                        position: fixed;
                        top: 0;
                        left: 0;
                        width: 100vw;
                        height: 100vh;
                        background: rgba(0, 0, 0, 0.8);
                        z-index: 999;
                        align-items: center;
                        justify-content: center;
                        display: none;
                        text-align: left;
                    }
                    .faq-mask.on {
                        display: flex;
                    }
                    .faq-mask .faq-mask-modal{
                        width: 900px;
                        height: 80vh;
                        background: #fff;
                        color: #111;
                        border-radius: 12px;
                        position: relative;
                        min-height: 400px;
                        padding: 40px;
                    }
                    .faq-mask-modal .faq-mask-close {
                        position: absolute;
                        top: -36px;
                        right: 0px;
                        cursor: pointer;
                        width: 20px;
                        height: 20px;
                        cursor: pointer;
                    }
                    .faq-mask .faq-mask-modal .faq-mask-cont {
                        width: 100%;
                        height: 100%;
                        overflow-y: auto;
                    }
                    .faq-mask-modal .faq-mask-title {
                        font-size: 24px;
                        line-height: 1.3;
                        font-weight: 500;
                        margin-bottom: 20px;
                    }
                    .faq-mask-modal .faq-mask-sub-title {
                        font-size: 16px;
                        line-height: 1.3;
                        opacity: 0.6;
                        padding-bottom: 40px;
                        border-bottom: 1px solid #c6c6c6;
                    }
                    .faq-mask-modal .faq-mask-sub-title span {
                        margin-right: 16px;
                    }
                    .faq-mask-modal .faq-mask-content {
                        margin-top: 40px;
                        font-size: 14px;
                    }
                    
                @media screen and (max-width: 1279px) and (min-width: 1024px) {
                    .faq-warp {
                        width: 1008px;
                    }
                    .faq-title {
                        margin-top: 64px;
                        margin-bottom: 32px;
                        font-size: 30px;
                    }
                    .faq-search {
                        height: 64px;
                        margin-bottom: 32px;
                        font-size: 20px;
                        line-height: 64px;
                        border-radius: 20px;
                    }
                    .faq-desc {
                        font-size: 14px;
                        line-height: 19px;
                        margin-bottom: 32px;
                    }
                    .faq-types {
                        padding: 26px 0px;
                        margin-bottom: 32px;
                    }
                    .faq-types .faq-type-item {
                        padding: 4px 20px;
                        font-size: 12px;
                        line-height: 24px;
                    }
                    .faq-box .faq-type-title {
                        font-size: 28px;
                        margin-bottom: 64px;
                        padding-top: 64px;
                    }
                    .faq-box .faq-question {
                        padding: 20px;
                        margin-bottom: 10px;
                        font-size: 20px;
                        border-radius: 10px;
                    }

                    .faq-mask .faq-mask-modal{
                        width: 720px;
                        border-radius: 10px;
                        min-height: 300px;
                        padding: 32px;
                    }
                    .faq-mask-modal .faq-mask-title {
                        font-size: 20px;
                        margin-bottom: 16px;
                    }
                    .faq-mask-modal .faq-mask-sub-title {
                        font-size: 13px;
                        padding-bottom: 32px;
                    }
                    .faq-mask-modal .faq-mask-sub-title span {
                        margin-right: 13px;
                    }
                    .faq-mask-modal .faq-mask-content {
                        margin-top: 32px;
                        font-size: 12px;
                    }
                    .no-results {
                        font-size: 20px;
                    }
                }
                @media screen and (max-width: 1023px) {
                    .faq {
                        margin-bottom: 3.1vw;
                    }
                    .faq-warp {
                        width: 80vw;
                    }
                    .faq-title {
                        margin-top: 12.5vw;
                        margin-bottom: 7.8vw;
                        font-size: 4.6vw;
                    }
                    .faq-search {
                        height: 11.25vw;
                        margin-bottom: 7.8vw;
                        font-size: 3.1vw;
                        line-height: 11.25vw;
                        border-radius: 1.875vw;
                    }
                    .faq-desc {
                        font-size: 3.1vw;
                        line-height: 4.6vw;
                        margin-bottom: 12.5vw;
                    }
                    .faq-types {
                        padding: 4.6vw 0px;
                        margin-bottom: 9.375vw;
                        top: 1.775rem;
                    }
                    .faq-types .faq-type-item {
                        padding: 2.3vw 3.1vw;
                        margin-right: 1.5vw;
                        margin-bottom: 1.5vw;
                        font-size: 3.75vw;
                        line-height: 4.6vw;
                    }
                    .faq-box .faq-type-title {
                        font-size: 4.6vw;
                        margin-bottom: 9.375vw;
                        padding-top: 9.375vw;
                    }
                    .faq-box .faq-question {
                        padding: 3.1vw;
                        margin-bottom: 3.1vw;
                        font-size: 3.75vw;
                        border-radius: 1.8vw;
                    }
                    .faq-box .faq-question .icon {
                        width: 4.6vw;
                        height: 4.6vw;
                        margin-right: 1.8vw;
                        font-size: 4.6vw;
                    }
                    .no-results {
                        font-size: 3.75vw;
                    }
                    .faq-mask {
                        align-items: flex-end;
                    }
                    .faq-mask .faq-mask-modal{
                        width: 100vw;
                        height: 80vh;
                        border-radius: 4.6vw 4.6vw 0px 0px;
                        min-height: 80vw;
                        padding: 6.25vw 10vw;
                    }
                    .faq-mask-modal .faq-mask-close {
                        top: -9.375vw;
                        right: 3vw;
                        width: 6.25vw;
                        height: 6.25vw;
                    }
                    .faq-mask-modal .faq-mask-title {
                        font-size: 4.6vw;
                        margin-bottom: 4.6vw;
                    }
                    .faq-mask-modal .faq-mask-sub-title {
                        font-size: 3.1vw;
                        padding-bottom: 6.25vw;
                    }
                    .faq-mask-modal .faq-mask-sub-title span {
                        margin-right: 1.8vw;
                        display: inline-block;
                        line-height: 4.6vw;
                        padding: 1vw 1.8vw;
                        background: #f7f7f7;
                    
                    }
                    .faq-mask-modal .faq-mask-sub-title span i {
                        display: none;
                    }
                    .faq-mask-modal .faq-mask-content {
                        margin-top: 6.25vw;
                        font-size: 3.75vw;
                    }
                }/* block 20 */
                    .oversea-form {
                        width: 100%;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        height: 100vh;
                        z-index: 999;
                        background-color: #fff;

                    }
                    #oversea-form-modal.on {
                        display: flex;
                        position: fixed;
                        top: 0px;
                        left: 0px;
                    }
                    .oversea-form-wrapper {
                        position: relative;
                    }
                    .oversea-form-close {
                        position: absolute;
                        top: -36px;
                        right: 0px;
                        width: 24px;
                        height: 24px;
                        cursor: pointer;
                    }
                    .oversea-form .oversea-form-cont {
                        width: 900px;
                        height: 80vh;
                        box-sizing: border-box;
                        padding: 40px;
                        overflow-y: auto;
                        background: #fff;
                        color: #111;
                        border-radius: 12px;
                    }
                    .oversea-form-cont > .title {
                        font-size: 24px;
                        margin-bottom: 24px;
                    }
                    .oversea-form-cont .oversea-form-tabbar{
                        margin-top: 24px;
                        font-weight: 520;
                        font-size: 16px;
                        line-height: 32px;
                        display: flex;
                        align-items: center;
                        flex-wrap: wrap;
                    }  
                    .oversea-form-cont .oversea-form-tabbar-title {
                        font-size: 20px;
                        margin-bottom: 16px;
                        font-weight: 520;
                        line-height: 1;
                    }
                    .oversea-form-tabbar .oversea-form-tabbar-item, .oversea-form-tabbar .oversea-form-tabbar-option {
                        border-radius: 4px;
                        margin-right: 20px;
                        display: flex;
                        align-items: center;
                        padding: 12px 16px;
                        background: #EAEAEA;
                        margin-bottom: 20px;
                        cursor: pointer;
                    }
                    .item-col2 .oversea-form-tabbar {
                        margin-top: 0px;
                    }
                    .oversea-form-tabbar .oversea-form-tabbar-item:nth-last-child(1), .oversea-form-tabbar .oversea-form-tabbar-option:nth-last-child(1) {
                        margin-right: 0px;
                    }
                    .oversea-form-tabbar-item.on, .oversea-form-tabbar-option.on {
                        color: #fff;
                        background: #111;
                    }
                    .oversea-form-tabbar-item:before {
                        content: '';
                        display: inline-block;
                        width: 24px;
                        height: 24px;
                        border-radius: 50%;
                        background-color: #fff;
                        border: 1px solid #ddd;
                        margin-right: 12px;
                    }
                    .oversea-form-tabbar-item.on:before {
                        content: '';
                        display: inline-block;
                        width: 10px;
                        height: 10px;
                        border-radius: 50%;
                        background-color: #fff;
                        border: 7px solid #145EFF;
                    }
                    .oversea-form-row {
                        display: flex;
                        justify-content: space-between;
                    }
                    
                    .oversea-form-tip {
                        font-size: 16px;
                        color: #999;
                        margin-top: 14px;
                        margin-bottom: 40px;
                    }
                    .oversea-form-row .item-col2 {
                        width: 400px;
                        margin-bottom: 24px;
                    }
                    .oversea-form-col {
                        position: relative;
                    }
                    .oversea-form-row .item-col {
                        width: 100%
                    }
                    .oversea-form-row .title {
                        font-size: 20px;
                        margin-bottom: 16px;
                        font-weight: 520;
                        line-height: 1;
                    }
                    .oversea-form-row .oversea-form-input {
                        width: 100%;
                        height: 56px;
                        border: 0 none;
                        background-color: #f2f2f2;
                        border-radius: 4px;
                        padding: 0 12px;
                        font-size: 16px;
                        box-sizing: border-box;
                    } 
                    #oversea-form-options {
                        width: 400px;
                        display: none;
                        height: 0px;
                        transition: height 0.5s;
                        position: absolute;
                        z-index: 999;
                        background: #fff;
                        box-shadow: 1px 1px 4px 1px #999;
                        border-radius: 4px;
                        overflow-y: auto;
                    }
                    #oversea-form-options div {
                        border-bottom: 1px solid #ddd;
                        height: 56px;
                        line-height: 56px;
                        padding: 0 12px;
                        font-size: 16px;
                        cursor: pointer;
                    }
                    #oversea-form-options.show {
                        display: block;
                        height: 300px;
                    }
                    .oversea-form-row .oversea-form-textarea {
                        width: 100%;
                        height: 100px;
                        border: 0 none;
                        background-color: #f2f2f2;
                        border-radius: 4px;
                        padding: 24px;
                        font-size: 16px;
                        box-sizing: border-box;
                        font-family: Arial;
                    }
                    .oversea-form-box {
                        width: 100%;
                        display: flex;
                        justify-content: content;
                    }
                    .oversea-form-button {
                        background: #0080FF;
                        color: #fff;
                        margin: 0px auto;
                        border-radius: 10px;
                        border: 0 none;
                        width: 360px;
                        height: 60px;
                        border-radius: 10px;
                        font-size: 20px;
                        cursor: pointer;
                    }
                    .oversea-form-success {
                        background: #fff;
                        font-size: 16px;
                        border-radius: 32px;
                        position: fixed;
                        width: 256px;
                        top: 40%;
                        left: 50%;
                        margin-left: -220px;
                        overflow: hidden;
                        height: 0px;
                        text-align: center;
                    }
                    .oversea-form-success.show {
                        border: 1px solid #d4d4d4;
                        height: auto;
                        padding:36px 92px;
                    }
                    .oversea-form-success {
                        background: #fff;
                        font-size: 16px;
                        border-radius: 32px;
                        position: fixed;
                        width: 256px;
                        top: 40%;
                        left: 50%;
                        margin-left: -220px;
                        overflow: hidden;
                        height: 0px;
                        text-align: center;
                    }
                    .oversea-form-success.show {
                        border: 1px solid #d4d4d4;
                        height: auto;
                        padding:36px 92px;
                    }
                @media screen and (max-width: 1279px) and (min-width: 1024px) {

                    .oversea-form-close {
                        top: -30px;
                        width: 20px;
                        height: 20px;
                    }
                    .oversea-form .oversea-form-cont {
                        width: 720px;
                        padding: 32px;
                    }
                    .oversea-form-cont > .title {
                        font-size: 20px;
                        margin-bottom: 20px;
                    }
                    .oversea-form-cont .oversea-form-tabbar{
                        margin-top: 20px;
                        font-size: 13px;
                        line-height: 25px;
                    }
                    .oversea-form-cont .oversea-form-tabbar-title {
                        font-size: 16px;
                        margin-bottom: 14px;
                    }
                    .oversea-form-tabbar .oversea-form-tabbar-item, .oversea-form-tabbar .oversea-form-tabbar-option  {
                        margin-right: 12px;
                        padding: 9px 12px;
                        margin-bottom: 16px;
                    }
                    .oversea-form-tabbar-item:before {
                        content: '';
                        width: 20px;
                        height: 20px;
                        margin-right: 10px;
                    }
                    .oversea-form-tabbar-item.on:before {
                        content: '';
                        display: inline-block;
                        width: 8px;
                        height: 8px;
                        border-radius: 50%;
                        background-color: #fff;
                        border: 6px solid #145EFF;
                    }
                    .oversea-form-tip {
                        font-size: 14px;
                        margin-top: 12px;
                        margin-bottom: 32px;
                    }
                    .oversea-form-row .item-col2 {
                        width:320px;
                        margin-bottom: 20px;
                    }
                    .oversea-form-row .title {
                        font-size: 16px;
                        margin-bottom: 14px;
                    }
                    .oversea-form-row .oversea-form-input {
                        height: 48px;
                        padding: 0 10px;
                        font-size: 14px;
                    } 
                    #oversea-form-options {
                        width: 320px;
                    }
                    #oversea-form-options div {
                        height: 48px;
                        line-height: 48px;
                        font-size: 14px;
                    }
                    .oversea-form-row .oversea-form-textarea {
                        padding: 20px;
                        font-size: 14px;
                    }
                    .oversea-form-button {
                        border-radius: 8px;
                        border: 0 none;
                        width: 288px;
                        height: 48px;
                        border-radius: 8px;
                        font-size: 16px;
                    }
                    .oversea-form-success {
                        font-size: 13px;
                        border-radius: 26px;
                        width: 212px;
                        margin-left: -176px;
                    }
                    .oversea-form-success.show {
                        padding: 30px 70px;
                    }
                    
                    .oversea-form-success {
                        font-size: 13px;
                        border-radius: 26px;
                        width: 212px;
                        margin-left: -176px;
                    }
                    .oversea-form-success.show {
                        padding: 30px 70px;
                    }
                }
                @media screen and (max-width: 1023px) {
                    .oversea-form {
                        align-items: flex-end;
                    }

                    .oversea-form-close {
                        top: -10vw;
                        width: 6vw;
                        height: 6vw;
                        right: 4vw;
                    }
                    .oversea-form .oversea-form-cont {
                        width: 100vw;
                        padding: 10vw;
                        border-radius: 5vw 5vw 0px 0px;
                    }
                    .oversea-form-cont > .title {
                        font-size: 4.6vw;
                        margin-bottom: 0px;
                        line-height: 6.25vw;
                        padding: 9.375vw 0 11vw;
                    }
                    .oversea-form-row{
                        flex-direction: column;
                    }
                    .oversea-form-cont .oversea-form-tabbar{
                        margin-top: 3.75vw;
                        margin-bottom: 3.4vw;
                        font-size: 3.1vw;
                        line-height: 4.6vw;
                    }  
                    .oversea-form-cont .oversea-form-tabbar-title {
                        font-size: 3.75vw;
                        margin-bottom: 3.75vw;
                        line-height: 1.5;
                    }
                    .oversea-form-tabbar .oversea-form-tabbar-item, .oversea-form-tabbar .oversea-form-tabbar-option  {
                        border-radius: 1.8vw;
                        margin-right: 1.8vw;
                        padding: 2.3vw 4.3vw;
                        margin-bottom: 4vw;
                    }
                    .oversea-form-tabbar-item:before {
                        width: 2.8vw;
                        height: 2.8vw;
                        margin-right: 1.8vw;
                    }
                    .oversea-form-tabbar-item.on:before {
                        width: 1.1vw;
                        height: 1.1vw;
                        border: 0.7vw solid #145EFF;
                    }
                    .oversea-form-tip {
                        font-size: 2.8vw;
                        margin-top: 3.1vw;
                        margin-bottom: 4.6vw;
                    }
                    .oversea-form-row .item-col2 {
                        width: 80vw;
                        margin-bottom: 6.25vw;
                    }
                    .oversea-form-row .title {
                        font-size: 3.75vw;
                        margin-bottom: 3.75vw;
                        line-height: 1.5;
                    }
                    .oversea-form-row .oversea-form-input {
                        height: 11.25vw;
                        border-radius: 0.9vw;
                        padding: 0 3.75vw;
                        font-size: 3.1vw;
                    }
                    #oversea-form-options {
                        width: 80vw;
                        border-radius: 0.9vw;
                    }
                    #oversea-form-options div {
                        border-bottom: 1px solid #ddd;
                        height: 11.25vw;
                        line-height: 11.25vw;
                        padding: 0 3.75vw;
                        font-size: 3.1vw;
                    }
                    #oversea-form-options.show {
                        display: block;
                        height: 100vw;
                    }
                    .oversea-form-row .oversea-form-textarea {
                        border-radius: 0.9vw;
                        padding: 3.75vw;
                        font-size: 3.1vw;
                        width: 80vw !important;
                    }
                    .oversea-form-button {
                        border-radius: 2.3vw;
                        width: 80vw;
                        height: 10.3vw;
                        font-size: 4.6vw;
                    }
                    .oversea-form-success {
                        font-size: 0.58rem;
                        border-radius: 2.5vw;
                        width: 60vw;
                        left: 10vw; 
                        margin-left: 0px;
                    }
                    .oversea-form-success.show {
                        padding: 9.6vw 10vw;
                    }
                    
                    .oversea-form-success {
                        font-size: 0.58rem;
                        border-radius: 2.5vw;
                        width: 60vw;
                        left: 10vw; 
                        margin-left: 0px;
                    }
                    .oversea-form-success.show {
                        padding: 9.6vw 10vw;
                    }
                }