.double-icon[data-v-9b9e2f9e] {
    display: flex;
    align-items: center
}

.double-icon .icon img[data-v-9b9e2f9e] {
    width: .83333vw;
    transform: rotate(-90deg)
}

.double-icon .icon[data-v-9b9e2f9e]:last-child {
    margin-left: -.41667vw
}

@media screen and (min-width: 1920px) {
    .double-icon .icon img[data-v-9b9e2f9e] {
        width:16px
    }

    .double-icon .icon[data-v-9b9e2f9e]:last-child {
        margin-left: -8px
    }
}

.base-hover[data-v-35d27097] {
    cursor: pointer
}

.base-hover[data-v-35d27097]:hover {
    opacity: .8
}

input[data-v-35d27097]:-webkit-autofill {
    box-shadow: inset 0 0 0 52.08333vw #fff
}

@-webkit-keyframes shakeX-data-v-35d27097 {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

@keyframes shakeX-data-v-35d27097 {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

.ghost[data-v-35d27097] {
    height: 4.6875vw
}

.none-a a[data-v-35d27097],.none-a a[data-v-35d27097]:hover {
    color: #fff;
    text-decoration: none
}

.header[data-v-35d27097] {
    position: fixed;
    top: 0;
    background: #f8f8f8;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 1.04167vw;
    height: 4.6875vw;
    z-index: 20
}

.header .logo[data-v-35d27097] {
    width: 14.0625vw;
    height: 1.77083vw
}

.header .logo img[data-v-35d27097] {
    width: 100%;
    height: 100%
}

.header .container[data-v-35d27097] {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.header .container .content[data-v-35d27097] {
    display: flex;
    align-items: center;
    height: 100%
}

.header .container .content .login[data-v-35d27097] {
    margin-right: .78125vw
}

.header .container .content .contact-phone[data-v-35d27097] {
    margin-left: .78125vw;
    padding: .52083vw;
    background: #002368;
    color: #fff;
    border-radius: .10417vw;
    position: relative
}

.header .container .content .contact-phone .signal[data-v-35d27097] {
    position: absolute;
    width: .83333vw;
    height: .83333vw;
    top: -.83333vw;
    right: -.83333vw
}

.header nav[data-v-35d27097] {
    height: 100%
}

.header nav ul[data-v-35d27097] {
    height: 100%;
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0 1.5625vw 0 0
}

.header nav ul li[data-v-35d27097] {
    height: 100%;
    margin-right: 1.30208vw;
    color: #002368;
    position: relative;
    cursor: pointer;
    font-size: 1.04167vw;
    display: flex;
    align-items: center
}

.header nav ul li a[data-v-35d27097],.header nav ul li a[data-v-35d27097]:hover {
    color: #002368;
    text-decoration: none
}

.header nav ul li .downicon[data-v-35d27097] {
    width: .83333vw;
    margin-left: .3125vw
}

.header nav ul li[data-v-35d27097]:last-child {
    margin-right: 0
}

.header nav ul li.active[data-v-35d27097],.header nav ul li[data-v-35d27097]:hover {
    color: #3ccddc
}

.header nav ul li.active a[data-v-35d27097],.header nav ul li.active a[data-v-35d27097]:hover,.header nav ul li:hover a[data-v-35d27097],.header nav ul li:hover a[data-v-35d27097]:hover {
    color: #3ccddc;
    text-decoration: none
}

.header nav ul li.active[data-v-35d27097]:after,.header nav ul li[data-v-35d27097]:hover:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #3ccddc;
    height: .3125vw
}

.panel[data-v-35d27097] {
    position: fixed;
    top: 0;
    padding-top: 4.6875vw;
    left: 0;
    z-index: 9;
    flex-direction: column;
    box-sizing: border-box;
    background-color: #fff
}

.functions[data-v-35d27097] {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 19;
    box-shadow: .10417vw .20833vw 1.5625vw 0 rgba(0,0,0,.1)
}

.functions .container[data-v-35d27097] {
    display: flex;
    flex-direction: row
}

.functions.active[data-v-35d27097] {
    opacity: 1;
    visibility: visible
}

.functions .types[data-v-35d27097] {
    width: 13.95833vw;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    border-right: 1px solid #f3f5f7;
    position: relative
}

.functions .types .active-bar[data-v-35d27097] {
    width: .10417vw;
    height: 3.125vw;
    background: #22b2cc;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .3s ease-out
}

.functions .types .type-item[data-v-35d27097] {
    height: 3.125vw;
    padding: 0 1.40625vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #002368;
    font-size: 1.04167vw;
    text-decoration: none;
    cursor: pointer
}

.functions .types .type-item.active[data-v-35d27097],.functions .types .type-item[data-v-35d27097]:hover {
    color: #22b2cc
}

.functions .panels-container[data-v-35d27097] {
    padding-left: 2.86458vw;
    flex: 1
}

.functions .panels-container .panel-title[data-v-35d27097] {
    font-size: .9375vw;
    color: #002368;
    padding: 1.14583vw 0 .52083vw;
    position: relative;
    margin-bottom: .41667vw;
    border-bottom: 1px solid rgba(0,0,0,.1);
    display: inline-flex
}

.functions .panels-container .panel-title[data-v-35d27097]:after {
    display: none;
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    background: rgba(0,0,0,.1);
    width: 100%;
    left: 0
}

.functions .panels-container .panel-title .double-icon[data-v-35d27097] {
    margin-left: 1.14583vw
}

.functions .panels-container .panel-title[data-v-35d27097]:hover {
    cursor: pointer;
    opacity: .8
}

.functions .panels-container .panel-wrap .panels[data-v-35d27097] {
    display: flex;
    flex: 1;
    overflow: hidden
}

.functions .panels-container .panel-wrap .panels .business[data-v-35d27097],.functions .panels-container .panel-wrap .panels .fee-control[data-v-35d27097] {
    display: flex;
    flex: 1;
    padding-top: .36458vw;
    height: 100%;
    box-sizing: border-box
}

.functions .panels-container .panel-wrap .panels .business .standard-panel[data-v-35d27097],.functions .panels-container .panel-wrap .panels .fee-control .standard-panel[data-v-35d27097] {
    flex: 1;
    padding: 0 0 3.4375vw
}

.functions .panels-container .panel-wrap .panels .business .custom-panel[data-v-35d27097],.functions .panels-container .panel-wrap .panels .fee-control .custom-panel[data-v-35d27097] {
    flex: 1
}

.functions .panels-container .panel-wrap .panels .business .custom-panel .custom-content .custom-group[data-v-35d27097],.functions .panels-container .panel-wrap .panels .fee-control .custom-panel .custom-content .custom-group[data-v-35d27097] {
    color: #002368;
    font-size: .83333vw;
    line-height: 2.2;
    margin-bottom: 1.04167vw
}

.functions .panels-container .panel-wrap .panels .business .panel-content[data-v-35d27097],.functions .panels-container .panel-wrap .panels .fee-control .panel-content[data-v-35d27097] {
    display: flex
}

.functions .panels-container .panel-wrap .panels .business .panel-content .column[data-v-35d27097],.functions .panels-container .panel-wrap .panels .fee-control .panel-content .column[data-v-35d27097] {
    flex: 1
}

.functions .panels-container .panel-wrap .panels .business .group[data-v-35d27097],.functions .panels-container .panel-wrap .panels .fee-control .group[data-v-35d27097] {
    margin-bottom: 1.82292vw;
    line-height: 2.2
}

.functions .panels-container .panel-wrap .panels .business .group .title[data-v-35d27097],.functions .panels-container .panel-wrap .panels .fee-control .group .title[data-v-35d27097] {
    color: #002368;
    font-size: .72917vw;
    line-height: 1.8;
    cursor: pointer
}

.functions .panels-container .panel-wrap .panels .business .group .title[data-v-35d27097]:hover,.functions .panels-container .panel-wrap .panels .fee-control .group .title[data-v-35d27097]:hover {
    color: #22b2cc
}

.functions .panels-container .panel-wrap .panels .business .group .title:hover .tag.right-arrow[data-v-35d27097],.functions .panels-container .panel-wrap .panels .fee-control .group .title:hover .tag.right-arrow[data-v-35d27097] {
    opacity: .7
}

.functions .panels-container .panel-wrap .panels .business .group .title .title-text[data-v-35d27097],.functions .panels-container .panel-wrap .panels .fee-control .group .title .title-text[data-v-35d27097] {
    display: inline-block;
    vertical-align: middle
}

.functions .panels-container .panel-wrap .panels .business .group .title[data-v-35d27097]:after,.functions .panels-container .panel-wrap .panels .fee-control .group .title[data-v-35d27097]:after {
    content: "";
    display: inline-block;
    background-color: transparent;
    height: 100%;
    width: 0;
    vertical-align: middle
}

.functions .panels-container .panel-wrap .panels .business .group .group-content .group-item[data-v-35d27097],.functions .panels-container .panel-wrap .panels .fee-control .group .group-content .group-item[data-v-35d27097] {
    font-size: .72917vw;
    color: #8291a3;
    line-height: 2
}

.functions .panels-container .panel-wrap .panels .business .group .group-content .group-item .title-text[data-v-35d27097],.functions .panels-container .panel-wrap .panels .fee-control .group .group-content .group-item .title-text[data-v-35d27097] {
    display: inline-block;
    vertical-align: middle
}

.functions .panels-container .panel-wrap .panels .business .group .group-content .group-item[data-v-35d27097]:after,.functions .panels-container .panel-wrap .panels .fee-control .group .group-content .group-item[data-v-35d27097]:after {
    content: "";
    display: inline-block;
    background-color: transparent;
    height: 100%;
    width: 0;
    vertical-align: middle
}

.functions .panels-container .panel-wrap .panels .business .bottoms[data-v-35d27097],.functions .panels-container .panel-wrap .panels .fee-control .bottoms[data-v-35d27097] {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: 1px solid #f3f5f7;
    padding-left: .98958vw
}

.functions .panels-container .panel-wrap .panels .business .bottoms .item[data-v-35d27097],.functions .panels-container .panel-wrap .panels .fee-control .bottoms .item[data-v-35d27097] {
    width: 100%;
    padding: 1.5625vw 0 .3125vw;
    line-height: 1.5;
    border-bottom: 1px solid rgba(0,0,0,.1);
    display: flex;
    align-items: center
}

.functions .panels-container .panel-wrap .panels .business .bottoms .item[data-v-35d27097]:hover,.functions .panels-container .panel-wrap .panels .fee-control .bottoms .item[data-v-35d27097]:hover {
    cursor: pointer
}

.functions .panels-container .panel-wrap .panels .business .bottoms .item:hover .double-icon[data-v-35d27097],.functions .panels-container .panel-wrap .panels .fee-control .bottoms .item:hover .double-icon[data-v-35d27097] {
    opacity: .7!important
}

.functions .panels-container .panel-wrap .panels .business .bottoms .item .text[data-v-35d27097],.functions .panels-container .panel-wrap .panels .fee-control .bottoms .item .text[data-v-35d27097] {
    color: #002368;
    font-size: .83333vw;
    cursor: pointer
}

.functions .panels-container .panel-wrap .panels .business .bottoms .item .text[data-v-35d27097]:hover,.functions .panels-container .panel-wrap .panels .fee-control .bottoms .item .text[data-v-35d27097]:hover {
    color: #22b2cc
}

.functions .panels-container .panel-wrap .panels .business .bottoms .item .double-icon[data-v-35d27097],.functions .panels-container .panel-wrap .panels .fee-control .bottoms .item .double-icon[data-v-35d27097] {
    margin-left: 1.14583vw
}

.functions .panels-container .panel-wrap .panels .business .bottoms .item[data-v-35d27097]:first-child,.functions .panels-container .panel-wrap .panels .fee-control .bottoms .item[data-v-35d27097]:first-child {
    padding-top: 0
}

.functions .panels-container .panel-wrap .panels .business .bottoms .item[data-v-35d27097]:last-child,.functions .panels-container .panel-wrap .panels .fee-control .bottoms .item[data-v-35d27097]:last-child {
    border-bottom: none;
    padding-top: 1.92708vw
}

.functions .panels-container .panel-wrap .panels .business[data-v-35d27097] {
    flex: 1;
    box-sizing: border-box;
    padding: 1.04167vw 0 3.4375vw
}

.functions .panels-container .panel-wrap .panels .business .panel-content[data-v-35d27097] {
    display: flex;
    width: 100%
}

.functions .panels-container .panel-wrap .panels .business .panel-content .column[data-v-35d27097] {
    flex: 1
}

.functions .panels-container .panel-wrap .panels .business .panel-content .column[data-v-35d27097]:last-child {
    padding-right: 0
}

.functions .panels-container .panel-wrap .panels .tag[data-v-35d27097] {
    display: inline-block;
    width: 2.08333vw;
    height: .88542vw;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat
}

.functions .panels-container .panel-wrap .panels .tag.new[data-v-35d27097] {
    background-image: url(../img/index/new.png)
}

.functions .panels-container .panel-wrap .panels .tag.recommend[data-v-35d27097] {
    background-image: url(../img/index/recommend.png)
}

.functions .panels-container .panel-wrap .panels .tag.hot[data-v-35d27097] {
    width: 2.23958vw;
    height: 1.04167vw;
    background-image: url(../img/index/hot.png);
    margin-left: .52083vw
}

.functions .panels-container .panel-wrap .panels .tag.right-arrow[data-v-35d27097] {
    width: .83333vw;
    background-image: url(../img/index/down.png);
    margin-left: .26042vw;
    transform: rotate(-90deg)
}

.responsive[data-v-35d27097] {
    display: none
}

.responsive .header[data-v-35d27097] {
    height: 15.98958vw;
    display: flex;
    align-items: center;
    background: #fff
}

.responsive .header .logo[data-v-35d27097] {
    width: 43.85417vw;
    height: 5.52083vw
}

.responsive .header .logo img[data-v-35d27097] {
    width: 100%;
    height: 100%
}

.responsive .header .action[data-v-35d27097] {
    position: absolute;
    width: 6.97917vw;
    height: 6.97917vw;
    right: 3.2vw
}

.responsive .header .action img[data-v-35d27097] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.responsive .header .menu-list[data-v-35d27097] {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    background: #fff;
    list-style: none;
    margin: 0;
    font-size: 4.79167vw;
    padding: 0;
    z-index: 9;
    opacity: 0;
    transform: translateY(-.52083vw);
    transition: all .5s ease-out;
    visibility: hidden
}

.responsive .header .menu-list.active[data-v-35d27097] {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

.responsive .header .menu-list .menu-item[data-v-35d27097] {
    padding: 0 3.125vw;
    margin-bottom: 2.08333vw;
    box-sizing: border-box
}

.responsive .header .menu-list .menu-item .title[data-v-35d27097] {
    background: #f3f5f7;
    padding: 3.75vw 0;
    text-align: center;
    border-radius: 1.04167vw;
    color: #002368;
    font-family: PingFangSC-Medium,PingFangSC;
    position: relative
}

.responsive .header .menu-list .menu-item .title .arrow-icon[data-v-35d27097] {
    width: 3.64583vw;
    height: 3.64583vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-out;
    right: 6.66667vw
}

.responsive .header .menu-list .menu-item .title .arrow-icon img[data-v-35d27097] {
    width: 100%
}

.responsive .header .menu-list .menu-item .menu-content[data-v-35d27097] {
    text-align: center;
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-out
}

.responsive .header .menu-list .menu-item .menu-content .menu-sub-item[data-v-35d27097] {
    font-weight: 400;
    font-size: 4.27083vw;
    color: #002566;
    margin-bottom: 5.625vw
}

.responsive .header .menu-list .menu-item .menu-content .menu-sub-item[data-v-35d27097]:first-child {
    margin-top: 4.27083vw
}

.responsive .header .menu-list .menu-item .menu-content .menu-sub-item[data-v-35d27097]:last-child {
    margin-bottom: 2.60417vw
}

.responsive .header .menu-list .menu-item.active .title[data-v-35d27097] {
    color: #3ccddc
}

.responsive .header .menu-list .menu-item.active .title .arrow-icon[data-v-35d27097] {
    transform: translateY(-50%) rotate(180deg)
}

.responsive .header .menu-list .menu-item.active .menu-content[data-v-35d27097] {
    max-height: 32.29167vw
}

.responsive .header .menu-list .action-btn[data-v-35d27097] {
    background: #ddd;
    border-radius: 1.04167vw;
    width: 100%;
    padding: 3.75vw 0;
    font-size: 4.79167vw;
    border: none;
    font-weight: 400;
    background-color: #3ccddc;
    color: #002368;
    font-family: PingFangSC-Medium,PingFangSC
}

.responsive .header .menu-list .action-btn.signup[data-v-35d27097] {
    background-color: #002368;
    color: #fff
}

.responsive .ghost[data-v-35d27097] {
    height: 15.98958vw
}

@media screen and (min-width: 1920px) {
    .ghost[data-v-35d27097],.header[data-v-35d27097] {
        height:90px
    }

    .header[data-v-35d27097] {
        font-size: 20px
    }

    .header .logo[data-v-35d27097] {
        width: 270px;
        height: 34px
    }

    .header .container .content .login[data-v-35d27097] {
        margin-right: 15px
    }

    .header .container .content .contact-phone[data-v-35d27097] {
        margin-left: 15px;
        padding: 10px;
        border-radius: 2px
    }

    .header .container .content .contact-phone .signal[data-v-35d27097] {
        width: 16px;
        height: 16px;
        top: -16px;
        right: -16px
    }

    .header nav ul[data-v-35d27097] {
        margin-right: 30px
    }

    .header nav ul li[data-v-35d27097] {
        margin-right: 25px;
        font-size: 20px
    }

    .header nav ul li .downicon[data-v-35d27097] {
        width: 16px;
        margin-left: 6px
    }

    .header nav ul li.active[data-v-35d27097]:after,.header nav ul li[data-v-35d27097]:hover:after {
        height: 6px
    }

    .panel[data-v-35d27097] {
        padding-top: 90px
    }

    .functions .types .type-item[data-v-35d27097] {
        height: 60px;
        font-size: 20px
    }

    .functions .panels-container[data-v-35d27097] {
        padding-left: 55px
    }

    .functions .panels-container .panel-title[data-v-35d27097] {
        font-size: 18px;
        padding: 22px 0 10px;
        margin-bottom: 8px;
        width: 154px;
        border-bottom: 1px solid rgba(0,0,0,.1)
    }

    .functions .panels-container .panel-title .double-icon[data-v-35d27097] {
        margin-left: 22px
    }

    .functions .panels-container .panel-title[data-v-35d27097]:after {
        height: 1px
    }

    .functions .panels-container .panel-wrap .panels .business[data-v-35d27097],.functions .panels-container .panel-wrap .panels .fee-control[data-v-35d27097] {
        padding-top: 7px
    }

    .functions .panels-container .panel-wrap .panels .business .standard-panel[data-v-35d27097],.functions .panels-container .panel-wrap .panels .fee-control .standard-panel[data-v-35d27097] {
        padding: 0 0 66px
    }

    .functions .panels-container .panel-wrap .panels .business .custom-panel .custom-content .custom-group[data-v-35d27097],.functions .panels-container .panel-wrap .panels .fee-control .custom-panel .custom-content .custom-group[data-v-35d27097] {
        font-size: 16px;
        margin-bottom: 20px
    }

    .functions .panels-container .panel-wrap .panels .business .group[data-v-35d27097],.functions .panels-container .panel-wrap .panels .fee-control .group[data-v-35d27097] {
        margin-bottom: 35px
    }

    .functions .panels-container .panel-wrap .panels .business .group .group-content .group-item[data-v-35d27097],.functions .panels-container .panel-wrap .panels .business .group .title[data-v-35d27097],.functions .panels-container .panel-wrap .panels .fee-control .group .group-content .group-item[data-v-35d27097],.functions .panels-container .panel-wrap .panels .fee-control .group .title[data-v-35d27097] {
        font-size: 14px
    }

    .functions .panels-container .panel-wrap .panels .business .bottoms[data-v-35d27097],.functions .panels-container .panel-wrap .panels .fee-control .bottoms[data-v-35d27097] {
        width: 155px;
        border-left: 1px solid #f3f5f7;
        padding-left: 19px
    }

    .functions .panels-container .panel-wrap .panels .business .bottoms .item[data-v-35d27097],.functions .panels-container .panel-wrap .panels .fee-control .bottoms .item[data-v-35d27097] {
        padding: 30px 0 6px;
        border-bottom: 1px solid rgba(0,0,0,.1)
    }

    .functions .panels-container .panel-wrap .panels .business .bottoms .item .text[data-v-35d27097],.functions .panels-container .panel-wrap .panels .fee-control .bottoms .item .text[data-v-35d27097] {
        font-size: 16px
    }

    .functions .panels-container .panel-wrap .panels .business .bottoms .item .double-icon[data-v-35d27097],.functions .panels-container .panel-wrap .panels .fee-control .bottoms .item .double-icon[data-v-35d27097] {
        margin-left: 22px
    }

    .functions .panels-container .panel-wrap .panels .business .bottoms .item[data-v-35d27097]:last-child,.functions .panels-container .panel-wrap .panels .fee-control .bottoms .item[data-v-35d27097]:last-child {
        padding-top: 37px
    }

    .functions .panels-container .panel-wrap .panels .business[data-v-35d27097] {
        padding: 20px 0 66px
    }

    .functions .panels-container .panel-wrap .panels .tag[data-v-35d27097] {
        width: 40px;
        height: 17px
    }

    .functions .panels-container .panel-wrap .panels .tag.hot[data-v-35d27097] {
        width: 43px;
        height: 20px;
        margin-left: 10px
    }

    .functions .panels-container .panel-wrap .panels .tag.right-arrow[data-v-35d27097] {
        width: 16px;
        margin-left: 5px
    }

    .responsive .header[data-v-35d27097] {
        height: 307px
    }

    .responsive .header .logo[data-v-35d27097] {
        width: 842px;
        height: 106px
    }

    .responsive .header .action[data-v-35d27097] {
        width: 134px;
        height: 134px;
        right: 61.44px
    }

    .responsive .header .menu-list[data-v-35d27097] {
        height: 100vh;
        font-size: 92px;
        transform: translateY(-10px)
    }

    .responsive .header .menu-list .menu-item[data-v-35d27097] {
        padding: 0 60px;
        margin-bottom: 40px
    }

    .responsive .header .menu-list .menu-item .title[data-v-35d27097] {
        padding: 72px 0;
        border-radius: 20px
    }

    .responsive .header .menu-list .menu-item .title .arrow-icon[data-v-35d27097] {
        width: 70px;
        height: 70px;
        right: 128px
    }

    .responsive .header .menu-list .menu-item .menu-content .menu-sub-item[data-v-35d27097] {
        font-size: 82px;
        margin-bottom: 108px
    }

    .responsive .header .menu-list .menu-item .menu-content .menu-sub-item[data-v-35d27097]:first-child {
        margin-top: 82px
    }

    .responsive .header .menu-list .menu-item .menu-content .menu-sub-item[data-v-35d27097]:last-child {
        margin-bottom: 50px
    }

    .responsive .header .menu-list .menu-item.active .menu-content[data-v-35d27097] {
        max-height: 500px
    }

    .responsive .header .menu-list .action-btn[data-v-35d27097] {
        border-radius: 20px;
        width: 100%;
        padding: 72px 0;
        font-size: 92px
    }

    .responsive .ghost[data-v-35d27097] {
        height: 307px
    }
}

@media screen and (max-width: 767px) {
    .desktop[data-v-35d27097] {
        display:none
    }

    .responsive[data-v-35d27097] {
        display: block
    }
}

.container .not-found-content[data-v-ed1551f4] {
    display: flex;
    margin: 5.72917vw 0
}

.container .not-found-content .logo[data-v-ed1551f4] {
    width: 22.8125vw;
    margin-left: 5.98958vw
}

.container .not-found-content .logo img[data-v-ed1551f4] {
    width: 100%
}

.container .not-found-content .text[data-v-ed1551f4] {
    padding-left: 7.29167vw
}

.container .not-found-content .text .number[data-v-ed1551f4] {
    width: 27.08333vw;
    margin-bottom: 2.08333vw
}

.container .not-found-content .text .number img[data-v-ed1551f4] {
    width: 100%
}

.container .not-found-content .text .description[data-v-ed1551f4] {
    margin-bottom: .625vw
}

.container .not-found-content .text .description p[data-v-ed1551f4] {
    font-size: .72917vw;
    color: #002368;
    line-height: 1.5
}

.container .not-found-content .text .description p.zh[data-v-ed1551f4] {
    margin-top: .52083vw
}

.container .not-found-content .text .description p.strong[data-v-ed1551f4] {
    font-size: 1.25vw
}

.container .not-found-content .text .back-home[data-v-ed1551f4] {
    margin-top: 1.5625vw;
    padding: .78125vw 3.125vw
}

.container .not-found-content .text .auto-direct[data-v-ed1551f4] {
    margin-top: 2.08333vw;
    font-size: 1.04167vw;
    color: #002368
}

.container .more-content[data-v-ed1551f4] {
    border-top: 1px solid #eeeeef
}

.container .more-content .title[data-v-ed1551f4] {
    color: #002368;
    font-size: 1.25vw;
    margin-bottom: .52083vw;
    padding: 1.31771vw 0
}

.container .more-content .title .icons[data-v-ed1551f4] {
    width: .625vw;
    height: 1.04167vw;
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.container .more-content .title .icons img[data-v-ed1551f4] {
    width: 100%;
    position: absolute;
    top: 0
}

.container .more-content .title .icons img[data-v-ed1551f4]:nth-child(2) {
    top: .3125vw
}

.container .more-content .links[data-v-ed1551f4] {
    display: flex;
    border: 1px solid #22b2cc;
    border-radius: 1.25vw;
    padding: .52083vw 0;
    background: rgba(34,178,204,.04)
}

.container .more-content .links .link[data-v-ed1551f4] {
    flex: 1;
    text-align: center;
    font-size: 1.04167vw;
    color: #002368;
    border-right: 1px solid #002368;
    cursor: pointer;
    text-decoration: none
}

.container .more-content .links .link[data-v-ed1551f4]:last-child {
    border-right: none
}

@media screen and (max-width: 767px) {
    .container .more-content[data-v-ed1551f4] {
        display:none
    }

    .container .not-found-content[data-v-ed1551f4] {
        flex-direction: column;
        align-items: center
    }

    .container .not-found-content .logo[data-v-ed1551f4] {
        width: 176px;
        margin-right: 20px
    }

    .container .not-found-content .text[data-v-ed1551f4] {
        padding: 0 20px;
        text-align: center
    }

    .container .not-found-content .text .number[data-v-ed1551f4] {
        width: 160px;
        margin: 30px auto
    }

    .container .not-found-content .text .description[data-v-ed1551f4] {
        margin-bottom: 20px
    }

    .container .not-found-content .text .description p[data-v-ed1551f4] {
        font-size: 12px
    }

    .container .not-found-content .text .description p.strong[data-v-ed1551f4] {
        font-size: 16px
    }

    .container .not-found-content .text .back-home[data-v-ed1551f4] {
        margin-top: 0;
        padding: 15px 60px
    }

    .container .not-found-content .text .auto-direct[data-v-ed1551f4] {
        margin-top: 20px;
        font-size: 14px;
        color: #002368
    }
}

@media screen and (min-width: 1920px) {
    .not-found-content[data-v-ed1551f4] {
        margin:110px 0
    }

    .not-found-content .logo[data-v-ed1551f4] {
        width: 438px;
        margin-left: 115px
    }

    .not-found-content .text[data-v-ed1551f4] {
        padding-left: 140px
    }

    .not-found-content .text .number[data-v-ed1551f4] {
        width: 520px;
        margin-bottom: 40px
    }

    .not-found-content .text .description[data-v-ed1551f4] {
        margin-bottom: 12px
    }

    .not-found-content .text .description p[data-v-ed1551f4] {
        font-size: 14px
    }

    .not-found-content .text .description p.zh[data-v-ed1551f4] {
        margin-top: 10px
    }

    .not-found-content .text .description p.strong[data-v-ed1551f4] {
        font-size: 24px
    }

    .not-found-content .text .auto-direct[data-v-ed1551f4] {
        margin-top: 40px;
        font-size: 20px
    }

    .not-found-content .text .back-home[data-v-ed1551f4] {
        margin-top: 30px;
        padding: 15px 60px
    }

    .more-content[data-v-ed1551f4] {
        border-top: 1px solid #eeeeef
    }

    .more-content .title[data-v-ed1551f4] {
        font-size: 24px;
        margin-bottom: 10px;
        padding: 25.3px 0
    }

    .more-content .title .icons[data-v-ed1551f4] {
        width: 12px;
        height: 20px
    }

    .more-content .title .icons img[data-v-ed1551f4]:nth-child(2) {
        top: 6px
    }

    .more-content .links[data-v-ed1551f4] {
        border: 1px solid #22b2cc;
        border-radius: 24px;
        padding: 10px 0
    }

    .more-content .links .link[data-v-ed1551f4] {
        font-size: 20px;
        border-right: 1px solid #002368
    }
}

.nuxt-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: .10417vw;
    width: 0;
    opacity: 1;
    transition: width .1s,opacity .4s;
    background-color: #fff;
    z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
    transition: none
}

.nuxt-progress-failed {
    background-color: red
}

@media screen and (max-width: 768px) {
    .pure-u-sm-1,.pure-u-sm-1-1,.pure-u-sm-1-2,.pure-u-sm-1-3,.pure-u-sm-1-4,.pure-u-sm-1-5,.pure-u-sm-1-6,.pure-u-sm-1-8,.pure-u-sm-1-12,.pure-u-sm-1-24,.pure-u-sm-2-3,.pure-u-sm-2-5,.pure-u-sm-2-24,.pure-u-sm-3-4,.pure-u-sm-3-5,.pure-u-sm-3-8,.pure-u-sm-3-24,.pure-u-sm-4-5,.pure-u-sm-4-24,.pure-u-sm-5-5,.pure-u-sm-5-6,.pure-u-sm-5-8,.pure-u-sm-5-12,.pure-u-sm-5-24,.pure-u-sm-6-24,.pure-u-sm-7-8,.pure-u-sm-7-12,.pure-u-sm-7-24,.pure-u-sm-8-24,.pure-u-sm-9-24,.pure-u-sm-10-24,.pure-u-sm-11-12,.pure-u-sm-11-24,.pure-u-sm-12-24,.pure-u-sm-13-24,.pure-u-sm-14-24,.pure-u-sm-15-24,.pure-u-sm-16-24,.pure-u-sm-17-24,.pure-u-sm-18-24,.pure-u-sm-19-24,.pure-u-sm-20-24,.pure-u-sm-21-24,.pure-u-sm-22-24,.pure-u-sm-23-24,.pure-u-sm-24-24 {
        display:inline-block;
        zoom:1;letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

    .pure-u-sm-1-24 {
        width: 4.1667%
    }

    .pure-u-sm-1-12,.pure-u-sm-2-24 {
        width: 8.3333%
    }

    .pure-u-sm-1-8,.pure-u-sm-3-24 {
        width: 12.5%
    }

    .pure-u-sm-1-6,.pure-u-sm-4-24 {
        width: 16.6667%
    }

    .pure-u-sm-1-5 {
        width: 20%
    }

    .pure-u-sm-5-24 {
        width: 20.8333%
    }

    .pure-u-sm-1-4,.pure-u-sm-6-24 {
        width: 25%
    }

    .pure-u-sm-7-24 {
        width: 29.1667%
    }

    .pure-u-sm-1-3,.pure-u-sm-8-24 {
        width: 33.3333%
    }

    .pure-u-sm-3-8,.pure-u-sm-9-24 {
        width: 37.5%
    }

    .pure-u-sm-2-5 {
        width: 40%
    }

    .pure-u-sm-5-12,.pure-u-sm-10-24 {
        width: 41.6667%
    }

    .pure-u-sm-11-24 {
        width: 45.8333%
    }

    .pure-u-sm-1-2,.pure-u-sm-12-24 {
        width: 50%
    }

    .pure-u-sm-13-24 {
        width: 54.1667%
    }

    .pure-u-sm-7-12,.pure-u-sm-14-24 {
        width: 58.3333%
    }

    .pure-u-sm-3-5 {
        width: 60%
    }

    .pure-u-sm-5-8,.pure-u-sm-15-24 {
        width: 62.5%
    }

    .pure-u-sm-2-3,.pure-u-sm-16-24 {
        width: 66.6667%
    }

    .pure-u-sm-17-24 {
        width: 70.8333%
    }

    .pure-u-sm-3-4,.pure-u-sm-18-24 {
        width: 75%
    }

    .pure-u-sm-19-24 {
        width: 79.1667%
    }

    .pure-u-sm-4-5 {
        width: 80%
    }

    .pure-u-sm-5-6,.pure-u-sm-20-24 {
        width: 83.3333%
    }

    .pure-u-sm-7-8,.pure-u-sm-21-24 {
        width: 87.5%
    }

    .pure-u-sm-11-12,.pure-u-sm-22-24 {
        width: 91.6667%
    }

    .pure-u-sm-23-24 {
        width: 95.8333%
    }

    .pure-u-sm-1,.pure-u-sm-1-1,.pure-u-sm-5-5,.pure-u-sm-24-24 {
        width: 100%
    }
}

@media screen and (min-width: 48em) {
    .pure-u-md-1,.pure-u-md-1-1,.pure-u-md-1-2,.pure-u-md-1-3,.pure-u-md-1-4,.pure-u-md-1-5,.pure-u-md-1-6,.pure-u-md-1-8,.pure-u-md-1-12,.pure-u-md-1-24,.pure-u-md-2-3,.pure-u-md-2-5,.pure-u-md-2-24,.pure-u-md-3-4,.pure-u-md-3-5,.pure-u-md-3-8,.pure-u-md-3-24,.pure-u-md-4-5,.pure-u-md-4-24,.pure-u-md-5-5,.pure-u-md-5-6,.pure-u-md-5-8,.pure-u-md-5-12,.pure-u-md-5-24,.pure-u-md-6-24,.pure-u-md-7-8,.pure-u-md-7-12,.pure-u-md-7-24,.pure-u-md-8-24,.pure-u-md-9-24,.pure-u-md-10-24,.pure-u-md-11-12,.pure-u-md-11-24,.pure-u-md-12-24,.pure-u-md-13-24,.pure-u-md-14-24,.pure-u-md-15-24,.pure-u-md-16-24,.pure-u-md-17-24,.pure-u-md-18-24,.pure-u-md-19-24,.pure-u-md-20-24,.pure-u-md-21-24,.pure-u-md-22-24,.pure-u-md-23-24,.pure-u-md-24-24 {
        display:inline-block;
        zoom:1;letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

    .pure-u-md-1-24 {
        width: 4.1667%
    }

    .pure-u-md-1-12,.pure-u-md-2-24 {
        width: 8.3333%
    }

    .pure-u-md-1-8,.pure-u-md-3-24 {
        width: 12.5%
    }

    .pure-u-md-1-6,.pure-u-md-4-24 {
        width: 16.6667%
    }

    .pure-u-md-1-5 {
        width: 20%
    }

    .pure-u-md-5-24 {
        width: 20.8333%
    }

    .pure-u-md-1-4,.pure-u-md-6-24 {
        width: 25%
    }

    .pure-u-md-7-24 {
        width: 29.1667%
    }

    .pure-u-md-1-3,.pure-u-md-8-24 {
        width: 33.3333%
    }

    .pure-u-md-3-8,.pure-u-md-9-24 {
        width: 37.5%
    }

    .pure-u-md-2-5 {
        width: 40%
    }

    .pure-u-md-5-12,.pure-u-md-10-24 {
        width: 41.6667%
    }

    .pure-u-md-11-24 {
        width: 45.8333%
    }

    .pure-u-md-1-2,.pure-u-md-12-24 {
        width: 50%
    }

    .pure-u-md-13-24 {
        width: 54.1667%
    }

    .pure-u-md-7-12,.pure-u-md-14-24 {
        width: 58.3333%
    }

    .pure-u-md-3-5 {
        width: 60%
    }

    .pure-u-md-5-8,.pure-u-md-15-24 {
        width: 62.5%
    }

    .pure-u-md-2-3,.pure-u-md-16-24 {
        width: 66.6667%
    }

    .pure-u-md-17-24 {
        width: 70.8333%
    }

    .pure-u-md-3-4,.pure-u-md-18-24 {
        width: 75%
    }

    .pure-u-md-19-24 {
        width: 79.1667%
    }

    .pure-u-md-4-5 {
        width: 80%
    }

    .pure-u-md-5-6,.pure-u-md-20-24 {
        width: 83.3333%
    }

    .pure-u-md-7-8,.pure-u-md-21-24 {
        width: 87.5%
    }

    .pure-u-md-11-12,.pure-u-md-22-24 {
        width: 91.6667%
    }

    .pure-u-md-23-24 {
        width: 95.8333%
    }

    .pure-u-md-1,.pure-u-md-1-1,.pure-u-md-5-5,.pure-u-md-24-24 {
        width: 100%
    }
}

@media screen and (min-width: 64em) {
    .pure-u-lg-1,.pure-u-lg-1-1,.pure-u-lg-1-2,.pure-u-lg-1-3,.pure-u-lg-1-4,.pure-u-lg-1-5,.pure-u-lg-1-6,.pure-u-lg-1-8,.pure-u-lg-1-12,.pure-u-lg-1-24,.pure-u-lg-2-3,.pure-u-lg-2-5,.pure-u-lg-2-24,.pure-u-lg-3-4,.pure-u-lg-3-5,.pure-u-lg-3-8,.pure-u-lg-3-24,.pure-u-lg-4-5,.pure-u-lg-4-24,.pure-u-lg-5-5,.pure-u-lg-5-6,.pure-u-lg-5-8,.pure-u-lg-5-12,.pure-u-lg-5-24,.pure-u-lg-6-24,.pure-u-lg-7-8,.pure-u-lg-7-12,.pure-u-lg-7-24,.pure-u-lg-8-24,.pure-u-lg-9-24,.pure-u-lg-10-24,.pure-u-lg-11-12,.pure-u-lg-11-24,.pure-u-lg-12-24,.pure-u-lg-13-24,.pure-u-lg-14-24,.pure-u-lg-15-24,.pure-u-lg-16-24,.pure-u-lg-17-24,.pure-u-lg-18-24,.pure-u-lg-19-24,.pure-u-lg-20-24,.pure-u-lg-21-24,.pure-u-lg-22-24,.pure-u-lg-23-24,.pure-u-lg-24-24 {
        display:inline-block;
        zoom:1;letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

    .pure-u-lg-1-24 {
        width: 4.1667%
    }

    .pure-u-lg-1-12,.pure-u-lg-2-24 {
        width: 8.3333%
    }

    .pure-u-lg-1-8,.pure-u-lg-3-24 {
        width: 12.5%
    }

    .pure-u-lg-1-6,.pure-u-lg-4-24 {
        width: 16.6667%
    }

    .pure-u-lg-1-5 {
        width: 20%
    }

    .pure-u-lg-5-24 {
        width: 20.8333%
    }

    .pure-u-lg-1-4,.pure-u-lg-6-24 {
        width: 25%
    }

    .pure-u-lg-7-24 {
        width: 29.1667%
    }

    .pure-u-lg-1-3,.pure-u-lg-8-24 {
        width: 33.3333%
    }

    .pure-u-lg-3-8,.pure-u-lg-9-24 {
        width: 37.5%
    }

    .pure-u-lg-2-5 {
        width: 40%
    }

    .pure-u-lg-5-12,.pure-u-lg-10-24 {
        width: 41.6667%
    }

    .pure-u-lg-11-24 {
        width: 45.8333%
    }

    .pure-u-lg-1-2,.pure-u-lg-12-24 {
        width: 50%
    }

    .pure-u-lg-13-24 {
        width: 54.1667%
    }

    .pure-u-lg-7-12,.pure-u-lg-14-24 {
        width: 58.3333%
    }

    .pure-u-lg-3-5 {
        width: 60%
    }

    .pure-u-lg-5-8,.pure-u-lg-15-24 {
        width: 62.5%
    }

    .pure-u-lg-2-3,.pure-u-lg-16-24 {
        width: 66.6667%
    }

    .pure-u-lg-17-24 {
        width: 70.8333%
    }

    .pure-u-lg-3-4,.pure-u-lg-18-24 {
        width: 75%
    }

    .pure-u-lg-19-24 {
        width: 79.1667%
    }

    .pure-u-lg-4-5 {
        width: 80%
    }

    .pure-u-lg-5-6,.pure-u-lg-20-24 {
        width: 83.3333%
    }

    .pure-u-lg-7-8,.pure-u-lg-21-24 {
        width: 87.5%
    }

    .pure-u-lg-11-12,.pure-u-lg-22-24 {
        width: 91.6667%
    }

    .pure-u-lg-23-24 {
        width: 95.8333%
    }

    .pure-u-lg-1,.pure-u-lg-1-1,.pure-u-lg-5-5,.pure-u-lg-24-24 {
        width: 100%
    }
}

@media screen and (min-width: 80em) {
    .pure-u-xl-1,.pure-u-xl-1-1,.pure-u-xl-1-2,.pure-u-xl-1-3,.pure-u-xl-1-4,.pure-u-xl-1-5,.pure-u-xl-1-6,.pure-u-xl-1-8,.pure-u-xl-1-12,.pure-u-xl-1-24,.pure-u-xl-2-3,.pure-u-xl-2-5,.pure-u-xl-2-24,.pure-u-xl-3-4,.pure-u-xl-3-5,.pure-u-xl-3-8,.pure-u-xl-3-24,.pure-u-xl-4-5,.pure-u-xl-4-24,.pure-u-xl-5-5,.pure-u-xl-5-6,.pure-u-xl-5-8,.pure-u-xl-5-12,.pure-u-xl-5-24,.pure-u-xl-6-24,.pure-u-xl-7-8,.pure-u-xl-7-12,.pure-u-xl-7-24,.pure-u-xl-8-24,.pure-u-xl-9-24,.pure-u-xl-10-24,.pure-u-xl-11-12,.pure-u-xl-11-24,.pure-u-xl-12-24,.pure-u-xl-13-24,.pure-u-xl-14-24,.pure-u-xl-15-24,.pure-u-xl-16-24,.pure-u-xl-17-24,.pure-u-xl-18-24,.pure-u-xl-19-24,.pure-u-xl-20-24,.pure-u-xl-21-24,.pure-u-xl-22-24,.pure-u-xl-23-24,.pure-u-xl-24-24 {
        display:inline-block;
        zoom:1;letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }

    .pure-u-xl-1-24 {
        width: 4.1667%
    }

    .pure-u-xl-1-12,.pure-u-xl-2-24 {
        width: 8.3333%
    }

    .pure-u-xl-1-8,.pure-u-xl-3-24 {
        width: 12.5%
    }

    .pure-u-xl-1-6,.pure-u-xl-4-24 {
        width: 16.6667%
    }

    .pure-u-xl-1-5 {
        width: 20%
    }

    .pure-u-xl-5-24 {
        width: 20.8333%
    }

    .pure-u-xl-1-4,.pure-u-xl-6-24 {
        width: 25%
    }

    .pure-u-xl-7-24 {
        width: 29.1667%
    }

    .pure-u-xl-1-3,.pure-u-xl-8-24 {
        width: 33.3333%
    }

    .pure-u-xl-3-8,.pure-u-xl-9-24 {
        width: 37.5%
    }

    .pure-u-xl-2-5 {
        width: 40%
    }

    .pure-u-xl-5-12,.pure-u-xl-10-24 {
        width: 41.6667%
    }

    .pure-u-xl-11-24 {
        width: 45.8333%
    }

    .pure-u-xl-1-2,.pure-u-xl-12-24 {
        width: 50%
    }

    .pure-u-xl-13-24 {
        width: 54.1667%
    }

    .pure-u-xl-7-12,.pure-u-xl-14-24 {
        width: 58.3333%
    }

    .pure-u-xl-3-5 {
        width: 60%
    }

    .pure-u-xl-5-8,.pure-u-xl-15-24 {
        width: 62.5%
    }

    .pure-u-xl-2-3,.pure-u-xl-16-24 {
        width: 66.6667%
    }

    .pure-u-xl-17-24 {
        width: 70.8333%
    }

    .pure-u-xl-3-4,.pure-u-xl-18-24 {
        width: 75%
    }

    .pure-u-xl-19-24 {
        width: 79.1667%
    }

    .pure-u-xl-4-5 {
        width: 80%
    }

    .pure-u-xl-5-6,.pure-u-xl-20-24 {
        width: 83.3333%
    }

    .pure-u-xl-7-8,.pure-u-xl-21-24 {
        width: 87.5%
    }

    .pure-u-xl-11-12,.pure-u-xl-22-24 {
        width: 91.6667%
    }

    .pure-u-xl-23-24 {
        width: 95.8333%
    }

    .pure-u-xl-1,.pure-u-xl-1-1,.pure-u-xl-5-5,.pure-u-xl-24-24 {
        width: 100%
    }
}

.fade-enter {
    opacity: 0
}

.fade-enter-active {
    transition: opacity .5s
}

.fade-enter-to,.fade-leave {
    opacity: 1
}

.fade-leave-active {
    transition: opacity .5s
}

.fade-leave-to {
    opacity: 0
}

.rotate-change-enter {
    opacity: 0;
    transform: rotate(180deg)
}

.rotate-change-enter-active {
    transition: all .5s
}

.rotate-change-enter-to,.rotate-change-leave {
    transform: rotate(0deg);
    opacity: 1
}

.rotate-change-leave-active {
    transition: all .5s
}

.rotate-change-leave-to {
    transform: rotate(-180deg);
    opacity: 0
}

@-webkit-keyframes rightIn {
    0% {
        transform: translateX(100%);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes rightIn {
    0% {
        transform: translateX(100%);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

.logo-animation-enter {
    opacity: 0
}

.logo-animation-enter-active {
    transition: opacity .5s
}

.logo-animation-enter-to,.logo-animation-leave {
    opacity: 1
}

.logo-animation-leave-active {
    transition: opacity 0s
}

.logo-animation-leave-to {
    opacity: 0
}

.base-hover {
    cursor: pointer
}

.base-hover:hover {
    opacity: .8
}

input:-webkit-autofill {
    box-shadow: inset 0 0 0 52.08333vw #fff
}

@-webkit-keyframes shakeX {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

@keyframes shakeX {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

body {
    font-family: SF UI Display,PingFangSC-Regular,Microsoft YaHei,Arial,Helvetica,sans-serif;
    font-weight: 400;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.base.content-container {
    width: 73.75vw
}

.base.margin-center {
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width: 1920px) {
    .base.content-container {
        width:1416px
    }
}

@media screen and (max-width: 767px) {
    .base.content-container {
        width:100%
    }
}

@media screen and (min-width: 768px)and (max-width:1024px) {
    .base.content-container {
        width:95%
    }
}

.white-bg {
    background: #fff
}

.crop-placeholder {
    border: 1px dashed #ddd;
    border-radius: .20833vw;
    background: #eee;
    position: relative;
    cursor: help
}

.crop-placeholder:before {
    position: absolute;
    content: "éœ€è¦åˆ‡å›¾";
    top: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: #666;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-out
}

.crop-placeholder:hover:before {
    visibility: visible;
    opacity: 1
}

li,p,ul {
    margin: 0
}

li,ul {
    padding: 0;
    list-style: none
}

span[id^=cnzz_stat_icon] {
    display: none
}

.footer[data-v-643bf5d2] {
    background: #fff;
    padding-top: 2.5vw
}

.footer .logo[data-v-643bf5d2] {
    width: 16.35417vw;
    height: 2.08333vw
}

.footer .logo img[data-v-643bf5d2] {
    width: 100%;
    height: 100%
}

.footer .dividing-line[data-v-643bf5d2] {
    height: 1px;
    background: #eeeeef;
    margin: 2.5vw 0 0
}

.footer .content[data-v-643bf5d2] {
    font-size: 0
}

.footer .content .sitemaps[data-v-643bf5d2] {
    box-sizing: border-box
}

.footer .content .pure-contact[data-v-643bf5d2] {
    box-sizing: border-box;
    border-left: 1px solid #eeeeef
}

.footer .content .group[data-v-643bf5d2] {
    font-size: .72917vw
}

.footer .content .group.resources[data-v-643bf5d2] {
    padding-left: 1.5625vw
}

.footer .content .group.contact[data-v-643bf5d2] {
    padding-left: 4.6875vw
}

.footer .content .group .title[data-v-643bf5d2] {
    padding: 3.38542vw 0 1.04167vw;
    font-size: 1.14583vw;
    color: #002368
}

.footer .content .group .items[data-v-643bf5d2] {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 2.60417vw;
    color: #6f8199;
    font-size: .9375vw;
    cursor: pointer
}

.footer .content .group .items a[data-v-643bf5d2] {
    color: #6f8199;
    text-decoration: none
}

.footer .content .group .items a[data-v-643bf5d2]:hover {
    text-decoration: underline
}

.footer .content .group .items[data-v-643bf5d2] :hover {
    opacity: .8
}

.footer .content .group .display_none[data-v-643bf5d2] {
    display: none
}

.footer .content .contact-channels[data-v-643bf5d2] {
    border-top: 1px solid #eeeeef;
    margin: 1.5625vw 0 0;
    font-size: .72917vw;
    list-style: none;
    padding: 1.04167vw 0 1.04167vw 4.6875vw;
    display: flex
}

.footer .content .contact-channels .item[data-v-643bf5d2] {
    margin-right: 2.60417vw;
    width: 2.08333vw;
    height: 2.08333vw;
    cursor: pointer;
    position: relative
}

.footer .content .contact-channels .item img[data-v-643bf5d2] {
    width: 100%;
    height: 100%
}

.footer .content .contact-channels .item img[data-v-643bf5d2]:hover {
    opacity: .8
}

.footer .content .contact-channels .item img.wechat-icon:hover+.qrcode-container[data-v-643bf5d2] {
    opacity: 1
}

.footer .content .contact-channels .item .qrcode-container[data-v-643bf5d2] {
    position: absolute;
    width: 11.45833vw;
    height: 11.45833vw;
    top: -11.45833vw;
    left: -4.6875vw;
    opacity: 0;
    transition: .3s ease-out
}

.footer .links[data-v-643bf5d2] {
    border-top: 1px solid #eeeeef;
    padding: .83333vw 0;
    display: flex;
    flex-direction: column;
    color: #002368;
    font-size: .9375vw
}

.footer .links .top[data-v-643bf5d2] {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer .links .top .sqhl[data-v-643bf5d2] {
    position: relative
}

.footer .links .top .sqhl:hover #QRcodeImg[data-v-643bf5d2] {
    display: block
}

.footer .links .top #QRcodeImg[data-v-643bf5d2] {
    background: url(../img/index/qrcode.png) no-repeat bottom;
    width: 13.54167vw;
    height: 13.54167vw;
    position: absolute;
    display: none;
    left: -130%;
    bottom: 120%
}

.footer .links .link[data-v-643bf5d2] {
    display: flex;
    margin-top: .52083vw
}

.footer .links .link .container[data-v-643bf5d2] {
    flex: 1
}

.footer .links .link .container .items[data-v-643bf5d2] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

.footer .links .link .container .items .item[data-v-643bf5d2] {
    line-height: 1.5;
    margin-right: 1.04167vw
}

.footer .links .link .container .items .item a[data-v-643bf5d2] {
    color: #aaa;
    font-size: .88542vw;
    text-decoration: none
}

.footer .links .link .container .items .item a[data-v-643bf5d2]:hover {
    text-decoration: underline
}

.footer .copyright[data-v-643bf5d2] {
    border-top: 1px solid #eeeeef;
    border-bottom: 1px solid #eeeeef;
    padding: 1.40625vw 0;
    color: #4e5c6f;
    font-size: .9375vw;
    justify-content: space-between;
    margin-bottom: 3.85417vw
}

.footer .copyright[data-v-643bf5d2],.footer .copyright .left_view .text-infos[data-v-643bf5d2] {
    display: flex;
    align-items: center
}

.footer .copyright .left_view .text-infos img[data-v-643bf5d2] {
    width: 100%
}

.footer .copyright .left_view .text-infos a[data-v-643bf5d2] {
    color: #4e5c6f;
    text-decoration: none
}

.footer .copyright .left_view .text-infos a[data-v-643bf5d2]:hover {
    text-decoration: underline
}

.footer .copyright .left_view .text-infos .police-logo[data-v-643bf5d2] {
    width: 2.29167vw;
    height: 2.29167vw;
    margin: 0 .57292vw 0 .9375vw
}

.footer .copyright .left_view .text-infos .norton-logo[data-v-643bf5d2] {
    width: 5.52083vw;
    height: 2.23958vw;
    margin: 0 1.14583vw 0 2.29167vw
}

.footer .copyright .left_view .text-infos .trust-logo[data-v-643bf5d2] {
    width: 5.52083vw;
    height: 1.875vw
}

.footer .copyright .left_view .text-infos .iso-logo[data-v-643bf5d2] {
    width: 2.23958vw;
    height: 1.97917vw;
    margin-left: 1.45833vw
}

.footer .copyright .left_view .developer[data-v-643bf5d2] {
    color: #4e5c6f;
    margin-top: 1.04167vw
}

.footer .copyright .left_view .developer a[data-v-643bf5d2] {
    color: #4e5c6f;
    text-decoration: none
}

.footer .copyright .left_view .developer a[data-v-643bf5d2]:hover {
    text-decoration: underline
}

.responsive-footer[data-v-643bf5d2] {
    font-size: 0;
    display: none;
    padding-bottom: 21.875vw
}

.responsive-footer .footer-container[data-v-643bf5d2] {
    padding: 2.91667vw 0 0 13.33333vw
}

.responsive-footer .group[data-v-643bf5d2] {
    margin-bottom: 3.64583vw
}

.responsive-footer .group .title[data-v-643bf5d2] {
    padding: 3.38542vw 0 1.04167vw;
    font-size: 3.80208vw;
    color: #002368;
    margin-bottom: 3.17708vw
}

.responsive-footer .group .items[data-v-643bf5d2] {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 8.64583vw;
    color: #6f8199;
    font-size: 3.125vw
}

.responsive-footer .group .items a[data-v-643bf5d2] {
    color: #6f8199;
    text-decoration: none
}

.responsive-footer .group .items a[data-v-643bf5d2]:hover {
    text-decoration: underline
}

.responsive-footer .group .items .display_none[data-v-643bf5d2] {
    display: none
}

.responsive-footer .title[data-v-643bf5d2] {
    font-size: 3.80208vw;
    color: #002368
}

.responsive-footer .copyright[data-v-643bf5d2] {
    margin-top: 7.8125vw;
    font-size: 2.39583vw;
    color: #4e5c6f
}

.responsive-footer .copyright img[data-v-643bf5d2] {
    width: 100%
}

.responsive-footer .copyright .text-infos[data-v-643bf5d2] {
    display: flex;
    justify-content: center;
    align-items: center
}

.responsive-footer .copyright .text-infos a[data-v-643bf5d2] {
    color: #4e5c6f;
    text-decoration: none
}

.responsive-footer .copyright .text-infos a[data-v-643bf5d2]:hover {
    text-decoration: underline
}

.responsive-footer .copyright .text-infos .police-logo[data-v-643bf5d2] {
    width: 5.9375vw;
    height: 5.9375vw;
    margin: 0 1.61458vw 0 2.39583vw
}

.responsive-footer .copyright .mg[data-v-643bf5d2] {
    margin: 5.3125vw 0 6.14583vw
}

.responsive-footer .copyright .logos[data-v-643bf5d2] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5.3125vw 0 6.14583vw
}

.responsive-footer .copyright .logos .norton-logo[data-v-643bf5d2] {
    width: 14.11458vw;
    height: 5.72917vw
}

.responsive-footer .copyright .logos .trust-logo[data-v-643bf5d2] {
    width: 14.11458vw;
    height: 4.79167vw;
    margin: 0 3.75vw
}

.responsive-footer .copyright .logos .iso-logo[data-v-643bf5d2] {
    width: 6.40625vw;
    height: 5.625vw
}

.responsive-footer .copyright .company-copyright[data-v-643bf5d2] {
    text-align: center
}

@media screen and (min-width: 1920px) {
    .footer[data-v-643bf5d2] {
        padding-top:48px
    }

    .footer .logo[data-v-643bf5d2] {
        width: 314px;
        height: 40px
    }

    .footer .dividing-line[data-v-643bf5d2] {
        height: 1px;
        margin-top: 48px
    }

    .footer .content .pure-contact[data-v-643bf5d2] {
        border-left: 1px solid #eeeeef
    }

    .footer .content .group[data-v-643bf5d2] {
        font-size: 14px
    }

    .footer .content .group.resources[data-v-643bf5d2] {
        padding-left: 30px
    }

    .footer .content .group.contact[data-v-643bf5d2] {
        padding-left: 90px
    }

    .footer .content .group .title[data-v-643bf5d2] {
        padding: 65px 0 20px;
        font-size: 22px
    }

    .footer .content .group .items[data-v-643bf5d2] {
        line-height: 50px;
        font-size: 18px
    }

    .footer .content .contact-channels[data-v-643bf5d2] {
        border-top: 1px solid #eeeeef;
        margin-top: 30px;
        font-size: 14px;
        padding: 20px 0 20px 90px
    }

    .footer .content .contact-channels .item[data-v-643bf5d2] {
        margin-right: 50px;
        width: 40px;
        height: 40px
    }

    .footer .content .contact-channels .item .qrcode-container[data-v-643bf5d2] {
        position: absolute;
        width: 220px;
        height: 220px;
        top: -220px;
        left: -90px;
        opacity: 0;
        transition: .3s ease-out
    }

    .footer .links[data-v-643bf5d2] {
        border-top: 1px solid #eeeeef;
        padding: 16px 0;
        display: flex;
        flex-direction: column;
        color: #002368;
        font-size: 18px
    }

    .footer .links .top[data-v-643bf5d2] {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .footer .links .top .sqhl[data-v-643bf5d2] {
        position: relative
    }

    .footer .links .top .sqhl:hover #QRcodeImg[data-v-643bf5d2] {
        display: block
    }

    .footer .links .top #QRcodeImg[data-v-643bf5d2] {
        background: url(../img/index/qrcode.png) no-repeat bottom;
        width: 260px;
        height: 260px;
        position: absolute;
        display: none;
        left: -130%;
        bottom: 120%
    }

    .footer .links .link[data-v-643bf5d2] {
        display: flex;
        margin-top: 10px
    }

    .footer .links .link .container[data-v-643bf5d2] {
        flex: 1
    }

    .footer .links .link .container .items[data-v-643bf5d2] {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap
    }

    .footer .links .link .container .items .item[data-v-643bf5d2] {
        line-height: 1.5;
        margin-right: 20px
    }

    .footer .links .link .container .items .item a[data-v-643bf5d2] {
        color: #aaa;
        font-size: 17px;
        text-decoration: none
    }

    .footer .links .link .container .items .item a[data-v-643bf5d2]:hover {
        text-decoration: underline
    }

    .footer .copyright[data-v-643bf5d2] {
        border-top: 1px solid #eeeeef;
        border-bottom: 1px solid #eeeeef;
        padding: 27px 0;
        font-size: 18px;
        margin-bottom: 74px
    }

    .footer .copyright .text-infos .police-logo[data-v-643bf5d2] {
        width: 44px;
        height: 44px;
        margin: 0 11px 0 18px
    }

    .footer .copyright .text-infos .norton-logo[data-v-643bf5d2] {
        width: 106px;
        height: 43px;
        margin: 0 22px 0 44px
    }

    .footer .copyright .text-infos .trust-logo[data-v-643bf5d2] {
        width: 106px;
        height: 36px
    }

    .footer .copyright .text-infos .iso-logo[data-v-643bf5d2] {
        width: 43px;
        height: 38px;
        margin-left: 28px
    }

    .responsive-footer[data-v-643bf5d2] {
        padding-bottom: 420px
    }

    .responsive-footer .footer-container[data-v-643bf5d2] {
        padding: 56px 0 0 256px
    }

    .responsive-footer .group[data-v-643bf5d2] {
        margin-bottom: 70px
    }

    .responsive-footer .group .title[data-v-643bf5d2] {
        padding: 65px 0 20px;
        font-size: 73px;
        margin-bottom: 61px
    }

    .responsive-footer .group .items[data-v-643bf5d2] {
        line-height: 166px;
        font-size: 60px
    }

    .responsive-footer .title[data-v-643bf5d2] {
        font-size: 73px
    }

    .responsive-footer .copyright[data-v-643bf5d2] {
        margin-top: 150px;
        font-size: 46px
    }

    .responsive-footer .copyright .text-infos .police-logo[data-v-643bf5d2] {
        width: 114px;
        height: 114px;
        margin: 0 31px 0 46px
    }

    .responsive-footer .copyright .logos[data-v-643bf5d2] {
        margin: 102px 0 118px
    }

    .responsive-footer .copyright .logos .norton-logo[data-v-643bf5d2] {
        width: 271px;
        height: 110px
    }

    .responsive-footer .copyright .logos .trust-logo[data-v-643bf5d2] {
        width: 271px;
        height: 92px;
        margin: 0 72px
    }

    .responsive-footer .copyright .logos .iso-logo[data-v-643bf5d2] {
        width: 123px;
        height: 108px
    }
}

@media screen and (max-width: 767px) {
    .desktop[data-v-643bf5d2] {
        display:none
    }

    .responsive-footer[data-v-643bf5d2] {
        display: block;
        background: #fff
    }
}

.base-select[data-v-8a127e28] {
    position: relative;
    z-index: 11
}

.base-select .select-wrap[data-v-8a127e28] {
    cursor: pointer;
    position: relative;
    z-index: 2
}

.base-select .select-container[data-v-8a127e28] {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 .10417vw .78125vw 0 rgba(0,0,0,.08);
    border-radius: .10417vw;
    border: 1px solid #f3f5f7;
    box-sizing: border-box;
    padding: 1.04167vw 0;
    max-height: 15.625vw;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-out
}

.base-select .select-container.top[data-v-8a127e28] {
    bottom: 100%;
    top: unset
}

.base-select .select-container.active[data-v-8a127e28] {
    visibility: visible;
    opacity: 1
}

.base-select .select-container.active .option[data-v-8a127e28] {
    transform: translateY(0);
    transition-delay: 0;
    opacity: 1
}

.base-select .select-container.active .option[data-v-8a127e28]:first-child {
    transition-delay: 0s
}

.base-select .select-container.active .option[data-v-8a127e28]:nth-child(2) {
    transition-delay: .05s
}

.base-select .select-container.active .option[data-v-8a127e28]:nth-child(3) {
    transition-delay: .1s
}

.base-select .select-container.active .option[data-v-8a127e28]:nth-child(4) {
    transition-delay: .15s
}

.base-select .select-container.active .option[data-v-8a127e28]:nth-child(5) {
    transition-delay: .2s
}

.base-select .select-container.active .option[data-v-8a127e28]:nth-child(6) {
    transition-delay: .25s
}

.base-select .select-container.active .option[data-v-8a127e28]:nth-child(7) {
    transition-delay: .3s
}

.base-select .select-container.active .option[data-v-8a127e28]:nth-child(8) {
    transition-delay: .35s
}

.base-select .select-container.active .option[data-v-8a127e28]:nth-child(9) {
    transition-delay: .4s
}

.base-select .select-container.active .option[data-v-8a127e28]:nth-child(10) {
    transition-delay: .45s
}

.base-select .select-container.active .option[data-v-8a127e28]:nth-child(11) {
    transition-delay: .5s
}

.base-select .select-container.active .option[data-v-8a127e28]:nth-child(12) {
    transition-delay: .55s
}

.base-select .select-container.active .option[data-v-8a127e28]:nth-child(13) {
    transition-delay: .6s
}

.base-select .select-container.active .option[data-v-8a127e28]:nth-child(14) {
    transition-delay: .65s
}

.base-select .select-container.active .option[data-v-8a127e28]:nth-child(15) {
    transition-delay: .7s
}

.base-select .select-container.active .option[data-v-8a127e28]:nth-child(16) {
    transition-delay: .75s
}

.base-select .select-container.active .option[data-v-8a127e28]:nth-child(17) {
    transition-delay: .8s
}

.base-select .select-container.active .option[data-v-8a127e28]:nth-child(18) {
    transition-delay: .85s
}

.base-select .select-container.active .option[data-v-8a127e28]:nth-child(19) {
    transition-delay: .9s
}

.base-select .select-container.active .option[data-v-8a127e28]:nth-child(20) {
    transition-delay: .95s
}

.base-select .select-container.active .option[data-v-8a127e28]:nth-child(21) {
    transition-delay: 1s
}

.base-select .select-container .option[data-v-8a127e28] {
    text-align: center;
    padding: .36458vw 0;
    font-size: .83333vw;
    cursor: pointer;
    transform: translateY(-10%);
    transition: transform .3s ease-out,opacity .3s ease-out;
    transition-delay: 0;
    opacity: 0;
    color: #68747f
}

.base-select .select-container .option.active[data-v-8a127e28],.base-select .select-container .option[data-v-8a127e28]:hover {
    background: #22b2cc;
    color: #fff
}

.background[data-v-8a127e28] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

@media screen and (min-width: 1920px) {
    .base-select .select-container[data-v-8a127e28] {
        box-shadow:0 2px 15px 0 rgba(0,0,0,.08);
        border-radius: 2px;
        border: 1px solid #f3f5f7;
        padding: 20px 0;
        max-height: 300px
    }

    .base-select .select-container .option[data-v-8a127e28] {
        padding: 7px 0;
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .base-select .select-container .option[data-v-8a127e28] {
        font-size:12px
    }
}

.base-hover[data-v-c9974790] {
    cursor: pointer
}

.base-hover[data-v-c9974790]:hover {
    opacity: .8
}

input[data-v-c9974790]:-webkit-autofill {
    box-shadow: inset 0 0 0 52.08333vw #fff
}

@-webkit-keyframes shakeX-data-v-c9974790 {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

@keyframes shakeX-data-v-c9974790 {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

.download-program[data-v-c9974790] {
    height: 5.20833vw;
    background: #002368;
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    transition: all .5s ease-out;
    border-radius: 0;
    z-index: 10
}

.download-program .slogan[data-v-c9974790] {
    font-size: 1.35417vw;
    margin-left: 7.29167vw;
    color: #1ee5f5
}

.download-program .select-wrap[data-v-c9974790] {
    margin-left: 2.60417vw;
    position: relative
}

.download-program .select[data-v-c9974790] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 14.58333vw;
    height: 3.125vw;
    border: none;
    border-radius: 0;
    font-size: .9375vw;
    color: #6f8199;
    padding: 0 3.125vw;
    position: relative;
    background: #fff;
    box-sizing: border-box;
    display: flex;
    align-items: center
}

.download-program .select[data-v-c9974790]:after {
    content: "";
    display: block;
    width: 1.04167vw;
    height: .46875vw;
    background-image: url(../img/index/arrow.png);
    background-size: contain;
    position: absolute;
    top: 1.35417vw;
    right: 2.34375vw;
    background-repeat: no-repeat
}

.download-program .download[data-v-c9974790] {
    width: 14.58333vw;
    height: 3.125vw;
    margin-left: 2.60417vw;
    border: none;
    background: #3ccddc;
    color: #fff;
    font-size: 1.14583vw;
    cursor: pointer;
    outline: none
}

.download-program .download[data-v-c9974790]:disabled {
    cursor: not-allowed
}

.download-program .close[data-v-c9974790] {
    width: 2.08333vw;
    height: 2.08333vw;
    position: absolute;
    right: 2.5vw;
    cursor: pointer
}

.download-program .close img[data-v-c9974790] {
    width: 100%
}

.download-program .fold-container[data-v-c9974790] {
    position: absolute;
    right: -4.6875vw;
    height: 100%;
    font-size: 1.04167vw;
    color: #1ee5f5;
    background: #002368;
    width: 4.6875vw;
    transition: all .3s ease;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-top-right-radius: .52083vw;
    border-bottom-right-radius: .52083vw
}

.download-program .fold-container img[data-v-c9974790] {
    width: 1.66667vw;
    margin-bottom: .26042vw
}

.download-program.fold[data-v-c9974790] {
    transform: translateX(-100%)
}

.responsive-bottom-btns[data-v-c9974790] {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 .52083vw 2.65625vw 0 rgba(0,0,0,.1);
    justify-content: center;
    opacity: 0;
    transform: translateY(100%);
    transition: all .3s ease-out;
    padding: 2.23958vw 0 calc(2.23958vw + env(safe-area-inset-bottom));
    z-index: 10
}

.responsive-bottom-btns.active[data-v-c9974790] {
    transform: translateY(0);
    opacity: 1
}

.responsive-bottom-btns .chat-btn[data-v-c9974790] {
    display: flex;
    align-items: center;
    background: #002566;
    color: #fff;
    border-radius: .83333vw;
    border: none;
    min-width: 38.38542vw;
    justify-content: center
}

.responsive-bottom-btns .chat-btn .chaticon[data-v-c9974790] {
    width: 10.41667vw;
    margin-right: 1.5625vw
}

.chat[data-v-c9974790] {
    position: fixed;
    right: 1.04167vw;
    bottom: 8.33333vw;
    font-size: .83333vw;
    padding: 0 1.04167vw 0 .52083vw;
    background: #3ccddc;
    color: #fff;
    border-radius: 1.5625vw;
    display: flex;
    align-items: center;
    -webkit-animation: rightIn .6s cubic-bezier(0,0,.03,1.47);
    animation: rightIn .6s cubic-bezier(0,0,.03,1.47);
    z-index: 20
}

.chat img[data-v-c9974790] {
    width: 3.125vw
}

.download-modal[data-v-c9974790] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 21;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden
}

.download-modal.active[data-v-c9974790] {
    visibility: visible
}

.download-modal.active .modal-content[data-v-c9974790] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.download-modal .modal-content[data-v-c9974790] {
    width: 41.66667vw;
    background: #fff;
    box-shadow: 0 .26042vw .78125vw rgba(0,0,0,.5);
    border-radius: .3125vw;
    position: relative;
    visibility: hidden;
    transform: translateY(-20%);
    transition: all .3s ease-out;
    opacity: 0
}

.download-modal .modal-content .modal-header[data-v-c9974790] {
    padding: .52083vw 0
}

.download-modal .modal-content .modal-header .close[data-v-c9974790] {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: .52083vw 1.04167vw;
    color: rgba(0,0,0,.2);
    font-size: 1.5625vw
}

.download-modal .modal-content .modal-header .modal-title[data-v-c9974790] {
    font-size: 1.82292vw;
    font-weight: 400;
    text-align: center;
    padding: 1.5625vw .52083vw
}

.download-modal .modal-content .modal-body[data-v-c9974790] {
    padding: 0 4.16667vw
}

.download-modal .modal-content .modal-body .submit_modal-input-wrapper[data-v-c9974790] {
    margin-bottom: 1.5625vw
}

.download-modal .modal-content .modal-body .submit_modal-input-wrapper[data-v-c9974790]:last-child {
    margin-bottom: 0
}

.download-modal .modal-content .modal-body .submit_modal-input-code-wrapper[data-v-c9974790] {
    display: flex
}

.download-modal .modal-content .modal-body .submit_modal-input-code-wrapper input[data-v-c9974790] {
    flex: 1
}

.download-modal .modal-content .modal-body .submit_modal-input-code-wrapper .getCode[data-v-c9974790] {
    margin-left: 1.04167vw;
    background: #002368;
    color: #fff
}

.download-modal .modal-content .modal-body input[data-v-c9974790] {
    font-size: 1.04167vw;
    width: 100%;
    padding: 0 .625vw;
    height: 3.38542vw;
    border-radius: .3125vw;
    border: 1px solid #ddd;
    outline: none;
    box-sizing: border-box
}

.download-modal .modal-content .modal-body input[data-v-c9974790]::-webkit-input-placeholder {
    color: #aaa
}

.download-modal .modal-content .modal-body input[data-v-c9974790]::-moz-placeholder {
    color: #aaa
}

.download-modal .modal-content .modal-body input[data-v-c9974790]:-ms-input-placeholder {
    color: #aaa
}

.download-modal .modal-content .modal-body input[data-v-c9974790]::-ms-input-placeholder {
    color: #aaa
}

.download-modal .modal-content .modal-body input[data-v-c9974790]::placeholder {
    color: #aaa
}

.download-modal .modal-content .modal-footer[data-v-c9974790] {
    margin-top: 1.5625vw;
    margin-bottom: 2.08333vw;
    text-align: center
}

.download-modal .modal-content .modal-footer .submit-modal-btn[data-v-c9974790] {
    background: #3ccddc;
    color: #fff
}

.download-modal .modal-content button[data-v-c9974790] {
    height: 3.38542vw;
    padding: .3125vw 1.30208vw;
    font-size: 1.04167vw;
    border: none;
    border-radius: .20833vw;
    cursor: pointer
}

.download-modal .modal-content button[data-v-c9974790]:disabled {
    opacity: .8;
    cursor: not-allowed
}

@media screen and (min-width: 767px) {
    .udesk-container[data-v-c9974790] {
        position:fixed;
        bottom: 119px;
        right: 30px;
        z-index: 10000000000000;
        transition: .3s
    }

    .udesk-container.show-sale[data-v-c9974790] {
        bottom: 49px
    }

    .udesk-container .content[data-v-c9974790] {
        width: 60px;
        position: relative
    }

    .udesk-container .content .img-base[data-v-c9974790] {
        width: 48px
    }

    .udesk-container .content .text-base[data-v-c9974790] {
        color: #fff;
        font-size: 12px;
        white-space: nowrap;
        line-height: 1
    }

    .udesk-container .content .box-base[data-v-c9974790] {
        box-shadow: 0 2px 20px 0 rgba(0,0,0,.05);
        text-align: center;
        border-radius: 2px;
        width: 60px;
        height: 60px
    }

    .udesk-container .content .wechat[data-v-c9974790] {
        background-color: #22b2cc
    }

    .udesk-container .content .wechat .online-text[data-v-c9974790] {
        color: #fff
    }

    .udesk-container .content .phone[data-v-c9974790] {
        position: relative
    }

    .udesk-container .content .phone img[data-v-c9974790] {
        width: 25px!important;
        margin-top: 10px;
        margin-bottom: 3px
    }

    .udesk-container .content .phone[data-v-c9974790]:hover {
        cursor: pointer;
        background: rgba(34,178,204,.8)
    }

    .udesk-container .content .phone:hover .phone-number[data-v-c9974790],.udesk-container .content .phone:hover .qrcode[data-v-c9974790] {
        display: flex
    }

    .udesk-container .content .phone .phone-number[data-v-c9974790] {
        display: none;
        position: absolute;
        width: 250px;
        height: 80px;
        top: 0;
        bottom: 0;
        right: 75px;
        margin: auto;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 8px 0;
        box-sizing: border-box;
        background: #fff!important;
        box-shadow: 1px 1px 8px #eee
    }

    .udesk-container .content .phone .phone-number p[data-v-c9974790] {
        font-size: 16px
    }

    .udesk-container .content .phone .phone-number .phone-div[data-v-c9974790] {
        width: 200px;
        text-align: left
    }

    .udesk-container .content .phone .phone-number span[data-v-c9974790] {
        color: #002368
    }

    .udesk-container .content .phone .phone-number[data-v-c9974790]:after {
        content: " ";
        width: 18px;
        height: 18px;
        background: #fff!important;
        right: -8px;
        top: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        transform: rotate(45deg)
    }

    .udesk-container .content .phone .qrcode[data-v-c9974790] {
        display: none;
        position: absolute;
        width: 180px;
        height: 180px;
        top: 0;
        bottom: 0;
        right: 75px;
        margin: auto;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 8px;
        border-radius: 10px;
        box-sizing: border-box;
        background: #fff!important;
        box-shadow: 1px 1px 8px #eee
    }

    .udesk-container .content .phone .qrcode .qrimg[data-v-c9974790] {
        width: 100%!important;
        height: 100%
    }

    .udesk-container .content .phone .qrcode[data-v-c9974790]:after {
        content: " ";
        width: 18px;
        height: 18px;
        background: #fff!important;
        right: -8px;
        top: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        transform: rotate(45deg)
    }

    .udesk-container .content .sale-before-after[data-v-c9974790] {
        box-sizing: border-box;
        width: 60px;
        height: 0;
        visibility: hidden;
        opacity: 0;
        background-color: #fff;
        box-shadow: 0 2px 20px 0 rgba(0,0,0,.05);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: .3s
    }

    .udesk-container .content .sale-before-after .text[data-v-c9974790] {
        font-size: 12px;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #002368
    }

    .udesk-container .content .sale-before-after .text[data-v-c9974790]:hover {
        color: #22b2cc
    }

    .udesk-container .content .sale-before-after .dash[data-v-c9974790] {
        height: 1px;
        width: 40px;
        border-bottom: 1px dashed #22b2cc
    }

    .udesk-container .content .sale-before-after.show[data-v-c9974790] {
        height: 70px;
        visibility: visible;
        opacity: 1
    }

    .udesk-container .content .video[data-v-c9974790] {
        background-color: #fff;
        margin-top: 3px
    }

    .udesk-container .content .video .make-text[data-v-c9974790] {
        color: #002368
    }

    .udesk-container .content .go-top[data-v-c9974790] {
        margin-top: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff
    }

    .udesk-container .content .go-top .go-top-img[data-v-c9974790] {
        width: 24px
    }

    .udesk-container .content a[data-v-c9974790] {
        text-decoration: none;
        color: #22b2cc
    }
}

@media screen and (max-width: 767px) {
    .download-program[data-v-c9974790],.responsive-bottom-btns[data-v-c9974790] {
        display:none
    }

    .responsive-bottom-btns .divied[data-v-c9974790] {
        width: 5px
    }

    .desktop[data-v-c9974790] {
        display: none
    }

    .udesk-container[data-v-c9974790] {
        position: fixed;
        bottom: 159px;
        right: 0;
        z-index: 10000000000000;
        transition: .3s
    }

    .udesk-container.show-sale[data-v-c9974790] {
        bottom: 89px
    }

    .udesk-container .content[data-v-c9974790] {
        width: 48px;
        position: relative
    }

    .udesk-container .content .img-base[data-v-c9974790] {
        width: 40px
    }

    .udesk-container .content .text-base[data-v-c9974790] {
        color: #fff;
        font-size: 10px;
        white-space: nowrap;
        line-height: 1
    }

    .udesk-container .content .box-base[data-v-c9974790] {
        box-shadow: 0 2px 20px 0 rgba(0,0,0,.05);
        text-align: center;
        border-radius: 2px;
        width: 48px;
        height: 48px
    }

    .udesk-container .content .wechat[data-v-c9974790] {
        background-color: #22b2cc
    }

    .udesk-container .content .wechat .online-text[data-v-c9974790] {
        color: #fff
    }

    .udesk-container .content .phone[data-v-c9974790] {
        position: relative
    }

    .udesk-container .content .phone img[data-v-c9974790] {
        width: 18px!important;
        margin-top: 10px;
        margin-bottom: 3px
    }

    .udesk-container .content .phone[data-v-c9974790]:hover {
        cursor: pointer;
        background: rgba(34,178,204,.8)
    }

    .udesk-container .content .phone:hover .phone-number[data-v-c9974790],.udesk-container .content .phone:hover .qrcode[data-v-c9974790] {
        display: flex
    }

    .udesk-container .content .phone .phone-number[data-v-c9974790] {
        display: none;
        position: absolute;
        width: 250px;
        height: 80px;
        top: 0;
        bottom: 0;
        right: 75px;
        margin: auto;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 8px 0;
        box-sizing: border-box;
        background: #fff!important;
        box-shadow: 1px 1px 8px #eee
    }

    .udesk-container .content .phone .phone-number p[data-v-c9974790] {
        font-size: 16px
    }

    .udesk-container .content .phone .phone-number .phone-div[data-v-c9974790] {
        width: 200px;
        text-align: left
    }

    .udesk-container .content .phone .phone-number span[data-v-c9974790] {
        color: #002368
    }

    .udesk-container .content .phone .phone-number[data-v-c9974790]:after {
        content: " ";
        width: 18px;
        height: 18px;
        background: #fff!important;
        right: -8px;
        top: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        transform: rotate(45deg)
    }

    .udesk-container .content .phone .qrcode[data-v-c9974790] {
        display: none;
        position: absolute;
        width: 180px;
        height: 180px;
        top: 0;
        bottom: 0;
        right: 75px;
        margin: auto;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 8px;
        border-radius: 10px;
        box-sizing: border-box;
        background: #fff!important;
        box-shadow: 1px 1px 8px #eee
    }

    .udesk-container .content .phone .qrcode .qrimg[data-v-c9974790] {
        width: 100%!important;
        height: 100%
    }

    .udesk-container .content .phone .qrcode[data-v-c9974790]:after {
        content: " ";
        width: 18px;
        height: 18px;
        background: #fff!important;
        right: -8px;
        top: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        transform: rotate(45deg)
    }

    .udesk-container .content .sale-before-after[data-v-c9974790] {
        box-sizing: border-box;
        width: 48px;
        height: 0;
        visibility: hidden;
        opacity: 0;
        background-color: #fff;
        box-shadow: 0 2px 20px 0 rgba(0,0,0,.05);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: .3s
    }

    .udesk-container .content .sale-before-after .text[data-v-c9974790] {
        font-size: 10px;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .udesk-container .content .sale-before-after .text[data-v-c9974790]:hover {
        color: #22b2cc
    }

    .udesk-container .content .sale-before-after .dash[data-v-c9974790] {
        height: 1px;
        width: 32px;
        border-bottom: 1px dashed #22b2cc
    }

    .udesk-container .content .sale-before-after.show[data-v-c9974790] {
        height: 70px;
        visibility: visible;
        opacity: 1
    }

    .udesk-container .content .video[data-v-c9974790] {
        background-color: #fff;
        margin-top: 3px
    }

    .udesk-container .content .video .make-text[data-v-c9974790] {
        color: #002368
    }

    .udesk-container .content .go-top[data-v-c9974790] {
        margin-top: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff
    }

    .udesk-container .content .go-top .go-top-img[data-v-c9974790] {
        width: 20px
    }

    .udesk-container .content a[data-v-c9974790] {
        text-decoration: none
    }
}

@media screen and (min-width: 1920px) {
    .download-program[data-v-c9974790] {
        height:100px
    }

    .download-program .slogan[data-v-c9974790] {
        font-size: 26px;
        margin-left: 140px
    }

    .download-program .select-wrap[data-v-c9974790] {
        margin-left: 50px
    }

    .download-program .select[data-v-c9974790] {
        width: 280px;
        height: 60px;
        font-size: 18px;
        padding: 0 60px
    }

    .download-program .select[data-v-c9974790]:after {
        width: 20px;
        height: 9px;
        top: 26px;
        right: 45px
    }

    .download-program .download[data-v-c9974790] {
        width: 280px;
        height: 60px;
        margin-left: 50px;
        font-size: 22px
    }

    .download-program .close[data-v-c9974790] {
        width: 40px;
        height: 40px;
        right: 48px
    }

    .download-program .fold-container[data-v-c9974790] {
        right: -90px;
        height: 100%;
        font-size: 20px;
        width: 90px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px
    }

    .download-program .fold-container img[data-v-c9974790] {
        width: 32px;
        margin-bottom: 5px
    }

    .download-modal .modal-content[data-v-c9974790] {
        width: 800px;
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
        border-radius: 6px
    }

    .download-modal .modal-content .modal-header[data-v-c9974790] {
        padding: 10px 0
    }

    .download-modal .modal-content .modal-header .close[data-v-c9974790] {
        padding: 10px 20px;
        font-size: 30px
    }

    .download-modal .modal-content .modal-header .modal-title[data-v-c9974790] {
        font-size: 35px;
        padding: 30px 10px
    }

    .download-modal .modal-content .modal-body[data-v-c9974790] {
        padding: 0 80px
    }

    .download-modal .modal-content .modal-body .submit_modal-input-wrapper[data-v-c9974790] {
        margin-bottom: 30px
    }

    .download-modal .modal-content .modal-body .submit_modal-input-code-wrapper .getCode[data-v-c9974790] {
        margin-left: 20px
    }

    .download-modal .modal-content .modal-body input[data-v-c9974790] {
        font-size: 20px;
        padding: 0 12px;
        height: 65px;
        border-radius: 6px;
        border: 1px solid #ddd
    }

    .download-modal .modal-content .modal-footer[data-v-c9974790] {
        margin-top: 30px;
        margin-bottom: 40px
    }

    .download-modal .modal-content button[data-v-c9974790] {
        height: 65px;
        padding: 6px 25px;
        font-size: 20px;
        border-radius: 4px
    }
}

.base-button[data-v-b92dbd18] {
    padding: .52083vw 1.04167vw;
    min-width: 6.25vw;
    background: transparent;
    font-size: 1.04167vw;
    border-radius: .20833vw;
    box-sizing: border-box;
    border: none;
    position: relative;
    outline: none;
    cursor: pointer
}

.base-button[data-v-b92dbd18]:hover {
    opacity: .8
}

.base-button[data-v-b92dbd18]:after {
    border-radius: .20833vw;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box
}

.base-button.default[data-v-b92dbd18] {
    color: #3ccddc;
    transition: all .3s ease-out
}

.base-button.default[data-v-b92dbd18]:after {
    border: 1px solid #3ccddc
}

.base-button.default[data-v-b92dbd18]:hover,.base-button.primary[data-v-b92dbd18] {
    color: #fff;
    background: #3ccddc
}

.base-button.strong[data-v-b92dbd18] {
    background: #005adc;
    color: #fff
}

.base-button.dark[data-v-b92dbd18] {
    background: #002566;
    color: #fff
}

.base-button.gotall[data-v-b92dbd18] {
    background: #fff;
    color: black;
    border-color: black;
    border: 1px solid rgb(20 18 18 / 83%);
}
.base-button.make-try[data-v-b92dbd18] {
    background-color: #fff;
    color: #119ab2;
    -webkit-animation: fadeIn-data-v-b92dbd18 .8s ease-out;
    animation: fadeIn-data-v-b92dbd18 .8s ease-out
}

.base-button.make-try[data-v-b92dbd18]:hover {
    opacity: .9
}

.base-button.ekuaidang[data-v-b92dbd18] {
    color: #fff;
    background-color: #007fef;
    -webkit-animation: fadeIn-data-v-b92dbd18 .8s ease-out;
    animation: fadeIn-data-v-b92dbd18 .8s ease-out
}

.base-button.ekuaidang[data-v-b92dbd18]:hover {
    opacity: .9
}

.base-button.make-consultant[data-v-b92dbd18] {
    background-color: #fff;
    color: #0041be;
    -webkit-animation: fadeIn-data-v-b92dbd18 .8s ease-out;
    animation: fadeIn-data-v-b92dbd18 .8s ease-out
}

.base-button.make-consultant[data-v-b92dbd18]:hover {
    opacity: .9
}

@-webkit-keyframes fadeIn-data-v-b92dbd18 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn-data-v-b92dbd18 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@media screen and (min-width: 1920px) {
    .base-button[data-v-b92dbd18] {
        padding:10px 20px;
        min-width: 120px;
        font-size: 20px
    }

    .base-button[data-v-b92dbd18],.base-button[data-v-b92dbd18]:after {
        border-radius: 4px
    }
}

@media screen and (max-width: 767px) {
    .base-button[data-v-b92dbd18] {
        min-width:144px;
        padding: 10px 0;
        font-size: 16px;
        border-radius: 4px
    }
}

.base-hover[data-v-6a1355d2] {
    cursor: pointer
}

.base-hover[data-v-6a1355d2]:hover {
    opacity: .8
}

input[data-v-6a1355d2]:-webkit-autofill {
    box-shadow: inset 0 0 0 52.08333vw #fff
}

@-webkit-keyframes shakeX-data-v-6a1355d2 {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

@keyframes shakeX-data-v-6a1355d2 {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

.banner-wrapper .banner[data-v-6a1355d2] {
    overflow: hidden;
    width: 100%;
    height: 36.45833vw;
    position: relative
}

.banner-wrapper .banner .back-img[data-v-6a1355d2] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.banner-wrapper .tab-wrapper[data-v-6a1355d2] {
    width: 100%;
    height: 4.16667vw;
    display: flex;
    justify-content: center;
    background-color: #22b2cc;
    cursor: pointer
}

.banner-wrapper .tab-wrapper.fixed[data-v-6a1355d2] {
    position: fixed;
    z-index: 15
}

.banner-wrapper .tab-wrapper .tab-bar[data-v-6a1355d2] {
    display: flex;
    list-style: none;
    font-size: 1.14583vw
}

.banner-wrapper .tab-wrapper .tab-bar .tab-item[data-v-6a1355d2] {
    width: 8.95833vw;
    color: #fff;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.banner-wrapper .customer-case-style[data-v-6a1355d2] {
    position: relative
}

.banner-wrapper .customer-case-style .tab-bar .tab-item[data-v-6a1355d2] {
    width: 23.95833vw;
    height: 4.16667vw;
    margin-left: 1.04167vw;
    text-align: center;
    line-height: 4.16667vw;
    color: #fff
}

.banner-wrapper .customer-case-style .filter-strip[data-v-6a1355d2] {
    position: absolute;
    width: 73.95833vw;
    height: .41667vw;
    left: 0;
    bottom: 0
}

.banner-wrapper .customer-case-style .filter-strip .filler[data-v-6a1355d2] {
    width: 23.95833vw;
    height: .41667vw;
    background-color: #3ccddc;
    transform: translateX(0);
    transition: transform .3s ease-out
}

@media screen and (min-width: 1920px) {
    .banner-wrapper .tab-wrapper[data-v-6a1355d2] {
        height:80px
    }

    .banner-wrapper .tab-wrapper .tab-bar[data-v-6a1355d2] {
        font-size: 22px
    }

    .banner-wrapper .tab-wrapper .tab-bar .tab-item[data-v-6a1355d2] {
        width: 172px
    }

    .banner-wrapper .customer-case-style .tab-bar .tab-item[data-v-6a1355d2] {
        width: 460px;
        height: 80px;
        margin-left: 20px;
        line-height: 80px
    }

    .banner-wrapper .customer-case-style .filter-strip[data-v-6a1355d2] {
        width: 1420px;
        height: 8px
    }

    .banner-wrapper .customer-case-style .filter-strip .filler[data-v-6a1355d2] {
        width: 460px;
        height: 8px
    }
}

@media screen and (max-width: 767px) {
    .banner-wrapper .banner[data-v-6a1355d2] {
        height:180px
    }

    .banner-wrapper .tab-wrapper[data-v-6a1355d2] {
        display: block;
        height: 50px;
        overflow-x: scroll;
        overflow-y: hidden;
        box-sizing: border-box;
        cursor: auto
    }

    .banner-wrapper .tab-wrapper .tab-bar[data-v-6a1355d2] {
        width: 100vw;
        justify-content: space-around
    }

    .banner-wrapper .tab-wrapper .tab-bar .item-wrapper[data-v-6a1355d2] {
        height: 50px;
        line-height: 50px
    }

    .banner-wrapper .tab-wrapper .tab-bar .item-wrapper[data-v-6a1355d2]:hover {
        opacity: .6
    }

    .banner-wrapper .tab-wrapper .case-tabbar[data-v-6a1355d2] {
        width: auto
    }

    .banner-wrapper .tab-wrapper .filter-strip[data-v-6a1355d2] {
        position: absolute;
        width: 100vw;
        height: 3px;
        left: 0;
        bottom: 0
    }

    .banner-wrapper .tab-wrapper .filter-strip .filler[data-v-6a1355d2] {
        height: 3px;
        background-color: #3ccddc;
        transform: translateX(0);
        transition: transform .3s ease-out
    }

    .banner-wrapper .hide-tab[data-v-6a1355d2] {
        display: none
    }
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-container-3d {
    perspective: 62.5vw
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 2.29167vw
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 1.40625vw;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: 2.29167vw;
    height: var(--swiper-navigation-size);
    margin-top: -1.14583vw;
    margin-top: calc(-1*var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-theme-color);
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 2.29167vw;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    -moz-font-feature-settings: normal,;
    font-feature-settings: normal,;
    font-variant: normal;
    line-height: 1
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    left: .52083vw;
    right: auto
}

.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    right: .52083vw;
    left: auto
}

.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: .52083vw;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: .41667vw;
    height: .41667vw;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-theme-color);
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: .52083vw;
    top: 50%;
    transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: .3125vw 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: .41667vw
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s,top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 .20833vw
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-theme-color);
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: .20833vw;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
    width: .20833vw;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: .52083vw;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: .15625vw;
    z-index: 50;
    height: .26042vw;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: .15625vw;
    top: 1%;
    z-index: 50;
    width: .26042vw;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: .52083vw;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 2.1875vw;
    height: 2.1875vw;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1.09375vw;
    margin-top: -1.09375vw;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s linear infinite;
    box-sizing: border-box;
    border-left: .20833vw solid var(--swiper-theme-color);
    border-bottom: .20833vw solid var(--swiper-theme-color);
    border-right: .20833vw solid var(--swiper-theme-color);
    border: .20833vw solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top: .20833vw solid transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(2.60417vw);
    filter: blur(2.60417vw);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.base-hover[data-v-78b6066d] {
    cursor: pointer
}

.base-hover[data-v-78b6066d]:hover {
    opacity: .8
}

input[data-v-78b6066d]:-webkit-autofill {
    box-shadow: inset 0 0 0 52.08333vw #fff
}

@-webkit-keyframes shakeX-data-v-78b6066d {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

@keyframes shakeX-data-v-78b6066d {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

.brief-title[data-v-78b6066d] {
    line-height: 1.5
}

.brief-title .title[data-v-78b6066d] {
    font-size: 2.29167vw;
    color: #002566;
    text-align: center;
    font-weight: 400;
    font-weight: 700
}

.brief-title .sub-title[data-v-78b6066d] {
    margin-top: .57292vw;
    font-size: 1.35417vw;
    color: #002368;
    text-align: center;
    font-weight: 400
}

.brief-title .responsive[data-v-78b6066d] {
    display: none
}

.brief-title .responsive .title[data-v-78b6066d] {
    font-size: 5.88542vw
}

.brief-title .responsive .sub-title[data-v-78b6066d] {
    margin-top: 1.35417vw;
    font-size: 3.48958vw
}

@media screen and (min-width: 1920px) {
    .brief-title .title[data-v-78b6066d] {
        font-size:44px
    }

    .brief-title .sub-title[data-v-78b6066d] {
        margin-top: 11px;
        font-size: 26px
    }

    .brief-title .responsive .title[data-v-78b6066d] {
        font-size: 113px
    }

    .brief-title .responsive .sub-title[data-v-78b6066d] {
        margin-top: 26px;
        font-size: 67px
    }
}

@media screen and (max-width: 767px) {
    .desktop[data-v-78b6066d] {
        display:none
    }

    .responsive[data-v-78b6066d] {
        display: block!important
    }
}

.base-hover[data-v-49e11c4a] {
    cursor: pointer
}

.base-hover[data-v-49e11c4a]:hover {
    opacity: .8
}

input[data-v-49e11c4a]:-webkit-autofill {
    box-shadow: inset 0 0 0 52.08333vw #fff
}

@-webkit-keyframes shakeX-data-v-49e11c4a {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

@keyframes shakeX-data-v-49e11c4a {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

.ykb-swiper-wrapper .using-ykb[data-v-49e11c4a] {
    width: 100%;
    height: 52.44792vw;
    background-color: #fff;
    overflow: hidden
}

.ykb-swiper-wrapper .using-ykb .title[data-v-49e11c4a] {
    font-size: 2.29167vw;
    font-weight: 400;
    line-height: 3.22917vw;
    color: #002368;
    text-align: center;
    margin-top: 3.38542vw
}

.ykb-swiper-wrapper .using-ykb .swapper-container .tab-bar-filler[data-v-49e11c4a] {
    display: flex;
    justify-content: center
}

.ykb-swiper-wrapper .using-ykb .swapper-container .tab-bar-filler .tab-bar-wrapper[data-v-49e11c4a] {
    width: 70.83333vw;
    overflow: hidden;
    margin-bottom: -1.04167vw
}

.ykb-swiper-wrapper .using-ykb .swapper-container .tab-bar-filler .tab-bar-wrapper .tab-bar[data-v-49e11c4a] {
    display: flex
}

.ykb-swiper-wrapper .using-ykb .swapper-container .tab-bar-filler .tab-bar-wrapper .tab-bar .tab-item[data-v-49e11c4a] {
    width: 17.70833vw;
    height: 9.375vw;
    text-align: center;
    position: relative;
    margin-top: 1.5625vw;
    cursor: pointer
}

.ykb-swiper-wrapper .using-ykb .swapper-container .tab-bar-filler .tab-bar-wrapper .tab-bar .tab-item .tab-item-title[data-v-49e11c4a] {
    font-size: 1.97917vw;
    font-weight: 400;
    color: #002368;
    line-height: 2.76042vw;
    margin-top: 2.44792vw
}

.ykb-swiper-wrapper .using-ykb .swapper-container .tab-bar-filler .tab-bar-wrapper .tab-bar .tab-item .changColor[data-v-49e11c4a] {
    color: #3ccddc
}

.ykb-swiper-wrapper .using-ykb .swapper-container .tab-bar-filler .tab-bar-wrapper .tab-bar .tab-item .tab-item-content[data-v-49e11c4a] {
    font-size: 1.25vw;
    font-weight: 400;
    color: #002368;
    line-height: 1.71875vw;
    margin-top: 1.25vw
}

.ykb-swiper-wrapper .using-ykb .swapper-container .tab-bar-filler .tab-bar-wrapper .filter-strip[data-v-49e11c4a] {
    width: 25%;
    height: .41667vw;
    background-color: #3ccddc;
    transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -webkit-transition: transform .3s ease-out;
    -o-transition: witransformdth .3s ease-out
}

.ykb-swiper-wrapper .using-ykb .swapper-container .swapper[data-v-49e11c4a] {
    display: flex;
    justify-content: center;
    align-items: center
}

.ykb-swiper-wrapper .using-ykb .swapper-container .swapper .temSwiper[data-v-49e11c4a] {
    width: 70.83333vw;
    margin: 0;
    padding: 1.04167vw
}

.ykb-swiper-wrapper .using-ykb .swapper-container .swapper .left-arrow[data-v-49e11c4a] {
    width: 5.41667vw;
    height: 5.41667vw;
    margin-right: 4.16667vw
}

.ykb-swiper-wrapper .using-ykb .swapper-container .swapper .left-arrow[data-v-49e11c4a]:hover {
    cursor: pointer;
    opacity: .6
}

.ykb-swiper-wrapper .using-ykb .swapper-container .swapper .swiper-slide[data-v-49e11c4a] {
    box-shadow: 0 .10417vw 1.04167vw 0 rgba(0,0,0,.1)
}

.ykb-swiper-wrapper .using-ykb .swapper-container .swapper .text-card[data-v-49e11c4a] {
    width: 100%;
    height: 27.08333vw;
    background: #fff;
    display: flex;
    justify-content: space-between
}

.ykb-swiper-wrapper .using-ykb .swapper-container .swapper .text-card .text-content[data-v-49e11c4a] {
    height: 100%;
    padding: 3.38542vw 4.58333vw 0 5.20833vw;
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column
}

.ykb-swiper-wrapper .using-ykb .swapper-container .swapper .text-card .text-content p[data-v-49e11c4a]:first-child {
    font-size: 1.45833vw;
    font-weight: 400;
    color: #002368;
    line-height: 2.5vw
}

.ykb-swiper-wrapper .using-ykb .swapper-container .swapper .text-card .text-content p[data-v-49e11c4a]:nth-child(2) {
    font-size: 1.04167vw;
    font-weight: 400;
    color: #68747f;
    line-height: 2.08333vw;
    margin-top: 1.51042vw;
    flex: 1
}

.ykb-swiper-wrapper .using-ykb .swapper-container .swapper .text-card .text-content .company[data-v-49e11c4a] {
    display: flex;
    align-items: center;
    margin-bottom: 2.76042vw
}

.ykb-swiper-wrapper .using-ykb .swapper-container .swapper .text-card .text-content .company .company-logo[data-v-49e11c4a] {
    width: 6.19792vw;
    height: 6.19792vw;
    -o-object-fit: cover;
    object-fit: cover
}

.ykb-swiper-wrapper .using-ykb .swapper-container .swapper .text-card .text-content .company .user-info[data-v-49e11c4a] {
    margin-left: .88542vw;
    font-weight: 400
}

.ykb-swiper-wrapper .using-ykb .swapper-container .swapper .text-card .text-content .company .user-info .user-name[data-v-49e11c4a] {
    color: #002368;
    font-size: 1.25vw
}

.ykb-swiper-wrapper .using-ykb .swapper-container .swapper .text-card .text-content .company .user-info .company-address[data-v-49e11c4a] {
    color: #002368;
    font-size: .9375vw;
    margin-top: 0
}

.ykb-swiper-wrapper .using-ykb .swapper-container .swapper .text-card .text-img[data-v-49e11c4a] {
    width: 26.35417vw;
    height: 100%;
    display: block
}

.ykb-swiper-wrapper .using-ykb .swapper-container .swapper .right-arrow[data-v-49e11c4a] {
    width: 5.41667vw;
    height: 5.41667vw;
    margin-left: 4.16667vw
}

.ykb-swiper-wrapper .using-ykb .swapper-container .swapper .right-arrow[data-v-49e11c4a]:hover {
    cursor: pointer;
    opacity: .6
}

@media screen and (min-width: 1920px) {
    .ykb-swiper-wrapper .using-ykb[data-v-49e11c4a] {
        height:1007px
    }

    .ykb-swiper-wrapper .using-ykb .title[data-v-49e11c4a] {
        font-size: 44px;
        line-height: 62px;
        margin-top: 65px
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .tab-bar-filler .tab-bar-wrapper[data-v-49e11c4a] {
        width: 1360px;
        margin-bottom: -20px
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .tab-bar-filler .tab-bar-wrapper .tab-bar .tab-item[data-v-49e11c4a] {
        width: 340px;
        height: 180px;
        margin-top: 30px
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .tab-bar-filler .tab-bar-wrapper .tab-bar .tab-item .tab-item-title[data-v-49e11c4a] {
        font-size: 38px;
        line-height: 53px;
        margin-top: 47px
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .tab-bar-filler .tab-bar-wrapper .tab-bar .tab-item .tab-item-content[data-v-49e11c4a] {
        font-size: 24px;
        line-height: 33px;
        margin-top: 24px
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .tab-bar-filler .tab-bar-wrapper .filter-strip[data-v-49e11c4a] {
        width: 25%;
        height: 8px
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .swapper .temSwiper[data-v-49e11c4a] {
        width: 1360px;
        margin: 0;
        padding: 20px
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .swapper .left-arrow[data-v-49e11c4a] {
        width: 104px;
        height: 104px;
        margin-right: 80px
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .swapper .swiper-slide[data-v-49e11c4a] {
        box-shadow: 0 2px 10px 0 rgba(0,0,0,.1)
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .swapper .text-card[data-v-49e11c4a] {
        width: 100%;
        height: 520px
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .swapper .text-card .text-content[data-v-49e11c4a] {
        height: 100%;
        padding: 65px 88px 0 100px;
        box-sizing: border-box;
        flex: 1;
        display: flex;
        flex-direction: column
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .swapper .text-card .text-content p[data-v-49e11c4a]:first-child {
        font-size: 28px;
        font-weight: 400;
        line-height: 48px
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .swapper .text-card .text-content p[data-v-49e11c4a]:nth-child(2) {
        font-size: 20px;
        line-height: 40px;
        margin-top: 29px
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .swapper .text-card .text-content .company[data-v-49e11c4a] {
        margin-bottom: 53px
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .swapper .text-card .text-content .company .company-logo[data-v-49e11c4a] {
        width: 119px;
        height: 119px
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .swapper .text-card .text-content .company .user-info[data-v-49e11c4a] {
        margin-left: 17px
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .swapper .text-card .text-content .company .user-info .user-name[data-v-49e11c4a] {
        font-size: 24px
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .swapper .text-card .text-content .company .user-info .company-address[data-v-49e11c4a] {
        font-size: 18px;
        margin-top: 0
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .swapper .text-card .text-img[data-v-49e11c4a] {
        width: 506px;
        height: 100%
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .swapper .right-arrow[data-v-49e11c4a] {
        width: 104px;
        height: 104px;
        margin-left: 80px
    }
}

@media screen and (max-width: 767px) {
    .ykb-swiper-wrapper .using-ykb[data-v-49e11c4a] {
        width:100%;
        height: auto;
        background-color: #f0f2f5
    }

    .ykb-swiper-wrapper .using-ykb .title[data-v-49e11c4a] {
        font-size: 22px;
        line-height: 30px;
        margin-top: 32px
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .tab-bar-filler .tab-bar-wrapper[data-v-49e11c4a] {
        width: 666px;
        margin-bottom: 0
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .tab-bar-filler .tab-bar-wrapper .tab-bar[data-v-49e11c4a] {
        display: flex
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .tab-bar-filler .tab-bar-wrapper .tab-bar .tab-item[data-v-49e11c4a] {
        width: 166px;
        height: 108px;
        padding: 0 6px;
        margin-left: 0
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .tab-bar-filler .tab-bar-wrapper .tab-bar .tab-item .tab-item-title[data-v-49e11c4a] {
        font-size: 18px;
        line-height: 25px;
        margin-top: 20px
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .tab-bar-filler .tab-bar-wrapper .tab-bar .tab-item .tab-item-content[data-v-49e11c4a] {
        font-size: 10px;
        line-height: 14px;
        margin-top: 15px
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .tab-bar-filler .tab-bar-wrapper .filter-strip[data-v-49e11c4a] {
        height: 4px
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .swapper[data-v-49e11c4a] {
        justify-content: center;
        width: 100%
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .swapper .temSwiper[data-v-49e11c4a] {
        width: 100%;
        padding: 0
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .swapper .left-arrow[data-v-49e11c4a] {
        display: none
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .swapper .swiper-slide[data-v-49e11c4a] {
        box-shadow: none
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .swapper .text-card[data-v-49e11c4a] {
        height: 111.9vw;
        display: flex;
        flex-direction: column-reverse
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .swapper .text-card .text-content[data-v-49e11c4a] {
        width: 100%;
        padding: 20px 14px 0;
        box-sizing: border-box;
        height: 224px
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .swapper .text-card .text-content p[data-v-49e11c4a]:first-child {
        font-size: 17px;
        color: #3ccddc;
        line-height: 24px
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .swapper .text-card .text-content p[data-v-49e11c4a]:nth-child(2) {
        font-size: 12px;
        color: #8291a3;
        line-height: 13px;
        margin-top: 7px
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .swapper .text-card .text-content .company[data-v-49e11c4a] {
        margin-bottom: 0;
        border-top: 1px solid #e9ebef;
        padding: 12px 0;
        margin-top: 12px
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .swapper .text-card .text-content .company .company-logo[data-v-49e11c4a] {
        width: 58px;
        height: 58px
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .swapper .text-card .text-content .company .user-info[data-v-49e11c4a] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 8px
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .swapper .text-card .text-content .company .user-info .user-name[data-v-49e11c4a] {
        font-size: 12px;
        margin-top: 0
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .swapper .text-card .text-content .company .user-info .company-address[data-v-49e11c4a] {
        font-size: 12px
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .swapper .text-card .text-img[data-v-49e11c4a] {
        width: 100%;
        height: 44.9vw;
        -o-object-fit: cover;
        object-fit: cover
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .swapper .right-arrow[data-v-49e11c4a] {
        display: none
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .swapper .swiper-container[data-v-49e11c4a] {
        padding-bottom: 8vw;
        overflow: visible
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .swapper .swiper-slide[data-v-49e11c4a] {
        width: 70%;
        margin: 0 1.8vw;
        opacity: .4;
        transition: all .3s ease-out
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .swapper .swiper-slide .swiper-item[data-v-49e11c4a] {
        transition: all .3s ease-out
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .swapper .swiper-slide .swiper-item .head .active-text .text-content[data-v-49e11c4a] {
        font-size: 12px!important;
        padding: 25px 15px 0
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .swapper .swiper-slide .swiper-item .head .active-text .author[data-v-49e11c4a] {
        font-size: 12px!important;
        padding-right: 6px
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .swapper .swiper-slide .swiper-item .head .active-text .author[data-v-49e11c4a]:before {
        width: 30px
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .swapper .swiper-slide.swiper-slide-active[data-v-49e11c4a] {
        opacity: 1
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .swapper .swiper-slide.swiper-slide-active .swiper-item[data-v-49e11c4a] {
        box-shadow: 3px 3px 17px 0 rgba(60,205,220,.1)
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .swapper .swiper-slide.swiper-slide-active .swiper-item .head .active-text[data-v-49e11c4a] {
        opacity: 1
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .swapper .swiper-slide.swiper-slide-active .swiper-item .head .active-text .author[data-v-49e11c4a],.ykb-swiper-wrapper .using-ykb .swapper-container .swapper .swiper-slide.swiper-slide-active .swiper-item .head .active-text .text-content[data-v-49e11c4a] {
        transform: translateY(0)
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .swapper .swiper-pagination-bullets[data-v-49e11c4a] {
        bottom: 3vw
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .swapper .swiper-pagination-bullets[data-v-49e11c4a] .swiper-pagination-bullet {
        width: 5px!important;
        height: 5px!important;
        margin-right: 10px;
        border-radius: 5px;
        background-color: #d8d8d8;
        opacity: 1
    }

    .ykb-swiper-wrapper .using-ykb .swapper-container .swapper .swiper-pagination-bullets[data-v-49e11c4a] .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #3ccddc
    }
}

.verify-texts[data-v-684ad14f] {
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.verify-texts.disabled[data-v-684ad14f] {
    color: #94a3b5;
    cursor: not-allowed
}

div[data-v-2fddefa1] {
    box-sizing: border-box
}

.download-modal[data-v-2fddefa1] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 21;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden
}

.download-modal.active[data-v-2fddefa1] {
    visibility: visible
}

.download-modal.active .modal-content[data-v-2fddefa1] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.download-modal .modal-content[data-v-2fddefa1] {
    box-shadow: 0 .10417vw 1.04167vw 0 rgba(0,0,0,.1);
    position: relative;
    visibility: hidden;
    transform: translateY(-20%);
    transition: all .3s ease-out;
    opacity: 0
}

@media screen and (min-width: 1920px) {
    .download-modal .modal-content[data-v-2fddefa1] {
        box-shadow:0 2px 20px 0 rgba(0,0,0,.1)
    }
}

@media screen and (max-width: 767px) {
    .download-modal .modal-content[data-v-2fddefa1] {
        box-shadow:none
    }
}

.base-hover[data-v-2d400bb6] {
    cursor: pointer
}

.base-hover[data-v-2d400bb6]:hover {
    opacity: .8
}

input[data-v-2d400bb6]:-webkit-autofill {
    box-shadow: inset 0 0 0 52.08333vw #fff
}

@-webkit-keyframes shakeX-data-v-2d400bb6 {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

@keyframes shakeX-data-v-2d400bb6 {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

div[data-v-2d400bb6] {
    box-sizing: border-box
}

.clues-success[data-v-2d400bb6] {
    width: 30.20833vw;
    height: 30.20833vw;
    background-color: #fff;
    box-shadow: 0 .10417vw 1.04167vw 0 rgba(0,0,0,.1);
    padding-top: 4.11458vw;
    display: flex;
    flex-direction: column;
    align-items: center
}

.clues-success .img-wrap[data-v-2d400bb6] {
    position: relative
}

.clues-success .img-wrap .success-img[data-v-2d400bb6] {
    width: 15.10417vw
}

.clues-success .img-wrap .success-text[data-v-2d400bb6] {
    position: absolute;
    bottom: 1.77083vw;
    left: 50%;
    transform: translateX(-50%);
    color: #002368;
    font-size: 1.45833vw
}

.clues-success .tip[data-v-2d400bb6] {
    margin-top: -1.25vw;
    line-height: 1.25vw
}

.clues-success .phone-tip[data-v-2d400bb6],.clues-success .tip[data-v-2d400bb6] {
    font-size: .72917vw;
    color: #364860;
    text-align: center
}

.clues-success .phone-tip[data-v-2d400bb6] {
    margin-top: 1.25vw
}

.clues-success .phone-tip span[data-v-2d400bb6] {
    font-size: .9375vw;
    color: #22b2cc
}

.responsive[data-v-2d400bb6] {
    display: none
}

@media screen and (min-width: 1920px) {
    .clues-success[data-v-2d400bb6] {
        width:580px;
        height: 580px;
        box-shadow: 0 2px 20px 0 rgba(0,0,0,.1);
        padding-top: 79px
    }

    .clues-success .img-wrap .success-img[data-v-2d400bb6] {
        width: 290px
    }

    .clues-success .img-wrap .success-text[data-v-2d400bb6] {
        bottom: 34px;
        font-size: 28px
    }

    .clues-success .tip[data-v-2d400bb6] {
        margin-top: -24px;
        font-size: 14px;
        line-height: 24px
    }

    .clues-success .phone-tip[data-v-2d400bb6] {
        margin-top: 24px;
        font-size: 14px
    }

    .clues-success .phone-tip span[data-v-2d400bb6] {
        font-size: 18px
    }
}

@media screen and (max-width: 767px) {
    .clues-success[data-v-2d400bb6] {
        width:100%;
        height: 365px;
        box-shadow: none;
        padding-top: 32px
    }

    .clues-success .img-wrap .success-img[data-v-2d400bb6] {
        width: 200px
    }

    .clues-success .img-wrap .success-text[data-v-2d400bb6] {
        bottom: 34px;
        font-size: 24px
    }

    .clues-success .tip[data-v-2d400bb6] {
        margin-top: -24px;
        font-size: 14px;
        line-height: 20px
    }

    .clues-success .phone-tip[data-v-2d400bb6] {
        margin-top: 14px;
        font-size: 14px
    }

    .clues-success .phone-tip span[data-v-2d400bb6] {
        font-size: 18px
    }

    .responsive[data-v-2d400bb6] {
        display: block
    }
}

.error-tip[data-v-f3f07f62] {
    position: relative
}

.error-tip.error[data-v-f3f07f62] {
    box-shadow: 0 0 0 1px red;
    -webkit-animation: shakeX .6s ease-in-out;
    animation: shakeX .6s ease-in-out
}

.error-tip.error[data-v-f3f07f62]:after {
    content: attr(data-tip);
    position: absolute;
    color: red;
    font-size: .83333vw;
    top: 50%;
    transform: translateY(-50%);
    right: 2.60417vw
}

.error-tip.problems.error[data-v-f3f07f62]:after {
    content: ""
}

.error-tip.verify.error[data-v-f3f07f62]:after {
    right: 7.8125vw
}

.form-container[data-v-f3f07f62] {
    height: 48.85417vw;
    background-image: url(../img/index/638175d.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-left: 14.58333vw;
    padding-top: 9.375vw;
    position: relative;
    box-sizing: border-box
}

.form-container .phone[data-v-f3f07f62] {
    color: #fff;
    transform: translateX(-100%);
    opacity: 0;
    transition: transform .3s ease-out,opacity .6s
}

.form-container .phone.active[data-v-f3f07f62] {
    transform: translateX(0);
    opacity: 1
}

.form-container .phone .phone-title[data-v-f3f07f62] {
    font-size: 1.14583vw;
    width: 9.32292vw;
    height: 6.30208vw;
    background-image: url(../img/index/bb4566b.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: .83333vw 0 0 2.55208vw;
    position: relative
}

.form-container .phone .phone-title .phone-number[data-v-f3f07f62] {
    position: absolute;
    left: .88542vw;
    top: 3.07292vw;
    font-size: 1.97917vw;
    font-weight: 400;
    font-family: PingFangSC-Regular,PingFangSC;
    width: 19.42708vw;
    height: 5.88542vw;
    background-image: url(../img/index/7e8d2be.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: .83333vw 0 0 1.66667vw
}

.form-container .phone .apoint[data-v-f3f07f62] {
    margin-top: 5.15625vw;
    font-size: 2.29167vw
}

.form-container .phone .get[data-v-f3f07f62] {
    margin-top: 1.35417vw;
    font-size: 1.25vw
}

.form-container .form-box[data-v-f3f07f62] {
    background-color: #f6f6f7;
    position: absolute;
    top: 0;
    right: 14.58333vw;
    width: 39.0625vw;
    height: 100%;
    padding: 0 3.75vw;
    box-sizing: border-box
}

.form-container .form-box[data-v-f3f07f62]:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 3.75vw;
    background: linear-gradient(1turn,#002368,rgba(0,35,104,0));
    opacity: .19
}

.form-container .form-box .label[data-v-f3f07f62] {
    font-size: .9375vw;
    color: #364860;
    padding-left: .625vw;
    position: relative
}

.form-container .form-box .label.require[data-v-f3f07f62] {
    padding-left: .625vw
}

.form-container .form-box .label.require[data-v-f3f07f62]:before {
    content: "*";
    color: #f11329
}

.form-container .form-box .form-item[data-v-f3f07f62] {
    margin-top: .98958vw
}

.form-container .form-box .form-item .item-bg-color[data-v-f3f07f62] {
    background-color: #fff;
    margin-top: .46875vw
}

.form-container .form-box .form-item[data-v-f3f07f62]:first-child {
    margin-top: 2.44792vw
}

.form-container .form-box .form-item .select-size[data-v-f3f07f62] {
    height: 2.34375vw;
    line-height: 2.34375vw;
    text-align: center;
    position: relative
}

.form-container .form-box .form-item .select-size .select-text-box[data-v-f3f07f62] {
    color: #94a3b5;
    font-size: .83333vw
}

.form-container .form-box .form-item .select-size .select-text-box.selected-color[data-v-f3f07f62] {
    color: #000
}

.form-container .form-box .form-item .select-size .select-text-box .rotate-wrap[data-v-f3f07f62] {
    position: absolute;
    right: 1.14583vw;
    top: 50%;
    transform: translateY(-50%)
}

.form-container .form-box .form-item .select-size .select-text-box .rotate-wrap .arrow[data-v-f3f07f62] {
    width: 0;
    height: 0;
    border-color: #22b2cc transparent transparent;
    border-style: solid;
    border-width: .46875vw .46875vw 0;
    transition: all .3s
}

.form-container .form-box .form-item .select-size .select-text-box .rotate-wrap .arrow.active[data-v-f3f07f62] {
    transform: rotate(-180deg)
}

.form-container .form-box .form-item .problems[data-v-f3f07f62] {
    padding: 1.66667vw 1.92708vw;
    display: flex;
    flex-wrap: wrap
}

.form-container .form-box .form-item .problems .checkbox-item[data-v-f3f07f62] {
    width: 25%;
    display: flex;
    margin-bottom: .88542vw;
    align-items: center
}

.form-container .form-box .form-item .problems .checkbox-item .label[data-v-f3f07f62],.form-container .form-box .form-item .problems .checkbox-item .problem-check[data-v-f3f07f62] {
    cursor: pointer
}

.form-container .form-box .form-item .problems .checkbox-item[data-v-f3f07f62]:last-child,.form-container .form-box .form-item .problems .checkbox-item[data-v-f3f07f62]:nth-last-child(2),.form-container .form-box .form-item .problems .checkbox-item[data-v-f3f07f62]:nth-last-child(3) {
    margin-bottom: 0
}

.form-container .form-box .form-item .problems .checkbox-item input[type=checkbox][data-v-f3f07f62] {
    width: .78125vw;
    height: .78125vw;
    background-color: none;
    border: 1px solid #94a3b5;
    zoom:1;outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-container .form-box .form-item .problems .checkbox-item input[type=checkbox].checked[data-v-f3f07f62] {
    border: none
}

.form-container .form-box .form-item .problems .checkbox-item input[type=checkbox][data-v-f3f07f62]:checked {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAeCAMAAAB61OwbAAAAV1BMVEUAAABG0dw8zuQ/0OA90d49zN08zt48zdw8zd08zdw+zdxAztxCzt1Fz91I0N5J0N5S0uBa1OFi1uJv2uWK4eqQ4uuS4+u87fPk+Prl+Pr2/P34/f3///9z2hNHAAAACXRSTlMAFi9BdX7a5f3uiLJPAAAAiklEQVQoz93SwRKCMAxF0YCAUhCrFVro+//vdFHEJoPZQ7b3zLQNEFU3ZRoiqltlrucG5v1SgfGITgHGA1iGv8B4AAgdA/en6LNlR9gZ407fQBeAVbC+gWHBKnj/HeFiEqJnl0xiEj1/ZhKisz18Rd75opJgXWzSRdnlql0MVv/cj/6oP21xUaakDx1VJlx2+wo9AAAAAElFTkSuQmCC);
    background-size: 115% 115%;
    background-repeat: no-repeat;
    background-position: 50%
}

.form-container .form-box .form-item .problems .checkbox-item .label[data-v-f3f07f62] {
    font-size: .78125vw;
    color: #364860;
    padding-left: .72917vw;
    flex: 1;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.form-container .form-box .form-item .phone-input-box[data-v-f3f07f62] {
    height: 2.34375vw;
    display: flex;
    justify-content: center;
    align-items: center
}

.form-container .form-box .form-item .phone-input-box .phone-input[data-v-f3f07f62] {
    outline: none;
    border: none;
    width: 100%;
    font-size: .83333vw;
    text-align: left;
    box-sizing: border-box;
    padding: 0 .625vw
}

.form-container .form-box .form-item .phone-input-box .phone-input[data-v-f3f07f62]::-webkit-inner-spin-button,.form-container .form-box .form-item .phone-input-box .phone-input[data-v-f3f07f62]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none
}

.form-container .form-box .form-item .phone-input-box .phone-input[data-v-f3f07f62]::-webkit-input-placeholder {
    color: #94a3b5;
    font-size: .83333vw
}

.form-container .form-box .form-item .phone-input-box .phone-input[data-v-f3f07f62]::-moz-placeholder {
    color: #94a3b5;
    font-size: .83333vw
}

.form-container .form-box .form-item .phone-input-box .phone-input[data-v-f3f07f62]:-ms-input-placeholder {
    color: #94a3b5;
    font-size: .83333vw
}

.form-container .form-box .form-item .phone-input-box .phone-input[data-v-f3f07f62]::-ms-input-placeholder {
    color: #94a3b5;
    font-size: .83333vw
}

.form-container .form-box .form-item .phone-input-box .phone-input[data-v-f3f07f62]::placeholder {
    color: #94a3b5;
    font-size: .83333vw
}

.form-container .form-box .form-item .verify[data-v-f3f07f62] {
    height: 2.34375vw;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.form-container .form-box .form-item .verify .verify-input[data-v-f3f07f62] {
    outline: none;
    border: none;
    margin-left: .625vw;
    font-size: .83333vw;
    flex: .8
}

.form-container .form-box .form-item .verify .verify-input[data-v-f3f07f62]::-webkit-inner-spin-button,.form-container .form-box .form-item .verify .verify-input[data-v-f3f07f62]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none
}

.form-container .form-box .form-item .verify .verify-input[data-v-f3f07f62]::-webkit-input-placeholder {
    color: #94a3b5;
    font-size: .83333vw
}

.form-container .form-box .form-item .verify .verify-input[data-v-f3f07f62]::-moz-placeholder {
    color: #94a3b5;
    font-size: .83333vw
}

.form-container .form-box .form-item .verify .verify-input[data-v-f3f07f62]:-ms-input-placeholder {
    color: #94a3b5;
    font-size: .83333vw
}

.form-container .form-box .form-item .verify .verify-input[data-v-f3f07f62]::-ms-input-placeholder {
    color: #94a3b5;
    font-size: .83333vw
}

.form-container .form-box .form-item .verify .verify-input[data-v-f3f07f62]::placeholder {
    color: #94a3b5;
    font-size: .83333vw
}

.form-container .form-box .form-item .verify .label[data-v-f3f07f62] {
    font-size: .9375vw;
    color: #22b2cc;
    margin-right: 1.51042vw;
    cursor: pointer
}

.form-container .form-box .form-item .verify .label[data-v-f3f07f62]:hover {
    opacity: .8
}

.form-container .form-box .form-item .other[data-v-f3f07f62] {
    width: 100%;
    font-size: .83333vw;
    height: 3.75vw
}

.form-container .form-box .form-item .other .other-textarea[data-v-f3f07f62] {
    padding: .52083vw 1.51042vw;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: none;
    resize: none
}

.form-container .form-box .form-item .other .other-textarea[data-v-f3f07f62]:after {
    border: none
}

.form-container .form-box .form-item .submit[data-v-f3f07f62] {
    border: none;
    outline: none;
    background-color: #002368;
    height: 3.38542vw;
    color: #fff;
    width: 100%;
    margin-top: 1.61458vw;
    cursor: pointer
}

.form-container .form-box .form-item .submit[data-v-f3f07f62]:after {
    border: none
}

.form-container .form-box .form-item .submit[data-v-f3f07f62]:hover {
    opacity: .8
}

@media screen and (min-width: 1920px) {
    .error-tip.error[data-v-f3f07f62] {
        box-shadow:0 0 0 1px red;
        -webkit-animation: shakeX .6s ease-in-out;
        animation: shakeX .6s ease-in-out
    }

    .error-tip.error[data-v-f3f07f62]:after {
        content: attr(data-tip);
        position: absolute;
        color: red;
        font-size: 16px;
        top: 50%;
        transform: translateY(-50%);
        right: 50px
    }

    .error-tip.verify.error[data-v-f3f07f62]:after {
        right: 150px
    }

    .form-container-wrapper[data-v-f3f07f62] {
        height: 938px;
        background-image: url(../img/index/638175d.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        position: relative;
        box-sizing: border-box;
        padding: 0
    }

    .form-container[data-v-f3f07f62] {
        background: none;
        box-sizing: border-box;
        overflow: hidden;
        position: relative;
        width: 1284px;
        height: 100%;
        padding: 0 0 0 76px;
        margin: 0 auto
    }

    .form-container .phone[data-v-f3f07f62] {
        margin-top: 180px
    }

    .form-container .phone .phone-title[data-v-f3f07f62] {
        font-size: 22px;
        width: 179px;
        height: 121px;
        padding: 16px 0 0 49px
    }

    .form-container .phone .phone-title .phone-number[data-v-f3f07f62] {
        left: 17px;
        top: 59px;
        font-size: 38px;
        width: 373px;
        height: 113px;
        padding: 16px 0 0 32px
    }

    .form-container .phone .apoint[data-v-f3f07f62] {
        margin-top: 99px;
        font-size: 44px
    }

    .form-container .phone .get[data-v-f3f07f62] {
        margin-top: 26px;
        font-size: 24px
    }

    .form-container .form-box[data-v-f3f07f62] {
        right: 0;
        width: 750px;
        height: 100%;
        padding: 0 72px
    }

    .form-container .form-box[data-v-f3f07f62]:after {
        left: 0;
        bottom: 0;
        height: 72px
    }

    .form-container .form-box .label[data-v-f3f07f62] {
        font-size: 18px;
        padding-left: 12px
    }

    .form-container .form-box .label.require[data-v-f3f07f62] {
        padding-left: 12px
    }

    .form-container .form-box .form-item[data-v-f3f07f62] {
        margin-top: 19px
    }

    .form-container .form-box .form-item .item-bg-color[data-v-f3f07f62] {
        margin-top: 9px
    }

    .form-container .form-box .form-item[data-v-f3f07f62]:first-child {
        margin-top: 47px
    }

    .form-container .form-box .form-item .select-size[data-v-f3f07f62] {
        height: 45px;
        line-height: 45px
    }

    .form-container .form-box .form-item .select-size .select-text-box[data-v-f3f07f62] {
        font-size: 16px
    }

    .form-container .form-box .form-item .select-size .select-text-box .rotate-wrap[data-v-f3f07f62] {
        right: 22px;
        top: 50%
    }

    .form-container .form-box .form-item .select-size .select-text-box .rotate-wrap .arrow[data-v-f3f07f62] {
        border-width: 9px 9px 0
    }

    .form-container .form-box .form-item .problems[data-v-f3f07f62] {
        padding: 32px 37px
    }

    .form-container .form-box .form-item .problems .checkbox-item[data-v-f3f07f62] {
        margin-bottom: 17px
    }

    .form-container .form-box .form-item .problems .checkbox-item input[type=checkbox][data-v-f3f07f62] {
        width: 15px;
        height: 15px;
        border: 1px solid #94a3b5
    }

    .form-container .form-box .form-item .problems .checkbox-item .label[data-v-f3f07f62] {
        font-size: 15px;
        padding-left: 14px
    }

    .form-container .form-box .form-item .phone-input-box[data-v-f3f07f62] {
        height: 45px
    }

    .form-container .form-box .form-item .phone-input-box .phone-input[data-v-f3f07f62] {
        font-size: 16px;
        padding: 0 12px
    }

    .form-container .form-box .form-item .phone-input-box .phone-input[data-v-f3f07f62]::-webkit-input-placeholder {
        font-size: 16px
    }

    .form-container .form-box .form-item .phone-input-box .phone-input[data-v-f3f07f62]::-moz-placeholder {
        font-size: 16px
    }

    .form-container .form-box .form-item .phone-input-box .phone-input[data-v-f3f07f62]:-ms-input-placeholder {
        font-size: 16px
    }

    .form-container .form-box .form-item .phone-input-box .phone-input[data-v-f3f07f62]::-ms-input-placeholder {
        font-size: 16px
    }

    .form-container .form-box .form-item .phone-input-box .phone-input[data-v-f3f07f62]::placeholder {
        font-size: 16px
    }

    .form-container .form-box .form-item .verify[data-v-f3f07f62] {
        height: 45px
    }

    .form-container .form-box .form-item .verify .verify-input[data-v-f3f07f62] {
        margin-left: 12px;
        font-size: 16px
    }

    .form-container .form-box .form-item .verify .verify-input[data-v-f3f07f62]::-webkit-input-placeholder {
        font-size: 16px
    }

    .form-container .form-box .form-item .verify .verify-input[data-v-f3f07f62]::-moz-placeholder {
        font-size: 16px
    }

    .form-container .form-box .form-item .verify .verify-input[data-v-f3f07f62]:-ms-input-placeholder {
        font-size: 16px
    }

    .form-container .form-box .form-item .verify .verify-input[data-v-f3f07f62]::-ms-input-placeholder {
        font-size: 16px
    }

    .form-container .form-box .form-item .verify .verify-input[data-v-f3f07f62]::placeholder {
        font-size: 16px
    }

    .form-container .form-box .form-item .verify .label[data-v-f3f07f62] {
        font-size: 18px;
        margin-right: 29px
    }

    .form-container .form-box .form-item .verify .label[data-v-f3f07f62]:hover {
        opacity: .8
    }

    .form-container .form-box .form-item .other[data-v-f3f07f62] {
        font-size: 16px;
        height: 72px
    }

    .form-container .form-box .form-item .other .other-textarea[data-v-f3f07f62] {
        padding: 10px 29px
    }

    .form-container .form-box .form-item .submit[data-v-f3f07f62] {
        height: 65px;
        margin-top: 31px
    }
}

@media screen and (max-width: 767px) {
    .error-tip[data-v-f3f07f62] {
        position:relative
    }

    .error-tip.error[data-v-f3f07f62] {
        box-shadow: 0 0 0 1px red;
        -webkit-animation: shakeX .6s ease-in-out;
        animation: shakeX .6s ease-in-out
    }

    .error-tip.error[data-v-f3f07f62]:after {
        content: attr(data-tip);
        position: absolute;
        color: red;
        font-size: 14px;
        top: 50%;
        transform: translateY(-50%);
        right: 12px
    }

    .error-tip.problems.error[data-v-f3f07f62]:after {
        content: ""
    }

    .error-tip.verify.error[data-v-f3f07f62]:after {
        right: 100px
    }

    .form-container[data-v-f3f07f62] {
        min-height: 780px;
        background-size: cover;
        background-color: #002368;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        height: auto
    }

    .form-container .phone[data-v-f3f07f62] {
        padding: 20px
    }

    .form-container .phone .phone-title[data-v-f3f07f62] {
        font-size: 16px;
        width: 150px;
        height: 80px;
        padding: 14px 0 0 29px
    }

    .form-container .phone .phone-title .phone-number[data-v-f3f07f62] {
        left: 10px;
        top: 39px;
        font-size: 18px;
        width: 180px;
        height: 85px;
        padding: 16px 0 0 24px
    }

    .form-container .phone .apoint[data-v-f3f07f62] {
        margin-top: 70px;
        font-size: 20px
    }

    .form-container .phone .get[data-v-f3f07f62] {
        margin-top: 12px;
        font-size: 16px
    }

    .form-container .form-box[data-v-f3f07f62] {
        position: relative;
        width: 100%;
        padding: 0 20px 40px;
        left: 0
    }

    .form-container .form-box[data-v-f3f07f62]:after {
        display: none
    }

    .form-container .form-box .label[data-v-f3f07f62] {
        font-size: 14px;
        padding-left: 8px
    }

    .form-container .form-box .label.require[data-v-f3f07f62] {
        padding-left: 12px
    }

    .form-container .form-box .form-item[data-v-f3f07f62] {
        margin-top: 19px
    }

    .form-container .form-box .form-item .item-bg-color[data-v-f3f07f62] {
        margin-top: 9px
    }

    .form-container .form-box .form-item[data-v-f3f07f62]:first-child {
        margin-top: 20px
    }

    .form-container .form-box .form-item[data-v-f3f07f62] .select-container {
        max-height: 37.625vw!important
    }

    .form-container .form-box .form-item .select-size[data-v-f3f07f62] {
        height: 32px;
        line-height: 32px
    }

    .form-container .form-box .form-item .select-size .select-text-box[data-v-f3f07f62] {
        font-size: 14px
    }

    .form-container .form-box .form-item .select-size .select-text-box .rotate-wrap[data-v-f3f07f62] {
        right: 12px
    }

    .form-container .form-box .form-item .select-size .select-text-box .rotate-wrap .arrow[data-v-f3f07f62] {
        border-width: 5px 5px 0
    }

    .form-container .form-box .form-item .problems[data-v-f3f07f62] {
        padding: 16px 0 16px 12px
    }

    .form-container .form-box .form-item .problems .checkbox-item[data-v-f3f07f62] {
        width: 50%;
        margin-bottom: 15px
    }

    .form-container .form-box .form-item .problems .checkbox-item[data-v-f3f07f62]:last-child {
        margin-bottom: 0
    }

    .form-container .form-box .form-item .problems .checkbox-item[data-v-f3f07f62]:nth-last-child(2),.form-container .form-box .form-item .problems .checkbox-item[data-v-f3f07f62]:nth-last-child(3) {
        margin-bottom: 15px
    }

    .form-container .form-box .form-item .problems .checkbox-item input[type=checkbox][data-v-f3f07f62] {
        width: 15px;
        height: 15px;
        border: 1px solid #94a3b5
    }

    .form-container .form-box .form-item .problems .checkbox-item input[type=checkbox][data-v-f3f07f62]:checked {
        background-size: 110% 110%
    }

    .form-container .form-box .form-item .problems .checkbox-item .label[data-v-f3f07f62] {
        font-size: 10px;
        padding-left: 5px
    }

    .form-container .form-box .form-item .phone-input-box[data-v-f3f07f62] {
        height: 44px;
        padding: 0 12px
    }

    .form-container .form-box .form-item .phone-input-box .phone-input[data-v-f3f07f62] {
        font-size: 14px
    }

    .form-container .form-box .form-item .phone-input-box .phone-input[data-v-f3f07f62]::-webkit-input-placeholder {
        font-size: 14px
    }

    .form-container .form-box .form-item .phone-input-box .phone-input[data-v-f3f07f62]::-moz-placeholder {
        font-size: 14px
    }

    .form-container .form-box .form-item .phone-input-box .phone-input[data-v-f3f07f62]:-ms-input-placeholder {
        font-size: 14px
    }

    .form-container .form-box .form-item .phone-input-box .phone-input[data-v-f3f07f62]::-ms-input-placeholder {
        font-size: 14px
    }

    .form-container .form-box .form-item .phone-input-box .phone-input[data-v-f3f07f62]::placeholder {
        font-size: 14px
    }

    .form-container .form-box .form-item .verify[data-v-f3f07f62] {
        height: 44px
    }

    .form-container .form-box .form-item .verify .verify-input[data-v-f3f07f62] {
        margin-left: 12px;
        font-size: 14px;
        flex: .8
    }

    .form-container .form-box .form-item .verify .verify-input[data-v-f3f07f62]::-webkit-input-placeholder {
        font-size: 14px
    }

    .form-container .form-box .form-item .verify .verify-input[data-v-f3f07f62]::-moz-placeholder {
        font-size: 14px
    }

    .form-container .form-box .form-item .verify .verify-input[data-v-f3f07f62]:-ms-input-placeholder {
        font-size: 14px
    }

    .form-container .form-box .form-item .verify .verify-input[data-v-f3f07f62]::-ms-input-placeholder {
        font-size: 14px
    }

    .form-container .form-box .form-item .verify .verify-input[data-v-f3f07f62]::placeholder {
        font-size: 14px
    }

    .form-container .form-box .form-item .verify .label[data-v-f3f07f62] {
        font-size: 14px;
        margin-right: 9px
    }

    .form-container .form-box .form-item .other[data-v-f3f07f62] {
        font-size: 14px;
        height: 60px
    }

    .form-container .form-box .form-item .other .other-textarea[data-v-f3f07f62] {
        padding: 10px 9px
    }

    .form-container .form-box .form-item .submit[data-v-f3f07f62] {
        height: 44px;
        margin-top: 0
    }
}

.content-area .img-div1[data-v-4f1540a2] {
    flex: 1;
    height: 80%;
    position: relative
}

.content-area .img-div[data-v-4f1540a2] {
    flex: 1;
    height: 20vw;
    position: relative
}

.content-area .img-div .round1[data-v-4f1540a2] {
    position: absolute;
    width: 4.73958vw;
    height: 4.73958vw;
    right: 30.57292vw;
    bottom: 19.63542vw
}

.content-area .img-div .round2[data-v-4f1540a2] {
    position: absolute;
    width: 15.67708vw;
    height: 15.67708vw;
    right: 15.67708vw;
    bottom: 11.09375vw
}

.content-area .img-div .round3[data-v-4f1540a2] {
    position: absolute;
    width: .9375vw;
    height: .9375vw;
    right: .46875vw;
    bottom: 15.72917vw
}

.content-area .img-div .round4[data-v-4f1540a2] {
    position: absolute;
    width: 8.54167vw;
    height: 8.54167vw;
    right: 0;
    bottom: 2.39583vw
}

.content-area .imgs-box1 .person1[data-v-4f1540a2] {
    position: absolute;
    width: 16.97917vw;
    height: 19.01042vw;
    right: 2.8125vw;
    bottom: 4.42708vw;
    z-index: 1
}

.content-area .imgs-box1 .person2[data-v-4f1540a2] {
    position: absolute;
    width: 30vw;
    height: 20vw;
    right: 5vw;
    bottom: 1vw;
    z-index: 1
}

.content-area .imgs-box2 .c1[data-v-4f1540a2] {
    position: absolute;
    width: 18.90625vw;
    height: 21.51042vw;
    right: 15.67708vw;
    bottom: 6.71875vw;
    z-index: 1
}

.content-area .imgs-box2 .c2[data-v-4f1540a2] {
    position: absolute;
    width: 16.45833vw;
    height: 7.39583vw;
    right: 9.73958vw;
    bottom: 15.83333vw;
    z-index: 2
}

.content-area .imgs-box2 .c3[data-v-4f1540a2] {
    position: absolute;
    width: 12.91667vw;
    height: 12.03125vw;
    right: 6.82292vw;
    bottom: 1.97917vw;
    z-index: 2
}

.content-area .imgs-box3 .invoice1[data-v-4f1540a2] {
    position: absolute;
    width: 12.96875vw;
    height: 17.65625vw;
    right: 5.78125vw;
    bottom: 3.64583vw;
    z-index: 1
}

.content-area .imgs-box3 .invoice2[data-v-4f1540a2] {
    position: absolute;
    width: 22.29167vw;
    height: 25.46875vw;
    right: 12.96875vw;
    bottom: 0;
    z-index: 2
}

.content-area .imgs-box4 .shop1[data-v-4f1540a2] {
    position: absolute;
    width: 22.29167vw;
    height: 24.84375vw;
    right: 14.27083vw;
    bottom: 0;
    z-index: 1
}

.content-area .imgs-box4 .shop2[data-v-4f1540a2] {
    position: absolute;
    width: 21.77083vw;
    height: 12.1875vw;
    right: 3.02083vw;
    bottom: 5.41667vw;
    z-index: 2
}

.content-area .imgs-box5 .standard1[data-v-4f1540a2] {
    position: absolute;
    width: 36.92708vw;
    height: 21.40625vw;
    right: 1.09375vw;
    bottom: 0;
    z-index: 1
}

.content-area .imgs-box5 .standard2[data-v-4f1540a2] {
    position: absolute;
    width: 11.19792vw;
    height: 16.35417vw;
    right: 28.125vw;
    bottom: 8.64583vw;
    z-index: 2
}

.content-area .imgs-box6 .budget1[data-v-4f1540a2] {
    position: absolute;
    width: 22.29167vw;
    height: 25.41667vw;
    right: 14.27083vw;
    bottom: 0;
    z-index: 1
}

.content-area .imgs-box6 .budget2[data-v-4f1540a2] {
    position: absolute;
    width: 18.33333vw;
    height: 10.41667vw;
    right: 2.34375vw;
    bottom: 11.5625vw;
    z-index: 2
}

.content-area .imgs-box6 .budget3[data-v-4f1540a2] {
    position: absolute;
    width: 18.90625vw;
    height: 10.78125vw;
    right: -2.5vw;
    bottom: 4.63542vw;
    z-index: 3
}

.content-area .imgs-box7 .chart1[data-v-4f1540a2] {
    position: absolute;
    width: 24.16667vw;
    height: 20.88542vw;
    right: -1.40625vw;
    bottom: 3.4375vw;
    z-index: 1
}

.content-area .imgs-box7 .chart2[data-v-4f1540a2] {
    position: absolute;
    width: 20.36458vw;
    height: 15.46875vw;
    right: 17.29167vw;
    bottom: 5.72917vw;
    z-index: 2
}

.content-area .imgs-box8 .custom1[data-v-4f1540a2] {
    position: absolute;
    width: 24.73958vw;
    height: 18.64583vw;
    right: 9.63542vw;
    bottom: 0;
    z-index: 1
}

.content-area .imgs-box8 .custom2[data-v-4f1540a2] {
    position: absolute;
    width: 17.1875vw;
    height: 22.34375vw;
    right: 0;
    bottom: 4.47917vw;
    z-index: 2
}

.content-area .imgs-box8 .custom3[data-v-4f1540a2] {
    position: absolute;
    width: 16.82292vw;
    height: 4.27083vw;
    right: 14.0625vw;
    bottom: 18.90625vw;
    z-index: 3
}

.content-area .imgs-box1 .hidden[data-v-4f1540a2],.content-area .imgs-box2 .hidden[data-v-4f1540a2],.content-area .imgs-box3 .hidden[data-v-4f1540a2],.content-area .imgs-box4 .hidden[data-v-4f1540a2],.content-area .imgs-box5 .hidden[data-v-4f1540a2],.content-area .imgs-box6 .hidden[data-v-4f1540a2],.content-area .imgs-box7 .hidden[data-v-4f1540a2],.content-area .imgs-box8 .hidden[data-v-4f1540a2] {
    transition: all .3s ease-out;
    transform: scale(0)
}

@media screen and (max-width: 767px) {
    .content-area .img-div .round1[data-v-4f1540a2] {
        width:41px;
        height: 41px;
        right: 302px;
        bottom: 256px
    }

    .content-area .img-div .round2[data-v-4f1540a2] {
        width: 120px;
        height: 120px;
        right: 208px;
        bottom: 140px
    }

    .content-area .img-div .round3[data-v-4f1540a2] {
        width: 18px;
        height: 18px;
        right: 9px;
        bottom: 150px
    }

    .content-area .img-div .round4[data-v-4f1540a2] {
        width: 84px;
        height: 84px;
        right: 0;
        bottom: 26px
    }

    .content-area .imgs-box1 .person1[data-v-4f1540a2] {
        width: 190px;
        height: 228px;
        right: 45px;
        bottom: 51px
    }

    .content-area .imgs-box1 .person2[data-v-4f1540a2] {
        width: 192px;
        height: 121px;
        right: 135px;
        bottom: 73px
    }

    .content-area .imgs-box2 .c1[data-v-4f1540a2] {
        width: 172px;
        height: 200px;
        right: 133px;
        bottom: 94px
    }

    .content-area .imgs-box2 .c2[data-v-4f1540a2] {
        width: 178px;
        height: 66px;
        right: 42px;
        bottom: 171px
    }

    .content-area .imgs-box2 .c3[data-v-4f1540a2] {
        width: 127px;
        height: 112px;
        right: 80px;
        bottom: 47px
    }

    .content-area .imgs-box3 .invoice1[data-v-4f1540a2] {
        width: 140px;
        height: 190px;
        right: 34px;
        bottom: 59px
    }

    .content-area .imgs-box3 .invoice2[data-v-4f1540a2] {
        width: 241px;
        height: 275px;
        right: 103px;
        bottom: 0
    }

    .content-area .imgs-box4 .shop1[data-v-4f1540a2] {
        width: 241px;
        height: 268px;
        right: 78px;
        bottom: 0
    }

    .content-area .imgs-box4 .shop2[data-v-4f1540a2] {
        width: 235px;
        height: 132px;
        right: 0;
        bottom: 55px
    }

    .content-area .imgs-box5 .standard1[data-v-4f1540a2] {
        width: 100%;
        height: 241px;
        right: 0;
        bottom: 0
    }

    .content-area .imgs-box5 .standard2[data-v-4f1540a2] {
        width: 157px;
        height: 213px;
        right: 170px;
        bottom: 81px
    }

    .content-area .imgs-box6 .budget1[data-v-4f1540a2] {
        width: 241px;
        height: 275px;
        right: 123px;
        bottom: 0
    }

    .content-area .imgs-box6 .budget2[data-v-4f1540a2] {
        width: 198px;
        height: 113px;
        right: 62px;
        bottom: 111px
    }

    .content-area .imgs-box6 .budget3[data-v-4f1540a2] {
        width: 204px;
        height: 116px;
        right: 0;
        bottom: 30px
    }

    .content-area .imgs-box7 .chart1[data-v-4f1540a2] {
        width: 261px;
        height: 226px;
        right: 0;
        bottom: 36px
    }

    .content-area .imgs-box7 .chart2[data-v-4f1540a2] {
        width: 220px;
        height: 167px;
        right: 128px;
        bottom: 112px
    }

    .content-area .imgs-box8 .custom1[data-v-4f1540a2] {
        width: 267px;
        height: 201px;
        right: 0;
        bottom: 0;
        left: 0
    }

    .content-area .imgs-box8 .custom2[data-v-4f1540a2] {
        width: 186px;
        height: 241px;
        right: 0;
        bottom: 58px
    }

    .content-area .imgs-box8 .custom3[data-v-4f1540a2] {
        width: 193px;
        height: 54px;
        right: 160px;
        bottom: 203px
    }
}

@media screen and (min-width: 1920px) {
    .content-area .img-div .round1[data-v-4f1540a2] {
        width:91px;
        height: 91px;
        right: 587px;
        bottom: 377px
    }

    .content-area .img-div .round2[data-v-4f1540a2] {
        width: 301px;
        height: 301px;
        right: 301px;
        bottom: 213px
    }

    .content-area .img-div .round3[data-v-4f1540a2] {
        width: 18px;
        height: 18px;
        right: 9px;
        bottom: 302px
    }

    .content-area .img-div .round4[data-v-4f1540a2] {
        width: 164px;
        height: 164px;
        right: 0;
        bottom: 46px
    }

    .content-area .imgs-box1 .person1[data-v-4f1540a2] {
        width: 326px;
        height: 365px;
        right: 54px;
        bottom: 85px
    }

    .content-area .imgs-box1 .person2[data-v-4f1540a2] {
        width: 500px;
        height: 430px;
        right: 130px;
        bottom: 0px
    }

    .content-area .imgs-box2 .c1[data-v-4f1540a2] {
        width: 363px;
        height: 413px;
        right: 301px;
        bottom: 129px
    }

    .content-area .imgs-box2 .c2[data-v-4f1540a2] {
        width: 316px;
        height: 142px;
        right: 187px;
        bottom: 304px
    }

    .content-area .imgs-box2 .c3[data-v-4f1540a2] {
        width: 248px;
        height: 231px;
        right: 131px;
        bottom: 38px
    }

    .content-area .imgs-box3 .invoice1[data-v-4f1540a2] {
        width: 249px;
        height: 339px;
        right: 111px;
        bottom: 70px
    }

    .content-area .imgs-box3 .invoice2[data-v-4f1540a2] {
        width: 428px;
        height: 489px;
        right: 249px
    }

    .content-area .imgs-box4 .shop1[data-v-4f1540a2] {
        width: 428px;
        height: 477px;
        right: 274px
    }

    .content-area .imgs-box4 .shop2[data-v-4f1540a2] {
        width: 418px;
        height: 234px;
        right: 58px;
        bottom: 104px
    }

    .content-area .imgs-box5 .standard1[data-v-4f1540a2] {
        width: 709px;
        height: 411px;
        right: 21px
    }

    .content-area .imgs-box5 .standard2[data-v-4f1540a2] {
        width: 215px;
        height: 314px;
        right: 540px;
        bottom: 166px
    }

    .content-area .imgs-box6 .budget1[data-v-4f1540a2] {
        width: 428px;
        height: 488px;
        right: 274px
    }

    .content-area .imgs-box6 .budget2[data-v-4f1540a2] {
        width: 352px;
        height: 200px;
        right: 45px;
        bottom: 222px
    }

    .content-area .imgs-box6 .budget3[data-v-4f1540a2] {
        width: 363px;
        height: 207px;
        right: -48px;
        bottom: 89px
    }

    .content-area .imgs-box7 .chart1[data-v-4f1540a2] {
        width: 464px;
        height: 401px;
        right: -27px;
        bottom: 66px
    }

    .content-area .imgs-box7 .chart2[data-v-4f1540a2] {
        width: 391px;
        height: 297px;
        right: 332px;
        bottom: 110px
    }

    .content-area .imgs-box8 .custom1[data-v-4f1540a2] {
        width: 475px;
        height: 358px;
        right: 185px
    }

    .content-area .imgs-box8 .custom2[data-v-4f1540a2] {
        width: 330px;
        height: 429px;
        bottom: 86px
    }

    .content-area .imgs-box8 .custom3[data-v-4f1540a2] {
        width: 323px;
        height: 82px;
        right: 270px;
        bottom: 363px
    }
}

.reimburement[data-v-4f1540a2] {
    background: #fff;
    padding: 3.38542vw 0 0
}

.reimburement.active .title[data-v-4f1540a2] {
    opacity: 1
}

.reimburement.active .reimburement-container .row:nth-child(0) .row-container .item[data-v-4f1540a2]:nth-child(0) {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0s
}

.reimburement.active .reimburement-container .row:nth-child(0) .row-container .item[data-v-4f1540a2]:first-child {
    opacity: 1;
    transform: scale(1);
    transition-delay: .2s
}

.reimburement.active .reimburement-container .row:nth-child(0) .row-container .item[data-v-4f1540a2]:nth-child(2) {
    opacity: 1;
    transform: scale(1);
    transition-delay: .4s
}

.reimburement.active .reimburement-container .row:nth-child(0) .row-container .item[data-v-4f1540a2]:nth-child(3) {
    opacity: 1;
    transform: scale(1);
    transition-delay: .6s
}

.reimburement.active .reimburement-container .row:nth-child(0) .row-container .item[data-v-4f1540a2]:nth-child(4) {
    opacity: 1;
    transform: scale(1);
    transition-delay: .8s
}

.reimburement.active .reimburement-container .row:first-child .row-container .item[data-v-4f1540a2]:nth-child(0) {
    opacity: 1;
    transform: scale(1);
    transition-delay: .1s
}

.reimburement.active .reimburement-container .row:first-child .row-container .item[data-v-4f1540a2]:first-child {
    opacity: 1;
    transform: scale(1);
    transition-delay: .3s
}

.reimburement.active .reimburement-container .row:first-child .row-container .item[data-v-4f1540a2]:nth-child(2) {
    opacity: 1;
    transform: scale(1);
    transition-delay: .5s
}

.reimburement.active .reimburement-container .row:first-child .row-container .item[data-v-4f1540a2]:nth-child(3) {
    opacity: 1;
    transform: scale(1);
    transition-delay: .7s
}

.reimburement.active .reimburement-container .row:first-child .row-container .item[data-v-4f1540a2]:nth-child(4) {
    opacity: 1;
    transform: scale(1);
    transition-delay: .9s
}

.reimburement.active .reimburement-container .row:nth-child(2) .row-container .item[data-v-4f1540a2]:nth-child(0) {
    opacity: 1;
    transform: scale(1);
    transition-delay: .2s
}

.reimburement.active .reimburement-container .row:nth-child(2) .row-container .item[data-v-4f1540a2]:first-child {
    opacity: 1;
    transform: scale(1);
    transition-delay: .4s
}

.reimburement.active .reimburement-container .row:nth-child(2) .row-container .item[data-v-4f1540a2]:nth-child(2) {
    opacity: 1;
    transform: scale(1);
    transition-delay: .6s
}

.reimburement.active .reimburement-container .row:nth-child(2) .row-container .item[data-v-4f1540a2]:nth-child(3) {
    opacity: 1;
    transform: scale(1);
    transition-delay: .8s
}

.reimburement.active .reimburement-container .row:nth-child(2) .row-container .item[data-v-4f1540a2]:nth-child(4) {
    opacity: 1;
    transform: scale(1);
    transition-delay: 1s
}

.reimburement.active .reimburement-container .row:nth-child(3) .row-container .item[data-v-4f1540a2]:nth-child(0) {
    opacity: 1;
    transform: scale(1);
    transition-delay: .3s
}

.reimburement.active .reimburement-container .row:nth-child(3) .row-container .item[data-v-4f1540a2]:first-child {
    opacity: 1;
    transform: scale(1);
    transition-delay: .5s
}

.reimburement.active .reimburement-container .row:nth-child(3) .row-container .item[data-v-4f1540a2]:nth-child(2) {
    opacity: 1;
    transform: scale(1);
    transition-delay: .7s
}

.reimburement.active .reimburement-container .row:nth-child(3) .row-container .item[data-v-4f1540a2]:nth-child(3) {
    opacity: 1;
    transform: scale(1);
    transition-delay: .9s
}

.reimburement.active .reimburement-container .row:nth-child(3) .row-container .item[data-v-4f1540a2]:nth-child(4) {
    opacity: 1;
    transform: scale(1);
    transition-delay: 1.1s
}

.reimburement.active .reimburement-container .row:nth-child(4) .row-container .item[data-v-4f1540a2]:nth-child(0) {
    opacity: 1;
    transform: scale(1);
    transition-delay: .4s
}

.reimburement.active .reimburement-container .row:nth-child(4) .row-container .item[data-v-4f1540a2]:first-child {
    opacity: 1;
    transform: scale(1);
    transition-delay: .6s
}

.reimburement.active .reimburement-container .row:nth-child(4) .row-container .item[data-v-4f1540a2]:nth-child(2) {
    opacity: 1;
    transform: scale(1);
    transition-delay: .8s
}

.reimburement.active .reimburement-container .row:nth-child(4) .row-container .item[data-v-4f1540a2]:nth-child(3) {
    opacity: 1;
    transform: scale(1);
    transition-delay: 1s
}

.reimburement.active .reimburement-container .row:nth-child(4) .row-container .item[data-v-4f1540a2]:nth-child(4) {
    opacity: 1;
    transform: scale(1);
    transition-delay: 1.2s
}

.reimburement .title[data-v-4f1540a2] {
    opacity: 0;
    transition: all .3s ease-out
}

.reimburement .reimburement-container[data-v-4f1540a2] {
    margin-top: 4.6875vw
}

.reimburement .reimburement-container .row .row-container[data-v-4f1540a2] {
    display: flex
}

.reimburement .reimburement-container .row .row-container .item[data-v-4f1540a2] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3.64583vw;
    font-size: 1.14583vw;
    color: #364860;
    position: relative;
    opacity: 0;
    transition: all .3s ease-out;
    transform: scale(0);
    cursor: pointer
}

.reimburement .reimburement-container .row .row-container .item[data-v-4f1540a2]:after {
    content: "";
    display: block;
    width: 6.92708vw;
    height: 8.85417vw;
    background: url(../img/index/active-down.png);
    position: absolute;
    background-repeat: no-repeat;
    bottom: -1.66667vw;
    left: 50%;
    transform: translateX(-50%) translateY(-1.04167vw);
    background-size: contain;
    background-position: 0 100%;
    opacity: 0;
    transition: all .3s ease-out
}

.reimburement .reimburement-container .row .row-container .item .icon[data-v-4f1540a2] {
    width: 4.16667vw;
    height: 4.16667vw;
    margin-bottom: 1.30208vw
}

.reimburement .reimburement-container .row .row-container .item .icon img[data-v-4f1540a2] {
    width: 100%
}

.reimburement .reimburement-container .row .row-container .item.active[data-v-4f1540a2]:after {
    transform: translateX(-50%) translateY(0);
    opacity: 1
}

.reimburement .reimburement-container .row .row-container .item:hover .icon[data-v-4f1540a2] {
    opacity: .8!important
}

.reimburement .reimburement-container .row .row-content-container[data-v-4f1540a2] {
    height: 0;
    background: rgba(148,163,181,.06);
    transition: all .3s ease-out;
    padding: 0 6.66667vw;
    overflow: hidden
}

.reimburement .reimburement-container .row .row-content-container .content-wrap[data-v-4f1540a2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    opacity: 0;
    transition: all .3s ease-out
}

.reimburement .reimburement-container .row .row-content-container.active[data-v-4f1540a2] {
    height: 26.04167vw;
    margin-bottom: 2.60417vw
}

.reimburement .reimburement-container .row .row-content-container.active .content-wrap[data-v-4f1540a2] {
    opacity: 1;
    transition: all .6s ease-out .5s
}

.reimburement .reimburement-container .row .row-content-container.active .image-container .background img[data-v-4f1540a2] {
    transform: rotate(0deg) scale(1);
    opacity: 1
}

.reimburement .reimburement-container .row .row-content-container.active .image-container .screenshots img[data-v-4f1540a2] {
    opacity: 1;
    transform: translateX(0)
}

.reimburement .reimburement-container .row .row-content-container .text-container .title[data-v-4f1540a2] {
    font-size: 1.66667vw;
    color: #002368;
    font-family: PingFangSC-Medium,PingFang SC
}

.reimburement .reimburement-container .row .row-content-container .text-container .text-content[data-v-4f1540a2] {
    color: #002368;
    font-size: .9375vw;
    margin-top: 1.5625vw;
    font-family: PingFangSC-Regular,PingFang SC;
    line-height: 1.5;
    margin-bottom: 1.04167vw
}

.reimburement .reimburement-container .row .row-content-container .text-container .functions[data-v-4f1540a2] {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #68747f;
    font-size: .83333vw
}

.reimburement .reimburement-container .row .row-content-container .text-container .functions li[data-v-4f1540a2] {
    margin-bottom: .78125vw
}

.reimburement .reimburement-container .row .row-content-container .text-container .functions li[data-v-4f1540a2]:last-child {
    margin-bottom: 0
}

.reimburement .reimburement-container .row .row-content-container .image-container[data-v-4f1540a2] {
    width: 31.25vw;
    height: 19.01042vw;
    position: relative
}

.reimburement .reimburement-container .row .row-content-container .image-container .background img[data-v-4f1540a2] {
    position: absolute;
    transition: all .3s ease-out .7s;
    transform: rotate(90deg) scale(0)
}

.reimburement .reimburement-container .row .row-content-container .image-container .background img.left[data-v-4f1540a2] {
    left: 2.08333vw;
    width: 15.625vw;
    top: -2.08333vw
}

.reimburement .reimburement-container .row .row-content-container .image-container .background img.right[data-v-4f1540a2] {
    right: 0;
    top: 6.77083vw
}

.reimburement .reimburement-container .row .row-content-container .image-container .background img.left-top[data-v-4f1540a2] {
    left: -3.95833vw
}

.reimburement .reimburement-container .row .row-content-container .image-container .background img.right-bottom[data-v-4f1540a2] {
    right: 0;
    bottom: -3.64583vw
}

.reimburement .reimburement-container .row .row-content-container .image-container .screenshots img[data-v-4f1540a2] {
    position: absolute;
    opacity: 0;
    transform: translateX(-1.04167vw);
    transition: all .6s ease-out .5s
}

.reimburement .reimburement-container .row .row-content-container .image-container .screenshots img[data-v-4f1540a2]:first-child {
    width: 16.97917vw;
    right: 0
}

.reimburement .reimburement-container .row .row-content-container .image-container .screenshots img[data-v-4f1540a2]:nth-child(2) {
    width: 21.77083vw;
    left: 0;
    top: 4.375vw
}

.reimburement .reimburement-list[data-v-4f1540a2] {
    background-color: #fff
}

.reimburement .reimburement-list li[data-v-4f1540a2],.reimburement .reimburement-list ul[data-v-4f1540a2] {
    list-style: none;
    padding: 0;
    margin: 0
}

.reimburement .reimburement-list .list-wrap .item-box[data-v-4f1540a2] {
    height: 20vw;
    /**border-bottom:.10417vw solid #fafbfb;**/
    box-sizing: border-box
}

.reimburement .reimburement-list .list-wrap .item-box[data-v-4f1540a2]:last-of-type {
    border-bottom: none
}

.reimburement .reimburement-list .list-wrap .item-box .content-area[data-v-4f1540a2] {
    display: flex;
    height: 100%
}

.reimburement .reimburement-list .list-wrap .item-box .content-area.reverse[data-v-4f1540a2] {
    flex-direction: row-reverse
}

.reimburement .reimburement-list .list-wrap .item-box .content-area.reverse .desc-box[data-v-4f1540a2] {
    margin-left: 12.70833vw;
    padding-left: 0
}

.reimburement .reimburement-list .list-wrap .item-box .content-area .desc-box[data-v-4f1540a2] {
    color: #002368;
    flex-basis: 25vw;
    padding-left: 6.10417vw
}

.reimburement .reimburement-list .list-wrap .item-box .content-area .desc-box .title[data-v-4f1540a2] {
    font-size: 1.45833vw;
    font-weight: 400;
    margin-top: 5.3125vw;
    display: flex;
    align-items: center
}

.reimburement .reimburement-list .list-wrap .item-box .content-area .desc-box .title .tag[data-v-4f1540a2] {
    margin-left: 1.04167vw;
    height: 1.45833vw;
    padding: 0 .46875vw;
    display: inline-flex;
    border-radius: .72917vw;
    background-color: #ff4620;
    box-sizing: border-box;
    align-items: center
}

.reimburement .reimburement-list .list-wrap .item-box .content-area .desc-box .title .tag span[data-v-4f1540a2] {
    color: #fff;
    font-size: .83333vw;
    font-weight: 400
}

.reimburement .reimburement-list .list-wrap .item-box .content-area .desc-box .title .tag img[data-v-4f1540a2] {
    width: 1.04167vw;
    height: 1.04167vw;
    padding-left: .15625vw;
    padding-bottom: .3125vw
}

.reimburement .reimburement-list .list-wrap .item-box .content-area .desc-box .sub-title[data-v-4f1540a2] {
    margin: 1.45833vw 0 1.04167vw;
    font-size: .9375vw;
    font-weight: 400
}

.reimburement .reimburement-list .list-wrap .item-box .content-area .desc-box .sub-title li[data-v-4f1540a2]:first-of-type {
    margin-bottom: .26042vw
}

.reimburement .reimburement-list .list-wrap .item-box .content-area .desc-box .digests[data-v-4f1540a2] {
    font-size: .83333vw;
    font-weight: 300;
    margin-bottom: 1.30208vw;
    color: #68747f
}

.reimburement .reimburement-list .list-wrap .item-box .content-area .desc-box .digests li[data-v-4f1540a2] {
    margin-bottom: .52083vw
}

.reimburement .reimburement-list .list-wrap .item-box .content-area .desc-box .digests li[data-v-4f1540a2]:last-of-type {
    margin-bottom: 0
}

.reimburement .reimburement-list .list-wrap .item-box .content-area .desc-box .logo img[data-v-4f1540a2] {
    width: 16.14583vw;
    height: 3.95833vw
}

.reimburement .reimburement-list .list-wrap .item-box.active .content-area .imgs-box1 .hidden[data-v-4f1540a2],.reimburement .reimburement-list .list-wrap .item-box.active .content-area .imgs-box2 .hidden[data-v-4f1540a2],.reimburement .reimburement-list .list-wrap .item-box.active .content-area .imgs-box3 .hidden[data-v-4f1540a2],.reimburement .reimburement-list .list-wrap .item-box.active .content-area .imgs-box4 .hidden[data-v-4f1540a2],.reimburement .reimburement-list .list-wrap .item-box.active .content-area .imgs-box5 .hidden[data-v-4f1540a2],.reimburement .reimburement-list .list-wrap .item-box.active .content-area .imgs-box6 .hidden[data-v-4f1540a2],.reimburement .reimburement-list .list-wrap .item-box.active .content-area .imgs-box7 .hidden[data-v-4f1540a2],.reimburement .reimburement-list .list-wrap .item-box.active .content-area .imgs-box8 .hidden[data-v-4f1540a2] {
    transform: scale(1)
}

@media screen and (min-width: 1920px) {
    .reimburement[data-v-4f1540a2] {
        padding:0px 0
    }

    .reimburement .reimburement-container[data-v-4f1540a2] {
        margin-top: 90px
    }

    .reimburement .reimburement-container .row .row-container .item[data-v-4f1540a2] {
        margin-bottom: 70px;
        font-size: 22px
    }

    .reimburement .reimburement-container .row .row-container .item[data-v-4f1540a2]:after {
        width: 133px;
        height: 170px;
        bottom: -32px
    }

    .reimburement .reimburement-container .row .row-container .item .icon[data-v-4f1540a2] {
        width: 80px;
        height: 80px;
        margin-bottom: 25px
    }

    .reimburement .reimburement-container .row .row-content-container[data-v-4f1540a2] {
        height: 0;
        padding: 0 128px
    }

    .reimburement .reimburement-container .row .row-content-container.active[data-v-4f1540a2] {
        height: 500px;
        margin-bottom: 50px
    }

    .reimburement .reimburement-container .row .row-content-container .text-container .title[data-v-4f1540a2] {
        font-size: 32px
    }

    .reimburement .reimburement-container .row .row-content-container .text-container .text-content[data-v-4f1540a2] {
        font-size: 18px;
        margin-top: 30px;
        margin-bottom: 20px
    }

    .reimburement .reimburement-container .row .row-content-container .text-container .functions[data-v-4f1540a2] {
        font-size: 16px
    }

    .reimburement .reimburement-container .row .row-content-container .text-container .functions li[data-v-4f1540a2] {
        margin-bottom: 15px
    }

    .reimburement .reimburement-container .row .row-content-container .image-container[data-v-4f1540a2] {
        width: 600px;
        height: 365px
    }

    .reimburement .reimburement-container .row .row-content-container .image-container .background img[data-v-4f1540a2] {
        position: absolute;
        transition: all .3s ease-out .7s;
        transform: rotate(90deg) scale(0)
    }

    .reimburement .reimburement-container .row .row-content-container .image-container .background img.left[data-v-4f1540a2] {
        left: 40px;
        width: 300px;
        top: -40px
    }

    .reimburement .reimburement-container .row .row-content-container .image-container .background img.right[data-v-4f1540a2] {
        right: 0;
        top: 130px
    }

    .reimburement .reimburement-container .row .row-content-container .image-container .background img.left-top[data-v-4f1540a2] {
        left: -76px
    }

    .reimburement .reimburement-container .row .row-content-container .image-container .background img.right-bottom[data-v-4f1540a2] {
        right: 0;
        bottom: -70px
    }

    .reimburement .reimburement-container .row .row-content-container .image-container .screenshots img[data-v-4f1540a2] {
        position: absolute;
        opacity: 0;
        transform: translateX(-20px);
        transition: all .6s ease-out .5s
    }

    .reimburement .reimburement-container .row .row-content-container .image-container .screenshots img[data-v-4f1540a2]:first-child {
        width: 326px;
        right: 0
    }

    .reimburement .reimburement-container .row .row-content-container .image-container .screenshots img[data-v-4f1540a2]:nth-child(2) {
        width: 418px;
        left: 0;
        top: 84px
    }

    .reimburement .reimburement-list .list-wrap .item-box[data-v-4f1540a2] {
        height: 400px;
        /**border-bottom:2px solid #fafbfb**/
    }

    .reimburement .reimburement-list .list-wrap .item-box .content-area.reverse .desc-box[data-v-4f1540a2] {
        margin-left: 244px
    }

    .reimburement .reimburement-list .list-wrap .item-box .content-area .desc-box[data-v-4f1540a2] {
        flex-basis: 450px;
        padding-left: 98px
    }

    .reimburement .reimburement-list .list-wrap .item-box .content-area .desc-box .title[data-v-4f1540a2] {
        font-size: 28px;
        /* margin-top: 102px */
    }

    .reimburement .reimburement-list .list-wrap .item-box .content-area .desc-box .title .tag[data-v-4f1540a2] {
        margin-left: 20px;
        height: 28px;
        padding: 0 9px;
        border-radius: 14px
    }

    .reimburement .reimburement-list .list-wrap .item-box .content-area .desc-box .title .tag span[data-v-4f1540a2] {
        font-size: 16px
    }

    .reimburement .reimburement-list .list-wrap .item-box .content-area .desc-box .title .tag img[data-v-4f1540a2] {
        width: 20px;
        height: 20px;
        padding-left: 3px;
        padding-bottom: 6px
    }

    .reimburement .reimburement-list .list-wrap .item-box .content-area .desc-box .sub-title[data-v-4f1540a2] {
        margin: 28px 0 20px;
        font-size: 18px
    }

    .reimburement .reimburement-list .list-wrap .item-box .content-area .desc-box .sub-title li[data-v-4f1540a2]:first-of-type {
        margin-bottom: 5px
    }

    .reimburement .reimburement-list .list-wrap .item-box .content-area .desc-box .digests[data-v-4f1540a2] {
        font-size: 16px;
        margin-bottom: 25px
    }

    .reimburement .reimburement-list .list-wrap .item-box .content-area .desc-box .digests li[data-v-4f1540a2] {
        margin-bottom: 10px
    }

    .reimburement .reimburement-list .list-wrap .item-box .content-area .desc-box .logo img[data-v-4f1540a2] {
        width: 310px;
        height: 76px
    }
}

@media screen and (max-width: 767px) {
    .reimburement[data-v-4f1540a2] {
        padding:14px 0 0
    }

    .reimburement .reimburement-container[data-v-4f1540a2] {
        margin-top: 50px
    }

    .reimburement .reimburement-container .row .row-container .item[data-v-4f1540a2] {
        font-size: 14px;
        margin-bottom: 40px;
        white-space: nowrap
    }

    .reimburement .reimburement-container .row .row-container .item[data-v-4f1540a2]:after {
        width: 70px;
        height: 100px;
        bottom: -20px
    }

    .reimburement .reimburement-container .row .row-container .item .icon[data-v-4f1540a2] {
        width: 28px;
        height: 28px;
        margin-bottom: 20px
    }

    .reimburement .reimburement-container .row .row-content-container .content-wrap[data-v-4f1540a2] {
        flex-direction: column;
        padding: 20px 0
    }

    .reimburement .reimburement-container .row .row-content-container.active[data-v-4f1540a2] {
        height: 600px;
        margin-bottom: 50px
    }

    .reimburement .reimburement-container .row .row-content-container .text-container[data-v-4f1540a2] {
        text-align: center
    }

    .reimburement .reimburement-container .row .row-content-container .text-container .title[data-v-4f1540a2] {
        font-size: 25px
    }

    .reimburement .reimburement-container .row .row-content-container .text-container .text-content[data-v-4f1540a2] {
        font-size: 16px;
        margin-bottom: 20px;
        margin-top: 20px
    }

    .reimburement .reimburement-container .row .row-content-container .text-container .functions[data-v-4f1540a2] {
        font-size: 14px
    }

    .reimburement .reimburement-container .row .row-content-container .text-container .functions li[data-v-4f1540a2] {
        margin-bottom: 15px
    }

    .reimburement .reimburement-container .row .row-content-container .image-container[data-v-4f1540a2] {
        width: 80%;
        height: 50vw
    }

    .reimburement .reimburement-container .row .row-content-container .image-container .background img.left[data-v-4f1540a2] {
        left: 0;
        width: 100px;
        top: 120px
    }

    .reimburement .reimburement-container .row .row-content-container .image-container .background img.right[data-v-4f1540a2] {
        right: 0;
        top: -20px
    }

    .reimburement .reimburement-container .row .row-content-container .image-container .background img.left-top[data-v-4f1540a2] {
        left: 0
    }

    .reimburement .reimburement-container .row .row-content-container .image-container .background img.right-bottom[data-v-4f1540a2] {
        right: -50px;
        bottom: -10px
    }

    .reimburement .reimburement-container .row .row-content-container .image-container .screenshots img[data-v-4f1540a2] {
        position: absolute
    }

    .reimburement .reimburement-container .row .row-content-container .image-container .screenshots img[data-v-4f1540a2]:first-child {
        width: 200px;
        right: 0
    }

    .reimburement .reimburement-container .row .row-content-container .image-container .screenshots img[data-v-4f1540a2]:nth-child(2) {
        width: 250px;
        left: 0;
        top: 30px
    }

    .reimburement .reimburement-list .list-wrap .item-box[data-v-4f1540a2] {
        height: 400px;
        /**border-bottom:2px solid #fafbfb**/
    }

    .reimburement .reimburement-list .list-wrap .item-box.c[data-v-4f1540a2] {
        height: 570px
    }

    .reimburement .reimburement-list .list-wrap .item-box .content-area[data-v-4f1540a2] {
        display: flex;
        flex-direction: column;
        padding: 0 12px;
        box-sizing: border-box
    }

    .reimburement .reimburement-list .list-wrap .item-box .content-area.reverse[data-v-4f1540a2] {
        flex-direction: column
    }

    .reimburement .reimburement-list .list-wrap .item-box .content-area.reverse .desc-box[data-v-4f1540a2] {
        margin-left: 0;
        padding-left: 0
    }

    .reimburement .reimburement-list .list-wrap .item-box .content-area .desc-box[data-v-4f1540a2] {
        flex-basis: auto;
        padding-left: 0;
        text-align: center
    }

    .reimburement .reimburement-list .list-wrap .item-box .content-area .desc-box .title[data-v-4f1540a2] {
        font-size: 18px;
        margin-top: 32px;
        justify-content: center;
        color: #002566
    }

    .reimburement .reimburement-list .list-wrap .item-box .content-area .desc-box .title .tag[data-v-4f1540a2] {
        margin-left: 20px;
        height: 16px;
        padding: 0 9px;
        border-radius: 12px
    }

    .reimburement .reimburement-list .list-wrap .item-box .content-area .desc-box .title .tag span[data-v-4f1540a2] {
        font-size: 12px;
        padding-top: 2px
    }

    .reimburement .reimburement-list .list-wrap .item-box .content-area .desc-box .title .tag img[data-v-4f1540a2] {
        width: 12px;
        height: 12px;
        padding-left: 4px;
        padding-bottom: 4px
    }

    .reimburement .reimburement-list .list-wrap .item-box .content-area .desc-box .sub-title[data-v-4f1540a2] {
        margin: 16px 0 10px;
        font-size: 14px;
        color: #002566;
        line-height: 12px
    }

    .reimburement .reimburement-list .list-wrap .item-box .content-area .desc-box .sub-title li[data-v-4f1540a2]:first-of-type {
        margin-bottom: 5px
    }

    .reimburement .reimburement-list .list-wrap .item-box .content-area .desc-box .digests[data-v-4f1540a2] {
        font-size: 12px;
        margin-bottom: 15px;
        color: #68747f;
        font-weight: 400;
        line-height: 16px
    }

    .reimburement .reimburement-list .list-wrap .item-box .content-area .desc-box .digests li[data-v-4f1540a2] {
        margin-bottom: 5px
    }

    .reimburement .reimburement-list .list-wrap .item-box .content-area .desc-box .logo img[data-v-4f1540a2] {
        width: 220px;
        height: 60px
    }
}

.base-hover[data-v-b89f2fd0] {
    cursor: pointer
}

.base-hover[data-v-b89f2fd0]:hover {
    opacity: .8
}

input[data-v-b89f2fd0]:-webkit-autofill {
    box-shadow: inset 0 0 0 52.08333vw #fff
}

@-webkit-keyframes shakeX-data-v-b89f2fd0 {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

@keyframes shakeX-data-v-b89f2fd0 {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

@-webkit-keyframes fadeIn-data-v-b89f2fd0 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn-data-v-b89f2fd0 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.slide_item[data-v-b89f2fd0] {
    height: 100%;
    position: relative
}

.slide_item img[data-v-b89f2fd0] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.slide_item .slide_img[data-v-b89f2fd0] {
    -webkit-animation: fadeIn-data-v-b89f2fd0 .6s ease-out;
    animation: fadeIn-data-v-b89f2fd0 .6s ease-out
}

.slide_item .banner-content[data-v-b89f2fd0] {
    width: 32.29167vw;
    height: 19.79167vw;
    background-color: #fff;
    padding: 2.60417vw 2.08333vw;
    box-sizing: border-box;
    position: absolute;
    top: 9.01042vw;
    left: 13.02083vw
}

.slide_item .banner-content .company[data-v-b89f2fd0] {
    font-size: 1.14583vw;
    font-weight: 400;
    color: #002368;
    line-height: 1.5625vw
}

.slide_item .banner-content .company[data-v-b89f2fd0] span {
    font-size: 1.14583vw!important
}

.slide_item .banner-content .flag[data-v-b89f2fd0] {
    font-size: 2.1875vw;
    font-weight: 800;
    line-height: 3.22917vw;
    margin-top: 1.35417vw
}

.slide_item .banner-content .flag[data-v-b89f2fd0] span {
    font-size: 2.1875vw!important
}

.slide_item .banner-content .desc[data-v-b89f2fd0] {
    font-size: .9375vw;
    font-weight: 400;
    color: #68747f;
    line-height: 1.45833vw;
    margin-top: .88542vw
}

.slide_item .banner-content .desc[data-v-b89f2fd0] span {
    font-size: .9375vw!important
}

.slide_item .banner-content .btn-wrap[data-v-b89f2fd0] {
    display: flex;
    padding-top: 2.44792vw
}

.slide_item .banner-content .btn-wrap .read-btn[data-v-b89f2fd0] {
    width: 8.85417vw;
    height: 2.1875vw;
    background: #3ccddc;
    border-radius: .10417vw;
    border: none;
    font-size: 1.04167vw;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-right: 2.08333vw
}

.slide_item .solution-content[data-v-b89f2fd0] {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
    line-height: .9
}

.slide_item .solution-content .title[data-v-b89f2fd0] {
    font-weight: 600;
    font-size: 2.5vw
}

.slide_item .solution-content .introduction[data-v-b89f2fd0] {
    font-weight: 400;
    font-size: 2.91667vw;
    margin: 1.66667vw 0
}

.slide_item .solution-content .description[data-v-b89f2fd0] {
    font-weight: 400;
    font-size: 1.35417vw;
    margin-bottom: 2.66667vw
}

@media screen and (max-width: 767px) {
    .slide_item .banner-content[data-v-b89f2fd0] {
        width:calc(100% - 48px);
        height: calc(100% - 48px);
        padding: 15px;
        top: 24px;
        left: 24px
    }

    .slide_item .banner-content .company[data-v-b89f2fd0] {
        line-height: 18px
    }

    .slide_item .banner-content .company[data-v-b89f2fd0] span {
        font-size: 15px!important
    }

    .slide_item .banner-content .flag[data-v-b89f2fd0] {
        line-height: .8;
        margin-top: 12px
    }

    .slide_item .banner-content .flag[data-v-b89f2fd0] span {
        font-size: 22px!important
    }

    .slide_item .banner-content .desc[data-v-b89f2fd0] {
        display: none;
        line-height: 1.2;
        margin-top: 7px
    }

    .slide_item .banner-content .desc[data-v-b89f2fd0] span {
        font-size: 11px!important
    }

    .slide_item .banner-content .read-btn[data-v-b89f2fd0] {
        width: 120px;
        height: 32px;
        border-radius: 2px;
        margin-top: 15px;
        font-size: 14px
    }

    .slide_item .banner-content .btn-wrap[data-v-b89f2fd0] {
        display: flex;
        padding-top: 12px
    }

    .slide_item .banner-content .btn-wrap .read-btn[data-v-b89f2fd0] {
        width: 120px;
        height: 32px;
        border-radius: 2px;
        margin-top: 0;
        font-size: 14px
    }

    .slide_item .banner-content .btn-wrap .base-button[data-v-b89f2fd0] {
        width: 120px;
        height: 32px;
        border-radius: 2px;
        margin-top: 15px;
        font-size: 14px;
        padding: 0
    }

    .slide_item .banner-content .btn-wrap .responsive[data-v-b89f2fd0] {
        display: none
    }

    .slide_item .solution-content[data-v-b89f2fd0] {
        box-sizing: border-box!important;
        padding: 0 12px
    }

    .slide_item .solution-content .title[data-v-b89f2fd0] {
        font-size: 22px
    }

    .slide_item .solution-content .introduction[data-v-b89f2fd0] {
        font-size: 14px;
        margin: 10px 0
    }

    .slide_item .solution-content .description[data-v-b89f2fd0] {
        font-size: 12px;
        margin-bottom: 10px
    }

    .slide_item .solution-content .make-btn-wrap .base-button[data-v-b89f2fd0] {
        padding: 6px;
        min-width: 106px;
        font-size: 12px
    }

    .slide_item .solution-content .make-btn-wrap.responsive[data-v-b89f2fd0] {
        display: none
    }
}

@media screen and (min-width: 1920px) {
    .slide_item .banner-content[data-v-b89f2fd0] {
        width:620px;
        height: 380px;
        padding: 50px 40px;
        top: 173px;
        left: 250px
    }

    .slide_item .banner-content .company[data-v-b89f2fd0] {
        font-size: 22px;
        line-height: 30px
    }

    .slide_item .banner-content .company[data-v-b89f2fd0] span {
        font-size: 22px!important
    }

    .slide_item .banner-content .flag[data-v-b89f2fd0] {
        font-size: 42px;
        line-height: 62px;
        margin-top: 26px
    }

    .slide_item .banner-content .flag[data-v-b89f2fd0] span {
        font-size: 42px!important
    }

    .slide_item .banner-content .desc[data-v-b89f2fd0] {
        font-size: 18px;
        line-height: 28px;
        margin-top: 17px
    }

    .slide_item .banner-content .desc[data-v-b89f2fd0] span {
        font-size: 18px!important
    }

    .slide_item .banner-content .btn-wrap[data-v-b89f2fd0] {
        padding-top: 47px
    }

    .slide_item .banner-content .btn-wrap .read-btn[data-v-b89f2fd0] {
        width: 170px;
        height: 42px;
        border-radius: 2px;
        font-size: 20px;
        margin-right: 40px
    }

    .slide_item .solution-content .title[data-v-b89f2fd0] {
        font-size: 56px
    }

    .slide_item .solution-content .introduction[data-v-b89f2fd0] {
        font-size: 56px;
        margin: 32px 0
    }

    .slide_item .solution-content .description[data-v-b89f2fd0] {
        font-size: 18px;
        margin-bottom: 51.2px
    }
}

.base-hover[data-v-a7de4cbc] {
    cursor: pointer
}

.base-hover[data-v-a7de4cbc]:hover {
    opacity: .8
}

input[data-v-a7de4cbc]:-webkit-autofill {
    box-shadow: inset 0 0 0 52.08333vw #fff
}

@-webkit-keyframes shakeX-data-v-a7de4cbc {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

@keyframes shakeX-data-v-a7de4cbc {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

.banner-container[data-v-a7de4cbc] {
    width: 100%;
    height: 100%
}

.banner-container .bannerSwiper[data-v-a7de4cbc] {
    width: 100%;
    height: inherit
}

.banner-container .bannerSwiper .banner-wrapper[data-v-a7de4cbc] {
    width: 100%;
    height: inherit;
    position: relative
}

.banner-container .bannerSwiper .banner-wrapper .banner-img[data-v-a7de4cbc] {
    height: inherit;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.swiper-pagination-bullets[data-v-a7de4cbc] .swiper-pagination-bullet {
    width: 1.30208vw!important;
    height: .15625vw!important;
    margin-right: .46875vw;
    border-radius: 0;
    background-color: hsla(0,0%,100%,.8)
}

.swiper-pagination-bullets[data-v-a7de4cbc] .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 2.65625vw!important;
    background-color: #fff
}

@media screen and (max-width: 767px) {
    .banner-container .bannerSwiper .banner-wrapper .banner-img[data-v-a7de4cbc] {
        width:100%;
        height: 180px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media screen and (min-width: 1920px) {
    .swiper-pagination-bullets[data-v-a7de4cbc] .swiper-pagination-bullet {
        width:25px!important;
        height: 3px!important;
        margin-right: 9px
    }

    .swiper-pagination-bullets[data-v-a7de4cbc] .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 51px!important
    }
}

.slide_container[data-v-25a3e0f8] {
    height: 100%
}

.crumb-wrapper[data-v-30005b86] {
    color: #68747f;
    font-size: .9375vw
}

.crumb-wrapper .curmb-list[data-v-30005b86] {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none
}

.crumb-wrapper .curmb-list>li[data-v-30005b86] {
    list-style: none
}

.crumb-wrapper .curmb-list>li a[data-v-30005b86] {
    font-size: .9375vw;
    color: #68747f;
    text-decoration: none
}

.crumb-wrapper .curmb-list>li .curmb-arrow[data-v-30005b86] {
    padding-right: .26042vw
}

@media screen and (max-width: 757px) {
    .crumb-wrapper[data-v-30005b86],.crumb-wrapper .curmb-list>li a[data-v-30005b86] {
        font-size:14px
    }
}

.base-hover[data-v-09b5a756] {
    cursor: pointer
}

.base-hover[data-v-09b5a756]:hover {
    opacity: .8
}

input[data-v-09b5a756]:-webkit-autofill {
    box-shadow: inset 0 0 0 52.08333vw #fff
}

@-webkit-keyframes shakeX-data-v-09b5a756 {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

@keyframes shakeX-data-v-09b5a756 {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

.claim-page[data-v-09b5a756] {
    scroll-behavior: smooth
}

.claim-page .tab-item[data-v-09b5a756] {
    cursor: pointer;
    width: unset!important;
}

.claim-page .text-content[data-v-09b5a756] {
    position: absolute;
    left: 13.02083vw
}

.claim-page .text-content p[data-v-09b5a756] {
    color: #fff
}

.claim-page .text-content p[data-v-09b5a756]:first-child {
    font-size: 2.91667vw;
    font-weight: 800;
    line-height: 3.22917vw
}

.claim-page .text-content p[data-v-09b5a756]:nth-child(2) {
    font-size: 2.91667vw;
    font-weight: 400;
    line-height: 3.22917vw;
}

.claim-page .text-content p[data-v-09b5a756]:nth-child(3) {
    font-size: 1.66667vw;
    font-weight: 400;
    line-height: 2.34375vw;
}

.claim-page .section-wrapper[data-v-09b5a756] {
    width: 100%;
    height: 16.97917vw;
    background-color: #fafbfb;
    position: relative;
    overflow: hidden
}

.claim-page .section-wrapper .base-img[data-v-09b5a756] {
    transform: scale(0);
    opacity: 0;
    transition: all .5s ease-out
}

.claim-page .section-wrapper.active .base-img[data-v-09b5a756] {
    opacity: 1;
    transform: scale(1)
}

.claim-page .section-wrapper .description[data-v-09b5a756] {
    margin-top: 10.41667vw;
    margin-left: 19.6875vw
}

.claim-page .section-wrapper .description p[data-v-09b5a756] {
    font-weight: 400
}

.claim-page .section-wrapper .description p[data-v-09b5a756]:first-child {
    font-size: 1.875vw;
    color: #002566;
    line-height: 2.60417vw
}

.claim-page .section-wrapper .description p[data-v-09b5a756]:nth-child(2) {
    font-size: .9375vw;
    color: #002566;
    line-height: 1.30208vw;
    margin-top: 1.71875vw
}

.claim-page .section-wrapper .description p[data-v-09b5a756]:nth-child(3) {
    font-size: .83333vw;
    line-height: 1.66667vw;
    color: #68747f;
    margin-top: 1.04167vw
}

.claim-page .section-wrapper .description p[data-v-09b5a756]:nth-child(4) {
    font-size: .9375vw;
    color: #002368;
    line-height: 1.30208vw;
    margin-top: 2.96875vw;
    margin-bottom: .88542vw
}

.claim-page .section-wrapper .description .terrace-img[data-v-09b5a756] {
    width: 25.26042vw;
    height: 5.26042vw;
    margin-top: 3.95833vw
}

.claim-page .section-wrapper .description .band-img[data-v-09b5a756] {
    width: 15.05208vw;
    height: 7.29167vw;
    margin-left: -1.14583vw
}

.claim-page .section-wrapper .phone-wrapper[data-v-09b5a756] {
    position: absolute;
    top: 8.95833vw;
    left: 43.07292vw;
    bottom: 0;
    width: 47.29167vw;
    height: 28.54167vw;
    background: url(../img/index/87793c0.png);
    background-size: 100% 100%
}

.claim-page .section-wrapper .phone-wrapper .phone[data-v-09b5a756] {
    width: 23.33333vw;
    height: 11.51042vw;
    position: absolute;
    left: 12.34375vw;
    top: 1.45833vw
}

.claim-page .section-wrapper .phone-wrapper .phone-text[data-v-09b5a756] {
    width: 19.375vw;
    height: 3.54167vw;
    position: absolute;
    top: 15.26042vw;
    left: 15.26042vw
}

.claim-page .section-wrapper .mac-wrapper[data-v-09b5a756] {
    width: 47.29167vw;
    height: 28.02083vw;
    background: url(../img/index/ff92925.png);
    background-size: 100% 100%;
    position: absolute;
    top: 8.95833vw;
    left: 9.63542vw;
    bottom: 0
}

.claim-page .section-wrapper .mac-wrapper .mac[data-v-09b5a756] {
    width: 27.1875vw;
    height: 26.66667vw;
    position: absolute;
    top: .67708vw;
    left: 10.05208vw;
    bottom: .67708vw
}

.claim-page .section-wrapper .mac-wrapper .pay-center[data-v-09b5a756] {
    width: 21.25vw;
    height: 10.41667vw;
    position: absolute;
    top: 3.90625vw;
    left: 23.75vw
}

.claim-page .section-wrapper .mac-wrapper .pay-info[data-v-09b5a756] {
    width: 21.30208vw;
    height: 9.32292vw;
    position: absolute;
    top: 9.6875vw;
    left: 6.66667vw
}

.claim-page .section-wrapper .mac-wrapper .alipay-icon[data-v-09b5a756] {
    width: 6.66667vw;
    height: 6.61458vw;
    position: absolute;
    top: 2.39583vw;
    left: 33.54167vw
}

.claim-page .section-wrapper .finance-wrapper[data-v-09b5a756] {
    width: 47.29167vw;
    height: 28.02083vw;
    background: url(../img/index/ff92925.png);
    background-size: 100% 100%;
    position: absolute;
    top: 8.95833vw;
    left: 43.07292vw;
    bottom: 0
}

.claim-page .section-wrapper .finance-wrapper .laptap[data-v-09b5a756] {
    width: 39.32292vw;
    height: 23.28125vw;
    position: absolute;
    left: 3.07292vw;
    top: -.20833vw
}

.claim-page .section-wrapper .finance-wrapper .generate-img[data-v-09b5a756] {
    width: 11.97917vw;
    height: 11.5625vw;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    left: 29.63542vw;
    top: 2.29167vw
}

.claim-page .section-wrapper .finance-wrapper .logo-img[data-v-09b5a756] {
    width: 23.38542vw;
    height: 10.88542vw;
    position: absolute;
    top: 10.05208vw;
    left: -9.53125vw
}

.claim-page .section-wrapper .finance-wrapper .yellow-arrow[data-v-09b5a756] {
    width: 1.40625vw;
    height: 7.5vw;
    position: absolute;
    right: 40.05208vw;
    bottom: 12.86458vw;
    z-index: 3
}

.claim-page .section-wrapper .finance-wrapper .yellow-arrow.reverse[data-v-09b5a756] {
    transform: rotate(180deg);
    right: 42.1875vw;
    bottom: 12.5vw
}

.claim-page .section-two[data-v-09b5a756] {
    background: #fff
}

.claim-page .section-two .description[data-v-09b5a756] {
    margin-left: 59.375vw
}

.claim-page .make-btn-wrap[data-v-09b5a756] {
    position: absolute;
    bottom: 8.75vw;
    width: 100%;
    left: 0
}

@media screen and (min-width: 1920px) {
    .claim-page .tab-item[data-v-09b5a756] {
        cursor:pointer;
        width: unset!important;
        padding: 0 20px
    }

    .claim-page .text-content[data-v-09b5a756] {
        top: 219px;
        left: 250px
    }

    .claim-page .text-content p[data-v-09b5a756]:first-child {
        font-size: 56px;
        line-height: 62px
    }

    .claim-page .text-content p[data-v-09b5a756]:nth-child(2) {
        font-size: 56px;
        line-height: 62px;
        margin-top: 26px
    }

    .claim-page .text-content p[data-v-09b5a756]:nth-child(3) {
        font-size: 32px;
        line-height: 45px;
        margin-top: 30px
    }

    .claim-page .shell[data-v-09b5a756] {
        width: 100%;
        background-color: #fafbfb
    }

    .claim-page .section-wrapper[data-v-09b5a756] {
        width: 1920px;
        margin: 0 auto;
        height: 710px
    }

    .claim-page .section-wrapper .description[data-v-09b5a756] {
        margin-top: 200px;
        margin-left: 378px
    }

    .claim-page .section-wrapper .description p[data-v-09b5a756]:first-child {
        font-size: 36px;
        line-height: 50px
    }

    .claim-page .section-wrapper .description p[data-v-09b5a756]:nth-child(2) {
        font-size: 18px;
        line-height: 25px;
        margin-top: 33px
    }

    .claim-page .section-wrapper .description p[data-v-09b5a756]:nth-child(3) {
        font-size: 16px;
        line-height: 32px;
        margin-top: 20px
    }

    .claim-page .section-wrapper .description p[data-v-09b5a756]:nth-child(4) {
        font-size: 18px;
        line-height: 25px;
        margin-top: 57px;
        margin-bottom: 17px
    }

    .claim-page .section-wrapper .description .terrace-img[data-v-09b5a756] {
        width: 485px;
        height: 101px;
        margin-top: 76px
    }

    .claim-page .section-wrapper .description .band-img[data-v-09b5a756] {
        width: 289px;
        height: 140px;
        margin-left: -22px
    }

    .claim-page .section-wrapper .phone-wrapper[data-v-09b5a756] {
        top: 172px;
        left: 827px;
        bottom: 0;
        width: 908px;
        height: 548px
    }

    .claim-page .section-wrapper .phone-wrapper .phone[data-v-09b5a756] {
        width: 448px;
        height: 221px;
        left: 237px;
        top: 28px
    }

    .claim-page .section-wrapper .phone-wrapper .phone-text[data-v-09b5a756] {
        width: 372px;
        height: 68px;
        top: 293px;
        left: 293px
    }

    .claim-page .section-wrapper .mac-wrapper[data-v-09b5a756] {
        width: 908px;
        height: 538px;
        top: 172px;
        left: 185px;
        bottom: 0
    }

    .claim-page .section-wrapper .mac-wrapper .mac[data-v-09b5a756] {
        width: 522px;
        height: 512px;
        top: 13px;
        left: 193px;
        bottom: 13px
    }

    .claim-page .section-wrapper .mac-wrapper .pay-center[data-v-09b5a756] {
        width: 408px;
        height: 200px;
        top: 75px;
        left: 456px
    }

    .claim-page .section-wrapper .mac-wrapper .pay-info[data-v-09b5a756] {
        width: 409px;
        height: 179px;
        top: 186px;
        left: 128px
    }

    .claim-page .section-wrapper .mac-wrapper .alipay-icon[data-v-09b5a756] {
        width: 128px;
        height: 127px;
        top: 46px;
        left: 644px
    }

    .claim-page .section-wrapper .finance-wrapper[data-v-09b5a756] {
        width: 908px;
        height: 538px;
        top: 172px;
        left: 827px;
        bottom: 0
    }

    .claim-page .section-wrapper .finance-wrapper .laptap[data-v-09b5a756] {
        width: 755px;
        height: 447px;
        left: 59px;
        top: -4px
    }

    .claim-page .section-wrapper .finance-wrapper .generate-img[data-v-09b5a756] {
        width: 230px;
        height: 222px;
        left: 569px;
        top: 44px
    }

    .claim-page .section-wrapper .finance-wrapper .logo-img[data-v-09b5a756] {
        width: 449px;
        height: 209px;
        top: 193px;
        left: -183px
    }

    .claim-page .section-wrapper .finance-wrapper .yellow-arrow[data-v-09b5a756] {
        width: 27px;
        height: 144px;
        right: 769px;
        bottom: 247px
    }

    .claim-page .section-wrapper .finance-wrapper .yellow-arrow.reverse[data-v-09b5a756] {
        right: 810px;
        bottom: 240px
    }

    .claim-page .section-two .description[data-v-09b5a756] {
        margin-left: 1140px
    }

    .claim-page .make-btn-wrap[data-v-09b5a756] {
        bottom: 168px
    }
}

@media screen and (max-width: 767px) {
    .claim-page[data-v-09b5a756] {
        width:100%
    }

    .claim-page .section-three[data-v-09b5a756] {
        height: 400px
    }

    .claim-page .section-wrapper[data-v-09b5a756] {
        width: 100%;
        height: 450px;
        background-color: #fafbfb;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 12px 10px
    }

    .claim-page .section-wrapper .description[data-v-09b5a756] {
        margin: 20px 0 0;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .claim-page .section-wrapper .description p[data-v-09b5a756] {
        font-weight: 400;
        text-align: center
    }

    .claim-page .section-wrapper .description p[data-v-09b5a756]:first-child {
        font-size: 18px;
        color: #002566;
        line-height: 24px
    }

    .claim-page .section-wrapper .description p[data-v-09b5a756]:nth-child(2) {
        font-size: 14px;
        color: #002566;
        line-height: 12px;
        margin-top: 16px
    }

    .claim-page .section-wrapper .description p[data-v-09b5a756]:nth-child(3) {
        font-size: 12px;
        line-height: 16px;
        color: #68747f;
        margin-top: 10px
    }

    .claim-page .section-wrapper .description p[data-v-09b5a756]:nth-child(4) {
        font-size: 12px;
        color: #002368;
        line-height: 12px;
        margin-top: 10px;
        margin-bottom: 8px
    }

    .claim-page .section-wrapper .description .terrace-img[data-v-09b5a756] {
        width: 188px;
        height: 45px;
        margin-top: 14px
    }

    .claim-page .section-wrapper .description .band-img[data-v-09b5a756] {
        width: 141px;
        height: 69px;
        margin: 0
    }

    .claim-page .section-wrapper .phone-wrapper[data-v-09b5a756] {
        width: 455px;
        height: 263px;
        background: url(../img/index/87793c0.png);
        background-size: 100% 100%;
        position: relative;
        left: 0
    }

    .claim-page .section-wrapper .phone-wrapper .phone[data-v-09b5a756] {
        width: 248px;
        height: 121px;
        left: calc((100% - 248px)/2);
        top: 18px
    }

    .claim-page .section-wrapper .phone-wrapper .phone-text[data-v-09b5a756] {
        width: 172px;
        height: 32px;
        left: calc((100% - 172px)/2);
        top: 160px
    }

    .claim-page .section-wrapper .mac-wrapper[data-v-09b5a756] {
        width: 445px;
        height: 263px;
        background: url(../img/index/ff92925.png);
        background-size: 100% 100%;
        position: relative;
        left: 0
    }

    .claim-page .section-wrapper .mac-wrapper .mac[data-v-09b5a756] {
        width: 256px;
        height: 251px;
        position: absolute;
        top: 6px;
        left: 20%;
        bottom: 6px
    }

    .claim-page .section-wrapper .mac-wrapper .pay-center[data-v-09b5a756] {
        width: 200px;
        height: 98px;
        position: absolute;
        top: 37px;
        left: 35%
    }

    .claim-page .section-wrapper .mac-wrapper .pay-info[data-v-09b5a756] {
        width: 200px;
        height: 88px;
        position: absolute;
        top: 91px;
        left: 10%
    }

    .claim-page .section-wrapper .mac-wrapper .alipay-icon[data-v-09b5a756] {
        width: 63px;
        height: 62px;
        position: absolute;
        top: 23px;
        left: 70%
    }

    .claim-page .section-wrapper .finance-wrapper[data-v-09b5a756] {
        width: 445px;
        height: 263px;
        background: url(../img/index/ff92925.png);
        background-size: 100% 100%;
        position: relative;
        top: 3%;
        left: 0
    }

    .claim-page .section-wrapper .finance-wrapper .laptap[data-v-09b5a756] {
        width: 370px;
        height: 219px;
        position: absolute;
        left: 8%;
        top: -2px
    }

    .claim-page .section-wrapper .finance-wrapper .generate-img[data-v-09b5a756] {
        width: 113px;
        height: 109px;
        position: absolute;
        left: 65%;
        top: 22px
    }

    .claim-page .section-wrapper .finance-wrapper .logo-img[data-v-09b5a756] {
        width: 220px;
        height: 102px;
        position: absolute;
        top: 94px;
        left: 10%
    }

    .claim-page .section-wrapper .finance-wrapper .yellow-arrow[data-v-09b5a756] {
        width: 20px;
        height: 104px;
        right: 229px;
        bottom: 147px
    }

    .claim-page .section-wrapper .finance-wrapper .yellow-arrow.reverse[data-v-09b5a756] {
        right: 259px;
        bottom: 140px
    }

    .claim-page .section-two[data-v-09b5a756] {
        background-color: #f0f2f5
    }

    .claim-page .make-btn-wrap[data-v-09b5a756] {
        bottom: 12px;
        left: 12px
    }

    .claim-page .make-btn-wrap .base-button.make-try[data-v-09b5a756] {
        padding: 6px;
        min-width: 106px;
        font-size: 12px
    }
}

@keyframes animate_dots {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes animate_dots {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.dot0,.dot1 {
    animation: animate_dots .9s infinite;
    -moz-animation: animate_dots .9s infinite;
    -webkit-animation: animate_dots .9s infinite;
    -o-animation: animate_dots .9s infinite
}

.dot1 {
    animation-delay: .2s;
    -webkit-animation-delay: .2s
}

.dot2 {
    animation: animate_dots .9s infinite;
    -moz-animation: animate_dots .9s infinite;
    -webkit-animation: animate_dots .9s infinite;
    -o-animation: animate_dots .9s infinite;
    animation-delay: .4s;
    -webkit-animation-delay: .4s
}

.dots_item {
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #4886ff
}

.verify-icon {
    position: absolute;
    width: 100%;
    margin-top: 70px;
    text-align: center
}

.t-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    _position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: .5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    z-index: 2000000000
}

.base-hover[data-v-3bc89654] {
    cursor: pointer
}

.base-hover[data-v-3bc89654]:hover {
    opacity: .8
}

input[data-v-3bc89654]:-webkit-autofill {
    box-shadow: inset 0 0 0 52.08333vw #fff
}

@-webkit-keyframes shakeX-data-v-3bc89654 {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

@keyframes shakeX-data-v-3bc89654 {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

.team-swiper .content[data-v-3bc89654] {
    padding: 5.20833vw 0 1.04167vw
}

.team-swiper .content .swiper-box[data-v-3bc89654] {
    display: flex;
    justify-content: space-around;
    position: relative
}

.team-swiper .content .swiper-box .nav-img[data-v-3bc89654] {
    align-self: center;
    margin-top: 3.64583vw;
    cursor: pointer;
    width: .9375vw;
    height: 1.77083vw;
    position: absolute;
    top: 15.10417vw
}

.team-swiper .content .swiper-box .nav-img[data-v-3bc89654]:hover {
    opacity: .7
}

.team-swiper .content .swiper-box .nav-img img[data-v-3bc89654] {
    width: 100%
}

.team-swiper .content .swiper-box .nav-img.left[data-v-3bc89654] {
    left: -2.60417vw;
    z-index: 10
}

.team-swiper .content .swiper-box .nav-img.right[data-v-3bc89654] {
    right: -2.60417vw;
    z-index: 10
}

.team-swiper .content .swiper-box .team-swiper-container[data-v-3bc89654] {
    margin-top: 5.20833vw;
    overflow: hidden;
    position: relative;
    flex: 1;
    opacity: 0;
    transition: all .3s ease-out
}

.team-swiper .content .swiper-box .team-swiper-container.active[data-v-3bc89654] {
    opacity: 1
}

.team-swiper .content .swiper-box .team-swiper-container .swiper-container[data-v-3bc89654] {
    padding-bottom: 1.04167vw
}

.team-swiper .content .swiper-box .team-swiper-container .swiper-item[data-v-3bc89654] {
    width: 23.95833vw
}

.team-swiper .content .swiper-box .team-swiper-container .swiper-item .head[data-v-3bc89654] {
    width: 100%;
    height: 15.625vw;
    position: relative
}

.team-swiper .content .swiper-box .team-swiper-container .swiper-item .head img[data-v-3bc89654] {
    width: 100%;
    height: 100%;
    display: block
}

.team-swiper .content .swiper-box .team-swiper-container .swiper-item .head .active-text[data-v-3bc89654] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(54,72,96,.8);
    color: #fff;
    opacity: 0;
    transition: all .3s ease
}

.team-swiper .content .swiper-box .team-swiper-container .swiper-item .head .active-text .text-content[data-v-3bc89654] {
    transition: all .3s ease;
    font-size: .83333vw;
    padding: 2.08333vw 1.30208vw 0;
    transform: translateY(10vh);
    line-height: 1.5
}

.team-swiper .content .swiper-box .team-swiper-container .swiper-item .head .active-text .author[data-v-3bc89654] {
    transition: all .3s ease;
    transform: translateY(15vh);
    font-size: .83333vw;
    padding-right: .57292vw;
    margin-top: .26042vw;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.team-swiper .content .swiper-box .team-swiper-container .swiper-item .head .active-text .author[data-v-3bc89654]:before {
    content: "";
    width: 2.60417vw;
    height: 1px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: .52083vw
}

.team-swiper .content .swiper-box .team-swiper-container .swiper-item[data-v-3bc89654]:hover {
    box-shadow: 0 .10417vw 1.5625vw 0 rgba(34,178,204,.15)
}

.team-swiper .content .swiper-box .team-swiper-container .swiper-item:hover .head .active-text[data-v-3bc89654] {
    opacity: 1
}

.team-swiper .content .swiper-box .team-swiper-container .swiper-item:hover .head .active-text .author[data-v-3bc89654],.team-swiper .content .swiper-box .team-swiper-container .swiper-item:hover .head .active-text .text-content[data-v-3bc89654] {
    transform: translateY(0)
}

.team-swiper .content .swiper-box .team-swiper-container .swiper-item .industry-box[data-v-3bc89654] {
    background-color: #fff;
    padding: 2.03125vw 1.25vw 1.5625vw;
    box-sizing: border-box
}

.team-swiper .content .swiper-box .team-swiper-container .swiper-item .industry-box .industry[data-v-3bc89654] {
    color: #22b2cc;
    font-size: 1.5625vw;
    font-weight: 700
}

.team-swiper .content .swiper-box .team-swiper-container .swiper-item .industry-box .team-name[data-v-3bc89654] {
    color: #002368;
    font-size: .9375vw;
    font-weight: 400;
    margin-top: .67708vw
}

.team-swiper .content .swiper-box .team-swiper-container .swiper-item .industry-box .team-intro[data-v-3bc89654] {
    color: #8291a3;
    font-size: .83333vw;
    border-bottom: 1px solid #e9ebef;
    font-weight: 400;
    padding-bottom: .98958vw;
    margin-top: 1.19792vw
}

.team-swiper .content .swiper-box .team-swiper-container .swiper-item .industry-box .team-intro p[data-v-3bc89654] {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 1.5
}

.team-swiper .content .swiper-box .team-swiper-container .swiper-item .industry-box .footer-tip[data-v-3bc89654] {
    color: #8291a3;
    font-size: .83333vw;
    font-weight: 400;
    margin-top: .9375vw;
    height: 1.82292vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.team-swiper .make-btn-wrap[data-v-3bc89654] {
    display: flex;
    justify-content: center;
    padding: 1.25vw 0 3.64583vw
}

.team-swiper .make-btn-wrap .base-button.dark[data-v-3bc89654] {
    width: 9.375vw;
    height: 2.5vw;
    padding-left: .10417vw;
    padding-right: .10417vw
}

@media screen and (min-width: 1920px) {
    .team-swiper .content[data-v-3bc89654] {
        padding:100px 0 20px
    }

    .team-swiper .content .swiper-box .nav-img[data-v-3bc89654] {
        margin-top: 70px;
        width: 18px;
        height: 34px;
        top: 290px
    }

    .team-swiper .content .swiper-box .nav-img.left[data-v-3bc89654] {
        left: -50px
    }

    .team-swiper .content .swiper-box .nav-img.right[data-v-3bc89654] {
        right: -50px
    }

    .team-swiper .content .swiper-box .team-swiper-container[data-v-3bc89654] {
        margin-top: 100px
    }

    .team-swiper .content .swiper-box .team-swiper-container .swiper-container[data-v-3bc89654] {
        padding-bottom: 20px
    }

    .team-swiper .content .swiper-box .team-swiper-container .swiper-item[data-v-3bc89654] {
        width: 100%
    }

    .team-swiper .content .swiper-box .team-swiper-container .swiper-item .head[data-v-3bc89654] {
        height: 300px
    }

    .team-swiper .content .swiper-box .team-swiper-container .swiper-item .head .active-text .text-content[data-v-3bc89654] {
        font-size: 16px;
        padding: 40px 25px 0;
        transform: translateY(10vh)
    }

    .team-swiper .content .swiper-box .team-swiper-container .swiper-item .head .active-text .author[data-v-3bc89654] {
        transform: translateY(15vh);
        font-size: 16px;
        padding-right: 11px;
        margin-top: 5px
    }

    .team-swiper .content .swiper-box .team-swiper-container .swiper-item .head .active-text .author[data-v-3bc89654]:before {
        width: 50px;
        height: 1px;
        margin-right: 10px
    }

    .team-swiper .content .swiper-box .team-swiper-container .swiper-item .industry-box[data-v-3bc89654] {
        padding: 39px 24px 30px
    }

    .team-swiper .content .swiper-box .team-swiper-container .swiper-item .industry-box .industry[data-v-3bc89654] {
        font-size: 30px
    }

    .team-swiper .content .swiper-box .team-swiper-container .swiper-item .industry-box .team-name[data-v-3bc89654] {
        font-size: 18px;
        margin-top: 13px
    }

    .team-swiper .content .swiper-box .team-swiper-container .swiper-item .industry-box .team-intro[data-v-3bc89654] {
        font-size: 16px;
        border-bottom: 1px solid #e9ebef;
        font-weight: 400;
        padding-bottom: 19px;
        margin-top: 23px
    }

    .team-swiper .content .swiper-box .team-swiper-container .swiper-item .industry-box .footer-tip[data-v-3bc89654] {
        font-size: 16px;
        margin-top: 18px
    }

    .team-swiper .content .swiper-box .team-swiper-container .swiper-item[data-v-3bc89654]:hover {
        box-shadow: 0 2px 30px 0 rgba(34,178,204,.15)
    }

    .team-swiper .make-btn-wrap[data-v-3bc89654] {
        padding: 24px 0 70px
    }

    .team-swiper .make-btn-wrap .base-button.dark[data-v-3bc89654] {
        width: 180px;
        height: 48px;
        padding-left: 2px;
        padding-right: 2px
    }
}

@media screen and (max-width: 767px) {
    .team-swiper .content .title.small[data-v-3bc89654] {
        white-space:nowrap;
        font-size: 5vw
    }

    .team-swiper .content .swiper-box .nav-img[data-v-3bc89654] {
        display: none
    }

    .team-swiper .content .swiper-box .team-swiper-container .swiper-container[data-v-3bc89654] {
        padding-bottom: 30px
    }

    .team-swiper .content .swiper-box .team-swiper-container .swiper-slide[data-v-3bc89654] {
        width: 70%;
        opacity: .4;
        transition: all .3s ease-out;
        padding: 0 7px
    }

    .team-swiper .content .swiper-box .team-swiper-container .swiper-slide .swiper-item[data-v-3bc89654] {
        width: 100%;
        transition: all .3s ease-out;
        box-shadow: 0 0 0 0 rgba(60,205,220,.1)
    }

    .team-swiper .content .swiper-box .team-swiper-container .swiper-slide .swiper-item .head .active-text .text-content[data-v-3bc89654] {
        font-size: 12px;
        padding: 25px 15px 0;
        box-sizing: border-box;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden
    }

    .team-swiper .content .swiper-box .team-swiper-container .swiper-slide .swiper-item .head .active-text .author[data-v-3bc89654] {
        font-size: 12px!important;
        padding-right: 6px
    }

    .team-swiper .content .swiper-box .team-swiper-container .swiper-slide .swiper-item .head .active-text .author[data-v-3bc89654]:before {
        width: 30px
    }

    .team-swiper .content .swiper-box .team-swiper-container .swiper-slide .swiper-item[data-v-3bc89654]:hover {
        box-shadow: unset
    }

    .team-swiper .content .swiper-box .team-swiper-container .swiper-slide .swiper-item:hover .head .active-text[data-v-3bc89654] {
        opacity: 0
    }

    .team-swiper .content .swiper-box .team-swiper-container .swiper-slide .swiper-item:hover .head .active-text .author[data-v-3bc89654],.team-swiper .content .swiper-box .team-swiper-container .swiper-slide .swiper-item:hover .head .active-text .text-content[data-v-3bc89654] {
        transform: translateY(15vh)
    }

    .team-swiper .content .swiper-box .team-swiper-container .swiper-slide.swiper-slide-active[data-v-3bc89654] {
        opacity: 1
    }

    .team-swiper .content .swiper-box .team-swiper-container .swiper-slide.swiper-slide-active .swiper-item[data-v-3bc89654] {
        box-shadow: 3px 3px 17px 0 rgba(60,205,220,.1)
    }

    .team-swiper .content .swiper-box .team-swiper-container .swiper-slide.swiper-slide-active .swiper-item .head .active-text[data-v-3bc89654] {
        opacity: 1
    }

    .team-swiper .content .swiper-box .team-swiper-container .swiper-slide.swiper-slide-active .swiper-item .head .active-text .author[data-v-3bc89654],.team-swiper .content .swiper-box .team-swiper-container .swiper-slide.swiper-slide-active .swiper-item .head .active-text .text-content[data-v-3bc89654] {
        transform: translateY(0)
    }

    .team-swiper .content .swiper-box .team-swiper-container .swiper-item .head[data-v-3bc89654] {
        width: 100%;
        height: 48vw
    }

    .team-swiper .content .swiper-box .team-swiper-container .swiper-item .head img[data-v-3bc89654] {
        width: 100%;
        height: 100%;
        display: block
    }

    .team-swiper .content .swiper-box .team-swiper-container .swiper-item .industry-box[data-v-3bc89654] {
        padding: 22px 14px
    }

    .team-swiper .content .swiper-box .team-swiper-container .swiper-item .industry-box .footer-tip[data-v-3bc89654] {
        font-size: 12px;
        margin-top: 10px;
        height: 25px
    }

    .team-swiper .content .swiper-box .team-swiper-container .swiper-item .industry[data-v-3bc89654] {
        font-size: 17px!important
    }

    .team-swiper .content .swiper-box .team-swiper-container .swiper-item .team-name[data-v-3bc89654] {
        font-size: 14px!important;
        margin-top: 7px!important;
        margin-bottom: 13px!important
    }

    .team-swiper .content .swiper-box .team-swiper-container .swiper-item .team-intro[data-v-3bc89654] {
        font-size: 12px!important;
        padding-bottom: 10px!important
    }

    .team-swiper .content .swiper-box .team-swiper-container .swiper-pagination-bullets[data-v-3bc89654] {
        bottom: 0
    }

    .team-swiper .content .swiper-box .team-swiper-container .swiper-pagination-bullets[data-v-3bc89654] .swiper-pagination-bullet {
        width: 5px!important;
        height: 5px!important;
        margin-right: 10px;
        border-radius: 5px;
        background-color: #d8d8d8;
        opacity: 1
    }

    .team-swiper .content .swiper-box .team-swiper-container .swiper-pagination-bullets[data-v-3bc89654] .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #3ccddc
    }

    .make-btn-wrap.responsive[data-v-3bc89654] {
        display: none
    }
}

*[data-v-25f211f3] {
    margin: 0;
    padding: 0
}

.why-select .content[data-v-25f211f3] {
    background-color: #fff;
    padding: 5.20833vw 0 6.25vw
}

.why-select .content .trait-box[data-v-25f211f3] {
    margin-top: 3.69792vw
}

.why-select .content .trait-box .trait-list[data-v-25f211f3] {
    list-style: none;
    display: flex;
    justify-content: center
}

.why-select .content .trait-box .trait-list li[data-v-25f211f3] {
    width: 17.70833vw;
    margin-right: 1.04167vw;
    display: flex;
    flex-direction: column;
    transition: all .6s cubic-bezier(.01,.77,.35,1.24);
    transform: translateY(30%);
    opacity: 0;
    cursor: pointer
}

.why-select .content .trait-box .trait-list li[data-v-25f211f3]:nth-child(0) {
    transition-delay: 0s
}

.why-select .content .trait-box .trait-list li[data-v-25f211f3]:first-child {
    transition-delay: .2s
}

.why-select .content .trait-box .trait-list li[data-v-25f211f3]:nth-child(2) {
    transition-delay: .4s
}

.why-select .content .trait-box .trait-list li[data-v-25f211f3]:nth-child(3) {
    transition-delay: .6s
}

.why-select .content .trait-box .trait-list li[data-v-25f211f3]:nth-child(4) {
    transition-delay: .8s
}

.why-select .content .trait-box .trait-list li[data-v-25f211f3]:last-child {
    margin-right: 0
}

.why-select .content .trait-box .trait-list li img[data-v-25f211f3] {
    width: 100%;
    height: 13.95833vw
}

.why-select .content .trait-box .trait-list li .text-content[data-v-25f211f3] {
    flex: 1;
    padding: 1.30208vw 1.66667vw 2.23958vw;
    background-color: #fff
}

.why-select .content .trait-box .trait-list li .text-content .label[data-v-25f211f3] {
    color: #002368;
    font-size: 1.5vw;
    font-weight: 700;
    margin-bottom: 1.09375vw
}

.why-select .content .trait-box .trait-list li .text-content .desc[data-v-25f211f3] {
    color: #8291a3;
    font-size: .9375vw;
    font-weight: 400;
    word-break: break-all
}

.why-select .content .trait-box .trait-list li .text-content .desc.desc1[data-v-25f211f3] {
    margin-bottom: .3125vw
}

.why-select .content .trait-box .trait-list li .item[data-v-25f211f3] {
    transform: translateY(0);
    transition: transform .3s ease-out;
    box-shadow: 0 .10417vw 1.5625vw 0 rgba(34,178,204,.15)
}

.why-select .content .trait-box .trait-list li:hover .item[data-v-25f211f3] {
    transform: translateY(-.625vw)
}

.why-select .content .trait-box .trait-list.active li[data-v-25f211f3] {
    transform: translateX(0);
    opacity: 1
}

@media screen and (min-width: 1920px) {
    .why-select .content[data-v-25f211f3] {
        padding:100px 0 120px
    }

    .why-select .content .trait-box[data-v-25f211f3] {
        margin-top: 71px
    }

    .why-select .content .trait-box .trait-list li[data-v-25f211f3] {
        width: 340px;
        margin-right: 20px
    }

    .why-select .content .trait-box .trait-list li .item[data-v-25f211f3] {
        transform: translateY(0);
        transition: transform .3s ease-out;
        box-shadow: 0 2px 30px 0 rgba(34,178,204,.15)
    }

    .why-select .content .trait-box .trait-list li img[data-v-25f211f3] {
        height: 268px
    }

    .why-select .content .trait-box .trait-list li .text-content[data-v-25f211f3] {
        padding: 25px 32px 43px
    }

    .why-select .content .trait-box .trait-list li .text-content .label[data-v-25f211f3] {
        font-size: 1.5vw;
        margin-bottom: 21px
    }

    .why-select .content .trait-box .trait-list li .text-content .desc[data-v-25f211f3] {
        font-size: 18px
    }

    .why-select .content .trait-box .trait-list li .text-content .desc.desc1[data-v-25f211f3] {
        margin-bottom: 6px
    }

    .why-select .content .trait-box .trait-list li:hover .item[data-v-25f211f3] {
        transform: translateY(-12px)
    }
}

@media screen and (max-width: 767px) {
    .why-select .content[data-v-25f211f3] {
        background-color:transparent;
        padding: 0 12px
    }

    .why-select .content .trait-box[data-v-25f211f3] {
        margin-top: 30px
    }

    .why-select .content .trait-box .trait-list[data-v-25f211f3] {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        overflow: hidden
    }

    .why-select .content .trait-box .trait-list li[data-v-25f211f3] {
        flex-basis: 45.3125vw;
        display: flex;
        flex-direction: column;
        box-shadow: 0 1px 15px 0 rgba(233,235,239,.6);
        margin-bottom: 11px;
        margin-right: 0
    }

    .why-select .content .trait-box .trait-list li[data-v-25f211f3]:first-child {
        transform: translateX(-120%)
    }

    .why-select .content .trait-box .trait-list li[data-v-25f211f3]:nth-child(2) {
        transform: translateX(120%)
    }

    .why-select .content .trait-box .trait-list li[data-v-25f211f3]:nth-child(3) {
        transform: translateX(-120%)
    }

    .why-select .content .trait-box .trait-list li[data-v-25f211f3]:nth-child(4) {
        transform: translateX(120%)
    }

    .why-select .content .trait-box .trait-list li img[data-v-25f211f3] {
        width: 100%;
        height: 134px
    }

    .why-select .content .trait-box .trait-list li .text-content[data-v-25f211f3] {
        flex: 1;
        padding: 13px 13px 21px
    }

    .why-select .content .trait-box .trait-list li .text-content .label[data-v-25f211f3] {
        font-size: 18px;
        margin-bottom: 10px
    }

    .why-select .content .trait-box .trait-list li .text-content .desc[data-v-25f211f3] {
        font-size: 9px
    }

    .why-select .content .trait-box .trait-list li .text-content .desc.desc1[data-v-25f211f3] {
        margin-bottom: 6px
    }

    .why-select .content .trait-box .trait-list li[data-v-25f211f3]:hover {
        transform: none
    }

    .why-select .content .trait-box .trait-list.active li[data-v-25f211f3] {
        transform: translateX(0)
    }

    .why-select .content .trait-box .trait-list.active li[data-v-25f211f3]:first-child,.why-select .content .trait-box .trait-list.active li[data-v-25f211f3]:nth-child(2),.why-select .content .trait-box .trait-list.active li[data-v-25f211f3]:nth-child(3),.why-select .content .trait-box .trait-list.active li[data-v-25f211f3]:nth-child(4) {
        transition-delay: 0s
    }
}

.base-hover[data-v-5471fd60] {
    cursor: pointer
}

.base-hover[data-v-5471fd60]:hover {
    opacity: .8
}

input[data-v-5471fd60]:-webkit-autofill {
    box-shadow: inset 0 0 0 52.08333vw #fff
}

@-webkit-keyframes shakeX-data-v-5471fd60 {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

@keyframes shakeX-data-v-5471fd60 {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

.logo-box[data-v-5471fd60] {
    background-color: #181717;
    position: relative
}

.logo-box .logo-list[data-v-5471fd60] {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0
}

.logo-box .logo-list .item[data-v-5471fd60] {
    width: 16.66667%;
    height: 6.25vw;
    display: flex;
    justify-content: center;
    align-items: center
}

.logo-box .logo-list .item img[data-v-5471fd60] {
    width: 10.05208vw;
    height: auto
}

.logo-box .loading[data-v-5471fd60] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0,0%,100%,.4);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center
}

.logo-box .loading .loading-dots[data-v-5471fd60] {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0
}

.logo-box .loading .loading-dots li[data-v-5471fd60] {
    width: 1.5625vw;
    height: 1.5625vw;
    background: #002566;
    border-radius: 50%;
    margin-right: .52083vw;
    -webkit-animation: loadingDots-data-v-5471fd60 2s ease infinite;
    animation: loadingDots-data-v-5471fd60 2s ease infinite;
    opacity: 0
}

.logo-box .loading .loading-dots li[data-v-5471fd60]:last-child {
    margin-right: 0
}

.logo-box .loading .loading-dots li[data-v-5471fd60]:first-child {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.logo-box .loading .loading-dots li[data-v-5471fd60]:nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.logo-box .loading .loading-dots li[data-v-5471fd60]:nth-child(3) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

@-webkit-keyframes loadingDots-data-v-5471fd60 {
    0% {
        transform: scale(0);
        opacity: 0
    }

    50% {
        transform: scale(1);
        opacity: 1
    }

    to {
        opacity: 0;
        transform: scale(0)
    }
}

@keyframes loadingDots-data-v-5471fd60 {
    0% {
        transform: scale(0);
        opacity: 0
    }

    50% {
        transform: scale(1);
        opacity: 1
    }

    to {
        opacity: 0;
        transform: scale(0)
    }
}

@media screen and (min-width: 1920px) {
    .logo-box .logo-list .item[data-v-5471fd60] {
        width:16.66667%;
        height: 120px
    }

    .logo-box .logo-list .item img[data-v-5471fd60] {
        width: 180px
    }
}

@media screen and (max-width: 767px) {
    .logo-box-responsive.logo-box[data-v-5471fd60] {
        padding:0;
        background-color: transparent
    }

    .logo-box-responsive.logo-box .logo-list[data-v-5471fd60] {
        justify-content: space-between
    }

    .logo-box-responsive.logo-box .logo-list .item[data-v-5471fd60] {
        background-color: #fff;
        flex-basis: 108px;
        height: 60px;
        margin-bottom: 10px
    }

    .logo-box-responsive.logo-box .logo-list .item img[data-v-5471fd60] {
        width: 90px
    }

    .logo-box-responsive .loading .loading-dots li[data-v-5471fd60] {
        width: 20px;
        height: 20px;
        margin-right: 10px
    }
}

.download-hose.active .desktop .download .content[data-v-3ac62234],.download-hose.active .desktop .download .iphone-img[data-v-3ac62234] {
    opacity: 1;
    transform: translateX(0)
}

.download-hose .desktop .download[data-v-3ac62234] {
    background-color: #002368;
    position: relative;
    height: 28.64583vw
}

.download-hose .desktop .download[data-v-3ac62234]:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1.30208vw;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg,rgba(0,73,161,0),rgba(0,35,104,.13))
}

.download-hose .desktop .download .iphone-img[data-v-3ac62234] {
    position: absolute;
    width: 30.83333vw;
    height: 41.25vw;
    bottom: 0;
    left: 16.875vw;
    opacity: 0;
    transform: translateX(-20%);
    transition: all .3s ease-out
}

.download-hose .desktop .download .content[data-v-3ac62234] {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 100%;
    opacity: 0;
    transform: translateX(-20%);
    transition: all .6s ease-out .3s
}

.download-hose .desktop .download .content .download-methods .start[data-v-3ac62234] {
    margin-top: 5.05208vw;
    color: #fff;
    font-size: 1.875vw;
    font-weight: 700
}

.download-hose .desktop .download .content .download-methods .useing[data-v-3ac62234] {
    font-size: 1.35417vw;
    color: #fff;
    margin-top: 1.14583vw
}

.download-hose .desktop .download .content .download-methods .trail-btn[data-v-3ac62234] {
    margin-top: 1.82292vw;
    background-color: #ffc259;
    font-size: 1.04167vw;
    color: #002368;
    border: none;
    padding: .36458vw 1.40625vw;
    border-radius: .10417vw;
    cursor: pointer
}

.download-hose .desktop .download .content .download-methods .trail-btn[data-v-3ac62234]:hover {
    opacity: .8
}

.download-hose .desktop .download .content .download-methods .download-client[data-v-3ac62234] {
    font-size: 1.35417vw;
    color: #fff;
    margin-top: 2.08333vw
}

.download-hose .desktop .download .content .download-methods .platform[data-v-3ac62234] {
    margin: 1.82292vw 0 0;
    display: flex;
    padding: 0
}

.download-hose .desktop .download .content .download-methods .platform .item[data-v-3ac62234] {
    background-color: #fff;
    border-radius: .10417vw;
    width: 8.33333vw;
    height: 2.1875vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2.08333vw;
    cursor: pointer
}

.download-hose .desktop .download .content .download-methods .platform .item[data-v-3ac62234]:hover {
    opacity: .8
}

.download-hose .desktop .download .content .download-methods .platform .item img[data-v-3ac62234] {
    width: 1.30208vw;
    height: 1.30208vw
}

.download-hose .desktop .download .content .download-methods .platform .item span[data-v-3ac62234] {
    font-size: 1.04167vw;
    color: #364860;
    padding-left: .78125vw
}

.download-hose .responsive[data-v-3ac62234] {
    display: none
}

.download-hose .responsive .download[data-v-3ac62234] {
    background-color: #002368;
    min-height: 75.71875vw;
    box-sizing: border-box;
    padding: 11.97917vw 0 12.8125vw;
    text-align: center;
    color: #fff
}

.download-hose .responsive .download .begin[data-v-3ac62234] {
    font-size: 5.88542vw
}

.download-hose .responsive .download .useing[data-v-3ac62234] {
    font-size: 3.48958vw;
    margin-top: 1.61458vw
}

.download-hose .responsive .download .download-client[data-v-3ac62234] {
    font-size: 3.48958vw;
    margin-top: 5.625vw
}

.download-hose .responsive .download .platform[data-v-3ac62234] {
    margin: 5.3125vw 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0
}

.download-hose .responsive .download .platform .item[data-v-3ac62234] {
    background-color: #fff;
    border-radius: .46875vw;
    width: 38.38542vw;
    height: 10.10417vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3.17708vw;
    cursor: pointer
}

.download-hose .responsive .download .platform .item[data-v-3ac62234]:last-child {
    margin-bottom: 0
}

.download-hose .responsive .download .platform .item img[data-v-3ac62234] {
    width: 5.10417vw;
    height: 5.83333vw
}

.download-hose .responsive .download .platform .item span[data-v-3ac62234] {
    font-size: 4.79167vw;
    color: #364860;
    padding-left: 5.3125vw
}

@media screen and (min-width: 1920px) {
    .download-hose .desktop .download[data-v-3ac62234] {
        height:550px
    }

    .download-hose .desktop .download[data-v-3ac62234]:after {
        height: 25px
    }

    .download-hose .desktop .download .iphone-img[data-v-3ac62234] {
        width: 592px;
        height: 792px;
        bottom: 0;
        left: 16.9%
    }

    .download-hose .desktop .download .content[data-v-3ac62234] {
        left: 51%
    }

    .download-hose .desktop .download .content .download-methods .start[data-v-3ac62234] {
        margin-top: 97px;
        font-size: 36px
    }

    .download-hose .desktop .download .content .download-methods .useing[data-v-3ac62234] {
        font-size: 26px;
        margin-top: 22px
    }

    .download-hose .desktop .download .content .download-methods .trail-btn[data-v-3ac62234] {
        margin-top: 35px;
        font-size: 20px;
        padding: 7px 27px;
        border-radius: 2px
    }

    .download-hose .desktop .download .content .download-methods .download-client[data-v-3ac62234] {
        font-size: 26px;
        margin-top: 40px
    }

    .download-hose .desktop .download .content .download-methods .platform[data-v-3ac62234] {
        margin-top: 35px
    }

    .download-hose .desktop .download .content .download-methods .platform .item[data-v-3ac62234] {
        border-radius: 2px;
        width: 160px;
        height: 42px;
        margin-right: 40px
    }

    .download-hose .desktop .download .content .download-methods .platform .item img[data-v-3ac62234] {
        width: 25px;
        height: 25px
    }

    .download-hose .desktop .download .content .download-methods .platform .item span[data-v-3ac62234] {
        font-size: 20px;
        padding-left: 15px
    }

    .download-hose .responsive .download[data-v-3ac62234] {
        min-height: 1761px;
        padding: 230px 0 246px
    }

    .download-hose .responsive .download .begin[data-v-3ac62234] {
        font-size: 113px
    }

    .download-hose .responsive .download .useing[data-v-3ac62234] {
        font-size: 67px;
        margin-top: 31px
    }

    .download-hose .responsive .download .download-client[data-v-3ac62234] {
        font-size: 67px;
        margin-top: 108px
    }

    .download-hose .responsive .download .platform[data-v-3ac62234] {
        margin-top: 102px
    }

    .download-hose .responsive .download .platform .item[data-v-3ac62234] {
        border-radius: 9px;
        width: 737px;
        height: 194px;
        display: flex;
        margin-bottom: 61px
    }

    .download-hose .responsive .download .platform .item img[data-v-3ac62234] {
        width: 98px;
        height: 112px
    }

    .download-hose .responsive .download .platform .item span[data-v-3ac62234] {
        font-size: 92px;
        padding-left: 102px
    }
}

@media screen and (max-width: 767px) {
    .desktop[data-v-3ac62234] {
        display:none
    }

    .responsive[data-v-3ac62234] {
        display: block!important
    }
}

.base-hover[data-v-71499b72] {
    cursor: pointer
}

.base-hover[data-v-71499b72]:hover {
    opacity: .8
}

input[data-v-71499b72]:-webkit-autofill {
    box-shadow: inset 0 0 0 52.08333vw #fff
}

@-webkit-keyframes shakeX-data-v-71499b72 {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

@keyframes shakeX-data-v-71499b72 {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

*[data-v-71499b72] {
    margin: 0;
    padding: 0
}

.team-logo-content[data-v-71499b72] {
    padding: 5.20833vw 0 12.44792vw
}

.team-logo-content .type-list-box[data-v-71499b72] {
    margin-top: 2.8125vw;
    padding: 0 .52083vw
}

.team-logo-content .type-list-box .type-list[data-v-71499b72] {
    display: flex;
    justify-content: space-between;
    list-style: none
}

.team-logo-content .type-list-box .type-list .item[data-v-71499b72] {
    font-size: 1.14583vw;
    color: #002368;
    text-align: center;
    width: 11.45833vw;
    height: 3.95833vw;
    line-height: 3.95833vw;
    box-sizing: border-box;
    cursor: pointer
}

.team-logo-content .type-list-box .type-list .item[data-v-71499b72]:hover {
    opacity: .7
}

.team-logo-content .type-list-box .type-list .item.item-active[data-v-71499b72] {
    color: #3ccddc;
    border-bottom: .41667vw solid #3ccddc
}

.team-logo-content .team-logo-wrap[data-v-71499b72] {
    background-color: #181717;
    padding: 2.60417vw 0 1.09375vw
}

.none-a a[data-v-71499b72],.none-a a[data-v-71499b72]:hover {
    color: #fff;
    text-decoration: none
}

.home-page[data-v-71499b72] {
    background: #f8f8f8
}

.slogan[data-v-71499b72] {
    display: flex;
    justify-content: center;
    padding: 7.70833vw 0;
    position: relative
}

.slogan .text[data-v-71499b72] {
    padding-top: 3.90625vw
}

.slogan .text .title[data-v-71499b72] {
    color: #002566;
    font-size: 2.29167vw;
    font-weight: 700;
    margin-bottom: 1.04167vw;
    white-space: nowrap
}

.slogan .text .subtitle[data-v-71499b72] {
    color: #22b2cc;
    font-size: 2.29167vw;
    margin-bottom: 2.60417vw
}

.slogan .text .actions button[data-v-71499b72] {
    width: 9.375vw;
    height: 2.5vw;
    border: none;
    background: #3ccddc;
    color: #fff;
    font-size: 1.04167vw;
    border-radius: .20833vw
}

.slogan .text .actions button[data-v-71499b72]:hover {
    opacity: .8
}

.slogan .text .actions button.dark[data-v-71499b72] {
    display: none;
    background-color: #002566;
    margin-left: 2.08333vw
}

.slogan .cover[data-v-71499b72] {
    width: 44.79167vw;
    margin-right: -2.34375vw;
    min-height: 27.29167vw
}

.slogan .cover img[data-v-71499b72] {
    width: 100%
}

.fee-control-charts[data-v-71499b72] {
    background: #fff
}

.fee-control-head[data-v-71499b72] {
    padding-top: 5.20833vw
}

.fee-control-head .tabs[data-v-71499b72] {
    display: flex;
    position: relative;
    margin-top: 1.82292vw;
    width: 26.5625vw;
    justify-content: space-between
}

.fee-control-head .tabs .item[data-v-71499b72] {
    text-align: center;
    font-size: 1.35417vw;
    color: #002368;
    padding-bottom: .98958vw;
    cursor: pointer;
    transition: all .3s ease-out;
    font-weight: 400;
    width: 8.85417vw
}

.fee-control-head .tabs .item.active[data-v-71499b72] {
    color: #3ccddc
}

.fee-control-head .tabs .active-bar[data-v-71499b72] {
    position: absolute;
    bottom: 0;
    height: .15625vw;
    width: 8.85417vw;
    background: #3ccddc;
    z-index: 1;
    transition: all .3s ease-out
}

.tab-container[data-v-71499b72] {
    background: #fff;
    border-top: 1px solid rgba(148,163,181,.5)
}

.tab-container .tab-content[data-v-71499b72] {
    display: flex;
    justify-content: center
}

.tab-container .tab-content .image-content[data-v-71499b72] {
    width: 40.625vw;
    height: 33.95833vw;
    display: flex;
    align-items: center
}

.tab-container .tab-content .image-content img[data-v-71499b72] {
    width: 100%
}

.tab-container .tab-content .text-content[data-v-71499b72] {
    padding: 4.0625vw 0 0 11.45833vw
}

.tab-container .tab-content .text-content .title[data-v-71499b72] {
    font-size: 1.875vw;
    font-weight: 700;
    color: #002368;
    margin-bottom: 2.08333vw
}

.tab-container .tab-content .text-content .list[data-v-71499b72] {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 21.35417vw;
    display: flex;
    flex-wrap: wrap
}

.tab-container .tab-content .text-content .list li[data-v-71499b72] {
    width: 50%;
    margin-bottom: 2.5vw;
    display: flex;
    align-items: center
}

.tab-container .tab-content .text-content .list li .icon[data-v-71499b72] {
    width: 1.25vw;
    height: 1.25vw;
    font-size: 0
}

.tab-container .tab-content .text-content .list li .icon img[data-v-71499b72] {
    width: 100%;
    height: 100%
}

.tab-container .tab-content .text-content .list li .label[data-v-71499b72] {
    font-size: 1.04167vw;
    color: #002368;
    line-height: 1;
    margin-left: .46875vw
}

.tab-container .tab-content .text-content .see-more-btn[data-v-71499b72] {
    width: 9.375vw;
    height: 2.5vw
}

.tab-container .responsive-tab-content[data-v-71499b72] {
    display: none
}

.platforms[data-v-71499b72] {
    display: flex;
    justify-content: center;
    padding-top: 2.08333vw;
    padding-bottom: 5.20833vw;
    background: rgba(148,163,181,.06)
}

.platforms.active .platform-item[data-v-71499b72] {
    opacity: 1;
    transform: translateY(0)
}

.platforms .platform-item[data-v-71499b72] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 5.98958vw;
    opacity: 0;
    transform: translateY(20%);
    transition: all .6s ease-out
}

.platforms .platform-item[data-v-71499b72]:first-child {
    transition-delay: .2s
}

.platforms .platform-item[data-v-71499b72]:nth-child(2) {
    transition-delay: .4s
}

.platforms .platform-item[data-v-71499b72]:nth-child(3) {
    transition-delay: .6s
}

.platforms .platform-item[data-v-71499b72]:last-child {
    margin-right: 0
}

.platforms .platform-item img[data-v-71499b72] {
    width: 100%
}

.platforms .platform-item .arrow[data-v-71499b72] {
    width: 2.03125vw
}

.platforms .platform-item .image[data-v-71499b72] {
    width: 16.45833vw;
    height: 7.29167vw
}

.platforms .platform-item .title[data-v-71499b72] {
    color: #002368;
    font-size: 1.35417vw;
    margin-top: .78125vw
}

.home-news[data-v-71499b72] {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff
}

.home-news .news-item[data-v-71499b72] {
    width: 25%;
    height: 14.0625vw;
    position: relative
}

.home-news .news-item img[data-v-71499b72] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.home-news .news-item .cover[data-v-71499b72] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: #fff;
    background: rgba(0,35,104,.6);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .3s ease-out;
    cursor: pointer
}

.home-news .news-item .cover .see-more[data-v-71499b72] {
    position: absolute;
    bottom: 1.09375vw;
    right: 1.5625vw;
    display: flex;
    align-items: center;
    font-size: .9375vw
}

.home-news .news-item .cover .see-more .line[data-v-71499b72] {
    width: 3.95833vw;
    height: 1px;
    background: hsla(0,0%,100%,.37);
    display: block;
    margin-right: .36458vw;
    position: relative
}

.home-news .news-item .cover .see-more .line[data-v-71499b72]:before {
    content: "";
    width: 0;
    height: 100%;
    background: #fff;
    position: absolute;
    transition: width .3s ease-out
}

.home-news .news-item:hover .cover[data-v-71499b72] {
    opacity: 1
}

.home-news .news-item:hover .cover .see-more .line[data-v-71499b72]:before {
    width: 100%
}

.module-title[data-v-71499b72] {
    text-align: center;
    color: #002566;
    font-size: 2.29167vw;
    font-weight: 700
}

.module-title .mobile-title[data-v-71499b72] {
    display: none
}

.connect.active .connect-cotainer .content-images img[data-v-71499b72],.connect.active .title[data-v-71499b72] {
    opacity: 1
}

.connect.active .connect-cotainer .content-images .arrows .double-arrow[data-v-71499b72] {
    -webkit-animation: arrowAnime-data-v-71499b72 2s ease infinite;
    animation: arrowAnime-data-v-71499b72 2s ease infinite
}

.connect .title[data-v-71499b72] {
    opacity: 0;
    transition: all .6s ease-out
}

.connect .connect-cotainer[data-v-71499b72] {
    padding-top: 5.20833vw
}

.connect .connect-cotainer .content-images[data-v-71499b72] {
    text-align: center;
    padding: 2.8125vw 0 10vw;
    position: relative
}

.connect .connect-cotainer .content-images img[data-v-71499b72] {
    opacity: 0;
    transition: opacity .5s ease-out;
    z-index: 2
}

.connect .connect-cotainer .content-images .core[data-v-71499b72] {
    width: 28.64583vw;
    position: relative;
    z-index: 2
}

.connect .connect-cotainer .content-images .bottom-panel[data-v-71499b72],.connect .connect-cotainer .content-images .side-panel[data-v-71499b72] {
    position: absolute
}

.connect .connect-cotainer .content-images .side-panel[data-v-71499b72] {
    width: 24.58333vw
}

.connect .connect-cotainer .content-images .bottom-panel[data-v-71499b72] {
    width: 37.96875vw
}

.connect .connect-cotainer .content-images .invoice[data-v-71499b72] {
    top: 6.25vw;
    left: -1.5625vw
}

.connect .connect-cotainer .content-images .shop[data-v-71499b72] {
    top: 19.42708vw;
    left: -1.5625vw
}

.connect .connect-cotainer .content-images .bank[data-v-71499b72] {
    top: 6.09375vw;
    right: -1.5625vw
}

.connect .connect-cotainer .content-images .soft[data-v-71499b72] {
    top: 19.42708vw;
    right: -1.5625vw
}

.connect .connect-cotainer .content-images .office[data-v-71499b72] {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.connect .connect-cotainer .content-images .openapi[data-v-71499b72] {
    bottom: 2.60417vw;
    right: 7.08333vw
}

.connect .connect-cotainer .content-images .arrows .double-arrow[data-v-71499b72] {
    width: 3.64583vw;
    position: absolute;
    z-index: 1
}

.connect .connect-cotainer .content-images .arrows .double-arrow[data-v-71499b72]:first-child {
    left: 20.3125vw;
    top: 8.07292vw
}

.connect .connect-cotainer .content-images .arrows .double-arrow[data-v-71499b72]:nth-child(2) {
    left: 20.3125vw;
    top: 21.875vw
}

.connect .connect-cotainer .content-images .arrows .double-arrow[data-v-71499b72]:nth-child(3) {
    right: 23.4375vw;
    top: 8.07292vw
}

.connect .connect-cotainer .content-images .arrows .double-arrow[data-v-71499b72]:nth-child(4) {
    right: 23.4375vw;
    top: 21.875vw
}

.connect .connect-cotainer .make-btn-wrap[data-v-71499b72] {
    display: flex;
    justify-content: center;
    padding: 1.25vw 0 3.64583vw
}

.connect .connect-cotainer .make-btn-wrap .base-button.dark[data-v-71499b72] {
    width: 9.375vw;
    height: 2.5vw
}

@-webkit-keyframes arrowAnime-data-v-71499b72 {
    0% {
        transform: translateX(0);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translateX(100%)
    }
}

@keyframes arrowAnime-data-v-71499b72 {
    0% {
        transform: translateX(0);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translateX(100%)
    }
}

@media screen and (min-width: 1920px) {
    .team-logo-content[data-v-71499b72] {
        padding:100px 0 239px
    }

    .team-logo-content .type-list-box[data-v-71499b72] {
        margin-top: 54px;
        padding: 0 10px
    }

    .team-logo-content .type-list-box .type-list .item[data-v-71499b72] {
        font-size: 22px;
        width: 220px;
        height: 76px;
        line-height: 76px
    }

    .team-logo-content .type-list-box .type-list .item[data-v-71499b72]:hover {
        opacity: .7
    }

    .team-logo-content .type-list-box .type-list .item.item-active[data-v-71499b72] {
        border-bottom: 8px solid #3ccddc
    }

    .team-logo-content .team-logo-wrap[data-v-71499b72] {
        padding: 50px 0 21px
    }

    .slogan[data-v-71499b72] {
        padding: 148px 0
    }

    .slogan .text[data-v-71499b72] {
        top: 223px
    }

    .slogan .text .title[data-v-71499b72] {
        font-size: 44px;
        margin-bottom: 20px
    }

    .slogan .text .subtitle[data-v-71499b72] {
        font-size: 44px;
        margin-bottom: 50px
    }

    .slogan .text .actions button[data-v-71499b72] {
        width: 180px;
        height: 48px;
        font-size: 20px;
        border-radius: 4px
    }

    .slogan .text .actions button.dark[data-v-71499b72] {
        margin-left: 40px
    }

    .slogan .cover[data-v-71499b72] {
        width: 800px
    }

    .slogan .cover img[data-v-71499b72] {
        width: 100%
    }

    .fee-control-head[data-v-71499b72] {
        padding-top: 100px
    }

    .fee-control-head .tabs .item[data-v-71499b72] {
        font-size: 26px;
        padding: 60px 0
    }

    .fee-control-head .tabs .active-bar[data-v-71499b72] {
        height: 8px
    }

    .tab-container .tab-content .image-content[data-v-71499b72] {
        width: 780px;
        height: 652px
    }

    .tab-container .tab-content .image-content img[data-v-71499b72] {
        width: 100%
    }

    .tab-container .tab-content .text-content[data-v-71499b72] {
        padding: 78px 0 0 220px
    }

    .tab-container .tab-content .text-content .title[data-v-71499b72] {
        font-size: 36px;
        margin-bottom: 40px
    }

    .tab-container .tab-content .text-content .list[data-v-71499b72] {
        width: 358px
    }

    .tab-container .tab-content .text-content .list li[data-v-71499b72] {
        margin-bottom: 48px
    }

    .tab-container .tab-content .text-content .list li .icon[data-v-71499b72] {
        width: 24px;
        height: 24px
    }

    .tab-container .tab-content .text-content .list li .label[data-v-71499b72] {
        font-size: 20px
    }

    .tab-container .tab-content .text-content .see-more-btn[data-v-71499b72] {
        width: 180px;
        height: 48px
    }

    .platforms[data-v-71499b72] {
        padding-top: 40px;
        padding-bottom: 100px
    }

    .platforms .platform-item[data-v-71499b72] {
        margin-right: 115px
    }

    .platforms .platform-item .arrow[data-v-71499b72] {
        width: 39px
    }

    .platforms .platform-item .image[data-v-71499b72] {
        width: 316px;
        height: 140px
    }

    .platforms .platform-item .title[data-v-71499b72] {
        font-size: 26px;
        margin-top: 15px
    }

    .home-news .news-item[data-v-71499b72] {
        height: auto
    }

    .home-news .news-item .cover .see-more[data-v-71499b72] {
        bottom: 21px;
        right: 30px;
        font-size: 18px
    }

    .home-news .news-item .cover .see-more .line[data-v-71499b72] {
        width: 76px;
        height: 1px;
        margin-right: 7px
    }

    .module-title[data-v-71499b72] {
        font-size: 44px
    }

    .connect .connect-cotainer[data-v-71499b72] {
        padding-top: 100px
    }

    .connect .connect-cotainer .content-images[data-v-71499b72] {
        padding: 54px 0 192px
    }

    .connect .connect-cotainer .content-images .core[data-v-71499b72] {
        width: 550px
    }

    .connect .connect-cotainer .content-images .side-panel[data-v-71499b72] {
        width: 472px
    }

    .connect .connect-cotainer .content-images .bottom-panel[data-v-71499b72] {
        width: 729px
    }

    .connect .connect-cotainer .content-images .invoice[data-v-71499b72] {
        top: 120px;
        left: -30px
    }

    .connect .connect-cotainer .content-images .shop[data-v-71499b72] {
        top: 373px;
        left: -30px
    }

    .connect .connect-cotainer .content-images .bank[data-v-71499b72] {
        top: 117px;
        right: -30px
    }

    .connect .connect-cotainer .content-images .soft[data-v-71499b72] {
        top: 373px;
        right: -30px
    }

    .connect .connect-cotainer .content-images .openapi[data-v-71499b72] {
        bottom: 50px;
        right: 136px
    }

    .connect .connect-cotainer .content-images .arrows .double-arrow[data-v-71499b72] {
        width: 70px
    }

    .connect .connect-cotainer .content-images .arrows .double-arrow[data-v-71499b72]:first-child {
        left: 390px;
        top: 155px
    }

    .connect .connect-cotainer .content-images .arrows .double-arrow[data-v-71499b72]:nth-child(2) {
        left: 390px;
        top: 420px
    }

    .connect .connect-cotainer .content-images .arrows .double-arrow[data-v-71499b72]:nth-child(3) {
        right: 450px;
        top: 155px
    }

    .connect .connect-cotainer .content-images .arrows .double-arrow[data-v-71499b72]:nth-child(4) {
        right: 450px;
        top: 420px
    }

    .connect .connect-cotainer .make-btn-wrap[data-v-71499b72] {
        padding: 24px 0 70px
    }

    .connect .connect-cotainer .make-btn-wrap .base-button.dark[data-v-71499b72] {
        width: 180px;
        height: 48px
    }
}

@media screen and (max-width: 767px) {
    .slogan[data-v-71499b72] {
        flex-direction:column;
        align-items: center;
        text-align: center;
        padding: 0 12px;
        box-sizing: border-box
    }

    .slogan .text[data-v-71499b72] {
        position: relative;
        padding-top: 0;
        margin-top: 55px
    }

    .slogan .text .title[data-v-71499b72] {
        font-size: 22px
    }

    .slogan .text .subtitle[data-v-71499b72] {
        font-size: 18px;
        color: #22b2cc;
        margin: 17px 0 25px
    }

    .slogan .text .actions[data-v-71499b72] {
        margin-bottom: 50px
    }

    .slogan .text .actions button[data-v-71499b72] {
        width: 144px;
        height: 38px;
        font-size: 16px;
        border-radius: 3px
    }

    .slogan .text .actions button.dark[data-v-71499b72] {
        margin-left: 5px
    }

    .slogan .cover[data-v-71499b72] {
        width: 100%;
        height: auto;
        margin-bottom: 55px
    }

    .home-news[data-v-71499b72] {
        flex-wrap: wrap;
        padding: 2px 12px;
        background-color: #fff
    }

    .home-news .news-item[data-v-71499b72] {
        flex: unset;
        width: 50%;
        height: 26.5vw;
        font-size: 0;
        margin-bottom: 5px;
        padding-right: 2.5px;
        box-sizing: border-box;
        background: unset
    }

    .home-news .news-item[data-v-71499b72]:nth-child(2n) {
        padding-left: 2.5px;
        padding-right: 0
    }

    .module-title[data-v-71499b72] {
        font-size: 22px;
        margin-bottom: 20px
    }

    .module-title .desktop-title[data-v-71499b72] {
        display: none
    }

    .module-title .mobile-title[data-v-71499b72] {
        display: block
    }

    .fee-control-charts[data-v-71499b72] {
        background: #fff
    }

    .fee-control-head[data-v-71499b72] {
        background: unset;
        padding-top: 37px
    }

    .fee-control-head .tabs[data-v-71499b72] {
        flex-direction: column;
        padding: 0 12px;
        box-sizing: border-box;
        margin-top: 20px;
        width: 100%
    }

    .fee-control-head .tabs .item[data-v-71499b72] {
        flex: unset;
        background: #fff;
        margin-bottom: 8px;
        font-size: 18px;
        width: 100%;
        height: 45px;
        line-height: 45px
    }

    .fee-control-head .tabs .active-bar[data-v-71499b72] {
        display: none
    }

    .platforms[data-v-71499b72] {
        padding: 10px 12px 30px;
        background: unset
    }

    .platforms .platform-item[data-v-71499b72] {
        margin-right: 5px
    }

    .platforms .platform-item .arrow[data-v-71499b72] {
        width: 14px
    }

    .platforms .platform-item .image[data-v-71499b72] {
        width: 100%;
        height: auto
    }

    .platforms .platform-item .title[data-v-71499b72] {
        font-size: 12px
    }

    .tab-container[data-v-71499b72] {
        background: unset;
        padding: 0 12px;
        border-top: none
    }

    .tab-container .tab-content[data-v-71499b72] {
        display: none
    }

    .tab-container .responsive-tab-content[data-v-71499b72] {
        display: flex;
        background: #119ab2;
        border-radius: 4px;
        margin-bottom: 11px;
        flex-direction: column;
        align-items: center
    }

    .tab-container .responsive-tab-content.polymer[data-v-71499b72] {
        background: #0041be
    }

    .tab-container .responsive-tab-content.polymer .image-content[data-v-71499b72] {
        width: 250px;
        margin-top: 5px;
        font-size: 0
    }

    .tab-container .responsive-tab-content.polymer .see-more-btn[data-v-71499b72] {
        background: #007dff
    }

    .tab-container .responsive-tab-content.ekuaidang[data-v-71499b72] {
        background: #007fef
    }

    .tab-container .responsive-tab-content.ekuaidang .image-content[data-v-71499b72] {
        width: 250px;
        margin-top: 5px;
        font-size: 0
    }

    .tab-container .responsive-tab-content.ekuaidang .see-more-btn[data-v-71499b72] {
        background: #0041be
    }

    .tab-container .responsive-tab-content .image-content[data-v-71499b72] {
        width: 200px
    }

    .tab-container .responsive-tab-content .image-content img[data-v-71499b72] {
        width: 100%
    }

    .tab-container .responsive-tab-content .texts[data-v-71499b72] {
        padding: 0 30px;
        font-size: 11px;
        color: #fff;
        line-height: 2;
        text-align: center
    }

    .tab-container .responsive-tab-content .texts span[data-v-71499b72] {
        border-right: 1px solid #fff;
        margin-right: 5px;
        padding-right: 5px
    }

    .tab-container .responsive-tab-content .texts span[data-v-71499b72]:last-child {
        border: none
    }

    .tab-container .responsive-tab-content .see-more-btn[data-v-71499b72] {
        margin-top: 14px;
        margin-bottom: 23px
    }

    .connect[data-v-71499b72] {
        background: rgba(54,72,96,.03)
    }

    .connect .connect-cotainer .content-images[data-v-71499b72] {
        padding: 187px 50px 100px
    }

    .connect .connect-cotainer .content-images .core[data-v-71499b72] {
        width: 100%;
        height: auto
    }

    .connect .connect-cotainer .content-images .bottom-panel[data-v-71499b72],.connect .connect-cotainer .content-images .side-panel[data-v-71499b72] {
        position: absolute
    }

    .connect .connect-cotainer .content-images .side-panel[data-v-71499b72] {
        width: 50%
    }

    .connect .connect-cotainer .content-images .bottom-panel[data-v-71499b72] {
        width: 70%
    }

    .connect .connect-cotainer .content-images .invoice[data-v-71499b72] {
        top: 92px;
        left: 10px
    }

    .connect .connect-cotainer .content-images .shop[data-v-71499b72] {
        top: 90px;
        left: unset;
        right: 10px
    }

    .connect .connect-cotainer .content-images .bank[data-v-71499b72] {
        top: unset;
        right: unset;
        left: 10px;
        bottom: 0
    }

    .connect .connect-cotainer .content-images .soft[data-v-71499b72] {
        top: unset;
        right: 10px;
        bottom: 0
    }

    .connect .connect-cotainer .content-images .office[data-v-71499b72] {
        bottom: unset;
        top: 0
    }

    .connect .connect-cotainer .content-images .openapi[data-v-71499b72] {
        bottom: 20px;
        right: 60px
    }

    .connect .connect-cotainer .content-images .arrows .double-arrow[data-v-71499b72] {
        width: 40px;
        position: absolute;
        transform: rotate(90deg)
    }

    .connect .connect-cotainer .content-images .arrows .double-arrow[data-v-71499b72]:first-child {
        left: 50px;
        top: 205px
    }

    .connect .connect-cotainer .content-images .arrows .double-arrow[data-v-71499b72]:nth-child(2) {
        left: unset;
        right: 50px;
        top: 205px
    }

    .connect .connect-cotainer .content-images .arrows .double-arrow[data-v-71499b72]:nth-child(3) {
        left: 50px;
        right: unset;
        bottom: 265px;
        top: unset
    }

    .connect .connect-cotainer .content-images .arrows .double-arrow[data-v-71499b72]:nth-child(4) {
        right: 50px;
        top: unset;
        bottom: 265px
    }

    .connect .connect-cotainer .make-btn-wrap[data-v-71499b72] {
        padding: 10px 0 20px
    }

    .connect .connect-cotainer .make-btn-wrap .base-button.dark[data-v-71499b72] {
        width: 120px;
        height: 40px
    }

    .connect .connect-cotainer .make-btn-wrap.responsive[data-v-71499b72] {
        display: none
    }

    @-webkit-keyframes arrowAnime-data-v-71499b72 {
        0% {
            transform: translateY(0) rotate(90deg);
            opacity: 0
        }

        50% {
            opacity: 1
        }

        to {
            opacity: 0;
            transform: translateY(100%) rotate(90deg)
        }
    }

    @keyframes arrowAnime-data-v-71499b72 {
        0% {
            transform: translateY(0) rotate(90deg);
            opacity: 0
        }

        50% {
            opacity: 1
        }

        to {
            opacity: 0;
            transform: translateY(100%) rotate(90deg)
        }
    }

    .team-logo-content[data-v-71499b72] {
        padding: 25px 12px 12px;
        box-sizing: border-box
    }

    .team-logo-content .type-list-box[data-v-71499b72] {
        margin-top: 11px;
        padding: 0
    }

    .team-logo-content .type-list-box .type-list[data-v-71499b72] {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }

    .team-logo-content .type-list-box .type-list .item[data-v-71499b72] {
        font-size: 14px;
        flex-basis: 110px;
        height: 38px;
        line-height: 38px;
        box-sizing: border-box;
        border: 1px solid rgba(0,0,0,.1);
        margin-top: 9px;
        margin-bottom: 0
    }

    .team-logo-content .type-list-box .type-list .item[data-v-71499b72]:hover {
        opacity: .7
    }

    .team-logo-content .type-list-box .type-list .item.item-active[data-v-71499b72] {
        border-bottom: 4px solid #3ccddc
    }

    .team-logo-content .team-logo-wrap[data-v-71499b72] {
        background-color: transparent;
        padding-top: 22px
    }
}

.base-hover[data-v-4ba91324] {
    cursor: pointer
}

.base-hover[data-v-4ba91324]:hover {
    opacity: .8
}

input[data-v-4ba91324]:-webkit-autofill {
    box-shadow: inset 0 0 0 52.08333vw #fff
}

@-webkit-keyframes shakeX-data-v-4ba91324 {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

@keyframes shakeX-data-v-4ba91324 {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

div[data-v-4ba91324],input[data-v-4ba91324] {
    box-sizing: border-box
}

.clues-form-item[data-v-4ba91324] {
    width: 100%;
    height: 2.60417vw;
    background-color: #f3f5f7;
    display: flex;
    position: relative;
    font-weight: 400
}

.clues-form-item.error[data-v-4ba91324] {
    box-shadow: 0 0 0 1px red;
    -webkit-animation: shakeX-data-v-4ba91324 .6s ease-in-out;
    animation: shakeX-data-v-4ba91324 .6s ease-in-out
}

.clues-form-item.error[data-v-4ba91324]:after {
    content: attr(data-tip);
    position: absolute;
    color: red;
    font-size: .83333vw;
    top: 50%;
    transform: translateY(-50%);
    right: 1.04167vw
}

.clues-form-item.verify.error[data-v-4ba91324]:after {
    right: 5.20833vw
}

.clues-form-item .lable[data-v-4ba91324] {
    color: #364860;
    font-size: .72917vw;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 6.04167vw;
    border-right: 1px solid rgba(0,0,0,.1)
}

.clues-form-item .input-box[data-v-4ba91324] {
    width: calc(100% - 6.04167vw);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 1.71875vw
}

.clues-form-item .input-box .input[data-v-4ba91324] {
    font-size: .72917vw;
    outline: none;
    border: none;
    background-color: transparent
}

.clues-form-item .input-box .input[data-v-4ba91324]::-webkit-input-placeholder {
    color: #94a3b5
}

.clues-form-item .input-box .input[data-v-4ba91324]::-moz-placeholder {
    color: #94a3b5
}

.clues-form-item .input-box .input[data-v-4ba91324]:-ms-input-placeholder {
    color: #94a3b5
}

.clues-form-item .input-box .input[data-v-4ba91324]::-ms-input-placeholder {
    color: #94a3b5
}

.clues-form-item .input-box .input[data-v-4ba91324]::placeholder {
    color: #94a3b5
}

.clues-form-item .input-box .input.input-verify[data-v-4ba91324] {
    width: 7.39583vw
}

.clues-form-item .input-box .get-verify[data-v-4ba91324] {
    color: #22b2cc;
    font-size: .72917vw;
    font-weight: 400;
    padding-right: .625vw
}

@media screen and (min-width: 1920px) {
    .clues-form-item[data-v-4ba91324] {
        height:50px
    }

    .clues-form-item.error[data-v-4ba91324] {
        box-shadow: 0 0 0 1px red;
        -webkit-animation: shakeX-data-v-4ba91324 .6s ease-in-out;
        animation: shakeX-data-v-4ba91324 .6s ease-in-out
    }

    .clues-form-item.error[data-v-4ba91324]:after {
        content: attr(data-tip);
        position: absolute;
        color: red;
        font-size: 16px;
        top: 50%;
        transform: translateY(-50%);
        right: 20px
    }

    .clues-form-item.verify.error[data-v-4ba91324]:after {
        right: 100px
    }

    .clues-form-item .lable[data-v-4ba91324] {
        font-size: 14px;
        min-width: 116px;
        border-right: 1px solid rgba(0,0,0,.1)
    }

    .clues-form-item .input-box[data-v-4ba91324] {
        width: calc(100% - 116px);
        padding-left: 33px
    }

    .clues-form-item .input-box .input[data-v-4ba91324] {
        font-size: 14px
    }

    .clues-form-item .input-box .input.input-verify[data-v-4ba91324] {
        width: 142px
    }

    .clues-form-item .input-box .get-verify[data-v-4ba91324] {
        font-size: 14px;
        padding-right: 12px
    }
}

@media screen and (max-width: 767px) {
    .clues-form-item[data-v-4ba91324] {
        height:40px
    }

    .clues-form-item.error[data-v-4ba91324] {
        box-shadow: 0 0 0 1px red;
        -webkit-animation: shakeX-data-v-4ba91324 .6s ease-in-out;
        animation: shakeX-data-v-4ba91324 .6s ease-in-out
    }

    .clues-form-item.error[data-v-4ba91324]:after {
        content: attr(data-tip);
        position: absolute;
        color: red;
        font-size: 14px;
        top: 50%;
        transform: translateY(-50%);
        right: 12px
    }

    .clues-form-item.verify.error[data-v-4ba91324]:after {
        right: 90px
    }

    .clues-form-item .lable[data-v-4ba91324] {
        font-size: 14px;
        min-width: 96px;
        border-right: 1px solid rgba(0,0,0,.1)
    }

    .clues-form-item .input-box[data-v-4ba91324] {
        width: calc(100% - 96px);
        padding-left: 15px
    }

    .clues-form-item .input-box .input[data-v-4ba91324] {
        font-size: 14px
    }

    .clues-form-item .input-box .input.input-verify[data-v-4ba91324] {
        width: 132px
    }

    .clues-form-item .input-box .get-verify[data-v-4ba91324] {
        font-size: 14px;
        padding-right: 12px
    }
}

.base-hover[data-v-691fafe2] {
    cursor: pointer
}

.base-hover[data-v-691fafe2]:hover {
    opacity: .8
}

input[data-v-691fafe2]:-webkit-autofill {
    box-shadow: inset 0 0 0 52.08333vw #fff
}

@-webkit-keyframes shakeX-data-v-691fafe2 {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

@keyframes shakeX-data-v-691fafe2 {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

div[data-v-691fafe2] {
    box-sizing: border-box
}

.form-wrap[data-v-691fafe2] {
    width: 30.20833vw;
    height: 30.20833vw;
    background-color: #fff;
    box-shadow: 0 .10417vw 1.04167vw 0 rgba(0,0,0,.1)
}

.form-wrap .title[data-v-691fafe2] {
    padding: 1.66667vw 0;
    border-bottom: .10417vw solid #f3f5f7;
    text-align: center;
    font-weight: 400;
    font-size: 1.45833vw
}

.form-wrap .form-box[data-v-691fafe2] {
    padding: 2.5vw 4.6875vw 0
}

.form-wrap .form-box .form-item[data-v-691fafe2] {
    margin-bottom: 1.5625vw
}

.form-wrap .form-box .to-make[data-v-691fafe2] {
    background-color: #22b2cc;
    height: 2.60417vw;
    color: #fff;
    line-height: 2.60417vw;
    text-align: center;
    font-size: 1.04167vw;
    font-weight: 400
}

@media screen and (min-width: 1920px) {
    .form-wrap[data-v-691fafe2] {
        width:580px;
        height: 580px;
        box-shadow: 0 2px 20px 0 rgba(0,0,0,.1)
    }

    .form-wrap .title[data-v-691fafe2] {
        padding: 32px 0;
        border-bottom: 2px solid #f3f5f7;
        font-size: 28px
    }

    .form-wrap .form-box[data-v-691fafe2] {
        padding: 48px 90px 0
    }

    .form-wrap .form-box .form-item[data-v-691fafe2] {
        margin-bottom: 30px
    }

    .form-wrap .form-box .to-make[data-v-691fafe2] {
        height: 50px;
        line-height: 50px;
        font-size: 20px
    }
}

@media screen and (max-width: 767px) {
    .form-wrap[data-v-691fafe2] {
        width:100%;
        height: auto;
        box-shadow: none
    }

    .form-wrap .title[data-v-691fafe2] {
        padding: 14px 0;
        border-bottom: 1px solid #f3f5f7;
        text-align: center;
        font-weight: 400;
        font-size: 16px
    }

    .form-wrap .form-box[data-v-691fafe2] {
        padding: 16px 12px 0
    }

    .form-wrap .form-box .form-item[data-v-691fafe2] {
        margin-bottom: 16px
    }

    .form-wrap .form-box .to-make[data-v-691fafe2] {
        background-color: #22b2cc;
        height: 40px;
        color: #fff;
        line-height: 40px;
        text-align: center;
        font-size: 16px;
        font-weight: 400
    }
}

input[data-v-3482b1ea]:-webkit-autofill {
    box-shadow: inset 0 0 0 52.08333vw #fff
}

@-webkit-keyframes shakeX-data-v-3482b1ea {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

@keyframes shakeX-data-v-3482b1ea {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

div[data-v-3482b1ea],section[data-v-3482b1ea] {
    box-sizing: border-box
}

.base-hover[data-v-3482b1ea] {
    cursor: pointer
}

.base-hover[data-v-3482b1ea]:hover {
    opacity: .8
}

.clues-page .content[data-v-3482b1ea] {
    height: 42.23958vw;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../img/index/90de86a.png)
}

.clues-page .content>section[data-v-3482b1ea] {
    color: #002368;
    display: flex;
    justify-content: space-between;
    height: 100%
}

.clues-page .content .title-wrap[data-v-3482b1ea] {
    margin-top: 13.85417vw
}

.clues-page .content .title-wrap .ykb[data-v-3482b1ea] {
    font-weight: 900;
    font-size: 3.125vw
}

.clues-page .content .title-wrap .ykb-intro[data-v-3482b1ea] {
    margin-top: 1.45833vw;
    font-weight: 400;
    font-size: 2.1875vw
}

.clues-page .content .flex-layout[data-v-3482b1ea] {
    display: flex;
    align-items: center
}

.responsive[data-v-3482b1ea] {
    display: none
}

@media screen and (min-width: 1920px) {
    .clues-page .content[data-v-3482b1ea] {
        height:811px
    }

    .clues-page .content .title-wrap[data-v-3482b1ea] {
        margin-top: 266px
    }

    .clues-page .content .title-wrap .ykb[data-v-3482b1ea] {
        font-size: 60px
    }

    .clues-page .content .title-wrap .ykb-intro[data-v-3482b1ea] {
        margin-top: 28px;
        font-size: 42px
    }
}

@media screen and (max-width: 767px) {
    .responsive[data-v-3482b1ea] {
        display:block
    }

    .desktop[data-v-3482b1ea] {
        display: none!important
    }

    .clues-page .content[data-v-3482b1ea] {
        height: 180px
    }

    .clues-page .content>section[data-v-3482b1ea] {
        color: #002368;
        display: flex;
        justify-content: stretch;
        align-items: center
    }

    .clues-page .content .title-wrap[data-v-3482b1ea] {
        padding-left: 12px;
        margin-top: 0
    }

    .clues-page .content .title-wrap .ykb[data-v-3482b1ea] {
        font-size: 28px
    }

    .clues-page .content .title-wrap .ykb-intro[data-v-3482b1ea] {
        margin-top: 10px;
        font-size: 20px
    }
}

.base-hover[data-v-2f404a98] {
    cursor: pointer
}

.base-hover[data-v-2f404a98]:hover {
    opacity: .8
}

input[data-v-2f404a98]:-webkit-autofill {
    box-shadow: inset 0 0 0 52.08333vw #fff
}

@-webkit-keyframes shakeX-data-v-2f404a98 {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

@keyframes shakeX-data-v-2f404a98 {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

.container .banner-content[data-v-2f404a98] {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.container .banner-content .background[data-v-2f404a98] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.container .banner-content .background img[data-v-2f404a98] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.container .banner-content .content[data-v-2f404a98] {
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.container .banner-content .content .logo[data-v-2f404a98] {
    width: 15.625vw
}

.container .banner-content .content .logo img[data-v-2f404a98] {
    width: 100%
}

.container .banner-content .content .text[data-v-2f404a98] {
    color: #fff;
    text-align: center;
    font-size: 1.875vw;
    margin-top: 1.45833vw;
    letter-spacing: .9375vw;
    margin-right: -.9375vw;
    -webkit-animation: bannerText-data-v-2f404a98 2s ease-out;
    animation: bannerText-data-v-2f404a98 2s ease-out
}

@-webkit-keyframes bannerText-data-v-2f404a98 {
    0% {
        opacity: 0;
        letter-spacing: 0
    }

    to {
        opacity: 1;
        letter-spacing: 18px
    }
}

@keyframes bannerText-data-v-2f404a98 {
    0% {
        opacity: 0;
        letter-spacing: 0
    }

    to {
        opacity: 1;
        letter-spacing: 18px
    }
}

.container .banner-tab-item[data-v-2f404a98] {
    width: 14.79167vw;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff
}

@media screen and (min-width: 1920px) {
    .container .banner-content .content .logo[data-v-2f404a98] {
        width:300px
    }

    .container .banner-content .content .text[data-v-2f404a98] {
        font-size: 36px;
        margin-top: 28px;
        letter-spacing: 18px
    }

    @-webkit-keyframes bannerText-data-v-2f404a98 {
        0% {
            opacity: 0;
            letter-spacing: 0
        }

        to {
            letter-spacing: 18px;
            opacity: 1
        }
    }

    @keyframes bannerText-data-v-2f404a98 {
        0% {
            opacity: 0;
            letter-spacing: 0
        }

        to {
            letter-spacing: 18px;
            opacity: 1
        }
    }

    .container .banner-tab-item[data-v-2f404a98] {
        width: 284px
    }
}

@media screen and (max-width: 767px) {
    .container .banner-content .content .logo[data-v-2f404a98] {
        width:140px
    }

    .container .banner-content .content .text[data-v-2f404a98] {
        font-size: 20px;
        margin-top: 10px;
        letter-spacing: 5px;
        -webkit-animation: bannerTextRes-data-v-2f404a98 2s ease-out;
        animation: bannerTextRes-data-v-2f404a98 2s ease-out
    }

    @-webkit-keyframes bannerTextRes-data-v-2f404a98 {
        0% {
            opacity: 0;
            letter-spacing: 0
        }

        to {
            letter-spacing: 5px;
            opacity: 1
        }
    }

    @keyframes bannerTextRes-data-v-2f404a98 {
        0% {
            opacity: 0;
            letter-spacing: 0
        }

        to {
            letter-spacing: 5px;
            opacity: 1
        }
    }

    .container .banner-tab-item[data-v-2f404a98] {
        font-size: 14px;
        display: inline
    }
}

.base-hover[data-v-706a839a] {
    cursor: pointer
}

.base-hover[data-v-706a839a]:hover {
    opacity: .8
}

input[data-v-706a839a]:-webkit-autofill {
    box-shadow: inset 0 0 0 52.08333vw #fff
}

@-webkit-keyframes shakeX-data-v-706a839a {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

@keyframes shakeX-data-v-706a839a {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

.financing[data-v-706a839a] {
    width: 12.08333vw;
    position: relative
}

.financing .square[data-v-706a839a] {
    width: 1.04167vw;
    height: 2.70833vw;
    background-color: #002368;
    position: absolute;
    left: 0;
    top: 1.875vw
}

.financing .financing-info[data-v-706a839a] {
    padding: 1.875vw 0 0 1.82292vw;
    box-sizing: border-box
}

.financing .financing-info p[data-v-706a839a] {
    color: #002368
}

.financing .financing-info .round-number[data-v-706a839a] {
    font-size: 1.875vw;
    font-weight: 400;
    line-height: 2.60417vw
}

.financing .financing-info .money[data-v-706a839a] {
    font-size: 1.51042vw;
    font-weight: 400;
    line-height: 2.13542vw;
    margin-top: 1.09375vw
}

.financing .financing-info .company[data-v-706a839a] {
    margin-top: 1.61458vw
}

.financing .financing-info .company p[data-v-706a839a] {
    font-size: 1.04167vw;
    font-weight: 400;
    line-height: 1.45833vw
}

.financing .financing-info .date[data-v-706a839a] {
    font-size: .78125vw;
    font-weight: 400;
    line-height: 1.09375vw;
    margin-top: .72917vw
}

.financing1[data-v-706a839a] {
    height: 13.33333vw
}

.financing2[data-v-706a839a] {
    height: 15.98958vw
}

.financing3[data-v-706a839a] {
    height: 18.69792vw
}

.financing4[data-v-706a839a] {
    height: 21.35417vw
}

.financing5[data-v-706a839a] {
    height: 24.0625vw
}

.financing6[data-v-706a839a] {
    height: 26.66667vw
}

@media screen and (min-width: 1920px) {
    .financing[data-v-706a839a] {
        width:232px
    }

    .financing .square[data-v-706a839a] {
        width: 20px;
        height: 52px;
        left: 0;
        top: 36px
    }

    .financing .financing-info[data-v-706a839a] {
        padding: 36px 0 0 35px
    }

    .financing .financing-info .round-number[data-v-706a839a] {
        font-size: 36px;
        line-height: 50px
    }

    .financing .financing-info .money[data-v-706a839a] {
        font-size: 29px;
        line-height: 41px;
        margin-top: 21px
    }

    .financing .financing-info .company[data-v-706a839a] {
        margin-top: 31px
    }

    .financing .financing-info .company p[data-v-706a839a] {
        font-size: 20px;
        line-height: 28px
    }

    .financing .financing-info .date[data-v-706a839a] {
        font-size: 15px;
        line-height: 21px;
        margin-top: 14px
    }

    .financing1[data-v-706a839a] {
        height: 256px
    }

    .financing2[data-v-706a839a] {
        height: 307px
    }

    .financing3[data-v-706a839a] {
        height: 359px
    }

    .financing4[data-v-706a839a] {
        height: 410px
    }

    .financing5[data-v-706a839a] {
        height: 462px
    }

    .financing6[data-v-706a839a] {
        height: 512px
    }
}

@media screen and (max-width: 767px) {
    .financing[data-v-706a839a] {
        width:49%
    }

    .financing .financing-info[data-v-706a839a] {
        text-align: center
    }

    .financing .financing-info .round-number[data-v-706a839a] {
        font-size: 6vw;
        line-height: 8.3vw
    }

    .financing .financing-info .money[data-v-706a839a] {
        font-size: 4.8vw;
        line-height: 6.8vw;
        margin-top: 12px
    }

    .financing .financing-info .company[data-v-706a839a] {
        margin-top: 8px
    }

    .financing .financing-info .company p[data-v-706a839a] {
        font-size: 3.3vw;
        line-height: 4.7vw
    }

    .financing .financing-info .date[data-v-706a839a] {
        font-size: 2.5vw;
        line-height: 3.5vw;
        margin-top: 10px
    }

    .financing1[data-v-706a839a],.financing2[data-v-706a839a],.financing3[data-v-706a839a],.financing4[data-v-706a839a],.financing5[data-v-706a839a],.financing6[data-v-706a839a] {
        height: 53.3vw
    }
}

.blue-line[data-v-4822a0a3] {
    width: 2.55208vw;
    height: 1px;
    background-color: #3ccddc;
    display: inline-block;
    position: relative
}

.blue-line[data-v-4822a0a3],.blue-line .icon[data-v-4822a0a3] {
    vertical-align: middle;
    transition: .3s
}

.blue-line .icon[data-v-4822a0a3] {
    position: absolute;
    right: -.10417vw;
    top: 50%;
    transform: translateY(-50%);
    width: .41667vw;
    height: auto
}

@media screen and (min-width: 1920px) {
    .blue-line[data-v-4822a0a3] {
        width:49px;
        height: 1px
    }

    .blue-line .icon[data-v-4822a0a3] {
        right: -2px;
        width: 11px
    }
}

@media screen and (max-width: 767px) {
    .blue-line[data-v-4822a0a3] {
        width:20px;
        height: 1px
    }

    .blue-line .icon[data-v-4822a0a3] {
        right: -2px;
        width: 8px
    }
}

.base-hover[data-v-a541bf5c] {
    cursor: pointer
}

.base-hover[data-v-a541bf5c]:hover {
    opacity: .8
}

input[data-v-a541bf5c]:-webkit-autofill {
    box-shadow: inset 0 0 0 52.08333vw #fff
}

@-webkit-keyframes shakeX-data-v-a541bf5c {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

@keyframes shakeX-data-v-a541bf5c {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

.bottom-tabbar[data-v-a541bf5c] {
    padding: 3.59375vw 13.02083vw 2.44792vw 12.91667vw;
    box-sizing: border-box;
    background-color: #002368;
    display: flex;
    justify-content: space-between;
    transition: all .6s ease-out;
    opacity: 0
}

.bottom-tabbar.active[data-v-a541bf5c] {
    opacity: 1
}

.bottom-tabbar.active .active-wrapper[data-v-a541bf5c] {
    opacity: 1;
    transition-delay: .4s
}

.bottom-tabbar .active-wrapper[data-v-a541bf5c] {
    padding: .98958vw 0 1.82292vw;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    transition: all .3s ease-out;
    border-left: .10417vw solid #02359a
}

.bottom-tabbar .active-wrapper:hover .active-line .blue-line[data-v-a541bf5c] {
    width: 5.20833vw
}

.bottom-tabbar .active-wrapper[data-v-a541bf5c]:last-child {
    border-right: .10417vw solid #02359a
}

.bottom-tabbar .active-wrapper .active-line[data-v-a541bf5c] {
    width: 19.79167vw
}

.bottom-tabbar .active-wrapper .active-line span[data-v-a541bf5c] {
    font-size: 1.875vw;
    font-weight: 400;
    color: #fff;
    line-height: 2.60417vw;
    vertical-align: middle;
    padding-right: .26042vw
}

.bottom-tabbar .active-wrapper p[data-v-a541bf5c] {
    width: 19.79167vw;
    font-size: 1.04167vw;
    font-weight: 400;
    color: #8291a3;
    line-height: 1.45833vw;
    margin-top: 1.25vw
}

.bottom-tabbar .active-wrapper a[data-v-a541bf5c] {
    text-decoration: none
}

@media screen and (min-width: 1920px) {
    .bottom-tabbar[data-v-a541bf5c] {
        padding:69px 250px 47px 248px;
        justify-content: center
    }

    .bottom-tabbar .active-wrapper[data-v-a541bf5c] {
        padding: 19px 104px 35px;
        border-left: 2px solid #02359a
    }

    .bottom-tabbar .active-wrapper:hover .active-line .blue-line[data-v-a541bf5c] {
        width: 100px
    }

    .bottom-tabbar .active-wrapper[data-v-a541bf5c]:nth-child(3) {
        border-right: 2px solid #02359a
    }

    .bottom-tabbar .active-wrapper .active-line[data-v-a541bf5c] {
        width: 380px
    }

    .bottom-tabbar .active-wrapper .active-line span[data-v-a541bf5c] {
        font-size: 36px;
        line-height: 50px;
        padding-right: 5px
    }

    .bottom-tabbar .active-wrapper p[data-v-a541bf5c] {
        width: 380px;
        white-space: nowrap;
        font-size: 20px;
        line-height: 28px;
        margin-top: 24px
    }
}

@media screen and (max-width: 767px) {
    .bottom-tabbar[data-v-a541bf5c] {
        padding:16px 0
    }

    .bottom-tabbar .active-wrapper[data-v-a541bf5c] {
        padding: 4px 12px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        border-left: 1px solid #02359a
    }

    .bottom-tabbar .active-wrapper:hover .active-line .blue-line[data-v-a541bf5c] {
        width: 25px
    }

    .bottom-tabbar .active-wrapper[data-v-a541bf5c]:first-child {
        border-left: none
    }

    .bottom-tabbar .active-wrapper[data-v-a541bf5c]:nth-child(3) {
        border-right: none
    }

    .bottom-tabbar .active-wrapper .active-line[data-v-a541bf5c] {
        width: 100%
    }

    .bottom-tabbar .active-wrapper .active-line span[data-v-a541bf5c] {
        font-size: 3.2vw;
        line-height: 4.5vw;
        padding-right: 1.3vw
    }

    .bottom-tabbar .active-wrapper p[data-v-a541bf5c] {
        width: 100%;
        font-size: 12px;
        line-height: 16px
    }
}

.base-hover[data-v-2b2d227e] {
    cursor: pointer
}

.base-hover[data-v-2b2d227e]:hover {
    opacity: .8
}

input[data-v-2b2d227e]:-webkit-autofill {
    box-shadow: inset 0 0 0 52.08333vw #fff
}

@-webkit-keyframes shakeX-data-v-2b2d227e {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

@keyframes shakeX-data-v-2b2d227e {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

.container .banner-content[data-v-2b2d227e] {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.container .banner-content .background[data-v-2b2d227e] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.container .banner-content .background img[data-v-2b2d227e] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.container .banner-content .content[data-v-2b2d227e] {
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.container .banner-content .content .logo[data-v-2b2d227e] {
    width: 15.625vw
}

.container .banner-content .content .logo img[data-v-2b2d227e] {
    width: 100%
}

.container .banner-content .content .text[data-v-2b2d227e] {
    color: #fff;
    text-align: center;
    font-size: 1.875vw;
    margin-top: 1.45833vw;
    letter-spacing: 18PX;
    -webkit-animation: bannerText-data-v-2b2d227e 2s ease-out;
    animation: bannerText-data-v-2b2d227e 2s ease-out
}

@-webkit-keyframes bannerText-data-v-2b2d227e {
    0% {
        opacity: 0;
        letter-spacing: 0
    }

    to {
        letter-spacing: 18px;
        opacity: 1
    }
}

@keyframes bannerText-data-v-2b2d227e {
    0% {
        opacity: 0;
        letter-spacing: 0
    }

    to {
        letter-spacing: 18px;
        opacity: 1
    }
}

.container .banner-tab-item[data-v-2b2d227e] {
    width: 14.79167vw;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff
}

.container .about-company[data-v-2b2d227e] {
    padding: 0 0 2.98958vw
}

.container .about-company p[data-v-2b2d227e] {
    color: #002368;
    font-size: 1.04167vw;
    margin-top: 2vw;
    text-align: center;
    line-height: 1.5
}

.container .company-datas[data-v-2b2d227e] {
    background: #f3f5f7;
    padding: 2.86458vw 0 2.60417vw
}

.container .company-datas .datas-list[data-v-2b2d227e] {
    display: flex;
    list-style: none;
    padding: 0
}

.container .company-datas .datas-list .item[data-v-2b2d227e] {
    flex: 1;
    text-align: center;
    padding: 0 1.82292vw
}

.container .company-datas .datas-list .item .title[data-v-2b2d227e] {
    font-size: 1.71875vw;
    font-weight: 400;
    margin-bottom: 1.5625vw
}

.container .company-datas .datas-list .item .desc[data-v-2b2d227e] {
    font-size: .9375vw;
    color: #002368;
    line-height: 1.5
}

.container .company-history[data-v-2b2d227e] {
    background: #002368;
    padding: 4.58333vw 0 3.54167vw;
    position: relative
}

.container .company-history .background img[data-v-2b2d227e] {
    position: absolute;
    z-index: 1
}

.container .company-history .background img[data-v-2b2d227e]:first-child {
    width: 14.58333vw;
    left: .41667vw;
    top: 4.58333vw
}

.container .company-history .background img[data-v-2b2d227e]:nth-child(2) {
    width: 7.29167vw;
    left: 47.8125vw;
    top: 4.58333vw
}

.container .company-history .background img[data-v-2b2d227e]:nth-child(3) {
    width: 8.33333vw;
    left: 50vw;
    top: 24.73958vw
}

.container .company-history .background img[data-v-2b2d227e]:nth-child(4) {
    width: 7.29167vw;
    right: 4.375vw;
    bottom: .15625vw
}

.container .company-history.active .content-container .text-container .text-item[data-v-2b2d227e] {
    opacity: 1;
    transform: translateX(0)
}

.container .company-history.active .content-container .text-container .text-item[data-v-2b2d227e]:first-child {
    transition-delay: .15s
}

.container .company-history.active .content-container .text-container .text-item[data-v-2b2d227e]:nth-child(2) {
    transition-delay: .3s
}

.container .company-history.active .content-container .text-container .text-item[data-v-2b2d227e]:nth-child(3) {
    transition-delay: .45s
}

.container .company-history.active .content-container .text-container .text-item[data-v-2b2d227e]:nth-child(4) {
    transition-delay: .6s
}

.container .company-history.active .content-container .date-list[data-v-2b2d227e] {
    opacity: 1;
    transition-delay: .5s
}

.container .company-history .content-container[data-v-2b2d227e] {
    display: flex;
    position: relative;
    z-index: 2
}

.container .company-history .content-container .text-container[data-v-2b2d227e] {
    padding-right: 9.375vw;
    box-sizing: border-box;
    flex: 1
}

.container .company-history .content-container .text-item[data-v-2b2d227e] {
    margin-bottom: 2.08333vw;
    opacity: 0;
    transform: translateX(-100%);
    transition: all .3s ease-out
}

.container .company-history .content-container .title[data-v-2b2d227e] {
    font-size: 1.25vw;
    color: #3ccddc;
    margin-bottom: .88542vw
}

.container .company-history .content-container .content[data-v-2b2d227e] {
    font-size: .9375vw;
    color: #f3f5f7;
    line-height: 1.5
}

.container .company-history .content-container .date-list[data-v-2b2d227e] {
    width: 32.44792vw;
    transition: all .6s ease-out;
    opacity: 0
}

.container .company-history .content-container .date-list .date-list-container[data-v-2b2d227e] {
    list-style: none;
    padding: .41667vw;
    height: 25.15625vw;
    border: 1px solid #02359a;
    overflow-y: scroll;
    box-sizing: border-box
}

.container .company-history .content-container .date-list .date-list-container[data-v-2b2d227e]::-webkit-scrollbar {
    width: .72917vw
}

.container .company-history .content-container .date-list .date-list-container[data-v-2b2d227e]::-webkit-scrollbar-track {
    background-color: #012b7e
}

.container .company-history .content-container .date-list .date-list-container[data-v-2b2d227e]::-webkit-scrollbar-thumb {
    border-radius: .36458vw;
    width: .72917vw;
    background: linear-gradient(180deg,#007dff,#10c2ee)
}

.container .company-history .content-container .date-list .date-list-container li[data-v-2b2d227e] {
    font-size: .83333vw;
    color: #f3f5f7;
    margin-bottom: 1.30208vw
}

.container .company-history .content-container .date-list .date-list-container li[data-v-2b2d227e]:last-child {
    margin-bottom: 0
}

.container .introduction[data-v-2b2d227e] {
    padding: 3.90625vw 0;
    box-sizing: border-box;
    background-color: #fff
}

.container .introduction .product-wrapper[data-v-2b2d227e] {
    margin-top: 2.08333vw;
    display: flex;
    justify-content: space-between
}

.container .introduction .product-wrapper .product-desc[data-v-2b2d227e] {
    width: 34.11458vw
}

.container .introduction .product-wrapper .product-desc p[data-v-2b2d227e] {
    color: #002368
}

.container .introduction .product-wrapper .product-desc p[data-v-2b2d227e]:first-child {
    font-size: 2.29167vw;
    font-weight: 400;
    line-height: 3.22917vw
}

.container .introduction .product-wrapper .product-desc p[data-v-2b2d227e]:nth-child(2) {
    font-size: 1.875vw;
    font-weight: 400;
    line-height: 2.60417vw
}

.container .introduction .product-wrapper .product-desc p[data-v-2b2d227e]:nth-child(3) {
    font-size: .83333vw;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 1.14583vw;
    color: #8291a3;
    margin-bottom: 2.23958vw
}

.container .introduction .product-wrapper .product-desc .phone-product-logo[data-v-2b2d227e] {
    display: none
}

.container .introduction .product-wrapper .product-logo[data-v-2b2d227e] {
    width: 14.58333vw;
    height: 14.58333vw;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 8.95833vw;
    transition: all .3s;
    transform: scale(0)
}

.container .introduction .product-wrapper.active .product-logo[data-v-2b2d227e] {
    transform: scale(1)
}

.container .partner[data-v-2b2d227e] {
    padding: 5.20833vw 13.02083vw;
    box-sizing: border-box;
    background-color: #f3f5f7
}

.container .partner .logo-container[data-v-2b2d227e] {
    margin-top: .26042vw;
    display: flex;
    flex-wrap: wrap
}

.container .partner .logo-container .logo-wrapper[data-v-2b2d227e] {
    width: 15.4%;
    height: 6.25vw;
    margin: 2.08333vw 0 0 1.04167vw
}

.container .partner .logo-container .logo-wrapper[data-v-2b2d227e]:first-child,.container .partner .logo-container .logo-wrapper[data-v-2b2d227e]:nth-child(7n) {
    margin-left: 0
}

.container .partner .logo-container .logo-wrapper img[data-v-2b2d227e] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .3s;
    transform: translateY(100%);
    opacity: 0
}

.container .partner.active .logo-container .logo-wrapper img[data-v-2b2d227e] {
    transform: translateY(0);
    opacity: 1
}

.container .progress[data-v-2b2d227e] {
    padding: 3.90625vw 13.02083vw 7.08333vw;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center
}

.container .progress .progress-wrapper[data-v-2b2d227e] {
    height: 26.66667vw;
    background: url(../img/index/9304bfe.png);
    background-size: 100% 100%;
    margin-top: 5.72917vw;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    overflow: hidden
}

.container .progress .progress-wrapper .financing[data-v-2b2d227e] {
    transition: all .3s ease-out;
    transform: translateY(100%);
    opacity: 0
}

.container .progress .progress-wrapper.active .financing[data-v-2b2d227e]:first-child {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .15s
}

.container .progress .progress-wrapper.active .financing[data-v-2b2d227e]:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s
}

.container .progress .progress-wrapper.active .financing[data-v-2b2d227e]:nth-child(3) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .45s
}

.container .progress .progress-wrapper.active .financing[data-v-2b2d227e]:nth-child(4) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .6s
}

.container .progress .progress-wrapper.active .financing[data-v-2b2d227e]:nth-child(5) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .75s
}

.container .progress .progress-wrapper.active .financing[data-v-2b2d227e]:nth-child(6) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .9s
}

@media screen and (min-width: 1920px) {
    .container .banner-content .content .logo[data-v-2b2d227e] {
        width:300px
    }

    .container .banner-content .content .text[data-v-2b2d227e] {
        font-size: 36px;
        margin-top: 28px;
        letter-spacing: 18PX
    }

    @-webkit-keyframes bannerText-data-v-2b2d227e {
        0% {
            opacity: 0;
            letter-spacing: 0
        }

        to {
            letter-spacing: 18px;
            opacity: 1
        }
    }

    @keyframes bannerText-data-v-2b2d227e {
        0% {
            opacity: 0;
            letter-spacing: 0
        }

        to {
            letter-spacing: 18px;
            opacity: 1
        }
    }

    .container .banner-tab-item[data-v-2b2d227e] {
        width: 284px
    }

    .container .about-company[data-v-2b2d227e] {
        padding: 0 0 50px
    }

    .container .about-company p[data-v-2b2d227e] {
        font-size: 20px;
        margin-top: 20px
    }

    .container .company-datas[data-v-2b2d227e] {
        padding: 55px 0 50px
    }

    .container .company-datas .datas-list .item[data-v-2b2d227e] {
        padding: 0 35px
    }

    .container .company-datas .datas-list .item .title[data-v-2b2d227e] {
        font-size: 33px;
        margin-bottom: 30px
    }

    .container .company-datas .datas-list .item .desc[data-v-2b2d227e] {
        font-size: 18px;
        line-height: 1.5
    }

    .container .company-history[data-v-2b2d227e] {
        padding: 88px 0 68px
    }

    .container .company-history .background img[data-v-2b2d227e]:first-child {
        width: 280px;
        left: 8px;
        top: 88px
    }

    .container .company-history .background img[data-v-2b2d227e]:nth-child(2) {
        width: 140px;
        left: 918px;
        top: 88px
    }

    .container .company-history .background img[data-v-2b2d227e]:nth-child(3) {
        width: 160px;
        left: 960px;
        top: 475px
    }

    .container .company-history .background img[data-v-2b2d227e]:nth-child(4) {
        width: 140px;
        right: 84px;
        bottom: 3px
    }

    .container .company-history .content-container .text-container[data-v-2b2d227e] {
        padding-right: 180px
    }

    .container .company-history .content-container .text-item[data-v-2b2d227e] {
        margin-bottom: 40px
    }

    .container .company-history .content-container .title[data-v-2b2d227e] {
        font-size: 24px;
        margin-bottom: 17px
    }

    .container .company-history .content-container .content[data-v-2b2d227e] {
        font-size: 18px
    }

    .container .company-history .content-container .date-list[data-v-2b2d227e] {
        width: 623px
    }

    .container .company-history .content-container .date-list .date-list-container[data-v-2b2d227e] {
        padding: 8px;
        height: 483px;
        border: 1px solid #02359a
    }

    .container .company-history .content-container .date-list .date-list-container[data-v-2b2d227e]::-webkit-scrollbar {
        width: 14px
    }

    .container .company-history .content-container .date-list .date-list-container[data-v-2b2d227e]::-webkit-scrollbar-track {
        background-color: #012b7e
    }

    .container .company-history .content-container .date-list .date-list-container[data-v-2b2d227e]::-webkit-scrollbar-thumb {
        border-radius: 7px;
        width: 14px;
        background: linear-gradient(180deg,#007dff,#10c2ee)
    }

    .container .company-history .content-container .date-list .date-list-container li[data-v-2b2d227e] {
        font-size: 16px;
        margin-bottom: 25px
    }

    .container .introduction[data-v-2b2d227e] {
        padding: 75px 0
    }

    .container .introduction .product-wrapper[data-v-2b2d227e] {
        margin-top: 40px
    }

    .container .introduction .product-wrapper .product-desc[data-v-2b2d227e] {
        width: 655px
    }

    .container .introduction .product-wrapper .product-desc p[data-v-2b2d227e]:first-child {
        font-size: 44px;
        line-height: 62px
    }

    .container .introduction .product-wrapper .product-desc p[data-v-2b2d227e]:nth-child(2) {
        font-size: 36px;
        line-height: 50px
    }

    .container .introduction .product-wrapper .product-desc p[data-v-2b2d227e]:nth-child(3) {
        font-size: 16px;
        margin-top: 22px;
        margin-bottom: 43px
    }

    .container .introduction .product-wrapper .product-logo[data-v-2b2d227e] {
        width: 280px;
        height: 280px;
        margin-right: 172px
    }

    .container .partner[data-v-2b2d227e] {
        padding: 100px 0;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .container .partner .logo-container[data-v-2b2d227e] {
        margin-top: 5px;
        justify-content: flex-start;
        width: 1420px
    }

    .container .partner .logo-container .logo-wrapper[data-v-2b2d227e] {
        height: 120px;
        margin-top: 40px;
        margin-left: 20px
    }

    .container .progress[data-v-2b2d227e] {
        padding: 75px 250px 136px
    }

    .container .progress .progress-wrapper[data-v-2b2d227e] {
        height: 512px;
        margin-top: 110px
    }
}

@media screen and (max-width: 767px) {
    .container .banner-content .content .logo[data-v-2b2d227e] {
        width:140px
    }

    .container .banner-content .content .text[data-v-2b2d227e] {
        font-size: 20px;
        margin-top: 10px;
        letter-spacing: 5px;
        -webkit-animation: bannerTextRes-data-v-2b2d227e 2s ease-out;
        animation: bannerTextRes-data-v-2b2d227e 2s ease-out
    }

    @-webkit-keyframes bannerTextRes-data-v-2b2d227e {
        0% {
            opacity: 0;
            letter-spacing: 0
        }

        to {
            letter-spacing: 5px;
            opacity: 1
        }
    }

    @keyframes bannerTextRes-data-v-2b2d227e {
        0% {
            opacity: 0;
            letter-spacing: 0
        }

        to {
            letter-spacing: 5px;
            opacity: 1
        }
    }

    .container .banner-tab-item[data-v-2b2d227e] {
        font-size: 14px;
        display: inline
    }

    .container .about-company[data-v-2b2d227e] {
        padding: 30px 20px
    }

    .container .about-company p[data-v-2b2d227e] {
        font-size: 14px
    }

    .container .company-datas .datas-list[data-v-2b2d227e] {
        flex-wrap: wrap
    }

    .container .company-datas .datas-list .item[data-v-2b2d227e] {
        flex: unset;
        width: 50%;
        box-sizing: border-box;
        margin-bottom: 30px
    }

    .container .company-datas .datas-list .item[data-v-2b2d227e]:nth-last-child(-n+2) {
        margin-bottom: 0;
        transition-delay: .3s
    }

    .container .company-datas .datas-list .item .title[data-v-2b2d227e] {
        font-size: 18px
    }

    .container .company-datas .datas-list .item .desc[data-v-2b2d227e] {
        font-size: 14px
    }

    .container .company-history .background img[data-v-2b2d227e] {
        position: absolute;
        z-index: 1
    }

    .container .company-history .background img[data-v-2b2d227e]:first-child {
        width: 280px;
        left: 0;
        top: 88px
    }

    .container .company-history .background img[data-v-2b2d227e]:nth-child(2) {
        width: 140px;
        left: 180px;
        top: 300px
    }

    .container .company-history .background img[data-v-2b2d227e]:nth-child(3) {
        width: 160px;
        left: 50px;
        top: 475px
    }

    .container .company-history .background img[data-v-2b2d227e]:nth-child(4) {
        width: 140px;
        right: 84px;
        bottom: 3px
    }

    .container .company-history .content-container[data-v-2b2d227e] {
        flex-direction: column;
        padding: 0 20px;
        box-sizing: border-box
    }

    .container .company-history .content-container .title[data-v-2b2d227e] {
        font-size: 16px;
        margin-bottom: 5px
    }

    .container .company-history .content-container .text-container .text-item[data-v-2b2d227e] {
        margin-bottom: 20px
    }

    .container .company-history .content-container .content[data-v-2b2d227e] {
        font-size: 14px;
        color: #f3f5f7
    }

    .container .company-history .content-container .date-list[data-v-2b2d227e] {
        box-sizing: border-box;
        width: auto;
        transition-delay: .4s
    }

    .container .company-history .content-container .date-list .date-list-container[data-v-2b2d227e] {
        width: 100%;
        height: 400px;
        padding: 10px
    }

    .container .company-history .content-container .date-list .date-list-container li[data-v-2b2d227e] {
        margin-bottom: 20px;
        font-size: 14px
    }

    .container .introduction[data-v-2b2d227e] {
        padding: 16px 12px
    }

    .container .introduction .product-wrapper[data-v-2b2d227e] {
        margin-top: 20px;
        display: block
    }

    .container .introduction .product-wrapper .product-desc[data-v-2b2d227e] {
        width: auto;
        text-align: center
    }

    .container .introduction .product-wrapper .product-desc p[data-v-2b2d227e]:first-child {
        font-size: 6vw;
        line-height: 8.5vw
    }

    .container .introduction .product-wrapper .product-desc p[data-v-2b2d227e]:nth-child(2) {
        font-size: 4.9vw;
        line-height: 6.8vw
    }

    .container .introduction .product-wrapper .product-desc p[data-v-2b2d227e]:nth-child(3) {
        font-size: 14px;
        margin-top: 3vw;
        margin-bottom: 6vw
    }

    .container .introduction .product-wrapper .product-desc .phone-product-logo[data-v-2b2d227e] {
        display: flex;
        justify-content: center
    }

    .container .introduction .product-wrapper .product-desc .phone-product-logo img[data-v-2b2d227e] {
        width: 40vw;
        height: 40vw;
        -o-object-fit: contain;
        object-fit: contain
    }

    .container .introduction .product-wrapper .product-logo[data-v-2b2d227e] {
        display: none
    }

    .container .partner[data-v-2b2d227e] {
        padding: 16px 12px
    }

    .container .partner .logo-container[data-v-2b2d227e] {
        justify-content: space-between
    }

    .container .partner .logo-container .logo-wrapper[data-v-2b2d227e] {
        width: 45.7vw;
        height: 19.8vw;
        margin-top: 2.5vw;
        margin-left: 0
    }

    .container .partner .logo-container .logo-wrapper img[data-v-2b2d227e] {
        -o-object-fit: cover;
        object-fit: cover
    }

    .container .progress[data-v-2b2d227e] {
        padding: 16px 12px
    }

    .container .progress .progress-wrapper[data-v-2b2d227e] {
        height: auto;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap
    }

    .container .progress .progress-wrapper .financing[data-v-2b2d227e] {
        margin-top: 2%
    }

    .container .progress .progress-wrapper .financing[data-v-2b2d227e]:first-child,.container .progress .progress-wrapper .financing[data-v-2b2d227e]:nth-child(2) {
        margin-top: 0
    }
}

.base-hover[data-v-9dee1098] {
    cursor: pointer
}

.base-hover[data-v-9dee1098]:hover {
    opacity: .8
}

input[data-v-9dee1098]:-webkit-autofill {
    box-shadow: inset 0 0 0 52.08333vw #fff
}

@-webkit-keyframes shakeX-data-v-9dee1098 {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

@keyframes shakeX-data-v-9dee1098 {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

*[data-v-9dee1098] {
    padding: 0;
    margin: 0
}

.team-evaluation-swiper[data-v-9dee1098] {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 2.03125vw
}

.team-evaluation-swiper .nav-img[data-v-9dee1098] {
    align-self: center;
    cursor: pointer;
    width: .9375vw;
    height: 1.77083vw
}

.team-evaluation-swiper .nav-img[data-v-9dee1098]:hover {
    opacity: .7
}

.team-evaluation-swiper .nav-img img[data-v-9dee1098] {
    width: 100%
}

.team-evaluation-swiper .nav-img.left[data-v-9dee1098] {
    left: 0;
    z-index: 10
}

.team-evaluation-swiper .nav-img.right[data-v-9dee1098] {
    right: 0;
    z-index: 10
}

.team-evaluation-swiper .swiper-plugin-container[data-v-9dee1098] {
    width: 55.41667vw;
    padding: .78125vw;
    overflow: hidden
}

.team-evaluation-swiper .swiper-plugin-container .swiper-container[data-v-9dee1098] {
    overflow: visible
}

.team-evaluation-swiper .swiper-plugin-container .swiper-container .swiper-item[data-v-9dee1098] {
    padding: 4.01042vw 3.4375vw 2.70833vw 2.60417vw;
    color: #002368;
    display: flex;
    justify-content: space-between;
    position: relative;
    box-shadow: 0 .10417vw .78125vw 0 #f3f5f7
}

.team-evaluation-swiper .swiper-plugin-container .swiper-container .swiper-item .evaluation[data-v-9dee1098] {
    padding-top: .83333vw;
    font-size: .9375vw;
    flex-basis: 26.04167vw;
    line-height: 1.30208vw
}

.team-evaluation-swiper .swiper-plugin-container .swiper-container .swiper-item .person[data-v-9dee1098] {
    font-size: 1.14583vw;
    text-align: right
}

.team-evaluation-swiper .swiper-plugin-container .swiper-container .swiper-item .person .logo[data-v-9dee1098] {
    width: 10.20833vw;
    height: 3.4375vw;
    margin: 0 auto
}

.team-evaluation-swiper .swiper-plugin-container .swiper-container .swiper-item .person .logo img[data-v-9dee1098] {
    width: 100%
}

.team-evaluation-swiper .swiper-plugin-container .swiper-container .swiper-item .person .team[data-v-9dee1098] {
    margin-top: 1.5625vw
}

.team-evaluation-swiper .swiper-plugin-container .swiper-container .swiper-item .person .name[data-v-9dee1098] {
    margin-top: .52083vw
}

.team-evaluation-swiper .swiper-plugin-container .swiper-container .swiper-item .left-top-img[data-v-9dee1098] {
    position: absolute;
    left: 2.60417vw;
    top: -.9375vw;
    z-index: 2
}

.team-evaluation-swiper .swiper-plugin-container .swiper-container .swiper-item .left-top-img img[data-v-9dee1098] {
    width: 2.91667vw;
    height: 1.875vw
}

@media screen and (min-width: 1920px) {
    .team-evaluation-swiper[data-v-9dee1098] {
        padding:0 39px
    }

    .team-evaluation-swiper .nav-img[data-v-9dee1098] {
        width: 18px;
        height: 34px
    }

    .team-evaluation-swiper .swiper-plugin-container[data-v-9dee1098] {
        width: 1064px;
        padding: 15px
    }

    .team-evaluation-swiper .swiper-plugin-container .swiper-container .swiper-item[data-v-9dee1098] {
        padding: 77px 66px 52px 50px;
        box-shadow: 0 2px 15px 0 #f3f5f7
    }

    .team-evaluation-swiper .swiper-plugin-container .swiper-container .swiper-item .evaluation[data-v-9dee1098] {
        padding-top: 16px;
        font-size: 18px;
        flex-basis: 500px;
        line-height: 25px
    }

    .team-evaluation-swiper .swiper-plugin-container .swiper-container .swiper-item .person[data-v-9dee1098] {
        font-size: 22px
    }

    .team-evaluation-swiper .swiper-plugin-container .swiper-container .swiper-item .person .logo[data-v-9dee1098] {
        width: 196px;
        height: 66px;
        margin: 0 auto
    }

    .team-evaluation-swiper .swiper-plugin-container .swiper-container .swiper-item .person .logo img[data-v-9dee1098] {
        width: 100%
    }

    .team-evaluation-swiper .swiper-plugin-container .swiper-container .swiper-item .person .team[data-v-9dee1098] {
        margin-top: 30px
    }

    .team-evaluation-swiper .swiper-plugin-container .swiper-container .swiper-item .person .name[data-v-9dee1098] {
        margin-top: 10px
    }

    .team-evaluation-swiper .swiper-plugin-container .swiper-container .swiper-item .left-top-img[data-v-9dee1098] {
        left: 50px;
        top: -18px
    }

    .team-evaluation-swiper .swiper-plugin-container .swiper-container .swiper-item .left-top-img img[data-v-9dee1098] {
        width: 56px;
        height: 36px
    }
}

@media screen and (max-width: 767px) {
    .team-evaluation-swiper[data-v-9dee1098] {
        padding:0
    }

    .team-evaluation-swiper .nav-img[data-v-9dee1098] {
        display: none
    }

    .team-evaluation-swiper .swiper-plugin-container[data-v-9dee1098] {
        width: 100%;
        padding: 0;
        overflow: hidden
    }

    .team-evaluation-swiper .swiper-plugin-container .swiper-container[data-v-9dee1098] {
        box-shadow: none;
        overflow: visible;
        padding: 15px;
        box-sizing: border-box
    }

    .team-evaluation-swiper .swiper-plugin-container .swiper-container .swiper-item[data-v-9dee1098] {
        box-shadow: 0 2px 15px 0 #f3f5f7;
        padding: 26px 16px 18px;
        display: flex;
        flex-direction: column;
        position: relative;
        box-sizing: border-box;
        min-height: 260px
    }

    .team-evaluation-swiper .swiper-plugin-container .swiper-container .swiper-item .evaluation[data-v-9dee1098] {
        padding-top: 8px;
        font-size: 16px;
        flex-basis: 100%;
        line-height: 20px
    }

    .team-evaluation-swiper .swiper-plugin-container .swiper-container .swiper-item .person[data-v-9dee1098] {
        font-size: 14px;
        margin-top: 12px
    }

    .team-evaluation-swiper .swiper-plugin-container .swiper-container .swiper-item .person .logo[data-v-9dee1098] {
        width: 96px;
        height: 36px;
        margin: 0 0 0 auto
    }

    .team-evaluation-swiper .swiper-plugin-container .swiper-container .swiper-item .person .logo img[data-v-9dee1098] {
        width: 100%
    }

    .team-evaluation-swiper .swiper-plugin-container .swiper-container .swiper-item .person .team[data-v-9dee1098] {
        margin-top: 30px
    }

    .team-evaluation-swiper .swiper-plugin-container .swiper-container .swiper-item .person .name[data-v-9dee1098] {
        margin-top: 10px
    }

    .team-evaluation-swiper .swiper-plugin-container .swiper-container .swiper-item .left-top-img[data-v-9dee1098] {
        position: absolute;
        left: 20px;
        top: -1px;
        z-index: 2
    }

    .team-evaluation-swiper .swiper-plugin-container .swiper-container .swiper-item .left-top-img img[data-v-9dee1098] {
        width: 30px;
        height: 20px
    }

    .team-evaluation-swiper .swiper-plugin-container .swiper-container .swiper-pagination-bullets[data-v-9dee1098] {
        bottom: 0
    }

    .team-evaluation-swiper .swiper-plugin-container .swiper-container .swiper-pagination-bullets[data-v-9dee1098] .swiper-pagination-bullet {
        width: 5px!important;
        height: 5px!important;
        margin-right: 10px;
        border-radius: 5px;
        background-color: #d8d8d8;
        opacity: 1
    }

    .team-evaluation-swiper .swiper-plugin-container .swiper-container .swiper-pagination-bullets[data-v-9dee1098] .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #3ccddc
    }
}

.input-box[data-v-dd7d9204] {
    position: relative
}

.input-box.error[data-v-dd7d9204] {
    box-shadow: 0 0 0 1px red;
    -webkit-animation: shakeX .6s ease-in-out;
    animation: shakeX .6s ease-in-out
}

.input-box.error[data-v-dd7d9204]:after {
    content: attr(data-tip);
    position: absolute;
    color: red;
    font-size: .83333vw;
    top: 50%;
    transform: translateY(-50%);
    right: 1.5625vw
}

.input-box.verification_code.error[data-v-dd7d9204]:after {
    right: 6.25vw
}

.partner-form[data-v-dd7d9204] {
    background: #002368
}

.partner-form .content-container[data-v-dd7d9204] {
    color: #fff;
    display: flex;
    align-items: center
}

.partner-form .content-container .text-container[data-v-dd7d9204] {
    flex: 1;
    opacity: 0;
    transform: translateX(-100%);
    transition: all .3s ease-out
}

.partner-form .content-container .text-container .title[data-v-dd7d9204] {
    font-size: 1.875vw;
    font-weight: 400;
    margin-bottom: 1.66667vw
}

.partner-form .content-container .text-container .type-list[data-v-dd7d9204] {
    list-style: none;
    padding: 0
}

.partner-form .content-container .text-container .type-list li[data-v-dd7d9204] {
    margin-bottom: .78125vw;
    font-size: 1.04167vw;
    font-weight: 400
}

.partner-form .content-container .text-container .qrcode[data-v-dd7d9204] {
    width: 6.51042vw;
    height: 6.51042vw;
    margin-top: 2.34375vw
}

.partner-form .content-container .text-container .qrcode img[data-v-dd7d9204] {
    width: 100%
}

.partner-form .content-container.active .text-container[data-v-dd7d9204] {
    opacity: 1;
    transform: translateX(0)
}

.partner-form .content-container .form-container[data-v-dd7d9204] {
    background: #f6f6f7;
    padding: 2.39583vw 3.75vw 3.38542vw;
    width: 35.625vw;
    box-sizing: border-box
}

.partner-form .content-container .form-container .item[data-v-dd7d9204] {
    margin-bottom: 1.04167vw
}

.partner-form .content-container .form-container .item label[data-v-dd7d9204] {
    display: block;
    color: #364860;
    font-size: .9375vw;
    margin-bottom: .52083vw;
    padding-left: .625vw
}

.partner-form .content-container .form-container .item label.required[data-v-dd7d9204]:before {
    content: "*";
    color: #f11329
}

.partner-form .content-container .form-container .item input[data-v-dd7d9204],.partner-form .content-container .form-container .item textarea[data-v-dd7d9204] {
    display: block;
    font-size: .83333vw;
    padding: .625vw;
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    outline: none
}

.partner-form .content-container .form-container .item input[data-v-dd7d9204]::-webkit-input-placeholder,.partner-form .content-container .form-container .item textarea[data-v-dd7d9204]::-webkit-input-placeholder {
    color: #94a3b5
}

.partner-form .content-container .form-container .item input[data-v-dd7d9204]::-moz-placeholder,.partner-form .content-container .form-container .item textarea[data-v-dd7d9204]::-moz-placeholder {
    color: #94a3b5
}

.partner-form .content-container .form-container .item input[data-v-dd7d9204]:-ms-input-placeholder,.partner-form .content-container .form-container .item textarea[data-v-dd7d9204]:-ms-input-placeholder {
    color: #94a3b5
}

.partner-form .content-container .form-container .item input[data-v-dd7d9204]::-ms-input-placeholder,.partner-form .content-container .form-container .item textarea[data-v-dd7d9204]::-ms-input-placeholder {
    color: #94a3b5
}

.partner-form .content-container .form-container .item input[data-v-dd7d9204]::placeholder,.partner-form .content-container .form-container .item textarea[data-v-dd7d9204]::placeholder {
    color: #94a3b5
}

.partner-form .content-container .form-container .item input.center[data-v-dd7d9204],.partner-form .content-container .form-container .item textarea.center[data-v-dd7d9204] {
    text-align: left
}

.partner-form .content-container .form-container .item textarea[data-v-dd7d9204] {
    resize: vertical;
    min-height: 3.75vw
}

.partner-form .content-container .form-container .item.verify[data-v-dd7d9204] {
    position: relative
}

.partner-form .content-container .form-container .item.verify .verify-text-box[data-v-dd7d9204] {
    color: #22b2cc;
    font-size: .83333vw;
    position: absolute;
    right: .625vw;
    bottom: .625vw;
    z-index: 1
}

.partner-form .content-container .form-container .action[data-v-dd7d9204] {
    margin-top: 1.66667vw
}

.partner-form .content-container .form-container .action button[data-v-dd7d9204] {
    color: #fff;
    background: #002368;
    width: 100%;
    padding: .88542vw 0;
    cursor: pointer;
    border: none
}

.partner-form .content-container .form-container .action button[data-v-dd7d9204]:hover {
    opacity: .8
}

@media screen and (min-width: 1920px) {
    .input-box.error[data-v-dd7d9204] {
        box-shadow:0 0 0 1px red;
        -webkit-animation: shakeX .6s ease-in-out;
        animation: shakeX .6s ease-in-out
    }

    .input-box.error[data-v-dd7d9204]:after {
        content: attr(data-tip);
        position: absolute;
        color: red;
        font-size: 16px;
        top: 50%;
        transform: translateY(-50%);
        right: 30px
    }

    .input-box.verification_code.error[data-v-dd7d9204]:after {
        right: 120px
    }

    .partner-form .content-container .text-container .title[data-v-dd7d9204] {
        font-size: 36px;
        margin-bottom: 32px
    }

    .partner-form .content-container .text-container .type-list li[data-v-dd7d9204] {
        margin-bottom: 15px;
        font-size: 20px
    }

    .partner-form .content-container .text-container .qrcode[data-v-dd7d9204] {
        width: 125px;
        height: 125px;
        margin-top: 45px
    }

    .partner-form .content-container .form-container[data-v-dd7d9204] {
        padding: 46px 72px 65px;
        width: 684px
    }

    .partner-form .content-container .form-container .item[data-v-dd7d9204] {
        margin-bottom: 20px
    }

    .partner-form .content-container .form-container .item label[data-v-dd7d9204] {
        font-size: 18px;
        margin-bottom: 10px;
        padding-left: 12px
    }

    .partner-form .content-container .form-container .item input[data-v-dd7d9204],.partner-form .content-container .form-container .item textarea[data-v-dd7d9204] {
        font-size: 16px;
        padding: 12px
    }

    .partner-form .content-container .form-container .item textarea[data-v-dd7d9204] {
        min-height: 72px
    }

    .partner-form .content-container .form-container .item.verify .verify-text-box[data-v-dd7d9204] {
        font-size: 16px;
        right: 12px;
        bottom: 12px
    }

    .partner-form .content-container .form-container .action[data-v-dd7d9204] {
        margin-top: 32px
    }

    .partner-form .content-container .form-container .action button[data-v-dd7d9204] {
        padding: 17px 0
    }
}

@media screen and (max-width: 767px) {
    .input-box.error[data-v-dd7d9204] {
        box-shadow:0 0 0 1px red;
        -webkit-animation: shakeX .6s ease-in-out;
        animation: shakeX .6s ease-in-out
    }

    .input-box.error[data-v-dd7d9204]:after {
        content: attr(data-tip);
        position: absolute;
        color: red;
        font-size: 12px;
        top: 50%;
        transform: translateY(-50%);
        right: 12px
    }

    .input-box.verification_code.error[data-v-dd7d9204]:after {
        right: 95px;
        line-height: .9
    }

    .partner-form .content-container[data-v-dd7d9204] {
        flex-direction: column;
        padding: 20px 12px 0;
        box-sizing: border-box
    }

    .partner-form .content-container .text-container[data-v-dd7d9204] {
        width: 100%
    }

    .partner-form .content-container .text-container .title[data-v-dd7d9204] {
        font-size: 22px
    }

    .partner-form .content-container .text-container .type-list li[data-v-dd7d9204] {
        font-size: 14px;
        margin-bottom: 10px
    }

    .partner-form .content-container .text-container .qrcode[data-v-dd7d9204] {
        width: 100px;
        height: 100px
    }

    .partner-form .content-container .form-container[data-v-dd7d9204] {
        margin-top: 20px;
        width: 100%
    }

    .partner-form .content-container .form-container .item[data-v-dd7d9204] {
        margin-bottom: 20px
    }

    .partner-form .content-container .form-container .item label[data-v-dd7d9204] {
        font-size: 14px;
        margin-bottom: 8px;
        padding-left: 12px
    }

    .partner-form .content-container .form-container .item input[data-v-dd7d9204],.partner-form .content-container .form-container .item textarea[data-v-dd7d9204] {
        padding: 12px;
        font-size: 12px
    }

    .partner-form .content-container .form-container .item input[data-v-dd7d9204]::-webkit-input-placeholder,.partner-form .content-container .form-container .item textarea[data-v-dd7d9204]::-webkit-input-placeholder {
        font-size: 12px;
        line-height: 1.5
    }

    .partner-form .content-container .form-container .item input[data-v-dd7d9204]::-moz-placeholder,.partner-form .content-container .form-container .item textarea[data-v-dd7d9204]::-moz-placeholder {
        font-size: 12px;
        line-height: 1.5
    }

    .partner-form .content-container .form-container .item input[data-v-dd7d9204]:-ms-input-placeholder,.partner-form .content-container .form-container .item textarea[data-v-dd7d9204]:-ms-input-placeholder {
        font-size: 12px;
        line-height: 1.5
    }

    .partner-form .content-container .form-container .item input[data-v-dd7d9204]::-ms-input-placeholder,.partner-form .content-container .form-container .item textarea[data-v-dd7d9204]::-ms-input-placeholder {
        font-size: 12px;
        line-height: 1.5
    }

    .partner-form .content-container .form-container .item input[data-v-dd7d9204]::placeholder,.partner-form .content-container .form-container .item textarea[data-v-dd7d9204]::placeholder {
        font-size: 12px;
        line-height: 1.5
    }

    .partner-form .content-container .form-container .item.verify .verify-text-box[data-v-dd7d9204] {
        font-size: 14px;
        right: 12px;
        bottom: 12px
    }

    .partner-form .content-container .form-container .action button[data-v-dd7d9204] {
        font-size: 14px;
        padding: 15px 0
    }
}

.base-hover[data-v-507e3c10] {
    cursor: pointer
}

.base-hover[data-v-507e3c10]:hover {
    opacity: .8
}

input[data-v-507e3c10]:-webkit-autofill {
    box-shadow: inset 0 0 0 52.08333vw #fff
}

@-webkit-keyframes shakeX-data-v-507e3c10 {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

@keyframes shakeX-data-v-507e3c10 {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

*[data-v-507e3c10] {
    margin: 0;
    padding: 0;
    list-style: none
}

.white-bg[data-v-507e3c10] {
    background-color: #fff
}

.grey-bg[data-v-507e3c10] {
    background-color: #f3f5f7
}

.shadow-padding-bottom[data-v-507e3c10] {
    padding-bottom: .52083vw
}

.wrap-box-shadow[data-v-507e3c10] {
    box-shadow: 0 .10417vw .78125vw 0 rgba(0,0,0,.1)
}

.border-bottom-line[data-v-507e3c10] {
    border-bottom: 1px solid rgba(0,0,0,.1)
}

.section-padding-top[data-v-507e3c10] {
    padding-top: 4.16667vw
}

.banner .background[data-v-507e3c10] {
    position: absolute
}

.banner .background[data-v-507e3c10],.banner .background img[data-v-507e3c10],.banner .texts[data-v-507e3c10] {
    width: 100%;
    height: 100%
}

.banner .texts[data-v-507e3c10] {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff
}

.banner .texts .slogan[data-v-507e3c10] {
    font-size: 2.91667vw;
    font-weight: 700
}

.banner .texts .title[data-v-507e3c10] {
    font-size: 2.91667vw;
    margin: 1.35417vw 0 2.03125vw
}

.banner .texts .sub-title[data-v-507e3c10] {
    font-size: 1.25vw
}

.channels-page .problems-container .problems-wrap[data-v-507e3c10] {
    display: flex;
    margin-top: 3.64583vw
}

.channels-page .problems-container .problems-wrap li[data-v-507e3c10] {
    flex: 1
}

.channels-page .problems-container .problems-wrap li .icon[data-v-507e3c10] {
    width: 3.90625vw;
    height: 3.125vw;
    margin: 0 auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    display: flex;
    justify-content: center
}

.channels-page .problems-container .problems-wrap li .icon img[data-v-507e3c10] {
    align-self: center;
    width: 1.35417vw;
    height: 2.13542vw
}

.channels-page .problems-container .problems-wrap li:first-child .question-box[data-v-507e3c10] {
    border-left: 1px solid #94a3b5
}

.channels-page .problems-container .problems-wrap li .question-box[data-v-507e3c10] {
    text-align: center;
    margin-top: 1.51042vw;
    border-right: 1px solid #94a3b5;
    padding: .3125vw 0;
    box-sizing: border-box
}

.channels-page .problems-container .problems-wrap li .question-box .problem[data-v-507e3c10] {
    color: #002368;
    font-size: 1.14583vw
}

.channels-page .problems-container .problems-wrap li .question-box .question[data-v-507e3c10] {
    color: #68747f;
    font-size: 1.04167vw;
    margin-top: .83333vw
}

.channels-page .line[data-v-507e3c10] {
    height: 1px;
    background-color: rgba(148,163,181,.5);
    margin-top: 5.9375vw
}

.channels-page .success-case-container .success-case-sub-title[data-v-507e3c10] {
    color: #68747f;
    font-size: .9375vw;
    line-height: 1.30208vw;
    width: 55.41667vw;
    margin: 1.5625vw auto 2.8125vw
}

.channels-page .features-container[data-v-507e3c10] {
    padding-top: 6.25vw
}

.channels-page .features-container .features-wrap[data-v-507e3c10] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 6.25vw
}

.channels-page .features-container .features-wrap li[data-v-507e3c10] {
    flex-basis: 23.95833vw;
    margin-bottom: 1.5625vw;
    transition: transform .3s ease-out,opacity .3s ease-out;
    opacity: 0;
    transform: translateY(100%);
    cursor: pointer
}

.channels-page .features-container .features-wrap li .box[data-v-507e3c10] {
    border: 1px solid #eeeeef;
    padding: 2.5vw 2.08333vw 2.70833vw;
    box-sizing: border-box;
    height: 100%;
    transition: all .3s
}

.channels-page .features-container .features-wrap li .box[data-v-507e3c10]:hover {
    box-shadow: 0 .10417vw .78125vw 0 rgba(0,0,0,.1);
    border-color: transparent
}

.channels-page .features-container .features-wrap li .feature[data-v-507e3c10] {
    color: #002368;
    font-size: 1.35417vw;
    font-weight: 400
}

.channels-page .features-container .features-wrap li .digest[data-v-507e3c10] {
    margin-top: .67708vw;
    color: #8291a3;
    font-size: .9375vw;
    line-height: 1.30208vw
}

.channels-page .features-container .features-wrap li[data-v-507e3c10]:first-child,.channels-page .features-container .features-wrap li[data-v-507e3c10]:nth-child(2),.channels-page .features-container .features-wrap li[data-v-507e3c10]:nth-child(3),.channels-page .features-container .features-wrap li[data-v-507e3c10]:nth-child(4),.channels-page .features-container .features-wrap li[data-v-507e3c10]:nth-child(5),.channels-page .features-container .features-wrap li[data-v-507e3c10]:nth-child(6) {
    opacity: 0;
    transform: translateY(100%)
}

.channels-page .features-container.active .features-wrap li[data-v-507e3c10]:first-child {
    opacity: 1;
    transition-delay: .13s;
    transform: translateY(0)
}

.channels-page .features-container.active .features-wrap li[data-v-507e3c10]:nth-child(2) {
    opacity: 1;
    transition-delay: .26s;
    transform: translateY(0)
}

.channels-page .features-container.active .features-wrap li[data-v-507e3c10]:nth-child(3) {
    opacity: 1;
    transition-delay: .39s;
    transform: translateY(0)
}

.channels-page .features-container.active .features-wrap li[data-v-507e3c10]:nth-child(4) {
    opacity: 1;
    transition-delay: .52s;
    transform: translateY(0)
}

.channels-page .features-container.active .features-wrap li[data-v-507e3c10]:nth-child(5) {
    opacity: 1;
    transition-delay: .65s;
    transform: translateY(0)
}

.channels-page .features-container.active .features-wrap li[data-v-507e3c10]:nth-child(6) {
    opacity: 1;
    transition-delay: .78s;
    transform: translateY(0)
}

.channels-page .supports-container[data-v-507e3c10] {
    padding-top: 2.60417vw;
    padding-bottom: 6.25vw
}

.channels-page .supports-container .supports-sub-title[data-v-507e3c10] {
    color: #8291a3;
    font-size: 1.35417vw;
    margin-top: .57292vw;
    text-align: center
}

.channels-page .supports-container .supports-wrap[data-v-507e3c10] {
    display: flex;
    justify-content: space-between;
    margin-top: 3.64583vw
}

.channels-page .supports-container .supports-wrap li[data-v-507e3c10] {
    flex-basis: 17.70833vw;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    padding: 1.5625vw 1.66667vw 2.60417vw;
    box-shadow: 0 .10417vw 1.5625vw 0 rgba(34,178,204,.15);
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: transform .3s ease-out
}

.channels-page .supports-container .supports-wrap li .icon img[data-v-507e3c10] {
    width: 9.42708vw;
    height: 9.16667vw
}

.channels-page .supports-container .supports-wrap li .line[data-v-507e3c10] {
    align-self: center;
    height: 1px;
    width: 5.83333vw;
    background-color: #fff;
    margin: 1.04167vw 0 1.25vw
}

.channels-page .supports-container .supports-wrap li .type[data-v-507e3c10] {
    font-size: 1.45833vw;
    font-weight: 700;
    margin-bottom: 1.19792vw
}

.channels-page .supports-container .supports-wrap li .digest[data-v-507e3c10] {
    font-size: .9375vw;
    font-weight: 400;
    line-height: 1.30208vw
}

.channels-page .supports-container .supports-wrap li[data-v-507e3c10]:first-child,.channels-page .supports-container .supports-wrap li[data-v-507e3c10]:nth-child(2),.channels-page .supports-container .supports-wrap li[data-v-507e3c10]:nth-child(3),.channels-page .supports-container .supports-wrap li[data-v-507e3c10]:nth-child(4) {
    transition: all .3s ease-out;
    opacity: 0;
    transform: translateY(100%)
}

.channels-page .supports-container .supports-wrap li[data-v-507e3c10]:hover {
    transform: translateY(-.78125vw)!important
}

.channels-page .supports-container.active .supports-wrap li[data-v-507e3c10] {
    opacity: 1;
    transform: translateY(0)
}

.channels-page .logos-container .layer[data-v-507e3c10] {
    padding-top: 4.6875vw;
    padding-bottom: 3.64583vw
}

.channels-page .logos-container .layer .logos-wrap[data-v-507e3c10] {
    margin-top: 2.03125vw;
    display: flex;
    flex-wrap: wrap
}

.channels-page .logos-container .layer .logos-wrap li[data-v-507e3c10] {
    margin: 2.08333vw 0 0 1.04167vw;
    width: 15.4%;
    height: 6.25vw
}

.channels-page .logos-container .layer .logos-wrap li[data-v-507e3c10]:first-child,.channels-page .logos-container .layer .logos-wrap li[data-v-507e3c10]:nth-child(7n) {
    margin-left: 0
}

.channels-page .logos-container .layer .logos-wrap li img[data-v-507e3c10] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (min-width: 1920px) {
    .shadow-padding-bottom[data-v-507e3c10] {
        padding-bottom:10px
    }

    .wrap-box-shadow[data-v-507e3c10] {
        box-shadow: 0 2px 15px 0 rgba(0,0,0,.1)
    }

    .border-bottom-line[data-v-507e3c10] {
        border-bottom: 1px solid rgba(0,0,0,.1)
    }

    .section-padding-top[data-v-507e3c10] {
        padding-top: 80px
    }

    .banner .texts .slogan[data-v-507e3c10] {
        font-size: 56px
    }

    .banner .texts .title[data-v-507e3c10] {
        font-size: 56px;
        margin: 26px 0 39px
    }

    .banner .texts .sub-title[data-v-507e3c10] {
        font-size: 24px
    }

    .channels-page .problems-container .problems-wrap[data-v-507e3c10] {
        margin-top: 70px
    }

    .channels-page .problems-container .problems-wrap li .icon[data-v-507e3c10] {
        width: 75px;
        height: 60px
    }

    .channels-page .problems-container .problems-wrap li .icon img[data-v-507e3c10] {
        width: 26px;
        height: 41px
    }

    .channels-page .problems-container .problems-wrap li:first-child .question-box[data-v-507e3c10] {
        border-left: 1px solid #94a3b5
    }

    .channels-page .problems-container .problems-wrap li .question-box[data-v-507e3c10] {
        margin-top: 29px;
        border-right: 1px solid #94a3b5;
        padding: 6px 0
    }

    .channels-page .problems-container .problems-wrap li .question-box .problem[data-v-507e3c10] {
        font-size: 22px
    }

    .channels-page .problems-container .problems-wrap li .question-box .question[data-v-507e3c10] {
        font-size: 20px;
        margin-top: 16px
    }

    .channels-page .line[data-v-507e3c10] {
        height: 1px;
        margin-top: 114px
    }

    .channels-page .success-case-container .success-case-sub-title[data-v-507e3c10] {
        font-size: 18px;
        line-height: 25px;
        width: 1064px;
        margin: 30px auto 54px
    }

    .channels-page .features-container[data-v-507e3c10] {
        padding-top: 120px
    }

    .channels-page .features-container .features-wrap[data-v-507e3c10] {
        margin-top: 120px
    }

    .channels-page .features-container .features-wrap li[data-v-507e3c10] {
        flex-basis: 460px;
        margin-bottom: 30px
    }

    .channels-page .features-container .features-wrap li .box[data-v-507e3c10] {
        border: 1px solid #eeeeef;
        padding: 48px 40px 52px
    }

    .channels-page .features-container .features-wrap li .box[data-v-507e3c10]:hover {
        box-shadow: 0 2px 15px 0 rgba(0,0,0,.1)
    }

    .channels-page .features-container .features-wrap li .feature[data-v-507e3c10] {
        font-size: 26px
    }

    .channels-page .features-container .features-wrap li .digest[data-v-507e3c10] {
        margin-top: 13px;
        font-size: 18px;
        line-height: 25px
    }

    .channels-page .supports-container[data-v-507e3c10] {
        padding-top: 50px;
        padding-bottom: 120px
    }

    .channels-page .supports-container .supports-sub-title[data-v-507e3c10] {
        font-size: 26px;
        margin-top: 11px
    }

    .channels-page .supports-container .supports-wrap[data-v-507e3c10] {
        margin-top: 70px
    }

    .channels-page .supports-container .supports-wrap li[data-v-507e3c10] {
        flex-basis: 340px;
        padding: 30px 32px 50px;
        box-shadow: 0 2px 30px 0 rgba(34,178,204,.15);
        transition: .3s
    }

    .channels-page .supports-container .supports-wrap li[data-v-507e3c10]:hover {
        transform: translateY(-15px)
    }

    .channels-page .supports-container .supports-wrap li .icon img[data-v-507e3c10] {
        width: 181px;
        height: 176px
    }

    .channels-page .supports-container .supports-wrap li .line[data-v-507e3c10] {
        height: 1px;
        width: 112px;
        margin: 20px 0 24px
    }

    .channels-page .supports-container .supports-wrap li .type[data-v-507e3c10] {
        font-size: 28px;
        margin-bottom: 23px
    }

    .channels-page .supports-container .supports-wrap li .digest[data-v-507e3c10] {
        font-size: 18px;
        line-height: 25px
    }

    .channels-page .logos-container .layer[data-v-507e3c10] {
        padding-top: 90px;
        padding-bottom: 70px
    }

    .channels-page .logos-container .layer .logos-wrap[data-v-507e3c10] {
        margin-top: 39px
    }

    .channels-page .logos-container .layer .logos-wrap li[data-v-507e3c10] {
        margin: 40px 0 0 20px;
        height: 120px
    }
}

@media screen and (max-width: 767px) {
    .banner .texts .slogan[data-v-507e3c10] {
        font-size:25px
    }

    .banner .texts .title[data-v-507e3c10] {
        font-size: 24px;
        margin: 16px 0 30px
    }

    .banner .texts .sub-title[data-v-507e3c10] {
        font-size: 12px;
        padding: 0 40px;
        text-align: center
    }

    .channels-page .problems-container .problems-wrap[data-v-507e3c10] {
        flex-direction: column;
        margin-top: 12px
    }

    .channels-page .problems-container .problems-wrap li[data-v-507e3c10] {
        margin-bottom: 12px
    }

    .channels-page .problems-container .problems-wrap li[data-v-507e3c10]:last-child {
        margin-bottom: 0
    }

    .channels-page .problems-container .problems-wrap li .icon[data-v-507e3c10] {
        width: 35px;
        height: 25px
    }

    .channels-page .problems-container .problems-wrap li .icon img[data-v-507e3c10] {
        width: 10px;
        height: 16px
    }

    .channels-page .problems-container .problems-wrap li:first-child .question-box[data-v-507e3c10] {
        border: none
    }

    .channels-page .problems-container .problems-wrap li .question-box[data-v-507e3c10] {
        margin-top: 9px;
        padding: 10px 0;
        border: none
    }

    .channels-page .problems-container .problems-wrap li .question-box .problem[data-v-507e3c10] {
        font-size: 16px
    }

    .channels-page .problems-container .problems-wrap li .question-box .question[data-v-507e3c10] {
        font-size: 10px;
        margin-top: 6px
    }

    .channels-page .line[data-v-507e3c10] {
        height: 1px;
        margin-top: 17px;
        margin-bottom: 17px
    }

    .channels-page .success-case-container[data-v-507e3c10] {
        padding: 0 12px;
        box-sizing: border-box
    }

    .channels-page .success-case-container .success-case-sub-title[data-v-507e3c10] {
        font-size: 15px;
        line-height: 20px;
        width: 100%;
        margin: 10px auto 16px
    }

    .channels-page .features-container[data-v-507e3c10] {
        padding-top: 40px
    }

    .channels-page .features-container .features-wrap[data-v-507e3c10] {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        margin-top: 30px;
        padding: 0 12px;
        box-sizing: border-box
    }

    .channels-page .features-container .features-wrap li[data-v-507e3c10] {
        margin-bottom: 12px
    }

    .channels-page .features-container .features-wrap li .box[data-v-507e3c10] {
        padding: 18px 12px 20px
    }

    .channels-page .features-container .features-wrap li .box[data-v-507e3c10]:hover {
        box-shadow: 0 2px 15px 0 rgba(0,0,0,.1)
    }

    .channels-page .features-container .features-wrap li .feature[data-v-507e3c10] {
        font-size: 16px
    }

    .channels-page .features-container .features-wrap li .digest[data-v-507e3c10] {
        margin-top: 6px;
        font-size: 10px;
        line-height: 25px
    }

    .channels-page .supports-container[data-v-507e3c10] {
        padding-top: 20px
    }

    .channels-page .supports-container .supports-sub-title[data-v-507e3c10] {
        font-size: 16px;
        margin-top: 6px;
        padding: 0 12px
    }

    .channels-page .supports-container .supports-wrap[data-v-507e3c10] {
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
        flex-wrap: wrap;
        padding: 0 12px 12px;
        box-sizing: border-box
    }

    .channels-page .supports-container .supports-wrap li[data-v-507e3c10] {
        flex-basis: 45.3125vw;
        padding: 14px 12px 20px;
        box-shadow: 0 2px 10px 0 rgba(34,178,204,.15);
        margin-bottom: 12px
    }

    .channels-page .supports-container .supports-wrap li li[data-v-507e3c10]:hover {
        transform: none!important
    }

    .channels-page .supports-container .supports-wrap li .icon img[data-v-507e3c10] {
        width: 50px;
        height: 50px
    }

    .channels-page .supports-container .supports-wrap li .line[data-v-507e3c10] {
        height: 1px;
        width: 50%;
        margin: 8px 0 10px
    }

    .channels-page .supports-container .supports-wrap li .type[data-v-507e3c10] {
        font-size: 18px;
        margin-bottom: 10px
    }

    .channels-page .supports-container .supports-wrap li .digest[data-v-507e3c10] {
        font-size: 12px;
        line-height: 18px
    }

    .channels-page .supports-container .supports-wrap li[data-v-507e3c10]:first-child,.channels-page .supports-container .supports-wrap li[data-v-507e3c10]:nth-child(2) {
        transition-delay: .3s
    }

    .channels-page .supports-container .supports-wrap li[data-v-507e3c10]:nth-child(3),.channels-page .supports-container .supports-wrap li[data-v-507e3c10]:nth-child(4) {
        transition-delay: .6s
    }

    .channels-page .logos-container .layer[data-v-507e3c10] {
        padding: 25px 12px 20px;
        box-sizing: border-box
    }

    .channels-page .logos-container .layer .logos-wrap[data-v-507e3c10] {
        margin-top: 39px;
        justify-content: space-between
    }

    .channels-page .logos-container .layer .logos-wrap li[data-v-507e3c10] {
        width: 45.7vw;
        height: 19.8vw;
        margin-top: 2.5vw;
        margin-left: 0;
        margin-bottom: 0
    }
}

.base-hover[data-v-7e04e6c2] {
    cursor: pointer
}

.base-hover[data-v-7e04e6c2]:hover {
    opacity: .8
}

input[data-v-7e04e6c2]:-webkit-autofill {
    box-shadow: inset 0 0 0 52.08333vw #fff
}

@-webkit-keyframes shakeX-data-v-7e04e6c2 {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

@keyframes shakeX-data-v-7e04e6c2 {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

.hidden[data-v-7e04e6c2] {
    transform: scale(0);
    transition: all .3s ease-out
}

.security-item[data-v-7e04e6c2] {
    padding: 3.02083vw 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center
}

.security-item img[data-v-7e04e6c2] {
    width: 15.625vw;
    height: 15.625vw;
    -o-object-fit: cover;
    object-fit: cover
}

.security-item .left-img[data-v-7e04e6c2] {
    margin-right: 8.33333vw
}

.security-item .right-img[data-v-7e04e6c2] {
    margin-left: 8.33333vw
}

.security-item .item-content-wrapper[data-v-7e04e6c2] {
    display: flex;
    align-items: center
}

.security-item .item-content-wrapper .item-content .item-content-title[data-v-7e04e6c2] {
    font-size: 1.66667vw;
    font-weight: 400;
    color: #002566;
    line-height: 2.34375vw
}

.security-item .item-content-wrapper .item-content .item-content-desc[data-v-7e04e6c2] {
    width: 37.5vw;
    font-size: .9375vw;
    font-weight: 400;
    color: #68747f;
    line-height: 1.66667vw;
    margin-top: 1.61458vw
}

.security-item.active .left-img[data-v-7e04e6c2],.security-item.active .right-img[data-v-7e04e6c2] {
    transform: scale(1)
}

@media screen and (min-width: 1920px) {
    .security-item[data-v-7e04e6c2] {
        padding:58px 0
    }

    .security-item img[data-v-7e04e6c2] {
        width: 300px;
        height: 300px
    }

    .security-item .left-img[data-v-7e04e6c2] {
        margin-right: 160px
    }

    .security-item .right-img[data-v-7e04e6c2] {
        margin-left: 160px
    }

    .security-item .item-content-wrapper .item-content .item-content-title[data-v-7e04e6c2] {
        font-size: 32px;
        line-height: 45px
    }

    .security-item .item-content-wrapper .item-content .item-content-desc[data-v-7e04e6c2] {
        width: 720px;
        font-size: 18px;
        line-height: 32px;
        margin-top: 31px
    }
}

@media screen and (max-width: 767px) {
    .security-item[data-v-7e04e6c2] {
        position:relative;
        padding: 16px 14px;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .security-item img[data-v-7e04e6c2] {
        width: 160px;
        height: 160px;
        position: absolute;
        top: 16px;
        left: 50%;
        transform: translate(-50%) scale(0)
    }

    .security-item .left-img[data-v-7e04e6c2] {
        margin-right: 0
    }

    .security-item .right-img[data-v-7e04e6c2] {
        margin-left: 0
    }

    .security-item .item-content-wrapper[data-v-7e04e6c2] {
        text-align: center;
        margin-top: 200px;
        margin-left: 0
    }

    .security-item .item-content-wrapper .item-content .item-content-title[data-v-7e04e6c2] {
        font-size: 14px;
        line-height: 20px
    }

    .security-item .item-content-wrapper .item-content .item-content-desc[data-v-7e04e6c2] {
        font-size: 12px;
        line-height: 17px;
        width: auto
    }

    .security-item.active .left-img[data-v-7e04e6c2],.security-item.active .right-img[data-v-7e04e6c2] {
        transform: translate(-50%) scale(1)
    }
}

.base-hover[data-v-80e5d436] {
    cursor: pointer
}

.base-hover[data-v-80e5d436]:hover {
    opacity: .8
}

input[data-v-80e5d436]:-webkit-autofill {
    box-shadow: inset 0 0 0 52.08333vw #fff
}

@-webkit-keyframes shakeX-data-v-80e5d436 {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

@keyframes shakeX-data-v-80e5d436 {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

.download-anchor[data-v-80e5d436] {
    display: block;
    position: relative;
    top: -13.02083vw;
    visibility: hidden
}

.security-assurance .download[data-v-80e5d436] {
    padding: 5.83333vw 20.83333vw 6.51042vw;
    box-sizing: border-box;
    text-align: center;
    background-color: #f5f7fb
}

.security-assurance .download .title[data-v-80e5d436] {
    display: flex;
    justify-content: center;
    align-items: center
}

.security-assurance .download .title .line1[data-v-80e5d436] {
    width: 2.5vw;
    height: .10417vw;
    background-color: #002566;
    margin-right: 1.82292vw
}

.security-assurance .download .title .line2[data-v-80e5d436] {
    width: 2.5vw;
    height: .10417vw;
    background-color: #002566;
    margin-left: 1.82292vw
}

.security-assurance .download .title .content[data-v-80e5d436] {
    font-size: 1.66667vw;
    font-weight: 400;
    color: #002566;
    line-height: 2.34375vw
}

.security-assurance .download .button-wrapper[data-v-80e5d436] {
    margin-top: 1.5625vw
}

@media screen and (min-width: 1920px) {
    .download-anchor[data-v-80e5d436] {
        top:-250px
    }

    .security-assurance .download[data-v-80e5d436] {
        padding: 112px 717px 125px
    }

    .security-assurance .download .title .line1[data-v-80e5d436] {
        width: 48px;
        height: 2px;
        margin-right: 35px
    }

    .security-assurance .download .title .line2[data-v-80e5d436] {
        width: 48px;
        height: 2px;
        margin-left: 35px
    }

    .security-assurance .download .title .content[data-v-80e5d436] {
        font-size: 32px;
        line-height: 45px
    }

    .security-assurance .download .button-wrapper[data-v-80e5d436] {
        margin-top: 30px
    }
}

@media screen and (max-width: 767px) {
    .download-anchor[data-v-80e5d436] {
        top:-13vw
    }

    .security-assurance .download[data-v-80e5d436] {
        padding: 80px 0 60px
    }

    .security-assurance .download .title .line1[data-v-80e5d436] {
        width: 25px;
        height: 2px;
        margin-right: 10px
    }

    .security-assurance .download .title .line2[data-v-80e5d436] {
        width: 25px;
        height: 2px;
        margin-left: 10px
    }

    .security-assurance .download .title .content[data-v-80e5d436] {
        font-size: 20px
    }

    .security-assurance .download .button-wrapper[data-v-80e5d436] {
        margin-top: 30px
    }
}

.base-hover[data-v-3a0a53e9] {
    cursor: pointer
}

.base-hover[data-v-3a0a53e9]:hover {
    opacity: .8
}

input[data-v-3a0a53e9]:-webkit-autofill {
    box-shadow: inset 0 0 0 52.08333vw #fff
}

@-webkit-keyframes shakeX-data-v-3a0a53e9 {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

@keyframes shakeX-data-v-3a0a53e9 {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

.hot-show .imgs[data-v-3a0a53e9] {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.hot-show .imgs img[data-v-3a0a53e9] {
    width: 17.39583vw
}

.hot-show .imgs .img4 img[data-v-3a0a53e9] {
    width: 15.15625vw;
    height: 28.17708vw
}

.hot-show .imgs .img1[data-v-3a0a53e9],.hot-show .imgs .img2[data-v-3a0a53e9],.hot-show .imgs .img3[data-v-3a0a53e9],.hot-show .imgs .img4[data-v-3a0a53e9] {
    position: absolute
}

.hot-show .imgs .img1 img[data-v-3a0a53e9],.hot-show .imgs .img2 img[data-v-3a0a53e9],.hot-show .imgs .img3 img[data-v-3a0a53e9],.hot-show .imgs .img4 img[data-v-3a0a53e9] {
    transform: scale(0);
    transition: .3s
}

.hot-show .imgs .img1[data-v-3a0a53e9] {
    top: 2.03125vw;
    left: .52083vw
}

.hot-show .imgs .img2[data-v-3a0a53e9] {
    top: 9.11459vw;
    left: 5vw
}

.hot-show .imgs .img3[data-v-3a0a53e9] {
    top: 16.19792vw;
    left: 9.375vw;
    z-index: 3
}

.hot-show .imgs .img4[data-v-3a0a53e9] {
    left: 22.44792vw;
    top: 0
}

.hot-show .imgs .index1-img[data-v-3a0a53e9] {
    margin-left: 3.75vw;
    margin-top: 3.54167vw;
    width: 25vw;
    height: 15.625vw;
    display: inline-block;
    position: relative
}

.hot-show .imgs .index1-img img[data-v-3a0a53e9] {
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: transform .3s
}

.hot-show .imgs .index1-img div[data-v-3a0a53e9] {
    height: 2.03125vw;
    background: #d8ecff;
    box-shadow: 0 .10417vw .52083vw 0 rgba(0,0,0,.1);
    border-radius: 1.04167vw;
    padding: 0 1.04167vw;
    color: #364860;
    font-size: .9375vw;
    font-weight: 400;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: opacity .3s
}

.hot-show .imgs .index1-img .index1-sub3[data-v-3a0a53e9] {
    padding-bottom: .52083vw
}

.hot-show .imgs .index1-img .index1-sub1[data-v-3a0a53e9],.hot-show .imgs .index1-img .index1-sub2[data-v-3a0a53e9],.hot-show .imgs .index1-img .index1-sub3[data-v-3a0a53e9] {
    position: absolute
}

.hot-show .imgs .index1-img .index1-sub1[data-v-3a0a53e9] {
    left: -2.44792vw;
    bottom: -1.04167vw
}

.hot-show .imgs .index1-img .index1-sub2[data-v-3a0a53e9] {
    left: 8.02083vw;
    bottom: -4.21875vw;
    width: 17.08333vw
}

.hot-show .imgs .index1-img .index1-sub3[data-v-3a0a53e9] {
    left: 23.59375vw;
    bottom: -1.04167vw
}

.hot-show .imgs .index2-img1[data-v-3a0a53e9],.hot-show .imgs .index2-img2[data-v-3a0a53e9],.hot-show .imgs .index2-img3[data-v-3a0a53e9],.hot-show .imgs .index2-img4[data-v-3a0a53e9] {
    position: absolute;
    transition: transform .3s
}

.hot-show .imgs .index2-img1[data-v-3a0a53e9] {
    left: -1.14583vw;
    top: 1.04167vw;
    transform: translateX(-100%)
}

.hot-show .imgs .index2-img1 img[data-v-3a0a53e9] {
    width: 23.48958vw;
    height: 14.6875vw
}

.hot-show .imgs .index2-img2[data-v-3a0a53e9] {
    left: 20.625vw;
    top: 7.13542vw;
    transform: translateX(250%)
}

.hot-show .imgs .index2-img2 img[data-v-3a0a53e9] {
    width: 11.875vw;
    height: 8.125vw
}

.hot-show .imgs .index2-img3[data-v-3a0a53e9] {
    left: 20.3125vw;
    top: 13.4375vw;
    transform: translateX(200%)
}

.hot-show .imgs .index2-img3 img[data-v-3a0a53e9] {
    width: 16.14583vw;
    height: 10.52083vw
}

.hot-show .imgs .index2-img4[data-v-3a0a53e9] {
    left: 11.97917vw;
    top: 15.05209vw;
    transform: translateX(-250%)
}

.hot-show .imgs .index2-img4 img[data-v-3a0a53e9] {
    width: 8.85417vw;
    height: 5vw
}

.hot-show .imgs .index3-img1[data-v-3a0a53e9],.hot-show .imgs .index3-img2[data-v-3a0a53e9],.hot-show .imgs .index3-img3[data-v-3a0a53e9],.hot-show .imgs .index3-img4[data-v-3a0a53e9],.hot-show .imgs .index3-img5[data-v-3a0a53e9],.hot-show .imgs .index3-img6[data-v-3a0a53e9],.hot-show .imgs .index3-img7[data-v-3a0a53e9] {
    position: absolute;
    transition: transform .3s
}

.hot-show .imgs .index3-img1[data-v-3a0a53e9] {
    left: -1.14583vw;
    top: 1.45834vw;
    transform: scale(0)
}

.hot-show .imgs .index3-img1 img[data-v-3a0a53e9] {
    width: 23.48958vw;
    height: 14.6875vw
}

.hot-show .imgs .index3-img2[data-v-3a0a53e9],.hot-show .imgs .index3-img3[data-v-3a0a53e9],.hot-show .imgs .index3-img4[data-v-3a0a53e9],.hot-show .imgs .index3-img5[data-v-3a0a53e9] {
    left: 19.53125vw;
    z-index: 3
}

.hot-show .imgs .index3-img2 img[data-v-3a0a53e9],.hot-show .imgs .index3-img3 img[data-v-3a0a53e9],.hot-show .imgs .index3-img4 img[data-v-3a0a53e9],.hot-show .imgs .index3-img5 img[data-v-3a0a53e9] {
    width: 10.26042vw;
    height: 4.42708vw
}

.hot-show .imgs .index3-img2[data-v-3a0a53e9] {
    top: 1.45834vw;
    transform: translateY(650%)
}

.hot-show .imgs .index3-img3[data-v-3a0a53e9] {
    top: 6.40625vw;
    transform: translateY(550%)
}

.hot-show .imgs .index3-img4[data-v-3a0a53e9] {
    top: 11.35416vw;
    transform: translateY(450%)
}

.hot-show .imgs .index3-img5[data-v-3a0a53e9] {
    top: 16.30207vw;
    transform: translateY(350%)
}

.hot-show .imgs .index3-img6[data-v-3a0a53e9] {
    z-index: 2;
    left: 6.14584vw;
    top: 14.27084vw;
    transform: scale(0)
}

.hot-show .imgs .index3-img6 img[data-v-3a0a53e9] {
    width: 15.36458vw;
    height: 8.54167vw
}

.hot-show .imgs .index3-img7[data-v-3a0a53e9] {
    left: 27.34375vw;
    top: 21.14584vw;
    transform: translateY(10.41667vw)
}

.hot-show .imgs .index3-img7 img[data-v-3a0a53e9] {
    width: 2.29167vw;
    height: .15625vw
}

.hot-show .imgs .index4-img1[data-v-3a0a53e9],.hot-show .imgs .index4-img2[data-v-3a0a53e9],.hot-show .imgs .index4-img3[data-v-3a0a53e9] {
    position: absolute;
    transition: transform .3s
}

.hot-show .imgs .index4-img1[data-v-3a0a53e9] {
    left: -1.14583vw;
    top: 1.45834vw;
    transform: translateY(200%)
}

.hot-show .imgs .index4-img1 img[data-v-3a0a53e9] {
    width: 23.48958vw;
    height: 14.6875vw
}

.hot-show .imgs .index4-img2[data-v-3a0a53e9] {
    left: 20.72917vw;
    top: 7.86459vw;
    transform: translateY(200%)
}

.hot-show .imgs .index4-img2 img[data-v-3a0a53e9] {
    width: 21.40625vw;
    height: 13.48958vw
}

.hot-show .imgs .index4-img3[data-v-3a0a53e9] {
    left: 7.08334vw;
    top: 14.27084vw;
    transform: translateY(200%)
}

.hot-show .imgs .index4-img3 img[data-v-3a0a53e9] {
    width: 15.36458vw;
    height: 10.10417vw
}

.hot-show .imgs .index5-img1[data-v-3a0a53e9] {
    position: absolute;
    transform: translateY(200%);
    transition: transform .3s
}

.hot-show .imgs.active .img1 img[data-v-3a0a53e9],.hot-show .imgs.active .img2 img[data-v-3a0a53e9],.hot-show .imgs.active .img3 img[data-v-3a0a53e9],.hot-show .imgs.active .img4 img[data-v-3a0a53e9] {
    transform: scale(1)
}

.hot-show .imgs.active .img1 img[data-v-3a0a53e9] {
    transition-delay: .1s
}

.hot-show .imgs.active .img2 img[data-v-3a0a53e9] {
    transition-delay: .2s
}

.hot-show .imgs.active .img3 img[data-v-3a0a53e9] {
    transition-delay: .3s
}

.hot-show .imgs.active .img4 img[data-v-3a0a53e9] {
    transition-delay: .4s
}

.hot-show .imgs.index1-active .index1-img img[data-v-3a0a53e9] {
    transform: scale(1);
    transition-delay: .1s
}

.hot-show .imgs.index1-active .index1-sub1[data-v-3a0a53e9] {
    opacity: 1;
    transition-delay: .2s
}

.hot-show .imgs.index1-active .index1-sub2[data-v-3a0a53e9] {
    opacity: 1;
    transition-delay: .3s
}

.hot-show .imgs.index1-active .index1-sub3[data-v-3a0a53e9] {
    opacity: 1;
    transition-delay: .4s
}

.hot-show .imgs.index2-active .index2-img1[data-v-3a0a53e9],.hot-show .imgs.index2-active .index2-img2[data-v-3a0a53e9],.hot-show .imgs.index2-active .index2-img3[data-v-3a0a53e9],.hot-show .imgs.index2-active .index2-img4[data-v-3a0a53e9] {
    transform: translateX(0)
}

.hot-show .imgs.index2-active .index2-img1[data-v-3a0a53e9] {
    transition-delay: .2s
}

.hot-show .imgs.index2-active .index2-img2[data-v-3a0a53e9] {
    transition-delay: .3s
}

.hot-show .imgs.index2-active .index2-img3[data-v-3a0a53e9] {
    transition-delay: .4s
}

.hot-show .imgs.index2-active .index2-img4[data-v-3a0a53e9] {
    transition-delay: .5s
}

.hot-show .imgs.index3-active .index3-img1[data-v-3a0a53e9],.hot-show .imgs.index3-active .index3-img6[data-v-3a0a53e9] {
    transform: scale(1)
}

.hot-show .imgs.index3-active .index3-img2[data-v-3a0a53e9],.hot-show .imgs.index3-active .index3-img3[data-v-3a0a53e9],.hot-show .imgs.index3-active .index3-img4[data-v-3a0a53e9],.hot-show .imgs.index3-active .index3-img5[data-v-3a0a53e9],.hot-show .imgs.index3-active .index3-img7[data-v-3a0a53e9] {
    transform: translateY(0)
}

.hot-show .imgs.index3-active .index3-img2[data-v-3a0a53e9] {
    transition-delay: .3s
}

.hot-show .imgs.index3-active .index3-img3[data-v-3a0a53e9] {
    transition-delay: .45s
}

.hot-show .imgs.index3-active .index3-img4[data-v-3a0a53e9] {
    transition-delay: .6s
}

.hot-show .imgs.index3-active .index3-img5[data-v-3a0a53e9] {
    transition-delay: .75s
}

.hot-show .imgs.index3-active .index3-img7[data-v-3a0a53e9] {
    transition-delay: .9s
}

.hot-show .imgs.index4-active .index4-img1[data-v-3a0a53e9],.hot-show .imgs.index4-active .index4-img2[data-v-3a0a53e9],.hot-show .imgs.index4-active .index4-img3[data-v-3a0a53e9] {
    transform: translateY(0)
}

.hot-show .imgs.index4-active .index4-img1[data-v-3a0a53e9] {
    transition-delay: .2s
}

.hot-show .imgs.index4-active .index4-img2[data-v-3a0a53e9] {
    transition-delay: .3s
}

.hot-show .imgs.index4-active .index4-img3[data-v-3a0a53e9] {
    transition-delay: .4s
}

.hot-show .imgs.index5-active .index5-img1[data-v-3a0a53e9] {
    transform: translateY(0)
}

.hot-show.partner .imgs img[data-v-3a0a53e9] {
    width: 100%;
    height: 100%
}

.hot-show.partner .imgs .img1[data-v-3a0a53e9] {
    width: 34.63542vw;
    height: 23.90625vw;
    top: 1.09375vw;
    left: -.9375vw
}

.hot-show.partner .imgs .index1-img[data-v-3a0a53e9] {
    width: 37.03125vw;
    height: 23.07292vw;
    top: 1.09375vw;
    left: -.9375vw;
    margin: 0
}

.hot-show.partner .imgs .index2-img1[data-v-3a0a53e9] {
    width: 28.95833vw;
    height: 17.23958vw;
    top: 1.09375vw;
    left: 1.09375vw;
    z-index: 3
}

.hot-show.partner .imgs .index3-img1[data-v-3a0a53e9] {
    width: 29.47917vw;
    height: 24.21875vw;
    top: 1.09375vw;
    left: 1.66666vw
}

.hot-show.partner .imgs .index4-img1[data-v-3a0a53e9] {
    width: 26.92708vw;
    height: 23.54167vw;
    top: 1.61459vw;
    left: 1.09375vw
}

.hot-show.partner .imgs .index5-img1[data-v-3a0a53e9] {
    width: 24.21875vw;
    height: 20.72917vw;
    top: 1.61459vw;
    left: .05208vw
}

div[data-v-3a0a53e9],h1[data-v-3a0a53e9],h2[data-v-3a0a53e9],h3[data-v-3a0a53e9],h5[data-v-3a0a53e9],input[data-v-3a0a53e9],li[data-v-3a0a53e9],p[data-v-3a0a53e9],span[data-v-3a0a53e9],ul[data-v-3a0a53e9] {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 400;
    box-sizing: border-box
}

a[data-v-3a0a53e9]:active,a[data-v-3a0a53e9]:hover,a[data-v-3a0a53e9]:link,a[data-v-3a0a53e9]:visited {
    outline: none;
    text-decoration: none
}

.clearfix[data-v-3a0a53e9] {
    display: block;
    content: "";
    clear: both
}

.clearfix[data-v-3a0a53e9]:after,.clearfix[data-v-3a0a53e9]:before {
    box-sizing: border-box;
    display: table;
    content: " "
}

.white-bg[data-v-3a0a53e9] {
    background-color: #fff
}

.grey-bg[data-v-3a0a53e9] {
    background-color: #f3f5f7
}

.padding-top-80[data-v-3a0a53e9] {
    padding-top: 4.16667vw
}

.college-page .swiper-box-section[data-v-3a0a53e9] {
    height: 36.45833vw
}

.college-page .college-introduce-section .introduce-container[data-v-3a0a53e9] {
    padding-bottom: 8.90625vw
}

.college-page .college-introduce-section .introduce-container .introduce-show-wrap[data-v-3a0a53e9] {
    display: flex;
    margin-top: 1.14583vw
}

.college-page .college-introduce-section .introduce-container .introduce-show-wrap .people-img[data-v-3a0a53e9] {
    position: relative;
    flex: 1;
    height: 18.22917vw;
    overflow: hidden
}

.college-page .college-introduce-section .introduce-container .introduce-show-wrap .people-img .people1[data-v-3a0a53e9],.college-page .college-introduce-section .introduce-container .introduce-show-wrap .people-img .people2[data-v-3a0a53e9] {
    transition: .3s;
    transform: scale(0)
}

.college-page .college-introduce-section .introduce-container .introduce-show-wrap .people-img .people1[data-v-3a0a53e9] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

.college-page .college-introduce-section .introduce-container .introduce-show-wrap .people-img .people1 img[data-v-3a0a53e9] {
    width: 29.375vw;
    height: 18.22917vw
}

.college-page .college-introduce-section .introduce-container .introduce-show-wrap .people-img .people2[data-v-3a0a53e9] {
    position: absolute;
    right: .625vw;
    bottom: 0
}

.college-page .college-introduce-section .introduce-container .introduce-show-wrap .people-img .people2 img[data-v-3a0a53e9] {
    width: 24.58333vw;
    height: 13.4375vw
}

.college-page .college-introduce-section .introduce-container .introduce-show-wrap .people-img.active .people1[data-v-3a0a53e9],.college-page .college-introduce-section .introduce-container .introduce-show-wrap .people-img.active .people2[data-v-3a0a53e9] {
    transform: scale(1)
}

.college-page .college-introduce-section .introduce-container .introduce-show-wrap .people-img.active .people1[data-v-3a0a53e9] {
    transition-delay: .4s
}

.college-page .college-introduce-section .introduce-container .introduce-show-wrap .people-img.active .people2[data-v-3a0a53e9] {
    transition-delay: .1s
}

.college-page .college-introduce-section .introduce-container .introduce-show-wrap .content[data-v-3a0a53e9] {
    margin-left: 7.8125vw;
    padding-bottom: 1.04167vw;
    flex-basis: 26.04167vw
}

.college-page .college-introduce-section .introduce-container .introduce-show-wrap .content .college-logo img[data-v-3a0a53e9] {
    width: 9.89583vw;
    height: 2.55208vw
}

.college-page .college-introduce-section .introduce-container .introduce-show-wrap .content .college-logo.partner-logo img[data-v-3a0a53e9] {
    width: 14.63542vw;
    height: 2.5vw
}

.college-page .college-introduce-section .introduce-container .introduce-show-wrap .content .welcome[data-v-3a0a53e9] {
    color: #002566;
    font-size: .9375vw;
    font-weight: 400;
    margin: 1.14583vw 0 1.04167vw
}

.college-page .college-introduce-section .introduce-container .introduce-show-wrap .content .digest[data-v-3a0a53e9] {
    color: #68747f;
    font-size: .83333vw;
    line-height: 1.66667vw;
    font-weight: 300
}

.college-page .college-advantage-section .advantage-container[data-v-3a0a53e9] {
    padding-bottom: 4.6875vw
}

.college-page .college-advantage-section .advantage-container .advantage-show-wrap[data-v-3a0a53e9] {
    margin-top: 2.70833vw
}

.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul[data-v-3a0a53e9] {
    display: flex;
    justify-content: space-between
}

.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li[data-v-3a0a53e9] {
    width: 17.70833vw;
    height: 23.95833vw;
    color: #fff;
    background-position: 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer
}

.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box[data-v-3a0a53e9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    padding-top: 5.9375vw;
    overflow: hidden
}

.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .icon[data-v-3a0a53e9] {
    width: 5.20833vw;
    height: 5.20833vw
}

.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .name[data-v-3a0a53e9] {
    font-weight: 400;
    font-size: 1.45833vw;
    margin-top: 1.25vw
}

.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .line[data-v-3a0a53e9] {
    width: 7.29167vw;
    height: .10417vw;
    background-color: #fff;
    margin: .67708vw 0 .625vw
}

.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .digest[data-v-3a0a53e9] {
    font-size: .9375vw;
    font-weight: 400;
    margin-bottom: .52083vw
}

.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .digest[data-v-3a0a53e9]:last-child {
    margin-bottom: 0
}

.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .digest[data-v-3a0a53e9],.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .line[data-v-3a0a53e9] {
    transform: translate3d(0,9.47917vw,0)
}

.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .digest[data-v-3a0a53e9],.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .icon[data-v-3a0a53e9],.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .line[data-v-3a0a53e9],.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .name[data-v-3a0a53e9] {
    transition: .3s
}

.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box[data-v-3a0a53e9]:hover {
    background-color: rgba(2,53,154,.59)
}

.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box:hover .digest[data-v-3a0a53e9],.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box:hover .icon[data-v-3a0a53e9],.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box:hover .line[data-v-3a0a53e9],.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box:hover .name[data-v-3a0a53e9] {
    transform: translate3d(0,-2.65625vw,0)
}

.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box:hover .line[data-v-3a0a53e9] {
    transition-delay: .1s
}

.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box:hover .digest.digest1[data-v-3a0a53e9] {
    transition-delay: .15s
}

.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box:hover .digest.digest2[data-v-3a0a53e9] {
    transition-delay: .2s
}

.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box:hover .digest.digest3[data-v-3a0a53e9] {
    transition-delay: .25s
}

.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box:hover .digest.digest4[data-v-3a0a53e9] {
    transition-delay: .3s
}

.college-page .college-hot-section .hot-container .hot-wrap[data-v-3a0a53e9] {
    margin-top: 2.60417vw;
    display: flex
}

.college-page .college-hot-section .hot-container .hot-wrap .hot-list ul li[data-v-3a0a53e9] {
    padding-left: 7.60417vw;
    padding-right: 4.63542vw;
    color: #364860;
    font-size: 1.14583vw;
    font-weight: 400;
    height: 3.125vw;
    line-height: 3.125vw;
    white-space: nowrap
}

.college-page .college-hot-section .hot-container .hot-wrap .hot-list ul li.active[data-v-3a0a53e9] {
    color: #0041be
}

.college-page .college-hot-section .hot-container .hot-wrap .hot-list-responsive[data-v-3a0a53e9] {
    display: none
}

.college-page .college-hot-section .hot-container .hot-wrap .line[data-v-3a0a53e9] {
    width: .20833vw;
    background-color: rgba(148,163,181,.06)
}

.college-page .college-hot-section .hot-container .hot-wrap .line .dot[data-v-3a0a53e9] {
    width: 100%;
    height: 3.125vw;
    background-color: #0041be;
    transition: .2s
}

.college-page .college-hot-section .hot-container .hot-wrap .hot-show[data-v-3a0a53e9] {
    padding-left: 5.20833vw;
    height: 31.25vw;
    width: 50.625vw
}

.college-page .college-hot-section .hot-container .hot-wrap .hot-show .title[data-v-3a0a53e9] {
    color: #364860;
    font-size: .9375vw;
    font-weight: 400
}

.college-page .college-study-together-section .study-together-container[data-v-3a0a53e9] {
    padding-bottom: 3.64583vw
}

.college-page .college-study-together-section .study-together-container .study-together-show-wrap[data-v-3a0a53e9] {
    margin-top: 3.64583vw
}

.college-page .college-study-together-section .study-together-container .study-together-show-wrap ul[data-v-3a0a53e9] {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding-bottom: 1.5625vw
}

.college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li[data-v-3a0a53e9] {
    text-align: center;
    font-weight: 400;
    font-size: .9375vw;
    flex: 1;
    transform: translateY(17.70833vw);
    opacity: 0;
    transition: .3s
}

.college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li .title[data-v-3a0a53e9] {
    color: #002368;
    font-size: 1.45833vw;
    font-weight: 400
}

.college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li .digest[data-v-3a0a53e9] {
    color: #364860;
    margin: .67708vw 0 1.61458vw
}

.college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li .qrcode[data-v-3a0a53e9] {
    width: 8.85417vw;
    margin: 0 auto;
    transition: .3s
}

.college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li .qrcode .icon[data-v-3a0a53e9] {
    width: 8.85417vw;
    height: 8.85417vw
}

.college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li .qrcode .icon img[data-v-3a0a53e9] {
    width: 100%;
    height: 100%
}

.college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li .qrcode .icon-sub[data-v-3a0a53e9] {
    width: 8.85417vw;
    margin: 0 auto;
    color: #fff;
    height: 2.08333vw;
    line-height: 2.08333vw;
    background-color: #007dff;
    border-radius: 0 0 .52083vw .52083vw
}

.college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li .qrcode[data-v-3a0a53e9]:hover {
    transform: scale(1.1)
}

.college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li .qrcode:hover .icon[data-v-3a0a53e9] {
    box-shadow: 0 .10417vw .41667vw .41667vw rgba(0,0,0,.05)
}

.college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li.partner .digest[data-v-3a0a53e9] {
    margin: .67708vw 0 .46875vw;
    min-height: 2.55208vw
}

.college-page .college-study-together-section .study-together-container .study-together-show-wrap.active ul li[data-v-3a0a53e9] {
    transform: translateY(0);
    opacity: 1
}

.college-page .college-study-together-section .study-together-container .study-together-show-wrap.active ul li[data-v-3a0a53e9]:first-child {
    transition-delay: .2s
}

.college-page .college-study-together-section .study-together-container .study-together-show-wrap.active ul li[data-v-3a0a53e9]:nth-child(2) {
    transition-delay: .35s
}

.college-page .college-study-together-section .study-together-container .study-together-show-wrap.active ul li[data-v-3a0a53e9]:nth-child(3) {
    transition-delay: .5s
}

.college-page .college-cooperation-section[data-v-3a0a53e9] {
    background-color: #002368;
    opacity: 0;
    transition: opacity .3s
}

.college-page .college-cooperation-section .cooperation-container[data-v-3a0a53e9] {
    padding-bottom: 3.64583vw;
    overflow: hidden;
    color: #fff
}

.college-page .college-cooperation-section .cooperation-container .title[data-v-3a0a53e9] {
    color: #fff
}

.college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap[data-v-3a0a53e9] {
    margin-top: 1.77083vw;
    border-bottom: 1px solid #02359a;
    padding-bottom: 3.02083vw
}

.college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box[data-v-3a0a53e9] {
    display: flex;
    justify-content: space-between;
    padding: 0 22.55208vw
}

.college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box li[data-v-3a0a53e9] {
    display: flex;
    flex-direction: column;
    align-items: center
}

.college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box li .icon[data-v-3a0a53e9] {
    width: 5.83333vw;
    height: 5.83333vw
}

.college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box li .icon img[data-v-3a0a53e9] {
    width: 100%;
    height: 100%
}

.college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box li .title[data-v-3a0a53e9] {
    font-size: 1.45833vw;
    font-weight: 400;
    margin: .67708vw 0
}

.college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box li .types-box[data-v-3a0a53e9] {
    display: flex;
    height: 1.04167vw
}

.college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box li .types-box li[data-v-3a0a53e9] {
    font-size: .9375vw;
    font-weight: 400
}

.college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box li .types-box li:last-child .line[data-v-3a0a53e9] {
    display: none
}

.college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box .partner-sub[data-v-3a0a53e9] {
    margin: 0 auto
}

.college-page .college-cooperation-section .cooperation-container .contact-wrap[data-v-3a0a53e9] {
    margin-top: 3.64583vw
}

.college-page .college-cooperation-section .cooperation-container .contact-wrap ul[data-v-3a0a53e9] {
    display: flex;
    padding: 0 22.55208vw;
    justify-content: space-between
}

.college-page .college-cooperation-section .cooperation-container .contact-wrap ul li[data-v-3a0a53e9] {
    flex-basis: 15.625vw;
    height: 3.17708vw;
    background: #02359a;
    border-radius: 1.61458vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .3s;
    position: relative
}

.college-page .college-cooperation-section .cooperation-container .contact-wrap ul li[data-v-3a0a53e9]:first-child {
    transform: translateX(-300%)
}

.college-page .college-cooperation-section .cooperation-container .contact-wrap ul li[data-v-3a0a53e9]:nth-child(2):hover {
    opacity: 1
}

.college-page .college-cooperation-section .cooperation-container .contact-wrap ul li:nth-child(2):hover .finance-qrcode[data-v-3a0a53e9] {
    opacity: 1;
    visibility: visible
}

.college-page .college-cooperation-section .cooperation-container .contact-wrap ul li[data-v-3a0a53e9]:nth-child(3) {
    transform: translateX(300%)
}

.college-page .college-cooperation-section .cooperation-container .contact-wrap ul li img[data-v-3a0a53e9] {
    width: 1.92708vw
}

.college-page .college-cooperation-section .cooperation-container .contact-wrap ul li span[data-v-3a0a53e9] {
    font-size: .9375vw;
    padding-left: .625vw
}

.college-page .college-cooperation-section .cooperation-container .contact-wrap ul li .finance-qrcode[data-v-3a0a53e9] {
    opacity: 0;
    position: absolute;
    bottom: 1.5625vw;
    left: 50%;
    transform: translate(-50%);
    width: 13.75vw;
    height: 13.75vw;
    border-radius: .20833vw;
    background: rgba(2,53,154,.69);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-out;
    visibility: hidden
}

.college-page .college-cooperation-section .cooperation-container .contact-wrap ul li .finance-qrcode img[data-v-3a0a53e9] {
    width: 8.85417vw;
    height: 8.85417vw
}

.college-page .college-cooperation-section.active[data-v-3a0a53e9] {
    opacity: 1
}

.college-page .college-cooperation-section.active .cooperation-container .contact-wrap ul li[data-v-3a0a53e9] {
    transition-delay: .4s
}

.college-page .college-cooperation-section.active .cooperation-container .contact-wrap ul li[data-v-3a0a53e9]:first-child,.college-page .college-cooperation-section.active .cooperation-container .contact-wrap ul li[data-v-3a0a53e9]:nth-child(3) {
    transform: translateX(0)
}

@media screen and (max-width: 767px) {
    .padding-top-80[data-v-3a0a53e9] {
        padding-top:25px
    }

    .college-page .swiper-box-section[data-v-3a0a53e9] {
        height: 180px
    }

    .college-page .college-introduce-section .introduce-container[data-v-3a0a53e9] {
        padding-bottom: 0
    }

    .college-page .college-introduce-section .introduce-container .introduce-show-wrap[data-v-3a0a53e9] {
        display: flex;
        margin-top: 22px;
        flex-direction: column
    }

    .college-page .college-introduce-section .introduce-container .introduce-show-wrap .people-img[data-v-3a0a53e9] {
        margin-right: 0;
        position: relative;
        flex: auto;
        height: 217px
    }

    .college-page .college-introduce-section .introduce-container .introduce-show-wrap .people-img .people1[data-v-3a0a53e9] {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2
    }

    .college-page .college-introduce-section .introduce-container .introduce-show-wrap .people-img .people1 img[data-v-3a0a53e9] {
        width: 330px;
        height: 183px
    }

    .college-page .college-introduce-section .introduce-container .introduce-show-wrap .people-img .people2[data-v-3a0a53e9] {
        position: absolute;
        right: 12px;
        top: 31px
    }

    .college-page .college-introduce-section .introduce-container .introduce-show-wrap .people-img .people2 img[data-v-3a0a53e9] {
        width: 272px;
        height: 157px
    }

    .college-page .college-introduce-section .introduce-container .introduce-show-wrap .content[data-v-3a0a53e9] {
        padding: 0 12px 20px;
        flex: 1
    }

    .college-page .college-introduce-section .introduce-container .introduce-show-wrap .content .college-logo img[data-v-3a0a53e9] {
        width: 121px;
        height: 29px
    }

    .college-page .college-introduce-section .introduce-container .introduce-show-wrap .content .college-logo.partner-logo img[data-v-3a0a53e9] {
        width: 171px;
        height: 29px
    }

    .college-page .college-introduce-section .introduce-container .introduce-show-wrap .content .welcome[data-v-3a0a53e9] {
        font-size: 16px;
        margin: 12px 0 10px
    }

    .college-page .college-introduce-section .introduce-container .introduce-show-wrap .content .digest[data-v-3a0a53e9] {
        font-size: 14px;
        line-height: 26px
    }

    .college-page .college-advantage-section .advantage-container[data-v-3a0a53e9] {
        padding-bottom: 30px
    }

    .college-page .college-advantage-section .advantage-container .advantage-show-wrap[data-v-3a0a53e9] {
        margin-top: 22px;
        padding: 0 12px
    }

    .college-page .college-advantage-section .advantage-container .advantage-show-wrap ul[data-v-3a0a53e9] {
        display: flex;
        flex-wrap: wrap
    }

    .college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li[data-v-3a0a53e9] {
        width: 49%;
        height: 250px;
        margin-bottom: 8px
    }

    .college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box[data-v-3a0a53e9] {
        padding-top: 30px
    }

    .college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .icon[data-v-3a0a53e9] {
        width: 60px;
        height: 60px
    }

    .college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .name[data-v-3a0a53e9] {
        font-size: 16px;
        margin-top: 12px
    }

    .college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .line[data-v-3a0a53e9] {
        width: 120px;
        height: 1px;
        margin: 13px 0 12px
    }

    .college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .digest[data-v-3a0a53e9] {
        font-size: 14px;
        line-height: 18px
    }

    .college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .digest[data-v-3a0a53e9]:last-child {
        margin-bottom: 0
    }

    .college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .digest[data-v-3a0a53e9],.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .line[data-v-3a0a53e9] {
        transform: translateZ(0)
    }

    .college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box[data-v-3a0a53e9]:hover {
        background-color: rgba(2,53,154,.59)
    }

    .college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box:hover .digest[data-v-3a0a53e9],.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box:hover .icon[data-v-3a0a53e9],.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box:hover .line[data-v-3a0a53e9],.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box:hover .name[data-v-3a0a53e9] {
        transform: translateZ(0)
    }

    .college-page .college-hot-section .hot-container .hot-wrap[data-v-3a0a53e9] {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        padding: 0 12px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-list[data-v-3a0a53e9] {
        display: none
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-list ul[data-v-3a0a53e9] {
        display: flex;
        flex-wrap: wrap
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-list ul li[data-v-3a0a53e9] {
        padding: 0;
        margin-right: 10px;
        font-size: 16px;
        height: 30px;
        line-height: 30px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-list-responsive[data-v-3a0a53e9] {
        display: block;
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        padding-bottom: 12px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-list-responsive ul[data-v-3a0a53e9] {
        display: flex;
        justify-content: space-between
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-list-responsive ul li[data-v-3a0a53e9] {
        width: 30%;
        margin-right: 12px;
        height: 40px;
        font-size: 16px;
        text-align: center;
        line-height: 40px;
        list-style: none;
        border: 1px solid #eee;
        color: #364860
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-list-responsive ul li.active[data-v-3a0a53e9] {
        color: #0041be
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-list-responsive ul li[data-v-3a0a53e9]:last-child {
        margin-right: 0
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-list-responsive[data-v-3a0a53e9]::-webkit-scrollbar {
        height: 3px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-list-responsive[data-v-3a0a53e9]::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background: rgba(0,0,0,.05)
    }

    .college-page .college-hot-section .hot-container .hot-wrap .line[data-v-3a0a53e9] {
        display: none
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show[data-v-3a0a53e9] {
        padding-left: 0;
        width: 100%;
        margin-top: 16px;
        height: 128vw
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .title[data-v-3a0a53e9] {
        font-size: 14px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs[data-v-3a0a53e9] {
        position: static;
        width: 100%;
        display: flex;
        flex-direction: column
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .img1[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .img2[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .img3[data-v-3a0a53e9] {
        position: static;
        margin-top: -28px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .img1[data-v-3a0a53e9] {
        margin-top: 0
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs img[data-v-3a0a53e9] {
        width: 100%;
        height: auto
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .img4[data-v-3a0a53e9] {
        display: none
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs.active .img1 img[data-v-3a0a53e9] {
        transition-delay: .2s
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs.active .img2 img[data-v-3a0a53e9] {
        transition-delay: .3s
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs.active .img3 img[data-v-3a0a53e9] {
        transition-delay: .4s
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs.active .img1 img[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs.active .img2 img[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs.active .img3 img[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs.active .img4 img[data-v-3a0a53e9] {
        transform: scale(1)
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index1-img[data-v-3a0a53e9] {
        margin-left: 0;
        margin-top: 14px;
        width: 100%;
        height: 220px;
        display: inline-block;
        position: static
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index1-img img[data-v-3a0a53e9] {
        width: 100%;
        height: 100%
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index1-img div[data-v-3a0a53e9] {
        height: 39px;
        background: #d8ecff;
        box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
        border-radius: 20px;
        padding: 0 20px;
        color: #364860;
        font-size: 14px;
        font-weight: 400;
        display: flex;
        align-items: center;
        margin-top: 12px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index1-img .index1-sub3[data-v-3a0a53e9] {
        padding-bottom: 10px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index1-img .index1-sub1[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index1-img .index1-sub2[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index1-img .index1-sub3[data-v-3a0a53e9] {
        position: static
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index1-img .index1-sub1[data-v-3a0a53e9] {
        left: -47px;
        bottom: -20px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index1-img .index1-sub2[data-v-3a0a53e9] {
        left: 154px;
        bottom: -81px;
        width: 328px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index1-img .index1-sub3[data-v-3a0a53e9] {
        left: 453px;
        bottom: -20px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index2-img1[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index2-img2[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index2-img3[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index2-img4[data-v-3a0a53e9] {
        position: static
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index2-img1 img[data-v-3a0a53e9] {
        width: 100%;
        height: 242px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index2-img2[data-v-3a0a53e9] {
        display: none
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index2-img3[data-v-3a0a53e9] {
        margin-top: -26px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index2-img3 img[data-v-3a0a53e9] {
        width: 100%;
        height: 232px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index2-img4[data-v-3a0a53e9] {
        display: none
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img1[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img2[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img3[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img4[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img5[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img6[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img7[data-v-3a0a53e9] {
        position: static
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img1 img[data-v-3a0a53e9] {
        width: 100%;
        height: 252px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img2[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img3[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img4[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img5[data-v-3a0a53e9] {
        display: none
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img2[data-v-3a0a53e9] {
        top: 28px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img3[data-v-3a0a53e9] {
        top: 123px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img4[data-v-3a0a53e9] {
        top: 218px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img5[data-v-3a0a53e9] {
        top: 313px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img6[data-v-3a0a53e9] {
        margin-top: -20px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img6 img[data-v-3a0a53e9] {
        width: 100%;
        height: 230px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img7[data-v-3a0a53e9] {
        display: none
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index4-img1[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index4-img2[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index4-img3[data-v-3a0a53e9] {
        position: static
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index4-img1 img[data-v-3a0a53e9] {
        width: 100%;
        height: 242px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index4-img2[data-v-3a0a53e9] {
        margin-top: -22px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index4-img2 img[data-v-3a0a53e9] {
        width: 100%;
        height: 230px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index4-img3[data-v-3a0a53e9] {
        display: none
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index5-img1[data-v-3a0a53e9] {
        position: static
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show.partner .imgs img[data-v-3a0a53e9] {
        width: 100%;
        height: 100%
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show.partner .imgs .img1[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show.partner .imgs .index1-img[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show.partner .imgs .index2-img1[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show.partner .imgs .index3-img1[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show.partner .imgs .index4-img1[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show.partner .imgs .index5-img1[data-v-3a0a53e9] {
        width: 100%;
        height: auto;
        margin-top: 71px
    }

    .college-page .college-study-together-section .study-together-container[data-v-3a0a53e9] {
        padding-bottom: 40px
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap[data-v-3a0a53e9] {
        margin-top: 5px
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap ul[data-v-3a0a53e9] {
        display: flex;
        flex-direction: column
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li[data-v-3a0a53e9] {
        margin-top: 20px
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li .title[data-v-3a0a53e9] {
        font-size: 18px
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li .digest[data-v-3a0a53e9] {
        margin: 13px 0 21px;
        font-size: 14px
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li .qrcode[data-v-3a0a53e9] {
        width: 170px
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li .qrcode .icon[data-v-3a0a53e9] {
        width: 170px;
        height: 170px
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li .qrcode .icon img[data-v-3a0a53e9] {
        width: 100%;
        height: 100%
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li .qrcode .icon-sub[data-v-3a0a53e9] {
        width: 170px;
        height: 40px;
        line-height: 40px;
        border-radius: 0 0 10px 10px;
        font-size: 14px
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li .qrcode:hover .icon[data-v-3a0a53e9] {
        box-shadow: 0 2px 8px 8px rgba(0,0,0,.05)
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li.partner .digest[data-v-3a0a53e9] {
        margin: 13px 0 9px;
        min-height: 39px
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap.active ul li[data-v-3a0a53e9] {
        transform: translateY(0);
        opacity: 1
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap.active ul li[data-v-3a0a53e9]:first-child {
        transition-delay: .2s
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap.active ul li[data-v-3a0a53e9]:nth-child(2) {
        transition-delay: .5s
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap.active ul li[data-v-3a0a53e9]:nth-child(3) {
        transition-delay: .8s
    }

    .college-page .college-cooperation-section .cooperation-container[data-v-3a0a53e9] {
        padding-bottom: 40px;
        overflow: hidden
    }

    .college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap[data-v-3a0a53e9] {
        margin-top: 18px;
        border-bottom: 1px solid #02359a;
        padding-bottom: 28px
    }

    .college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box[data-v-3a0a53e9] {
        display: flex;
        justify-content: space-between;
        padding: 0 12px
    }

    .college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box li[data-v-3a0a53e9] {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 1
    }

    .college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box li .icon[data-v-3a0a53e9] {
        width: 56px;
        height: 56px
    }

    .college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box li .icon img[data-v-3a0a53e9] {
        width: 100%;
        height: 100%
    }

    .college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box li .title[data-v-3a0a53e9] {
        font-size: 18px;
        margin: 13px 0
    }

    .college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box li .types-box[data-v-3a0a53e9] {
        display: flex;
        flex-direction: column;
        height: auto
    }

    .college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box li .types-box li[data-v-3a0a53e9] {
        font-size: 14px
    }

    .college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box li .types-box li span[data-v-3a0a53e9] {
        line-height: 1;
        padding-bottom: 10px
    }

    .college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box li .types-box li span span[data-v-3a0a53e9] {
        display: none
    }

    .college-page .college-cooperation-section .cooperation-container .contact-wrap[data-v-3a0a53e9] {
        margin-top: 12px
    }

    .college-page .college-cooperation-section .cooperation-container .contact-wrap ul[data-v-3a0a53e9] {
        display: flex;
        padding: 0 12px;
        justify-content: space-between;
        flex-direction: column
    }

    .college-page .college-cooperation-section .cooperation-container .contact-wrap ul li[data-v-3a0a53e9] {
        flex-basis: 61px;
        border-radius: 31px;
        display: flex;
        align-items: center;
        padding-left: 39px;
        margin-top: 18px;
        justify-content: flex-start
    }

    .college-page .college-cooperation-section .cooperation-container .contact-wrap ul li[data-v-3a0a53e9]:first-child,.college-page .college-cooperation-section .cooperation-container .contact-wrap ul li[data-v-3a0a53e9]:nth-child(2),.college-page .college-cooperation-section .cooperation-container .contact-wrap ul li[data-v-3a0a53e9]:nth-child(3) {
        transform: translateY(600px)
    }

    .college-page .college-cooperation-section .cooperation-container .contact-wrap ul li img[data-v-3a0a53e9] {
        width: 20px
    }

    .college-page .college-cooperation-section .cooperation-container .contact-wrap ul li span[data-v-3a0a53e9] {
        font-size: 16px;
        padding-left: 12px
    }

    .college-page .college-cooperation-section .cooperation-container .contact-wrap ul li .finance-qrcode[data-v-3a0a53e9] {
        bottom: 30px;
        width: 264px;
        height: 264px;
        border-radius: 4px
    }

    .college-page .college-cooperation-section .cooperation-container .contact-wrap ul li .finance-qrcode img[data-v-3a0a53e9] {
        width: 170px;
        height: 170px
    }

    .college-page .college-cooperation-section.active .cooperation-container .contact-wrap ul li[data-v-3a0a53e9]:first-child {
        transform: translateY(0);
        transition-delay: .2s
    }

    .college-page .college-cooperation-section.active .cooperation-container .contact-wrap ul li[data-v-3a0a53e9]:nth-child(2) {
        transform: translateY(0);
        transition-delay: .4s
    }

    .college-page .college-cooperation-section.active .cooperation-container .contact-wrap ul li[data-v-3a0a53e9]:nth-child(3) {
        transform: translateY(0);
        transition-delay: .6s
    }
}

@media screen and (min-width: 768px)and (max-width:1024px) {
    .introduce-show-wrap .content[data-v-3a0a53e9] {
        flex-basis:45.04167vw!important
    }
}

@media screen and (min-width: 1920px) {
    .padding-top-80[data-v-3a0a53e9] {
        padding-top:80px
    }

    .college-page .swiper-box-section[data-v-3a0a53e9] {
        height: 700px
    }

    .college-page .college-introduce-section .introduce-container[data-v-3a0a53e9] {
        padding-bottom: 171px
    }

    .college-page .college-introduce-section .introduce-container .introduce-show-wrap[data-v-3a0a53e9] {
        margin-top: 22px
    }

    .college-page .college-introduce-section .introduce-container .introduce-show-wrap .people-img[data-v-3a0a53e9] {
        height: 350px
    }

    .college-page .college-introduce-section .introduce-container .introduce-show-wrap .people-img .people1 img[data-v-3a0a53e9] {
        width: 564px;
        height: 350px
    }

    .college-page .college-introduce-section .introduce-container .introduce-show-wrap .people-img .people2 img[data-v-3a0a53e9] {
        width: 472px;
        height: 258px
    }

    .college-page .college-introduce-section .introduce-container .introduce-show-wrap .content[data-v-3a0a53e9] {
        padding-bottom: 20px
    }

    .college-page .college-introduce-section .introduce-container .introduce-show-wrap .content .college-logo img[data-v-3a0a53e9] {
        width: 190px;
        height: 49px
    }

    .college-page .college-introduce-section .introduce-container .introduce-show-wrap .content .college-logo.partner-logo img[data-v-3a0a53e9] {
        width: 281px;
        height: 48px
    }

    .college-page .college-introduce-section .introduce-container .introduce-show-wrap .content .welcome[data-v-3a0a53e9] {
        font-size: 18px;
        margin: 22px 0 20px
    }

    .college-page .college-introduce-section .introduce-container .introduce-show-wrap .content .digest[data-v-3a0a53e9] {
        font-size: 16px;
        line-height: 32px
    }

    .college-page .college-advantage-section .advantage-container[data-v-3a0a53e9] {
        padding-bottom: 90px
    }

    .college-page .college-advantage-section .advantage-container .advantage-show-wrap[data-v-3a0a53e9] {
        margin-top: 52px
    }

    .college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li[data-v-3a0a53e9] {
        width: 340px;
        height: 460px
    }

    .college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box[data-v-3a0a53e9] {
        padding-top: 114px
    }

    .college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .icon[data-v-3a0a53e9] {
        width: 100px;
        height: 100px
    }

    .college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .name[data-v-3a0a53e9] {
        font-size: 28px;
        margin-top: 24px
    }

    .college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .line[data-v-3a0a53e9] {
        width: 140px;
        height: 2px;
        margin: 13px 0 12px
    }

    .college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .digest[data-v-3a0a53e9] {
        font-size: 18px;
        line-height: 25px
    }

    .college-page .college-hot-section .hot-container .hot-wrap[data-v-3a0a53e9] {
        margin-top: 50px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-list ul li[data-v-3a0a53e9] {
        padding-left: 146px;
        padding-right: 89px;
        font-size: 22px;
        height: 60px;
        line-height: 60px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .line[data-v-3a0a53e9] {
        width: 4px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .line .dot[data-v-3a0a53e9] {
        height: 60px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show[data-v-3a0a53e9] {
        padding-left: 100px;
        height: 600px;
        width: 972px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .title[data-v-3a0a53e9] {
        font-size: 18px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs img[data-v-3a0a53e9] {
        width: 334px;
        height: 161px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .img4 img[data-v-3a0a53e9] {
        width: 291px;
        height: 541px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .img1[data-v-3a0a53e9] {
        top: 33px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .img2[data-v-3a0a53e9] {
        top: 171px;
        left: 62px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .img3[data-v-3a0a53e9] {
        top: 308px;
        left: 125px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .img4[data-v-3a0a53e9] {
        left: 395px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index1-img[data-v-3a0a53e9] {
        margin-left: 72px;
        margin-top: 68px;
        width: 480px;
        height: 300px;
        display: inline-block;
        position: relative
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index1-img img[data-v-3a0a53e9] {
        width: 100%;
        height: 100%
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index1-img div[data-v-3a0a53e9] {
        height: 39px;
        background: #d8ecff;
        box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
        border-radius: 20px;
        padding: 0 20px;
        color: #364860;
        font-size: 18px;
        font-weight: 400;
        display: flex;
        align-items: center
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index1-img .index1-sub3[data-v-3a0a53e9] {
        padding-bottom: 10px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index1-img .index1-sub1[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index1-img .index1-sub2[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index1-img .index1-sub3[data-v-3a0a53e9] {
        position: absolute
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index1-img .index1-sub1[data-v-3a0a53e9] {
        left: -47px;
        bottom: -20px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index1-img .index1-sub2[data-v-3a0a53e9] {
        left: 154px;
        bottom: -81px;
        width: 328px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index1-img .index1-sub3[data-v-3a0a53e9] {
        left: 453px;
        bottom: -20px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index2-img1[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index2-img2[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index2-img3[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index2-img4[data-v-3a0a53e9] {
        position: absolute
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index2-img1[data-v-3a0a53e9] {
        left: -22px;
        top: 20px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index2-img1 img[data-v-3a0a53e9] {
        width: 451px;
        height: 282px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index2-img2[data-v-3a0a53e9] {
        left: 396px;
        top: 137px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index2-img2 img[data-v-3a0a53e9] {
        width: 228px;
        height: 156px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index2-img3[data-v-3a0a53e9] {
        left: 390px;
        top: 258px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index2-img3 img[data-v-3a0a53e9] {
        width: 310px;
        height: 202px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index2-img4[data-v-3a0a53e9] {
        left: 230px;
        top: 289px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index2-img4 img[data-v-3a0a53e9] {
        width: 170px;
        height: 96px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img1[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img2[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img3[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img4[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img5[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img6[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img7[data-v-3a0a53e9] {
        position: absolute
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img1[data-v-3a0a53e9] {
        left: -22px;
        top: 28px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img1 img[data-v-3a0a53e9] {
        width: 451px;
        height: 282px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img2[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img3[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img4[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img5[data-v-3a0a53e9] {
        left: 375px;
        z-index: 3
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img2 img[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img3 img[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img4 img[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img5 img[data-v-3a0a53e9] {
        width: 197px;
        height: 85px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img2[data-v-3a0a53e9] {
        top: 28px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img3[data-v-3a0a53e9] {
        top: 123px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img4[data-v-3a0a53e9] {
        top: 218px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img5[data-v-3a0a53e9] {
        top: 313px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img6[data-v-3a0a53e9] {
        z-index: 2;
        left: 118px;
        top: 274px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img6 img[data-v-3a0a53e9] {
        width: 295px;
        height: 164px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img7[data-v-3a0a53e9] {
        left: 525px;
        top: 406px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img7 img[data-v-3a0a53e9] {
        width: 44px;
        height: 3px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index4-img1[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index4-img2[data-v-3a0a53e9],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index4-img3[data-v-3a0a53e9] {
        position: absolute
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index4-img1[data-v-3a0a53e9] {
        left: -22px;
        top: 28px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index4-img1 img[data-v-3a0a53e9] {
        width: 451px;
        height: 282px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index4-img2[data-v-3a0a53e9] {
        left: 398px;
        top: 151px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index4-img2 img[data-v-3a0a53e9] {
        width: 411px;
        height: 259px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index4-img3[data-v-3a0a53e9] {
        left: 136px;
        top: 274px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index4-img3 img[data-v-3a0a53e9] {
        width: 295px;
        height: 194px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index5-img1[data-v-3a0a53e9] {
        position: absolute;
        transform: translateY(200%);
        transition: transform .3s
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show.partner .imgs img[data-v-3a0a53e9] {
        width: 100%;
        height: 100%
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show.partner .imgs .img1[data-v-3a0a53e9] {
        width: 665px;
        height: 459px;
        top: 21px;
        left: -18px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show.partner .imgs .index1-img[data-v-3a0a53e9] {
        width: 711px;
        height: 443px;
        top: 21px;
        left: -18px;
        margin: 0
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show.partner .imgs .index2-img1[data-v-3a0a53e9] {
        width: 400px;
        height: 331px;
        top: 21px;
        left: 21px;
        z-index: 3
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show.partner .imgs .index3-img1[data-v-3a0a53e9] {
        width: 566px;
        height: 465px;
        top: 21px;
        left: 32px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show.partner .imgs .index4-img1[data-v-3a0a53e9] {
        width: 517px;
        height: 452px;
        top: 31px;
        left: 21px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show.partner .imgs .index5-img1[data-v-3a0a53e9] {
        width: 465px;
        height: 398px;
        top: 31px;
        left: 1px
    }

    .college-page .college-study-together-section .study-together-container[data-v-3a0a53e9] {
        padding-bottom: 100px
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap[data-v-3a0a53e9] {
        margin-top: 70px
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li[data-v-3a0a53e9] {
        font-size: 18px
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li .title[data-v-3a0a53e9] {
        font-size: 28px
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li .digest[data-v-3a0a53e9] {
        margin: 13px 0 31px
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li .qrcode[data-v-3a0a53e9] {
        width: 170px
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li .qrcode .icon[data-v-3a0a53e9] {
        width: 170px;
        height: 170px
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li .qrcode .icon-sub[data-v-3a0a53e9] {
        width: 170px;
        height: 40px;
        line-height: 40px;
        border-radius: 0 0 10px 10px
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li.partner .digest[data-v-3a0a53e9] {
        margin: 13px 0 9px;
        min-height: 49px
    }

    .college-page .college-cooperation-section .cooperation-container[data-v-3a0a53e9] {
        padding-bottom: 70px
    }

    .college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap[data-v-3a0a53e9] {
        margin-top: 34px;
        border-bottom: 1px solid #02359a;
        padding-bottom: 58px
    }

    .college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box[data-v-3a0a53e9] {
        padding: 0 433px
    }

    .college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box li .icon[data-v-3a0a53e9] {
        width: 112px;
        height: 112px
    }

    .college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box li .title[data-v-3a0a53e9] {
        font-size: 28px;
        margin: 13px 0
    }

    .college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box li .types-box li[data-v-3a0a53e9] {
        font-size: 18px
    }

    .college-page .college-cooperation-section .cooperation-container .contact-wrap[data-v-3a0a53e9] {
        margin-top: 70px
    }

    .college-page .college-cooperation-section .cooperation-container .contact-wrap ul[data-v-3a0a53e9] {
        padding: 0 433px
    }

    .college-page .college-cooperation-section .cooperation-container .contact-wrap ul li[data-v-3a0a53e9] {
        flex-basis: 300px;
        height: 61px;
        border-radius: 31px;
        padding-left: 39px
    }

    .college-page .college-cooperation-section .cooperation-container .contact-wrap ul li img[data-v-3a0a53e9] {
        width: 37px
    }

    .college-page .college-cooperation-section .cooperation-container .contact-wrap ul li span[data-v-3a0a53e9] {
        font-size: 18px;
        padding-left: 12px
    }

    .college-page .college-cooperation-section .cooperation-container .contact-wrap ul li .finance-qrcode[data-v-3a0a53e9] {
        bottom: 30px;
        width: 264px;
        height: 264px;
        border-radius: 4px
    }

    .college-page .college-cooperation-section .cooperation-container .contact-wrap ul li .finance-qrcode img[data-v-3a0a53e9] {
        width: 170px;
        height: 170px
    }
}

.base-hover[data-v-187912b1] {
    cursor: pointer
}

.base-hover[data-v-187912b1]:hover {
    opacity: .8
}

input[data-v-187912b1]:-webkit-autofill {
    box-shadow: inset 0 0 0 52.08333vw #fff
}

@-webkit-keyframes shakeX-data-v-187912b1 {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

@keyframes shakeX-data-v-187912b1 {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

.hot-show .imgs[data-v-187912b1] {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.hot-show .imgs img[data-v-187912b1] {
    width: 17.39583vw
}

.hot-show .imgs .img4 img[data-v-187912b1] {
    width: 15.15625vw;
    height: 28.17708vw
}

.hot-show .imgs .img1[data-v-187912b1],.hot-show .imgs .img2[data-v-187912b1],.hot-show .imgs .img3[data-v-187912b1],.hot-show .imgs .img4[data-v-187912b1] {
    position: absolute
}

.hot-show .imgs .img1 img[data-v-187912b1],.hot-show .imgs .img2 img[data-v-187912b1],.hot-show .imgs .img3 img[data-v-187912b1],.hot-show .imgs .img4 img[data-v-187912b1] {
    transform: scale(0);
    transition: .3s
}

.hot-show .imgs .img1[data-v-187912b1] {
    top: 2.03125vw;
    left: .52083vw
}

.hot-show .imgs .img2[data-v-187912b1] {
    top: 9.11459vw;
    left: 5vw
}

.hot-show .imgs .img3[data-v-187912b1] {
    top: 16.19792vw;
    left: 9.375vw;
    z-index: 3
}

.hot-show .imgs .img4[data-v-187912b1] {
    left: 22.44792vw;
    top: 0
}

.hot-show .imgs .index1-img[data-v-187912b1] {
    margin-left: 3.75vw;
    margin-top: 3.54167vw;
    width: 25vw;
    height: 15.625vw;
    display: inline-block;
    position: relative
}

.hot-show .imgs .index1-img img[data-v-187912b1] {
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: transform .3s
}

.hot-show .imgs .index1-img div[data-v-187912b1] {
    height: 2.03125vw;
    background: #d8ecff;
    box-shadow: 0 .10417vw .52083vw 0 rgba(0,0,0,.1);
    border-radius: 1.04167vw;
    padding: 0 1.04167vw;
    color: #364860;
    font-size: .9375vw;
    font-weight: 400;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: opacity .3s
}

.hot-show .imgs .index1-img .index1-sub3[data-v-187912b1] {
    padding-bottom: .52083vw
}

.hot-show .imgs .index1-img .index1-sub1[data-v-187912b1],.hot-show .imgs .index1-img .index1-sub2[data-v-187912b1],.hot-show .imgs .index1-img .index1-sub3[data-v-187912b1] {
    position: absolute
}

.hot-show .imgs .index1-img .index1-sub1[data-v-187912b1] {
    left: -2.44792vw;
    bottom: -1.04167vw
}

.hot-show .imgs .index1-img .index1-sub2[data-v-187912b1] {
    left: 8.02083vw;
    bottom: -4.21875vw;
    width: 17.08333vw
}

.hot-show .imgs .index1-img .index1-sub3[data-v-187912b1] {
    left: 23.59375vw;
    bottom: -1.04167vw
}

.hot-show .imgs .index2-img1[data-v-187912b1],.hot-show .imgs .index2-img2[data-v-187912b1],.hot-show .imgs .index2-img3[data-v-187912b1],.hot-show .imgs .index2-img4[data-v-187912b1] {
    position: absolute;
    transition: transform .3s
}

.hot-show .imgs .index2-img1[data-v-187912b1] {
    left: -1.14583vw;
    top: 1.04167vw;
    transform: translateX(-100%)
}

.hot-show .imgs .index2-img1 img[data-v-187912b1] {
    width: 23.48958vw;
    height: 14.6875vw
}

.hot-show .imgs .index2-img2[data-v-187912b1] {
    left: 20.625vw;
    top: 7.13542vw;
    transform: translateX(250%)
}

.hot-show .imgs .index2-img2 img[data-v-187912b1] {
    width: 11.875vw;
    height: 8.125vw
}

.hot-show .imgs .index2-img3[data-v-187912b1] {
    left: 20.3125vw;
    top: 13.4375vw;
    transform: translateX(200%)
}

.hot-show .imgs .index2-img3 img[data-v-187912b1] {
    width: 16.14583vw;
    height: 10.52083vw
}

.hot-show .imgs .index2-img4[data-v-187912b1] {
    left: 11.97917vw;
    top: 15.05209vw;
    transform: translateX(-250%)
}

.hot-show .imgs .index2-img4 img[data-v-187912b1] {
    width: 8.85417vw;
    height: 5vw
}

.hot-show .imgs .index3-img1[data-v-187912b1],.hot-show .imgs .index3-img2[data-v-187912b1],.hot-show .imgs .index3-img3[data-v-187912b1],.hot-show .imgs .index3-img4[data-v-187912b1],.hot-show .imgs .index3-img5[data-v-187912b1],.hot-show .imgs .index3-img6[data-v-187912b1],.hot-show .imgs .index3-img7[data-v-187912b1] {
    position: absolute;
    transition: transform .3s
}

.hot-show .imgs .index3-img1[data-v-187912b1] {
    left: -1.14583vw;
    top: 1.45834vw;
    transform: scale(0)
}

.hot-show .imgs .index3-img1 img[data-v-187912b1] {
    width: 23.48958vw;
    height: 14.6875vw
}

.hot-show .imgs .index3-img2[data-v-187912b1],.hot-show .imgs .index3-img3[data-v-187912b1],.hot-show .imgs .index3-img4[data-v-187912b1],.hot-show .imgs .index3-img5[data-v-187912b1] {
    left: 19.53125vw;
    z-index: 3
}

.hot-show .imgs .index3-img2 img[data-v-187912b1],.hot-show .imgs .index3-img3 img[data-v-187912b1],.hot-show .imgs .index3-img4 img[data-v-187912b1],.hot-show .imgs .index3-img5 img[data-v-187912b1] {
    width: 10.26042vw;
    height: 4.42708vw
}

.hot-show .imgs .index3-img2[data-v-187912b1] {
    top: 1.45834vw;
    transform: translateY(650%)
}

.hot-show .imgs .index3-img3[data-v-187912b1] {
    top: 6.40625vw;
    transform: translateY(550%)
}

.hot-show .imgs .index3-img4[data-v-187912b1] {
    top: 11.35416vw;
    transform: translateY(450%)
}

.hot-show .imgs .index3-img5[data-v-187912b1] {
    top: 16.30207vw;
    transform: translateY(350%)
}

.hot-show .imgs .index3-img6[data-v-187912b1] {
    z-index: 2;
    left: 6.14584vw;
    top: 14.27084vw;
    transform: scale(0)
}

.hot-show .imgs .index3-img6 img[data-v-187912b1] {
    width: 15.36458vw;
    height: 8.54167vw
}

.hot-show .imgs .index3-img7[data-v-187912b1] {
    left: 27.34375vw;
    top: 21.14584vw;
    transform: translateY(10.41667vw)
}

.hot-show .imgs .index3-img7 img[data-v-187912b1] {
    width: 2.29167vw;
    height: .15625vw
}

.hot-show .imgs .index4-img1[data-v-187912b1],.hot-show .imgs .index4-img2[data-v-187912b1],.hot-show .imgs .index4-img3[data-v-187912b1] {
    position: absolute;
    transition: transform .3s
}

.hot-show .imgs .index4-img1[data-v-187912b1] {
    left: -1.14583vw;
    top: 1.45834vw;
    transform: translateY(200%)
}

.hot-show .imgs .index4-img1 img[data-v-187912b1] {
    width: 23.48958vw;
    height: 14.6875vw
}

.hot-show .imgs .index4-img2[data-v-187912b1] {
    left: 20.72917vw;
    top: 7.86459vw;
    transform: translateY(200%)
}

.hot-show .imgs .index4-img2 img[data-v-187912b1] {
    width: 21.40625vw;
    height: 13.48958vw
}

.hot-show .imgs .index4-img3[data-v-187912b1] {
    left: 7.08334vw;
    top: 14.27084vw;
    transform: translateY(200%)
}

.hot-show .imgs .index4-img3 img[data-v-187912b1] {
    width: 15.36458vw;
    height: 10.10417vw
}

.hot-show .imgs .index5-img1[data-v-187912b1] {
    position: absolute;
    transform: translateY(200%);
    transition: transform .3s
}

.hot-show .imgs.active .img1 img[data-v-187912b1],.hot-show .imgs.active .img2 img[data-v-187912b1],.hot-show .imgs.active .img3 img[data-v-187912b1],.hot-show .imgs.active .img4 img[data-v-187912b1] {
    transform: scale(1)
}

.hot-show .imgs.active .img1 img[data-v-187912b1] {
    transition-delay: .1s
}

.hot-show .imgs.active .img2 img[data-v-187912b1] {
    transition-delay: .2s
}

.hot-show .imgs.active .img3 img[data-v-187912b1] {
    transition-delay: .3s
}

.hot-show .imgs.active .img4 img[data-v-187912b1] {
    transition-delay: .4s
}

.hot-show .imgs.index1-active .index1-img img[data-v-187912b1] {
    transform: scale(1);
    transition-delay: .1s
}

.hot-show .imgs.index1-active .index1-sub1[data-v-187912b1] {
    opacity: 1;
    transition-delay: .2s
}

.hot-show .imgs.index1-active .index1-sub2[data-v-187912b1] {
    opacity: 1;
    transition-delay: .3s
}

.hot-show .imgs.index1-active .index1-sub3[data-v-187912b1] {
    opacity: 1;
    transition-delay: .4s
}

.hot-show .imgs.index2-active .index2-img1[data-v-187912b1],.hot-show .imgs.index2-active .index2-img2[data-v-187912b1],.hot-show .imgs.index2-active .index2-img3[data-v-187912b1],.hot-show .imgs.index2-active .index2-img4[data-v-187912b1] {
    transform: translateX(0)
}

.hot-show .imgs.index2-active .index2-img1[data-v-187912b1] {
    transition-delay: .2s
}

.hot-show .imgs.index2-active .index2-img2[data-v-187912b1] {
    transition-delay: .3s
}

.hot-show .imgs.index2-active .index2-img3[data-v-187912b1] {
    transition-delay: .4s
}

.hot-show .imgs.index2-active .index2-img4[data-v-187912b1] {
    transition-delay: .5s
}

.hot-show .imgs.index3-active .index3-img1[data-v-187912b1],.hot-show .imgs.index3-active .index3-img6[data-v-187912b1] {
    transform: scale(1)
}

.hot-show .imgs.index3-active .index3-img2[data-v-187912b1],.hot-show .imgs.index3-active .index3-img3[data-v-187912b1],.hot-show .imgs.index3-active .index3-img4[data-v-187912b1],.hot-show .imgs.index3-active .index3-img5[data-v-187912b1],.hot-show .imgs.index3-active .index3-img7[data-v-187912b1] {
    transform: translateY(0)
}

.hot-show .imgs.index3-active .index3-img2[data-v-187912b1] {
    transition-delay: .3s
}

.hot-show .imgs.index3-active .index3-img3[data-v-187912b1] {
    transition-delay: .45s
}

.hot-show .imgs.index3-active .index3-img4[data-v-187912b1] {
    transition-delay: .6s
}

.hot-show .imgs.index3-active .index3-img5[data-v-187912b1] {
    transition-delay: .75s
}

.hot-show .imgs.index3-active .index3-img7[data-v-187912b1] {
    transition-delay: .9s
}

.hot-show .imgs.index4-active .index4-img1[data-v-187912b1],.hot-show .imgs.index4-active .index4-img2[data-v-187912b1],.hot-show .imgs.index4-active .index4-img3[data-v-187912b1] {
    transform: translateY(0)
}

.hot-show .imgs.index4-active .index4-img1[data-v-187912b1] {
    transition-delay: .2s
}

.hot-show .imgs.index4-active .index4-img2[data-v-187912b1] {
    transition-delay: .3s
}

.hot-show .imgs.index4-active .index4-img3[data-v-187912b1] {
    transition-delay: .4s
}

.hot-show .imgs.index5-active .index5-img1[data-v-187912b1] {
    transform: translateY(0)
}

.hot-show.partner .imgs img[data-v-187912b1] {
    width: 100%;
    height: 100%
}

.hot-show.partner .imgs .img1[data-v-187912b1] {
    width: 34.63542vw;
    height: 23.90625vw;
    top: 1.09375vw;
    left: -.9375vw
}

.hot-show.partner .imgs .index1-img[data-v-187912b1] {
    width: 37.03125vw;
    height: 23.07292vw;
    top: 1.09375vw;
    left: -.9375vw;
    margin: 0
}

.hot-show.partner .imgs .index2-img1[data-v-187912b1] {
    width: 28.95833vw;
    height: 17.23958vw;
    top: 1.09375vw;
    left: 1.09375vw;
    z-index: 3
}

.hot-show.partner .imgs .index3-img1[data-v-187912b1] {
    width: 29.47917vw;
    height: 24.21875vw;
    top: 1.09375vw;
    left: 1.66666vw
}

.hot-show.partner .imgs .index4-img1[data-v-187912b1] {
    width: 26.92708vw;
    height: 23.54167vw;
    top: 1.61459vw;
    left: 1.09375vw
}

.hot-show.partner .imgs .index5-img1[data-v-187912b1] {
    width: 24.21875vw;
    height: 20.72917vw;
    top: 1.61459vw;
    left: .05208vw
}

div[data-v-187912b1],h1[data-v-187912b1],h2[data-v-187912b1],h3[data-v-187912b1],h5[data-v-187912b1],input[data-v-187912b1],li[data-v-187912b1],p[data-v-187912b1],span[data-v-187912b1],ul[data-v-187912b1] {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 400;
    box-sizing: border-box
}

a[data-v-187912b1]:active,a[data-v-187912b1]:hover,a[data-v-187912b1]:link,a[data-v-187912b1]:visited {
    outline: none;
    text-decoration: none
}

.clearfix[data-v-187912b1] {
    display: block;
    content: "";
    clear: both
}

.clearfix[data-v-187912b1]:after,.clearfix[data-v-187912b1]:before {
    box-sizing: border-box;
    display: table;
    content: " "
}

.white-bg[data-v-187912b1] {
    background-color: #fff
}

.grey-bg[data-v-187912b1] {
    background-color: #f3f5f7
}

.padding-top-80[data-v-187912b1] {
    padding-top: 4.16667vw
}

.college-page .swiper-box-section[data-v-187912b1] {
    height: 36.45833vw
}

.college-page .college-introduce-section .introduce-container[data-v-187912b1] {
    padding-bottom: 8.90625vw
}

.college-page .college-introduce-section .introduce-container .introduce-show-wrap[data-v-187912b1] {
    display: flex;
    margin-top: 1.14583vw
}

.college-page .college-introduce-section .introduce-container .introduce-show-wrap .people-img[data-v-187912b1] {
    position: relative;
    flex: 1;
    height: 18.22917vw;
    overflow: hidden
}

.college-page .college-introduce-section .introduce-container .introduce-show-wrap .people-img .people1[data-v-187912b1],.college-page .college-introduce-section .introduce-container .introduce-show-wrap .people-img .people2[data-v-187912b1] {
    transition: .3s;
    transform: scale(0)
}

.college-page .college-introduce-section .introduce-container .introduce-show-wrap .people-img .people1[data-v-187912b1] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

.college-page .college-introduce-section .introduce-container .introduce-show-wrap .people-img .people1 img[data-v-187912b1] {
    width: 29.375vw;
    height: 18.22917vw
}

.college-page .college-introduce-section .introduce-container .introduce-show-wrap .people-img .people2[data-v-187912b1] {
    position: absolute;
    right: .625vw;
    bottom: 0
}

.college-page .college-introduce-section .introduce-container .introduce-show-wrap .people-img .people2 img[data-v-187912b1] {
    width: 24.58333vw;
    height: 13.4375vw
}

.college-page .college-introduce-section .introduce-container .introduce-show-wrap .people-img.active .people1[data-v-187912b1],.college-page .college-introduce-section .introduce-container .introduce-show-wrap .people-img.active .people2[data-v-187912b1] {
    transform: scale(1)
}

.college-page .college-introduce-section .introduce-container .introduce-show-wrap .people-img.active .people1[data-v-187912b1] {
    transition-delay: .4s
}

.college-page .college-introduce-section .introduce-container .introduce-show-wrap .people-img.active .people2[data-v-187912b1] {
    transition-delay: .1s
}

.college-page .college-introduce-section .introduce-container .introduce-show-wrap .content[data-v-187912b1] {
    margin-left: 7.8125vw;
    padding-bottom: 1.04167vw;
    flex-basis: 26.04167vw
}

.college-page .college-introduce-section .introduce-container .introduce-show-wrap .content .college-logo img[data-v-187912b1] {
    width: 9.89583vw;
    height: 2.55208vw
}

.college-page .college-introduce-section .introduce-container .introduce-show-wrap .content .college-logo.partner-logo img[data-v-187912b1] {
    width: 14.63542vw;
    height: 2.5vw
}

.college-page .college-introduce-section .introduce-container .introduce-show-wrap .content .welcome[data-v-187912b1] {
    color: #002566;
    font-size: .9375vw;
    font-weight: 400;
    margin: 1.14583vw 0 1.04167vw
}

.college-page .college-introduce-section .introduce-container .introduce-show-wrap .content .digest[data-v-187912b1] {
    color: #68747f;
    font-size: .83333vw;
    line-height: 1.66667vw;
    font-weight: 300
}

.college-page .college-advantage-section .advantage-container[data-v-187912b1] {
    padding-bottom: 4.6875vw
}

.college-page .college-advantage-section .advantage-container .advantage-show-wrap[data-v-187912b1] {
    margin-top: 2.70833vw
}

.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul[data-v-187912b1] {
    display: flex;
    justify-content: space-between
}

.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li[data-v-187912b1] {
    width: 17.70833vw;
    height: 23.95833vw;
    color: #fff;
    background-position: 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer
}

.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box[data-v-187912b1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    padding-top: 5.9375vw;
    overflow: hidden
}

.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .icon[data-v-187912b1] {
    width: 5.20833vw;
    height: 5.20833vw
}

.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .name[data-v-187912b1] {
    font-weight: 400;
    font-size: 1.45833vw;
    margin-top: 1.25vw
}

.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .line[data-v-187912b1] {
    width: 7.29167vw;
    height: .10417vw;
    background-color: #fff;
    margin: .67708vw 0 .625vw
}

.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .digest[data-v-187912b1] {
    font-size: .9375vw;
    font-weight: 400;
    margin-bottom: .52083vw
}

.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .digest[data-v-187912b1]:last-child {
    margin-bottom: 0
}

.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .digest[data-v-187912b1],.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .line[data-v-187912b1] {
    transform: translate3d(0,9.47917vw,0)
}

.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .digest[data-v-187912b1],.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .icon[data-v-187912b1],.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .line[data-v-187912b1],.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .name[data-v-187912b1] {
    transition: .3s
}

.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box[data-v-187912b1]:hover {
    background-color: rgba(2,53,154,.59)
}

.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box:hover .digest[data-v-187912b1],.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box:hover .icon[data-v-187912b1],.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box:hover .line[data-v-187912b1],.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box:hover .name[data-v-187912b1] {
    transform: translate3d(0,-2.65625vw,0)
}

.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box:hover .line[data-v-187912b1] {
    transition-delay: .1s
}

.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box:hover .digest.digest1[data-v-187912b1] {
    transition-delay: .15s
}

.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box:hover .digest.digest2[data-v-187912b1] {
    transition-delay: .2s
}

.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box:hover .digest.digest3[data-v-187912b1] {
    transition-delay: .25s
}

.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box:hover .digest.digest4[data-v-187912b1] {
    transition-delay: .3s
}

.college-page .college-hot-section .hot-container .hot-wrap[data-v-187912b1] {
    margin-top: 2.60417vw;
    display: flex
}

.college-page .college-hot-section .hot-container .hot-wrap .hot-list ul li[data-v-187912b1] {
    padding-left: 7.60417vw;
    padding-right: 4.63542vw;
    color: #364860;
    font-size: 1.14583vw;
    font-weight: 400;
    height: 3.125vw;
    line-height: 3.125vw;
    white-space: nowrap
}

.college-page .college-hot-section .hot-container .hot-wrap .hot-list ul li.active[data-v-187912b1] {
    color: #0041be
}

.college-page .college-hot-section .hot-container .hot-wrap .hot-list-responsive[data-v-187912b1] {
    display: none
}

.college-page .college-hot-section .hot-container .hot-wrap .line[data-v-187912b1] {
    width: .20833vw;
    background-color: rgba(148,163,181,.06)
}

.college-page .college-hot-section .hot-container .hot-wrap .line .dot[data-v-187912b1] {
    width: 100%;
    height: 3.125vw;
    background-color: #0041be;
    transition: .2s
}

.college-page .college-hot-section .hot-container .hot-wrap .hot-show[data-v-187912b1] {
    padding-left: 5.20833vw;
    height: 31.25vw;
    width: 50.625vw
}

.college-page .college-hot-section .hot-container .hot-wrap .hot-show .title[data-v-187912b1] {
    color: #364860;
    font-size: .9375vw;
    font-weight: 400
}

.college-page .college-study-together-section .study-together-container[data-v-187912b1] {
    padding-bottom: 3.64583vw
}

.college-page .college-study-together-section .study-together-container .study-together-show-wrap[data-v-187912b1] {
    margin-top: 3.64583vw
}

.college-page .college-study-together-section .study-together-container .study-together-show-wrap ul[data-v-187912b1] {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding-bottom: 1.5625vw
}

.college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li[data-v-187912b1] {
    text-align: center;
    font-weight: 400;
    font-size: .9375vw;
    flex: 1;
    transform: translateY(17.70833vw);
    opacity: 0;
    transition: .3s
}

.college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li .title[data-v-187912b1] {
    color: #002368;
    font-size: 1.45833vw;
    font-weight: 400
}

.college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li .digest[data-v-187912b1] {
    color: #364860;
    margin: .67708vw 0 1.61458vw
}

.college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li .qrcode[data-v-187912b1] {
    width: 8.85417vw;
    margin: 0 auto;
    transition: .3s
}

.college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li .qrcode .icon[data-v-187912b1] {
    width: 8.85417vw;
    height: 8.85417vw
}

.college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li .qrcode .icon img[data-v-187912b1] {
    width: 100%;
    height: 100%
}

.college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li .qrcode .icon-sub[data-v-187912b1] {
    width: 8.85417vw;
    margin: 0 auto;
    color: #fff;
    height: 2.08333vw;
    line-height: 2.08333vw;
    background-color: #007dff;
    border-radius: 0 0 .52083vw .52083vw
}

.college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li .qrcode[data-v-187912b1]:hover {
    transform: scale(1.1)
}

.college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li .qrcode:hover .icon[data-v-187912b1] {
    box-shadow: 0 .10417vw .41667vw .41667vw rgba(0,0,0,.05)
}

.college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li.partner .digest[data-v-187912b1] {
    margin: .67708vw 0 .46875vw;
    min-height: 2.55208vw
}

.college-page .college-study-together-section .study-together-container .study-together-show-wrap.active ul li[data-v-187912b1] {
    transform: translateY(0);
    opacity: 1
}

.college-page .college-study-together-section .study-together-container .study-together-show-wrap.active ul li[data-v-187912b1]:first-child {
    transition-delay: .2s
}

.college-page .college-study-together-section .study-together-container .study-together-show-wrap.active ul li[data-v-187912b1]:nth-child(2) {
    transition-delay: .35s
}

.college-page .college-study-together-section .study-together-container .study-together-show-wrap.active ul li[data-v-187912b1]:nth-child(3) {
    transition-delay: .5s
}

.college-page .college-cooperation-section[data-v-187912b1] {
    background-color: #002368;
    opacity: 0;
    transition: opacity .3s
}

.college-page .college-cooperation-section .cooperation-container[data-v-187912b1] {
    padding-bottom: 3.64583vw;
    overflow: hidden;
    color: #fff
}

.college-page .college-cooperation-section .cooperation-container .title[data-v-187912b1] {
    color: #fff
}

.college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap[data-v-187912b1] {
    margin-top: 1.77083vw;
    border-bottom: 1px solid #02359a;
    padding-bottom: 3.02083vw
}

.college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box[data-v-187912b1] {
    display: flex;
    justify-content: space-between;
    padding: 0 22.55208vw
}

.college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box li[data-v-187912b1] {
    display: flex;
    flex-direction: column;
    align-items: center
}

.college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box li .icon[data-v-187912b1] {
    width: 5.83333vw;
    height: 5.83333vw
}

.college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box li .icon img[data-v-187912b1] {
    width: 100%;
    height: 100%
}

.college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box li .title[data-v-187912b1] {
    font-size: 1.45833vw;
    font-weight: 400;
    margin: .67708vw 0
}

.college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box li .types-box[data-v-187912b1] {
    display: flex;
    height: 1.04167vw
}

.college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box li .types-box li[data-v-187912b1] {
    font-size: .9375vw;
    font-weight: 400
}

.college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box li .types-box li:last-child .line[data-v-187912b1] {
    display: none
}

.college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box .partner-sub[data-v-187912b1] {
    margin: 0 auto
}

.college-page .college-cooperation-section .cooperation-container .contact-wrap[data-v-187912b1] {
    margin-top: 3.64583vw
}

.college-page .college-cooperation-section .cooperation-container .contact-wrap ul[data-v-187912b1] {
    display: flex;
    padding: 0 22.55208vw;
    justify-content: space-between
}

.college-page .college-cooperation-section .cooperation-container .contact-wrap ul li[data-v-187912b1] {
    flex-basis: 15.625vw;
    height: 3.17708vw;
    background: #02359a;
    border-radius: 1.61458vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .3s;
    position: relative
}

.college-page .college-cooperation-section .cooperation-container .contact-wrap ul li[data-v-187912b1]:first-child {
    transform: translateX(-300%)
}

.college-page .college-cooperation-section .cooperation-container .contact-wrap ul li[data-v-187912b1]:nth-child(2):hover {
    opacity: 1
}

.college-page .college-cooperation-section .cooperation-container .contact-wrap ul li:nth-child(2):hover .finance-qrcode[data-v-187912b1] {
    opacity: 1;
    visibility: visible
}

.college-page .college-cooperation-section .cooperation-container .contact-wrap ul li[data-v-187912b1]:nth-child(3) {
    transform: translateX(300%)
}

.college-page .college-cooperation-section .cooperation-container .contact-wrap ul li img[data-v-187912b1] {
    width: 1.92708vw
}

.college-page .college-cooperation-section .cooperation-container .contact-wrap ul li span[data-v-187912b1] {
    font-size: .9375vw;
    padding-left: .625vw
}

.college-page .college-cooperation-section .cooperation-container .contact-wrap ul li .finance-qrcode[data-v-187912b1] {
    opacity: 0;
    position: absolute;
    bottom: 1.5625vw;
    left: 50%;
    transform: translate(-50%);
    width: 13.75vw;
    height: 13.75vw;
    border-radius: .20833vw;
    background: rgba(2,53,154,.69);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-out;
    visibility: hidden
}

.college-page .college-cooperation-section .cooperation-container .contact-wrap ul li .finance-qrcode img[data-v-187912b1] {
    width: 8.85417vw;
    height: 8.85417vw
}

.college-page .college-cooperation-section.active[data-v-187912b1] {
    opacity: 1
}

.college-page .college-cooperation-section.active .cooperation-container .contact-wrap ul li[data-v-187912b1] {
    transition-delay: .4s
}

.college-page .college-cooperation-section.active .cooperation-container .contact-wrap ul li[data-v-187912b1]:first-child,.college-page .college-cooperation-section.active .cooperation-container .contact-wrap ul li[data-v-187912b1]:nth-child(3) {
    transform: translateX(0)
}

@media screen and (max-width: 767px) {
    .padding-top-80[data-v-187912b1] {
        padding-top:25px
    }

    .college-page .swiper-box-section[data-v-187912b1] {
        height: 180px
    }

    .college-page .college-introduce-section .introduce-container[data-v-187912b1] {
        padding-bottom: 0
    }

    .college-page .college-introduce-section .introduce-container .introduce-show-wrap[data-v-187912b1] {
        display: flex;
        margin-top: 22px;
        flex-direction: column
    }

    .college-page .college-introduce-section .introduce-container .introduce-show-wrap .people-img[data-v-187912b1] {
        margin-right: 0;
        position: relative;
        flex: auto;
        height: 217px
    }

    .college-page .college-introduce-section .introduce-container .introduce-show-wrap .people-img .people1[data-v-187912b1] {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2
    }

    .college-page .college-introduce-section .introduce-container .introduce-show-wrap .people-img .people1 img[data-v-187912b1] {
        width: 330px;
        height: 183px
    }

    .college-page .college-introduce-section .introduce-container .introduce-show-wrap .people-img .people2[data-v-187912b1] {
        position: absolute;
        right: 12px;
        top: 31px
    }

    .college-page .college-introduce-section .introduce-container .introduce-show-wrap .people-img .people2 img[data-v-187912b1] {
        width: 272px;
        height: 157px
    }

    .college-page .college-introduce-section .introduce-container .introduce-show-wrap .content[data-v-187912b1] {
        padding: 0 12px 20px;
        flex: 1
    }

    .college-page .college-introduce-section .introduce-container .introduce-show-wrap .content .college-logo img[data-v-187912b1] {
        width: 121px;
        height: 29px
    }

    .college-page .college-introduce-section .introduce-container .introduce-show-wrap .content .college-logo.partner-logo img[data-v-187912b1] {
        width: 171px;
        height: 29px
    }

    .college-page .college-introduce-section .introduce-container .introduce-show-wrap .content .welcome[data-v-187912b1] {
        font-size: 16px;
        margin: 12px 0 10px
    }

    .college-page .college-introduce-section .introduce-container .introduce-show-wrap .content .digest[data-v-187912b1] {
        font-size: 14px;
        line-height: 26px
    }

    .college-page .college-advantage-section .advantage-container[data-v-187912b1] {
        padding-bottom: 30px
    }

    .college-page .college-advantage-section .advantage-container .advantage-show-wrap[data-v-187912b1] {
        margin-top: 22px;
        padding: 0 12px
    }

    .college-page .college-advantage-section .advantage-container .advantage-show-wrap ul[data-v-187912b1] {
        display: flex;
        flex-wrap: wrap
    }

    .college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li[data-v-187912b1] {
        width: 49%;
        height: 250px;
        margin-bottom: 8px
    }

    .college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box[data-v-187912b1] {
        padding-top: 30px
    }

    .college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .icon[data-v-187912b1] {
        width: 60px;
        height: 60px
    }

    .college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .name[data-v-187912b1] {
        font-size: 16px;
        margin-top: 12px
    }

    .college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .line[data-v-187912b1] {
        width: 120px;
        height: 1px;
        margin: 13px 0 12px
    }

    .college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .digest[data-v-187912b1] {
        font-size: 14px;
        line-height: 18px
    }

    .college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .digest[data-v-187912b1]:last-child {
        margin-bottom: 0
    }

    .college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .digest[data-v-187912b1],.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .line[data-v-187912b1] {
        transform: translateZ(0)
    }

    .college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box[data-v-187912b1]:hover {
        background-color: rgba(2,53,154,.59)
    }

    .college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box:hover .digest[data-v-187912b1],.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box:hover .icon[data-v-187912b1],.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box:hover .line[data-v-187912b1],.college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box:hover .name[data-v-187912b1] {
        transform: translateZ(0)
    }

    .college-page .college-hot-section .hot-container .hot-wrap[data-v-187912b1] {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        padding: 0 12px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-list[data-v-187912b1] {
        display: none
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-list ul[data-v-187912b1] {
        display: flex;
        flex-wrap: wrap
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-list ul li[data-v-187912b1] {
        padding: 0;
        margin-right: 10px;
        font-size: 16px;
        height: 30px;
        line-height: 30px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-list-responsive[data-v-187912b1] {
        display: block;
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        padding-bottom: 12px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-list-responsive ul[data-v-187912b1] {
        display: flex;
        justify-content: space-between
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-list-responsive ul li[data-v-187912b1] {
        width: 30%;
        margin-right: 12px;
        height: 40px;
        font-size: 16px;
        text-align: center;
        line-height: 40px;
        list-style: none;
        border: 1px solid #eee;
        color: #364860
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-list-responsive ul li.active[data-v-187912b1] {
        color: #0041be
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-list-responsive ul li[data-v-187912b1]:last-child {
        margin-right: 0
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-list-responsive[data-v-187912b1]::-webkit-scrollbar {
        height: 3px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-list-responsive[data-v-187912b1]::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background: rgba(0,0,0,.05)
    }

    .college-page .college-hot-section .hot-container .hot-wrap .line[data-v-187912b1] {
        display: none
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show[data-v-187912b1] {
        padding-left: 0;
        width: 100%;
        margin-top: 16px;
        height: 128vw
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .title[data-v-187912b1] {
        font-size: 14px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs[data-v-187912b1] {
        position: static;
        width: 100%;
        display: flex;
        flex-direction: column
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .img1[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .img2[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .img3[data-v-187912b1] {
        position: static;
        margin-top: -28px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .img1[data-v-187912b1] {
        margin-top: 0
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs img[data-v-187912b1] {
        width: 100%;
        height: auto
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .img4[data-v-187912b1] {
        display: none
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs.active .img1 img[data-v-187912b1] {
        transition-delay: .2s
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs.active .img2 img[data-v-187912b1] {
        transition-delay: .3s
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs.active .img3 img[data-v-187912b1] {
        transition-delay: .4s
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs.active .img1 img[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs.active .img2 img[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs.active .img3 img[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs.active .img4 img[data-v-187912b1] {
        transform: scale(1)
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index1-img[data-v-187912b1] {
        margin-left: 0;
        margin-top: 14px;
        width: 100%;
        height: 220px;
        display: inline-block;
        position: static
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index1-img img[data-v-187912b1] {
        width: 100%;
        height: 100%
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index1-img div[data-v-187912b1] {
        height: 39px;
        background: #d8ecff;
        box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
        border-radius: 20px;
        padding: 0 20px;
        color: #364860;
        font-size: 14px;
        font-weight: 400;
        display: flex;
        align-items: center;
        margin-top: 12px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index1-img .index1-sub3[data-v-187912b1] {
        padding-bottom: 10px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index1-img .index1-sub1[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index1-img .index1-sub2[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index1-img .index1-sub3[data-v-187912b1] {
        position: static
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index1-img .index1-sub1[data-v-187912b1] {
        left: -47px;
        bottom: -20px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index1-img .index1-sub2[data-v-187912b1] {
        left: 154px;
        bottom: -81px;
        width: 328px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index1-img .index1-sub3[data-v-187912b1] {
        left: 453px;
        bottom: -20px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index2-img1[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index2-img2[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index2-img3[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index2-img4[data-v-187912b1] {
        position: static
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index2-img1 img[data-v-187912b1] {
        width: 100%;
        height: 242px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index2-img2[data-v-187912b1] {
        display: none
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index2-img3[data-v-187912b1] {
        margin-top: -26px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index2-img3 img[data-v-187912b1] {
        width: 100%;
        height: 232px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index2-img4[data-v-187912b1] {
        display: none
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img1[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img2[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img3[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img4[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img5[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img6[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img7[data-v-187912b1] {
        position: static
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img1 img[data-v-187912b1] {
        width: 100%;
        height: 252px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img2[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img3[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img4[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img5[data-v-187912b1] {
        display: none
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img2[data-v-187912b1] {
        top: 28px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img3[data-v-187912b1] {
        top: 123px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img4[data-v-187912b1] {
        top: 218px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img5[data-v-187912b1] {
        top: 313px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img6[data-v-187912b1] {
        margin-top: -20px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img6 img[data-v-187912b1] {
        width: 100%;
        height: 230px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img7[data-v-187912b1] {
        display: none
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index4-img1[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index4-img2[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index4-img3[data-v-187912b1] {
        position: static
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index4-img1 img[data-v-187912b1] {
        width: 100%;
        height: 242px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index4-img2[data-v-187912b1] {
        margin-top: -22px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index4-img2 img[data-v-187912b1] {
        width: 100%;
        height: 230px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index4-img3[data-v-187912b1] {
        display: none
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index5-img1[data-v-187912b1] {
        position: static
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show.partner .imgs img[data-v-187912b1] {
        width: 100%;
        height: 100%
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show.partner .imgs .img1[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show.partner .imgs .index1-img[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show.partner .imgs .index2-img1[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show.partner .imgs .index3-img1[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show.partner .imgs .index4-img1[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show.partner .imgs .index5-img1[data-v-187912b1] {
        width: 100%;
        height: auto;
        margin-top: 71px
    }

    .college-page .college-study-together-section .study-together-container[data-v-187912b1] {
        padding-bottom: 40px
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap[data-v-187912b1] {
        margin-top: 5px
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap ul[data-v-187912b1] {
        display: flex;
        flex-direction: column
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li[data-v-187912b1] {
        margin-top: 20px
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li .title[data-v-187912b1] {
        font-size: 18px
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li .digest[data-v-187912b1] {
        margin: 13px 0 21px;
        font-size: 14px
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li .qrcode[data-v-187912b1] {
        width: 170px
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li .qrcode .icon[data-v-187912b1] {
        width: 170px;
        height: 170px
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li .qrcode .icon img[data-v-187912b1] {
        width: 100%;
        height: 100%
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li .qrcode .icon-sub[data-v-187912b1] {
        width: 170px;
        height: 40px;
        line-height: 40px;
        border-radius: 0 0 10px 10px;
        font-size: 14px
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li .qrcode:hover .icon[data-v-187912b1] {
        box-shadow: 0 2px 8px 8px rgba(0,0,0,.05)
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li.partner .digest[data-v-187912b1] {
        margin: 13px 0 9px;
        min-height: 39px
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap.active ul li[data-v-187912b1] {
        transform: translateY(0);
        opacity: 1
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap.active ul li[data-v-187912b1]:first-child {
        transition-delay: .2s
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap.active ul li[data-v-187912b1]:nth-child(2) {
        transition-delay: .5s
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap.active ul li[data-v-187912b1]:nth-child(3) {
        transition-delay: .8s
    }

    .college-page .college-cooperation-section .cooperation-container[data-v-187912b1] {
        padding-bottom: 40px;
        overflow: hidden
    }

    .college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap[data-v-187912b1] {
        margin-top: 18px;
        border-bottom: 1px solid #02359a;
        padding-bottom: 28px
    }

    .college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box[data-v-187912b1] {
        display: flex;
        justify-content: space-between;
        padding: 0 12px
    }

    .college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box li[data-v-187912b1] {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 1
    }

    .college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box li .icon[data-v-187912b1] {
        width: 56px;
        height: 56px
    }

    .college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box li .icon img[data-v-187912b1] {
        width: 100%;
        height: 100%
    }

    .college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box li .title[data-v-187912b1] {
        font-size: 18px;
        margin: 13px 0
    }

    .college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box li .types-box[data-v-187912b1] {
        display: flex;
        flex-direction: column;
        height: auto
    }

    .college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box li .types-box li[data-v-187912b1] {
        font-size: 14px
    }

    .college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box li .types-box li span[data-v-187912b1] {
        line-height: 1;
        padding-bottom: 10px
    }

    .college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box li .types-box li span span[data-v-187912b1] {
        display: none
    }

    .college-page .college-cooperation-section .cooperation-container .contact-wrap[data-v-187912b1] {
        margin-top: 12px
    }

    .college-page .college-cooperation-section .cooperation-container .contact-wrap ul[data-v-187912b1] {
        display: flex;
        padding: 0 12px;
        justify-content: space-between;
        flex-direction: column
    }

    .college-page .college-cooperation-section .cooperation-container .contact-wrap ul li[data-v-187912b1] {
        flex-basis: 61px;
        border-radius: 31px;
        display: flex;
        align-items: center;
        padding-left: 39px;
        margin-top: 18px;
        justify-content: flex-start
    }

    .college-page .college-cooperation-section .cooperation-container .contact-wrap ul li[data-v-187912b1]:first-child,.college-page .college-cooperation-section .cooperation-container .contact-wrap ul li[data-v-187912b1]:nth-child(2),.college-page .college-cooperation-section .cooperation-container .contact-wrap ul li[data-v-187912b1]:nth-child(3) {
        transform: translateY(600px)
    }

    .college-page .college-cooperation-section .cooperation-container .contact-wrap ul li img[data-v-187912b1] {
        width: 20px
    }

    .college-page .college-cooperation-section .cooperation-container .contact-wrap ul li span[data-v-187912b1] {
        font-size: 16px;
        padding-left: 12px
    }

    .college-page .college-cooperation-section .cooperation-container .contact-wrap ul li .finance-qrcode[data-v-187912b1] {
        bottom: 30px;
        width: 264px;
        height: 264px;
        border-radius: 4px
    }

    .college-page .college-cooperation-section .cooperation-container .contact-wrap ul li .finance-qrcode img[data-v-187912b1] {
        width: 170px;
        height: 170px
    }

    .college-page .college-cooperation-section.active .cooperation-container .contact-wrap ul li[data-v-187912b1]:first-child {
        transform: translateY(0);
        transition-delay: .2s
    }

    .college-page .college-cooperation-section.active .cooperation-container .contact-wrap ul li[data-v-187912b1]:nth-child(2) {
        transform: translateY(0);
        transition-delay: .4s
    }

    .college-page .college-cooperation-section.active .cooperation-container .contact-wrap ul li[data-v-187912b1]:nth-child(3) {
        transform: translateY(0);
        transition-delay: .6s
    }
}

@media screen and (min-width: 768px)and (max-width:1024px) {
    .introduce-show-wrap .content[data-v-187912b1] {
        flex-basis:45.04167vw!important
    }
}

@media screen and (min-width: 1920px) {
    .padding-top-80[data-v-187912b1] {
        padding-top:80px
    }

    .college-page .swiper-box-section[data-v-187912b1] {
        height: 700px
    }

    .college-page .college-introduce-section .introduce-container[data-v-187912b1] {
        padding-bottom: 171px
    }

    .college-page .college-introduce-section .introduce-container .introduce-show-wrap[data-v-187912b1] {
        margin-top: 22px
    }

    .college-page .college-introduce-section .introduce-container .introduce-show-wrap .people-img[data-v-187912b1] {
        height: 350px
    }

    .college-page .college-introduce-section .introduce-container .introduce-show-wrap .people-img .people1 img[data-v-187912b1] {
        width: 564px;
        height: 350px
    }

    .college-page .college-introduce-section .introduce-container .introduce-show-wrap .people-img .people2 img[data-v-187912b1] {
        width: 472px;
        height: 258px
    }

    .college-page .college-introduce-section .introduce-container .introduce-show-wrap .content[data-v-187912b1] {
        padding-bottom: 20px
    }

    .college-page .college-introduce-section .introduce-container .introduce-show-wrap .content .college-logo img[data-v-187912b1] {
        width: 190px;
        height: 49px
    }

    .college-page .college-introduce-section .introduce-container .introduce-show-wrap .content .college-logo.partner-logo img[data-v-187912b1] {
        width: 281px;
        height: 48px
    }

    .college-page .college-introduce-section .introduce-container .introduce-show-wrap .content .welcome[data-v-187912b1] {
        font-size: 18px;
        margin: 22px 0 20px
    }

    .college-page .college-introduce-section .introduce-container .introduce-show-wrap .content .digest[data-v-187912b1] {
        font-size: 16px;
        line-height: 32px
    }

    .college-page .college-advantage-section .advantage-container[data-v-187912b1] {
        padding-bottom: 90px
    }

    .college-page .college-advantage-section .advantage-container .advantage-show-wrap[data-v-187912b1] {
        margin-top: 52px
    }

    .college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li[data-v-187912b1] {
        width: 340px;
        height: 460px
    }

    .college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box[data-v-187912b1] {
        padding-top: 114px
    }

    .college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .icon[data-v-187912b1] {
        width: 100px;
        height: 100px
    }

    .college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .name[data-v-187912b1] {
        font-size: 28px;
        margin-top: 24px
    }

    .college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .line[data-v-187912b1] {
        width: 140px;
        height: 2px;
        margin: 13px 0 12px
    }

    .college-page .college-advantage-section .advantage-container .advantage-show-wrap ul li .shadow-box .digest[data-v-187912b1] {
        font-size: 18px;
        line-height: 25px
    }

    .college-page .college-hot-section .hot-container .hot-wrap[data-v-187912b1] {
        margin-top: 50px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-list ul li[data-v-187912b1] {
        padding-left: 146px;
        padding-right: 89px;
        font-size: 22px;
        height: 60px;
        line-height: 60px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .line[data-v-187912b1] {
        width: 4px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .line .dot[data-v-187912b1] {
        height: 60px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show[data-v-187912b1] {
        padding-left: 100px;
        height: 600px;
        width: 972px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .title[data-v-187912b1] {
        font-size: 18px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs img[data-v-187912b1] {
        width: 334px;
        height: 161px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .img4 img[data-v-187912b1] {
        width: 291px;
        height: 541px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .img1[data-v-187912b1] {
        top: 33px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .img2[data-v-187912b1] {
        top: 171px;
        left: 62px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .img3[data-v-187912b1] {
        top: 308px;
        left: 125px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .img4[data-v-187912b1] {
        left: 395px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index1-img[data-v-187912b1] {
        margin-left: 72px;
        margin-top: 68px;
        width: 480px;
        height: 300px;
        display: inline-block;
        position: relative
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index1-img img[data-v-187912b1] {
        width: 100%;
        height: 100%
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index1-img div[data-v-187912b1] {
        height: 39px;
        background: #d8ecff;
        box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
        border-radius: 20px;
        padding: 0 20px;
        color: #364860;
        font-size: 18px;
        font-weight: 400;
        display: flex;
        align-items: center
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index1-img .index1-sub3[data-v-187912b1] {
        padding-bottom: 10px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index1-img .index1-sub1[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index1-img .index1-sub2[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index1-img .index1-sub3[data-v-187912b1] {
        position: absolute
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index1-img .index1-sub1[data-v-187912b1] {
        left: -47px;
        bottom: -20px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index1-img .index1-sub2[data-v-187912b1] {
        left: 154px;
        bottom: -81px;
        width: 328px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index1-img .index1-sub3[data-v-187912b1] {
        left: 453px;
        bottom: -20px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index2-img1[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index2-img2[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index2-img3[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index2-img4[data-v-187912b1] {
        position: absolute
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index2-img1[data-v-187912b1] {
        left: -22px;
        top: 20px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index2-img1 img[data-v-187912b1] {
        width: 451px;
        height: 282px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index2-img2[data-v-187912b1] {
        left: 396px;
        top: 137px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index2-img2 img[data-v-187912b1] {
        width: 228px;
        height: 156px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index2-img3[data-v-187912b1] {
        left: 390px;
        top: 258px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index2-img3 img[data-v-187912b1] {
        width: 310px;
        height: 202px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index2-img4[data-v-187912b1] {
        left: 230px;
        top: 289px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index2-img4 img[data-v-187912b1] {
        width: 170px;
        height: 96px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img1[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img2[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img3[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img4[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img5[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img6[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img7[data-v-187912b1] {
        position: absolute
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img1[data-v-187912b1] {
        left: -22px;
        top: 28px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img1 img[data-v-187912b1] {
        width: 451px;
        height: 282px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img2[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img3[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img4[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img5[data-v-187912b1] {
        left: 375px;
        z-index: 3
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img2 img[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img3 img[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img4 img[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img5 img[data-v-187912b1] {
        width: 197px;
        height: 85px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img2[data-v-187912b1] {
        top: 28px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img3[data-v-187912b1] {
        top: 123px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img4[data-v-187912b1] {
        top: 218px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img5[data-v-187912b1] {
        top: 313px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img6[data-v-187912b1] {
        z-index: 2;
        left: 118px;
        top: 274px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img6 img[data-v-187912b1] {
        width: 295px;
        height: 164px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img7[data-v-187912b1] {
        left: 525px;
        top: 406px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index3-img7 img[data-v-187912b1] {
        width: 44px;
        height: 3px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index4-img1[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index4-img2[data-v-187912b1],.college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index4-img3[data-v-187912b1] {
        position: absolute
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index4-img1[data-v-187912b1] {
        left: -22px;
        top: 28px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index4-img1 img[data-v-187912b1] {
        width: 451px;
        height: 282px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index4-img2[data-v-187912b1] {
        left: 398px;
        top: 151px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index4-img2 img[data-v-187912b1] {
        width: 411px;
        height: 259px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index4-img3[data-v-187912b1] {
        left: 136px;
        top: 274px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index4-img3 img[data-v-187912b1] {
        width: 295px;
        height: 194px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show .imgs .index5-img1[data-v-187912b1] {
        position: absolute;
        transform: translateY(200%);
        transition: transform .3s
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show.partner .imgs img[data-v-187912b1] {
        width: 100%;
        height: 100%
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show.partner .imgs .img1[data-v-187912b1] {
        width: 665px;
        height: 459px;
        top: 21px;
        left: -18px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show.partner .imgs .index1-img[data-v-187912b1] {
        width: 711px;
        height: 443px;
        top: 21px;
        left: -18px;
        margin: 0
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show.partner .imgs .index2-img1[data-v-187912b1] {
        width: 400px;
        height: 331px;
        top: 21px;
        left: 21px;
        z-index: 3
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show.partner .imgs .index3-img1[data-v-187912b1] {
        width: 566px;
        height: 465px;
        top: 21px;
        left: 32px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show.partner .imgs .index4-img1[data-v-187912b1] {
        width: 517px;
        height: 452px;
        top: 31px;
        left: 21px
    }

    .college-page .college-hot-section .hot-container .hot-wrap .hot-show.partner .imgs .index5-img1[data-v-187912b1] {
        width: 465px;
        height: 398px;
        top: 31px;
        left: 1px
    }

    .college-page .college-study-together-section .study-together-container[data-v-187912b1] {
        padding-bottom: 100px
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap[data-v-187912b1] {
        margin-top: 70px
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li[data-v-187912b1] {
        font-size: 18px
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li .title[data-v-187912b1] {
        font-size: 28px
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li .digest[data-v-187912b1] {
        margin: 13px 0 31px
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li .qrcode[data-v-187912b1] {
        width: 170px
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li .qrcode .icon[data-v-187912b1] {
        width: 170px;
        height: 170px
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li .qrcode .icon-sub[data-v-187912b1] {
        width: 170px;
        height: 40px;
        line-height: 40px;
        border-radius: 0 0 10px 10px
    }

    .college-page .college-study-together-section .study-together-container .study-together-show-wrap ul li.partner .digest[data-v-187912b1] {
        margin: 13px 0 9px;
        min-height: 49px
    }

    .college-page .college-cooperation-section .cooperation-container[data-v-187912b1] {
        padding-bottom: 70px
    }

    .college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap[data-v-187912b1] {
        margin-top: 34px;
        border-bottom: 1px solid #02359a;
        padding-bottom: 58px
    }

    .college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box[data-v-187912b1] {
        padding: 0 433px
    }

    .college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box li .icon[data-v-187912b1] {
        width: 112px;
        height: 112px
    }

    .college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box li .title[data-v-187912b1] {
        font-size: 28px;
        margin: 13px 0
    }

    .college-page .college-cooperation-section .cooperation-container .cooperation-show-wrap .cooperation-box li .types-box li[data-v-187912b1] {
        font-size: 18px
    }

    .college-page .college-cooperation-section .cooperation-container .contact-wrap[data-v-187912b1] {
        margin-top: 70px
    }

    .college-page .college-cooperation-section .cooperation-container .contact-wrap ul[data-v-187912b1] {
        padding: 0 433px
    }

    .college-page .college-cooperation-section .cooperation-container .contact-wrap ul li[data-v-187912b1] {
        flex-basis: 300px;
        height: 61px;
        border-radius: 31px;
        padding-left: 39px
    }

    .college-page .college-cooperation-section .cooperation-container .contact-wrap ul li img[data-v-187912b1] {
        width: 37px
    }

    .college-page .college-cooperation-section .cooperation-container .contact-wrap ul li span[data-v-187912b1] {
        font-size: 18px;
        padding-left: 12px
    }

    .college-page .college-cooperation-section .cooperation-container .contact-wrap ul li .finance-qrcode[data-v-187912b1] {
        bottom: 30px;
        width: 264px;
        height: 264px;
        border-radius: 4px
    }

    .college-page .college-cooperation-section .cooperation-container .contact-wrap ul li .finance-qrcode img[data-v-187912b1] {
        width: 170px;
        height: 170px
    }
}

.base-hover[data-v-5eb806a4] {
    cursor: pointer
}

.base-hover[data-v-5eb806a4]:hover {
    opacity: .8
}

input[data-v-5eb806a4]:-webkit-autofill {
    box-shadow: inset 0 0 0 52.08333vw #fff
}

@-webkit-keyframes shakeX-data-v-5eb806a4 {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

@keyframes shakeX-data-v-5eb806a4 {
    0%,to {
        transform: translateZ(0)
    }

    30%,60%,90% {
        transform: translate3d(-10px,0,0)
    }

    20%,50%,80% {
        transform: translate3d(10px,0,0)
    }
}

.contact-container .contact-us[data-v-5eb806a4] {
    padding-top: 4.16667vw;
    box-sizing: border-box
}

.contact-container .contact-us .card-wrapper[data-v-5eb806a4] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 73.95833vw;
    margin-top: 1.25vw
}

.contact-container .contact-us .card-wrapper .card[data-v-5eb806a4] {
    width: 23.95833vw;
    height: 10.41667vw;
    margin-top: 1.5625vw
}

.contact-container .contact-us .card-wrapper .card .box[data-v-5eb806a4] {
    padding: 2.34375vw 0 2.5vw 2.08333vw;
    box-sizing: border-box;
    border: 1px solid #eeeeef;
    height: 100%;
    transition: all .3s ease-out
}

.contact-container .contact-us .card-wrapper .card .box[data-v-5eb806a4]:hover {
    box-shadow: 0 .10417vw .78125vw 0 rgba(0,0,0,.1);
    transform: translateY(-.26042vw)
}

.contact-container .contact-us .card-wrapper .card p[data-v-5eb806a4] {
    font-size: .9375vw;
    color: #8291a3;
    line-height: 1.04167vw
}

.contact-container .contact-us .card-wrapper .card p[data-v-5eb806a4]:first-child {
    font-size: 1.35417vw;
    font-weight: 400;
    line-height: 1.35417vw;
    color: #002368
}

.contact-container .contact-us .card-wrapper .card p[data-v-5eb806a4]:nth-child(2) {
    margin-top: 1.19792vw
}

.contact-container .contact-us .card-wrapper .card p[data-v-5eb806a4]:nth-child(3) {
    margin-top: .9375vw
}

.contact-container .contact-us .card-wrapper .hot-phone[data-v-5eb806a4] {
    width: 23.95833vw;
    height: 10.41667vw;
    margin-top: 1.5625vw;
    padding: 2.34375vw 0 0 3.125vw;
    box-sizing: border-box
}

.contact-container .contact-us .card-wrapper .hot-phone .phone[data-v-5eb806a4] {
    font-size: 1.35417vw;
    font-weight: 400;
    line-height: 1.35417vw;
    color: #002368
}

.contact-container .contact-us .card-wrapper .hot-phone .number[data-v-5eb806a4] {
    font-size: 2.29167vw;
    line-height: 3.22917vw;
    color: #22b2cc;
    margin-top: .52083vw
}

.contact-container .contact-us .card-wrapper .card[data-v-5eb806a4],.contact-container .contact-us .card-wrapper .hot-phone[data-v-5eb806a4] {
    transition: transform .3s ease,opacity .3s ease;
    transform: translateY(100%);
    opacity: 0
}

.contact-container .contact-us .card-wrapper.active .card[data-v-5eb806a4],.contact-container .contact-us .card-wrapper.active .hot-phone[data-v-5eb806a4] {
    transform: translateY(0);
    opacity: 1
}

.contact-container .contact-us .card-wrapper.active .hot-phone[data-v-5eb806a4] {
    transition-delay: 1.5s
}

.contact-container .contact-us .card-wrapper.active .card[data-v-5eb806a4]:first-child {
    transition-delay: .15s
}

.contact-container .contact-us .card-wrapper.active .card[data-v-5eb806a4]:nth-child(2) {
    transition-delay: .3s
}

.contact-container .contact-us .card-wrapper.active .card[data-v-5eb806a4]:nth-child(3) {
    transition-delay: .45s
}

.contact-container .contact-us .card-wrapper.active .card[data-v-5eb806a4]:nth-child(4) {
    transition-delay: .6s
}

.contact-container .contact-us .card-wrapper.active .card[data-v-5eb806a4]:nth-child(5) {
    transition-delay: .75s
}

.contact-container .contact-us .card-wrapper.active .card[data-v-5eb806a4]:nth-child(6) {
    transition-delay: .9s
}

.contact-container .contact-us .card-wrapper.active .card[data-v-5eb806a4]:nth-child(7) {
    transition-delay: 1.05s
}

.contact-container .contact-us .card-wrapper.active .card[data-v-5eb806a4]:nth-child(8) {
    transition-delay: 1.2s
}

.contact-container .contact-us .card-wrapper.active .card[data-v-5eb806a4]:nth-child(9) {
    transition-delay: 1.35s
}

.contact-container .work-adress[data-v-5eb806a4] {
    margin-top: 4.16667vw
}

.contact-container .work-adress .adress-card[data-v-5eb806a4] {
    width: 73.95833vw;
    padding: 3.125vw 3.48958vw 3.33333vw 3.38542vw;
    border: 1px solid #eeeeef;
    box-sizing: border-box;
    margin: 2.8125vw auto 4.73958vw
}

.contact-container .work-adress .adress-card .card-bottom[data-v-5eb806a4],.contact-container .work-adress .adress-card .card-top[data-v-5eb806a4] {
    display: flex;
    justify-content: space-between
}

.contact-container .work-adress .adress-card .card-list[data-v-5eb806a4] {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #94a3b5;
    margin-top: 2.08333vw;
    padding-top: 2.08333vw
}

.contact-container .work-adress .adress-card .card-center[data-v-5eb806a4] {
    margin: 2.29167vw 0;
    padding: 2.08333vw 0;
    border-top: 1px solid #94a3b5;
    border-bottom: 1px solid #94a3b5
}

.contact-container .work-adress .adress-card.active .card-item[data-v-5eb806a4] {
    transform: scale(1);
    opacity: 1
}

.contact-container .work-adress .adress-card.active .card-top .card-item[data-v-5eb806a4]:first-child {
    transition-delay: .12s
}

.contact-container .work-adress .adress-card.active .card-top .card-item[data-v-5eb806a4]:nth-child(2) {
    transition-delay: .24s
}

.contact-container .work-adress .adress-card.active .card-top .card-item[data-v-5eb806a4]:nth-child(3) {
    transition-delay: .36s
}

.contact-container .work-adress .adress-card.active .card-top .card-item[data-v-5eb806a4]:nth-child(4) {
    transition-delay: .48s
}

.contact-container .work-adress .adress-card.active .card-bottom .card-item[data-v-5eb806a4]:first-child,.contact-container .work-adress .adress-card.active .card-list .card-item[data-v-5eb806a4]:first-child {
    transition-delay: .6s
}

.contact-container .work-adress .adress-card.active .card-bottom .card-item[data-v-5eb806a4]:nth-child(2),.contact-container .work-adress .adress-card.active .card-list .card-item[data-v-5eb806a4]:nth-child(2) {
    transition-delay: .72s
}

.contact-container .work-adress .adress-card.active .card-bottom .card-item[data-v-5eb806a4]:nth-child(3),.contact-container .work-adress .adress-card.active .card-list .card-item[data-v-5eb806a4]:nth-child(3) {
    transition-delay: .84s
}

.contact-container .work-adress .adress-card.active .card-bottom .card-item[data-v-5eb806a4]:nth-child(4),.contact-container .work-adress .adress-card.active .card-list .card-item[data-v-5eb806a4]:nth-child(4) {
    transition-delay: .96s
}

.contact-container .work-adress .adress-card .card-item[data-v-5eb806a4] {
    width: 13.33333vw;
    transition: all .3s ease-out;
    transform: scale(1.2);
    opacity: 0
}

.contact-container .work-adress .adress-card .card-item .link[data-v-5eb806a4] {
    transition: all .2s ease-out
}

.contact-container .work-adress .adress-card .card-item .link[data-v-5eb806a4]:hover {
    transform: scale(1.06)
}

.contact-container .work-adress .adress-card .card-item span[data-v-5eb806a4] {
    font-size: 1.14583vw;
    font-weight: 400;
    color: #002368;
    line-height: 1.5625vw;
    vertical-align: middle
}

.contact-container .work-adress .adress-card .card-item img[data-v-5eb806a4] {
    width: .72917vw;
    height: 1.04167vw;
    vertical-align: middle;
    margin-left: .625vw;
    -o-object-fit: contain;
    object-fit: contain
}

.contact-container .work-adress .adress-card .card-item p[data-v-5eb806a4] {
    font-size: .9375vw;
    color: #8291a3;
    line-height: 1.30208vw;
    margin-top: .625vw
}

@media screen and (min-width: 1920px) {
    .contact-container .contact-us[data-v-5eb806a4] {
        padding-top:80px
    }

    .contact-container .contact-us .card-wrapper[data-v-5eb806a4] {
        width: 1420px;
        margin-top: 24px
    }

    .contact-container .contact-us .card-wrapper .card[data-v-5eb806a4] {
        width: 460px;
        height: 200px;
        margin-top: 30px
    }

    .contact-container .contact-us .card-wrapper .card .box[data-v-5eb806a4] {
        padding: 45px 0 48px 40px;
        border: 1px solid #eeeeef
    }

    .contact-container .contact-us .card-wrapper .card .box[data-v-5eb806a4]:hover {
        box-shadow: 0 2px 15px 0 rgba(0,0,0,.1);
        transform: translateY(-5px)
    }

    .contact-container .contact-us .card-wrapper .card p[data-v-5eb806a4] {
        font-size: 18px;
        line-height: 20px
    }

    .contact-container .contact-us .card-wrapper .card p[data-v-5eb806a4]:first-child {
        font-size: 26px;
        line-height: 26px
    }

    .contact-container .contact-us .card-wrapper .card p[data-v-5eb806a4]:nth-child(2) {
        margin-top: 23px
    }

    .contact-container .contact-us .card-wrapper .card p[data-v-5eb806a4]:nth-child(3) {
        margin-top: 18px
    }

    .contact-container .contact-us .card-wrapper .hot-phone[data-v-5eb806a4] {
        width: 460px;
        height: 200px;
        margin-top: 30px;
        padding: 45px 0 0 60px
    }

    .contact-container .contact-us .card-wrapper .hot-phone .phone[data-v-5eb806a4] {
        font-size: 26px;
        line-height: 26px
    }

    .contact-container .contact-us .card-wrapper .hot-phone .number[data-v-5eb806a4] {
        font-size: 44px;
        line-height: 62px;
        margin-top: 10px
    }

    .contact-container .work-adress[data-v-5eb806a4] {
        margin-top: 80px
    }

    .contact-container .work-adress .adress-card[data-v-5eb806a4] {
        width: 1420px;
        padding: 60px 67px 64px 65px;
        border: 1px solid #eeeeef;
        margin: 54px auto 91px
    }

    .contact-container .work-adress .adress-card .card-top[data-v-5eb806a4] {
        padding-bottom: 44px;
        border-bottom: 1px solid #94a3b5
    }

    .contact-container .work-adress .adress-card .card-bottom[data-v-5eb806a4] {
        margin-top: 40px
    }

    .contact-container .work-adress .adress-card .card-item[data-v-5eb806a4] {
        width: 256px
    }

    .contact-container .work-adress .adress-card .card-item span[data-v-5eb806a4] {
        font-size: 22px;
        line-height: 30px
    }

    .contact-container .work-adress .adress-card .card-item img[data-v-5eb806a4] {
        width: 14px;
        height: 20px;
        margin-left: 12px
    }

    .contact-container .work-adress .adress-card .card-item p[data-v-5eb806a4] {
        font-size: 18px;
        line-height: 25px;
        margin-top: 12px
    }
}

@media screen and (max-width: 767px) {
    .contact-container .contact-us[data-v-5eb806a4] {
        padding:4.3vw 3.7vw
    }

    .contact-container .contact-us .card-wrapper[data-v-5eb806a4] {
        margin: 6.4vw 0 0;
        width: auto
    }

    .contact-container .contact-us .card-wrapper .card[data-v-5eb806a4] {
        width: 45.6vw;
        height: 24.8vw
    }

    .contact-container .contact-us .card-wrapper .card .box[data-v-5eb806a4] {
        border: 1px solid #eeeeef
    }

    .contact-container .contact-us .card-wrapper .card .box[data-v-5eb806a4]:hover {
        box-shadow: 0 2px 15px 0 rgba(0,0,0,.1);
        transform: translateY(-3px)
    }

    .contact-container .contact-us .card-wrapper .card p[data-v-5eb806a4] {
        font-size: 2.7vw;
        color: #8291a3;
        line-height: 4.3vw
    }

    .contact-container .contact-us .card-wrapper .card p[data-v-5eb806a4]:first-child {
        font-size: 3.7vw;
        font-weight: 400;
        line-height: 5.3vw;
        color: #002368
    }

    .contact-container .contact-us .card-wrapper .card p[data-v-5eb806a4]:nth-child(2),.contact-container .contact-us .card-wrapper .card p[data-v-5eb806a4]:nth-child(3) {
        margin-top: .8vw
    }

    .contact-container .contact-us .card-wrapper .hot-phone[data-v-5eb806a4] {
        width: 100%;
        height: auto;
        margin-top: 2.7vw;
        padding: 0 0 5.3vw;
        box-sizing: content-box;
        text-align: center;
        border-bottom: 1px solid #eeeeef
    }

    .contact-container .contact-us .card-wrapper .hot-phone .phone[data-v-5eb806a4] {
        font-size: 3.5vw;
        line-height: 3.5vw
    }

    .contact-container .contact-us .card-wrapper .hot-phone .number[data-v-5eb806a4] {
        font-size: 5.9vw;
        line-height: 8.3vw;
        margin-top: 2.7vw
    }

    .contact-container .work-adress[data-v-5eb806a4] {
        padding: 0 3.7vw 5.3vw;
        margin-top: 0
    }

    .contact-container .work-adress .adress-card[data-v-5eb806a4] {
        width: 100%;
        padding: 0 3.2vw 3.2vw;
        border: 1px solid #eeeeef;
        box-sizing: border-box;
        margin-top: 6.4vw
    }

    .contact-container .work-adress .adress-card .card-top[data-v-5eb806a4] {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-bottom: 0;
        border-bottom: none
    }

    .contact-container .work-adress .adress-card .card-bottom[data-v-5eb806a4] {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 0
    }

    .contact-container .work-adress .adress-card .card-list[data-v-5eb806a4] {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 4vw;
        padding-top: 0
    }

    .contact-container .work-adress .adress-card .card-item[data-v-5eb806a4] {
        width: 40vw;
        margin-top: 3.2vw
    }

    .contact-container .work-adress .adress-card .card-item .link[data-v-5eb806a4]:hover {
        transform: scale(1)
    }

    .contact-container .work-adress .adress-card .card-item span[data-v-5eb806a4] {
        font-size: 2.9vw;
        line-height: 4vw
    }

    .contact-container .work-adress .adress-card .card-item img[data-v-5eb806a4] {
        width: 1.9vw;
        height: 2.7vw;
        -o-object-fit: contain;
        object-fit: contain;
        margin-left: 1.6vw;
        vertical-align: baseline
    }

    .contact-container .work-adress .adress-card .card-item p[data-v-5eb806a4] {
        font-size: 2.4vw;
        line-height: 4vw;
        margin-top: 1.6vw
    }
}
