/*聚现官网底部公共样式*/

.service{
    width:100%;
    height:316px;
    background: #434a50;
}
.service .inner{
    height:315px;
    border-bottom: 1px solid #717171;
}
.service ul {
    width:1120px;
    margin:0 auto;
}
.service ul li{
    width:25%;
    float: left;
    font-size:0.875rem;
}
.service ul li h2{
    color:#e6e6e6;
    font-size:1.125rem;
    line-height: 49px;
    margin-top:64px;
}
.service ul li p a,.service ul li p{
    color:#d0cece;
    line-height: 27px;
}
.service ul li.contact{
    text-align: left;
}
.service ul li.about h2,.service ul li.about p{
    padding-left: 52%;
    overflow: hidden;
}
.service ul li.weixin .wx{
    text-align: center;
    width:178px;
    height: 178px;
    float: right;
}
.service ul li.weixin .wx img{
    margin-top:40px;
}

.footer{
    display: block;
    width:100%;
    height:80px;
    background: #434a50;
    text-align: center;
}
.footer_mobile{
    display: none;
}
.footer p{
    font-size: 0.75rem;
    line-height: 80px;
    color: #fff;
}
.footer p a{
    color:#fff;
    margin:0 10px;
    transition: all 0.2s;
}
.footer p a:hover{
    color:red;
}

/* 修改footer */


.contact h2,
.about h2,
.download h2{
    font-size: 18px;
    font-weight: normal;
}

.about{
    text-align: left;
}

.download{
    text-align: left;
    padding-left: 130px;
    box-sizing: border-box;


}

.downloadbox{
    width: 178px;
    text-align: center;
    margin: 0 auto;
}

.downloadbox img{
    margin-top: 40px;
}

@media (max-width: 640px){
    .service{
        width:100%;
        background: #434a50;
        height:auto;
        overflow: hidden;
    }
    .service .inner{
        width: 100%;
        height:auto;
    }
    .service ul {
        width:96%;
        margin:0 auto;

    }
    .service ul li{
        width:100%;
        float: none;
        font-size:0.875rem;
        text-align: center;
    }
    .service ul li h2{
        color:#e6e6e6;
        font-size:1.125rem;
        line-height: 49px;
        margin-top:64px;
    }
    .service ul li p a,.service ul li p{
        color:#d0cece;
        line-height: 27px;
    }
    .service ul li.contact{
        text-align: center;
    }
    .service ul li.about h2,.service ul li.about p{
        padding-left: 0;
        overflow: hidden;
    }
    .service ul li.weixin{
        padding-bottom: 20px;
    }
    .service ul li.weixin .wx{
        text-align: center;
        width:178px;
        height: 178px;
        float: none;
        display: inline-block;

    }
    .service ul li.weixin .wx img{
        margin-top:40px;
    }
    .footer{
        display: none;
    }
    .footer_mobile{
        display: block;
        width:100%;
        background: #434a50;
        text-align: center;
        overflow: hidden;
        letter-spacing: 0px;
    }
    .footer_mobile p {
        font-size: 0.75rem;
        line-height: 30px;
        color: #fff;
        letter-spacing: 0px;
    }
    .footer_mobile .p1 {
        margin-top: 25px
    }
    .footer_mobile p a{
        color:#fff;
        margin:0 10px;
    }

    .download{
        padding-left: 0px;
    }
}

