.container {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

/* header */
.header-bar {
	height: 36px;
	line-height: 36px;
	background-color: #dfe2e6;
	border-bottom: 1px solid #d0d3db;
}

.header-bar-lt.l{
	display:none;
}

.remain-time {
	margin-left: 25px;
	color: #333;
}

.header-bar-rt a {
	color: #333;
}

.header-bar-rt .split {
	display: inline-block;
	width: 1px;
	height: 12px;
	background-color: #babdc2;
	margin: 0 10px;
}

.header-bar-rt .loginout-btn {
	color: #e81425;
}

.header-center {
	height: 150px;
	background: url(../images/headerbg.png) no-repeat center;
}

.header-center .logo {
	margin-top: 21.5px;
	margin-left: 30px;
}

.header-center .logo img {
	display: block;
}

.header-center .shopcart {
	position: relative;
	display: block;
	width: 94px;
	height: 50px;
	line-height: 50px;
	padding-left: 40px;
	margin-top: 54px;
	margin-right: 30px;
	border-radius: 2px;
	background-color: #eeeeee;
	background: #eeeeee url(../images/shopcart.png) 14px center no-repeat;
	cursor: pointer;
	color: #333;
}

.header-center .shopcart img {
	margin-left: 6px;
}

.header-center .shopcart .cart-num {
	position: absolute;
	left: 6px;
	top: -10px;
	height: 18px;
	line-height: 18px;
	padding: 0 12px;
	border-radius: 9px;
	background-color: #e81425;
	color: #fff;
}

.header-center .shopcart .cart-num:after {
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 3px solid transparent;
	border-top-color: #e81425;
	position: absolute;
	top: 18px;
	left: 13px;
	content: '';
}

.header-nav {
	height: 40px;
	line-height: 40px;
	background-color: #e81425;
	font-size: 16px;
	color: #fff;
}

.header-nav a {
	color: #fff;
}

.header-nav li {
	float: left;
}

.header-nav li a {
	display: block;
	padding: 0 40px;
}

.header-nav li.active {
	background-color: #c71321;
}

.header-nav .myweal-link {
	margin-left: 26px;
}


/* 2022-01-13 新增 */

.search {
	float: right;
	margin: 54px 120px 0 0;
	width: 600px;
	height: 46px;
	border: 2px solid #e81425;
}

.search-text {
	float: left;
	width: calc(100% - 81px - 25px);
	padding-left: 25px;
	height: 46px;
	line-height: 46px;
	font-weight: 600;
	border: 0;
}

.search-btn {
	float: left;
	width: 81px;
	height: 46px;
	background: url("../images/search_ico.png") center no-repeat #e81425;
	border: 0;
	cursor: pointer;
}

input,button {
	outline: none;
}

.mt20 {
	margin-top: 20px;
}

.ml20 {
	margin-left: 20px;
}

.com-box {
    background: #fff;
    box-shadow: 0px 2px 6px 0px rgba(6, 42, 108, 0.08);
}
