#fullpage .picture1 {
    float: left;
    margin-left: 10%;
    margin-top: 4%;
    width: 38%;
    height: 76%;
    background-size: 100% 100%;
    padding-top: 70px;
    padding-left: 50px;
}
#fullpage .picture1 img{
    width:33%
}

#fullpage .content1 {
    position: absolute;
    top: 55%;
    left: 56%;
    /*float: left;*/
    /*margin-left: 2%;*/
    /*height: 80%;*/
    /*width: 446.5px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#fullpage .content1 .logo {
    position: relative;
    width: 265px;
    height: 72px;
    margin-bottom: 30px;
    background-image: url('../img/logo-banner.png');
    background-size: 100% 100%;
}

#fullpage .content1 .word {
    position: relative;
    font-size: 52px;
    margin-bottom: 30px;
    color: #453717;
    font-weight: bold;
    white-space: nowrap;
}

#fullpage .content1 .download{
  display: flex;
}

#fullpage .content1 .download .qrcode {
    position: relative;
    margin-left: 10px;
    width: 168px;
    height: 168px;
    /* background-image: url('../img/qrcode.jpg'); */
    background-size: 100% 100%;
    border-radius: 8px;
}
#fullpage .content1 .download .qrcode #qrcode{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* padding: 10px; */
    background-color: #fff;
    border-radius: 8px;
}
#fullpage .content1 .download .qrcode #qrcode >img{
    width: 90%;
    /* margin: auto; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#fullpage .content1 .download .link .android-download {
    position: relative;
    width: 202px;
    height: 72px;
    margin-bottom: 24px;
    background-image: url('../img/android.png');
    background-size: 100% 100%;
    cursor: pointer;
    margin-right: 30px;
}

#fullpage .content1 .download .link .ios-download {
    width: 202px;
    height: 72px;
    background-image: url('../img/ios.png?v=1');
    background-size: 100% 100%;
    cursor: pointer;
}

#fullpage .content2 {
    float: left;
    width: 500px;
    margin-left: 20%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* @media screen and (max-width: 1367px) and (max-height: 769px) {
    #fullpage .content2 {
        float: left;
        width: 500px;
        margin-left: 20%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
} */

#fullpage .content2 .main {
    width: 400px;
}

#fullpage .content2 .main .title {
    font-size: 48px;
    color: #ffffff;
    font-weight: bold;
    font-family: sans-serif;
    margin-bottom: 15px;
}

#fullpage .content2 .main .detail {
    font-size: 20px;
    color: #ffffff;
    line-height: 36px;
    font-family: sans-serif;
    white-space: nowrap;
}

#fullpage .picture2 {
    float: left;
    width: 31%;
    height: 720px;
    position: relative;
    display: flex;
    height: 76%;
    /* background-image: url('../img/P2.png'); */
    /* background-size: 100% 100%; */
}
@keyframes mt-move {
    0% {
        left: 0;
    }
    50% {
        left: 100px;
    }
    100% {
        left: 0px;
    }
}
@keyframes lighting {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    20% {
        opacity: 1;
        transform: scale(1);
    }
    40% {
        opacity: 0;
        transform: scale(0.5);
    }
    60% {
        opacity: 1;
        transform: scale(1);
    }
    80% {
        opacity: 0;
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes balance {
    0% {
        transform: rotateZ(0);
    }
    100% {
        transform: rotateZ(20deg);
    }
}
.section img {
    position: absolute;
    display: block;
}
#fullpage .picture2 .picture2-1 {
    right: 129px;
    bottom: 256px;
    animation: lighting 8s 0s linear infinite;
}
#fullpage .picture2 .picture2-2 {
    animation: balance 2.5s 0s linear none;
    transform: rotateZ(20deg);
    bottom: 10%;
    width: 320px;
    right: 85px;
    width: 54%;
    right: 14%;
}
#fullpage .picture2 .picture2-3 {
    top: 0;
    left: 0;
}
#fullpage .picture2 .picture2-4 {
    /* top: 226px;
    left: -83px; */
    top: 32%;
    left: -14%;
}
#fullpage .picture2 .picture2-5 {
    animation: mt-move 10s 0s linear infinite;
    top: 20%;
    left: 0;
    width: 54%;
    z-index: 10;
}
#fullpage .picture2 .picture2-6 {
    /* left: -55px;
    bottom: 238px; */
    left: -9%;
    bottom: 34%;
}
#fullpage .picture2 .picture2-7 {
    animation: lighting 8s 0s linear infinite;
    top: 333px;
    right: 84px;
}
#fullpage .picture2 .picture2-8 {
    bottom: 0;
    left: 0;
    width: 90%;
}
#fullpage .picture2 .picture2-9 {
    bottom: 91px;
    right: 200px;
    width: 60px;
    bottom: 13%;
    right: 33%;
    width: 10%;
}
#fullpage .picture2 .picture2-10 {
    /* top: 472px;
    left: 35px; */
    top: 66%;
    left: 6%;
}
#fullpage .picture2 .picture2-11 {
    /* top: 163px;
    right: 84px; */
    top: 23%;
    right: 14%;
}
@keyframes rotating {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
#fullpage .picture3 {
    padding-top: 50px;
    width: 45%;
    margin-left: 15%;
    float: left;
    height: 76%;
    position: relative;
    /* background-image: url('../img/P3.png');
    background-size: 100% 100%; */
}
#fullpage .picture3 .picture3-1 {
    animation: rotating 5s 0s linear infinite;
    width: 75%;
}
#fullpage .picture3 .picture3-2 {
    top: 148px;
    left: 94px;
    animation: rotating 5s 0s linear infinite;
    width: 54%;
    top: 20%;
    left: 10%;
}
#fullpage .picture3 .picture3-3 {
    top: 221px;
    left: 166px;
    animation: rotating 5s 0s linear infinite;
    width: 38%;
    top: 29%;
    left: 18%;
}
#fullpage .picture3 .picture3-4 {
    top: 275px;
    left: 215px;
    animation: rotating 5s 0s linear infinite;
    width: 26%;
    top: 37%;
    left: 24%;
}
#fullpage .picture3 .picture3-5 {
    bottom: 190px;
    right: 40%;
}
.app_icons {
    width: 26%;
    background: url('../images/thrid/mobile2.png');
    transform: rotateY(41deg) skewY(-10deg) rotateX(2deg) translateZ(0);
    transform-style: preserve-3d;
    box-shadow: -11px -6px 0 0 #e2a932;
    border-radius: 12px;
    background-size: 100% 100%;
    position: absolute;
    top: 24%;
    left: 115px;
    height: 56%;
}

@keyframes ob1 {
    0% {
        transform: translateZ(0);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        transform: translateZ(820px) translateY(100px) scale(0.5);
        opacity: 0;
    }
}
@keyframes ob1_left {
    0% {
        transform: translateZ(0);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        transform: translateZ(820px) translateX(100px) translateY(100px)
            scale(0.5);
        opacity: 0;
    }
}
@keyframes ob2 {
    0% {
        transform: translateZ(0);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        transform: translateZ(820px) scale(0.5);
        opacity: 0;
    }
}
@keyframes ob3 {
    0% {
        transform: translateZ(0);
        opacity: 0;
    }
    20% {
        transform: translateZ(40px);
        opacity: 1;
    }
    100% {
        transform: translateZ(820px) translateY(-120px) scale(0.5);
        opacity: 0;
    }
}
.app_icons > div {
    float: left;
    width: 33.33%;
    padding: 4px;
    box-sizing: border-box;
    display: block;
    height: 73px;
}
.app_icons > div > img {
    width: 100%;
}
.app_icons > div:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(0);
    animation: ob1_left 3.5s 0s cubic-bezier(0.02, 0.5, 0.94, 0.47) infinite;
    z-index: 1200;
}
.app_icons > div:nth-child(2) {
    position: absolute;
    top: 0;
    left: 80px;
    transform: translateY(0);
    animation: ob1 2.5s 0s cubic-bezier(0.02, 0.5, 0.94, 0.47) infinite;
}
.app_icons > div:nth-child(3) {
    position: absolute;
    top: 0;
    left: 160px;
    transform: translateY(180px);
    animation: ob1 4.5s 0s cubic-bezier(0.02, 0.5, 0.94, 0.47) infinite;
}
.app_icons > div:nth-child(4) {
    position: absolute;
    top: 80px;
    left: 0;
    transform: translateY(0);
    animation: ob2 2.5s 0s cubic-bezier(0.02, 0.5, 0.94, 0.47) infinite;
}
.app_icons > div:nth-child(5) {
    position: absolute;
    top: 80px;
    left: 80px;
    transform: translateY(0);
    animation: ob2 1.5s 0s cubic-bezier(0.02, 0.5, 0.94, 0.47) infinite;
}
.app_icons > div:nth-child(6) {
    position: absolute;
    top: 80px;
    left: 160px;
    transform: translateY(0);
    animation: ob2 2.5s 0s cubic-bezier(0.02, 0.5, 0.94, 0.47) infinite;
}
.app_icons > div:nth-child(7) {
    position: absolute;
    top: 160px;
    left: 0;
    transform: translateY(0);
    animation: ob3 3.5s 0s cubic-bezier(0.02, 0.5, 0.94, 0.47) infinite;
}
.app_icons > div:nth-child(8) {
    position: absolute;
    top: 160px;
    left: 80px;
    transform: translateY(0);
    animation: ob3 7.5s 0s cubic-bezier(0.02, 0.5, 0.94, 0.47) infinite;
}
.app_icons > div:nth-child(9) {
    position: absolute;
    top: 160px;
    left: 160px;
    transform: translateY(0);
    animation: ob3 2.5s 0s cubic-bezier(0.02, 0.5, 0.94, 0.47) infinite;
}
.app_icons > div:nth-child(10) {
    position: absolute;
    top: 240px;
    left: 0;
    transform: translateY(0);
    animation: ob3 5s 0s cubic-bezier(0.02, 0.5, 0.94, 0.47) infinite;
}
.app_icons > div:nth-child(11) {
    position: absolute;
    top: 240px;
    left: 80px;
    transform: translateY(0);
    animation: ob3 1.5s 0s cubic-bezier(0.02, 0.5, 0.94, 0.47) infinite;
}
.app_icons > div:nth-child(12) {
    position: absolute;
    top: 240px;
    left: 160px;
    transform: translateY(0);
    animation: ob3 4.5s 0s cubic-bezier(0.02, 0.5, 0.94, 0.47) infinite;
}

#fullpage .picture5 {
    width: 45%;
    margin-left: 15%;
    margin-top: 5%;
    float: left;
    height: 76%;
    /* background-image: url('../img/P5.png'); */
    background-size: 100% 100%;
    position: relative;
}
#fullpage .picture5 > img {
    position: absolute;
}
.picture5 .picture5-1 {
    top: 166px;
    left: 89px;
    z-index: 10;
    animation: airshiop 1.5s 0s cubic-bezier(0.39, 0.03, 0.88, 0.36) infinite;
}
.picture5 .picture5-2 {
    z-index: 2;
    top: 96px;
    left: 193px;
    animation: airshiop 2.5s 0s cubic-bezier(0.39, 0.03, 0.88, 0.36) infinite;
}
.picture5 .picture5-3 {
    width: 73%;
}
.picture5 .picture5-4 {
    top: 130px;
    left: 0;
    animation: airback 2.5s 0s linear infinite;
}
.picture5 .picture5-5 {
    top: 136px;
    left: 38px;
    animation: airback 2.5s 0s linear infinite;
}
.picture5 .picture5-6 {
    top: 279px;
    left: 196px;
    animation: airshiop 1.5s 0s cubic-bezier(0.39, 0.03, 0.88, 0.36) infinite;
}
.picture5 .picture5-7 {
    top: 187px;
    left: 230px;
    animation: airshiop 4.5s 0s cubic-bezier(0.39, 0.03, 0.88, 0.36) infinite;
}
#fullpage .picture7 {
    width: 28%;
    /* margin-top: 4%; */
    margin-left: 4%;
    float: left;
    height: 67%;
    /* background-image: url('../img/P7.png'); */
    background-size: 100% 100%;
    position: relative;
}
#fullpage .picture7 > img {
    position: absolute;
}
@keyframes mtani {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-10px);
    }
    50% {
        transform: translateX(0);
    }
    75% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes starFade {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    20% {
        opacity: 1;
        transform: scale(1);
    }
    40% {
        opacity: 0;
        transform: scale(0.5);
    }
    60% {
        opacity: 1;
        transform: scale(1);
    }
    80% {
        opacity: 0;
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes starFadeAndMove {
    0% {
        transform: translateX(0) scale(0.5);
        opacity: 0;
    }
    25% {
        transform: translateX(-10px) scale(1);
        opacity: 1;
    }
    50% {
        transform: translateX(0) scale(0.5);
        opacity: 0;
    }
    75% {
        transform: translateX(10px) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(0) scale(0.5);
        opacity: 0;
    }
}
@keyframes balance {
    0% {
        transform: rotateZ(0);
    }
    100% {
        transform: rotateZ(20deg);
    }
}
.picture7 .picture7-1 {
    z-index: 4;
    animation: mtani 4.5s 0s linear infinite;
    top: 42%;
    left: 8%;
}
.picture7 .picture7-2 {
    top: 51%;
    z-index: 2;
    animation: mtani 2.5s 0s linear infinite;
    left: 55%;
}
.picture7 .picture7-3 {
    top: 64%;
    left: 0;
    animation: mtani 5.5s 0s linear infinite;
    width: 84%;
}
.picture7 .picture7-4 {
    left: 67px;
    z-index: 3;
    animation: mtani 3.5s 0s linear infinite;
    width: 55%;
    top: 19%;
}
.picture7 .picture7-5 {
    top: 243px;
    left: -53px;
    animation: mtani 7.5s 0s linear infinite;
    top: 38%;
    left: -10%;
}
.picture7 .picture7-6 {
    top: 129px;
    left: 47px;
    z-index: 6;
    animation: starFade 2.5s 0s linear infinite;
}
.picture7 .picture7-7 {
}
.picture7 .picture7-8 {
    top: 0;
    animation: mtani 1.5s 0s linear infinite;
    left: 7%;
}
.picture7 .picture7-9 {
    top: 52px;
    animation: mtani 5.5s 0s linear infinite;
    left: 65%;
    width: 23%;
}
.picture7 .picture7-10 {
    top: 0px;
    left: 283px;
    animation: mtani 3.5s 0s linear infinite;
}

#fullpage .content3,
#fullpage .content5{
    width: 350px;
    height: 76%;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}
#fullpage .content7{
    float: left;
    width: 25%;
    margin-left: 25%;
    height: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


#fullpage .content3 .main .title,
#fullpage .content5 .main .title,
#fullpage .content7 .main .title{
    font-size: 48px;
    color: #516068;
    font-weight: bold;
    font-family: sans-serif;
    margin-bottom: 15px;
}

#fullpage .content7 .main .title {
    color: #ffffff;
    font-family: sans-serif;
    margin-bottom: 15px;
}

#fullpage .content3 .main .detail,
#fullpage .content5 .main .detail,
#fullpage .content7 .main .detail {
    font-size: 20px;
    color: #516068;
    line-height: 36px;
    font-family: sans-serif
}

#fullpage .content7 .main .detail {
    color: #ffffff;
    font-family: sans-serif
}

#fullpage .content4,
#fullpage .content6 {
    float: left;
    width: 31%;
    margin-left: 20%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#fullpage .content4 .main,
#fullpage .content6 .main {
    width: 400px;
}

#fullpage .content4 .main .title,
#fullpage .content6 .main .title {
    font-size: 48px;
    color: #ffffff;
    font-weight: bold;
    font-family: sans-serif;
    margin-bottom: 15px;
}

#fullpage .content4 .main .detail,
#fullpage .content6 .main .detail {
    font-size: 20px;
    color: #ffffff;
    line-height: 36px;
    font-family: sans-serif
}

#fullpage .picture4 {
    margin-top: 5%;
    float: left;
    width: 30%;
    height: 60%;
    /* background-image: url('../img/P4.png'); */
    background-size: 100% 100%;
    position: relative;
}
@media screen and (max-width: 1367px) and (max-height: 769px) {
    #fullpage .picture4 {
        margin-top: 10%;
        margin-left: 5%;
        float: left;
        width: 30%;
        height: 60%;
        /* background-image: url('../img/P4.png'); */
        background-size: 100% 100%;
        position: relative;
    }
}
#fullpage .picture4 > img {
    position: absolute;
}
@keyframes left {
    0% {
        transform: translateX(0) translateY(0);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateX(-80px) translateY(-160px);
        opacity: 0;
    }
}

@keyframes game-left {
    0% {
        transform: translateX(0) translateY(0);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateX(-80px) translateY(-40px);
        opacity: 0;
    }
}

@keyframes middle {
    0% {
        transform: translateX(0) translateY(0);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateX(-38px) translateY(-120px);
        opacity: 0;
    }
}

@keyframes yellow-right {
    0% {
        transform: translateX(0) translateY(0);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateX(120px) translateY(-120px);
        opacity: 0;
    }
}

@keyframes violet-right {
    0% {
        transform: translateX(0) translateY(0);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateX(10px) translateY(-120px);
        opacity: 0;
    }
}

@keyframes conin-right {
    0% {
        transform: translateX(0) translateY(0);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateX(80px) translateY(-160px);
        opacity: 0;
    }
}

@keyframes right {
    0% {
        transform: translateX(0) translateY(0);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateX(80px) translateY(-120px);
        opacity: 0;
    }
}

@keyframes starFade {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    20% {
        opacity: 1;
        transform: scale(1);
    }
    40% {
        opacity: 0;
        transform: scale(0.5);
    }
    60% {
        opacity: 1;
        transform: scale(1);
    }
    80% {
        opacity: 0;
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
.picture4 .picture4-1 {
    bottom: 0;
    z-index: 1;
    width: 89%;
}
.picture4 .picture4-8 {
    bottom: 237px;
    z-index: 3;
    animation: left 2.5s 0s cubic-bezier(0.02, 0.5, 0.94, 0.47) infinite;
    width: 21%;
    left: 25%;
}
.picture4 .picture4-11 {
    bottom: 255px;
    left: 269px;
    z-index: 4;
    animation: conin-right 3.5s 0s cubic-bezier(0.02, 0.5, 0.94, 0.47) infinite;
    width: 23%;
    left: 47%;
}
.picture4 .picture4-3 {
    bottom: 279px;
    z-index: 2;
    transform: scale(0.7);
    animation: middle 2.5s 0s cubic-bezier(0.02, 0.5, 0.94, 0.47) infinite;
    width: 16%;
    left: 40%;
}
.picture4 .picture4-9 {
    bottom: 223px;
    left: 142px;
    z-index: 5;
    transform: scale(0.6);
    animation: game-left 2.5s 0s cubic-bezier(0.02, 0.5, 0.94, 0.47) infinite;
}
.picture4 .picture4-6 {
    left: 297px;
    bottom: 284px;
    z-index: 4;
    transform: scale(0.6);
    animation: right 2.5s 0s cubic-bezier(0.02, 0.5, 0.94, 0.47) infinite;
}
.picture4 .picture4-10 {
    z-index: 8;
    bottom: 278px;
    left: 355px;
    animation: yellow-right 1.5s 0s cubic-bezier(0.02, 0.5, 0.94, 0.47) infinite;
}
.picture4 .picture4-4 {
    z-index: 10;
    bottom: 252px;
    left: 180px;
    animation: starFade 2.5s 0s cubic-bezier(0.02, 0.5, 0.94, 0.47) infinite;
}
.picture4 .picture4-2 {
    z-index: 10;
    bottom: 224px;
    left: 275px;
    transform: scale(0.6);
    animation: starFade 1.5s 0s cubic-bezier(0.02, 0.5, 0.94, 0.47) infinite;
}
.picture4 .picture4-12 {
    z-index: 3;
    bottom: 278px;
    left: 293px;
    animation: violet-right 1.5s 0s cubic-bezier(0.02, 0.5, 0.94, 0.47) infinite;
}
.picture4 .picture4-5 {
    bottom: 205px;
    left: 229px;
    z-index: 12;
    transform: scale(0.5);
}

@keyframes airshiop {
    0% {
        transform: translateX(0) scale(1) scaleX(0.8) rotateZ(-6deg);
        opacity: 0;
    }
    20% {
        transform: translateX(0) scale(1) scaleX(0.8) rotateZ(-6deg);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    100% {
        transform: translateY(60px) translateX(420px) scale(0.8) scaleX(1.4)
            rotateZ(-6deg);
        opacity: 0;
    }
}
@keyframes airback {
    0% {
        transform: translateX(20px);
    }
    50% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(20px);
    }
}
#fullpage .picture6 {
    margin-top: 4%;
    float: left;
    width: 30%;
    height: 60%;
    /* background-image: url('../img/P6.png'); */
    background-size: 100% 100%;
    position: relative;
}
#fullpage .picture6 > img {
    position: absolute;
}
@keyframes goldMoving {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0px);
    }
}
.picture6 .picture6-4 {
    left: 598px;
    top: 40px;
    animation: goldMoving 2s 0s linear infinite;
}
.picture6 .picture6-1 {
    left: 159px;
    top: 156px;
    animation: goldMoving 2s 0s linear infinite;
}
.picture6 .picture6-2 {
    left: 616px;
    top: 214px;
    animation: goldMoving 2s 0s linear infinite;
}
.picture6 .picture6-3 {
    left: 274px;
    top: 0;
    animation: goldMoving 2s 0s linear infinite;
}
.container {
    margin-top: 72px;
    width: 100%;
}

.container .about {
    width: 100%;
    height: 719px;
    background-image: url('../img/banner.jpg');
    background-size: 100% 100%;
    padding-top: 70px;
    box-sizing: border-box;
}

.container .about .title {
    width: 50%;
    margin: 0 auto;
}

.container .about .title .zh-title {
    font-size: 44px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 16px;
}

.container .about .title .en-title {
    font-size: 16px;
    color: #5facec;
    text-align: center;
    margin-bottom: 16px;
}

.container .about .content {
    margin: 0 auto;
    width: 60%;
    color: #ffffff;
    text-align: justify;
    line-height: 36px;
}

.container .contact {
    width: 100%;
    margin-top: 30px;
}

.container .contact .title {
    width: 50%;
    margin: 0 auto;
}

.container .contact .title .zh-title {
    font-size: 44px;
    color: #35280b;
    text-align: center;
    margin-bottom: 16px;
}

.container .contact .title .en-title {
    font-size: 16px;
    color: #5facec;
    text-align: center;
    margin-bottom: 16px;
}

.container .contact .content {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.container .contact .content > li {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #35280b;
    margin-bottom: 24px;
}

.container .contact .content .QQ {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-image: url('../img/QQ.png');
    background-size: 100% 100%;
    margin-right: 10px;
}

.container .address {
    width: 100%;
    margin-top: 80px;
}

.container .address .title {
    width: 50%;
    margin: 0 auto;
}

.container .address .title .zh-title {
    font-size: 44px;
    color: #35280b;
    text-align: center;
    margin-bottom: 16px;
}

.container .address .title .en-title {
    font-size: 16px;
    color: #5facec;
    text-align: center;
    margin-bottom: 16px;
}

.container .address .address-detail {
    font-size: 16px;
    color: #35280b;
    text-align: center;
}

.container .address .map {
    margin-top: 30px;
    width: 900px;
    height: 540px;
    margin: 30px auto 80px;
}

.container .footer {
    width: 100%;
    height: 178px;
    background: #221a07;
    font-size: 14px;
    color: #ffffff;
    padding-top: 16px;
    box-sizing: border-box;
}

.container .footer .desc {
    text-align: center;
    line-height: 36px;
}

.container .footer .spe {
    color: #8a8a8f;
}

.footer1 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 370px;
    background: #221a07;
    font-size: 14px;
    color: #ffffff;
    padding-top: 12px;
    box-sizing: border-box;
}

.footer1 .desc {
    text-align: center;
    line-height: 24px;
}

.footer1 .spe {
    color: #8a8a8f;
}

.desc > span {
    cursor: pointer;
}
