.main .sticky-navbar {
  top: -63px;
  transition: all 3s;
}
.main .sticky-navbar.fixed-show {
  top: 0;
}
.index-header {
  position: relative;
  width: 100%;
  height: 693px;
  background-image: url("/w/img/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  min-width: 1200px;
  background-position: center;
}
.index-header .container {
  position: relative;
  display: block;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.index-header .container .navbar {
  display: flex;
  align-items: center;
  width: 100%;
  height: 86px;
  transition: all 0.3s;
}
.index-header .container .navbar.navbar-hide {
  visibility: hidden;
}
.index-header .container .navbar .logo {
  flex-shrink: 0;
  width: 126px;
  height: 60px;
  margin-right: 106px;
}
.index-header .container .navbar .navigator {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  width: 100%;
  height: 100%;
}
.index-header .container .navbar .navigator::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.32);
}
.index-header .container .navbar .navigator .navigator-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-width: 53px;
  margin-right: 50px;
  letter-spacing: 2px;
  color: #ffffff;
}
.index-header .container .navbar .navigator .navigator-item.active {
  transition: all 0.3s;
}
.index-header .container .navbar .navigator .navigator-item.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 53px;
  height: 5px;
  background-color: #ef2329;
  animation: activenavigator 0.3s ease-in-out;
}
@keyframes activenavigator {
  from {
    width: 0;
  }
  to {
    width: 53px;
  }
}
.index-header .container .data-field {
  margin: 0px 0 50px;
}
.index-header .container .data-field p {
  display: inline-block;
  font-family: MicrosoftYaHei;
  font-size: 26px;
  color: #fff;
  margin-right: 70px;
}
.index-header .container .data-field p:first-of-type {
  min-width: 410px;
}
.index-header .container .data-field .large {
  font-family: Impact;
  font-size: 40px;
  display: inline-block;
  min-width: 180px;
  letter-spacing: 0px;
}
.index-header .container .data-field .large i {
  display: inline-block;
  font-style: unset;
  font-family: Impact;
  font-size: 40px;
  letter-spacing: 0px;
}
.index-header .container .data-field .mini {
  margin-left: 8px;
  font-size: 14px;
  line-height: 14px;
}
.index-header .container .data-field .sp {
  display: block;
  font-size: 30px;
  margin: 0px 0 20px;
}
.index-header .container .btn-field {
  margin-top: 39px;
}
.index-header .container .btn-field .btn {
  width: 121px;
  height: 40px;
  border-radius: 4px;
  border: solid 1px #fff;
  color: #fff;
  font-family: SourceHanSansCN-Regular;
  font-size: 20px;
  margin-right: 36px;
}
.index-header .container .search-field {
  position: relative;
  z-index: 4;
  width: 711px;
  height: 147px;
  border-radius: 8px;
  margin-top: 46px;
  overflow: hidden;
  padding: 17px 20px 0;
}
.index-header .container .search-field::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(1.8px) brightness(100%);
  background-color: rgba(255, 255, 255, 0.24);
  border-radius: 8px;
}
.index-header .container .search-field .checker-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.index-header .container .search-field .checker-wrapper .checker-track {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 18px;
  letter-spacing: 4px;
  color: #ffffff;
  margin-right: 30px;
}
.index-header .container .search-field .checker-wrapper .checker-track .checker {
  margin-right: 6px;
}
.index-header .container .search-field .checker-wrapper .checker-track .checker.hide {
  display: none;
}
.index-header .container .search-field .checker-wrapper .checker-track .checked {
  margin-right: 6px;
  display: none;
}
.index-header .container .search-field .checker-wrapper .checker-track .checked.show {
  display: block;
}
.index-header .container .search-field .checker-wrapper .checker-track .rd-checker {
  display: none;
}
.index-header .container .search-field .search-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
}
.index-header .container .search-field .search-wrapper .ipt-search {
  width: 610px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #ffffff;
  padding: 0 10px;
}
.index-header .container .search-field .search-wrapper .btn-search {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(#ef2329, #ef2329), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  border-radius: 4px;
  margin-left: 12px;
}
.index-header .container .search-field .search-wrapper .btn-search .icon {
  width: 25px;
  height: 25px;
}
.index-header .container .search-field .area-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 4px;
}
.index-header .container .search-field .area-wrapper a {
  margin-right: 12px;
  font-family: AdobeHeitiStd-Regular;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
.index-header .footer {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 111px;
  background-color: rgba(0, 0, 0, 0.22);
}
.index-header .footer .container {
  display: flex;
  width: 1200px;
  height: 100%;
  padding: 0 18px;
  margin: 0 auto;
}
.index-header .footer .container .item {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  min-width: 232px;
  padding: 0 28px;
  color: #fff;
}
.index-header .footer .container .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  height: calc(100% - 8px);
  width: 1px;
  opacity: 0.5;
  background: linear-gradient(transparent, #fff, transparent);
}
.index-header .footer .container .item:last-of-type::after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  height: calc(100% - 8px);
  width: 1px;
  opacity: 0.5;
  background: linear-gradient(transparent, #fff, transparent);
}
.index-header .footer .container .item .icon {
  width: 55px;
  height: 55px;
}
.index-header .footer .container .item .info {
  margin-left: 18px;
}
.index-header .footer .container .item .info .statistic {
  position: relative;
  display: flex;
  flex-shrink: 0;
  height: 44px;
  font-family: Impact;
  font-size: 44px;
  margin-bottom: 8px;
  min-width: 135px;
}
.index-header .footer .container .item .info .statistic i {
  font-style: unset;
  font-family: Impact;
  font-size: 44px;
}
.index-header .footer .container .item .info .statistic .unit {
  padding-left: 8px;
  padding-top: 8px;
}
.index-header .footer .container .item .info .desc {
  font-family: MicrosoftYaHei;
  font-size: 16px;
}
.index-header .footer .container .item .bubble-track {
  position: absolute;
  left: 0;
  top: -200px;
  display: none;
  width: 100%;
  height: 400px;
}
.index-header .footer .container .item .bubble-track.bubble-show {
  display: block;
}
.index-header .footer .container .item .bubble-track .bubble-wrapper {
  width: 100%;
  height: 100%;
}
.index-header .footer .container .item .bubble-track .bubble-wrapper .bubble {
  position: absolute;
  top: 53%;
  border-radius: 50%;
  border: 1px solid #fff;
}
.index-header .footer .container .item .bubble-track .bubble-wrapper .bubble.small {
  width: 5px;
  height: 5px;
  left: 10%;
  animation: flow-s 2s linear infinite;
  background: #fff;
}
.index-header .footer .container .item .bubble-track .bubble-wrapper .bubble.s-medium {
  width: 10px;
  height: 10px;
  left: 33%;
  animation: flow-s 1.3s linear infinite;
  background: #fff;
}
.index-header .footer .container .item .bubble-track .bubble-wrapper .bubble.medium {
  width: 13px;
  height: 13px;
  left: 25%;
  animation: flow-m 0.8s linear infinite;
}
.index-header .footer .container .item .bubble-track .bubble-wrapper .bubble.large {
  width: 12px;
  height: 12px;
  left: 67%;
  animation: flow-l 0.7s linear infinite;
  background: #fff;
}
.index-header .footer .container .item .bubble-track .bubble-wrapper .bubble.small-l {
  width: 5px;
  height: 5px;
  left: 23%;
  animation: flow-s-l 0.9s linear infinite;
}
@keyframes flow-s {
  0% {
    top: 53%;
    left: 50%;
    opacity: 0;
  }
  25% {
    top: 49%;
    left: 51%;
    opacity: 1;
  }
  50% {
    top: 45%;
    left: 52%;
    opacity: 1;
  }
  75% {
    top: 41%;
    left: 51%;
    opacity: 1;
  }
  100% {
    top: 37%;
    left: 50%;
    opacity: 0;
  }
}
@keyframes flow-m {
  0% {
    top: 53%;
    left: 25%;
    opacity: 0;
  }
  25% {
    top: 48%;
    left: 24.5%;
    opacity: 1;
  }
  50% {
    top: 43%;
    left: 24%;
    opacity: 1;
  }
  75% {
    top: 38%;
    left: 24.5%;
    opacity: 1;
  }
  100% {
    top: 33%;
    left: 25%;
    opacity: 0;
  }
}
@keyframes flow-l {
  0% {
    top: 53%;
    left: 67%;
    opacity: 0;
  }
  25% {
    top: 49%;
    left: 67.5%;
    opacity: 1;
  }
  50% {
    left: 68%;
    opacity: 1;
  }
  75% {
    left: 67.5%;
    opacity: 1;
  }
  100% {
    top: 32%;
    left: 67%;
    opacity: 0;
  }
}
@keyframes flow-s-l {
  0% {
    top: 53%;
    left: 43%;
    opacity: 0;
  }
  25% {
    top: 48%;
    left: 43.5%;
    opacity: 1;
  }
  50% {
    top: 43%;
    left: 44%;
    opacity: 1;
  }
  75% {
    top: 38%;
    left: 43.5%;
    opacity: 1;
  }
  100% {
    top: 33%;
    left: 43%;
    opacity: 0;
  }
}
.rightnav {
  display: none;
  width: 43px;
  position: fixed;
  height: 510px;
  right: 10px;
  z-index: 9;
  bottom: 5%;
  background: #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
}
.rightnav .rightnavtit {
  width: 100%;
  height: 46px;
  background: #f0292f;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 16px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 8px 0 0px;
  cursor: pointer;
}
.rightnav .rightnavitemnull {
  padding: 14px 16px;
}
.rightnav .rightnavitem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 5px;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
}
.rightnav .rightnavitem span {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
}
.rightnav .rightnavitem .Wechat_service {
  position: relative;
}
.rightnav .rightnavitem .Wechat_service li {
  border-radius: 4px;
  display: none;
  right: 200%;
  bottom: 0px;
  position: absolute;
  list-style: none;
  padding: 10px;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.14);
  background: #ffffff;
}
.rightnav .rightnavitem .Wechat_service li .Wechat_serviceP {
  background: #eeeeee;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #161616;
  line-height: 24px;
}
.rightnav .rightnavitem .Wechat_service li .Wechat_serviceP a {
  color: #ef2329;
  font-size: 14px;
}
.rightnav .rightnavitem .Wechat_service .fixednav {
  padding: 0 10px;
  width: 336px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rightnav .rightnavitem .Wechat_service .fixednav .fixednavleft {
  width: 200px;
  height: 142px;
  background: #eeeeee;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  overflow-y: scroll;
  padding: 6px 6px;
}
.rightnav .rightnavitem .Wechat_service .fixednav .fixednavleft .areaitem {
  width: 170px;
  margin: 0 auto;
  margin-top: 4px;
  min-height: 43px;
  background: #ffffff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 8px 4px;
  cursor: pointer;
}
.rightnav .rightnavitem .Wechat_service .fixednav .fixednavleft .areaitem .areatitle {
  font-size: 12px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #161616;
}
.rightnav .rightnavitem .Wechat_service .fixednav .fixednavleft .areaitem .areacon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}
.rightnav .rightnavitem .Wechat_service .fixednav .fixednavleft .areaitem .areacon span {
  font-size: 12px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #161616;
}
.rightnav .rightnavitem .Wechat_service .fixednav .fixednavleft .areaitemed {
  background: #ef2329;
}
.rightnav .rightnavitem .Wechat_service .fixednav .fixednavleft .areaitemed .areatitle {
  color: #ffffff;
}
.rightnav .rightnavitem .Wechat_service .fixednav .fixednavleft .areaitemed .areacon span {
  color: #ffffff;
}
.rightnav .rightnavitem .Wechat_service .fixednav .fixednavright {
  display: flex;
  height: 148px;
  width: 120px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.rightnav .rightnavitem .Wechat_service .fixednav .fixednavright img {
  width: 84px;
  height: 84px;
  flex-shrink: 0;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.rightnav .rightnavitem .Wechat_service .fixednav .fixednavright span {
  font-size: 12px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #161616;
}
.rightnav .rightnavitem .Wechat_service .fixednav .fixednavleft::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.rightnav .rightnavitem .Wechat_service .fixednav .fixednavleft::-webkit-scrollbar-track {
  background: #efefef;
  border-radius: 2px;
}
.rightnav .rightnavitem .Wechat_service .fixednav .fixednavleft::-webkit-scrollbar-thumb {
  background: #bcbcbc;
  border-radius: 10px;
  opacity: 0.7;
}
.rightnav .rightnavitem .Wechat_service .fixednav .fixednavleft::-webkit-scrollbar-thumb:hover {
  background: #999;
  opacity: 1;
}
.rightnav .rightnavitem .Wechat_service .fixednav .fixednavleft::-webkit-scrollbar-corner {
  background: #efefef;
}
.rightnav .rightnavitem .Wechat_service li:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 12px solid transparent;
  border-left: 12px solid #FFFFFF;
  border-bottom: 12px solid transparent;
  position: absolute;
  top: 82%;
  left: 100%;
}
.rightnav .active span {
  color: #f0292f;
}
.rightnav .istopimg {
  background-color: #f0292f;
  border-radius: 50% ;
  display: block;
  position: absolute;
  z-index: 999;
  left: -1px;
  bottom: -10px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  text-align: center;
}
.rightnav .istopimg img {
  width: 20px;
  margin: 10px 0;
}
.index-functional {
  position: relative;
  display: flex;
  width: 1200px;
  margin: 0 auto;
  padding: 45px 0;
}
.index-functional .card {
  display: inline-block;
  height: 225px;
  background-color: #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  padding: 24px 20px;
  margin-right: 20px;
}
.index-functional .card:last-of-type {
  margin-right: 0;
}
.index-functional .card.e-com,
.index-functional .card.store {
  width: 475px;
}
.index-functional .card .header {
  font-family: AlibabaPuHuiTiM;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 4px;
  color: #333333;
  margin-bottom: 16px;
}
.index-functional .card .contents-e-com {
  display: flex;
  justify-content: space-between;
}
.index-functional .card .contents-e-com .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33%;
  cursor: pointer;
}
.index-functional .card .contents-e-com .item .icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}
.index-functional .card .contents-e-com .item .title {
  font-family: SourceHanSansCN-Medium;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}
.index-functional .card .contents-e-com .item .sub-title {
  font-family: SourceHanSansCN-Regular;
  font-size: 12px;
  color: #666666;
}
.index-functional .card .contents-store {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-functional .card .contents-store .item {
  display: flex;
  align-items: center;
  width: 33%;
  margin: 15px 0;
  cursor: pointer;
}
.index-functional .card .contents-store .item .icon {
  max-width: 33px;
}
.index-functional .card .contents-store .item .info {
  margin-left: 8px;
}
.index-functional .card .contents-store .item .title {
  font-family: SourceHanSansCN-Medium;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 4px;
}
.index-functional .card .contents-store .item .sub-title {
  font-family: SourceHanSansCN-Regular;
  font-size: 12px;
  color: #666666;
}
.index-functional .card.login {
  width: 243px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}
.index-functional .card.login .avatar {
  cursor: pointer;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin-top: 20px;
}
.index-functional .card.login .avatar .avatar-img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}
.index-functional .card.login .data-field {
  display: flex;
  width: 100%;
}
.index-functional .card.login .data-field .guest {
  cursor: pointer;
  width: 100%;
  margin: 20px;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #333333;
}
.index-functional .card.login .data-field .user-name {
  display: none;
}
.index-functional .card.login .data-field .item {
  display: none;
}
.index-functional .card.login .btn-login,
.index-functional .card.login .btn-register {
  width: 92px;
  height: 30px;
  border-radius: 4px;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
}
.index-functional .card.login .member_center {
  width: 152px;
  height: 30px;
  border-radius: 4px;
  background-color: #ef2329;
  color: #fff;
  line-height: 30px;
}
.index-functional .card.login .btn-login {
  background-color: #ef2329;
  color: #fff;
}
.index-functional .card.login .btn-register {
  border: solid 1px #ef2329;
  color: #ef2228;
}
.index-functional .card.user-info {
  width: 243px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.index-functional .card.user-info .avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
.index-functional .card.user-info .avatar .avatar-img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}
.index-functional .card.user-info .data-field {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.index-functional .card.user-info .data-field .guest {
  display: none;
}
.index-functional .card.user-info .data-field .user-name {
  width: 100%;
  margin: 14px auto;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.index-functional .card.user-info .data-field .item {
  font-size: 14px;
}
.index-functional .card.user-info .data-field .item span {
  font-size: 14px;
  color: #c62930;
}
.index-functional .card.user-info .btn-login {
  display: none;
}
.index-functional .card.user-info .btn-register {
  display: none;
}
.index-functional .card.user-info .btn-center {
  width: 124px;
  height: 30px;
  background: #c62930;
  border-radius: 4px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
}
.index-recent {
  position: relative;
  width: 100%;
  height: 650px;
  background-color: #ffffff;
}
.index-recent .header {
  padding-top: 10px;
  text-align: center;
}
.index-recent .header .title {
  margin-bottom: 10px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 400;
  font-size: 24px;
  color: #010101;
}
.index-recent .header .sub-title {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #666666;
}
.index-recent .container {
  position: relative;
  z-index: 2;
  display: flex;
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}
.index-recent .container .containerleft {
  width: 246px;
  height: 490px;
  background: url("/w/img/recentbg.jpg") no-repeat;
  background-size: cover;
  padding: 38px 48px 0 23px;
}
.index-recent .container .containerleft .title p {
  font-size: 23px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}
.index-recent .container .containerleft .title .containerleftbj {
  margin-bottom: -16px;
}
.index-recent .container .containerleft .border {
  width: 44px;
  height: 2px;
  background: #ffffff;
  margin: 25px 0;
}
.index-recent .container .containerleft .desc {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}
.index-recent .container .containerleft .btn {
  display: block;
  width: 154px;
  height: 30px;
  margin: 0 auto;
  margin-top: 35px;
  background: #ef2329;
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
}
.index-recent .container .containerright {
  flex: 1;
  margin-left: 17px;
  background: #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  height: 490px;
  padding: 6px 15px 15px;
}
.index-recent .container .containerright .orderitem {
  width: 100%;
  height: 128px;
  background: #f9f9f9;
  border-radius: 4px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px;
}
.index-recent .container .containerright .orderitem .img1 {
  position: relative;
}
.index-recent .container .containerright .orderitem .img1 a img {
  height: 107px;
  width: 110px;
  object-fit: cover;
  border-radius: 4px;
}
.index-recent .container .containerright .orderitem .img1 p {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
  width: 100%;
  background: #f02930b9;
  border-radius: 4px;
}
.index-recent .container .containerright .orderitem .list2div {
  width: 520px;
  text-align: left;
}
.index-recent .container .containerright .orderitem .list2div .list2divp1 {
  margin: 0 0 4px -8px;
  width: 100%;
  display: flex;
  align-items: center;
}
.index-recent .container .containerright .orderitem .list2div .list2divp1 a {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
}
.index-recent .container .containerright .orderitem .list2div .list2divp1 a:nth-of-type(1) {
  display: inline-block;
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-recent .container .containerright .orderitem .list2div .list2divp2 {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 21px;
  color: #666666;
}
.index-recent .container .containerright .orderitem .list2div .list2divp2 .span1 {
  color: #f0292f;
  font-weight: bold;
  font-size: 14px;
}
.index-recent .container .containerright .orderitem .list2div .list2divp2 .span2 {
  font-size: 12px;
  color: #f0292f;
}
.index-recent .container .containerright .orderitem .warplist22 {
  margin-top: 15px;
  width: 240px;
  line-height: 30px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.index-recent .container .containerright .orderitem .warplist22 .p1 {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #666666;
  line-height: 34px;
}
.index-recent .container .containerright .orderitem .warplist22 .p2 {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #999999;
}
.index-recent .container .containerright .orderitem .shopimg {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
.index-recent .container .containerright .orderitem .detail {
  position: relative;
  flex: 1;
  padding: 0 35px 0 25px;
}
.index-recent .container .containerright .orderitem .detail .title {
  display: flex;
  align-items: center;
}
.index-recent .container .containerright .orderitem .detail .title .address {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
  margin-right: 24px;
}
.index-recent .container .containerright .orderitem .detail .title .addicon {
  display: flex;
  align-items: center;
}
.index-recent .container .containerright .orderitem .detail .title .addicon img {
  width: 12px;
  height: 15px;
  margin-right: 2px;
}
.index-recent .container .containerright .orderitem .detail .title .addicon a {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
}
.index-recent .container .containerright .orderitem .detail .time {
  display: flex;
  align-items: center;
  margin: 8px 0;
}
.index-recent .container .containerright .orderitem .detail .time .timebtn {
  padding: 2px 6px;
  border: 1px solid #f0292f;
  border-radius: 3px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #f0292f;
  margin-right: 8px;
}
.index-recent .container .containerright .orderitem .detail .time .redutime {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #999999;
}
.index-recent .container .containerright .orderitem .detail .desc {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-recent .container .containerright .orderitem .detail::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1px;
  top: -20px;
  bottom: -20px;
  right: 25px;
  background: #f1f1f1;
}
.index-recent .container .containerright .orderitem .btncon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index-recent .container .containerright .orderitem .btncon .price {
  font-size: 26px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #f0292f;
}
.index-recent .container .containerright .orderitem .btncon .db {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #666666;
  margin: 0 0 10px 0;
}
.index-recent .container .containerright .orderitem .btncon a {
  display: block;
  width: 166px;
  height: 38px;
  background: #f0292f;
  border-radius: 3px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 38px;
}
.index-recent .container .containerright .orderitem:last-child {
  border: none;
}
.index-recent .container .containerright .swiper-container {
  width: 915px;
  height: 460px;
}
.index-recent .container .containerright .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 100%;
  height: 100%;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.index-recent .container .containerright .swiper-pagination-bullet-active {
  margin-top: 30px;
  color: #fff;
  background: none;
  border: 1px solid #999999;
}
.index-recent .container .containerright .swiper-pagination {
  bottom: 0px;
}
.index-recent .container .containerright .orderitemall {
  height: 100%;
}
.index-recent .container .containerright .orderitemall .orderitemallHeader {
  display: flex;
  justify-content: space-between;
}
.index-recent .container .containerright .orderitemall .orderitemallHeader p {
  margin: 10px 0 10px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
}
.index-recent .container .containerright .orderitemall .orderitemallHeader p span {
  color: #ef2329 !important;
}
.index-recent .container .containerright .orderitemall .orderitemallHeader P:nth-of-type(2) {
  cursor: pointer;
}
.index-recent .container .containerright .orderitemall .orderitemallHeader P:nth-of-type(2) a {
  color: #ef2329 !important;
}
.index-hotflower {
  position: relative;
  width: 100%;
  background-color: #f2f5f8;
}
.index-hotflower .header {
  padding-top: 40px;
  text-align: center;
}
.index-hotflower .header .title {
  margin-bottom: 10px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 400;
  font-size: 24px;
  color: #010101;
}
.index-hotflower .header .sub-title {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #666666;
}
.index-hotflower .container {
  position: relative;
  z-index: 2;
  display: flex;
  width: 1200px;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 26px;
  padding-bottom: 60px;
}
.index-hotflower .container .containerleft {
  width: 246px;
  height: 604px;
  object-fit: cover;
  background: url("/w/img/hotflowerbg_new.png") no-repeat;
  background-size: cover;
  padding: 38px 40px 0 20px;
}
.index-hotflower .container .containerleft .title p {
  font-size: 23px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}
.index-hotflower .container .containerleft .title .containerleftbj {
  margin-bottom: -18px;
}
.index-hotflower .container .containerleft .border {
  width: 44px;
  height: 2px;
  background: #ffffff;
  margin: 25px 0;
}
.index-hotflower .container .containerleft .desc {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}
.index-hotflower .container .containerleft .btn {
  display: block;
  width: 154px;
  height: 30px;
  margin: 0 auto;
  margin-top: 35px;
  background: #ef2329;
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
}
.index-hotflower .container .containerright {
  width: 970px;
}
.index-hotflower .container .containerright .containerrightheader {
  display: flex;
  justify-content: flex-start;
  margin-right: 5px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.index-hotflower .container .containerright .containerrightheader a {
  color: black;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  margin: 0 -5px 15px 15px;
  display: inline-block;
  width: 146px;
  height: 40px;
  background: #ffffff;
  border-radius: 4px;
}
.index-hotflower .container .containerright .containerrightheader .isactive {
  background: #f0292f;
  color: #ffffff;
  position: relative;
}
.index-hotflower .container .containerright .containerrightheader .isactive:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid #f0292f;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: 40px;
  left: 65px;
}
.index-hotflower .container .containerright .containerright_warp {
  flex: 1;
  margin-left: 15px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.index-hotflower .container .containerright .containerright_warp .item {
  margin: 0 11px 10px 0px;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  width: 224px;
  background: #fff;
}
.index-hotflower .container .containerright .containerright_warp .item .shopimg {
  width: 224px;
  height: 187px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.index-hotflower .container .containerright .containerright_warp .item .dj {
  display: flex;
  align-items: center;
  margin: 8px 0 0 10px;
}
.index-hotflower .container .containerright .containerright_warp .item .dj span:first-child {
  width: 54px;
  height: 20px;
  background: #f2d9ae;
  border-radius: 10px;
  font-size: 14px;
  font-family: FZDaBiaoSong-B06;
  font-weight: 400;
  color: #835a12;
  text-align: center;
  line-height: 20px;
}
.index-hotflower .container .containerright .containerright_warp .item .dj span:last-child {
  flex: 1;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
  margin-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-hotflower .container .containerright .containerright_warp .item .cartcon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px 8px;
  margin-bottom: 10px;
}
.index-hotflower .container .containerright .containerright_warp .item .cartcon .cartconpri span:first-child {
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #f0292f;
}
.index-hotflower .container .containerright .containerright_warp .item .cartcon .cartconpri span:last-child {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #595959;
}
.index-hotclass {
  position: relative;
  width: 100%;
  height: 690px;
  background-color: #ffffff;
}
.index-hotclass .header {
  padding-top: 40px;
  text-align: center;
}
.index-hotclass .header .title {
  margin-bottom: 10px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 400;
  font-size: 24px;
  color: #010101;
}
.index-hotclass .header .sub-title {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #666666;
}
.index-hotclass .container {
  position: relative;
  z-index: 2;
  display: flex;
  width: 1200px;
  margin: 0 auto;
  margin-top: 26px;
}
.index-hotclass .container .containerleft {
  width: 220px;
  background: #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.14);
}
.index-hotclass .container .containerleft .title {
  height: 59px;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
  line-height: 56px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
}
.index-hotclass .container .containerleft .title p {
  display: none;
  font-size: 12px;
}
.index-hotclass .container .containerleft .movetitle {
  font-size: 16px;
  width: 100%;
  height: 118px;
  background: #f66e66;
  text-align: center;
  padding: 20px 0 10px;
  line-height: 36px;
  position: relative;
  color: #ffffff;
}
.index-hotclass .container .containerleft .movetitle img {
  display: none;
}
.index-hotclass .container .containerleft .movetitle .heading {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
}
.index-hotclass .container .containerleft .movetitle div {
  width: 17px;
  height: 1px;
  background: #ffffff;
  margin: 10px auto 10px;
}
.index-hotclass .container .containerleft .movetitle .headlines {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
}
.index-hotclass .container .containerleft .movetitle p {
  display: block;
}
.index-hotclass .container .containerleft .movetitle:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 28px solid transparent;
  border-left: 24px solid #f66e66;
  border-bottom: 28px solid transparent;
  position: absolute;
  top: 30%;
  left: 100%;
}
.index-hotclass .container .containerright {
  flex: 1;
  margin-left: 35px;
}
.index-hotclass .container .containerright .top {
  height: 332px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.index-hotclass .container .containerright .top .vide0 {
  flex: 1;
  margin-right: 14px;
  height: 332px;
  background: #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  position: relative;
}
.index-hotclass .container .containerright .top .vide0 .playbtn {
  width: 86px;
  height: 86px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 80;
  cursor: pointer;
  transform: translateX(-50%) translateY(-50%);
}
.index-hotclass .container .containerright .top .vide0 .video-js {
  width: 100%;
  height: 100%;
}
.index-hotclass .container .containerright .top .vide0 .vjs-big-play-button {
  display: none;
}
.index-hotclass .container .containerright .top .vide0class {
  width: 304px;
  height: 332px;
  background: #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  overflow: hidden;
}
.index-hotclass .container .containerright .top .vide0class .videoimg {
  width: 304px;
  height: 221px;
}
.index-hotclass .container .containerright .top .vide0class .videocon {
  padding: 15px;
}
.index-hotclass .container .containerright .top .vide0class .videocon .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
}
.index-hotclass .container .containerright .top .vide0class .videocon .videodesc {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 5px 0;
  margin-bottom: 10px;
}
.index-hotclass .container .containerright .top .vide0class .videocon .videofoot {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.index-hotclass .container .containerright .top .vide0class .videocon .videofoot .stupeo {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #666666;
}
.index-hotclass .container .containerright .top .vide0class .videocon .videofoot .stubtn {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #219d56;
}
.index-hotclass .container .containerright .class {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.index-hotclass .container .containerright .class .classitem {
  margin: 0 5px 35px 5px;
  width: 32.27%;
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
}
.index-hotclass .container .containerright .class .classitem .classimg {
  width: 153px;
  height: 153px;
  object-fit: cover;
}
.index-hotclass .container .containerright .class .classitem .classimgs {
  width: 100%;
  height: 153px;
  object-fit: cover;
}
.index-hotclass .container .containerright .class .classitem .classitemp {
  position: absolute;
  top: 45%;
  left: 22%;
  color: #ffffff !important;
}
.index-hotclass .container .containerright .class .classitem .classright {
  padding: 19px;
  flex: 1;
}
.index-hotclass .container .containerright .class .classitem .classright p {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-hotclass .container .containerright .class .classitem .classright .studypeo {
  display: block;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #666666;
  margin: 10px 0;
}
.index-hotclass .container .containerright .class .classitem .classright .stybtn {
  display: inline-block;
  width: 83px;
  height: 27px;
  color: #219d56;
  border-radius: 4px;
  text-align: left;
  line-height: 36px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: bold;
}
.index-hotclass .container .containerright .class .classitem .classright .vip {
  color: #b99254;
}
.index-hotclass .container .containerright .containerright_footer {
  bottom: 0;
  position: absolute;
  height: 92px;
  background: #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.14);
  border-radius: 4px;
  padding: 0 20px 0 40px;
}
.index-hotclass .container .containerright .containerright_footer ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.index-hotclass .container .containerright .containerright_footer ul li {
  width: 33%;
  font-family: Microsoft YaHei;
  font-weight: 400;
  height: 46px;
  font-size: 14px;
  color: #666666;
  line-height: 46px;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
  text-align: center;
}
.index-hotclass .container .containerright .containerright_footer ul li a {
  font-size: 14px;
  color: #666666;
}
.index-hotclass .container .containerright .containerright_footer ul li:hover {
  color: #ef2329;
}
.index-hotclass .container .containerright .containerright_footer ul li:hover a {
  color: #ef2329;
}
.index-download {
  position: relative;
  width: 100%;
  height: 703px;
  background-color: #f2f5f8;
  margin-top: 60px;
}
.index-download .header {
  padding-top: 63px;
  text-align: center;
}
.index-download .header .title {
  margin-bottom: 10px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 400;
  font-size: 24px;
  color: #010101;
}
.index-download .header .sub-title {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #666666;
}
.index-download .container {
  position: relative;
  z-index: 2;
  display: flex;
  width: 1200px;
  margin: 0 auto;
}
.index-download .container .device {
  width: 614px;
  height: 391px;
  margin-top: 88px;
  margin-left: 14px;
}
.index-download .container .download-field {
  display: flex;
  width: 528px;
  height: 466px;
  margin-top: 57px;
  margin-left: 64px;
  background-image: url("/w/img/download_bg_text.png");
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
}
.index-download .container .download-field .pc {
  padding-top: 80px;
}
.index-download .container .download-field .pc .title {
  position: relative;
  font-family: MicrosoftYaHei-Bold;
  font-size: 36px;
  font-weight: bold;
  color: #000000;
}
.index-download .container .download-field .pc .title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 68px;
  width: 37px;
  height: 4px;
  background-color: #000;
}
.index-download .container .download-field .pc .btn-field {
  margin-top: 50px;
}
.index-download .container .download-field .pc .btn-field .btn {
  position: relative;
  display: inline-block;
  width: 143px;
  height: 49px;
  border-radius: 4px;
  overflow: hidden;
}
.index-download .container .download-field .pc .btn-field .btn p {
  z-index: 2;
  text-align: center;
  line-height: 49px;
}
.index-download .container .download-field .pc .btn-field .btn.btn-win {
  border: solid 1px #ef2329;
  color: #ef2329;
  margin-right: 15px;
}
.index-download .container .download-field .pc .btn-field .btn.btn-mac {
  border: solid 1px #ef2329;
  color: #ef2329;
}
.index-download .container .download-field .pc .btn-field .btn .icon {
  position: absolute;
  right: -38px;
  bottom: -38px;
  width: 38px;
  height: 38px;
  opacity: 0.19;
}
.index-download .container .download-field .pc .btn-field .btn:hover {
  background-color: #ef2329;
  color: #fff;
}
.index-download .container .download-field .pc .btn-field .btn:hover .icon {
  display: block;
  right: -6px;
  bottom: -8px;
  animation: downloadicon ease-out 0.5s;
}
@keyframes downloadicon {
  0% {
    right: -38px;
    bottom: -38px;
    opacity: 0;
  }
  100% {
    right: -6px;
    bottom: -8px;
    opacity: 0.19;
  }
}
.index-download .container .download-field .pc .description-field {
  margin-top: 40px;
}
.index-download .container .download-field .pc .description-field .titles {
  font-family: MicrosoftYaHei-Bold;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #000000;
}
.index-download .container .download-field .pc .description-field .sub-title {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  letter-spacing: 1px;
  color: #000000;
}
.index-download .container .download-field .qrcode {
  padding-top: 37px;
  padding-left: 33px;
}
.index-download .container .download-field .qrcode .app-wrapper,
.index-download .container .download-field .qrcode .wx-wrapper {
  width: 140px;
}
.index-download .container .download-field .qrcode .app-wrapper .code,
.index-download .container .download-field .qrcode .wx-wrapper .code {
  width: 140px;
  height: 140px;
}
.index-download .container .download-field .qrcode .app-wrapper .desc,
.index-download .container .download-field .qrcode .wx-wrapper .desc {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 132px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 16px;
  margin: 4px auto 18px;
}
.index-service {
  position: relative;
  width: 100%;
  background-color: #ffffff;
}
.index-service .particles-js-canvas-el {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.index-service .header {
  position: relative;
  z-index: 2;
  padding-top: 63px;
  text-align: center;
}
.index-service .header .title {
  margin-bottom: 10px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
}
.index-service .header .sub-title {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #666666;
}
.index-service .container {
  position: relative;
  z-index: 2;
  height: 486px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 56px;
}
.index-service .container .outline-wrapper {
  position: absolute;
  bottom: -388px;
  left: 50%;
  transform: translateX(-50%);
  width: 776px;
  height: 776px;
  border: solid 3px #d0dae4;
  border-radius: 50%;
}
.index-service .container .outline-wrapper .outline {
  cursor: pointer;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 124px;
  height: 123px;
  background-color: rgba(195, 208, 220, 0.3);
  border-radius: 50%;
}
.index-service .container .outline-wrapper .outline .outline-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 102px;
  height: 102px;
  background-color: #c3d0dc;
  border-radius: 50%;
}
.index-service .container .outline-wrapper .outline .outline-inner .symbal {
  width: 44px;
  height: 44px;
}
.index-service .container .outline-wrapper .outline .outline-outer {
  position: absolute;
  top: 33px;
  left: -258px;
  display: none;
  width: 225px;
  transition: all 0.3s;
}
.index-service .container .outline-wrapper .outline .outline-outer.active {
  display: block;
}
.index-service .container .outline-wrapper .outline .outline-outer .direction {
  position: relative;
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  letter-spacing: 0px;
  color: #ee5451;
}
.index-service .container .outline-wrapper .outline .outline-outer .direction::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 15px;
  height: 15px;
  background-color: rgba(245, 113, 111, 0.3);
  border-radius: 50%;
  animation: directiondote 1.4s infinite linear;
}
.index-service .container .outline-wrapper .outline .outline-outer .direction::after {
  content: "";
  position: absolute;
  top: 3px;
  left: -27px;
  width: 9px;
  height: 9px;
  background-color: #f5716f;
  border-radius: 50%;
}
@keyframes directiondote {
  50% {
    transform: scale(1.3);
  }
}
.index-service .container .outline-wrapper .outline.active {
  background-color: rgba(245, 113, 111, 0.2);
}
.index-service .container .outline-wrapper .outline.active .outline-inner {
  background-color: #f5716f;
}
.index-service .container .outline-wrapper .outline.compre .outline-outer .direction::before,
.index-service .container .outline-wrapper .outline.flower .outline-outer .direction::before,
.index-service .container .outline-wrapper .outline.plante .outline-outer .direction::before {
  left: unset;
  right: -30px;
}
.index-service .container .outline-wrapper .outline.compre .outline-outer .direction::after,
.index-service .container .outline-wrapper .outline.flower .outline-outer .direction::after,
.index-service .container .outline-wrapper .outline.plante .outline-outer .direction::after {
  left: unset;
  right: -27px;
}
.index-service .container .outline-wrapper .outline.compre .outline-outer .border,
.index-service .container .outline-wrapper .outline.flower .outline-outer .border,
.index-service .container .outline-wrapper .outline.plante .outline-outer .border {
  margin-left: 0;
  transform: rotateY(180deg);
}
.index-service .container .outline-wrapper .outline.flower .outline-outer {
  top: 14px;
}
.index-service .container .outline-wrapper .outline.compre {
  top: 228px;
  left: -42px;
}
.index-service .container .outline-wrapper .outline.compre .outline-outer .border {
  margin-left: 4px;
}
.index-service .container .outline-wrapper .outline.plante {
  top: 57px;
  left: 55px;
}
.index-service .container .outline-wrapper .outline.plante .symbal {
  width: 58px;
  height: 40px;
}
.index-service .container .outline-wrapper .outline.plante .outline-outer .border {
  margin-left: 4px;
}
.index-service .container .outline-wrapper .outline.flower {
  top: -40px;
  left: 222px;
}
.index-service .container .outline-wrapper .outline.flower .symbal {
  width: 42px;
  height: 51px;
}
.index-service .container .outline-wrapper .outline.profess {
  top: -40px;
  right: 222px;
}
.index-service .container .outline-wrapper .outline.profess .symbal {
  width: 55px;
  height: 43px;
}
.index-service .container .outline-wrapper .outline.profess .outline-outer {
  top: 14px;
  left: unset;
  right: -258px;
}
.index-service .container .outline-wrapper .outline.profess .outline-outer .border {
  margin-left: -50px;
}
.index-service .container .outline-wrapper .outline.user {
  top: 57px;
  right: 55px;
}
.index-service .container .outline-wrapper .outline.user .symbal {
  width: 45px;
  height: 43px;
}
.index-service .container .outline-wrapper .outline.user .outline-outer {
  top: 33px;
  left: unset;
  right: -258px;
}
.index-service .container .outline-wrapper .outline.user .outline-outer .border {
  margin-left: -50px;
}
.index-service .container .outline-wrapper .outline.cart {
  top: 228px;
  right: -42px;
}
.index-service .container .outline-wrapper .outline.cart .symbal {
  width: 51px;
  height: 47px;
}
.index-service .container .outline-wrapper .outline.cart .outline-outer {
  top: 33px;
  left: unset;
  right: -258px;
}
.index-service .container .outline-wrapper .outline.cart .outline-outer .border {
  margin-left: -50px;
}
.index-service .container .wheel-wrapper {
  position: absolute;
  bottom: -280px;
  left: 50%;
  transform: translateX(-50%);
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background-color: #f4f6f9;
}
.index-service .container .wheel-wrapper .wheel {
  cursor: pointer;
  position: absolute;
  width: 150px;
  height: 150px;
  background-image: url(/w/img/wheel_piece.png);
  background-size: 145px 145px;
  background-repeat: no-repeat;
  background-position: center;
}
.index-service .container .wheel-wrapper .wheel.active {
  background-image: url(/w/img/wheel_piece_active.png);
}
.index-service .container .wheel-wrapper .wheel .contents {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-service .container .wheel-wrapper .wheel .contents p {
  font-family: MicrosoftYaHei-Bold;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #ffffff;
}
.index-service .container .wheel-wrapper .wheel.compre {
  top: 150px;
  left: -23px;
  transform: rotate(-30deg);
}
.index-service .container .wheel-wrapper .wheel.compre .contents {
  left: 36px;
  top: 56px;
  transform: rotate(30deg);
}
.index-service .container .wheel-wrapper .wheel.plante {
  top: 44px;
  left: 36px;
  transform: rotate(0deg);
}
.index-service .container .wheel-wrapper .wheel.plante .contents {
  left: 43px;
  top: 50px;
  transform: rotate(-48deg);
}
.index-service .container .wheel-wrapper .wheel.flower {
  top: -21px;
  left: 145px;
  transform: rotate(31deg);
}
.index-service .container .wheel-wrapper .wheel.flower .contents {
  left: 54px;
  top: 50px;
  transform: rotate(-48deg);
}
.index-service .container .wheel-wrapper .wheel.profess {
  top: -20px;
  left: unset;
  right: 138px;
  transform: rotate(62deg);
}
.index-service .container .wheel-wrapper .wheel.profess .contents {
  left: 37px;
  top: 54px;
  transform: rotate(-46deg);
}
.index-service .container .wheel-wrapper .wheel.user {
  top: 45px;
  left: unset;
  right: 32px;
  transform: rotate(93deg);
}
.index-service .container .wheel-wrapper .wheel.user .contents {
  left: 47px;
  top: 63px;
  transform: rotate(-46deg);
}
.index-service .container .wheel-wrapper .wheel.cart {
  top: 152px;
  left: unset;
  right: -24px;
  transform: rotate(122deg);
}
.index-service .container .wheel-wrapper .wheel.cart .contents {
  left: 46px;
  top: 49px;
  transform: rotate(-122deg);
}
.index-service .container .center {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 353px;
  height: 182px;
  background-image: url("/w/img/service_center.png");
}
.index-service .container .center .hw-logo {
  display: block;
  width: 48px;
  height: 45px;
  margin: 103px auto 0;
}
.index-service .container .center p {
  display: block;
  text-align: center;
  font-family: MicrosoftYaHei-Bold;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #c62930;
}
.index-product {
  position: relative;
  width: 100%;
  height: 897px;
  background-image: url("/w/img/production_bg.png");
  background-size: 1920px 897px;
  background-position: center;
}
.index-product .header {
  padding-top: 63px;
  padding-bottom: 55px;
  text-align: center;
}
.index-product .header .title {
  font-family: MicrosoftYaHei-Bold;
  font-weight: 400;
  font-size: 26px;
  color: #000000;
}
.index-product .container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.index-product .container .product-wrapper {
  display: flex;
}
.index-product .container .product-wrapper:first-of-type {
  margin-bottom: 10px;
}
.index-product .container .product-wrapper .intro {
  flex-shrink: 0;
  width: 404px;
  height: 323px;
  margin-right: 1px;
  position: relative;
}
.index-product .container .product-wrapper .intro img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-product .container .product-wrapper .intro .intro_title {
  position: absolute;
  left: 40px;
  top: 50px;
  color: #ffffff;
}
.index-product .container .product-wrapper .intro .intro_title .title_p1 {
  font-size: 30px;
  font-weight: bold;
}
.index-product .container .product-wrapper .intro .intro_title .title_p2 {
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  margin-top: 20px;
  width: 340px;
  line-height: 28px;
}
.index-product .container .product-wrapper .products-box {
  display: flex;
  flex-wrap: wrap;
}
.index-product .container .product-wrapper .products-box .products-item {
  position: relative;
  flex-shrink: 0;
  width: 361px;
  height: 161px;
  background-color: #d4d4d4;
}
.index-product .container .product-wrapper .products-box .products-item:nth-of-type(2n + 1) {
  margin-right: 1px;
}
.index-product .container .product-wrapper .products-box .products-item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 361px;
  height: 161px;
  object-fit: cover;
  transition: 0.3s ease-out;
}
.index-product .container .product-wrapper .products-box .products-item .info {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-out;
}
.index-product .container .product-wrapper .products-box .products-item .info .icon {
  margin-bottom: 20px;
}
.index-product .container .product-wrapper .products-box .products-item .info .icon.active {
  display: none;
}
.index-product .container .product-wrapper .products-box .products-item .info .icon.order {
  width: 39px;
  height: 40px;
}
.index-product .container .product-wrapper .products-box .products-item .info .icon.market {
  width: 45px;
  height: 33px;
}
.index-product .container .product-wrapper .products-box .products-item .info .icon.distribute {
  width: 46px;
  height: 44px;
}
.index-product .container .product-wrapper .products-box .products-item .info .icon.quality {
  width: 34px;
  height: 35px;
}
.index-product .container .product-wrapper .products-box .products-item .info .icon.fast {
  width: 48px;
  height: 48px;
}
.index-product .container .product-wrapper .products-box .products-item .info .icon.extension {
  width: 45px;
  height: 45px;
}
.index-product .container .product-wrapper .products-box .products-item .info .icon.area {
  width: 46px;
  height: 46px;
}
.index-product .container .product-wrapper .products-box .products-item .info .icon.printer {
  width: 43px;
  height: 43px;
}
.index-product .container .product-wrapper .products-box .products-item .info .divider {
  width: 32px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 16px;
  transition: 0.3s ease-out;
}
.index-product .container .product-wrapper .products-box .products-item .info .title {
  margin-bottom: 15px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
.index-product .container .product-wrapper .products-box .products-item .info .description {
  display: none;
  font-family: AdobeHeitiStd-Regular;
  font-size: 14px;
}
.index-product .container .product-wrapper .products-box .products-item:hover {
  z-index: 3;
}
.index-product .container .product-wrapper .products-box .products-item:hover .bg {
  filter: brightness(340%);
  transform: scale(1.1);
}
.index-product .container .product-wrapper .products-box .products-item:hover .info {
  transform: scale(1.1);
  backdrop-filter: blur(12px) brightness(100%);
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 29px 14px rgba(0, 0, 0, 0.2);
}
.index-product .container .product-wrapper .products-box .products-item:hover .info .icon.normal {
  display: none;
}
.index-product .container .product-wrapper .products-box .products-item:hover .info .icon.active {
  display: block;
}
.index-product .container .product-wrapper .products-box .products-item:hover .info .divider {
  display: none;
}
.index-product .container .product-wrapper .products-box .products-item:hover .info .title {
  color: #333333;
}
.index-product .container .product-wrapper .products-box .products-item:hover .info .description {
  display: block;
  padding: 0 20px;
  text-align: center;
  color: #333;
}
.index-activity {
  position: relative;
  width: 100%;
  height: 475px;
}
.index-activity .header {
  padding-top: 63px;
  padding-bottom: 10px;
  text-align: center;
}
.index-activity .header .title {
  margin-bottom: 10px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 400;
  font-size: 26px;
  color: #000000;
}
.index-activity .container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.index-activity .container .swiper-slide {
  display: flex;
  justify-content: space-between;
  height: 258px;
}
.index-activity .container .swiper-slide .activity-item {
  flex-shrink: 0;
  width: 367px;
  height: 207px;
}
.index-activity .container .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  border: solid 1px #c62930;
  background: transparent;
  opacity: 1;
}
.index-activity .container .swiper-pagination-bullet-active {
  opacity: 1;
  background: #c62930;
}
.index-news {
  position: relative;
  width: 100%;
  padding: 40px 0;
  padding-top: 0;
  background-color: #f4f6f9;
}
.index-news .header {
  padding-top: 63px;
  padding-bottom: 55px;
  text-align: center;
}
.index-news .header .title {
  font-family: MicrosoftYaHei-Bold;
  font-weight: 400;
  font-size: 26px;
  color: #000000;
}
.index-news .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.index-news .container .headline {
  position: relative;
  padding-top: 40px;
}
.index-news .container .headline .thumb {
  width: 518px;
  height: 385px;
}
.index-news .container .headline .info {
  display: flex;
  margin-top: -70px;
  height: 169px;
}
.index-news .container .headline .info .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 106px;
  margin-bottom: 6px;
}
.index-news .container .headline .info .date .day {
  font-family: AdobeHeitiStd-Regular;
  font-size: 40px;
  font-weight: bold;
  color: #292929;
  margin-bottom: 14px;
}
.index-news .container .headline .info .date .year-n-month {
  font-family: AdobeHeitiStd-Regular;
  font-size: 16px;
  color: #999999;
}
.index-news .container .headline .info .details {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 481px;
  height: 169px;
  background-color: #fff;
  padding: 32px 32px 0;
}
.index-news .container .headline .info .details:hover {
  background-color: #fff;
  box-shadow: 0px 11px 23px 1px rgba(0, 0, 0, 0.1);
}
.index-news .container .headline .info .details:hover .title {
  color: #c62930;
}
.index-news .container .headline .info .details .title {
  width: 100%;
  font-family: AdobeHeitiStd-Regular;
  font-size: 18px;
  color: #666666;
  margin-bottom: 22px;
}
.index-news .container .headline .info .details .description {
  width: 100%;
  font-family: AdobeHeitiStd-Regular;
  font-size: 14px;
  color: #999999;
}
.index-news .container .headline .info .details .btn-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 61px;
  height: 29px;
  margin-top: 10px;
  border-radius: 14px;
  border: solid 2px #c3c3c3;
}
.index-news .container .news-list {
  position: relative;
  width: 566px;
}
.index-news .container .news-list .thumb-wrapper {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 328px;
  overflow: hidden;
}
.index-news .container .news-list .thumb-wrapper:hover::after {
  opacity: 1;
}
.index-news .container .news-list .thumb-wrapper:hover .txt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.index-news .container .news-list .thumb-wrapper:hover .thumb {
  transform: scale(1.024);
}
.index-news .container .news-list .thumb-wrapper::after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(245, 88, 92, 0.6);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.index-news .container .news-list .thumb-wrapper .thumb {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 0.3s ease-out;
}
.index-news .container .news-list .thumb-wrapper .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  display: block;
  float: left;
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  transform: translate(-50%, -50%);
}
.index-news .container .news-list .thumb-wrapper .txt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: width 0.2s linear;
}
.index-news .container .news-list .links-wrapper {
  margin: 36px 0 14px;
  text-align: right;
}
.index-news .container .news-list .links-wrapper .link-more {
  font-family: AdobeHeitiStd-Regular;
  font-size: 16px;
  color: #999999;
}
.index-news .container .news-list .news-item {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 120px;
  padding: 24px;
  padding-top: 14px;
  padding-bottom: 0;
  border-bottom: 1px solid #ededed;
  transition: 0.3s ease-in-out;
}
.index-news .container .news-list .news-item::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 26px;
  left: 10px;
  width: 5px;
  height: 5px;
  background: #666666;
  border-radius: 50%;
}
.index-news .container .news-list .news-item .title {
  margin-bottom: 5px;
  font-family: AdobeHeitiStd-Regular;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
}
.index-news .container .news-list .news-item .details {
  margin-bottom: 10px;
  font-family: AdobeHeitiStd-Regular;
  font-size: 14px;
  line-height: 28px;
  color: #999999;
}
.index-news .container .news-list .news-item .datetime {
  flex-shrink: 0;
  text-align: right;
  font-family: AdobeHeitiStd-Regular;
  font-size: 14px;
  color: #c3c3c3;
}
.index-news .container .news-list .news-item:hover {
  background-color: #fff;
  box-shadow: 0px 11px 23px 1px rgba(0, 0, 0, 0.1);
}
.index-news .container .news-list .news-item:hover::after {
  background: #c62930;
}
.index-news .container .news-list .news-item:hover .title {
  color: #c62930;
}
.index-cooperation {
  position: relative;
  width: 100%;
  height: 709px;
  background-color: #fff;
}
.index-cooperation .header {
  padding-top: 40px;
  text-align: center;
}
.index-cooperation .header .title {
  margin-bottom: 10px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
}
.index-cooperation .header .sub-title {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #666666;
}
.index-cooperation .container {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.index-cooperation .container .cooperation-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 233px;
}
.index-cooperation .container .cooperation-wrapper:first-of-type {
  margin-top: 30px;
}
.index-cooperation .container .cooperation-wrapper:nth-of-type(2) {
  margin-top: -110px;
}
.index-cooperation .container .cooperation-wrapper:nth-of-type(3) {
  margin-top: -110px;
}
.index-cooperation .container .cooperation-wrapper .card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 160px;
  height: 160px;
  background-color: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
  transform: rotate(45deg);
  margin: 0 42px;
}
.index-cooperation .container .cooperation-wrapper .card .contents {
  transform: rotate(-45deg);
}
.index-cooperation .container .cooperation-wrapper .card .contents .logos {
  max-width: 152px;
  width: 100%;
  object-fit: cover;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.index-cooperation .container .cooperation-wrapper .card .contents_meituan {
  width: 60%;
}
