a[title='站长统计']{
	display: none;
}
.wrap{
	padding-bottom: 1rem;
}
.header{
    height: .9rem;
    padding: 0 .37rem 0 .27rem;
    display: flex;
    justify-content: space-between;
    background: #fff;
}
.header .logo{
    width: 2.35rem;
    height: .9rem;
}
.header .hotline{
    width: 2.85rem;
    height: .46rem;
    margin-top: .22rem;
}
.contact-banner img{
    display: block;
    width: 100%;
}
.contact-content1{
    padding: .36rem 0 .36rem .65rem;
    background: #f5f5f5;
    margin-bottom: .5rem;
}
.contact-content1 .title{
    line-height: 100%;
    margin-bottom: .2rem;
    font-size: .32rem;
    color: #282828;
}
.contact-content1 .txt{
    font-size: .24rem;
    line-height: .32rem;
    color: #282828;
    margin-bottom: .38rem;
}
.contact-content1 .btn-box span{
    display: inline-block;
    width: 1.98rem;
    height: .4rem;
    line-height: .4rem;
    font-size: .24rem;
    text-align: center;
}
.contact-content1 .btn-box span a{
    display: block;
    text-decoration: none;
    color: #fff;
}
.contact-content1 .btn-box span.online-consultation{
    margin-right: .67rem;
    background: #108cee;
    color: #fff;
}
.contact-content1 .btn-box span.tel{
    background: #2fc117;
    color: #fff;
}
.contact-content2{
    padding: .12rem 0 .12rem .65rem;
    color: #282828;
    margin-bottom: .1rem;
    background: #f5f5f5;
}
.contact-content2 .title{
    line-height: 100%;
    margin-bottom: .12rem;
    font-size: .26rem;
    color: #282828;
}
.contact-content2 .txt{
    font-size: .24rem;
    line-height: .3rem;
    color: #282828;
}
.contact-content3{
    height: 1.15rem;
    line-height: 1.15rem;
    padding-left: .65rem;
    font-size: .24rem;
    color: #282828;
    margin-bottom: .5rem;
    background: #f5f5f5;
}

.footer-copyright{
    height: 2.5rem;
    background: #f5f5f5;
    display: flex;
    align-items: center;
}
.footer-copyright .footer-logo{
    width: 2.27rem;
    height: .86rem;
    margin-left: .4rem;
    background: url(../images/index/logo2.png) no-repeat;
    background-size: 100% auto;
}
.footer-copyright .company-info{
    margin-left: .4rem;
    line-height: .3rem;
    font-size: .22rem;
    color: #c7c7c7;
}

.footer{
    height: .9rem;
    line-height: .9rem;
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}
.footer>div{
    flex: 1;
    border-right: 1px solid #fff;
    background: #006dff;
    font-size: .26rem;
    color: #fff;
    text-align: center;
    position: relative;
}
.footer>div>a{
    color: #fff;
}
.footer>div:last-child{
    border-right: none;
}
.footer .loan-product .loan-list{
    width: 1.62rem;
    height: 2.28rem;
    background: url(../images/index/pop-bg1.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -2.34rem;
    left: 50%;
    margin-left: -0.81rem;
    display: none;
}
.footer .about-us .about-us-list{
    width: 1.62rem;
    height: 1.6rem;
    background: url(../images/index/pop-bg.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -1.66rem;
    left: 50%;
    margin-left: -0.81rem;
    display: none;
}
.footer .loan-product .loan-list .loan-list-item,.footer .about-us .about-us-list .about-us-list-item{
    height: .65rem;
    line-height: .65rem;
    text-align: center;
    font-size: .3rem;
    color: #0620d6;
    text-align: center;
}
.footer .line{
    width: 1.47rem;
    height: 0.02rem;
    margin: 0 auto;
    background: url(../images/index/border.png) no-repeat;
    background-size: 100% auto;
}