

#content-box{
    width: 100%;
    /*background-color: rgba(245,245,245,1);*/
}

#content-box .content-one{
    background-image: url("background.png?t=1");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*width: 1024px;*/
    width: 100%;
    margin: 0 auto;
    height: 100%;
    /*min-width: 1000px;*/
    max-height: 812px;
    /*min-height: 812px;*/
}

#content-box .content-one .one-tab{
    padding-top: 104px;
    width: 1024px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#content-box .content-one .one-tab .one-phone{
    width: 35%;
    float: left;
    /*background-color: #fff;*/
}
#content-box .content-one .one-tab .one-phone img{
    width: 100%;
    height: auto;
}

#content-box .content-one .one-tab .one-right{
    float: left;
    width: 55%;
    padding-left: 5%;
}
#content-box .content-one .one-tab .one-right .one-msg{
    width: 100%;
}
#content-box .content-one .one-tab .one-right .one-msg img{
    width: 100%;
    height: auto;
}

#content-box .content-one .one-tab .one-right .one-download{
    position: relative;
    top:6rem;
    float: left;
    width: 100%;
    padding: 2rem 0 0;
    display: flex;
    justify-content: center;
}

#content-box .content-one .one-tab .one-right .one-download .one-download-url{
    width:190px;
    float: left;
    height: 160px;
}
#content-box .content-one .one-tab .one-right .one-download .one-download-url .download-btn:first-child{
    margin: 0 0 38px;
}

#content-box .content-one .one-tab .one-right .one-download .one-download-url .download-btn{
    width: 100%;
    height: 70px;
    background:rgba(255,255,255,0.3);
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 1.2rem;
    cursor: pointer;
    color: #FFF;
}

#content-box .content-one .one-tab .one-right .one-download .one-download-url .download-btn img{
    position:relative;z-index:105;
}

#content-box .content-one .one-tab .one-right .one-download .one-download-code{
    /*width:35%;*/
    float: left;
    margin-left: 28px;
}
#content-box .content-one .one-tab .one-right .one-download .one-download-code img{
    height: 177px;
    width: auto;
}

#content-box .content-two{
    background-color: rgba(245,245,245,1);
    overflow: auto;
    min-width: 1024px;
    max-width: 1900px;
    margin: 0 auto;
}

#content-box .content-two .tab-box{
    background: #FFF;
    width: calc((100% - 3rem) / 2);
    float: left;
    padding: 2rem 1rem 1rem;
}

#content-box .content-two .tab-box:nth-child(1){
    margin: 1rem 0.5rem 0.5rem 1rem;
}
#content-box .content-two .tab-box:nth-child(2){
    margin: 1rem 1rem 0.5rem 0.5rem;
}
#content-box .content-two .tab-box:nth-child(3){
    margin: 0.5rem 0.5rem 1rem 1rem;
}
#content-box .content-two .tab-box:nth-child(4){
    margin: 0.5rem 1rem 1rem 0.5rem;
}

#content-box .content-two .tab-box .tab-title{
    /*padding: 2rem 0 0;*/
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: normal;
}

#content-box .content-two .tab-box .tab-msg{
    color: #6e6e6e;
    padding: 1rem 0 1.5rem;
    font-size: 1.2rem !important;
}

#content-box .content-two .tab-box .tab-action{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 400px;
}

#content-box .content-two .one-tab .tab-action img{
    width: 85%;
    height: auto;
}

#content-box .content-two .two-tab .tab-action{
    overflow: auto;
}

#content-box .content-two .two-tab .tab-action .action-left{
    width: 75%;
    float: left;
}

#content-box .content-two .two-tab .tab-action .action-right{
    /*width: 25%;*/
    width: calc(25% - 2px);
    float: left;
}
#content-box .content-two .two-tab .tab-action .action-right .tab-li{
    width: 100%;
    padding: 6px;
    position: relative;
    overflow: hidden;
    transform: translateY(-2px);
}

/*#content-box .content-two .two-tab .tab-action .action-right .tab-li.action{*/
    /*border: 8px solid rgb(65,65,65);*/
    /*padding: 0;*/
/*}*/

#content-box .content-two .two-tab .tab-action .action-right .tab-li .frame{
    position: absolute;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    bottom: 6px;
}
#content-box .content-two .two-tab .tab-action .action-right .tab-li.action .frame{
    border: 8px solid rgb(65,65,65);
}

#content-box .content-two .two-tab .tab-action .action-right img{
    width: 100%;
    /*height: auto;*/
}

#content-box .content-two .three-tab .tab-action img{
    width: 80%;
    height: auto;
}

#content-box .content-two .four-tab .tab-action img{
    width: 100%;
    height: auto;
}

#content-box .content-three{
    padding-bottom: 181px;
    background-color: #FFF;
    margin: 0 auto;
}

#content-box .content-three .download-ul{
    width: 100%;
    margin: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#content-box .content-three .download-ul .download-li{
    width: 226px;
    height: 261px;
    margin: 0 20px;
    border:1px solid rgb(218, 218, 218);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}
#content-box .content-three .download-ul .download-li .download-name{
    padding: 16px;
    color: rgb(136, 136, 136);

}

.video-box{
    height: 100%;
}

.video-box {
    float:left;
}

.video-box .video-1{
    height: 85%;
    overflow: hidden;
    float:left;
}

.video-box .video-2{
    height: 85%;
    overflow: hidden;
    float:left;
}
.video-box .video-3{
    height: 85%;
    float:left;
    overflow: hidden;
}

.top-box img{
    /*float:left;*/
}
.top-box img:first-child{
    /*margin-right: 1px;*/
}

.bottom-box img{
    /*float:left;*/

}

.bottom-box img:first-child{
    /*margin-right: 1px;*/
}

video{
    box-shadow: 0px 6px 14px #B0B0B0;
    cursor: pointer;
}

.pay-btn-box{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    cursor: pointer;
}
.pay-btn-box img{
    margin: auto;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

#content-box .video-box-center{
    width: 100%;
    text-align: center;
    margin-top: 157px;
}

#content-box .video-box-center h3{
    font-size: 32px!important;
    color: #333333;
}


#content-box .video-box-center p{
    font-size: 24px;
    margin-top: 1rem;
    margin-bottom: 60px;
    color: #666666;
}

#content-box .big-banner-center{
    text-align: center;
    margin-top: 180px;
}
#content-box .big-banner-center h3{
    font-size: 32px!important;
    color: #333333;
}


#content-box .big-banner-center p{
    font-size: 24px;
    margin-top: 1rem;
    margin-bottom: 60px;
    color: #666666;
}

#content-box .big-banner-center .big-banner-bg{
    width: 100%;
    height: 807px;
    background-image: url("../images/index/big-banner-center.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#content-box .big-banner-center .big-banner-bg ul{
    max-width: 400px;
    width:auto;
    min-width:200px;
    margin: 0% 0px 0px 53.5%;
    padding-top: 19%;
}

#content-box .big-banner-center .big-banner-bg ul li{
    margin-bottom: 15px;
    width:auto;
    min-width:113px;
    float:left;
    height: 50px;
    line-height: 50px;
    background: rgba(0,0,0,0.6);
    border-radius: 25px;
    text-align: left;
    color:#ffffff;
    padding-right: 20px;
}

#content-box .big-banner-center .big-banner-bg ul li .headerImg{
    border-radius: 44px;
    width: 44px;
    float: left;
    margin-left: 6px;
    margin-right: 6px;
}

#content-box  .find-funny-thing {
    text-align: center;
    margin-top: 180px;
    margin-bottom: 204px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1040px;
    min-width: 1040px;
}

#content-box  .find-funny-thing h3{
    font-size: 32px!important;
    color: #333333;
}
#content-box .find-funny-thing p{
    font-size: 24px;
    margin-top: 1rem;
    margin-bottom: 60px;
    color: #666666;
}
#content-box .find-funny-thing ul{
    max-width: 1040px;
    min-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}
#content-box .find-funny-thing ul li{
    width: 500px;
    margin-right: 20px;
    float: left;
    margin-top: 17px;

}
