.header {
    position: relative;
}

.header {
    background: #1c1d1e;
}

.marketing-title {
    color: #292929;
    font-size: 33px;
    text-align: center;
    margin-top: 119px;
}

.marketing-word {
    color: #292929;
    font-size: 16px;
    text-align: center;
    margin-top: 22px;
}

.marketing {
    padding-top: 49px;
    overflow: hidden;
}

.icon-img {
    float: left;
    width: 70px;
    height: 70px;
    margin: 0 28.5px;
}

.marketing-icon {
    width: 100%;
    height: 71px;
    position: relative;
    margin-top: 99px;
    z-index: 2;
}

.icon-center {
    position: relative;
    left: 50%;
    display: inline-block;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
}

.marketing-phone {
    width: 1308px;
    margin: auto;
}

.marketing-phone-image {
    width: 500px;
    height: 680px;
    margin-left: 112px;
    margin-top: 74px;
    float: left;
    position: relative;
}

.marketing-phone-content {
    width: 638px;
    float: left;
    margin-left: 19px;
}

.marketing-phone-title {
    font-size: 47px;
    color: #1a1a1a;
    animation-name: new-phone;
    animation-duration: 0.5s;
}

.marketing-phone-purple {
    width: 35px;
    height: 5px;
    background: #d75eeb;
    display: block;
    margin-top: 33px;
}

.marketing-phone-describe {
    font-size: 25px;
    color: #757575;
    line-height: 36px;
    margin-top: 36px;
    width: 644px;
    animation-name: new-phone;
    animation-duration: 0.7s;
}

.marketing-more {
    width: 106px;
    height: 33px;
    box-sizing: border-box;
    display: block;
    font-size: 18px;
    line-height: 33px;
    text-indent: 11px;
    background-image: linear-gradient(to right, #d75eeb, #721fab);
    padding: 1px;
    color: #757575;
    margin-top: 94px;
    cursor: pointer;
    animation-name: new-phone;
    animation-duration: 1s;
}

.marketing-more-button {
    width: 100%;
    height: 100%;
    background: white;
    display: block;
}

.marketing-more:hover {
    color: #757575;
}

.icon-img>img {
    width: 70px;
    height: 70px;
    display: inline-block;
    border-radius: 25%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.icon-img.icon-image-hover img {
    transform: scale(1.5);
    transform-origin: bottom;
}

.phone-image {
    width: 256px;
    height: 524px;
    position: absolute;
    top: 37px;
    left: 61px;
    overflow: hidden;
}

.phone-img {
    width: 256px;
    height: 548px;
    background: red;
    position: absolute;
    border-bottom-left-radius: 27px;
    border-bottom-right-radius: 27px;
    overflow: hidden;
    display: none;
}

.phone-happen {
    display: block !important;
    animation: fade-in-phone .4s ease-in-out forwards;
    -webkit-animation: fade-in-phone .4s ease-in-out forwards;
}

.content-list {
    position: absolute;
    background: white;
    display: none;
    padding-top: 116px;
}

.phone-happen {
    display: block !important;
    animation: fade-in-phone .4s ease-in-out forwards;
    -webkit-animation: fade-in-phone .4s ease-in-out forwards;
}

.content-happen {
    display: block !important;
}

@keyframes fade-in-phone {
    0% {
        transform: scale(1.1);
        opacity: .6
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes new-phone {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.promotion {
    width: 100%;
    height: 1004px;
    position: relative;
    padding-top: 109px;
}

.promotion-title {
    color: white;
    font-size: 33px;
    text-align: center;
}

.promotion-word {
    color: white;
    text-align: center;
    margin-top: 20px;
}

.promotion-content {
    width: 1196px;
    margin: auto;
    position: relative;
}

.promotion-word-imagea {
    position: absolute;
    top: 88px;
    left: 142px;
}

.promotion-word-imageb {
    position: absolute;
    top: 35px;
    right: 0px;
}

.promotion-word-imagec {
    position: absolute;
    top: 341px;
    left: 63px;
}

.promotion-word-imaged {
    position: absolute;
    top: 296px;
    right: 68px;
}

.promotion-word-imagee {
    position: absolute;
    top: 520px;
    left: 439px;
}

.promotion-word-mark {
    position: absolute;
    left: 400px;
    top: 105px;
}

.promotion-word-clouda {
    position: absolute;
    left: 356px;
    top: 172px;
    animation: cloud 2s infinite;
    -webkit-animation: cloud 2s infinite;
}

.promotion-word-cloudb {
    position: absolute;
    right: 214px;
    top: 156px;
    animation: cloud 2s infinite;
}

.promotion-word-cloudc {
    position: absolute;
    left: 302px;
    top: 405px;
    animation: cloud 2s infinite;
}

.promotion-word-cloudd {
    position: absolute;
    right: 293px;
    top: 457px;
    animation: cloud 2s infinite;
}

.promotion-word-cloude {
    position: absolute;
    top: 641px;
    left: 550px;
    animation: cloud 2s infinite;
}

@keyframes cloud {
    0% {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }

    50% {
        transform: translate(-20px, 10px);
        -webkit-transform: translate(-20px, 10px);
        -moz-transform: translate(-20px, 10px);
        -ms-transform: translate(-20px, 10px);
        -o-transform: translate(-20px, 10px);
    }

    100% {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }
}

.promotion-word-img .two {
    display: none;
}

.promotion-word-img:hover .one {
    display: none;
}

.promotion-word-img:hover .two {
    display: block;
}

.explore-shop {
    width: 100%;
    height: 1595px;
    background: #f9fbff;
    position: relative;
    overflow: hidden;
}

.explore-img {
    width: 523px;
    height: 523px;
    position: absolute;
    animation: mymove 3s infinite;
    -webkit-animation: mymove 3s infinite;
}

.explore-img:nth-of-type(1) {
    top: -332px;
    left: -24px;
}

.explore-img:nth-of-type(2) {
    bottom: -268px;
    left: 96px;
}


.explore-img:nth-of-type(3) {
    top: 525px;
    right: -320px;
}

.explore-shop-title {
    font-size: 34px;
    padding-top: 111px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.explore-shop-word {
    font-size: 17px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 63px;
    position: relative;
    z-index: 2;
}

.explore-content {
    width: 1305px;
    height: 1330px;
    overflow: hidden;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.explore-list {
    width: 28.88%;
    height: 587px;
    margin: 0 2.225%;
    background: #292929;
    position: relative;
}

.explore-list:hover .explore-image {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.explore-image {
    width: 100%;
    filter: grayscale(100%);
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.explore-title {
    font-size: 28px;
    color: white;
    font-weight: bold;
    text-align: left;
    margin-top: 29px;
    text-indent: 19px;
}

.explore-title span {
    display: inline-block;
    line-height: 50px;
    font-size: 26px;
    margin-left: -20px;
}

.explore-title img {
    margin-top: -11px;
}

.explore-detail {
    font-size: 21px;
    color: white;
    width: 89.2%;
    margin: auto;
    text-align: left;
    line-height: 30px;
    margin-top: 23px;
}

.explore-list:nth-of-type(3) .explore-title span {
    font-size: 20px;
    width: 139px;
    text-align: right;
    line-height: 26px;
}

.explore-list:nth-of-type(3) .explore-title img {
    margin-top: -33px;
}

.explore-list:nth-of-type(3) .explore-title {
    margin-top: 30px;
}

.explore-list:nth-of-type(5) .explore-title span {
    font-size: 20px;
    width: 159px;
    text-align: right;
    line-height: 26px;
}

.explore-list:nth-of-type(5) .explore-title img {
    margin-top: -33px;
}

.explore-list:nth-of-type(5) .explore-title {
    margin-top: 30px;
}

@keyframes mymove {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

.container {
    width: 1200px;
    margin: auto;
}

@media screen and (max-width: 1340px) {
    .icon-img {
        margin: 0 20px;
    }

    .marketing-phone-content {
        margin-left: 0px;
    }

    .marketing-phone-describe {
        width: 540px;
    }

    .promotion-content {
        width: 1100px;
    }

    .explore-content {
        width: 94%;
    }

    .explore-list {
        width: 30.33%;
        margin: 0 1.5%;
    }

    .explore-title span {
        font-size: 22px;
    }

    .container {
        width: 1100px !important;
    }

    .explore-detail {
        font-size: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .icon-img {
        margin: 0 15px;
    }

    .marketing-phone-describe {
        width: 370px;
    }

    .container {
        width: 1000px !important;
    }

    .wzjs .slide_pic_1 .li_hp .title h6 {
        font-size: 12px !important;
    }

    .promotion-content {
        width: 1000px;
    }

    .promotion-word-cloudd {
        right: 180px;
    }
}

@media screen and (max-width: 768px) {
    .icon-img {
        width: 42px;
        height: 42px;
    }

    .icon-img>img {
        width: 42px;
        height: 42px;
        margin: 0 10px;
    }

    .marketing-phone-image {
        margin-left: 0px;
    }

    .marketing-phone-content {
        margin-left: -60px;
    }

    .marketing-phone-title {
        font-size: 35px;
    }

    .marketing-phone-describe {
        width: 300px;
        font-size: 20px;
    }

    .promotion-content {
        transform: scale(0.7);
        margin-left: -130px;
    }

    .promotion {
        height: 809px;
    }

    .explore-list {
        width: 31.33%;
        margin: 0 1%;
        height: 480px;
    }

    .explore-title span {
        font-size: 13px;
    }

    .explore-list:nth-of-type(3) .explore-title span {
        font-size: 13px;
        width: 97px;
    }

    .explore-list:nth-of-type(5) .explore-title span {
        font-size: 13px;
        width: 97px;
        margin-left: 0px;
    }

    .container {
        width: 750px !important;
    }

    .wzjs .slide_pic_1 .li_hp .title h6 {
        font-size: 9px !important;
    }

    .explore-detail {
        font-size: 13px;
    }

    .explore-content {
        height: 1050px;
    }

    .explore-shop {
        height: 1349px;
    }

    .marketing {
        padding-top: 0px
    }

    .marketing-icon {
        margin-top: 65px;
    }

}

@media screen and (max-width: 420px) {
    .marketing-title {
        font-size: 17px;
        margin-top: 40px;
    }

    .marketing-word {
        font-size: 15px;
        line-height: 20px;
        width: 90%;
        margin: auto;
        margin-top: 22px;
    }

    .icon-img {
        width: 24px;
        height: 24px;
        margin: 0 7px;
    }

    .icon-img>img {
        width: 24px;
        height: 24px;
        margin: 0 7px;
    }

    .marketing-icon {
        margin-top: 36px;
        height: 50px;
    }

    .marketing-phone {
        width: 310px;
    }

    .marketing-phone-image {
        width: 140px;
        height: 190px;
        margin-top: 0px;
    }

    .phone-image {
        width: 72px;
        height: 146px;
        top: 10px;
        left: 17px;
    }

    .phone-img {
        width: 72px;
        height: 169px;
    }

    .content-list {
        padding-top: 0px;
    }

    .marketing-phone-title {
        font-size: 16px;
    }

    .marketing-phone-purple {
        margin-top: 11px;
    }

    .marketing-phone-describe {
        width: 170px;
        font-size: 14px;
        line-height: 22px;
        margin-top: 10px;
    }

    .marketing-phone-content {
        margin-left: -10px;
        width: 180px;
    }

    .promotion-title {
        font-size: 16px;
    }

    .promotion {
        padding-top: 36px;
    }

    .promotion-content {
        transform: scale(0.40);
        margin-left: -303px;
        margin-top: 10px;
    }

    .promotion {
        height: 430px;
    }

    .explore-shop-title {
        font-size: 17px;
    }

    .explore-shop-title {
        font-size: 17px;
        padding-top: 35px;
    }


    element.style {
        visibility: visible;
        animation-delay: 0.3s;
        animation-name: fadeInUp;
    }

    .fadeInUp {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }

    .explore-shop-word {
        font-size: 15px;
    }

    .explore-list {
        width: 48%;
        margin: 0 1%;
        height: 380px;
    }

    .explore-title img {
        width: 20px;
    }

    .explore-title {
        text-indent: 7px;
        margin-top: 10px;
    }

    .explore-title span {
        font-size: 9px;
        margin-left: 0px;
        line-height: 0px;
    }

    .explore-title img {
        margin-top: 4px;
    }

    .explore-list:nth-of-type(5) .explore-title span {
        font-size: 12px;
        line-height: 16px;
    }

    .explore-list:nth-of-type(3) .explore-title span {
        font-size: 12px;
        line-height: 16px;
    }

    .explore-detail {
        font-size: 12px;
        margin-top: 11px;
        line-height: 20px;
    }

    .explore-shop-word {
        margin-bottom: 32px;
    }

    .explore-content {
        height: 1240px;
    }

    .container {
        width: 320px !important;
    }

    .explore-img {
        width: 174px;
        height: 174px;
    }

    .explore-img:nth-of-type(1) {
        top: -111px;
        left: -8px;
    }

    .explore-img:nth-of-type(2) {
        bottom: -89px;
        left: 32px;
    }

    .explore-img:nth-of-type(3) {
        top: 175px;
        right: -107px;
    }
}

@media screen and (max-width: 375px) {
    .icon-img {
        width: 23px;
        height: 23px;
        margin: 0 6px;
    }

    .icon-img>img {
        width: 23px;
        height: 23px;
        margin: 0 6px;
    }

    .promotion-content {
        transform: scale(0.37);
        margin-left: -323px;
    }

    .promotion {
        height: 407px;
    }
}

@media screen and (max-width: 360px) {
    .icon-img {
        margin: 0 5px;
    }

    .icon-img>img {
        margin: 0 5px;
    }

    .promotion-content {
        transform: scale(0.35);
        margin-left: -329px;
    }

    .marketing-icon {
        margin-top: 24px;
    }
}

@media screen and (max-width: 320px) {
    .icon-img {
        width: 21px;
        height: 21px;
        margin: 0 5px;
    }

    .icon-img>img {
        width: 21px;
        height: 21px;
        margin: 0 5px;
    }

    .promotion-content {
        margin-left: -349px;
        transform: scale(0.31);
    }

    .promotion {
        height: 375px;
    }
}