.footers-m{
	padding-bottom: 7.3rem;
}
.footers {
    background: #F7F7F7;
}

/* m端 */

.call {
    height:29.6rem;
    background: #338EF9;
    line-height:30rem;
    text-align: center;
}

.call span {
    font-size: 9rem;
    font-weight: bold;
    color: #FFFFFF;
}

.call img {
    vertical-align: middle;
    margin:-6rem 3rem 0 0;
}

.m-code {
    margin:13.8rem auto 10.2rem;
	width:44rem;
	height:42.6rem;
	background:#FFFFFF;
	text-align:center;
	line-height:42.6rem;

}

.m-code img {
    vertical-align: middle;
}

.record p{
    width:139.8rem;
    font-size: 5.5rem;
    color: #8C94A4;
    line-height: 10rem;
    text-align: center;
    margin: 0 auto;
}

/* PC端 */

.footers .pc {
    padding: 7.8rem 0 10.2rem 0;
    margin: auto;
}
.footers .pc a {
    margin: 0 1.4rem;
}

.footers .pc>div {
    width: 154rem;
    margin: 0 auto;
}

.footers .lf h6,
.footers .lf p {
    line-height: 7.5rem;
}

.lf>h6 {
    font-size: 3.2rem;
}

.lf .pc-call {
    font-size: 3.6rem;
}

.lf .mial {
    font-size: 2.6rem;
}

.lf .rt-border {
    border-right: 0.2rem solid #DADADA;
    padding-right: 8.1rem;
    margin-right: 7.7rem;
}

.lf .pc-code-box {
    width: 20.8rem;
    height: 19.7rem;
    background: #fff;
    text-align: center;
    line-height: 19.7rem;
    margin-top: 2rem;

}

.lf .pc-code-box img {
    /* margin-right: 2rem; */
    width: 17.2rem;
    height: 17.2rem;
    vertical-align: middle;
}

.footers .rt {
    text-align: right;
}

.rt .logo {
    margin: 2rem 0 4rem 0;
}

.rt .logo img {
    height: 4.4rem;
}

.rt .footer-nav a {
    font-size: 1.8rem;
    margin-left: 2rem
}

.rt .detial {
    margin-top: 4.8rem;
    color: #8C94A4;
    line-height: 4rem;
}

.rt .detial>p {
    font-size: 1.8rem;
}

.links-detial {
    display: inline-block;
}

.pc.appointment {
    text-align: center;
    font-size: 2.2rem;
    padding: 3.5rem 0 3.5rem;
    background: #fff;
    border-top: 0.2rem solid #EAEAEA;

}

.pc.appointment .btn {
    width: 16.2rem;
    height: 5.6rem;
    border: 0.2rem solid #338EF9;
    display: inline-block;
    font-size: 2rem;
    color: #338EF9;
    text-align: center;
    line-height: 5.6rem;
    cursor: pointer;
    margin-left: 2rem;
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
}

.pc.appointment .btn:hover {
    background: #338EF9;
    color: #fff;
    border: 0.2rem solid #fff;
}