.footer-wrap[data-v-91dadfc1] {
    box-sizing: border-box;
    height: auto;
    margin: 0 auto;
    width: 100%
}

.footer-container-image[data-v-91dadfc1] {
    background: url('/image/footer-bg.png') center/cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.space1[data-v-91dadfc1] {
    height: 80px;
    width: 100%
}

.space2[data-v-91dadfc1] {
    height: 60px;
    width: 100%
}

.space3[data-v-91dadfc1] {
    height: 24px;
    width: 100%
}

.space4[data-v-91dadfc1] {
    display: none;
    height: 40px;
    width: 100%
}

.line[data-v-91dadfc1] {
    background-color: #acb3bd;
    height: 1px;
    opacity: .5;
    width: 1200px
}

.footer-header[data-v-91dadfc1] {
    display: flex
}

.footer-header .footer-header-top[data-v-91dadfc1] {
    flex: 1;
    text-align: center
}

.footer-header .footer-header-top .footer-header-title[data-v-91dadfc1] {
    color: #121315;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px
}

.footer-header .footer-header-top .footer-header-title .hidden[data-v-91dadfc1] {
    display: none
}

.footer-header .footer-header-top .footer-header-title-second[data-v-91dadfc1] {
    align-items: center;
    color: #767e89;
    display: flex;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    justify-content: center;
    line-height: 24px;
    margin-top: 32px
}

.footer-header .footer-header-top .footer-header-title-second .left-bottom-line[data-v-91dadfc1] {
    background-color: #acb3bd;
    height: 1px;
    margin-right: 16px;
    opacity: .5;
    width: 132px
}

.footer-header .footer-header-top .footer-header-title-second .right-bottom-line[data-v-91dadfc1] {
    background-color: #acb3bd;
    height: 1px;
    margin-left: 16px;
    opacity: .5;
    width: 132px
}

.footer-header .footer-header-top .footer-header-btn-group[data-v-91dadfc1] {
    display: flex;
    gap: 8px;
    justify-content: center
}

.footer-header .footer-header-top .footer-header-btn-group .default[data-v-91dadfc1],
.footer-header .footer-header-top .footer-header-btn-group .primary[data-v-91dadfc1] {
    height: 48px;
    letter-spacing: 2px;
    width: 140px
}

.footer-header .footer-header-top .footer-header-btn-group .default button[data-v-91dadfc1],
.footer-header .footer-header-top .footer-header-btn-group .opacity button[data-v-91dadfc1],
.footer-header .footer-header-top .footer-header-btn-group .primary button[data-v-91dadfc1] {
    align-items: center;
    border: none;
    border-radius: 4px 16px;
    box-shadow: none;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    justify-content: center;
    letter-spacing: 1.5px;
    outline: 0;
    position: relative;
    text-align: center;
    transition: all .2s ease;
    white-space: nowrap
}

.footer-header .footer-header-top .footer-header-btn-group .default button svg[data-v-91dadfc1],
.footer-header .footer-header-top .footer-header-btn-group .opacity button svg[data-v-91dadfc1],
.footer-header .footer-header-top .footer-header-btn-group .primary button svg[data-v-91dadfc1] {
    margin-left: 4px;
    transition: all .2s ease
}

.footer-header .footer-header-top .footer-header-btn-group .default button[data-v-91dadfc1] {
    background: #fff;
    color: #333;
    height: 48px;
    letter-spacing: 2px;
    width: 140px
}

.footer-header .footer-header-top .footer-header-btn-group .default button[data-v-91dadfc1]:hover {
    background-color: #f9fafc
}

.footer-header .footer-header-top .footer-header-btn-group .primary button[data-v-91dadfc1] {
    background: #fb9337;
    color: #fff;
    height: 48px;
    left: -1px;
    letter-spacing: 2px;
    top: -1px;
    width: 140px
}

.footer-header .footer-header-top .footer-header-btn-group .primary button[data-v-91dadfc1]:hover {
    background-color: #fba458
}

.footer-header .footer-header-top .footer-header-btn-group .default:hover button svg[data-v-91dadfc1],
.footer-header .footer-header-top .footer-header-btn-group .opacity:hover button svg[data-v-91dadfc1],
.footer-header .footer-header-top .footer-header-btn-group .primary:hover button svg[data-v-91dadfc1] {
    display: inline-block;
    transform: translate(6px)
}

.solution-container[data-v-91dadfc1] {
    display: flex;
    justify-content: center;
    grid-gap: 8px;
    grid-template-columns: 140px 140px 140px;
    margin-bottom: 32px
}

.solution[data-v-91dadfc1] {
    align-items: center;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    color: #121315;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    gap: 8px;
    height: 48px;
    line-height: 32px;
    padding-left: 16px;
    position: relative;
    width: 140px
}

.solution .icon[data-v-91dadfc1] {
    height: 16px;
    width: 16px
}

.solution i[data-v-91dadfc1] {
    background: #268bfb;
    border-radius: 0 8px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 16px;
    line-height: 17px;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 20px
}

.solution i[data-v-91dadfc1]:before {
    content: "✓"
}

.solution.checked i[data-v-91dadfc1] {
    opacity: 1
}

.solution.purple i[data-v-91dadfc1] {
    background: #9e64fb
}

.solution.green i[data-v-91dadfc1] {
    background: #00bd77
}

.solution.yellow i[data-v-91dadfc1] {
    background: #fab300
}

.solution.lightblue i[data-v-91dadfc1] {
    background: #00c5fb
}

.solution.red i[data-v-91dadfc1] {
    background: #fb4b51
}

.solution.blue.checked[data-v-91dadfc1],
.solution.blue[data-v-91dadfc1]:hover {
    box-shadow: inset 0 0 0 1px #268bfb
}

.solution.purple.checked[data-v-91dadfc1],
.solution.purple[data-v-91dadfc1]:hover {
    box-shadow: inset 0 0 0 1px #9e64fb
}

.solution.green.checked[data-v-91dadfc1],
.solution.green[data-v-91dadfc1]:hover {
    box-shadow: inset 0 0 0 1px #00bd77
}

.solution.yellow.checked[data-v-91dadfc1],
.solution.yellow[data-v-91dadfc1]:hover {
    box-shadow: inset 0 0 0 1px #fab300
}

.solution.lightblue.checked[data-v-91dadfc1],
.solution.lightblue[data-v-91dadfc1]:hover {
    box-shadow: inset 0 0 0 1px #00c5fb
}

.solution.red.checked[data-v-91dadfc1],
.solution.red[data-v-91dadfc1]:hover {
    box-shadow: inset 0 0 0 1px #fb4b51
}

.footer-content[data-v-91dadfc1] {
    display: flex;
    justify-content: center;
    margin-top: 60px
}

.footer-content .footer-content-left[data-v-91dadfc1] {
    margin-right: 128px
}

.footer-content .footer-content-left .footer-content-left-qrcode[data-v-91dadfc1] {
    display: flex;
    gap: 30px
}

.footer-content .footer-content-left .footer-content-left-qrcode>div[data-v-91dadfc1] {
    display: flex;
    flex-direction: column;
    margin-top: 32px
}

.footer-content .footer-content-left .footer-content-left-qrcode>div img[data-v-91dadfc1] {
    width: 88px
}

.footer-content .footer-content-left .footer-content-left-qrcode>div span[data-v-91dadfc1] {
    color: #494f57;
    font-size: 13px;
    margin-top: 8px;
    text-align: center
}

.footer-content .footer-content-center[data-v-91dadfc1] {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between
}

.footer-content .footer-content-center .list[data-v-91dadfc1] {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    width: 152px
}

.footer-content .footer-content-center .list .list-header[data-v-91dadfc1] {
    color: #121315;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 24px
}

.footer-content .footer-content-center .list .list-content[data-v-91dadfc1] {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    justify-content: center
}

.footer-content .footer-content-center .list .list-content .list-item[data-v-91dadfc1] {
    align-items: center;
    color: #494f57;
    display: flex;
    line-height: 38px;
    white-space: nowrap
}

.footer-content .footer-content-center .list .list-content .list-item .list-item-content[data-v-91dadfc1] {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
    white-space: nowrap
}

.footer-content .footer-content-center .list .list-content .list-item .list-item-content[data-v-91dadfc1]:hover {
    color: #494f57;
    text-decoration: underline
}

.footer-content .footer-container-right[data-v-91dadfc1] {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    width: 243px
}

.footer-content .footer-container-right .list-header[data-v-91dadfc1] {
    color: #121315;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 24px
}

.footer-content .footer-container-right .list-content[data-v-91dadfc1] {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    justify-content: center
}

.footer-content .footer-container-right .list-content .list-tit[data-v-91dadfc1] {
    color: #767e89
}

.footer-content .footer-container-right .list-content .list-item[data-v-91dadfc1] {
    align-items: center;
    color: #494f57;
    display: flex;
    line-height: 28px;
    white-space: nowrap
}

.footer-content .footer-container-right .list-content .footer-content-icon[data-v-91dadfc1] {
    display: flex;
    gap: 15px;
    margin-top: 4px;
    width: 168px
}

.footer-content .footer-container-right .list-content .footer-content-icon .footer-icon[data-v-91dadfc1] {
    cursor: pointer;
    height: 30px;
    opacity: .7;
    transition: all .2s ease;
    width: 30px
}

.footer-container-title[data-v-91dadfc1] {
    color: #767e89;
    font-size: 12px;
    font-weight: 300;
    margin-top: 60px;
    padding-bottom: 12px;
    text-align: center
}

.mobile-footer-content[data-v-91dadfc1] {
    display: none;
    padding-left: 30px;
    padding-right: 30px
}

.mobile-footer-content .mobile-footer-content-top[data-v-91dadfc1] {
    border-bottom: 1px solid #acb3bd;
    opacity: .5
}

.mobile-footer-content .mobile-footer-content-center[data-v-91dadfc1] {
    display: grid;
    grid-template-columns: repeat(3, 33%);
    justify-content: center;
    margin-top: 30px;
    grid-gap: 20px 0;
    gap: 20px 0
}

.mobile-footer-content .mobile-footer-content-center .list-header[data-v-91dadfc1] {
    color: #121315;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 10px
}

.mobile-footer-content .mobile-footer-content-center .list-item[data-v-91dadfc1] {
    align-items: center;
    color: #494f57;
    cursor: pointer;
    display: flex;
    font-size: 13px;
    font-weight: 400;
    height: 32px;
    line-height: 32px
}

.mobile-footer-content .mobile-footer-content-center .contact-us[data-v-91dadfc1] {
    grid-column-start: span 2
}

.mobile-footer-container-bottom[data-v-91dadfc1] {
    display: grid;
    display: none;
    margin-left: 30px;
    margin-top: 40px;
    grid-gap: 20px;
    gap: 20px;
    grid-template-columns: 80px 80px
}

.mobile-footer-container-bottom>div[data-v-91dadfc1] {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.mobile-footer-container-bottom>div img[data-v-91dadfc1] {
    width: 80px
}

.mobile-footer-container-bottom>div span[data-v-91dadfc1] {
    color: #121315;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-align: center
}

.mobile-footer-container-bottom .footer-content-icon[data-v-91dadfc1] {
    display: flex;
    flex-direction: row;
    grid-column-start: span 2;
    justify-content: space-between
}

.mobile-footer-container-bottom .footer-content-icon .footer-icon[data-v-91dadfc1] {
    height: 36px;
    width: 36px
}

@media only screen and (max-width:1200px) {
    .footer-content[data-v-91dadfc1] {
        display: none
    }

    .mobile-footer-content[data-v-91dadfc1] {
        display: block
    }

    .mobile-footer-container-bottom[data-v-91dadfc1] {
        display: grid
    }

    .line[data-v-91dadfc1] {
        display: none
    }
}

@media only screen and (max-width:1000px) {
    .footer-content[data-v-91dadfc1] {
        display: none
    }

    .mobile-footer-content[data-v-91dadfc1] {
        display: block
    }

    .mobile-footer-container-bottom[data-v-91dadfc1] {
        display: grid
    }

    .footer-container-title[data-v-91dadfc1] {
        display: none
    }

    .space4[data-v-91dadfc1] {
        display: block
    }

    .solution-container[data-v-91dadfc1] {
        display: grid;
        justify-content: center;
        grid-row-gap: 12px;
        row-gap: 12px;
        grid-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px;
        grid-template-columns: 140px 140px;
        margin-bottom: 16px
    }
}

@media only screen and (max-width:767px) {
    .footer-header[data-v-91dadfc1] {
        justify-content: center
    }

    .footer-header .footer-header-top[data-v-91dadfc1] {
        padding: 0 40px
    }

    .footer-header .footer-header-top .space1[data-v-91dadfc1] {
        height: 40px
    }

    .footer-header .footer-header-top .space3[data-v-91dadfc1] {
        height: 0
    }

    .footer-header .footer-header-top .footer-header-title[data-v-91dadfc1] {
        font-size: 28px;
        line-height: normal
    }

    .footer-header .footer-header-top .footer-header-title .hidden[data-v-91dadfc1] {
        display: block
    }

    .footer-header .footer-header-top .footer-header-title-second[data-v-91dadfc1] {
        color: #767e89;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin: 16px 0;
        text-align: center
    }

    .footer-header .footer-header-top .footer-header-title-second .left-bottom-line[data-v-91dadfc1],
    .footer-header .footer-header-top .footer-header-title-second .right-bottom-line[data-v-91dadfc1] {
        display: none
    }

    .solution-container[data-v-91dadfc1] {
        display: grid;
        justify-content: center;
        grid-row-gap: 12px;
        row-gap: 12px;
        grid-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px;
        grid-template-columns: 140px 140px;
        margin-bottom: 16px
    }

    .space2[data-v-91dadfc1] {
        height: 40px
    }

    .footer-content[data-v-91dadfc1] {
        display: none
    }

    .mobile-footer-content[data-v-91dadfc1] {
        display: block
    }

    .mobile-footer-container-bottom[data-v-91dadfc1] {
        display: grid
    }

    .footer-container-title[data-v-91dadfc1] {
        display: none
    }
}