
.download_banner {
    background-image: url("/dist/images/bg-1.jpg");
    height: 100%;
    text-align: center;
}

.download_banner .download_banner_text {
    width: 1200px;
    margin: 0px auto;
}

.footer {
    width: 100%;
    height: 13rem;
    background: #505050;
}

.footer .foot_center {
    width: 80%;
    margin: auto;
}

.footer .foot_center .foot_center_left {
    width: 10rem;
    height: auto;
    float: left;
    margin-right: 5%;
    margin-top: 40px;
    position: relative;
}

.footer .foot_center .foot_center_left img {
    width: 100%;
    height: auto;
    float: left;
}

.footer .foot_center .foot_center_left p:nth-child(2) {
    width: auto;
    height: auto;
    float: left;
    font-size: 15px;
    font-family: .PingFang SC;
    font-weight: 600;
    line-height: 40px;
    color: #FFFFFF;
}

.footer .foot_center .foot_center_left p:nth-child(3) {
    width: auto;
    height: auto;
    float: left;
    font-size: 12px;
    font-weight: 300;
    color: #B4B4B4;
}

.footer .foot_center .foot_center_left p:nth-child(4) {
    width: 30px;
    height: 4px;
    background: #28639D;
    position: absolute;
    left: 0;
    top: 110px;
}

.footer .foot_center .foot_center_cen {
    width: auto;
    height: auto;
    float: left;
    padding-top: 3rem;
}

.footer .foot_center .foot_center_cen p {
    width: auto;
    font-size: 0.9rem;
    font-family: .PingFang SC;
    font-weight: 300;
    line-height: 2.6rem;
    color: #B4B4B4;
}

.footer .foot_center .foot_center_right {
    width: 8rem;
    height: 8rem;
    margin-top: 2.5rem;
    float: right;
}
.download_banner .download_banner_text p:nth-child(1){
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 40px;
    font-family: PingFang SC;
    font-weight: 800;
    line-height: 60px;
    color: #FFFFFF;
    padding-top: 40px;
}
.download_banner .download_banner_text p:nth-child(2){
    width: 40%;
    height: auto;
    text-align: left;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 22px;
    color: #FFFFFF;
    padding-top: 10px;
}

.mobile {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 40px;
    min-height: 500px;
}

.tabNav li {
    float: left;
    padding: 6px 15px;
    cursor: pointer;
    font-size: 18px;
    border-bottom: 2px solid transparent;
}

.tabNav li.on {
    color: #488ffa;
    border-bottom: 2px solid #488ffa;
}

.img-responsive {
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin-left: 20%;
}

.clear:after {
    clear: both;
    display: block;
    content: '';
}

.cplist {
    padding: 40px 0;
}

.cplist li {
    border-radius: 4px;
    border: 1px solid #DCDCDC;
    /*padding: 20px 10px;*/
    width: 22%;
    float: left;
    margin-right: 3%;
    height: 160px;
    margin-bottom: 50px;
    position: relative;
}

/*.cplist li:hover{*/
/*    background: #eee;*/
/*}*/
/*.cplist li img {*/
/*    width: 40px;*/
/*    margin-right: 20px;*/
/*}*/
.cplist li p{
    width: 90%;
    margin: auto;
    height: auto;
    text-align: center;
    margin-top: 20px;
}
.cplist li p span:nth-child(1){
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 800;
    line-height: 30px;
    color: #0F2540;
}
.cplist li p span:nth-child(3){
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #0F2540;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cplist li p span:nth-child(4){
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 30px;
    color: #B4B4B4;
}
.cplist li a{
    display: block;
    width: 50%;
    height: 40px;
    position: absolute;
    left: 25%;
    bottom: -20px;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    border: 1px solid #005CAF;
}

.cplist li a img{
    width: 16px;
    height: 16px;
    line-height: 40px;
    margin-top: -4px;
}
.cplist li a span{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 800;
    line-height: 40px;
    color: #005CAF;
    padding-left: 10px;
}
.cplist li .zhan{
    width: 100%;
    display: none;
    position: absolute;
    top: 0;
    height: 8px;
    background: #005CAF;
}
.cplist li:hover a{
    background: #005CAF;
}
.cplist li:hover .zhan{
    display: block;
}
.cplist li:hover a span{
    color: #fff;
}
.cplist li:hover .Andorid img{
    content: url("../../images/andorid1.png");
}
.cplist li:hover .Ios img{
    content: url("../../images/ios1.png");
}
.cplist li:hover .Win img{
    content: url("../../images/win1.png");
}
.cplist li:hover{
    border: 1px solid #005CAF;
}
/*.cplist li p {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    line-height: 1em;*/
/*    padding-top: 5px;*/
/*    color: #808080;*/
/*    font-size: 14px;*/
/*}*/

/*.cplist li .fl a {*/
/*    color: #808080;*/
/*    margin-left: 15px;*/
/*}*/

/*.cplist li .fl a:hover {*/
/*    color: #488ffa;*/
/*}*/

/*.cplist li > div.fr {*/
/*    height: 40px;*/
/*    line-height: 40px;*/
/*}*/

/*.cplist li .fr a {*/
/*    border: 1px solid #488ffa;*/
/*    background: transparent;*/
/*    color: #488ffa;*/
/*    font-size: 15px;*/
/*    padding: 4px 10px;*/
/*}*/

/*.cplist li strong {*/
/*    color: #333;*/
/*}*/

.container {
    width: 1200px;
    margin: 0 auto;
}

.loading {
    text-align: center;
    height: 400px;
    line-height: 400px;
}

.loading img {
    width: 60px;
    vertical-align: middle;
}

.loading span {
    vertical-align: middle;
    color: #333;
    margin-left: 15px;
    font-size: 20px;
}
a:hover, a:focus {
    text-decoration: none;
}
@media screen and (min-width: 990px) and (max-width: 1200px){
    .download-des span{
        font-size: 14px;
    }
    .download-des p{
        font-size: 12px;
        padding:0;
    }
}
@media screen and (max-width: 990px){
    .download-des{
        width: calc(100% - 160px);
    }
}
@media screen and (max-width: 430px){
    .download-des span{
        font-size: 14px;
    }
    .download-des p{
        font-size: 12px;
        padding:0;
    }
    .download-des {
        width: 58%;
    }

}
@media screen and (max-width: 330px){
    .download-des-btn a{margin-right: 4px}
}