/* 底部 */
.footer {
    width: 100vw;
    background: linear-gradient(to right, #65b8fc, #8293ff);
    position: relative;
}
.footer .footer_link {
    width: 83%;
    margin: 0 auto;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.footer .footer_link p{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0;
}
.footer .footer_content{
    display: flex;
    flex-wrap: wrap;
}
.footer .footer_link a{
    font-size: 13px;
    color: #000;
    margin-right: 10px;
}


.footer .footer_last {
    width: 100%;
    height: 70px;
    padding: 10px 0 20px;
}

.footer .footer_last div {
    margin: 0 auto;
    color: #000;
    text-align: center;
    font-size: 13px;
}

.footer .footer_last img {
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    right: calc(50% - 300px);
    bottom: 5px;
    cursor: pointer;
}
.footer .footer_img {
    display: none;
}

/* 底部贷款弹框 */
.dai_foor_hide {
    position: absolute;
    right: 2%;
    top: 4%;
    font-size: 1.3rem;
}

.dai_tan_foor {
    width: 100%;
    height: 100%;
}

.dai_foor_ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-around;
    text-align: center;
    width: 60%;
    left: 20%;
    padding: 5rem 2rem;
    border-radius: 1rem;
    background: #fff;
    z-index: 111;
    position: fixed;
    top: 15%;
    flex-wrap: wrap;
}

.dai_foor_ul li {
    width: 22%;
}

.dai_foor_ul li {
    margin: 0 0.5rem;
}

.dai_foor_con {
    margin-top: 0rem;
}

.dai_foor_text {
    color: #ccc;
    font-size: 1.2rem;
    line-height: 1.2;
}

.dai_foor_img img {
    width: 100%;
}
        
@media (max-width: 787px) {
	.dai_foor_ul {
	    width: 94%;
	    left: 3%;
	    flex-wrap: wrap;
	}
	.dai_foor_ul li {
	    width: 25%;
	}
}