.w {
  width: 1200px;
  margin: 0 auto;
}
#homeTopHead {
  height: 40px;
}
#viewModelBox {
  background: #f8f8f8;
  margin: 0;
}
.searchValue {
  width: 100%;
  height: 220px;
  background-color: #fff;
}
.searchValue .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 100%;
}
.searchValue .main .lt {
  font-family: PangMenZhengDao-XiXian;
  font-size: 30px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #333333;
  margin-top: -30px;
}
.searchValue .main .lt img {
  width: 500px;
  height: 50px;
}
.searchValue .main .rs {
  margin-top: -30px;
}
.searchValue .main .rs .tab {
  display: flex;
  align-items: center;
}
.searchValue .main .rs .tab p {
  width: 76px;
  height: 28px;
  opacity: 1;
  /* 自动布局 */
  padding: 6px 20px;
  cursor: pointer;
  font-family: 思源黑体;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333333;
}
.searchValue .main .rs .tab .active {
  background: linear-gradient(103deg, #d03f46, #d3393b);
  color: #fff;
}
.searchValue .main .rs .ipt {
  position: relative;
  display: flex;
  align-items: center;
}
.searchValue .main .rs .ipt img {
  width: 13px;
  height: 13px;
  position: absolute;
  left: 10px;
  top: 15px;
}
.searchValue .main .rs .ipt input {
  width: 410px;
  height: 40px;
  opacity: 1;
  outline: none;
  border: 1.5px solid #bbbbbb;
  padding-left: 30px;
  font-family: 思源黑体;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #bbbbbb;
}
.searchValue .main .rs .ipt input::placeholder {
  font-family: 思源黑体;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #bbbbbb;
}
.searchValue .main .rs .ipt .search {
  cursor: pointer;
  width: 80px;
  height: 40px;
  opacity: 1;
  /* 自动布局 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  background: linear-gradient(103deg, #d03f46, #d3393b);
  font-family: 思源黑体;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #ffffff;
  margin-right: 15px;
}
.searchValue .main .rs .ipt .sendForm {
  width: 100px;
  height: 40px;
  opacity: 1;
  cursor: pointer;
  /* 自动布局 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid #d53b3d;
  font-family: 思源黑体;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #d53b3d;
}
.searchValue .main .rs .tips {
  margin-top: 10px;
  font-family: Source Han Sans;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #999999;
}
.searchValue .main .rs .tips span {
  margin-right: 10px;
}
.searchValue .main .rs .tips i {
  display: inline-block;
  width: 1px;
  height: 13px;
  opacity: 1;
  font-family: Source Han Sans;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  background: #cccccc;
  margin: 0 10px;
}
.searchValue .main .cate {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.searchValue .main .cate .cate_lt {
  width: 200px;
  height: 40px;
  opacity: 1;
  /* 自动布局 */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 20px;
  gap: 10px;
  background: linear-gradient(103deg, #d03f46, #d3393b);
  font-family: Source Han Sans;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #ffffff;
}
.searchValue .main .cate .cate_lt img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.searchValue .main .cate .cate_rt {
  padding-left: 30px;
}
.searchValue .main .cate .cate_rt span {
  cursor: pointer;
  margin: 0 20px;
  font-family: Source Han Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333333;
  position: relative;
}
.searchValue .main .cate .cate_rt span i {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-66%);
  display: inline-block;
  width: 14px;
  height: 2px;
  opacity: 1;
  background: linear-gradient(103deg, #d03f46, #d3393b);
  display: none;
}
.searchValue .main .cate .cate_rt span .active {
  display: block;
}
.searchValue .main .cate .cate_rt .ac {
  color: #d53b3d;
}
.banner {
  display: flex;
  width: 100%;
  height: 500px;
}
.banner .banner_lt {
  width: 200px;
  background-color: #fff;
}
.banner .banner_lt ul {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.banner .banner_lt ul li {
  width: 100%;
  opacity: 1;
  /* 自动布局 */
  width: 50%;
  padding: 14.5px;
  gap: 6px;
  align-self: stretch;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  position: relative;
}
.banner .banner_lt ul li h3 {
  font-family: Source Han Sans;
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.banner .banner_lt ul li span {
  position: absolute;
  font-family: Source Han Sans;
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333333;
  display: none;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.banner .banner_lt ul li p {
  font-family: Source Han Sans;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #999999;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.banner .banner_lt ul li:hover {
  background-color: #f7f7f7;
}
.banner .banner_lt ul li:hover h3 {
  color: #d53b3d;
}
.banner .banner_lt ul li:last-child {
  border: none;
}
.banner .banner_lt ul li:nth-last-child(2) {
  border: none;
}
.banner .banner_lt ul li:nth-child(2n + 1) span {
  display: block;
}
.banner .swiper {
  height: 500px;
  width: calc(100% - 420px);
  margin: 0 10px;
  cursor: pointer;
}
.banner .swiper .top_swiper {
  width: 100%;
  height: 75%;
  margin-bottom: 10px;
  position: relative;
}
.banner .swiper .top_swiper .swiper-pagination {
  text-align: right !important;
  padding-right: 20px;
}
.banner .swiper .top_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 10px;
  border-radius: 50%;
  margin: 5px;
  opacity: 1;
  cursor: pointer;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.banner .swiper .top_swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  width: 27px;
  border-radius: 25px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.banner .swiper .top_swiper .banner-img {
  width: 100%;
  height: 100%;
}
.banner .swiper .top_swiper .swiper-button-prev {
  color: transparent;
  display: block;
  background-image: url("../image/left-icon.png");
}
.banner .swiper .top_swiper .swiper-button-next {
  color: transparent;
  display: block;
  background-image: url("../image/right-icon.png");
}
.banner .swiper .bottom {
  display: flex;
  height: 25%;
}
.banner .swiper .bottom p {
  width: 33.3%;
  height: 100%;
}
.banner .swiper .bottom p img {
  width: 100%;
  height: 100%;
}
.banner .banner_rt {
  width: 200px;
  background-color: #fff;
}
.banner .banner_rt .top {
  background: #ffffff;
  box-sizing: border-box;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #eeeeee;
  text-align: center;
}
.banner .banner_rt .top img {
  width: 40px;
  height: 40px;
  margin: 10px 0;
}
.banner .banner_rt .top p {
  font-family: Source Han Sans;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #666666;
}
.banner .banner_rt .top .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
  height: 25px;
}
.banner .banner_rt .top .btn div {
  margin: 0 15px;
}
.banner .banner_rt .top .btnLogin {
  width: 60px;
  height: 30px;
  border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  /* 自动布局 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  background: linear-gradient(103deg, #d03f46, #d3393b);
  font-family: 思源黑体;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #ffffff;
}
.banner .banner_rt .top .btnRegister {
  cursor: pointer;
  width: 60px;
  height: 30px;
  border-radius: 4px;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid #d53b3d;
  font-family: 思源黑体;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #d53b3d;
}
.banner .banner_rt .top .redTips {
  text-align: center;
  color: #d53b3d;
  font-family: 思源黑体;
  font-size: 12px;
  cursor: pointer;
}
.banner .banner_rt .top .goBackend {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.banner .banner_rt .top .goBackend .leftText {
  width: calc(100% - 24px);
  background-color: #d03d44;
  height: 26px;
  line-height: 26px;
  padding-left: 14px;
  padding-right: 14px;
  box-sizing: border-box;
  margin: 0;
  color: #fff;
  font-size: 14px;
}
.banner .banner_rt .top .goBackend .img {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background-color: #2f2f2f;
}
.banner .banner_rt .top .goBackend .img img {
  width: 24px;
  height: 24px;
}
.banner .banner_rt .bottom p {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 5px 0;
}
.banner .banner_rt .bottom p span {
  position: relative;
  margin: 5px 0;
  font-family: Source Han Sans;
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333333;
  cursor: pointer;
}
.banner .banner_rt .bottom p .active {
  color: #d53b3d;
}
.banner .banner_rt .bottom p i {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 16px;
  height: 2px;
  opacity: 1;
  background: linear-gradient(103deg, #d03f46, #d3393b);
  display: none;
}
.banner .banner_rt .bottom p .icv {
  display: inline-block;
}
.banner .banner_rt .bottom ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
  padding: 5px;
}
.banner .banner_rt .bottom ul li {
  width: 50%;
  text-align: center;
  margin-bottom: 5px;
  cursor: pointer;
}
.banner .banner_rt .bottom ul li img {
  width: 35px;
  height: 35px;
}
.banner .banner_rt .bottom ul li p {
  font-family: Source Han Sans;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #666666;
}
.banner .banner_rt .bottom .line {
  width: 100%;
  height: 10px;
  background-color: #f8f8f8;
}
.banner .banner_rt .bottom .notice {
  padding: 10px;
}
.banner .banner_rt .bottom .notice h3 {
  font-family: Source Han Sans;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333333;
  margin-bottom: 4px;
}
.banner .banner_rt .bottom .notice h3 i {
  display: inline-block;
  width: 3px;
  height: 10px;
  opacity: 1;
  background: linear-gradient(103deg, #d03f46, #d3393b);
  margin-right: 3px;
}
.banner .banner_rt .bottom .notice ul li {
  cursor: pointer;
  width: 100%;
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: Source Han Sans;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333333;
  text-align: left;
}
.banner .banner_rt .bottom .notice ul li:hover {
  color: #d53b3d;
}
.nav {
  margin: 30px 0;
}
.nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.nav ul li {
  width: 16.65%;
  height: 100px;
  border: 1px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.nav ul li img {
  width: 100%;
  height: 100%;
}
.nav ul li:nth-child(1) {
  border-bottom: none;
}
.nav ul li:nth-child(2) {
  border-bottom: none;
}
.nav ul li:nth-child(3) {
  border-bottom: none;
}
.nav ul li:nth-child(4) {
  border-bottom: none;
}
.nav ul li:nth-child(5) {
  border-bottom: none;
}
.nav ul li:nth-child(6) {
  border-bottom: none;
}
.nav ul li:nth-child(2n) {
  border-right: none;
}
.nav ul li:nth-child(2n + 1) {
  border-right: none;
}
.section .topHead {
  background-color: #fff;
  padding: 0 20px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section .topHead .l {
  font-family: PangMenZhengDaoBiaoTiTiMianFeiBan-4;
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #333333;
}
.section .topHead .l i {
  display: inline-block;
  width: 4px;
  height: 16px;
  opacity: 1;
  background: linear-gradient(103deg, #d03f46, #d3393b);
  margin-right: 10px;
}
.section .topHead .r {
  cursor: pointer;
  font-family: Source Han Sans;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #d53b3d;
}
.section .mid {
  height: 260px;
}
.section .mid .t {
  background-image: url("../image/001_01.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 79px;
  line-height: 79px;
  padding-left: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
}
.section .mid .t .ll {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.section .mid .t .ll span {
  font-size: 14px;
  font-weight: normal;
}
.section .mid .t .rr {
  width: 135.5px;
  height: 24px;
  border-radius: 12px;
  background-color: #fff;
  color: #333;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  padding: 0 5px;
  cursor: pointer;
}
.section .mid .jianjie {
  width: 100%;
  height: calc(100% - 79px);
  position: relative;
}
.section .mid .jianjie .bgImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section .mid .jianjie .content {
  position: absolute;
  left: 70px;
  top: 30px;
  padding: 20px;
  padding-bottom: 10px;
  width: 88%;
  height: 103px;
  background-image: url("../image/textBgc.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.section .mid .jianjie .content p {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}
.section .mid .jianjie .content .desc {
  width: 100%;
  height: 40px;
  /*需要展示行高度*/
  display: -webkit-box;
  /* 必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。*/
  -webkit-box-orient: vertical;
  /* 必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 。*/
  text-overflow: ellipsis;
  /* 可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  line-height: 20px;
}
.section .mid .jianjie img {
  width: 13px;
  height: 22.5px;
}
.section .mid .jianjie .lIcon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.section .mid .jianjie .rIcon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.section .article {
  background-color: #fff;
}
.section .article ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.section .article ul li {
  width: 25%;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 25px;
}
.section .article ul li h2 {
  margin-bottom: 15px;
  font-family: Source Han Sans;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333333;
}
.section .article ul li div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section .article ul li div p img {
  width: 70px;
  height: 70px;
  opacity: 1;
  border: 1px solid #eee;
}
.section .article ul li div p span {
  display: block;
  font-family: Source Han Sans;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  margin-top: 5px;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #3d3d3d;
}
.section .bottom {
  cursor: pointer;
  margin-bottom: 30px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  opacity: 1;
  box-sizing: border-box;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #eeeeee;
  font-family: Source Han Sans;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #2259da;
}
.section .anc {
  display: flex;
}
.section .leftList {
  width: 74%;
  background-color: #fff;
  height: 606px;
}
.section .leftList .t {
  width: 100%;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #eeeeee;
  padding: 0 20px;
  margin: 0;
}
.section .leftList .t .ll .icon {
  width: 18px;
  height: 22px;
  margin-right: 10px;
}
.section .leftList .t .ll .text {
  width: 95.5px;
  height: 23.5px;
}
.section .leftList .t .rr {
  font-family: Source Han Sans;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #999999;
  cursor: pointer;
}
.section .leftList .scrollUl {
  height: 541px;
  overflow-y: scroll;
}
.section .leftList .buyUl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.section .leftList .buyUl .bayLi {
  width: 33.3%;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 20px;
  padding-bottom: 10px;
}
.section .leftList .buyUl .bayLi .th {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.section .leftList .buyUl .bayLi .th span {
  display: inline-block;
  cursor: pointer;
  font-family: Source Han Sans;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333333;
  width: 70%;
}
.section .leftList .buyUl .bayLi .th p {
  cursor: pointer;
  width: 76px;
  height: 36px;
  text-align: center;
  border-radius: 4px;
  opacity: 1;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid #d53b3d;
  font-family: Source Han Sans;
  font-size: 12px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #d53b3d;
}
.section .leftList .buyUl .bayLi .md {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #eeeeee;
  padding-bottom: 26px;
}
.section .leftList .buyUl .bayLi .md .bay {
  font-family: Source Han Sans;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  z-index: 0;
  /* 采购 */
  color: #666666;
}
.section .leftList .buyUl .bayLi .md .bay span {
  color: #2259da;
}
.section .leftList .buyUl .bayLi .md .time {
  font-family: Source Han Sans;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  z-index: 1;
  /* 2024-05-28 剩余 */
  color: #666666;
}
.section .leftList .buyUl .bayLi .md .time img {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-top: -2px;
}
.section .leftList .buyUl .bayLi .md .time span {
  color: #ff664f;
}
.section .leftList .buyUl .bayLi .user {
  height: 55px;
  display: flex;
  align-items: center;
  font-family: Source Han Sans;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #666666;
}
.section .leftList .buyUl .bayLi .user img {
  width: 20px;
  height: 20px;
  opacity: 1;
  margin-right: 5px;
  vertical-align: middle;
}
.section .leftList .buyUl .bayLi:nth-child(3) {
  border-right: none;
}
.section .leftList .buyUl .bayLi:nth-child(6) {
  border-right: none;
}
.section .leftList .buyUl .bayLi:nth-child(9) {
  border-right: none;
}
.section .rightSubmit {
  background-color: #fff;
  width: 25%;
  margin-left: 15px;
  padding-top: 25px;
}
.section .rightSubmit img {
  width: 201.5px;
  height: 23.5px;
}
.section .rightSubmit p {
  text-align: center;
  font-family: Source Han Sans;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  z-index: 1;
  /* 已有 */
  color: #666666;
}
.section .rightSubmit p span {
  color: #2259da;
}
.section .rightSubmit .form {
  padding: 0 20px;
  position: relative;
}
.section .rightSubmit .form .cl-input {
  position: relative;
  margin-bottom: 15px;
}
.section .rightSubmit .form .cl-input .validate-text {
  position: absolute;
  bottom: -14px;
  left: 0;
  color: red;
  font-size: 12px;
}
.section .rightSubmit .form input.spin-none::-webkit-outer-spin-button,
.section .rightSubmit .form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.section .rightSubmit input {
  width: 100%;
  height: 40px;
  opacity: 1;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  outline: none;
  padding-left: 10px;
  font-family: 思源黑体;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333;
}
.section .rightSubmit .select {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section .rightSubmit .select .cl-input {
  width: 48%;
}
.section .rightSubmit .select .cl-input input {
  width: 100%;
}
.section .rightSubmit .select .cl-input select {
  width: 100%;
  height: 40px;
  opacity: 1;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  outline: none;
  padding-left: 10px;
  font-family: 思源黑体;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333;
}
.section .rightSubmit .selectCode {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section .rightSubmit .selectCode .cl-input {
  width: 60%;
  margin: 0;
  position: relative;
}
.section .rightSubmit .selectCode .cl-input .validate-text {
  position: absolute;
  bottom: -15px;
  left: 0;
  color: red;
  font-size: 11px;
}
.section .rightSubmit .selectCode .cl-input input {
  width: 100%;
  margin-bottom: 0;
}
.section .rightSubmit .selectCode button {
  width: 36%;
  height: 40px;
  outline: none;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid #d53b3d;
  font-family: Source Han Sans;
  font-size: 11px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #d53b3d;
  cursor: pointer;
}
.section .rightSubmit .sub {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 24px;
}
.section .rightSubmit .sub p {
  width: 220px;
  height: 40px;
  border-radius: 90px;
  opacity: 1;
  background: linear-gradient(103deg, #d03f46, #d3393b);
  z-index: 2;
  font-family: Source Han Sans;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #ffffff;
  cursor: pointer;
}
.section .rightSubmit .redText {
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  color: #d53b3d;
  text-align: left;
  margin-top: 5px;
  height: 20px;
  position: absolute;
  bottom: 42px;
  left: 20px;
  display: none;
}
.section .rightSubmit input::placeholder {
  font-family: Source Han Sans;
  font-size: 11px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #bbbbbb;
}
.section .rightSubmit .line {
  width: 100%;
  height: 10px;
  background-color: #f8f8f8;
}
.section .rightSubmit .bt {
  height: 165px;
  background-image: url("../image/index/shouye (12).png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
.section .rightSubmit .bt img {
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 95px;
  width: 115px;
  height: 31.5px;
}
.section .aside {
  background-color: #fff;
}
.section .aside .list {
  margin: 10px 0;
  margin-bottom: 0;
}
.section .aside .list ul {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.section .aside .list ul li {
  position: relative;
  text-align: center;
  width: 120px;
  cursor: pointer;
  margin-bottom: 25px;
  margin-right: 10px;
}
.section .aside .list ul li img {
  width: 21px;
  height: 21.5px;
  margin-bottom: 3px;
}
.section .aside .list ul li p {
  font-size: 12px;
  color: #333;
  padding: 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section .aside .list ul li .aColor {
  color: #d53b3d;
}
.section .aside .list ul li i {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 15px;
  height: 2px;
}
.section .aside .list ul li .ai {
  background: linear-gradient(103deg, #d03f46, #d3393b);
}
.section .aside .list ul li span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: inline-block;
  width: 2px;
  height: 25px;
  background-color: #e5e5e5;
}
.section .aside .list ul li:nth-child(9n) span {
  display: none;
}
.section .aside .list ul li:last-child span {
  display: none;
}
.section .aside .selectAside {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.section .aside .selectAside .l-aside {
  display: flex;
  align-items: center;
}
.section .aside .selectAside .l-aside p {
  cursor: pointer;
  margin-right: 15px;
  font-size: 12px;
  color: #999;
}
.section .aside .selectAside .l-aside p img {
  width: 11.5px;
  height: 9.5px;
}
.section .aside .selectAside .r-aside {
  display: flex;
  align-items: end;
}
.section .aside .selectAside .r-aside p {
  cursor: pointer;
  font-size: 12px;
  color: #999;
  width: 60px;
  height: 25px;
  text-align: center;
  line-height: 25px;
}
.section .aside .selectAside .r-aside p img {
  width: 9.5px;
  height: 6.5px;
  margin-left: 5px;
}
.gongying {
  background-color: #fff;
  margin: 30px 0;
  padding: 20px;
  padding-top: 5px;
}
.gongying .tHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 65px;
}
.gongying .tHead .l {
  font-family: PangMenZhengDaoBiaoTiTiMianFeiBan-4;
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #333333;
}
.gongying .tHead .l i {
  display: inline-block;
  width: 4px;
  height: 16px;
  opacity: 1;
  background: linear-gradient(103deg, #d03f46, #d3393b);
  margin-right: 8px;
}
.gongying .tHead .r {
  cursor: pointer;
  font-family: Source Han Sans;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #999999;
}
.gongying .outUl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.gongying .outUl .outLi {
  padding: 20px;
  width: 49.3%;
  border: 1px solid #eee;
  margin: 0 15px 15px 0;
}
.gongying .outUl .outLi .t {
  width: 100%;
  display: flex;
  position: relative;
}
.gongying .outUl .outLi .t img {
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  margin-right: 10px;
}
.gongying .outUl .outLi .t .rrr {
  width: 100%;
}
.gongying .outUl .outLi .t .rrr p {
  font-family: Source Han Sans;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #3d3d3d;
  margin-bottom: 10px;
}
.gongying .outUl .outLi .t .rrr .b {
  display: flex;
}
.gongying .outUl .outLi .t .rrr .b img {
  width: 80px;
  height: 30px;
  margin-right: 10px;
}
.gongying .outUl .outLi .t .rrr .b p {
  padding: 5px 10px;
  font-size: 12px;
  margin-right: 10px;
  background-color: #d9e5ff;
  border-radius: 5px;
  color: #1b57f0;
  text-align: center;
  font-weight: normal;
}
.gongying .outUl .outLi .t .go {
  position: absolute;
  right: 0;
  top: 3px;
  width: 94px;
  height: 25px;
  cursor: pointer;
  background: linear-gradient(103deg, #d03f46, #d3393b);
  font-size: 12px;
  border-radius: 13px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #fff;
  text-align: center;
  line-height: 25px;
}
.gongying .outUl .outLi .inUl {
  width: 100%;
  min-height: 111px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.gongying .outUl .outLi .inUl .inLi {
  width: 16%;
  text-align: center;
  margin-right: 24px;
}
.gongying .outUl .outLi .inUl .inLi img {
  width: 86px;
  height: 86px;
  opacity: 1;
}
.gongying .outUl .outLi .inUl .inLi span {
  display: block;
  font-family: Source Han Sans;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  margin-top: 5px;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #3d3d3d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gongying .outUl .outLi:nth-child(2n) {
  margin-right: 0;
}
.cooperate {
  margin-bottom: 30px;
  background-color: #fff;
  height: 63px;
  opacity: 1;
  padding: 20px;
}
.cooperate .bold {
  font-family: Source Han Sans;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333333;
  margin: 0;
}
.cooperate span {
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333333;
  margin: 0 15px;
}
.footer {
  width: 100%;
  height: 116px;
  background: linear-gradient(103deg, #d03f46, #d3393b);
}
.footer .top {
  height: 60px;
  line-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid #b30905;
}
.footer .top p {
  margin: 0 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}
.footer .top span {
  background-color: #b30905;
  display: inline-block;
  height: 20px;
  width: 1px;
}
.footer .icp {
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  height: 56px;
  line-height: 56px;
  cursor: pointer;
}
.footer .icp img {
  width: 17px;
  height: 18px;
  vertical-align: middle;
}
.maskDialog {
  width: 300px;
  height: 150px;
  z-index: 9999;
  background-image: url("/public/images/screen.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
