@charset "UTF-8";

/* header */
.header {
	position: relative;
	height: 50px;
	background: #FD521E;
}

.header .logo {
	display: block;
	width: 130px;
	height: 30px;
	padding: 10px 0 0 10px;
}

.header .logo img {
	display: block;
	width: 100%;
}

.header .search {
	position: absolute;
	top: 0;
	right: 35px;
	z-index: 1000;
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -9999em;
	background: url(../images/icon-search.png) no-repeat center center;
	background-size: 40%;
}

.header .search:hover {
	background-color: #0067d2;
}

.header .search span {
	display: none;
}

.header .user-icon {
	position: absolute;
	top: 0;
	right: 70px;
	z-index: 1000;
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -9999em;
	background: url(../images/icon-user.png) no-repeat center center;
	background-size: 40%;
}

.header .user-icon span {
	display: none;
}

.header .user-icon:hover {
	background-color: #0067d2;
}

.header .back {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -9999em;
	background: url(../images/icon-back.png) no-repeat center center;
	background-size: 12px 20px;
}

@media (min-width:641px) {
	body {
		width: 640px;
		margin: auto;
	}
}


.wqdPhoneContainer .wqdFixedContainer {
	display: none !important;
}

.addjianju {
	height: 20px;
}

.addfoot {
	position: fixed;
	bottom: 2px;
	width: 100%;
	z-index: 999;
}

.addfoot ul{
	display: flex;
	justify-content: space-between;
}

.addfoot ul li{
	width: 49.5%;
	text-align: center;
	background-color: rgba(253, 82, 30, 0.91);
	fill: rgba(253, 82, 30, 0.91);
	border-radius: 3px;
	padding: 8px 0;
}

.addfoot ul li a {
	color: white;
	font-size: 15px;
}
