.sendtip {
	height: 80px;
	position: fixed;
	top: 0;
	z-index: 5;
	width: 100%;
	background: url(../../static/image/sendtip.jpg) no-repeat center;
	display: block;
}

.sendtip .sendtipimg {
	margin-top: 15px;
}

.sendtipclose {
	position: absolute;
	right: 10px;
	top: 0;
}

.sendtipclose img {
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.header.nation_day {
	top: 80px;
}

body.nation_day {
	/* padding-top: 130px;*/
}

/* 春节发货通知 */
/* html,
body {
	overflow-y: hidden;
}*/

.a_mask {
	display: none;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 6;
}

.spring_mask {
  display: none;
	width: 646px;
	height: 585px;
	background-color: #ffffff;
	border-radius: 15px;
	background: url(../image/spring_bg.png) left center no-repeat;
	position: fixed;
	left: 50%;
	margin-left: -323px;
	top: 50%;
	margin-top: -290px;
	z-index: 10;
}

.spring_mask .red {
	color: #b30100;
}

.spring_content {
	width: 80%;
	margin: 105px auto 0;
}

.spring_content h3 {
	font-size: 22px;
	color: #414141;
	font-weight: bold;
	line-height: 28px;
}

.spring_content h3 span {
	font-weight: bold;
}

.spring_content p {
	font-size: 16px;
	color: #414141;
	padding-top: 10px;
	line-height: 20px;
}

.spring_btn {
	background-image: linear-gradient(96deg, #ea560d 0%, #f37615 61%, #fb951d 100%);
	font-size: 22px;
	line-height: 51px;
	text-align: center;
	display: block;
	width: 341px;
	cursor: pointer;
	height: 51px;
	border-radius: 25.5px;
	color: #ffffff;
	margin: 15px auto 0;
}

.spring_img {
	padding: 20px 0 0;
	border-top: 1px solid #ccc;
	margin-top: 20px;
}

.spring_close {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}

.spring_mask {
    display:none;
	width: 646px;
	height: 540px;
	background-color: none;
	border-radius: 15px;
	background: none;
	position: fixed;
	left: 50%;
	margin-left: -323px;
	top: 50%;
	margin-top: -290px;
	z-index: 10;
}

.spring_content {
	width: auto;
	margin: 10px auto 0;
}
