/*页脚*/
.footer{
    padding-top: 0.58rem;
    background-image: linear-gradient(to top,#3587c9,#70bce8);
}

.footer .a{
    width: 4.8rem;
}
.footer .a .logo{
    margin-bottom: 0.2rem;
}
.footer .a p{
    color: #ffffff;
    font-size: 0.14rem;
    line-height: 0.3rem;
    padding-left: 0.9rem;
}
.footer .b{
    width: 3.04rem;
    padding-left: 0.72rem;
    border-left: 1px dashed rgba(255,255,255,.39);
}
.footer .b dt{
    padding-left: 0.2rem;
    line-height: 0.4rem;
    color: #ffffff;
    font-size: 0.14rem;
    background: url("../images/footer/link.png")no-repeat left center;
    background-size:0.14rem;
}
.footer .b dd div{
    width: 100%;
    line-height: 0.36rem;
    border: 1px solid rgba(255,255,255,.28);
    padding: 0 0.15rem 0 0.08rem;
    margin-top: 0.1rem;
}
.footer .b dd div table{
    width: 100%;
}
.footer .b dd div select{
    width: 100%;
    border: 0!important;
    outline: none;
    background-color: transparent;
    color: #ffffff;
    font-size: 0.14rem;
    font-family: "微软雅黑"!important;
}
.footer .b dd div select option{
    background-color: #3587c9;
}
.footer .c{
    width: 3.6rem;
    padding-top: 0.12rem;
    text-align: center;
}
.footer .c img{
    width: 1.13rem;
}
.footer .c p{
    text-align: center;
    color: #ffffff;
    font-size: 0.12rem;
    line-height: 0.3rem;
}

.footer .foot{
    background-color: #4696d1;
    padding: 0.13rem 0.1rem;
    text-align: center;
    color:rgba(255,255,255,.7);
    font-size: 0.12rem;
    margin-top: 0.8rem;
}
.footer .foot a{
    color:rgba(255,255,255,.7);
}


/*手机适配*/

@media screen and (max-width: 1200px) {
    .footer .a{
        width: 100%;
    }
    .footer .a p{
        line-height: 0.44rem;
        padding-left: 0;
    }
    .footer .b{
        width: 100%;
        padding-left: 0;
        border: 0;
        margin: 0.2rem 0;
    }
    .footer .b dd div{
        width: 4.64rem;
        margin-top: 0.15rem;
    }
    .footer .c{
        width: 100%;
    }
    .footer .c p{
        line-height: 0.36rem;
    }





}