.wh100{
  width: 100%;
  height: 100%;
  display: block;
}
body {
	min-height: 300px;
	padding-top: 124px !important;
	font-family: Arial, Geneva, Helvetica, sans-serif;
}
#header {
	width: 100%;
	position: fixed;
	height: 124px;
	left: 0;
	top: 0;
	z-index: 999;
	background: #fff;
	border-bottom: 1px solid #e7e7e7;
}
#header .header-content {
	height: 124px;
	background: transparent;
}
#header .header-top {
  padding-top: 30px;
  padding-bottom: 20px;
}
#header .header-top .header-logo {
  width: 120px;
  height: 20px;
}
#header .header-top .header-user {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border:1px solid rgb(0 0 0 / 18%);
  overflow: hidden;
  margin-left: 27px;
}
#header .header-top .header-person ol {
  margin-left: 25px;
  width: 400px;
}
#header .header-top .header-person ol li{
  margin-left: 36px;
  cursor: pointer;
  position: relative;
}
#header .header-top .header-person ol li img{
  margin-right: 8px;
}
#header .header-top .header-person ol li span.texthead{
  font-size: 14px;
  font-weight: 400;
  color: #000028;
  line-height: 20px;
}
#header .btn-entrance{
  margin-left: 6px;
}
	#header .header-btm ul {
		margin-top: 10px;
		margin-bottom: 0;
	}
#header .header-btm ul li{
  padding-right: 58px;
  height: 44px;
}

	#header .header-btm ul li:last-child {
		padding-right: 0;
	}

#header .header-btm ul li a{
  font-size: 18px;
  color: #000028;
  line-height: 28px;
	position: relative;
	display: block;
}
/*#header .header-btm ul li a.choose::after,#header .header-btm ul li a:hover::after {
  position: absolute;
  width: 100%;
  content: "";
  height: 4px;
  background: #009999;
  bottom: -10px;
  left: 0;
}*/
	#header .header-btm ul li a.choose::after{
		position: absolute;
		width: 100%;
		content: "";
		height: 4px;
		background: #009999;
		bottom: -10px;
		left: 0;
	}
#header .header-btm ul li a .prime-icon {
  width: 40px;
  margin-left: 6px;
  margin-top: -30px;
  display: inline-block;
}
	#header .sevenday {
		height: 40px;
		position: relative;
		top: -50px;
		margin-right: 325px;
		float: right;
	}

		#header .sevenday img {
			display: block;
		}
/* 搜索 */
#header .input-group {
	width: 310px;
	outline: none;
	overflow: hidden;
	margin-top: -57px;
	position: relative;
	top: 6px;
}
#header .input-group input {
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px!important;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #4C4C68;
	background: #EBF7F8;
	font-family: Arial, Geneva, Helvetica, sans-serif;
}
#header .input-group input:focus{
  border: none;
  border-bottom: 1px solid #4C4C68;
  box-shadow:none;
  padding:0;
}
#header .input-group-addon {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: linear-gradient(180deg, #00FFB9 0%, #00E6DC 100%);
  padding:0;
}
#header .input-group-addon img {
  display: block;
  margin: 10px auto;
}
#header .pos-a{
  position: fixed;
  z-index: 99;
  top: 124px;
  width: 100%;
  padding: 33px 0 10px 0;
  display: none ;
  left: 0;
}
#header .menuNew .col{
  width: 200px;
  margin-right: 107px;
}
#header .menuNew>div{
  display: none;
}
#header .menuNew>div.choose{
  display: block;
}
#header .menuNew .col:last-child{
  margin-right: 0;
}
#header .menuNew h6{
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 20px;
  position: relative;
  left:0;
}

	#header .menuNew h6 a {
		color: #005578 !important;
		font-weight: bold;
		font-size: 16px;
	}
#header .menuNew h6::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -12px;
  background-color: #CBD4DD;
}
#header .menuNew ul li{
  margin-bottom: 15px;
  padding-left: 18px;
  position: relative;
}
#header .menuNew ul li a{
  font-size: 14px;
  font-weight: 400;
  color: #2D373C;
  line-height: 20px;
  display: block;
}
#header .menuNew ul li.sm-tit{
  font-size: 14px;
  font-weight: 400;
  color: #9A9A9A;
  padding-left: 4px;
}
#header .menuNew ul li::after {
  position: absolute;
  content: "";
  background: url(../img/nav/arrow-r.png);
  background-size: 100% 100%;
  width: 12px;
  height: 12px;
  left: 0;
  top: 4px;
}
#header .menuNew ul li.sm-tit::after{
  display: none;
}
#header .close-menu{
  position: absolute;
  right: 0;
  cursor: pointer;
}
#header .code-box{
  width: 500px;
  height: 230px;
  background: #EBF0F5;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 35px;
  right: 0;
  z-index: 999;
  display: none;
}
#header .code-box::after{
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  right: 64px;
  width: 0;
  height: 0;
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent #EBF0F5;
}
#header .code-box-img {
  width: 170px;
  height: 170px;
  background: #fff;
  margin: 30px;
}
#header .code-box-img img{
  width: 100%;
  height: 100%;
  display: none;
  /*padding: 10px;*/
}
#header .code-box ul{
  width: 270px;
}
#header .code-box ul li {
  height: 45px;
  background: #FFFFFF;
  padding-left: 14px;
  border-bottom: 1px solid #EBF0F5;
  margin-left: 0!important;
  text-align:left;
  width:95%;
  padding:0px;
  padding-left:10px;
}
#header .code-box ul li a{
  font-size: 16px;
  font-weight: 400;
  color: #011629;
  line-height: 45px;
  height: 45px;
  width: 100%;
  display: block;
}
#header .code-box ul li:last-child {
  border-bottom: none;
}
#header .code-box ul li:hover {
  background: #EBF0F5;
  border-bottom: none;
}


.content {
	width: 1200px;
	margin: 0 auto;
	min-height: 60px;
	position: relative;
	background-color:transparent!important;
}

.input-group {
	display: flex;
	float: right;
}
/*
.code-box {
	width: 120px;
	height: 120px;
	background: #FFFFFF;
	box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 12%);
	padding: 10px;
	position: absolute;
	top: 35px;
	left: 96px;
	z-index: 9;
	display: none;
}*/

.bgEBF0F5 {
	background: #EBF0F5;
}



#exampleInputAmount {
	width: 265px;
}

.brand-logo img {
	width: 120px;
	height: 20px;
	/*margin-left:20px;*/
}

.header .header-wrapper {
	padding-left: 0px !important;
	padding-right: 0 !important;
	padding-top: 25px !important;
	margin-top: 0;
}
.header-btm{
	margin-top:23px;
}
.header-buttons li + li:before{
	left:0px;
	width:0px;
}

.clearfix1::after {
	content: "";
	display: block; 
	height: 0; 
	visibility: hidden;
	clear: both; 
}



#header .code-box {
	width: 546px;
	height: 322px;
}

#header .code-box-img {
	width: 210px;
	height: 210px;
	margin: 33px;
}

#header .menuNew h6 {
	padding-left: 17px;
}

	#header .menuNew h6 a:hover, #header .menuNew ul li a:hover {
		text-decoration: underline !important;
	}

	#header .menuNew h6::before {
		position: absolute;
		content: "";
		background: url(../img/nav/arrow-r.png);
		background-size: 100% 100%;
		width: 12px;
		height: 12px;
		left: 0;
		top: 8px;
		font-weight:bold;
	}

#header .menuNew ul li a.hightlight {
	color: #042750;
	font-weight: bold;
}
.huise {
	color: #999 !important;
}
.huise:hover {
	color: #999 !important;
}
#header .menuNew h6.huise::before {
 display:none;
}
#header .menuNew h6 a.nolink:hover {
	text-decoration: none !important;
}
#header .menuNew ul li.imgxiaoxi img{
	width:180px;
}
#header .menuNew ul li.imgxiaoxi::after {
		display:none
}
#header .menuNew h6.noimg::before {
	display: none;
}

#header .header-btm ul li a:hover {
	color: #009999;
}

#tab2 {
	padding-left: 180px;
}

#tab3 {
	padding-left: 390px;
}

#tab4 {
	padding-left: 520px;
}





