@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --color1: #e52f82;
}

html {
  font-size: 14px;
}

@font-face {
  font-family: "SourceHanSansSC-Regular-2";
  src: url(../font/SourceHanSansSC-Regular-2.otf);
}

body {
  color: #666;
  font-size: 14px;
  font-family: "SourceHanSansSC-Regular-2,宋体";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

video,
img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

a {
  text-decoration: none;
  color: inherit;
  line-height: 1.5;
}

p {
  line-height: 1.5;
}

span {
  line-height: 1.5;
}

ul,
ol,
li {
  list-style: none;
}

input,
textarea,
select,
button {
  outline: none;
  border: none;
  background-color: transparent;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
table td {
  border: 1px solid #e5e5e5;
  padding: 10px;
}

.flex {
  display: flex;
}

.b_r_1 {
  border-radius: 1px;
  overflow: hidden;
}

.b_r_2 {
  border-radius: 2px;
  overflow: hidden;
}

.b_r_3 {
  border-radius: 3px;
  overflow: hidden;
}

.b_r_4 {
  border-radius: 4px;
  overflow: hidden;
}

.b_r_5 {
  border-radius: 5px;
  overflow: hidden;
}

.b_r_6 {
  border-radius: 6px;
  overflow: hidden;
}

.b_r_7 {
  border-radius: 7px;
  overflow: hidden;
}

.b_r_8 {
  border-radius: 8px;
  overflow: hidden;
}

.b_r_9 {
  border-radius: 9px;
  overflow: hidden;
}

.b_r_10 {
  border-radius: 10px;
  overflow: hidden;
}

.grid-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.gap-1 {
  gap: 10px;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.gap-2 {
  gap: 20px;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.gap-3 {
  gap: 30px;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.gap-4 {
  gap: 40px;
}

.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.gap-5 {
  gap: 50px;
}

.grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.gap-6 {
  gap: 60px;
}

.grid-7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.gap-7 {
  gap: 70px;
}

.grid-8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}

.gap-8 {
  gap: 80px;
}

.p-1 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.p-t-1 {
  padding-top: 10px;
}

.p-b-1 {
  padding-bottom: 10px;
}

.m-1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.m-t-1 {
  margin-top: 10px;
}

.m-b-1 {
  margin-bottom: 10px;
}

.p-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-t-2 {
  padding-top: 20px;
}

.p-b-2 {
  padding-bottom: 20px;
}

.m-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.m-t-2 {
  margin-top: 20px;
}

.m-b-2 {
  margin-bottom: 20px;
}

.p-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-t-3 {
  padding-top: 30px;
}

.p-b-3 {
  padding-bottom: 30px;
}

.m-3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.m-t-3 {
  margin-top: 30px;
}

.m-b-3 {
  margin-bottom: 30px;
}

.p-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-t-4 {
  padding-top: 40px;
}

.p-b-4 {
  padding-bottom: 40px;
}

.m-4 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.m-t-4 {
  margin-top: 40px;
}

.m-b-4 {
  margin-bottom: 40px;
}

.p-5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.p-t-5 {
  padding-top: 50px;
}

.p-b-5 {
  padding-bottom: 50px;
}

.m-5 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.m-t-5 {
  margin-top: 50px;
}

.m-b-5 {
  margin-bottom: 50px;
}

.p-6 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.p-t-6 {
  padding-top: 60px;
}

.p-b-6 {
  padding-bottom: 60px;
}

.m-6 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.m-t-6 {
  margin-top: 60px;
}

.m-b-6 {
  margin-bottom: 60px;
}

.p-7 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.p-t-7 {
  padding-top: 70px;
}

.p-b-7 {
  padding-bottom: 70px;
}

.m-7 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.m-t-7 {
  margin-top: 70px;
}

.m-b-7 {
  margin-bottom: 70px;
}

.p-8 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.p-t-8 {
  padding-top: 80px;
}

.p-b-8 {
  padding-bottom: 80px;
}

.m-8 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.m-t-8 {
  margin-top: 80px;
}

.m-b-8 {
  margin-bottom: 80px;
}

.p-9 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.p-t-9 {
  padding-top: 90px;
}

.p-b-9 {
  padding-bottom: 90px;
}

.m-9 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.m-t-9 {
  margin-top: 90px;
}

.m-b-9 {
  margin-bottom: 90px;
}

.p-10 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.p-t-10 {
  padding-top: 100px;
}

.p-b-10 {
  padding-bottom: 100px;
}

.m-10 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.m-t-10 {
  margin-top: 100px;
}

.m-b-10 {
  margin-bottom: 100px;
}

.p-11 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.p-t-11 {
  padding-top: 110px;
}

.p-b-11 {
  padding-bottom: 110px;
}

.m-11 {
  margin-top: 110px;
  margin-bottom: 110px;
}

.m-t-11 {
  margin-top: 110px;
}

.m-b-11 {
  margin-bottom: 110px;
}

.p-12 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.p-t-12 {
  padding-top: 120px;
}

.p-b-12 {
  padding-bottom: 120px;
}

.m-12 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.m-t-12 {
  margin-top: 120px;
}

.m-b-12 {
  margin-bottom: 120px;
}

.p-13 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.p-t-13 {
  padding-top: 130px;
}

.p-b-13 {
  padding-bottom: 130px;
}

.m-13 {
  margin-top: 130px;
  margin-bottom: 130px;
}

.m-t-13 {
  margin-top: 130px;
}

.m-b-13 {
  margin-bottom: 130px;
}

.p-14 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.p-t-14 {
  padding-top: 140px;
}

.p-b-14 {
  padding-bottom: 140px;
}

.m-14 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.m-t-14 {
  margin-top: 140px;
}

.m-b-14 {
  margin-bottom: 140px;
}

.p-15 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.p-t-15 {
  padding-top: 150px;
}

.p-b-15 {
  padding-bottom: 150px;
}

.m-15 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.m-t-15 {
  margin-top: 150px;
}

.m-b-15 {
  margin-bottom: 150px;
}

.p-16 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.p-t-16 {
  padding-top: 160px;
}

.p-b-16 {
  padding-bottom: 160px;
}

.m-16 {
  margin-top: 160px;
  margin-bottom: 160px;
}

.m-t-16 {
  margin-top: 160px;
}

.m-b-16 {
  margin-bottom: 160px;
}

.p-17 {
  padding-top: 170px;
  padding-bottom: 170px;
}

.p-t-17 {
  padding-top: 170px;
}

.p-b-17 {
  padding-bottom: 170px;
}

.m-17 {
  margin-top: 170px;
  margin-bottom: 170px;
}

.m-t-17 {
  margin-top: 170px;
}

.m-b-17 {
  margin-bottom: 170px;
}

.p-18 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.p-t-18 {
  padding-top: 180px;
}

.p-b-18 {
  padding-bottom: 180px;
}

.m-18 {
  margin-top: 180px;
  margin-bottom: 180px;
}

.m-t-18 {
  margin-top: 180px;
}

.m-b-18 {
  margin-bottom: 180px;
}

.p-19 {
  padding-top: 190px;
  padding-bottom: 190px;
}

.p-t-19 {
  padding-top: 190px;
}

.p-b-19 {
  padding-bottom: 190px;
}

.m-19 {
  margin-top: 190px;
  margin-bottom: 190px;
}

.m-t-19 {
  margin-top: 190px;
}

.m-b-19 {
  margin-bottom: 190px;
}

.p-20 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.p-t-20 {
  padding-top: 200px;
}

.p-b-20 {
  padding-bottom: 200px;
}

.m-20 {
  margin-top: 200px;
  margin-bottom: 200px;
}

.m-t-20 {
  margin-top: 200px;
}

.m-b-20 {
  margin-bottom: 200px;
}

main.purchase .section1 .tit,
main.purchase .h2,
main.course .h2,
main.activity .h2,
main.footer_info .h2,
main.shops .section3 .h2,
main.product .h2,
main.index .h2,
main.channel .h2 {
  position: relative;
  font-size: 24px;
  line-height: 1;
  color: var(--color1);
  padding-left: 20px;
  margin-bottom: 20px;
}
main.purchase .section1 .tit::after,
main.purchase .h2::after,
main.course .h2::after,
main.activity .h2::after,
main.footer_info .h2::after,
main.shops .section3 .h2::after,
main.product .h2::after,
main.index .h2::after,
main.channel .h2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 100%;
  border-radius: 6px;
  background-color: var(--color1);
}

main.purchase .section3 .flex_box1 .r .tit,
main.news .section4 .flex_box1 .l .tit,
main.news .section3 .flex_box1 .r .tit,
main.news .section2 .flex_box1 .r .tit,
main.news .section1 .flex_box1 .r .tit,
main.product .section5 .r .tit,
.banner8 .r .tit,
.banner7 .r h2,
.banner2 .r h2 {
  height: 60px;
  margin: 0 20px;
  font-size: 18px;
  border-bottom: 1px solid rgba(198, 198, 198, 0.65);
  position: relative;
  padding-left: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main.purchase .section3 .flex_box1 .r .tit::after,
main.news .section4 .flex_box1 .l .tit::after,
main.news .section3 .flex_box1 .r .tit::after,
main.news .section2 .flex_box1 .r .tit::after,
main.news .section1 .flex_box1 .r .tit::after,
main.product .section5 .r .tit::after,
.banner8 .r .tit::after,
.banner7 .r h2::after,
.banner2 .r h2::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 20px;
  border-radius: 6px;
  background: var(--color1);
  margin-right: 10px;
}
main.purchase .section3 .flex_box1 .r .tit .more,
main.news .section4 .flex_box1 .l .tit .more,
main.news .section3 .flex_box1 .r .tit .more,
main.news .section2 .flex_box1 .r .tit .more,
main.news .section1 .flex_box1 .r .tit .more,
main.product .section5 .r .tit .more,
.banner8 .r .tit .more,
.banner7 .r h2 .more,
.banner2 .r h2 .more {
  font-size: 12px;
  display: flex;
  align-items: center;
}
main.purchase .section3 .flex_box1 .r .tit .more span,
main.news .section4 .flex_box1 .l .tit .more span,
main.news .section3 .flex_box1 .r .tit .more span,
main.news .section2 .flex_box1 .r .tit .more span,
main.news .section1 .flex_box1 .r .tit .more span,
main.product .section5 .r .tit .more span,
.banner8 .r .tit .more span,
.banner7 .r h2 .more span,
.banner2 .r h2 .more span {
  line-height: 1;
}
main.purchase .section3 .flex_box1 .r .tit .more i,
main.news .section4 .flex_box1 .l .tit .more i,
main.news .section3 .flex_box1 .r .tit .more i,
main.news .section2 .flex_box1 .r .tit .more i,
main.news .section1 .flex_box1 .r .tit .more i,
main.product .section5 .r .tit .more i,
.banner8 .r .tit .more i,
.banner7 .r h2 .more i,
.banner2 .r h2 .more i {
  margin-left: 4px;
  font-size: 10px;
  width: 16px;
  height: 16px;
  color: #fff;
  background: #999999;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bx {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.fixed.on {
  visibility: visible;
  opacity: 1;
  z-index: 1000;
}
.fixed .bj {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.fixed .son {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fixed .use_box {
    max-width: 300px;
    background: #fff;
    width: 80%;
    border-radius: 7px;
    padding: 20px;
}
.fixed .use_box p {
    font-weight: bold;
    margin-bottom: 20px;
}
.fixed .use_box .btn {
    display: flex;
    justify-content: space-evenly;
}
.fixed .use_box a {
    border-radius: 4px;
    padding: 0 15px;
    line-height: 25px;
    background: var(--color1);
    color: #fff;
    display: block;
}
.fixed .box_1,
.fixed .box_2,
.fixed .box_3 {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.fixed .box_1 form,
.fixed .box_2 form,
.fixed .box_3 form {
  display: flex;
  flex-direction: column;
}
.fixed .box_1 i,
.fixed .box_2 i,
.fixed .box_3 i {
  position: absolute;
  top: 10px;
  right: 10px;
}
.fixed .box_1 h2,
.fixed .box_2 h2,
.fixed .box_3 h2 {
  font-size: 24px;
  color: #333;
  font-weight: normal;
  margin-bottom: 20px;
}
.fixed .box_1 h3,
.fixed .box_2 h3,
.fixed .box_3 h3 {
  font-size: 20px;
  text-align: center;
}
.fixed .box_1 p,
.fixed .box_2 p,
.fixed .box_3 p {
  line-height: 1.5;
  color: #666;
  margin-bottom: 20px;
}
.fixed .box_1 label,
.fixed .box_2 label,
.fixed .box_3 label {
  position: relative;
  margin-top: 10px;
}
.fixed .box_1 label a,
.fixed .box_2 label a,
.fixed .box_3 label a {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 20px;
  line-height: 40px;
  background-color: var(--color1);
  color: #fff;
  border-radius: 0 5px 5px 0;
}
.fixed .box_1 input,
.fixed .box_2 input,
.fixed .box_3 input {
  margin-top: 10px;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  border: 1px solid rgba(204, 204, 204, 0.4509803922);
  border-radius: 5px;
}
.fixed .box_1 button,
.fixed .box_2 button,
.fixed .box_3 button {
  margin-top: 10px;
  width: 100px;
  height: 40px;
  background-color: var(--color1);
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.5s ease;
  margin: 20px auto 0;
}
.fixed .box_1 textarea,
.fixed .box_2 textarea,
.fixed .box_3 textarea {
  width: 100%;
  border: 1px solid rgba(204, 204, 204, 0.4509803922);
  border-radius: 5px;
  padding: 10px;
  margin-top: 10px;
}
.fixed .box_fixed_form {
  background-color: #fff;
  border-radius: 7px;
  width: 600px;
}
.fixed .box_fixed_form .close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.fixed .box_fixed_form h2 {
  padding: 20px;
  padding-bottom: 0;
}
.fixed .box_fixed_form form {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.fixed .box_fixed_form label {
  width: calc(100% / 3 - 10px * (3 - 1) / 3);
}
.fixed .box_fixed_form label.w100 {
  width: 100%;
}
.fixed .box_fixed_form label p {
  margin-bottom: 5px;
}
.fixed .box_fixed_form label p i {
  font-style: normal;
  margin-right: 5px;
  color: red;
}
.fixed .box_fixed_form input {
  width: 100%;
  line-height: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0 10px;
}
.fixed .box_fixed_form input::placeholder {
  color: #aaa;
}
.fixed .box_fixed_form input[type="date"] {
  color: #aaa;
}
.fixed .box_fixed_form textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  resize: none;
}
.fixed .box_fixed_form textarea::placeholder {
  color: #aaa;
}
.fixed .box_fixed_form button {
  width: 180px;
  height: 40px;
  border-radius: 40px;
  color: #fff;
  background-color: var(--color1);
  margin: auto;
}
.fixed .box_fixed_form2 {
  background-color: #fff;
  border-radius: 7px;
  width: 600px;
}
.fixed .box_fixed_form2 .close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.fixed .box_fixed_form2 h2 {
  padding: 20px;
  padding-bottom: 0;
}
.fixed .box_fixed_form2 form {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.fixed .box_fixed_form2 label {
  width: calc(100% / 2 - 10px * (2 - 1) / 2);
}
.fixed .box_fixed_form2 label.w100 {
  width: 100%;
}
.fixed .box_fixed_form2 label p {
  margin-bottom: 5px;
}
.fixed .box_fixed_form2 label p i {
  font-style: normal;
  margin-right: 5px;
  color: red;
}
.fixed .box_fixed_form2 input {
  width: 100%;
  line-height: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0 10px;
}
.fixed .box_fixed_form2 input::placeholder {
  color: #aaa;
}
.fixed .box_fixed_form2 button {
  width: 180px;
  height: 40px;
  border-radius: 40px;
  color: #fff;
  background-color: var(--color1);
  margin: auto;
}
.fixed .image {
  width: 300px;
  background: #ffffff;
  box-shadow: 0 3px 9px 1px rgba(102, 102, 102, 0.18);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fixed .image .img {
  display: block;
  margin: 20px auto;
}
.fixed .image img {
  width: 150px;
  /* margin-top: 30px; */
}
.fixed .image p {
  text-align: center;
  margin-top: 30px;
}
.fixed .image .close {
  margin-bottom: 30px;
  border-radius: 5px;
  background-color: var(--color1);
  color: #fff;
  padding: 5px 20px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.fixed .on {
  display: none !important;
}

.contact_us .flex_box1 {
  flex-wrap: wrap;
  gap: 20px;
}
.contact_us .flex_box1 .son {
  width: calc(100% / 3 - 20px * (3 - 1) / 3);
}
.contact_us .flex_box1 .son .img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  font-size: 0;
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  object-fit: contain;
}
.contact_us .flex_box1 .son .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
.contact_us .flex_box1 .son .img:hover img {
  transform: scale(1.05);
}
.contact_us .flex_box2 {
  margin-top: 30px;
}
.contact_us .flex_box2 .img {
  font-size: 0;
  width: 100%;
  height: 100px;
}
.contact_us .flex_box2 .img img {
  width: 100%;
}
.contact_us .flex_box3 {
  background-color: #fff;
  margin-top: 30px;
  align-items: center;
  border: 1px solid rgba(204, 204, 204, 0.4509803922);
}
.contact_us .flex_box3 .img {
  width: 400px;
  height: 100px;
  font-size: 0;
}
.contact_us .flex_box3 .img img {
  width: 100%;
  height: 100%;
}
.contact_us .flex_box3 .tet {
  flex-grow: 1;
  padding-left: 50px;
}
.contact_us .flex_box3 .tet .p1 .span1 {
  font-size: 16px;
  font-weight: bold;
}
.contact_us .flex_box3 .tet .p1 .span2 {
  margin: 0 10px;
  font-weight: normal;
  font-size: 24px;
}
.contact_us .flex_box3 .tet .p2 {
  line-height: 35px;
  color: #999999;
}
.contact_us .flex_box3 .ewm {
  padding: 0 20px;
  padding-left: 40px;
  border-left: 1px solid #ccc;
}
.contact_us .flex_box3 .ewm .ewm_ {
  display: none;
}
.contact_us .flex_box3 .ewm .son {
  margin-top: 15px;
  position: relative;
  display: flex;
  align-items: center;
}
.contact_us .flex_box3 .ewm .son:nth-child(1) {
  margin-top: 0;
}
.contact_us .flex_box3 .ewm .son img {
  width: 30px;
  height: 30px;
}
.contact_us .flex_box3 .ewm .son p {
  border-radius: 28px;
  margin-left: 10px;
  width: 130px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  border: 1px solid var(--color1);
  color: #fff;
  background-color: var(--color1);
  font-size: 13px;
}
.contact_us .flex_box3 .ewm .son .ewm_img {
    position: absolute;
    display: block;
    width: 130px;
    height: 130px;
    left: 100%;
    top: 0;
    min-height: 130px;
    opacity: 0;
    transition: all 0.5s;
}
.contact_us .flex_box3 .ewm .son:hover .ewm_img {
  opacity: 1;
}
.contact_us .flex_box3 .ewm .son + .son p {
  background-color: var(--color1);
}

.head_member {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  z-index: 99;
  padding: 0 20px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  display: flex;
}
.head_member .l {
  flex-shrink: 0;
  margin-right: auto;
  display: flex;
  align-items: center;
}
.head_member .l .img {
  height: 100%;
  margin-right: 85px;
  height: 40px;
}
.head_member .l .text {
  margin-right: 30px;
}
.head_member .l ul {
  display: flex;
}
.head_member .l ul li {
  margin-right: 30px;
}
.head_member .r {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.head_member .r p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
}
.head_member .r a {
  flex-shrink: 0;
  margin-left: 20px;
}
.head_member .r i {
  display: none;
}

.page {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page a {
  display: block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: auto;
  font-weight: bold;
  transition: all 0.5s ease;
}
.page a:hover {
  color: var(--color1);
}

.page1 {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.page1 a {
  padding: 0px 12px;
  height: 40px;
  line-height: 38px;
  display: inline-block;
  border: solid 1px #ccc;
  font-size: 16px;
  margin: 0 5px;
  transition: all 0.5s ease;
  border-radius: 5px;
}
.page1 a:hover,
.page1 a.on {
  color: #fff;
  background: var(--color1);
  border: solid 1px var(--color1);
}
.page1 a.on {
  pointer-events: none;
}
.page1 a i {
  font-size: 12px;
}

.mbx1 {
  padding: 20px 0;
}
.mbx1 .bx {
  display: flex;
  align-items: center;
}
.mbx1 a {
  line-height: 1;
}
.mbx1 i {
  font-size: 12px;
  line-height: 1;
  margin: 0 5px;
}

header .header {
  width: 100%;
}
header .header.on {
  top: 50px;
}
header .top {
  background-color: #eeeeee;
  height: 40px;
  margin-bottom: 20px;
}
header .flex_box1 {
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
header .flex_box1 .line {
  margin: 0 10px;
  opacity: 0.4;
}
header .flex_box1 .l {
  align-items: center;
}
header .flex_box1 .l a {
  color: var(--color1);
  display: flex;
  align-items: center;
}
header .flex_box1 .l a.home {
  margin-right: 20px;
}
header .flex_box1 .l a i {
  margin-right: 5px;
}
header .flex_box1 .l .p {
  margin-right: 20px;
}
header .flex_box1 .r {
  align-items: center;
  height: 100%;
}
header .flex_box1 .r .line {
  margin: 0 20px;
}
header .flex_box1 .r a {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
header .flex_box1 .r a .img {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 0;
  background-color: #eeeeee;
  transition: all 0.5s ease;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .flex_box1 .r a img {
  width: 90px;
  height: 90px;
}
header .flex_box1 .r a:hover .img {
  opacity: 1;
  height: 100px;
}
header .head .img {
  font-size: 0;
}
header .head .flex_box1 {
  align-items: flex-end;
  justify-content: space-between;
  padding: 30px 0 30px;
}
header .head .flex_box1 .logo {
  height: 55px;
}
header .head .flex_box1 form {
  margin: 0 10px;
  margin-left: auto;
  width: 400px;
  line-height: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid var(--color1);
  display: flex;
  align-items: center;
}
header .head .flex_box1 form .select {
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  padding: 0 10px;
  border-right: 1px solid var(--color1);
  background-color: var(--color1);
  border-radius: 40px 0 0 40px;
  display: flex;
  align-items: center;
}
header .head .flex_box1 form .select span {
  width: 70px;
  display: block;
  text-align: center;
  color: #fff;
}
header .head .flex_box1 form .select i {
  font-size: 8px;
  color: #fff;
}
header .head .flex_box1 form .select ul {
  display: none;
  background-color: #fff;
  position: absolute;
  width: calc(100% - 15px);
  z-index: 10;
  top: 100%;
  left: 15px;
  box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.2);
}
header .head .flex_box1 form .select ul li {
  padding: 0 10px;
  line-height: 40px;
  white-space: nowrap;
  text-align: center;
  border-top: 1px solid rgba(204, 204, 204, 0.4392156863);
}
header .head .flex_box1 form .select ul li:nth-child(1) {
  border-top: none;
}
header .head .flex_box1 form input {
  width: 100%;
  line-height: 40px;
  padding: 0 20px;
}
header .head .flex_box1 form button i {
  background-color: #941f55;
  border-radius: 0 40px 40px 0;
  color: #fff;
  display: block;
  width: 50px;
  line-height: 40px;
  cursor: pointer;
}
header .head .flex_box1 .line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to top, #fff 0%, #555555, #fff 100%);
}
header .head .flex_box1 .but1 {
  margin: 0 10px;
  width: 100px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border: 1px solid var(--color1);
  border-radius: 40px;
  background-color: var(--color1);
  color: #fff;
}
header .head .flex_box1 .but2 {
  margin: 0 10px;
  width: 100px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border: 1px solid var(--color1);
  border-radius: 40px;
}
header .head .flex_box2 {
  margin-bottom: 20px;
}
.banner2 .l .tit,
header .head .flex_box2 .tit {
  display: none;
  flex-shrink: 0;
  width: 225px;
  position: relative;
  cursor: pointer;
}
.banner2 .l .tit {
  display: block;
}
.banner2 .l .tit h2,
header .head .flex_box2 .tit h2 {
  display: block;
  line-height: 1;
  font-size: 16px;
  padding: 20px 0;
  height: 54px;
  color: #fff;
  transition: all 0.5s ease;
  text-align: center;
  background-color: #941f55;
  border-radius: 10px 10px 0 0;
}
header .head .flex_box2 .li {
  flex-grow: 1;
  position: relative;
}
header .head .flex_box2 .li > a {
  line-height: 1;
  padding: 20px 0;
  height: 54px;
  text-align: center;
  color: #333;
  font-size: 17px;
  font-weight: bold;
  transition: all 0.5s ease;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .head .flex_box2 .li > a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 90%;
  height: 75%;
  border-radius: 50px;
  background-color: var(--color1);
  z-index: -1;
  opacity: 0;
}
header .head .flex_box2 .li > a:hover {
  color: var(--color1);
}
header .head .flex_box2 .li > a.on {
  color: #fff;
}
header .head .flex_box2 .li > a.on::after {
  opacity: 1;
}
header .head .flex_box2 .li .son {
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  /* width: 100%; */
  display: none;
}
header .head .flex_box2 .li .son ul {
  width: 100%;
  background-color: #fff;
}
header .head .flex_box2 .li .son li {
  padding: 0 20px;
  text-align: center;
  line-height: 40px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.4588235294);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header .head .flex_box2 .li .son li a {
  line-height: 40px;
  display: block;
}
.banner2 .l .tit .ul_box,
header .head .flex_box2 .ul_box {
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 100%;
  /*background-color: rgba(148, 31, 85, 0.7);*/
  background-color: var(--color1);
}
.banner2 .l .tit .overflow,
header .head .flex_box2 .overflow {
  overflow: auto;
  /*height: 420px;*/
}
.banner2 .l .tit .overflow {
  height: 275px;
}
.banner2 .l .tit .overflow::-webkit-scrollbar,
header .head .flex_box2 .overflow::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.banner2 .l .tit .overflow::-webkit-scrollbar-thumb,
header .head .flex_box2 .overflow::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
}
.banner2 .l .tit .overflow::-webkit-scrollbar-thumb,
header .head .flex_box2 .overflow::-webkit-scrollbar-track {
  background-color: rgba(148, 31, 85, 0.7);
}
.banner2 .l .tit .li_box,
header .head .flex_box2 .li_box {
  /* padding-left: 15px; */
  /* padding-right: 15px; */
}
.banner2 .l .tit .li_box::after,
header .head .flex_box2 .li_box::after {
  width: 100%;
  height: 1px;
  display: block;
  content: "";
  position: absolute;
  background: linear-gradient(to right, var(--color1) 0%, #fff, var(--color1) 100%);
}
.banner2 .l .tit .li_box .classify,
header .head .flex_box2 .li_box .classify {
  padding: 0px 20px;
  padding-left: 44px;
  /*border-bottom: 1px solid rgba(204, 204, 204, 0.4588235294);*/
  line-height: calc(420px / 11);
  height: calc(420px / 11);
  color: #fff;
  transition: all 0.5s ease;
  transition: border-radius 0s ease;
  border-radius: 40px 0 0 0px;
  display: flex;
}
.banner2 .l .tit .li_box .classify:hover,
header .head .flex_box2 .li_box .classify:hover {
  border-radius: 40px 0 0 40px;
  background-color: #fff;
  color: var(--color1);
}
.banner2 .l .tit .li_box ul,
header .head .flex_box2 .li_box ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 570px;
  height: 100%;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.831372549);
  display: none;
}
.banner2 .l .tit .li_box ul h3,
header .head .flex_box2 .li_box ul h3 {
  width: 100%;
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  color: var(--color1);
  line-height: 16px;
  padding-bottom: 15px;
}
.banner2 .l .tit .li_box .flex_box3,
header .head .flex_box2 .li_box .flex_box3 {
  flex-wrap: wrap;
  gap: 0 20px;
  padding-top: 15px;
}
.banner2 .l .tit .li_box .flex_box3 li,
header .head .flex_box2 .li_box .flex_box3 li {
  width: calc(33.3333333333% - 13.3333333333px);
  line-height: 30px;
}
.banner2 .l .tit .but,
header .head .flex_box2 .but {
  background-color: #941f55;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: none;
}
header .head_shops {
  display: none;
}
header .head_shops .flex_box1 {
  padding: 0px 0 10px;
}
header .head_shops .logo {
  height: 55px;
}
header .head_shops form {
  display: flex;
}
header .head_shops form .input {
  border: 1px solid var(--color1);
  padding: 0 10px;
  display: flex;
  align-items: center;
}
header .head_shops form .input input {
  width: 300px;
  height: 100%;
}
header .head_shops form .input i {
  color: var(--color1);
}
header .head_shops form button,
header .head_shops form a {
  margin-left: 10px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  background-color: var(--color1);
  border-radius: 5px;
  width: 90px;
  height: 38px;
  line-height: 38px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .head_shops form button i,
header .head_shops form a i {
  margin-right: 6px;
}
header .head_mobile {
  display: none;
}
header .head_mobile .flex_box2 {
  justify-content: space-between;
  padding: 10px 0;
}
header .head_mobile .flex_box2 .logo {
  height: 35px;
}
header .head_mobile .flex_box2 .ul_box {
  display: flex;
  align-items: center;
}
header .head_mobile .flex_box2 .ul_box .qh {
  width: 30px;
  text-align: center;
  line-height: 30px;
  color: var(--color1);
  border: 1px solid rgba(204, 204, 204, 0.4509803922);
  border-radius: 5px;
}
header .head_mobile .flex_box2 .ul_box .line {
  margin-left: 10px;
  padding: 0px 10px;
  padding-right: 0;
  line-height: 25px;
  border-radius: 25px;
  position: relative;
  color: var(--color1);
}
header .head_mobile .flex_box2 .ul_box .line i {
  font-weight: bold;
  font-size: 18px;
}
header .head_mobile .flex_box2 .ul_box ul {
  min-width: 100%;
  position: absolute;
  top: 110%;
  right: 0;
  z-index: 99;
  background-color: #fff;
  border: 1px solid rgba(204, 204, 204, 0.4509803922);
  border-radius: 0 0 5px 5px;
  box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.2);
  display: none;
}
header .head_mobile .flex_box2 .ul_box ul a {
  display: block;
  width: 100%;
  padding: 0 10px;
  line-height: 30px;
  text-align: center;
  border-bottom: 1px solid rgba(204, 204, 204, 0.4509803922);
}
header .head_mobile .form {
  margin-bottom: 15px;
}
header .head_mobile .form form {
  position: relative;
}
header .head_mobile .form form input {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  border: 1px solid rgba(204, 204, 204, 0.4509803922);
  border-radius: 5px;
}
header .head_mobile .form form button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
header .head_mobile .form form button i {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: var(--color1);
}
header .head_mobile .flex_box3 {
  align-items: center;
  margin-bottom: 10px;
}
header .head_mobile .flex_box3 a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
header .head_mobile .flex_box3 a i {
  line-height: 1;
  font-size: 30px;
  margin-bottom: 5px;
}
header .head_mobile .flex_box3 a span {
  line-height: 1;
}
header .head_mobile .nav {
  height: 35px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .head_mobile .nav a {
  font-weight: bold;
  font-size: 15px;
}
header .head_mobile .nav a.on {
  padding: 0 5px;
  border-radius: 5px;
  color: #fff;
  background-color: var(--color1);
}
header .head_mobile .fixed_mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}
header .head_mobile .fixed_mobile.on {
  visibility: visible;
  opacity: 1;
  z-index: 1000;
}
header .head_mobile .fixed_mobile .bj {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
header .head_mobile .fixed_mobile .ul_box {
  width: 70%;
  overflow: hidden;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
}
header .head_mobile .fixed_mobile .ul_box .top_box {
  padding: 15px;
  background-color: var(--color1);
  display: flex;
}
header .head_mobile .fixed_mobile .ul_box .top_box .img {
  flex-shrink: 0;
  font-size: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(204, 204, 204, 0.4509803922);
  overflow: hidden;
}
header .head_mobile .fixed_mobile .ul_box .top_box .img img {
  width: 100%;
  height: 100%;
}
header .head_mobile .fixed_mobile .ul_box .top_box .tet {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
header .head_mobile .fixed_mobile .ul_box .top_box h3 {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
}
header .head_mobile .fixed_mobile .ul_box .top_box .but {
  margin-top: auto;
  transform: translateY(5px);
  display: flex;
}
header .head_mobile .fixed_mobile .ul_box .top_box .but a {
  height: 25px;
  line-height: 25px;
  padding: 0 20px;
  border-radius: 30px;
  background-color: #fff;
  color: var(--color1);
  margin-right: 10px;
}
header .head_mobile .fixed_mobile .ul_box .li_box {
  padding: 0 15px;
  height: 100%;
  overflow: auto;
}
header .head_mobile .fixed_mobile .ul_box .li_box h2 a {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
}
header .head_mobile .fixed_mobile .ul_box .li_box h2 a span {
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  margin-left: 10px;
}
header .head_mobile .fixed_mobile .ul_box .li_box ul {
  padding-top: 10px;
}
header .head_mobile .fixed_mobile .ul_box .li_box ul li a {
  display: block;
  line-height: 35px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.4509803922);
  width: 100%;
}
header .head_mobile .fixed_mobile .ul_box .li_box ul li a i {
  margin-right: 10px;
}
header .head_mobile .fixed_mobile .ul_box .li_box .line {
  padding-top: 20px;
}
header .head_mobile .fixed_mobile .ul_box .li_box .line p {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
header .head_mobile .fixed_mobile .ul_box .li_box .line p i {
  margin-right: 5px;
  width: 20px;
}
header .head_mobile .fixed_mobile .ul_box .li_box .line span {
  color: #999;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  padding-left: 25px;
}

footer .footer {
  background-color: #666666;
  color: #ccc;
}
footer .footer_bj {
  border-top: 1px solid #777777;
}
footer .footer_copy {
  background-color: rgb(59, 59, 59);
  padding: 19px 0;
}
footer .footer_copy p {
  text-align: center;
  line-height: 2;
}
footer .flex_box1 {
  padding: 0 120px;
}
footer .flex_box1 .li {
  flex-grow: 1;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .flex_box1 .li:nth-child(1) a {
  border-left: none;
}
footer .flex_box1 a {
  width: 100%;
  display: block;
  text-align: center;
  border-left: 1px solid #777777;
  color: #ccc;
}
footer .flex_box2 {
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
  color: #ccc;
}
footer .flex_box2 .l a {
  width: 220px;
  display: flex;
}
footer .flex_box2 .l a img {
  width: 100%;
}
footer .flex_box2 .m {
  display: flex;
}
footer .flex_box2 .m ul {
  padding: 0 60px;
  border-left: 1px solid #777777;
  text-align: center;
}
footer .flex_box2 .m ul:nth-child(1) {
  border-left: none;
}
footer .flex_box2 .m h3 {
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 25px;
}
footer .flex_box2 .m a {
  margin-top: 14px;
  display: block;
  text-align: center;
}
footer .flex_box2 .r {
  display: flex;
  gap: 60px;
}
footer .flex_box2 .r .ewm {
  width: 120px;
}
footer .flex_box2 .r .ewm .img {
  width: 100%;
  padding: 0 10px;
  font-size: 0;
}
footer .flex_box2 .r .ewm img {
  width: 100px;
  height: 100px;
}
footer .flex_box2 .r .ewm p {
  font-size: 13px;
  margin-top: 10px;
  text-align: center;
}

.footer_mobile {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99;
  background: #fff;
  display: none;
}
.footer_mobile .flex_box3 {
  align-items: center;
  justify-content: center;
  height: 60px;
  border-top: 2px solid #f2f2f2;
}
.footer_mobile .flex_box3 a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer_mobile .flex_box3 a.on {
  color: var(--color1);
}
.footer_mobile .flex_box3 i {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 5px;
}

.banner1 .mySwiper1 {
  height: 450px;
}
.banner1 .mySwiper1 .swiper-slide {
  overflow: hidden;
  font-size: 0;
}
.banner1 .mySwiper1 img {
  width: 100%;
  height: 100%;
  transform: scale(1.08);
  transition: all 5s ease;
}
.banner1 .mySwiper1 .swiper-slide-active img {
  transform: scale(1);
}
.banner1 .mySwiper1 .page_1 span {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  transition: all 0.5s ease;
  background-color: var(--color1);
}
.banner1 .mySwiper1 .page_1 .swiper-pagination-bullet-active {
  width: 40px;
}

.banner2 .l {
  flex-shrink: 0;
  width: 225px;
}
.banner2 .mySwiper2 {
  height: 400px;
  width: 720px;
}
.banner2 .mySwiper2 img {
  height: 400px;
  width: 720px;
}
.banner2 .r {
  flex-shrink: 0;
  width: 210px;
}
.banner2 .r h2 {
  height: 45px;
  margin: 0;
}
.banner2 .r .info {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.4392156863);
  overflow: hidden;
  display: flex;
  align-items: center;
}
.banner2 .r .info .img {
  flex-shrink: 0;
  font-size: 0;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(204, 204, 204, 0.4509803922);
  border-radius: 5px;
}
.banner2 .r .info .img img {
  width: 100%;
  height: 100%;
  padding: 3px;
  object-fit: contain;
}
.banner2 .r .info .tet {
  flex-grow: 1;
  overflow: hidden;
  margin-left: 10px;
}
.banner2 .r .info .tet h3 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.banner2 .r .info .tet a {
  line-height: 20px;
  margin-top: 3px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.banner2 .r .info .tet a span {
  font-size: 12px;
  color: var(--color1);
  margin-right: 5px;
}
.banner2 .r .info .tet a i {
  font-size: 10px;
  width: 15px;
  height: 15px;
  border: 1px solid var(--color1);
  color: var(--color1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner3 .l {
  flex-shrink: 0;
  width: 225px;
}
.banner3 .r {
  flex-grow: 1;
  height: 400px;
  padding: 20px;
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.banner3 .r .son {
  width: calc(100% / 4 - 20px * (4 - 1) / 4);
  height: 180px;
  border: 1px solid rgba(204, 204, 204, 0.4509803922);
  overflow: hidden;
  border-radius: 7px;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
}
.banner3 .r .son:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.banner3 .r .son:hover .img img {
  transform: scale(1.05);
}
.banner3 .r .son a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner3 .r .son .img {
  height: 80px;
  overflow: hidden;
}
.banner3 .r .son .img img {
  transition: all 0.5s ease;
  height: 100%;
  object-fit: contain;
  padding: 5px;
}
.banner3 .r .son p {
  margin-top: 10px;
  width: 100%;
  text-align: center;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.banner4 .mySwiper1 {
  height: 115px;
  font-size: 0;
}
.banner4 .mySwiper1 img {
  width: 100%;
  height: 100%;
}

.banner5 {
  padding-top: 10px;
}
.banner5 .flex_box1 .l {
  width: 800px;
  height: 410px;
  margin-right: auto;
}
.banner5 .flex_box1 .l .img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
}
.banner5 .flex_box1 .l .img img {
  width: 100%;
  height: 100%;
}
.banner5 .flex_box1 .l p {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  padding: 0 60px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  height: 27px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.banner5 .flex_box1 .r {
  width: 380px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.banner5 .flex_box1 .r .img {
  width: 100%;
  height: 195px;
  border-radius: 7px;
  overflow: hidden;
}
.banner5 .flex_box1 .r .img img {
  width: 100%;
  height: 100%;
}

.banner6 .mySwiper1 {
  height: 450px;
}
.banner6 .mySwiper1 .swiper-slide {
  overflow: hidden;
  font-size: 0;
}
.banner6 .mySwiper1 img {
  width: 100%;
  height: 100%;
  transform: scale(1.08);
  transition: all 5s ease;
}
.banner6 .mySwiper1 .swiper-slide-active img {
  transform: scale(1);
}
.banner6 .mySwiper1 .page_1 span {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  transition: all 0.5s ease;
  background-color: var(--color1);
}
.banner6 .mySwiper1 .page_1 .swiper-pagination-bullet-active {
  width: 40px;
}

.banner7 .l {
  width: 940px;
  height: 326px;
  margin-right: auto;
}
.banner7 .l .mySwiper1 {
  width: 100%;
  height: 100%;
}
.banner7 .l img {
  width: 100%;
  height: 100%;
}
.banner7 .l .page_1 span {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  transition: all 0.5s ease;
  background-color: var(--color1);
}
.banner7 .l .page_1 .swiper-pagination-bullet-active {
  width: 40px;
}
.banner7 .r {
  width: 240px;
  margin-left: auto;
  background-color: #fff;
  border-radius: 7px;
}
.banner7 .r h2 {
  height: 51px;
}
.banner7 .r ul {
  margin: 0 15px;
  padding: 15px 0;
}
.banner7 .r ul li {
  margin-top: 17px;
  display: flex;
  align-items: center;
}
.banner7 .r ul li:nth-child(1) {
  margin-top: 0;
}
.banner7 .r ul li .img {
  flex-shrink: 0;
  margin-right: 10px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 55px;
  background-color: var(--color1);
  overflow: hidden;
}
.banner7 .r ul li .img i {
  color: #fff;
  width: 100%;
  height: 100%;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner7 .r ul li .tit {
  flex-grow: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1;
}
.banner7 .r ul li .tit p {
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 5px;
}
.banner7 .r ul li .tit span {
  font-size: 12px;
  line-height: 1.2;
}
.banner7 .r .but {
  height: 45px;
  border-radius: 7px;
  background-color: var(--color1);
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner7 .r .but i {
  margin: 0 5px;
}
.banner7 .r .but span {
  margin: 0 5px;
}

.banner8 .l {
  width: 900px;
  height: 400px;
  margin-right: auto;
}
.banner8 .l img {
  width: 900px;
  height: 400px;
}
.banner8 .l .page_1 span {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  transition: all 0.5s ease;
  background-color: var(--color1);
}
.banner8 .l .page_1 .swiper-pagination-bullet-active {
  width: 40px;
}
.banner8 .r {
  border-radius: 5px;
  width: 280px;
  margin-left: auto;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.banner8 .r ul {
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.banner8 .r ul li:hover h3 {
  padding-left: 10px;
}
.banner8 .r ul li:hover h3 a {
  color: var(--color1);
}
.banner8 .r ul li h3 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  transition: all 0.5s ease;
}
.banner8 .r ul li h3 a {
  line-height: 1;
  transition: all 0.5s ease;
}
.banner8 .r ul li p {
  margin-top: 10px;
  line-height: 1;
  font-size: 13px;
}
.banner8 .r ul li .tet {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.banner8 .r ul li .tet span {
  font-size: 13px;
  flex-grow: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
}
.banner8 .r ul li .tet a {
  padding: 0 12px;
  padding-right: 6px;
  border-radius: 10px;
  background-color: var(--color1);
  color: #fff;
  font-size: 12px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.banner8 .r ul li .tet a i {
  font-size: 10px;
}

.banner9 .mySwiper9 {
  height: 250px;
}
.banner9 .mySwiper9 a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.banner9 .mySwiper9 img {
  width: 100%;
  height: 100%;
}

.banner10 .mySwiper1 {
  height: 250px;
}
.banner10 .mySwiper1 a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.banner10 .mySwiper1 img {
  width: 100%;
  height: 100%;
}
.banner10 .mySwiper1 .page_1 span {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: var(--color1);
}

.banner11 .mySwiper1 {
  height: 360px;
}
.banner11 .mySwiper1 a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.banner11 .mySwiper1 img {
  width: 100%;
  height: 100%;
}
.banner11 .mySwiper1 .page_1 span {
  background-color: var(--color1);
}

.banner12 .mySwiper2 {
  height: 270px;
}
.banner12 .mySwiper2 a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.banner12 .mySwiper2 img {
  width: 100%;
  height: 100%;
}
.banner12 .mySwiper2 .page_2 span {
  background-color: var(--color1);
}

main.index .title {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
main.index .title .h2 {
  font-weight: bold;
  margin: 0;
}
main.index .title .son {
  margin-left: 20px;
  display: flex;
  align-items: center;
}
main.index .title .son a {
  color: #999999;
  padding: 0 20px;
  border-left: 1px solid #999999;
  line-height: 1;
}
main.index .title .son a:nth-child(1) {
  border-left: none;
}
main.index .title .son a:hover {
  color: var(--color1);
}
main.index .title .more {
  margin-left: auto;
  transition: all 0.5s ease;
  height: 24px;
  padding: 0 10px;
  padding-left: 15px;
  border-radius: 24px;
  display: flex;
  align-items: center;
}
main.index .title .more i {
  margin-left: 5px;
  font-size: 12px;
}
main.index .title .more:hover {
  color: #fff;
  background-color: var(--color1);
}
main.index .section1 .bj {
  background-image: url(../image/bj2.jpg);
  height: 350px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}
main.index .section1 .bj form {
  position: absolute;
  top: 100px;
  right: 54px;
  width: 400px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
main.index .section1 .bj form .label1 {
  width: 427px;
  height: 40px;
  margin-top: 10px;
}
main.index .section1 .bj form .label1 input,
main.index .section1 .bj form .label2 select,
main.index .section1 .bj form .label3 input {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(204, 204, 204, 0.4509803922);
  padding: 0 10px;
  background-color: #fff;
  border-radius: 5px;
}
main.index .section1 .bj form .label1 select,
main.index .section1 .bj form .label3 select,
main.index .section1 .bj form .label3.h input,
main.index .section1 .bj form .label3 input::placeholder {
  color: #999;
}
main.index .section1 .bj form .label2 {
  margin-top: 10px;
  width: 208px;
  height: 40px;
}
main.index .section1 .bj form .label3.h {
  height: 60px;
}
main.index .section1 .bj form .label3.h p {
  margin-bottom: 5px;
  line-height: 15px;
}
main.index .section1 .bj form .label3.h input {
  height: 35px;
}
main.index .section1 .bj form .label2 input {
  width: 100%;
  height: 40px;
  border: 1px solid rgba(204, 204, 204, 0.4509803922);
  padding: 0 10px;
  background-color: #fff;
}
main.index .section1 .bj form .label3 {
  margin-top: 20px;
  width: 100%;
  height: 35px;
}
main.index .section1 .bj form .label3:nth-child(3),
main.index .section1 .bj form .label3:nth-child(4) {
  width: 48%;
}
main.index .section1 .bj form .label1 select,
main.index .section1 .bj form .label3 select {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(204, 204, 204, 0.4509803922);
  padding: 0 10px;
  background-color: #fff;
}
main.index .section1 .bj form button {
  width: 50%;
  height: 35px;
  background-color: var(--color1);
  color: #fff;
  border: none;
  border-radius: 40px;
  margin: 0 auto;
  margin-top: 20px;
}
main.index .section2 .flex_box1 {
  gap: 20px;
  margin-top: 25px;
}
main.index .section2 .flex_box1 .son {
  width: calc(16.6666666667% - 16.6666666667px);
  border-radius: 10px;
}
main.index .section2 .flex_box1 .son .img {
  display: block;
  height: 100%;
  font-size: 0;
  border-radius: 7px;
  overflow: hidden;
}
main.index .section2 .flex_box1 .son .img img {
  height: 100%;
}
main.index .section2 .flex_box1 .son1 {
  width: calc(16.6666666667% - 16.6666666667px);
  border-radius: 10px;
  padding: 10px;
  background-color: #f2f2f2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main.index .section2 .flex_box1 .son1 .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main.index .section2 .flex_box1 .son1 .tit span {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  margin-right: 10px;
  text-overflow: ellipsis;
}
main.index .section2 .flex_box1 .son1 .tit span::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 4px;
  width: 10px;
  background-color: var(--color1);
}
main.index .section2 .flex_box1 .son1 .tit i {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--color1);
  color: var(--color1);
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.index .section2 .flex_box1 .son1 .img {
  margin-top: 10px;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  font-size: 0;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
main.index .section2 .flex_box1 .son1 .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
main.index .section2 .flex_box1 .son1 .img:hover img {
  transform: scale(1.05);
}
main.index .section3 .flex_box1 {
  justify-content: space-between;
}
main.index .section3 .flex_box1 .l {
  width: 860px;
}
main.index .section3 .flex_box1 .l .tab {
  border-bottom: 3px solid var(--color1);
  display: flex;
  justify-content: space-between;
}
main.index .section3 .flex_box1 .l .tab a {
  line-height: 1;
  height: 30px;
  position: relative;
  transition: all 0.3s ease;
}
main.index .section3 .flex_box1 .l .tab a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-bottom: 6px solid var(--color1);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  opacity: 0;
  transition: all 0.3s ease;
}
main.index .section3 .flex_box1 .l .tab a.on {
  color: var(--color1);
}
main.index .section3 .flex_box1 .l .tab a.on::after {
  opacity: 1;
}
main.index .section3 .flex_box1 .l .tab_son .son {
  display: none;
}
main.index .section3 .flex_box1 .l .tab_son .son.on {
  display: block;
}
main.index .section3 .flex_box1 .l .tab_son .flex_box2 {
  flex-wrap: wrap;
  justify-content: space-between;
}
main.index .section3 .flex_box1 .l .tab_son .flex_box2 .info {
  border-bottom: 1px dotted #ccc;
  width: 400px;
  line-height: 65px;
  display: flex;
  align-items: center;
}
main.index .section3 .flex_box1 .l .tab_son .flex_box2 .info:hover .tit {
  color: var(--color1);
}
main.index .section3 .flex_box1 .l .tab_son .flex_box2 .tit {
  margin-left: 6px;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s ease;
}
main.index .section3 .flex_box1 .l .tab_son .flex_box2 span {
  margin-left: 15px;
  min-width: 56px;
  max-width: 80px;
  overflow: hidden;
}
main.index .section3 .flex_box1 .l .tab_son .flex_box2 span + span {
  margin-left: auto;
}
main.index .section3 .flex_box1 .l .tab_son .flex_box2 .but {
  margin-left: 15px;
  width: 75px;
  height: 25px;
  border: 1px solid var(--color1);
  color: var(--color1);
  border-radius: 25px;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.index .section3 .flex_box1 .l .tab_son .flex_box2 .but:hover {
  background-color: var(--color1);
  color: #fff;
}
main.index .section3 .flex_box1 .r {
  width: 285px;
  padding: 15px 20px 0;
  border-radius: 10px;
  background-image: url(../image/bj1.png);
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: center; */
}
main.index .section3 .flex_box1 .r h3 {
  padding-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main.index .section3 .flex_box1 .r h3 span {
  line-height: 18px;
  font-size: 18px;
  position: relative;
}
main.index .section3 .flex_box1 .r h3 span::after {
  content: "";
  margin-left: 15px;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 8px;
  background-color: var(--color1);
}
main.index .section3 .flex_box1 .r h3 a {
  line-height: 16px;
  font-size: 14px;
  font-weight: normal;
  transition: all 0.5s ease;
}
main.index .section3 .flex_box1 .r h3 a:hover {
  color: var(--color1);
}
main.index .section3 .flex_box1 .r h3 i {
  font-size: 12px;
}
main.index .section3 .flex_box1 .r .tit {
  border-top: 1px dotted #ccc;
  line-height: 55px;
  display: flex;
  align-items: center;
}
main.index .section3 .flex_box1 .r .tit:hover a {
  padding-left: 10px;
}
main.index .section3 .flex_box1 .r .tit:nth-child(1) {
  border-top: none;
}
main.index .section3 .flex_box1 .r .tit a {
  margin-left: 6px;
  width: 210px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s ease;
}
main.index .section4 .tab {
  border-bottom: 3px solid var(--color1);
  padding-top: 10px;
  position: relative;
  overflow: auto;
  display: flex;
}
main.index .section4 .tab .button {
  position: relative;
  top: 0;
  margin: 0;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  color: var(--color1);
}
main.index .section4 .tab .button::after {
  display: none;
}
main.index .section4 .tab .button_prev {
  left: 0;
}
main.index .section4 .tab .button_next {
  right: 0;
}
main.index .section4 .mySwiper3 .swiper-slide {
  width: auto;
}
main.index .section4 .tab a {
  white-space: nowrap;
  padding: 0 20px;
  line-height: 36px;
  height: 36px;
  text-align: center;
  border-radius: 7px 7px 0 0;
  background-color: #f2f2f2;
  border: 1px solid rgba(212, 212, 212, 0.9019607843);
  border-bottom: none;
  margin-right: 5px;
  transition: all 0.5s ease;
  display: block;
}
main.index .section4 .tab a:nth-child(1) {
  border-left: 1px solid rgba(212, 212, 212, 0.9019607843);
}
main.index .section4 .tab a.on {
  color: #fff;
  background-color: var(--color1);
  border-color: var(--color1);
}
main.index .section4 .tab_son {
  padding-top: 25px;
}
main.index .section4 .tab_son .son {
  display: none;
}
main.index .section4 .tab_son .son.on {
  display: block;
}
main.index .section4 .tab_son .flex_box1 {
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  gap: 20px;
}
main.index .section4 .tab_son .flex_box1 .info {
  width: calc(25% - 15px);
  padding: 20px;
  background-color: #f2f2f2;
  transition: all 0.5s ease;
  display: flex;
}
main.index .section4 .tab_son .flex_box1 .info:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
main.index .section4 .tab_son .flex_box1 .img {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
}
main.index .section4 .tab_son .flex_box1 .img:hover img {
  transform: scale(1.05);
}
main.index .section4 .tab_son .flex_box1 .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
main.index .section4 .tab_son .flex_box1 .tet {
  margin-left: auto;
  width: 100px;
  display: flex;
  flex-direction: column;
}
main.index .section4 .tab_son .flex_box1 .tet h3,
main.index .section4 .tab_son .flex_box1 .tet h4 {
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
main.index .section4 .tab_son .flex_box1 .tet a {
  margin: auto auto 0;
  width: 75px;
  height: 25px;
  border: 1px solid var(--color1);
  border-radius: 25px;
  color: #fff;
  background-color: var(--color1);
  font-size: 13px;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.index .section4 .tab_son .flex_box1 .tet a:hover {
  border-color: #941f55;
  background-color: #941f55;
}
main.index .section5 .flex_box1 {
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 20px;
}
main.index .section5 .flex_box1 .son {
  width: calc(25% - 15px);
  border: 1px solid rgba(204, 204, 204, 0.4509803922);
  border-radius: 7px;
  overflow: hidden;
  transition: all 0.5s ease;
}
main.index .section5 .flex_box1 .son:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
main.index .section5 .flex_box1 .img {
  font-size: 0;
  width: 100%;
  height: 160px;
}
main.index .section5 .flex_box1 .img img {
  width: 100%;
  height: 100%;
}
main.index .section5 .flex_box1 .tet {
  padding: 15px;
}
main.index .section5 .flex_box1 .tet p {
  height: 56px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
main.index .section5 .flex_box1 .tet .but {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}
main.index .section5 .flex_box1 .tet .but a {
  line-height: 1;
  display: flex;
  align-items: center;
}
main.index .section5 .flex_box1 .tet .but a span {
  color: var(--color1);
}
main.index .section5 .flex_box1 .tet .but a i {
  font-size: 9px;
  width: 15px;
  height: 15px;
  border: 1px solid var(--color1);
  border-radius: 50%;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.index .section6 .flex_box1 {
  justify-content: space-between;
  padding-top: 10px;
}
main.index .section6 .flex_box1 .l {
  width: 740px;
}
main.index .section6 .flex_box1 .l .mySwiper2 {
  height: 420px;
}
main.index .section6 .flex_box1 .l .mySwiper2 .botton {
  width: 40px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.5882352941);
}
main.index .section6 .flex_box1 .l .mySwiper2 .botton::after {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.7);
}
main.index .section6 .flex_box1 .l .mySwiper2 .next_2 {
  right: 0;
}
main.index .section6 .flex_box1 .l .mySwiper2 .prev_2 {
  left: 0;
}
main.index .section6 .flex_box1 .l a {
  width: 100%;
  height: 100%;
  font-size: 0;
  position: relative;
  display: flex;
}
main.index .section6 .flex_box1 .l a .img {
  width: 100%;
  height: 100%;
}
main.index .section6 .flex_box1 .l a img {
  width: 100%;
  height: 100%;
}
main.index .section6 .flex_box1 .l a .tit {
  font-size: 16px;
  padding: 20px 30px;
  color: #fff;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}
main.index .section6 .flex_box1 .l a .tit::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 500%;
  left: 0;
  bottom: 0;
  z-index: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
main.index .section6 .flex_box1 .l a .tit h3 {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 1;
}
main.index .section6 .flex_box1 .r {
  width: 425px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main.index .section6 .flex_box1 .r .son {
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.4509803922);
  display: flex;
}
main.index .section6 .flex_box1 .r .son:hover .tet h3 {
  color: var(--color1);
}
main.index .section6 .flex_box1 .r .son:hover .tet .but a {
  color: var(--color1);
}
main.index .section6 .flex_box1 .r .son .tet {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main.index .section6 .flex_box1 .r .son .tet h3 {
  font-size: 16px;
  line-height: 1;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 18px;
  transition: all 0.5s ease;
}
main.index .section6 .flex_box1 .r .son .tet h3 a {
  line-height: 1;
}
main.index .section6 .flex_box1 .r .son .tet p {
  height: 45px;
  line-height: 1.7;
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #999;
}
main.index .section6 .flex_box1 .r .son .tet .but {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main.index .section6 .flex_box1 .r .son .tet .but .item {
  font-size: 12px;
}
main.index .section6 .flex_box1 .r .son .tet .but a {
  font-size: 13px;
  height: 30px;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
}
main.index .section6 .flex_box1 .r .son .tet .but a i {
  margin-right: 15px;
}
main.index .section6 .flex_box1 .r .son .tet .but a .icon-xm1 {
  margin-right: 0;
  margin-left: 15px;
  font-size: 10px;
}
main.index .section7 .bx {
  padding: 15px 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
main.index .section7 .tit {
  height: 30px;
  line-height: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main.index .section7 .tit span {
  font-size: 16px;
  color: var(--color1);
}
main.index .section7 .tit a {
  font-size: 12px;
  display: flex;
  align-items: center;
}
main.index .section7 .tit a i {
  font-size: 10px;
}
main.index .section7 .con a {
  line-height: 2;
  display: inline-block;
}
main.index .section7 .con span {
  margin-left: 20px;
  margin-right: 20px;
}
main.index .section8 {
  display: none;
}
main.index .section8 .flex_box1 .l {
  width: 35%;
  border-right: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main.index .section8 .flex_box1 .l h3 {
  margin-bottom: 15px;
  width: 100%;
  display: flex;
}
main.index .section8 .flex_box1 .l h3 span {
  line-height: 1;
  flex-grow: 1;
  text-align: center;
}
main.index .section8 .flex_box1 .l p {
  color: var(--color1);
  display: flex;
  align-items: center;
}
main.index .section8 .flex_box1 .l p span {
  font-size: 24px;
  line-height: 1;
}
main.index .section8 .flex_box1 .l p i {
  margin-left: 10px;
  width: 24px;
  height: 24px;
  border: 1px solid var(--color1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.index .section8 .flex_box1 .l p a {
  display: flex;
}
main.index .section8 .flex_box1 .r {
  width: 65%;
  padding: 10px 15px;
  padding-right: 0;
}
main.index .section8 .flex_box1 .r a {
  height: 30px;
  border-bottom: 1px dashed #ccc;
  display: flex;
  align-items: center;
}
main.index .section8 .flex_box1 .r a p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: auto;
}
main.index .section8 .flex_box1 .r a span {
  margin-left: 10px;
  flex-shrink: 0;
}
main.index .section9 {
  display: none;
}
main.index .section9 .flex_box1 {
  flex-direction: column;
  gap: 10px;
  padding-top: 20px;
}
main.index .section9 .flex_box1 .son {
  width: 100%;
  display: flex;
  align-items: center;
}
main.index .section9 .flex_box1 .son .img {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 7px;
  border: 1px solid rgba(204, 204, 204, 0.4509803922);
  overflow: hidden;
}
main.index .section9 .flex_box1 .son .img img {
  width: 100%;
  height: 100%;
}
main.index .section9 .flex_box1 .son .tet {
  overflow: hidden;
  margin-left: 10px;
}
main.index .section9 .flex_box1 .son .tet h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
main.index .section9 .flex_box1 .son .tet p {
  line-height: 2;
  font-size: 13px;
  height: 52px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
main.index .section10 {
  display: none;
}
main.index .section11 .box {
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
  color: #fff;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
main.index .section11 .box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #e52f82b8;
}
main.index .section11 .h3 {
  position: relative;
  z-index: 1;
  display: flex;
}
main.index .section11 .h3 p {
  font-size: 18px;
  line-height: 30px;
}
main.index .section11 .h3 a {
  margin-left: auto;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
main.index .section11 .h3 span {
  font-size: 14px;
  line-height: 30px;
}
main.index .section11 .h3 i {
  font-size: 14px;
  line-height: 30px;
  padding-left: 10px;
}
main.index .section11 .flex_box1 {
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
main.index .section11 .flex_box1 a {
  width: calc(100% / 8 - 20px * (8 - 1) / 8);
  background-color: #ffffffc2;
  color: #333;
  border-radius: 10px;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
}
main.index .section11 .flex_box1 a:hover {
  transform: translateY(-5px);
  background-color: #fff;
}
main.index .section11 .flex_box1 .img {
  margin: 20px auto 15px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
main.index .section11 .flex_box1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.index .section11 .flex_box1 p {
  font-size: 18px;
  margin-bottom: 20px;
  padding: 0 10px;
  text-align: center;
  width: 100%;
  color: var(--color1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

main.home.color {
  background-color: #f2f2f2;
}
main.home .mbx1 {
  background-color: #fff;
  padding-top: 0px;
}
main.home .section1 {
  background-color: #fff;
}
main.home .section1 .flex_box1 {
  flex-wrap: wrap;
  gap: 30px;
  padding-bottom: 20px;
}
main.home .section1 .flex_box1 a {
  display: block;
  width: calc(100% / 8 - 30px * (8 - 1) / 8);
  font-size: 16px;
  border: 1px solid var(--color1);
  transition: all 0.5s ease;
  text-align: center;
  line-height: 40px;
}
main.home .section1 .flex_box1 a:hover,
main.home .section1 .flex_box1 a.on {
  background-color: var(--color1);
  color: #fff;
}
main.home .section1 .flex_box2 {
  align-items: center;
  padding-bottom: 10px;
  display: none;
}
main.home .section1 .flex_box2 .button_1 {
  position: relative;
  top: 0;
  margin: 0;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  color: var(--color1);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.home .section1 .flex_box2 .prev_1 {
  left: 0;
}
main.home .section1 .flex_box2 .next_1 {
  right: 0;
}
main.home .section1 .flex_box2 .button_1::after {
  display: none;
}
main.home .section1 .flex_box2 a {
  display: block;
  text-align: center;
  border-radius: 36px;
  line-height: 36px;
  border: 1px solid var(--color1);
}
main.home .section1 .flex_box2 a.on {
  background-color: var(--color1);
  color: #fff;
}
main.home .section2 .flex_box2 {
  flex-wrap: wrap;
  gap: 20px;
}
main.home .section2 .flex_box2 .son {
  width: 100%;
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  overflow: hidden;
  display: flex;
}
main.home .section2 .flex_box2 .l {
  width: 850px;
  margin-right: auto;
}
main.home .section2 .flex_box2 h3 {
  margin-bottom: 10px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
main.home .section2 .flex_box2 .l p {
  line-height: 2;
}
main.home .section2 .flex_box2 .l .p1 {
  margin-bottom: 20px;
}
main.home .section2 .flex_box2 .l .p2 {
  margin-bottom: 10px;
}
main.home .section2 .flex_box2 .l .but {
  margin-bottom: 10px;
}
main.home .section2 .flex_box2 .r {
  width: 250px;
  flex-shrink: 0;
}
main.home .section2 .flex_box2 .r p {
  line-height: 30px;
  font-weight: bold;
}
main.home .section2 .flex_box2 .but {
  width: 120px;
  text-align: center;
  border-radius: 7px;
  border: 1px solid var(--color1);
  line-height: 25px;
  font-weight: bold;
}
main.home .section2 .flex_box2 .but_login {
  background-color: var(--color1);
  color: #fff;
  border-radius: 7px;
  padding: 0 10px;
  line-height: 25px;
  width: 150px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  display: block;
}
main.home .section2 .flex_box2 .r .but {
  margin: 0 auto;
  margin-bottom: 20px;
}

main.product.color {
  background-color: #f2f2f2;
}
main.product .h2 {
  font-size: 18px;
  color: #333;
}
main.product .section1 .flex_box1 {
  flex-wrap: wrap;
  gap: 30px;
}
main.product .section1 .flex_box1 .son {
  width: calc(20% - 24px);
}
main.product .section1 .flex_box1 .son .img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  font-size: 0;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
main.product .section1 .flex_box1 .son .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
main.product .section1 .flex_box1 .son .img:hover img {
  transform: scale(1.05);
}
main.product .section1 .flex_box1 .son .tet {
  margin-top: 10px;
  width: 100%;
  display: block;
  line-height: 35px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
main.product .section2 .flex_box1 {
  flex-wrap: wrap;
  gap: 20px;
}
main.product .section2 .flex_box1 .son {
  width: calc(100% / 6 - 20px * (6 - 1) / 6);
}
main.product .section2 .flex_box1 .son .img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  font-size: 0;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  object-fit: contain;
  border: 1px solid rgba(204, 204, 204, 0.5098039216);
}
main.product .section2 .flex_box1 .son .img img {
  padding: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  object-fit: contain;
}
main.product .section2 .flex_box1 .son .img:hover img {
  transform: scale(1.05);
}
main.product .section4 .flex_box1 {
  align-items: center;
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid rgba(204, 204, 204, 0.4509803922);
}
main.product .section4 .flex_box1 .tit {
  flex-shrink: 0;
  line-height: 24px;
  margin-right: 20px;
  font-weight: bold;
}
main.product .section4 .flex_box1 .selected {
  display: flex;
}
main.product .section4 .flex_box1 .selected a {
  height: 24px;
  background: var(--color1);
  color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
main.product .section4 .flex_box1 .selected a span {
  border-right: 1px solid rgb(255, 255, 255);
  padding: 0 10px;
}
main.product .section4 .flex_box1 .selected a i {
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
}
main.product .section4 .flex_box1 form {
  /*flex-grow: 1;*/
  height: 30px;
  border: 1px solid rgba(204, 204, 204, 0.4509803922);
  border-radius: 5px;
  display: flex;
}
main.product .section4 .flex_box1 form input {
  width: 100%;
  padding: 0 10px;
}
main.product .section4 .flex_box1 form i {
  color: var(--color1);
  cursor: pointer;
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
}
main.product .section4 .flex_box1 .but {
  padding-left: 10px;
  flex-shrink: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
}
main.product .section4 .flex_box1 .but i {
  font-size: 14px;
  margin-left: 5px;
}
main.product .section4 .flex_box2 {
  align-items: flex-start;
  padding: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  border-bottom: 1px solid rgba(204, 204, 204, 0.4509803922);
}
main.product .section4 .flex_box2 .tit {
  flex-shrink: 0;
  line-height: 24px;
  margin-right: 20px;
  font-weight: bold;
}
main.product .section4 .flex_box2 ul {
  transition: all 0.5s ease;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
main.product .section4 .flex_box2 ul li a {
  display: block;
  line-height: 24px;
}
main.product .section4 .flex_box2 .but {
  flex-shrink: 0;
  margin-left: auto;
  padding-left: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
main.product .section4 .flex_box2 .but.on i {
  transform: rotate(180deg);
}
main.product .section4 .flex_box2 .but i {
  transition: all 0.5s ease;
  margin-left: 5px;
  font-size: 6px;
}
main.product .section4 .flex_box3 {
  align-items: flex-start;
  position: relative;
  padding: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}
main.product .section4 .flex_box3 .tit {
  flex-shrink: 0;
  line-height: 24px;
  margin-right: 20px;
  font-weight: bold;
}
main.product .section4 .flex_box3 .selected .con {
  margin-top: 10px;
}
main.product .section4 .flex_box3 .selected .con:nth-child(1) {
  margin-top: 0;
}
main.product .section4 .flex_box3 .selected a {
  margin-right: 20px;
}
main.product .section4 .flex_box3 ul {
  transition: all 0.5s ease;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
main.product .section4 .flex_box3 ul li.con {
  cursor: pointer;
  display: flex;
  align-items: center;
}
main.product .section4 .flex_box3 ul li.con i {
  margin-left: 5px;
  font-size: 6px;
  transition: all 0.5s ease;
}
main.product .section4 .flex_box3 ul li.con .ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  display: none;
}
main.product .section4 .flex_box3 ul li.con .box {
  border-top: 1px solid #ccc;
  padding: 10px 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
main.product .section4 .flex_box3 ul li.on i {
  transform: rotate(180deg);
}
main.product .section4 .flex_box3 ul li a {
  display: block;
  line-height: 24px;
}
main.product .section5 .l {
  align-content: flex-start;    
  flex-wrap: wrap;
  width: 950px;
  margin-right: auto;
}
main.product .section5 .l .son {
  margin-bottom: 10px;
  width: 100%;
  height: 180px;
  background: #ffffff;
  padding: 20px;
  position: relative;
  display: flex;
  align-items: center;
}
main.product .section5 .l input {
  width: 16px;
  height: 16px;
  border: 1px solid #cccccc;
  margin-right: 20px;
}
main.product .section5 .l .img {
  width: 140px;
  height: 140px;
  border-radius: 7px;
  overflow: hidden;
}
main.product .section5 .l .img:hover img {
  transform: scale(1.05);
}
main.product .section5 .l .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
main.product .section5 .l .info {
  margin-left: 20px;
  height: 100%;
  width: 400px;
  display: flex;
  flex-direction: column;
}
main.product .section5 .l .info .tit {
  width: 100%;
  font-size: 16px;
  color: var(--color1);
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
main.product .section5 .l .info p {
  margin-top: 10px;
  height: 42px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
main.product .section5 .l .info .but {
  margin-top: auto;
  display: flex;
}
main.product .section5 .l .info .but .a1 {
  padding: 0 25px;
  border-radius: 15px;
  height: 30px;
  background-color: var(--color1);
  color: #fff;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.product .section5 .l .info .but .a1 span {
  line-height: 30px;
}
main.product .section5 .l .info .but .a2 {
  height: 30px;
  border: 1px solid rgba(204, 204, 204, 0.4509803922);
  border-radius: 15px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.product .section5 .l .info .but .a2 span {
  line-height: 30px;
}
main.product .section5 .l .info .but .a2 i {
  margin-right: 5px;
}
main.product .section5 .l .company {
  border-left: 1px dashed #cccccc;
  padding-left: 30px;
  margin-left: auto;
  width: 270px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
main.product .section5 .l .company .tit {
  font-weight: bold;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
main.product .section5 .l .company .add {
  margin-top: 15px;
  display: flex;
}
main.product .section5 .l .company .add .a1 {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
main.product .section5 .l .company .add .a1 i {
  margin-right: 5px;
}
main.product .section5 .l .company .add .a2 {
  line-height: 20px;
  font-size: 12px;
  padding: 0 10px;
  border-radius: 5px;
  background-color: var(--color1);
  color: #fff;
  display: block;
}
main.product .section5 .l .company .add .a2 span {
  line-height: 20px;
}
main.product .section5 .l .company .add .a2 i {
  font-size: 10px;
  margin-right: 5px;
}
main.product .section5 .l .company .p {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
main.product .section5 .l .company .p span {
  line-height: 20px;
  margin-right: 10px;
}
main.product .section5 .l .company .but {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}
main.product .section5 .l .company .but .a {
  cursor: pointer;
  transition: all 0.5s ease;
  border-radius: 20px;
  height: 25px;
  padding: 0 15px;
  background-color: var(--color1);
  color: #fff;
  display: flex;
  align-items: center;
}
main.product .section5 .l .company .but .a span {
  line-height: 1;
}
main.product .section5 .l .company .but .a i {
  line-height: 1;
  font-size: 14px;
  margin-left: 5px;
  transform: rotate(90deg);
}
main.product .section5 .l .absolute {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
}
main.product .section5 .l .absolute .box {
  padding: 20px 40px;
  background-color: var(--color1);
  color: #fff;
  display: flex;
  gap: 30px;
}
main.product .section5 .l .absolute .img {
  margin: 0;
  width: 120px;
  height: 120px;
}
main.product .section5 .l .absolute p {
  margin-top: 10px;
  width: 120px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
main.product .section5 .r {
  width: 230px;
  margin-left: auto;
}
main.product .section5 .r .tit_box {
  background-color: #fff;
}
main.product .section5 .r .mySwiper1 {
  background-color: #fff;
  padding-bottom: 30px;
}
main.product .section5 .r .son {
  margin-top: 20px;
  padding: 0 20px;
  width: 100%;
}
main.product .section5 .r .son a {
  display: flex;
}
main.product .section5 .r .son .img {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
main.product .section5 .r .son .img img {
  width: 100%;
  height: 100%;
}
main.product .section5 .r .son .text {
  flex-grow: 1;
}
main.product .section5 .r .son .text p {
  width: 100%;
  line-height: 20px;
  height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
main.product .section5 .r .mySwiper1-pagination {
  margin-top: 10px;
  position: relative;
  bottom: 0;
}
main.product .section5 .r .mySwiper1-pagination span {
  background-color: var(--color1);
  width: 8px;
  height: 8px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
main.product .section5 .r .mySwiper1-pagination .swiper-pagination-bullet-active {
  width: 24px;
}
main.product .product_info .h2 {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  padding-left: 20px;
  margin: 0;
  color: #333;
}
main.product .product_info .h2::after {
  width: 5px;
  top: 5px;
  bottom: 5px;
  height: auto;
}
main.product .product_info .flex_box1 {
  flex-wrap: wrap;
  border-radius: 7px 7px 0 0;
  width: 900px;
  background-color: #fff;
  padding: 30px;
}
main.product .product_info .flex_box1 .h1 {
  width: 100%;
  font-size: 20px;
  line-height: 1.3;
  display: flex;
}
main.product .product_info .flex_box1 .h1 p {
  flex-shrink: 0;
  font-weight: bold;
  width: 90px;
  font-size: 14px;
}
main.product .product_info .flex_box1 .l {
  width: 320px;
}
main.product .product_info .flex_box1 .l .img1,
main.product .product_info .flex_box1 .l .img2 {
  padding: 0 30px;
  position: relative;
}
main.product .product_info .flex_box1 .l .mySwiper1 {
  font-size: 0;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(204, 204, 204, 0.4509803922);
  border-radius: 7px;
}
main.product .product_info .flex_box1 .l .mySwiper1 img {
  max-width: 260px;
  max-height: 260px;
  width: 100%;
  height: 100%;
}
main.product .product_info .flex_box1 .l .mySwiper2 {
  margin-top: 10px;
  font-size: 0;
}
main.product .product_info .flex_box1 .l .mySwiper2 img {
  width: 80px;
  height: 80px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #f2f2f2;
}
main.product .product_info .flex_box1 .l .mySwiper2 .swiper-slide-thumb-active img {
  border-color: var(--color1);
}
main.product .product_info .flex_box1 .l .button i {
  color: var(--color1);
}
main.product .product_info .flex_box1 .l .button::after {
  display: none;
}
main.product .product_info .flex_box1 .l .next1 {
  right: 0;
}
main.product .product_info .flex_box1 .l .prev1 {
  left: 0;
}
main.product .product_info .flex_box1 .r {
  width: 520px;
  padding: 0 30px;
  padding-right: 0;
}
main.product .product_info .flex_box1 .r .box_top {
  width: 100%;
  border: 1px solid rgba(204, 204, 204, 0.4509803922);
  padding: 20px 30px;
}
main.product .product_info .flex_box1 .r .box_top .price {
  margin-top: 10px;
  display: flex;
}
main.product .product_info .flex_box1 .r .box_top .price:nth-child(1) {
  margin-top: 0;
}
main.product .product_info .flex_box1 .r .box_top .price p {
  flex-shrink: 0;
  font-weight: bold;
  width: 90px;
}
main.product .product_info .flex_box1 .r .box_top .price .color {
  color: var(--color1);
}
main.product .product_info .flex_box1 .r .box_tet {
  padding: 20px 30px;
}
main.product .product_info .flex_box1 .r .box_tet .p {
  display: flex;
}
main.product .product_info .flex_box1 .r .box_tet .p p {
  font-weight: bold;
  flex-shrink: 0;
  width: 90px;
}
main.product .product_info .flex_box1 .r .box_tet .p .add span {
  display: block;
  line-height: 1.7;
}
main.product .product_info .flex_box1 .r .box_but {
  display: flex;
}
main.product .product_info .flex_box1 .r .box_but a {
  width: 190px;
  height: 40px;
  border-radius: 40px;
  line-height: 38px;
  font-size: 18px;
  text-align: center;
  margin-right: 50px;
}
main.product .product_info .flex_box1 .r .box_but .a1 {
  background: var(--color1);
  color: #fff;
}
main.product .product_info .flex_box1 .r .box_but .a2 {
  border: 1px solid var(--color1);
  color: var(--color1);
}
main.product .product_info .flex_box1 .r .box_bottom {
  margin-top: 30px;
  display: flex;
}
main.product .product_info .flex_box1 .r .box_bottom a {
  padding: 0 15px;
  height: 30px;
  background: #ffffff;
  border-radius: 15px;
  border: 1px solid #cccccc;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  color: var(--color1);
  font-size: 14px;
  margin-left: 100px;
}
main.product .product_info .flex_box1 .r .box_bottom .a1 {
  margin: 0;
}
main.product .product_info .flex_box2 .l {
  border-radius: 7px 7px 0 0;
  overflow: hidden;
  margin-top: 20px;
  margin-right: auto;
  width: 280px;
  background-color: #fff;
  padding-bottom: 30px;
}
main.product .product_info .flex_box2 .l .tit {
  padding: 10px 30px;
  border-bottom: 1px solid #ccc;
  background-color: var(--color1);
  color: #fff;
}
main.product .product_info .flex_box2 .l .tit h2 {
  color: #fff;
}
main.product .product_info .flex_box2 .l .tit h2::after {
  background-color: #fff;
}
main.product .product_info .flex_box2 .l .ul_box.on h2 i {
  transform: rotate(180deg);
}
main.product .product_info .flex_box2 .l .ul_box h2 {
  padding: 0px 30px;
  line-height: 40px;
  border-bottom: 1px solid #f2f2f2;
  background-color: rgba(229, 47, 130, 0.2196078431);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main.product .product_info .flex_box2 .l .ul_box h2 span {
  font-size: 16px;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
}
main.product .product_info .flex_box2 .l .ul_box h2 i {
  font-size: 8px;
  color: var(--color1);
  transition: all 0.3s ease;
}
main.product .product_info .flex_box2 .l .ul_box .ul {
  display: none;
}
main.product .product_info .flex_box2 .l .ul_box ul {
  padding: 10px 0;
}
main.product .product_info .flex_box2 .l .ul_box ul li {
  padding: 0 30px;
  border-bottom: 1px solid #eee;
}
main.product .product_info .flex_box2 .l .ul_box ul a {
  padding-left: 30px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
  display: block;
}
main.product .product_info .flex_box2 .r {
  border-radius: 7px 7px 0 0;
  margin-top: 20px;
  /* margin-left: auto; */
  width: 100%;
  background-color: #fff;
}
main.product .product_info .flex_box2 .r .box_top {
  padding: 10px 30px;
  border-bottom: 1px solid #ccc;
}
main.product .product_info .flex_box2 .r .box_tet {
  padding: 20px 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
main.product .product_info .flex_box2 .r .box_tet .son {
  width: calc(100% / 2 - 10px * (2 - 1) / 2);
  display: flex;
}
main.product .product_info .flex_box2 .r .box_tet .son p {
  width: 100px;
  flex-shrink: 0;
}
main.product .product_info .flex_box2 .r .box_bottom {
  padding: 30px;
  padding-bottom: 50px;
}
main.product .product_info .flex_box2 .r .box_bottom .h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
main.product .product_info .flex_box2 .r .box_bottom .con p {
  line-height: 2;
}
main.product .product_info .flex_box3 {
  flex-wrap: wrap;
  border-radius: 7px 7px 0 0;
}
main.product .product_info .flex_box4 {
  flex-direction: column;
  border-radius: 7px 7px 0 0;
  background-color: #fff;
  width: 280px;
  margin-left: auto;
  padding: 20px;
}
main.product .product_info .flex_box4 h2 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
main.product .product_info .flex_box4 .top {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
main.product .product_info .flex_box4 .top span {
  padding: 0 10px;
  border-radius: 5px;
  line-height: 2;
  font-size: 12px;
  background-color: var(--color1);
  color: #fff;
  margin-right: 15px;
}
main.product .product_info .flex_box4 .top span i {
  font-size: 10px;
  margin-right: 5px;
}
main.product .product_info .flex_box4 .top a {
  transition: all 0.3s ease;
  height: 24px;
  border-radius: 24px;
  background-color: var(--color1);
  padding: 0 15px;
  color: #fff;
  display: flex;
  align-items: center;
}
main.product .product_info .flex_box4 .top a i {
  font-size: 12px;
  margin-left: 5px;
}
main.product .product_info .flex_box4 ul {
  padding-top: 10px;
}
main.product .product_info .flex_box4 ul li {
  display: flex;
}
main.product .product_info .flex_box4 ul li span {
  width: 70px;
  flex-shrink: 0;
  line-height: 2;
}
main.product .product_info .flex_box4 ul li p {
  line-height: 2;
  word-break: break-all;
}
main.product .product_info .flex_box4 .ewm {
  width: 100%;
}
main.product .product_info .flex_box4 .ewm p {
  margin: 5px 0;
  font-size: 16px;
  line-height: 2;
}
main.product .product_info .flex_box4 .ewm img {
  width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto;
}
main.product .product_info .other {
  margin-top: 20px;
  padding-bottom: 80px;
}
main.product .product_info .other h2 {
  margin-bottom: 20px;
}
main.product .product_info .other .box {
  border-radius: 7px;
  margin-top: 20px;
  padding: 20px;
  background-color: #fff;
}
main.product .product_info .other .box .img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
main.product .product_info .other .box .img:hover img {
  transform: scale(1.1);
}
main.product .product_info .other .box .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
main.product .product_info .other .box p {
  margin-top: 10px;
  text-align: center;
  height: 42px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

main.logon .section1 {
  margin-top: 15px;
}
main.logon .section1 .bx {
  box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.2);
}
main.logon .section1 .logo_box {
  width: 300px;
  /* min-height: 400px; */
  padding-bottom: 50px;
  margin: 0 auto;
}
main.logon .section1 .tab {
  border-bottom: 3px solid #e2e5e7;
  display: flex;
}
main.logon .section1 .tab li {
  flex-grow: 1;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  margin-top: 16px;
  line-height: 48px;
  position: relative;
}
main.logon .section1 .tab li::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--color1);
  transform: scaleX(0);
  transition: all 0.3s ease;
}
main.logon .section1 .tab li.on {
  font-weight: 1000;
}
main.logon .section1 .tab li.on::after {
  transform: scaleX(1);
}
main.logon .section1 .tab_con .son {
  display: none;
}
main.logon .section1 .tab_con .son.on {
  display: block;
}
main.logon .section1 .tab_con .son form {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
}
main.logon .section1 .tab_con .son form label {
  margin: 10px 0;
  position: relative;
  overflow: hidden;
}
main.logon .section1 .tab_con .son form label img,
main.logon .section1 .tab_con .son form label a,
main.logon .section1 .tab_con .son form label button {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  border-radius: 0 6px 6px 0;
  width: 100px;
  background-color: #a7a7aa;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.logon .section1 .tab_con .son form label a.code_btn {
  background-color: var(--color1);
  color: #fff;
}
main.logon .section1 .tab_con .son form input {
  border-radius: 6px;
  border: #a7a7aa 1px solid;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 14px;
}
main.logon .section1 .tab_con .son form input::placeholder {
  color: #999;
}
main.logon .section1 .tab_con .son form .btn {
  margin-top: 10px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-size: 16px;
  letter-spacing: 1px;
  cursor: pointer;
  border: var(--color1) 1px solid;
  background: var(--color1);
  color: #ffffff;
  border-radius: 6px;
}
main.logon .section1 .tab_con .son p {
  padding: 10px 0;
  text-align: center;
}
main.logon .section1 .tab_con .son p a {
  color: var(--color1);
}
main.logon .section1 .tab_con .son .qrcode {
  text-align: center;
}
main.logon .section1 .tab_con .son .qrcode .p1 {
  padding-top: 20px;
}
main.logon .section1 .tab_con .son .qrcode img {
  width: 150px;
  height: 150px;
}
main.logon .section2 {
  margin-top: 15px;
}
main.logon .section2 .bx {
  box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.2);
}
main.logon .section2 .logo_box {
  width: 440px;
  min-height: 400px;
  margin: 0 auto;
}
main.logon .section2 .logo_box .son form {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
}
main.logon .section2 .logo_box .son form label {
  margin: 10px 0;
  position: relative;
  /* overflow: hidden; */
  display: flex;
}
main.logon .section2 .logo_box .son form p {
  width: 160px;
  line-height: 40px;
  padding-right: 30px;
  text-align: right;
}
main.logon .section2 .logo_box .son form p i {
  font-style: normal;
  color: red;
}
main.logon .section2 .logo_box .son form select,
main.logon .section2 .logo_box .son form input {
  border-radius: 6px;
  border: #a7a7aa 1px solid;
  width: 100%;
  max-width: 280px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 14px;
}
main.logon .section2 .logo_box .son form select::placeholder,
main.logon .section2 .logo_box .son form input::placeholder {
  color: #999;
}
main.logon .section2 .logo_box .son form .text-danger {
  color: var(--color1);
  position: absolute;
  line-height: 40px;
  margin-left: 20px;
  left: 100%;
  white-space: nowrap;
}
main.logon .section2 .logo_box .son form .btn {
  width: 100%;
  max-width: 280px;
  margin-top: 10px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-size: 16px;
  letter-spacing: 1px;
  cursor: pointer;
  border: 1px solid var(--color1);
  background: var(--color1);
  color: #ffffff;
  border-radius: 6px;
}
main.logon .section2 .logo_box .son form a {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  border-radius: 0 6px 6px 0;
  width: 100px;
  background-color: var(--color1);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.logon .section2 .logo_box .son p {
  text-align: center;
}
main.logon .section2 .logo_box .son p a {
  color: var(--color1);
}
main.logon .section2 .tit {
  padding: 32px 0;
  position: relative;
  display: flex;
  justify-content: center;
}
main.logon .section2 .tit::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #e7e7e7;
}
main.logon .section2 .tit p {
  position: relative;
  z-index: 1;
  font-size: 24px;
  padding: 0 20px;
  background: #ffffff;
}

main.member,
main.supplier {
  flex-grow: 1;
  display: flex;
}
main.member .member_list_bj,
main.supplier .member_list_bj {
  display: none;
}
main.member .member_list,
main.supplier .member_list {
  padding-top: 48px;
  background: var(--color1);
  width: 160px;
  min-height: 100vh;
  flex-shrink: 0;
  color: #fff;
}
main.member .member_list ul,
main.supplier .member_list ul {
  margin: 10px 0 0 0;
}
main.member .member_list ul li,
main.supplier .member_list ul li {
  padding: 8px 0 8px 0;
  margin-bottom: 2px;
  transition: all 0.5s ease;
}
main.member .member_list ul li .tit,
main.supplier .member_list ul li .tit {
  padding-left: 16px;
  display: block;
  line-height: 30px;
}
main.member .member_list ul li .tit span,
main.supplier .member_list ul li .tit span {
  display: block;
  position: relative;
  padding-left: 10px;
  line-height: 30px;
}
main.member .member_list ul li .tit span::after,
main.supplier .member_list ul li .tit span::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 3px;
  height: 20px;
  background-color: #fff;
  left: 0;
}
main.member .member_list ul li .ul,
main.supplier .member_list ul li .ul {
  margin-top: 10px;
}
main.member .member_list ul li .ul .li,
main.supplier .member_list ul li .ul .li {
  line-height: 40px;
  padding-left: 30px;
  border-bottom: 1px solid rgba(148, 31, 85, 0.3215686275);
}
main.member .member_list ul li .ul .l main.supplier .member_list ul li .ul .li.on {
  border-bottom: none;
}
main.member .member_list ul li .ul .li .img,
main.supplier .member_list ul li .ul .li .img {
  display: flex;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
main.member .member_list ul li .ul .li .img img,
main.supplier .member_list ul li .ul .li .img img {
  width: 100%;
  height: 100%;
}
main.member .member_list ul li i,
main.supplier .member_list ul li i {
  margin-right: 10px;
}
main.member .member_content,
main.supplier .member_content {
  flex-grow: 1;
  width: 100%;
  padding-top: 64px;
  padding-left: 16px;
}
main.member .flex .l,
main.supplier .flex .l {
  padding: 16px;
  padding-right: 30px;
  width: 160px;
  flex-shrink: 0;
  background-color: #eeeeee;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
main.member .flex .l i,
main.supplier .flex .l i {
  color: red;
  font-style: normal;
  margin-right: 5px;
  font-size: 16px;
}
main.member .flex .r,
main.supplier .flex .r {
  padding: 16px;
  flex-grow: 1;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
main.member .flex .r .member,
main.supplier .flex .r .member {
  margin-left: 50px;
  display: flex;
  flex-direction: column;
}
main.member .flex .r .member_2,
main.supplier .flex .r .member_2 {
  display: none;
}
main.member .flex .r .member a,
main.supplier .flex .r .member a {
  display: inline-block;
  width: 100px;
  line-height: 30px;
  border-radius: 30px;
  background-color: var(--color1);
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
main.member .list,
main.supplier .list {
  height: 35px;
  overflow: hidden;
  border-bottom: var(--color1) 2px solid;
  border-left: #ededed 1px solid;
  display: flex;
}
main.member .list a,
main.supplier .list a {
  border-right: #ededed 1px solid;
  border-top: #ededed 1px solid;
  text-decoration: none;
  color: #001c30;
  height: 35px;
  line-height: 35px;
  padding: 0 15px 0 15px;
  transition: all 0.5s ease;
  border-radius: 7px 7px 0 0;
  display: block;
}
main.member .list a:hover,
main.supplier .list a:hover {
  background: #eeeeee;
}
main.member .list a.on,
main.supplier .list a.on {
  background: var(--color1);
  color: #fff;
}
main.member .section_box1 .con,
main.supplier .section_box1 .con {
  margin-bottom: 40px;
}
main.member .section_box1 .p,
main.supplier .section_box1 .p {
  width: 100%;
  margin-top: 10px;
}
main.member .section_box1 .p:nth-child(1),
main.supplier .section_box1 .p:nth-child(1) {
  margin-top: 0;
}
main.member .section_box1 .p span,
main.supplier .section_box1 .p span {
  margin-right: 10px;
}
main.member .section_box1 .file_img,
main.supplier .section_box1 .file_img {
  width: 300px;
  height: 100px;
}
main.member .section_box1 .file_img.w100,
main.supplier .section_box1 .file_img.w100 {
  width: 100px;
}
main.member .section_box1 .file_img img,
main.supplier .section_box1 .file_img img {
  width: 100%;
  height: 100%;
}
main.member .section_box1 .img_all,
main.supplier .section_box1 .img_all {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
main.member .section_box1 .img_all .box,
main.supplier .section_box1 .img_all .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main.member .section_box1 .img_all .box img,
main.supplier .section_box1 .img_all .box img {
  height: 150px;
}
main.member .section_box1 .img_all .box p,
main.supplier .section_box1 .img_all .box p {
  width: 100%;
  margin-top: 9px;
  text-align: center;
}
main.member .section_box1 .flex_box1 .img,
main.supplier .section_box1 .flex_box1 .img {
  font-size: 0;
  width: 64px;
  height: 64px;
  border-radius: 0%;
  overflow: hidden;
}
main.member .section_box1 .flex_box1 .img img,
main.supplier .section_box1 .flex_box1 .img img {
  width: 100%;
  height: 100%;
}
main.member .section_box1 .flex_box1 p,
main.supplier .section_box1 .flex_box1 p {
  padding-bottom: 16px;
}
main.member .section_box2 .con,
main.supplier .section_box2 .con {
  margin-bottom: 40px;
}
main.member .section_box2 .flex_box1 .img,
main.supplier .section_box2 .flex_box1 .img {
  width: 100px;
  height: 100px;
  border: 1px solid #cccccc;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.member .section_box2 .flex_box1 .img img,
main.supplier .section_box2 .flex_box1 .img img {
  width: 100%;
  height: 100%;
}
main.member .section_box2 .flex_box1 .img img.avatar_img,
main.supplier .section_box2 .flex_box1 .img img.avatar_img {
  position: absolute;
  top: 0;
  left: 0;
}
main.member .section_box2 .flex_box1 input[type="file"],
main.supplier .section_box2 .flex_box1 input[type="file"] {
  display: none;
}
main.member .section_box2 textarea,
main.supplier .section_box2 textarea {
  border: 1px solid #cccccc;
  border-radius: 5px;
  width: 900px;
  padding: 10px;
  resize: none;
  font-size: 14px;
}
main.member .section_box2 textarea.w50,
main.supplier .section_box2 textarea.w50 {
  width: 450px;
}
main.member .section_box2 select,
main.member .section_box2 input[type="text"],
main.member .section_box2 input[type="tel"],
main.member .section_box2 input[type="date"],
main.member .section_box2 input[type="email"],
main.supplier .section_box2 select,
main.supplier .section_box2 input[type="text"],
main.supplier .section_box2 input[type="tel"],
main.supplier .section_box2 input[type="date"],
main.supplier .section_box2 input[type="email"] {
  padding: 0 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  line-height: 30px;
  height: 30px;
  width: 300px;
}
main.member .section_box2 select.w50,
main.member .section_box2 input[type="text"].w50,
main.member .section_box2 input[type="tel"].w50,
main.member .section_box2 input[type="date"].w50,
main.member .section_box2 input[type="email"].w50,
main.supplier .section_box2 select.w50,
main.supplier .section_box2 input[type="text"].w50,
main.supplier .section_box2 input[type="tel"].w50,
main.supplier .section_box2 input[type="date"].w50,
main.supplier .section_box2 input[type="email"].w50 {
  width: 150px;
  margin-right: 10px;
}
main.member .section_box2 input[type="radio"],
main.member .section_box2 input[type="checkbox"],
main.supplier .section_box2 input[type="radio"],
main.supplier .section_box2 input[type="checkbox"] {
  margin-right: 5px;
}
main.member .section_box2 input[type="file"],
main.supplier .section_box2 input[type="file"] {
  opacity: 0;
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
main.member .section_box2 .file_img,
main.supplier .section_box2 .file_img {
  width: 300px;
  height: 100px;
  position: relative;
  border: 1px solid #cccccc;
}
main.member .section_box2 .company_images,
main.supplier .section_box2 .company_images {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 10px;
}
main.member .section_box2 .company_images.w50 img,
main.supplier .section_box2 .company_images.w50 img {
  width: 100px;
}
main.member .section_box2 .company_images div,
main.supplier .section_box2 .company_images div {
  position: relative;
}
main.member .section_box2 .company_images div i,
main.supplier .section_box2 .company_images div i {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: var(--color1);
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.member .section_box2 .file_img.w100,
main.supplier .section_box2 .file_img.w100 {
  width: 100px;
}
main.member .section_box2 .file_img i,
main.supplier .section_box2 .file_img i {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.member .section_box2 .file_img img,
main.supplier .section_box2 .file_img img {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
  z-index: 3;
}
main.member .section_box2 label,
main.supplier .section_box2 label {
  margin-right: 15px;
  display: flex;
}
main.member .section_box2 .company_images img,
main.supplier .section_box2 .company_images img {
  width: 300px;
  height: 100px;
  display: block !important;
}
main.member .section_box2 button.submit,
main.supplier .section_box2 button.submit {
  background: var(--color1);
  border: var(--color1) 1px solid;
  border-radius: 3px;
  color: #ffffff;
  padding: 6px 12px;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
}
main.member .section_box2 .p,
main.supplier .section_box2 .p {
  width: 100%;
  margin-top: 10px;
}
main.member .section_box2 .p:nth-child(1),
main.supplier .section_box2 .p:nth-child(1) {
  margin-top: 0;
}
main.member .section_box2 .tips,
main.supplier .section_box2 .tips {
  width: 100%;
  color: red;
  font-size: 12px;
  margin-left: 5px;
}
main.member .section_box3 .flex_box2 .r,
main.supplier .section_box3 .flex_box2 .r {
  position: relative;
}
main.member .section_box3 .flex_box2 i,
main.supplier .section_box3 .flex_box2 i {
  position: absolute;
  top: 50%;
  transform: translate(-30px, -50%);
  font-size: 10px;
  transition: all 0.5s ease;
}
main.member .section_box3 .flex_box2 i.on,
main.supplier .section_box3 .flex_box2 i.on {
  transform: translate(-30px, -50%) rotate(180deg);
}
main.member .section_box3 .flex_box2 .select,
main.supplier .section_box3 .flex_box2 .select {
  position: absolute;
  display: none;
}
main.member .section_box3 .flex_box2 .select ul,
main.supplier .section_box3 .flex_box2 .select ul {
  width: 300px;
  background-color: #fff;
  border: 1px solid #cccccc;
  padding: 10px 20px;
}
main.member .section_box3 .flex_box2 .select li,
main.supplier .section_box3 .flex_box2 .select li {
  line-height: 25px;
  cursor: pointer;
}
main.member .section_box3 .flex_box3 input,
main.supplier .section_box3 .flex_box3 input {
  width: 100px;
}
main.member .section_box3 .flex_box4 input,
main.supplier .section_box3 .flex_box4 input {
  width: 200px;
}
main.member .section_box3 .flex_box7 .select_box,
main.supplier .section_box3 .flex_box7 .select_box {
  position: relative;
  z-index: 1;
  width: 300px;
}
main.member .section_box3 .flex_box7 i,
main.supplier .section_box3 .flex_box7 i {
  position: absolute;
  top: 50%;
  transform: translate(-30px, -50%);
  font-size: 10px;
  transition: all 0.5s ease;
}
main.member .section_box3 .flex_box7 i.on,
main.supplier .section_box3 .flex_box7 i.on {
  transform: translate(-30px, -50%) rotate(180deg);
}
main.member .section_box3 .flex_box7 .select,
main.supplier .section_box3 .flex_box7 .select {
  background-color: #fff;
  border: 1px solid #cccccc;
  height: 30px;
  display: flex;
  align-items: center;
}
main.member .section_box3 input,
main.supplier .section_box3 input {
  padding: 0 10px;
  border: 1px solid #cccccc;
  line-height: 30px;
  width: 300px;
}
main.member .section_box3 textarea,
main.supplier .section_box3 textarea {
  padding: 10px;
  font-size: 14px;
  width: 700px;
  box-sizing: border-box;
  height: 100%;
  outline: none;
  resize: none;
  border: 1px solid #cccccc;
}
main.member .section_box3 button,
main.supplier .section_box3 button {
  background: var(--color1);
  border: var(--color1) 1px solid;
  border-radius: 3px;
  color: #ffffff;
  padding: 6px 12px;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
}
main.member .section_box4 .box,
main.supplier .section_box4 .box {
  padding: 30px;
}
main.member .section_box4 .tab_list,
main.supplier .section_box4 .tab_list {
  margin-bottom: 20px;
  display: flex;
}
main.member .section_box4 .tab_list a,
main.supplier .section_box4 .tab_list a {
  width: 100px;
  height: 24px;
  background: #999999;
  border-radius: 4px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  margin-right: 20px;
  color: #ffffff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.member .section_box4 .tab_list a.on,
main.supplier .section_box4 .tab_list a.on {
  background-color: var(--color1);
}
main.member .section_box4 .tab_list .search, main.supplier .section_box4 .tab_list .search {
    position: relative;
    display: flex;
}
main.member .section_box4 .tab_list .search input, main.supplier .section_box4 .tab_list .search input {
    border: 1px solid var(--color1);
    border-radius: 5px;
    padding: 0 10px;
    width: 200px;
}
main.member .section_box4 .tab_list .search .btn_search, main.supplier .section_box4 .tab_list .search .btn_search {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
main.member .section_box4 .tab_list .search .btn_search i, main.supplier .section_box4 .tab_list .search .btn_search i {
    display: block;
    width: 30px;
    font-size: 14px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    background: var(--color1);
    color: #fff;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
}
main.member .section_box4 .tab_list .use, main.supplier .section_box4 .tab_list .use {
    margin-left: auto;
    display: flex;
    align-items: center;
}
main.member .section_box4 .tab_list .use span, main.supplier .section_box4 .tab_list .use span{
    margin-left: 10px;
    display: block;
    height: 100%;
    padding: 0 15px;
    border-radius: 4px;
    background: var(--color1);
    color: #fff;
    cursor: pointer;
}
main.member .section_box4 .tab_con table,
main.supplier .section_box4 .tab_con table {
  border-radius: 7px 7px 0 0;
  overflow: hidden;
}
main.member .section_box4 .tab_con thead,
main.supplier .section_box4 .tab_con thead {
  background-color: #e5e5e5;
}
main.member .section_box4 .tab_con td,
main.supplier .section_box4 .tab_con td {
  text-align: center;
  word-break: break-all;
}
main.member .section_box4 .tab_con td.img,
main.supplier .section_box4 .tab_con td.img {
  width: 120px;
}
main.member .section_box4 .tab_con tbody td:nth-child(1),
main.supplier .section_box4 .tab_con tbody td:nth-child(1) {
  font-size: 0;
}
main.member .section_box4 .tab_con tbody td img,
main.supplier .section_box4 .tab_con tbody td img {
  /* max-width: 150px; */
  border-radius: 7px;
  aspect-ratio: 1/1;
}
main.member .section_box4 .tab_con .edit,
main.supplier .section_box4 .tab_con .edit {
  padding: 5px 15px;
  border-radius: 4px;
  background-color: var(--color1);
  border-color: var(--color1);
  color: #fff;
  cursor: pointer;
}
main.member .section_box4 .tab_con .del,
main.supplier .section_box4 .tab_con .del {
  padding: 5px 15px;
  border-radius: 4px;
  background-color: var(--color1);
  border-color: var(--color1);
  color: #fff;
}
main.member .section_box5 .con,
main.supplier .section_box5 .con {
  padding: 30px;
}
main.member .section_box5 .flex_box1,
main.supplier .section_box5 .flex_box1 {
  flex-wrap: wrap;
  gap: 30px 20px;
}
main.member .section_box5 .son,
main.supplier .section_box5 .son {
  width: calc(20% - 16px);
  border-radius: 7px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
}
main.member .section_box5 .img,
main.supplier .section_box5 .img {
  display: block;
  font-size: 0;
}
main.member .section_box5 .img img,
main.supplier .section_box5 .img img {
  aspect-ratio: 1/1;
  width: 100%;
}
main.member .section_box5 .tet,
main.supplier .section_box5 .tet {
  margin-top: 10px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
main.member .section_box5 p,
main.supplier .section_box5 p {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main.member .section_box5 p i,
main.supplier .section_box5 p i {
  color: var(--color1);
  font-size: 20px;
  line-height: 1;
}
main.member .section_box6 .r,
main.supplier .section_box6 .r {
  border: 1px solid #e5e5e5;
}
main.member .section_box6 .flex_box2 .l,
main.supplier .section_box6 .flex_box2 .l {
  align-items: flex-start;
}
main.member .section_box6 .con,
main.supplier .section_box6 .con {
  padding: 30px;
}
main.member .section_box6 .content,
main.supplier .section_box6 .content {
  padding: 30px;
}
main.member .section_box6 .son,
main.supplier .section_box6 .son {
  margin-bottom: 30px;
  display: flex;
}
main.member .section_box6 .img,
main.supplier .section_box6 .img {
  width: 50px;
  height: 50px;
}
main.member .section_box6 .img img,
main.supplier .section_box6 .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
main.member .section_box6 .text,
main.supplier .section_box6 .text {
  margin-left: 20px;
  flex-grow: 1;
}
main.member .section_box6 .text h4,
main.supplier .section_box6 .text h4 {
  line-height: 2;
}
main.member .section_box7 .con,
main.supplier .section_box7 .con {
  padding: 30px;
}
main.member .section_box7 table,
main.supplier .section_box7 table {
  border-radius: 7px 7px 0 0;
  overflow: hidden;
}
main.member .section_box7 thead,
main.supplier .section_box7 thead {
  background-color: #e5e5e5;
}
main.member .section_box7 td,
main.supplier .section_box7 td {
  text-align: center;
}
main.member .section_box7 tbody td:nth-child(1),
main.supplier .section_box7 tbody td:nth-child(1) {
  font-size: 0;
  padding: 20px 40px;
}
main.member .section_box7 tbody img,
main.supplier .section_box7 tbody img {
  aspect-ratio: 1/1;
}
main.member .section_box7 .name,
main.supplier .section_box7 .name {
  transition: all 0.5s ease;
}
main.member .section_box7 .name:hover,
main.supplier .section_box7 .name:hover {
  color: #f56c6c;
}
main.member .section_box7 .edit,
main.supplier .section_box7 .edit {
  padding: 5px 15px;
  border-radius: 4px;
  background-color: var(--color1);
  border-color: var(--color1);
  color: #fff;
  cursor: pointer;
}
main.member .section_box7 .edit i,
main.supplier .section_box7 .edit i {
  color: #fff;
  font-size: 16px;
}
main.member .section_box7 .del,
main.supplier .section_box7 .del {
  padding: 5px 15px;
  border-radius: 4px;
  background-color: var(--color1);
  border-color: var(--color1);
  color: #fff;
}
main.member .section_box8 .con,
main.supplier .section_box8 .con {
  padding: 30px;
}
main.member .section_box8 .con label span,
main.supplier .section_box8 .con label span {
  font-weight: bold;
}
main.member .section_box8 .con .input,
main.supplier .section_box8 .con .input {
  margin-top: 10px;
  width: 250px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid rgba(204, 204, 204, 0.4509803922);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main.member .section_box8 .con .input2,
main.supplier .section_box8 .con .input2 {
  margin-top: 10px;
  width: 250px;
  height: 30px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main.member .section_box8 .con button,
main.supplier .section_box8 .con button {
  color: var(--color1);
}

main.supplier .section_box7 tbody td:nth-child(1) {
  font-size: 14px;
  padding: 10px;
}
main.supplier .section_box7 tbody img {
  aspect-ratio: 1/1;
}

main.shops .head_info .flex_box1 {
  align-items: center;
  height: 120px;
}
main.shops .head_info .img {
  width: 100px;
  height: 100px;
  margin-right: 20px;
}
main.shops .head_info .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
main.shops .head_info .text {
  width: 610px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
main.shops .head_info .text h1 {
  width: 100%;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 24px;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
main.shops .head_info .text span {
  background-color: var(--color1);
  color: #fff;
  border-radius: 5px;
  padding: 0 15px;
  line-height: 25px;
  display: flex;
  align-items: center;
}
main.shops .head_info .text span i {
  font-size: 10px;
  margin-right: 5px;
}
main.shops .head_info .text a {
  height: 20px;
  line-height: 20px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #cccccc;
  padding: 0 10px;
  font-size: 14px;
  color: var(--color1);
  cursor: pointer;
  display: flex;
}
main.shops .head_info .text a i,
main.shops .head_info .text a span {
  line-height: 20px;
}
main.shops .head_info .text a i {
  font-size: 15px;
  margin-right: 4px;
}
main.shops .head_info .search {
  display: flex;
}
main.shops .head_info .search form {
  margin-right: 10px;
  width: 300px;
  height: 38px;
  border: 1px solid var(--color1);
  display: flex;
}
main.shops .head_info .search input {
  width: 100%;
  background: #eeeeee;
  padding: 0 10px;
}
main.shops .head_info .search .but {
  flex-shrink: 0;
  color: #fff;
  background: var(--color1);
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
main.shops .head_info .search .but i {
  margin-right: 6px;
}
main.shops .head_info .but {
  margin-left: auto;
  display: flex;
}
main.shops .head_info .but a {
  color: #fff;
  background-color: var(--color1);
  border-radius: 35px;
  padding: 0 25px;
  line-height: 35px;
  margin-left: 20px;
  display: flex;
}
main.shops .nav {
  background-color: var(--color1);
  color: #fff;
}
main.shops .nav .flex_box1 {
  align-items: center;
  height: 40px;
}
main.shops .nav a {
  width: 140px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  transition: all 0.5s ease;
  position: relative;
}
main.shops .nav a:hover {
  background-color: #ff4f9f;
}
main.shops .nav a::after {
  content: "";
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #f2f2f2;
  bottom: 0;
  left: calc(50% - 3px);
  opacity: 0;
}
main.shops .nav a.on {
  background-color: #ff4f9f;
}
main.shops .nav a.on::after {
  opacity: 1;
}
main.shops .section1 {
  background-color: #f2f2f2;
}
main.shops .section1 .flex_box1 .l {
  margin-top: 20px;
  width: 280px;
}
main.shops .section1 .flex_box1 .l .info {
  background: #ffffff;
  padding: 30px;
}
main.shops .section1 .flex_box1 .l .info h2 {
  padding: 0 0 14px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  border-bottom: 1px solid #cccccc;
}
main.shops .section1 .flex_box1 .l .info .flex_box2 {
  line-height: 1.5;
  margin-bottom: 12px;
}
main.shops .section1 .flex_box1 .l .info .flex_box2 .tit {
  flex-shrink: 0;
  width: 56px;
  color: #999999;
  margin-right: 10px;
}
main.shops .section1 .flex_box1 .l .info .flex_box2 .con {
  color: #666666;
  width: 150px;
  word-wrap: break-word;
}
main.shops .section1 .flex_box1 .l .sticky {
  margin-top: 20px;
  position: sticky;
  top: 20px;
}
main.shops .section1 .flex_box1 .l .sticky h2 {
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--color1);
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  border-radius: 7px 7px 0 0;
}
main.shops .section1 .flex_box1 .l .sticky form {
  background-color: #fff;
  padding: 30px;
}
main.shops .section1 .flex_box1 .l .sticky label {
  margin-bottom: 15px;
  display: flex;
}
main.shops .section1 .flex_box1 .l .sticky label span {
  line-height: 2;
  width: 70px;
}
main.shops .section1 .flex_box1 .l .sticky label input {
  line-height: 2;
  width: 150px;
  padding: 0px 6px;
  background: #f2f2f2;
}
main.shops .section1 .flex_box1 .l .sticky label textarea {
  line-height: 2;
  width: 150px;
  min-height: 100px;
  padding: 0px 6px;
  background: #f2f2f2;
  resize: none;
}
main.shops .section1 .flex_box1 .l .sticky button {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  width: 220px;
  height: 30px;
  background: var(--color1);
  border-radius: 15px;
  line-height: 30px;
}
main.shops .section1 .flex_box1 .r {
  margin-left: auto;
  width: 100%;
}
main.shops .section1 .flex_box1 .r .h3 {
  padding: 20px 40px;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main.shops .section1 .flex_box1 .r .h3 a {
  padding: 5px 20px;
  padding-right: 10px;
  font-size: 12px;
  border-radius: 20px;
  color: #fff;
  background-color: var(--color1);
  display: flex;
  align-items: center;
}
main.shops .section1 .flex_box1 .r .h3 a i {
  font-size: 9px;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  border-radius: 50%;
  color: #fff;
  transition: all 0.5s ease;
  margin-left: 6px;
}
main.shops .section1 .flex_box1 .r .h3 a:hover i {
  background-color: var(--color1);
}
main.shops .section1 .flex_box1 .r .con {
  padding: 30px 40px;
}
main.shops .section1 .flex_box1 .r .con p {
  line-height: 35px;
}
main.shops .section1 .flex_box1 .r .banner {
  margin-top: 20px;
  width: 1200px;
  height: 400px;
}
main.shops .section1 .flex_box1 .r .banner .mySwiper1 {
  height: 100%;
}
main.shops .section1 .flex_box1 .r .banner .mySwiper1 img {
  width: 100%;
  height: 100%;
}
main.shops .section1 .flex_box1 .r .banner .button {
  width: 40px;
}
main.shops .section1 .flex_box1 .r .banner .button::after {
  display: none;
}
main.shops .section1 .flex_box1 .r .banner .button i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  color: var(--color1);
  border: 3px solid var(--color1);
  cursor: pointer;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.shops .section1 .flex_box1 .r .box_1 {
  width: 100%;
  background-color: #fff;
  margin-top: 20px;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
}
main.shops .section1 .flex_box1 .r .box_1 .con {
  padding: 0;
  margin: 30px 40px;
  /*max-height: 224px;*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
main.shops .section1 .flex_box1 .r .box_1 .a {
  padding: 20px 40px 40px;
  color: var(--color1);
}
main.shops .section1 .flex_box1 .r .box_2 {
  width: 100%;
  background-color: #fff;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
main.shops .section1 .flex_box1 .r .box_2 .list {
  margin: 30px 40px 40px;
  display: flex;
  flex-wrap: wrap;
}
main.shops .section1 .flex_box1 .r .box_2 .list a {
  color: #666666;
  font-size: 14px;
  margin-right: 30px;
  margin-bottom: 12px;
  transition: all 0.5s ease;
}
main.shops .section1 .flex_box1 .r .box_2 .list a:hover {
  color: var(--color1);
}
main.shops .section1 .flex_box1 .r .box_2 .list .num {
  color: var(--color1);
}
main.shops .section1 .flex_box1 .r .box_3 {
  width: 100%;
  background-color: #fff;
  margin-top: 20px;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
}
main.shops .section1 .flex_box1 .r .box_3 .flex_box1 {
  flex-wrap: wrap;
  gap: 30px 40px;
}
main.shops .section1 .flex_box1 .r .box_3 .flex_box1 .son {
  width: calc(100% / 5 - 40px * (5 - 1) / 5);
}
main.shops .section1 .flex_box1 .r .box_3 .flex_box1 .img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
main.shops .section1 .flex_box1 .r .box_3 .flex_box1 .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
main.shops .section1 .flex_box1 .r .box_3 .flex_box1 .img:hover img {
  transform: scale(1.05);
}
main.shops .section1 .flex_box1 .r .box_3 .flex_box1 .tit {
  margin-top: 10px;
  line-height: 20px;
  height: 40px;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s ease;
}
main.shops .section1 .flex_box1 .r .box_3 .flex_box1 .tit:hover {
  color: var(--color1);
}
main.shops .section1 .flex_box1 .r .box_3 .flex_box1 .but {
  display: block;
  margin-top: 10px;
  width: 120px;
  height: 30px;
  text-align: center;
  background: var(--color1);
  border-radius: 15px 15px 15px 15px;
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
  border: none;
}
main.shops .section1 .flex_box1 .r .box_4,
main.shops .section1 .flex_box1 .r .box_5 {
  width: 100%;
  background-color: #fff;
  margin-top: 20px;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
}
main.shops .section1 .flex_box1 .r .box_4 .flex_box1,
main.shops .section1 .flex_box1 .r .box_5 .flex_box1 {
  margin-bottom: 12px;
}
main.shops .section1 .flex_box1 .r .box_4 .flex_box1 span,
main.shops .section1 .flex_box1 .r .box_5 .flex_box1 span {
  line-height: 2;
  flex-shrink: 0;
  color: #999999;
}
main.shops .section1 .flex_box1 .r .box_6 {
  width: 100%;
  background-color: #fff;
  margin-top: 20px;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
}
main.shops .section1 .flex_box1 .r .box_7 {
  width: 100%;
  background-color: #fff;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
main.shops .section1 .flex_box1 .r .box_7 .flex_box1 {
  flex-wrap: wrap;
}
main.shops .section1 .flex_box1 .r .box_7 .flex_box1 a {
  width: 100%;
  line-height: 40px;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
}
main.shops .section1 .flex_box1 .r .box_7 .flex_box1 a:hover {
  color: var(--color1);
}
main.shops .section1 .flex_box1 .r .box_7 .flex_box1 p {
  line-height: 40px;
  width: 600px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.5s ease;
}
main.shops .section1 .flex_box1 .r .box_7 .flex_box1 span {
  font-size: 12px;
  margin-left: auto;
  line-height: 40px;
}
main.shops .section1 .flex_box1 .r .box_8 {
  width: 100%;
  background-color: #fff;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
main.shops .section1 .flex_box1 .r .box_8 .flex_box1 {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0;
}
main.shops .section1 .flex_box1 .r .box_8 .son {
  width: 260px;
  cursor: pointer;
}
main.shops .section1 .flex_box1 .r .box_8 .img {
  font-size: 0;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: relative;
}
main.shops .section1 .flex_box1 .r .box_8 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 7px;
}
main.shops .section1 .flex_box1 .r .box_8 .tet {
  margin-top: 10px;
  line-height: 20px;
  height: 40px;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
main.shops .section2 .tab {
  border-top: none;
  border-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
main.shops .section2 .tab_m {
  display: none;
}
main.shops .section2 .tab .son {
  width: calc(100% / 8 - 10px * (8 - 1) / 8);
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
  background-color: rgba(229, 47, 130, 0.1019607843);
}
main.shops .section2 .tab .son.on {
  background-color: var(--color1);
  color: #fff;
}
main.shops .section2 .tab_con {
  margin-top: 20px;
}
main.shops .section2 .tab_con .son {
  display: none;
}
main.shops .section2 .tab_con .son.on {
  display: block;
}
main.shops .section2 .tab_con .flex_box1 {
  flex-wrap: wrap;
  gap: 35px 30px;
}
main.shops .section2 .tab_con .flex_box1 .info {
  width: calc(100% / 3 - 30px * (3 - 1) / 3);
  border: 1px solid rgba(204, 204, 204, 0.4509803922);
  padding: 20px;
  border-radius: 7px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
main.shops .section2 .tab_con .flex_box1 .info .top {
  display: flex;
}
main.shops .section2 .tab_con .flex_box1 .info .top .img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  flex-shrink: 0;
}
main.shops .section2 .tab_con .flex_box1 .info .top .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
main.shops .section2 .tab_con .flex_box1 .info .top .tet {
  flex-grow: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
main.shops .section2 .tab_con .flex_box1 .info .top h3 {
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
main.shops .section2 .tab_con .flex_box1 .info .top .but {
  margin-top: auto;
  display: flex;
  align-items: center;
}
main.shops .section2 .tab_con .flex_box1 .info .top .but p {
  margin-right: auto;
  line-height: 25px;
  display: flex;
  align-items: center;
}
main.shops .section2 .tab_con .flex_box1 .info .top .but p i {
  font-size: 10px;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--color1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.shops .section2 .tab_con .flex_box1 .info .top .but a {
  margin-left: auto;
  display: block;
  line-height: 25px;
  padding: 0 20px;
  border-radius: 25px;
  background-color: var(--color1);
  color: #fff;
}
main.shops .section2 .tab_con .flex_box1 .info .p {
  margin-top: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  line-height: 21px;
}
main.shops .section2 .tab_con .flex_box1 .info .p i {
  margin-right: 5px;
  color: var(--color1);
}
main.shops .section2 .tab_con .flex_box1 .info .p span {
  line-height: 21px;
}
main.shops .section2 .tab_con .flex_box1 .info .bottom {
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
main.shops .section2 .tab_con .flex_box1 .info .bottom .son_info {
  width: calc(100% / 3 - 20px * (3 - 1) / 3);
  display: block;
}
main.shops .section2 .tab_con .flex_box1 .info .bottom .son_info:hover .img img {
  transform: scale(1.1);
}
main.shops .section2 .tab_con .flex_box1 .info .bottom .son_info .img {
  font-size: 0;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
main.shops .section2 .tab_con .flex_box1 .info .bottom .son_info .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
main.shops .section2 .tab_con .flex_box1 .info .bottom .son_info p {
  margin-top: 10px;
  line-height: 20px;
  height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
main.shops .section3 .title {
  display: flex;
  align-items: center;
}
main.shops .section3 .title span {
  padding: 0 20px;
  background-color: var(--color1);
  color: #fff;
  line-height: 40px;
  font-size: 18px;
  font-weight: normal;
}
main.shops .section3 .title a {
  font-weight: normal;
  font-size: 14px;
  margin-left: auto;
}
main.shops .section3 .title a i {
  font-size: 14px;
}
main.shops .section3 .h2 {
  font-size: 18px;
  color: #333;
}
main.shops .section3 .flex_box1 {
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
main.shops .section3 .flex_box1 .son {
  width: calc(100% / 3 - 20px * (3 - 1) / 3);
  border: 1px solid rgba(204, 204, 204, 0.4509803922);
  border-radius: 7px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
main.shops .section3 .flex_box1 .son .img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
}
main.shops .section3 .flex_box1 .son .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
main.shops .section3 .flex_box1 .son .tet {
  font-size: 16px;
  line-height: 2;
  padding: 0 20px;
  margin: 10px 0;
  text-align: center;
  width: 100%;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
main.shops .section3 .flex_box1 .son .p1 {
  padding: 0 20px;
  line-height: 25px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
main.shops .section3 .flex_box1 .son .p1 i {
  font-size: 10px;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--color1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.shops .section3 .flex_box1 .son .but {
  padding: 0 20px 20px;
  display: flex;
  align-items: center;
}
main.shops .section3 .flex_box1 .son .but .p {
  padding-right: 10px;
  line-height: 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
main.shops .section3 .flex_box1 .son .but a {
  flex-shrink: 0;
  margin-left: auto;
  display: block;
  line-height: 25px;
  padding: 0 15px;
  border-radius: 25px;
  background-color: var(--color1);
  color: #fff;
}
main.shops .section4 .bx {
  background-image: url(../image/bj3.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  padding: 20px;
}
main.shops .section4 .bx::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(229, 47, 130, 0.4588235294);
}
main.shops .section4 .relative {
  position: relative;
  z-index: 10;
}
main.shops .section4 h2 {
  font-size: 20px;
}
main.shops .section4 .flex_box1 {
  align-items: center;
}
main.shops .section4 .flex_box1 .l {
  padding-left: 40px;
}
main.shops .section4 .flex_box1 .l a {
  display: block;
  line-height: 40px;
  font-size: 20px;
}
main.shops .section4 .flex_box1 .r {
  margin-left: auto;
}
main.shops .section4 .flex_box1 .r form {
  width: 600px;
  padding: 30px;
  border: 1px solid rgba(204, 204, 204, 0.4509803922);
  background-color: #fff;
  color: #333;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main.shops .section4 .flex_box1 .r form h3 {
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
}
main.shops .section4 .flex_box1 .r form .label1 {
  width: 100%;
  margin-bottom: 20px;
}
main.shops .section4 .flex_box1 .r form .label2 {
  width: 48%;
  margin-bottom: 20px;
}
main.shops .section4 .flex_box1 .r form .label3 {
  width: 31%;
  margin-bottom: 20px;
}
main.shops .section4 .flex_box1 .r form .label2 p {
  margin-bottom: 5px;
}
main.shops .section4 .flex_box1 .r form input,
main.shops .section4 .flex_box1 .r form select {
  width: 100%;
  height: 40px;
  border: 1px solid rgba(204, 204, 204, 0.4509803922);
  border-radius: 7px;
  padding: 0 20px;
  /*text-align: center;*/
}
main.shops .section4 .flex_box1 .r form button {
  width: 48%;
  line-height: 40px;
  text-align: center;
  background-color: var(--color1);
  color: #fff;
  border-radius: 7px;
}
main.shops .section5 .flex_box1 {
  gap: 10px;
}
main.shops .section5 .flex_box1 .son {
  width: calc(100% / 6 - 10px * (6 - 1) / 6);
  border: 1px solid rgba(204, 204, 204, 0.4509803922);
}
main.shops .section5 .flex_box1 .son a {
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main.shops .section5 .flex_box1 .son a .img {
  font-size: 0;
  height: 60px;
}
main.shops .section5 .flex_box1 .son a .img img {
  height: 60px;
}
main.shops .section5 .flex_box1 .son a p {
  margin-top: 10px;
  color: #333;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
main.shops .section6 {
  /*background-color: #efefef;*/
  /*border: 1px solid rgba(204, 204, 204, 0.4509803922);*/
}
main.shops .section6 .bx {
  padding: 30px;
  border-radius: 7px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
main.shops .section6 .tit {
  flex-shrink: 0;
  width: 85px;
  line-height: 30px;
}
main.shops .section6 .flex_box1 {
  align-items: center;
  padding: 5px 0;
}
main.shops .section6 .flex_box1 a {
  line-height: 30px;
  padding: 0 20px;
  padding-right: 10px;
  border: 1px solid var(--color1);
  background-color: var(--color1);
  color: #fff;
  border-radius: 30px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
main.shops .section6 .flex_box1 a span {
  line-height: 30px;
}
main.shops .section6 .flex_box1 a i {
  margin-left: 10px;
  font-size: 10px;
}
main.shops .section6 .flex_box2 {
  align-items: flex-start;
  padding: 5px 0;
}
main.shops .section6 .flex_box2 .ul_box {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
}
main.shops .section6 .flex_box2 a {
  line-height: 28px;
  /*padding: 0 20px;*/
  /*border: 1px solid var(--color1);*/
  background-color: #fff;
  border-radius: 28px;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
main.shops .section6 .flex_box2 .but {
  flex-shrink: 0;
  margin-left: auto;
  height: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
main.shops .section6 .flex_box2 .but.on i {
  transform: rotate(180deg);
}
main.shops .section6 .flex_box2 .but i {
  transition: all 0.5s ease;
  margin-left: 5px;
  font-size: 6px;
}
main.shops .section6 .flex_box3 {
  align-items: flex-start;
  padding: 5px 0;
}
main.shops .section6 .flex_box3 .ul_box {
  display: flex;
}
main.shops .section6 .flex_box3 select {
  height: 30px;
  line-height: 30px;
  padding: 0 11px;
  border: 1px solid var(--color1);
  background-color: #fff;
  border-radius: 5px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
main.shops .section7 .son {
  margin-bottom: 30px;
  height: 180px;
  background-color: #fff;
  display: flex;
}
main.shops .section7 .son .img_logo {
  border: 1px solid rgba(204, 204, 204, 0.4509803922);
  width: 180px;
  height: 180px;
  padding: 10px;
  flex-shrink: 0;
}
main.shops .section7 .son .img_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
main.shops .section7 .son .tet {
  flex-grow: 1;
  margin-left: 10px;
  max-width: 470px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main.shops .section7 .son .tet h2 {
  font-size: 16px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
main.shops .section7 .son .tet p {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
  align-items: center;
}
main.shops .section7 .son .tet p i {
  margin-right: 5px;
  color: var(--color1);
  line-height: 21px;
}
main.shops .section7 .son .tet p span {
  margin-right: 15px;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
}
main.shops .section7 .son .list {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
main.shops .section7 .son .list a {
  display: block;
  width: 120px;
  margin-left: 20px;
}
main.shops .section7 .son .list a:nth-child(1) {
  margin-left: 0;
}
main.shops .section7 .son .list .img {
  width: 120px;
  height: 120px;
  border: 1px solid rgba(204, 204, 204, 0.4509803922);
}
main.shops .section7 .son .list p {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

main.footer_info.color {
  background-color: #f2f2f2;
}
main.footer_info .h2 {
  font-size: 20px;
  color: #333;
}
main.footer_info .section1 .flex_box1 .l {
  width: 220px;
  margin-right: auto;
}
main.footer_info .section1 .flex_box1 .l h2 {
  background-color: var(--color1);
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 7px 7px 0 0;
}
main.footer_info .section1 .flex_box1 .l ul {
  background-color: #fff;
}
main.footer_info .section1 .flex_box1 .l a {
  display: block;
  line-height: 40px;
  padding-left: 40px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s ease;
  border-bottom: 1px solid rgba(204, 204, 204, 0.4901960784);
}
main.footer_info .section1 .flex_box1 .l a.on,
main.footer_info .section1 .flex_box1 .l a:hover {
  background-color: var(--color1);
  color: #fff;
}
main.footer_info .section1 .flex_box1 .r {
  width: 950px;
  margin-left: auto;
  background-color: #fff;
  padding: 40px 50px 80px 50px;
}
main.footer_info .section1 .flex_box1 .r .tit {
  font-size: 18px;
  padding-bottom: 34px;
  font-weight: normal;
  border-bottom: 1px dashed rgb(204, 204, 204);
}
main.footer_info .section1 .flex_box1 .r .con {
  padding-top: 35px;
}
main.footer_info .section1 .flex_box1 .r .con p {
  line-height: 2;
}
main.footer_info .section2 .tit {
  width: 100%;
  text-align: center;
  background: #fff;
  line-height: 40px;
  font-size: 18px;
}
main.footer_info .section2 .flex_box1 {
  margin-top: 20px;
}
main.footer_info .section2 .flex_box1 .suppliers {
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: var(--color1);
  color: #fff;
}
main.footer_info .section2 .flex_box1 ul {
  display: flex;
}
main.footer_info .section2 .flex_box1 ul li {
  margin-left: 10px;
}
main.footer_info .section2 .flex_box1 ul a {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: block;
  background-color: #fff;
}
main.footer_info .section2 .flex_box1 ul a.on,
main.footer_info .section2 .flex_box1 ul a:hover {
  background-color: var(--color1);
  color: #fff;
}
main.footer_info .section2 .flex_box2 {
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 20px;
}
main.footer_info .section2 .flex_box2 a {
  width: calc(100% / 3 - 5px * (3 - 1) / 3);
  background-color: #fff;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s ease;
}
main.footer_info .section2 .flex_box2 a:hover {
  color: var(--color1);
}
main.footer_info .section2 .other {
  margin-top: 30px;
}
main.footer_info .section2 .other .box {
  margin-top: 20px;
  padding: 20px;
  background-color: #fff;
}
main.footer_info .section2 .other .mySwiper1 a {
  display: block;
  width: 100%;
}
main.footer_info .section2 .other .mySwiper1 a .img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
main.footer_info .section2 .other .mySwiper1 a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
main.footer_info .section2 .other .mySwiper1 a p {
  margin-top: 10px;
  text-align: center;
  height: 42px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
main.footer_info .section2 .other .flex_box3 {
  flex-wrap: wrap;
  gap: 20px;
}
main.footer_info .section2 .other .flex_box3 a {
  width: calc(100% / 6 - 20px * (6 - 1) / 6);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s ease;
}
main.footer_info .section2 .other .flex_box3 a:hover {
  color: var(--color1);
}

main.news.color {
  background-color: #f2f2f2;
}
main.news .section1 .flex_box1 {
  padding-top: 20px;
}
main.news .section1 .flex_box1 .l {
  width: 900px;
  background-color: #fff;
  padding: 40px 50px;
}
main.news .section1 .flex_box1 .l .classify {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 30px;
  display: flex;
}
main.news .section1 .flex_box1 .l .classify ul {
  overflow: hidden;
  transition: all 0.5s ease;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
main.news .section1 .flex_box1 .l .classify a {
  line-height: 20px;
  display: block;
  font-size: 16px;
  transition: all 0.5s ease;
}
main.news .section1 .flex_box1 .l .classify a.on,
main.news .section1 .flex_box1 .l .classify a:hover {
  color: var(--color1);
}
main.news .section1 .flex_box1 .l .classify i {
  font-size: 8px;
  line-height: 20px;
}
main.news .section1 .flex_box1 .l .classify i::before {
  display: block;
  transition: all 0.5s ease;
}
main.news .section1 .flex_box1 .l .classify i.on::before {
  transform: rotate(180deg);
}
main.news .section1 .flex_box1 .l .news_list .son {
  padding: 30px 0;
  border-bottom: 1px dashed #d9d9d9;
  display: flex;
}
main.news .section1 .flex_box1 .l .news_list .son:nth-child(1) {
  padding-top: 0;
}
main.news .section1 .flex_box1 .l .news_list .son:hover .img img {
  transform: scale(1.05);
}
main.news .section1 .flex_box1 .l .news_list .son:hover .text h3 {
  color: var(--color1);
}
main.news .section1 .flex_box1 .l .news_list .son:hover .text .bottom a {
  color: var(--color1);
}
main.news .section1 .flex_box1 .l .news_list .son .img {
  flex-shrink: 0;
  font-size: 0;
  width: 220px;
  height: 150px;
  margin-right: 30px;
  border-radius: 7px;
  overflow: hidden;
}
main.news .section1 .flex_box1 .l .news_list .son .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
main.news .section1 .flex_box1 .l .news_list .son .text {
  padding-bottom: 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main.news .section1 .flex_box1 .l .news_list .son .text h3 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s ease;
}
main.news .section1 .flex_box1 .l .news_list .son .text p {
  color: #999999;
  margin-top: 15px;
  font-size: 12px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 48px;
}
main.news .section1 .flex_box1 .l .news_list .son .text .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main.news .section1 .flex_box1 .l .news_list .son .text .bottom .item {
  font-size: 12px;
}
main.news .section1 .flex_box1 .l .news_list .son .text .bottom a {
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
}
main.news .section1 .flex_box1 .l .news_list .son .text .bottom a span {
  margin: 0 5px;
  font-size: 12px;
}
main.news .section1 .flex_box1 .l .news_list .son .text .bottom a i {
  line-height: 1;
}
main.news .section1 .flex_box1 .l .news_list .son .text .bottom a .icon-xm1 {
  font-size: 12px;
}
main.news .section1 .flex_box1 .l .but {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
main.news .section1 .flex_box1 .l .but a {
  display: block;
  width: 200px;
  line-height: 40px;
  border-radius: 40px;
  background-color: var(--color1);
  color: #fff;
  text-align: center;
}
main.news .section1 .flex_box1 .l .but a i {
  margin-left: 20px;
}
main.news .section1 .flex_box1 .r {
  width: 280px;
  margin-left: auto;
}
main.news .section1 .flex_box1 .r .box_1 {
  background-color: #fff;
}
main.news .section1 .flex_box1 .r .info_box {
  padding-top: 20px;
}
main.news .section1 .flex_box1 .r .son {
  padding: 0 20px 30px;
}
main.news .section1 .flex_box1 .r .son:hover .img img {
  transform: scale(1.05);
}
main.news .section1 .flex_box1 .r .son:hover p {
  color: var(--color1);
}
main.news .section1 .flex_box1 .r .son .img {
  height: 150px;
  overflow: hidden;
  border-radius: 7px;
}
main.news .section1 .flex_box1 .r .son .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
main.news .section1 .flex_box1 .r .son p {
  margin-top: 10px;
  line-height: 20px;
  height: 20px;
  font-size: 13px;
  transition: all 0.5s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
main.news .section2 .flex_box1 .l {
  width: 900px;
  background-color: #fff;
  padding: 40px 30px;
}
main.news .section2 .flex_box1 .l .info {
  width: 100%;
}
main.news .section2 .flex_box1 .l .info .tit {
  text-align: center;
}
main.news .section2 .flex_box1 .l .p {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
main.news .section2 .flex_box1 .l .p span {
  margin-right: 20px;
}
main.news .section2 .flex_box1 .l .con {
  margin-top: 40px;
}
main.news .section2 .flex_box1 .l .con p {
  line-height: 2;
}
main.news .section2 .flex_box1 .r {
  width: 280px;
  margin-left: auto;
}
main.news .section2 .flex_box1 .r .box_1 {
  background-color: #fff;
}
main.news .section2 .flex_box1 .r .info_box {
  padding-top: 20px;
}
main.news .section2 .flex_box1 .r .son {
  padding: 0 20px 20px;
}
main.news .section2 .flex_box1 .r .son .img {
  height: 110px;
}
main.news .section2 .flex_box1 .r .son .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.news .section2 .flex_box1 .r .son p {
  margin-top: 10px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
main.news .section3 .flex_box1 .l {
  width: 900px;
  background-color: #fff;
}
main.news .section3 .flex_box1 .l .news_list .son {
  padding: 30px 60px 30px 40px;
  border-bottom: 1px dashed #d9d9d9;
  display: flex;
}
main.news .section3 .flex_box1 .l .news_list .son .img {
  width: 120px;
  height: 120px;
}
main.news .section3 .flex_box1 .l .news_list .son h3 {
  display: flex;
  align-items: center;
}
main.news .section3 .flex_box1 .l .news_list .son h3:hover span {
  color: var(--color1);
}
main.news .section3 .flex_box1 .l .news_list .son h3 i {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  background-color: var(--color1);
  display: block;
  margin-right: 20px;
}
main.news .section3 .flex_box1 .l .news_list .son h3 span {
  flex-grow: 1;
  font-size: 18px;
  transition: all 0.5s ease;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
main.news .section3 .flex_box1 .l .news_list .son .info {
  padding-left: 30px;
  padding-top: 30px;
}
main.news .section3 .flex_box1 .l .news_list .son .info p {
  line-height: 2;
  max-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
main.news .section3 .flex_box1 .l .news_list .son .info .but {
  margin-top: 20px;
  text-align: right;
}
main.news .section3 .flex_box1 .r {
  width: 280px;
  margin-left: auto;
}
main.news .section3 .flex_box1 .r .box_1 {
  background-color: #fff;
}
main.news .section3 .flex_box1 .r .info_box {
  padding-top: 20px;
}
main.news .section3 .flex_box1 .r .son {
  padding: 0 20px 20px;
}
main.news .section3 .flex_box1 .r .son .img {
  height: 110px;
}
main.news .section3 .flex_box1 .r .son .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.news .section3 .flex_box1 .r .son p {
  margin-top: 10px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
main.news .section4 .flex_box1 .l {
  border-radius: 5px;
  width: 900px;
  padding: 20px;
  background-color: #fff;
}
main.news .section4 .flex_box1 .l .tit {
  margin: 0;
  height: 30px;
  border: 0;
}
main.news .section4 .flex_box1 .l .flex_box2 {
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
main.news .section4 .flex_box1 .l .flex_box2 .son {
  width: calc(100% / 3 - 20px * (3 - 1) / 3);
  display: flex;
}
main.news .section4 .flex_box1 .l .flex_box2 .son .img {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 5px;
  overflow: hidden;
}
main.news .section4 .flex_box1 .l .flex_box2 .son .img:hover img {
  transform: scale(1.05);
}
main.news .section4 .flex_box1 .l .flex_box2 .son .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
main.news .section4 .flex_box1 .l .flex_box2 .son .text {
  flex-grow: 0;
  margin-left: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main.news .section4 .flex_box1 .l .flex_box2 .son .text h3 {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px;
  transition: all 0.5s ease;
}
main.news .section4 .flex_box1 .l .flex_box2 .son .text h3:hover {
  color: var(--color1);
}
main.news .section4 .flex_box1 .l .flex_box2 .son .text p {
  line-height: 2;
  font-size: 12px;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
main.news .section4 .flex_box1 .r {
  padding: 20px;
  width: 280px;
  margin-left: auto;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main.news .section4 .flex_box1 .r .son {
  display: flex;
  align-items: center;
}
main.news .section4 .flex_box1 .r .img {
  flex-shrink: 0;
  height: 75px;
}
main.news .section4 .flex_box1 .r p {
  margin-left: 10px;
}

main.activity.color {
  background-color: #f2f2f2;
}
main.activity .h2 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
main.activity .title {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main.activity .title h2 {
  margin: 0;
}
main.activity .title .more {
  margin-left: auto;
  display: flex;
  align-items: center;
}
main.activity .title .more span {
  color: var(--color1);
}
main.activity .title .more i {
  width: 15px;
  height: 15px;
  border-radius: 20px;
  background-color: var(--color1);
  color: #fff;
  line-height: 1;
  margin-left: 10px;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.activity .section1 .flex_box1 {
  flex-direction: column;
}
main.activity .section1 .flex_box1 .son {
  margin-bottom: 30px;
  width: 100%;
  border-radius: 7px;
  position: relative;
  overflow: hidden;
  display: flex;
}
main.activity .section1 .flex_box1 .son:hover::after {
  width: 100%;
  left: 0;
}
main.activity .section1 .flex_box1 .son::after {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 0;
  background-color: #f4f4f4;
  transition: all 0.5s linear;
}
main.activity .section1 .flex_box1 .img {
  flex-shrink: 0;
  display: block;
  width: 350px;
  height: 220px;
  border-radius: 7px;
  overflow: hidden;
}
main.activity .section1 .flex_box1 .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
main.activity .section1 .flex_box1 .img img:hover {
  transform: scale(1.05);
}
main.activity .section1 .flex_box1 .tet {
  flex-grow: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main.activity .section1 .flex_box1 .tet h3 {
  line-height: 1.5;
  transition: all 0.5s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
main.activity .section1 .flex_box1 .tet h3:hover {
  color: var(--color1);
}
main.activity .section1 .flex_box1 .tet p {
  margin-top: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
main.activity .section1 .flex_box1 .tet p:nth-child(1) {
  margin-top: 0;
}
main.activity .section1 .flex_box1 .tet p i {
  line-height: 28px;
  margin-right: 5px;
}
main.activity .section1 .flex_box1 .tet p span {
  line-height: 2;
}
main.activity .section1 .flex_box1 .but {
  flex-shrink: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
main.activity .section1 .flex_box1 .but .coll {
  width: 30px;
  height: 30px;
  border: 1px solid var(--color1);
  border-radius: 50px;
  color: var(--color1);
  display: flex;
  align-items: center;
  justify-content: center;
}
main.activity .section1 .flex_box1 .but .btn {
  width: 140px;
  text-align: center;
  line-height: 40px;
  border: 1px solid var(--color1);
  border-radius: 40px;
  transition: all 0.5s ease;
  background-color: var(--color1);
  color: #fff;
}
main.activity .section1 .flex_box1 .more_box {
  width: 100%;
  display: flex;
  justify-content: center;
}
main.activity .section1 .flex_box1 .more_box a {
  border: 1px solid var(--color1);
  border-radius: 40px;
  padding: 0 30px;
  line-height: 40px;
  background-color: var(--color1);
  color: #fff;
  display: flex;
  align-items: center;
}
main.activity .section1 .flex_box1 .more_box a i {
  margin-left: 10px;
}
main.activity .section2 .flex_box1 {
  flex-wrap: wrap;
  gap: 20px;
}
main.activity .section2 .flex_box1 .son {
  width: calc(100% / 4 - 20px * (4 - 1) / 4);
  border-radius: 7px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
main.activity .section2 .flex_box1 .son:hover .img img {
  transform: scale(1.05);
}
main.activity .section2 .flex_box1 .son .img {
  display: block;
  width: 100%;
  height: 170px;
  border-radius: 7px;
  overflow: hidden;
}
main.activity .section2 .flex_box1 .son .img img {
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
}
main.activity .section2 .flex_box1 .son .tet {
  padding: 10px 15px;
}
main.activity .section2 .flex_box1 .son .tet h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  transition: all 0.5s ease;
}
main.activity .section2 .flex_box1 .son .tet h3:hover {
  color: var(--color1);
}
main.activity .section2 .flex_box1 .son .tet p {
  font-size: 12px;
  display: flex;
  align-items: center;
}
main.activity .section2 .flex_box1 .son .tet p i {
  margin-right: 5px;
}
main.activity .section3 .flex_box1 .l {
  width: 590px;
  margin-right: auto;
}
main.activity .section3 .flex_box1 .r {
  width: 590px;
  margin-left: auto;
}
main.activity .section3 .flex_box1 .list {
  padding: 10px 20px;
  border: 1px solid rgba(204, 204, 204, 0.4509803922);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
main.activity .section3 .flex_box1 .list .son {
  padding: 0;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  border-top: 1px solid rgba(204, 204, 204, 0.4509803922);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
}
main.activity .section3 .flex_box1 .list .son:nth-child(1) {
  border-top: 0;
}
main.activity .section3 .flex_box1 .list .son a {
  flex-grow: 0;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
main.activity .section3 .flex_box1 .list .son span {
  flex-shrink: 0;
  margin-left: auto;
}
main.activity .section3 .flex_box1 .list i {
  flex-shrink: 0;
  margin-right: 10px;
  width: 5px;
  height: 5px;
  border-radius: 8px;
  display: inline-block;
  background-color: var(--color1);
}
main.activity .section3 .flex_box1 .list a {
  font-size: 16px;
  transition: all 0.5s ease;
}
main.activity .section3 .flex_box1 .list a:hover {
  color: var(--color1);
}
main.activity .section4 .flex_box1 {
  flex-wrap: wrap;
  gap: 30px 15px;
  margin-top: 10px;
  margin-bottom: 45px;
}
main.activity .section4 .flex_box1 .son {
  width: calc(100% / 4 - 15px * (4 - 1) / 4);
  display: block;
  line-height: 80px;
  font-size: 20px;
  text-align: center;
  border: 1px solid rgba(204, 204, 204, 0.4509803922);
  border-radius: 60px;
  transition: all 0.5s ease;
}
main.activity .section4 .flex_box1 .son.on,
main.activity .section4 .flex_box1 .son:hover {
  background-color: var(--color1);
  color: #fff;
}
main.activity .section4 .flex_box2 {
  flex-wrap: wrap;
  gap: 50px 30px;
}
main.activity .section4 .flex_box2 .son {
  width: calc(100% / 3 - 30px * (3 - 1) / 3);
  border: 1px solid rgba(204, 204, 204, 0.4509803922);
  border-radius: 7px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
}
main.activity .section4 .flex_box2 .son:hover {
  transform: translateY(-3px);
}
main.activity .section4 .flex_box2 .son:hover .img img {
  transform: scale(1.03);
}
main.activity .section4 .flex_box2 .son:hover .tet h3 {
  color: var(--color1);
}
main.activity .section4 .flex_box2 .img {
  display: block;
  width: 100%;
  height: 200px;
  border-radius: 7px;
  overflow: hidden;
}
main.activity .section4 .flex_box2 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
main.activity .section4 .flex_box2 .tet {
  padding: 10px 15px;
}
main.activity .section4 .flex_box2 .tet h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  transition: all 0.5s ease;
}
main.activity .section4 .flex_box2 .tet p {
  font-size: 12px;
  display: flex;
  align-items: center;
}
main.activity .section4 .flex_box2 .tet p i {
  margin-right: 5px;
}
main.activity .section4 .flex_box2 .tet p span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
main.activity .info_box .flex_box1 .l {
  width: 900px;
  margin-right: auto;
}
main.activity .info_box .flex_box1 .l .top {
  height: 100%;
  padding: 30px 40px 40px 40px;
  border: 1px solid rgba(204, 204, 204, 0.4509803922);
  border-radius: 7px;
}
main.activity .info_box .flex_box1 .l .top h1 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 50px;
}
main.activity .info_box .flex_box1 .l .top .basic {
  font-size: 14px;
  color: #999999;
  margin-bottom: 10px;
}
main.activity .info_box .flex_box1 .l .top .basic b {
  color: #666666;
}
main.activity .info_box .flex_box1 .l .top .left {
  margin-right: auto;
  max-width: 650px;
}
main.activity .info_box .flex_box1 .l .top .right {
  margin-left: auto;
  flex-shrink: 0;
}
main.activity .info_box .flex_box1 .l .top .right a {
  margin-top: 10px;
  display: block;
  width: 100px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border: 1px solid var(--color1);
  border-radius: 40px;
}
main.activity .info_box .flex_box1 .l .top .right a.on {
  color: #fff;
  background-color: var(--color1);
}
main.activity .info_box .flex_box1 .l .top .right a:nth-child(1) {
  margin-top: 0;
}
main.activity .info_box .flex_box1 .l .top .con {
  margin-top: 30px;
}
main.activity .info_box .flex_box1 .l .top .con p {
  line-height: 2;
}
main.activity .info_box .flex_box1 .r {
  width: 280px;
  margin-left: auto;
}
main.activity .info_box .flex_box1 .r h2 {
  margin-bottom: 20px;
}
main.activity .info_box .flex_box1 .r .info_box {
  padding: 20px;
  padding-bottom: 0;
  border: 1px solid rgba(204, 204, 204, 0.4509803922);
  border-radius: 7px;
}
main.activity .info_box .flex_box1 .r .son {
  margin-bottom: 30px;
}
main.activity .info_box .flex_box1 .r a {
  display: block;
  width: 100%;
}
main.activity .info_box .flex_box1 .r a:hover .img img {
  transform: scale(1.05);
}
main.activity .info_box .flex_box1 .r a:hover p {
  color: var(--color1);
}
main.activity .info_box .flex_box1 .r a .img {
  height: 150px;
  border-radius: 7px;
  overflow: hidden;
}
main.activity .info_box .flex_box1 .r a .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
main.activity .info_box .flex_box1 .r a p {
  font-size: 13px;
  margin-top: 10px;
  text-align: center;
  transition: all 0.5s ease;
  max-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

main.course .h2 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 30px;
}
main.course .section1 .mySwiper2 {
  padding: 0 10px;
  margin: 0 -10px;
}
main.course .section1 .mySwiper2 .son {
  border-radius: 7px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
main.course .section1 .mySwiper2 .img {
  width: 100%;
  height: 180px;
  border-radius: 7px;
  overflow: hidden;
}
main.course .section1 .mySwiper2 .img img {
  width: 100%;
  height: 100%;
}
main.course .section1 .mySwiper2 .text {
  padding: 30px;
  padding-top: 25px;
}
main.course .section1 .mySwiper2 .text h3 {
  color: #333;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s ease;
}
main.course .section1 .mySwiper2 .text h3:hover {
  color: var(--color1);
}
main.course .section1 .mySwiper2 .text h3 a {
  line-height: 1;
}
main.course .section1 .mySwiper2 .text .flex_box2 {
  justify-content: space-between;
  align-items: center;
}
main.course .section1 .mySwiper2 .text p {
  line-height: 1;
  color: #666;
}
main.course .section1 .mySwiper2 .text span {
  display: block;
  line-height: 25px;
  width: 85px;
  border-radius: 25px;
  text-align: center;
  color: #fff;
  background-color: #f6bad4;
}
main.course .section1 .mySwiper2 .but {
  border-top: 1px solid rgba(204, 204, 204, 0.4509803922);
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
}
main.course .section1 .mySwiper2 .but .btn {
  width: 120px;
  text-align: center;
  line-height: 35px;
  border: 1px solid var(--color1);
  border-radius: 40px;
  color: var(--color1);
  transition: all 0.5s ease;
  background-color: var(--color1);
  color: #fff;
}
main.course .section1 .mySwiper2 .but .coll {
  width: 35px;
  height: 35px;
  border: 1px solid var(--color1);
  border-radius: 50%;
  color: var(--color1);
  display: flex;
  align-items: center;
  justify-content: center;
}
main.course .section1 .mySwiper2 .page_2 {
  position: relative;
  bottom: 0;
  padding-top: 20px;
  display: block;
}
main.course .section1 .mySwiper2 .page_2 span {
  width: 40px;
  height: 15px;
  border-radius: 15px;
  border: 1px solid var(--color1);
  opacity: 1;
  background-color: #fff;
  transition: all 0.5s ease;
}
main.course .section1 .mySwiper2 .page_2 .swiper-pagination-bullet-active {
  background-color: var(--color1);
  border-color: var(--color1);
}
main.course .section2 .flex_box1 {
  flex-wrap: wrap;
  gap: 40px 30px;
}
main.course .section2 .flex_box1 .son {
  width: calc(100% / 4 - 30px * (4 - 1) / 4);
  border: 1px solid rgba(204, 204, 204, 0.4117647059);
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
main.course .section2 .flex_box1 .img {
  width: 100%;
  height: 195px;
  overflow: hidden;
}
main.course .section2 .flex_box1 .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
main.course .section2 .flex_box1 .img img:hover {
  transform: scale(1.05);
}
main.course .section2 .flex_box1 .tet {
  padding: 20px;
}
main.course .section2 .flex_box1 .tet h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s ease;
}
main.course .section2 .flex_box1 .tet h3:hover {
  color: var(--color1);
}
main.course .section2 .flex_box1 .tet p {
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 2;
  height: 56px;
  text-overflow: ellipsis;
  overflow: hidden;
}
main.course .section2 .flex_box1 .tet .but {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
main.course .section2 .flex_box1 .tet .but span {
  border: 1px solid rgba(204, 204, 204, 0.4117647059);
  border-radius: 5px;
  width: 75px;
  text-align: center;
  line-height: 25px;
  margin-right: 5px;
}
main.course .section3 .mySwiper3 .son {
  margin: 0 auto;
  width: 190px;
  display: flex;
  flex-direction: column;
}
main.course .section3 .mySwiper3 .img {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  overflow: hidden;
}
main.course .section3 .mySwiper3 .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
main.course .section3 .mySwiper3 .img img:hover {
  transform: scale(1.05);
}
main.course .section3 .mySwiper3 .tet {
  margin-top: 20px;
}
main.course .section3 .mySwiper3 .tet h3 {
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s ease;
}
main.course .section3 .mySwiper3 .tet h3:hover {
  color: var(--color1);
}
main.course .section3 .mySwiper3 .tet p {
  margin-top: 30px;
  line-height: 2;
  text-align: center;
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
main.course .section3 .mySwiper3 .page_3 {
  position: relative;
  bottom: 0;
  padding-top: 20px;
}
main.course .section3 .mySwiper3 .page_3 span {
  width: 40px;
  height: 15px;
  border-radius: 15px;
  border: 1px solid rgba(204, 204, 204, 0.4509803922);
  opacity: 1;
  background-color: #fff;
  transition: all 0.5s ease;
}
main.course .section3 .mySwiper3 .page_3 .swiper-pagination-bullet-active {
  background-color: var(--color1);
  border-color: var(--color1);
}

main.purchase.color {
  background-color: #f2f2f2;
}
main.purchase .h2 {
  position: relative;
  font-size: 18px;
  line-height: 1;
  padding-left: 20px;
  margin: 0;
  color: #333;
  font-weight: bold;
}
main.purchase .section1 .tit {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 25px;
  color: #333;
  border-radius: 7px;
  display: flex;
  align-items: center;
}
main.purchase .section1 .tit .i {
  width: 55px;
  height: 45px;
  position: relative;
  font-size: 20px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
main.purchase .section1 .tit .i::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  transform: skewX(-20deg);
}
main.purchase .section1 .tit span {
  line-height: 1;
  font-size: 18px;
}
main.purchase .section1 .tit .more {
  border-radius: 22px;
  background-color: var(--color1);
  color: #fff;
  margin-left: auto;
  padding: 0 15px;
  height: 22px;
  display: flex;
  align-items: center;
}
main.purchase .section1 .tit .more span {
  font-weight: normal;
  font-size: 14px;
}
main.purchase .section1 .tit .more i {
  font-size: 10px;
  margin-left: 5px;
}
main.purchase .section1 .flex_box1 {
  flex-wrap: wrap;
  gap: 20px 10px;
}
main.purchase .section1 .flex_box1 .son {
  width: calc(100% / 4 - 10px * (4 - 1) / 4);
  border-radius: 7px;
  background-color: #fff;
  padding: 15px;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}
main.purchase .section1 .flex_box1 .son:hover {
  transform: translateY(-2px);
}
main.purchase .section1 .flex_box1 .son h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s ease;
  margin-bottom: 10px;
}
main.purchase .section1 .flex_box1 .son .p {
  line-height: 1.5;
  height: 42px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
main.purchase .section1 .flex_box1 .son p {
  line-height: 2;
  font-size: 13px;
}
main.purchase .section1 .flex_box1 .son .but a {
  border: 1px solid var(--color1);
  color: var(--color1);
  line-height: 24px;
  height: 24px;
  padding: 0 15px;
  border-radius: 28px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  transition: all 0.5s ease;
  font-size: 12px;
  background-color: var(--color1);
  color: #fff;
}
main.purchase .section1 .adv {
  margin-top: 30px;
}
main.purchase .section1 .adv img {
  width: 100%;
}
main.purchase .section2 .flex_box1 {
  align-items: center;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid rgba(204, 204, 204, 0.4509803922);
}
main.purchase .section2 .flex_box1 .tit {
  flex-shrink: 0;
  line-height: 24px;
  margin-right: 20px;
}
main.purchase .section2 .flex_box1 .selected {
  display: flex;
}
main.purchase .section2 .flex_box1 .selected a {
  height: 24px;
  background: var(--color1);
  color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
main.purchase .section2 .flex_box1 .selected a span {
  border-right: 1px solid rgb(255, 255, 255);
  padding: 0 10px;
}
main.purchase .section2 .flex_box1 .selected a i {
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
}
main.purchase .section2 .flex_box1 form {
  height: 25px;
  border: 1px solid rgba(204, 204, 204, 0.4509803922);
  border-radius: 5px;
  display: flex;
}
main.purchase .section2 .flex_box1 form input {
  padding: 0 10px;
}
main.purchase .section2 .flex_box1 form i {
  cursor: pointer;
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
}
main.purchase .section2 .flex_box1 .but {
  flex-shrink: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
}
main.purchase .section2 .flex_box1 .but i {
  font-size: 14px;
  margin-left: 5px;
}
main.purchase .section2 .flex_box2 {
  align-items: flex-start;
  padding: 10px 15px;
  padding-bottom: 10px;
  background-color: #fff;
  border: 1px solid rgba(204, 204, 204, 0.4509803922);
  border-top: 0;
}
main.purchase .section2 .flex_box2 .tit {
  flex-shrink: 0;
  line-height: 24px;
  margin-right: 20px;
}
main.purchase .section2 .flex_box2 ul {
  transition: all 0.5s ease;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
main.purchase .section2 .flex_box2 ul li a {
  display: block;
  line-height: 24px;
}
main.purchase .section2 .flex_box2 .but {
  flex-shrink: 0;
  margin-left: auto;
  padding-left: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
main.purchase .section2 .flex_box2 .but.on i {
  transform: rotate(180deg);
}
main.purchase .section2 .flex_box2 .but i {
  transition: all 0.5s ease;
  margin-left: 5px;
  font-size: 6px;
}
main.purchase .section2 .flex_box3 {
  align-items: flex-start;
  position: relative;
  padding: 10px 15px;
  padding-bottom: 10px;
  background-color: #fff;
  border: 1px solid rgba(204, 204, 204, 0.4509803922);
  border-top: 0;
}
main.purchase .section2 .flex_box3 .tit {
  flex-shrink: 0;
  line-height: 24px;
  margin-right: 20px;
}
main.purchase .section2 .flex_box3 ul {
  transition: all 0.5s ease;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
main.purchase .section2 .flex_box3 ul li.con {
  cursor: pointer;
  display: flex;
  align-items: center;
}
main.purchase .section2 .flex_box3 ul li.con i {
  margin-left: 5px;
  font-size: 6px;
  transition: all 0.5s ease;
}
main.purchase .section2 .flex_box3 ul li.con .ul {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  display: none;
}
main.purchase .section2 .flex_box3 ul li.con .box {
  border-top: 1px solid #ccc;
  padding: 10px 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
main.purchase .section2 .flex_box3 ul li.on i {
  transform: rotate(180deg);
}
main.purchase .section2 .flex_box3 ul li a {
  display: block;
  line-height: 24px;
}
main.purchase .section2 .flex_box4 {
  align-items: flex-start;
  position: relative;
  padding: 10px 15px;
  padding-bottom: 10px;
  background-color: #fff;
  border: 1px solid rgba(204, 204, 204, 0.4509803922);
  border-top: 0;
}
main.purchase .section2 .flex_box4 .tit {
  flex-shrink: 0;
  line-height: 24px;
  margin-right: 20px;
}
main.purchase .section2 .flex_box4 ul {
  transition: all 0.5s ease;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
main.purchase .section2 .flex_box4 ul a {
  display: block;
  line-height: 24px;
}
main.purchase .section3 .flex_box1 .l {
  width: 950px;
}
main.purchase .section3 .flex_box1 .l .son {
  width: 100%;
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 7px;
  margin-bottom: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
main.purchase .section3 .flex_box1 .l .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main.purchase .section3 .flex_box1 .l .top h2 {
  font-size: 16px;
  font-weight: normal;
  display: flex;
}
main.purchase .section3 .flex_box1 .l .top h2 b {
  margin-right: 15px;
  line-height: 1;
}
main.purchase .section3 .flex_box1 .l .top h2 a {
  line-height: 1;
  width: 400px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
main.purchase .section3 .flex_box1 .l .top .name {
  display: flex;
}
main.purchase .section3 .flex_box1 .l .top .name p {
  line-height: 1;
  margin-left: 30px;
  max-width: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
main.purchase .section3 .flex_box1 .l .top .name p span {
  line-height: 1;
}
main.purchase .section3 .flex_box1 .l .top .name .address {
  display: flex;
}
main.purchase .section3 .flex_box1 .l .top .name .address i {
  margin-right: 5px;
}
main.purchase .section3 .flex_box1 .l .bottom {
  margin-top: 23px;
  display: flex;
  justify-content: space-between;
}
main.purchase .section3 .flex_box1 .l .bottom .info {
  display: flex;
}
main.purchase .section3 .flex_box1 .l .bottom .info .son_box {
  margin-right: 50px;
}
main.purchase .section3 .flex_box1 .l .bottom .info .son_box b {
  font-weight: normal;
  color: #999;
}
main.purchase .section3 .flex_box1 .l .bottom .info .son_box span {
  color: #666666;
}
main.purchase .section3 .flex_box1 .l .bottom .info .son_box .color {
  color: var(--color1);
}
main.purchase .section3 .flex_box1 .l .bottom .but {
  position: relative;
}
main.purchase .section3 .flex_box1 .l .bottom .but a {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 30px;
  background-color: var(--color1);
  color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.purchase .section3 .flex_box1 .r {
  width: 230px;
  margin-left: auto;
}
main.purchase .section3 .flex_box1 .r .sendBuy {
  border-radius: 7px;
  background: linear-gradient(to bottom, var(--color1), #fff, #fff, #fff, #fff);
  padding: 0 20px 25px;
  display: flex;
  flex-direction: column;
}
main.purchase .section3 .flex_box1 .r .sendBuy .tit2 {
  margin-top: 25px;
  color: #fff;
  display: flex;
}
main.purchase .section3 .flex_box1 .r .sendBuy .tit2 .left,
main.purchase .section3 .flex_box1 .r .sendBuy .tit2 .right {
  font-weight: bold;
}
main.purchase .section3 .flex_box1 .r .sendBuy .tit2 span {
  margin: 0 auto;
}
main.purchase .section3 .flex_box1 .r .sendBuy .p {
  border-radius: 20px;
  background-color: #fff;
  line-height: 16px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin-top: 12px;
}
main.purchase .section3 .flex_box1 .r .sendBuy form {
  margin-top: 20px;
}
main.purchase .section3 .flex_box1 .r .sendBuy form label {
  margin-bottom: 10px;
  position: relative;
  display: flex;
}
main.purchase .section3 .flex_box1 .r .sendBuy form label span {
  flex-shrink: 0;
  width: 60px;
  font-size: 14px;
  color: #999999;
  margin-right: 5px;
}
main.purchase .section3 .flex_box1 .r .sendBuy form label select,
main.purchase .section3 .flex_box1 .r .sendBuy form label input {
  height: 22px;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 0 5px;
}
main.purchase .section3 .flex_box1 .r .sendBuy form label i {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
  background-color: var(--color1);
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.purchase .section3 .flex_box1 .r .sendBuy form button {
  width: 100%;
  border-radius: 30px;
  height: 30px;
  background-color: var(--color1);
  margin-top: 10px;
  color: #fff;
  border: none;
  cursor: pointer;
}
main.purchase .section3 .flex_box1 .r .sendBuy .ewm {
  margin-top: 20px;
  display: flex;
}
main.purchase .section3 .flex_box1 .r .sendBuy .ewm img {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  margin-right: 10px;
}
main.purchase .section3 .flex_box1 .r .sendBuy .ewm .ewm_text p {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: var(--color1);
}
main.purchase .section3 .flex_box1 .r .sendBuy .ewm .ewm_text span {
  line-height: 20px;
  display: block;
}
main.purchase .section3 .flex_box1 .r .ul_box1 {
  border-radius: 7px;
  margin-top: 10px;
  background-color: #fff;
}
main.purchase .section3 .flex_box1 .r .ul_box1 .tit .more i {
  background-color: var(--color1);
  width: 14px;
  height: 14px;
  font-size: 8px;
}
main.purchase .section3 .flex_box1 .r .ul_box1 ul {
  padding: 0 20px 10px;
}
main.purchase .section3 .flex_box1 .r .ul_box1 ul li {
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
}
main.purchase .section3 .flex_box1 .r .ul_box1 ul li a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 42px;
}
main.purchase .section3 .flex_box1 .r .ul_box2 {
  margin-top: 20px;
  background-color: #fff;
  border-radius: 7px;
  overflow: hidden;
}
main.purchase .section3 .flex_box1 .r .ul_box2 .mySwiper1 {
  background-color: #fff;
  padding-bottom: 30px;
}
main.purchase .section3 .flex_box1 .r .ul_box2 .son {
  margin-top: 20px;
  padding: 0 20px;
  width: 100%;
}
main.purchase .section3 .flex_box1 .r .ul_box2 .son a {
  display: flex;
}
main.purchase .section3 .flex_box1 .r .ul_box2 .son .img {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
main.purchase .section3 .flex_box1 .r .ul_box2 .son .img img {
  width: 100%;
  height: 100%;
}
main.purchase .section3 .flex_box1 .r .ul_box2 .son .text {
  flex-grow: 1;
}
main.purchase .section3 .flex_box1 .r .ul_box2 .son .text p {
  width: 100%;
  line-height: 20px;
  height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
main.purchase .section3 .flex_box1 .r .ul_box2 .mySwiper1-pagination {
  margin-top: 10px;
  position: relative;
  bottom: 0;
}
main.purchase .section3 .flex_box1 .r .ul_box2 .mySwiper1-pagination span {
  background-color: var(--color1);
  width: 8px;
  height: 8px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
main.purchase .section3 .flex_box1 .r .ul_box2 .mySwiper1-pagination .swiper-pagination-bullet-active {
  width: 24px;
}
main.purchase .section3 .flex_box1 .r .ul_box3 {
  margin-top: 20px;
  background-color: #fff;
  border-radius: 7px;
}
main.purchase .section3 .flex_box1 .r .ul_box3 ul {
  padding: 20px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
main.purchase .section3 .flex_box1 .r .ul_box3 ul a {
  transition: all 0.3s ease;
  display: block;
}
main.purchase .section3 .flex_box1 .r .ul_box3 ul a:hover {
  color: var(--color1);
}
main.purchase .section4 .other {
  margin-top: 20px;
  padding-bottom: 80px;
}
main.purchase .section4 .other .box {
  margin-top: 20px;
  padding: 20px;
  background-color: #fff;
}
main.purchase .section4 .other .box .img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
main.purchase .section4 .other .box .img:hover img {
  transform: scale(1.1);
}
main.purchase .section4 .other .box .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
main.purchase .section4 .other .box p {
  margin-top: 10px;
  text-align: center;
  height: 42px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
main.purchase .section5 .l {
  width: 900px;
  padding: 40px 0px 70px;
  background-color: #fff;
  margin-right: auto;
  border-radius: 7px;
}
main.purchase .section5 .l .top {
  padding: 0 50px 50px;
  border-bottom: 1px solid #ccc;
}
main.purchase .section5 .l .top h1 {
  font-size: 18px;
  font-weight: normal;
}
main.purchase .section5 .l .top ul {
  margin-top: 35px;
  width: 600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main.purchase .section5 .l .top ul li {
  width: 260px;
  margin-bottom: 20px;
  display: flex;
}
main.purchase .section5 .l .top ul li span {
  flex-shrink: 0;
  line-height: 1;
  width: 56px;
  margin-right: 25px;
}
main.purchase .section5 .l .top ul li p {
  flex-grow: 1;
  line-height: 1;
}
main.purchase .section5 .l .top ul li .color {
  color: var(--color1);
}
main.purchase .section5 .l .top .but {
  display: flex;
}
main.purchase .section5 .l .top .but a {
  width: 190px;
  text-align: center;
  height: 40px;
  background: var(--color1);
  border-radius: 40px;
  border: none;
  margin-top: 37px;
  font-size: 18px;
  color: #ffffff;
  line-height: 40px;
  cursor: pointer;
}
main.purchase .section5 .l .top .but a + a {
  margin-left: 20px;
}
main.purchase .section5 .l .bottom {
  padding: 40px 50px 0;
}
main.purchase .section5 .l .bottom h3 {
  font-size: 18px;
  font-weight: normal;
}
main.purchase .section5 .l .bottom .con {
  margin-top: 25px;
}
main.purchase .section5 .l .bottom .con p {
  line-height: 2;
}
main.purchase .section5 .r {
  width: 280px;
  margin-left: auto;
}
main.purchase .section5 .r .info {
  background-color: #fff;
  padding: 30px;
  border-radius: 7px;
}
main.purchase .section5 .r .info h3 {
  width: 100%;
  border-bottom: 1px solid #cccccc;
  padding: 0 0 15px;
  font-size: 16px;
  color: var(--color1);
  line-height: 15px;
}
main.purchase .section5 .r .info h2 {
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
}
main.purchase .section5 .r .info ul {
  margin-top: 30px;
}
main.purchase .section5 .r .info ul li {
  line-height: 12px;
  font-size: 14px;
  color: #999999;
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
}
main.purchase .section5 .r .info ul span {
  flex-shrink: 0;
  width: 60px;
  line-height: 21px;
  font-weight: bold;
}
main.purchase .section5 .r .info ul p {
  color: #666666;
  width: 100%;
  line-height: 21px;
  margin-left: 10px;
}
main.purchase .section5 .r .info .notes p {
  line-height: 2;
}
main.purchase .section5 .r .info .ewm {
  margin-top: 20px;
}
main.purchase .section5 .r .info .ewm img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
}
main.purchase .section5 .r .info .but {
  margin-top: 20px;
  display: flex;
}
main.purchase .section5 .r .info .but a {
  line-height: 30px;
  padding: 0 20px;
  border-radius: 30px;
  background-color: var(--color1);
  color: #fff;
}
main.purchase .section6 .flex_box1 {
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
main.purchase .section6 .flex_box1 .son {
  width: calc(100% / 4 - 20px * (4 - 1) / 4);
  background-color: #fff;
  padding: 20px;
  border-radius: 7px;
}
main.purchase .section6 .flex_box1 .son h3 {
  font-size: 16px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  color: #333333;
  padding-bottom: 18px;
  border-bottom: 1px solid #ccc;
}
main.purchase .section6 .flex_box1 .son h3 a {
  line-height: 1;
}
main.purchase .section6 .flex_box1 .son ul {
  margin-top: 20px;
}
main.purchase .section6 .flex_box1 .son ul li {
  margin-top: 20px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
main.purchase .section6 .flex_box1 .son ul li:nth-child(1) {
  margin: 0;
}
main.purchase .section6 .flex_box1 .son ul li span {
  color: #999999;
}
main.purchase .section7 img {
  width: 100%;
}

main.buy.color {
  background-color: #f2f2f2;
}
main.buy .section_box3 .bx {
  background-color: #fff;
  padding: 20px;
}
main.buy .section_box3 .select_box {
  position: relative;
}
main.buy .section_box3 .select_box span {
  position: absolute;
  width: 100%;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: 1px solid #cccccc;
  z-index: -1;
}
main.buy .section_box3 .select_box span.on {
  z-index: 1;
}
main.buy .section_box3 .select_box span.on + input {
  opacity: 0;
}
main.buy .section_box3 .select_box + .select_box span {
  margin-left: 20px;
}
main.buy .section_box3 .flex_box2 .r,
main.buy .section_box3 .flex_box10 .r {
  position: relative;
}
main.buy .section_box3 .flex_box2 .icon-x1,
main.buy .section_box3 .flex_box10 .icon-x1 {
  position: absolute;
  top: 50%;
  transform: translate(-30px, -50%);
  font-size: 10px;
  transition: all 0.5s ease;
}
main.member .section_box4 .tab_con td.img,
main.supplier .section_box4 .tab_con td.img {
  width: 120px;
}
main.buy .section_box3 .flex_box2 .icon-x1.on,
main.buy .section_box3 .flex_box10 .icon-x1.on {
  transform: translate(-30px, -50%) rotate(180deg);
}
main.buy .section_box3 .flex_box2 .select_2,
main.buy .section_box3 .flex_box10 .select_3 {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  display: none;
}
main.buy .section_box3 .flex_box10 .select_3 {
  z-index: 9;
}
main.buy .section_box3 .flex_box10 .select_3_2 {
  transform: translateX(20px);
}
main.buy .section_box3 .flex_box2 .select_2 ul,
main.buy .section_box3 .flex_box10 .select_3 ul {
  width: 300px;
  background-color: #fff;
  border: 1px solid #cccccc;
  padding: 10px 20px;
  cursor: pointer;
  display: block !important;
}
main.buy .section_box3 .flex_box10 .select_3 ul {
  width: 200px;
}
main.buy .section_box3 .flex_box2 .select_2 li,
main.buy .section_box3 .flex_box10 .select_3 li {
  line-height: 25px;
  cursor: pointer;
}
main.buy .section_box3 .flex_box10 .select_3_2 li {
  display: none;
}
main.buy .section_box3 .flex_box3 input {
  /*width: 100px;*/
}
main.buy .section_box3 .flex_box4 input {
  /*width: 200px;*/
}
main.buy .section_box3 .flex_box7 .select_box {
  position: relative;
  z-index: 1;
  /*width: 400px;*/
}
main.buy .section_box3 .flex_box7 i {
  /*position: absolute;*/
  /*top: 50%;*/
  /*transform: translate(-30px, -50%);*/
  /*font-size: 10px;*/
  /*transition: all 0.5s ease;*/
}
main.buy .section_box3 .flex_box7 i.on {
  transform: translate(-30px, -50%) rotate(180deg);
}
main.buy .section_box3 .flex_box7 .select {
  background-color: #fff;
  /*border: 1px solid #cccccc;*/
  /*height: 40px;*/
  border-radius: 5px;
  display: flex;
  align-items: center;
}
main.buy .section_box3 .flex_box7 .select select {
  padding: 0 10px;
  width: 150px;
  margin-right: 10px;
  height: 40px;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
main.buy .section_box3 input {
  padding: 0 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  line-height: 40px;
  height: 40px;
  width: 300px;
}
main.buy .section_box3 input[type="file"] {
  padding: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
main.buy .section_box3 .img_box {
  border: 1px solid #cccccc;
  border-radius: 5px;
  position: relative;
  width: 100px;
  height: 100px;
}
main.buy .section_box3 .img_box i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main.buy .section_box3 .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
main.buy .section_box3 .select_input_2,
main.buy .section_box3 .select_input_3 {
  cursor: pointer;
}
main.buy .section_box3 input.w50 {
  width: 200px;
  margin-left: 20px;
}
main.buy .section_box3 textarea {
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  width: 700px;
  box-sizing: border-box;
  height: 100%;
  outline: none;
  resize: none;
  border: 1px solid #cccccc;
}
main.buy .section_box3 button {
  margin: 0 auto;
  background: var(--color1);
  border: var(--color1) 1px solid;
  border-radius: 45px;
  color: #ffffff;
  padding: 0px 12px;
  line-height: 45px;
  width: 180px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
}
main.buy .con {
  padding-top: 20px;
}
main.buy .flex .l {
  padding: 16px;
  padding-right: 10px;
  width: 160px;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
main.buy .flex .l i {
  color: red;
  font-style: normal;
  margin-right: 5px;
  font-size: 16px;
}
main.buy .flex .l span {
  font-weight: bold;
}
main.buy .flex .r {
  padding: 16px;
  flex-grow: 1;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
main.buy .list {
  overflow: hidden;
  border-bottom: var(--color1) 2px solid;
  border-left: #ededed 1px solid;
  display: flex;
}
main.buy .list a {
  border-right: #ededed 1px solid;
  border-top: #ededed 1px solid;
  text-decoration: none;
  color: #001c30;
  height: 45px;
  line-height: 45px;
  width: 120px;
  text-align: center;
  padding: 0 15px 0 15px;
  transition: all 0.5s ease;
  border-radius: 7px 7px 0 0;
  display: block;
}
main.buy .list a:hover {
  background: #eeeeee;
}
main.buy .list a.on {
  background: var(--color1);
  color: #fff;
}

main.hospital .section1 .img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 28.33333333333333%;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
main.hospital .section1 .img:hover img {
  transform: scale(1.05);
}
main.hospital .section1 .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
main.hospital .tit {
  padding-top: 10px;
  padding-bottom: 30px;
  display: flex;
}
main.hospital .tit a {
  font-weight: bold;
  margin-right: 20px;
  padding: 0 35px;
  height: 55px;
  line-height: 55px;
  border-radius: 40px;
  background-color: rgba(229, 47, 130, 0.1019607843);
}
main.hospital .tit a.on {
  background-color: var(--color1);
  color: #fff;
}
main.hospital .section2 .con {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  padding: 40px;
}
main.hospital .section2 .con p {
  line-height: 2;
}
main.hospital .section3 .flex_box1 {
  flex-wrap: wrap;
  gap: 40px;
}
main.hospital .section3 .flex_box1 .son {
  width: calc(100% / 3 - 40px * (3 - 1) / 3);
}
main.hospital .section3 .flex_box1 .son:hover img {
  transform: scale(1.05);
}
main.hospital .section3 .flex_box1 .son .img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}
main.hospital .section3 .flex_box1 .son img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
main.hospital .section3 .flex_box1 .son .tet {
  display: block;
  margin-top: 10px;
  text-align: center;
  /* font-weight: bold; */
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
main.hospital .section3 .flex_box2 {
  flex-wrap: wrap;
  gap: 10px 20px;
  padding-bottom: 20px;
}
main.hospital .section3 .flex_box2 a {
  display: block;
  width: calc(100% / 5 - 20px * (5 - 1) / 5);
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  text-align: center;
  background-color: rgba(229, 47, 130, 0.1019607843);
}
main.hospital .section3 .flex_box2 a.on {
  background-color: var(--color1);
  color: #fff;
}
main.hospital .section4 .flex_box1 {
  flex-wrap: wrap;
  gap: 20px;
}
main.hospital .section4 .flex_box1 .son {
  width: calc(100% / 3 - 20px * (3 - 1) / 3);
}
main.hospital .section4 .flex_box1 .son .img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  border-radius: 7px;
}
main.hospital .section4 .flex_box1 .son img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
main.hospital .section4 .flex_box1 .son .tet {
  display: block;
  margin-top: 10px;
  text-align: center;
  /* font-weight: bold; */
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
main.hospital .section_info .con {
  display: block;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  padding: 40px;
}
main.hospital .section_info .con p {
  line-height: 2;
}

main.channel.color {
  background-color: #f2f2f2;
}
main.channel .section1 .flex_box1 {
  flex-wrap: wrap;
  gap: 20px 20px;
}
main.channel .section1 .flex_box1 .son {
  width: calc(100% / 3 - 20px * (3 - 1) / 3);
}
main.channel .section1 .flex_box1 a {
  padding: 20px;
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  display: flex;
}
main.channel .section1 .flex_box1 a:hover {
  transform: translateY(-3px);
}
main.channel .section1 .flex_box1 .img {
  width: 140px;
  height: 140px;
  flex-shrink: 0;
}
main.channel .section1 .flex_box1 img {
  width: 100%;
  height: 100%;
}
main.channel .section1 .flex_box1 .tet {
  flex-grow: 1;
  overflow: hidden;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
main.channel .section1 .flex_box1 .tet h3 {
  font-size: 16px;
  line-height: 1.5;
  height: 48px;
  font-weight: 600;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
main.channel .section1 .flex_box1 .tet .p1,
main.channel .section1 .flex_box1 .tet .p2 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
main.channel .section1 .flex_box1 .tet span {
  margin-left: auto;
  border-radius: 25px;
  line-height: 25px;
  font-size: 12px;
  padding: 0 20px;
  background-color: var(--color1);
  color: #fff;
}
main.channel .mbx1 {
  padding: 40px 0;
}
main.channel .info .box {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding: 40px;
  background-color: #fff;
}
main.channel .info .con p {
  line-height: 2;
}
main.channel .info .but {
  padding: 20px 0 20px;
  display: flex;
  justify-content: center;
}
main.channel .info .but a {
  display: block;
  line-height: 40px;
  border-radius: 40px;
  padding: 0 30px;
  background-color: var(--color1);
  color: #fff;
  margin: 0 20px;
}

section.p-b-5 {
  padding-bottom: 30px;
}

#wjh_category1_select,
#wjh_category2_select,
#wjh_category3_select {
  width: 100%;
  padding: 0 10px;
  border-left: 1px solid #ccc;
  height: 30px;
  margin-left: 15px;
}

#wjh_category1_select {
  border-left: none;
  margin-left: 0px;
}

#wjh_category3_select {
  margin-right: 15px;
}

.fancybox-button {
  background-color: var(--color1);
  border-radius: 50%;
  color: #fff;
}
.fancybox-content {
  padding: 20px;
  border-radius: 20px;
}
.fancybox-content img {
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  .bx {
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .footer_mobile,
  header .head_mobile,
  main.index .section8,
  main.index .section9,
  main.index .section10,
  main.member .member_list_bj,
  main.supplier .member_list_bj {
    display: block;
  }
  main.member .section_box4 .tab_list .search, main.supplier .section_box4 .tab_list .search,
  header .top,
  header .head,
  header .head_shops,
  .banner2 .l,
  .banner3 .l,
  .banner5 .flex_box1 .r,
  .banner7 .r,
  .banner7 .l .page_1,
  .banner8 .r,
  .head_member .l .text,
  .head_member .l ul,
  main.footer_info .section1 .flex_box1 .l,
  main.index .section1,
  main.index .section2,
  main.index .section6,
  main.index .section7,
  main.index .section4 .tab_son .flex_box1 .tet a,
  main.index .section4 .tab_son .flex_box1 .tet h4,
  main.index .section4 .tab_son .flex_box1 .info:nth-child(n + 7),
  main.index .section3,
  main.index .section5 .flex_box1 .tet .but,
  main.product .section5 .r,
  main.product .section4 .flex_box1 .selected,
  main.product .section5 .l .company,
  main.product .product_info .flex_box2 .l,
  main.shops .section7 .son .list a:nth-child(4),
  main.shops .section7 .son .tet .p2,
  main.shops .section7 .son .tet .p3,
  main.shops .section5,
  main.purchase .section3 .flex_box1 .r,
  main.purchase .section2 .flex_box1 .selected,
  main.news .section1 .flex_box1 .r,
  main.news .section4,
  main.news .section2 .flex_box1 .r,
  main.activity .info_box .flex_box1 .r,
  main.index .banner9,
  main.member .flex .r .member,
  main.supplier .flex .r .member,
  footer .footer_bj,
  .banner3 .r,
  main.shops .section2 .tab {
    display: none !important;
  }
  main.buy .h2,
  main.purchase .h2,
  main.course .h2,
  main.activity .h2,
  main.footer_info .h2,
  main.product .h2,
  main.index .h2,
  main.channel .h2 {
    font-size: 20px;
  }
  .banner2 .r,
  .banner7 .l,
  .banner8 .l,
  .contact_us .flex_box3 .img,
  .contact_us .flex_box1 .son,
  main.product .product_info .flex_box1 .l,
  main.product .product_info .flex_box2 .r,
  main.product .product_info .flex_box2 .r .box_tet .son,
  main.shops .section3 .flex_box1 .son,
  main.purchase .section3 .flex_box1 .l,
  main.purchase .section5 .l,
  main.purchase .section3 .flex_box1 .l .top h2 a,
  main.activity .section3 .flex_box1 .l,
  main.activity .section3 .flex_box1 .r,
  main.activity .info_box .flex_box1 .l {
    width: 100%;
  }
  main.shops .section2 .tab_m {
    display: flex;
    align-items: center;
  }
  main.shops .section2 .tab_m .son {
    height: 36px;
    line-height: 36px;
    border-radius: 40px;
    /*width: ;*/
    text-align: center;
    transition: all 0.5s ease;
    background-color: rgba(229, 47, 130, 0.1019607843);
  }
  .contact_us .flex_box3 .tet .p1 .span3 {
    display: block;
  }
  main.product .product_info .other .box .img img {
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 7px;
    overflow: hidden;
  }
  main.shops .section2 .tab_m .son.on {
    background-color: var(--color1);
    color: #fff;
  }
  main.shops .section2 .tab_m .button {
    position: relative;
    top: 0;
    margin: 0;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    color: var(--color1);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main.shops .section2 .tab_m .button::after {
    display: none;
  }
  main.shops .section2 .tab_m .button_prev {
    left: 0;
  }
  main.shops .section2 .tab_m .button_next {
    right: 0;
  }
  .contact_us .flex_box2 .img {
    height: auto;
  }
  main.footer_info .section1 .flex_box1 .r {
    padding: 30px 20px;
    width: 100%;
  }
  header .head_mobile .nav a {
    font-size: 14px;
  }
  main.buy .section_box3 .flex_box7 .select {
    flex-wrap: wrap;
    width: 100%;
  }
  main.buy .section_box3 .flex_box7 .select select {
    width: 100%;
    margin: 0;
    margin-top: 10px;
  }
  main.member .flex .r .member_2,
  main.supplier .flex .r .member_2 {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  main.member .flex .r .member_2 a,
  main.supplier .flex .r .member_2 a {
    display: inline-block;
    width: 100px;
    height: 25px;
    line-height: 25px;
    border-radius: 25px;
    background-color: var(--color1);
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
  }
  main.member .section_box2 .p,
  main.supplier .section_box2 .p {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  main.buy .section_box3 .flex_box7 .select select:nth-child(1) {
    margin-top: 0;
  }
  main.buy .section_box3 .flex_box2 .r,
  main.buy .section_box3 .flex_box10 .r {
    gap: 10px;
  }
  .page1 {
    margin-top: 30px;
  }
  main section.p-b-5 {
    padding-bottom: 30px;
  }
  main section.p-t-5 {
    padding-top: 30px;
  }
  main section.p-b-8,
  main.product .product_info .other {
    padding-bottom: 50px;
  }
  main section.m-b-8 {
    margin-bottom: 50px;
  }
  main.index .banner1,
  main.index .section8 {
    padding-bottom: 10px;
  }
  .banner10 .mySwiper1,
  .banner1 .mySwiper1,
  .banner2 .mySwiper2,
  .banner2 .mySwiper2 img,
  .banner5 .flex_box1 .l,
  .banner6 .mySwiper1,
  .banner7 .l .mySwiper1,
  .banner7 .l,
  .banner8 .l img,
  .banner8 .l,
  .banner11 .mySwiper1 {
    width: 100%;
    height: 170px;
    border-radius: 7px;
  }
  .banner1 .mySwiper1 .page_1 span {
    height: 6px;
    width: 6px;
  }
  .banner1 .mySwiper1 .page_1 .swiper-pagination-bullet-active {
    width: 24px;
  }
  main.hospital .tit {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  main.hospital .tit a {
    height: 40px;
    line-height: 40px;
    margin: 0;
    width: 48%;
    text-align: center;
    padding: 0;
  }
  main.channel .section1 .flex_box1 .son {
    width: calc(100% / 2 - 20px * (2 - 1) / 2);
  }
  main.channel .section1 .flex_box1 a {
    flex-direction: column;
    padding: 15px;
  }
  main.channel .section1 .flex_box1 .img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
  }
  main.channel .section1 .flex_box1 img {
    position: absolute;
    top: 0;
    left: 0;
  }
  main.channel .section1 .flex_box1 .tet {
    padding-left: 0;
    padding-top: 10px;
  }
  main.channel .section1 .flex_box1 .tet h3 {
    height: 24px;
    -webkit-line-clamp: 1;
  }
  main.channel .section1 .flex_box1 .tet .p1,
  main.channel .section1 .flex_box1 .tet .p2 {
    margin: 5px 0;
  }
  main.hospital .section3 .flex_box1 {
    gap: 20px;
  }
  main.hospital .section3 .flex_box1 .son {
    width: calc(100% / 2 - 20px * (2 - 1) / 2);
  }
  main.hospital .section3 .flex_box2 a {
    width: calc(100% / 2 - 20px * (2 - 1) / 2);
  }
  footer .flex_box1 {
    flex-wrap: wrap;
    padding: 10px 0;
  }
  footer .flex_box1 .li {
    flex-grow: 0;
    height: 30px;
  }
  main.hospital .section2 .con {
    padding: 20px;
  }
  footer .flex_box1 a {
    padding: 0 10px;
  }
  footer .flex_box2 {
    flex-direction: column;
    padding-top: 20px;
  }
  footer .footer_copy {
    padding-bottom: 75px;
  }
  footer .flex_box2 .m {
    padding: 30px 0;
    width: 100%;
  }
  footer .flex_box2 .m ul {
    padding: 0 10px;
    flex-grow: 1;
    text-align: center;
  }
  footer .flex_box2 .m h3 {
    margin-bottom: 15px;
  }
  footer .flex_box2 .m a {
    margin-top: 10px;
  }
  main.index .section4 .tab {
    overflow: auto;
    white-space: nowrap;
  }
  main.index .section4 .tab a {
    line-height: 36px;
    padding: 0 15px;
    margin-left: 5px;
  }
  main.index .section4 .tab a:nth-child(1) {
    margin-left: 0;
  }
  main.index .section4 .tab_son .flex_box1 {
    gap: 10px;
  }
  main.index .section4 .tab_son .flex_box1 .info {
    flex-direction: column-reverse;
    padding: 10px;
    width: calc(100% / 3 - 10px * (3 - 1) / 3);
  }
  main.index .section4 .tab_son .flex_box1 .img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
  }
  main.index .section4 .tab_son .flex_box1 .img img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .banner12 .mySwiper2 {
    height: 100px;
  }
  main.channel .mbx1 {
    padding: 20px;
  }
  main.channel .info .box {
    padding: 20px;
  }
  main.channel .info .but {
    flex-wrap: wrap;
    gap: 10px 0;
  }
  main.channel .info .but a {
    margin: 0 auto;
  }
  main.index .section4 .tab_son .flex_box1 .tet h3 {
    margin-bottom: 15px;
  }
  main.index .section5 .flex_box1 {
    gap: 10px 15px;
  }
  main.index .section5 .flex_box1 .son {
    width: calc(100% / 2 - 15px * (2 - 1) / 2);
  }
  main.index .section5 .flex_box1 .img {
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    position: relative;
  }
  main.index .section5 .flex_box1 .img img {
    position: absolute;
    top: 0;
    left: 0;
  }
  main.index .section9 .flex_box1 .son .img img {
    padding: 10px;
  }
  main.index .section5 .flex_box1 .tet {
    padding: 10px;
  }
  main.index .section4 .tab a {
    transform: translateY(0.5px);
  }
  main.product .section4 .flex_box1 .tit,
  main.product .section4 .flex_box2 .tit,
  main.product .section4 .flex_box3 .tit {
    margin-right: 5px;
  }
  main.product .section4 .flex_box3 .selected a {
    white-space: nowrap;
    margin-right: 10px;
  }
  main.product .section5 .l .son {
    height: auto;
    padding: 10px;
  }
  main.product .section5 .l .img {
    flex-shrink: 0;
    border: 1px solid #eee;
    border-radius: 7px;
    overflow: hidden;
    padding: 10px;
  }
  main.shops .section1 .flex_box1 .r .box_3 .flex_box1 .img img {
    padding: 10px;
  }
  main.product .section1 .flex_box1 .son .img img {
    padding: 10px;
  }
  main.product .section5 .l .info {
    width: 100%;
    margin-left: 20px;
  }
  main.product .section5 .l .info .tit {
    height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  main.product .section5 .l .info .but .a1,
  main.product .section5 .l .info .but .a2 {
    padding: 0 10px;
    width: 100%;
  }
  main.product .section5 .l .info .but .a1 span,
  main.product .section5 .l .info .but .a2 span {
    font-size: 12px;
  }
  .banner2 .flex_box1 {
    flex-direction: column;
  }
  .banner2 .r {
    padding-top: 30px;
  }
  .banner2 .r h2 {
    position: relative;
    line-height: 1;
    padding-left: 20px;
    padding-bottom: 0;
    font-size: 20px;
    margin-bottom: 20px;
  }
  main.product .section1 .flex_box1 {
    gap: 20px 15px;
  }
  main.product .section1 .flex_box1 .son {
    width: calc(100% / 2 - 15px * (2 - 1) / 2);
  }
  main.product .section1 .flex_box1 .son .img {
    border: 1px solid #eee;
    border-radius: 7px;
    overflow: hidden;
  }
  main.product .section1 .flex_box1 .son .tet {
    margin-top: 5px;
  }
  main.product .section2 .flex_box1 {
    gap: 10px;
  }
  main.product .section2 .flex_box1 .son {
    width: calc(100% / 2 - 10px * (2 - 1) / 2);
  }
  .contact_us .flex_box3 {
    flex-wrap: wrap;
  }
  .contact_us .flex_box3 .ewm {
    width: 100%;
    border-left: none;
    padding: 20px 10px;
    border-top: 1px solid rgba(204, 204, 204, 0.4509803922);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contact_us .flex_box3 .ewm .son {
    margin-top: 0;
  }
  .contact_us .flex_box3 .ewm .son p {
    width: auto;
    padding: 0 10px;
  }
  .contact_us .flex_box3 .tet {
    padding: 20px;
  }
  .mbx1 .bx {
    flex-wrap: wrap;
    gap: 10px 0;
  }
  main.product .product_info .flex_box1 {
    width: 100%;
    padding: 10px;
  }
  main.product .product_info .flex_box1 .r {
    width: 100%;
    padding: 20px 0;
  }
  main.product .product_info .flex_box1 .r .box_top,
  main.product .product_info .flex_box1 .r .box_tet {
    padding: 10px;
  }
  main.product .product_info .flex_box1 .r .box_but a {
    margin-right: 0;
  }
  main.product .product_info .flex_box1 .r .box_but a {
    width: 40%;
    margin-right: 10%;
    font-size: 16px;
    line-height: 33px;
    height: 35px;
  }
  main.product .product_info .flex_box1 .h1 {
    font-size: 16px;
  }
  main.product .product_info .flex_box4 {
    width: 100%;
    margin-top: 20px;
  }
  main.product .product_info .flex_box2 .r .box_top,
  main.product .product_info .flex_box2 .r .box_tet,
  main.product .product_info .flex_box2 .r .box_bottom {
    padding: 20px;
  }
  .banner3 .r {
    padding: 20px 0 0;
    height: auto;
  }
  .banner3 .r .son {
    width: calc(100% / 2 - 20px * (2 - 1) / 2);
    height: auto;
    padding: 10px 0;
  }
  .banner3 .r .son .img {
    height: 60px;
  }
  main.shops .section2 .tab_con .flex_box1 .info {
    width: 100%;
  }
  main.shops .section2 .tab .son {
    width: calc(100% / 2 - 10px * (2 - 1) / 2);
  }
  main.shops .section3 .flex_box1 {
    gap: 10px;
  }
  main.shops .section4 .flex_box1 {
    flex-wrap: wrap;
  }
  main.shops .section4 .flex_box1 .r form {
    width: 100%;
    padding: 20px;
  }
  main.shops .section4 .flex_box1 .l {
    padding-left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  main.shops .section4 .flex_box1 .l a {
    margin: 10px 0;
    font-size: 15px;
    display: flex;
    align-items: center;
  }
  main.shops .section4 .flex_box1 .l a i {
    font-size: 12px;
  }
  .banner4 .mySwiper1 {
    height: 100px;
  }
  main.course .section2 .flex_box1 {
    gap: 10px;
  }
  main.course .section2 .flex_box1 .son {
    width: calc(100% / 2 - 10px * (2 - 1) / 2);
  }
  main.course .section2 .flex_box1 .img {
    height: 100px;
  }
  main.course .section2 .flex_box1 .tet {
    padding: 10px;
  }
  main.course .section3 .mySwiper3 .son {
    width: 100%;
  }
  main.course .section3 .mySwiper3 .img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
  }
  main.course .section3 .mySwiper3 .img img {
    position: absolute;
    top: 0;
    left: 0;
  }
  main.shops .section5 .flex_box1 {
    flex-wrap: wrap;
  }
  main.shops .section5 .flex_box1 .son {
    width: calc(100% / 2 - 10px * (2 - 1) / 2);
  }
  main.shops .section7 .son {
    flex-wrap: wrap;
    height: auto;
  }
  main.shops .section7 .son .img_logo {
    width: 100px;
    height: 100px;
    border-radius: 5px;
  }
  main.shops .section7 .son .tet {
    width: calc(100% - 110px);
    overflow: hidden;
  }
  main.shops .section7 .son .tet p span {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  main.shops .section7 .son .list {
    flex-wrap: wrap;
    margin-top: 10px;
    width: 100%;
  }
  main.shops .section7 .son .list a {
    width: calc(100% / 3 - 10px * (3 - 1) / 3);
    border-radius: 7px;
  }
  main.shops .section7 .son .list .img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
  }
  main.shops .section7 .son .list .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  main.shops .section7 .son .list a {
    margin-left: 10px;
  }
  main.shops .section7 .son .tet .p4 {
    margin-bottom: 10px;
  }
  main.shops .head_info .flex_box1 {
    flex-wrap: wrap;
    height: auto;
  }
  main.shops .head_info .text {
    width: calc(100% - 120px);
    margin-bottom: auto;
  }
  main.shops .head_info .text h1 {
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  main.shops .head_info .but {
    margin-top: -20px;
    margin-left: auto;
    margin-bottom: 10px;
  }
  main.shops .head_info .but a {
    padding: 0 15px;
    line-height: 30px;
    font-size: 13px;
  }
  main.shops .section1 .flex_box1 .r .banner {
    width: 100%;
    height: 200px;
  }
  main.shops .nav a {
    font-size: 14px;
    width: auto;
    padding: 0 0px;
    text-align: center;
    flex-grow: 1;
  }
  main.shops .section1 .flex_box1 .r .h3 {
    padding: 15px;
    font-weight: bold;
  }
  main.shops .section1 .flex_box1 .r .box_1 .con {
    margin: 15px;
  }
  main.shops .section1 .flex_box1 .r .con {
    padding: 15px;
  }
  main.shops .section1 .flex_box1 .r .box_3 .flex_box1 {
    flex-wrap: wrap;
    gap: 20px 10px;
  }
  main.shops .section1 .flex_box1 .r .box_3 .flex_box1 .son {
    width: calc(100% / 2 - 10px * (2 - 1) / 2);
  }
  main.shops .section1 .flex_box1 .r .box_3 .flex_box1 .img {
    border: 1px solid #eee;
    border-radius: 7px;
    overflow: hidden;
  }
  main.shops .section1 .flex_box1 .r .box_4 .flex_box1,
  main.shops .section1 .flex_box1 .r .box_5 .flex_box1 {
    flex-direction: column;
  }
  main.purchase .section1 .flex_box1 .son {
    width: calc(100% / 2 - 10px * (2 - 1) / 2);
  }
  main.purchase .section1 .flex_box1 .son p {
    font-size: 12px;
  }
  main.purchase .section1 .flex_box1 .son .but {
    text-align: right;
    margin-top: 10px;
  }
  main.purchase .section1 .flex_box1 .son .but a {
    display: inline-block;
    position: relative;
    bottom: 0px;
    right: 0px;
    line-height: 24px;
    height: 26px;
  }
  main.purchase .section2 .flex_box1 .tit,
  main.purchase .section2 .flex_box2 .tit,
  main.purchase .section2 .flex_box3 .tit,
  main.purchase .section2 .flex_box4 .tit {
    margin-right: 10px;
  }
  main.purchase .section3 .flex_box1 .l .son {
    padding: 15px;
  }
  main.purchase .section3 .flex_box1 .l .top {
    flex-wrap: wrap;
  }
  main.purchase .section3 .flex_box1 .l .top h2 {
    width: 100%;
  }
  main.purchase .section3 .flex_box1 .l .top h2 b {
    flex-shrink: 0;
  }
  main.purchase .section3 .flex_box1 .l .top .name {
    width: 100%;
    margin-top: 10px;
  }
  main.purchase .section3 .flex_box1 .l .bottom {
    margin-top: 15px;
  }
  main.purchase .section3 .flex_box1 .l .bottom .info {
    flex-wrap: wrap;
  }
  main.purchase .section6 .flex_box1 {
    gap: 10px;
  }
  main.purchase .section6 .flex_box1 .son {
    width: calc(100% / 2 - 10px * (2 - 1) / 2);
    padding: 15px;
  }
  main.purchase .section5 .l .top ul {
    width: 100%;
  }
  main.purchase .section5 .l .top {
    padding: 0 30px 30px;
  }
  main.purchase .section5 .l .bottom {
    padding: 30px 30px 0;
  }
  main.hospital .section_info .con {
    padding: 20px;
  }
  main.logon .section2 .logo_box .son form p {
    width: 100px;
    flex-shrink: 0;
    padding-right: 10px;
  }
  main.logon .section2 .logo_box {
    width: 100%;
  }
  main.member .member_list,
  main.supplier .member_list {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  main.member .member_list.on,
  main.supplier .member_list.on {
    visibility: visible;
    opacity: 1;
    z-index: 1000;
    overflow: hidden;
  }
  main.member .member_list_bj,
  main.supplier .member_list_bj {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  main.member .member_list_bj.on,
  main.supplier .member_list_bj.on {
    visibility: visible;
    opacity: 1;
    z-index: 999;
  }
  main.member .member_list,
  main.supplier .member_list {
    padding: 0;
  }
  main.shops .section6 .tit {
    width: 90px;
  }
  .fixed .box_fixed_form2,
  .fixed .box_fixed_form {
    width: 90%;
  }
  .fixed .box_fixed_form label {
    width: calc(100% / 2 - 10px * (2 - 1) / 2);
  }
  main.shops .section6 .flex_box2 a {
    padding: 0 15px;
  }
  main.member .flex .l,
  main.supplier .flex .l {
    width: 115px;
    padding: 10px;
    padding-right: 15px;
  }
  main.member .flex .l,
  main.supplier .flex .l span {
    text-align: right;
  }
  main.member .section_box2 select,
  main.member .section_box2 input[type="text"],
  main.member .section_box2 input[type="tel"],
  main.member .section_box2 input[type="date"],
  main.member .section_box2 input[type="email"],
  main.supplier .section_box2 select,
  main.supplier .section_box2 input[type="text"],
  main.supplier .section_box2 input[type="tel"],
  main.supplier .section_box2 input[type="date"],
  main.supplier .section_box2 input[type="email"],
  main.member .section_box2 textarea,
  main.supplier .section_box2 textarea {
    width: 100%;
  }
  main.member .section_box2 select.w50,
  main.member .section_box2 input[type="text"].w50,
  main.member .section_box2 input[type="tel"].w50,
  main.member .section_box2 input[type="date"].w50,
  main.member .section_box2 input[type="email"].w50,
  main.supplier .section_box2 select.w50,
  main.supplier .section_box2 input[type="text"].w50,
  main.supplier .section_box2 input[type="tel"].w50,
  main.supplier .section_box2 input[type="date"].w50,
  main.supplier .section_box2 input[type="email"].w50 {
    width: 47%;
    margin-right: 2%;
  }
  main.member .section_box2 select.w50,
  main.supplier .section_box2 select.w50 {
    width: 100%;
    margin: 0;
    margin-top: 10px;
  }
  main.member .section_box2 select.w50:nth-child(1),
  main.supplier .section_box2 select.w50:nth-child(1) {
    margin-top: 0px;
  }
  main.member .flex_box9 .r span,
  main.supplier .flex_box9 .r span,
  main.member .flex_box12 .r span,
  main.supplier .flex_box12 .r span {
    word-break: break-all;
  }
  .head_member .l .img {
    margin-right: auto;
  }
  .head_member .r i {
    display: block;
    margin-left: 10px;
    font-size: 20px;
    cursor: pointer;
    color: var(--color1);
  }
  main.member .member_content,
  main.supplier .member_content {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 60px;
  }
  main.member .section_box4 .box,
  main.supplier .section_box4 .box {
    padding: 10px 0;
  }
  main.member .section_box4 .tab_con thead tr td:nth-child(1),
  main.supplier .section_box4 .tab_con thead tr td:nth-child(1),
  main.member .section_box4 .tab_con thead tr td:nth-child(3),
  main.supplier .section_box4 .tab_con thead tr td:nth-child(3),
  main.member .section_box4 .tab_con thead tr td:nth-child(4),
  main.supplier .section_box4 .tab_con thead tr td:nth-child(4),
  main.member .section_box4 .tab_con tbody td:nth-child(1),
  main.supplier .section_box4 .tab_con tbody td:nth-child(1),
  main.member .section_box4 .tab_con tbody td:nth-child(3),
  main.supplier .section_box4 .tab_con tbody td:nth-child(3),
  main.member .section_box4 .tab_con tbody td:nth-child(4),
  main.supplier .section_box4 .tab_con tbody td:nth-child(4),
  main.member .section_box7 thead tr td:nth-child(4),
  main.supplier .section_box7 thead tr td:nth-child(4),
  main.member .section_box7 tbody td:nth-child(4),
  main.supplier .section_box7 tbody td:nth-child(4),
  main.member .section_box7 thead tr td:nth-child(1),
  main.supplier .section_box7 thead tr td:nth-child(1),
  main.member .section_box7 tbody td:nth-child(1),
  main.supplier .section_box7 tbody td:nth-child(1),
  main.member .section_box4 .tab_con td:nth-child(5) {
    display: none;
  }
  main.member .section_box4 .tab_con .edit,
  main.supplier .section_box4 .tab_con .edit {
    padding: 2px 10px;
    white-space: nowrap;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main.member .flex .r,
  main.supplier .flex .r {
    padding: 10px;
    width: 100px;
  }
  main.member .section_box1 .file_img.w100,
  main.supplier .section_box1 .file_img.w100 {
    padding-bottom: 100px;
  }
  main.member .section_box4 .tab_con .edit:nth-child(1),
  main.supplier .section_box4 .tab_con .edit:nth-child(1) {
    margin-top: 0;
  }
  main.member .section_box5 .con,
  main.supplier .section_box5 .con,
  main.member .section_box6 .con,
  main.supplier .section_box6 .con,
  main.member .section_box7 .con,
  main.supplier .section_box7 .con {
    padding: 15px;
  }
  main.member .section_box4 .tab_list a,
  main.supplier .section_box4 .tab_list a {
    margin-right: 10px;
  }
  main.member .section_box5 .son,
  main.supplier .section_box5 .son {
    width: calc(100% / 2 - 20px * (2 - 1) / 2);
  }
  main.member .section_box7 tbody td:nth-child(1),
  main.supplier .section_box7 tbody td:nth-child(1) {
    padding: 10px;
  }
  .fixed .box_1,
  .fixed .box_2,
  .fixed .box_3 {
    width: 90%;
  }
  main.index .section8 .flex_box1 .r a:nth-child(n + 4) {
    display: none;
  }
  main.footer_info .section2 .flex_box1 ul {
    overflow: auto;
  }
  main.footer_info .section2 .flex_box2 a {
    width: calc(100% / 2 - 5px * (2 - 1) / 2);
  }
  main.logon .section2 .logo_box .son .form1 {
    max-width: 380px;
  }
  main.member .section_box1 .file_img,
  main.supplier .section_box1 .file_img {
    width: 100%;
    height: 0;
    padding-bottom: 33.3333333333%;
    position: relative;
  }
  main.index .section11 .flex_box1 a {
    width: calc(100% / 2 - 20px * (2 - 1) / 2);
  }
  main.member .section_box1 .file_img img,
  main.supplier .section_box1 .file_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  main.member .section_box1 .img_all .box img,
  main.supplier .section_box1 .img_all .box img {
    height: 120px;
  }
  main.member .section_box1 .p,
  main.supplier .section_box1 .p {
    flex-wrap: wrap;
  }
  main.news .section1 .flex_box1 .l {
    width: 100%;
    background-color: #fff;
    padding: 20px;
  }
  main.news .section1 .flex_box1 .l .news_list .son .img {
    width: 100%;
  }
  main.news .section1 .flex_box1 .l .news_list .son .text {
    padding-bottom: 0;
  }
  main.news .section1 .flex_box1 .l .news_list .son {
    flex-direction: column;
    padding: 20px 0;
  }
  main.news .section1 .flex_box1 .l .news_list .son .text .bottom {
    margin-top: 5px;
  }
  main.news .section2 .flex_box1 .l {
    width: 100%;
    padding: 15px;
  }
  main.member .flex .r,
  main.supplier .flex .r {
    overflow: hidden;
  }
  main.news .section2 .flex_box1 .l .info .tit {
    line-height: 1.3;
  }
  main.news .section2 .flex_box1 .l .p {
    flex-wrap: wrap;
    gap: 10px 0;
  }
  main.purchase .section2 .flex_box3 ul li.con .box {
    padding: 10px;
  }
  main.purchase .section3 .flex_box1 .l .top .name p {
    margin-left: 0;
    max-width: 40%;
  }
  main.activity .section3 .flex_box1 {
    flex-direction: column;
    gap: 30px;
  }
  main.activity .section2 .flex_box1 {
    gap: 10px;
  }
  main.activity .section2 .flex_box1 .son {
    width: calc(100% / 2 - 10px * (2 - 1) / 2);
  }
  main.activity .section2 .flex_box1 .son .tet {
    padding: 10px;
  }
  main.activity .section1 .flex_box1 .son {
    flex-direction: column;
    margin-bottom: 20px;
  }
  main.activity .section1 .flex_box1 .tet {
    padding: 10px;
  }
  main.activity .section1 .flex_box1 .but {
    padding: 0 10px 10px;
    flex-direction: row;
  }
  main.activity .section4 .flex_box1 {
    gap: 15px;
  }
  main.activity .section4 .flex_box1 .son {
    width: calc(100% / 2 - 15px * (2 - 1) / 2);
    line-height: 40px;
  }
  main.activity .section4 .flex_box2 .son {
    width: calc(100% / 2 - 30px * (2 - 1) / 2);
  }
  main.activity .section4 .flex_box2 .img {
    height: 110px;
  }
  main.activity .info_box .flex_box1 .l .top {
    padding: 15px;
  }
  main.activity .info_box .flex_box1 .l .top h1 {
    line-height: 1.4;
    margin-bottom: 20px;
  }
  main.activity .info_box .flex_box1 .l .top .flex_box2 {
    flex-direction: column;
  }
  main.activity .info_box .flex_box1 .l .top .right {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  main.activity .info_box .flex_box1 .l .top .right a {
    margin: 0;
    width: auto;
    padding: 0 30px;
    height: 30px;
    line-height: 30px;
  }
  main.activity .info_box .flex_box1 .l .top .con {
    margin-top: 20px;
  }
  main.purchase .section5 .flex_box1 {
    flex-direction: column;
  }
  main.purchase .section5 .r {
    width: 100%;
    border-top: 1px solid #ccc;
  }
  main.purchase .section5 .l {
    padding-bottom: 20px;
  }
  main.purchase .section5 .l .top .but a {
    margin-top: 20px;
    line-height: 35px;
    height: 35px;
    width: 150px;
    font-size: 14px;
  }
  main.shops .section3 .flex_box1 .son .img {
    padding-bottom: 50%;
  }
  main.purchase .section1 .adv img,
  .contact_us .flex_box2 .img img,
  main.index .section10 img {
    height: 75px;
    width: 100%;
  }
  main.index .title .more i {
    width: 18px;
    height: 18px;
    border-radius: 18px;
    background-color: var(--color1);
    color: #fff;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner2 .r .info .img {
    width: 80px;
    height: 80px;
  }
  .contact_us .flex_box1 .son {
    width: calc(100% / 2 - 20px * (2 - 1) / 2);
  }
  .contact_us .flex_box1 .son .img {
    padding-bottom: 65%;
  }
  main.shops .banner4 {
    margin-bottom: 20px;
  }
  main.shops .section4 {
    margin-bottom: 20px;
  }
  main.shops .head_info .img {
    border: 1px solid rgba(204, 204, 204, 0.4509803922);
    border-radius: 5px;
    padding: 10px;
  }
  main.purchase .section1 .tit {
    margin-bottom: 15px;
  }
  main.course .h2 {
    margin-bottom: 15px;
  }
  main.course .section2 .flex_box1 .tet p {
    height: 48px;
    font-size: 12px;
    margin-top: 5px;
  }
  main.buy .flex .l {
    width: 110px;
  }
  main.buy .section_box3 input {
    width: 100%;
  }
  main.buy .section_box3 textarea {
    width: 100%;
  }
  main.shops .section1 .flex_box1 .r .box_1,
  main.shops .section1 .flex_box1 .r .box_3,
  main.shops .section1 .flex_box1 .r .box_4,
  main.shops .section1 .flex_box1 .r .box_5,
  main.shops .section1 .flex_box1 .r .box_6 {
    border-radius: 7px;
  }
  main.activity .section2 .flex_box1 .son .img {
    line-height: 110px;
  }
  main.activity .section1 .flex_box1 .img {
    width: 100%;
    height: 150px;
  }
  main.news .section1 .flex_box1 .l .news_list .son .text p {
    margin-top: 5px;
  }
  main.hospital .section4 .flex_box1 .son {
    width: calc(100% / 2 - 20px * (2 - 1) / 2);
  }
  main.product .product_info .flex_box1 .r .box_bottom {
    justify-content: space-between;
  }
  main.product .product_info .flex_box1 .r .box_bottom a {
    margin-left: 0;
  }
  main.shops .section4 .flex_box1 .r form .label3 {
    width: 48%;
  }
  main.shops .section4 .flex_box1 .r form .label3 ~ .label1 {
    width: 48%;
  }
  header .head_mobile .nav a:nth-child(5),
  header .head_mobile .nav a:nth-child(6),
  header .head_mobile .nav a:nth-child(9),
  header .head_mobile .nav a:nth-child(10),
  header .head_mobile .nav .son:nth-child(11),
  header .head_mobile .nav a:nth-child(12){
    display: none;
  }
  main.buy .section_box3 input.w50,
  main.buy .section_box3 .select_box + .select_box span {
    margin-left: 0;
  }
  main.buy .section_box3 .flex_box10 .select_3_2 {
    transform: translateX(0px);
  }
  main.logon .section2 .logo_box .son form .text-danger {
    display: none;
  }
  main.product .section4 .flex_box1 form {
    flex-grow: 1;
  }
  main.shops .section6 .flex_box3 select {
    width: 100px;
  }
  main.home .section2 .flex_box2 .son {
    flex-wrap: wrap;
    padding: 20px;
  }
  main.home .section2 .flex_box2 .r,
  main.home .section2 .flex_box2 .l {
    width: 100%;
  }
  main.home .section2 .flex_box2 .r {
    margin-top: 20px;
  }
  main.home .section1 .flex_box1 {
    display: none;
  }
  main.home .section1 .flex_box2 {
    display: flex;
  }
  .contact_us .flex_box3 .img {
    height: auto;
  }
  .contact_us .flex_box3 .ewm .son .ewm_img {
    display: none;
  }
  .contact_us .flex_box3 .ewm .ewm_ {
    display: block;
    padding: 20px 0 0;
    margin: auto;
    width: 50%;
  }
  main.member .section_box4 .tab_list a, main.supplier .section_box4 .tab_list a {
    width: 90px;
  }
  main.member .section_box4 .tab_list .use span, main.supplier .section_box4 .tab_list .use span {
    padding: 0 5px;
  }
}

/*# sourceMappingURL=index.css.map */
