html {
    font-size: 40px !important;
}

body,
div,
form,
section,
header,
p,
ul,
li,
input,
select,
button {
    margin: 0;
    padding: 0;
    font-size: inherit;
    box-sizing: border-box;
}

ul,
li {
    list-style: none;
}

header,
section {
    display: block;
}

body {
    font-family: "PingFang SC", "Microsoft Yahei", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #111111;
    background-color: #FFFFFF;
    padding-top: 64px;
}

input,
select {
    font-size: 100%;
    outline: 0;
}

a {
    text-decoration: none;
}

button {
    border: 0;
    outline: 0;
    cursor: pointer;
}

a,
button {
    transition: background-color 0.3s linear, color 0.3s linear, opacity 0.3s linear, box-shadow 0.3s linear, border-color 0.3s linear;
}

.ec-animate {
    background: linear-gradient(90deg,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);
    background-size: 400% 100%;
    animation: ec-skeleton-loading 1.4s ease infinite;
}

@keyframes ec-skeleton-loading {
    0% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}
.flex {
    display: -moz-flex;
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.flex-align {
    align-items: center;
}

.flex-wrap {
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-stretch {
    align-items: stretch;
}

.flex-end {
    align-items: flex-end;
}

.flex-justify {
    justify-content: center;
}

.flex-between {
    justify-content: space-between;
}

.flex-auto {
    width: 0;
    flex: 1;
}



.jz-btn-msg {
    display: inline-block;
    width: 38px;
    height: 38px;
}

.jz-btn-msg .pericon {
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url('../image/user.png') no-repeat center center;
}
.user-wrap {
    display: flex;
    align-items: center;
}

.user-wrap .jz-btn-msg {
    margin-right: 20px;
}


.image-part {
    position: relative;
    overflow: hidden;
}

.image-part img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.image-all {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.image-all img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}

.ads-button {
    display: inline-block;
    line-height: 48px;
    font-size: 16px;
    color: #fff;
    padding: 0 20px;
    height: 48px;
    background: #FBAF27;
    border-radius: 8px;
}

.ads-button:hover {
    background-color: #ff9800;
}

.ads-sprite {
    background-image: url(../image/new-super/ads_spirit.png);
    background-repeat: no-repeat;
    background-size: 800px 800px;
}

.ecer-flex {
    display: -moz-flex;
    display: flex;
}

.ecer-flex-col {
    flex-direction: column;
}

.ecer-flex-align {
    align-items: center;
}

.ecer-flex-bottom {
    align-items: flex-end;
}

.ecer-flex-stretch {
    align-items: stretch;
}

.ecer-flex-end {
    align-items: flex-end;
}

.ecer-flex-justify {
    justify-content: center;
}

.ecer-flex-space-between {
    justify-content: space-between;
}

.ecer-flex-auto {
    width: 0;
    flex: 1;
}

.ecer-flex-wrap {
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.animation {
    position: relative;
    transform: translateY(30%);
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transition: transform 0.8s ease, opacity 0.8s ease;
}

.animation.fade-in {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.ads-delay500 {
    transition-delay: 0.5s;
}

.ads-delay1000 {
    transition-delay: 1s;
}

.ads-m-button,
.ads-m-text {
    display: none;
}

.content-container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.ads-triangle {
    border-width: 100px 60px;
    border-style: solid;
    border-color: transparent transparent #287dda transparent;
    position: absolute;
}

.ads-triangle.orange {
    border-color: transparent transparent #fef6e3 transparent;
}

.ads-triangle.cyan {
    border-color: transparent transparent #bed8f3 transparent;
}

.ads-triangle.gray {
    opacity: 0.04;
    border-color: transparent transparent #fff transparent;
}

.ads-img-container img {
    max-width: 100%;
    max-height: 100%;
}

.ads-bg {
    background-color: #f9f9f9;
}

.google-ads-header {
    padding: 20px 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

.google-ads-header .ads-img-container {
    width: 136px;
    height: 40px;
    background-position: -13px -238px;
}

.google-ads-header .logo-desc {
    font-size: 12px;
    letter-spacing: 2px;
    margin-left: 12px;
}

.google-ads-header .header-right .ads-button {
    margin-left: 16px;
}

.google-ads-header .header-right .ads-button:first-child {
    margin-left: 0;
}

.google-ads-header .header-right .ads-sprite {
    width: 24px;
    height: 22px;
}

.google-ads-header .header-right .ads-link {
    font-size: 16px;
    color: #111111;
    margin-right: 40px;
}

.google-ads-header .header-right .ads-link:hover {
    color: #287dda;
}

.google-ads-header .header-right .login,
.google-ads-header .header-right .register {
    font-size: 14px;
    cursor: pointer;
}

.google-ads-header .header-right .ads-login {
    background-position: -321px -12px;
}

.google-ads-header .header-right .ads-register {
    background-position: -355px -10px;
}

.google-ads-header .header-right .login p,
.google-ads-header .header-right .register p {
    margin-top: 4px;
}

.google-ads-header .header-right .login {
    height: 36px;
    line-height: 36px;
    margin-left: 40px;
}

.google-ads-header .header-right .register {
    margin-left: 32px;
}

.google-ads-header .header-right .login:hover .ads-login {
    background-position: -321px -45px;
}

.google-ads-header .header-right .register:hover .ads-register {
    background-position: -355px -43px;
}

.m-google-ads-header {
    padding: 16px;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    display: none;
}

.m-google-ads-header .ads-img-container {
    width: 100px;
    height: 30px;
    background-position: -6px -165px;
}

.m-google-ads-header .logo-desc {
    font-size: 12px;
    margin-top: 4px;
}

.m-google-ads-header .header-menu {
    width: 26px;
    height: 24px;
    position: relative;
}

.m-google-ads-header .menu {
    background-size: 400px 400px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.m-google-ads-header .open-btn {
    background-position: -8px -50px;
}

.m-google-ads-header .close-btn {
    background-position: -44px -50px;
    display: none;
}

.m-google-ads-header .menu-dialog {
    position: fixed;
    padding: 0 40px;
    top: 76px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    overflow-y: scroll;
    display: none;
}

.m-google-ads-header .menu-dialog a {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    padding: 12px 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.m-google-ads-header .menu-dialog a:last-child {
    border-bottom: 0;
}

.google-ads-header.fixed,
.m-google-ads-header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}

.google-ads-banner {
    padding: 54px 0 110px;
    background: url(../image/new-super/ads_banner_bg.png) no-repeat center right;
    background-size: auto 80%;
    color: #111111;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
}

.google-ads-banner .banner-icon1 {
    position: absolute;
    top: 30%;
    left: 0px;
    width: 100px;
    height: 100px;
    background: url(../image/new-super/bg_add_orange.png) no-repeat center center;
    background-size: contain;
}

.google-ads-banner .banner-icon2 {
    position: absolute;
    top: 30%;
    right: 5%;
    width: 100px;
    height: 100px;
    background: #eee;
    background: url(../image/new-super/bg_add_blue.png) no-repeat center center;
    background-size: contain;
}

.google-ads-banner .banner-icon3 {
    position: absolute;
    bottom: -60%;
    left: 2%;
    width: 100px;
    height: 100px;
    background: #eee;
    background: url(../image/new-super/bg_orange_blue.png) no-repeat center center;
    background-size: contain;
}

.ranks-icon1 {
    position: absolute;
    top: -10%;
    right: 0px;
    width: 100px;
    height: 100px;
    background: url(../image/new-super/bg_dot_orange.png) no-repeat center center;
    background-size: contain;
}

.card-icon1 {
    position: absolute;
    top: -10%;
    left: -4%;
    width: 100px;
    height: 100px;
    background: url(../image/new-super/bg_dot_orange.png) no-repeat center center;
    background-size: contain;
}

.card-icon2 {
    position: absolute;
    top: 40%;
    right: -18%;
    width: 100px;
    height: 100px;
    background: #eee;
    background: url(../image/new-super/bg_add_blue.png) no-repeat center center;
    background-size: contain;
}

.contact-icon1 {
    position: absolute;
    top: 30%;
    right: -5%;
    width: 100px;
    height: 100px;
    background: url(../image/new-super/bg_dot_orange.png) no-repeat center center;
    background-size: contain;
    z-index: 9;
}

.google-ads-banner .banner-header {
    border-left: 4px solid #fcbf51;
    padding-left: 16px;
    font-size: 16px;
    margin-bottom: 18px;
    line-height: 18px;
}

.google-ads-banner .banner-title {
    font-size: 48px;
    font-weight: 400;
}

.google-ads-banner .banner-left {
    width: 44%;
}

.google-ads-banner .banner-right {
    width: 56%;
}

.google-ads-banner .banner-code {
    margin-top: 35px;
}

.google-ads-banner .code-item {
    margin-right: 68px;
}

.google-ads-banner .code-item:last-child {
    margin-right: 0;
}

.google-ads-banner .code-desc {
    font-size: 16px;
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
}

.google-ads-banner .code-desc:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #FBAF27;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
}

.google-ads-banner .code-desc span {
    background: #feeccb;
}

.code-wrap {
    display: flex;
}

.code-wrap .code {
    flex-shrink: 0;
}

.code-wrap .banner-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 20px;
}

.code-wrap .banner-contact .ads-contact {
    margin-bottom: 10px;
}

.google-ads-banner .code {
    width: 152px;
    height: 152px;
    padding: 8px;
    /* background: rgba(255, 255, 255, 0.16); */
    border: 2px solid #feeccb;
    margin-top: 16px;
    /*background: #feeccb;*/
    border-radius: 8px;
}

.google-ads-banner .banner-contact {
    margin-top: 46px;
}

.google-ads-banner .banner-contact .ads-contact {
    width: 48px;
    height: 48px;
    background-position: -263px -10px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fabb19;
}

.google-ads-banner .banner-contact .ads-tel {
    font-size: 28px;
    font-weight: 400;
    color: #111;
}

.google-ads-banner .banner-contact:hover .ads-contact {
    background-color: #faa119;
}

.google-ads-form {
    padding: 26px 40px;
    margin: -70px auto 0;
    position: relative;
    z-index: 1;
    width: 1160px;
    height: 100px;
    background: #FFFFFF;
    box-shadow: 0px 8px 40px 0px rgba(0, 60, 125, 0.12);
    border-radius: 20px;
}

.google-ads-form .ads-button {
    width: 160px;
}

.google-ads-form input::-webkit-input-placeholder,
.google-ads-form select::-webkit-input-placeholder {
    color: #444;
}

.google-ads-form input:-moz-placeholder,
.google-ads-form select:-moz-placeholder {
    color: #444;
}

.google-ads-form input::-moz-placeholder,
.google-ads-form select::-moz-placeholder {
    color: #444;
}

.google-ads-form input:-ms-input-placeholder,
.google-ads-form select:-ms-input-placeholder {
    color: #444;
}

.google-ads-form input,
.google-ads-form select {
    height: 48px;
    padding: 0 16px;
    color: #444;
    margin-right: 2%;
    border: 1px solid #ddd;
}

.ads-honor {
    padding-top: 98px;
}

.ads-honor .content-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.ads-honor .content-container .honor-item {
    margin: 0 5%;
}

.ads-honor .honor-icon {
    display: block;
    margin: 0 auto;
    transform: translateY(12px);
    transition: transform 0.3s linear;
    position: relative;
    z-index: 1;
}

.ads-honor .honor1 {
    width: 89px;
    height: 85px;
    background-position: -251px -619px;
}

.ads-honor .honor2 {
    width: 42px;
    height: 122px;
    background-position: -750px -82px;
}

.ads-honor .honor3 {
    width: 184px;
    height: 70px;
    background-position: -559px -83px;
}

.ads-honor .honor4 {
    width: 76px;
    height: 89px;
    background-position: -667px -158px;
}

.ads-honor .honor5 {
    width: 166px;
    height: 70px;
    background-position: -387px -83px;
}

.ads-honor .honor6 {
    width: 166px;
    height: 70px;
    background-position: -215px -83px;
}

.ads-honor .honor-desc {
    width: 200px;
    height: 108px;
    padding-top: 4px;
    font-size: 16px;
    color: #777;
    text-align: center;
    background-position: -459px -160px;
    font-weight: 300;
}

.ads-honor .honor-item:hover .honor-icon {
    transform: translateY(-4px);
}

.ads-partner {
    margin-top: 124px;
}

.ads-partner .ads-content {
    padding: 67px 116px 80px;
    background-color: #fad39a;
    border-radius: 40px 40px 0 0;
    position: relative;
}

.ads-partner .partner-icon {
    width: 264px;
    height: 80px;
    background-position: -182px -159px;
    position: absolute;
    top: -48px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.ads-partner .partner-title {
    font-size: 48px;
    font-weight: 400;
    color: #333;
    line-height: 64px;
    text-align: center;
}

.ads-partner .partner-container {
    margin-top: 60px;
}

.ads-partner .partner-item {
    width: 48%;
    border-radius: 16px;
    padding: 36px 40px;
    background-color: #fff;
}

.ads-partner .partner-item .ads-sprite {
    display: block;
    height: 216px;
}

.ads-partner .google-icon {
    width: 256px;
    height: 218px!important;
    background-position: -534px -278px;
}

.ads-partner .dv360-icon {
    width: 351px;
    height: 192px;
    background-position: -439px -507px;
}

.ads-partner .partner-desc {
    font-size: 20px;
    color: #444;
    line-height: 26px;
    margin-top: -80px;
    font-weight: 300;
}

.ads-partner .partner-desc p {
    margin-top: 20px;
}

.ads-partner .partner-desc p:first-child {
    margin-top: 0;
}

.google-ads-reason .ads-button {
    font-weight: 400;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.24);
    margin-top: 32px;
    margin-left: 24px;
}

.google-ads-reason .ads-title {
    padding-top: 96px;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
}

.google-ads-reason .reason-item {
    padding: 80px 0;
}

.google-ads-reason .ads-bg .serial-num {
    background-color: #fff;
}

.google-ads-reason .reason-item-lf,
.google-ads-reason .reason-item-rg {
    width: 47%;
}

.google-ads-reason .serial-num {
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    font-size: 48px;
    text-align: center;
    color: #287dda;
    font-weight: 400;
    background-color: #efefef;
    font-style: normal;
}

.google-ads-reason .mini-size {
    display: none;
}

.google-ads-reason .reason-item-title,
.google-ads-reason .reason-item-desc,
.google-ads-reason .tag-list {
    padding-left: 24px;
}

.google-ads-reason .reason-item-title {
    font-size: 36px;
    margin-top: 20px;
}

.google-ads-reason .reason-item-desc {
    font-size: 20px;
    color: #444;
    margin-top: 16px;
    font-weight: 300;
}

.google-ads-reason .tag-list {
    margin-top: 32px;
}

.google-ads-reason .tag-item {
    line-height: 22px;
    margin-right: 12px;
}

.google-ads-reason .tag-item:last-child {
    margin-right: 0;
}

.google-ads-reason .tag-item .ads-sprite {
    width: 22px;
    height: 22px;
    margin-right: 4px;
}

.google-ads-reason .tag-item .ads-sprite1 {
    background-position: -13px -199px;
}

.google-ads-reason .tag-item .ads-sprite2 {
    background-position: -44px -199px;
}

.google-ads-reason .tag-item .ads-sprite3 {
    background-position: -71px -199px;
}

.google-ads-reason .honor-item {
    font-size: 16px;
    color: #287dda;
    line-height: 20px;
    padding-left: 35px;
    padding-bottom: 40px;
    border-left: 1px solid #ddd;
    position: relative;
}

.google-ads-reason .honor-item .dotted {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: transparent;
    top: -7px;
    left: -17px;
    transition: background-color 0.3s linear;
    z-index: 1;
}

.google-ads-reason .honor-item .dotted::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #aaa;
    transition: background-color 0.3s linear;
}

.google-ads-reason .honor-item:hover .dotted {
    background-color: #287dda;
}

.google-ads-reason .honor-item:hover .dotted::before {
    background-color: #fff;
}

.google-ads-reason .honor-item:last-child {
    border-left-color: transparent;
}

.google-ads-reason .honor-item .year {
    font-weight: 400;
    margin-right: 14px;
}

.google-ads-reason .honor-item .honor-desc {
    font-weight: 300;
}

.google-ads-service {
    padding-top: 86px;
    background: url(../image/new-super/ads_service_bg.jpg) no-repeat center;
    background-size: auto 100%;
}

.google-ads-service .service-title {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.google-ads-service .service-list {
    margin-top: 50px;
}

.google-ads-service .service-item {
    width: 30%;
    text-align: center;
    color: #287dda;
    background-color: #fff;
    padding: 4% 20px;
}

.google-ads-service .service-list .ads-sprite {
    width: 76px;
    height: 76px;
}

.google-ads-service .service-list .ads-sprite1 {
    background-position: -9px -11px;
}

.google-ads-service .service-list .ads-sprite2 {
    background-position: -95px -9px;
}

.google-ads-service .service-list .ads-sprite3 {
    background-position: -177px -6px;
}

.google-ads-service .item-title {
    font-size: 32px;
    font-weight: 400;
    margin-top: 36px;
}

.google-ads-service .item-desc {
    font-size: 20px;
    font-weight: normal;
}

.google-ads-service .service-wx {
    padding: 60px 0;
    background-color: rgba(40, 125, 218, 0.8);
    margin-top: 80px;
}

.google-ads-service .service-wx-desc {
    font-size: 48px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 12px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.google-ads-service .code {
    width: 200px;
    height: 200px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.ads-customer {
    padding-top: 96px;
    overflow: hidden;
}

.ads-customer .customer-content {
    margin-top: 62px;
}

.ads-customer .customer-desc,
.ads-customer .ads-img-container {
    width: 46%;
}

.ads-customer .customer-desc {
    padding-top: 24px;
}

.ads-customer .ads-img-container {
    margin-right: -5%;
}

.ads-customer .customer-desc-text {
    font-size: 32px;
    line-height: 48px;
}

.ads-customer .chart-list {
    width: 360px;
    margin-top: 28px;
}

.ads-customer .chart {
    height: 113px;
    margin: 24px 0 16px;
}

.ads-customer .bar {
    width: 40px;
    height: 10px;
    margin: 0 8px;
    background-image: url(../image/new-super/ads_bar1_body.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transition: height 1s linear;
    position: relative;
}

.ads-customer .bar::before,
.ads-customer .bar::after {
    content: "";
    width: 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
}

.ads-customer .bar::before {
    height: 24px;
    background-image: url(../image/new-super/ads_bar1_top.png);
    top: -22px;
}

.ads-customer .bar::after {
    height: 16px;
    background-image: url(../image/new-super/ads_bar1_bottom.png);
    bottom: -14px;
}

.ads-customer .chart-item .bar:nth-child(2) {
    background-image: url(../image/new-super/ads_bar2_body.png);
}

.ads-customer .chart-item .bar:nth-child(2)::before {
    background-image: url(../image/new-super/ads_bar2_top.png);
}

.ads-customer .chart-item .bar:nth-child(2)::after {
    background-image: url(../image/new-super/ads_bar2_bottom.png);
}

.ads-customer .chart-item:first-child .bar:first-child.on {
    height: 60px;
}

.ads-customer .chart-item:first-child .bar:nth-child(2).on {
    height: 100px;
}

.ads-customer .chart-item:nth-child(2) .bar:first-child.on {
    height: 40px;
}

.ads-customer .chart-item:nth-child(2) .bar:nth-child(2).on {
    height: 113px;
}

.ads-customer .chart-data {
    font-size: 32px;
    font-weight: 400;
    color: #287dda;
    line-height: 44px;
    margin-top: 8px;
}

.ads-customer .chart-title {
    font-size: 16px;
    margin-top: 4px;
}

.card-list {
    padding: 0px 0 152px;
}

.card-list .card-item {
    width: 24%;
    background-color: #fff;
    box-shadow: 0px 8px 40px 0px rgba(0, 60, 125, 0.12);
    border-radius: 20px;
    overflow: hidden;
    transform: translate(0px, 0px);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.card-list .card-item:hover {
    transform: translate(0px, -10px);
}

.card-list .card-item:hover .image-part:before {
    background-position: -55px -135px;
}

.card-list .image-part {
    width: 100%;
    height: 200px;
    position: relative;
}

.card-list .image-part:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: #eee;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background: url(../image/new-super/chaozhi_spirit.png);
    background-position: -5px -135px;
}

.card-list .image-part:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
}

.card-list .image-part img {
    transition: transform 0.3s linear;
}

.card-list .card-item:hover .image-part img {
    transform: scale(1.1);
}

.card-list .cart-text {
    padding: 10px 16px 24px;
}

.card-list .card-title {
    font-size: 20px;
}

.card-list .card-website {
    display: block;
    color: #287dda;
    margin-top: 4px;
}

.card-list .card-desc {
    width: 100%;
    min-height: 84px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 300;
    color: #111111;
    line-height: 28px;
    padding-bottom: 31px;
    position: relative;
}

.card-list .card-desc:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 35px;
    background: url(../image/new-super/chaozhi_spirit.png);
    background-position: -235px 0px;
    margin-right: 10px;
}

.card-list .card-desc:after {
    content: "";
    display: block;
    width: 31px;
    height: 31px;
    background: url(../image/new-super/chaozhi_spirit.png);
    background-position: -263px -3px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.card-list .cart-time {
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 300;
    color: #777777;
    line-height: 20px;
    margin-top: 10px;
}

.contact-free {
    padding: 96px 0;
    overflow: hidden;
}

.contact-free .free-wrap {
    position: relative;
}

.contact-free .contact-form {
    margin-top: 52px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
}

.contact-free .image-part {
    width: 440px;
    height: 100%;
}

.contact-free .link {
    font-size: 16px;
    color: #fff;
    padding: 6px 16px;
    background-color: rgba(255, 255, 255, 0.12);
    margin-top: 12px;
    font-weight: 300;
}

.contact-free .link:first-of-type {
    margin-top: 40px;
}

.contact-free .link .ads-arrow-w {
    width: 23px;
    height: 11px;
    background-position: -392px -49px;
    margin-left: 14px;
}

.contact-free .link:hover {
    background-color: #287dda;
}

.contact-free .more {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
    position: absolute;
    left: 40px;
    bottom: 34px;
}

.contact-free .form-desc {
    position: relative;
}

.contact-free .form-text {
    width: 100%;
    height: 100%;
    padding: 42px 40px;
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.contact-free .form-container {
    font-size: 16px;
    color: #444;
    padding: 48px 46px;
    background-color: #fff;
    font-weight: 300;
}

.contact-free .label {
    width: 100px;
}

.contact-free .label .required {
    color: #f00;
}

.contact-free .form-item {
    margin-bottom: 24px;
}

.contact-free .form-item .form-content,
.contact-free .form-item input {
    border: 1px solid #ddd;
}

.contact-free .form-item input,
.contact-free .form-item textarea {
    padding: 16px;
}

.contact-free .form-item input {
    height: 48px;
}

.contact-free .form-item input[type=radio] {
    height: auto;
    margin-top: 5px;
}

.contact-free .form-item.name input:first-of-type {
    margin-right: 8px;
}

.contact-free .form-item.name input:last-of-type {
    flex: 2;
}

.contact-free .form-item .form-content {
    padding: 18px 24px;
}

.contact-free .form-item .checkbox {
    margin-bottom: 12px;
    cursor: pointer;
}

.contact-free .form-item input[type="radio"] {
    margin-right: 8px;
}

.contact-free .form-item .checkbox-list {
    margin-right: 10%;
}

.contact-free .form-item textarea {
    height: 120px;
    font-size: inherit;
    background-color: #f9f9f9;
    border: 1px solid #eee;
    outline: 0;
    resize: none;
    margin-top: 12px;
}

.contact-free .ads-button {
    padding: 0 104px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.24);
    margin-left: 100px;
}

.contact-free .ads-triangle {
    z-index: -1;
}

.contact-free .orange {
    top: -20px;
    left: -36px;
    transform: rotate(54deg);
}

.contact-free .blue {
    border-width: 60px 35px;
    right: -126px;
    top: 220px;
    transform: rotate(100deg);
}

.contact-free .cyan {
    border-width: 200px 130px;
    right: -210px;
    bottom: 100px;
    transform: rotate(26deg);
}

.partner-logo {
    padding: 90px 0;
    background: #F8F8F8;
    background-size: auto 100%;
    overflow: hidden;
}

.contact-free .ads-title,
.partner-logo .ads-title {
    width: 100%;
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 45px;
    color: #333333;
    text-align: center;
    opacity: 1;
    margin: 0;
    position: relative;
}

.contact-free .ads-title:after,
.partner-logo .ads-title:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 5px;
    background: #287DDA;
    opacity: 1;
    margin-top: 30px;
}

.partner-logo .logo-list {
    margin: 64px -1% 0;
}

.partner-logo .logo-item {
    width: 23%;
    height: 128px;
    background-color: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
    margin: 0 1% 24px;
}

.partner-logo .logo-list .logo-item:first-child .ads-sprite {
    width: 221px;
    height: 72px;
    background-position: -12px -288px;
}

.partner-logo .logo-list .logo-item:nth-child(2) .ads-sprite {
    width: 208px;
    height: 98px;
    background-position: -242px -278px;
}

.partner-logo .logo-list .logo-item:nth-child(3) .ads-sprite {
    width: 238px;
    height: 62px;
    background-position: -12px -370px;
}

.partner-logo .logo-list .logo-item:nth-child(4) .ads-sprite {
    width: 170px;
    height: 78px;
    background-position: -259px -388px;
}

.partner-logo .logo-list .logo-item:nth-child(5) .ads-sprite {
    width: 176px;
    height: 72px;
    background-position: -10px -442px;
}

.partner-logo .logo-list .logo-item:nth-child(6) .ads-sprite {
    width: 207px;
    height: 62px;
    background-position: -10px -524px;
}

.partner-logo .logo-list .logo-item:nth-child(7) .ads-sprite {
    width: 187px;
    height: 62px;
    background-position: -10px -596px;
}

.partner-logo .logo-list .logo-item:nth-child(8) .ads-sprite {
    width: 231px;
    height: 36px;
    background-position: -10px -668px;
}





.Mode_part {
    height: 600px;
    position: relative;
}

.Mode_part .main {
    width: 1200px;
    height: 600px;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.Model__07 {
    margin-bottom: 98px;
}

.Model__07:before {
    content: "";
    display: block;
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-20%, 0%);
    background: url(../image/new-super/service_bg.png) no-repeat center right;
}

.Model__07 .text_show {
    padding-left: 60px;
}

.Model__07 .img_show img {
    height: 440px;
    margin-left: -65px;
}

.Model__08:before {
    content: "";
    display: block;
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0%, 0%);
    background: url(../image/new-super/advantage_bg1.png) no-repeat center left;
}

.Model__08 .img_show img {
    height: 640px;
    margin-left: 115px;
    margin-top: -165px;
}

.Mode_part .img_show {
    width: 50%;
    text-align: left;
}

.Mode_part .text_show {
    width: 50%;
}

.Mode_part .text_show .Biao_ti {
    width: 520px;
    /*height: 87px;*/
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 45px;
    color: #333333;
    margin-bottom: 40px;
    opacity: 1;
}

.Mode_part .text_show .Biao_ti:after {
    content: "";
    display: block;
    width: 62px;
    height: 8px;
    background: #E8B848;
    opacity: 1;
    margin-top: 30px;
    width: 140px;
    height: 4px;
    background: #287DDA;
}

.Mode_part .text_show .Miao_xu {
    width: 550px;
    /*height: 50px;*/
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    line-height: 26px;
    color: #999999;
    margin-bottom: 30px;
    opacity: 1;
}

.Mode_part .text_show ul {
    list-style: none;
}

.Mode_part .text_show ul li {
    width: 513px;
    /*height: 50px;*/
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    line-height: 26px;
    color: #333333;
    margin-bottom: 18px;
    opacity: 1;
    padding-left: 26px;
    position: relative;
}

.Model__07 .text_show ul li {
    margin-bottom: 42px;
    padding-left: 40px;
    position: relative;
}

.Model__07 .text_show ul li i {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: url('../image/new-super/chaozhi_spirit.png');
}

.Model__07 .text_show ul li .kv {
    width: 100%;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #777777;
    line-height: 22px;
}

.Model__07 .text_show ul li .kv span {
    width: 100%;
    height: 28px;
    display: block;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #111111;
    line-height: 28px;
    margin-bottom: 4px;
}

.Model__07 .text_show ul li:nth-child(1) i {
    background-position: -9px -9px;
}

.Model__07 .text_show ul li:nth-child(2) i {
    background-position: -48px -9px;
}

.Model__07 .text_show ul li:nth-child(3) i {
    background-position: -85px -9px;
}

.Model__07 .text_show ul li:nth-child(4) i {
    background-position: -123px -9px;
}

.Model__07 .text_show ul li:nth-child(5) i {
    background-position: -162px -9px;
}

.Model__07 .text_show ul li:nth-child(6) i {
    background-position: -200px -9px;
}

.Model__08 .text_show ul li {
    margin-bottom: 42px;
    padding-left: 100px;
    position: relative;
    height: 82px;
    display: flex;
    align-items: center;
}

.Model__08 .text_show ul li i {
    position: absolute;
    top: 0;
    left: 0;
    width: 82px;
    height: 82px;
    background: url('../image/new-super/chaozhi_spirit.png');
}

.Model__08 .text_show ul li .kv {
    width: 100%;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #777777;
    line-height: 22px;
}

.Model__08 .text_show ul li .kv span {
    width: 100%;
    height: 28px;
    display: block;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #111111;
    line-height: 28px;
    margin-bottom: 4px;
}

.Model__08 .text_show ul li:nth-child(1) i {
    background-position: -9px -47px;
}

.Model__08 .text_show ul li:nth-child(2) i {
    background-position: -100px -47px;
}

.Model__08 .text_show ul li:nth-child(3) i {
    background-position: -191px -47px;
}

.phone-img {
    display: none;
}

.Model_tit {
    width: 100%;
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 45px;
    color: #333333;
    text-align: center;
    opacity: 1;
    padding: 100px 0 64px;
    margin: 0;
    position: relative;
}

.Model_tit:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 5px;
    background: #287DDA;
    opacity: 1;
    margin-top: 30px;
}

.contact-now {
    min-height: 280px;
    background: #287DDA;
    background-size: auto 100%;
    justify-content: center;
    display: flex;
    align-content: center;
    align-items: center;
    position: relative;
}

.contact-now:before {
    content: "";
    display: block;
    width: 420px;
    height: 420px;
    background: #eee;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url('../image/new-super/brand_bg_circle.png') no-repeat right bottom;
}

.contact-now:after {
    content: "";
    display: block;
    width: 420px;
    height: 420px;
    background: #eee;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url('../image/new-super/brand_img_circle.png') no-repeat left bottom;
}

.contact-now .jz-container {
    width: 1200px;
    margin: 0 auto;
    font-weight: 300;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    position: relative;
}

.contact-now .contact-desc {
    text-align: left;
    position: relative;
    z-index: 1;
    font-size: 20px;
}

.contact-now .contact-desc .contact-logo {
    display: inline-block;
    height: 50px;
    width: 145px;
    background: url(../image/new-super/chaozhi_spirit.png);
    background-position: -107px -133px;
    margin-bottom: 15px;
}

.contact-now .contact-desc p {
    margin-bottom: 10px;
}

.contact-free input::-webkit-input-placeholder,
.contact-free select::-webkit-input-placeholder {
    color: #444;
    font-weight: 300;
}

.contact-free input:-moz-placeholder,
.contact-free select:-moz-placeholder {
    color: #444;
    font-weight: 300;
}

.contact-free input::-moz-placeholder,
.contact-free select::-moz-placeholder {
    color: #444;
    font-weight: 300;
}

.contact-free input:-ms-input-placeholder,
.contact-free select:-ms-input-placeholder {
    color: #444;
    font-weight: 300;
}

@media screen and (max-width: 1440px) {
    .content-container {
        padding: 0 60px;
    }

    .ads-honor .content-container {
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .ads-honor .honor-item {
        margin: 0 5% 30px;
    }
}

@media screen and (max-width: 1000px) {
    body {
        font-size: 12px;
    }

    .content-container {
        width: 100%;
        padding: 0 60px;
    }

    .ads-delay500 {
        transition-delay: 0s !important;
    }

    .ads-button {
        font-size: 16px;
    }

    .ads-pc-button,
    .ads-pc-text {
        display: none !important;
    }

    .ads-m-button,
    .ads-m-text {
        display: block !important;
    }

    .ecer-flex-end {
        align-items: flex-start;
    }

    .ads-title {
        padding: 0 20px;
        font-size: 28px;
    }
    .google-ads-reason .ads-title {
        padding: 20px 20px 0 20px;
        font-size: 28px;
    }
    .ads-sprite {
        background-size: 560px 560px;
    }

    .content-container {
        padding: 0 20px;
    }

    .google-ads-banner .banner-main,
    .google-ads-form .form-container,
    .google-ads-reason .reason-item .content-container,
    .google-ads-reason .honor-item,
    .google-ads-service .service-list .content-container,
    .google-ads-service .service-wx .content-container,
    .google-ads-service .copyright .content-container {
        flex-direction: column;
    }

    .google-ads-header {
        display: none;
    }

    .m-google-ads-header {
        display: flex;
    }

    .google-ads-banner {
        padding: 40px 0 120px;
        background: url(../image/new-super/ads_banner_bg.png) no-repeat center left;
    }

    .banner-icon1,
    .banner-icon2,
    .banner-icon3 {
        display: none;
    }

    .google-ads-banner .banner-title {
        font-size: 28px;
    }

    .google-ads-banner .code-item {
        width: 190px;
    }

    .google-ads-banner .code {
        width: 100px;
        height: 100px;
        padding: 5px;
    }

    .code-wrap {
        flex-direction: column;
    }

    .google-ads-banner .banner-code {
        margin-top: 20px;
        justify-content: center;
    }

    .google-ads-banner .code-desc {
        font-size: 12px;
    }

    .google-ads-banner .banner-left,
    .google-ads-banner .banner-right {
        width: 100%;
    }

    .google-ads-banner {
        text-align: center;
    }

    .google-ads-banner .code {
        margin: 12px auto 24px;
    }

    .google-ads-banner .banner-contact {
        margin: 0 0 20px;
        justify-content: center;
        flex-direction: row;
    }

    .google-ads-banner .banner-contact .ads-contact {
        width: 32px;
        height: 32px;
        background-position: -185px -7px;
    }

    .google-ads-banner .banner-contact .ads-tel {
        font-size: 20px;
        margin-left: 8px;
        white-space: nowrap;
    }

    .google-ads-form {
        width: auto;
        padding: 24px;
        margin: -100px 16px 0;
        height: 336px;
    }

    .google-ads-form input,
    .google-ads-form select,
    .google-ads-form button {
        width: 100%;
        display: block;
        margin: 0 0 12px 0;
    }

    .google-ads-form .ecer-flex-auto {
        width: 100%;
        flex: none;
    }

    .ads-honor .content-container .honor-item {
        margin: 0 4% 20px;
    }

    .ads-honor {
        padding-top: 50px;
    }

    .ads-honor .honor-desc {
        width: 140px;
        height: 80px;
        font-size: 12px;
        padding-top: 2px;
        background-position: -321px -112px;
    }

    .ads-honor .honor-icon {
        width: 137px;
        height: 51px;
    }

    .ads-honor .honor1 {
        width: 66px;
        height: 66px;
        background-position: -174px -430px;
    }

    .ads-honor .honor2 {
        width: 32px;
        height: 88px;
        background-position: -524px -56px;
    }

    .ads-honor .honor3 {
        width: 132px;
        height: 51px;
        background-position: -387px -56px;
    }

    .ads-honor .honor4 {
        width: 53px;
        height: 63px;
        background-position: -466px -110px;
    }

    .ads-honor .honor5 {
        width: 119px;
        height: 51px;
        background-position: -269px -57px;
    }

    .ads-honor .honor6 {
        width: 120px;
        height: 51px;
        background-position: -148px -56px;
    }

    .ads-honor .honor-item:hover .honor-icon {
        transform: translateY(0);
    }

    .ads-partner {
        margin-top: 50px;
    }

    .ads-partner .partner-icon {
        width: 188px;
        height: 60px;
        background-position: -126px -109px;
        top: -38px;
    }

    .ads-partner .ads-content {
        padding: 28px 16px;
        border-radius: 24px 24px 0 0;
    }

    .ads-partner .partner-title {
        display: none;
    }

    .ads-partner .partner-container {
        display: block;
        margin-top: 0;
    }

    .ads-partner .partner-item {
        width: 100%;
        padding: 16px;
        margin-bottom: 16px;
    }

    .ads-partner .partner-item:last-of-type {
        margin-bottom: 0;
    }

    .ads-partner .google-icon {
        width: 142px;
        height: 130px!important;
        background-position: -370px -191px;
    }

    .ads-partner .dv360-icon {
        width: 256px;
        height: 120px;
        background-position: -303px -352px;
    }
    .ads-partner .partner-item .ads-sprite {
        height: 110px;
    }
    .ads-partner .partner-desc {
        font-size: 14px;
        line-height: 20px;
        margin-top: -24px;
    }

    .ads-partner .partner-desc p {
        margin-top: 12px;
    }

    .google-ads-reason .reason-title {
        font-size: 28px;
        padding: 0 48px;
    }

    .google-ads-reason .reason-item {
        text-align: center;
        padding: 32px 0;
    }

    .google-ads-reason .serial-num {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 28px;
        margin: 0 auto;
    }

    .google-ads-reason .reason-item-lf,
    .google-ads-reason .reason-item-rg {
        width: 100%;
    }

    .google-ads-reason .ads-button {
        display: none;
    }

    .google-ads-reason .ads-m-button {
        margin-left: 0;
        display: none!important;
    }

    .google-ads-reason .ads-img-container.reason-item-lf,
    .google-ads-reason .reason-item-rg {
        margin-top: 50px;
    }

    .google-ads-reason .reason-item-title {
        font-size: 20px;
    }

    .google-ads-reason .reason-item-desc {
        font-size: 14px;
    }

    .google-ads-reason .mini-size {
        display: block;
        margin-top: 0;
    }

    .google-ads-reason .max-size {
        display: none;
    }

    .google-ads-reason .tag-list {
        justify-content: center;
        padding-left: 0;
        margin: 12px -20px 0;
    }

    .google-ads-reason .tag-item {
        margin-right: 8px;
    }

    .google-ads-reason .tag-item .ads-sprite {
        width: 12px;
        height: 12px;
        background-size: 400px 400px;
    }

    .google-ads-reason .tag-item .ads-sprite1 {
        background-position: -6px -98px;
    }

    .google-ads-reason .tag-item .ads-sprite2 {
        background-position: -22px -98px;
    }

    .google-ads-reason .tag-item .ads-sprite3 {
        background-position: -35px -98px;
    }

    .google-ads-reason .honor-item {
        font-size: 14px;
        text-align: left;
        padding-left: 24px;
        padding-bottom: 20px;
    }

    .google-ads-reason .honor-item .dotted::before {
        background-color: #287dda;
    }

    .google-ads-reason .honor-desc {
        width: 100%;
        text-align: left;
        margin-top: 4px;
    }

    .google-ads-reason .honor-list {
        max-width: 400px;
        margin: 0 auto;
    }

    .google-ads-service {
        padding-top: 32px;
    }

    .google-ads-service .service-item {
        width: 100%;
        padding: 20px 25px;
        flex-direction: row;
        justify-content: flex-start;
        margin-bottom: 12px;
    }

    .google-ads-service .service-list .ads-sprite {
        width: 40px;
        height: 40px;
        background-size: 400px 400px;
    }

    .google-ads-service .service-list .ads-sprite1 {
        background-position: -5px -4px;
    }

    .google-ads-service .service-list .ads-sprite2 {
        background-position: -48px -4px;
    }

    .google-ads-service .service-list .ads-sprite3 {
        background-position: -87px -2px;
    }

    .google-ads-service .item-title {
        text-align: left;
        font-size: 18px;
        margin-top: 0;
        margin-left: 25px;
    }

    .google-ads-service .item-desc {
        font-size: 12px;
    }

    .google-ads-service .service-wx {
        margin-top: 32px;
    }

    .google-ads-service .service-wx {
        padding: 30px 0;
        text-align: center;
    }

    .google-ads-service .service-wx-desc {
        font-size: 20px;
        letter-spacing: 1px;
        margin-bottom: 16px;
    }

    .ads-customer {
        padding-top: 32px;
    }

    .ads-customer .customer-content {
        margin-top: 26px;
    }

    .ads-customer .customer-content {
        display: block;
    }

    .ads-customer .customer-desc,
    .ads-customer .ads-img-container {
        width: 100%;
    }

    .ads-customer .ads-img-container {
        justify-content: center;
    }

    .ads-customer .customer-desc-text {
        display: none;
    }

    .ads-customer .ads-m-text {
        width: 60%;
        font-size: 20px;
        line-height: 26px;
        text-align: center;
        margin: 36px auto 0;
    }

    .ads-customer .customer-desc {
        padding-top: 0;
    }

    .ads-customer .chart-list {
        width: 330px;
        margin: 0 auto;
    }

    .card-list {
        padding: 0px 0 32px;
        overflow: hidden;
    }

    .card-list .scroll-container {
        padding: 0 30px 50px;
        overflow-x: scroll;
        margin-bottom: -46px;
    }

    .card-list .content-container {
        width: 400%;
        padding: 0;
    }

    .card-list .card-item {
        width: 24%;
        margin-right: 1.333%;
    }

    .card-list .card-item:last-child {
        margin-right: 0;
    }

    .contact-free {
        padding: 30px 0;
    }

    .contact-free .contact-form,
    .contact-free .form-content {
        display: block;
        align-items: unset;
    }

    .contact-free .contact-form {
        margin-top: 20px;
    }

    .contact-free .image-part {
        width: 100%;
        height: 475px;
    }

    .contact-free .form-text {
        font-size: 16px;
        padding: 20px 14px;
        text-align: center;
        font-weight: bold;
    }

    .contact-free .form-text .link {
        text-align: left;
        font-weight: normal;
        font-weight: 300;
        font-size: 14px;
    }

    .contact-free .link:first-of-type {
        margin-top: 12px;
    }

    .contact-free .link .ads-arrow-w {
        width: 16px;
        background-position: -272px -32px;
    }

    .contact-free .more {
        text-align: left;
        position: initial;
        margin-top: 16px;
        display: none;
    }

    .contact-free .form-container {
        width: 100%;
        padding: 30px 16px;
    }

    .contact-free .form-item {
        display: block;
    }

    .contact-free .form-item .form-content {
        padding: 18px;
    }

    .contact-free .form-item .ecer-flex-auto {
        width: 100%;
    }

    .contact-free .form-item.name input:last-of-type {
        margin-top: 12px;
    }

    .contact-free .label {
        display: block;
        width: 100%;
        margin-bottom: 12px;
    }

    .contact-free .ads-button {
        width: 100%;
        margin-left: 0;
    }

    .partner-logo {
        padding: 32px 0;
    }

    .partner-logo .logo-list {
        margin: 32px -1% 0;
    }

    .partner-logo .logo-item {
        width: 48%;
        height: 80px;
    }

    .partner-logo .logo-list .logo-item:first-child .ads-sprite {
        width: 164px;
        height: 56px;
        background-position: -4px -198px;
    }

    .partner-logo .logo-list .logo-item:nth-child(2) .ads-sprite {
        width: 144px;
        height: 72px;
        background-position: -168px -192px;
    }

    .partner-logo .logo-list .logo-item:nth-child(3) .ads-sprite {
        width: 170px;
        height: 48px;
        background-position: -5px -256px;
    }

    .partner-logo .logo-list .logo-item:nth-child(4) .ads-sprite {
        width: 83px;
        height: 55px;
        background-position: -197px -270px;
    }

    .partner-logo .logo-list .logo-item:nth-child(5) .ads-sprite {
        width: 132px;
        height: 60px;
        background-position: -2px -304px;
    }

    .partner-logo .logo-list .logo-item:nth-child(6) .ads-sprite {
        width: 152px;
        height: 38px;
        background-position: -2px -371px;
    }

    .partner-logo .logo-list .logo-item:nth-child(7) .ads-sprite {
        width: 140px;
        height: 46px;
        background-position: -2px -416px;
    }

    .partner-logo .logo-list .logo-item:nth-child(8) .ads-sprite {
        width: 171px;
        height: 36px;
        background-position: -2px -461px;
    }

    .jz-container {
        width: 100%;
        padding: 0 16px;
        /*padding: 0 140px;*/
    }


    .Model_tit {
        line-height: 1.5;
        box-sizing: border-box;
        padding: 66px 20px 20px;
        font-size: 28px;
    }

    .Model_tit:after {
        content: "";
        display: block;
        margin: 0 auto;
        width: 40px;
        height: 3px;
        background: #287DDA;
        opacity: 1;
        margin-top: 15px;
    }

    .Mode_part .main {
        flex-direction: column;
        width: 100%;
        height: auto;
    }

    .Mode_part .main .img_show,
    .Mode_part .main .text_show {
        width: 100%;
    }

    .Mode_part .main .img_show img,
    .Mode_part .main .text_show img {
        max-width: 100%;
        height: auto;
        margin-left: 0;
    }

    .Model__07 {
        height: auto;
        margin: 0;
    }

    .Model__07 .text_show {
        padding-left: 0;
    }

    .Model__07 .text_show ul {
        padding: 30px 20px 10px;
    }

    .Model__07 .text_show ul li {
        margin-bottom: 20px;
    }

    .Model__07 .text_show ul li .kv {
        font-size: 14px;
    }

    .Model__07 .text_show ul li .kv span {
        font-size: 16px;
    }

    .Model__08 {
        height: auto;
    }

    .Model__08:before {
        width: 100%;
        background: url(../image/new-super/advantage_bg1.png) no-repeat center bottom;
    }

    .Model__08 .img_show img {
        margin: 0;
    }

    .Model__08 .text_show ul {
        padding: 10px 20px 10px;
    }

    .Model__08 .text_show ul li {
        margin-bottom: 20px;
        padding-left: 78px;
    }

    .Model__08 .text_show ul li i {
        background-size: 600px;
        width: 62px;
        height: 62px;
        top: 50%;
        transform: translate(0%, -50%);
    }

    .Model__08 .text_show ul li .kv {
        font-size: 14px;
    }

    .Model__08 .text_show ul li .kv span {
        font-size: 16px;
    }

    .Model__08 .text_show ul li:nth-child(1) i {
        background-position: -7px -35px;
    }

    .Model__08 .text_show ul li:nth-child(2) i {
        background-position: -75px -35px;
    }

    .Model__08 .text_show ul li:nth-child(3) i {
        background-position: -142px -35px;
    }

    .Mode_part .text_show ul li {
        width: 100%;
    }

    .Mode_part .text_show .Biao_ti {
        width: 100%;
        font-size: 18px;
        line-height: 20px;
        padding: 0px 0px 20px;
        text-align: center;
        margin: 0;
        line-height: 1.5;
        box-sizing: border-box;
        padding: 56px 40px 20px;
        font-size: 28px;
    }

    .Mode_part .text_show .Biao_ti:after {
        content: "";
        display: block;
        margin: 0 auto;
        width: 40px;
        height: 3px;
        background: #287DDA;
        opacity: 1;
        margin-top: 15px;
    }

    .Model__07:before,
    .ranks-icon1 {
        display: none;
    }

    .contact-now {
        overflow: hidden;
    }

    .contact-now:before {
        width: 100%;
    }

    .contact-now:after,
    .contact-now .contact-icon1 {
        display: none;
    }

    .contact-now .jz-container {
        width: 100%;
    }

    .contact-now .contact-desc {
        width: 250px;
        margin: 0 auto;
        font-size: 13px;
        text-align: center;
    }

    .card-list .card-icon1 {
        top: -3%;
    }

    .card-list .content-container {
        width: 100%;
        flex-direction: column;
    }

    .card-list .content-container .card-item {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .card-list .content-container .card-item:hover {
        transform: translate(0px, 0px);
    }

    .card-list .content-container .card-item:hover .image-part:before {
        background-position: -55px -135px;
    }

}

.copyright .content-container a {
    color: rgba(255, 255, 255, 0.6) !important;
}


/* è”ç³»æˆ‘ä»¬ç›¸å…³æ ·å¼    start */
.contact-us {
    box-sizing: border-box;
    width: 240px;
    position: fixed;
    top: 50%;
    right: -205px;
    transform: translateY(-50%);
    padding-left: 35px;
    transition: right 0.5s ease-in-out;
    z-index: 10;
}

.contact-us.on {
    right: 0;
}

.contact-us .contact-us-btn {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #FFFFFF;
    box-sizing: border-box;
    width: 35px;
    padding: 15px 11px;
    background: #2879FF;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
}

.contact-us .contact-us-btn::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #2879FF;
    right: -5.5px;
    top: 50%;
    transform: translateY(-50%);
}

.contact-us .contact-content {
    padding: 16px 0;
    background: #fff;
    transition: all 0.2s ease-in-out;
}

.contact-us .contact-content.on {
    border-radius: 5px 0 0px 5px;
    box-shadow: 0 0 20px rgba(39, 121, 253, 0.23);
}

.contact-us .contact-ways {
    padding: 0 30px;
    border-bottom: 1px solid #E2E2E2;
}

.contact-us .contact-ways .contact-way {
    margin-bottom: 12px;
}

.contact-us .contact-ways .contact-way .way {
    font-size: 0;
}

.contact-us .contact-ways .contact-way .way i,
.contact-us .contact-ways .contact-way .way span {
    display: inline-block;
    vertical-align: middle;
}

.contact-us .contact-ways .contact-way .way .iconfont {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    background: #FFB521;
    color: #fff;
    text-align: center;
    font-size: 28px;
}

.contact-us .contact-ways .contact-way .way .iconfont.icon-dvt-email {
    background: #01BE91;
}

.contact-us .contact-ways .contact-way .way .iconfont.icon-dingweiweizhi {
    background: #386BF3;
}

.contact-us .contact-ways .contact-way .way .iconfont.icon-dianhua:after {
    content: "";
    background: url('../image/contact-sprite.png') no-repeat;
    background-position: -1px -9px;
    background-size: 89px;
    display: block;
    width: 100%;
    height: 100%;
}

.contact-us .contact-ways .contact-way .way .iconfont.icon-dvt-email:after {
    content: "";
    background: url('../image/contact-sprite.png') no-repeat;
    background-position: -25px -8px;
    background-size: 89px;
    display: block;
    width: 100%;
    height: 100%;
}

.contact-us .contact-ways .contact-way .way .iconfont.icon-dingweiweizhi:after {
    content: "";
    background: url('../image/contact-sprite.png') no-repeat;
    background-position: -50px -8px;
    background-size: 89px;
    display: block;
    width: 100%;
    height: 100%;
}

.contact-us .contact-ways .contact-way .way span {
    font-size: 14px;
    color: #333333;
    margin-left: 12px;
}

.contact-us .contact-ways .contact-way .way-ctc {
    color: #2878FF;
    font-size: 14px;
    padding: 8px 0;
    border-bottom: 1px solid #E2E2E2;
}

.contact-us .contact-ways .contact-way .way-ctc a {
    display: block;
    text-decoration: none;
    color: #2878FF;
}

.contact-us .contact-way:last-of-type .way-ctc {
    border-bottom: none;
}

.contact-us .contact-way .way-ctc.tel {
    font-size: 14px;
}

.contact-us a.box-item {
    text-decoration: none;
    color: #2879FF;
    border: 1px solid #2879FF;
    margin: 15px 0;
    transition: all 0.2s ease-in-out;
}

.contact-us a.box-item:hover {
    background: #2879FF;
    color: #fff;
}

.contact-us .info {
    padding: 0 30px;
}

.contact-us .box-item {
    display: block;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
    position: relative;
}

.contact-us .info .box-item {
    text-align: left;
    padding: 0 15px;
}

.contact-us .box-item input {
    width: 100%;
    height: 100%;
    border: none;
    outline: 0;
    line-height: 30px;
    background: 0 0;
}

.contact-us .info .consultation-btn {
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    color: #2878FF;
    margin-top: 10px;
}

.contact-us .contact-ways .contact-way .way-ctc a {
    display: block;
    text-decoration: none;
    color: #2878FF;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.newct-warp {}

.newct-warp .ct-item {
    position: relative;
    padding-left: 50px;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.newct-warp .ct-item:nth-child(2) {
    border-bottom: none;
    padding-bottom: 0;
}

.newct-warp .dh {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFB521;
    border-radius: 50%;
}

.newct-warp .dh:before {
    content: "";
    background: url(../image/contact-sprite.png) no-repeat;
    background-position: -4px -18px;
    display: block;
    width: 100%;
    height: 100%;
}

.newct-warp .wx {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: #01BE91;
    border-radius: 50%;
}

.newct-warp .wx:before {
    content: "";
    background: url(../image/contact-sprite.png) no-repeat;
    background-position: -52px -18px;
    display: block;
    width: 100%;
    height: 100%;
}


.newct-warp .ct-w {}

.newct-warp .cthead {
    font-size: 14px;
    color: #333333;
}

.newct-warp .cttxt {
    font-size: 12px;
    color: orange;
}


.newct-warp .ctimg {}

.newct-warp .ctimg img {
    max-width: 100%;
}

.newct-warp a {
    font-size: 14px;
    color: orange;
    text-decoration: none;
}

/*.contact-us .contact-ways {
    border-bottom: none;
    padding: 0 16px;
}
*/
input::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #999;
}

input:-moz-placeholder,
select:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

input::-moz-placeholder,
select::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

input:-ms-input-placeholder,
select:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}

.contact-us .box-item input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    /* line-height: 1rem; */
    background: transparent;
}

.contact-us .info {
    padding: 0 0.975rem
        /* 39px */
    ;
}

.contact-us .info .box-item {
    text-align: left;
    padding: 0 0.425rem;
}

.contact-us .info .consultation-btn {
    display: inline-block;
    text-decoration: none;
    font-size: 0.35rem
        /* 14px */
    ;
    color: #2878FF;
    margin-top: 0.25rem
        /* 10px */
    ;
}

/* è”ç³»æˆ‘ä»¬ç›¸å…³æ ·å¼    end */
/* å¼¹å±‚æ ·å¼    start */
.dialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    display: none;
}

.dialog .dialog-main {
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    padding: 1.25rem
        /* 50px */
        2rem
        /* 80px */
    ;
    background: #fff;
    border-radius: 0.1rem
        /* 4px */
    ;
    box-shadow: 0 0 1.25rem
        /* 50px */
        rgba(0, 0, 0, 0.27);
}

.dialog .dialog-main i.close-btn {
    position: absolute;
    right: 0.725rem
        /* 29px */
    ;
    top: 0.5rem;
    color: #E2E2E2;
    cursor: pointer;
}

.dialog.reminder .dialog-main {
    padding: 1.25rem 2rem;
}

.dialog.video-play i.close-btn {
    z-index: 10;
    display: none;
}

.dialog.video-play .dialog-main:hover i.close-btn {
    display: block;
}

.dialog .dialog-main .dialog-title {
    font-size: 0.5rem
        /* 20px */
    ;
    color: #333333;
    text-align: center;
    font-weight: 400;
    position: relative;
}

.dialog .dialog-main .dialog-content {
    margin-top: 0.75rem;
    font-size: 0.4rem
        /* 16px */
    ;
    color: #333333;
}

.dialog .dialog-main .dialog-content p {
    text-align: center;
}

.dialog .dialog-main .dialog-operations {
    text-align: center;
    margin-top: 1rem
        /* 40px */
    ;
}

.dialog.login-dialog .dialog-main {
    width: 58%;
}

.dialog.login-dialog .dialog-main .dialog-content {
    margin: 1.4rem
        /* 56px */
        0 0.75rem
        /* 30px */
    ;
}

.dialog .dialog-main form .inputs {
    display: inline-block;
    vertical-align: middle;
    width: 78%;
}

.dialog .dialog-main form .button {
    width: 20%;
}

.dialog .dialog-main form .input-item {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 0.825rem
        /* 33px */
        );
    margin-right: 0.75rem
        /* 30px */
    ;
    position: relative;
}

.dialog .dialog-main form .input-item label {
    position: absolute;
    font-size: 0.35rem
        /* 14px */
    ;
    color: #A0A0A0;
    font-weight: 300;
    left: 0.375rem
        /* 15px */
    ;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.dialog .dialog-main form .input-item input {
    height: 1.35rem
        /* 54px */
    ;
    width: 100%;
    box-sizing: border-box;
    line-height: 0.75rem
        /* 30px */
    ;
    border: 1px solid #EAEAEA;
    border-radius: 0.25rem
        /* 10px */
    ;
    outline: none;
    padding-left: 1.5rem
        /* 60px */
    ;
    position: relative;
}

.dialog .dialog-main form .input-item .reminder-info {
    display: none;
    position: absolute;
    bottom: -0.75rem
        /* 30px */
    ;
    left: 0.375rem
        /* 15px */
    ;
    font-size: 0.35rem
        /* 14px */
    ;
    color: #FF2828;
}

.dialog .dialog-main form .input-item .reminder-info .iconfont {
    display: none;
    margin-right: 0.25rem
        /* 10px */
    ;
    transform: rotate(180deg);
}

.dialog .dialog-main form .input-item input:focus {
    border-color: #2879FF;
    box-shadow: 0 0 0.5rem
        /* 20px */
        rgba(39, 118, 248, 0.33);
}

.dialog .dialog-main form .input-item.error input {
    border-color: #FF2828;
    box-shadow: 0 0 0.5rem
        /* 20px */
        rgba(255, 40, 40, 0.23);
}

.dialog .dialog-main form .input-item.error .reminder-info {
    display: block;
}

/* å¼¹å±‚æ ·å¼    end */
/* è§†é¢‘æ’­æ”¾å™¨æ ·å¼    start */
.dialog.video-play .dialog-main {
    width: 80%;
    padding: 0;
    background: transparent;
}

.dialog.reminder .button {
    display: inline-block;
    height: 1.35rem
        /* 54px */
    ;
    width: 5.05rem
        /* 202px */
    ;
    text-align: center;
    line-height: 1.35rem
        /* 54px */
    ;
    color: #fff;
    font-size: 0.35rem
        /* 14px */
    ;
    background: #2EBC4F;
    cursor: pointer;
    transition: box-shadow 0.2s ease-in-out;
}