footer.pc_footer {
	width: 100%;
	box-sizing: border-box;
	background-color: #404040;
	position: relative;
	padding: 60px 0px;
}

.pc_footer .container {
	box-sizing: border-box;
	padding: 0 100px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
}

.pc_footer .l1 {
	width: calc((485 / 1400) * 100%);
	border-right: 1px solid rgba(255,255,255,.05);
	margin-right: calc((60 / 1400) * 100%);
}

.pc_footer .l2 {
	width: calc((130 / 1400) * 100%);
	border-right: 1px solid rgba(255,255,255,.05);
}

.pc_footer .l3 {
	width: calc((480 / 1400) * 100%);
	box-sizing: border-box;
	padding-left: 60px;
}

.pc_footer .l4 {
	width: calc((245 / 1400) * 100%);
}

.pc_footer .l1 .logo {
	padding-bottom: 42px;
}

.pc_footer .l1 .logo img {
	display: block;
}

.pc_footer .l1 p {
	font-size: 14px;
	color: rgba(255,255,255,.3);
	line-height: 30px;
	font-family: 'pingfang';
}

.pc_footer .l1 p a {
    color: rgba(255,255,255,.3);
}

.pc_footer .l2 h5 {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	line-height: 16px;
	padding-bottom: 16px;
	position: relative;
}

.pc_footer .l2 h5:after {
	content: "";
	width: 10px;
	height: 1px;
	background-color: #e65991;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.pc_footer .l2 .footer_nav {
	padding-top: 15px;
}

.pc_footer .l2 .footer_nav li:first-child {
	display: none;
}

.pc_footer .l2 .footer_nav li a {
	display: block;
	font-size: 14px;
	color: rgba(255,255,255,.3);
	line-height: 34px;
	font-family: 'pingfang';
}

.pc_footer .l3 {
	border-right: 1px solid rgba(255,255,255,.05)
}

.pc_footer .l3 h5 {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	line-height: 16px;
	padding-bottom: 16px;
	position: relative;
}

.pc_footer .l3 h5:after {
	content: "";
	width: 10px;
	height: 1px;
	background-color: #e65991;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.pc_footer .l3 .contact {
	padding-top: 15px;
}

.pc_footer .l3 .contact p {
	font-size: 14px;
	color: rgba(255,255,255,.3);
	line-height: 34px;
	font-family: 'pingfang';
}

.pc_footer .l3 .contact p a {
	display: inline-block;
	font-family: 'pingfang';
	color: rgba(255,255,255,.3);
	line-height: 34px;
}

.pc_footer .l4 {
	padding-left: 40px;
}

.pc_footer .l4 h5 {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	line-height: 16px;
	padding-bottom: 16px;
	position: relative;
}

.pc_footer .l4 h5:after {
	content: "";
	width: 10px;
	height: 1px;
	background-color: #e65991;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.pc_footer .l4 ul.shop_list {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	padding-top: 20px;
}

.pc_footer .l4 ul.shop_list li {
	margin-right: 30px;
}

.pc_footer .l4 ul.shop_list li img {
	display: block;
}

.pc_footer .l4 .code {
	padding-top: 50px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
}

.pc_footer .l4 .code img {
	display: block;
	width: 100px;
	margin: 0 2.5px;
}

.pc_footer .l1 .share_list {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	padding-top: 40px;
}

.pc_footer .l1 .share_list li {
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.4;
	margin-right: 30px;
}

.pc_footer .l1 .share_list li a {
	display: block;
	height: 100%;
}

.pc_footer .l1 .share_list li:nth-of-type(1) {
	background-image: url(../images/footer_i1.png);
}

.pc_footer .l1 .share_list li:nth-of-type(2) {
	background-image: url(../images/ins.png);
	background-size: 100%;
}

.pc_footer .l1 .share_list li:nth-of-type(3) {
	background-image: url(../images/pinterest.png);
	background-size: 100%;
}

.pc_footer .l1 .share_list li:nth-of-type(4) {
	background-image: url(../images/footer_i4.png);
}

.wap_footer {
    width: 100%;
    height: 50px;
    background: #e65991;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
    padding:2px 0;
    display: none;
}

.wap_footer a {
    display: block;3
    padding-top: 2px;
    width: 25%;
    height: 45px;
    float: left;
    background: url(../images/public/footer.png) right center repeat-y;
    overflow: hidden;
}

.wap_footer a:last-child {
	background-image: none;
}

.wap_footer a img {
    display: block;
    height: 18px;
    margin: 0 auto;
    margin-top: 4px;
}

.wap_footer a p {
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 28px;
}


@media screen and (max-width: 1430px) {
	
	.pc_footer .container {
		padding: 0 20px;
	}
	
}

@media screen and (max-width: 550px) {
    
    .pc_footer {
        display: none;
    }
    
    .wap_footer {
        display: block;
    }
}