body {
    min-width: auto !important;
}

.header {
    position: relative;
}

.service-title {
    font-size: 36px;
    text-align: center;
    margin-top: 65px;
}

.service-word {
    text-align: center;
    color: #999999;
    margin-top: 14px;
}

.service-five {
    width: 1350px;
    display: flex;
    margin: auto;
    margin-top: 89px;
}

.service-list {
    width: 20%;
}

.service-list img {
    display: block;
    margin: auto;
    max-width: 90%;
}

.service-img {
    width: 132px;
    height: 133px;
    margin: auto;
}

.service-list p {
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #2b2b2b;
    margin-top: 5px;
    margin-bottom: 30px;
}

.agent-shop {
    width: 1418px;
    margin: auto;
    overflow: hidden;
    margin-top: 212px;
    position: relative;
}

.agent-shop-title {
    font-size: 32px;
    display: block;
    margin-bottom: 58px;
}

.agent-shop-content {
    font-size: 18px;
    color: #757575;
}

.agent-shop-content p {
    line-height: 36px;
}

.agent-shop-left {
    width: 630px;
    float: left;
    margin-left: 99px;
}

.agent-shop-img {
    float: right;
}

.explore-shop {
    width: 100%;
    height: 879px;
    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: -220px;
    left: 62px;
}

.explore-img:nth-of-type(2) {
    bottom: -234px;
    left: 133px;
}


.explore-img:nth-of-type(3) {
    top: 158px;
    right: -257px;
}


.agent-shop {
    width: 1418px;
    margin: auto;
    overflow: hidden;
    margin-top: 212px;
    margin-bottom: 93px;
}

.explore-shop-title {
    font-size: 32px;
    padding-top: 111px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.explore-shop-word {
    font-size: 16px;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 63px;
    position: relative;
    z-index: 2;
}

.explore-content {
    width: 1305px;
    height: 558px;
    overflow: hidden;
    margin: auto;
    display: flex;
}

.explore-list {
    width: 30%;
    height: 558px;
    margin: 0 1.665%;
    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: center;
    margin-top: 29px;
}

.explore-title span {
    display: inline-block;
    line-height: 50px;
}

.explore-title img {
    margin-top: -11px;
}

.explore-detail {
    font-size: 20px;
    color: white;
    width: 78%;
    margin: auto;
    text-align: center;
    line-height: 34px;
    margin-top: 15px;
}

.plan {
    width: 100%;
    height: 951px;
    position: relative;
    z-index: 2;
}

.plan .explore-shop-title {
    color: white;
    padding-top: 79px;
}

.plan .explore-shop-word {
    color: white;
    margin-top: 32px;
    margin-bottom: 58px;
}

.explore-shop-content {
    width: 1245px;
    height: 557px;
    border: 1px solid #56565e;
    margin: auto;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.explore-shop-contents {
    width: 97.95%;
    height: 92.3%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.explore-shop-list {
    width: 30.12%;
    height: 43.77%;
    margin: 1.1% 1.6%;
    background: #222226;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.explore-shop-list:hover {
    transform: translate3d(0, -6px, 0);
    -webkit-transform: translate3d(0, -6px, 0);
    -moz-transform: translate3d(0, -6px, 0);
    -ms-transform: translate3d(0, -6px, 0);
    -o-transform: translate3d(0, -6px, 0);
    box-shadow: 6px 6px 35px rgba(6, 7, 20, .35);
}

.explore-shop-contents {
    margin: auto;
}

.shop-title {
    font-size: 24px;
    color: white;
    margin-bottom: 15px;
}

.shop-word {
    font-size: 14px;
    color: white
}

.shop-left {
    width: 152px;
    line-height: 23px;
    margin-left: 30px;
    margin-top: 42px;
    position: absolute;
}

.shop-img {
    float: right;
}

.slide-img:nth-of-type(1) {
    width: 523px;
    height: 523px;
    position: absolute;
    left: -252px;
    top: -167px;
}

.slide-img:nth-of-type(2) {
    width: 523px;
    height: 523px;
    position: absolute;
    right: -121px;
    bottom: -289px;
}

.slide-img {
    animation: mymove 3s infinite;
    -webkit-animation: mymove 3s infinite;
}

.header {
    background: #1c1d1e;
}

@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);
    }
}

@media screen and (max-width: 1440px) {
    .agent-shop {
        width: 91%;
        margin: auto;
        margin-top: 212px;
        margin-bottom: 93px;
    }

    .agent-shop-left {
        margin-left: 0px;
        width: 500px;
    }

    .service-five {
        width: 94%;
    }

    .explore-content {
        width: 94%;
    }

    .explore-shop-content {
        width: 94%;
    }

    .shop-left {
        width: 140px;
    }
}

@media screen and (max-width: 1260px) {
    .agent-shop-left {
        width: 450px;
    }
}

@media screen and (max-width: 1024px) {
    .agent-shop-left {
        width: 300px;
    }

    .agent-shop {
        margin-top: 83px;
    }

    .plan {
        height: 857px;
    }

    .l1jndTWnhHBtMysK6FOg {
        height: 695px !important;
    }

    .shop-img {
        width: 150px;
        margin-top: 40px;
    }

    .shop-left {
        width: 120px;
    }
}

@media screen and (max-width: 768px) {
    .agent-shop-content {
        font-size: 15px;
    }

    .agent-shop-content p {
        line-height: 24px;
    }

    .agent-shop-img {
        width: 390px;
    }

    .agent-shop-title {
        margin-bottom: 29px;
    }

    .explore-list {
        height: 489px;
    }

    .explore-shop-word {
        font-size: 14px;
    }

    .shop-left {
        margin-left: 15px;
        width: 110px;
    }

    .shop-img {
        margin-right: -30px;
    }

    .service-icon {
        width: 70%;
    }
}

@media screen and (max-width: 420px) {
    .service-title {
        font-size: 17px;
        margin-top: 33px;
    }

    .service-word {
        font-size: 14px;
    }

    .service-list:nth-of-type(5) {
        display: none;
    }

    .service-list {
        width: 50%;
    }

    .service-five {
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .service-list p {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .service-icon {
        width: 50%;
    }

    .service-img {
        height: auto;
    }

    .agent-shop {
        margin-top: 28px;
        margin-bottom: 31px;
    }

    .agent-shop-title {
        font-size: 17px;
        margin-bottom: 15px;
    }

    .agent-shop-left {
        width: 100%;
    }

    .agent-shop-img {
        width: 100%;
    }

    .explore-shop-title {
        font-size: 17px;
        padding-top: 37px;
    }

    .explore-shop-word {
        font-size: 14px;
        width: 90%;
        margin-left: 5%;
        line-height: 22px;
        margin-bottom: 21px;
    }

    .explore-content {
        width: 100%;
    }

    .explore-list {
        width: 31.33%;
        height: 255px;
        margin: 0 1%;
    }

    .explore-title span {
        font-size: 14px;
        margin-top: -2px;
    }

    .explore-title img {
        margin-top: 0px;
        width: 20px;
    }

    .explore-title{
        margin-top: 0px;
    }

    .explore-detail {
        font-size: 13px;
        line-height: 22px;
        margin-top: 0px;
    }

    .explore-shop {
        height: 435px;
    }

    .plan .explore-shop-title {
        padding-top: 40px;
    }

    .plan .explore-shop-word {
        color: white;
        margin-top: 19px;
        margin-bottom:19px;
    }

    .explore-shop-list {
        width: 48%;
        margin: 2.5% 1%;
        position: relative;
    }

    .shop-left {
        margin-left: 7%;
        width: 86%;
        margin-top: 21px;
    }

    .shop-title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .shop-img {
        margin-right: 0px;
        width: 130px;
        margin-top: 110px;
    }

    .plan {
        height: 950px;
    }

    .explore-shop-content {
        height: auto;
    }

    .l1jndTWnhHBtMysK6FOg {
        padding-top: 37px !important;
        height: 350px !important;
    }

    .l1jndTWnhHBtMysK6FOg .ArFhKcRUlocNhdh85FRq {
        font-size: 17px !important;
    }

    .l1jndTWnhHBtMysK6FOg .SPC4msCeLGxJavlVeXFw {
        font-size: 14px;
        width: 90%;
        margin-left: 5%;
    }

    .l1jndTWnhHBtMysK6FOg .cyf2T3Xc22uNHMy7Z4QW{
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        margin-top: -150px !important;
        height: 250px;
    }

    .explore-img {
        width: 174px;
        height: 174px;
    }

    .explore-img:nth-of-type(1) {
        top: -73px;
        left: 21px;
    }

    .explore-img:nth-of-type(2) {
        bottom: -78px;
        left: 44px;
    }

    .explore-img:nth-of-type(3) {
        top: 53px;
        right: -86px;
    }

    .slide-img:nth-of-type(1) {
        width: 174px;
        height: 174px;
        position: absolute;
        left: -84px;
        top: -56px;
    }

    .slide-img:nth-of-type(2) {
        width: 174px;
        height: 174px;
        position: absolute;
        right: -40px;
        bottom: -96px;
    }
}
