html {
    overflow: hidden
}

#galaxy {
    width: 2560px;
    height: 400px;
    max-height: 400px;
    position: absolute;
    left: 0
}

#star1 {
    position: absolute;
    top: -120px;
    left: 303px
}

#star2 {
    position: absolute;
    top: 0;
    right: 0
}

#star3 {
    position: absolute;
    top: 0;
    opacity: 0.7;
    right: calc(50% - 1280px)
}

.main {
    width: 100%;
    height: auto;
    min-width: 1440px;
    background: #030d24;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.main a {
    text-decoration: none
}

.main .star_bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    -webkit-animation: mystar 20s infinite linear;
    animation: mystar 20s infinite linear
}

@-webkit-keyframes mystar {
    0% {
        left: 0
    }

    5% {
        opacity: 0.3
    }

    10% {
        opacity: 1
    }

    15% {
        opacity: 0.3
    }

    20% {
        opacity: 1
    }

    25% {
        opacity: 0.3
    }

    30% {
        opacity: 1
    }

    35% {
        opacity: 0.3
    }

    40% {
        opacity: 1
    }

    45% {
        opacity: 0.3
    }

    50% {
        opacity: 1
    }

    55% {
        opacity: 0.3
    }

    60% {
        opacity: 1
    }

    65% {
        opacity: 0.3
    }

    70% {
        opacity: 1
    }

    75% {
        opacity: 0.3
    }

    80% {
        opacity: 1
    }

    85% {
        opacity: 0.3
    }

    90% {
        opacity: 1
    }

    95% {
        opacity: 0.3
    }

    100% {
        left: -300px;
        opacity: 1
    }
}

@keyframes mystar {
    0% {
        left: 0
    }

    5% {
        opacity: 0.3
    }

    10% {
        opacity: 1
    }

    15% {
        opacity: 0.3
    }

    20% {
        opacity: 1
    }

    25% {
        opacity: 0.3
    }

    30% {
        opacity: 1
    }

    35% {
        opacity: 0.3
    }

    40% {
        opacity: 1
    }

    45% {
        opacity: 0.3
    }

    50% {
        opacity: 1
    }

    55% {
        opacity: 0.3
    }

    60% {
        opacity: 1
    }

    65% {
        opacity: 0.3
    }

    70% {
        opacity: 1
    }

    75% {
        opacity: 0.3
    }

    80% {
        opacity: 1
    }

    85% {
        opacity: 0.3
    }

    90% {
        opacity: 1
    }

    95% {
        opacity: 0.3
    }

    100% {
        left: -300px;
        opacity: 1
    }
}

.main>.meteor {
    width: 80px;
    height: 1px;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 100px;
    left: 1920px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    z-index: 2;
    -webkit-animation: star_opcity 3s infinite linear;
    animation: star_opcity 3s infinite linear
}

.main>.light_two {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important
}

.main .index-top {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.main .index-top .stars {
    width: 15px;
    height: 17px;
    background: url(../images/stars.png) no-repeat center;
    background-size: contain;
    -webkit-animation: shine 3s ease infinite;
    animation: shine 3s ease infinite
}

.main .index-top .boxs {
    width: 1200px;
    height: 100%;
    position: absolute;
    left: calc(50% - 600px);
    top: 0;
    z-index: 1001
}

.main .index-top .boxs .box-left {
    width: 158px;
    height: 173px;
    background: url(../images/left-box.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 120px;
    left: -213px
}

.main .index-top .boxs .box-left>img {
    display: block;
    position: absolute
}

.main .index-top .boxs .box-left>img:nth-child(1) {
    left: 22px;
    top: 40px;
    -webkit-animation: op 3s linear infinite;
    animation: op 3s linear infinite
}

.main .index-top .boxs .box-left>img:nth-child(2) {
    left: 98px;
    top: 37px;
    -webkit-animation: op 3.5s linear infinite;
    animation: op 3.5s linear infinite
}

.main .index-top .boxs .box-left>img:nth-child(3) {
    left: 75px;
    top: 85px;
    -webkit-animation: op 4s linear infinite;
    animation: op 4s linear infinite
}

.main .index-top .boxs .box-right {
    width: 280px;
    height: 285px;
    background: url(../images/right-box.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 330px;
    right: 0
}

.main .index-top .boxs .box-right>img {
    display: block;
    position: absolute
}

.main .index-top .boxs .box-right>img:nth-child(1) {
    left: 20px;
    top: 90px;
    -webkit-animation: op 2s linear infinite;
    animation: op 2s linear infinite
}

.main .index-top .boxs .box-right>img:nth-child(2) {
    left: 60px;
    top: 70px;
    -webkit-animation: op 4s linear infinite;
    animation: op 4s linear infinite
}

.main .index-top .boxs .box-right>img:nth-child(3) {
    top: 20px;
    left: 140px;
    -webkit-animation: op 3s linear infinite;
    animation: op 3s linear infinite
}

.main .index-top .boxs .box-right>img:nth-child(4) {
    top: 185px;
    left: 125px;
    -webkit-animation: op 2.5s linear infinite;
    animation: op 2.5s linear infinite
}

.main .index-top .boxs .box-right>img:nth-child(5) {
    left: 80px;
    top: -50px
}

.main .index-top .boxs .box-top {
    width: 62px;
    height: 62px;
    position: absolute;
    top: 125px;
    right: -170px;
    background: url(../images/top-box.png) no-repeat center;
    background-size: contain
}

.main .index-top .boxs .box-top>img {
    display: block;
    width: 24px;
    height: 22px;
    position: absolute;
    top: 13px;
    left: 20px;
    -webkit-animation: op 4s linear infinite;
    animation: op 4s linear infinite
}

.main .index-top .infos {
    width: 1200px;
    height: 275px;
    margin: 0 auto;
    margin-top: 210px;
    min-width: 1500px
}

.main .index-top .infos>.top-title {
    position: relative;
    width: 835px;
    margin: 0 auto;
    margin-top: -40px
}

.main .index-top .infos>.top-title>.top-title-right {
    position: absolute;
    right: 60px;
    bottom: 20px
}

.main .index-top .infos>.top-title>.top-title-right>span {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 2px;
    margin-right: 40px
}

.main .index-top .infos>.top-title>.top-title-right>img {
    display: block;
    position: absolute;
    right: -15px;
    bottom: 5px
}

.main .index-top .infos>p {
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #8fa4cc;
    letter-spacing: 1px;
    padding: 6px 0;
    text-align: center
}

.main .index-top .infos>p:nth-child(1) {
    font-size: 55px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 4px;
    padding: 0;
    position: relative;
    top: 10px
}

.main .index-top .infos>p:nth-child(2) {
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    margin-top: 40px;
    margin-bottom: 50px
}

.main .index-top .infos>p:nth-child(2)>span {
    color: #61cf5f;
    font-size: 16px
}

.main .index-top .infos>.edition {
    width: 300px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    margin-top: 170px;
    color: rgba(255, 255, 255, 0.6) !important
}

.main .index-top .infos .lx-down {
    width: 260px;
    height: 70px;
    line-height: 70px;
    position: relative;
    margin: 0 auto;
    margin-top: 80px;
    text-align: left;
    font-size: 0;
    z-index: 1005;
    float: left;
}

.main .index-top .infos .lx-down>a {
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    width: 225px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    -webkit-transition-property: height, top;
    transition-property: height, top;
    -webkit-transition-duration: 0.2s, 0.2s;
    transition-duration: 0.2s, 0.2s
}

.main .index-top .infos .lx-down>a:hover {
    opacity: 1;
    background: #1df8a4
}

.main .index-top .infos .lx-down>a:hover>img {
    display: block
}

.main .index-top .infos .lx-down>a:first-child {
    border: 0;
    line-height: 56px;
    background: #28e099;
    color: #000
}

.main .index-top .infos .lx-down>a:first-child:hover {
    background: #20e99b
}

.main .index-top .infos .lx-down>a>img {
    display: none;
    width: 106px;
    height: 118px;
    position: absolute;
    left: calc(50% - 53px);
    top: 65px
}

.main .index-top .infos .lx-down>a>i {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    margin-right: 5px;
    margin-top: -2px
}

.main .index-top .infos .lx-down>a>span {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px
}

.main .index-top .infos .lx-down .button_move {
    -webkit-animation: button_move 0.3s infinite;
    animation: button_move 0.3s infinite
}

/*---------------*/
.main .index-top .infos .lx-buy {
    width: 270px;
    height: 70px;
    line-height: 70px;
    position: relative;
    margin: 0 auto;
    margin-left: 32%;
    margin-top: 80px;
    text-align: left;
    font-size: 0;
    z-index: 1005;
    float: left;
}

.main .index-top .infos .lx-buy>a {
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    width: 225px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    -webkit-transition-property: height, top;
    transition-property: height, top;
    -webkit-transition-duration: 0.2s, 0.2s;
    transition-duration: 0.2s, 0.2s
}

.main .index-top .infos .lx-buy>a:hover {
    opacity: 1;
    background: #1df8a4
}

.main .index-top .infos .lx-buy>a:hover>img {
    display: block
}

.main .index-top .infos .lx-buy>a:first-child {
    border: 0;
    line-height: 56px;
    background: #28e099;
    color: #000
}

.main .index-top .infos .lx-buy>a:first-child:hover {
    background: #20e99b
}

.main .index-top .infos .lx-buy>a>img {
    display: none;
    width: 106px;
    height: 118px;
    position: absolute;
    left: calc(50% - 53px);
    top: 65px
}

.main .index-top .infos .lx-buy>a>i {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    margin-right: 5px;
    margin-top: -2px
}

.main .index-top .infos .lx-buy>a>span {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px
}

.main .index-top .infos .lx-buy .button_move {
    -webkit-animation: button_move 0.3s infinite;
    animation: button_move 0.3s infinite
}
@-webkit-keyframes button_move {
    0% {
        height: 55px;
        top: 0
    }

    50% {
        height: 45px;
        top: -20px
    }

    100% {
        height: 55px;
        top: 0
    }
}

@keyframes button_move {
    0% {
        height: 55px;
        top: 0
    }

    50% {
        height: 45px;
        top: -20px
    }

    100% {
        height: 55px;
        top: 0
    }
}

.main .index-top .infos .lx-down .down_two {
    line-height: 56px;
    position: absolute;
    right: 0;
    top: 0
}

.main .index-top .infos .lx-down .down_two>i {
    position: relative;
    top: 1px
}

.main .index-top .infos .lx-down .down_two:hover {
    color: #28e099;
    border: 1px solid #28e099
}

.main .index-top .infos .lx-down .down_three {
    line-height: 56px;
    display: block;
    margin: 0 auto
}

.main .index-top .infos .lx-down .down_three:hover {
    color: #28e099;
    border: 1px solid #28e099
}

.main .index-top .tank-game {
    width: 100%;
    position: relative;
    margin-top: 90px
}

.main .index-top .tank-game>.game-top {
    width: 1500px;
    height: 260px;
    margin: 0 auto;
    position: relative;
    top: 100px;
    z-index: 2
}

.main .index-top .tank-game>.game-top>.tank {
    width: 300px;
    height: 260px;
    position: absolute;
    left: -1000px;
    top: 15px
}

.main .index-top .tank-game>.game-top>.tank>.tank_img {
    position: relative;
    top: -30px;
    left: -5px
}

.main .index-top .tank-game>.game-top>.tank>.ball {
    position: absolute;
    right: 43px;
    top: 15px;
    display: none
}

.main .index-top .tank-game>.game-top>.logo-list {
    overflow: hidden;
    position: absolute;
    bottom: 58px;
    z-index: 3
}

.main .index-top .tank-game>.game-top>.logo-list>.swiper-wrapper>.swiper-slide {
    position: relative
}

.main .index-top .tank-game>.game-top>.logo-list>.swiper-wrapper>.swiper-slide>.logo {
    width: 90px;
    display: block
}

.main .index-top .tank-game>.game-top>.logo-list>.swiper-wrapper>.swiper-slide>.boom {
    display: none;
    width: 45px;
    opacity: 0.4
}

.main .index-top .tank-game>.game-top>.logo-list>.swiper-wrapper>.swiper-slide>.boom.boom_show {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-animation: mymove 0.3s ease;
    animation: mymove 0.3s ease
}

.main .index-top .tank-game>.game-top>.logo-list>.swiper-wrapper>.swiper-slide>.shadow {
    position: absolute;
    bottom: 0;
    left: -10px
}

@-webkit-keyframes mymove {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.4
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
}

@keyframes mymove {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0.4
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
}

.main .index-top .tank-game>.arrow-bottom {
    width: 27px;
    margin: 0 auto;
    margin-top: 80px;
    cursor: pointer;
    position: relative;
    -webkit-animation: arrowMove 1s linear infinite;
    animation: arrowMove 1s linear infinite
}

@-webkit-keyframes arrowMove {
    from {
        bottom: 52px;
        opacity: 0
    }

    to {
        bottom: 10px;
        opacity: 1
    }
}

@keyframes arrowMove {
    from {
        bottom: 52px;
        opacity: 0
    }

    to {
        bottom: 10px;
        opacity: 1
    }
}

.main .index-top>.road {
    width: 2560px;
    min-width: 2560px;
    margin: 0 auto;
    position: relative;
    margin: 0 auto
}

.main .index-top>.road>img {
    position: relative;
    display: block;
    width: 100%
}

.main .index-two {
    height: 700px;
    margin-top: 200px;
    position: relative;
    z-index: 2
}

.main .index-two>p {
    font-size: 58px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 4px;
    padding: 0
}

.main .index-two>span {
    display: block;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 1px;
    line-height: 40px
}

.main .index-two>.index-two-list {
    width: 1100px;
    margin: 0 auto
}

.main .index-two>.index-two-list>.li {
    float: left;
    width: 25%;
    margin-top: 80px
}

.main .index-two>.index-two-list>.li>div {
    width: 82px;
    height: 96px;
    margin: 0 auto
}

.main .index-two>.index-two-list>.li>p {
    font-size: 20px;
    color: #fff;
    margin-top: 30px
}

.main .index-two>.index-two-list>.li:first-child>div {
    background: url(../images/list_one_false.png) no-repeat center;
    background-size: 100% 100%
}

.main .index-two>.index-two-list>.li:first-child:hover>div {
    background: url(../images/list_one_true.png) no-repeat center;
    background-size: 100% 100%
}

.main .index-two>.index-two-list>.li:nth-child(2)>div {
    background: url(../images/list_two_false.png) no-repeat center;
    background-size: 100% 100%
}

.main .index-two>.index-two-list>.li:nth-child(2):hover>div {
    background: url(../images/list_two_true.png) no-repeat center;
    background-size: 100% 100%
}

.main .index-two>.index-two-list>.li:nth-child(3)>div {
    background: url(../images/list_three_false.png) no-repeat center;
    background-size: 100% 100%
}

.main .index-two>.index-two-list>.li:nth-child(3):hover>div {
    background: url(../images/list_three_true.png) no-repeat center;
    background-size: 100% 100%
}

.main .index-two>.index-two-list>.li:nth-child(4)>div {
    background: url(../images/list_four_false.png) no-repeat center;
    background-size: 100% 100%
}

.main .index-two>.index-two-list>.li:nth-child(4):hover>div {
    background: url(../images/list_four_true.png) no-repeat center;
    background-size: 100% 100%
}

.main .earth_two {
    width: 100%;
    min-width: 1500px;
    position: relative;
    z-index: 0;
    margin-top: -400px;
    top: -400px
}

.main .index-three {
    height: 770px;
    position: relative;
    margin-top: -750px;
    z-index: 3
}

.main .index-three>p {
    font-size: 58px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 4px;
    padding: 0
}

.main .index-three>span {
    display: block;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 1px;
    line-height: 40px
}

.main .index-three>span>a {
    color: #3579f4;
    opacity: 0.9
}

.main .index-three>span>a:hover {
    opacity: 1
}

.main .index-three>.index-three-swiper {
    width: 2560px;
    margin-top: 70px;
    height: 435px;
    cursor: pointer;
    position: absolute;
}

.main .index-three>.index-three-swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
    margin-left: 25%;
}

.main .index-three>.index-three-swiper .swiper-slide {
    width: 612px !important;
    height: 396px;
    background: url(../images/swiper_bg.png) no-repeat center;
    background-size: 100% 100%
}

.main .index-three>.index-three-swiper .swiper-slide .slide-box {
    width: 477px;
    height: 300px;
    margin: 0 auto;
    margin-top: 50px;
    position: relative
}

.main .index-three>.index-three-swiper .swiper-slide .slide-box>img {
    display: block;
    width: 477px;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0
}

.main .index-three>.index-three-swiper .swiper-slide .slide-box:hover>div {
    display: block
}

.main .index-three>.index-three-swiper .swiper-slide .slide-box>div {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    padding-top: 1px;
    display: none;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.main .index-three>.index-three-swiper .swiper-slide .slide-box>div>div {
    width: 302px;
    height: 82px;
    margin: 0 auto;
    margin-top: 60px
}

.main .index-three>.index-three-swiper .swiper-slide .slide-box>div>div>p {
    font-size: 20px;
    color: #fff;
    margin-top: 30px
}

.main .index-three>.index-three-swiper .swiper-slide .slide-box>div>div>a {
    font-size: 20px;
    color: #28e099
}

.main .index-three>.index-three-swiper .swiper-pagination {
    bottom: 0
}

.main .index-three>.index-three-swiper .swiper-pagination-bullet {
    width: 72px;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 0;
    margin: 0 14px
}

.main .index-three>.index-three-swiper .swiper-pagination-bullet-active {
    width: 72px;
    height: 2px;
    background: #ffffff;
    border-radius: 0
}

.main .more {
    width: 160px;
    height: 42px;
    line-height: 42px;
    display: block;
    color: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 65px;
    left: calc(50% - 65px);
    opacity: 0.9
}

.main .more:hover {
    opacity: 1;
    border: 1px solid #20e99b;
    color: #20e99b
}

.main .index-bottom {
    width: 1200px;
    margin: 0 auto;
    margin-top: 55px;
    position: relative;
    z-index: 3
}

.main .index-bottom>.index-bottom-ul {
    width: 100%;
    height: 460px
}

.main .index-bottom>.index-bottom-ul::after {
    content: "";
    display: block;
    clear: both
}

.main .index-bottom>.index-bottom-ul .index-bottom-li {
    text-align: left;
    width: 400px;
    float: left
}

.main .index-bottom>.index-bottom-ul .index-bottom-li>p {
    font-size: 32px;
    color: #fff
}

.main .index-bottom>.index-bottom-ul .index-bottom-li>ul {
    width: 100%
}

.main .index-bottom>.index-bottom-ul .index-bottom-li>ul>h4 {
    color: #fff;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
    padding: 50px 0;
    font-size: 30px
}

.main .index-bottom>.index-bottom-ul .index-bottom-li>ul>li {
    width: 380px;
    height: 51px;
    line-height: 51px;
    font-size: 16px;
    float: left
}

.main .index-bottom>.index-bottom-ul .index-bottom-li>ul>li:nth-child(odd) {
    margin-right: 100px
}

.main .index-bottom>.index-bottom-ul .index-bottom-li>ul>li>a {
    width: 100%;
    height: 100%;
    display: block;
    outline: none
}

.main .index-bottom>.index-bottom-ul .index-bottom-li>ul>li>a>:first-child {
    color: rgba(255, 255, 255, 0.7)
}

.main .index-bottom>.index-bottom-ul .index-bottom-li>ul>li>a>:last-child {
    color: rgba(255, 255, 255, 0.4);
    float: right
}

.main .index-bottom>.index-bottom-ul .index-bottom-li>ul>li>a>span {
    display: inline-block;
    vertical-align: middle
}

.main .index-bottom>.index-bottom-ul .index-bottom-li>ul>li>a>span:nth-child(1) {
    width: 80%;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.main .index-bottom>.index-bottom-ul .index-bottom-li>ul>li>a>span:nth-child(2) {
    width: 19%;
    text-align: right
}

.main .index-bottom>.index-bottom-ul .index-bottom-li>ul>li>a:hover {
    background: url(../images/li-border.png) no-repeat;
    background-size: 100% 100%;
    background-position: 0 0
}

.main .index-bottom>.index-bottom-ul .index-bottom-li>ul>li>a:hover>span {
    color: #fff
}

.main .index-bottom>.index-bottom-ul .index-bottom-li>a {
    width: 160px;
    height: 42px;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    opacity: 0.9
}

.main .index-bottom>.index-bottom-ul .index-bottom-li>a:hover {
    opacity: 1
}

.main .index-bottom>.index-bottom-ul>a {
    width: 160px;
    height: 42px;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    opacity: 0.9;
    position: absolute;
    bottom: 60px;
    left: calc(50% - 65px)
}

.main .index-bottom>.index-bottom-ul>a:hover {
    opacity: 1;
    border: 1px solid #20e99b;
    color: #20e99b
}

.main .border {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.main .activity {
    width: 1200px;
    height: 260px;
    margin: 0 auto;
    position: relative
}

.main .activity>a {
    display: block;
    position: absolute;
    color: #8fa4cc;
    font-size: 18px;
    letter-spacing: 2px;
    right: 0;
    top: -50px;
    z-index: 1005
}

.main .activity>a:hover {
    color: #fff
}

.main .activity>a::after {
    display: inline-block;
    vertical-align: middle;
    content: "";
    background: url(../images/more-arrow.png);
    width: 19px;
    height: 18px;
    margin-left: 10px
}

.main .activity:after {
    content: "";
    display: block;
    clear: both
}

.main .activity .act {
    width: 380px;
    height: 100%;
    position: relative;
    overflow: hidden;
    float: left;
    border-radius: 10px;
    font-size: 0
}

.main .activity .act>span {
    display: block;
    width: 74px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    background: url(../images/pending.png) no-repeat center;
    background-size: contain;
    position: absolute;
    z-index: 5;
    top: 8px;
    left: 10px;
    color: #fff;
    font-size: 12px
}

.main .activity .act>span>i {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border: 3.5px solid transparent;
    border-left-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -2px;
    opacity: 0
}

.main .activity .act>span>i:nth-child(1) {
    -webkit-animation: opc 2s linear infinite;
    animation: opc 2s linear infinite
}

.main .activity .act>span>i:nth-child(2) {
    -webkit-animation: opc 2s .6s linear infinite;
    animation: opc 2s .6s linear infinite
}

.main .activity .act>span>i:nth-child(3) {
    -webkit-animation: opc 2s 1.2s linear infinite;
    animation: opc 2s 1.2s linear infinite
}

.main .activity .act:nth-child(2) {
    width: 800px;
    margin-left: 0px;
    margin-right: 20px
}

.main .activity .act>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1002
}

.main .activity .act>a:hover~img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.main .activity .act .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5) url(../images/guoqi.png) no-repeat center;
    z-index: 1001;
    cursor: pointer
}

.main .activity .act>img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.main .index-adv {
    width: 100%;
    min-width: 1440px;
    margin: 70px auto;
    border: 1px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.main .index-adv>h6 {
    font-size: 46px;
    font-weight: 600;
    width: 1200px;
    height: 80px;
    letter-spacing: 4px;
    margin: 0 auto;
    background: url(../images/production-tit.png) no-repeat center
}

.main .index-adv .introduces {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1200px;
    height: auto;
    margin: 10px auto 0
}

.main .index-adv .introduces>dl {
    width: 325px;
    height: auto
}

.main .index-adv .introduces>dl>dt {
    width: 300px;
    height: 240px;
    margin: 0 auto;
    background: url(../images/free-img.png) no-repeat center;
    cursor: pointer
}

.main .index-adv .introduces>dl>dd {
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 36px
}

.main .index-adv .introduces>dl>dd>a {
    display: block;
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    padding: 0 0 10px 0;
    letter-spacing: 1px;
    white-space: nowrap
}

.main .index-adv .introduces>dl>dd>span {
    display: block;
    font-size: 15px;
    color: #bcbdbd;
    line-height: 40px
}

.main .index-adv .introduces>dl:nth-child(1):hover>dt {
    -webkit-animation: bounce 1s infinite;
    animation: bounce 1s infinite
}

.main .index-adv .introduces>dl:nth-child(2):hover>dt {
    -webkit-animation: bounce 1s infinite;
    animation: bounce 1s infinite
}

.main .index-adv .introduces>dl:nth-child(2)>dt {
    background: url(../images/speed-img.png) no-repeat center;
    background-size: contain
}

.main .index-adv .introduces>dl:nth-child(3):hover>dt {
    -webkit-animation: bounce 1s infinite;
    animation: bounce 1s infinite
}

.main .index-adv .introduces>dl:nth-child(3)>dt {
    background: url(../images/router-img.png) no-repeat center;
    background-size: contain
}

.main .index-adv .introduces>dl:nth-child(4):hover>dt {
    -webkit-animation: bounce 1s infinite;
    animation: bounce 1s infinite
}

.main .index-adv .introduces>dl:nth-child(4)>dt {
    background: url(../images/watch-img.png) no-repeat center;
    background-size: contain
}

.main .index-game {
    width: 100%;
    min-width: 1440px;
    height: 812px;
    margin: 50px auto 0;
    border: 1px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.main .index-game>h6 {
    color: #fff;
    font-weight: 600;
    letter-spacing: 4px;
    position: relative;
    width: 1200px;
    height: 80px;
    background: url(../images/game.png) no-repeat center;
    margin: 0 auto
}

.main .index-game>h6>a {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #8fa4cc;
    font-size: 18px;
    height: 30px;
    letter-spacing: 1px;
    right: 0;
    bottom: 0;
    font-weight: 100;
    line-height: 20px
}

.main .index-game>h6>a::after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    content: "";
    background: url(../images/more-arrow.png);
    width: 19px;
    height: 18px;
    margin-left: 10px
}

.main .index-game>h6>a:hover {
    color: #fff
}

.main .index-game .swiper {
    width: 1200px;
    height: 600px;
    margin: 60px auto 0
}

.main .index-game .swiper .top-swiper,
.main .index-game .swiper .bottom-swiper {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden
}

.main .index-game .swiper .top-swiper>.ts-group,
.main .index-game .swiper .bottom-swiper>.ts-group {
    width: auto;
    height: 300px;
    position: absolute;
    white-space: nowrap;
    font-size: 0
}

.main .index-game .swiper .top-swiper>.ts-group>.item,
.main .index-game .swiper .bottom-swiper>.ts-group>.item {
    width: 200px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.main .index-game .swiper .top-swiper>.ts-group>.item>span,
.main .index-game .swiper .bottom-swiper>.ts-group>.item>span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5)
}

.main .index-game .swiper .top-swiper>.ts-group>.item>span:hover,
.main .index-game .swiper .bottom-swiper>.ts-group>.item>span:hover {
    cursor: pointer;
    background: none
}

.main .index-game .swiper .top-swiper>.ts-group>.item>span.removeCover,
.main .index-game .swiper .bottom-swiper>.ts-group>.item>span.removeCover {
    background: none !important
}

.main .index-game .swiper .top-swiper>.ts-group>.item>img,
.main .index-game .swiper .bottom-swiper>.ts-group>.item>img {
    display: block;
    height: 100%;
    width: 100%
}

.main .index-act {
    clear: both;
    width: 100%;
    min-width: 1440px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 80px
}

.main .index-act .act-infs {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main .index-act .act-infs .item {
    width: 390px;
    height: auto;
    margin-left: 15px
}

.main .index-act .act-infs .item .news {
    width: 100%;
    height: 530px;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#222437), to(#0e1029));
    background: linear-gradient(to bottom, #222437, #0e1029)
}

.main .index-act .act-infs .item .news>h6 {
    color: #fff;
    font-size: 30px;
    background: -webkit-gradient(linear, left bottom, right top, from(#191c32), to(#12152e));
    background: linear-gradient(to top right, #191c32, #12152e);
    padding: 20px 0;
    letter-spacing: 1px
}

.main .index-act .act-infs .item .news>ul {
    width: 100%;
    height: 360px;
    padding-top: 30px
}

.main .index-act .act-infs .item .news>ul>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #adadae;
    font-size: 16px;
    position: relative;
    padding: 15px 0
}

.main .index-act .act-infs .item .news>ul>li:hover>a,
.main .index-act .act-infs .item .news>ul>li:hover>span {
    color: #fff
}

.main .index-act .act-infs .item .news>ul>li::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #adadae;
    border-radius: 50%;
    top: calc(50% - 3px);
    left: 40px
}

.main .index-act .act-infs .item .news>ul>li>a {
    display: block;
    width: 50%;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #adadae;
    letter-spacing: 1px;
    text-align: left
}

.main .index-act .act-infs .item .news>ul>li>span {
    display: block;
    width: 20%;
    text-align: right
}

.main .index-act .act-infs .item .news .more {
    font-size: 16px;
    color: #adadae;
    letter-spacing: 1px
}

.main .index-act .act-infs .item .news .more:hover {
    color: #fff;
    text-decoration: underline
}

.main .index-act .act-infs .item:first-child {
    margin-left: 0
}

.main .pendant {
    width: 272px;
    height: 98px;
    position: fixed;
    right: 40px;
    top: 200px
}

.main .pendant>a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/speed.png) no-repeat center;
    background-size: contain;
    -webkit-animation: heartBeat 2.5s linear forwards;
    animation: heartBeat 2.5s linear forwards
}

.opimg {
    position: absolute;
    left: -5000px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    transform: scale(0)
}

.right-link {
    position: fixed;
    height: 279px;
    width: 231px;
    right: 40px;
    bottom: 50px;
    z-index: 9999;
    background: url(../images/index-tip.png) no-repeat center;
    background-size: contain;
    -webkit-animation: bounceInRight 1s linear;
    animation: bounceInRight 1s linear;
    border-radius: 8px
}

.right-link>a {
    display: block;
    width: 100%;
    height: 100%
}

@-webkit-keyframes opc {
    0% {
        opacity: 0
    }

    25% {
        opacity: 0.5
    }

    50% {
        opacity: 1
    }

    75% {
        opacity: 0.5
    }

    100% {
        opacity: 0
    }
}

@keyframes opc {
    0% {
        opacity: 0
    }

    25% {
        opacity: 0.5
    }

    50% {
        opacity: 1
    }

    75% {
        opacity: 0.5
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes shine {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    25% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes shine {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    25% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes addMove {
    0% {
        width: 0;
        height: 0
    }

    25% {
        width: 50%;
        height: 0
    }

    50% {
        width: 100%;
        height: 0
    }

    75% {
        width: 100%;
        height: 50%
    }

    100% {
        width: 100%;
        height: 100%
    }
}

@keyframes addMove {
    0% {
        width: 0;
        height: 0
    }

    25% {
        width: 50%;
        height: 0
    }

    50% {
        width: 100%;
        height: 0
    }

    75% {
        width: 100%;
        height: 50%
    }

    100% {
        width: 100%;
        height: 100%
    }
}

@-webkit-keyframes removeMove {
    100% {
        width: 0;
        height: 0
    }

    75% {
        width: 50%;
        height: 0
    }

    50% {
        width: 100%;
        height: 0
    }

    25% {
        width: 100%;
        height: 50%
    }

    0% {
        width: 100%;
        height: 100%
    }
}

@keyframes removeMove {
    100% {
        width: 0;
        height: 0
    }

    75% {
        width: 50%;
        height: 0
    }

    50% {
        width: 100%;
        height: 0
    }

    25% {
        width: 100%;
        height: 50%
    }

    0% {
        width: 100%;
        height: 100%
    }
}

@-webkit-keyframes addHeight {
    from {
        height: 0
    }

    to {
        height: 100%
    }
}

@keyframes addHeight {
    from {
        height: 0
    }

    to {
        height: 100%
    }
}

@-webkit-keyframes op {
    0% {
        opacity: 0
    }

    25% {
        opacity: 0.5
    }

    50% {
        opacity: 1
    }

    75% {
        opacity: 0.5
    }

    100% {
        opacity: 0
    }
}

@keyframes op {
    0% {
        opacity: 0
    }

    25% {
        opacity: 0.5
    }

    50% {
        opacity: 1
    }

    75% {
        opacity: 0.5
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes back {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes back {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@-webkit-keyframes bounceFrom {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceFrom {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes topMove {
    0% {}

    50% {
        -webkit-transform: translate3D(0, 200px, 200px) rotateY(360deg);
        transform: translate3D(0, 200px, 200px) rotateY(360deg)
    }

    100% {}
}

@keyframes topMove {
    0% {}

    50% {
        -webkit-transform: translate3D(0, 200px, 200px) rotateY(360deg);
        transform: translate3D(0, 200px, 200px) rotateY(360deg)
    }

    100% {}
}

@-webkit-keyframes hide {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        left: calc(50% - 278px)
    }

    to {
        -webkit-transform: scale(0);
        transform: scale(0);
        left: calc(50% + 260px)
    }
}

@keyframes hide {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        left: calc(50% - 278px)
    }

    to {
        -webkit-transform: scale(0);
        transform: scale(0);
        left: calc(50% + 260px)
    }
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

@-webkit-keyframes titMove {
    from {
        margin-top: 150px;
        opacity: 0
    }

    to {
        margin-top: 248px;
        opacity: 1
    }
}

@keyframes titMove {
    from {
        margin-top: 150px;
        opacity: 0
    }

    to {
        margin-top: 248px;
        opacity: 1
    }
}

@-webkit-keyframes Move {
    from {
        bottom: 100px;
        opacity: 0
    }

    to {
        bottom: 50px;
        opacity: 1
    }
}

@keyframes Move {
    from {
        bottom: 100px;
        opacity: 0
    }

    to {
        bottom: 50px;
        opacity: 1
    }
}

@-webkit-keyframes roundMove {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@keyframes roundMove {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@-webkit-keyframes tips {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes tips {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes startMove {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) rotate(-25deg) translate3d(-100px, 0, 0);
        transform: scale(0) rotate(-25deg) translate3d(-100px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1.2) rotate(-25deg) translate3d(-2900px, 0px, 0);
        transform: scale(1.2) rotate(-25deg) translate3d(-2900px, 0px, 0)
    }
}

@keyframes startMove {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) rotate(-25deg) translate3d(-100px, 0, 0);
        transform: scale(0) rotate(-25deg) translate3d(-100px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1.2) rotate(-25deg) translate3d(-2900px, 0px, 0);
        transform: scale(1.2) rotate(-25deg) translate3d(-2900px, 0px, 0)
    }
}

@keyframes addHeight {
    from {
        height: 0
    }

    to {
        height: 220px
    }
}

@-webkit-keyframes removeHeight {
    from {
        height: 220px
    }

    to {
        height: 60px
    }
}

@keyframes removeHeight {
    from {
        height: 220px
    }

    to {
        height: 60px
    }
}