.pc-footer {
	margin: 0;
	padding: 0;
	font-family: 'MyCustomFont', sans-serif;
}
.swiper-footer{
	width: 100vw;
	overflow: hidden;
	background-color: #232528;
	/* height: 170px; */
	
	/* line-height: 170px; */
}
.swiper-footer .swiper-wrapper{
	align-items: center;
	height: 100%;
	padding: 50px 0;
	/* overflow: hidden; */
}
.swiper-footer img{
	width: 90px;
	height: 60px;
}

::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
}
.whippletree{
    width: 100vw;
    height: 1px;
    background-color:#FFFFFF33;
}
.footer{
    background-color: #232528;
    width: 1400px;
    height: 400px;
    margin: 0 auto;
    padding-top: 80px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.footer-item{
    width: 16%;
    /* background-color: green; */
    color: #fff;
    font-size: 14px;
}
.footer-item:first-child{
    width: 20%;
    line-height: 28px;
}
.footer-item a{
    text-decoration: none;
    color: #FFFFFFB2;
    display: block;
    line-height: 30px;
}
.title{
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}
#underline-a{
    text-decoration: underline;
}
.star img{
    width: 24px;
    height: 24px;
}
.top-stat img{
    width: 88px;
    height: 20px;
}
.google{
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 30px;
}
.footer-bottom{
    width: 100vw;
    height: 65px;
    background-color:#221e1e ;
}
.footer-contant{
    width: 1400px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: space-between;
}
.copyright{
    color: #FFFFFF80;
    text-align: left;
    flex: 1;
    margin-left: 40px;
}