.addfooter {
	position: relative;
	background-color: #272727;
}

.addfooter .topBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 90px 0 10px;
}
.addfooter .navBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1000px;
	width: 70%;
}

.addfooter .navBox .h1 {
	color: rgba(255,255,255,0.9);
	font-family: "HYQIHEI65S";
	font-size: 20px;
	line-height: 1.6;
	text-align: left;
	margin-bottom: 30px;
}

.addfooter .navBox a {
	display: block;
	color: rgba(255,255,255,0.3);
	font-family: "HYQIHEI55S";
	font-size: 16px;
	line-height: 1.7;
	transition: all 0.5s;
	margin-bottom: 10px;
}

.addfooter .navBox a:hover {
	color: #ff7500;
}

.addfooter .codeBox {
	max-width: 390px;
	width: 100%;
	text-align: right;
}

.addfooter .codeBox .number {
	font-size: 30px;
	color: #ec6900;
	line-height: 36px;
	font-weight: bold;
	margin-bottom: 5px;
}

.addfooter .codeBox .time {
	font-size: 16px;
	color: #f9f9f9;
	line-height: 36px;
	margin-bottom: 10px;
	font-family: OPPOSans-L;
}

.addfooter .codeBox .code {
	display: inline-block;
	width: 110px;
}

.addfooter .codeBox .name {
	font-size: 14px;
	color: #bbbbbb;
	line-height: 36px;
	text-align: center;
	margin-top: 5px;
	font-family: OPPOSans-L;
}

.addfooter .shareBox {
	float: right;
	max-width: 30%;
}
.addfooter .timeBox{
	text-align: right;
}
.addfooter .phone {
	font-size: 20px;
	line-height: 1.6;
	color: rgba(255,255,255,0.9);
	font-family: "HYQIHEI65S";
}

.addfooter .time {
	font-size: 16px;
	line-height: 1.6;
	color: rgba(255,255,255,0.3);
	font-family: "HYQIHEI65S";
}

.addfooter .qrCode{
	text-align: right;
	margin-top: 60px;
}
.addfooter .qrCode span{
	display: inline-block;
}
.addfooter .qrCode img{
	/*max-width: 100%;*/
	width: 90px;
	/*opacity: 0.3;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;*/
}
/*.addfooter .qrCode img:hover{
	opacity: 1;
}*/
.addfooter .qrCode img.ic2{
	display: none;
}
.addfooter .qrCode span:hover img.ic1{
	display: none;
}
.addfooter .qrCode span:hover img.ic2{
	display: inline-block;
}
.addfooter .share {
	margin-top: 50px;
	font-size: 0;
}
.addfooter .share>span{
	display: inline-block;
	padding: 10px 0px;
	text-align: center;
}
.addfooter .share a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 16px;
	transition: all 0.3s ease;
}
.addfooter .share a:last-child{
	width: 31px;
	text-align: right;
}
.addfooter .share a:hover {
	/*background: rgba(255, 255, 255, 0.09);*/
}
.addfooter .share a .ic2{
	display: none;
}
.addfooter .share a:hover .ic1{
	display: none;
}
.addfooter .share a:hover .ic2{
	display: inline-block;
}
.addfooter .share a>img{
	max-width: 21px;
}
.addfooter .code {
	position: absolute;
	top: -120px;
	right: 0;
	width: 100px;
	padding: 5px;
	background-color: #fff;
	border-radius: 5px;
	display: none;
	box-sizing: border-box;
}

.addfooter .code::before {
	position: absolute;
	content: "";
	bottom: -8px;
	right: 10px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #fff;
}
.addfooter .code img{
	width: 100%;
}
.addfooter .infoBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px 0 40px;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.addfooter .text {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color: rgba(255,255,255,0.3);
	font-family: "HYQIHEI55S";
	font-size: 16px;
	line-height: 1.7;
}

.addfooter .text a {
	color: #6c7073;
}

.addfooter .backTop {
	color: rgba(255,255,255,0.3);
	font-family: "HYQIHEI55S";
	font-size: 16px;
	line-height: 1.7;
	/*padding-left: 27px;
	background-image: url(../images/icon15.png);
	background-repeat: no-repeat;
	background-position: left center;*/
	cursor: pointer;
}

.addfooter .color {
	margin-right: 10px;
}
@media only screen and (max-width: 1024px){
	.addfooter .wrap {
		width: 100%;
	}

	.addfooter .topBox {
		padding: 40px 0 30px;
	}
	.addfooter .navBox{
		width: 100%;
		max-width: 100%;
	}
	.addfooter .navBox .h1 {
		line-height: 40px;
		border-bottom: 1px solid #333;
	}

	.addfooter .navBox .item {
		width: 100%;
	}
	.addfooter .shareBox{
		float: none;
		width: 100%;
		max-width: 100%;
		padding: 0 5%;
		box-sizing: border-box;
		margin-top: 30px;
	}
	.addfooter .timeBox{
		float: left;
		width: 70%;
		text-align: left;
	}
	.addfooter .qrCode{
		float: right;
		width: 25%;
		margin-top: 0;
		display: none;
	}
	.addfooter .share{
		float: left;
		width: 70%;
		margin-top: 0.3rem;
	}
	.addfooter .share>span{
		padding: 0.1rem 0;
	}
	.addfooter .share a{
		width: 0.4rem;
		height: 0.4rem;
		line-height: 0.4rem;
	}
	.addfooter .backTop {
		/*position: absolute;
		top: 5px;
		left: 50%;
		transform: translate(-50%, 0);*/
		color: #aaa;
		position: absolute;
		right: 5%;
		bottom: 1.3rem;
		font-size: 0.22rem;
	}

	.addfooter .navBox {
		/*border-top: 1px solid #333333;*/
	}

	.addfooter .navBox .h1 {
		position: relative;
		width: 90%;
		margin: 0 auto;
		font-size: 0.2rem;
		line-height: 0.88rem;
	}

	.addfooter .navBox .nav {
		padding: 0.1rem 5%;
		background-color: #333333;
	}

	.addfooter .navBox .h1::after {
		position: absolute;
		content: "";
		top: 50%;
		right: 0;
		margin-top: -0.02rem;
		width: 0.2rem;
		height: 0.04rem;
		background-color: #fff;
	}

	.addfooter .navBox .h1::before {
		position: absolute;
		content: "";
		top: 50%;
		right: 0.08rem;
		margin-top: -0.1rem;
		width: 0.04rem;
		height: 0.2rem;
		background-color: #fff;
		transition: all 0.5s ease;
	}

	.addfooter .botBox {
		padding: 0 5%;
	}

	.addfooter .navBox .h1.on::before {
		transform: rotate(90deg);
	}

	.addfooter .navBox a {
		font-size: 0.18rem;
		line-height: 0.4rem;
	}
	
	.addfooter .phone{
		font-size: 0.2rem;
	}
	.addfooter .time{
		font-size: 0.18rem;
	}
	.addfooter .infoBox{
		padding: 0.2rem 0 0.4rem;
	}
	.addfooter .text{
		font-size: 0.18rem;
	}
	.addfooter .qrCode img{
		width: 1.2rem;
	}
	.addfooter .code{
		opacity: 0;
	}
}
@media only screen and (max-width: 768px){
	.addfooter .backTop{
		bottom: 1.6rem;
		font-size: 0.2rem;
	}
}
@media only screen and (max-width: 580px){
	.addfooter .share a{
		width: 36px;
		height: 36px;
		line-height: 36px;
	}
	.addfooter .infoBox{
		display: block;
		width: 100%;
	}
	.addfooter .text{
		display: block;
		text-align: center;
	}
	.addfooter .qrCode img{
		width: 1.4rem;
	}
	.addfooter .backTop{
		bottom: 1.8rem;
	}
}
@media only screen and (max-width: 414px){
	.addfooter .backTop{
		bottom: 2rem;
	}
}
@media only screen and (max-width: 375px){
	.addfooter .share a{
		width: 32px;
		height: 32px;
		line-height: 32px;
	}
	.addfooter .share a img{
		max-width: 18px;
	}
	.addfooter .qrCode img{
		width: 1.5rem;
	}
	
}