.uiwu-head {
	width: 100%;
	height: 90px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}

.uiwu-head-box {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	justify-content: space-between;
}

.uiwu-head-box-left{
	display: flex;
	align-items: center;
}

.uiwu-head-box-left img {
	width: 151px;
	height: auto;
}

.uiwu-head-box-left a:nth-child(1) {
    padding-right: 7px;
    border-right: 1px solid #fff;
}

.uiwu-head-box-nav {
	width: 830px;
	display: flex;
	height: 100%;
	align-items: center;
}

.uiwu-head-box-nav a,
.uiwu-head-box-nav div {
	flex: 1;
	text-align: center;
	font-size: 15px;
	font-family: Microsoft YaHei UI;
	font-weight: 400;
	color: #FFFFFF;
}

.uiwu-head-box-nav div {
	display: flex;
}

.uiwu-head-box-nav div img {
	width: 22px;
	height: 18px;
	margin-right: 5px;
}

.uiwu-head-box-nav .active .a {
	color: #1AE6A6;
}

.uiwu-head-box-nav-item {
	position: relative;
	height: 100%;
	align-items: center;
	cursor: pointer;
}

.uiwu-head-box-nav-menu {
	display: block !important;
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	background-color: #fff;
	height: 0;
	overflow: hidden;
	transition: height .3s;
}

.uiwu-head-box-nav-menu a {
	display: block;
	padding: 10px 0;
	color: #333333;
	font-size: 14px;
}

.uiwu-head-box-nav-menu-active {
	background-color: #1BD99E;
	color: #fff !important;
}

.drawer {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.4);
	display: none;
}

.drawer-menu {
	width: 6.66rem;
	height: 100vh;
	background: #333333;
	position: absolute;
	right: -6.66rem;
	top: 0;
	padding: 0 1.06rem;
}

.drawer-menu-close {
	padding-top: 0.66rem;
}

.uiwu-head-right-left {
	width: 3.33rem;
	height: 100vh
}

.drawer-menu-list{
	
}

.drawer-menu-list-item{
	margin-top: 0.53rem;
	font-size: 0.42rem;
}

.drawer-menu-list-item a{
	color: #fff;
}

.drawer-menu-list-item .a{
	display: block;
	color: #fff;
	position: relative;
	border-bottom: 1px solid #666666;
	padding-bottom: 0.4rem;
}

.drawer-menu-list-active .a::before{
	content: '';
	height: 0.05rem;
	width: 1.06rem;
	background-color: #1BD99E;
	position: absolute;
	bottom: -0.05rem;
	left: 0;
}

.drawer-menu-list-menu{
	background: rgba(255, 255, 255, 0.04);
	height: 0;
	overflow: hidden;
	transition: height .3s;
}

.drawer-menu-list-menu a{
	display: block;
	font-size: 0.37rem;
	padding:0 0.26rem;
	height: 1.06rem;
	line-height: 1.06rem;
}

.drawer-menu-list-menu-active{
	color: #1BD99E !important;
}

.drawer-menu-close img {
	width: 0.4rem;
	height: 0.4rem;
}

/* .uiwu-head-box-nav a.active::after{
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	height: 2px;
	background: #1AE6A6;
} */

/* 底部代码 */

.footer-container {
	width: 1200px;
	margin: 0 auto;
}

.footer-box {
	min-width: 1200px;
}

.footer-box .w-footer-box li {
	display: flex;
	flex-direction: column;
	/*align-items: center;*/
	overflow: hidden;
}

.footer-box .bot2 {
	text-indent: 0;
}

.footer-box .bottom-left {
	float: left;
	width: 229px;
	/*padding-right: 50px;*/
	border-right: 1px #3B3E44 solid;
}

.footer-box .bottom-left p:nth-child(1),
.footer-box .bottom-left p:nth-child(3),
.footer-box .bottom-left p:nth-child(5) {
	font-size: 14px;
	color: #D9CFCF;
	margin: 20px 0;
}

.footer-box .bottom-left p:nth-child(1) {
	margin-top: 0;
}

.footer-box .bottom-left p:nth-child(2) {
	font-size: 20px;
	color: #fff;
	font-family: bahnschrift;
}

.footer-box .bottom-left p:nth-child(4),
.footer-box .bottom-left p:nth-child(6) {
	font-size: 12px;
	color: #6F727D;
	line-height: 25px;
}

.footer-box .bottom-left p:nth-child(4),
.footer-box .bottom-left p:nth-child(6) {
	font-size: 12px;
	color: #6F727D;
	line-height: 25px;
}

.footer-box .bottomCopy {
	border-top: 1px solid #373c41;
	height: 70px;
	text-align: center;
	line-height: 1.5;
	font-size: 12px;
	color: #666666;
	margin-top: 22px;
	padding-top: 17px;
}

.footer-box .bottomLinks {
	border-top: 1px solid #373c41;
	/* height: 70px; */
	/* text-align: center; */
	line-height: 1.5;
	font-size: 12px;
	color: #666666;
	margin-top: 39px;
	padding-top: 17px;
}

.footer-box .bottomLinks .links{
	width: 1200px;
	margin: 0 auto;
}

.footer-box .bottomLinks .links a{
	color: #999;
	transition: color .5s;
	display: inline-block;
	margin-right: 15px;
	margin-top: 5px;
}

.footer-box .bottomLinks .links a:hover{
	color: #fff;
}

.footer-box.bottom {
	background: #2d3237;
	padding-top: 80px
}

.footer-box .bottom_ewm {
	text-align: center
}

.footer-box .bottom_ewm img {
	display: block;
	margin: 0 auto
}

.footer-box .bottom_ewm2 {
	margin-top: 11px !important;
	margin-bottom: 11px !important
}

.footer-box .bottom_ewm .desc {
	color: #666666;
	font-size: 12px;
	margin-top: 15px
}

.footer-box .bottom_1 {
	font-size: 14px;
	color: #cccccc;
	height: 48px;
}

.footer-box .bottom_2 {
	line-height: 30px;
	font-size: 12px;
	color: #999999;
}

.footer-box .bottom_2 a {
	color: #999999;
}

.footer-box .bottom_2 a:hover {
	text-decoration: none;
	color: #cccccc
}

.footer-box .mt20 {
	margin: 0
}

.footer-box .nopic .moveList_dd_img {
	display: none;
}

.footer-box .nopic .moveList_dd_content {
	width: 95%;
}

.ios-show {
	display: none;
}

@media screen and (min-width:320px) and (max-width:767px) {
	.ios-hide{
		display: none !important;
	}
	.footer-box {
		min-width: initial;
	}

	.footer-box.bottom {
		padding: 0.53rem 0.4rem;
		background: #3B3B3B;
	}

	.footer-container {
		width: initial;
	}

	.bottomCopy,.bottomLinks {
		display: none;
	}

	.uiwu-head {
		height: auto;
		padding: 15px;
		box-sizing: border-box;
	}

	.lxwm-content {
		width: 100%;
		margin-top: 0.53rem;
		display: flex;
		justify-content: space-between;
	}

	.lxwm-content-left {}

	.lxwm-content-left-item {
		margin-bottom: 0.53rem;
	}

	.lxwm-content-left-item .col-9 {
		color: #999;
	}

	.lxwm-content-right {
		text-align: center;
	}

	.lxwm-content-right img {
		width: 2.66rem;
		height: auto;
		margin: 0.26rem auto;
	}

	.uiwu-head-box {
		width: 100%;
	}

	.uiwu-head-box:nth-child(2) {
		margin-top: 0.4rem;
	}

	.uiwu-head-box img {
		width: 90px;
	}

	.uiwu-head-box-nav {
		width: initial;
	}

	.uiwu-head-box-nav a {
		display: none;
	}

	.uiwu-head-box-nav div img {
		width: 16px;
		height: 13px;
	}

	.uiwu-head-box-nav div span {
		font-size: 13px;
	}

	.ios-show {
		display: block;
		color: #fff;
		font-size: 14px;
	}

	.ios-show .uiwu-head-box-nav a {
		display: inline;
	}
	
	.ios-show .uiwu-head-box-nav a:nth-child(5){
		display: none;
	}

	.ios-show .uiwu-head-box-nav div {
		flex: initial;
		width: 44px;
		align-items: center;
		justify-content: flex-end;
	}
}

.hb-demand {
	height: 140px;
	background: url(../img/input-bg.png) no-repeat 0 0;
	background-size: 100% 100%;
}

.hb-demand .main {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
}

.hb-demand .main .close-icon {
	width: 19px;
	height: 19px;
	position: absolute;
	top: 15px;
	right: -90px;
	cursor: pointer;
}

.hb-demand .main .input-div {
	display: flex;
	color: #fff;
	margin-right: 60px;
	align-items: center;
}

.hb-demand .main .input-div div {
	margin-right: 30px;
}

.hb-demand .main .input-div input {
	height: 44px;
	border: 0;
	width: 240px;
	padding: 0 15px;
	border-radius: 5px;
}

.hb-demand .main .input-div select {
	height: 44px;
	border: 0;
	width: 240px;
	padding: 0 15px;
	border-radius: 5px;
	user-select: none;
	-webkit-user-select: none;
	outline: none;
	/*wl更改*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url("../img/arrow.png") no-repeat scroll right 15px center transparent;
	background-color: #fff;
}

.hb-demand .main .btn {
	cursor: pointer;
	width: 210px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #1BD99E;
	font-size: 16px;
}

@media screen and (min-width:320px) and (max-width:767px) {
	.hb-demand{
		background: url(../img/input-bg.png) no-repeat center center;
		background-size: cover;
		height: initial;
	}
	
	.hb-demand .main{
		width: initial;
		display: block;
		padding: 1.2rem 0.39rem 0.39rem;
	}
	
	.hb-demand .main .input-div{
		margin-right: 0;
		margin-bottom: 0.39rem;
	}
	
	.hb-demand .main .input-div div{
		font-size: 0.31rem;
		margin-right: 0;
		width: 2rem;
	}
	
	.hb-demand .main .input-div select,.hb-demand .main .input-div input{
		width: initial;
		flex: 1;
	}
	
	.hb-demand .main .btn{
		height: 1.1rem;
		width: initial;
		font-size: 0.39rem;
		flex: 1;
		border-radius: 0.19rem;
	}
	
	.hb-demand .main .close-icon{
		width: 0.4rem;
		height: 0.4rem;
		right: 0.39rem;
		font-size: 0%;
	}
}

