/* .wh100{
  width: 100%;
  height: 100%;
  display: block;
}
body{
  min-height: 300px;
 */}
#header {
  width: 100%;
  position: fixed;
  /* height: 124px; */
  left: 0;
  z-index: 999;
  background: #fff;
  border-bottom: 1px solid #DFDFD9;

}
#header .header-content {
  height: 152px;
  background:#fff;
}
#header .header-top-nav{
  height: 40px;
  line-height: 40px;
  background: #000028;
  font-size: 14px;
  font-weight: 400;
  color: #E5E5E9;
}
#header .header-top-nav ol> li{
  height: 40px;
  line-height: 40px;
  background: #000028;
  font-size: 14px;
  font-weight: 400;
  color: #E5E5E9;
  margin-right: 30px;
  cursor: pointer;
  position: relative;
}

#header .header-top-nav ol> li:last-child{
  margin-right: 0;
}
#header .header-top-nav ol> li img{
  height: 16px;
  margin-right: 8px;
  margin-top: 12px;
}
#header .header-top-nav ol> li .icon-new-User{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  display: block;
  margin-top: 5px;
  font-size: 20px;
  text-align: center;
  line-height: 25px;
  color: #000028;
}

#header .header-top {
  padding-top: 25px;
  padding-bottom: 20px;
}
#header .header-top .header-logo {
  width: 120px;
  height: 20px;
  margin-top: 10px;
}
#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.text{
  font-size: 14px;
  font-weight: 400;
  color: #000028;
  line-height: 20px;
}
#header .btn-entrance{
  margin-left: 6px;
}
 
#header .header-btm>ul>li{
  padding: 4px 25px;
  position: relative;
}
.cart{
  width: 21px;
  vertical-align: middle;
  margin-right: 8px;
}
#header .header-btm .icon-new-Home-Small{
  font-size: 22px;
  line-height: 32px;
  margin-right: 25px;
  cursor: pointer;
}
#header .header-btm>ul>li:last-child{
  padding-right: 0;
}
#header .header-btm>ul>li a{
  font-size: 18px;
  color: #000028;
	position: relative;
	display: block;
}
#header .header-btm>ul>li:hover a::after,#header .header-btm>ul>li a:hover::after{
  position: absolute;
  width: calc(100% + 50px);
  content: "";
  height: 4px;
  background: #00D7A0;
  bottom: -7px;
  left: -25px;
}
#header .header-btm>ul>li a .prime-icon {
  width: 34px;
  margin-left: -1px;
  margin-top: -30px;
  display: inline-block;
}
/* 搜索 */
#header .input-group {
  width: 550px;
  height: 40px;
  border: 1px solid #009999;
	outline: none;
  /* overflow: hidden; */
  margin-bottom: 10px;
}
.mid  p{
  color: #66667E;
  height: 20px;
  width: 550px;
  overflow: hidden;
}
.mid  p span{
  padding-right: 20px;
}
.cor-green{
  color: #009999;
}
#header .sevenday {
  height: 40px;
}
#header .sevenday img{
  display: block;
}
#header .input-group input {
  display: block;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 0;
  border: none;
  /* border-bottom: 1px solid #4C4C68; */
  background: #fff;
}
#header .input-group input:focus{
  border: none;
  /* border-bottom: 1px solid #4C4C68; */
	box-shadow:none;
}
#header .input-group-addon {
  cursor: pointer;
  width: 90px;
  height: 40px;
  background: #009999;
  padding: 0;
  border: 0;
  color: #fff;
  border-radius: 0;
  /* background: linear-gradient(180deg, #00FFB9 0%, #00E6DC 100%); */
  font-size: 16px;
  line-height: 40px;
}
#header .input-group-addon .icon-new-Search{
  vertical-align: middle;
  position: relative;
  top: -1px;
}
#header .input-group-addon img {
  display: block;
  margin: 10px auto;
}
#header .pos-a{
  position: fixed;
  z-index: 99;
  top: 193px;
  width: 100%;
  padding: 33px 0 40px 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;
}
 
#header .menuNew h6 a{
  color: #005578;
  font-weight: bold;
}
#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-menuNew{
  position: absolute;
  right: 0;
  cursor: pointer;
}
#header .code-box{
  width: 500px;
  height: 230px;
  background: #005159;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  top:50px;
  right: -38px;
  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 #001F39;
}
#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: 245px;
}
#header .code-box ul li {
  width: 100%;
  height: 38px;
  background: #001F39;
  padding-left: 14px;
  border-bottom: 1px solid #000028;
  margin-left: 0!important;
}
#header .code-box ul li a{
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 38px;
  height: 38px;
  width: 100%;
  display: block;
}
#header .code-box ul li:last-child {
  border-bottom: none;
}
#header .code-box ul li:hover {
  background: #005159;

  border-bottom: none;
}


@media screen and (max-width:500px) { 
  .body{
    padding-top: 0!important;
  }
}




#header .code-box{
  width: 450px;
  height: 267px;
}
#header .code-box-img{
  width: 175px;
  height: 175px;
  margin: 44px 15px;
}
#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;
}


#header .menuNew ul li a.hightlight{
  color: #005578;
}


.close-menu{
  position: absolute;
  right: 0;
  top: 0;
}

.popUp{
  width: 280px;
  min-height: 150px;
  background: #001F39;
  box-shadow: 0px 2px 15px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50px;
  right: -60px;
  z-index: 999;
  padding: 0;
  padding-bottom: 24px;
  display: none;
}
.popUp::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 #001F39;
}
.popUp .btn{
  width: 100%;
  height: 40px;
  /* line-height: 40px; */
  border: 0;
  border-radius: 0;
  background: linear-gradient(-90deg, #00FFB9, #00E6DC);
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000028;
  display: block;
  margin: 0 auto;
}
.msg-box p{
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  padding: 30px 0;
}
.user-box p.tip{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
}
.user-box-item{
  overflow: hidden;
  border-bottom: 1px solid  #000028;
  margin-bottom: 20px;
}
.user-box .user-box-items{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  padding-bottom: 0;
}
.user-box .user-box-items img{
  width: 20px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-top: 0!important;
}
.user-box-foot {
  text-align: center;
  padding-top: 15px;
}
.user-box-foot p{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  display: inline-block;
}
.user-box-foot a{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-decoration: underline;
  color: #00CCCC;
}
.member-box{
  padding-bottom: 0;
}
.member-box .title{
  text-align: center;
}
.member-box .title img{
  width: 38px;
  vertical-align: middle;
  height: auto!important;
  margin-top: 0 !important;
}
.msg-box-btn{
  border-bottom:1px solid #000028;
  padding-bottom: 15px;
}
.msg-box-btn .btn{
  width: 50%;
  display: inline-block;
}
.msg-box-btn a{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-decoration: underline;
  color: #00CCCC;
  text-decoration: underline;
}
.member-box-list {
  padding-top: 17px;
  padding-bottom: 17px;
  border-bottom:1px solid #000028;
}
.member-box-list dl{
  width: 33.33%;
  text-align: center;
}
.member-box-list dl img{
  width: 26px;
  height: 36px!important;
  margin: 0!important;
}
.member-box-list dl dd{
  line-height: 36px!important;
  margin-top:10px
}
.member-menu-list{
    border-bottom:1px solid #000028;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
}
.member-menu-list li .icon-new-Arrow-right{
 font-size: 18px;
 opacity: 0.5;
 margin-top: 11px;
}
.member-menu-list li span{
  color: #00CCCC;
  /* font-size: 18px;
  opacity: 0.5;
  margin-top: 11px; */
 }
 .member-menu-list li .btn-bor-green{
  background-color: transparent;
  height: 24px;
  line-height: 24px;
  border: 1px solid #00CCCC;
  color: #00CCCC;
  float: right;
  margin-top: 8px;
 }


/* 二级 */
.second-level{
  width: 244px;
  background: #FFFFFF;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  opacity: 0.98;
  display: none;
  position: absolute;
  top: 36px;
  left: 0;
  z-index: 9;
}
#header .header-btm>ul>li:hover .second-level{
  display: block;
}
.second-level ul li{
  height: 42px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000028;
  line-height: 42px;
  padding: 0 20px 0 18px;
  cursor: pointer;
}

.second-level ul i{
 margin-right: 6px;
}
.second-level ul li:hover{
  background: #F5F5F5;
  color: #009999;
}
.second-level-code img{ 
  margin: 0 auto 10px;
  display: block;
}


#header .header-top-nav ol> li.show-msg:hover .msg-box{
  display: block;
}
#header .header-top-nav ol> li.show-user:hover .user-box{
  display: block;
}

#header .header-top-nav ol> li.show-user:hover .member-box{
  display: block;
}



.login-search-tip{
    width: 550px;
    height: 160px;
    border: 1px solid #009999;
    outline: none;
    margin-bottom: 10px;
    position: absolute;
    top: 40px;
    left: -1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 99;
    -webkit-box-shadow:0 0 10px 5px rgba(42, 42, 42, 0.1);
    -moz-box-shadow:0 0 10px 5px rgba(42, 42, 42, 0.1);
    box-shadow:0 0 10px 5px rgba(42, 42, 42, 0.1);

}
.login-search-tip p{
  font-size: 16px;
  font-weight: 400;
  color: #000028;
  margin-bottom: 12px;
}
.login-search-tip-left{
  width: 60%;
  flex: 1;
}
.login-search-tip button{
  background: #009999;
  /* height: 30px; */
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 20px;
  border-radius: 2px;
}
.login-search-tip .login-search-tip-login-code{
  width: 120px;
  height: 120px;
  display: block;
  background-color: #333;
}