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

:root {
  --color1: #e52f82;
}

html {
  font-size: 14px;
}

body {
  color: #666;
  font-size: 14px;
  font-family: "微软雅黑";
}

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

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

p {
  line-height: 2;
}

span {
  line-height: 2;
}

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;
}

.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 .on {
  display: none !important;
}

.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;
}

main.shops .section3 .h2, main.index .h2 {
  width: 100%;
  line-height: 1;
  margin-bottom: 20px;
  display: flex;
}
main.shops .section3 .h2 .more, main.index .h2 .more {
  margin-left: auto;
  transition: all 0.5s ease;
  height: 100%;
  padding: 0 10px;
  padding-left: 15px;
  border-radius: 24px;
  display: flex;
  align-items: center;
}
main.shops .section3 .h2 h2, main.index .h2 h2 {
  font-size: 24px;
  line-height: 1;
  color: var(--color1);
  padding-left: 20px;
  position: relative;
}
main.shops .section3 .h2 h2::after , main.index .h2 h2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    height: 100%;
    border-radius: 6px;
    background-color: var(--color1);
}
main.shops .section3 .h2 span, main.index .h2 span {
  line-height: 1;
}
main.shops .section3 .h2 i, main.index .h2 i {
  margin-left: 5px;
  font-size: 12px;
}

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

main.product .section5 .r .tit, .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.product .section5 .r .tit::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.product .section5 .r .tit .more, .banner2 .r h2 .more {
  font-size: 12px;
  display: flex;
  align-items: center;
}
main.product .section5 .r .tit .more span, .banner2 .r h2 .more span {
  line-height: 1;
}
main.product .section5 .r .tit .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;
}

.banner {
  display: none;
}
.banner .mySwiper1 {
  height: 400px;
}
.banner .mySwiper1 .swiper-slide {
  font-size: 0;
}
.banner .mySwiper1 .pag_1 span {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  transition: all 0.5s ease;
  background-color: var(--color1);
}
.banner .mySwiper1 .pag_1 .swiper-pagination-bullet-active {
  width: 40px;
}
.banner .mySwiper1 .button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color1);
  color: #fff;
}
.banner .mySwiper1 .button::after {
  display: none;
}
.banner .mySwiper1 img {
  width: 100%;
  height: 100%;
}

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

.banner2 .l {
  flex-shrink: 0;
}
.banner2 .classify ul {
  height: 200px;
}
.banner2 .mySwiper2 {
  height: 330px;
  width: 700px;
}
.banner2 .mySwiper2 img {
  height: 330px;
  width: 700px;
}
.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;
}
.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;
}
.banner3 .classify ul {
  height: 200px;
}
.banner3 .r {
  flex-grow: 1;
  height: 330px;
  padding-left: 20px;
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.banner3 .r .son {
  width: calc(100% / 4 - 20px * (4 - 1) / 4);
  height: 155px;
  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%;
}
.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: 0;
  left: 0;
  right: 0;
  padding: 0 60px 30px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.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%;
}

.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;
}
.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 .son {
  margin-top: 15px;
  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;
  display: none;
}
.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 rgba(204, 204, 204, 0.4509803922);
  color: #fff;
  background-color: rgba(229, 47, 130, 0.7098039216);
  font-size: 13px;
}
.contact_us .flex_box3 .ewm .son + .son p {
  background-color: var(--color1);
}

.nav .flex_box1 {
  justify-content: flex-start;
  padding: 20px 0;
}
.nav .flex_box1 .item {
  flex-grow: 1;
  max-width: 150px;
}
.nav .flex_box1 .tit {
  width: 100%;
  line-height: 40px;
  transition: all 0.5s ease;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  border-radius: 40px;
  display: block;
}
.nav .flex_box1 .tit.on {
  background-color: var(--color1);
  color: #fff;
}
.nav .flex_box1 .tit:hover {
  background-color: var(--color1);
  color: #fff;
}

.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 .bj {
  background-color: #eeeeee;
}
header .flex_box1 {
  justify-content: flex-end;
  line-height: 40px;
}
header .flex_box1 .home {
  line-height: 40px;
  margin-right: 20px;
  color: var(--color1);
}
header .flex_box1 .p {
  line-height: 40px;
  margin-right: auto;
}
header .flex_box1 .login a {
  transition: all 0.5s ease;
}
header .flex_box1 .login a:hover {
  color: var(--color1);
}
header .flex_box1 .lang {
  margin-left: 55px;
}
header .flex_box1 .lang a {
  height: 100%;
  display: flex;
  align-items: center;
}
header .flex_box1 .lang img {
  margin-right: 10px;
  height: 16px;
}
header .flex_box2 {
  align-items: flex-end;
  padding-top: 20px;
  padding-bottom: 30px;
}
header .flex_box2 .logo {
  height: 50px;
  margin-right: auto;
  display: flex;
}
header .flex_box2 .ul_box {
  display: none;
}
header .flex_box2 .search_form {
  margin-right: 5px;
  height: 40px;
  border: 1px solid var(--color1);
  border-radius: 50px;
  display: flex;
}
header .flex_box2 .search_form .search_input {
  display: none;
}
header .flex_box2 .search_form .select {
  position: relative;
  padding: 0 15px;
  padding-left: 25px;
  border-right: 1px solid var(--color1);
  border-radius: 50px 0 0 50px;
  width: 150px;
  background-color: var(--color1);
  color: #fff;
  display: flex;
  align-items: center;
}
header .flex_box2 .search_form .select i {
  font-size: 8px;
  margin-left: auto;
}
header .flex_box2 .search_form .select ul {
  position: absolute;
  background-color: #fff;
  color: #333;
  width: calc(100% - 15px);
  z-index: 10;
  top: 100%;
  left: 15px;
  box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.2);
  display: none;
}
header .flex_box2 .search_form .select li {
  padding: 0 10px;
  line-height: 40px;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  border-top: 1px solid rgba(204, 204, 204, 0.4392156863);
}
header .flex_box2 .search_form .search_type {
  width: 200px;
  padding: 0 15px;
}
header .flex_box2 .search_form button {
  width: 50px;
  border-left: 1px solid var(--color1);
  border-radius: 0 50px 50px 0;
  background-color: var(--color1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .flex_box2 .icon {
  display: flex;
  align-items: center;
}
header .flex_box2 .icon a {
  margin: 0 5px;
  transition: all 0.5s ease;
  height: 34px;
  border-radius: 40px;
  border: 1px solid var(--color1);
  padding: 0 16px;
  display: flex;
  align-items: center;
}
header .flex_box2 .icon a:last-child {
  margin-right: 0;
}
header .flex_box2 .icon a.cart {
  background-color: var(--color1);
  color: #fff;
}
header .flex_box2 .icon a.cart:hover {
  color: #fff;
}
header .flex_box2 .icon a i {
  margin-right: 3px;
}
header .flex_box2 .icon a:hover {
  color: var(--color1);
}
header .flex_box2 .icon .line {
  width: 0.5px;
  margin: 0 5px;
  height: 34px;
  background: linear-gradient(to top, #fff 0%, #555555, #fff 100%);
}

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: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer_copy .p {
  margin: 0 5px;
}
footer .footer_copy p {
  margin-left: 5px;
  display: flex;
  gap: 5px;
  height: 30px;
}
footer .footer_copy p img {
  width: 30px;
  max-height: 30px;
}
footer .footer_copy p a {
  display: inline-block;
  line-height: 1;
  height: 100%;
}
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 {
  justify-content: space-between;
  padding: 40px 0;
  color: #ccc;
}
footer .flex_box2 .l {
  display: flex;
  align-items: center;
}
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 {
  text-align: center;
  padding: 0 40px;
  border-right: 1px solid #777777;
}
footer .flex_box2 .m ul:nth-child(1) {
  border-left: 1px solid #777777;
}
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 {
  width: 200px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
footer .flex_box2 .r h3 {
  width: 100%;
  color: #fff;
  font-weight: normal;
  text-align: center;
  margin-bottom: 25px;
}
footer .flex_box2 .r .icon {
  /*width: 100%;*/
  margin-left: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
}
footer .flex_box2 .r a {
  display: block;
  font-size: 0;
}
footer .flex_box2 .r img {
  width: 25px;
}
footer .flex_box2 .r .txt {
  padding: 10px 0;
}
footer .flex_box2 .r .txt p {
  display: flex;
  line-height: 35px;
  align-items: center;
}
footer .flex_box2 .r .txt p i {
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-right: 5px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .flex_box2 .r .txt p i:before {
  line-height: 1;
}
footer .flex_box2 .r .ewm {
  width: 100%;
  text-align: center;
  display: flex;
}
footer .flex_box2 .r .ewm img {
  width: 100%;
  max-width: 100px;
}
footer .flex_box2 .r .ewm a img {
  width: 25px;
}
footer .footer_mobile {
  display: none;
}

.classify {
  width: 250px;
  background-color: var(--color1);
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
}
.classify h3 {
  padding: 0 20px;
  line-height: 60px;
  font-size: 18px;
  background-color: #941f55;
  display: flex;
  align-items: center;
}
.classify h3 span {
  margin-left: 10px;
}
.classify ul {
  flex-grow: 1;
  height: 300px;
  overflow: auto;
}
.classify ul::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.classify ul::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
}
.classify ul::-webkit-scrollbar-track {
  background-color: rgba(148, 31, 85, 0.7);
}
.classify li {
  padding-left: 40px;
  padding-right: 10px;
  height: 40px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.4);
  display: flex;
  align-items: center;
}
.classify li .tit {
  display: block;
  flex-grow: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.classify li i {
  flex-shrink: 0;
}
.classify li .ul {
  position: absolute;
  z-index: 11;
  top: 0;
  left: 100%;
  width: 570px;
  height: 100%;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
  display: none;
}
.classify li .ul .sub {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.classify li .ul .sub::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.classify li .ul .sub::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
}
.classify li .ul .sub::-webkit-scrollbar-track {
  background-color: #eee;
}
.classify li .ul a {
  display: block;
  line-height: 30px;
}
.classify .but {
  background-color: #941f55;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.classify .but a {
  display: block;
  line-height: 50px;
}

main.index .flex_box1 .r {
  flex-grow: 1;
  background-image: url(../image/bj3.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
}
main.index .flex_box1 .r::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(229, 47, 130, 0.45);
}
main.index .flex_box1 .r .tit {
  position: relative;
  z-index: 10;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main.index .flex_box1 .r .tit a {
  height: 40px;
  display: flex;
  align-items: center;
}
main.index .flex_box1 .r .tit i {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 10px;
}
main.index .flex_box1 .r .form {
  position: relative;
  z-index: 10;
  width: 600px;
  padding: 35px 20px;
  background-color: #ffffffd6;
  color: #333;
  border-radius: 20px;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  flex-direction: column;
}
main.index .flex_box1 .r .form h3 {
  margin-bottom: 20px;
  font-size: 16px;
  width: 100%;
}
main.index .flex_box1 .r .form label {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
main.index .flex_box1 .r .form label.label_2 {
  width: 48%;
}
main.index .flex_box1 .r .form label.label_3 {
  width: 31%;
}
main.index .flex_box1 .r .form input,
main.index .flex_box1 .r .form select {
  width: 100%;
  height: 40px;
  border-radius: 7px;
  border: 1px solid rgba(204, 204, 204, 1);
  padding: 0 20px;
}
main.index .flex_box1 .r .form button {
  background-color: var(--color1);
  line-height: 40px;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 7px;
  width: 48%;
  cursor: pointer;
}
main.index .flex_box2 {
  flex-wrap: wrap;
  background-color: var(--color1);
  color: #fff;
  padding: 20px;
  border-radius: 7px;
}
main.index .flex_box2 .img_box {
  width: 100%;
  display: flex;
  gap: 20px;
}
main.index .flex_box2 .son {
  width: calc(100% / 6 - 20px * (6 - 1) / 6);
}
main.index .flex_box2 .img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}
main.index .flex_box2 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
main.index .flex_box2 img:hover {
  transform: scale(1.05);
}
main.index .flex_box2 .tet {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 15px;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
main.index .flex_box2 .h2 h2 {
  color: #fff;
}
main.index .flex_box2 .h2 h2::after {
  background-color: #fff;
}
main.index .flex_box3 {
  flex-wrap: wrap;
}
main.index .flex_box3 .img_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
main.index .flex_box3 .son {
  width: calc(100% / 5 - 20px * (5 - 1) / 5);
}
main.index .flex_box3 .img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 120%;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}
main.index .flex_box3 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
main.index .flex_box3 img:hover {
  transform: scale(1.05);
}
main.index .flex_box3 .tet {
  display: block;
  width: 100%;
  margin-top: 15px;
  line-height: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
}
main.index .flex_box3 .tet h3 {
  font-weight: normal;
}
main.index .flex_box4 {
  flex-wrap: wrap;
}
main.index .flex_box4 .img_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
main.index .flex_box4 .son {
  width: calc(100% / 3 - 10px * (3 - 1) / 3);
  position: relative;
  border: 1px solid #ddd;
  border-radius: 7px;
  margin-top: 25px;
  padding: 20px;
  padding-top: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
main.index .flex_box4 .logo {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
main.index .flex_box4 .logo img {
  background: #fff;
      height: 100%;
    width: 100%;
}
main.index .flex_box4 .tet {
  padding-top: 30px;
  display: block;
  width: 100%;
  margin-top: 15px;
}
main.index .flex_box4 .tet h3 {
  line-height: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
main.index .flex_box4 .images {
  margin-top: 20px;
  /*margin-bottom: 20px;*/
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
main.index .flex_box4 .images a {
  width: calc(100% / 3 - 15px * (3 - 1) / 3);
  display: block;
}
main.index .flex_box4 .images a .img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}
main.index .flex_box4 .images a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
main.index .flex_box4 .images a img:hover {
  transform: scale(1.05);
}
main.index .flex_box5 {
  flex-wrap: wrap;
}
main.index .flex_box5 .tab {
  width: 100%;
  display: flex;
}
main.index .flex_box5 .tab .button {
  position: relative;
  top: 0;
  margin: 0;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  color: var(--color1);
  display: flex;
  align-items: center;
  justify-content: center;
}
main.index .flex_box5 .tab .button::after {
  display: none;
}
main.index .flex_box5 .tab .button_prev {
  left: 0;
}
main.index .flex_box5 .tab .button_next {
  right: 0;
}
main.index .flex_box5 .tab .swiper-slide {
  width: auto;
}
main.index .flex_box5 .tab .swiper-slide a {
  display: block;
  padding: 0 20px;
  line-height: 36px;
  border: 1px solid var(--color1);
  border-left: 0;
}
main.index .flex_box5 .tab .swiper-slide a.on {
  background-color: var(--color1);
  color: #fff;
}
main.index .flex_box5 .tab .swiper-slide:nth-child(1) a {
  border-left: 1px solid var(--color1);
}
main.index .flex_box5 .tab_con {
  display: block;
  width: 100%;
}
main.index .flex_box5 .tab_con .con {
  display: none;
}
main.index .flex_box5 .tab_con .con.on {
  display: flex;
}
main.index .flex_box5 .tab_con .one {
  width: calc(100% / 5 - 0px * (5 - 1) / 5);
  height: 350px;
  background-color: var(--color1);
}
main.index .flex_box5 .tab_con .one a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  border: 1px solid var(--color1);
}
main.index .flex_box5 .tab_con .one img {
  width: 100%;
  height: 100%;
}
main.index .flex_box5 .tab_con .son {
  width: calc(100% / 5 - 0px * (5 - 1) / 5);
  height: 350px;
  padding: 10px;
  padding-bottom: 0;
}
main.index .flex_box5 .tab_con .son a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
main.index .flex_box5 .tab_con .son .img {
  flex-grow: 1;
}
main.index .flex_box5 .tab_con .son img {
  width: 100%;
  height: 100%;
}
main.index .flex_box5 .tab_con .son h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 10px;
}
main.index .section6 .banner {
  display: block;
  height: 125px;
}
main.index .section6 .banner .mySwiper3 {
  height: 100%;
}
main.index .section6 .banner a {
  display: block;
  width: 100%;
  height: 100%;
}
main.index .section6 .banner img {
  width: 100%;
  height: 100%;
}

main.product a {
  line-height: 1;
}
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;
  width: 70px;
  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 {
  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;
  width: 70px;
  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;
  width: 70px;
  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 {
  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 {
  flex-shrink: 0;
  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: 56px;
  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;
}
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;
}
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;
  align-items: center;
}
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 p {
  line-height: 20px;
}
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 .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: 130px;
  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 {
  margin-top: 10px;
  display: flex;
}
main.product .product_info .flex_box4 ul li:nth-child(1) {
  margin-top: 0px;
}
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;
}
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: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

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%;
}
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_shops {
  background-color: var(--color1);
  color: #fff;
}
main.shops .nav_shops .flex_box1 {
  align-items: center;
  height: 40px;
}
main.shops .nav_shops a {
  width: 180px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  transition: all 0.5s ease;
  position: relative;
}
main.shops .nav_shops a:hover {
  background-color: #ff4f9f;
}
main.shops .nav_shops 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_shops a.on {
  background-color: #ff4f9f;
}
main.shops .nav_shops 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 #ccc;
  font-weight: normal;
  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 {
  display: block;
  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: 30px;
  height: 30px;
  border-radius: 50%;
  color: #333;
  border: 2px solid #333;
  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;
  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;
  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: 30px;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -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;
  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;
  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 .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;
}
main.shops .section2 .tab_con .flex_box1 .info .top .img img {
  width: 100%;
  height: 100%;
}
main.shops .section2 .tab_con .flex_box1 .info .top .tet {
  flex-grow: 1;
  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;
  margin-bottom: 10px;
}
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 input,
main.shops .section4 .flex_box1 .r form select {
  width: 100%;
  height: 40px;
  line-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 .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: 80px;
  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;
  background-color: #fff;
  border-radius: 7px;
  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;
}
main.shops .section7 .son .img_logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.shops .section7 .son .tet {
  flex-grow: 1;
  max-width: 470px;
  margin-left: 10px;
  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 {
  display: flex;
  align-items: center;
}
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 .img img {
  width: 100%;
  height: 100%;
}
main.shops .section7 .son .list p {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

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: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  /*display: flex;*/
  /*align-items: center;*/
}
main.activity .section2 .flex_box1 .son .tet p i {
    display: inline-block;
  margin-right: 5px;
  line-height: 26px;
}
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;
  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.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: 350px;
  /* 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;
  display: flex;
  flex-wrap: wrap;
}
main.logon .section1 .tab_con .son form label span {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
  line-height: 1;
}
main.logon .section1 .tab_con .son form label .forget_password {
  margin-left: auto;
  font-weight: normal;
  color: var(--color1);
  cursor: pointer;
}
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;
  bottom: 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: 20px;
  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 .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: 600px;
  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: 200px;
  line-height: 40px;
  padding-right: 25px;
  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: 400px;
  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: 0px;
  left: 200px;
  top: 40px;
  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: 160px;
  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.shops .section2 .tab_m {
  display: none;
}

.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;
    /*white-space: nowrap;*/
}
.head_member .r a {
    flex-shrink: 0;
  margin-left: 20px;
}
.head_member .r i {
  display: none;
}

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: 230px;
  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 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;
  text-align: right;
  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;
  text-align: center;
  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_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: 130px;
}
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);
}


.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 .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;*/
  display: block;
  padding: 0 20px;
  line-height: 40px;
      border-radius: 7px;
    background-color: var(--color1);
    color: #fff;
    text-align: center;
}
.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;
}

.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;
}

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 .select_input_2,
main.buy .section_box3 .select_input_3 {
  cursor: pointer;
}
main.buy .section_box3 input.w50 {
  width: 270px;
  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: 200px;
  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;
}
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 10px;
  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;
  display: block !important;
}
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 !important;
  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;
}
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.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;
}
.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;
}

@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;
  }
  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 {
    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 {
    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.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;
  }
  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 .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;
  }
  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.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 20px;
    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(8),
  header .head_mobile .nav a:nth-child(9),
  header .head_mobile .nav .son:nth-child(10) {
    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;
  }
}


@media screen and (max-width: 768px) {
    .bx,
    header .banner,
    main.index .section2 {
        width: 100%;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    main.index .section6 .banner,
    .banner9 .mySwiper9 {
        height: 75px;
    }
    .banner4 .mySwiper1 {
        height: 100px;
    }
    header .head_mobile,
    footer .footer_mobile {
        display: block;
    }
    main.shops .section3 .h2 span, main.index .h2 span {
        font-size: 12px;
    }
    .classify,
    .banner3 .r,
    main.shops .section2 .tab,
    main.shops .section4 .flex_box1 .l,
    /*main.index .flex_box3 .son:nth-child(5 + n),*/
    main.shops .section7 .son .list a:nth-child(4),
    main.shops .section7 .son .tet .p2,
    main.shops .section7 .son .tet .p3,
    main.product .section5 .l .company,
    main.product .section5 .r,
    main.index .section2,
    main.index .flex_box1 .r .tit,
    footer .footer_bj,
    main.product .section4 .flex_box1 .selected,
    header section.nav,
    header .header_en,
    header .flex_box2 .search_form,
    header .flex_box2 .icon,
    header .bj {
        display: none !important;
    }
    .banner2 .mySwiper2,
    .banner .mySwiper1 {
        width: 100%;
        height: 170px;
        border-radius: 7px;
    }
    main.index .flex_box1 .r .form {
        width: 100%;
        border-radius: 10px;
    }
    main.index .flex_box1 .r .form button,
    main.index .flex_box1 .r .form label.label_2{
        width: 100%;
    }
    main.index .section1 {
        padding: 30px 0;
    }
    main.shops .section3 .h2 h2, main.index .h2 h2{
        font-size: 18px;
    }
    main.shops .section3 .h2 i, main.index .h2 i{
        line-height: 1;
    }
    main.index .flex_box3 .img {
        border: 1px solid #eeeeee;
        border-radius: 7px;
        overflow: hidden;
    }
    main.index .flex_box3 img {
        padding: 10px;
    }
    main.index .flex_box4 .logo {
        width: 60px;
        height: 60px;
    }
    main.index .flex_box4 .son{
        width: 100%;
        padding: 15px;
            padding-top: 0;
    }
    main.index .flex_box3 .img_box {
        gap: 20px 15px;
    }
    main.index .flex_box3 .son {
        width: calc(100% / 2 - 15px * (2 - 1) / 2);
    }
    main.index .flex_box5 .tab_con .one,
    main.index .flex_box5 .tab_con .son{
        width: calc(100% / 3 - 0px * (3 - 1) / 3);
        height: 150px;
    }
    main.index .flex_box5 .tab_con .one a{
        padding: 15px;
    }
    footer .flex_box1{
        flex-wrap: wrap;
        padding: 10px 0;
        /*padding: 0;*/
    }
    footer .flex_box1 .li{
        flex-grow: 0;
        height: 30px;
    }
    footer .flex_box1 a{
        padding: 0 10px;
    }
    .footer_mobile .flex_box3 a span {
        line-height: 1;
    }
    footer .footer_copy {
        padding-bottom: 75px;
    }
    main section.p-t-5 {
        padding-top: 30px;
    }
    main section.p-b-5 {
        padding-bottom: 30px;
    }
    .banner2 .flex_box1 {
        flex-direction: column;
    }
    .banner2 .r {
        padding-top: 30px;
        width: 100%;
    }
    .banner2 .r .info .img {
        width: 80px;
        height: 80px;
    }
    main.product .h2,
    .banner2 .r h2 {
        color: #333;
        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 .img img {
        padding: 10px;
    }
    main.product .section2 .flex_box1 {
        gap: 10px;
    }
    main.product .section2 .flex_box1 .son {
        width: calc(100% / 2 - 10px * (2 - 1) / 2);
    }
    .contact_us .flex_box1 .son{
        width: calc(100% / 2 - 20px * (2 - 1) / 2);
    }
    .contact_us .flex_box3 {
        flex-wrap: wrap;
    }
    .contact_us .flex_box3 .img {
        width: 100%;
    }
    .contact_us .flex_box3 .tet {
        padding: 20px 15px;
    }
    .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;        gap: 10px;
    }
    .contact_us .flex_box3 .ewm .son {
        margin-top: 0;
        display: block;
        width: 100%;
        text-align: center;
    }
    .contact_us .flex_box3 .ewm .son p {
        width: auto;
        padding: 0 10px;
        margin: 0;
    }
    .contact_us .flex_box3 .tet .p1 .span2 {
        font-size: 18px;
    }
    .contact_us .flex_box3 .tet .p1 .span3 {
        display: block;
    }
    main.product .section4 .flex_box1,
    main.product .section4 .flex_box2,
    main.product .section4 .flex_box3 {
        padding: 15px;
    }
    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_box1 form {
        flex-grow: 1;
    }
    main.product .section5 .l {
        width: 100%;
    }
    main.product .section5 .l .son {
        padding: 15px;
    }
    main.product .section5 .l .img {
        flex-shrink: 0;
        border: 1px solid #eee;
        border-radius: 7px;
        overflow: hidden;
        padding: 10px;
    }
    main.product .section5 .l .info{
        width: 100%;
        margin-left: 15px;
    }
    main.product .section5 .l .info .but .a1, main.product .section5 .l .info .but .a2 {
        padding: 0 10px;
    }
    main.product .section5 .l .info .but .a1 {
        margin: 0;
    }
    main.product .section5 .l .info .but {
        justify-content: space-between;
    }
    main.product .product_info .flex_box1 {
        width: 100%;
        padding: 10px;
    }
    main.product .product_info .flex_box1 .l {
        width: 100%;
    }
    main.product .product_info .flex_box1 .r {
        width: 100%;padding: 20px 0;
    }
    main.product .product_info .flex_box1 .h1 {
        font-size: 16px;
    }
    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_box4 {
        width: 100%;
        margin-top: 20px;
    }
    main.product .product_info .flex_box2 .r .box_tet,
    main.product .product_info .flex_box2 .r .box_top {
        padding: 20px;
    }
    main.product .product_info .flex_box2 .r .box_tet .son {
        width: 100%;
    }
    .fixed .box_fixed_form2,
    .fixed .box_fixed_form {
        width: 90%;
    }
    .fixed .box_fixed_form label {
        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);
    }
    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;
    }
    main.shops .section2 .tab_con .flex_box1 .info {
        width: 100%;
    }
    main.shops .section4 .flex_box1{
        flex-wrap: wrap;
    }
    main.shops .section4 .flex_box1 .l{
        padding-left: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    main.shops .section4 .flex_box1 .r form {
        width: 100%;
        padding: 20px;
    }
    main.shops .section4 .flex_box1 .r form .label3 ~ .label1,
    main.shops .section4 .flex_box1 .r form .label3{
        width: 48%;
    }
    main.shops .section6 .flex_box3 select {
        width: 100px;
    }
    main section.p-b-8, main.product .product_info .other{
                padding-bottom: 50px;
    }
    main.shops .section7 .son {
                flex-wrap: wrap;
        height: auto;
    }
    main.shops .section7 .son .img_logo {
                width: 100px;
        height: 100px;
        border-radius: 5px;    flex-shrink: 0;
    }
    main.shops .section7 .son .tet {
        width: calc(100% - 110px);
        overflow: hidden;
    }
    main.shops .section7 .son .tet .p4 {
                margin-bottom: 10px;
    }
    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;
        margin-left: 10px;
    }
    main.shops .section7 .son .list a:nth-child(1) {
        margin-left: 0;
    }
    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 .head_info .img {
                border: 1px solid rgba(204, 204, 204, 0.4509803922);
        border-radius: 5px;
        padding: 10px;
        flex-shrink: 0;
    }
    main.shops .head_info .text h1 {
                font-size: 18px;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    main.shops .nav_shops a {
        width: auto;
    flex-grow: 1;    font-size: 11px;
    }
    main.logon .section1 .logo_box{
        width: 100%;
    }
    main.buy .section_box3 .select_box,
    main.buy .section_box3 input.w50{
        width: 100%;
    }
}

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