.topswiper{
    position: relative;
    max-width: 100%;
    height: 500px;
}
.mp-banner-main {
    width: 100%;
    height: 100%;
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-banner-v2 .mp-banner-v2 .mp-banner-main-v2 {
    padding-top: 0;
    display: block;
}
.home-banner-v2 .mp-banner-v2 .mp-banner-main-v2 .mp-banner-section-v2 {
    padding-top: 158px;
    max-width: 530px;
}
.mp-banner-title {
    height: 64px;
    font-size: 40px;
    margin-bottom: 12px;
    line-height: 64px;
}
.mp-banner-description {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.home-banner-v2 .mp-banner-v2 .mp-banner-main-v2 .mp-banner-section-v2 .mp-banner-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
}
.mp-btn {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    padding: 0 16px;
    font-size: 16px;
    color: #000;
    border: 1px solid #d1d7df;
    background-color: #fff;
    text-align: center;
    transition: all .25s;
    box-sizing: border-box;
    width: fit-content;
    cursor: pointer;
}
.mp-btn--blue {
    border-color: #0052d9;
    color: #fff;
    background-color: #0052d9;
}
.mp-btn--xl {
    padding: 0 28px;
}
.swiper-pagination-bullet{
    width: 16px;
    height: 3px;
    border-radius: 2px;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
    left: -550px;
    bottom: 100px;
}

.mp-container {
    display: flex
}

.mp-container-main {
    width: 100%;
    max-width: 1210px;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0 auto
}

.mp-container--full>.mp-container-main {
    max-width: 100%;
    padding: 0
}

.mp-container--absolute {
    position: absolute;
    width: 100%
}

@media screen and (max-width: 1179px) {
    .mp-container-main {
        padding:0 24px
    }
}



.mp-module {
    padding: 52px 0;
    color: #000
}

.mp-module-hd {
    display: flex;
    margin-bottom: 20px
}

.mp-module-hd_left {
    flex: 1
}

.mp-module-hd_right {
    display: flex;
    justify-content: center;
    align-items: center
}

.mp-module-ft {
    margin-top: 40px;
    margin-bottom: -20px
}

.mp-module__title {
    color: inherit;
    display: block;
    font-size: 24px;
    line-height: 32px
}

.mp-module__description {
    font-size: 14px;
    color: #000;
    line-height: 28px;
    height: 24px;
    margin-top: 4px;
    padding-bottom: 10px;
    display: block
}

.mp-module+.mp-module {
    padding-top: 0
}

@media screen and (max-width: 1179px) {
    .mp-module {
        padding:40px 0
    }
}



.mp-section {
    padding: 60px 0 80px
}

.mp-section-hd {
    margin-bottom: 20px
}

.mp-section__title {
    color: #282e36;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 28px
}

.mp-section__description {
    height: 24px;
    font-size: 14px;
    color: #000;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin-top: 8px
}

.mp-section--xs {
    padding: 40px 0
}

.mp-section--s .mp-section-hd {
    margin-bottom: 20px
}

.mp-section--m .mp-section-hd {
    margin-bottom: 30px
}

.mp-section--l .mp-section-hd {
    margin-bottom: 48px
}



.mp-row {
    display: flex;
    flex-wrap: wrap
}

.mp-col {
    box-sizing: border-box;
    display: block
}

.mp-col-1 {
    width: 4.166666667%
}

.mp-col-2 {
    width: 8.333333333%
}

.mp-col-3 {
    width: 12.5%
}

.mp-col-4 {
    width: 16.66666667%
}

.mp-col-5 {
    width: 20.833333333%
}

.mp-col-6 {
    width: 25%
}

.mp-col-7 {
    width: 29.166666667%
}

.mp-col-8 {
    width: 33.33333333%
}

.mp-col-9 {
    width: 37.5%
}

.mp-col-10 {
    width: 41.66666667%
}

.mp-col-11 {
    width: 45.833333333%
}

.mp-col-12 {
    width: 50%
}

.mp-col-13 {
    width: 54.166666667%
}

.mp-col-14 {
    width: 58.33333333%
}

.mp-col-15 {
    width: 62.5%
}

.mp-col-16 {
    width: 66.66666667%
}

.mp-col-17 {
    width: 70.833333333%
}

.mp-col-18 {
    width: 75%
}

.mp-col-19 {
    width: 79.166666667%
}

.mp-col-20 {
    width: 83.33333333%
}

.mp-col-21 {
    width: 87.5%
}

.mp-col-22 {
    width: 91.66666667%
}

.mp-col-23 {
    width: 95.833333333%
}

.mp-col-24 {
    width: 100%
}

.mp-col-fifth {
    width: 20%
}

.mp-col--pull-1 {
    margin-left: 4.166666667%
}

.mp-col--pull-2 {
    margin-left: 8.333333333%
}

.mp-col--pull-3 {
    margin-left: 12.5%
}

.mp-col--pull-4 {
    margin-left: 16.66666667%
}

.mp-col--pull-5 {
    margin-left: 20.833333333%
}

.mp-col--pull-6 {
    margin-left: 25%
}

.mp-col--pull-7 {
    margin-left: 29.166666667%
}

.mp-col--pull-8 {
    margin-left: 33.33333333%
}

.mp-col--pull-9 {
    margin-left: 37.5%
}

.mp-col--pull-10 {
    margin-left: 41.66666667%
}

.mp-col--pull-11 {
    margin-left: 45.833333333%
}

.mp-col--pull-12 {
    margin-left: 50%
}

.mp-col--pull-13 {
    margin-left: 54.166666667%
}

.mp-col--pull-14 {
    margin-left: 58.33333333%
}

.mp-col--pull-15 {
    margin-left: 62.5%
}

.mp-col--pull-16 {
    margin-left: 66.66666667%
}

.mp-col--pull-17 {
    margin-left: 70.833333333%
}

.mp-col--pull-18 {
    margin-left: 75%
}

.mp-col--pull-19 {
    margin-left: 79.166666667%
}

.mp-col--pull-20 {
    margin-left: 83.33333333%
}

.mp-col--pull-21 {
    margin-left: 87.5%
}

.mp-col--pull-22 {
    margin-left: 91.66666667%
}

.mp-col--pull-23 {
    margin-left: 95.833333333%
}

.mp-col--pull-24 {
    margin-left: 100%
}

.mp-col--push-1 {
    margin-right: 4.166666667%
}

.mp-col--push-2 {
    margin-right: 8.333333333%
}

.mp-col--push-3 {
    margin-right: 12.5%
}

.mp-col--push-4 {
    margin-right: 16.66666667%
}

.mp-col--push-5 {
    margin-right: 20.833333333%
}

.mp-col--push-6 {
    margin-right: 25%
}

.mp-col--push-7 {
    margin-right: 29.166666667%
}

.mp-col--push-8 {
    margin-right: 33.33333333%
}

.mp-col--push-9 {
    margin-right: 37.5%
}

.mp-col--push-10 {
    margin-right: 41.66666667%
}

.mp-col--push-11 {
    margin-right: 45.833333333%
}

.mp-col--push-12 {
    margin-right: 50%
}

.mp-col--push-13 {
    margin-right: 54.166666667%
}

.mp-col--push-14 {
    margin-right: 58.33333333%
}

.mp-col--push-15 {
    margin-right: 62.5%
}

.mp-col--push-16 {
    margin-right: 66.66666667%
}

.mp-col--push-17 {
    margin-right: 70.833333333%
}

.mp-col--push-18 {
    margin-right: 75%
}

.mp-col--push-19 {
    margin-right: 79.166666667%
}

.mp-col--push-20 {
    margin-right: 83.33333333%
}

.mp-col--push-21 {
    margin-right: 87.5%
}

.mp-col--push-22 {
    margin-right: 91.66666667%
}

.mp-col--push-23 {
    margin-right: 95.833333333%
}

.mp-col--push-24 {
    margin-right: 100%
}

.hoverPoint-bar {
    width: 50px;
    height: 3px;
    background: #0052d9;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s;
    transform: translateX(0)
}

.mp-tabs-list {
    position: relative;
    display: flex;
    border-bottom: 1px solid #e5e5e5
}

.mp-tabs-tab {
    height: 26px;
    line-height: 26px;
    padding-bottom: 8px;
    font-size: 16px;
    color: #000;
    position: relative;
    cursor: pointer;
    word-break: keep-all
}

.mp-tabs-tab::after {
    display: none
}

.mp-tabs-tab:hover {
    color: #3269ff
}

.mp-tabs-tab--actived {
    color: #0052d9
}

.mp-tabs-tab+.mp-tabs-tab {
    margin-left: 32px
}

.mp-tabs-main {
    margin-top: 20px
}

.mp-tabs-pane {
    display: none
}

.mp-tabs-pane--actived {
    display: block
}

@media screen and (max-width: 768px) {
    .mp-response .mp-tabs-list {
        overflow-x:auto
    }
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,button,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none
}

body {
    font-family: "pingfang SC","helvetica neue",arial,"hiragino sans gb","microsoft yahei ui","microsoft yahei",simsun,sans-serif
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

button {
    box-sizing: border-box;
    outline: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

input {
    box-sizing: border-box;
    outline: none
}

body {
    line-height: 1
}

F ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: inherit
}

.flex {
    display: flex
}

.flex-1 {
    flex: 1
}

.align-center {
    align-items: center
}

.mp-scrollbar::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.mp-scrollbar::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 20px
}

.mp-scrollbar::-webkit-scrollbar-track {
    border-radius: 20px
}

.text-white {
    color: #fff
}

.text-blue {
    color: #0052d9
}

.text-yellow {
    color: #ffa219
}

.text-price {
    color: #f77600
}

.mp-tag {
    min-width: 40px;
    height: 20px;
    border-radius: 2px;
    opacity: 1;
    box-sizing: border-box;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    margin-left: 4px;
    display: inline-block
}

.mp-tag-perfect {
    border: 0 solid rgb(.87,.87,.87);
    background: linear-gradient(139.1deg, rgb(252, 243, 211) 0%, rgb(234, 221, 177) 53%, rgb(228, 218, 168) 100%);
    color: #4d4317
}

.mp-tag-hot {
    border: .8000000119px solid rgb(.9490196109,.6039215922,.0941176489);
    background: rgba(247,118,0,.15);
    color: #f77600
}

.mp-tag-self {
    background: rgba(50,105,255,.15);
    color: #3269ff
}

.mp-only-pc {
    display: block
}

.mp-only-pc-flex {
    display: flex
}

.mp-only-m {
    display: none
}

.m-t-0n {
    margin-top: 0px
}

.m-b-0n {
    margin-bottom: 0px
}

.m-r-0n {
    margin-right: 0px
}

.m-l-0n {
    margin-left: 0px
}

.p-t-0n {
    padding-top: 0px
}

.p-b-0n {
    padding-bottom: 0px
}

.p-r-0n {
    padding-right: 0px
}

.p-l-0n {
    padding-left: 0px
}

.m-t-1n {
    margin-top: 4px
}

.m-b-1n {
    margin-bottom: 4px
}

.m-r-1n {
    margin-right: 4px
}

.m-l-1n {
    margin-left: 4px
}

.p-t-1n {
    padding-top: 4px
}

.p-b-1n {
    padding-bottom: 4px
}

.p-r-1n {
    padding-right: 4px
}

.p-l-1n {
    padding-left: 4px
}

.m-t-2n {
    margin-top: 8px
}

.m-b-2n {
    margin-bottom: 8px
}

.m-r-2n {
    margin-right: 8px
}

.m-l-2n {
    margin-left: 8px
}

.p-t-2n {
    padding-top: 8px
}

.p-b-2n {
    padding-bottom: 8px
}

.p-r-2n {
    padding-right: 8px
}

.p-l-2n {
    padding-left: 8px
}

.m-t-3n {
    margin-top: 12px
}

.m-b-3n {
    margin-bottom: 12px
}

.m-r-3n {
    margin-right: 12px
}

.m-l-3n {
    margin-left: 12px
}

.p-t-3n {
    padding-top: 12px
}

.p-b-3n {
    padding-bottom: 12px
}

.p-r-3n {
    padding-right: 12px
}

.p-l-3n {
    padding-left: 12px
}

.m-t-4n {
    margin-top: 16px
}

.m-b-4n {
    margin-bottom: 16px
}

.m-r-4n {
    margin-right: 16px
}

.m-l-4n {
    margin-left: 16px
}

.p-t-4n {
    padding-top: 16px
}

.p-b-4n {
    padding-bottom: 16px
}

.p-r-4n {
    padding-right: 16px
}

.p-l-4n {
    padding-left: 16px
}

.m-t-5n {
    margin-top: 20px
}

.m-b-5n {
    margin-bottom: 20px
}

.m-r-5n {
    margin-right: 20px
}

.m-l-5n {
    margin-left: 20px
}

.p-t-5n {
    padding-top: 20px
}

.p-b-5n {
    padding-bottom: 20px
}

.p-r-5n {
    padding-right: 20px
}

.p-l-5n {
    padding-left: 20px
}

.m-t-6n {
    margin-top: 24px
}

.m-b-6n {
    margin-bottom: 24px
}

.m-r-6n {
    margin-right: 24px
}

.m-l-6n {
    margin-left: 24px
}

.p-t-6n {
    padding-top: 24px
}

.p-b-6n {
    padding-bottom: 24px
}

.p-r-6n {
    padding-right: 24px
}

.p-l-6n {
    padding-left: 24px
}

.m-t-7n {
    margin-top: 28px
}

.m-b-7n {
    margin-bottom: 28px
}

.m-r-7n {
    margin-right: 28px
}

.m-l-7n {
    margin-left: 28px
}

.p-t-7n {
    padding-top: 28px
}

.p-b-7n {
    padding-bottom: 28px
}

.p-r-7n {
    padding-right: 28px
}

.p-l-7n {
    padding-left: 28px
}

.m-t-8n {
    margin-top: 32px
}

.m-b-8n {
    margin-bottom: 32px
}

.m-r-8n {
    margin-right: 32px
}

.m-l-8n {
    margin-left: 32px
}

.p-t-8n {
    padding-top: 32px
}

.p-b-8n {
    padding-bottom: 32px
}

.p-r-8n {
    padding-right: 32px
}

.p-l-8n {
    padding-left: 32px
}

.m-t-9n {
    margin-top: 36px
}

.m-b-9n {
    margin-bottom: 36px
}

.m-r-9n {
    margin-right: 36px
}

.m-l-9n {
    margin-left: 36px
}

.p-t-9n {
    padding-top: 36px
}

.p-b-9n {
    padding-bottom: 36px
}

.p-r-9n {
    padding-right: 36px
}

.p-l-9n {
    padding-left: 36px
}

.m-t-10n {
    margin-top: 40px
}

.m-b-10n {
    margin-bottom: 40px
}

.m-r-10n {
    margin-right: 40px
}

.m-l-10n {
    margin-left: 40px
}

.p-t-10n {
    padding-top: 40px
}

.p-b-10n {
    padding-bottom: 40px
}

.p-r-10n {
    padding-right: 40px
}

.p-l-10n {
    padding-left: 40px
}

.m-t-11n {
    margin-top: 44px
}

.m-b-11n {
    margin-bottom: 44px
}

.m-r-11n {
    margin-right: 44px
}

.m-l-11n {
    margin-left: 44px
}

.p-t-11n {
    padding-top: 44px
}

.p-b-11n {
    padding-bottom: 44px
}

.p-r-11n {
    padding-right: 44px
}

.p-l-11n {
    padding-left: 44px
}

.m-t-12n {
    margin-top: 48px
}

.m-b-12n {
    margin-bottom: 48px
}

.m-r-12n {
    margin-right: 48px
}

.m-l-12n {
    margin-left: 48px
}

.p-t-12n {
    padding-top: 48px
}

.p-b-12n {
    padding-bottom: 48px
}

.p-r-12n {
    padding-right: 48px
}

.p-l-12n {
    padding-left: 48px
}

.m-t-13n {
    margin-top: 52px
}

.m-b-13n {
    margin-bottom: 52px
}

.m-r-13n {
    margin-right: 52px
}

.m-l-13n {
    margin-left: 52px
}

.p-t-13n {
    padding-top: 52px
}

.p-b-13n {
    padding-bottom: 52px
}

.p-r-13n {
    padding-right: 52px
}

.p-l-13n {
    padding-left: 52px
}

.m-t-14n {
    margin-top: 56px
}

.m-b-14n {
    margin-bottom: 56px
}

.m-r-14n {
    margin-right: 56px
}

.m-l-14n {
    margin-left: 56px
}

.p-t-14n {
    padding-top: 56px
}

.p-b-14n {
    padding-bottom: 56px
}

.p-r-14n {
    padding-right: 56px
}

.p-l-14n {
    padding-left: 56px
}

.m-t-15n {
    margin-top: 60px
}

.m-b-15n {
    margin-bottom: 60px
}

.m-r-15n {
    margin-right: 60px
}

.m-l-15n {
    margin-left: 60px
}

.p-t-15n {
    padding-top: 60px
}

.p-b-15n {
    padding-bottom: 60px
}

.p-r-15n {
    padding-right: 60px
}

.p-l-15n {
    padding-left: 60px
}

.m-t-16n {
    margin-top: 64px
}

.m-b-16n {
    margin-bottom: 64px
}

.m-r-16n {
    margin-right: 64px
}

.m-l-16n {
    margin-left: 64px
}

.p-t-16n {
    padding-top: 64px
}

.p-b-16n {
    padding-bottom: 64px
}

.p-r-16n {
    padding-right: 64px
}

.p-l-16n {
    padding-left: 64px
}

.m-t-17n {
    margin-top: 68px
}

.m-b-17n {
    margin-bottom: 68px
}

.m-r-17n {
    margin-right: 68px
}

.m-l-17n {
    margin-left: 68px
}

.p-t-17n {
    padding-top: 68px
}

.p-b-17n {
    padding-bottom: 68px
}

.p-r-17n {
    padding-right: 68px
}

.p-l-17n {
    padding-left: 68px
}

.m-t-18n {
    margin-top: 72px
}

.m-b-18n {
    margin-bottom: 72px
}

.m-r-18n {
    margin-right: 72px
}

.m-l-18n {
    margin-left: 72px
}

.p-t-18n {
    padding-top: 72px
}

.p-b-18n {
    padding-bottom: 72px
}

.p-r-18n {
    padding-right: 72px
}

.p-l-18n {
    padding-left: 72px
}

.m-t-19n {
    margin-top: 76px
}

.m-b-19n {
    margin-bottom: 76px
}

.m-r-19n {
    margin-right: 76px
}

.m-l-19n {
    margin-left: 76px
}

.p-t-19n {
    padding-top: 76px
}

.p-b-19n {
    padding-bottom: 76px
}

.p-r-19n {
    padding-right: 76px
}

.p-l-19n {
    padding-left: 76px
}

.m-t-20n {
    margin-top: 80px
}

.m-b-20n {
    margin-bottom: 80px
}

.m-r-20n {
    margin-right: 80px
}

.m-l-20n {
    margin-left: 80px
}

.p-t-20n {
    padding-top: 80px
}

.p-b-20n {
    padding-bottom: 80px
}

.p-r-20n {
    padding-right: 80px
}

.p-l-20n {
    padding-left: 80px
}

.m-t-21n {
    margin-top: 84px
}

.m-b-21n {
    margin-bottom: 84px
}

.m-r-21n {
    margin-right: 84px
}

.m-l-21n {
    margin-left: 84px
}

.p-t-21n {
    padding-top: 84px
}

.p-b-21n {
    padding-bottom: 84px
}

.p-r-21n {
    padding-right: 84px
}

.p-l-21n {
    padding-left: 84px
}

.m-t-22n {
    margin-top: 88px
}

.m-b-22n {
    margin-bottom: 88px
}

.m-r-22n {
    margin-right: 88px
}

.m-l-22n {
    margin-left: 88px
}

.p-t-22n {
    padding-top: 88px
}

.p-b-22n {
    padding-bottom: 88px
}

.p-r-22n {
    padding-right: 88px
}

.p-l-22n {
    padding-left: 88px
}

.m-t-23n {
    margin-top: 92px
}

.m-b-23n {
    margin-bottom: 92px
}

.m-r-23n {
    margin-right: 92px
}

.m-l-23n {
    margin-left: 92px
}

.p-t-23n {
    padding-top: 92px
}

.p-b-23n {
    padding-bottom: 92px
}

.p-r-23n {
    padding-right: 92px
}

.p-l-23n {
    padding-left: 92px
}

.m-t-24n {
    margin-top: 96px
}

.m-b-24n {
    margin-bottom: 96px
}

.m-r-24n {
    margin-right: 96px
}

.m-l-24n {
    margin-left: 96px
}

.p-t-24n {
    padding-top: 96px
}

.p-b-24n {
    padding-bottom: 96px
}

.p-r-24n {
    padding-right: 96px
}

.p-l-24n {
    padding-left: 96px
}

.m-t-25n {
    margin-top: 100px
}

.m-b-25n {
    margin-bottom: 100px
}

.m-r-25n {
    margin-right: 100px
}

.m-l-25n {
    margin-left: 100px
}

.p-t-25n {
    padding-top: 100px
}

.p-b-25n {
    padding-bottom: 100px
}

.p-r-25n {
    padding-right: 100px
}

.p-l-25n {
    padding-left: 100px
}

.icon-tag {
    height: 20px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center
}



.icon-tag+.icon-tag {
    margin-left: 4px
}



.block {
    display: block
}

.tmr-10 {
    margin: 12px 0;
    line-height: 1.5
}

@media screen and (max-width: 1180px) {
    .mp-only-pc,.mp-only-pc-flex {
        display:none
    }

    .mp-only-m {
        display: block
    }

    .mp-only-flex {
        display: flex
    }
}

@media screen and (max-width: 768px) {
    .m-t-0n {
        margin-top:0px
    }

    .m-b-0n {
        margin-bottom: 0px
    }

    .m-r-0n {
        margin-right: 0px
    }

    .m-l-0n {
        margin-left: 0px
    }

    .p-t-0n {
        padding-top: 0px
    }

    .p-b-0n {
        padding-bottom: 0px
    }

    .p-r-0n {
        padding-right: 0px
    }

    .p-l-0n {
        padding-left: 0px
    }

    .m-t-1n {
        margin-top: 2px
    }

    .m-b-1n {
        margin-bottom: 2px
    }

    .m-r-1n {
        margin-right: 2px
    }

    .m-l-1n {
        margin-left: 2px
    }

    .p-t-1n {
        padding-top: 2px
    }

    .p-b-1n {
        padding-bottom: 2px
    }

    .p-r-1n {
        padding-right: 2px
    }

    .p-l-1n {
        padding-left: 2px
    }

    .m-t-2n {
        margin-top: 4px
    }

    .m-b-2n {
        margin-bottom: 4px
    }

    .m-r-2n {
        margin-right: 4px
    }

    .m-l-2n {
        margin-left: 4px
    }

    .p-t-2n {
        padding-top: 4px
    }

    .p-b-2n {
        padding-bottom: 4px
    }

    .p-r-2n {
        padding-right: 4px
    }

    .p-l-2n {
        padding-left: 4px
    }

    .m-t-3n {
        margin-top: 6px
    }

    .m-b-3n {
        margin-bottom: 6px
    }

    .m-r-3n {
        margin-right: 6px
    }

    .m-l-3n {
        margin-left: 6px
    }

    .p-t-3n {
        padding-top: 6px
    }

    .p-b-3n {
        padding-bottom: 6px
    }

    .p-r-3n {
        padding-right: 6px
    }

    .p-l-3n {
        padding-left: 6px
    }

    .m-t-4n {
        margin-top: 8px
    }

    .m-b-4n {
        margin-bottom: 8px
    }

    .m-r-4n {
        margin-right: 8px
    }

    .m-l-4n {
        margin-left: 8px
    }

    .p-t-4n {
        padding-top: 8px
    }

    .p-b-4n {
        padding-bottom: 8px
    }

    .p-r-4n {
        padding-right: 8px
    }

    .p-l-4n {
        padding-left: 8px
    }

    .m-t-5n {
        margin-top: 10px
    }

    .m-b-5n {
        margin-bottom: 10px
    }

    .m-r-5n {
        margin-right: 10px
    }

    .m-l-5n {
        margin-left: 10px
    }

    .p-t-5n {
        padding-top: 10px
    }

    .p-b-5n {
        padding-bottom: 10px
    }

    .p-r-5n {
        padding-right: 10px
    }

    .p-l-5n {
        padding-left: 10px
    }

    .m-t-6n {
        margin-top: 12px
    }

    .m-b-6n {
        margin-bottom: 12px
    }

    .m-r-6n {
        margin-right: 12px
    }

    .m-l-6n {
        margin-left: 12px
    }

    .p-t-6n {
        padding-top: 12px
    }

    .p-b-6n {
        padding-bottom: 12px
    }

    .p-r-6n {
        padding-right: 12px
    }

    .p-l-6n {
        padding-left: 12px
    }

    .m-t-7n {
        margin-top: 14px
    }

    .m-b-7n {
        margin-bottom: 14px
    }

    .m-r-7n {
        margin-right: 14px
    }

    .m-l-7n {
        margin-left: 14px
    }

    .p-t-7n {
        padding-top: 14px
    }

    .p-b-7n {
        padding-bottom: 14px
    }

    .p-r-7n {
        padding-right: 14px
    }

    .p-l-7n {
        padding-left: 14px
    }

    .m-t-8n {
        margin-top: 16px
    }

    .m-b-8n {
        margin-bottom: 16px
    }

    .m-r-8n {
        margin-right: 16px
    }

    .m-l-8n {
        margin-left: 16px
    }

    .p-t-8n {
        padding-top: 16px
    }

    .p-b-8n {
        padding-bottom: 16px
    }

    .p-r-8n {
        padding-right: 16px
    }

    .p-l-8n {
        padding-left: 16px
    }

    .m-t-9n {
        margin-top: 18px
    }

    .m-b-9n {
        margin-bottom: 18px
    }

    .m-r-9n {
        margin-right: 18px
    }

    .m-l-9n {
        margin-left: 18px
    }

    .p-t-9n {
        padding-top: 18px
    }

    .p-b-9n {
        padding-bottom: 18px
    }

    .p-r-9n {
        padding-right: 18px
    }

    .p-l-9n {
        padding-left: 18px
    }

    .m-t-10n {
        margin-top: 20px
    }

    .m-b-10n {
        margin-bottom: 20px
    }

    .m-r-10n {
        margin-right: 20px
    }

    .m-l-10n {
        margin-left: 20px
    }

    .p-t-10n {
        padding-top: 20px
    }

    .p-b-10n {
        padding-bottom: 20px
    }

    .p-r-10n {
        padding-right: 20px
    }

    .p-l-10n {
        padding-left: 20px
    }

    .m-t-11n {
        margin-top: 22px
    }

    .m-b-11n {
        margin-bottom: 22px
    }

    .m-r-11n {
        margin-right: 22px
    }

    .m-l-11n {
        margin-left: 22px
    }

    .p-t-11n {
        padding-top: 22px
    }

    .p-b-11n {
        padding-bottom: 22px
    }

    .p-r-11n {
        padding-right: 22px
    }

    .p-l-11n {
        padding-left: 22px
    }

    .m-t-12n {
        margin-top: 24px
    }

    .m-b-12n {
        margin-bottom: 24px
    }

    .m-r-12n {
        margin-right: 24px
    }

    .m-l-12n {
        margin-left: 24px
    }

    .p-t-12n {
        padding-top: 24px
    }

    .p-b-12n {
        padding-bottom: 24px
    }

    .p-r-12n {
        padding-right: 24px
    }

    .p-l-12n {
        padding-left: 24px
    }

    .m-t-13n {
        margin-top: 26px
    }

    .m-b-13n {
        margin-bottom: 26px
    }

    .m-r-13n {
        margin-right: 26px
    }

    .m-l-13n {
        margin-left: 26px
    }

    .p-t-13n {
        padding-top: 26px
    }

    .p-b-13n {
        padding-bottom: 26px
    }

    .p-r-13n {
        padding-right: 26px
    }

    .p-l-13n {
        padding-left: 26px
    }

    .m-t-14n {
        margin-top: 28px
    }

    .m-b-14n {
        margin-bottom: 28px
    }

    .m-r-14n {
        margin-right: 28px
    }

    .m-l-14n {
        margin-left: 28px
    }

    .p-t-14n {
        padding-top: 28px
    }

    .p-b-14n {
        padding-bottom: 28px
    }

    .p-r-14n {
        padding-right: 28px
    }

    .p-l-14n {
        padding-left: 28px
    }

    .m-t-15n {
        margin-top: 30px
    }

    .m-b-15n {
        margin-bottom: 30px
    }

    .m-r-15n {
        margin-right: 30px
    }

    .m-l-15n {
        margin-left: 30px
    }

    .p-t-15n {
        padding-top: 30px
    }

    .p-b-15n {
        padding-bottom: 30px
    }

    .p-r-15n {
        padding-right: 30px
    }

    .p-l-15n {
        padding-left: 30px
    }

    .m-t-16n {
        margin-top: 32px
    }

    .m-b-16n {
        margin-bottom: 32px
    }

    .m-r-16n {
        margin-right: 32px
    }

    .m-l-16n {
        margin-left: 32px
    }

    .p-t-16n {
        padding-top: 32px
    }

    .p-b-16n {
        padding-bottom: 32px
    }

    .p-r-16n {
        padding-right: 32px
    }

    .p-l-16n {
        padding-left: 32px
    }

    .m-t-17n {
        margin-top: 34px
    }

    .m-b-17n {
        margin-bottom: 34px
    }

    .m-r-17n {
        margin-right: 34px
    }

    .m-l-17n {
        margin-left: 34px
    }

    .p-t-17n {
        padding-top: 34px
    }

    .p-b-17n {
        padding-bottom: 34px
    }

    .p-r-17n {
        padding-right: 34px
    }

    .p-l-17n {
        padding-left: 34px
    }

    .m-t-18n {
        margin-top: 36px
    }

    .m-b-18n {
        margin-bottom: 36px
    }

    .m-r-18n {
        margin-right: 36px
    }

    .m-l-18n {
        margin-left: 36px
    }

    .p-t-18n {
        padding-top: 36px
    }

    .p-b-18n {
        padding-bottom: 36px
    }

    .p-r-18n {
        padding-right: 36px
    }

    .p-l-18n {
        padding-left: 36px
    }

    .m-t-19n {
        margin-top: 38px
    }

    .m-b-19n {
        margin-bottom: 38px
    }

    .m-r-19n {
        margin-right: 38px
    }

    .m-l-19n {
        margin-left: 38px
    }

    .p-t-19n {
        padding-top: 38px
    }

    .p-b-19n {
        padding-bottom: 38px
    }

    .p-r-19n {
        padding-right: 38px
    }

    .p-l-19n {
        padding-left: 38px
    }

    .m-t-20n {
        margin-top: 40px
    }

    .m-b-20n {
        margin-bottom: 40px
    }

    .m-r-20n {
        margin-right: 40px
    }

    .m-l-20n {
        margin-left: 40px
    }

    .p-t-20n {
        padding-top: 40px
    }

    .p-b-20n {
        padding-bottom: 40px
    }

    .p-r-20n {
        padding-right: 40px
    }

    .p-l-20n {
        padding-left: 40px
    }

    .m-t-21n {
        margin-top: 42px
    }

    .m-b-21n {
        margin-bottom: 42px
    }

    .m-r-21n {
        margin-right: 42px
    }

    .m-l-21n {
        margin-left: 42px
    }

    .p-t-21n {
        padding-top: 42px
    }

    .p-b-21n {
        padding-bottom: 42px
    }

    .p-r-21n {
        padding-right: 42px
    }

    .p-l-21n {
        padding-left: 42px
    }

    .m-t-22n {
        margin-top: 44px
    }

    .m-b-22n {
        margin-bottom: 44px
    }

    .m-r-22n {
        margin-right: 44px
    }

    .m-l-22n {
        margin-left: 44px
    }

    .p-t-22n {
        padding-top: 44px
    }

    .p-b-22n {
        padding-bottom: 44px
    }

    .p-r-22n {
        padding-right: 44px
    }

    .p-l-22n {
        padding-left: 44px
    }

    .m-t-23n {
        margin-top: 46px
    }

    .m-b-23n {
        margin-bottom: 46px
    }

    .m-r-23n {
        margin-right: 46px
    }

    .m-l-23n {
        margin-left: 46px
    }

    .p-t-23n {
        padding-top: 46px
    }

    .p-b-23n {
        padding-bottom: 46px
    }

    .p-r-23n {
        padding-right: 46px
    }

    .p-l-23n {
        padding-left: 46px
    }

    .m-t-24n {
        margin-top: 48px
    }

    .m-b-24n {
        margin-bottom: 48px
    }

    .m-r-24n {
        margin-right: 48px
    }

    .m-l-24n {
        margin-left: 48px
    }

    .p-t-24n {
        padding-top: 48px
    }

    .p-b-24n {
        padding-bottom: 48px
    }

    .p-r-24n {
        padding-right: 48px
    }

    .p-l-24n {
        padding-left: 48px
    }

    .m-t-25n {
        margin-top: 50px
    }

    .m-b-25n {
        margin-bottom: 50px
    }

    .m-r-25n {
        margin-right: 50px
    }

    .m-l-25n {
        margin-left: 50px
    }

    .p-t-25n {
        padding-top: 50px
    }

    .p-b-25n {
        padding-bottom: 50px
    }

    .p-r-25n {
        padding-right: 50px
    }

    .p-l-25n {
        padding-left: 50px
    }
}

.color-text-price {
    color: #f77600
}

.color-text-weak {
    color: #6d7280
}

.color-text-blue {
    color: #0052d9
}

.font-text-price {
    font-size: 24px;
    font-weight: 500
}

.mp-carousel {
    width: 100%;
    position: relative
}

.mp-carousel__list {
    width: 100%;
    height: 100%;
    position: relative
}

.mp-carousel__item {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    transition: opacity .4s ease-in;
    opacity: 0;
    z-index: 0
}

.mp-carousel__item--actived {
    opacity: 1;
    z-index: 1
}

.mp-carousel__dot {
    text-align: center;
    z-index: 1;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 0
}

.mp-carousel__dot-item {
    width: 32px;
    height: 16px;
    display: inline-block;
    margin: 0 2px;
    cursor: pointer;
    align-items: center
}

.mp-carousel__dot-item:before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: #fff;
    margin-top: 6px
}

.mp-carousel__dot-item.actived:before {
    background-color: #0052d9
}

.mp-btn {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    padding: 0 16px;
    font-size: 16px;
    color: #000;
    border: 1px solid #d1d7df;
    background-color: #fff;
    text-align: center;
    transition: all .25s;
    box-sizing: border-box;
    width: fit-content;
    cursor: pointer
}

.mp-btn--yellow {
    color: #fff;
    border-color: #ffa219;
    background-color: #ffa219
}

.mp-btn--yellow:hover {
    background-color: #e08f16;
    border-color: #e08f16
}

.mp-btn--white {
    border-color: #fff;
    color: #000
}

.mp-btn--white:hover {
    background-color: #d9dee5;
    border-color: #d9dee5
}

.mp-btn--blue {
    border-color: #0052d9;
    color: #fff;
    background-color: #0052d9
}

.mp-btn--blue:hover {
    background: #2670e8;
    border-color: #2670e8
}

.mp-btn--ghost {
    background-color: rgba(0,0,0,0)
}

.mp-btn--ghost.mp-btn--blue {
    color: #0052d9;
    border-color: #0052d9
}

.mp-btn--ghost.mp-btn--blue:hover {
    background-color: #eaf3ff
}

.mp-btn--ghost.mp-btn--white {
    color: #fff;
    border-color: #fff
}

.mp-btn--ghost.mp-btn--white:hover {
    border-color: #d9dee5;
    color: #000
}

.mp-btn--ghost.mp-btn--yellow {
    color: #ffa219
}

.mp-btn--ghost.mp-btn--yellow:hover {
    background-color: #f6e8d4;
    border-color: #f6e8d4
}

.mp-btn--disabled {
    cursor: not-allowed
}

.mp-btn--disabled.mp-btn {
    border: 1px solid rgba(0,82,217,.3) !important;
    color: rgba(0,82,217,.3) !important
}

.mp-btn--disabled.mp-btn:hover {
    background: #fff !important;
    border: 1px solid rgba(0,82,217,.3) !important;
    color: rgba(0,82,217,.3) !important
}

.mp-btn--disabled.mp-btn--blue {
    background: rgba(0,82,217,.3);
    color: #fff !important;
    border: none !important;
    padding: 1px 17px
}

.mp-btn--disabled.mp-btn--blue:hover {
    background: rgba(0,82,217,.3) !important;
    color: #fff !important;
    border: none !important
}

.mp-btn+.mp-btn {
    margin-left: 8px
}

.mp-btn--s {
    height: 36px;
    line-height: 34px
}

.mp-btn--m {
    padding: 0 20px
}

.mp-btn--l {
    padding: 0 24px
}

.mp-btn--xl {
    padding: 0 28px
}

@media screen and (max-width: 540px) {
    .mp-btn {
        height:32px;
        line-height: 30px;
        font-size: 12px;
        padding: 0 8px
    }

    .mp-btn--m {
        padding: 0 16px
    }

    .mp-btn--l {
        padding: 0 18px
    }

    .mp-btn--xl {
        padding: 0 20px
    }
}



.flag-logo {
    height: 32px;
    vertical-align: middle;
    margin-left: 8px
}

.seemore {
    text-align: center;
    color: #6d7280;
    font-size: 14px;
    display: block;
    margin-top: 32px
}



.mp-home-jointOperations {
    padding: 0 calc((100% - 1210px)/2 + 15px) 20px calc((100% - 1210px)/2 + 15px);
    margin-bottom: 48px
}

.mp-home-jointOperations__header {
    font-size: 24px;
    line-height: 38px;
    color: #000;
    margin: 30px 0
}

.mp-home-jointOperations__body {
    display: flex;
    margin: 0 -10px
}



.mp-home-jointOperations-card-hover {
    background: #fff;
    box-shadow: 0 4px 16px 1px rgba(0,0,0,.161);
    transform: scale(1.04);
    width: 470px;
    min-width: 470px;
    margin: 0 20px
}

.mp-home-jointOperations-card-hover::before {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 20px;
    height: 100%
}

.mp-home-jointOperations-card-hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 20px;
    height: 100%
}

.mp-home-jointOperations-card-hover .mp-home-jointOperations-card__head {
    background: url(./image/231024-joint-bg-hover24f0f9104b27cb7b1974.png) no-repeat;
    background-size: 100% 100%;
    color: #fff
}

.mp-home-jointOperations-card-hover .mp-home-jointOperations-card__head:after {
    display: none
}

.mp-home-jointOperations-card-hover .mp-home-jointOperations-card__more {
    opacity: 1
}

.mp-home-jointOperations-card-hover .mp-home-jointOperations-card__busname {
    display: flex;
    align-items: center
}

.mp-home-jointOperations-card-hover .mp-home-jointOperations-card__busaux_description {
    display: none
}

.mp-home-jointOperations-card-hover .mp-home-jointOperations-card__busaux_introduction {
    display: block
}

.mp-home-jointOperations-card__head {
    font-family: "tencent";
    line-height: 22px;
    height: auto;
    font-size: 20px;
    padding: 0 20px 0;
    color: #0053d9;
    position: relative;
    min-height: 60px;
    display: flex;
    align-items: center
}

.mp-home-jointOperations-card__head:after {
    content: "";
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 24px;
    height: 2px;
    background: #dbdfe7
}

.mp-home-jointOperations-card__body {
    padding: 10px 20px
}

.mp-home-jointOperations-card__flag {
    display: inline-block;
    background: url(./image/231024-Label_Jointly35a1feb8efff7e1d58c1.png) no-repeat;
    background-size: contain;
    width: 72px;
    height: 24px;
    margin-left: 8px
}

.mp-home-jointOperations-card__logo {
    height: 48px;
    margin-left: -4px
}

.mp-home-jointOperations-card__busname {
    display: none;
    margin-bottom: 12px
}

.mp-home-jointOperations-card__busaux_description,.mp-home-jointOperations-card__busaux_introduction {
    font-weight: 400;
    font-size: 14px;
    color: #6d7280;
    letter-spacing: 0;
    line-height: 24px;
    word-break: break-all
}

.mp-home-jointOperations-card__busaux_introduction {
    display: none
}

.mp-home-jointOperations-card__more {
    opacity: 0;
    margin-top: 32px;
    position: absolute;
    bottom: 28px;
    left: 20px
}

.mp-home-jointOperations-card__more .mp-icon {
    margin-left: 4px
}

.mp-home-jointOperations-card__more-head {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px
}

.mp-home-jointOperations-card__more-head::after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 12px;
    background: url(./image/231024-next7e86d959e5b166138a20.png) no-repeat;
    background-size: contain;
    vertical-align: -1px
}

.mp-home-jointOperations-card__more-tagBox {
    display: flex
}

.mp-home-jointOperations-card__more-tag {
    background: #6d7280;
    line-height: 28px;
    padding: 0 8px;
    font-size: 14px;
    background: rgba(80,126,200,.122);
    border-radius: 2px;
    color: #6d7280;
    margin-right: 4px
}

.mp-home-jointOperations-card__more-tag:hover {
    background: rgba(80,126,200,.2)
}

.mp-home-jointOperations-card__more-tag span {
    color: #f25b3d;
    font-size: 15px;
    display: inline-block;
    padding: 0 2px 0 0
}

.mp-home-jointOperations-card__more-tag p {
    padding-right: 4px;
    display: inline
}

@media screen and (max-width: 768px) {
    .flag-logo {
        height:24px
    }

    .mp-home-jointOperations {
        margin-bottom: 0
    }

    .mp-home-jointOperations__header {
        font-size: 20px;
        margin: 20px 16px 14px
    }

    .mp-home-jointOperations__body {
        margin: 0;
        padding: 0 16px;
        flex-wrap: wrap
    }

    .mp-home-jointOperations-card {
        width: 100%;
        min-width: 100%;
        margin: 6px 0;
        height: auto;
        background: #fff url(./image/231024-bg-m3ee118d0232b61497972.png) no-repeat;
        background-size: contain
    }

    .mp-home-jointOperations-card-hover {
        width: 100%;
        min-width: 100%;
        margin: 6px 0;
        transform: scale(1);
        box-shadow: 0 1px 8px 0 rgba(0,0,0,.122)
    }

    .mp-home-jointOperations-card-hover .mp-home-jointOperations-card__head {
        background: none;
        color: #0053d9;
        font-weight: 500
    }

    .mp-home-jointOperations-card-hover .mp-home-jointOperations-card__head::after {
        display: block
    }

    .mp-home-jointOperations-card__logo {
        height: 28px
    }

    .mp-home-jointOperations-card__head {
        padding: 0 16px
    }

    .mp-home-jointOperations-card__head:after {
        left: 16px
    }

    .mp-home-jointOperations-card__body {
        padding: 10px 16px
    }

    .mp-home-jointOperations-card__more {
        bottom: 6px;
        opacity: 1;
        left: 0;
        position: relative;
        margin-top: 21px
    }

    .mp-home-jointOperations-card__flag {
        display: none
    }

    .mp-home-jointOperations-card__busname {
        display: block;
        margin-bottom: 6px
    }

    .mp-home-jointOperations-card__busaux_description {
        display: none
    }

    .mp-home-jointOperations-card__busaux_introduction {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .mp-home-jointOperations-card__more-head {
        margin-bottom: 8px
    }
}

.mp-home-double11 {
    padding: 0 calc((100% - 1210px)/2 + 15px) 20px calc((100% - 1210px)/2 + 15px);
    margin-bottom: 16px
}

.mp-home-double11__header {
    font-size: 24px;
    line-height: 38px;
    color: #000;
    margin: 60px 0 20px
}

.mp-home-double11__body {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

.double11Card {
    min-width: calc(25% - 52px);
    max-width: calc(25% - 52px);
    padding: 26px 16px 14px;
    height: 132px;
    position: relative;
    background: #fff;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.122);
    border-radius: 4px;
    margin: 10px;
    cursor: pointer;
    transition: all 195ms ease-in-out
}

.double11Card:hover {
    background: url(./image/231024-11bg34d8b4531d7b0607fb25.png) no-repeat;
    background-size: contain;
    box-shadow: 0 4px 16px 1px rgba(0,0,0,.161)
}

.double11Card .double11Card-tip {
    position: absolute;
    top: -8px;
    right: -8px;
    background: url(./image/231024-Label337977369b71e67a6ad7.png) no-repeat;
    height: 32px;
    width: 118px;
    background-size: 100% 100%;
    text-align: center;
    line-height: 36px;
    color: #ffefbf;
    font-size: 13px
}

.double11Card .double11Card-head {
    word-break: break-all;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.double11Card .double11Card-desc {
    word-break: break-all;
    font-weight: 400;
    font-size: 12px;
    color: #6d7280;
    letter-spacing: 0;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.double11Card .double11Card-price {
    font-size: 12px;
    color: #6d7280;
    letter-spacing: 0;
    position: absolute;
    left: 16px;
    bottom: 16px
}

.double11Card .double11Card-price span {
    font-weight: 700;
    font-size: 24px;
    color: #f25b3d;
    letter-spacing: 0;
    display: inline-block;
    vertical-align: -2px
}

@media screen and (max-width: 768px) {
    .mp-home-double11__header {
        font-size:20px;
        margin: 20px 16px 14px
    }

    .mp-home-double11__body {
        margin: 0;
        padding: 0 16px;
        flex-wrap: wrap
    }

    .double11Card {
        min-width: calc(100% - 32px);
        width: 100%;
        max-width: 100%;
        margin: 6px 0
    }

    .double11Card .double11Card-tip {
        background: url(./image/231024-Label-md7069fe6654c811f8c6c.png) no-repeat;
        background-size: 100% 100%;
        right: 0;
        top: -4px;
        height: 28px;
        width: 108px;
        line-height: 26px;
        padding-left: 10px;
        box-sizing: border-box
    }

    .double11Card .double11Card-head {
        font-size: 16px;
        margin-bottom: 8px
    }

    .double11Card .double11Card-desc {
        font-size: 14px;
        line-height: 24px
    }

    .double11Card .double11Card-price {
        left: 16px;
        bottom: 16px
    }
}

.mp-home-banner-container-v2,.mp-home-search-card__container-v2,#general-category,#jointOperations {
    background: #f5f8fd
}

@media screen and (max-width: 768px) {
    .mp-home-banner-container-v2,.mp-home-search-card__container-v2,#general-category {
        background:#fff
    }

    #double11 {
        background: #f5f8fd
    }
}

.more {
    font-size: 14px;
    line-height: 22px;
    color: #6d7280;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: right center;
    display: inline-flex
}

.more:after {
    content: "";
    display: block;
    width: 16px;
    margin-left: 4px;
    background-color: rgba(0,0,0,0);
    background-position: right center;
    background-size: 14px;
    background-repeat: no-repeat;
    transition: transform .25s;
    background-image: url(./image/220517-icon-moredef0ea7b15bae4288024d33.svg)
}

.more:hover {
    color: #0052d9
}

.more:hover:after {
    transform: translateX(4px);
    background-image: url(./image/220517-icon-moreblueebaadace07983a73741d.svg)
}

.more-white {
    color: #fff
}

.more-white:after {
    background-image: url(./image/220517-icon-morewhitef9d979b048aa0b064e14.svg)
}

.more-white:hover {
    color: #fff
}

.more-white:hover:after {
    background-image: url(./image/220517-icon-morewhitef9d979b048aa0b064e14.svg)
}

.more-card {
    background-color: #fff;
    padding: 20px 0;
    display: none;
    justify-content: center
}

.container-bg-0 {
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(235, 240, 249) 100%)
}

.container-bg-1 {
    background: rgba(0,0,0,0) url(./image/220517-container-bg-19562948f1f5d025b0892.jpg) no-repeat center;
    background-size: cover
}

.container-bg-1 .mp-module__title {
    color: #fff
}

.container-bg-2 {
    background-color: #f5f8fd
}

.home-hot2 {
    background-color: #f5f8fd
}

.home-case {
    position: relative
}

.home-case .mp-module__title {
    color: #fff
}

.home-case .mp-case-container__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
    display: none
}

.home-case .mp-case-classify-focus .mp-case-container__bg {
    display: inline-block
}

.container-bg-4 {
    background-color: #f5f8fd
}

.home-about {
    background: rgba(0,0,0,0) url(./image/23582074-51d3-45b4-b1d2-7e46b78cee9c.jpeg) no-repeat center;
    background-size: cover
}

.home-banner {
    height: 520px
}

.home-banner .mp-banner-main {
    padding-top: 84px
}

.home-customer-service {
    position: fixed;
    top: 450px;
    right: 20px;
    z-index: 9
}

.mp-banner {
    height: 520px;
    background-size: 1920px 520px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #3269ff
}

.mp-banner-main {
    width: 100%;
    height: 100%;
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.mp-banner-title {
    height: 64px;
    font-size: 40px;
    margin-bottom: 12px;
    line-height: 64px
}

.mp-banner-description {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.mp-banner-subdescription {
    line-height: 32px;
    font-size: 16px;
    color: #6d7280;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.mp-banner-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-bottom: 32px
}

.mp-banner-row__extra {
    margin-left: 12px;
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0
}

.mp-banner-row .mp-banner-description {
    max-width: none;
    margin: 0
}

.mp-banner-qrcode img {
    display: block;
    padding: 4px;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 4px;
    box-sizing: border-box
}

.home-operation-bg1 {
    background: rgba(0,0,0,0) url(./image/220517-boucard-bg1343b63b9084ab87694ce.jpg) no-repeat center;
    background-size: cover;
    transition: box-shadow .25s
}

.home-operation-bg1:hover {
    box-shadow: 0 8px 40px rgba(118,165,236,.4)
}

.home-operation-bg2 {
    background: rgba(0,0,0,0) url(./image/220517-boucard-bg25f7dc1c841db375f1094.jpg) no-repeat center;
    background-size: cover;
    transition: box-shadow .25s
}

.home-operation-bg2:hover {
    box-shadow: 0 8px 40px rgba(150,140,229,.4)
}

.home-operation-bg3 {
    background: rgba(0,0,0,0) url(./image/220517-boucard-bg3f146868b4fae9ca1e332.jpg) no-repeat center;
    background-size: cover;
    transition: box-shadow .25s
}

.home-operation-bg3:hover {
    box-shadow: 0 8px 40px rgba(104,115,234,.4)
}

.home-operation-bg4 {
    background: rgba(0,0,0,0) url(./image/220517-boucard-bg443a0346c8f89b6f70854.jpg) no-repeat center;
    background-size: cover;
    transition: box-shadow .25s
}

.home-operation-bg4:hover {
    box-shadow: 0 8px 40px rgba(244,180,56,.4)
}

.home-recommend .mp-module__title {
    background: linear-gradient(to right, #a68d4d, #9b8240);
    -webkit-background-clip: text;
    color: rgba(0,0,0,0)
}

.home-solution .mp-solution-card {
    border-radius: 4px;
    overflow: hidden
}

.mp-classif {
    position: relative;
    z-index: 2
}

.mp-classif-hd {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center
}

.mp-classif-hd:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: hsla(0,0%,100%,.75);
    backdrop-filter: blur(20px);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: background-color .25s
}

.mp-classif-hd-focus:before {
    background-color: #fff
}

.mp-classif-bd {
    position: absolute;
    top: 84px;
    background-color: #f5f7fa;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05);
    height: 448px;
    width: 100%;
    overflow: hidden;
    z-index: 9
}

.mp-classif-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 50px 12px;
    transition: background-color .25s
}

.mp-classif-item-focus,.mp-classif-item:hover {
    background-color: #f5f7fa
}

.mp-classif-item-focus .mp-classif-title:after,.mp-classif-item:hover .mp-classif-title:after {
    transform: rotate(0deg)
}

.mp-classif-icon {
    width: 28px;
    height: 28px
}

.mp-classif-title {
    font-size: 14px;
    line-height: 20px;
    padding-right: 20px;
    margin-right: -20px;
    position: relative;
    height: 20px;
    margin-top: 8px
}

.mp-classif-title:after {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    right: 0;
    top: 2px;
    background: rgba(0,0,0,0) url(./image/220517-icon-arrow12eac7d5d71051a2ac841.svg) no-repeat center;
    background-size: 16px;
    transition: all .25s;
    transform: rotate(180deg)
}

.mp-classif-detail {
    max-width: 1210px;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 32px;
    display: flex
}

.mp-classif-left {
    flex: 1 0 auto
}

.mp-classif-right {
    margin-left: 80px
}

.mp-classif-right .mp-procard {
    width: 240px;
    height: 112px;
    background-position: center;
    background-size: cover;
    transition: box-shadow .25s
}

.mp-classif-right .mp-procard+.mp-procard {
    margin-top: 12px
}

.mp-classif-right .mp-procard:first-child {
    background-image: url(./image/220517-procard-bg18aaf1bf906fbcec00f81.jpg)
}

.mp-classif-right .mp-procard:nth-child(2) {
    background-image: url(./image/220517-procard-bg2f3ef4965a429e07933a9.jpg)
}

.mp-classif-right .mp-procard:nth-child(3) {
    background-image: url(./image/220517-procard-bg38da0909935c6d566379b.jpg)
}

.mp-classif-right .mp-procard:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,.05)
}

.mp-classif-right .mp-procard:hover .mp-procard-title {
    color: #0052d9
}

.mp-classif-submore {
    display: flex;
    background: hsla(0,0%,100%,.7)
}

.mp-classif-submorelink {
    display: block;
    text-indent: 12px;
    line-height: 38px;
    font-size: 14px;
    transition: color .25s;
    width: 100%
}

.mp-classif-submorelink:hover {
    color: #0052d9
}

.mp-classif-sublist {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    flex-wrap: wrap;
    height: 296px;
    padding-left: 12px
}

.mp-classif-subitem {
    width: 256px;
    padding: 12px 0;
    cursor: pointer
}

.mp-classif-subitem:hover .mp-classif-subtitle {
    color: #0052d9
}

.mp-classif-subtitle {
    height: 22px;
    margin-bottom: 8px;
    transition: color .25s
}

.mp-classif-sublink {
    line-height: 22px;
    font-size: 14px;
    transition: color .25s
}

.mp-classif-sublink:hover {
    color: #0052d9
}

.mp-classif-subdesc {
    height: 20px;
    font-size: 12px;
    color: #959cad
}

.mp-classif-m .mp-classif-hd {
    padding: 32px 0
}

.mp-classif-m .mp-classif-item {
    padding: 0;
    flex: 1
}

.mp-classif-m .mp-classif-item:hover {
    background-color: rgba(0,0,0,0)
}

.mp-classif-m .mp-classif-item:last-child {
    display: none
}

.mp-classif-m .mp-classif-title {
    padding-right: 0;
    margin-right: 0
}

.mp-classif-m .mp-classif-title:after {
    display: none
}

.mp-boucard {
    border-radius: 4px;
    padding: 20px;
    box-sizing: border-box;
    height: 124px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
    display: block
}

.mp-boucard-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
    color: #fff
}

.mp-boucard-description {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.mp-quacard {
    background: rgba(0,0,0,0) url(./image/220517-quacard-bgc75b8ec4a0b53cdbcb6d.jpg) no-repeat center;
    background-size: cover;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 258px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    transition: all .25s;
    border-radius: 4px
}

.mp-quacard-img {
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
    transition: all .25s
}

.mp-quacard-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
    height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%
}

.mp-quacard-description {
    font-size: 14px;
    line-height: 22px;
    color: #95a5ad;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.mp-quacard-link {
    display: block;
    width: 100%;
    text-align: center;
    left: 0;
    position: absolute;
    bottom: -36px;
    height: 36px;
    border: none;
    transition: all .25s;
    font-size: 14px;
    background-color: #f77600
}

.mp-quacard-link:hover {
    background-color: #f77600
}

.mp-quacard:hover {
    padding-top: 20px
}

.mp-quacard:hover .mp-quacard-img {
    width: 72px;
    height: 72px
}

.mp-quacard:hover .mp-quacard-link {
    bottom: 0
}

.mp-horizontalList {
    background-color: #fff;
    border-radius: 4px;
    padding: 8px 0
}

.mp-horizontalList-list {
    display: block
}

.mp-horcard {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    transition: background .25s;
    cursor: pointer
}

.mp-horcard:hover {
    background-color: #f7f9fd
}

.mp-horcard:hover .mp-horcard-link {
    color: #0052d9
}

.mp-horcard-left {
    flex: 0 0 48px;
    margin-right: 20px
}

.mp-horcard-center {
    margin-right: 20px;
    flex: 1;
    overflow: hidden
}

.mp-horcard-right {
    text-align: right;
    flex: 0 0 176px
}

.mp-horcard-img {
    display: flex;
    flex: 0 0 48px;
    height: 48px;
    border: 1px solid #e3e7ee;
    border-radius: 4px;
    overflow: hidden;
    align-items: center;
    justify-content: center
}

.mp-horcard-img img {
    max-width: 100%;
    max-height: 100%
}

.mp-horcard-title {
    margin-bottom: 8px;
    line-height: 20px;
    display: flex
}

.mp-horcard-tLeft {
    flex: 0 1 auto;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.mp-horcard-tLeft a {
    font-size: 16px;
    line-height: 24px;
    align-items: center
}

.mp-horcard-tright {
    display: flex
}

.mp-horcard-link {
    flex: 0 1 auto;
    overflow: hidden;
    height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .25s;
    margin-right: 4px
}

.mp-horcard-description {
    color: #959cad;
    font-size: 14px;
    line-height: 22px;
    height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.mp-horcard-sell {
    font-size: 14px;
    line-height: 38px;
    height: 38px;
    color: #6d7280
}

.mp-horcard .text-price {
    font-size: 24px
}

.mp-reccard {
    background-color: rgba(245,248,253,.5);
    padding: 28px 20px;
    transition: background-color .25s,box-shadow .25s;
    position: relative;
    overflow: hidden;
    box-sizing: border-box
}

.mp-reccard:hover {
    background-color: #fff;
    box-shadow: 0 0 16px 0 rgba(0,0,0,.04)
}

.mp-reccard:hover .mp-reccard-link {
    bottom: 0
}

.mp-reccard:hover .mp-reccard-tag {
    opacity: 0
}

.mp-reccard-tLeft {
    flex: 0 1 auto;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.mp-reccard-tRight {
    display: flex
}

.mp-reccard-title {
    display: flex;
    margin-bottom: 12px
}

.mp-reccard-description {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #6d7280;
    margin-bottom: 20px
}

.mp-reccard-tags {
    min-height: 20px
}

.mp-reccard-tag {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    border: 1px solid #dcdfe6;
    border-radius: 1px;
    padding: 0 8px;
    font-size: 12px;
    color: #959cad
}

.mp-reccard-link {
    position: absolute;
    width: 100%;
    bottom: -44px;
    left: 0;
    text-align: left;
    height: 44px;
    line-height: 44px;
    transition: all .25s;
    font-size: 14px;
    background-color: #f77600
}

.mp-reccard-link:hover {
    background-color: #f77600
}

.mp-clacard {
    background-color: rgba(245,248,253,.5);
    padding: 16px 20px;
    transition: background-color .25s,box-shadow .25s;
    position: relative;
    overflow: hidden
}

.mp-clacard:hover {
    background-color: #fff;
    box-shadow: 0 0 16px 0 rgba(0,0,0,.04)
}

.mp-clacard-tLeft {
    flex: 0 1 auto;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.mp-clacard-tRight {
    display: flex
}

.mp-clacard-title {
    display: flex;
    margin-bottom: 12px
}

.mp-clacard-description {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #959cad;
    margin-bottom: 20px
}

.mp-clacard-price {
    color: #959cad;
    font-size: 14px
}

.mp-clacard .text-price {
    font-size: 24px
}

.mp-procard {
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    background-color: #fff
}

.mp-procard-title {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
    transition: color .25s
}

.mp-procard-description {
    font-size: 12px;
    line-height: 20px;
    color: #959cad;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.home-new {
    padding: 40px 0
}

.home-new .mp-tabs-list {
    border-bottom-width: 0
}

.home-new .mp-tabs-main {
    margin-top: 0
}

.home-new .mp-tabs-tab {
    height: 32px;
    padding-bottom: 16px
}

.home-new .mp-tabs-tab__text {
    font-size: 24px;
    line-height: 32px
}

.home-new .mp-tabs-tab+.mp-tabs-tab {
    margin-left: 52px
}

.mp-recomm {
    display: flex
}

.mp-recomm-left {
    width: 25%;
    background: rgba(0,0,0,0) url(./image/220517-recomm-bg0aeb098b02e8dd489fca.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden
}

.mp-recomm-right {
    width: 75%
}

.mp-recomm-title {
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.mp-recomm-text {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none
}

.mp-recomm-more {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    display: none
}

.mp-recomm-list {
    display: block;
    height: 348px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 12px 0
}

.mp-recomm-item {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 16px 24px;
    transition: all .35s ease-in
}

.mp-recomm-item:hover,.mp-recomm-item-focus {
    position: relative;
    z-index: 1;
    background: hsla(0,0%,100%,.1);
    backdrop-filter: blur(10px)
}

.mp-recomm-item:hover .mp-recomm-text,.mp-recomm-item-focus .mp-recomm-text {
    display: block
}

.mp-recomm-item:hover .mp-recomm-more,.mp-recomm-item-focus .mp-recomm-more {
    display: inline-block
}

.mp-recomm-item:hover .mp-recomm-item-bd,.mp-recomm-item-focus .mp-recomm-item-bd {
    height: 68px
}

.mp-recomm-item-bd {
    height: 0;
    margin-top: 8px;
    overflow: hidden;
    transition: all .35s ease-in
}

.mp-recomm .mp-col .mp-reccard {
    border-left: 1px solid #eceff4;
    border-top: 1px solid #eceff4
}

.mp-recomm .mp-col:first-child .mp-reccard,.mp-recomm .mp-col:nth-child(4n) .mp-reccard {
    border-left-width: 0
}

.mp-recomm .mp-col:nth-child(1) .mp-reccard,.mp-recomm .mp-col:nth-child(2) .mp-reccard,.mp-recomm .mp-col:nth-child(3) .mp-reccard {
    border-top-width: 0
}

.mp-hotcla {
    display: flex
}

.mp-hotcla-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 14px;
    position: relative;
    cursor: pointer
}

.mp-hotcla-item:after {
    content: "";
    width: 0;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width .25s;
    background-color: #0052d9
}

.mp-hotcla-item:hover .mp-hotcla-title {
    color: #0052d9
}

.mp-hotcla-item--focus {
    cursor: default
}

.mp-hotcla-item--focus:after {
    width: 100%
}

.mp-hotcla-item--focus .mp-hotcla-title {
    color: #0052d9
}

.mp-hotcla-icon {
    width: 44px;
    height: 44px
}

.mp-hotcla-title {
    font-size: 16px;
    margin-top: 8px;
    line-height: 24px
}

.mp-claList-list {
    display: flex;
    margin: 20px 0
}

.mp-claList-item {
    flex: 1
}

.mp-solution {
    display: flex
}

.mp-solution-left {
    flex: 1
}

.mp-solution-right {
    flex: 0 0 672px;
    margin-left: 40px;
    position: relative
}

.mp-solution-list {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    margin: 0 -10px
}

.mp-solution-item {
    width: 50%;
    box-sizing: border-box;
    padding: 0 10px;
    position: relative
}

.mp-solution-item+.mp-solution-item {
    margin-top: 20px
}

.mp-solution-item:first-child,.mp-solution-item:nth-child(2) {
    margin-top: 0
}

.mp-solution-item .mp-solution-img {
    position: absolute;
    left: 10px;
    top: 0;
    opacity: 0;
    transition: opacity .25s;
    height: 100%;
    width: calc(100% - 20px);
    z-index: 1
}

.mp-solution-item--focus .mp-solution-img {
    opacity: 1
}

.mp-solution-item--focus .mp-solution-card {
    background: rgba(50,105,255,.9) !important
}

.mp-solution-item--focus .mp-solution-card:hover .mp-solution-text {
    color: #fff
}

.mp-solution-item--focus .mp-solution-card:hover .mp-solution-icon-focus {
    display: block
}

.mp-solution-item--focus .mp-solution-card:hover .mp-solution-icon-hover {
    display: none
}

.mp-solution-item--focus .mp-solution-text {
    color: #fff
}

.mp-solution-item--focus .mp-solution-icon {
    display: none
}

.mp-solution-item--focus .mp-solution-icon-focus {
    display: block
}

.mp-solution-card {
    padding: 24px;
    display: flex;
    background-color: #f5f8fd;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: background-color .25s;
    cursor: pointer
}

.mp-solution-card:hover .mp-solution-text {
    color: #0052d9
}

.mp-solution-card:hover .mp-solution-icon {
    display: none
}

.mp-solution-card:hover .mp-solution-icon-hover {
    display: block;
    transition: all .25s
}

.mp-solution-icon {
    display: block;
    width: 24px;
    height: 24px;
    margin-bottom: 16px
}

.mp-solution-icon-focus {
    display: none
}

.mp-solution-icon-hover {
    display: none
}

.mp-solution-text {
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    display: block;
    max-width: 100%;
    transition: color .25s
}

.mp-solution-profile {
    position: absolute;
    z-index: 1;
    padding: 24px;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    width: 100%
}

.mp-solution-profile:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(92,133,186,.3);
    backdrop-filter: blur(30px);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.mp-solution-profileTitle {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 12px
}

.mp-solution-profileText {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 24px
}

.mp-solution-more {
    font-size: 14px;
    line-height: 22px;
    color: #fff
}

.mp-solution-img {
    display: block;
    width: 100%
}

.mp-connector {
    display: flex
}

.mp-connector-left {
    flex: 0 0 350px;
    margin-right: 50px
}

.mp-connector-right {
    flex: 1
}

.mp-connector-profile {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.mp-connector-points {
    display: flex;
    flex-wrap: wrap
}

.mp-connector-point {
    width: 50%;
    margin-top: 16px
}

.mp-connector-point:nth-child(1),.mp-connector-point:nth-child(2) {
    margin-top: 0
}

.mp-connector-pointInfo {
    box-sizing: border-box;
    padding-right: 20px;
    font-size: 14px;
    line-height: 22px;
    color: #6d7280;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 28px;
    background-position: left center;
    background-size: 16px;
    background-repeat: no-repeat
}

.mp-connector-pointIcon1 {
    background-image: url(./image/220517-icon-conn1c856d5978f43127c8fb4.svg)
}

.mp-connector-pointIcon2 {
    background-image: url(./image/220517-icon-conn247f437fa2d65e9cb803b.svg)
}

.mp-connector-pointIcon3 {
    background-image: url(./image/220517-icon-conn378dfda2fda35eb5dd15a.svg)
}

.mp-connector-pointIcon4 {
    background-image: url(./image/220517-icon-conn4af90daebc28d56cd47c5.svg)
}

.mp-connector-list {
    display: flex
}

.mp-connector-item {
    padding: 20px 16px 12px;
    background-color: #fff;
    flex: 1;
    overflow: hidden;
    display: block
}

.mp-connector-item+.mp-connector-item {
    margin-left: 20px
}

.mp-connector-item:hover .mp-connector-icon {
    background-image: url(./image/220517-icon-arrow2act218daecd89fff895876d.svg)
}

.mp-connector-item:hover .mp-connector-title {
    color: #0052d9
}

.mp-connector-logo {
    width: 32px;
    height: 32px;
    margin-bottom: 16px
}

.mp-connector-title {
    height: 22px;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    font-weight: bold;
    display: block;
    transition: color .25s
}

.mp-connector-text {
    height: 44px;
    opacity: 1;
    color: #6d7280;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block
}

.mp-connector-icon {
    width: 16px;
    height: 16px;
    display: block;
    background: rgba(0,0,0,0) url(./image/220517-icon-arrow2defe296005e1320f512f4b4.svg) no-repeat center;
    background-size: cover;
    transition: transform .25s
}

.mp-case-hd {
    display: flex;
    border-bottom: 1px solid hsla(0,0%,100%,.1)
}

.mp-case-classify {
    text-align: center
}

.mp-case-classify+.mp-case-classify {
    margin-left: 52px
}

.mp-case-classify-focus .mp-case-claTitle:after {
    width: 100%;
    height: 2px;
    background-color: #3269ff
}

.mp-case-claTitle {
    color: #fff;
    position: relative;
    height: 40px;
    line-height: 24px;
    padding: 0 28px;
    display: block;
    cursor: pointer
}

.mp-case-claTitle:after {
    content: "";
    display: block;
    width: 0;
    left: 0;
    bottom: 0;
    transition: width .25s;
    background-color: #3269ff;
    position: absolute
}

.mp-case-claTitle:hover:after {
    width: 100%;
    height: 2px;
    background-color: #3269ff
}

.mp-case-bd {
    display: flex;
    padding-top: 52px;
    overflow: hidden
}

.mp-case-left {
    flex: 0 0 200px;
    margin-right: 52px;
    border-left: 1px solid hsla(0,0%,100%,.2);
    padding-left: 8px
}

.mp-case-right {
    flex: 1
}

.mp-case-company {
    padding: 16px;
    border-radius: 4px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    cursor: pointer
}

.mp-case-company+.mp-case-company {
    margin-top: 12px
}

.mp-case-company:nth-child(1) {
    background-image: url(./image/220517-procard-bg18aaf1bf906fbcec00f81.jpg)
}

.mp-case-company:nth-child(2) {
    background-image: url(./image/220517-procard-bg2f3ef4965a429e07933a9.jpg)
}

.mp-case-company:nth-child(3) {
    background-image: url(./image/220517-procard-bg38da0909935c6d566379b.jpg)
}

.mp-case-company:after {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    width: 2px;
    background-color: #0052d9;
    height: 0;
    display: block;
    transition: height .25s
}

.mp-case-company:hover {
    cursor: pointer
}

.mp-case-company:hover:after {
    height: 100%
}

.mp-case-company-focus {
    cursor: default
}

.mp-case-company-focus:after {
    height: 100%
}

.mp-case-comname {
    font-size: 14px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 24px;
    margin-bottom: 8px
}

.mp-case-comtags {
    height: 20px
}

.mp-case-comtag {
    font-size: 12px;
    line-height: 20px;
    color: #3269ff;
    padding: 0 8px;
    display: inline-block;
    background-color: rgba(50,105,255,.1)
}

.mp-case-comtag+.mp-case-comtag {
    margin-left: 4px
}

.mp-case-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 28px
}

.mp-case-text {
    font-size: 14px;
    line-height: 22px;
    color: hsla(0,0%,100%,.8);
    max-height: 44px;
    overflow: hidden;
    margin-bottom: 24px
}

.mp-case-numbers {
    display: flex;
    margin-bottom: 40px
}

.mp-case-number+.mp-case-number {
    margin-left: 64px
}

.mp-case-numval {
    font-size: 32px;
    line-height: 52px;
    color: #f77600
}

.mp-case-numdesc {
    color: hsla(0,0%,100%,.6);
    font-size: 12px;
    line-height: 20px
}

.mp-case-use {
    margin-left: 24px;
    font-size: 14px;
    color: #fff
}

.mp-case-more {
    display: flex;
    align-items: center
}

.mp-activity {
    padding: 4px 20px;
    background-color: #fff
}

.mp-activity-item+.mp-activity-item {
    border-top: 1px dashed #eceff4
}

.mp-activity-link {
    font-size: 14px;
    line-height: 22px;
    transition: color .25s;
    padding: 16px 0;
    display: block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.mp-activity-link:hover {
    color: #0052d9
}

.mp-course {
    display: flex
}

.mp-course-screen {
    flex: 0 0 485px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.mp-course-list {
    flex: 1;
    padding: 21px 0;
    background-color: #3269ff;
    overflow: hidden
}

.mp-course-item {
    display: block;
    height: 48px;
    line-height: 48px;
    transition: all .25s;
    padding: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 14px
}

.mp-course-item-focus,.mp-course-item:hover {
    font-size: 16px;
    background: hsla(0,0%,100%,.08)
}

.mp-course-link {
    color: #fff
}

.mp-course-play {
    width: 48px;
    height: 48px;
    display: block;
    background: rgba(0,0,0,0) url(./image/220517-icon-playf74d24c20f9d8dcdf47b.svg) no-repeat center;
    background-size: cover
}

.mp-about {
    display: flex;
    overflow: hidden
}

.mp-about-left {
    flex: 0 0 580px
}

.mp-about-right {
    flex: 1;
    padding-left: 284px
}

.mp-about-title {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 12px;
    color: #fff
}

.mp-about-text {
    line-height: 24px;
    font-size: 16px;
    color: hsla(0,0%,100%,.6);
    margin-bottom: 24px
}

.mp-about-block {
    padding: 16px 0 16px 24px;
    position: relative
}

.mp-about-block:before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 50px;
    background-color: hsla(0,0%,100%,.2);
    top: 20px
}

.mp-about-btitle {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 12px;
    color: #fff
}

.mp-about-blink {
    color: hsla(0,0%,100%,.8);
    font-size: 14px;
    line-height: 22px;
    background-size: 16px;
    padding-right: 24px;
    display: flex;
    width: fit-content
}

.mp-about-blink:after {
    content: "";
    display: block;
    width: 20px;
    margin-left: 4px;
    background-color: rgba(0,0,0,0);
    background-position: right center;
    background-size: 14px;
    background-repeat: no-repeat;
    transition: transform .25s;
    background-image: url(./image/220518-icon-arrow90b6db0c7a495aedf901.svg)
}

.mp-about-blink:hover:after {
    transform: translateX(4px)
}

.mp-about .mp-about-btn--only-m {
    display: none
}

@media screen and (max-width: 1179px) {
    .more-card {
        display:flex
    }

    .mp-banner-main {
        padding: 0 24px
    }

    .mp-banner-title {
        font-size: 36px;
        line-height: 54px;
        height: 54px
    }

    .mp-banner-description {
        max-width: 48%;
        font-size: 20px;
        line-height: 30px
    }

    .mp-banner-subdescription {
        max-width: 48%
    }

    .mp-banner,.home-banner {
        height: 340px;
        background-size: auto 340px
    }

    .mp-banner .mp-banner-main,.home-banner .mp-banner-main {
        padding-top: 0
    }

    .mp-classif-m .mp-classif-hd:before {
        display: none
    }

    .mp-classif-m .mp-classif-icon {
        width: 36px;
        height: 36px
    }

    .mp-classif-m .mp-classif-title {
        margin-top: 12px
    }

    .mp-hotcla-item--focus .mp-hotcla-title {
        color: #0052d9
    }

    .home-new .mp-tabs-pane {
        margin-top: 11px;
        background-color: #fff
    }

    .home-new .mp-horizontalList {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .home-new .more-card {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        margin-top: -1px
    }

    .home-new .more {
        color: #3269ff
    }

    .home-new .more::after {
        background-image: url(./image/220517-icon-moreblueebaadace07983a73741d.svg)
    }

    .home-hot2 {
        background-color: #f5f8fd;
        padding-bottom: 40px
    }

    .home-hot2 .more-card {
        border-top: 1px solid #eceff4
    }

    .home-hot1 {
        padding-top: 40px;
        background-color: #f5f8fd
    }

    .home-hot1 .mp-module {
        padding: 0
    }

    .home-operation {
        display: none
    }

    .home-connector .mp-module {
        padding-top: 0
    }

    .home-recomm {
        background: rgba(0,0,0,0) url(./image/220519-bg-m372089fa9fce0146235d9.jpg) no-repeat center;
        background-size: cover
    }

    .home-recomm .mp-module__title {
        color: #fff
    }

    .home-recomm .mp-recomm {
        display: block
    }

    .home-recomm .mp-recomm-left {
        width: 100%;
        background: none
    }

    .home-recomm .mp-recomm-list {
        display: flex;
        padding: 0;
        height: auto
    }

    .home-recomm .mp-recomm-item {
        padding: 0;
        color: #000;
        max-height: none;
        transition: none;
        border-bottom: 2px solid rgba(0,0,0,0);
        background: none;
        backdrop-filter: none
    }

    .home-recomm .mp-recomm-item+.mp-recomm-item {
        margin-top: 0;
        margin-left: 40px
    }

    .home-recomm .mp-recomm-item-focus {
        margin-top: 0;
        border-bottom-color: #3269ff
    }

    .home-recomm .mp-recomm-item-focus .mp-recomm-title {
        color: #0052d9
    }

    .home-recomm .mp-recomm-item .mp-recomm-item-bd {
        display: none
    }

    .home-recomm .mp-recomm-more,.home-recomm .mp-recomm-text {
        display: none !important
    }

    .home-recomm .mp-recomm-title {
        color: #fff;
        margin-bottom: 0;
        height: 48px;
        line-height: 32px;
        font-size: 20px;
        white-space: nowrap
    }

    .home-recomm .mp-recomm-right {
        width: 100%
    }

    .home-recomm .mp-recomm-right .mp-col {
        width: 50%
    }

    .home-recomm .mp-recomm-right .mp-col .mp-reccard {
        border-left: none;
        background-color: #fff
    }

    .home-recomm .mp-recomm-right .mp-col .mp-reccard .mp-btn {
        display: none
    }

    .home-recomm .mp-recomm-right .mp-col .mp-reccard .mp-reccard-tag {
        opacity: 1
    }

    .home-recomm .mp-recomm-right .mp-col:nth-child(3) .mp-reccard {
        border-top: 1px solid #eceff4
    }

    .home-recomm .mp-recomm-right .mp-col:nth-child(4n) {
        border-left: none
    }

    .home-recomm .mp-recomm-right .mp-col:nth-child(even) .mp-reccard {
        border-left: 1px solid #eceff4
    }

    .home-recomm .more-card {
        border-top: 1px solid #eceff4
    }

    .home-recommend .mp-module-bd {
        overflow: hidden
    }

    .home-recommend .mp-row {
        overflow-x: auto;
        flex-wrap: nowrap
    }

    .home-recommend .mp-col-fifth {
        min-width: 220px
    }

    .home-recommend .mp-quacard:hover .mp-quacard-img {
        width: 90px;
        height: 90px
    }

    .home-recommend .mp-btn {
        display: none
    }

    .container-bg-1 {
        background-image: url(./image/220518-bg-m1f7dfe818b06278ee5c77.jpg)
    }

    .mp-hotcla {
        overflow-x: auto
    }

    .mp-hotcla-icon {
        display: none
    }

    .mp-hotcla-item {
        flex: none
    }

    .mp-hotcla-item+.mp-hotcla-item {
        margin-left: 60px
    }

    .mp-hotcla-title {
        white-space: nowrap;
        margin-top: 0;
        font-weight: 400
    }

    .mp-claList-list {
        background-color: #fff;
        flex-wrap: wrap;
        margin: 0
    }

    .mp-claList-item {
        flex: 0 0 50%;
        box-sizing: border-box;
        border-top: 1px solid #eceff4
    }

    .mp-claList-item .mp-clacard {
        background-color: rgba(0,0,0,0);
        box-shadow: none;
        padding: 28px 20px
    }

    .mp-claList-item .mp-clacard-tLeft {
        font-size: 16px;
        font-weight: normal
    }

    .mp-claList-item .mp-clacard-description {
        margin-bottom: 16px
    }

    .mp-claList-item:nth-child(1),.mp-claList-item:nth-child(2) {
        margin-top: none
    }

    .mp-claList-item:nth-child(even) {
        border-left: 1px solid #eceff4
    }

    .home-solution {
        background-color: #f5f8fd
    }

    .home-solution .mp-module {
        padding-top: 0
    }

    .home-solution .mp-solution-card {
        background-color: #fff
    }

    .mp-solution {
        display: block;
        overflow: hidden
    }

    .mp-solution-left {
        overflow-y: auto
    }

    .mp-solution-right {
        display: none
    }

    .mp-solution-list {
        flex-wrap: nowrap
    }

    .mp-solution-item {
        flex: 0 0 165px;
        margin-top: 0 !important
    }

    .home-activity {
        width: 100%
    }

    .home-course {
        width: 100%
    }

    .home-course .mp-module {
        padding-top: 0
    }

    .mp-connector {
        display: block
    }

    .mp-connector-profile {
        margin-bottom: 20px
    }

    .mp-connector-point {
        width: fit-content;
        margin-top: 0
    }

    .mp-connector-right {
        margin-top: 24px
    }

    .home-about {
        background: #f5f8fd
    }

    .home-about .mp-module {
        padding-top: 0
    }

    .home-about .mp-about {
        display: block;
        overflow: visible
    }

    .home-about .mp-about-right {
        margin-top: 40px;
        background: rgba(0,0,0,0) url("./image/35681c9c-40ba-4bcc-be97-837073ed6510.jpg") no-repeat center;
        background-size: cover;
        margin-left: -24px;
        margin-right: -24px;
        box-sizing: border-box;
        padding: 24px
    }

    .home-about .mp-about-block {
        padding-left: 0
    }

    .home-about .mp-about-block::before {
        display: none
    }

    .home-about .mp-about-title {
        color: #000
    }

    .home-about .mp-about-text {
        color: #000;
        margin-bottom: 32px
    }

    .home-about .mp-about .mp-btn {
        height: 40px
    }

    .home-about .mp-about .mp-about-btn--only-m {
        display: inline-block;
        background-color: rgba(0,0,0,0);
        color: #0052d9
    }

    .home-case {
        flex-wrap: nowrap;
        overflow-x: auto
    }

    .home-case .mp-case {
        overflow: hidden
    }

    .home-case .mp-case-hd {
        overflow-x: auto;
        overflow-y: hidden
    }

    .home-case .mp-case-hd::-webkit-scrollbar {
        display: none
    }

    .home-case .mp-case-bd {
        display: block;
        padding-top: 32px
    }

    .home-case .mp-case-left {
        margin-right: 0;
        display: flex;
        margin-bottom: 24px
    }

    .home-case .mp-case-text {
        max-height: initial
    }

    .home-case .mp-case-claTitle {
        white-space: nowrap;
        padding: 0;
        height: 36px;
        line-height: 26px
    }

    .home-case .mp-case-company {
        background: hsla(0,0%,100%,.04);
        padding: 8px 28px;
        box-sizing: border-box;
        border: 1px solid rgba(0,0,0,0)
    }

    .home-case .mp-case-company+.mp-case-company {
        margin-top: 0;
        margin-left: 20px
    }

    .home-case .mp-case-company-focus {
        border: 1px solid #fff
    }

    .home-case .mp-case-company-focus .mp-case-comname {
        color: #fff
    }

    .home-case .mp-case-comname {
        margin-bottom: 0;
        color: hsla(0,0%,100%,.6);
        font-weight: 400
    }

    .home-case .mp-case-comtags {
        display: none
    }

    .home-case .mp-case .mp-btn {
        padding: 0 32px
    }
}

@media screen and (max-width: 768px) {
    .more-card {
        padding:12px 0
    }

    .home-banner {
        height: 160px
    }

    .mp-banner {
        height: 160px;
        background-size: auto 160px
    }

    .mp-banner-main {
        padding: 0 24px
    }

    .mp-banner-title {
        font-size: 18px;
        line-height: 28px;
        height: 28px;
        margin-bottom: 8px
    }

    .mp-banner-description {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 12px
    }

    .mp-banner-subdescription {
        font-size: 12px;
        line-height: 16px
    }

    .mp-banner-row {
        margin-bottom: 12px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .mp-banner-row .mp-banner-description,.mp-banner-row .mp-banner-subdescription {
        width: auto
    }

    .mp-banner-qrcode img {
        width: 50px;
        height: 50px
    }

    .home-new {
        padding: 24px 0
    }

    .home-new .mp-tabs-tab {
        padding-bottom: 0;
        height: 36px;
        line-height: 26px
    }

    .home-new .mp-tabs-tab__text {
        font-size: 16px
    }

    .home-new .mp-horizontalList {
        padding: 0;
        border-radius: 0;
        background-color: rgba(0,0,0,0)
    }

    .home-new .mp-horizontalList-item {
        background: #f5f8fd
    }

    .home-new .mp-horizontalList-item+.mp-horizontalList-item {
        margin-top: 10px
    }

    .home-new .mp-horizontalList-item:nth-child(odd) {
        background: linear-gradient(180deg, rgb(248, 244, 228) 0%, rgb(251, 250, 247) 100%)
    }

    .home-new .mp-horcard {
        display: block;
        padding: 15px
    }

    .home-new .mp-horcard-left {
        display: none
    }

    .home-new .mp-horcard-center {
        margin-right: 0
    }

    .home-new .mp-horcard-sell {
        text-align: left
    }

    .home-new .more-card {
        padding: 0;
        margin-top: 16px;
        background: none
    }

    .home-new .more-card .more {
        color: #fff
    }

    .home-new .more-card .more:after {
        background-image: url(./image/220517-icon-morewhitef9d979b048aa0b064e14.svg)
    }

    .home-recommend .mp-row {
        margin: 0 -6px !important
    }

    .home-recommend .mp-col-fifth {
        min-width: 180px;
        padding: 0 6px !important
    }

    .home-recommend .mp-quacard {
        height: 214px;
        padding: 15px
    }

    .home-recommend .mp-quacard-item {
        width: 100%
    }

    .home-recommend .mp-quacard-img {
        width: 70px;
        height: 70px
    }

    .home-recommend .mp-quacard-title {
        line-height: 22px;
        font-size: 14px;
        margin-bottom: 10px
    }

    .home-recommend .mp-quacard-description {
        font-size: 12px;
        line-height: 20px
    }

    .home-recomm .mp-recomm-list {
        overflow-x: auto
    }

    .home-recomm .mp-recomm-title {
        height: 36px;
        font-size: 16px;
        line-height: 26px
    }

    .home-recomm .mp-recomm-right {
        background: hsla(0,0%,100%,.97)
    }

    .home-recomm .mp-recomm-right .mp-row {
        padding: 0 15px
    }

    .home-recomm .mp-recomm-right .mp-col {
        width: 100%
    }

    .home-recomm .mp-recomm-right .mp-col:nth-child(2) .mp-reccard {
        border-top: 1px solid #eceff4
    }

    .home-recomm .mp-recomm-right .mp-col .mp-reccard {
        border-left-width: 0;
        border-top: 1px solid #eceff4;
        background-color: rgba(0,0,0,0);
        padding: 15px 0
    }

    .home-recomm .mp-recomm-right .mp-col .mp-reccard-title {
        margin-bottom: 6px
    }

    .home-recomm .mp-recomm-right .mp-col .mp-reccard-description {
        margin-bottom: 8px
    }

    .home-recomm .more-card {
        background-color: rgba(0,0,0,0)
    }

    .mp-classif-m .mp-classif-hd {
        flex-wrap: wrap;
        margin-bottom: -24px;
        padding: 20px 0
    }

    .mp-classif-m .mp-classif-item {
        flex: 0 0 25%;
        margin-bottom: 24px
    }

    .mp-classif-m .mp-classif-item:last-child {
        display: flex
    }

    .mp-classif-m .mp-classif-icon {
        width: 28px;
        height: 28px
    }

    .mp-classif-m .mp-classif-title {
        margin-top: 8px;
        font-size: 12px
    }

    .home-about {
        padding-top: 24px
    }

    .home-about .mp-about-right {
        margin-left: -15px;
        margin-right: -15px;
        padding-top: 20px;
        margin-top: 28px
    }

    .home-about .mp-about-title {
        line-height: 28px;
        font-size: 18px
    }

    .home-about .mp-about-text {
        font-size: 16px;
        line-height: 26px;
        color: rgba(0,0,0,.65);
        margin-bottom: 20px
    }

    .home-about .mp-about .mp-btn {
        font-size: 14px;
        line-height: 36px;
        height: 36px
    }

    .home-about .mp-about-btitle {
        font-size: 14px;
        line-height: 24px
    }

    .home-about .mp-about-block {
        padding: 0
    }

    .home-about .mp-about-block+.mp-about-block {
        margin-top: 24px
    }

    .home-recommend {
        padding-top: 24px !important
    }

    .mp-claList-list {
        background-color: #fff;
        flex-wrap: wrap;
        margin-top: 0
    }

    .mp-claList-item {
        flex: 0 0 100%;
        box-sizing: border-box;
        border-top: 1px solid #eceff4
    }

    .mp-claList-item .mp-clacard {
        padding: 15px
    }

    .home-case .mp-case-classify+.mp-case-classify {
        margin-left: 32px
    }

    .home-case .mp-case-company {
        padding: 4px 12px
    }

    .home-case .mp-case-company::after {
        display: none
    }

    .home-case .mp-case-comname {
        font-size: 12px
    }

    .home-case .mp-case-bd {
        padding-top: 20px
    }

    .home-case .mp-case-left {
        margin-bottom: 20px;
        border-left: none;
        padding-left: 0;
        overflow-x: auto
    }

    .home-case .mp-case-left::-webkit-scrollbar {
        display: none
    }

    .home-case .mp-case-title {
        font-size: 16px;
        line-height: 26px
    }

    .home-case .mp-case-text {
        margin-bottom: 20px;
        color: hsla(0,0%,100%,.7)
    }

    .home-case .mp-case-numbers {
        padding: 8px 10px;
        background-color: #2e3a52;
        margin-bottom: 24px
    }

    .home-case .mp-case-number+.mp-case-number {
        margin-left: 20px
    }

    .home-case .mp-case-numval {
        font-size: 20px;
        line-height: 32px
    }

    .home-case .mp-case .mp-btn {
        padding: 0 24px
    }

    .home-hot1 {
        padding-top: 24px
    }

    .home-hot1 .mp-hotcla-item+.mp-hotcla-item {
        margin-left: 32px
    }

    .home-hot2 {
        padding-bottom: 24px
    }

    .home-hot2 .mp-clacard-description {
        height: auto
    }

    .mp-module {
        padding: 24px 0
    }

    .home-course,.home-activity,.home-solution,.home-connector {
        display: none
    }

    .home-customer-service {
        right: 18px
    }
}

@media screen and (max-width: 364px) {
    .mp-banner {
        max-height:175px
    }

    .mp-banner__title {
        margin-bottom: 10px
    }

    .mp-banner__description {
        height: 36px;
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 12px
    }
}

@media screen and (min-width: 1180px) {
    .mp-home-banner-container-v2 {
        margin-top:-54px
    }
}

.home-banner-v2 {
    height: 500px
}

.home-banner-v2 .mp-banner-v2 {
    height: 500px
}

.home-banner-v2 .mp-banner-v2 .mp-banner-main-v2 {
    padding-top: 0;
    display: block
}

.home-banner-v2 .mp-banner-v2 .mp-banner-main-v2 .mp-banner-section-v2 {
    padding-top: 158px;
    max-width: 530px
}

.home-banner-v2 .mp-banner-v2 .mp-banner-main-v2 .mp-banner-section-v2 .mp-banner-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify
}

.home-banner-v2 .mp-banner-v2 .mp-banner-main-v2 .mp-banner-section-v2 .mp-banner-row .mp-banner-description {
    margin: 0
}

.home-banner-v2 .mp-carousel__dot {
    max-width: 1210px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    bottom: 124px;
    text-align: left;
    box-sizing: border-box
}

.home-banner-v2 .mp-carousel__dot .mp-carousel__dot-item {
    width: 16px;
    margin: 0 6px
}

.home-banner-v2 .mp-carousel__dot .mp-carousel__dot-item::before {
    border-radius: 10px
}

.home-banner-v2 .mp-carousel__dot .mp-carousel__dot-item.actived {
    width: 24px
}

@media screen and (max-width: 1179px) {
    .home-banner-v2 {
        height:340px
    }

    .home-banner-v2 .mp-banner-v2 {
        height: 340px
    }

    .home-banner-v2 .mp-banner-v2 .mp-banner-main-v2 .mp-banner-section-v2 {
        padding-top: 53px
    }

    .home-banner-v2 .mp-banner-v2 .mp-banner-main-v2 .mp-banner-section-v2 .mp-banner-row {
        margin-bottom: 27px
    }

    .home-banner-v2 .mp-banner-v2 .mp-banner-main-v2 .mp-banner-section-v2 .mp-banner-description {
        max-width: 344px;
        margin-bottom: 27px
    }

    .home-banner-v2 .mp-banner-v2 .mp-banner-main-v2 .mp-banner-section-v2 .mp-banner-subdescription {
        max-width: 344px
    }

    .home-banner-v2 .mp-carousel__dot {
        text-align: center;
        bottom: 40px
    }
}

@media screen and (max-width: 768px) {
    .home-banner-v2 {
        height:160px;
        background-size: auto 160px
    }

    .home-banner-v2 .mp-banner-v2 {
        height: 160px
    }

    .home-banner-v2 .mp-banner-v2 .mp-banner-main-v2 {
        padding: 0 15px
    }

    .home-banner-v2 .mp-banner-v2 .mp-banner-main-v2 .mp-banner-section-v2 {
        padding-top: 29px
    }

    .home-banner-v2 .mp-banner-v2 .mp-banner-main-v2 .mp-banner-section-v2 .mp-banner-description {
        width: 70%;
        margin-bottom: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .home-banner-v2 .mp-banner-v2 .mp-banner-main-v2 .mp-banner-section-v2 .mp-banner-subdescription {
        width: 70%
    }

    .home-banner-v2 .mp-banner-v2 .mp-banner-main-v2 .mp-banner-section-v2 .mp-banner-row {
        margin-bottom: 12px
    }

    .home-banner-v2 .mp-banner-v2 .mp-banner-main-v2 .mp-banner-section-v2 .mp-banner-row .mp-banner-description,.home-banner-v2 .mp-banner-v2 .mp-banner-main-v2 .mp-banner-section-v2 .mp-banner-row .mp-banner-subdescription {
        width: auto
    }

    .home-banner-v2 .mp-banner-v2 .mp-banner-main-v2 .mp-btn {
        height: 30px;
        line-height: 28px;
        padding: 0 8px;
        font-size: 12px
    }

    .home-banner-v2 .mp-carousel__dot {
        bottom: 20px
    }
}

.mp-home-search-card__container-v2 {
    margin-top: -80px
}

@media screen and (max-width: 1179px) {
    .mp-home-search-card__container-v2 {
        margin-top:20px
    }
}

@media screen and (max-width: 768px) {
    .mp-home-search-card__container-v2 {
        display:none
    }
}

.mp-home-search-card__container-v2 .mp-home-search-card {
    padding: 28px 32px 24px 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0px 10px 40px rgba(0,82,217,.1);
    background-image: url(../images/zsk/bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.mp-home-search-card__container-v2 .mp-home-search-card__section {
    display: flex;
    align-items: center;
    gap: 20px
}

.mp-home-search-card__container-v2 .mp-home-search-card__section .mp-home-input__wrap {
    flex: 1;
    height: 64px;
    background: #fff;
    display: flex
}

.mp-home-search-card__container-v2 .mp-home-search-card__section .mp-home-input__wrap .mp-select__wrap {
    width: 180px;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center
}

@media screen and (max-width: 1179px) {
    .mp-home-search-card__container-v2 .mp-home-search-card__section .mp-home-input__wrap .mp-select__wrap {
        width:168px
    }
}

.mp-home-search-card__container-v2 .mp-home-search-card__section .mp-home-input__wrap .mp-select__wrap:after {
    content: "";
    width: 1px;
    height: 40px;
    background-color: #dcdfe6;
    position: absolute;
    right: 0
}

.mp-home-search-card__container-v2 .mp-home-search-card__section .mp-home-input__wrap .mp-select__wrap .mp-select {
    height: 100%;
    width: 100%;
    box-shadow: none
}

.mp-home-search-card__container-v2 .mp-home-search-card__section .mp-home-input__wrap .mp-select__wrap .mp-select .mp-select-input {
    height: 100%;
    width: 100%;
    box-sizing: border-box
}

.mp-home-search-card__container-v2 .mp-home-search-card__section .mp-home-input__wrap .mp-select__wrap .mp-select .mp-select-bd {
    margin-top: 2px;
    padding-right: 4px;
    background-color: #fff;
    box-shadow: 0px 4px 16px rgba(18,38,64,.1);
    box-sizing: border-box
}

.mp-home-search-card__container-v2 .mp-home-search-card__section .mp-home-input__wrap .mp-select__wrap .mp-select .mp-select-bd .mp-select-options {
    padding: 8px 8px 8px 12px;
    max-height: 392px;
    overflow: auto
}

.mp-home-search-card__container-v2 .mp-home-search-card__section .mp-home-input__wrap .mp-select__wrap .mp-select .mp-select-bd .mp-select-options::-webkit-scrollbar {
    width: 6px
}

.mp-home-search-card__container-v2 .mp-home-search-card__section .mp-home-input__wrap .mp-select__wrap .mp-select .mp-select-bd .mp-select-options::-webkit-scrollbar-thumb {
    background: #dcdfe6;
    border-radius: 20px
}

.mp-home-search-card__container-v2 .mp-home-search-card__section .mp-home-input__wrap .mp-select__wrap .mp-select .mp-select-bd .mp-select-options::-webkit-scrollbar-track {
    border-radius: 6px
}

.mp-home-search-card__container-v2 .mp-home-search-card__section .mp-home-input__wrap .mp-select__wrap .mp-select .mp-select-bd .mp-select-options .option-item {
    padding: 6px 8px;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    position: relative;
    display: flex;
    align-items: center
}

.mp-home-search-card__container-v2 .mp-home-search-card__section .mp-home-input__wrap .mp-select__wrap .mp-select .mp-select-bd .mp-select-options .option-item:hover {
    background-color: rgba(0,82,217,.05);
    color: #0052d9
}

.mp-home-search-card__container-v2 .mp-home-search-card__section .mp-home-input__wrap .mp-select__wrap .mp-select .mp-select-bd .mp-select-options .option-item.is-checked {
    color: #0052d9
}

.mp-home-search-card__container-v2 .mp-home-search-card__section .mp-home-input__wrap .mp-select__wrap .mp-select .mp-select-bd .mp-select-options .option-item.is-checked::after {
    content: "";
    height: 16px;
    width: 16px;
    background-image: url("./image/a317940e-001b-4e3a-af12-0acd89273613.svg");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 8px
}

.mp-home-search-card__container-v2 .mp-home-search-card__section .mp-home-input__wrap .mp-select__wrap .mp-select.mp-select--show .mp-select-input {
    background-color: #fff
}

.mp-home-search-card__container-v2 .mp-home-search-card__section .mp-home-input__wrap .mp-input--text__wrap {
    height: 100%;
    flex: 1;
    position: relative
}

.mp-home-search-card__container-v2 .mp-home-search-card__section .mp-home-input__wrap .mp-input--text__wrap input {
    height: 100%;
    width: 100%;
    padding: 0 24px;
    border: none;
    font-size: 16px;
    line-height: 24px;
    color: #000
}

.mp-home-search-card__container-v2 .mp-home-search-card__section .mp-home-input__wrap .mp-input--text__wrap input::placeholder {
    font-size: 16px;
    line-height: 24px;
    color: #aebbcc
}

.mp-home-search-card__container-v2 .mp-home-search-card__section .mp-home-input__wrap .mp-input--text__wrap .mp-search__btn--clear {
    height: 16px;
    width: 16px;
    object-fit: cover;
    position: absolute;
    top: 24px;
    right: 20px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: all 195ms cubic-bezier(0.4, 0, 0.2, 1) 0s
}

.mp-home-search-card__container-v2 .mp-home-search-card__section .mp-home-input__wrap .mp-input--text__wrap .mp-search__btn--clear.is-show {
    visibility: visible;
    opacity: 1
}

.mp-home-search-card__container-v2 .mp-home-search-card__section .mp-home-input__wrap .mp-input--text__wrap .mp-search__dropdown {
    width: 100%;
    margin-top: 2px;
    padding: 12px 4px 12px 12px;
    background-color: #fff;
    box-shadow: 0px 4px 16px rgba(18,38,64,.1);
    position: absolute;
    z-index: 1;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    transition: all 195ms cubic-bezier(0.4, 0, 0.2, 1) 0s
}

.mp-home-search-card__container-v2 .mp-home-search-card__section .mp-home-input__wrap .mp-input--text__wrap .mp-search__dropdown.is-show {
    visibility: visible;
    opacity: 1
}

.mp-home-search-card__container-v2 .mp-home-search-card__section .mp-home-input__wrap .mp-input--text__wrap .mp-search__dropdown::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: -2px
}

.mp-home-search-card__container-v2 .mp-home-search-card__section .mp-home-input__wrap .mp-input--text__wrap .mp-search__dropdown .mp-search__list {
    padding-right: 8px;
    max-height: 280px;
    overflow: auto
}

.mp-home-search-card__container-v2 .mp-home-search-card__section .mp-home-input__wrap .mp-input--text__wrap .mp-search__dropdown .mp-search__list::-webkit-scrollbar {
    width: 6px
}

.mp-home-search-card__container-v2 .mp-home-search-card__section .mp-home-input__wrap .mp-input--text__wrap .mp-search__dropdown .mp-search__list::-webkit-scrollbar-thumb {
    background: #dcdfe6;
    border-radius: 20px
}

.mp-home-search-card__container-v2 .mp-home-search-card__section .mp-home-input__wrap .mp-input--text__wrap .mp-search__dropdown .mp-search__list::-webkit-scrollbar-track {
    border-radius: 6px
}

.mp-home-search-card__container-v2 .mp-home-search-card__section .mp-home-input__wrap .mp-input--text__wrap .mp-search__dropdown .mp-search__list .mp-search__item {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    cursor: pointer
}

.mp-home-search-card__container-v2 .mp-home-search-card__section .mp-home-input__wrap .mp-input--text__wrap .mp-search__dropdown .mp-search__list .mp-search__item:hover {
    background-color: rgba(0,82,217,.05);
    color: #0052d9
}

.mp-home-search-card__container-v2 .mp-home-search-card__section .mp-home-btn {
    height: 64px;
    padding: 0 61px;
    background-color: #0052d9;
    border-color: #0052d9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

@media screen and (max-width: 1179px) {
    .mp-home-search-card__container-v2 .mp-home-search-card__section .mp-home-btn {
        padding:0 32px
    }
}

.mp-home-search-card__container-v2 .mp-home-search-card__section .mp-home-btn .mp-icon {
    height: 20px;
    width: 20px;
    object-fit: cover;
    margin-right: 8px
}

.mp-home-search-card__container-v2 .mp-home-search-card__section .mp-home-btn .mp-text {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #fff
}

.mp-home-search-card__container-v2 .mp-home-search-card__section .mp-home-divider {
    height: 16px;
    width: 1px;
    background-color: #aebbcc;
    opacity: .5
}

.mp-home-search-card__container-v2 .mp-home-search-card__section .mp-home__tips {
    font-size: 14px;
    line-height: 22px;
    color: #000
}

.mp-home-checkbox {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer
}

.mp-home-checkbox:hover .mp-home-checkbox__btn {
    border-color: #0052d9
}

.mp-home-checkbox__btn {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 1px solid #9da8bb;
    display: flex;
    align-items: center;
    justify-content: center
}

.mp-home-checkbox__btn.mp-home-checkbox__checked {
    background-color: #0052d9;
    border-color: #0052d9
}

.mp-home-checkbox__btn.mp-home-checkbox__checked .mp-home-checkbox__central {
    opacity: 1
}

.mp-home-checkbox__central {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0;
    transition: opacity 195ms
}

.mp-home-checkbox__label {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    cursor: pointer
}

.mp-home-classification-v2 {
    padding-top: 80px
}

@media screen and (max-width: 1179px) {
    .mp-home-classification-v2 {
        padding-top:52px
    }
}

@media screen and (max-width: 768px) {
    .mp-home-classification-v2 {
        padding-top:26px
    }
}

.mp-home-classification-v2 .mp-tabs-list {
    padding: 0 calc((100% - 1210px)/2 + 15px)
}

.mp-home-classification-v2 .mp-tabs-list .mp-tabs-tab {
    padding: 12px;
    height: 38px;
    line-height: 38px;
    text-align: center
}

@media screen and (max-width: 768px) {
    .mp-home-classification-v2 .mp-tabs-list .mp-tabs-tab {
        padding:0;
        height: 36px;
        line-height: 26px
    }
}

.mp-home-classification-v2 .mp-tabs-list .mp-tabs-tab .mp-tabs-tab__text {
    font-size: 24px;
    opacity: .8
}

@media screen and (max-width: 768px) {
    .mp-home-classification-v2 .mp-tabs-list .mp-tabs-tab .mp-tabs-tab__text {
        font-size:16px
    }
}

.mp-home-classification-v2 .mp-tabs-list .mp-tabs-tab:hover .mp-tabs-tab__text {
    font-weight: 500;
    color: #0052d9
}

.mp-home-classification-v2 .mp-tabs-list .mp-tabs-tab:hover::after {
    width: 0
}

.mp-home-classification-v2 .mp-tabs-list .mp-tabs-tab.mp-tabs-tab--actived {
    font-weight: 500;
    color: #0052d9
}

.mp-home-classification-v2 .mp-tabs-list .mp-tabs-tab.mp-tabs-tab--actived::after {
    z-index: 0
}

.mp-home-classification-v2 .mp-tabs-list .mp-tabs-tab.mp-tabs-tab--actived:hover::after {
    width: 100%
}

@media(max-width: 1210px) {
    .mp-home-classification-v2 .mp-tabs-list {
        padding:0 15px
    }
}

.mp-home-classification-v2 .mp-tabs-main {
    padding: 0 calc((100% - 1210px)/2 + 15px)
}

@media(max-width: 1210px) {
    .mp-home-classification-v2 .mp-tabs-main {
        padding:0 15px
    }
}

.mp-home-classification-v2 .mp-home-classification-card-list__wrap {
    display: flex;
    flex-direction: column;
    padding: 12px 0 0 0;
    gap: 48px
}

@media screen and (max-width: 768px) {
    .mp-home-classification-v2 .mp-home-classification-card-list__wrap {
        padding:4px 0 6px 0
    }
}

.mp-home-classification-v2 .mp-home-classification-card-list__wrap .mp-home-classification-card-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: calc((100% - 680px)/7)
}

.mp-home-classification-v2 .mp-home-classification-card-list__wrap .mp-home-classification-card-list.mp-column--six {
    gap: calc((100% - 510px)/5)
}

@media screen and (max-width: 1179px) {
    .mp-home-classification-v2 .mp-home-classification-card-list__wrap .mp-home-classification-card-list.mp-column--six {
        gap:calc((100% - 340px)/3)
    }
}

@media screen and (max-width: 1179px) {
    .mp-home-classification-v2 .mp-home-classification-card-list__wrap .mp-home-classification-card-list {
        gap:calc((100% - 340px)/3)
    }
}

.mp-home-classification-v2 .mp-home-classification-card-list__wrap .mp-home-classification-card-list .mp-home-classification-card {
    width: 85px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    cursor: pointer
}

.mp-home-classification-v2 .mp-home-classification-card-list__wrap .mp-home-classification-card-list .mp-home-classification-card:hover .mp-home-icon__wrap {
    transform: translateY(-4px)
}

.mp-home-classification-v2 .mp-home-classification-card-list__wrap .mp-home-classification-card-list .mp-home-classification-card:hover .mp-home-icon__text {
    color: #0052d9
}

@media screen and (max-width: 768px) {
    .mp-home-classification-v2 .mp-home-classification-card-list__wrap .mp-home-classification-card-list .mp-home-classification-card {
        margin-bottom:20px
    }
}

.mp-home-classification-v2 .mp-home-classification-card-list__wrap .mp-home-classification-card-list .mp-home-classification-card .mp-home-icon__wrap {
    height: 72px;
    width: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 195ms ease-in-out
}

@media screen and (max-width: 768px) {
    .mp-home-classification-v2 .mp-home-classification-card-list__wrap .mp-home-classification-card-list .mp-home-classification-card .mp-home-icon__wrap {
        height:48px;
        width: 48px
    }
}

.mp-home-classification-v2 .mp-home-classification-card-list__wrap .mp-home-classification-card-list .mp-home-classification-card .mp-home-icon__wrap img {
    width: 100%;
    height: 100%
}

.mp-home-classification-v2 .mp-home-classification-card-list__wrap .mp-home-classification-card-list .mp-home-classification-card .mp-home-icon__text {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #000;
    white-space: nowrap
}

.mp-home-application-scenario__container {
    padding-top: 52px
}

@media screen and (max-width: 1179px) {
    .mp-home-application-scenario__container {
        display:none
    }
}

.mp-home-application-scenario__container .mp-home-application-scenario__header {
    padding: 0 calc((100% - 1210px)/2 + 15px) 20px calc((100% - 1210px)/2 + 15px);
    font-size: 24px;
    line-height: 38px;
    color: #000
}

@media(max-width: 1210px) {
    .mp-home-application-scenario__container .mp-home-application-scenario__header {
        padding:0 15px 20px 15px
    }
}

.mp-home-application-scenario__container .mp-home-application-scenario__body {
    display: flex
}

.mp-home-application-scenario__container .mp-home-application-scenario__body .mp-side__left {
    width: calc((100% - 590px)/2);
    min-width: 310px;
    background-color: #f5f8fd;
    border-right: 1px solid #dcdfe6;
    box-sizing: border-box;
    display: flex;
    flex-direction: column
}

.mp-home-application-scenario__container .mp-home-application-scenario__body .mp-side__left-section {
    height: 102px;
    padding: 24px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: height 195ms ease-in-out;
    background-image: none;
    background-size: cover;
    background-position: right center
}

.mp-home-application-scenario__container .mp-home-application-scenario__body .mp-side__left-section__bg {
    height: 103px;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 195ms ease-in-out
}

.mp-home-application-scenario__container .mp-home-application-scenario__body .mp-side__left-section__info {
    width: 310px;
    padding-right: 20px;
    padding-left: 15px;
    box-sizing: border-box
}

.mp-home-application-scenario__container .mp-home-application-scenario__body .mp-side__left-section__info .mp-text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.mp-home-application-scenario__container .mp-home-application-scenario__body .mp-side__left-section__info .mp-text.mp-title {
    font-size: 16px;
    line-height: 24px;
    color: #000
}

.mp-home-application-scenario__container .mp-home-application-scenario__body .mp-side__left-section__info .mp-text.mp-desc {
    margin-top: 8px;
    font-size: 14px;
    line-height: 22px;
    color: #6d7280
}

.mp-home-application-scenario__container .mp-home-application-scenario__body .mp-side__left-section__info .mp-link__wrap {
    display: none
}

.mp-home-application-scenario__container .mp-home-application-scenario__body .mp-side__left-section__info .mp-link__wrap .mp-link {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    position: absolute;
    bottom: 24px
}

.mp-home-application-scenario__container .mp-home-application-scenario__body .mp-side__left-section__info .mp-link__wrap .mp-link::after {
    content: "";
    height: 12px;
    width: 12px;
    margin-left: 4px;
    position: absolute;
    top: 5px;
    background-image: url("./image/c0a088a3-4ec7-4185-af68-843dfabc8fe7.svg");
    background-size: 12px 12px;
    transition: transform 195ms ease-in-out
}

.mp-home-application-scenario__container .mp-home-application-scenario__body .mp-side__left-section__info .mp-link__wrap .mp-link:hover::after {
    transform: translateX(6px)
}

.mp-home-application-scenario__container .mp-home-application-scenario__body .mp-side__left-section.is-selected {
    height: 185px;
    background-image: url(./image/8076fd8d-d7b4-4e37-9bb7-b181c167aec1.png)
}

.mp-home-application-scenario__container .mp-home-application-scenario__body .mp-side__left-section.is-selected .mp-side__left-section__bg {
    opacity: 1
}

.mp-home-application-scenario__container .mp-home-application-scenario__body .mp-side__left-section.is-selected .mp-text.mp-title {
    color: #fff
}

.mp-home-application-scenario__container .mp-home-application-scenario__body .mp-side__left-section.is-selected .mp-text.mp-desc {
    color: hsla(0,0%,100%,.6);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.mp-home-application-scenario__container .mp-home-application-scenario__body .mp-side__left-section.is-selected .mp-link__wrap {
    display: block
}

.mp-home-application-scenario__container .mp-home-application-scenario__body .mp-side__right {
    flex: 1;
    display: flex;
    flex-direction: column
}

.mp-home-application-scenario__container .mp-home-application-scenario__body .mp-side__right .mp-side__row {
    display: flex
}

.mp-home-application-scenario__container .mp-home-application-scenario__body .mp-side__right .mp-side__row .mp-side__item {
    width: 295px;
    height: 296px;
    border-bottom: 1px solid #eceff4;
    border-left: 1px solid #eceff4
}

.mp-home-application-scenario__container .mp-home-application-scenario__body .mp-side__right .mp-side__row .mp-side__item:hover {
    border-color: #fff
}

.mp-home-application-scenario__container .mp-home-application-scenario__body .mp-side__right .mp-side__row .mp-side__item:first-child {
    border-left: none
}

.mp-home-application-scenario__container .mp-home-application-scenario__body .mp-side__right .mp-side__row .mp-side__item.mp-side__item--large {
    flex: 1
}

.mp-home-application-scenario__card {
    width: 100%;
    height: 100%;
    background: rgba(245,248,253,.5);
    cursor: pointer;
    transition: background 195ms ease-in-out,filter 195ms ease-in-out
}

.mp-home-application-scenario__card:hover {
    background: linear-gradient(0deg, #ffffff, #ffffff),#f5f8fd;
    filter: drop-shadow(0px 4px 16px rgba(0, 82, 217, 0.15))
}

.mp-home-application-scenario__card:hover .mp-price-btn {
    opacity: 1
}

.mp-home-application-scenario__card__content {
    max-width: 295px;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative
}

.mp-home-application-scenario__card__icon-wrap {
    display: flex;
    gap: 22px
}

.mp-home-application-scenario__card__icon {
    height: 36px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.mp-home-application-scenario__card__icon img {
    height: 100%;
    max-width: 100%;
    object-fit: contain
}

.mp-home-application-scenario__card__title {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 4px
}

.mp-home-application-scenario__card__title .mp-tag__list {
    display: flex;
    gap: 2px
}

.mp-home-application-scenario__card__title .mp-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.mp-home-application-scenario__card__desc {
    height: 66px;
    margin-top: 16px;
    font-size: 14px;
    line-height: 22px;
    color: #6d7280;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.mp-home-application-scenario__card__try {
    margin-top: 16px;
    display: flex
}

.mp-home-application-scenario__card__try-btn {
    padding: 0 8px;
    height: 26px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 24px;
    color: #959cad
}

.mp-home-application-scenario__card__price-section {
    width: calc(100% - 40px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 20px
}

.mp-home-application-scenario__card__price-section .mp-price {
    display: flex;
    align-items: baseline
}

.mp-home-application-scenario__card__price-section .mp-price .mp-number {
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    color: #ed6b2c
}

.mp-home-application-scenario__card__price-section .mp-price .mp-unit {
    font-size: 14px;
    line-height: 22px;
    color: #6d7280
}

.mp-home-application-scenario__card__price-section .mp-price-text {
    font-size: 20px;
    line-height: 32px;
    color: #ed6b2c
}

.mp-home-application-scenario__card__price-section .mp-price-btn {
    width: 40px;
    height: 40px;
    background-color: #0052d9;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0px 8px 18px rgba(0, 82, 217, 0.2));
    opacity: 0;
    transition: opacity 195ms ease-in-out
}

.mp-product__list-v2 .mp-horizontalList {
    border: 1px solid #eceff4;
    border-radius: 4px
}

@media screen and (max-width: 768px) {
    .home-new .mp-tabs-tab+.mp-tabs-tab {
        margin-left:40px
    }

    .home-new .mp-tabs-pane {
        background-color: rgba(0,0,0,0)
    }

    .home-new .more-card {
        display: none
    }

    .home-new .mp-horizontalList-item {
        background: #fff !important
    }

    .home-new .mp-horizontalList-item .mp-horcard:hover {
        background-color: #fff
    }
}

.mp-tag-v2 {
    margin: 0;
    padding: 0 8px;
    height: 20px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border-radius: 2px
}

.mp-tag-v2.mp-tag--small {
    padding: 0 4px
}

.mp-tag-v2 .mp-tag__text {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px
}

.mp-tag-v2 .mp-tag__icon {
    height: 16px;
    width: 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.mp-tag-v2.mp-tag--red {
    background-color: rgba(237,107,44,.15)
}

.mp-tag-v2.mp-tag--red .mp-tag__text {
    color: #ed6b2c
}

.mp-tag-v2.mp-tag--blue {
    background-color: rgba(0,82,217,.1)
}

.mp-tag-v2.mp-tag--blue .mp-tag__text {
    color: #0052d9
}

.mp-tag-v2.mp-tag--orange {
    background-color: rgba(242,154,24,.15)
}

.mp-tag-v2.mp-tag--orange .mp-tag__text {
    color: #f29a18
}

.mp-tag-v2.mp-tag--yellow {
    background: linear-gradient(102.55deg, #fcf3d3 3.98%, #eaddb1 51.27%, #e4daa8 93%)
}

.mp-tag-v2.mp-tag--yellow .mp-tag__text {
    color: #7b601e
}

.mp-case-v2 .mp-case-more-v2 {
    margin-left: auto
}

@media screen and (max-width: 1179px) {
    .mp-case-v2 .mp-case-more-v2 {
        display:none
    }
}

.mp-case-v2 .mp-case-company::after {
    display: none
}

.mp-case-v2 .mp-case-left {
    padding-left: 0;
    border: none
}

.mp-case-v2 .mp-case-company::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #18273a;
    opacity: .3;
    transition: opacity 195ms ease-in-out
}

.mp-case-v2 .mp-case-company.mp-case-company-focus::before {
    opacity: 0
}

.mp-course-v2 .mp-course-list {
    background-color: #fff
}

.mp-course-v2 .mp-course-list .mp-course-item .mp-course-link {
    color: #000;
    opacity: .8
}

.mp-course-v2 .mp-course-list .mp-course-item.mp-course-item-focus {
    background-color: #fff
}

.mp-course-v2 .mp-course-list .mp-course-item.mp-course-item-focus .mp-course-link {
    color: #0052d9
}

.mp-home-application-scenario-mobile {
    padding: 40px 24px 24px 24px;
    background: linear-gradient(150.75deg, #0052d9 14.22%, #e7f0ff 87.67%)
}

.mp-home-application-scenario-mobile__header {
    font-weight: 500;
    font-size: 28px;
    line-height: 44px;
    color: #fff
}

.mp-home-application-scenario-mobile__body {
    margin-top: 20px
}

.mp-home-application-scenario-mobile__list {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff
}

.mp-home-application-scenario-mobile__item {
    width: 50%;
    border-bottom: 1px solid #eceff4;
    border-left: 1px solid #eceff4;
    box-sizing: border-box;
    position: relative
}

@media screen and (max-width: 768px) {
    .mp-home-application-scenario-mobile__item {
        width:100%
    }

    .mp-home-application-scenario-mobile__item::after {
        content: "";
        width: calc(100% - 40px);
        height: 1px;
        background-color: #e3e7ee;
        position: absolute;
        bottom: 0px;
        left: 20px
    }

    .mp-home-application-scenario-mobile__item:last-of-type::after {
        display: none
    }
}

.mp-home-application-scenario-mobile .mp-tabs-list {
    border: none
}

@media screen and (max-width: 1179px) {
    .mp-home-application-scenario-mobile .mp-tabs-list {
        overflow-x:auto;
        padding-bottom: 4px
    }

    .mp-home-application-scenario-mobile .mp-tabs-list::-webkit-scrollbar {
        display: none
    }
}

.mp-home-application-scenario-mobile .mp-tabs-list .mp-tabs-tab {
    height: auto
}

.mp-home-application-scenario-mobile .mp-tabs-list .mp-tabs-tab::after {
    display: block;
    height: 4px;
    bottom: -4px;
    background-color: #67e8ff;
    border-radius: 10px
}

.mp-home-application-scenario-mobile .mp-tabs-list .mp-tabs-tab .mp-tabs-tab__text {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    font-weight: 400
}

.mp-home-application-scenario-mobile .mp-tabs-list .mp-tabs-tab.mp-tabs-tab--actived .mp-tabs-tab__text {
    font-weight: 500
}

@media screen and (min-width: 1180px) {
    .mp-home-application-scenario-mobile {
        display:none
    }
}

@media screen and (max-width: 768px) {
    .mp-home-application-scenario-mobile {
        padding:25px 15px 20px 15px
    }

    .mp-home-application-scenario-mobile__header {
        font-size: 18px;
        line-height: 27px
    }

    .mp-home-application-scenario-mobile .mp-tabs-list .mp-tabs-tab .mp-tabs-tab__text {
        font-size: 16px;
        line-height: 26px
    }

    .mp-home-application-scenario-mobile .mp-tabs-main {
        margin-top: 12px
    }

    .mp-home-application-scenario-mobile__item {
        border: none
    }
}

.mp-application-scenario-card-mobile {
    padding: 24px 20px 20px 20px;
    display: flex;
    flex-direction: column
}

.mp-application-scenario-card-mobile__header {
    display: flex;
    align-items: center
}

.mp-application-scenario-card-mobile__header .mp-tag__list {
    margin-right: 4px;
    display: flex;
    gap: 2px
}

.mp-application-scenario-card-mobile__header .mp-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.mp-application-scenario-card-mobile__desc {
    height: 44px;
    margin-top: 12px;
    font-size: 14px;
    line-height: 22px;
    color: #6d7280;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.mp-application-scenario-card-mobile__tips {
    margin-top: 12px;
    display: flex;
    gap: 15px
}

.mp-application-scenario-card-mobile__tips .mp-tips__btn {
    border: 1px solid #dcdfe6;
    border-radius: 2px;
    padding: 2px 8px;
    font-size: 14px;
    line-height: 22px;
    color: #959cad
}

.mp-application-scenario-card-mobile__check-section {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.mp-application-scenario-card-mobile__check-section .mp-price {
    display: flex;
    align-items: baseline
}

.mp-application-scenario-card-mobile__check-section .mp-price .mp-number {
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    color: #ed6b2c
}

.mp-application-scenario-card-mobile__check-section .mp-price .mp-unit {
    color: #6d7280;
    font-size: 14px;
    line-height: 22px
}

.mp-application-scenario-card-mobile__check-section .mp-link {
    padding-right: 16px;
    font-size: 14px;
    line-height: 22px;
    color: #0052d9;
    position: relative;
    display: flex;
    align-items: center
}

.mp-application-scenario-card-mobile__check-section .mp-link::after {
    content: "";
    height: 12px;
    width: 12px;
    background-image: url("./image/3c8da075-d9f3-44cc-9702-e6461dd52e49.svg");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0
}

@media screen and (max-width: 1179px) {
    .mp-only-pad-bg-v2 {
        background-image:url("./image/ddad1d27-3c59-493f-91a5-40af09a6804d.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover
    }
}

.mpm-header {
    position: relative
}

.mpm-header .mp-col.flex {
    display: flex
}

.mpm-header a:hover {
    text-decoration: none
}

.mpm-header-top {
    height: 54px;
    border-bottom: 1px solid #f2f2f2;
    padding: 5px 20px
}

.mpm-header-topleft {
    position: absolute;
    left: 20px;
    top: 5px
}

.mpm-header-topright {
    display: flex;
    position: absolute;
    right: 0;
    top: 5px
}

.mpm-header-topright .nav-item.full-nav {
    height: 64px;
    background-color: #0052d9;
    color: #fff;
    padding: 0 20px;
    line-height: 64px;
    transition: background-color .25s
}

.mpm-header-topright .nav-item.full-nav:hover {
    color: #fff;
    background-color: #2670e8
}

.mpm-header-topmain {
    margin: 0 auto;
    max-width: 1180px;
    display: none
}

.mpm-header-topmain .mpm-header-search {
    display: flex;
    width: 710px;
    margin-left: 250px
}

.mpm-header-main {
    display: block;
    padding: 0 20px
}

.mpm-header-logo {
    height: 54px;
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box
}

.mpm-header-logo--bordered {
    border-bottom: 3px solid #0052d9
}

.mpm-header-logo__link {
    display: block;
    flex: 0 0 140px;
    height: 54px;
    background: rgba(0,0,0,0) url(./image/mpm220309-tcdfc836cd7d97d7421a29.svg) no-repeat left center;
    background-size: auto 20px;
    cursor: pointer
}

.mpm-header-logo-dropdown {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.mpm-header-logo-dropdown:hover {
    color: #0052d9
}

.mpm-header-logo .nav-item-dropdown {
    position: absolute;
    top: 40px;
    left: 0;
    padding-top: 20px;
    z-index: 99
}

.mpm-header-logo .nav-item-dropdown .mpm-navigation-detail {
    height: 434px
}

.mpm-header-user .user-main {
    height: 40px;
    display: flex;
    align-items: center;
    padding: 5px 0;
    margin-left: 28px;
    margin-right: 20px
}

.mpm-header-user .user-main-info {
    display: block;
    cursor: pointer;
    height: 24px;
    font-size: 14px;
    color: #000;
    line-height: 24px;
    transition: color .25s;
    position: relative;
    width: 32px
}

.mpm-header-user .user-main-info:before,.mpm-header-user .user-main-info:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .25s
}

.mpm-header-user .user-main-info:before {
    left: 0;
    width: 32px;
    height: 32px;
    background: rgba(0,0,0,0) url(./image/mpm200826-header-user6564fd6b3bf3fa1f6669.svg) no-repeat center;
    background-size: 32px
}

.mpm-header-user .user-main-info:hover {
    color: #0052d9
}

.mpm-header-user .user-main-dropdown {
    position: absolute;
    right: 0;
    top: 100%;
    padding-top: 8px;
    z-index: 99;
    margin-top: -8px
}

.mpm-header-nav {
    display: flex;
    height: 54px;
    align-items: center
}

.mpm-header-nav .nav-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #000;
    line-height: 54px;
    transition: color .25s
}

.mpm-header-nav .nav-item.nav-itemalign--end .mpm-header-popover {
    left: auto;
    right: 0
}

.mpm-header-nav .nav-item.more-nav {
    display: none
}

.mpm-header-nav .nav-item+.nav-item {
    margin-left: 28px
}

.mpm-header-nav .nav-item:hover {
    color: #0052d9
}

.mpm-header-nav .nav-item.font-16 {
    font-size: 16px
}

.mpm-header-nav .nav-item.font-18 {
    font-size: 18px
}

.mpm-header-nav .nav-item.font-bold {
    font-weight: 500
}

.mpm-header-nav .nav-item--icon {
    position: relative
}

.mpm-header-nav .nav-item--icon .mp-icon {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.mpm-header-nav .nav-item--navArrowDown {
    padding-right: 13px
}

.mpm-header-nav .nav-item--navArrowDown .mp-icon {
    color: #959cad
}

.mpm-header-nav .nav-item--navArrowDown:hover .mp-icon {
    color: #0052d9
}

.mpm-header-nav .nav-item--navCase {
    padding-right: 22px
}

.mpm-header-nav .nav-item--navNew {
    padding-right: 41px
}

.mpm-header-nav .nav-item--navHot {
    padding-right: 41px
}

.mpm-header-nav .nav-item .mpm-header-popover {
    position: absolute;
    top: 40px;
    left: 0;
    padding-top: 8px
}

.mpm-header-nav .nav-item.has-divide::before {
    content: "";
    height: 14px;
    width: 1px;
    position: absolute;
    margin-left: -14px;
    background-color: #dcdfe6
}

.mpm-header-search {
    height: 40px;
    padding: 7px 0;
    display: flex;
    position: relative;
    width: 342px
}

.mpm-header-search .search-input {
    height: 40px;
    padding: 8px 12px;
    flex: 1;
    border: 2px solid #0052d9;
    border-right-width: 0;
    outline: none;
    line-height: 24px;
    font-size: 14px;
    color: #000;
    transition: border-color .25s
}

.mpm-header-search .search-input::-webkit-input-placeholder {
    color: #959cad
}

.mpm-header-search .search-input:-moz-placeholder {
    color: #959cad
}

.mpm-header-search .search-input::-moz-placeholder {
    color: #959cad
}

.mpm-header-search .search-input:-ms-input-placeholder {
    color: #959cad
}

.mpm-header-search .search-input:hover,.mpm-header-search .search-input:focus {
    border-color: #0052d9
}

.mpm-header-search .search-button {
    height: 40px;
    overflow: hidden;
    display: block;
    text-align: center;
    transition: background-color .25s;
    color: #fff;
    font-size: 14px;
    padding: 0 20px;
    white-space: nowrap;
    flex: 0 0 auto;
    background: url("./image/725def35-533e-47dd-9cbb-e6f06d87b997.svg") no-repeat center;
    background-size: 16px;
    text-indent: -999999px
}

.mpm-header-popover {
    background-color: #fff;
    box-shadow: 0 10px 40px 0 rgba(18,38,64,.15);
    padding: 12px;
    box-sizing: border-box;
    margin-top: 7px;
    z-index: 99
}

.mpm-header-popover--l {
    padding: 12px 24px
}

.mpm-header-popover--l .popover-label {
    border-bottom: 1px solid #f2f7fc;
    margin-bottom: 4px
}

.mpm-header-popover .popover-label {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #959cad;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding: 0 12px
}

.mpm-header-popover .popover-list {
    display: block;
    width: 100%
}

.mpm-header-popover .popover-list-item {
    height: 36px;
    width: 100%
}

.mpm-header-popover .popover-list-item a {
    display: block;
    transition: background-color .25s;
    font-size: 14px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding: 0 12px;
    color: #000;
    width: 100%;
    display: block;
    transition: color .25s
}

.mpm-header-popover .popover-list-item .hot-item {
    width: 23px;
    height: 12px;
    display: inline-block;
    background: rgba(0,0,0,0) url(./image/mp220310-icon-hot4f135cca2f8f26c4385a.svg) no-repeat center;
    vertical-align: 4px;
    margin-left: 4px
}

.mpm-header-popover .popover-list-item:hover {
    background-color: #f2f7fc
}

.mpm-header-popover .popover-list-item:hover a {
    color: #0052d9
}

.mpm-header-popover .popover-tags {
    display: block;
    width: 100%;
    margin-top: 4px
}

.mpm-header-popover .popover-tags-item {
    height: 32px;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
    background-color: #f2f7fc
}

.mpm-header-popover .popover-tags-item a {
    display: inline-block;
    transition: background-color .25s;
    font-size: 12px;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding: 0 12px;
    color: #000;
    width: 100%;
    display: block;
    transition: color .25s;
    padding: 0 8px;
    max-width: 148px
}

.mpm-header-popover .popover-tags-item:hover {
    background-color: #dce7f5
}

.mpm-header-popover .popover-tags-item:hover a {
    color: #0052d9
}

.mpm-header-popover .search-popover-list {
    margin: 0 -12px;
    transition: all .25s
}

.mpm-header-popover .search-popover-list .search-popover-item {
    padding: 9px 16px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    cursor: pointer;
    font-family: "PingFang SC";
    transition: all .25s
}

.mpm-header-popover .search-popover-list .search-popover-item:hover {
    background: #f5f8fd;
    color: #0052d9
}

.mpm-header-popover .search-popover-list .search-popover-item .keywords {
    font-weight: 400;
    color: inherit
}

.mpm-header-dropdown {
    position: absolute
}

.mpm-header--fixed {
    position: fixed;
    left: 0;
    top: -65px;
    width: 100%;
    z-index: 999
}

.mpm-header--fixed .mpm-header-search {
    display: flex;
    width: 256px
}

.mpm-header-fixedContainer {
    height: 95px;
    width: 100%;
    position: relative;
    z-index: 11
}

.logo-navigation {
    width: 230px;
    box-shadow: 0 10px 40px 0 rgba(18,38,64,.15)
}

.mpm-search-popover {
    position: absolute;
    top: 47px;
    width: 100%;
    left: 0;
    z-index: 99
}

.mpm-userpopover {
    background-image: linear-gradient(0deg, #ffffff 0%, #f3f5f8 100%);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
    border-radius: 4px;
    position: absolute;
    right: 20px;
    top: 100%;
    width: 220px;
    box-sizing: border-box
}

.mpm-userpopover-title {
    display: block;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px;
    color: #16181a;
    line-height: 24px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis
}

.mpm-userpopover-item {
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 22px;
    line-height: 22px;
    color: #495770;
    font-size: 14px
}

.mpm-userpopover-link {
    transition: color .25s
}

.mpm-userpopover-link:hover {
    color: #0052d9
}

.mpm-userpopover-auth {
    border: 1px solid #0052d9;
    color: #0052d9;
    font-size: 12px;
    height: 14px;
    line-height: 14px;
    border-radius: 2px;
    padding: 0 6px 0 18px;
    position: relative;
    transition: background-color .25s
}

.mpm-userpopover-auth:before {
    content: "";
    display: block;
    position: absolute;
    left: 6px;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 2px;
    background-image: url(./image/icon-real-name-cur.ad5f6851.svg)
}

.mpm-userpopover-auth.disabled {
    border-color: #98a3b7;
    color: #98a3b7
}

.mpm-userpopover-auth.disabled::before {
    background-image: url(./image/icon-real-name.6aed74e4.svg)
}

.mpm-userpopover-auth:hover {
    background-color: #ecf2fe
}

.mpm-userpopover-ticket {
    height: 14px;
    border: 1px solid #f64041;
    border-radius: 2px;
    font-size: 12px;
    color: #f64041;
    text-align: center;
    line-height: 14px;
    padding: 0 6px;
    transition: background-color .25s
}

.mpm-userpopover-ticket:hover {
    background-color: #ecf2fe
}

.mpm-userpopover-bubble {
    height: 12px;
    line-height: 12px;
    border: 1px solid #0052d9;
    border-radius: 2px;
    font-size: 12px;
    color: #0052d9;
    text-align: center;
    line-height: 12px;
    padding: 0 2px;
    position: relative;
    transition: background-color .25s
}

.mpm-userpopover-bubble:after {
    content: "";
    position: absolute;
    right: 100%;
    bottom: 0;
    margin-right: -2px;
    border-style: solid;
    border-width: 2px 2px;
    border-color: rgba(0,0,0,0) #fafbfc #fafbfc rgba(0,0,0,0)
}

.mpm-userpopover-bubble:before {
    content: "";
    position: absolute;
    right: 100%;
    bottom: -1px;
    border-style: solid;
    border-width: 2px 3px;
    border-color: rgba(0,0,0,0) #0052d9 #0052d9 rgba(0,0,0,0)
}

.mpm-userpopover-bubble:hover {
    background-color: #ecf2fe
}

.mpm-userpopover-bd {
    padding: 20px 24px
}

.mpm-userpopover-ft {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 46px;
    flex: 1;
    background-image: linear-gradient(0deg, #ffffff 0%, #f3f5f8 100%);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
    padding: 0 22px;
    font-size: 14px;
    color: #495770;
    line-height: 42px;
    margin-left: -2px;
    margin-bottom: -2px;
    box-sizing: border-box;
    width: 220px
}

@media screen and (max-width: 1760px) {
    .mpm-header-search {
        width:200px
    }
}

@media screen and (max-width: 1600px) {
    .mpm-header-main .mpm-header-nav .nav-item+.nav-item {
        margin-left:14px
    }

    .mpm-header-main .mpm-header-nav .nav-item.has-divide::before {
        margin-left: -7px
    }
}

@media screen and (max-width: 1560px) {
    .mpm-header-topmain .mpm-header-search {
        width:612px
    }
}

@media screen and (max-width: 1440px) {
    .mpm-header-nav .nav-item.more-nav {
        display:flex
    }

    .mpm-header-nav .nav-item.fold-nav {
        display: none
    }

    .mpm-header-topmain .mpm-header-search {
        width: 520px
    }
}

@media screen and (max-width: 1179px) {
    .mpm-header-fixedContainer {
        display:none
    }
}

.mpm-header-popover-v2 {
    padding: 40px 0 52px 0;
    box-shadow: 0px 10px 40px rgba(0,0,0,.15);
    display: flex;
    justify-content: center;
    gap: 80px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 54px;
    z-index: -1;
    cursor: default
}

.mpm-header-popover-v2 .mpm-v2__section .mpm-v2__title {
    padding-bottom: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #0052d9;
    border-bottom: 1px solid #eceff4
}

.mpm-header-popover-v2 .mpm-v2__section .mpm-v2__content {
    margin-top: 6px;
    display: flex
}

.mpm-header-popover-v2 .mpm-v2__section .mpm-v2__content__item {
    padding-right: 140px
}

.mpm-header-popover-v2 .mpm-v2__section .mpm-v2__content__item li {
    font-size: 14px;
    line-height: 34px;
    color: #000
}

.mpm-header-popover-v2 .mpm-v2__section .mpm-v2__content__item li .hot-item {
    width: 23px;
    height: 12px;
    display: inline-block;
    background: rgba(0,0,0,0) url(./image/mp220310-icon-hot4f135cca2f8f26c4385a.svg) no-repeat center;
    vertical-align: 4px;
    margin-left: 4px
}

.mpm-header-popover-v2 .mpm-v2__section .mpm-v2__content__item li a {
    display: inline-block;
    height: 100%
}

.mpm-header-popover-v2 .mpm-v2__section .mpm-v2__content__item li a:hover {
    color: #0052d9
}

.mpm-header-popover-v2 .mpm-v2-card__list {
    width: 1164px;
    display: flex;
    flex-wrap: wrap;
    gap: 52px
}

.mpm-header-popover-v2 .mpm-v2-card__item {
    width: 252px
}

.mpm-v2-icon-card {
    display: flex;
    gap: 12px;
    align-items: center;
    cursor: pointer
}

.mpm-v2-icon-card:hover a {
    color: #0052d9
}

.mpm-v2-icon-card .mpm-v2-img__wrap {
    height: 40px;
    width: 40px
}

.mpm-v2-icon-card .mpm-v2-img__wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.mpm-v2-icon-card .mpm-v2-info__wrap {
    width: calc(100% - 40px - 12px);
    display: flex;
    flex-direction: column;
    gap: 8px
}

.mpm-v2-icon-card .mpm-v2-info__title {
    font-size: 14px;
    line-height: 22px;
    color: #000
}

.mpm-v2-icon-card .mpm-v2-info__desc {
    font-size: 12px;
    line-height: 20px;
    color: #959cad;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.mpm-header-v2 .mpm-header-top {
    height: 30px
}

.mpm-header-v2 .mpm-header-top .mpm-header-logo {
    height: 30px
}

.mpm-header-v2 .mpm-header-top .mpm-header-logo__link {
    height: 30px
}

.mpm-header-v2 .mpm-header-top .mpm-header-topright {
    top: 0
}

.mpm-header-v2 .mpm-header-top .mpm-header-topright .mpm-header-nav {
    padding: 5px 0;
    height: 30px
}

.mpm-header-v2 .mpm-header-top .mpm-header-topright .mpm-header-nav .nav-item {
    line-height: 30px
}

.mpm-header-v2 .mpm-header-top .mpm-header-topright .mpm-header-nav .nav-item.full-nav {
    height: 40px
}

.mpm-header-v2 .mpm-header-top .mpm-header-topright .user-main {
    height: 30px
}

.mpm-header-v2.mpm-header--fixed {
    top: -40px
}

.mpm-header-v2.mpm-header--fixed .mpm-header-main-v2 {
    box-shadow: 0px 5px 15px -5px rgba(0,0,0,.1);
    backdrop-filter: none;
    background-color: #fff
}

.mpm-header-v2 .mpm-header-main-v2 {
    background-color: hsla(0,0%,100%,.72);
    background-blend-mode: soft-light;
    backdrop-filter: blur(10px);
    transition: all 195ms;
    position: relative
}

.mpm-header-v2 .mpm-header-main-v2:hover {
    backdrop-filter: none;
    background-color: #fff
}

.mpm-header-v2 .mpm-header-main-v2.is-hover {
    backdrop-filter: none;
    background-color: #fff;
    box-shadow: 0px 5px 15px -5px rgba(0,0,0,.1)
}

.mpm-header-v2 .mpm-header-main-v2 .mpm-header-nav .nav-item.has-fixed-dropdown {
    padding-right: 0;
    display: flex;
    align-items: center;
    position: unset
}

.mpm-header-v2 .mpm-header-main-v2 .mpm-header-nav .nav-item.has-fixed-dropdown .mp-icon {
    margin-left: 5px;
    transform: none;
    position: unset
}

.mpm-header-search-v2 {
    position: relative
}

.mpm-header-search-v2 .search-input {
    border: 1px solid #dcdfe6;
    background-color: hsla(0,0%,100%,0)
}

.mpm-header-search-v2 .search-input::placeholder {
    font-size: 14px;
    color: #959cad
}

.mpm-header-search-v2 .search-button {
    position: absolute;
    right: 0
}

.mp-icon {
    display: inline-block;
    width: 16px;
    height: 16px
}

.mp-icon svg {
    width: 100%;
    height: 100%;
    display: block
}

.mp-icon--arrow {
    min-width: 12px;
    width: 12px;
    height: 12px
}

.mp-icon--arrow.mp-icon--directionleft {
    transform: rotate(180deg)
}

.mp-icon--arrow.mp-icon--directiontop {
    transform: rotate(-90deg)
}

.mp-icon--arrow.mp-icon--directionbottom {
    transform: rotate(90deg)
}

.mp-icon--carouselArrowRight,.mp-icon--carouselArrowLeft {
    color: #e1e5eb
}

.mp-icon--navArrowDown {
    width: 8px;
    height: 8px
}

.mp-icon--navNew {
    width: 37px !important;
    height: 16px !important
}

.mp-icon--navHot {
    width: 37px !important;
    height: 16px !important
}

.mp-icon--navCase {
    width: 16px !important;
    height: 16px !important
}

.mp-modal {
    position: fixed;
    z-index: 1001;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.mp-modal-shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    z-index: -1
}

.mp-modal-main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.mp-modal--alignLeft {
    justify-content: start
}

.mp-modal--alignLeft .mp-modal-main {
    justify-content: start
}

.mp-modal--alignRight {
    justify-content: flex-end
}

.mp-modal--alignRight .mp-modal-main {
    justify-content: flex-end
}

.mpmMo-header {
    display: none;
    background-color: #fff;
    padding: 15px
}

.mpmMo-header-block {
    display: flex;
    align-items: center
}

.mpmMo-header__logo {
    flex: 1;
    height: 30px;
    text-align: left;
    background-size: auto 20px
}

.mpmMo-header__logo a {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #000
}

.mpmMo-header-title {
    display: flex;
    padding: 20px 24px;
    align-items: center;
    border-bottom: 1px solid #ddd
}

.mpmMo-header-titleText {
    font-size: 20px;
    flex: 1
}

.mpmMo-header-titleClose {
    width: 24px;
    height: 24px;
    display: block;
    background: rgba(0,0,0,0) url(./image/220606-icon-close7381681f609160b67892.svg) no-repeat center;
    background-size: 24px
}

.mpmMo-headerNav,.mpmMo-headerUser {
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    text-indent: -9999px
}

.mpmMo-headerNav {
    margin-left: 18px;
    background-image: url(./image/header-nav-mobile542657185798c641f8fe.svg)
}

.mpmMo-headerUser {
    background-image: url(./image/header-user-mobiledcf2c80913e332441d5d.svg)
}

.mpmMo-headerSearch {
    margin-top: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    width: 100%
}

.mpmMo-headerSearch-main {
    background-color: #f2f2f2;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    position: relative
}

.mpmMo-headerSearch-main--minix .mp__header-search-btn {
    right: auto;
    left: 0
}

.mpmMo-headerSearch-main--minix .mp__header-search-input {
    padding-left: 40px;
    padding-right: 64px;
    text-indent: 0
}

.mpmMo-headerSearch__input {
    background-color: #fff;
    height: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    outline: none;
    margin: 0;
    padding: 0;
    width: 100%;
    padding-right: 40px;
    text-indent: 15px;
    font-size: 14px;
    color: #333;
    display: block
}

.mpmMo-headerSearch__btn {
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0,0,0,0) url(./image/mpm201113-icon-header-search7d3625187f1a8a23f672.svg) center no-repeat;
    background-size: 20px
}

.mpmMo-headerSearch-prompt {
    position: absolute;
    top: 100%;
    z-index: 201;
    left: 0;
    width: 100%;
    display: none
}

.mpmMo-headerSearch-prompt-main {
    background-color: #fff;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 15px 20px;
    margin: 0 -15px
}

.mpmMo-headerSearch-prompt-main .search-prompt-list {
    padding-top: 12px;
    margin-bottom: -12px
}

.mpmMo-headerSearch-prompt-main .search-prompt-list .search-prompt-item {
    padding: 9px 15px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    cursor: pointer;
    font-family: "PingFang SC"
}

.mpmMo-headerSearch-prompt-main .search-prompt-list .search-prompt-item:hover {
    background: #f5f8fd;
    color: #0052d9
}

.mpmMo-headerSearch-prompt-main .search-prompt-list .search-prompt-item .keywords {
    font-weight: 400;
    color: inherit
}

.mpmMo-headerSearch-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px
}

.mpmMo-headerSearch-list li {
    display: block;
    margin: 0 5px 10px 5px
}

.mpmMo-headerSearch__title {
    font-size: 12px;
    color: #888;
    display: block;
    height: 16px;
    line-height: 16px;
    margin-top: 24px;
    margin-bottom: 10px;
    padding: 0 5px
}

.mpmMo-headerSearch__keyword {
    line-height: 28px;
    height: 28px;
    display: block;
    padding: 0 10px;
    font-size: 12px;
    color: #000;
    background-color: #f2f7fc;
    max-width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.mpmMo-headerSearch__shadow {
    position: fixed;
    left: 0;
    top: 118px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(0,0,0,.5)
}

.mpmMo-headerSearch .prompt-block {
    display: flex;
    flex-direction: column
}

.mpmMo-headerSlide {
    width: 100%;
    background-color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.mpmMo-headerSlide-bd {
    flex: 1;
    overflow: hidden
}

.mpmMo-headerSlide-ft .mpmMo-headerSlide__link {
    height: 60px;
    line-height: 60px
}

.mpmMo-headerSlide-menu {
    overflow-y: auto;
    max-height: 100%
}

.mpmMo-headerSlide-menuItem {
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2
}

.mpmMo-headerSlide-menuItem:last-child {
    border-width: 0
}

.mpmMo-headerSlide-menuItem .mpmMo-headerSlide-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height ease-in-out .4s
}

.mpmMo-headerSlide-menuItem--open .mpmMo-headerSlide-list {
    max-height: 999px
}

.mpmMo-headerSlide-menuItem--open span.mpmMo-headerSlide__title:after {
    transform: rotate(180deg)
}

.mpmMo-headerSlide__title {
    display: flex;
    height: 54px;
    line-height: 54px;
    padding: 0 12px 0 24px;
    font-weight: 500;
    font-size: 14px;
    align-items: center
}

.mpmMo-headerSlide__title .mp-icon {
    margin-left: 4px
}

.mpmMo-headerSlide-list {
    display: block;
    background-color: #f2f7fc
}

.mpmMo-headerSlide-item {
    border-top: 1px solid #f2f2f2;
    height: 54px;
    line-height: 54px
}

.mpmMo-headerSlide__link {
    display: block;
    height: 100%;
    padding: 0 12px 0 24px;
    box-sizing: border-box;
    font-size: 14px
}

.mpmMo-headerSlide span.mpmMo-headerSlide__title {
    position: relative
}

.mpmMo-headerSlide span.mpmMo-headerSlide__title:after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: rgba(0,0,0,0) url(./image/mpm201113-icon-slide-drop-down7724df9c1b263a6a27cf.svg) no-repeat center;
    background-size: 14px;
    transition: all .4s
}

.mpmMo-headerSlide-user {
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #ddd
}

.mpmMo-headerSlide-user__photo {
    display: block;
    width: 45px;
    height: 45px;
    background: rgba(0,0,0,0) url(./image/mpm200826-header-user6564fd6b3bf3fa1f6669.svg) no-repeat center;
    background-size: cover
}

.mpmMo-headerSlide-user__link {
    margin-left: 16px;
    display: block;
    line-height: 45px
}

@media screen and (max-width: 1179px) {
    .mpmMo-header {
        display:block
    }
}

@media screen and (max-width: 768px) {
    .mpmMo-header {
        background:#f5f8fd
    }
}

.tea-bubble__inner {
    padding: 0
}

.mp-customer-service {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center
}

.mp-customer-service__online {
    display: flex;
    flex-direction: column;
    width: 50px;
    height: 86px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: url(./image/20230814-customerService-bg9c09d5dbbfd47c9edfc9.svg) no-repeat;
    background-size: 100% 100%
}

.mp-customer-service__online:hover {
    background: url(./image/20230814-customerService-bg-active9d16ccb2504fdfee7905.svg) no-repeat;
    background-size: 100% 100%
}

.mp-customer-service__online-service {
    width: 30px;
    height: 30px;
    background: url(./image/20230814-customerService-service1924e871c18f73c96b28.svg) no-repeat;
    background-size: 100% 100%
}

.mp-customer-service__online-tit {
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    width: 60%
}

.mp-customer-service__edit {
    width: 50px;
    height: 50px;
    margin-top: 12px;
    background: url(./image/20230814-customerService-edit6e652304134fdd1d2846.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    display: none
}

.mp-customer-service__edit:hover {
    background: url(./image/20230814-customerService-edit-activebced91f686ce75bbb8fb.png) no-repeat;
    background-size: 100% 100%;
    box-shadow: 0 8px 20px rgba(65,98,165,.1)
}

.mp-customer-service__back {
    margin-top: 12px;
    width: 50px;
    height: 50px;
    background: url(./image/20230814-customerService-backccad2130fcc21f161bef.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 50%;
    cursor: pointer
}

.mp-customer-service__back:hover {
    box-shadow: 0 8px 20px rgba(65,98,165,.1);
    background: url(./image/20230814-customerService-back-active52cc87b8f5990bc44935.png) no-repeat;
    background-size: 100% 100%
}

.mp-legacy-problem {
    position: relative;
    overflow: hidden;
    width: 172px;
    height: 80px;
    background: url(./image/20230814-legacyProblem-bg9cb71cd59653194ee8c7.svg) no-repeat;
    background-size: 100% 100%
}

.mp-legacy-problem__head {
    margin: 15px 0 0 15px;
    display: flex;
    align-items: center
}

.mp-legacy-problem__head-icon {
    width: 16px;
    height: 16px;
    background: url(./image/20230814-legacyProblem-editabb4eea55ee4594a47c8.svg) no-repeat;
    background-size: 100% 100%
}

.mp-legacy-problem__head-title {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-left: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.mp-legacy-problem__description {
    color: #9da8bb;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    margin: 5px 12px 0 39px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.mp-dialog {
    background-color: #fff;
    padding: 40px;
    max-height: calc(100% - 240px);
    height: auto;
    position: relative
}

.mp-dialog::-webkit-scrollbar {
    height: 0;
    width: 0
}

.mp-dialog-hd {
    margin-bottom: 20px
}

.mp-dialog-hd .mp-icon--close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer
}

.mp-dialog-title {
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px
}

@media screen and (max-width: 768px) {
    .mp-dialog {
        background-color:#fff;
        margin: 0 16px;
        padding: 20px;
        max-height: calc(100% - 72px)
    }

    .mp-dialog-title {
        font-size: 16px;
        line-height: 22.5px
    }
}

.mp-form {
    display: table
}

.mp-form__ctrl {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    font-size: 0
}

.mp-form__ctrl:first-child {
    margin-left: 0
}

.mp-form__ctrl-text {
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
    font-size: 12px;
    color: #000;
    font-weight: 400
}

.mp-form__ctrl .mp-checkbox {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.mp-form__ctrl .mp-checkbox:only-child {
    margin-right: 0
}

.mp-form-item {
    display: table-row
}

.mp-form-item:last-child .mp-form__controls {
    padding-bottom: 0
}

.mp-form__label {
    display: table-cell;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    padding-right: 24px;
    vertical-align: baseline;
    width: 1px
}

.mp-form__label label {
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.mp-form__controls {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 20px;
    color: #000;
    word-wrap: break-word;
    word-break: break-word;
    width: 100%
}

@media screen and (max-width: 768px) {
    .mp-form__label {
        padding-right:14px
    }

    .mp-form__controls {
        padding-bottom: 16px
    }
}

.mp-input {
    width: 420px;
    position: relative
}

.mp-input--error input {
    border-color: #b11f26 !important
}

.mp-input--error .mp-input-message {
    display: inline-block !important;
    font-size: 14px;
    line-height: 24px;
    color: #b11f26;
    margin-top: 4px
}

.mp-input .mp-input-message {
    display: none
}

.mp-input-history {
    position: absolute;
    left: 12px;
    top: calc(100% + 8px);
    z-index: 2;
    width: 320px;
    background: #fff;
    padding: 8px 0;
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.12))
}

.mp-input-history::before {
    font-size: 0;
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    border: 6px dashed rgba(0,0,0,0);
    bottom: 100%;
    left: inherit;
    right: inherit;
    margin-bottom: -1px;
    border-bottom-style: solid;
    margin-left: 26px;
    border-bottom-color: #fff
}

.mp-input-history-item {
    font-size: 14px;
    line-height: 24px;
    padding: 4px 20px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.mp-input-history-item:hover {
    cursor: pointer;
    background: rgba(0,0,0,.04)
}

.mp-input-history-item+.mp-input-history-item {
    margin-top: 8px
}

.mp-input::after {
    font-size: 0;
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    border: 5px dashed rgba(0,0,0,0);
    bottom: 100%;
    left: inherit;
    right: inherit;
    border-bottom-style: solid;
    margin-left: 25px;
    border-bottom-color: #fff
}

.mp-input input {
    width: 100%;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 24px;
    background: #fff;
    border: 1px solid #dcdcdc;
    transition: border-color .25s
}

.mp-input input:focus {
    border-color: #0052d9
}

.mp-input input::placeholder {
    color: #ccc
}

.mp-textarea {
    width: 420px
}

.mp-textarea textarea {
    width: calc(100% - 26px);
    padding: 4px 12px;
    font-size: 14px;
    line-height: 24px;
    background: #fff;
    border: 1px solid #dcdcdc;
    transition: border-color .25s;
    resize: none
}

.mp-textarea textarea:focus {
    border-color: #0052d9;
    outline: none
}

.mp-textarea textarea::placeholder {
    color: #ccc
}

.mp-qr-code {
    position: relative;
    overflow: hidden;
    background: linear-gradient(122.67deg, #F0F8FF 1.2%, #FFFFFF 104.42%) !important;
    border: 3px solid #fff;
    border-radius: 2px;
    padding: 16px;
    box-shadow: 0 8px 20px rgba(65,98,165,.1)
}

.mp-qr-code__code {
    margin: 8px 24px;
    text-align: center
}

.mp-qr-code__code-img {
    width: 100%;
    height: 100%
}

.mp-qr-code__title {
    text-align: center;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 8px 0 0
}

.mp-qr-code2 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(122.67deg, #F0F8FF 1.2%, #FFFFFF 104.42%) !important;
    padding: 16px 0;
    border: 3px solid #fff;
    border-radius: 2px;
    box-shadow: 0 8px 20px rgba(65,98,165,.1)
}

.mp-qr-code2 .mp-qr-code__title {
    border-top: 3px solid #fff;
    margin-top: 16px
}

.mp-qr-code2 .mp-qr-code__code-img {
    width: 120px;
    text-align: center
}

.mp-qr-phone,.mp-qr-email,.mp-qr-qq {
    font-size: 14px;
    line-height: 18px;
    margin: 0 8px 0 20px;
    vertical-align: -4px;
    padding: 8px 0
}

.mp-qr-phone:hover,.mp-qr-email:hover,.mp-qr-qq:hover {
    text-decoration: underline
}

.mp-qr-phone:before,.mp-qr-email:before,.mp-qr-qq:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(./image/phoneec317ad666c8af070110.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 8px;
    vertical-align: -3px
}

.mp-qr-email:before {
    background: url(./image/mail3d8e4e23671f66c9e4db.png) no-repeat;
    background-size: 100% 100%
}

.mp-qr-qq:before {
    background: url(./image/qqaaae440bf6c9fd1fda7c.png) no-repeat;
    background-size: 100% 100%
}

.mp-select-v2 {
    width: 100%;
    height: 100%;
    position: relative
}

.mp-select-v2__input-section {
    padding: 8px 20px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    box-sizing: border-box;
    cursor: pointer
}

.mp-select-v2__input {
    font-size: 14px;
    line-height: 22px;
    color: #000
}

.mp-select-v2__icon {
    height: 16px;
    width: 16px;
    object-fit: cover;
    transition: transform 195ms ease-in-out
}

.mp-select-v2__icon.is-show {
    transform: rotate(180deg)
}

.mp-select-v2__dropdown {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 4px 16px rgba(18,38,64,.1);
    position: absolute;
    left: 0;
    margin-top: 2px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 195ms cubic-bezier(0.4, 0, 0.2, 1) 0s
}

.mp-select-v2__dropdown.is-show {
    opacity: 1;
    visibility: visible
}

.mp-select-v2__dropdown::before {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    top: -2px;
    left: 0
}

.mp-select-v2__all {
    padding: 8px 12px;
    border-bottom: 1px solid #eceff4;
    box-sizing: border-box
}

.mp-select-v2__middle-wrap {
    box-sizing: border-box
}

.mp-select-v2__middle {
    padding: 0 12px;
    max-height: 340px;
    box-sizing: border-box;
    overflow-y: overlay;
    overflow-x: hidden
}

.mp-select-v2__middle::-webkit-scrollbar {
    width: 6px
}

.mp-select-v2__middle::-webkit-scrollbar-thumb {
    background: #dcdfe6;
    border-radius: 20px
}

.mp-select-v2__middle::-webkit-scrollbar-track {
    border-radius: 6px
}

.mp-select-v2__group {
    padding: 8px 0;
    position: relative
}

.mp-select-v2__group::before {
    content: "";
    height: 1px;
    width: calc(100% + 40px);
    background-color: #eceff4;
    position: absolute;
    left: -12px;
    top: 0
}

.mp-select-v2__group:first-of-type::before {
    display: none
}

.mp-select-v2__item {
    padding: 6px 8px;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer
}

.mp-select-v2__item:hover {
    background: rgba(0,82,217,.05);
    color: #0052d9
}

.mp-select-v2__item.is-selected {
    background: rgba(0,82,217,.05);
    color: #0052d9;
    position: relative
}

.mp-select-v2__item.is-selected::after {
    content: "";
    height: 16px;
    width: 16px;
    background-image: url("./image/a317940e-001b-4e3a-af12-0acd89273613.svg");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 8px
}

.mp-select-v2__label {
    padding: 6px 8px;
    font-size: 14px;
    line-height: 24px;
    color: #aebbcc;
    box-sizing: border-box
}

.mp-bubble {
    display: inline-block;
    position: relative
}

.mp-bubble:hover .mp-bubble__inner {
    opacity: 1;
    visibility: visible;
    transition: all .25s
}

.mp-bubble__inner {
    max-width: 500px;
    opacity: 0;
    visibility: hidden;
    border-radius: 3px;
    font-size: 14px;
    padding: 5px 8px;
    background-color: #fff;
    line-height: 22px;
    box-shadow: 0 0 16px 0 rgba(54,58,80,.16);
    position: absolute;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap
}

.mp-bubble__inner::before,.mp-bubble__inner::after {
    content: "";
    font-size: 0;
    position: absolute;
    width: 0;
    height: 0;
    box-sizing: border-box;
    border-style: solid
}

.mp-bubble--dark .mp-bubble__inner {
    color: #fff;
    background: rgba(0,0,0,.9)
}

.mp-bubble--error .mp-bubble__inner {
    color: #9c1f3b;
    background-color: #fbe0e0
}

.mp-bubble--top .mp-bubble__inner {
    left: 50%;
    bottom: calc(100% + 9px);
    transform: translate(-50%, 0)
}

.mp-bubble--top .mp-bubble__inner::before,.mp-bubble--top .mp-bubble__inner::after {
    left: inherit;
    right: inherit;
    top: 100%;
    margin-top: -1px;
    border-color: #fff rgba(0,0,0,0) rgba(0,0,0,0)
}

.mp-bubble--top .mp-bubble__inner::before {
    border-width: 6px;
    margin-left: -6px
}

.mp-bubble--top .mp-bubble__inner::after {
    border-width: 5px;
    margin-left: -5px
}

.mp-bubble--top.mp-bubble--dark .mp-bubble__inner::after,.mp-bubble--top.mp-bubble--dark .mp-bubble__inner::before {
    border-top-color: rgba(0,0,0,.9)
}

.mp-bubble--top.mp-bubble--error .mp-bubble__inner::after,.mp-bubble--top.mp-bubble--error .mp-bubble__inner::before {
    border-top-color: #fbe0e0
}

.mp-bubble--bottom .mp-bubble__inner {
    left: 50%;
    top: calc(100% + 9px);
    transform: translate(-50%, 0)
}

.mp-bubble--bottom .mp-bubble__inner::after,.mp-bubble--bottom .mp-bubble__inner::before {
    left: inherit;
    right: inherit;
    bottom: 100%;
    margin-bottom: -1px;
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff
}

.mp-bubble--bottom .mp-bubble__inner::before {
    border-width: 6px;
    margin-left: -6px
}

.mp-bubble--bottom .mp-bubble__inner::after {
    border-width: 5px;
    margin-left: -5px
}

.mp-bubble--bottom.mp-bubble--dark .mp-bubble__inner::after,.mp-bubble--bottom.mp-bubble--dark .mp-bubble__inner::before {
    border-bottom-color: rgba(0,0,0,.9)
}

.mp-bubble--bottom.mp-bubble--error .mp-bubble__inner::after,.mp-bubble--bottom.mp-bubble--error .mp-bubble__inner::before {
    border-bottom-color: #fbe0e0
}

.card_list{
    width: 100%;
    background: hsla(0, 0%, 85%, .3);
    box-sizing: border-box;
    padding-top: 50px;
}
.card_list ul{
    width: 1440px;
     margin: 0 auto;
    padding-bottom: 50px;
    display: flex
    ;
        justify-content: space-between;
        flex-wrap: wrap;
}
.card_list ul li{
    width: 464px;
    flex: 1;
    margin-right: 24px;
    margin-bottom: 24px;
    
}
.card_list ul li:nth-child(3n){
    margin-right: 0;
}
.card_list ul li .cardtit{
    width: 464px;
    background: url(https://img.alicdn.com/tfs/TB15Vp8UoY1gK0jSZFMXXaWcVXa-560-144.png) center center / 100% no-repeat rgb(255, 255, 255);
    display: flex
;
    align-items: center;
    height: 72px;
}
.card_list ul li .cardtit .tit{
    margin-left: 20px;
    font-size: 20px;
    color: #fff;
    line-height: 24px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card_list ul li .link{
    display: block;
    width: 397px;
    height: 130px;
    position: relative;
    padding: 20px 47px 20px 20px;
    background: #fff;
    margin-bottom: 1px;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    color: #ff6a00;
    /* border-bottom: 1px solid #; */
}
.card_list ul li .link .linktit{
    height: 24px;
    font-size: 16px;
    color: #181818;
    line-height: 24px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card_list ul li .link .linktit img{
    margin-left: 4px;
    width: 36px;
    position: relative;
    top: 3px;
    height: auto;
}
.card_list ul li .link .linktit img.hide{
    display: none;
}
.card_list ul li .link .brief{
    margin-top: 6px;
    font-size: 14px;
    line-height: 20px;
    color: #999;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card_list ul li .link:hover .linktit{
    color: #ff6a00;
}