.footer{
    color: #cccccc;
    text-align: center;
    margin:2rem auto;
    font-size: 1rem;
}
/*底部导航栏*/
.footer_nav{
	position: fixed;
	z-index: 99;
	width: 25rem;
	height: 4.233rem;
	background-image: url(footer-nav-bg.png);
	background-position: center bottom;
	bottom: -0.033rem;
	left: 0;
	
}
.footer_nav .nav_list{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 25rem;
	height: 3.267rem;
}
.footer_nav .nav_list li{
	float: left;
	text-align: center;
}
.footer_nav .nav_list .nav_li01{
	width: 5.45rem;
	height: 3.267rem;
}
.footer_nav .nav_list .nav_li02{
	width: 3.2rem;
	height: 2.933rem;
	margin-top: -0.9rem;
	overflow: hidden;
	background-image: url(footer-nav-icon5.png);
}
.footer_nav .nav_list .nav_li01 .icon{
	width: 1.4rem;
	height: 1.4rem;
	margin: 0.3rem auto 0;
}
.footer_nav .nav_list .nav_li01 .nav_p{
	font-size: 0.8rem;
	color: #333;
	line-height: 1.2rem;
}
.footer_nav .nav_list li:nth-child(1) .icon{
	background-image: url(footer-nav-icon101.png);
}
.footer_nav .nav_list li:nth-child(2) .icon{
	background-image: url(footer-nav-icon201.png);
}
.footer_nav .nav_list li:nth-child(4) .icon{
	background-image: url(footer-nav-icon301.png);
}
.footer_nav .nav_list li:nth-child(5) .icon{
	background-image: url(footer-nav-icon401.png);
}

.footer_nav .nav_list li:nth-child(1):hover .icon{
	background-image: url(footer-nav-icon102.png);
}
.footer_nav .nav_list li:nth-child(2):hover .icon{
	background-image: url(footer-nav-icon202.png);
}
.footer_nav .nav_list li:nth-child(4):hover .icon{
	background-image: url(footer-nav-icon302.png);
}
.footer_nav .nav_list li:nth-child(5):hover .icon{
	background-image: url(footer-nav-icon402.png);
}

.footer_nav .nav_list .nav_li02 span{
	font-size: 0.733rem;
	color: #fff;
	margin-top: 1.5rem;
	display: block;
}
.footer_nav .nav_list .nav_li02 a{
	display: block;
	width: 3.2rem;
	height: 2.933rem;
	overflow: hidden;
}

.footer_nav .nav_list .nav_li01 a{
	display: block;
	width: 5.45rem;
	height: 3.267rem;
}

/*发布需求*/

.fbxq{
	width: 25rem;
	position: fixed;
	z-index: 980;
	height: 100%;
	background-color: rgba(13,18,48,0.9);
	display: none;
	top: 0;
}

.fbxq_box{
	position: absolute;
	z-index: 990;
	width: 22rem;
	height: 18.833rem;
	border-radius: 0.333rem;
	background-color: #fff;
	box-shadow: 0rem 0.333rem 1rem 0rem rgba(253, 100, 86, 0.2);
	top: 44%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.fbxq_box .title{
	width: 22rem;
	height: 6.666rem;
	background-image: url(fbxq-title.png);
	margin-top: -2.333rem;
}
.fbxq_box .input_box{
	width: 22rem;
	height: auto;
	margin: 0 auto;
}
.fbxq_box .input_box .input{
	width: 18rem;
	height: 2rem;
	border-radius: 1rem;
	border: 0.067rem solid #e5e5e5;
	margin: 1rem auto 0;
}
.fbxq_box .input_box .input:first-child{
	margin-top: 0.2rem;
}
.fbxq_box .input_box .input input ,.fbxq_box .input_box .input select{
	display: block;
	width: 15.4rem;
	height: 2rem;
	margin: 0 1.3rem;
	outline: none;
	border: none;
	font-size: 0.8rem;
	background-color: transparent;
}
.fbxq_box .btn{
	width: 18.12rem;
	height: 2.12rem;
	border-radius: 1.06rem;
	background-image: linear-gradient(0deg, 
		#fd6252 0%, 
		#ff7272 100%);
	color: #fff;
	font-size: 0.8rem;
	line-height: 2.12rem;
	text-align: center;
	margin: 1rem auto 0;
}
.fbxq_p{
	width: 22rem;
	height: 2.16rem;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(0deg, 
		#fd6252 0%, 
		#ff7272 100%);
	border-radius: 0rem 0rem 0.333rem 0.333rem;
	color: #fff;
	line-height: 2.16rem;
}
.fbxq_p span{
	display: block;
	padding-left: 1.4rem;
	width: 9rem;
	height: 2.16rem;
	margin: 0 auto;
	font-size: 0.733rem;
	background-image: url(fbxq-icon01.png);
	background-position: left center;
	background-size: 1.066rem 1.066rem;
}
.close_btn{
	position: absolute;
	width: 1.8rem;
	height: 10rem;
	z-index: 988;
	top: 40%;
	left: 50%;
	transition: .3s;
	transform: translate(-50%,-50%);
}
.close_btn.on{
	-webkit-animation:move1 2s 1 ease 0.3s;
	animation:move1 2s 1 ease 0.3s;
	animation-fill-mode: forwards;
}
@keyframes move1 {
  0%, 100% {
	  top: 40%;
  }
  50% {
	  top: 70%;
  }
  75% {
	  top: 69%;
  }
	100%{
		top: 69%;
	}
}
.close_btn .line{
	width: 0.067rem;
	height: 8rem;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
}
.close_btn .close_icon{
	width: 1.67rem;
	height: 1.67rem;
	position: absolute;
	top: 8rem;
	left: 50%;
	transform: translate(-50%,0);
	border-radius: 50%;
	background-image: url(close-btn.png);
}

.zyyw_main{
	width: 25rem;
	height: 100vh;
	position: fixed;
	z-index: 199;
	overflow: hidden;
	bottom: 0;
	display: none;
    background-color: rgba(13,18,48,0.4);
    transition: .3s;
}
.zyyw_main.on{
	display: block;
}
.zyyw{
	z-index: 200;
	width: 23.433rem;
	height: auto;
	position: fixed;
	bottom: -20rem;
	left: 50%;
	transform: translate(-50%,0);
	border-radius: 0.333rem;
	background-color: #ffffff;
	opacity: 0;
	transition: .5s;
	box-shadow: 0rem 0.033rem 0.333rem 0rem rgba(0, 0, 0, 0.06);
}
.zyyw.on{
	bottom: 5.4rem;
	opacity: 1;
}
.zyyw::after{
	position: absolute;
	content: "";
	z-index: 100;
	border-top: 0.8rem solid #fff;
	border-left: 0.8rem solid transparent;
	border-right: 0.8rem solid transparent;
	border-bottom: 0.8rem solid transparent;
	left: 6.5rem;
	bottom: -1.6rem;
}
.zyyw li{
	float: left;
	width: calc((23.333rem / 3) - 0.033rem);
	height: 2.633rem;
	font-size: 0.8rem;
	color: #666;
	text-align: center;
	line-height: 2.633rem;
	border-right: 0.033rem solid #f5f5f5;
}
.zyyw li:nth-child(3n){
	width: calc(23.333rem / 3);
	border-right: none;
}
.zyyw li:nth-child(-n + 3){
	border-bottom: 0.033rem solid #f5f5f5;

}
.zyyw li a{
	display: block;
	width: calc((23.333rem / 3) - 0.033rem);
	height: 2.633rem;
}

.the-from{
    width: 23rem;
    height: 17.2rem;
    background-color: #ffffff;
    border-radius: 0.333rem;
    margin:1rem 0 0 1rem;
}
.head-bg{
    width: 23rem;
    height: 3.333rem;
    background-image: url("5.png");
    background-size: 23rem 3.333rem;
}
.the-from{

}
.the-from select{
    text-indent: 0.667rem;
    margin: 1rem 0 0 1rem;
    width: 21rem;
    height: 1.533rem;
    background-color: #f0f0f0;
    font-size: 0.733rem;
    border:0;
    outline:none;
}
.the-from select .default{
    color: #c3c3c3;
}
.the-from select option{
    width: 21rem;
    height: 1.533rem;
    font-size: 0.733rem;
}
.the-from #tel{
    width: 10rem;
    height: 1.533rem;
    background-color: #f0f0f0;
    float: left;
    font-size: 0.733rem;
    border:0;
    outline:none;
    margin-left:1rem ;
    margin-top: 0.6rem;
    text-indent:0.667rem ;
}
.the-from #name{
    width: 10rem;
    height: 1.533rem;
    background-color: #f0f0f0;
    float: left;
    font-size: 0.733rem;
    border:0;
    outline:none;
    margin-top: 0.6rem;
    margin-left:1rem ;
    text-indent:0.667rem ;
}
.the-from #content{
    width: 20.933rem;
    height: 4.733rem;
    background-color: #f0f0f0;
    border-radius: 0.167rem;
    outline:none;
    border:0;
    margin:0.6rem 0 0  1.033rem ;
    resize : none;
    box-sizing: border-box;
    padding:.6rem;
    font-size: 0.733rem;
}

.the-from .ajax-a{
    width: 8.533rem;
    height: 1.533rem;
    background-color: #ff6000;
    border-radius: 0.767rem;
    display: block;

    font-size: 0.8rem;
    text-align: center;
    color: #ffffff;
    line-height: 1.533rem;

    margin:1rem 0 0 7.233rem;
}

.end{
    font-size: 0.8rem;
   text-align: center;
    color: #cccccc;
    margin:0.967rem 0 0 0;
}
.nav{
    width:6rem;
    height:10rem;
    background-color:#fff;
    position:absolute;
    top:3rem;
    right:-6rem;
    transition:right 0.3s;
    z-index:666;
        border:0.05rem solid #f5f5f5;
}
.navon{
    right:0rem;
}
.nav ul{
    width:100%;
    height:100%;

}
.nav ul a{
    display:block;
    width:100%;
    height:2rem;
    border-bottom:0.05rem solid #f5f5f5;
    font-size:1rem;
    display: flex;
    align-items: center;
    line-height:1em;
    padding-left:1rem;
    box-sizing: border-box;
}
.nav ul li:last-child{
    border-bottom:none;
}
#app{
position:absolute;
top:0.8rem;
right:1rem;
}