
.top-section {
    width: 100%;
}
.top-section-inner {
    padding: 50px 0 104px;
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 27.44vw;
    min-height: 521px;
    background-image: url("/images/support/service/top-banner.jpg");
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.top-content-container {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.top-title-box {
    text-align: center;
    color: #fff;
}
.top-title-box h1 {
    font-size: 34px;
    line-height: 56px;
    letter-spacing: -.03em;
    color: #fff;
    word-wrap: break-word;
}
.top-title-desc {
    color: white;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0em;
    margin: 0px auto 30px;
    width: 792px;
    word-break: break-word;
    word-wrap: break-word;
}
.top-search-box {
    width: 600px;
    height: 45px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    position: relative;
}
.top-input-box {
    display: flex;
    align-items: center;
    position: relative;
    flex: auto;
}
.clear-input {
    right: 65px;
    cursor: pointer;
    background-image: url(/images/support/service/clear-input.svg);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    display: none;
}
.top-input-search-img {
    opacity: .25;
    left: 16px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGQ9Ik04LjEyMyAxMS44MTRhNS41IDUuNSAwIDExMSAwdjQuNjE5YTEgMSAwIDAxLTEtMXYtMy42MnptLjUtLjk2NGE0LjUgNC41IDAgMTAwLTkgNC41IDQuNSAwIDAwMCA5eiIgaWQ9ImEiLz48L2RlZnM+PHVzZSBmaWxsLW9wYWNpdHk9Ii44NSIgdHJhbnNmb3JtPSJyb3RhdGUoLTQ1IDguNjIzIDguNjM4KSIgeGxpbms6aHJlZj0iI2EiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.top-input {
    padding: 12px 90px 12px 40px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 30px 0 0 30px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.02em;
    color: rgba(0,0,0,.85);
    text-align: left;
    position: relative;
    box-sizing: border-box;
    transition: all .3s ease;
    border: 1px solid rgba(0,0,0,.15);
    border-right: 0 solid transparent;
    -webkit-appearance: none;
}
.top-input::placeholder {
    color: rgb(195,195,195);
}
.top-input:focus {
    border-color: rgb(0,112,213);
}
.top-search-button {
    border-radius: 30px;
    height: 45px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.02em;
    background-color: #0070d5;
    color: #fff;
    border: none;
    padding: 12px 16px;
    cursor: pointer;
    white-space: nowrap;
    transition: all .3s ease;
    position: absolute;
    right: -20px;
    font-weight: 200;
}
.top-search-button:hover {
    background-color: rgb(36,144,227);
}
.top-quick-link {
    width: 592px;
    height: 24px;
    margin: 25px auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
    
}
.quick-link-item {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: -.02em;
    color: #fff;
    margin-right: 16px;
    cursor: pointer;
    white-space: nowrap;
    transition: all .3s ease;
}
.quick-link-item:hover {
    text-decoration: underline;
}
.hot-issue-box {
    width: 592px;
    position: absolute;
    top: 56px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s ease;
    box-shadow: 0 8px 16px rgba(0,0,0,.1);
    overflow: hidden;
    z-index: 810;
    background-color: white;
}
.hot-issue-list {
    background-color: #fff;
    border-radius: 4px;
    padding: 24px 0;
}
.hot-issue-guide {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -.02em;
    color: rgba(0,0,0,.45);
    padding: 0 24px 8px;
    cursor: default;
}
.hot-issue-item {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.02em;
    color: rgba(0,0,0,.85);
    cursor: pointer;
    padding: 8px 24px;
    width: 100%;
    display: block;
    transition: all .3s ease;
}
.hot-issue-item:hover {
    background-color: rgb(250,250,250);
}
.service-h2 {
    font-size: 40px;
    width: 100%;
    text-align: center;
    letter-spacing: -1px;
}
.service-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}
.service-request-section .service-list {
    margin-top: 60px;
}
.service-request-section .service-link {
    margin-top: 10px;
}
.service-item {
    width: 24%;
    height: 280px;
    background-color: white;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-radius: 10px;
}
.convenient-service-item.service-item {
    background-color: rgb(245,245,245);
}
.download-center-item.service-item {
    width: 32.5%;
    height: 280px;
    background-color: white;
    padding: 40px 50px 25px;
}
.download-center-section {
    background-color: rgb(245,245,245);
    padding: 70px 0 80px;
    margin-top: 90px;
}
.full-screen-section .section-1200 {
    margin-top: 0;
}
.download-center-item {
    height: 350px;
}
.service-icon-box {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.service-h3 {
    font-size: 20px;
    letter-spacing: -0.03em;
    line-height: 24px;
    height: 48px;
    text-align: center;
    margin-top: 15px;
}
.download-center-item .service-h3 {
    margin-top: 30px;
    height: 24px;
}
.service-desc {
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    text-align: center;
    margin-top: 8px;
}
.download-center-item .service-desc {
    height: 40px;
}
.service-link {
    font-size: 14px;
    line-height: 20px;
    color: #1890ff;
    transition: all .2s ease;
    text-decoration: none;
    text-align: center;
    height: 24px;
    margin-top: 0px;
}
.download-center-item .service-link {
    margin-top: 25px;
}
.download-center-item .service-desc {
    margin-top: 12px;
}
.service-link:after {
    content: '\F105';
    margin-left: 2px;
}
.service-link:hover {
    text-decoration: underline;
}

.section-view-more.service-link,
.section-view-more.service-link {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-top: 25px;
}
.after-title {
    font-size: 26px;
    color: rgb(1,1,1,0.85);
    text-align: center;
    line-height: 20px;
    margin-top: 6px;
}
.product-support-list {
    justify-content: center;
}
.product-support-item {
    background-color: transparent;
    padding: 0px;
}
.product-support-item .product-img-box {
    background-color: rgb(255,255,255);
    width: 90%;
    height: auto;
    padding: 8px;
}
.product-support-item .product-title {
    font-size: 14px;
    font-weight: normal;

    width: 80px;
    margin: 0 auto;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0,112,213);
    border-radius: 25px;
    color: white;
}
.product-support-item.service-item h3:hover {
    background-color: rgb(36,144,227);
}
.product-support-item img {
    width: 100%;
    height: 100%;
}

.service-request-section {
    background-color: rgb(245,245,245);
    padding: 50px 0;
}
.service-request-section .service-item {
    padding: 48px 48px 30px;
    height: 308px;
}
.service-request-section .service-item:nth-child(-n+4) {
    margin-bottom: 15px;
}
.service-request-section .item-icon {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.service-request-section .service-desc {
    height: 80px;
}
.service-plan-img-box {
    width: 100%;
    height: 495px;
    margin-top: 70px;
}
.service-plan-img-box img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.contact-us-section {
    margin-top: 75px;
}
.contact-us-section .service-h3 {
    margin-top: 5px;
    margin-bottom: 10px;
}
.contact-us-section .contact-us-item {
    width: 49.7%;
    height: 490px;
    background-color: rgb(245,245,245);
    margin-bottom: 8px;
    padding: 42px 32px;
    border-radius: 20px;
    overflow: hidden;
}
.contact-us-item .item-icon {
    margin-bottom: 16px;
}
.contact-us-item:nth-child(2) {
    padding: 0;
}
.contact-us-item:nth-child(3),
.contact-us-item:nth-child(4) {
    height: 308px;
}
.contact-us-item .service-h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
}
.contact-us-item .service-desc {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
}
.blue-str {
    color: rgb(24,144,255);
}
.contact-us-section .whatsapp-qrcode-box {
    width: 48%;
    padding:8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 15px;
}
.contact-us-section .whatsapp-qrcode-box img {
    width: 100%;
}
