.footer-wrap {
	background: #ffffff;
}
.footer-wrap::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 4px;
	background: linear-gradient(-45deg, #fd723b, #541277);
}

.fwbot {
	width: 90%;
	margin: 0 auto;
	padding: 30px 0 20px;
}

.fwlogo {
	float: left;
}
.fwlogo img{
	width: 180px;
	height: auto;
}

.fwcenter {
	float: left;
	display: flex;
	margin-left: 100px;
	width: 70%;
}

.fwcitem {
	flex: 1;
}

.fwcright {
	float: right;
	cursor: pointer;
}

.fcitxt1,.fciadr1 {
	display: block;
	color: #151515;
	font-size: 20px;
	font-weight: bold;
}

.fcitxt2 {
	display: block;
	color: #727272;
	font-size: 16px;
	margin-top: 4px;
}
.fciadr2{
	display: none;
	color: #727272;
	font-size: 16px;
}
.fcitxt2 a{
	color: #727272;
}
.fcrup {
	color: #727272;
	font-size: 20px;
}

.fciewm {
	color: #727272;
	font-size: 14px;
}

.fciewm img {
	display: block;
	width: 180px;
	height: auto;
	border: 1px solid #ff6700;
}