/* 第一部分样式开始 */

.topbar-wrapper {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #686b69;
  background-color: #f3f5f7;
}

.topbar .location {
  float: left;
  height: 40px;
  position: relative;
  margin-left: 56px;
}

/* hover 定位 上中下样式 */

.loc-top {
  height: 192px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #eee;
}

.loc-top div {
  width: 60px;
  height: 24px;
  line-height: 24px;
  padding: 2px 0;
  float: left;
}

.topbar .loc-top div a {
  display: block;
  height: 40px;
}

.long-content {
  width: 36px !important;
}

.loc-top div a:hover {
  background-color: #eee;
}

/* 中 */

.loc-mid {
  width: 290px;
  height: 95px;
  border-bottom: 1px dotted #eee;
  margin: 10px 0 10px 10px;
}

.loc-mid p,
.loc-bot p {
  color: #999;
  width: 290px;
  height: 24px;
  line-height: 24px;
  margin: 9px 0 9px 0;
}

.loc-mid a {
  float: left;
  width: 120px;
  height: 25.6px;
  line-height: 25.6px;
  padding: 0;
}

.loc-bot {
  width: 290px;
  height: 110px;
  margin: 10px 0 8px 10px;
}

.loc-bot a {
  float: left;
  width: 145px;
  height: 25.6px;
  line-height: 25.6px;
  padding: 0;
}

.loc-bot a:hover span {
  color: #d6291d;
}

.loc-bot a img {
  width: 15px;
  height: 12px;
  margin-right: 8px;
  vertical-align: middle;
}

.chosen_location {
  background-color: #e51018;
  color: #fff !important;
}

.chosen_location:hover {
  background-color: #e51018 !important;
  color: #fff !important;
}

/* 右侧导航 */

.topbar .topbar-info {
  float: right;
  display: flex;
  margin-right: 107px;
}

.topbar .topbar-info li {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  margin-left: 44px;
  display: flex;
}

.topbar .topbar-info li a {
  display: block;
  height: 40px;
}

.topbar a,
.topbar span,
.topbar .highlight i {
  /* 垂直方向对齐,必须对父级元素设置了line-height */
  vertical-align: middle;
}

.topbar a,
.topbar span,
.topbar .highlight i {
  color: #999;
}

.topbar .highlight {
  color: #e51018;
}

.line {
  font-size: 10px;
  font-weight: 100;
  color: #ccc;
  margin: 0 12px;
}

.topbar a:hover {
  color: #e51018;
}

/* 二维码 hover */

.qrcode-wrapper {
  position: relative;
}

.qrcode {
  position: absolute;
  width: 76px;
  height: 76px;
  right: 0;
  top: 35px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.qrcode img {
  width: 60px;
  height: 60px;
  margin: 8px;
}

.qrcode-drop {
  position: absolute;
  left: -116px;
  top: -5px;
  width: 190px;
  height: 404px;
  border: 1px solid #dddddd;
  background-color: #fff;
  display: none;
  /* overflow: hidden; */
}

.qrcode-wrapper:hover .qrcode-drop {
  display: block;
}

.qrcode:hover .qrcode-drop {
  display: block;
}

.qrcode-drop div {
  width: 190px;
  height: 70px;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.qrcode-drop div img {
  position: absolute;
  width: 70px;
  height: 70px;
  padding: 3px;
  margin: 0;
  border: 1px solid #ddd;
  top: 12px;
  left: 5.5px;
}

.qrcode-drop div p,
.qrcode-drop div a {
  position: absolute;
  font-size: 12px;
}

.qrcode-drop div p {
  width: 94px;
  height: 16.8px;
  line-height: 16.8px;
}

.qrcode-drop div p:nth-of-type(1) {
  top: 14px;
  right: 10px;
  font-weight: bold;
  color: #666;
}

.qrcode-drop div p:nth-of-type(2) {
  top: 33px;
  right: 10px;
  color: #d6291d;
}

.qrcode-drop div a {
  width: 94px;
  height: 25px;
  line-height: 25px;
  right: 10px;
  bottom: 20px;
}

.qrcode div a span {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../img/qrcode/sprite.png);
}

.qrcode div a span:nth-of-type(2) {
  background-position: center;
}

.qrcode div a span:nth-of-type(3) {
  background-position: bottom;
}

/* 第一部分样式结束 */

/* 第二部分样式开始 */

/* 2.1 logo */

.header-wrapper {
  width: 100%;
  height: 114px;
  background-color: #fff;
}

.header {
  position: relative;
  height: 115px;
  display: flex;
}

.logo {
  margin-top: 37px;
  margin-right: 22px;
}

.logo a {
  display: block;
  width: 182.63px;
  height: 28.8px;
  top: 37px;
}

.logo a img {
  display: block;
  width: 182.63px;
  height: 28.8px;
}

/* 2.2 search */

.search-wrapper {
  width: 658px;
  height: 53px;
  background: #ffffff;
  border-radius: 12px 12px 12px 12px;
  border: 2px solid #0a1a12;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-wrapper .search-wrapper-search {
  border: none;
  width: 100%;
  position: relative;
  display: flex;
}

.search-wrapper-input {
  height: 53px;
  /* display: flex; */
}

.search-wrapper .search-wrapper-search ul {
  position: relative;
  width: 80px;
}

.search-wrapper .search-wrapper-search ul:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0px;
  width: 1px;
  height: 16px;
  background-color: #b8b8b8;
}

.search-wrapper-input input {
  width: 488px;
  height: 53px;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  /* 根据需要设置字体大小 */
  color: currentColor;
  /* 使用当前文本颜色 */
  padding-left: 8px;
}

/* 根据需要添加伪类来清除特定状态的样式 */

.search-wrapper-input input::-webkit-input-placeholder {
  font-size: 14px;
  color: #959796;
}

.search-wrapper-input input:-moz-placeholder {
  font-size: 14px;
  color: #959796;
}

.search-wrapper-input input::-moz-placeholder {
  font-size: 14px;
  color: #959796;
}

.search-wrapper-input input:-ms-input-placeholder {
  font-size: 14px;
  color: #959796;
}

.header .log ul {
  display: flex;
  margin-top: 4px;
}

.header .log ul li {
  margin-left: 14px;
  font-size: 12px;
  color: #959796;
  cursor: pointer;
}

.search-wrapper .search-wrapper-search ul li span {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  margin-left: 14px;
}

.search-wrapper-button {
  width: 80px;
  height: 47px;
  background: #2df098;
  border-radius: 8px 8px 8px 8px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 47px;
  text-align: center;
  cursor: pointer;
  margin-right: 4px;
}

.search-wrapper-bottom {
  width: 128px;
  height: 53px;
  background: #d1fde9;
  border-radius: 12px 12px 12px 12px;
  margin-left: 6px;
  margin-top: 25px;
  /*margin-right: 12px;*/
}

.wow{
  margin-left: 12px;
}

.search-wrapper-bottom .search-wrapper-bottom-conten {
  width: 128px;
  text-align: center;
  line-height: 53px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #2df098;
  cursor: pointer;
}

.iconfontIpn {
  font-size: 20px !important;
  color: #2df098;
}

.search-wrapper input {
  border: none;
}

.search-wrapper button:nth-of-type(1) {
  position: absolute;
  left: 751px;
  bottom: 1.5px;
  width: 58px;
  height: 33px;
  outline: none;
  border: none;
  background-color: #f3160f;
  cursor: pointer;
}

.search-wrapper button:nth-of-type(1) i {
  font-size: 18px;
  color: #fff;
}

.search-wrapper button:nth-of-type(1):hover {
  background-color: #cf2420;
}

.search-wrapper > a i {
  position: absolute;
  left: 716px;
  bottom: 5px;
  font-size: 18px;
  color: #999;
}

.search-wrapper > a i:hover {
  color: #e71e13;
}

.search-wrapper button:nth-of-type(2) {
  position: absolute;
  left: 828px;
  bottom: 1px;
  width: 132px;
  height: 36px;
  border: 1px solid #eee;
  background-color: #fff;
  outline: none;
  font-size: 12px;
  color: #e71e13;
}

.search-wrapper button:nth-of-type(2) i {
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 1px;
}

.search-wrapper button:nth-of-type(2) a {
  color: #e71e13;
}

.search-wrapper button:nth-of-type(2):hover {
  outline: 1px #be1b24 solid;
}

.search-wrapper-cart {
  width: 190px;
  height: 53px;
  /* line-height: 53px; */
  text-align: center;
  background: #f3f5f7;
  border-radius: 12px 12px 12px 12px;
  margin-top: 25px;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-wrapper-cart .cart {
  margin-right: 8px;
}

/* .search-wrapper-cart span {
  padding-top: 15px;
  position: relative;
} */

.search-wrapper-cart span .mun {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: -3px;
  font-size: 9px;
  color: #ccc;
  width: 14px;
  height: 14px;
  background: #ff4c43;
  border-radius: 30px;
}

.search-wrapper-cart span .mun i {
  position: absolute;
  top: -19px;
  right: 4px;
  height: 14px;
  color: #fff;
}

.search-wrapper-cart img {
  width: 28px;
  height: auto;
}

/* 2.3 hot words */

.hot-words {
  width: 550px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  font-size: 12px;
  left: 261px;
  top: 65px;
}

.hot-words li {
  float: left;
}

.hot-words li a {
  display: block;
  height: 20px;
  margin-right: 9px;
  color: #999;
}

.hot-words .highlight {
  color: #e51018;
}

.hot-words li a:hover {
  color: #e51018;
}

.highlight_bold {
  color: #d6291d;
  font-weight: bold;
}

/* 第二部分样式结束 */

/* 第3.1部分样式开始 */

.banner-wrapper {
  width: 100%;
  height: 360px;
  /* margin-bottom: 20px; */
  background-color: #fff;
}

.banner {
  position: relative;
}

.menu {
  position: absolute;
  width: 190px;
  height: 360px;
  background: #f3f5f7;
  border-radius: 12px 12px 12px 12px;
  padding: 10px 0;
  top: 10px;
  padding-left: 12px;
  box-sizing: border-box;
  padding-bottom: 0px;
}

.menu .banner-title {
  font-weight: 600;
  font-size: 16px;
  color: #0a1a12;
}

.menu li {
  /*height: 23px;*/
  line-height: 22px;
  font-size: 14px;
  padding: 5px 0;
}
.menus li {
  height: 100%;
  line-height: 100%;
}
.menu ul li a:hover {
  color: #2df098 !important;
}

.menu li span {
  display: inline-block;
  font-size: 12px;
  color: #757575;
  /* width: 50px; */
  line-height: 18px;
  margin-top: 8px;
}

.menu li:hover .banner-tab-wrapper {
  display: block;
}

.banner-tab-wrapper:hover {
  display: block;
}

/* hover的容器 */

.banner-tab-wrapper {
  position: absolute;
  display: none;
  z-index: 9999;
  background-color: #fff;
  width: 801px;
  min-height: 481px;
  top: 0;
  left: 191px;
  border: 1px solid #ddd;
  overflow: hidden;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #000000;
}

.banner-tab {
  height: 481px;
  padding: 22px 0 0 22px;
  position: absolute;
  overflow: auto;
}
/*.banner-tab::-webkit-scrollbar {*/
/*  display: none;*/
/*}*/

.banner-tab .banner-tab-title {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
}

.banner-tab .banner-tab-conten {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: start;
  min-width: 762px;
  /*height: 100px;*/
}

.banner-tab .banner-tab-conten li {
  margin-right: 15px;
  height: 100%;
}

.banner-tab .banner-tab-conten li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner-tab .banner-tab-conten li a span {
  font-size: 12px;
  color: #000000;
  width: 62px;
}

.banner-tab .banner-tab-conten li a img {
  width: 62px;
  height: 62px;
  background: #f3f5f7;
}

/* 第3.2部分样式开始 */

.banner-big-img-list-wrapper {
  position: absolute;
  top: 10px;
  left: 202px;
  height: 100%;
}

.banner-big-img img {
  width: 392px;
  /*width: 790px;*/
  height: 360px;
}

.banner-big-conten {
  width: 392px;
  height: 174px;
  background: #f3f5f7;
  border-radius: 12px 12px 12px 12px;
  padding: 12px;
  box-sizing: border-box;
  padding-top: 0;
}

.banner-big-conten .banner-big-conten-tile {
  font-weight: 600;
  font-size: 16px;
  color: #0a1a12;
  padding: 11px 0 0 11px;
  box-sizing: border-box;
  position: relative;
  width: 82px;
}

.banner-big-conten .iconfontBanner {
  font-size: 12px;
  background: #2df098;
  border-radius: 50%;
  padding: 3px;
  box-sizing: border-box;
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 14px;
  right: -17px;
}

.banner-big-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 11px;
}

.banner-big-bottom img {
  width: 117px;
  height: 112px;
}

/* 第3.2部分样式结束 */

.slider-indicators {
  position: absolute;
  width: 120px;
  height: 15px;
  line-height: 15px;
  left: 30px;
  bottom: 16px;
}

.slider-indicators a {
  float: left;
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  margin: 0;
  border: 2px solid transparent;
  cursor: default;
  background-clip: content-box;
}

.slider-indicators a:hover {
  border: 2px solid rgba(255, 255, 255, 0.3);
  background-color: #fff;
}

/* 第3.2部分样式结束 */

/* 第3.3部分样式开始 */

.banner-small-img-list-wrapper {
  position: absolute;
  top: 10px;
  left: 605px;
  width: 392px;
  box-shadow: inset 0px 17px 19px 0px rgba(255, 255, 255, 0.25);
}

/* .banner-small-img-list{
  position: relative;
  width: 295px;
  height: 174px;
    background: #F3F5F7;
    border-radius: 12px 12px 12px 12px;
} */

/* .banner-small-img-list-wrapper .banner-small-img-list .banner-small-img-list-situation{
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    padding: 16px 0 0 11px;
    box-sizing: border-box;
} */

/* .banner-small-img-list-wrapper  .banner-small-img-list-condition{
  display: flex;
  justify-content: space-around;
  margin-top: 38px;
  text-align: center;
}
.banner-small-img-list-wrapper  .banner-small-img-list-condition div{
  position: relative;
  font-family: 'MiSansBold', sans-serif;
  font-size: 18px;
}
.banner-small-img-list-wrapper  .banner-small-img-list-condition div:before{
  content: '';
  position: absolute;
  width: 1px;
  height: 16px;
  background-color: #E3E5E6;
  right: -38px;
  top: 13px;
} */

/* .banner-small-img-list-wrapper  .banner-small-img-list-condition div:last-child::before{
  display: none;
}
.banner-small-img-list-wrapper  .banner-small-img-list-condition p:last-child{
  font-size: 12px;
  color: #959796;
  font-family: normal;
} */

.banner-small-img-list-wrapper .banner-small-img-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 392px;
  /* height: 174px; */
  background: #f3f5f7;
  border-radius: 12px;
  padding: 12px;
  box-sizing: border-box;
  margin-top: 11px;
  /* padding-top: 0; */
}

.banner-small-img-list-wrapper .banner-small-img-bottom .banner-top {
  margin-top: 10px;
}

.banner-small-img-bottom .banner-content img {
  width: 32px;
  height: 32px;
  margin-right: 5px;
  vertical-align: bottom;
}

.banner-small-img-bottom .banner-content {
  display: flex;
  align-items: center;
  width: 179px;
  height: 71px;
  background: #ffffff;
  padding: 18px 8px;
  box-sizing: border-box;
  border-radius: 8px;
}

.banner-small-img-bottom .banner-content .banner-content-title {
  font-size: 14px;
  color: #0a1a12;
}

.banner-small-img-bottom .banner-content .banner-content-date {
  font-size: 12px;
  color: #959796;
}

/* 第3.3部分样式结束 */

/* 第3.4部分样式开始 */

.right-column-wrapper {
  width: 190px;
  position: absolute;
  top: 10px;
  right: 0;
  background-color: #fff;
}

.right-column {
  position: relative;
}

.right-column .user {
  width: 190px;
  height: 70px;
  background: #fff5f5;
  border-radius: 12px 12px 12px 12px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  line-height: 26px;
}

.right-column .user div p {
  font-weight: 500;
  font-size: 12px;
  color: #ff4c43;
  position: relative;
}

.right-column .user div p:first-child {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}

.right-column .user .iconfontBanner {
  font-size: 12px;
  background: #ff4940;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  right: 0px;
  color: #fff;
  top: 5px;
}

.right-column .user img {
  width: 55px;
  height: 48px;
}

/* news */

.right-column .news {
  position: relative;
  top: 12px;
  width: 190px;
  height: 278px;
  background: #f3f5f7;
  border-radius: 12px 12px 12px 12px;
  padding: 12px;
  box-sizing: border-box;
}

.right-column .news .right-column-nva {
  display: flex;
  align-items: center;
}

.right-column .news .right-column-nva-stat {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-top: 10px;
}

.right-column .news .right-column-nva-stat div p {
  font-size: 12px;
  color: #0a1a12;
}

.right-column .news .right-column-nva-stat div p:last-child {
  font-size: 12px;
}

.right-column .news .right-column-nva .right-column-nva-conten p {
  font-size: 12px;
  color: #0a1a12;
}

.right-column .news .right-column-nva .right-column-nva-title {
  font-size: 16px !important;
}

.right-column .news .right-column-nva img {
  width: 50px;
  height: 50px;
  margin-right: 8px;
}

.right-column .news .right-column-nva-behavior {
  width: 166px;
  height: 36px;
  background: #ffffff;
  border-radius: 8px;
}

.right-column .news .right-column-nva-behavior .nva-behavior {
  display: flex;
  height: 36px;
  align-items: center;
  background: #ffffff;
  padding: 2px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 12px;
  color: #0a1a12;
  margin-top: 11px;
  border-radius: 8px;
}

.right-column
  .news
  .right-column-nva-behavior
  .nva-behavior
  .nva-behavior-square {
  width: 32px;
  height: 32px;
  background: #f3f5f7;
  border-radius: 6px 6px 6px 6px;
  margin-right: 8px;
}

.right-column .news .nva-behavior-icon {
  display: flex;
  line-height: 14px;
  flex-wrap: wrap;
  text-align: center;
}

.right-column .news .nva-behavior-iconBox {
  width: 25%;
  margin-top: 10px;
}

.right-column .news .nva-behavior-iconBox div {
  font-size: 12px;
  color: #0a1a12;
}

.right-column .news .nva-behavior-icon img {
  width: 24px;
  height: 24px;
}

/* service */

.service-list {
  width: 190px;
  height: 240px;
  padding-top: 10px;
}

.service-list li {
  float: left;
}

.service-list li a {
  display: block;
  width: 63px;
  height: 55px;
  text-align: center;
}

.service-list li a > i {
  display: block;
  font-size: 24px;
  font-weight: bold;
  transition: color 0.3s;
}

.service-list a > span {
  font-size: 12px;
  color: #333;
  transition: color 0.3s;
}

.service-list li:nth-of-type(1) i,
.service-list li:nth-of-type(8) i,
.service-list li:nth-of-type(11) i {
  color: #67a9e5;
}

.service-list li:nth-of-type(2) i,
.service-list li:nth-of-type(4) i,
.service-list li:nth-of-type(12) i {
  color: #eba434;
}

.service-list li:nth-of-type(3) i,
.service-list li:nth-of-type(5) i,
.service-list li:nth-of-type(7) i {
  color: #62d6c7;
}

.service-list li:nth-of-type(6) i,
.service-list li:nth-of-type(9) i,
.service-list li:nth-of-type(10) i {
  color: #e1695f;
}

/* 第3.4部分样式结束 */

/* 第4.1部分样式开始 */

.scroll-wrapper {
  height: 260px;
  margin-bottom: 20px;
}

.scroll {
  position: relative;
  height: 260px;
}

.count-down {
  float: left;
  width: 190px;
  height: 260px;
}

.count-down > a {
  display: block;
  width: 190px;
  height: 260px;
  background-image: url(../img/carousel/1/background.png);
  background-position: center;
  color: #fff;
  font-weight: bold;
}

.count-down a h1 {
  font-size: 30px;
  position: absolute;
  top: 31px;
  text-align: center;
  width: 190px;
  height: 44.8px;
  line-height: 44.8px;
  font-weight: bold;
  color: #fff;
}

.count-down a p {
  position: absolute;
  font-size: 14px;
  color: #fff;
  width: 190px;
  height: 25.4px;
  line-height: 25.4px;
  text-align: center;
  top: 165px;
  font-weight: normal;
}

.count-down a p strong {
  font-size: 18px;
  font-weight: bold;
}

.box-wrapper {
  position: absolute;
  width: 190px;
  bottom: 30px;
}

.box {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #303430;
  vertical-align: middle;
  margin: 0 8px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.box:first-child {
  margin-left: 30px;
}

.tab-wrapper {
  width: 100%;
  height: 340px;
  margin-bottom: 20px;
}

/* 第7.1 和 7.2部分样式开始 */

.recommend-wrapper {
  overflow: hidden;
}

.recommend {
  position: relative;
}

.recommend-tab {
  height: 34px;
  background-color: #fff;
  margin-bottom: 22px;
  display: flex;
  justify-content: space-around;
  margin-top: 22px;
}

.recommend-tab li {
  display: flex;
  width: 190px;
  height: 34px;
  position: relative;
  cursor: pointer;
  text-align: center;
  line-height: 34px;
}

.recommend-tab li:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  border-radius: 30px;
  background-color: #e7e7e7;
  height: 34px;
}

.recommend-tab li:last-child::before {
  display: none;
}

.recommend-tab li span {
  position: absolute;
}

.recommend-tab li span:nth-of-type(1) {
  font-weight: bold;
  /*width: 80px;*/
  height: 34px;
  line-height: 34px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* .ver-divider{
  float: left;
  height: 40px;
  margin: 10px 0;
  width: 1px;
  background: #dfdfdf;
  background: linear-gradient(180deg,white,#dfdfdf 51%,white);
} */

/* .recommend-tab li:hover span:not(.chosen_redius){
  color: #D6291D;
} */

.recommend-tab li:hover {
  color: #d6291d;
}

/* 第7.1 和 7.2部分样式结束 */

/* 第7.3部分样式开始 */

.recommend-goods-list {
  width: 1200px;
  text-align: center;
  display: grid;
  grid-template-columns: 190px 190px 190px 190px 190px 190px;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}

.recommend-goods-list a {
  width: 196px;
  /*height: 277px;*/
  border-radius: 14px;
  border: 1px solid #ffffff;
  display: inline-block;
  padding: 0 10px;
  padding-top: 24px;
  box-sizing: border-box;
  overflow: hidden;
}

.recommend-goods-list a p {
  font-size: 14px;
  color: #0a1a12;
  text-align: left;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 42px;
  display: -webkit-box;
  overflow: hidden;
}

.recommend-goods-list a span {
  display: inline-block;
  width: 196px;
  text-align: left;
  color: #ff4c43;
  font-family: "MiSans", sans-serif;
}

.recommend-goods-list a span em {
  color: #ff4c43;
  font-family: "MiSansBold", sans-serif;
}

.recommend-goods-list a span i {
  font-size: 12px;
  color: #959796;
}

.recommend-goods-list div {
  height: 152px;
  overflow: hidden;
  text-align: center;
}

.recommend-goods-list a img {
  width: 152px;
  height: 152px;
  margin-bottom: 22px;
  transition: transform 0.3s ease;
  /* 添加变换效果的平滑过渡 */
  overflow: hidden;
}

.hoverDate a img:hover {
  transform: scale(1.3);
}

.recommend-goods-list a em {
  font-size: 18px;
}

/* .find-similar{
  position: absolute;
  width: 230px;
  height: 66px;
  bottom: 10px;
  z-index: 1;
  transition: background-color 0.3s;
  background-color: transparent;
  /* opacity: 0; 
  /* 此处不能用opacity, 因为会继承给子元素 
} */

.recommend-goods-list a:hover {
  /* box-shadow: 0px 0px 12px 0px rgba(10,26,18,0.3); */
  border-radius: 14px;
  border: 1px solid #2df098;
}

/* .recommend-goods-list a:hover .similar-btn{
  background-color: #333;
  transition: background-color 0.3s;
}

.recommend-goods-list a:hover span {
  color: #fff;
} */

/* 第7.3部分样式结束 */

/* 第8部分样式开始 */

.footer-service-wrapper {
  width: 100%;
  height: 103px;
  border-bottom: 1px solid #dedede;
}

.footer-service {
  position: relative;
}

.service {
  height: 42px;
  line-height: 42px;
  padding: 30px 0;
  margin-bottom: 1px;
  text-align: center;
}

.service li {
  width: 297px;
  height: 42px;
  /* line-height: 42px; 该属性可以继承,不需要写 */
  float: left;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}

.service li i {
  vertical-align: middle;
  font-weight: normal;
  font-size: 40px;
  position: relative;
  top: -1px;
  color: #d6291d;
  user-select: none;
}

/* 第8部分样式结束 */

/* 第9部分样式开始 */

.footer-help-wrapper {
  height: 160px;
  padding: 20px 0;
  margin-bottom: 50px;
}

.footer-help {
  border-bottom: 1px solid #dedede;
}

.footer-help nav {
  float: left;
  width: 198px;
  line-height: 21.6px;
  color: #666;
  padding-bottom: 20px;
}

.footer-help nav h5 {
  height: 21.6px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}

.footer-help nav p a {
  font-size: 12px;
  color: #888;
}

.footer-help nav p a:hover {
  color: #d6291d;
}

.footer-help nav:last-of-type h5 {
  text-align: center;
  margin-bottom: 15px;
}

.footer-help nav:last-of-type div {
  font-size: 12px;
  line-height: 18px;
  width: 180px;
  padding: 0 10px;
}

.footer-help nav:last-of-type span {
  display: block;
  width: 180px;
}

.footer-help nav:last-of-type a {
  display: block;
  font-size: 12px;
  text-align: end;
  color: #666;
}

.footer-help nav:last-of-type a i {
  font-size: 10px;
}

.footer-help nav:last-of-type a:hover {
  color: #d6291d;
}

/* 第9部分样式结束 */

.hori-divider {
  display: block;
  height: 1px;
  width: 40px;
  background-color: #eee;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
}

/* 第10部分样式结束 */

.loginMask {
  position: fixed;
  height: 84px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loginMask .loginMask-title img {
  width: 48px;
  height: 48px;
}

/* index 搜索样式*/

.indexSearch .search-wrapper-input input {
  width: 573px;
}

.indexSearch .search-wrapper-search {
  /* justify-content: space-between; */
}

.indexSearch .search-wrapper-button {
  margin-right: 2px;
  height: 45px;
}

.loginMask-titleColor {
  font-size: 16px;
  color: #ffffff;
  margin-left: 10px;
}

.loginMask-Btn {
  width: 140px;
  height: 52px;
  background: #2df098;
  border-radius: 8px 8px 8px 8px;
  text-align: center;
  line-height: 52px;
  font-weight: 500;
  font-size: 20px;
  color: #0a1a12;
  margin-left: 22px;
  cursor: pointer;
}

.loginMasklose {
  color: #ffffff;
  margin-left: 52px;
}

.loginMasklose .icon {
  font-size: 30px;
  cursor: pointer;
}

.newsLogin {
  font-size: 12px;
  color: #0a1a12;
  margin-top: 14px;
  text-align: center;
}

.newsLoginBttom {
  font-size: 10px;
  color: #959796;
  margin-top: 8px;
  text-align: center;
}

.newsLoginBtn {
  width: 166px;
  height: 36px;
  background: #2df098;
  border-radius: 8px 8px 8px 8px;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  margin-top: 9px;
  font-size: 12px;
  color: #0a1a12;
}

.munA {
  position: absolute;
  display: inline-block;
  /* height: 23px;
  width: 23px; */
  top: -10px;
  right: -11px;
}

.munA .tag {
  display: inline-block;
  /* width: 14px; */
  /* height: 14px; */
  color: #fff;
  background: #989898;
  text-align: center;
  /* padding: 7px; */
  /* margin: 0 5px; */
  white-space: nowrap;
  vertical-align: baseline;
  font-family: "Microsoft YaHei";
  font-size: 10px;
}

.cartImg {
  position: relative;
}

.indexBg .popup-header {
  border-bottom: none;
}

/* 登录 */

.logoinPopup {
  display: flex;
}

.logoinPopup .logoinPopupLeft {
  padding-top: 10px;
  width: 296px;
}
.logoinPopupRight {
  padding-top: 10px;
  width: 395px;
}
.logoinPopupLeft-title {
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  text-align: center;
}

.logoinPopupLeft-img {
  width: 169px;
  height: 169px;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #d9d9d9;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 27px;
}

.logoinPopupLeft-img img {
  width: 140px;
  height: 140px;
}

.firx {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}
.ogoinPopupLeft-sao {
  margin-top: 18px;
  font-weight: 400;
  font-size: 12px;
  color: #959796;
  text-align: center;
}
.logoinPopupRight-input input {
  width: 284px;
  height: 48px;
  background: #f3f5f7;
  border-radius: 8px 8px 8px 8px;
  border: none;
}
.logoinPopupRight-input {
  margin-top: 27px;
}
.logoinPopupRight-input .logoinPopupRight-inputBox {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  position: relative;
}
.logoinPopupRight-inputBox span {
  position: absolute;
  top: 16px;
  right: 62px;
  font-weight: 400;
  font-size: 14px;
  color: #2df098;
  cursor: pointer;
}
.logoinPopupRightOk {
  margin-left: 50px;
  font-weight: 400;
  font-size: 10px;
  color: #959796;
}
.logoinPopupRightOk .icon {
  color: #2df098;
}
.logoinPopupRight-btn {
  width: 284px;
  height: 47px;
  background: #2df098;
  border-radius: 8px 8px 8px 8px;
  text-align: center;
  line-height: 47px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #0a1a12;
  margin-left: 50px;
  margin-top: 22px;
  cursor: pointer;
}
.logoinPopupRightOk {
  display: none;
}
hoverDate a img:hover {
  transform: scale(1.3);
}
/* 2.2 search */

.search-wrapper {
  width: 658px;
  height: 53px;
  background: #ffffff;
  border-radius: 12px 12px 12px 12px;
  border: 2px solid #0a1a12;
  margin-top: 25px;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  z-index: 50;
  position: relative;
}

.indexSearchTop {
  align-items: baseline;
}

.search-wrapper-input {
  height: 53px;
}
.historyList {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin-left: 8px;
  display: flex;
  justify-content: space-between;
  width: 107%;
}
.search-wrapper .search-wrapper-search ul {
  position: relative;
  width: 80px;
}

.search-wrapper .search-wrapper-search ul:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0px;
  width: 1px;
  height: 16px;
  background-color: #b8b8b8;
}

.search-wrapper-input input {
  width: 488px;
  height: 53px;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  /* 根据需要设置字体大小 */
  color: currentColor;
  /* 使用当前文本颜色 */
  padding-left: 8px;
}

/* 根据需要添加伪类来清除特定状态的样式 */

.search-wrapper-input input::-webkit-input-placeholder {
  font-size: 14px;
  color: #959796;
}

.search-wrapper-input input:-moz-placeholder {
  font-size: 14px;
  color: #959796;
}

.search-wrapper-input input::-moz-placeholder {
  font-size: 14px;
  color: #959796;
}

.search-wrapper-input input:-ms-input-placeholder {
  font-size: 14px;
  color: #959796;
}

.header .log ul {
  display: flex;
  margin-top: 4px;
}

.header .log ul li {
  margin-left: 14px;
  font-size: 12px;
  color: #959796;
  cursor: pointer;
}

.search-wrapper .search-wrapper-search ul li span {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  margin-left: 14px;
}

.search-wrapper-button {
  width: 80px;
  height: 47px;
  background: #2df098;
  border-radius: 8px 8px 8px 8px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 47px;
  text-align: center;
  cursor: pointer;
  margin-top: 2px;
}

.search-wrapper-bottom {
  width: 128px;
  height: 53px;
  background: #d1fde9;
  border-radius: 12px 12px 12px 12px;
  margin-left: 6px;
  margin-top: 25px;
  margin-right: 12px;
}
.historyBox {
  display: none;
}
.indexSearchTop .historyBox {
  display: block;
}
.historyListNote {
  display: flex;
  flex-wrap: wrap;
  width: 560px;
}
.historyListNote div {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid #d9d9d9;
  margin-left: 15px;
  border-radius: 20px;
  margin-top: 10px;
}
.search-wrapper-bottom .search-wrapper-bottom-conten {
  width: 128px;
  text-align: center;
  line-height: 53px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #2df098;
  cursor: pointer;
}

.iconfontIpn {
  font-size: 20px !important;
  color: #2df098;
}

.search-wrapper input {
  border: none;
}

.search-wrapper button:nth-of-type(1) {
  position: absolute;
  left: 751px;
  bottom: 1.5px;
  width: 58px;
  height: 33px;
  outline: none;
  border: none;
  background-color: #f3160f;
  cursor: pointer;
}

.search-wrapper button:nth-of-type(1) i {
  font-size: 18px;
  color: #fff;
}

.search-wrapper button:nth-of-type(1):hover {
  background-color: #cf2420;
}

.search-wrapper > a i {
  position: absolute;
  left: 716px;
  bottom: 5px;
  font-size: 18px;
  color: #999;
}

.search-wrapper > a i:hover {
  color: #e71e13;
}

.search-wrapper button:nth-of-type(2) {
  position: absolute;
  left: 828px;
  bottom: 1px;
  width: 132px;
  height: 36px;
  border: 1px solid #eee;
  background-color: #fff;
  outline: none;
  font-size: 12px;
  color: #e71e13;
}

.search-wrapper button:nth-of-type(2) i {
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 1px;
}

.search-wrapper button:nth-of-type(2) a {
  color: #e71e13;
}

.search-wrapper button:nth-of-type(2):hover {
  outline: 1px #be1b24 solid;
}

.search-wrapper-cart {
  width: 190px;
  height: 53px;
  /* line-height: 53px; */
  text-align: center;
  background: #f3f5f7;
  border-radius: 12px 12px 12px 12px;
  margin-top: 25px;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-wrapper-cart .cart {
  margin-right: 8px;
}

/* .search-wrapper-cart span {
  padding-top: 15px;
  position: relative;
} */

.search-wrapper-cart span .mun {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: -3px;
  font-size: 9px;
  color: #ccc;
  width: 14px;
  height: 14px;
  background: #ff4c43;
  border-radius: 30px;
}

.search-wrapper-cart span .mun i {
  position: absolute;
  top: -19px;
  right: 4px;
  height: 14px;
  color: #fff;
}

.search-wrapper-cart img {
  width: 28px;
  height: auto;
}

.menu ul {
  overflow: hidden;
  overflow-y: auto;
  padding-bottom: 10px;
}
.uls{
  height: 326px;
}
/* 隐藏滚动条 */
.menu ul::-webkit-scrollbar {
  width: 0; /* 设置滚动条宽度为 0 */
  background: transparent; /* 设置滚动条背景为透明 */
}
.menu .banner-title {
  font-weight: 600;
  font-size: 16px;
  color: #0a1a12;
}
/* 扫一扫开始 */
.shaoshao {
  position: relative;
}

.shaoshao::before {
  content: "";
  display: block;
  position: absolute;
  width: 200px;
  height: 200px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.shaobBn {
  display: none;
  position: absolute;
  width: 100px;
  height: 40px;
  background: #fff;
  border-radius: 10px;
  z-index: 3;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.pTop{
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 15px;
  overflow: hidden;
  width: 70px;
}
.pCoupon{
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 15px;
  overflow: hidden;
  width: 70px;
}


/* 新改样式 */
.banner-big-img {
  height: 174px;
}
.banner-big-img-list-wrapper .banner-big-img img {
  width: 493px;
  height: 174px;
}
.banner-big-img .slider-item {
  width: 493px;
  height: 360px;
  overflow: hidden;
}

.banner-big-img .slider .slider-item.active {
  width: 493px;
  height: 360px;
  overflow: hidden;
}
.slider {
  position: relative;
  background: #fff;
  overflow: hidden;
  width: 493px;
  height: 174px;
}
.banner-big-conten {
  margin-top: 10px;
}
.banner-small-img-list-wrapper {
  width: 291px;
}
.banner-small-img-list-wrapper
.banner-small-img-list
.banner-small-img-list-situation {
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  padding: 16px 0 0 11px;
  box-sizing: border-box;
}

.banner-small-img-list-wrapper .banner-small-img-list-condition {
  display: flex;
  justify-content: space-around;
  margin-top: 38px;
  text-align: center;
}
.banner-small-img-list-wrapper .banner-small-img-list-condition div {
  position: relative;
  font-family: "MiSansBold", sans-serif;
  font-size: 18px;
}
.banner-small-img-list-wrapper .banner-small-img-list-condition div:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background-color: #e3e5e6;
  right: -38px;
  top: 13px;
}
.banner-small-img-list-wrapper
.banner-small-img-list-condition
div:last-child::before {
  display: none;
}
.banner-small-img-list-wrapper .banner-small-img-list-condition p:last-child {
  font-size: 12px;
  color: #959796;
  font-family: normal;
}
.banner-small-img-list-wrapper .banner-small-img-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 295px;
  height: 174px;
  background: #f3f5f7;
  border-radius: 12px;
  padding: 12px;
  box-sizing: border-box;
  margin-top: 11px;
  /* padding-top: 0; */
}
.banner-small-img-list-wrapper .banner-small-img-bottom .banner-top {
  margin-top: 10px;
}

.banner-small-img-list-wrapper {
  position: absolute;
  top: 10px;
  left: 705px;
  width: 295px;
  box-shadow: inset 0px 17px 19px 0px rgba(255, 255, 255, 0.25);
}

.banner-small-img-list {
  position: relative;
  width: 295px;
  height: 174px;
  background: #f3f5f7;
  border-radius: 12px 12px 12px 12px;
}
.banner-small-img-list-wrapper .banner-small-img-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 295px;
  height: 174px;
  background: #f3f5f7;
  border-radius: 12px;
  padding: 12px;
  box-sizing: border-box;
  margin-top: 11px;
  /* padding-top: 0; */
}

.banner-small-img-bottom .banner-content {
  display: flex;
  align-items: center;
  width: 130px;
  height: 71px;
  background: #ffffff;
  padding: 18px 8px;
  box-sizing: border-box;
  border-radius: 8px;
}
.banner-small-img-list-wrapper .banner-small-img-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 291px;
  /* height: 174px; */
  background: #f3f5f7;
  border-radius: 12px;
  padding: 12px;
  box-sizing: border-box;
  margin-top: 11px;
  /* padding-top: 0; */
}
.banner-big-conten {
  width: 493px;
  height: 174px;
  background: #f3f5f7;
  border-radius: 12px 12px 12px 12px;
  padding: 12px;
  box-sizing: border-box;
  padding-top: 0;
}

.banner-big-bottom img {
  width: 148px;
  height: 117px;
}

.banner-small-img-bottom .banner-content .banner-content-date {
  font-size: 10px;
  color: #959796;
}

.banner-small-img-bottom .banner-content img {
  width: 28px;
  height: 28px;
  margin-right: 5px;
  vertical-align: bottom;
}
.right-column .news .right-column-nva-behavior {
  width: 166px;
  height: 36px;
  margin-top: 10px;
}

.hotHongbao {
  display: flex;
  height: 36px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 0 6px;
}
.hotHongbao img {
  width: 26px;
  height: 30px;
}
.hotHongbao p {
  font-size: 10px;
  color: #000000;
}
.hotHongbao .pTop {
  font-size: 8px;
  color: #ff4c43;
  margin-top: 5px;
}
.hotHongbao .pTopBtn {
  width: 36px;
  height: 20px;
  background: #2df098;
  border-radius: 4px 4px 4px 4px;
  font-size: 10px;
  color: #0a1a12;
  text-align: center;
  line-height: 20px;
}
.nva-behavior-iconBox {
  cursor: pointer;
}
.nva-behavior-iconBox:hover .nva-behavior-iconBoxTopTitle {
  color: #2df098 !important;
}
/* 图标盒子样式 */
.nva-behavior-iconBoxTop {
  position: relative;
  text-align: center;
}

/* 图标盒子中的图片样式 */
.nva-behavior-iconBoxTop img {
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* 初始时显示第一张图片 */
.nva-behavior-iconBox img:first-child {
  opacity: 1;
}

/* 鼠标悬停时，第一张图片隐藏，第二张图片显示 */
.nva-behavior-iconBox:hover img:first-child {
  opacity: 0;
  color: #2df098;
}

.nva-behavior-iconBox:hover img:nth-child(2) {
  opacity: 1;
  color: #2df098;
}

/* 文字样式 */
/* .nva-behavior-iconBoxTop div {
  position: absolute;
  bottom: -20px; /* 根据实际情况调整文字位置
  left: 50%;
  transform: translateX(-50%);
} */
.right-column .news .nva-behavior-iconBox {
  width: 25%;
  margin-top: 12px;
  height: 50px;
  position: relative;
  text-align: center;
}
.nva-behavior-iconBoxTopTitle {
  margin-top: 27px;
}
.logoImg{
  display: block !important;
  width: 104px !important;
  height: 100px !important;
  position: absolute;
  left: 40px;
}
