.logo {
  margin-top: -27px;
  width: 167px;
  height: 63px;
}
.logo img{
  width: 167px;
  height: 63px;
}
.header-top-container {
  height: 88px;
  min-width: 1200px;
  background:#f5f5f5;
  background-size: cover;
}
.header-top {
  padding-top: 36px;
}
.header-top a:hover {
  color: #ff4c4c;
}
.header-top > div {
  float: left;
}
.header-top .top-pages ul {
  overflow: hidden;
  margin-left: 30px;
}
.header-top .top-pages ul li {
  padding: 0 15px;
  float: left;
  line-height: 18px;
}
.header-top .top-pages ul li a {
  color: #2c2d33;
  font-size: 17px;
  font-weight: 600;
}
.header-top .top-pages ul li a:hover, .header-top .top-pages ul li a.nuxt-link-active {
  color: #ff4c4c;
}
.header-top .top-pages ul li:first-child {
  padding-left: 0;
  background: none;
}
.header-top .top-login {
  overflow: visible;
}
.header-top .top-login .login-yes {
  position: relative;
  float: right;
  padding-left: 40px;
  cursor: pointer;
}
.header-top .top-login .login-yes .img {
  float: left;
  position: absolute;
  left: 0;
  top: -8px;
}
.header-top .top-login .login-yes .img img {
  border-radius: 50%;
}
.header-top .top-login .login-yes .name {
  float: left;
  width: 65px;
  display: block;
  color: #2c2d33;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.header-top .top-login .login-yes i {
  width: 10px;
  height: 16px;
  float: left;
  background: url("../../../img/arrrows4.png") no-repeat center center;
}
.header-top .top-login .login-yes:hover .login-yes-nav {
  display: block;
}
.header-top .top-login .login-yes .login-yes-nav {
  z-index: 999999;
  display: none;
  position: absolute;
  left: 12px;
  top: -16px;
  width: 100px;
}
/*height:184px;*/
.header-top .top-login .login-yes .login-yes-nav ul {
  padding: 5px 5px 0 5px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(110, 110, 110, 0.16);
  border-radius: 10px;
  width: 100px;
}
.header-top .top-login .login-yes .login-yes-nav ul li {
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.header-top .top-login .login-yes .login-yes-nav ul li + li {
  border-top: 1px solid rgba(238, 238, 238, 0.5);
}
.header-top .top-login .login-yes .login-yes-nav ul li a {
  color: #000000;
}
.header-top .top-login .login-yes .login-yes-nav ul li:hover a {
  color: #ff4c4c;
}
.header-top .top-login a {
  color: #FFFFFF;
}
.header-top .top-login a:hover {
  color: #ff4c4c;
}
.header-top .top-login .login {
  float: right;
  padding-right: 10px;
}
.header-top .top-login .register {
  float: right;
  padding-left: 10px;
  border-left: 1px solid #2c2d33;
}
.header-top .top-other {
  float: right;
}
.header-top .top-other > ul > li {
  position: relative;
  float: left;
  margin-right: 25px;
  padding-left: 10px;
}
.header-top .top-other > ul > li a:hover {
  color: #ff4c4c;
}
.header-top .top-other > ul > li.shopping::before {
  content: '';
  width: 19px;
  height: 20px;
  padding-left: 27px;
  background: url("../../../img/header-shopping.png") no-repeat center;
}
.header-top .top-other > ul > li.shopping:hover:before {
  background: url("../../../img/header-shopping_active.png") no-repeat center;
}
.header-top .top-other > ul > li.shopping:hover a {
  color: #ff4c4c;
}
.header-top .top-other > ul > li.service::before {
  content: '';
  width: 19px;
  height: 20px;
  padding-left: 23px;
  background: url("../../../img/service.png") no-repeat center;
}
.header-top .top-other > ul > li.service:hover:before {
  background: url("../../../img/service_active.png") no-repeat center;
}
.header-top .top-other > ul > li.service:hover a {
  color: #ff4c4c;
}
.header-top .top-other > ul > li.learning::before {
  content: '';
  width: 19px;
  height: 20px;
  padding-left: 19px;
  background: url("../../../img/learning.png") no-repeat center;
}
/*.header-top .top-other > ul > li.learning:hover:before {*/
/*  background: url("../../../img/learning_active.png") no-repeat center;*/
/*}*/
.header-top .top-other > ul > li.learning:hover a {
  color: #ff4c4c;
}
.header-top .top-other > ul > li.center::before {
  content: '';
  width: 19px;
  height: 20px;
  padding-left: 29px;
  background: url("../../../img/center.png") no-repeat center;
}
.header-top .top-other > ul > li.center:hover:before {
  background: url("../../../img/center_active.png") no-repeat center;
}
.header-top .top-other > ul > li.center:hover a {
  color: #ff4c4c;
}
.header-top .top-other > ul > li a {
  color: #2c2d33;
  margin-left: 3px;
}
.header-top .top-other > ul li:last-child {
  margin-right: 0;
}
.search {
  position: relative;
  border-radius: 5px;
  margin-top: -11px;
  box-sizing: border-box;
}
.search input {
  width: 280px;
  height: 36px;
  border: 1px solid #ffffff;
  text-indent: 10px;
  padding-left: 35px;
  box-sizing: border-box;
  border-radius: 5px;
  background: #FFFFFF;
  color: #2c2d33;
  font-size: 14px;
}
.search input::-webkit-input-placeholder { /* WebKit browsers */
  color: #2c2d33;
  font-size: 14px;
}
.search-icon-right:before {
  content: '';
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 23px;
  background: url("../../../img/search-black.png") no-repeat;
  z-index: 99;
}
.search-icon-right {
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 36px;
  background: #ff4c4c;
  cursor: pointer;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.hrad-top {
  height: 38px;
  min-width: 1200px;
  background-color: #f1f1f1;
}
.head-top-top {
  padding-top: 12px;
}
.head-top-top a:hover {
  color: #ff4c4c;
}
.head-top-top > div {
  float: left;
}
.head-top-top .top-pages ul {
  overflow: hidden;
}
.head-top-top .top-pages ul li {
  padding: 0 12px;
  float: left;
  height: 19px;
  background: url("../../../img/header-columnar.png") no-repeat;
}
.head-top-top .top-pages ul li a {
  color: #484848;
  font-size: 14px;
}
.head-top-top .top-pages ul li a:hover {
  color: #ff4c4c;
}
.head-top-top .top-pages ul li:first-child {
  padding-left: 0;
  background: none;
}
.head-top-top .top-login {
  overflow: visible;
}
.head-top-top .top-login .login-yes {
  position: relative;
  float: right;
  padding-left: 40px;
  cursor: pointer;
}
.head-top-top .top-login .login-yes .img {
  float: left;
  position: absolute;
  left: 0;
  top: -8px;
}
.head-top-top .top-login .login-yes .img img {
  border-radius: 50%;
}
.head-top-top .top-login .login-yes .name {
  float: left;
  width: 65px;
  display: block;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.head-top-top .top-login .login-yes i {
  width: 10px;
  height: 16px;
  float: left;
  background: url("../../../img/header-arrow.png") no-repeat center center;
}
.head-top-top .top-login .login-yes:hover .login-yes-nav {
  display: block;
}
.head-top-top .top-login .login-yes .login-yes-nav {
  z-index: 999999;
  display: none;
  position: absolute;
  left: 12px;
  top: -24px;
  width: 100px;
}
/*height:184px;*/
.head-top-top .top-login .login-yes .login-yes-nav ul {
  padding: 5px 5px 0 5px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(110, 110, 110, 0.16);
  border-radius: 10px;
  width: 100px;
}
.head-top-top .top-login .login-yes .login-yes-nav ul li {
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.head-top-top .top-login .login-yes .login-yes-nav ul li + li {
  border-top: 1px solid rgba(238, 238, 238, 0.5);
}
.head-top-top .top-login .login-yes .login-yes-nav ul li:hover a {
  color: #ff4c4c;
}
.head-top-top .top-login a {
  color: #666666;
}
.head-top-top .top-login a:hover {
  color: #ff4c4c;
}
.head-top-top .top-login .login {
  float: right;
  padding-right: 10px;
}
.head-top-top .top-login .register {
  padding-left: 10px;
}
.head-top-top .top-other {
  float: right;
}
.head-top-top .top-other > ul > li {
  position: relative;
  float: left;
  font-size: 14px;
  margin-right: 30px;
  padding-left: 1px;
  color: #666666;
}
.head-top-top .top-other > ul > li a:hover {
  color: #ff4c4c;
}
.head-top-top .top-other > ul > li.shopping::before {
  content: '';
  width: 19px;
  height: 20px;
  padding-left: 27px;
  background: url("../../../img/header-shopping.png") no-repeat center;
}
.head-top-top .top-other > ul > li.shopping:hover:before {
  background: url("../../../img/header-shopping_active.png") no-repeat center;
}
.head-top-top .top-other > ul > li.shopping:hover a {
  color: #ff4c4c;
}
.head-top-top .top-other > ul > li.phone {
  color: #666666;
  width: 120px;
}
.head-top-top .top-other > ul > li.phone::before {
  content: '';
  width: 14px;
  height: 16px;
  display: block;
  float: left;
  margin-right: 3px;
  background: url("../../../img/special/phone.png") no-repeat;
  background-size: 100% 100%;
  margin-top: -2px;
}
.head-top-top .top-other > ul > li.phone:hover {
  color: #f96060;
}
.head-top-top .top-other > ul > li.phone:hover:before {
  background: url("../../../img/special/phone-red.png") no-repeat;
  background-size: 100% 100%;
}
.head-top-top .top-other > ul > li.service {
  cursor: pointer;
}
.head-top-top .top-other > ul > li.service::before {
  content: '';
  display: block;
  float: left;
  width: 15px;
  height: 15px;
  margin-right: 3px;
  background: url("../../../img/service.png") no-repeat center;
  background-size: 100% 100%;
}
.head-top-top .top-other > ul > li.service:hover {
  color: #ff4c4c;
}
.head-top-top .top-other > ul > li.service:hover:before {
  background: url("../../../img/service_active.png") no-repeat center;
  background-size: 100% 100%;
}
.head-top-top .top-other > ul > li.learning::before {
  content: '';
  width: 11px;
  display: block;
  float: left;
  height: 20px;
  margin-right: 3px;
  background: url("../../../img/learning.png") no-repeat center;
  background-size: 100% 100%;
  margin-top: -1px;
}
/*.head-top-top .top-other > ul > li.learning:hover:before {*/
/*  background: url("../../../img/learning_active.png") no-repeat;*/
/*  background-size: 100% 100%;*/
/*}*/
.head-top-top .top-other > ul > li.learning:hover a {
  color: #ff4c4c;
}
.head-top-top .top-other > ul > li.center::before {
  content: '';
  width: 19px;
  height: 20px;
  padding-left: 29px;
  background: url("../../../img/center.png") no-repeat center;
}
.head-top-top .top-other > ul > li.center:hover:before {
  background: url("../../../img/center_active.png") no-repeat center;
}
.head-top-top .top-other > ul > li.center:hover a {
  color: #ff4c4c;
}
.head-top-top .top-other > ul > li a {
  color: #666666;
  margin-left: 3px;
}
.head-top-top .top-other > ul li:last-child {
  margin-right: 0;
}
