.newHeadCon {
	width: 100%;
	max-height: 140px;
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.11);
	background-color: #fff;
	position: fixed;
	z-index: 88888;
	top: 0px;
	left: 0px;
}

.newHeadCon .topHead { 
	max-width: 1200px;
	min-width: 768px;
	margin: 0 auto;
	padding-top: 26px;
	padding-bottom: 26px;
	height: 40px;
	position: relative;
}

.newHeadCon .headLogo {
	width: 161px;
}


.newHeadRight {
	position: absolute;
	right: 0px;
	top: 30px;
	min-width: 120px;
}

.newHeadCon .guide {
	color: #5B5B5F;
	font-size: 12px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	text-align: center;
	margin-top:-26px;
}

.newHeadCon .guide i {
	position: absolute;
	font-size: 20px;
	color: #EB128E;
	left: 50%;
	margin-left: -10px;
	top: 53px;
}

.newHeadCon .guide p {
	font-size: 12px;
	position: absolute;
	height: 22px;
	line-height: 22px;
	width: 200px;
	color: #141416;
	text-align: center;
	top: 45px;
	left: 50%;
	margin-left: -100px;
	background-color: #DAF1FF;
	border-radius: 3px;
}
.nav-line-lkm{
	display: none;
	width:72px;
	height: 8px;
	background: url(../../../images/nav-line.png) no-repeat center center;
	z-index: 9999999999;
	background-size: 72px 8px;
	position: absolute;
	top: 39px;
	left: 50%;
	margin-left: -36px;
}
.navUl{
	margin-left:32px;
	margin-right: 10px;
}
.navUl li span.iconfont{
	color: #1C201E;
	position: absolute;
	left:-22px;
}
.navUl li.active .nav-line-lkm{
	display: block;
}
.navUl li.active span.iconfont,.navUl li.active a span,.navUl li:hover span.iconfont,.navUl li:hover a span,.navUl li.active span.iconfont,.navUl li:hover a{
	color: #0E92E4;
}
.newHeadCon .u-quick-nav {
	display: inline-block;
	margin-top:-26px;
}

.newHeadCon .u-quick-nav .user-nav {
	text-align: center;
	position: relative;
	cursor: pointer;
}

.newHeadCon .u-quick-nav a {
	display: inline-block;
	color: #208ED0;
}

.newHeadCon .u-quick-nav span {
	color: #5B5B5F;
	font-size: 12px;
}

.newHeadCon .u-quick-nav .user-nav i {
	font-size: 18px;
	color: #5B5B5F;
	position: relative;
	top: 2px;
	left: 5px;
}

.newHeadCon .u-quick-nav .user-nav .msg-count {
	width: 30px;
	height: 14px;
	background-color: #ff0078;
	color: #FFF;
	font-size: 12px;
	display: inline-block;
	border-radius: 5px;
	line-height: 14px;
	position: absolute;
	right: -15px;
	top: -9px;
}

.newHeadCon .u-quick-nav .user-nav .navs .refer-friends {
	width: 130px;
	height: 28px;
	background: #208ED0;
	line-height: 28px;
	margin: 10px auto;
	border-radius: 14px;
	color: #fff;
	box-sizing: border-box;
	padding-left: 0;
}

.newHeadCon .u-quick-nav .user-nav .navs .refer-friends a {
	text-align: center;
}

.newHeadCon .u-quick-nav .user-nav .nav-block {
	display: none;
	position: absolute;
	top: 32px;
	left: -47px;
	padding-top: 12px;
	z-index: 11000;
}

.newHeadCon .u-quick-nav .user-nav .navs {
	background-color: #000;
	width: 160px;
	padding: 8px 0 9px 0px;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.75);
}

.newHeadCon .u-quick-nav .user-nav .navs li.division-line {
	height: 1px;
	background-color: #8b8b8b;
	width: 115px;
	margin: 10px 0px 10px 12px;
}

.newHeadCon .u-quick-nav .user-nav .navs li {
	line-height: 25px;
}

.newHeadCon .u-quick-nav .user-nav .navs li a:hover {
	background-color: rgba(255, 255, 255, 0.7);
	color: #000000;

}

.newHeadCon .u-quick-nav .user-nav .navs li a {
	color: #fff;
	font-size: 12px;
	display: block;
	text-align: left;
	padding-left: 13px;
}

.newHeadCon .u-quick-nav .user-nav .msg-count {
	width: 24px;
	height: 12px;
	background-color: #e4007f;
	color: #FFF;
	font-size: 12px;
	display: inline-block;
	border-radius: 5px;
	line-height: 12px;
	position: absolute;
	right: -6px;
	top: -7px;
}

.newHeadCon .u-quick-nav .user-nav:hover .nav-block {
	display: block;
}

.newHeadCon .u-quick-nav .user-nav:hover .nav-block:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 9px solid rgba(0, 0, 0, 0.75);
	position: absolute;
	left: 101px;
	top: 3px;
}

.navCon {
	/* border-top: 0px; */
	box-shadow: none !important;
}

.newSearchCon {
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	max-width: 690px;
	width: 58%;
	margin-left: 82px;
}

.nsearchCon {
	height: 38px;
	position: relative;
	border: 1px solid #0E92E4;
	border-radius: 100px;
}
.nsearchCon.active{
	border: 2px solid #0E92E4;
	box-shadow: 0px 4px 8px 0px rgb(9 55 100 / 21%);
}

.nsearchCon i {
	font-size: 14px;
	margin-left: 25px;
	margin-right: 15px;
}

.nsearchCon button {
	cursor: pointer;
	font-size: 14px;
	color: #FFFFFF;
	width: 100px;
	background-color: #0E92E4;
	border: 0px;
	height: 40px;
	border-radius: 0px 100px 100px 0px;
	position: absolute;
	right: -1px;
}

.nsearchInput {
	height: 40px;
	font-size: 14px;
	background-color: transparent;
	border: 0;
}

.newHotCon {
	max-width: 690px;
	text-align: left;
	position: relative;
	font-size: 10px;
}

.newHotCon .hotEl {
	width: 92%;
	padding-left: 8%;
	overflow: hidden;
	margin-top: 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 15px;
}

.newHotCon span {
	font-size: 10px;
	color: #8b8b8b;
	display: inline-block;
}

.newHotCon .cardText {
	color: #000000;
	margin-right: 30px;
	cursor: pointer;
}

.newHotCon .cardText.active {
	color: #EB128E;
}
.newHotCon .cardText:hover{
	color: #0C80F4;
}
.newHotCon .nsearch-layer {
	position: absolute;
	max-height: 362px;
	overflow-y: auto;
	width: 100%;
	border-radius: 5px;
	z-index: 999;
	left: 50%;
	margin-left: -50%;
	top: 18%;
    /* transform: translateY(-10%); */
	background: #FFFFFF;
	box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.24);
	border-radius: 4px;
	border: 0;
	padding: 26px 0;
}
.newHotCon .nsearch-layer img{
	width: 60px;
	margin-right: 40px;
}
.newHotCon .nsearch-layer li {
	height: 40px;
	font-size: 16px;
	line-height: 30px;
	padding: 10px 48px;
	color: #1C201E;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: keep-all;
}

.newHotCon .nsearch-layer li .savebysearch {
	color: #1C201E;
	font-size: 16px;
}

.newHotCon .nsearch-layer li .udsearch {
	color: #FF5306;
	font-size: 18px;
}

.newHotCon .nsearch-layer li:hover {
	background-color: #F0F0F0;
}

.newHeadCon .goLogin {
	color: #1C201E;
	font-size: 14px;
	border-radius: 20px;
	border: 1px solid #1C201E;
	margin-right: 30px;
}

.newHeadCon .goRegistered {
	color: #FFFFFF;
	font-size: 14px;
	background-color: #0C80F4;
	border-radius: 20px;
	border: 1px solid #0C80F4;
	box-shadow: 0px 12px 24px 0px rgba(4, 54, 104, 0.33);
}
.newHeadCon .navUl li .nav{
	color: #1C201E;
	overflow: hidden;
}
.newHeadCon .navUl li .nav.active{
	background-color: transparent;
	color: #0C80F4;
	font-weight: bold;
	border-bottom: 2px solid #0C80F4;
}
.newHeadCon .navUl li.active a,.newHeadCon .navUl li:hover a{
	color: #0C80F4;
	font-weight: bold;
}
@media screen and (max-width: 1222px) {
	.newSearchCon {
		width: 47% !important;
	}
	.coupons-nav-item, .mine-nav-item{
		margin-right: 16px;
	}
	.newHeadCon .headLogo {
		margin-left: 16px;
	}

	.newHeadCon .guide {
		display: none !important;
	}
	.newHotCon .nsearch-layer{
		padding: 10px 0 !important;
	}
	.newHotCon .nsearch-layer li {
		font-size: 12px !important;
		padding: 10px !important;
	}
	.newHotCon .nsearch-layer li .savebysearch {
		color: #1C201E;
		font-size: 12px;
	}
	
	.newHotCon .nsearch-layer li .udsearch {
		color: #FF5306;
		font-size: 14px;
	}
}

/*动画 === start*/
.fadeInDownRe{
    -webkit-animation-name:fadeInDownRe;
    animation-name:fadeInDownRe;
    animation-duration: 0.4s;
}



@-webkit-keyframes fadeInDownRe {
    0% {
        opacity:0;
        -webkit-transform:translateY(-20px);
        transform:translateY(-20px);
    }
    100% {
        opacity:1;
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}

@keyframes fadeInDownRe {
    0% {
        opacity:0;
        -webkit-transform:translateY(-20px);
        -ms-transform:translateY(-20px);
        transform:translateY(-20px)
    }
    100% {
        opacity:1;
        -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
        transform:translateY(0)
    }
}
/*动画 === end*/

/*新版头部右侧 === start*/
.newHeadRight-div{
	width: 100%;
	margin-top:-10px;
}
.coupons-nav-item,.mine-nav-item{
	position: relative;
	text-align: center;
	height: 50px;
	cursor: pointer;
}
.coupons-nav-item{
	margin-right: 30px;
}
.coupons-nav-item .nav-text,.mine-nav-item .nav-text{
	font-size:12px;
	color: #555856;
	font-weight: 400;
}
.coupons-nav-item .iconfont,.mine-nav-item .iconfont{
	font-size:15px;
	color: #555856;
	font-weight: 400;
}
.coupons-nav-item:hover .nav-text,.mine-nav-item:hover .nav-text,.coupons-nav-item:hover .iconfont,.mine-nav-item:hover .iconfont,.coupons-nav-item.active .nav-text,.mine-nav-item.active .nav-text,.coupons-nav-item.active .iconfont,.mine-nav-item.active .iconfont{
	color: #0C80F4;
}
.mine-nav-item .nav-text .iconfont{
	font-size: 12px;
	margin-left:3px;
	transition: 0.5s all;
	transform-origin: center center;
}
.mine-nav-pop{
	position: absolute;
	width: 160px;
	min-height: 100px;
	background: #FFFFFF;
	box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.24);
	border-radius: 2px;
	z-index: 986;
	right: 0;
	margin-top:10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.mine-nav-pop ul li{
	box-sizing: border-box;
	text-align: left;
	width: 160px;
	height: 28px;
	font-size: 12px;
	line-height: 28px;
	font-weight: 400;
	padding-left:30px;
	color: #1C201E;
}
.mine-nav-pop ul li:hover{
	background-color: #F0F0F0;
	font-weight: 600;
}
.mine-nav-pop ul li:hover a{
	color: #0C80F4 !important;
}
.mine-nav-pop .nav-line-item{
	border-top:1px solid #E8E8E8;
	margin-top:12px;
	height: 1px;
	margin-bottom: 12px;
}
.mine-nav-pop .nav-grey-item a{
	font-weight: 400;
	color: #555856;
}
.coupons-nav-item-tips{
	position: absolute;
	border-radius: 4px;
	width: 168px;
	height: 17px;
	background-color: #0C80F4;
	font-size: 12px;
	color: #fff;
	top:40px;
	left:-68px;
}
.coupons-nav-item-tips i.iconfont{
	position: absolute;
	color: #0C80F4;
	font-size: 12px;
	top:-9px;
	transform:rotate(180deg);
}
.jtTrans{
	/* transition: 0.5s all; */
	transform: rotate(180deg);
	transform-origin: center center;
}
.mine-nav-pop li a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.none{
	display: none !important;
}
/*新版头部右侧 === end*/
.cnxhShowCon{
	width: 100%;
	min-height: 120px;
	background-color: #FFFFFF;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.12);
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	display: none;
}
.cnxhShowCon .cnxhShow{
	padding: 20px;
}
.cnxhShowCon .cnxhShow h3{
	color: #17171A;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 30px;
}
.cnxhShowCon .cnxhShow .cnxhItemCon{
	height: 80px;
	overflow: hidden;
}
.cnxhShowCon .cnxhShow .cnxhItemCon .cnxhItem{
	color: #17171A;
	font-size: 14px;
	margin-right: 24px;
	margin-bottom: 20px;
	display: inline-block;
}
.cnxhShowCon .cnxhShow .cnxhItemCon .cnxhItem:hover{
	color: #0C80F4;
}