ul > li {
    list-style: none;
}

.warp {
    min-width: 1210px;
    overflow: auto;
}

.navbar-redfinger {
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    transition: all .5s;
}

.navbar-redfinger.fold {
    transform: translateY(-60px);
    opacity: 0;
}

.navbar-redfinger .navbar-nav .nav-link {
    color: #ed4e4f;
}

.navbar-redfinger .initial {
    display: block;
}

.navbar-redfinger .action {
    display: none;
}

.navbar-redfinger.red {
    background: rgba(237, 78, 79, .9);
}

.navbar-redfinger.red .navbar-nav .nav-link {
    color: #fff;
}

.navbar-redfinger.red .action {
    display: block;
}

.navbar-redfinger.red .initial {
    display: none;
}

.page {
    overflow: hidden;
    height: 750px;

    /* position: relative;
    z-index: 2; */
}

#page1 {
    position: relative;
    padding-top: 80px;
    width: 100%;

    /* z-index: 1; */
    text-align: center;
    font-size: 22px;
    color: #ed4e4f;
    background: url(../images/background.png);
    overflow: hidden;
}

#page1 .content .item1 img {
    vertical-align: baseline;
}

#page1 .content .item1 .a {
    animation: animation1 .5s linear;
    animation-fill-mode: both;
}

#page1 .content .item1 .a1 {
    margin-bottom: 5px;
    animation-delay: 0;
}

#page1 .content .item1 .a2 { animation-delay: .2s; }

#page1 .content .item1 .a3 {
    margin-left: 4px;
    animation-delay: .4s;
}

#page1 .content .item1 .a4 { animation-delay: .6s; }

#page1 .content .item1 .a5 {
    margin-left: 3px;
    animation-delay: .8s;
}

#page1 .content .item1 .a6 {
    margin-bottom: -29px;
    margin-left: 2px;
    animation-delay: 1s;
}

#page1 .content .item1 .a7 {
    margin-bottom: -62px;
    margin-left: -23px;
    animation-delay: 1.2s;
}

#page1 .content .item1 .a8 {
    margin-left: 3px;
    animation-delay: 1.4s;
}

#page1 .content .item1 .a9 {
    margin-left: -34px;
    animation-delay: 1.6s;
}

#page1 .content ul {
    /* height: 57px;
    width: 630px;
    margin: 35px auto; */
    display: flex;
    width: 854px;
    justify-content: left;
    padding: 0;
}

#page1 .content ul li {
    /* position: relative;
    float: left;
    margin: 0 25px; */
    position: relative;
    margin-right: 35px;
}

#page1 .content ul li:last-child { margin-right: 0; }

#page1 .content ul li a {
    display: block;

    /* height: 51px; */
}

#page1 .content ul li a .h { display: none; }

#page1 .content ul li a:hover .w { display: none; }

#page1 .content ul li a:hover .h { display: flex; }

#page1 .content ul li .b {
    display: none;
    position: absolute;
    bottom: -167px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

#page1 .content ul li:hover .b { display: block; }

#page1 .n {
    position: absolute;
    width: 23px;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#page1 .n .d {
    position: absolute;
    bottom: 30px;
    left: 11px;
    animation: animation2 1.5s linear infinite;
}

#page1 .bj1 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#page1 .bj2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

#page2 {
    background-color: #ed4e4f;
    position: relative;
}

#page2 .bj2 {
    position: absolute;
    right: 0;
    top: 0;
}

#page2 .content {
    right: 0;
    perspective: 3000px;
    margin-top: 140px;
}

#page2 .content .item1 {
    position: relative;
}

#page2 .content .bg-time {
    position: absolute;
    bottom: -58px;
    left: 480px;
}

#page2 .content .item2 {
    color: white;

    /* padding-left: 40px; */
    margin-top: 47px;
}

#page2 .item2 > .h_box {
    margin-bottom: 70px;
}

#page2 .item2 > .h_box > .h {
    font-size: 30px;
    margin: 15px 0;
}

#page2 .item2 > .t {
    font-size: 18px;
    margin: 6px 0;
}

.limit-w {
    min-width: 1200px;
}

#page3 {
    background-color: #f0eeee;
    position: relative;
    height: 700px;
}

#page3 .content {
    margin-top: 121px;
}

#page3 .item1 {
    margin-top: 91.5px;
}

#page3 .item1 .h_box {
    margin-bottom: 70px;
}

#page3 .item1 .h_box .h {
    font-size: 30px;
    margin: 15px 0;
}

#page3 .item1 .t {
    font-size: 18px;
    margin: 6px 0;
}

#page3 .bg1 {
    position: absolute;
    left: 0;
}

#page3 .bg2 {
    position: absolute;
    right: 0;
}

#page4 { background-color: #ed4e4f; }

#page4 .content {
    margin-top: 175px;
}

#page4 .content .item1 {
    color: white;
    margin-top: 50px;
}

#page4 .item1 .h_box {
    margin-bottom: 70px;
}

#page4 .item1 .h_box > .h {
    font-size: 30px;
    margin: 15px 0;
}

#page4 .item1 > .t {
    font-size: 18px;
    margin: 6px 0;
}

#page4 .item2 {
    display: flex;
    align-items: flex-end;
}

#page4 .item2 .a {
    z-index: 1;
}

#page4 .item2 .b {
    margin-left: -20px;
    z-index: 1;
}

#page4 .item2 .c {
    margin-left: -74px;
    margin-bottom: -13px;
}

#page5 {
    padding: 50px 0;
    background: white;
}

#page5 .content { text-align: center; }

#page5 .content > .t {
    font-size: 30px;
    margin-bottom: 20px;
}

#page5 .content > .t1 {
    font-size: 18px;
    margin: 7px 0;
}

#page5 .content .item2 {
    /* height: 485px; */
    position: relative;
}

#page5 .content .item2 img {
    cursor: pointer;
}

#page5-1 {
    background: white;
    padding: 94px 0 31px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#page5-1 > .t {
    font-size: 34px;
    margin-bottom: 16px;
    font-weight: 600;
}

#page5-1 > .t1 {
    font-size: 18px;
    line-height: 32px;
}

#page5-1 > .img5-1 {
    height: 468px;
}

#page5-2 {
    padding: 94px 0;
    background: whitesmoke;
    color: rgba(36, 38, 44, 1);
}

#page5-2 .t1 {
    font-size: 18px;
    text-align: center;
}

#page5-2 .img5-2 {
    margin: 80px auto 0;
    display: block;
    height: 128px;
}

@keyframes animation1 {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes animation2 {
    0% {
        transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
    }

    70% {
        transform: translateY(10px);
        -o-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -webkit-transform: translateY(10px);
        opacity: 1;
    }

    100% {
        transform: translateY(10px);
        -o-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -webkit-transform: translateY(10px);
        opacity: 0;
    }
}

.b-index-adpop-box {
    display: none;
    position: fixed;
    right: 15px;
    bottom: 10px;
    z-index: 2001;
}

.b-index-adpop-box a {
    font-size: 0;
}

.b-index-adpop-box img {
    width: 330px;
    height: 250px;
}

.b-index-adpop-box span {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;

    /* font-weight: bold; */
    color: #fff;
    cursor: pointer;
    border-radius: 50%;

    /* border: 2px solid #fff; */
    background-color: #555;
    opacity: .7;
}

.moreDownLoad {
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0px;
}

.m-more {
    width: 100%;
    margin-top: 20px;
    font-size: 12px;
}

.arrow-icon {
    width: 16px;
    height: 16px;
}

.btn-warp {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
}

#page1 .content ul li a:hover {
    outline: none;
    text-decoration: none;
    color: #fff;
}

.download-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 142px;
    height: 44px;
    border: 2px solid rgba(237, 78, 79, 1);
    font-size: 14px;
    color: rgba(237, 78, 79, 1);
    border-radius: 70px;
}

.download-btn.h {
    background: rgba(237, 78, 79, 1);
    color: #fff;
}

.btn-icon {
    width: 20px;
    margin-right: 4px;

    /* height: 20px; */
}

/* 手机 */
.mobile1 {
    position: relative;
    height: calc(100vh - 41px);
    background: url('../images/f86625b6051744fc8f0b486ed04d42e5.gif).png') no-repeat center center;
    background-color: white;
    background-size: contain;
}

.mobile1 .m-p {
    color: #db5a55;
    font-size: 16px;
    margin: 0;
}

.mobile1 .m-img {
    width: 100%;
    margin-top: 20px;
}

/* .mobile1 .m-btn {
    margin-top: 20px;
}

.mobile1 .m-btn a {
    margin: 0 15px;
}

.mobile1 .m-btn .btn-img {
    width: 112px;
} */

.mobile1 .androidMobileBeta {
    color: #db5a55;
    font-size: 16px;
    margin-top: 20px;
}

.mobile1 .bg {
    position: absolute;
    right: 0;
    bottom: -31px;
    width: 100px;
}

.m-pubilc {
    padding: 30px 20px;
    text-align: center;
}

.m-pubilc .a {
    font-size: 18px;
    margin: 0;
    margin-bottom: 20px;
}

.m-pubilc .b {
    font-size: 12px;
    margin: 0;
}

.m-pubilc .img-b {
    width: 100%;
    margin: auto;
    margin-top: 20px;
}

.mobile2 {
    background: #ed4e4f;

    /* padding-top: 112px; */
    color: white;
}

.mobile2 .img-b {
    width: 90%;
}

.mobile3 .img-b {
    width: 75%;
}

.mobile4 {
    background: #ed4e4f;
    color: white;
}

.mobile4 .bg_l {
    width: 50px;
}

.mobile4 .bg_r {
    width: 200px;
}

.mobile5-2 {
    background: whitesmoke;
}

.mobile5-2 .img-b {
    width: 90%;
}

.index-g-popbox {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    overflow: hidden;
}

.index-g-popbox .mark {
    width: 80%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0);
}

.index-g-popbox .mark .index-g-closeBtn {
    position: absolute;
    top: -25px;
    right: -25px;
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/close.png) no-repeat;
    background-size: 100% auto;
}

.index-g-popbox .mark .index-g-box {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.index-g-popbox .mark .index-g-box a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.index-g-popbox .mark .index-g-box a img {
    display: block;
    width: 100%;
    border-radius: 40px;
    height: auto;
}

.mobile .hide {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(0, 0, 0, .8);
    display: none;
}

.mobile .hide img {
    width: 70%;
    position: absolute;
    left: 30%;
}

.m-btn-warp {
    width: 280px;
    color: rgba(237, 78, 79, 1);
    display: none;
}

.btn-public {
    border: 1px solid rgba(237, 78, 79, 1);
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(237, 78, 79, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
}

.m-btn-1 {
    width: 100%;
    margin-top: 40px;
}

.m-btn-2 {
    width: 135px;
    margin-top: 20px;
}

.m-btn-icon {
    width: 20px;
    margin-right: 4px;
}

.m-btn-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.row-hide {
    display: none;
}

/* .m-btn-row > a {
    display: block;
    width: 45%;
} */

.m-btn-warp a:hover {
    outline: none;
    text-decoration: none;
    color: inherit;
}

@media (max-width: 768px) {
    .navbar-redfinger {
        background-color: rgba(237, 78, 79, .9);
    }

    .navbar-redfinger .navbar-nav .nav-link {
        color: #fff;
    }

    .navbar-redfinger .initial {
        display: none;
    }

    .navbar-redfinger .action {
        display: block;
    }
}
