* {
    padding: 0px;
    margin: 0px;
}


html {
    padding: 0;
    margin: 0;
    font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
}

.main {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main_bg {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/bg.jpg);
}

.header {
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(90deg, #1C4395 0%, #051278 100%);
}

.header .header_l {
    width: 1200px;
    margin: 0px auto;
    height: 70px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header .header_l img {
    width: 50px;
    height: 50px;
}

.header .header_l p {
    font-size: 30px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 400;
    margin-left: 20px;
}

.content {
    width: 1200px;
    margin: 100px auto 100px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    /* align-items: center; */
}

.content .content_l,
.content .content_r {
    width: 50%;
    height: auto;
}

.content_l_bg1 {
    /* position: absolute;
    left: 10%;
    top: 0px; */
    width: 600px;
    height: 415px;
}

.content .content_r {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content_r_row,
.content_r_row1,
.content_r_row2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.content_r_row {
    margin: 0px 0px 10px;
}

.content_r_row2 {
    margin: 6px 0px 0px;
}

.content_r_row img {
    width: 48px;
    height: 48px;
    margin-right: 20px;
}

.content_r_row p {
    text-align: center;
    font-size: 56px;
    color: #FFFFFF;
    letter-spacing: 2px;
    font-weight: 900;
}

.content_r_row span:nth-child(2) {
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 700;
    margin: 0px 0px 0px 20px;
    background: #FFF92B;
    padding: 5px 10px;
    border-radius: 10px 10px 10px 0;
}

.content_r_row span:nth-child(4) {
    font-size: 34px;
    color: #333333;
    letter-spacing: 0px;
    text-align: center;
    line-height: 60px;
    font-weight: 500;
}

.content_r_row1 img {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

.content_r_row1 p {
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 44px;
    font-weight: 400;
    padding-right: 50px;
}

.content_r_row2 p {
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 400;
}

.content_r_t span {
    font-size: 28px;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}

.content_r_c {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
    /* margin-top: 20px; */
}

.downloadBtn {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    line-height: 90px;
    overflow: hidden;
    font-size: 28px;
    color: #002CC0;
    letter-spacing: 0;
    font-weight: 700;
    width: 400px;
    height: 96px;
    margin-top: 40px;
    background: #FFFFFF;
    border-radius: 16px;
}

.downloadBtn img {
    width: 48px;
    height: 48px;
    vertical-align: middle;
    margin-right: 10px;
}

.downloadBtn span {
    font-size: 32px;
    font-weight: 700;
}

.playbot {
    width: 100%;
    height: auto;
    flex-direction: column;
    padding: 50px 0px 100px;
}

.playman {
    width: 1240px;
    margin: 50px auto 10px;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.playman_l,
.playman_r {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.playman_r {
    align-items: flex-start;
}

.playman_r p:first-child {
    font-size: 40px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 700;
}

.playman_r p:nth-child(2) {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 50px;
    font-size: 28px;
    color: #666666;
    letter-spacing: 0;
    font-weight: 400;
}

.playman_l img {
    width: 585px;
    height: 350px;
    margin-top: 20px;
}

.cont {
    width: 100%;
    padding: 50px 0px 50px;
    height: auto;
    background: #F6F8FF;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.title {
    width: 100%;
    position: relative;
    text-align: center;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title_p {
    margin: 0 auto;
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 50px;
    color: #333333;
    letter-spacing: 1px;
    font-weight: 700;
}

.title_sp {
    margin: 50px auto 0px;
    position: absolute;
    z-index: 1;
    font-size: 29px;
    color: rgba(13, 58, 255, 0.10);
    letter-spacing: 1px;
    font-weight: 700;
}

.playbot_c {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.playbot_c_li {
    margin-top: 50px;
    width: 330px;
    height: 360px;
    background: #F8FAFE;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.playbot_c_img1 {
    width: 140px;
    height: 140px;
    border-radius: 50%;
}

.playbot_c_img2 {
    margin: 10px auto;
    width: 132px;
    height: 20px;
}

.playbot_c_p {
    font-size: 22px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 400;
    margin: 10px auto 10px;
}

.playbot_c_p1 {
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 400;
}

.footer {
    /* position: fixed;
    bottom: 0px; */
    width: 100%;
    background-image: linear-gradient(90deg, #1C4395 0%, #051278 100%);
    box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, 0.15);
    /* margin-top: 100px; */
}

.footer_c {
    margin: 0px auto 0px;
    width: 1132px;
    height: 115px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.footer_row img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}

.footer_row p {
    font-size: 30px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: left;
    line-height: 29px;
    font-weight: 700;
}

.footer_row p span {
    font-size: 20px;
    color: #666666;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 500;
}

.spread-i {
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(255, 255, 255, .2);
    width: 360px;
    height: 360px;
    border-radius: 50%;
    margin-left: -180px;
    margin-top: -180px;
    animation: spread 1.5s infinite both;
    -webkit-animation: spread 1.5s infinite both;
    -moz-animation: spread 1.5s infinite both;
    -o-animation: spread 1.5s infinite both;
}

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

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

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

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

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

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

@-o-keyframes spread {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }

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

.functiom_li:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transition: all .3s;
}

.downloadBtnhover:hover {
    background: #00d6aa;
}

.downloadBtnhover:hover span {
    color: #FFFFFF;
}

.downloadBtnother {
    cursor: pointer;
    margin: 0px auto;
    width: 360px;
    height: 90px;
    border-radius: 45px;
    position: relative;
    border: 4px solid #00d6aa;
    background: #ffffff;
    overflow: hidden
}

.downloadBtnother span {
    color: #00d6aa;
    font-weight: 600;
}