﻿* {
    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;
    background-color: #fffffe;
}

.main {
    position: absolute;
    top: -11px;
    left: 0px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#headerTitle {
    height: 60px;
    position: relative;
    /* position: fixed; */
    width: 100%;
    padding-top: 0px;
    z-index: 1000;
}

.headerContent {
    width: 1160px;
    margin: 0px auto 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.logo>img {
    width: 36px;
    height: 36px;
}


.logoText {
    height: 44px;
    line-height: 44px;
    margin-left: 16px;
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 700;
}

.logo_btn {
    width: 112px;
    height: 40px;
    background: #FF562C;
    border-radius: 8px;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.main-top {
    width: 100%;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
}

.content {
    width: 1160px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.content .content_l{
    
    width: 56%;
    height: auto;
}
.content .content_r {
    width: 44%;
    height: auto;
}

.content .content_r {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.content_l_bg {
    width: 640px;
    height: 424px;


}

.content_l_bg1 {
    width: 640px;
    height: 424px;
}



.content_r_c .downloadBtn {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    font-size: 32px;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 96px;
    overflow: hidden;
    width: 314px;
    height: 70px;
    margin: 50px auto 40px;
    background-image: linear-gradient(90deg, #FF562C 0%, #FF7419 100%);
    border-radius: 12px;
 
}

.downloadBtn img {
    vertical-align: middle;
    width: 40px;
    height: 40px;
}

.downloadBtn span {
    font-size: 26px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    font-weight: 700;
    margin-left: 20px;
}

.content_r_logo {
    width: 108px;
    height: 108px;

}

.content_r_title {
  font-size: 50px;
color: #333333;
letter-spacing: 0;
text-align: center;
font-weight: 900;
    line-height: 54px;
    display: flex;
    flex-direction: row;
    align-items: center;
    
}
.content_r_title img{
    width:64px ;
    height: 54px;
    margin-left: -5px;
}
.content_r_sub_title {
    font-size: 28px;
    color: #333333;
    letter-spacing: 0;
    margin: 10px 0px 40px;
    font-weight: 600;
}

.content_r_sub_icon {
    width: 360px;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.content_r_sub_icon p {
    display: flex;
    align-items: center;
}

.content_r_sub_icon p img {
    width: 24px;
    height: 24px;
}

.content_r_sub_icon p span {
    font-size: 22px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 500;
    margin-left: 6px;
}

.main-bot {
    width: 100%;
    height: auto;
    background-color: #F6F8FF;
}

.playman {
    width: 1160px;
    margin: 0px auto 0px;
    padding: 0px 0px;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.playman_l,
.playman_r {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    justify-content: center;
}

.playman_l img {
    width: 584px;
    height: 406px;

}

.playman_r .playman_r_title {
    font-size: 40px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 700;
}

.playman_r .playman_r_subtitle {
    font-size: 24px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 500;
    margin-top: 10px;
}


@media screen and (max-width: 539px) {

    .content,
    .playman {
        width: 100%;
        flex-direction: column;
    }
    .content_r,.content_l,.playman_r,.playman_l{
        width: 100%!important;
        align-items: center!important;

    }
    .content_l_bg{
        margin: 90px auto 0px;
    }
    .playman_l img {
        width: 480px;
        height: 360px;
    }

}

@media screen and (min-width:540px) and (max-width: 719px) {

    .content,
    .playman {
        width: 100%;
        flex-direction: column;
    }
    .content_r,.content_l,.playman_r,.playman_l{
        width: 100%!important;
        align-items: center!important;

    }
    .content_l_bg{
        margin: 90px auto 0px;
    }
    .playman_l img {
        width: 480px;
        height: 360px;
    }


}

@media screen and (min-width:720px) and (max-width: 959px) {
    .content,
    .playman {
        width: 100%;
        flex-direction: column;
    }
    .content_r,.content_l,.playman_r,.playman_l{
        width: 100%!important;
        align-items: center!important;

    }
    .content_l_bg{
        margin: 90px auto 0px;
    }
    .playman_l img {
        width: 480px;
        height: 360px;
    }

}

/*当页面宽度大于1280px且小于1366px的时候执行,1280-1366*/
@media screen and (min-width:960px) and (max-width: 1199px) {

    .content,
    .playman {
        width: 100%;
        flex-direction: column;
    }
    .content_r,.content_l,.playman_r,.playman_l{
        width: 100%!important;
        align-items: center!important;

    }
    .content_l_bg{
        margin: 90px auto 0px;
    }

    .playman_l img {
        width: 480px;
        height: 360px;
    }





}

/*当页面宽度大于1440px且小于1600px的时候执行,1440-1600*/
/* @media screen and (min-width:1200px) and (max-width:1429px) {

    .content,
    .playman {
        width: 100%;
    }

} */


.downloadBtnhover:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transition: all .3s;
}

.downloadBtnhoverctive {
    position: relative;
    overflow: hidden;
}

.downloadBtnhoverctive:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 500%;
    left: 0%;
    top: 0%;
    margin-left: -50%;
    margin-top: -45%;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    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;
}
.downloadBtnhoverctive1 {
    position: relative;
    overflow: hidden;
}

.downloadBtnhoverctive1:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 500%;
    left: 0%;
    top: 0%;
    margin-left: -50%;
    margin-top: -50%;
    border-radius: 50%;
    background:#0036ed0d;
    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);
    }
}





@keyframes pronamei {
    0% {
        top: -5px;
    }

    50% {
        top: 5px;
    }

    100% {
        top: -5px;
    }
}

@-webkit-keyframes pronamei {
    0% {
        top: -5px;
    }

    50% {
        top: 5px;
    }

    100% {
        top: -5px;
    }
}
