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

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

body,
div,
form,
section,
header,
footer,
p,
ul,
li,
input,
select,
button,
fieldset {
    box-sizing: border-box;
}

ul,
li {
    list-style: none;
}

header,
footer,
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: none;
}

a {
    text-decoration: none;
}

button {
    border: none;
    outline: none;
    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;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #444444;
    font-weight: 300;
}

input:-moz-placeholder,
select:-moz-placeholder {
    color: #444444;
    font-weight: 300;
}

input::-moz-placeholder,
select::-moz-placeholder {
    color: #444444;
    font-weight: 300;
}

input:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: #444444;
    font-weight: 300;
}

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

@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;
}

.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;
}

.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;
}

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

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

.animation-lf1 {
    position: relative;
    transform: translateX(-200%);
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transition: transform 0.8s ease, opacity 0.8s ease;
}

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

.animation-rg {
    position: relative;
    transform: translateX(130%);
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transition: transform 0.8s ease, opacity 0.8s ease;
}

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

.jz-btn {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #FFFFFF;
    padding: 0 48px;
    border-radius: 2px;
    background-color: #50A853;
    border: 1px solid #50A853;
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
}

.jz-btn::after {
    content: "";
    position: absolute;
    background: none repeat scroll 0 0 #009A55;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 100%;
    z-index: -1;
    width: 0%;
    border-radius: 50%;
    opacity: 0.5;
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.3s ease 0s;
}

.jz-btn:hover::after {
    height: 450%;
    width: 110%;
    opacity: 1;
    border-color: #009A55;
}

.jz-sprite {
    background-repeat: no-repeat;
}

.checkbox-icon::after {
    background-repeat: no-repeat;
    background: url(../image/maoytload/sprite.png) no-repeat center center;
    background-position: -45px -65px !important;
}

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

.ads-sprite.ads-police {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-position: -10px -165px;
    margin-right: 4px;
}

.jz-sprite.icon-tel {
    width: 48px;
    height: 48px;
    background-color: #FFFFFF;
    background-position: 2px 4px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    background: url(../image/maoytload/sprite.png) no-repeat center center;
    background-position: -59px -88px !important;
}

.jz-sprite.icon-tel2 {
    width: 56px;
    height: 56px;
    background-color: #4272f3;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    background-position: -37px 4px;
    border-radius: 50%;
}

.jz-sprite.icon-tel2:after {
    content: "";
    width: 56px;
    height: 56px;
    display: block;
    background-repeat: no-repeat;
    background: url(../image/maoytload/sprite.png) no-repeat center center;
    background-position: -105px -62px !important;
}

.jz-sprite.icon-arrow {
    width: 24px;
    height: 24px;
    background: url(../image/maoytload/sprite.png) no-repeat center center;
    background-position: -377px -94px !important;
}

.jz-sprite.icon-reason1 {
    background-position: -8px -63px;
}

.jz-sprite.icon-reason2 {
    background-position: -100px -63px;
}

.jz-sprite.icon-reason3 {
    background-position: -192px -63px;
}

.jz-sprite.icon-reason4 {
    background-position: -9px -155px;
}

.jz-sprite.icon-reason5 {
    background-position: -100px -155px;
}

.jz-sprite.icon-reason6 {
    background-position: -192px -155px;
}

.jz-sprite.icon-excellent {
    display: block;
    width: 47px;
    height: 47px;
    background-position: -94px -8px;
    margin: 0 auto;
}

.jz-sprite.icon-s-arrow {
    width: 16px;
    height: 16px;
    background-position: -221px -8px;
}

.jz-sprite.icon-close {
    width: 32px;
    height: 32px;
    background-position: -181px -8px;
}


.jz-big-title {
    font-weight: bold;
}

.top-title {
    font-weight: bold;
}

.jz-title {
    font-size: 36px;
    color: #0F0F0F;
    text-align: center;
    position: relative;
}

.jz-title::after {
    content: "";
    width: 40px;
    height: 4px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.jz-desc {
    font-size: 20px;
    color: #444444;
    text-align: center;
}

.bg-triangle {
    width: 0;
    height: 0;
    border-bottom: 930px solid #FBAF27;
    border-right: 120vw solid transparent;
    opacity: 0.08;
    position: absolute;
    bottom: 0;
    left: 0;
}

.bg-radius {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: linear-gradient(142.59deg, #fe7c54 0%, #ffffff 100%);
    position: absolute;
}




.jz-banner {
    height: 990px;
    background-color: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.jz-banner .radius1 {
    opacity: 0.6;
    left: -15%;
    top: -12%;
    width: 380px;
    height: 380px;
    background: linear-gradient(149.21deg, #4172f3 0%, #ffffff 100%);
}

.jz-banner .radius2 {
    top: 40%;
    left: 6%;
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
}

.jz-banner .radius2:after {
    content: "";
    border: 4px solid #9591e5;
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    transform: rotate(45deg) translate(29%, 2%);
    opacity: 0.5;
}

.jz-banner .radius3 {
    width: 100px;
    height: 100px;
    opacity: 0.2;
    left: -8%;
    top: 6%;
    z-index: 0;
}

.jz-banner .radius4 {
    width: 100px;
    height: 100px;
    opacity: 0.2;
    left: 5%;
    top: 40%;
    z-index: 0;
    position: absolute;
}

.jz-banner .radius5 {
    display: block;
    width: 943px;
    height: 829px;
    right: -4%;
    top: -10%;
    z-index: 0;
    position: absolute;
    background: url(../image/maoytload/bgsun.png) no-repeat left bottom;
}

.jz-banner .radius6 {
    display: block;
    width: 111px;
    height: 123px;
    left: 5%;
    bottom: 16%;
    z-index: 0;
    position: absolute;
    background: url(../image/maoytload/square.png) no-repeat center center;
}

.zx-btn {
    border-radius: 30px;
}

.jz-banner .jz-container {
    height: 100%;
    position: relative;
    z-index: 1;
}

.jz-banner .banner-lf,
.jz-banner .banner-rg {
    width: 50%;
}

.jz-banner .banner-lf {
    padding-top: 100px;
    padding-right: 70px;
}

.jz-banner .jz-title {
    font-size: 40px;
    text-align: left;
    margin-top: 32px;
    letter-spacing: 6px;
}

.jz-banner .jz-title::after {
    transform: translateX(0);
    left: 0;
}

.jz-banner .banner-rg {
    height: 100%;
    position: relative;
}

.jz-banner .banner-bg {
    width: 989px;
    height: 490px;
    position: absolute;
    left: 0;
    top: 82px;
}

.jz-banner .banner-tag {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF;
    padding: 6px 24px;
    background-color: #50A853;
    border-radius: 24px 24px 24px 0px;
}

.jz-banner .contact {
    margin-top: 56px;
}

.jz-banner .wx-code .jz-img-container {
    width: 100px;
    height: 100px;
    padding: 4px;
    border: 1px solid #AAAAAA;
    background-color: rgba(255, 255, 255, 0.16);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.jz-banner .wx-code .code-desc {
    color: #444444;
    text-align: left;
    margin-left: 8px;
    font-weight: 300;
}

.jz-banner .contact-tel {
    font-size: 28px;
    color: #111111;
    margin-left: 32px;
}

.jz-banner .contact-tel .tel {
    margin-left: 8px;
    font-weight: 300;
}

.jz-banner .banner-imgs {
    margin-top: 169px;
    margin-left: -60px;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}

.jz-banner .banner-bg1 {
    max-width: 451px;
    margin-top: 25px;
}

.jz-banner .banner-imgs .jz-img-container {
    border-radius: 8px;
    overflow: hidden;
}

.jz-banner .banner-imgs-rg {
    margin-left: -226px;
    margin-top: 300px;
}

.jz-banner .banner-bg2 {
    width: 161px;
    max-width: 260px;
    margin-top: 70px;
    margin-left: 64px;
}

.jz-banner .banner-bg3 {
    margin-top: -86px;
    max-width: 260px;
}

.google-ads-form {
    width: 1200px;
    box-shadow: 0px 4px 15px 4px rgba(171, 186, 255, 0.22);
    margin: -300px auto 0;
    position: relative;
    z-index: 1;
    border-radius: 8px;
}

.google-ads-form form {
    padding: 26px 40px;
    background-color: #FFFFFF;
    z-index: 1;
    position: relative;
}

.google-ads-form .g-icons {
    display: block;
    width: 111px;
    height: 123px;
    left: -5%;
    bottom: -44%;
    z-index: 0;
    position: absolute;
    background: url(../image/maoytload/square.png) no-repeat center center;
}

.google-ads-form input::-webkit-input-placeholder,
.google-ads-form select::-webkit-input-placeholder {
    color: #444444;
    font-weight: 300;
}

.google-ads-form input:-moz-placeholder,
.google-ads-form select:-moz-placeholder {
    color: #444444;
    font-weight: 300;
}

.google-ads-form input::-moz-placeholder,
.google-ads-form select::-moz-placeholder {
    color: #444444;
    font-weight: 300;
}

.google-ads-form input:-ms-input-placeholder,
.google-ads-form select:-ms-input-placeholder {
    color: #444444;
    font-weight: 300;
}

.google-ads-form input,
.google-ads-form .cell {
    height: 48px;
    padding: 0 16px;
    color: #444444;
    margin-right: 2%;
    background: #ffffff;
    background-blend-mode: normal;
    border: 1px solid #dddddd;
    border-radius: 4px;
    mix-blend-mode: normal;
    position: relative;
}

.google-ads-form .cell {
    width: 217px;
}

.google-ads-form .cell:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    background: url(../image/maoytload/sprite.png) no-repeat center center;
    background-position: -450px -96px !important;
    transform: translate(-50%, -50%);
}

.google-ads-form select {
    height: 46px;
    color: #444444;
    margin-right: 2%;
    background: #ffffff;
    background-blend-mode: normal;
    border-radius: 4px;
    mix-blend-mode: normal;
    position: relative;
    width: 100%;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 300;
}

.dg-container {
    width: 100%;
    height: 640px;
    margin: 44px auto 0;
    position: relative;
}

.dg-wrapper {
    width: 1000px;
    height: 640px;
    margin: 0 auto;
    position: relative;
    transform-style: preserve-3d;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
}

.dg-wrapper a {
    cursor: default;
    width: 540px;
    height: 640px;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 24px 60px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    -webkit-font-smoothing: antialiased;
}

.dg-wrapper a.dg-transition {
    transition: all 0.5s ease-in-out;
}

.dg-wrapper a img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.dg-container nav span.dg-prev,
.dg-container nav span.dg-next {
    width: 48px;
    height: 48px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    text-align: center;
    line-height: 64px;
    position: absolute;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}

.dg-container nav .dg-prev {
    left: 0;
}

.dg-container nav .dg-next {
    right: 0;
}

.dg-container nav .dg-prev .icon-arrow {
    position: relative;
    transform: rotate(180deg);
}

.dg-container nav span:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.contact-now {
    min-height: 150px;
    background: url(../image/maoytload/jz_contact_bg.png) no-repeat center;
    background-size: auto 100%;
}

.contact-now .jz-container {
    height: inherit;
}

.contact-now .contact-desc {
    font-weight: 300;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
}

.contact-now .splitline {
    width: 1px;
    height: 151px;
    background-color: #FFFFFF;
    opacity: 0.4;
}

.contact-now .contact-tel {
    font-size: 44px;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 28px;
}

.contact-now .contact-tel .tel {
    margin-top: 8px;
    font-weight: normal;
}

.contact-now .wx-code {
    width: 160px;
    height: 160px;
    padding: 4px;
    border: 1px solid #AAAAAA;
    background-color: rgba(255, 255, 255, 0.16);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.contact-free {
    padding: 50px 0 100px;
    overflow: hidden;
    position: relative;
}

.contact-free .bg-radius {
    width: 112px;
    height: 124px;
    right: 8%;
    top: 11%;
    z-index: 0;
    background: url(../image/maoytload/square.png) no-repeat center center;
    border-radius: 0;
}

.contact-free .jz-container {
    position: relative;
    z-index: 1;
}

.contact-free .contact-form {
    margin-top: 50px;
    background-color: #FFFFFF;
    background: #ffffff;
    background-blend-mode: normal;
    box-shadow: 0px 4px 15px 4px rgba(171, 186, 255, 0.22);
    border-radius: 16px;
    mix-blend-mode: normal;
    overflow: hidden;
}

.contact-free .contact-form:after {
    content: "";
    display: block;
    width: 400px;
    position: absolute;
    bottom: -10%;
    left: -12%;
    height: 400px;
    border: 4px dashed #43cf7c87;
    border-radius: 50%;
    z-index: 0;
}

.ads-button {
    border-radius: 30px;
}

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

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

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

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

.contact-free .link:hover {
    background-color: #fff;
    color: #50A853;
}

.contact-free .link:hover .icon-arrow {
    background: url(../image/maoytload/sprite.png) no-repeat center center;
    background-position: -414px -94px !important;
}

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

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

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

.contact-free .form-container {
    font-size: 16px;
    color: #444444;
    padding: 48px 46px;
    background-color: #FFFFFF;
    font-weight: 300;
    position: relative;
    z-index: 1;
}

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

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

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

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

.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;
    font-weight: 300;
}

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

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

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

.contact-free .jz-btn {
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    padding: 0 108px;
    background-color: #43cf7c;
    border-color: #43cf7c;
    box-shadow: 0px 4px 15px 4px rgba(171, 186, 255, 0.22);
    margin-left: 100px;
    font-weight: 300;
}

.contact-free .jz-btn:hover {
    border-color: #50A853;
}

.contact-free .jz-btn::after {
    background-color: #50A853;
}

.partner-logo {
    padding: 90px 0;
    background: url(../image/maoytload/jz_bg_partner.png) no-repeat center center;
    background-size: auto 100%;
    overflow: hidden;
}

.partner-logo .jz-title {
    color: #FFFFFF;
}

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

.partner-logo .logo-item {
    width: 23%;
    height: 128px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 20px 0px 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;
}

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

.jz-triangle.orange {
    border-color: transparent transparent #FEF6E3 transparent;
}

.jz-triangle.cyan {
    border-color: transparent transparent #BED8F3 transparent;
}

.jz-triangle.gray {
    opacity: 0.04;
    border-color: transparent transparent #FFFFFF transparent;
}



.jz-dialog {
    width: 400px;
    padding: 22px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.16);
    border-radius: 12px;
    text-align: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
    display: none;
}

.jz-dialog .dialog-title {
    font-size: 20px;
}

.jz-dialog .jz-img-container {
    width: 160px;
    height: 160px;
    margin: 3px auto 0;
}

.jz-dialog .congratulate {
    margin-top: 15px;
}

.jz-dialog .congratulate .large {
    color: #FBAF27;
    font-weight: bold;
}

.jz-dialog .close-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
}

/* 补充 */
.online-shop {
    width: 100%;
    margin-top: 100px;
    position: relative;
    z-index: 1;
    padding: 0px 0 0px;
    overflow: hidden;
}

.online-shop .sprite1 {
    display: block;
    width: 124px;
    height: 124px;
    background: linear-gradient(149.21deg, #4172f3 0%, #ffffff 100%);
    right: -6%;
    bottom: -4%;
    z-index: 0;
    position: absolute;
    border-radius: 50%;
    opacity: 0.3;
    z-index: -1;
}

.online-shop .sd-container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.online-shop .sd-container .sd-vip-title {
    color: #333333;
    font-size: 36px;
    margin-bottom: 11px;
    line-height: 50px;
    position: absolute;
    right: 0;
    width: 590px;
    top: 34px;
}

.online-shop .sd-container .sd-vip-title:after {
    content: "";
    display: block;
    background: #43cf7c;
    width: 33px;
    height: 3px;
    position: absolute;
    bottom: -20px;
    left: 0;
    border-radius: 5px;
}

.online-shop .sd-container .sd-vip-title span {
    display: inline-block;
    color: #50A853;
}

.online-shop .sd-container .sd-title {
    font-size: 36px;
    color: #0F0F0F;
    text-align: center;
    position: relative;
}

.online-shop .sd-container .sd-txt {
    font-size: 18px;
    color: #4172f3;
    text-align: center;
    padding-bottom: 28px;
    position: relative;
}

.online-shop .sd-container .sd-vip {
    width: 1200px;
    background-blend-mode: normal;
    border-radius: 16px;
    mix-blend-mode: normal;
    display: flex;
    padding: 44px 0px;
    justify-content: space-between;
    position: relative;
}

.online-shop .sd-container .sd-vip .sd-vip-aside {
    width: 590px;
}

.online-shop .sd-container .sd-vip .sd-vip-aside .sd-vip-txt {
    line-height: 24px;
    color: #747880;
    font-size: 16px;
    margin-bottom: 17px;
    font-weight: 300;
}

.online-shop .sd-container .sd-vip .sd-vip-aside .sd-vip-contact {
    line-height: 67px;
    color: #4172f3;
    font-size: 48px;
    margin-bottom: 24px;
}

.online-shop .sd-container .sd-vip .sd-vip-aside .sd-vip-name {
    line-height: 22px;
    color: #333333;
    font-size: 16px;
    margin-bottom: 5px;
}

.online-shop .sd-container .sd-vip .sd-vip-aside .sd-vip-eq {
    line-height: 22px;
    color: #747880;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 300;
}

.online-shop .sd-container .sd-vip .sd-vip-aside .sd-vip-list {
    margin-bottom: 15px;
    padding-top: 128px;
}

.online-shop .sd-container .sd-vip .sd-vip-aside .sd-vip-list li {
    color: #747880;
    font-size: 16px;
    line-height: 32px;
    font-weight: 300;
    padding: 30px 0;
    padding-left: 60px;
    position: relative;
}

.online-shop .sd-container .sd-vip .sd-vip-aside .sd-vip-list li i {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    height: 50px;
    background: #eee;
    transform: translate(0px, -50%);
    background: url(../image/maoytload/sprite.png) no-repeat center center;
    background-position: -60px -254px;
}

.online-shop .sd-container .sd-vip .sd-vip-aside .sd-vip-list li:nth-child(2) i {
    background-position: -133px -254px !important;
}

.online-shop .sd-container .sd-vip .sd-vip-aside .sd-vip-list li:nth-child(3) i {
    background-position: -214px -254px !important;
}

.online-shop .sd-container .sd-vip .sd-vip-img {
    width: 574px;
    z-index: 5;
    position: relative;
}

.online-shop .sd-container .sd-vip .sd-one {
    width: 260px;
    position: absolute;
    left: 0%;
    top: 0;
    box-shadow: 0 0 10px #c3c3c3;
}

.online-shop .sd-container .sd-vip .sd-two {
    width: 260px;
    position: absolute;
    left: 50%;
    top: -7%;
    box-shadow: 0 0 10px #c3c3c3;
}

.online-shop .sd-container .sd-vip .sd-three {
    width: 360px;
    position: absolute;
    left: 27%;
    bottom: 0;
    z-index: 99;
    box-shadow: 0 0 10px #c3c3c3;
}

.online-shop .sd-container .sd-vip .sd-bg {
    width: 484px;
    height: 484px;
    position: absolute;
    top: -14%;
    left: 3%;
}

.online-shop .sd-container .sd-vip .sd-bg .sd-icon1 {
    display: block;
    width: 298px;
    height: 370px;
    background: #edf9ef;
    transform: rotate(-284.93448326deg);
    position: absolute;
    top: 23px;
    left: 73px;
    z-index: 3;
    border-radius: 700px 200px 300px 500px;
}

.online-shop .sd-container .sd-vip .sd-bg .sd-icon2 {
    display: block;
    width: 269px;
    height: 214px;
    background: linear-gradient(142.59deg, #fe7c54 0%, #ffffff 100%);
    transform: rotate(318.55904444deg);
    position: absolute;
    bottom: 30px;
    right: 19px;
    z-index: 2;
    border-radius: 700px 200px 300px 500px;
}

.online-shop .sd-container .sd-vip .sd-bg .sd-icon3 {
    display: block;
    position: absolute;
    bottom: 23px;
    left: 0px;
    width: 320px;
    height: 330px;
    background: #f1f8ff;
    z-index: 1;
    border-radius: 700px 200px 300px 500px;
}

.online-shop .sd-container .sd-vip .sd-bg .sd-icon4 {
    display: block;
    position: absolute;
    top: 70px;
    left: -81px;
    width: 356px;
    height: 356px;
    border: 5px dashed #50A853;
    border-radius: 50%;
    transform: rotate(47.11258827deg);
    opacity: 0.2;
}

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

.scroll-container:after {
    content: "";
    display: block;
    position: absolute;
    width: 112px;
    height: 124px;
    right: -5%;
    bottom: 2%;
    z-index: 0;
    background: url(../image/maoytload/square.png) no-repeat center center;
    border-radius: 0;
    z-index: 0;
}

.content-container {
    width: 100%;
    position: relative;
    z-index: 1;
}

.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;
}

.card-list .card-header {
    text-align: center;
    padding-bottom: 54px;
}

.card-list .card-header .card-h2 {
    color: #333333;
    font-size: 36px;
    margin-bottom: 6px;
}

.card-list .card-header .card-txt {
    color: #747880;
    font-size: 18px;
    font-weight: 300;
}

.card-descrition {
    color: #333333;
    font-size: 24px;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 22px;
}

.card-descrition span {
    color: #50A853;
}

.card-list {
    padding: 0 0px;
    width: 100%;
    position: relative;
}

.card-list .card-item {
    width: 24%;
    background-color: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
    position: relative;
}

.card-list .card-item span {
    position: absolute;
    top: 0;
    right: 0;
    width: 152px;
    height: 29px;
    background: linear-gradient(130.03deg, #43cf7c 0%, #04bd4e 100%);
    border-radius: 0px 0px 0px 20px;
    line-height: 29px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    z-index: 99;
}

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

.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: #50A853;
    margin-top: 4px;
    font-weight: 300;
}

.card-list .card-desc {
    color: #777;
    margin-top: 8px;
    font-weight: 300;
}

.card-list .cart-time {
    font-size: 12px;
    font-weight: bold;
    color: #aaa;
    margin-top: 10px;
    display: none;
}

.rank-box {
    position: relative;
    padding-top: 76px;
    padding-bottom: 33px;
    overflow: hidden;
}

.rank-box .rank-container {
    width: 1200px;
    background-blend-mode: normal;
    margin: 0 auto;
    position: relative;
}

.rank-box .rank-container .rank-title {
    position: relative;
}

.rank-box .rank-container .rank-title:before {
    content: "";
    display: block;
    border-radius: 50%;
    background: linear-gradient(35deg, #fe7c54 0%, #ffffff 100%);
    z-index: -1;
    position: absolute;
    left: -55px;
    bottom: -15px;
    width: 100px;
    height: 100px;
    opacity: 0.2;

}

.rank-box .rank-container .rank-title .rank-h2 {
    color: #333333;
    font-size: 24px;
    margin-bottom: 12px;
}

.rank-box .rank-container .rank-title .rank-h2 span {
    color: #50A853;
}

.rank-box .rank-container .rank-title .rank-txt {
    color: #333333;
    font-size: 18px;
    font-weight: 300;
}

.rank-box .rank-container .rank-content {
    display: flex;
    margin-top: 107px;
}

.rank-box .rank-container .rank-content:before {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    opacity: 1;
    left: -20%;
    top: 60%;
    z-index: 0;
    position: absolute;
    background: url(../image/shape_03.png) no-repeat center center;
}

.rank-box .rank-container .rank-content .rank-left {
    width: 600px;
    flex-shrink: 0;
}

.rank-box .rank-container .rank-content .rank-left ul li {
    width: 388px;
    height: 88px;
    background: #e1f1ff;
    border-radius: 2px;
    margin-bottom: 48px;
    padding: 19px 40px;
    box-sizing: border-box;
    color: #333333;
    font-size: 18px;
    font-weight: 300;
    position: relative;
}

.rank-box .rank-container .rank-content .rank-left ul li:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: -16px;
    bottom: 0;
    border: 8px solid #e1f1ff;
    border-top-color: transparent;
    border-right-color: transparent;
}

.rank-box .rank-container .rank-content .rank-left ul li span {
    display: block;
}

.rank-box .rank-container .rank-content .rank-left ul li span em {
    font-style: normal;
    color: #50A853;
}

.rank-box .rank-container .rank-content .rank-right {
    width: 100%;
    position: relative;
    z-index: 10;
}

.rank-box .rank-container .rank-content .rank-right .rank-icon1 {
    width: 260px;
    position: absolute;
    left: 1%;
    top: -13%;
    box-shadow: 0 0 10px #c3c3c3;
}

.rank-box .rank-container .rank-content .rank-right .rank-icon2 {
    width: 260px;
    position: absolute;
    left: 11%;
    bottom: -1%;
    box-shadow: 0 0 10px #c3c3c3;
}

.rank-box .rank-container .rank-content .rank-right .rank-icon3 {
    width: 260px;
    position: absolute;
    right: 8%;
    z-index: -1;
    top: 5%;
    box-shadow: 0 0 10px #c3c3c3;
}

.rank-box .rank-container .rank-content .rank-bg {
    width: 484px;
    height: 484px;
    position: absolute;
    top: 6%;
    right: 8%;
}

.rank-box .rank-container .rank-content .rank-bg .sd-icon1 {
    display: block;
    width: 298px;
    height: 370px;
    background: #edf9ef;
    transform: rotate(-284.93448326deg);
    position: absolute;
    bottom: 23px;
    left: 0;
    z-index: 3;
    border-radius: 700px 200px 300px 500px;
}

.rank-box .rank-container .rank-content .rank-bg .sd-icon2 {
    display: block;
    width: 269px;
    height: 214px;
    background: linear-gradient(142.59deg, #fe7c54 0%, #ffffff 100%);
    transform: rotate(318.55904444deg);
    position: absolute;
    bottom: 30px;
    right: 19px;
    z-index: 2;
    border-radius: 700px 200px 300px 500px;
}

.rank-box .rank-container .rank-content .rank-bg .sd-icon3 {
    display: block;
    position: absolute;
    top: 101px;
    right: -18px;
    width: 320px;
    height: 330px;
    background: #f1f8ff;
    z-index: 3;
    border-radius: 300px 300px 300px 500px;
    transform: rotate(65deg);
}

.rank-box .rank-container .rank-content .rank-bg .sd-icon4 {
    display: block;
    position: absolute;
    bottom: -58px;
    left: 200px;
    width: 356px;
    height: 356px;
    border: 5px dashed #50A853;
    border-radius: 50%;
    transform: rotate(47.11258827deg);
    opacity: 0.2;
}

.play-3d {
    height: 15.675rem;
    position: relative;
}

.play-3d .title {
    position: relative;
    text-align: center;
    color: #333333;
    font-size: 36px;
    padding: 36px 0 49px;
}

.play-3d .box {
    width: 30.175rem;
    height: 100%;
    padding: 0 2rem;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.dg-wrapper {
    position: absolute;
    height: 17.325rem;
    left: 2rem;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
}

.dg-wrapper li {
    position: absolute;
    top: 50%;
    width: 7.175rem;
    background: #fff;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

.dg-wrapper li .innertext {
    height: 10.725rem;
}

.dg-wrapper li.p1 {
    left: 20%;
    transform: translate(0, -50%);
    opacity: 0;
}

.dg-wrapper li.p2 {
    left: 0;
    transform: translate(8%, -50%);
    z-index: 2;
    opacity: 1;
}

.consultation-detail .top-content .float-right .video-button,
.dg-wrapper li.p3 {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.dg-wrapper li.p3 {
    left: 50%;
    width: 9.625rem;
    transform: translate(-50%, -50%);
    z-index: 3;
    opacity: 1;
}

.dg-wrapper li.p3 .inner_img {
    height: 7.575rem;
}

.dg-wrapper li.p3 .inner_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.dg-wrapper li.p3 .innertext {
    height: 7.725rem;
    background: #43cf7c;
    color: #fff;
}

.dg-wrapper li.p3 .innertext .iconfont {
    opacity: 1;
}

.dg-wrapper li.p4 {
    left: unset;
    right: 0;
    transform: translate(-8%, -50%);
    z-index: 2;
    opacity: 1;
}

.dg-wrapper li.p5 {
    left: unset;
    right: 20%;
    transform: translate(0, -50%);
    opacity: 0;
}

.dg-wrapper .innertext {
    padding: 2.5rem 1.075rem 1rem;
    box-sizing: border-box;
    height: 7.725rem;
    color: #333;
    position: relative;
}

.dg-wrapper .innertext .iconfont {
    position: absolute;
    font-size: 1.425rem;
    left: 1.075rem;
    top: 0.35rem;
}

.dg-wrapper .innertext .iconfont.icon-yinhao {
    background: url(../image/maoytload/sprite.png) no-repeat center center;
    background-position: -145px -77px !important;
    display: inline-block;
    width: 50px;
    height: 50px;
}

.dg-wrapper .p3 .innertext .iconfont.icon-yinhao {
    background: url(../image/maoytload/sprite.png) no-repeat center center;
    background-position: -220px -77px !important;
    display: inline-block;
    width: 50px;
    height: 50px;
}

.dg-wrapper .inner_img {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 0;
    transition: height 0.5s ease;
}

.dg-wrapper a .inner_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.dg-wrapper .banner-content {
    height: 3.75rem;
    font-size: 14px;
    font-weight: 300;
    line-height: 0.75rem;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
}

.dg-wrapper .banner-sign {
    position: absolute;
    bottom: 0.5rem;
    left: 1.075rem;
    right: 1.075rem;
    font-size: 0.35rem;
    font-weight: 300;
}

.play-3d-wrap {
    padding-bottom: 200px;
    background: #f5faff;
}

.play-3d .box .next,
.play-3d .box .prev {
    position: absolute;
    cursor: pointer;
    top: 50%;
    background: #43cf7c;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    margin-top: -0.5rem;
    color: #fff;
    transition: box-shadow 0.2s ease-in-out;
}

.play-3d .box .next:hover,
.play-3d .box .prev:hover {
    box-shadow: 0 0 0.25rem rgba(39, 120, 254, 0.4);
}

.play-3d .box .prev {
    left: 0;
}

.play-3d .box .prev:after {
    content: "";
    display: block;
    background: url(../image/maoytload/sprite.png) no-repeat center center;
    background-position: -291px -86px !important;
    width: 100%;
    height: 100%;
}

.play-3d .box .next {
    right: 0;
}

.play-3d .box .next:after {
    content: "";
    display: block;
    background: url(../image/maoytload/sprite.png) no-repeat center center;
    background-position: -322px -86px !important;
    width: 100%;
    height: 100%;
}

.six-server {
    position: relative;
}

.six-server .sys-content {
    width: 1200px;
    background: #ffffff;
    background-blend-mode: normal;
    margin: 0 auto;
}

.six-server .sys-content .ss-title {
    color: #333333;
    font-size: 36px;
    text-align: center;
    padding: 63px 0 42px;
}

.six-server .sys-content .ss-container ul {
    display: flex;
    justify-content: space-between;
}

.six-server .sys-content .ss-container ul li {
    width: 190px;
    height: 217px;
    background: #ffffff;
    background-blend-mode: normal;
    box-shadow: 0px 4px 15px 4px rgba(171, 186, 255, 0.22);
    border-radius: 4px;
    mix-blend-mode: normal;
}

.six-server .sys-content .ss-container ul li i {
    width: 54px;
    height: 54px;
    background: #4cd392;
    border-radius: 15px;
    margin: 29px auto 24px;
    display: block;
}

.six-server .sys-content .ss-container ul li i:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../image/maoytload/sprite.png) no-repeat center center;
    background-position: -60px -141px;
}

.six-server .sys-content .ss-container ul li:nth-child(2) i {
    background: #fc904a;
}

.six-server .sys-content .ss-container ul li:nth-child(2) i:after {
    background-position: -147px -141px !important;
}

.six-server .sys-content .ss-container ul li:nth-child(3) i {
    background: #4d80f1;
}

.six-server .sys-content .ss-container ul li:nth-child(3) i:after {
    background-position: -227px -143px !important;
}

.six-server .sys-content .ss-container ul li:nth-child(4) i {
    background: #f45d5d;
}

.six-server .sys-content .ss-container ul li:nth-child(4) i:after {
    background-position: -305px -138px !important;
}

.six-server .sys-content .ss-container ul li:nth-child(5) i {
    background: #2582fd;
}

.six-server .sys-content .ss-container ul li:nth-child(5) i:after {
    background-position: -390px -140px !important;
}

.six-server .sys-content .ss-container ul li:nth-child(6) i {
    background: #fcac38;
}

.six-server .sys-content .ss-container ul li:nth-child(6) i:after {
    background-position: -475px -137px !important;
}

.six-server .sys-content .ss-container ul li span {
    padding: 0 14px;
    color: #333333;
    font-size: 16px;
    text-align: center;
    display: block;
    font-weight: 300;
}

.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;
}*/

@media screen and (max-width: 1440px) {

    /*  .jz-container {
    width: 100%;
    padding: 0 140px;
  }*/
    .jz-honor .jz-container {
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-around;
    }

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

.online-icon {
    width: 100px;
    height: 100px;
    opacity: 0.8;
    right: -8%;
    top: 40%;
    z-index: 0;
    position: absolute;
    /*background: url(../image/jianzhan/shape_03.png) no-repeat center center;*/
}

@media screen and (max-width: 1000px) {
    body {
        padding-top: 76px;
    }

    .jz-container {
        width: 100%;
    }

    

    .jz-container {
        padding: 0 16px;
    }

    .jz-title {
        font-size: 22px;
        padding-bottom: 18px;
    }

    .jz-banner .jz-container,
    .jz-banner .contact,
    .jz-banner .banner-imgs,
    .contact-now .jz-container {
        display: block;
    }

    .jz-banner {
        height: auto;
    }

    .jz-banner .jz-title {
        font-size: 28px;
        margin-top: 14px;
    }

    .jz-banner .radius1 {
        width: 138px;
        height: 138px;
        left: -19%;
        top: -1%;
        opacity: 0.3;
    }

    .jz-banner .radius3 {
        opacity: 0.8;
        top: -45%;
        right: -14%;
        display: none;
    }

    .jz-banner .banner-lf,
    .jz-banner .banner-rg {
        width: 100%;
    }

    .jz-banner .banner-rg {
        margin-top: 30px;
    }

    .jz-banner .banner-lf,
    .jz-banner .jz-title {
        text-align: center;
    }

    .jz-banner .banner-lf {
        padding: 27px 0 0;
    }

    .jz-banner .jz-title::after {
        transform: translateX(-50%);
        left: 50%;
    }

    .jz-banner .wx-code,
    .jz-banner .contact-tel {
        justify-content: center;
    }

    .jz-banner .contact {
        margin-top: 26px;
    }

    .jz-banner .contact-tel {
        margin-top: 18px;
        margin-left: 0;
    }

    .jz-banner .banner-imgs {
        margin: 100px auto 0;
        padding-top: 173px;
    }

    .jz-banner .banner-imgs .jz-img-container {
        box-shadow: none;
    }

    .jz-banner .banner-rg,
    .jz-banner .banner-bg {
        height: 780px;
        padding-bottom: 360px;
    }

    .jz-banner .banner-bg {
        width: 100vw;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .jz-banner .banner-bg img {
        min-width: 100%;
        min-height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

    .jz-banner .banner-bg1 {
        width: 100%;
        max-width: unset;
        position: relative;
        transform: translateY(-60px);
        margin-top: 0;
    }

    .jz-banner .banner-bg1 img {
        width: 100%;
    }

    .jz-banner .banner-imgs-rg {
        display: -moz-flex;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-left: 0;
        margin-top: -40px;
    }

    .jz-banner .banner-bg2,
    .jz-banner .banner-bg3 {
        max-width: unset;
    }

    .jz-banner .banner-bg2 {
        width: 200px !important;
        float: right;
        position: absolute;
        right: 0;
        margin: 0;
        margin-right: -35px;
        margin-top: 28px;
        top: -23px;
    }

    .jz-banner .banner-bg3 {
        width: 60%;
    }

    .jz-banner .banner-bg3 {
        margin-top: 0;
    }

    .jz-banner .banner-bg2 img,
    .jz-banner .banner-bg3 img {
        width: 100%;
    }

    .google-ads-form .form-container {
        flex-direction: column;
    }

    .google-ads-form {
        width: auto;
        margin: -300px 16px 0;
        position: relative;
    }

    .google-ads-form form {
        padding: 24px;
    }

    .google-ads-form .g-icons {
        display: none;
    }

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

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

    .dg-container {
        height: 200px;
    }

    .dg-wrapper {
        width: 80%;
        -o-perspective: 0;
        -ms-perspective: 0;
        perspective: 0;
    }

    .dg-wrapper a {
        width: 100%;
        height: 100%;
        transform: none !important;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    }

    .dg-wrapper a img {
        width: 100%;
    }

    .dg-container nav span.dg-prev,
    .dg-container nav span.dg-next {
        width: 36px !important;
        height: 36px !important;
        line-height: 36px !important;
    }

    .dg-container nav span.dg-prev .icon,
    .dg-container nav span.dg-next .icon {
        font-size: 14px;
    }

    .dg-container nav .dg-prev {
        left: 11%;
    }

    .dg-container nav .dg-next {
        right: 11%;
    }

    .contact-now {
        padding: 38px 0;
    }

    .contact-now .contact-desc {
        text-align: center;
        font-weight: 300;
        font-size: 16px;
    }

    .contact-now .wx-code {
        margin: 24px auto 0;
    }

    .contact-free {
        padding: 10px 0;
        /* display: none; */
    }

    .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: 480px;
    }

    .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;
        padding: 6px 16px;
    }

    .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: 36px;
    }

    .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 .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 .jz-btn {
        width: 100%;
        margin-left: 0;
    }

    .ads-sprite {
        background-size: 560px 560px;
    }

    .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-dialog {
        width: 90%;
        height: auto;
    }

    .jz-dialog .close-btn {
        top: 16px;
        right: 16px;
    }

    .online-shop .sd-container {
        width: 100%;
    }

    .online-shop .sd-container .sd-vip {
        width: 100%;
        flex-direction: column;
    }

    .online-icon {
        display: none;
    }

    .jz-banner .radius5 {
        top: 31%;
        background: url(../image/maoytload/bgsun.png) no-repeat left bottom;
        background-size: cover;
        left: -28%;
        width: 131%;
        height: 627px;
    }

    .jz-banner .jz-title {
        letter-spacing: 0;
    }

    .jz-banner .jz-title span {
        display: inline-block;
    }

    .jz-banner .radius2 {
        top: 15%;
        left: -5%;
        border: 4px solid #a954fe;
        width: 60px;
        height: 60px;
        display: block;
        position: absolute;
        transform: rotate(45deg);
        opacity: 0.7;
    }

    .jz-banner .radius2:after {
        display: none;
    }

    .jz-banner .radius4 {
        width: 80px;
        height: 80px;
        opacity: 1;
        right: -14%;
        left: auto;
        bottom: auto;
        top: 24%;
        z-index: 0;
        position: absolute;
        background-size: contain;
    }

    .jz-banner .radius6 {
        display: none;
    }

    .online-shop {
        padding-bottom: 20px;
        margin-top: 30px;
    }

    .contact-free .jz-title {
        padding: 15px 0 0;
    }

    .google-ads-form .cell {
        width: 100%;
        margin-bottom: 12px;
        margin-right: 0;
    }
    .jz-banner .banner-tag {
        border-radius: 34px;
    }

    .six-server .sys-content {
        width: 100%;
        padding: 0 12px;
    }

    .six-server .sys-content .ss-container ul {
        flex-wrap: wrap;
    }

    .six-server .sys-content .ss-container ul li {
        margin-bottom: 12px;
        width: 49%;
    }

    .six-server .sys-content .ss-container ul li span {
        padding: 0 8px;
        font-size: 14px;
    }

    .scroll-container {
        width: 100%;
        overflow: hidden;
    }

    .rank-box .rank-container {
        width: 100%;
        overflow: hidden;
    }

    .rank-box .rank-container .rank-content .rank-left {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .card-descrition {
        width: 100%;
        padding: 0 20px;
    }

    .card-list .card-item {
        width: 100%;
        flex-shrink: 0;
    }

    .six-server .sys-content .ss-title {
        font-size: 28px;
        padding: 28px 0;
    }

    .card-list .card-header .card-h2 {
        font-size: 28px;
    }

    .card-list .card-header .card-txt {
        font-size: 14px;
        padding: 0 20px;
    }

    .online-shop .sd-container .sd-vip .sd-bg {
        top: -8%;
        left: 50%;
        transform: translate(-50%, 0%) scale(0.7);
    }

    .online-shop .sd-container .sd-vip-title {
        position: relative;
        font-size: 20px;
        width: 100%;
        padding: 0 16px;
        line-height: 32px;
    }

    .online-shop .sd-container .sd-vip-title:after {
        left: 20px;
    }

    .online-shop .sd-container .sd-vip .sd-vip-img {
        height: 334px;
        margin: 0 auto;
        width: 60%;
    }

    .online-shop .sd-container .sd-vip .sd-one {
        width: 160px;
        position: absolute;
        left: 94%;
        top: 13%;
        box-shadow: 0 0 10px #c3c3c3;
        transform: translate(-166%, -3%);
    }

    .online-shop .sd-container .sd-vip .sd-two {
        width: 160px;
        position: absolute;
        left: 94%;
        top: 13%;
        box-shadow: 0 0 10px #c3c3c3;
        transform: translate(-56%, -3%);
    }

    .online-shop .sd-container .sd-vip .sd-three {
        width: 260px;
        position: absolute;
        left: 66%;
        bottom: 0;
        box-shadow: 0 0 10px #c3c3c3;
        transform: translate(-60%, 5%);
    }

    .online-shop .sd-container .sd-vip .sd-vip-aside .sd-vip-list {
        padding: 30px 20px;
    }

    .online-shop .sd-container .sd-vip .sd-vip-aside {
        width: 100%;
    }

    .online-shop .sd-container .sd-vip .sd-vip-aside .sd-vip-list li {
        padding: 10px 0;
        padding-left: 60px;
    }

    .online-shop {
        padding-bottom: 0;
    }

    .online-shop .sd-container .sd-vip {
        padding-bottom: 0;
    }

    .rank-box .rank-container .rank-content {
        flex-direction: column;
        overflow: hidden;
        margin-top: 25px;
    }

    .rank-box .rank-container .rank-content .rank-right {
        height: 334px;
        margin-top: 16px;
        width: 300px;
        margin: 0 auto;
    }

    .rank-box .rank-container .rank-content .rank-bg {
        bottom: -3%;
        top: unset;
        left: 50%;
        transform: translate(-50%, 0%) scale(0.7);
    }

    .rank-box .rank-container .rank-content .rank-right .rank-icon1 {
        width: 160px;
        position: absolute;
        left: 0%;
        top: 3%;
        box-shadow: 0 0 10px #c3c3c3;
    }

    .rank-box .rank-container .rank-content .rank-right .rank-icon2 {
        width: 160px;
        position: absolute;
        left: 31%;
        top: 48%;
        box-shadow: 0 0 10px #c3c3c3;
    }

    .rank-box .rank-container .rank-content .rank-right .rank-icon3 {
        width: 160px;
        position: absolute;
        left: 57%;
        top: 13%;
        box-shadow: 0 0 10px #c3c3c3;
    }

    .rank-box .rank-container .rank-content .rank-left ul li {
        margin-left: 0 !important;
        width: 100%;
        height: auto;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .play-3d .box .next,
    .play-3d .box .prev {
        display: none;
    }

    .play-3d-wrap {
        position: relative;
        width: 100%;
        padding-bottom: 30px;
    }

    .play-3d {
        position: relative;
        height: auto;
        padding: 0 20px;
    }

    .play-3d .box {
        width: 100%;
        padding: 0;
        height: auto;
        position: relative;
        overflow: hidden;
    }

    .dg-wrapper {
        width: 100%;
        margin: 0;
        left: unset;
        right: unset;
        transform: unset;
        top: unset;
        position: relative;
        overflow: unset;
        display: block;
        white-space: nowrap;
        font-size: 0;
        height: auto;
    }

    .dg-wrapper li.p3 {
        width: 100%;
    }

    .scroll-pagination {
        text-align: center;
        line-height: 50px;
    }

    .rank-box {
        padding: 20px 0;
    }

    .rank-title {
        padding: 0 20px;
    }

    .rank-box .rank-container .rank-title .rank-h2 {
        font-size: 18px;
    }

    .play-3d .title {
        font-size: 30px;
        padding: 20px 0 18px;
        line-height: 32px;
    }

    .dg-wrapper li {
        position: relative;
        top: unset;
        width: 100%;
        display: inline-block;
        box-shadow: unset;
    }

    .dg-wrapper li.p1,
    .dg-wrapper li.p2,
    .dg-wrapper li.p3,
    .dg-wrapper li.p4,
    .dg-wrapper li.p5 {
        left: unset;
        transform: unset;
        opacity: 1;
        right: unset;
    }

    .dg-wrapper .inner_img {
        opacity: 1;
        height: 7.575rem;
    }

    .dg-wrapper .inner_img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .dg-wrapper li .innertext {
        height: 7.72rem;
        background: #43cf7c;
        color: #fff;
    }

    .play-pagination {
        text-align: center;
        margin-top: 20px;
    }

    .dg-wrapper .innertext .iconfont.icon-yinhao {
        background-position: -220px -77px !important;
    }

    .dg-wrapper .banner-content {
        font-size: 16px;
        white-space: normal;
    }

    .dg-wrapper .banner-sign {
        font-size: 16px;
    }
}

.swiper-pagination {
    text-align: center;
    margin-top: -20px;
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    opacity: 1;
    border-radius: 10px;
    background: white;
    margin: 0 3px;
    cursor: pointer;
    transition: width 0.3s ease-in-out;
    background: #cfcfcf;
}

.swiper-pagination-bullet-active {
    background: #43cf7c;
    width: 10px;
}

.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: 50px 80px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.27);
}

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

.dialog.reminder .dialog-main {
    padding: 50px 80px;
}

.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: 20px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    position: relative;
}

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

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

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

.close-btn {
    border-radius: 30px;
}

