* {
    margin: 0;
    padding: 0;
}

.page-box {
    width: 100%;
    max-width: 550px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    background: no-repeat center;
    background-size: cover;
}

.page-top {
    width: 100%;
    max-width: 550px;
    box-sizing: border-box;
    padding: 10px 4px 10px 15px;
   /* background: rgba(0, 0, 0, 0.4);*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.logo {
    width: 50%;
    display: block;
}

.kefu {
    width: 35px;
    margin: 0 auto;
    display: block;
}

.top-right {
    width: 138px;
    display: flex;
    justify-content: space-evenly;
}
.top-right img{
    width: 110px;
    margin-top: 6px;
}
.mn-box {
    width: 100%;
    max-width: 550px;
    height: 66%;
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 9;
    overflow: hidden;
}

.mn-box img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.text-content {
    width: 100%;
    max-width: 550px;
    height: 80%;
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 99;
}

.btn-box {
    width: 100%;
    height: 270px;
    background: no-repeat center;
    background-size: 100% 100%;
    border-radius: 10px;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 999;
}
.bottom-btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
}
.bottom-img{
    width: 150px;
    margin: 0 auto;
    margin-top: 5%;
}
.bottom-img img{
    width: 100%;
    display: block;
    margin: 0 auto;
}
.btn-li {
    width: 48%;
}

.btn-li img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.btn-li a {
    width: 100%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 14px;
}

.page-title {
    width: 100%;
    height: 90px;
    overflow: hidden;
}
.title02{
    display: none;
}
.page-title img {
    height: 100%;
    display: block;
    margin: 0 auto;
}

.text-img {
    width: 94%;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.mfk-img {
    width: 130px;
    position: absolute;
    bottom: 28%;
    left: 8%;
}

.top-text {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #fff;
    float: left;
}
.h5-text01{
    width: 32%;
    position: absolute;
    top: 19%;
    left: 4%;
    z-index: 99;
}
.h5-text02{
    width: 22%;
    position: absolute;
    top: 29%;
    left: 7%;
    z-index: 99;
}
.h5-text03{
    width: 20%;
    position: absolute;
    top: 19%;
    right: 12%;
    z-index: 99;
}
.h5-text04{
    width: 25%;
    position: absolute;
    bottom: 62%;
    right: 3%;
    z-index: 99;
}
.h5-text05{
    width: 20%;
    position: absolute;
    bottom: 47%;
    left: 3%;
    z-index: 99;
}
.h5-text06{
    width: 12%;
    position: absolute;
    bottom: 32%;
    right: 8%;
    z-index: 99;
}
.kefu-icon{
    width: 70px;
    position: fixed;
    top: 40%;
    right: 0%;
    z-index: 99999;
}
.kefu-icon img{
    width: 100%;
    display: block;
}
@keyframes xing {
    0% {
        transform: scale(0.9);
    }

    25% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.9);
    }

    75% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.9);
    }
}

.my_xing {
    -webkit-animation-name: xing;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
}

@keyframes xing1 {
    0% {
        transform: scale(0.96);
    }

    25% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.96);
    }

    75% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.96);
    }
}

.mn {
    -webkit-animation-name: xing1;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 5s;
}

@media screen and (max-width: 550px) {
    .page-box {
        display: block;
    }

    .page-pc {
        display: none;
    }
}

@media screen and (min-width: 550px) {
    .page-box {
        display: none;
    }

    .page-pc {
        width: 100%;
        height: 100%;
        min-width: 1460px;
        min-height: 1000px;
        position: fixed;
        top: 0px;
        left: 0px;
        display: block;
        background: #000 no-repeat center;
        background-size: 100% 100%;
    }

    .pc-top {
        width: 100%;
        background: rgba(0, 0, 0, 0.4);
        overflow: hidden;
        padding: 20px 0;
        display: flex;
        justify-content: space-around;
        align-items: center;
        position: relative;
        z-index: 9999;
    }

    .pc-logo img {
        height: 60px;
        float: left;
    }

    .pc-btn-box {
        overflow: hidden;
        float: left;
    }

    .pc-btn-box a {
        width: 100px;
        height: 60px;
        float: left;
        color: #fff;
        font-size: 20px;
        padding: 0 10px;
        font-style: normal;
        text-decoration: none;
        display: flex;
        flex-wrap: wrap;
        align-content: space-around;
        justify-content: center;
        align-items: center;
    }

    .pc-title{
        width: 600px;
        height: 160px;
        overflow: hidden;
    }

    .pc-btn-box a img {
        width: 40px;
        display: block;
        margin-right: 6px;
        margin: 0 auto;
    }

    .pc-btn-box a span {
        width: 100%;
        display: block;
        font-size: 14px;
        text-align: center;
    }

    .pc-content {
        width: 1400px;
        height: 100%;
        position: relative;
        margin: 0 auto;
    }

    .pc-img01 {
        height: 82%;
    position: absolute;
    right: -6%;
    top: 5%;
    }

    .pc-img02 {
        position: absolute;
        left: 44%;
        bottom: 27%;
        z-index: 99;
    }

    .pc-img03 {
        position: absolute;
        left: 3%;
        top: 6%;
        width: 43%;
    }

    .pc-img04 {
        position: absolute;
        left: 51%;
        top: 13%;
        width: 55%;
    }

    .pc-img05 {
        position: absolute;
        left: 44%;
        top: 28%;
    }

    .pc-img06 {
        position: absolute;
        left: 78%;
        top: 28%;
    }

    .pc-img07 {
        position: absolute;
        left: 75%;
        top: 49%;
    }

    .pc-img08 {
        position: absolute;
        left: 45%;
        top: 62%;
    }

    .pc-img09 {
        position: absolute;
        left: 70%;
        top: 62%;
    }

    .pc-img10 {
        position: absolute;
    left: 10%;
    top: 63%;
    }

    .pc-img11 {
        position: absolute;
        left: 25%;
        top: 52%;
    }

    .qr-box {
        width: 220px;
        height: 220px;
        position: absolute;
        left: 6%;
        top: 33%;
        background: #fff;
        padding: 10px;
    }

    .qr-box .qr-logo {
        width: 70px;
        height: 70px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .qr-text {
        width: 320px;
        color: #fff;
        font-size: 40px;
        position: absolute;
        left: 25%;
        top: 34%;
        font-weight: 900;
    }
}
.kefu_div{
	width: 562px;
    z-index: 999999;
    height: 482px;
    position: fixed;
    bottom: 0;
    right: 5%;
}
.kefu_close{
	position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
}
@media (max-width: 992px) {
	.kefu_div{
		width: 100%;
		height: 100%;
		right: 0;
	}
}

.gg-service {
  display: block;
  width: 50px;
  height: 90px;
  position: fixed;
  top: 45%;
  left: 5px;
  margin-top: -32px
}

.gg-service img {
  display: block;
  width: 100%;
  height: 100%
}

@keyframes xing {
  0% {
      transform: scale(0.9);
  }

  25% {
      transform: scale(1);
  }

  50% {
      transform: scale(0.9);
  }

  75% {
      transform: scale(1);
  }

  100% {
      transform: scale(0.9);
  }
}

.my_xing {
  -webkit-animation-name: xing;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;
}
.img-box{
  flex: 1 1 0%; 
  overflow: auto;
}
