/* PC导航 */
#pc-header .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
#pc-header .nav-content {
  flex: 1;
  display: flex;
  justify-content: center;
}
#pc-header .logo {
  display: flex;
  align-items: center;
}
#pc-header .logo img {
  /*max-height: 60px;*/
  max-width: 198px;
}
#pc-header .logo img:first-child {
  /*margin-right: 20px;*/
}
#pc-header .navbar {
  background: #fff;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03);
  z-index: 9;
  padding: 0 3%;
}
#pc-header .nav li.active ul li a {
  color: #3e3e3e;
}
#pc-header .nav li a {
  color: #3e3e3e;
  line-height: 80px;
  position: relative;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

/* #pc-header .nav li:last-child a{padding:0 0 0 20px;} */
#pc-header .nav li.active a{
  /*text-decoration: underline;*/
  /*border-bottom: 5px solid rgb(4,98,160);*/
  /*text-decoration-thickness: 2px;*/
}
#pc-header .nav li.active a .t{
  border-bottom: 5px solid rgb(4,98,160);
}
#pc-header .nav li a:hover,
#pc-header .nav li:hover a.first-level {
  color: #4dd3cd;
}

/* pc搜索图标 */
#pc-header .searchBar {
  position: absolute;
  top: 37px;
  right: 120px;
}
#pc-header a.search-ico i {
  font-size: 18px;
  color: #6e6e6e;
}

/* 购物车图标 */
#pc-header .shopBar {
}
#pc-header a.shop-ico i {
  font-size: 18px;
  color: #6e6e6e;
}

#pc-header .header-info {
  display: flex;
  align-items: center;
}
#pc-header .header-info .info-tel-web {
  display: flex;
  align-items: center;
}
#pc-header .header-info .info-tel-web .tel {
  display: flex;
  align-items: center;
}
#pc-header .header-info .info-tel-web .tel h3 {
  font-size: 16px;
  color: #444;
  font-weight: bold;
  margin: 0 10px 0 6px;
}
#pc-header .header-info .info-tel-web a {
  width: 80px;
  height: 30px;
  border: 1px #4dd3cd solid;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
}
#pc-header .header-info .info-tel-web a:hover {
  background-color: #4dd3cd;
  color: #fff;
}

/* 登入后状态 */
.log-in {
  display: flex;
  align-items: center;
  margin: 0 10px;
}
.log-in .drop-menu {
  margin: 12px 0 0;
  min-width: 100px;
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.075);
}
.log-in .drop-menu li {
  height: 32px;
  text-align: center;
}
.log-in .drop-menu li a {
  position: relative;
  height: 32px;
  line-height: 32px;
}
.log-in .drop-menu li a:hover,
.drop-menu a:focus {
  color: #2d2d2d;
  background: unset;
}
.log-in .button-group span {
  line-height: 24px;
  height: 24px;
  width: 24px;
}
.log-in .button-group ul:before {
  position: absolute;
  top: -8px;
  left: 50px;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  content: "";
}
.log-in .button-group ul:after {
  position: absolute;
  top: -8px;
  left: 50px;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #e9e8e8;
  border-left: 8px solid transparent;
  content: "";
}
.log-in .button-group .button {
  padding: 0;
  line-height: 18px;
  font-size: 20px;
}
.log-in .button-group .drop-menu {
  padding: 10px 0;
  left: -40px;
  border-top: 0px solid #4dd3cd;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.log-in a.user-ico {
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #eceff5;
  display: block;
}
.log-in a.user-head {
  width: 32px;
  height: 32px;
  overflow: hidden;
  display: block;
}
.log-in a.user-head img {
  width: 32px;
  height: 32px;
}
/* 登入后状态 end*/

/* 注册登录切换 */
.register .tab {
  font-size: 0;
}
.register .tab li {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 20px;
  width: 60px;
  color: #666;
  margin: 0 0 40px 0;
}
.register .tab li::before {
  background: #ccc;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  transition: transform 0.3s;
}
.register .tab li.cur {
  color: #4dd3cd;
}
.register .tab li.cur::before {
  background: #4dd3cd;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  transition: transform 0.3s;
}

.register .line {
  margin: 0px;
  padding: 0;
  position: relative;
  text-align: center;
}
.register .line span {
  display: inline-block;
  padding: 0 20px;
  position: relative;
  z-index: 200;
}
.register .line hr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #e2e2e2 -moz-use-text-color -moz-use-text-color;
  border-image: none;
  border-style: solid none none;
  margin-top: 10px;
  position: absolute;
  top: 0;
  width: 100%;
}

.register .bnt-login {
  margin: 0 auto;
  text-align: center;
}
.register .bnt-login a {
  display: inline-block;
  color: #fff;
  font-size: 22px;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  margin-right: 10px;
  border-radius: 30px;
}
.register .bnt-login a:hover {
  opacity: 0.8;
}
.register .bnt-login a.weixin {
  background: #38b624;
}
.register .bnt-login a.qq {
  background: #1f92df;
}
.register .bnt-login a.weibo {
  background: #4dd3cd;
}
/* 注册登录切换 end*/

/* 弹出搜索 begin */
.searchBar-m {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  z-index: 9999;
  text-align: center;
}
.searchBar-m .mask {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
}
.searchBar-m a {
  display: block;
  position: absolute;
  right: 5%;
  top: 5%;
  width: 60px;
  height: 60px;
  line-height: 56px;
  font-size: 48px;
  z-index: 9999;
  color: #fff;
}
.searchBar-m a:hover {
  color: #4dd3cd;
}
.searchBar-m .form-group {
  width: 70%;
  max-width: 720px;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -200%);
}
.searchBar-m .input {
  width: 88%;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #f2f2f2;
  color: #6e6e6e;
  height: 60px;
  line-height: 60px;
  float: left;
  padding: 0;
}
.searchBar-m .button {
  width: 8%;
  height: 60px;
  line-height: 60px;
  border-bottom: 2px solid #f2f2f2;
  display: block;
  float: left;
  background: url(../images/ico-search-button.png) no-repeat center 50%;
  text-indent: -2000px;
}
.searchBar-m .button:hover {
  background: url(../images/ico-search-button.png) no-repeat center 50%;
}
/* 弹出搜索 end */

.pc-header .top{
font-size: 10px;
}




#pc-header .language_title {
  position:relative
}
#pc-header .language_title a{
  text-decoration:none;
}

#pc-header .language_content{
  position: absolute;
  left: 15px;
  top: 25px;
  z-index: 999999;
  /*line-height: 28px;*/
  background-color: #fff;
  padding: 10px 0 0;
  width: 80px;
  display: none;
  padding: 8px;
  margin-left: -15px;
  margin-top: 10px;
}



#pc-header .search_title {
  position:relative
}
#pc-header .search_title a{
  text-decoration:none;
}
#pc-header .search_div{
  position: absolute;
  left: 1px;
  top: 25px;
  z-index: 999999;
  /*line-height: 28px;*/
  background-color: #fff;
  padding: 10px 0 0;
  width: 230px;
  display: none;
}
#pc-header .search_div form{
    padding: 15px;

}
#pc-header .search_div input{
  margin-top:0;
}
#pc-header .search_div input{
  width: 150px;
  height: 30px;
}
#pc-header .search_div button{
  position: absolute;
  top: 40px;
  /*right: 0;*/
  background-color: #fff;
  border: none;   // 去掉边框
  outline: none;  // 去掉点击按钮后的边框
  width:40px;
}