.nx-logo a {
    display: block;
}
.logo {
    margin-top: 20px;
}
.nx-line {
    display: inline-block;
    width: 1px;
    height: 20px;
    background: rgba(221,221,221,1);
    margin: 35px 15px;
}
.logo_tag {
    margin-top: 37px;
}
.nx-nav li {
    padding-left: 42px;
    height: 90px;
    line-height: 90px;
    position: relative;
    font-size: 16px;
}
.nx-nav li > a {
    color: #000;
}
.nx-nav li.active a {
    color: #F44E29;
}
/*  */
.fc-21{
    color:rgba(221,221,221,1);
}
.fc-9E{
    color: #9E9E9E;
}
.fc-9A{
    color: #9A9A9A;
}
.fs-22{
    font-size: 22px;
}
.head-line-50{
    line-height: 49px;
}

.head-logo{
    width:111px;
    height:50px;
    display: block;
    overflow: hidden;
}
.head-search{
    text-align: center;
	margin-top: 27px;
}
.mar-left-14{
	margin-left: 14px;
}

.head-search input{
    display: block;
    width: 124px;
    height:34px;
	line-height:34px;
    border:1px solid rgba(221, 221, 221, 1);
    text-indent:24px;
    border-top-left-radius:20px;
    border-bottom-left-radius:20px;
    font-size: 14px;
	float: left;
	border-right-color: #fff;
}
.head-search button {
    width: 76px;
    height: 36px;
    background: linear-gradient(-47deg, #FDC42E 0%, #FDB82C 100%);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: rgba(255,255,255,1);
    line-height: 36px;
}
.head-release{
    width:145px;
    height:42px;
    background:linear-gradient(-90deg,rgba(253,183,44,1),rgba(253,197,46,1));
    border-radius:20px;
    color:rgba(255,255,255,1);
    line-height: 42px;
}

.head-num{
    position: absolute;
    top: -2px;
    right: 0px;
    background: #F05931;
    border-radius: 10px;
    padding: 0px 4px
}
.head-img img{
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.nx-search {
    position: relative;
    margin-top:27px;
}
.nx-search i {
    position: absolute;
    right: 18px;
    line-height: 36px;
    color: #fff;
}
.nx-search .icon-sousuo {
    position: absolute;
    left: 18px;
    top: 10px;
    color: #fff;
}
.nx-search .search-txt {
    border: none;
    display: inline-block;
    width: 82px;
    height: 36px;
    background: linear-gradient(-47deg, #FDC42E 0%, #FDB82C 100%);
    border-radius: 18px;
    line-height: 36px;
    text-indent: 15px;
    padding-right: 26px;
    box-sizing: border-box;
    font-size: 14px;
}

/*发布需求*/

.release-need {
	margin-left: 10px;
	margin-top: 27px;
	position: relative;
}

.release-need span {
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #fff;
	width: 125px;	
    background: linear-gradient(-47deg, #FF6E02 0%, #FE580F 97%);
	border-radius: 18px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}
.release-need b {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    position: relative;
    left: 5px;
}
.dropdown {
    width: 125px;
    background: linear-gradient(-45deg, rgba(46, 64, 93, 1) 0%, rgba(33, 52, 82, 1) 100%);
    border-radius: 18px;
    position: absolute;
    z-index: 9;
    top: 37px;
    padding: 16px 0;
    display: none;
    box-sizing: border-box;
}
.release-need:hover .dropdown {
    display: block;
}
.dropdown p, .dropdown p a {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.dropdown p:hover, .dropdown p a:hover {
    color: #FDB72C !important;
}
.nx-photo-satus {
    margin-left: 20px;
    width: 60px;
	margin-top: 20px;
}
.icon-user {
    font-size: 21px;
    color: #b3b3b3;
    margin-left: 18px;
	position: relative;
	top: -1px;
}
.login-register {
    font-size: 12px;
    color: #9E9E9E;
}
.login-register a{
    color: #333;
}

.login-register a:hover {
    color: #f4421a!important;
}
.head-nav{
    height: 46px;
    line-height: 46px;
    display: block;
    margin-right: 46px;
    font-size: 15px;
    color: #fff !important;
    font-weight: 500;
	position: relative;
}
.head-nav:last-child{
    margin-right: 0px;
}
.head-nav-active{  
    /* color: #F44E29; */
}
.head-nav:hover {
	/* color: #F44E29; */
}
.head-nav.head-nav-active:after{
	width: 100%;
}
.head-nav:hover:after {
    width: 100%;
}
.head-nav:after{
	display: block;
	content: '';
	width: 0;
	height: 2px;
	background: #F44E29;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0px;
	transition: all .2s ease;
}

.head-new{
    position: absolute;
    top: -10px;
    right: -20px;
}

/* 改变input 的样式placeholder */
.head-search input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color:rgba(221,221,221,1);
}
.head-search input:-moz-placeholder, textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color:rgba(221,221,221,1);
}
.head-searchinput::-moz-placeholder, textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color:rgba(221,221,221,1);
}
.head-search input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color:rgba(221,221,221,1);
}
.arrow-down {
    border-right: 1px solid #666;
    border-top: 1px solid #666;
    height: 3px;
    width: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
    display: inline-block;
    position: relative;
    top: -3px;
    left: 1px;
}
.nx-know-box {
    width: 120px;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    top: 65px;
    left: 25px;
    z-index:800;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    display: none;
}
.nx-know-box ul {
    padding: 8px 0;
}
.nx-know-box ul li {
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #000;
    padding: 0;
}
.nx-know-box::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 48px;
    z-index: 99;
    width: 0;
    height: 0;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
/* 右侧栏 */
.new-Side {
    position: fixed;
    right: 0;
    top:400px;
    z-index: 100;
    margin-top: 0;
}
.float-window{
    width: 50px;
    height: 50px;
    display: block;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
    position: relative;
	color: #fff;
}
.posi-rela i{
    line-height: 50px;
    text-align: center;
    display: block;
	color: #9E9E9E;
}
.new-Side a .pc {
    width: 170px;
    background: #fff;
    box-shadow: 0px 0px 7px rgb(0 0 0 / 15%);
    border-radius: 8px;
    text-align: center;
    position: absolute;
    right: 59px;
    z-index: 1;
    display: none;
    top: 0;
	font-size: 16px;
	color: #333;
	overflow: hidden;
}
.posi-rela i.change-i{
    display: none;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
}
.posi-rela i.change-i b{
    display: block;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    padding-top: 5px;
}
.new-Side a:hover .pc{
    display: block;
}
.new-Side a:hover,.float-window:hover{
    background:#F4421A;
}
.new-Side a:hover i,.back-top :hover.text-i{
    color: #fff;
}
.pc .erweima{
    width: 160px;
    height: 156px;
    margin: 8px auto;
}
.pc .erweima img{
    display: block;
    width: 100%;
}
.paf-bot{
    padding-bottom: 10px;
}
.back-top img{
    display: block;
    margin: auto;
    padding-top:10px;
}
.text-i{
    display: none;
    font-size: 14px;
    width: 30px;
    margin: auto;
    padding: 6px 0px;
}
.gouwu-text{
    display: none;
    font-size: 14px;
    width: 30px;
    margin: auto;
    padding: 6px 0px;
    color: #fff;
    text-align: center;
}
.posi-rela i.service-text{
    display: none;
    font-size: 14px;
    width: 30px;
    margin: auto;
    padding: 6px 0px;
    color: #fff;
    text-align: center;
    line-height: 36px;
}
/* 头部登录后样式 */
.user-box{
    display: inline-block;
    float: left;
	width: auto;
	height: 63px;
	display: block;
	position: relative;
	top: 1px;
	left: 1px;
}
.down-b{
    line-height: 36px;
}
.strong-yh {
    font-weight: normal;
    max-width: 80px;
    display: inline-block;
    margin-right: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.nx-photo-box {
    width: 120px;
    /* height: 40px; */
    line-height: 40px;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    top: 45px;
    right: 0px;
    z-index: 9999;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    padding: 0 12px;
    box-sizing: border-box;
    display: none;
    text-align: center;
}
.nx-photo-box::after {
    content: '';
    position: absolute;
    top: -8px;
    right: 10px;
    width: 0;
    height: 0;
    border-bottom: 8px solid rgba(0, 0, 0, 0.05);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
.nx-photo-box::before {
    content: '';
    position: absolute;
    top: -6px;
    right: 12px;
    z-index: 99;
    width: 0;
    height: 0;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
/* 下拉 */
.nx-photo-box {
    width: 120px;
    /* height: 40px; */
    line-height: 40px;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    top: 45px;
    right: 0px;
    z-index: 9999;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    padding: 0 12px;
    box-sizing: border-box;
    display: none;
    text-align: center;
}
.down-head{
	margin-top: 26px;
}
.down-head:hover .nx-photo-box{
    display:block;
}
.back-top {
    background-image: url(/skin/fx/img/go-top.png);
    background-position: 0 249px;
}
.text-i{
    cursor: pointer;
}
.yuma-head-nav{
    position: relative;
}
.yuma-posi{
    position: absolute;
    right: -42px;
    top: -15px;
}
.flex-col {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.nx-news {
	margin: 24px 3px 0 13px;
	position: relative;
	cursor: pointer;
}
.nx-news .icon-xx {
    font-size: 21px;
    color: #b3b3b3;
    position: relative;
    top: 1px;
    font-weight: 400;
    left: 1px;
}
.nx-nums {
	position: absolute;
	top: -1px;
	right: 4px;
	height: 6px;
	background: rgba(240, 89, 49, 1);
	border-radius: 50%;
	display: inline-block;
	font-size: 12px;
	color: #fff;
	width: 6px;
	text-align: center;
}
.nx-news i {	
	font-size: 12px;
	color: #333333;
	position: relative;
	top: -1px;
	left: 1px;
}
/* 客服 */
.new-Side a:hover .kefu-active {
    display: block;
}
.new-Side a .kefu-active .erweima{
	width: 175px;
	    height: 175px;
	    overflow: hidden;
}
.new-Side a .kefu-active .erweima img{
	width: 165px;
	height: 165px;
	margin: 5px auto;
}
.new-Side a .kefu-active{
    background: #fff;
    box-shadow: 0px 0px 7px rgb(0 0 0 / 15%);
    border-radius: 8px;
    text-align: center;
    position: absolute;
    right: 59px;
    z-index: 1;
    display: none;
    top: 0;
    font-size: 16px;
    color: #333;
    overflow: hidden;
}