.top_wrap {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  z-index: 99;
  transition: all 0.5s;
}
.top_wrap .container {
  width: 1310px;
  height: 100%;
}
.top_wrap .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 1000px;
  margin: 0 auto;
}
.top_wrap .top .logo {
  display: inline-block;
  height: 100%;
}
.top_wrap .top .logo span {
  display: inline-block;
  width: 132px;
  height: 100%;
  line-height: 80px;
  background: url(../images/logo_w.png) no-repeat center;
  background-size: 100%;
}
.top_wrap .top .nav {
  width: 600px;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.top_wrap .top .nav li {
  width: 120px;
  height: 100%;
  text-align: center;
  float: left;
  font-weight: 700;
  color: black;
  transition: all 0.5s;
  position: relative;
  cursor: pointer;
}
.top_wrap .top .nav li a {
  line-height: 80px;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.top_wrap .top .nav li span {
  display: block;
  width: 0;
  height: 3px;
  background-color: #2E87FF;
  margin: 0 auto;
  margin-top: -2px;
  transition: all 0.5s;
}
.top_wrap .top .nav li .dropdown-wrap {
  padding-top: 10px;
  position: absolute;
  width: 206px;
  top: 80px;
  left: -43px;
}
.top_wrap .top .nav li .dropdown-wrap .dropdown {
  display: none;
  height: 108px;
  padding: 16px 20px;
  background-color: #fff;
  box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.06);
  transition: all 0.5s;
}
.top_wrap .top .nav li .dropdown-wrap .dropdown a {
  line-height: 1;
  color: #333;
}
.top_wrap .top .nav li .dropdown-wrap .dropdown .menu-item {
  text-align: left;
  padding-top: 16px;
}
.top_wrap .top .nav li .dropdown-wrap .dropdown .menu-item:first-child {
  border-bottom: 1px solid #eaeaea;
  padding-top: 0px;
}
.top_wrap .top .nav li .dropdown-wrap .dropdown .menu-item .menu {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  padding-bottom: 16px;
}
.top_wrap .top .nav .active a {
  color: #2E87FF !important;
}
.top_wrap .top .nav .active span {
  width: 100%;
}
.top_wrap .top .nav .active .dropdown {
  display: block !important;
}
.top_wrap .top .nav .active .dropdown a {
  color: #333 !important;
}
.top_wrap .top .nav .active .dropdown a:hover {
  color: #2E87FF !important;
}
.top_wrap .top .goshop {
  width: 167px;
  height: 49px;
  background: #2E87FF;
  color: white;
  font-weight: 700;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 49px;
}
.top_wrap .top .goshop span img {
  width: 20px;
  margin-bottom: -4px;
  margin-right: 8px;
}
.top_wrap .top .goshop .shop_list_wrap {
  overflow: hidden;
  position: absolute;
  top: 50px;
  left: -18px;
  width: 203px;
  height: 124px;
  pointer-events: none;
}
.top_wrap .top .goshop .shop_list_wrap .shop_list {
  margin: 0 auto;
  width: 183px;
  height: 101px;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #2E87FF;
  font-weight: 700;
  transition: all 0.1s;
  opacity: 0;
}
.top_wrap .top .goshop .shop_list_wrap .shop_list .shape {
  width: 7px;
  margin: 0 auto;
  border-bottom: 7px solid #ffffff;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.top_wrap .top .goshop .shop_list_wrap .shop_list .list {
  width: 100%;
  height: 94px;
  background: white;
  box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.06);
}
.top_wrap .top .goshop .shop_list_wrap .shop_list .list div {
  line-height: 47px;
}
.top_wrap .top .goshop .shop_list_wrap .shop_list .list div img {
  width: 20px;
  margin-right: 8px;
  margin-bottom: -3px;
}
.top_wrap .top .goshop .shop_list_wrap .shop_list .list div a {
  color: #2E87FF;
  display: block;
}
.top_wrap .top .goshop:hover .shop_list_wrap {
  pointer-events: auto;
}
.top_wrap .top .goshop:hover .shop_list_wrap .shop_list {
  margin-top: 0px;
  opacity: 1;
}
.top_wrap.scroll {
  background-color: white;
  box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.06);
}
.top_wrap.scroll .container .logo span {
  background: url(../images/logo_b.png) no-repeat center;
  background-size: 100%;
}
.top_wrap.scroll .container .nav li a {
  color: black;
}
