
a {
	color: #221e1f;
}

.m-view {
	display: none;
}

.kin-bridge {
	display: block;
    width: 20px;
    height: 20px;
	line-height: 20px;
	font-family: abelRegular;
    font-size: 12px;
    text-align: center;
    color: #221e1f;
    position: absolute;
    top: -8px;
    right: -12px;
    background-color: #f9d00e;
    border-radius: 50%;
	overflow: hidden;
	-moz-user-select: -moz-none; 
    -moz-user-select: none; 
    -o-user-select:none; 
    -khtml-user-select:none; 
    -webkit-user-select:none; 
    -ms-user-select:none; 
    user-select:none;
}

/* 菜单 */
.new-menu-wrapper {
	position: fixed;
	top: 60px;
	left: 0;
	bottom: 0;
	z-index: 199;
	background-color: #fff;
	box-shadow: 0px 0px 13px 2px rgba(33, 28, 21, 0.11);
}

/* logo */
.new-logo {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 60px;
	padding: 0 18px;
}

.new-logo img {
	width: 110px;
}

/* 菜单列表 */
.new-menus {
	width: 146px;
}
.new-menu-list .new-menu-item {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 70px;
	padding-left: 18px;
	position: relative;
}
.new-menu-list .new-menu-item:hover {
	background-color: #f3f3f3;
}
.new-menu-list .new-menu-item.active,
.new-menu-list .new-menu-item.first.active {
	background-color: #e6e6e6;
}
.new-menu-list .new-menu-item .icon {
	font-size: 22px;
	color: #000;
}
.new-menu-list .new-menu-item span {
	font-family: AlternateGothicLT-No1;
	font-size: 20px;
	margin-left: 12px;
}

/* 头部 */
.new-kc-header-container {
	position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 200;
}

.new-kc-header-wrapper {
	width: 100%;
	/* position: fixed;
	top: 0;
	left: 0;
	z-index: 200; */
}

.new-kc-header-wrapper.new-temp2 {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
}

.new-kc-header-wrapper.new-kc-header-wrapper-white {
	z-index: 50;
}

/* notice */
.header-notice {
	display: flex;
    height: 48px;
    background-color: #f8f8f8;
    justify-content: center;
    align-items: center;
	padding-left: 146px;
}

.header-notice-container {
	max-width: 1170px;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
    height: 48px;
	margin: 0 30px 0 28px;
	position: relative;
}

.header-notice .header-notice-desc {
	color:#221e1f;
	font-family: abelRegular;
	font-size: 16px;
}

.header-notice a.header-notice-desc {
	cursor: pointer;
}

.header-notice a.header-notice-desc:hover {
	text-decoration: underline;
}

.header-notice-close {
	position: absolute;
    right: 0;
	font-size: 16px;
	color: #221e1f;
	cursor: pointer;
}

/*  */

.new-kc-header {
	height: 60px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	color: #221e1f;
	background-color: #fff;
	padding: 0 30px 0 28px;
	border-bottom: 1px solid #dcdddd;
}
.new-kc-header .header-right {
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.new-kc-header .desc {
	font-family: abelRegular;
	font-size: 16px;
	color: #221e1f;
}
.new-kc-header .head-user-section {
	height: 100%;
	position: relative;
	cursor: pointer;
	margin-right: 18px;
}
.new-kc-header .head-user-section::before {
	content: '';
	display: block;
	width: 2px;
	height: 20px;
	background-color: #221e1f;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}
.new-kc-header .head-user {
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 0 30px;
	justify-content: space-between;
	padding-right: 12px;
}
.new-kc-header .icon-packup {
	font-size: 16px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.new-kc-header .user-info {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
	padding-right: 18px;
}
.new-kc-header .user-info .icon {
	font-size: 20px;
	margin-right: 8px;
}
.new-kc-header .user-info span {
	font-family: AlternateGothicLT-No1;
	font-size: 20px;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.new-kc-header .icon-top_shopping_bag {
	font-size: 20px;
}

.head-user-list {
	display: none;
	width: 200px;
	position: absolute;
	top: 59px;
	right: 0;
	background-color: #fff;
	box-shadow: 0px 2px 6px 0px rgba(118, 118, 118, 0.52);
}
.user-list-top {
	display: none;
}
.head-user-item {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 56px;
	color: #221e1f;
	padding: 0 20px;
	cursor: pointer;
}

.head-user-item#logout{
	position: relative; 
}

.head-user-item#logout:before {
	content: "";
    height: 1px;
    width: calc( 100% - 40px );
    background: #221e1f;
    position: absolute;
    top: 0;
}

.head-user-item:hover {
	background-color: #f3f3f3;
}
.head-user-item .icon {
	font-size: 20px;
	margin-right: 12px;
}
.head-user-item span {
    font-family: AlternateGothicLT-No1;
    font-size: 20px;
    color: #221e1f;
}
.new-kc-header .head-user-section:hover .head-user-list {
	display: block;
}

.new-kc-header .head-user-section:hover .icon-top_user_line:before {
	content: "\e72f";
}

.new-kc-header .head-user-section:hover .icon-packup {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.head-go-shop {
	font-family: AlternateGothicLT-No1;
	font-size: 20px;
	margin-right: 30px;
}

/* 白色头部 */
.new-kc-header-wrapper.new-kc-header-wrapper-white .new-kc-header {
	height: 60px;
	color: #221e1f;
	background-color: #fff;
	padding: 0 42px 0 62px;
	border-bottom: 1px solid #dcdddd;
}
.new-kc-header-wrapper-white .head-logo {
	display: block;
	width: 110px;
}
.new-kc-header-wrapper-white .new-head-cart {
	display: block;
	position: relative;
	margin-right: 16px;
}

.new-head-cart {
	position: relative;
}

.new-head-cart:hover .icon-top_shopping_bag:before {
	content: "\e72a";
}

.new-kc-header-wrapper-white .icon-top_shopping_bag {
	font-size: 20px;
}
.new-kc-header-wrapper-white .new-head-cart:hover .icon-top_shopping_bag::before {
	content: "\e72a";
}
.new-kc-header-wrapper-white .head-user-list {
	top: 58px;
}

/* 遮罩 */
.new-kc-mask {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999998;
    display: none;
}

/* 头部通知 */
.head-notify-section {
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	margin-right: 30px;
}
.head-notify-section:hover .head-notify-list-view {
	display: block;
}
.head-notify-box ,.head-notify-box div {
	position: relative;
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
	align-items: center;
	font-family: AlternateGothicLT-No1;
	font-size: 20px;
	cursor: pointer;
}
.head-notify-section .icon-top_notice_line {
	font-size: 20px;
	cursor: pointer;
}
.head-notify-section .head-notify-box:hover .icon-top_notice_line::before {
	content: "\e72b";
}
.notify-cur {
	cursor: pointer;
}
/* 头部通知列表 */
.head-notify-list-view {
	display: none;
	width: 330px;
	position: absolute;
	top: 59px;
	right:-12px;
	background-color: #fff;
	box-shadow: 0px 2px 6px 0px rgba(118, 118, 118, 0.52);
}
.head-notify-item {
	display: block;
	line-height: 24px;
	padding: 9px 30px;
	border-bottom: 1px solid #dcdddd;
}
.head-notify-item:hover {
	background-color: #f3f3f3;
}
.head-notify-item-head {
	font-family: abelRegular;
	font-weight: normal;
	font-size: 14px;
	color: #11ae01;
	position: relative;
}
.head-notify-item-head.unread::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #d30000;
	position: absolute;
	left: -12px;
	top: 50%;
	margin-top: -3px;
}
.head-notify-item-body {
	width: 100%;
	font-family: Montserrat-SemiBold;
	font-size: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.head-notify-item-time {
	font-family: abelRegular;
	font-size: 14px;
	color: #777;
}

.head-notify-foot {
	display: block;
	line-height: 50px;
	font-family: abelRegular;
	font-size: 16px;
	padding: 0 30px;
}
.head-notify-foot:hover {
	background-color: #f3f3f3;
}

.new-kc-header-wrapper-white .head-notify-section {
	margin-right: 36px;
}
.new-kc-header-wrapper-white .head-notify-list-view {
	top: 57px;
}

.notify-empty {
    height: 250px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
	-webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.notify-empty .icon-notify-empty {
    width: auto;
    height: auto;
    font-size: 90px;
    color: #999;
}
.notify-empty p {
    font-family: abelRegular;
    font-size: 16px;
    color: #999;
}

/* 每个头部对应的样式 */
.new-temp2 .billing-page {
	padding-top: 70px;
}
.new-temp2 .container {
	padding-top: 60px;
}
.new-temp2 .detail-page {
	padding-top: 90px;
}
.new-temp2 .payment-page {
	padding-top: 80px;
}
.new-temp3 .new-kc-header-wrapper {
	display: none;
}

.new-temp3 .new-kc-header-wrapper {
	display: none;
}

.new-temp3 .header-notice {
	display: none;
}
.new-temp3 .layer-contain {
	padding-top: 0;
}

.head-notify-box .noti-mob {
	display: none;
}
.head-notify-box .noti-pc {
	display: block;
}


@media screen and (max-width: 640px) {

	/* notice */
	.header-notice {
		padding-left: 0px;
		height: 56px;
	}

	.header-notice-close {
		top: 18px;
		right: 26px;
	}

	.header-notice-container {
		height: 56px;
		margin: 0 auto;
		padding: 0 10px;
	}

	.header-notice .header-notice-desc {
		width: 75%;
		font-size: 14px;
		overflow: hidden;
		text-align: center;
		display: flex;
		align-items: center;
		word-break: break-word;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		justify-content: center;
		display: -webkit-inline-box;
	}

	/* end notice */

	.new-kc-header .header-right {
		overflow: hidden;
	}

	.head-go-shop {
		display: none;
	}

	.head-user-item span {
		font-family: AlternateGothicLT-No1;
		font-size: 20px;
	}

	.new-kc-header .head-user-section::before {
		width:0px;
	}

	.new-kc-header .head-user-section {
		margin-right: 36px;
		min-width: unset;
	}

	.head-notify-box .noti-mob {
		display: block 
	}
	.head-notify-box .noti-pc {
		display: none;
	}

	.m-view {
		display: block;
	}
	/* header */
	.new-kc-header-wrapper.new-kc-header-wrapper-white .new-kc-header {
		padding: 0 20px 0 10px;
	}
	.new-kc-header .head-user {
		width: auto;
		padding: 0;
	}
	.new-kc-header-wrapper-white .new-head-cart {
		margin-left: 0;
	}
	.new-kc-header .head-user .user-info .icon {
		margin-right: 32px;
	}
	.new-kc-header .user-info .icon,
	.new-kc-header-wrapper-white .icon-top_shopping_bag {
		font-size: 24px;
	}
	.new-kc-header .icon-packup,
	.new-kc-header .head-user .user-info span {
		display: none;
	}
	.new-kc-header-wrapper-white .head-logo {
		width: 100px;
	}

	/* user 的下拉菜单 */
	.new-kc-header-wrapper .head-user-list {
		display: block;
		width: 316px;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: auto;
		z-index: 999999;
		background: #fff;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		box-shadow: none;
	}
	.new-kc-header-wrapper .head-user-list.on {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.new-kc-header-wrapper .head-user-list .icon-close {
		font-size: 18px;
	}
	.head-user-item {
		height: 54px;
		padding: 0 24px;
		position: relative;
	}

	.head-user-item:nth-last-child(2) {
		margin-bottom: 14px;
	}

	.head-user-item:last-child::before {
		content: ' ';
		display: block;
		height: 1px;
		position: absolute;
		top: 0;
		left: 24px;
		right: 24px;
		background-color: #dcdddd;
	}
	.user-list-top {
		height: 50px;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		color: #221f1e;
		background-color: #fff;
		padding: 0 24px;
		margin-bottom: 14px;
		border-bottom: 1px solid #dcdddd;
	}

	.new-kc-header-wrapper-black .new-kc-header {
		height: 0;
		background-color: transparent;
		border-bottom: 0px;
	}
	.new-kc-header-wrapper-black .header-left,
	.new-kc-header-wrapper-black .head-user {
		display: none;
	}

	/* 左侧菜单 */
	.new-menu-wrapper {
		width: 0;
		top: 0;
		left: 0;
		background-color: transparent;
		border: 0;
	}
	.new-logo-section {
		height: 54px;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		padding: 0 15px;
		background-color: #fff;
		border-bottom: 1px solid #dcdddd;
	}
	.m-head-right {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		position: absolute;
		right: 15px;
	}
	.new-logo-section .icon {
		font-size: 24px;
	}
	.new-menu-m {
		position: absolute;
		left: 15px;
	}
	.new-logo {
		width: 100px;
		height: auto;
		padding: 0;
		margin: 0 auto;
	}
	.new-kc-header-wrapper-black .head-notify-section {
		display: none;
	}

	/* 菜单列表 */
	.new-menu-list {
		width: 316px;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		z-index: 999999;
		background-color: #fff;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	.new-menu-list.on {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.new-menu-list:after {
		display: none;
	}
	.new-menu-list .new-menu-item {
		height: 54px;
		border: 0;
	}
	.new-menu-list .new-menu-item.first {
		border: 0;
	}
	.new-menu-list .new-menu-item.active {
		border: 0;
	}
	.new-menu-list .new-menu-item.active::after {
		display: none;
	}
	.new-menu-top {
		height: 50px;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		border-bottom: 1px solid #dcdddd;
		padding: 0 24px;
		margin-bottom: 14px;
	}
	.new-menu-top .icon {
		font-size: 18px;
	}
	
	/* 每个头部对应的样式 */
	.new-temp3 .home {
		padding-top: 54px;
	}
	.new-temp3 .new-menu-user-m {
		opacity: 0;
		pointer-events: none;
	}

	/* notify 通知 */
	.m-head-right .head-notify-section {
		margin-right: 20px;
	}

	.new-kc-header .head-user .user-info .icon {
		margin-right: 0;
	}
	.new-kc-header .user-info {
		padding-right: 0;
	}
	.m-head-right .head-notify-section .head-notify-box:hover .icon-top_notice_line::before,
	.head-notify-section .head-notify-box:hover .icon-top_notice_line::before {
		content: "\e71f";
	}
	.head-notify-section {
		position: static;
	}
	.head-notify-list-view {
		width: 90%;
		position: fixed;
		top: 40px;
		left: 5%;
	}
	.new-menu-wrapper .head-notify-list-view {
		top: 54px;
	}
	
	.head-notify-section:hover .head-notify-list-view {
		display: none;
	}

	.head-notify-section .icon {
		font-size: 24px;
	}

	.head-notify-section .icon-notify-empty {
		font-size: 90px;
	}
	
	.kin-bridge {
		bottom: 11px;
		right: -10px;
	}

	.new-temp2 .billing-page {
		padding-top: 70px;
	}
}