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

:root {
  --color1: #474646;/*#E9C885*/
  --color2: #48a1a7;
}
    
    

    
    @font-face {  font-family: 'Arimo';  font-style: normal;  font-weight: 400;  font-display: swap;  src: url(https://fonts.gstatic.com/s/arimo/v17/P5sfzZCDf9_T_3cV7NCUECyoxNk37cxcABrB.woff2) format('woff2');}
    


    :root {
        
        --popup_border_radius: 0px;
        --general_layout_width: 1400px;
        --general_layout_spacing: 40px;
        --button_border_radius: 3px;
        --full_container_padding: 20px;
        --page_background_color: #ffffff;
        --title_color: #1D1F21;
        --main_color: #212125;
        --detail_color: #666666;
        --buying_parice_color: #000000;
        --original_price_color: #999;
        --discount_tag_bg: #AE2238;
        --discount_tag_color: #fff;
        --main_button_bg: #000000;
        --main_button_color: #fff;
        --secondary_button_bg: #FFFFFF;
        --secondary_button_color: #000000;
        --title_font_family: Arimo;
        --general_font_family: Verdana;
        --title_font_size: 32px;
        --general_font_size: 15px;
        --product_font_size: 19px;
        --big_product_font_size: 28px;
        --title_letter_spacing: 1px;
        --nav_letter_spacing: 1px;
        --product_img_cut: cover;

        --title_font_style: normal;
        --title_font_weigth: 400;


        --general_font_style: normal;
        --general_font_weigth: 400;

        --general_line_height: 1.5;
        --wap_title_scale: 0.75;
        --title_margin_bottom_scale: 0.75;
    }

html {
  font-size: 14px;
}

body {
  overflow-x: hidden;
  color: #333;
  font-family: "微软雅黑", "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;
  font-size: 1rem;
  min-width: 1280px;
}

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

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

a {
  text-decoration: none;
  color: inherit;
}
td {
  word-wrap: break-word;
  word-break: break-all;
}
ul,
ol,
li {
  list-style: none;
}

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

input[type="checkbox"]:checked {
  position: relative;
  border-radius: 5px;
}

input[type="checkbox"]:checked::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #25D366;
}

input[type="checkbox"]:checked::after {
  content: "\e659";
  font-family: "iconfont";
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

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

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

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

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.gap-40 {
  gap: 40px;
}

.gap-50 {
  gap: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.backTop {
  position: fixed;
  bottom: 80px;
  right: 10px;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  background-color: var(--color1);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999999999;
  transition: all 0.5s ease;
}

main.index .list7 h2,
main.index .list6 h2,
main.index .list5 h2,
main.index .list4 h2,
main.index .list3 h2 {
  margin-bottom: 40px;
  height: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
}
main.index .list7 h2 span,
main.index .list6 h2 span,
main.index .list5 h2 span,
main.index .list4 h2 span,
main.index .list3 h2 span {
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
  margin-right: auto;
}
main.index .list7 h2 > i,
main.index .list6 h2 > i,
main.index .list5 h2 > i,
main.index .list4 h2 > i,
main.index .list3 h2 > i {
  font-size: 24px;
  color: var(--color1);
}
main.index .list7 h2 a,
main.index .list6 h2 a,
main.index .list5 h2 a,
main.index .list4 h2 a,
main.index .list3 h2 a {
  color: #9899a7;
  margin-left: auto;
  font-size: 14px;
  font-weight: normal;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all ease 0.3s;
}
main.index .list7 h2 a i,
main.index .list6 h2 a i,
main.index .list5 h2 a i,
main.index .list4 h2 a i,
main.index .list3 h2 a i {
  font-size: 22px;
}
main.index .list7 h2 a:hover,
main.index .list6 h2 a:hover,
main.index .list5 h2 a:hover,
main.index .list4 h2 a:hover,
main.index .list3 h2 a:hover {
  color: var(--color1);
}

main.logo3 .info .but a,
main.logo3 .info .but button,
main.info3 .info-box #m1 .but a,
main.info3 .info-con .right .but a,
main.info1 .info-box .right .box ul li .a .tet .tet-right .botton a,
main.member .info .bx .right .box ul li .a .tet .tet-right .botton a,
main.member .info .bx .middle .item .text .botton a,
main.index .list3 .item .text .button a {
  margin: 0 auto;
  background-color: var(--color1);
  color: #fff;
  height: 40px;
  width: 50%;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bx {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.banner {
  height: 400px;
  position: relative;
  display: flex;
  justify-content: center;
}
.banner img {
  width: 100%;
  height: 100%;
}
.banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .mySwiper1 {
  position: absolute;
/*  max-width: 1280px;*/
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.banner .bx {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
/*  display: none;*/
}
.banner .title-box {
  display: flex;
  gap: 50px;
}
.banner .title-box h3 {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
}
.banner .title-box h3 i {
  font-size: 20px;
}
.banner .search-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.banner .search-box h2 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}
.banner .search-box form {
  border-radius: 7px;
  margin-top: 30px;
  height: 55px;
  width: 740px;
  position: relative;
  display: flex;
  display: none;
}
.banner .search-box form .select {
  border-radius: 7px 0 0 7px;
  width: 120px;
  text-align: center;
  background-color: #fff;
  border-right: 1px solid rgb(193, 194, 197);
  padding: 0 10px;
  position: relative;
}
.banner .search-box form .select .select-box {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .search-box form .select .select-box i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 5px;
  transition: all 0.3s ease;
}
.banner .search-box form .select .select-box.on i {
  transform: translateY(-50%) rotate(270deg);
}
.banner .search-box form .select ul {
  position: absolute;
  padding-top: 10px;
  width: 100%;
  height: 0;
  left: 0;
  top: calc(100% + 5px);
  overflow: hidden;
  transition: all 0.3s ease;
}
.banner .search-box form .select ul li {
  background-color: #fff;
  padding: 10px;
  border-top: 1px solid #eee;
  transition: all 0.3s ease;
  cursor: pointer;
}
.banner .search-box form .select ul li:hover {
  background-color: var(--color1);
  color: #fff;
}
.banner .search-box form .select ul li:nth-child(1) {
  border-radius: 7px 7px 0 0;
}
.banner .search-box form .select ul li:last-child {
  border-radius: 0 0 7px 7px;
}
.banner .search-box form .select ul::after {
  opacity: 0;
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  transition: all 0.3s ease;
}
.banner .search-box form .select ul.on::after {
  opacity: 1;
}
.banner .search-box form .select input {
  display: none;
}
.banner .search-box form input {
  border-radius: 7px 0 0 7px;
  flex-grow: 1;
  background-color: #fff;
  padding: 0 20px;
  font-size: 14px;
}
.banner .search-box form .i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 90px;
  opacity: 0.5;
}
.banner .search-box form button {
  border-radius: 0 7px 7px 0;
  flex-shrink: 0;
  font-size: 18px;
  width: 80px;
  height: 100%;
  background-color: var(--color1);
  color: rgb(193, 194, 197);
  border-left: 1px solid rgb(193, 194, 197);
}
.banner .search-box form button i {
  font-size: 20px;
  color: #fff;
}
.banner .search-box p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.banner .search-box .title_banner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner .search-box .title_banner a{color:#fff;}
.banner2 {
  height: 400px;
}
.banner2 .bx {
  height: 100%;
  max-width: 100%;
}
.banner2 .mySwiper5 {
  height: 100%;
}
.banner2 .mySwiper5 .pagination5 span {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}
.banner2 .mySwiper5 .pagination5 .swiper-pagination-bullet-active {
  background-color: var(--color1);
}
.banner2 img {
  width: 100%;
  height: 100%;
}

.banner3 {
  height: 300px;
}
.banner3 img {
  width: 100%;
  height: 100%;
}

.mbx {
  position: relative;
  display: flex;
  background-color: #fff;
}
.mbx .bx {
  height: 60px;
  display: flex;
  align-items: center;
  gap: 5px;
  /*padding: 0 60px;*/
}
.mbx .bx a {
  transition: all 0.3s ease;
}
.mbx .bx a:hover {
  color: var(--color1);
}

.mbx2 .bx {
  height: 60px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.mbx2 a {
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.mbx2 a:hover {
  color: var(--color1);
}

.page {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.page nav {
  display: flex;
  gap: 10px;
}
.page .a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.page a,
.page span {
  padding: 0px 14px;
  border: 1px solid #dedede;
  line-height: 37px;
  border-radius: 3px;
  background-color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}
.page a.on,
.page a:hover {
  background-color: var(--color1);
  color: #fff;
}

.classify .box {
  padding: 30px;
  border-radius: 7px;
}
.classify .box h2 {
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
}
.classify .box h2::after {
  content: "";
  background-color: #e0bfac;
  width: 3px;
  height: 20px;
  display: block;
  margin-right: 10px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.classify .box label {
  height: 34px;
  line-height: 34px;
  width: 120px;
  display: inline-block;
}
.classify .box .bot {
  display: flex;
  align-items: center;
}
.classify .box .bot label {
  margin-right: 10px;
}
.classify .box .bot p {
  position: relative;
  color: #fff;
}
.classify .box .bot p div {
  margin-right: 10px;
}
.classify .box .bot p span {
  display: block;
  height: 34px;
  line-height: 34px;
  padding: 0 40px;
  background-color: #e0bfac;
}
.classify .box .bot p i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.classify .box .bot .but {
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  background-color: #d5d5d5;
  border-radius: 5px;
  cursor: pointer;
  display: none;
}
.classify .box .list {
  margin-top: 20px;
  display: flex;
}
.classify .box .list label {
  flex-shrink: 0;
  font-weight: bold;
  text-align: center;
}
/*
.classify .box .list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.classify .box .list ul a {
  display: block;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.classify .box .list ul li.on a,
.classify .box .list ul li:hover a{
  color: #fff;
  background-color: #e0bfac;
}*/
.classify .box .list .but {
  margin-left: auto;
  flex-shrink: 0;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  display: flex;
}
.classify .box .list .but i {
  color: #333;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
.classify .box .list .but.on i {
  transform: rotate(270deg);
}





main {
  min-height: calc(100vh - 217px);
}

main.index .order {
    position: fixed;
    right: 0;
    z-index: 9999;
    top: 70%;
    display: flex;
    justify-content: flex-end;
}
main.index .order a {
  margin: 0 auto;
  margin-right: 12px;
  background-color: var(--color1);
  color: #fff;
  border-radius: 40px;
  min-width: 40px;
  min-height: 40px;
  width: 40px;
  padding: 0 20px;
  position: relative;
  z-index: 10000;
  transition: all 0.5s;
  display: flex;
  align-items: center;
}
main.index .order a:hover {
  width: 180px;
}
main.index .order a b {
  min-width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: rgb(218, 46, 32);
  line-height: 1;
  position: absolute;
  right: -3px;
  top: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}
main.index .order a span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
main.index .order a i {
  font-size: 17px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
main.index .list1 .bx {
  position: relative;
}
main.index .list1 .mySwiper2 a {
  display: block;
}
main.index .list1 .mySwiper2 a .img {
  font-size: 0;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
  border-radius: 5px;
}
main.index .list1 .mySwiper2 a .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  transition: all 0.8s;
}
main.index .list1 .mySwiper2 a .img::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
main.index .list1 .mySwiper2 a .text {
  padding: 10px 0;
}
main.index .list1 .mySwiper2 a .text h4 {
  font-size: 18px;
  color: #101d37;
  letter-spacing: 0;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
main.index .list1 .mySwiper2 a .text p {
  margin-top: 10px;
  color: #999;
}
main.index .list1 .mySwiper2 a:hover .img img {
  transform: scale(1.03);
}
main.index .list1 .mySwiper2 a:hover .img::after {
  height: 200%;
  transition: all 0.8s;
  background-color: transparent;
}
main.index .list1 .prev1,
main.index .list1 .next1 {
  color: rgb(193, 194, 197);
}
main.index .list1 .prev1 {
  left: -50px;
}
main.index .list1 .next1 {
  right: -50px;
}
main.index .list2 {
  margin-top: -40px;
}
main.index .list2 .bx {
  border-radius: 7px;
}
main.index .list2 .title {
  position: sticky;
  top: 65px;
  z-index: 100;
  border: 1px solid var(--color1);
  background-color: #fff;
  color: #fff;
  background-color: var(--color1);
  display: flex;
}
main.index .list2 .title div {
  width: 100%;
  line-height: 40px;
  flex-grow: 1;
  text-align: center;
}
main.index .list2 table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
}
main.index .list2 table tr {
  transition: all 0.5s;
  height: 250px;
}
main.index .list2 table tr:hover {
  background: rgba(211, 202, 194, 0.2196078431);
}
main.index .list2 table tr:nth-child(1) {
  height: 40px;
  position: sticky;
  top: 75px;
  z-index: 100;
  border: 1px solid var(--color1);
  background-color: #fff;
  color: #fff;
  background-color: var(--color1);
}
main.index .list2 table th {
  width: 100%;
  line-height: 40px;
  flex-grow: 1;
  text-align: center;
}
main.index .list2 table td {
  font-size: 0;
  border: 1px solid rgba(138, 135, 118, 0.231372549);
  text-align: center;
  position: relative;
  width: 100%;
  height: 0;
}
main.index .list2 table td label {
  position: absolute;
  inset: 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.index .list2 table td label input {
  margin: 15px;
  border-radius: 7px;
  line-height: 30px;
  border: 1px solid #999;
  width: 100%;
  text-align: center;
}
main.index .list2 table td input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border-radius: 5px;
}
main.index .list2 table td span {
  padding: 0 10px;
  font-size: 14px;
  line-height: 2.5;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.index .list2 table .img-box .img {
  padding: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
main.index .list2 table .img-box-2 {
/*  max-width: max-content;
  max-height: max-content;*/
  position: absolute;
  width: 300px;
  height: 300px;
  top: 50%;
  left: calc(100% + 20px);
  transform: translateY(-50%);
  z-index: -10;
  opacity: 0;
  transition: all 0.8s;
  overflow: hidden;
}
main.index .list2 table .img-box-2 .prev,
main.index .list2 table .img-box-2 .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--color1);
  color: #fff;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.index .list2 table .img-box-2 .prev {
  left: 0;
}
main.index .list2 table .img-box-2 .prev.on{
  opacity: 0.5;
}
main.index .list2 table .img-box-2 .next {
  right: 0;
}
main.index .list2 table .img-box-2 .con {
  --num: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  transform: translateX(calc(var(--num) * -100%));
  display: flex;
}
main.index .list2 table .img-box-2 .con img {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
main.index .list2 table .img-box:hover .img-box-2 {
  opacity: 1;
  z-index: 10000;
}
main.index .list2 .loading {
  text-align: center;
  margin-top: 30px;
  line-height: 30px;
}
main.index .list3 h2 {
  margin-bottom: 80px;
}
main.index .list3 h2 a {
  margin-left: 0;
}
main.index .list3 .tab {
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin-left: auto;
  border-radius: 50px;
  border: 1px solid #e5dfdf;
  background-color: #f7f7f7;
  color: var(--color2);
  display: flex;
  align-items: center;
  gap: 20px;
}
main.index .list3 .tab .box {
  font-size: 15px;
  border-radius: 40px;
  height: 40px;
  padding: 0 40px;
  color: #333;
  cursor: pointer;
  transition: all 0.5s;
}
main.index .list3 .tab .on {
  background-color: var(--color1);
  color: #fff;
}
main.index .list3 .tab-box {
  margin: -20px;
  padding: 20px;
  height: 460px;
  overflow: hidden;
  position: relative;
}
main.index .list3 .tab-box .tab-con {
  display: flex;
  flex-direction: column;
}
main.index .list3 .tab-box .tab-con .grid-3 {
  padding: 20px 0;
  position: absolute;
  top: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.5s ease;
}
main.index .list3 .tab-box .tab-con .on {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
main.index .list3 .item {
  height: 200px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 2px 2px 14px 0px rgba(198, 200, 216, 0.4);
  transition: all 0.8s;
  display: flex;
}
main.index .list3 .item .img {
  flex-grow: 1;
  display: block;
  font-size: 0;
  overflow: hidden;
  position: relative;
}
main.index .list3 .item .img::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
main.index .list3 .item .img img {
  width: 100%;
  height: 100%;
  transition: all 0.8s;
}
main.index .list3 .item .text {
  width: 340px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
main.index .list3 .item .text h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
main.index .list3 .item .text p {
  margin-top: auto;
  line-height: 1.5;
}
main.index .list3 .item .text p i {
  color: var(--color1);
}
main.index .list3 .item .text p + p {
  margin-top: 10px;
  margin-bottom: auto;
}
main.index .list3 .item:hover {
  box-shadow: 2px 2px 14px 0px rgba(198, 200, 216, 0.8);
}
main.index .list3 .item:hover .img::after {
  height: 200%;
  transition: all 0.8s;
  background-color: transparent;
}
main.index .list3 .item:hover .img img {
  transform: scale(1.01);
}
main.index .list3 .bot {
  margin-top: 70px;
  text-align: center;
}
main.index .list3 .bot a {
  border: 1px solid var(--color1);
  display: inline-block;
  padding: 15px 80px;
  border-radius: 50px;
  transition: all 0.5s;
  overflow: hidden;
  position: relative;
}
main.index .list3 .bot a::after {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--color1);
  transition: all 0.5s;
}
main.index .list3 .bot a:hover {
  color: #fff;
}
main.index .list3 .bot a:hover::after {
  width: 100%;
}
main.index .list4 {
  background: #f7f7f7;
}
main.index .list4 .item {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.8s;
}
main.index .list4 .item a {
  position: relative;
}
main.index .list4 .item .img {
  font-size: 0;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 130%;
  overflow: hidden;
  overflow: hidden;
}
main.index .list4 .item .img::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 1;
}
main.index .list4 .item .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  transition: all 0.8s;
}
main.index .list4 .item p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  background-color: rgba(51, 51, 51, 0.7);
  font-size: 16px;
  transform: translateY(0);
  transition: all 0.5s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
main.index .list4 .item:hover {
  transform: translateY(-5px);
}
main.index .list4 .item:hover .img::after {
  height: 200%;
  transition: all 0.8s;
  background-color: transparent;
}
main.index .list4 .item:hover .img img {
  transform: scale(1.01);
}
main.index .list4 .item:hover p {
  transform: translateY(0);
}
main.index .list5 .item {
  border-radius: 7px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.8s;
  position: relative;
}
main.index .list5 .item .video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
main.index .list5 .item .video::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.5s;
}
main.index .list5 .item .video i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #fff;
  opacity: 0;
  z-index: 100;
  transition: all 0.5s;
}
main.index .list5 .item .video video {
  object-fit: cover;
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
main.index .list5 .item p {
  width: 100%;
  text-align: center;
  line-height: 40px;
  padding: 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
main.index .list5 .item:hover .video::after {
  opacity: 1;
}
main.index .list5 .item:hover .video .on {
  opacity: 1;
}
main.index .list6 {
  background: #f7f7f7;
}
main.index .list6 .item {
  border-radius: 7px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.8s;
  position: relative;
}
main.index .list6 .item .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 150%;
  overflow: hidden;
}
main.index .list6 .item .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  transition: all 0.8s;
}
main.index .list6 .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transform: translateY(calc(100% - 40px - 30px));
  transition: all 0.8s;
  padding: 0 30px;
}
main.index .list6 .item .text h3 {
  padding-top: 15px;
  line-height: 40px;
  color: #fff;
  transition: all 0.5s;
  position: relative;
  padding-bottom: 45px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}
main.index .list6 .item .text h3::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 25px;
  left: 0;
}
main.index .list6 .item .text .tet {
  color: #fff;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 14;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
main.index .list6 .item:hover .text {
  transform: translateY(0);
  padding-top: 30px;
}
main.index .list6 .item:hover .text h3 {
  font-size: 20px;
}
main.index .list7 .list {
  display: flex;
}
main.index .list7 .list .mySwiper3 {
  width: 55%;
}
main.index .list7 .list .mySwiper3 .next3,
main.index .list7 .list .mySwiper3 .prev3 {
  color: #fff;
}
main.index .list7 .list .mySwiper3 .next3::after,
main.index .list7 .list .mySwiper3 .prev3::after {
  font-size: 30px;
}
main.index .list7 .list .mySwiper3 a {
  position: relative;
}
main.index .list7 .list .mySwiper3 .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
}
main.index .list7 .list .mySwiper3 .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  transition: all 0.8s;
}
main.index .list7 .list .mySwiper3 .text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
main.index .list7 .list .mySwiper3 .text h3 {
  font-size: 16px;
  padding: 20px;
  color: #fff;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  z-index: 1;
}
main.index .list7 .list .mySwiper3 .text h3 span {
  position: relative;
  z-index: 10;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
main.index .list7 .list .mySwiper3 .text h3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 500%;
  left: 0;
  bottom: 0;
  z-index: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
main.index .list7 .list .flex {
  width: 45%;
  border: 1px solid #e5e5e5;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}
main.index .list7 .list .flex .item {
  height: 33.3333333333%;
  border-bottom: 1px solid #e5e5e5;
}
main.index .list7 .list .flex .item a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main.index .list7 .list .flex .item h3 {
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 15px;
}
main.index .list7 .list .flex .item p {
  line-height: 1.5;
}

main.news+footer {
/*  height: 275px;*/
}
main.news .list1 {
/*  position: fixed;*/
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
/*  box-shadow: 0px -1px 1px 0px var(--color1);*/
/*  padding: 10px s0;*/
}
main.news .list1 .bx {
  display: flex;
  gap: 30px;
}
main.news .list1 .bx .eva {
  width: 100%;
}
main.news .list1 .bx .eva label {
  padding: 0 75px;
  padding-right: 500px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
main.news .list1 .bx .eva .img-box2 {
  padding: 20px 75px;
}
main.news .list1 .bx .eva label span {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}
main.news .list1 .bx .eva label .box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
main.news .list1 .bx .eva label textarea[type='text'] {
  padding: 5px 10px;
  line-height: 30px;
  min-height: 150px;
  width: 100%;
  border: 1px solid var(--color1);
  border-radius: 7px;
}
main.news .list1 .bx .eva label .file {
  margin-top: 20px;
  line-height: 40px;
  flex-shrink: 0;
  width: 150px;
  position: relative;
  border-radius: 7px;
  border: 1px solid var(--color1);
/*  margin-left: 20px;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
main.news .list1 .bx .eva label .file span {
  margin: 0;
}
main.news .list1 .bx .eva label .file input {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
main.news .list1 .bx .eva label .file span {
  font-size: 14px;
}
main.news .list1 .bx .eva label button {
  margin-top: 20px;
  line-height: 40px;
  flex-shrink: 0;
  font-size: 16px;
      font-weight: bold;
  background-color: var(--color1);
  color: #fff;
  width: 100px;
  border-radius: 7px;
  margin-left: 30px;
}
main.news .list1 .bx .eva .img-box2 p {
  padding: 10px 0;
}
main.news .list1 .bx .eva .img-box2 img {
  max-height: 100px;
  max-width: 200px;
}

main.news .list1 .left {
  flex-shrink: 0;
  width: 800px;
  overflow: hidden;
}
main.news .list1 .left .next4,
main.news .list1 .left .prev4 {
  top: 240px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: color(srgb 0 0 0/0.4);
  color: #fff;
  transition: all 0.5s;
}
main.news .list1 .left .next4::after,
main.news .list1 .left .prev4::after {
  font-size: 20px;
}
main.news .list1 .left .next4:hover,
main.news .list1 .left .prev4:hover {
  background-color: var(--color1);
}
main.news .list1 .left .next4 {
  right: 20px;
}
main.news .list1 .left .prev4 {
  left: 20px;
}
main.news .list1 .left a .img {
  border-radius: 7px;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
}
main.news .list1 .left a .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  transition: all 0.8s;
}
main.news .list1 .left a .text {
  padding-bottom: 20px;
  margin-top: 30px;
  transition: all 0.8s;
  position: relative;
  display: flex;
  align-items: flex-end;
}
main.news .list1 .left a .text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: var(--color1);
  transition: all 0.8s;
}
main.news .list1 .left a .text h2 {
  color: #202020;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.8s;
}
main.news .list1 .left a .text span {
  margin-left: auto;
  color: #9a9a9a;
}
main.news .list1 .left:hover .img img {
  transform: scale(1.01);
}
main.news .list1 .left:hover .text::after {
  width: 100%;
}
main.news .list1 .left:hover .text h2 {
  color: var(--color1);
}
main.news .list1 .right {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
main.news .list1 .right .box {
  padding: 0px 20px;
  flex-grow: 1;
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main.news .list1 .right .box:nth-child(1) {
  border-top: none;
}
main.news .list1 .right .box h2 {
  font-size: 16px;
  margin: 12px 0;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.8s;
}
main.news .list1 .right .box p {
  color: #808184;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 2;
}
main.news .list1 .right .box .info {
  color: var(--color1);
  padding-top: 10px;
  transition: color 0.8s;
  display: flex;
  align-items: center;
  gap: 5px;
}
main.news .list1 .right .box .info span {
  margin-left: auto;
  color: #333;
}
main.news .list1 .right .box .info a {
  display: flex;
  align-items: center;
  gap: 5px;
}
main.news .list1 .right .box .info a i {
  font-size: 14px;
  transform: rotate(-45deg);
  transition: all 0.5s;
}
main.news .list1 .right .box:hover h2 {
  color: var(--color1);
}
main.news .list1 .right .box:hover .info a i {
  transform: rotate(0deg);
}
main.news .list2 .item a {
  display: flex;
}
main.news .list2 .item a .box {
  flex-shrink: 0;
  width: 200px;
}
main.news .list2 .item a .box .img {
  border-radius: 7px;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 69%;
  overflow: hidden;
}
main.news .list2 .item a .box .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  transition: all 0.8s;
}
main.news .list2 .item a .text {
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main.news .list2 .item a .text h2 {
  font-weight: bold;
  font-size: 16px;
  color: #2b2b2b;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.8s;
}
main.news .list2 .item a .text span {
  font-size: 12px;
  display: block;
  margin-top: 15px;
}
main.news .list2 .item a .text p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  color: #808184;
  height: 48px;
  overflow: hidden;
  margin-top: 12px;
}
main.news .list2 .item a:hover .box .img img {
  transform: scale(1.01);
}
main.news .list2 .item a:hover .text h2 {
  color: var(--color1);
}
main.news .list3 .bx {
  display: flex;
  flex-wrap: wrap;

}
main.news .list3 .son {
  width: 50%;
  padding-right: 10px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  display: flex;
}
main.news .list3 .son:nth-child(2n) {
  padding-left: 10px;
  padding-right: 0px;
}
main.news .list3 .son .img {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
main.news .list3 .son .text {
  width: calc(100% - 80px);
  margin-left: 30px;
}
main.news .list3 .son .text p {
  margin-bottom: 5px;
  font-weight: bold;
}
main.news .list3 .son .text .p {
  line-height: 2;
  color: #888;
}
main.news .list3 .son .text .img-box {
  margin: 5px;
  font-size: 0;
  position: relative;
  width: 300px;
}
main.news .list3 .son .text .img-box .swiper-button-prev,
main.news .list3 .son .text .img-box .swiper-button-next {
  width: 40px;
  height: 40px;
  background: var(--color1);
  border-radius: 50%;
}
main.news .list3 .son .text .img-box .swiper-button-prev::after,
main.news .list3 .son .text .img-box .swiper-button-next::after {
  color: #fff;
  font-size: 20px;
}
main.news .list3 .son .text .img-box img {
  margin-right: 5px;
  width: 300px;
  height: 300px;
  border-radius: 7px;
  overflow: hidden;
  object-fit: contain;
}
main.news .list3 .son .text span {
  font-size: 12px;
}
main.news .list3 .son .text span i {
  color: var(--color1);
  font-size: 12px;
}
main.news .list3 .son .text .rep {
  margin-top: 20px;
}

main.cases .list1 .item a {
  border-radius: 7px;
  transition: all 0.5s;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
main.cases .list1 .item a .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 120%;
  overflow: hidden;
}
main.cases .list1 .item a .img::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
main.cases .list1 .item a .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  transition: all 0.8s;
}
main.cases .list1 .item a .text {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
main.cases .list1 .item a .text h2 {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.8s;
  margin-bottom: 10px;
}
main.cases .list1 .item a .text h2 i {
  font-size: 20px;
  color: var(--color1);
}
main.cases .list1 .item a .text p {
  display: flex;
  align-items: center;
  gap: 10px;
}
main.cases .list1 .item a .text p i {
  color: var(--color1);
}
main.cases .list1 .item a:hover {
  transform: translateY(-5px);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
main.cases .list1 .item a:hover .img::after {
  height: 200%;
  transition: all 0.8s;
  background-color: transparent;
}
main.cases .list1 .item a:hover .text h2 {
  color: var(--color1);
}

main.vr .list1 .item {
  border-radius: 7px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.8s;
  position: relative;
  cursor: pointer;
}
main.vr .list1 .item .a {
  display: flex;
  flex-direction: column;
}
main.vr .list1 .item .a .img {
  border-radius: 7px;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}
main.vr .list1 .item .a .img video {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  transition: all 0.8s;
  z-index: 1;
}
main.vr .list1 .item .a .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  transition: all 0.8s;
  z-index: 10;
}
main.vr .list1 .item .a .text {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
main.vr .list1 .item .a .text .title {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
main.vr .list1 .item .a .text .title h2 {
/*  width: 80%;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*  display: -webkit-box;*/
/*  -webkit-line-clamp: 1;*/
/*  -webkit-box-orient: vertical;*/
  transition: all 0.8s;
}
main.vr .list1 .item .a .text .title .tags {
  font-size: 16px;
}
main.vr .list1 .item .a .text .title .tags i {
  color: var(--color1);
}
main.vr .list1 .item .a .text .info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
main.vr .list1 .item .a .text .info p {
  width: 45%;
}
main.vr .list1 .item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
main.vr .list1 .item:hover .a .img img {
  transform: scale(1.01);
}
main.vr .list1 .item:hover .a .text h2 {
  color: var(--color1);
}

main.field .list1 .item {
  border-radius: 7px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.8s;
  position: relative;
}
main.field .list1 .item .img {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
}
main.field .list1 .item .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  transition: all 0.8s;
}
main.field .list1 .item .text {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
main.field .list1 .item .text a {
  font-size: 16px;
  font-weight: bold;
  transition: all 0.5s;
}
main.field .list1 .item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
main.field .list1 .item:hover .img img {
  transform: scale(1.01);
}
main.field .list1 .item:hover .text a {
  color: var(--color1);
}

main.product .list1 .bx {
  padding: 20px;
  border-radius: 7px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
main.product .list1 .title {
  position: sticky;
  top: 65px;
  z-index: 100;
  border: 1px solid var(--color1);
  background-color: #fff;
  color: #fff;
  background-color: var(--color1);
  display: flex;
}
main.product .list1 .title div {
  width: 100%;
  line-height: 40px;
  flex-grow: 1;
  text-align: center;
}
main.product .list1 table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
main.product .list1 table tr {
  transition: all 0.5s;
}
main.product .list1 table tr:hover {
  background: rgba(224, 191, 172, 0.2588235294);
}
main.product .list1 table td {
  font-size: 0;
  border: 1px solid rgba(138, 135, 118, 0.231372549);
  text-align: center;
  position: relative;
  width: 100%;
  height: 0;
}
main.product .list1 table td label {
  position: absolute;
  inset: 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.product .list1 table td label input {
  text-align: center;
}
main.product .list1 table td input[type="checkbox"] {
  width: 20px;
  height: 20px;
}
main.product .list1 table td span {
  padding: 0 10px;
  font-size: 14px;
  line-height: 2.5;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.product .list1 table td img {
  padding: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

main.member .info .bx {
  display: flex;
}
main.member .info .bx .left {
  width: 250px;
  flex-shrink: 0;
  border: 1px solid #e5e5e5;
}
main.member .info .bx .left .top {
  font-size: 16px;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
main.member .info .bx .left .top .img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
}
main.member .info .bx .left .top .img img {
  width: 100%;
  height: 100%;
}
main.member .info .bx .left ul {
  border-top: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
}
main.member .info .bx .left ul a {
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  display: block;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.5s;
}
main.member .info .bx .left ul a.on,
main.member .info .bx .left ul a:hover {
  background-color: var(--color1);
  color: #fff;
}
main.member .info .bx .middle {
  flex-shrink: 0;
  width: 800px;
  padding: 50px;
  border: 1px solid #e5e5e5;
  border-left: none;
}
main.member .info .bx .middle .flex {
  display: flex;
  align-items: center;
}
main.member .info .bx .middle .top1 {
  margin-right: auto;
  display: flex;
  align-items: center;
}
main.member .info .bx .middle .top1 .text {
  width: 100px;
  margin-right: 25px;
}
main.member .info .bx .middle .top1 span {
  cursor: pointer;
  display: block;
  padding: 10px 30px;
  border-radius: 7px;
  border: 1px solid #999;
}
main.member .info .bx .middle .member1 {
  display: flex;
  align-items: center;
}
main.member .info .bx .middle .member1 .img {
  width: 75px;
  height: 75px;
  margin-right: 50px;
  border-radius: 50%;
  overflow: hidden;
}
main.member .info .bx .middle .member1 .img img {
  width: 100%;
  height: 100%;
}
main.member .info .bx .middle .member1 span {
  cursor: pointer;
  display: block;
  padding: 10px 30px;
  border-radius: 7px;
  border: 1px solid #999;
}
main.member .info .bx .middle .right1 {
  border: 1px solid #e5e5e5;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  padding: 35px 25px;
  border-radius: 7px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
main.member .info .bx .middle .right1 label {
  display: flex;
  align-items: center;
}
main.member .info .bx .middle .right1 label span {
  width: 100px;
}
main.member .info .bx .middle .right1 label select,
main.member .info .bx .middle .right1 label input {
  height: 40px;
  width: 400px;
  padding: 0 20px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
}
main.member .info .bx .middle .right1 button {
  margin-top: 30px;
  padding: 10px 60px;
  border-radius: 50px;
  background-color: var(--color1);
  color: #fff;
  display: flex;
}
main.member .info .bx .middle .tab {
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin-left: auto;
  border-radius: 50px;
  border: 1px solid #e5dfdf;
  background-color: #f7f7f7;
  color: var(--color2);
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
main.member .info .bx .middle .tab .box {
  font-size: 15px;
  border-radius: 40px;
  height: 40px;
  padding: 0 40px;
  color: #333;
  cursor: pointer;
  transition: all 0.5s;
}
main.member .info .bx .middle .tab .on {
  background-color: var(--color1);
  color: #fff;
}
main.member .info .bx .middle .tab-content {
  overflow: hidden;
}
main.member .info .bx .middle .tab-content .con {
  position: relative;
  display: flex;
}
main.member .info .bx .middle .tab-content .con .grid-2 {
  z-index: -1;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
}
main.member .info .bx .middle .tab-content .con .on {
  z-index: 1;
  position: relative;
  opacity: 1;
}
main.member .info .bx .middle .item {
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.8s;
  display: flex;
  flex-direction: column;
}
main.member .info .bx .middle .item .img {
  display: block;
  height: 0;
  padding-bottom: 56.25%;
  font-size: 0;
  overflow: hidden;
  position: relative;
}
main.member .info .bx .middle .item .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  transition: all 0.8s;
}
main.member .info .bx .middle .item .text {
  flex-grow: 1;
  padding: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
}
main.member .info .bx .middle .item .text h3 {
  margin-bottom: 10px;
}
main.member .info .bx .middle .item .text h3 a {
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 26px;
}
main.member .info .bx .middle .item .text .flex {
  margin-top: 10px;
  display: flex;
}
main.member .info .bx .middle .item .text .flex p {
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 5px;
}
main.member .info .bx .middle .item .text .flex p i {
  color: var(--color1);
}
main.member .info .bx .middle .item .text .flex p + p {
  margin-right: 0;
  margin-left: auto;
}
main.member .info .bx .middle .item .text .down {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}
main.member .info .bx .middle .item .text .down a {
  display: flex;
  align-items: center;
  gap: 10px;
}
main.member .info .bx .middle .item .text .down a span {
  font-weight: bold;
  display: block;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid var(--color1);
}
main.member .info .bx .middle .item .text .down a i {
  color: var(--color1);
  font-size: 20px;
}
main.member .info .bx .middle .item .text .botton {
  margin-top: 25px;
}
main.member .info .bx .middle .item:hover {
  transform: translateY(-5px);
}
main.member .info .bx .middle .item:hover .img img {
  transform: scale(1.01);
}
main.member .info .bx .right {
  padding: 20px;
  flex-grow: 1;
  border: 1px solid #e5e5e5;
  border-left: none;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
main.member .info .bx .right .box {
  width: 100%;
}
main.member .info .bx .right .box h2 {
  font-weight: bold;
  margin-bottom: 20px;
}
main.member .info .bx .right .box ul li .a {
  border: 1px solid #e5e5e5;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
main.member .info .bx .right .box ul li .a .img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  font-size: 0;
}
main.member .info .bx .right .box ul li .a .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  transition: all 1s ease;
}
main.member .info .bx .right .box ul li .a .tet {
  padding: 20px;
  display: flex;
}
main.member .info .bx .right .box ul li .a .tet .tet-left {
  width: 50%;
  margin-right: 10%;
}
main.member .info .bx .right .box ul li .a .tet .tet-left h2 {
  font-size: 1.1rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  transition: all 0.8s;
}
main.member .info .bx .right .box ul li .a .tet .tet-left p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
main.member .info .bx .right .box ul li .a .tet .tet-right {
  flex-grow: 1;
}
main.member .info .bx .right .box ul li .a .tet .tet-right .botton a {
  width: 100%;
}
main.member .info .bx .right .box ul li .a:hover .img img {
  transform: scale(1.05);
}
main.member .info .bx .right .box ul li .a:hover .tet .tet-left h2 {
  color: var(--color1);
}
main.member .fixed {
  position: fixed;
}
main.member .fixed .name-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 1;
  color: #333;
  visibility: visible;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
main.member .fixed .name-box .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}
main.member .fixed .name-box .login-form {
  width: 400px;
  background-color: #fff;
  padding: 20px;
  padding-top: 40px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: relative;
}
main.member .fixed .name-box .login-form .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  display: flex;
  cursor: pointer;
}
main.member .fixed .name-box .login-form .flex {
  border-bottom: 2px solid #dedede;
  display: flex;
  justify-content: center;
}
main.member .fixed .name-box .login-form .flex h2 {
  font-weight: bold;
  padding-bottom: 10px;
  text-align: center;
  position: relative;
}
main.member .fixed .name-box .login-form .flex h2:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: var(--color1);
}
main.member .fixed .name-box .login-form .flex h2 i {
  font-size: 20px;
}
main.member .fixed .name-box .form-item {
  padding-top: 30px;
  padding-bottom: 20px;
}
main.member .fixed .name-box .form-item form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
main.member .fixed .name-box .form-item form .input-box {
  border-radius: 7px;
  padding-left: 10px;
  height: 40px;
  border: 1px solid #dedede;
  display: flex;
  align-items: center;
}
main.member .fixed .name-box .form-item form .input-box input {
  padding-left: 10px;
  width: 100%;
  height: 100%;
}
main.member .fixed .name-box .form-item form .input-box .btn {
  border-left: 1px solid #dedede;
  height: 100%;
  padding: 0 20px;
  white-space: nowrap;
  background-color: rgb(245, 245, 245);
}
main.member .fixed .name-box .form-item form .submit {
  background-color: var(--color1);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.member .fixed .name-box .form-item form .submit button {
  text-align: center;
  color: #fff;
}
main.member .fixed .name-box .other-login a {
  font-weight: bold;
  color: var(--color1);
}
main.member .fixed .img-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 1;
  color: #333;
  visibility: visible;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
main.member .fixed .img-box .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}
main.member .fixed .img-box .login-form {
  width: 400px;
  background-color: #fff;
  padding: 20px;
  padding-top: 40px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: relative;
}
main.member .fixed .img-box .login-form .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  display: flex;
  cursor: pointer;
}
main.member .fixed .img-box .login-form .flex {
  border-bottom: 2px solid #dedede;
  display: flex;
  justify-content: center;
}
main.member .fixed .img-box .login-form .flex h2 {
  font-weight: bold;
  padding-bottom: 10px;
  text-align: center;
  position: relative;
}
main.member .fixed .img-box .login-form .flex h2:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: var(--color1);
}
main.member .fixed .img-box .login-form .flex h2 i {
  font-size: 20px;
}
main.member .fixed .img-box .form-item {
  padding-top: 30px;
  padding-bottom: 20px;
}
main.member .fixed .img-box .form-item form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
main.member .fixed .img-box .form-item form .input-box {
  position: relative;
  width: 50%;
  height: 0;
  padding-bottom: 50%;
  border-radius: 50%;
  border: 1px solid #dedede;
  display: flex;
  align-items: center;
}
main.member .fixed .img-box .form-item form .input-box input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
main.member .fixed .img-box .form-item form .input-box span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main.member .fixed .img-box .form-item form .input-box .btn {
  border-left: 1px solid #dedede;
  height: 100%;
  padding: 0 20px;
  white-space: nowrap;
  background-color: rgb(245, 245, 245);
}
main.member .fixed .img-box .form-item form .submit {
  width: 100%;
  border-radius: 7px;
  padding-left: 10px;
  height: 40px;
  border: 1px solid #dedede;
  background-color: var(--color1);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.member .fixed .img-box .form-item form .submit button {
  text-align: center;
  color: #fff;
}
main.member .fixed .img-box .other-login a {
  font-weight: bold;
  color: var(--color1);
}
main.member .fixed .on {
  opacity: 0;
  visibility: hidden;
  z-index: -100;
}

main.enroll .form h2 {
  font-weight: bold;
  margin-bottom: 20px;
}
main.enroll .form .text {
  line-height: 1.5;
  border-radius: 7px;
  padding: 20px 40px;
  border: 1px solid #f4f4f4;
  background-color: rgb(239, 239, 239);
}
main.enroll .form .text h3 {
  font-weight: bold;
  margin-bottom: 10px;
}
main.enroll .form .text p {
  line-height: 2;
}
main.enroll .form form {
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
main.enroll .form form > label {
  width: 48%;
  position: relative;
  display: flex;
  flex-direction: column;
}
main.enroll .form form > label span {
  font-size: 16px;
  margin-bottom: 10px;
}
main.enroll .form form > label span i {
  font-style: normal;
  font-weight: bold;
  color: var(--color1);
}
main.enroll .form form > label select,
main.enroll .form form > label input {
  overflow: hidden;
  height: 40px;
  width: 100%;
  padding: 0 15px;
  border-radius: 7px;
  border: 1px solid #ccc;
}
main.enroll .form form > label .btn {
  position: absolute;
  bottom: 1px;
  right: 1px;
  height: 38px;
  width: 140px;
  border-radius: 0 7px 7px 0;
  border-left: 1px solid #ccc;
  background-color: rgb(241, 247, 245);
}
main.enroll .form form .checkbox {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
main.enroll .form form .checkbox span {
  width: 100%;
  font-size: 16px;
}
main.enroll .form form .checkbox span i {
  font-style: normal;
  font-weight: bold;
  color: var(--color1);
}
main.enroll .form form .checkbox .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
main.enroll .form form .checkbox .box span {
  grid-column: 1/-1;
}
main.enroll .form form .checkbox .box label {
  display: flex;
  align-items: center;
  gap: 10px;
}
main.enroll .form form .checkbox .box label input {
  width: 15px;
  height: 15px;
}
main.enroll .form form .agree {
  margin-top: 30px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}
main.enroll .form form .agree input {
  width: 15px;
  height: 15px;
}
main.enroll .form form .agree span {
  line-height: 1;
}
main.enroll .form form .agree a {
  color: var(--color2);
}
main.enroll .form form .submit {
  margin: 0 auto;
  margin-top: 20px;
  padding: 10px 50px;
  background-color: var(--color1);
  font-size: 16px;
  border-radius: 100px;
  border: 1px solid #ccc;
}
main.enroll .form form .submit input {
  color: #fff;
}

main.info1 .info-box .bx {
  display: flex;
}
main.info1 .info-box .left {
  width: 80%;
  border: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
}
main.info1 .info-box .left .text {
  padding: 30px 50px;
}
main.info1 .info-box .left .text h2 {
  font-size: 1.5rem;
  color: #212121;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  text-align: center;
}
main.info1 .info-box .left .text .item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-bottom: 1.75rem;
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 2rem;
}
main.info1 .info-box .left .text .item span {
  line-height: 40px;
}
main.info1 .info-box .left .text .con p {
  line-height: 2.5;
}
main.info1 .info-box .left .rem {
  margin-top: auto;
  padding: 20px;
  border-top: 1px solid #e5e5e5;
}
main.info1 .info-box .left .rem h2 {
  margin-bottom: 20px;
}
main.info1 .info-box .left .rem .grid-2 li {
  line-height: 2;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
main.info1 .info-box .left .rem .grid-2 li a {
  transition: all 0.5s;
}
main.info1 .info-box .left .rem .grid-2 li a:hover {
  color: var(--color1);
}
main.info1 .info-box .right {
  width: 400px;
  padding: 30px 20px;
  flex-grow: 1;
  border: 1px solid #e5e5e5;
  border-left: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
main.info1 .info-box .right .box {
  width: 100%;
}
main.info1 .info-box .right .box h2 {
  font-weight: bold;
  margin-bottom: 20px;
}
main.info1 .info-box .right .box ul li .a {
  border-radius: 7px;
  border: 1px solid #e5e5e5;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
main.info1 .info-box .right .box ul li .a .img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  font-size: 0;
}
main.info1 .info-box .right .box ul li .a .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  transition: all 1s ease;
}
main.info1 .info-box .right .box ul li .a .tet {
  padding: 20px;
  display: flex;
}
main.info1 .info-box .right .box ul li .a .tet .tet-left h2 {
  font-size: 1.1rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  transition: all 0.8s;
}
main.info1 .info-box .right .box ul li .a .tet .tet-left p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
main.info1 .info-box .right .box ul li .a .tet .tet-right {
  flex-grow: 1;
}
main.info1 .info-box .right .box ul li .a .tet .tet-right .botton a {
  width: 100%;
}
main.info1 .info-box .right .box ul li .a:hover .img img {
  transform: scale(1.05);
}
main.info1 .info-box .right .box ul li .a:hover .tet .tet-left h2 {
  color: var(--color1);
}

main.info2 .title {
  margin: 40px 0 40px;
  display: flex;
  justify-content: center;
}
main.info2 .title h2 {
  padding-bottom: 15px;
  font-weight: bold;
  position: relative;
}
main.info2 .title h2:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 4px;
  border-radius: 4px;
  background-color: var(--color1);
}
main.info2 #m1 .con video {
  float: left;
  width: 50%;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 20px;
}
main.info2 #m1 .con p {
  line-height: 2.5;
}
main.info2 #m1 .con::after {
  content: "";
  clear: both;
  display: block;
}
main.info2 #m2 .list h3 {
  display: inline-block;
  padding: 10px 50px;
  border-radius: 7px;
  border: 1px solid #333;
}
main.info2 #m2 .list .text {
  padding: 15px 0;
}
main.info2 #m2 .list .text p {
  line-height: 2.5;
}
main.info2 #m4 .con {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}
main.info2 #m4 .con .calendar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main.info2 #m4 .con .calendar span {
  font-size: 20px;
  font-weight: bold;
  color: var(--color1);
}
main.info2 #m4 .con .calendar i {
  line-height: 30px;
  height: 30px;
  width: 30px;
  border-radius: 5px;
  color: var(--color1);
  border: 1px solid #e5e5e5;
  text-align: center;
  font-size: 20px;
}
main.info2 #m4 .con .table {
  margin-top: 20px;
}
main.info2 #m4 .con .table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgb(206, 206, 206);
}
main.info2 #m4 .con .table table tr {
  border-top: 1px solid rgb(206, 206, 206);
}
main.info2 #m4 .con .table table tr td {
  border-left: 1px solid rgb(206, 206, 206);
}
main.info2 #m4 .con .table table tr td:nth-child(1) {
  border-left: none;
}
main.info2 #m4 .con .table table tr:nth-child(1) {
  border-top: none;
}
main.info2 #m4 .con .table table th {
  background-color: rgb(206, 206, 206);
  color: #fff;
  line-height: 30px;
}
main.info2 #m4 .con .table table th:nth-child(1),
main.info2 #m4 .con .table table th:last-child {
  background-color: rgb(218, 46, 32);
}
main.info2 #m4 .con .table table td {
  text-align: left !important;
  vertical-align: top !important;
  padding: 10px;
  height: 100px;
}
main.info2 #m4 .con .table table td .on {
  background-color: var(--color1);
}
main.info2 #m5 .item {
  display: flex;
  gap: 20px;
}
main.info2 #m5 .item .left {
  width: 60%;
}
main.info2 #m5 .item .left .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 55%;
  font-size: 0;
}
main.info2 #m5 .item .left .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  transition: all 1s ease;
}
main.info2 #m5 .item .right {
  width: 100%;
}
main.info2 #m5 .item .right .text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
main.info2 #m5 .item .right .text h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.8s;
}
main.info2 #m5 .item .right .text p {
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
main.info2 #m5 .item:hover .left .img img {
  transform: scale(1.05);
}
main.info2 #m5 .item:hover .right .text h2 {
  color: var(--color1);
}

main.info3 .info-con .bx {
  display: flex;
}
main.info3 .info-con .left {
  width: calc(50% - 100px);
}
main.info3 .info-con .left .mySwiper7 .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  font-size: 0;
}
main.info3 .info-con .left .mySwiper7 .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  transition: all 1s ease;
}
main.info3 .info-con .left .mySwiper7 .swiper-slide:hover img {
  transform: scale(1.05);
}
main.info3 .info-con .left .mySwiper6 {
  margin-top: 20px;
}
main.info3 .info-con .left .mySwiper6 .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 12.5%;
  font-size: 0;
}
main.info3 .info-con .left .mySwiper6 .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  transition: all 1s ease;
}
main.info3 .info-con .left .mySwiper6 .swiper-slide:hover img {
  transform: scale(1.05);
}
main.info3 .info-con .right {
  width: calc(50% + 100px);
  padding-left: 40px;
}
main.info3 .info-con .right .title {
  display: flex;
  align-items: center;
  gap: 20px;
}
main.info3 .info-con .right .title h2 {
  font-weight: bold;
}
main.info3 .info-con .right .title span {
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 5px;
}
main.info3 .info-con .right .title span i {
  color: var(--color1);
  font-size: 24px;
}
main.info3 .info-con .right .title span + span {
  margin-right: 0;
  margin-left: auto;
}
main.info3 .info-con .right .title span + span i {
  font-size: 20px;
}
main.info3 .info-con .right .time {
  margin: 20px 0;
  display: flex;
  align-items: center;
  gap: 50px;
}
main.info3 .info-con .right .time p {
  display: flex;
  align-items: center;
  gap: 10px;
}
main.info3 .info-con .right .time span {
  font-size: 16px;
}
main.info3 .info-con .right .time i {
  color: var(--color1);
  font-size: 20px;
}
main.info3 .info-con .right .info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main.info3 .info-con .right .info p {
  display: flex;
  gap: 100px;
}
main.info3 .info-con .right .down {
  margin: 50px;
  display: flex;
  gap: 100px;
}
main.info3 .info-con .right .down a {
  display: flex;
  align-items: center;
  gap: 20px;
}
main.info3 .info-con .right .down a span {
  font-weight: bold;
  display: block;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid var(--color1);
}
main.info3 .info-con .right .down a i {
  color: var(--color1);
  font-size: 20px;
}
main.info3 .info-con .right .but {
  padding: 0 50px;
  display: flex;
  gap: 50px;
}
main.info3 .info-con .right .but a {
  gap: 10px;
}
main.info3 .info-con .right .but a span {
  line-height: 1;
}
main.info3 .tab {
  margin: 20px 0;
}
main.info3 .tab .title {
  height: 40px;
  display: flex;
  align-items: center;
  gap: 40px;
}
main.info3 .tab .title h3 {
  font-weight: bold;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
}
main.info3 .tab .title h3::after {
  content: "";
  position: absolute;
  border-radius: 4px;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 4px;
  transform: scale(0);
  background-color: var(--color1);
  transition: all 0.5s;
}
main.info3 .tab .title .on {
  color: var(--color1);
}
main.info3 .tab .title .on::after {
  transform: scale(1);
}
main.info3 .tab .tab-box {
  margin: 0 -20px;
  padding: 20px;
  height: 300px;
  overflow: hidden;
  position: relative;
}
main.info3 .tab .tab-box .tab-con {
  display: flex;
  flex-direction: column;
}
main.info3 .tab .tab-box .tab-con .grid-4 {
  height: 100%;
  width: calc(100% - 40px);
  padding: 20px 0;
  position: absolute;
  top: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.5s ease;
}
main.info3 .tab .tab-box .tab-con .grid-4 .item .img {
  border-radius: 7px;
  height: 200px;
  display: flex;
  position: relative;
  width: 100%;
  overflow: hidden;
  font-size: 0;
}
main.info3 .tab .tab-box .tab-con .grid-4 .item .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  transition: all 1s ease;
}
main.info3 .tab .tab-box .tab-con .grid-4 .item .text {
  padding: 15px 0 10px;
}
main.info3 .tab .tab-box .tab-con .grid-4 .item .text h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.8s;
}
main.info3 .tab .tab-box .tab-con .grid-4 .item:hover .img img {
  transform: scale(1.05);
}
main.info3 .tab .tab-box .tab-con .grid-4 .item:hover .text h3 {
  color: var(--color1);
}
main.info3 .tab .tab-box .tab-con .on {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
main.info3 .info-box .bx {
  margin-top: 20px;
  padding: 60px 60px;
  padding-top: 0;
  border: 1px solid #e5e5e5;
  border-radius: 7px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
main.info3 .info-box .mbx2 {
  padding-top: 10px;
  position: sticky;
  top: 80px;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #fff;
  height: 70px;
  display: flex;
  align-items: center;
  gap: 30px;
}
main.info3 .info-box .mbx2 .on {
  transition: all 0.5s;
  color: var(--color1);
  position: relative;
}
main.info3 .info-box .mbx2 .on::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  border-radius: 5px;
  width: 100%;
  height: 4px;
  background-color: var(--color1);
  transition: all 0.5s;
}
main.info3 .info-box .title {
  margin: 50px 0 30px;
  display: flex;
  justify-content: center;
}
main.info3 .info-box .title h2 {
  padding-bottom: 15px;
  font-weight: bold;
  position: relative;
}
main.info3 .info-box .title h2:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: var(--color1);
}
main.info3 .info-box #m1 .item {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
main.info3 .info-box #m1 .but {
  margin-bottom: 20px;
}
main.info3 .info-box #m1 .but a {
  width: 180px;
}
main.info3 .info-box #m1 .con p {
  line-height: 2.5;
}
main.info3 .info-box #m2 .con p {
  line-height: 2.5;
}
main.info3 .info-box #m3 .con p {
  line-height: 2.5;
}
main.info3 .info-box #m4 .con p {
  line-height: 2.5;
}
main.info3 .info-box #m4 .con img {
  margin: 0 auto;
  display: block;
}
main.info3 .info-box #m5 .con p {
  line-height: 2.5;
}
main.info3 .info-box #m5 .con img {
  margin: 0 auto;
  display: block;
}
main.info3 .info-box #m6 .con p {
  line-height: 2.5;
}
main.info3 .info-box #m7 .con .grid-3 {
  gap: 30px 130px;
}
main.info3 .info-box #m7 .con .item .img {
  border-radius: 7px;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 55%;
  font-size: 0;
}
main.info3 .info-box #m7 .con .item .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  transition: all 1s ease;
}
main.info3 .info-box #m7 .con .item .text {
  text-align: center;
}
main.info3 .info-box #m7 .con .item .text p {
  padding: 10px 0;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
main.info3 .info-box #m7 .con .item .text h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
main.info3 .info-box #m7 .con .item:hover .img img {
  transform: scale(1.05);
}
main.info3 .info-box #m8 .item {
  display: flex;
  gap: 20px;
}
main.info3 .info-box #m8 .item .left {
  width: 60%;
}
main.info3 .info-box #m8 .item .left .img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 55%;
  font-size: 0;
}
main.info3 .info-box #m8 .item .left .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  transition: all 1s ease;
}
main.info3 .info-box #m8 .item .right {
  width: 100%;
}
main.info3 .info-box #m8 .item .right .text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
main.info3 .info-box #m8 .item .right .text h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.8s;
}
main.info3 .info-box #m8 .item .right .text p {
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
main.info3 .info-box #m8 .item:hover .left .img img {
  transform: scale(1.05);
}
main.info3 .info-box #m8 .item:hover .right .text h2 {
  color: var(--color1);
}

main.about .list1 .con {
  padding: 0 60px;
}
main.about .list1 .con h2 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  display: none;
}
main.about .list1 .con .top .text img {
  padding: 10px;
  float: right;
  width: 500px;
  height: 500px;
}
main.about .list1 .con .top p {
  line-height: 2.5;
  text-indent: 2em;
}
main.about .list1 .con .bottom {
  background-image: url(../images/n_jituan_bg.png);
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.about .list1 .con .bottom .left {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main.about .list1 .con .bottom .left .text h3 {
  color: var(--color1);
  margin-bottom: 10px;
}
main.about .list1 .con .bottom .left .text p {
  color: #010101;
  position: relative;
  display: flex;
  align-items: center;
}
main.about .list1 .con .bottom .left .text p i {
  font-style: normal;
}
main.about .list1 .con .bottom .left .text p span {
  position: relative;
  top: -10px;
}
main.about .list1 .con .bottom .left .hr {
  width: 100%;
  height: 1px;
  background-image: -moz-linear-gradient(180deg, transparent 0%, #dbdcdd 100%);
  background-image: -webkit-linear-gradient(180deg, transparent 0%, #dbdcdd 100%);
  background-image: -ms-linear-gradient(180deg, transparent 0%, #dbdcdd 100%);
}
main.about .list1 .con .bottom .right {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}
main.about .list1 .con .bottom .right .text h3 {
  color: var(--color1);
  margin-bottom: 10px;
}
main.about .list1 .con .bottom .right .text p {
  color: #010101;
}
main.about .list1 .con .bottom .right .hr {
  width: 100%;
  height: 1px;
  background-image: -moz-linear-gradient(180deg, transparent 0%, #dbdcdd 100%);
  background-image: -webkit-linear-gradient(180deg, transparent 0%, #dbdcdd 100%);
  background-image: -ms-linear-gradient(180deg, transparent 0%, #dbdcdd 100%);
  background-image: -moz-linear-gradient(360deg, transparent 0%, #dbdcdd 100%);
  background-image: -webkit-linear-gradient(360deg, transparent 0%, #dbdcdd 100%);
  background-image: -ms-linear-gradient(360deg, transparent 0%, #dbdcdd 100%);
}
main.about .list1 .con .bottom .img {
  font-size: 0;
}
main.about .list1 .con .bottom .img img {
  width: 200px;
  height: 200px;
}

main.contact .list1 .bx {
  padding: 0 60px;
}
main.contact .list1 .bx .grid-2 {
  display: flex;
  justify-content: space-between;
  padding: 0 250px;
}
main.contact .list1 .item .top {
  display: flex;
  align-items: center;
  gap: 10px;
}
main.contact .list1 .item .top i {
  font-size: 30px;
}
main.contact .list1 .item .top span {
  font-weight: bold;
  font-size: 16px;
}
main.contact .list1 .item .bottom p {
  color: #888;
  padding-top: 16px;
}
main.contact .list1 .item .bottom a {
  display: inline-block;
  margin-top: 22px;
  font-size: 16px;
  position: relative;
}
main.contact .list1 .item .bottom a::after {
  background-color: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.3s ease-in-out 0s;
  width: 100%;
  will-change: transform;
}
main.contact .list1 .item .bottom a:hover::after {
  transform: scaleX(0);
}
main.contact .list2 .bx {
  display: flex;
  justify-content: center;
}
main.contact .list2 form {
  width: 50%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main.contact .list2 form p{
  line-height: 2;
  width: 100%;
  text-align: center;
}
main.contact .list2 form h3{
  margin-top: 40px;
  font-size: 1rem;
  margin-bottom: 10px;
  width: 100%;
}
main.contact .list2 form .inp {
  width: 45%;
}
main.contact .list2 form span {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}
main.contact .list2 form span i {
  color: red;
  font-style: normal;
}
main.contact .list2 form .inp input {
  margin-top: 10px;
  width: 100%;
  padding: 10px;
  border-radius: 7px;
  border: 1px solid #aaa;
  color: #aaa;
}
main.contact .list2 form .code,
main.contact .list2 form .text {
  width: 100%;
}
main.contact .list2 form .text textarea {
    margin-top: 10px;
  min-height: 100px;
  width: 100%;
  border-radius: 7px;
  border: 1px solid #aaa;
  color: #aaa;
}
main.contact .list2 form .code .flex {
  display: flex;
    justify-content: space-between;
}
main.contact .list2 form .code input {
    margin-top: 10px;
  width: 70%;
    padding: 10px;
  border-radius: 7px;
  border: 1px solid #aaa;
    color: #aaa;
}
main.contact .list2 form .code img {
  width: 25%;
  height: 37px;
  overflow: hidden;
  margin-top: 10px;
  border-radius: 7px;
}
main.contact .list2 form button {
  margin-top: 10px;
  width: 100%;
  height: 40px;
  background-color: #333;
  color: #fff;
  border-radius: 7px;
}

main.logo {
  height: 100vh;
  background-image: url(../images/banner2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
}
main.logo .list1 {
  height: 100%;
}
main.logo .list1 .bx {
  height: 100%;
}
main.logo .login_bg {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
main.logo .login_bg .loginform {
  width: 400px;
  border-radius: 7px;
  background-color: #fff;
  padding: 20px 0;
}
main.logo .login_bg .loginform .login_mode {
  margin-top: 20px;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdcdd;
  display: flex;
  justify-content: space-evenly;
}
main.logo .login_bg .loginform .login_mode span {
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.5s;
}
main.logo .login_bg .loginform .login_mode span:hover {
  color: var(--color1);
}
main.logo .login_bg .loginform .login_mode .on {
  color: var(--color1);
}
main.logo .login_bg .loginform .box {
  width: 300px;
  margin: auto;
}
main.logo .login_bg .loginform .box .form {
  margin-top: 20px;
  display: none;
}
main.logo .login_bg .loginform .box .form label {
  /*border: 1px solid #dbdcdd;
  border-radius: 7px;
  overflow: hidden;
  margin: 20px 0;
  position: relative;
  display: flex;*/
}
main.logo .login_bg .loginform .box .form label input {
  width: 100%;
  padding: 10px;
  line-height: 20px;
}
main.logo .login_bg .loginform .box .form label .button {
  width: 100px;
  flex-shrink: 0;
}
main.logo .login_bg .loginform .box .form label a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  background-color: #dbdcdd;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.logo .login_bg .loginform .box .form .buttom {
  width: 100%;
  background-color: var(--color1);
  color: #fff;
  border-radius: 5px;
  border: 0;
  line-height: 35px;
  margin: 10px 0 15px 0;
  font-size: 16px;
  cursor: pointer;
}
main.logo .login_bg .loginform .box .form .buttom a {
  display: block;
}
main.logo .login_bg .loginform .box .form .flex {
  display: flex;
  justify-content: flex-end;
}
main.logo .login_bg .loginform .box .form .flex a {
  font-size: 12px;
}
main.logo .login_bg .loginform .box .on {
  display: block;
}

main.logo2 .info {
  margin-bottom: 50px;
}
main.logo2 .info .bx {
  display: flex;
}
main.logo2 .info .left {
  width: 250px;
  flex-shrink: 0;
  border: 1px solid #e5e5e5;
}
main.logo2 .info .left .top {
  font-size: 16px;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
main.logo2 .info .left .top img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
main.logo2 .info .left ul {
  border-top: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
}
main.logo2 .info .left ul a {
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  display: block;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.5s;
}
main.logo2 .info .left ul a.on,
main.logo2 .info .left ul a:hover {
  background-color: rgba(211, 202, 194, 0.2196078431);
}
main.logo2 .info .middle {
  flex-grow: 1;
  padding: 50px;
  border: 1px solid #e5e5e5;
  border-left: none;
}
main.logo2 .info .middle .flex {
  display: flex;
  align-items: center;
}
main.logo2 .info .middle .flex .top2 {
  margin-left: auto;
}
main.logo2 .info .middle .flex .text {
  font-weight: bold;
}
main.logo2 .info .middle .flex .top2 .text {
  cursor: pointer;
  padding: 5px 30px;
  border-radius: 50px;
  color: #fff;
  background-color: var(--color1);
}
main.logo2 .info .middle .right1 {
  border: 1px solid #e5e5e5;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  padding: 35px 25px;
  border-radius: 7px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
main.logo2 .info .middle .right1 label {
  display: flex;
  align-items: center;
}
main.logo2 .info .middle .right1 label span {
  width: 100px;
}
main.logo2 .info .middle .right1 label span i {
  font-style: normal;
  color: red;
  margin-left: 3px;
}
main.logo2 .info .middle .right1 label textarea,
main.logo2 .info .middle .right1 label input {
  height: 40px;
  width: 400px;
  padding: 0 20px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
}
main.logo2 .info .middle .right1 label textarea{
  min-height: 120px;
  height: auto;
  overflow: hidden;
  line-height: 40px;
}
main.logo2 .info .middle .right1 button {
  margin-top: 30px;
  padding: 10px 60px;
  border-radius: 50px;
  background-color: var(--color1);
  color: #fff;
  display: flex;
}
main.logo2 .info .list1 {
  flex-grow: 1;
  border: 1px solid #e5e5e5;
  border-left: none;
}
main.logo2 .info .list1 table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
main.logo2 .info .list1 table tr {
  transition: all 0.5s;
}
main.logo2 .info .list1 table tr:hover {
  background: rgba(211, 202, 194, 0.2196078431);
}
main.logo2 .info .list1 table tr:nth-child(1) {
  position: sticky;
  top: 65px;
  z-index: 100;
  border: 1px solid var(--color1);
  background-color: #fff;
  color: #fff;
  background-color: var(--color1);
}
main.logo2 .info .list1 table th {
  width: 100%;
  line-height: 40px;
  flex-grow: 1;
  text-align: center;
}
main.logo2 .info .list1 table td {
  border: 1px solid rgba(138, 135, 118, 0.231372549);
  text-align: center;
  position: relative;
  width: 100%;
  height: 90px;
  line-height: 30px;
  padding: 0 10px;
}
main.logo2 .info .list1 table td .code i {
  font-size: 14px;
}
main.logo2 .info .list1 table td .code {
  cursor: pointer;
}
main.logo2 .info .list1 table td .add {
  width: 100%;
  height: 100%;
  overflow: auto;
}
main.logo2 .info .list1 table td .add::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
}
main.logo2 .info .list1 table td .add::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 10px;
}
main.logo2 .info .list1 table td .add::-webkit-scrollbar-track {
  background-color: #d1d6db;
  border-radius: 10px;
}
main.logo2 .info .list1 table td a {
  transition: all 0.5s;
  padding: 5px 0px;
  border-radius: 7px;
  background-color: var(--color1);
  color: #fff;
  display: block;
}
main.logo2 .info .list1 table td a:hover {
/*  color: var(--color1);*/
}
main.logo2 .info .list2 {
  flex-grow: 1;
  border: 1px solid #e5e5e5;
  border-left: none;
  padding: 20px;
}
main.logo2 .info .list2 .son{
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  display: flex;
}
main.logo2 .info .list2 .son .img {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
main.logo2 .info .list2 .son .text{
    width: 100%;
    margin-left: 30px;
}
main.logo2 .info .list2 .son .text p {
    margin-bottom: 5px;
    font-weight: bold;
}
main.logo2 .info .list2 .son .text .p {
    line-height: 2;
    color: #888;
}
main.logo2 .info .list2 .son .text .img-box {
    margin: 5px;
    font-size: 0;
}
main.logo2 .info .list2 .son .text .img-box img {
    margin-right: 5px;
    max-width: 200px;
    max-height: 100px;
    border-radius: 7px;
    overflow: hidden;
}
main.logo2 .info .list2 .son .text span {
  font-size: 12px;
}
main.logo2 .info .list2 .son .text .rep {
  margin-top: 20px;
}

main.logo2 .fixed {
  position: fixed;
  z-index: 10000;
}
main.logo2 .fixed .img-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 1;
  color: #333;
  visibility: visible;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
main.logo2 .fixed .on {
    opacity: 0;
    visibility: hidden;
    z-index: -100;
}
main.logo2 .fixed .img-box .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}
main.logo2 .fixed .img-box .login-form {
  width: 400px;
  background-color: #fff;
  padding: 20px;
  padding-top: 40px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: relative;
}
main.logo2 .fixed .img-box .login-form .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  display: flex;
  cursor: pointer;
}
main.logo2 .fixed .img-box .login-form .flex {
  border-bottom: 2px solid #dedede;
  display: flex;
  justify-content: center;
}
main.logo2 .fixed .img-box .login-form .flex h2 {
  font-weight: bold;
  padding-bottom: 10px;
  text-align: center;
  position: relative;
}
main.logo2 .fixed .img-box .login-form .flex h2:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: var(--color1);
}
main.logo2 .fixed .img-box .login-form .flex h2 i {
  font-size: 20px;
}
main.logo2 .fixed .img-box .form-item {
  padding-top: 30px;
  padding-bottom: 20px;
}
main.logo2 .fixed .img-box .form-item form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
main.logo2 .fixed .img-box .form-item form .input-box {
  position: relative;
  width: 90%;
  height: 0;
  padding-bottom: 90%;
  border-radius: 50%;
  border: 1px solid #dedede;
  display: flex;
  align-items: center;
}
main.logo2 .fixed .img-box .form-item form .input-box input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
main.logo2 .fixed .img-box .form-item form .input-box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
    width: 100%;
  height: 100%;
  border-radius: 50%;
}
main.logo2 .fixed .img-box .form-item form .input-box span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main.logo2 .fixed .img-box .form-item form .input-box .btn {
  border-left: 1px solid #dedede;
  height: 100%;
  padding: 0 20px;
  white-space: nowrap;
  background-color: rgb(245, 245, 245);
}
main.logo2 .fixed .img-box .form-item form .submit {
  width: 100%;
  border-radius: 7px;
  padding-left: 10px;
  height: 40px;
  border: 1px solid #dedede;
  background-color: var(--color1);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.logo2 .fixed .img-box .form-item form .submit button {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
main.logo2 .fixed .img-box .other-login a {
  font-weight: bold;
  color: var(--color1);
}

main.logo3 .info .middle .flex {
  height: 40px;
  display: flex;
}
main.logo3 .info .middle .flex .top1 {
  width: 50%;
}
main.logo3 .info .middle .flex .text {
  font-weight: bold;
  line-height: 1;
}
main.logo3 .info table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
main.logo3 .info table tr {
  transition: all 0.5s;
  position: relative;
}
main.logo3 .info table tr:hover {
  background: rgba(211, 202, 194, 0.2196078431);
}
main.logo3 .info table tr:nth-child(1) {
  position: sticky;
  top: 75px;
  z-index: 100;
  border: 1px solid var(--color1);
  background-color: #fff;
  color: #fff;
  background-color: var(--color1);
}
main.logo3 .info table tr td:last-child {
  width: 90px;
  opacity: 1;
  transition: all 0.3s;
}
main.logo3 .info table tr td.info:last-child {
  position: relative;
}
main.logo3 .info table tr td:last-child.td {
  position: relative;
}
main.logo3 .info table tr td:last-child i {
  font-size: 24px;
  position: absolute;
  top: 39%;
  left: 50% !important;
  transform: translate(-50%, -50%);
}
/*main.logo3 .info table tr td.on {
  width: 90px;
  opacity: 1;
}*/
main.logo3 .info table th {
  width: 100%;
  height: 40px;
  flex-grow: 1;
  text-align: center;
  position: relative;
}
main.logo3 .info table th.c-all {

}
main.logo3 .info table th .inp{
  margin-left: 10px;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  background: #fff;
  display: flex;
}
main.logo3 .info table th input {
  width: 100%;
  height: 100%;
  opacity: 0;
}
main.logo3 .info table th input:checked {
  opacity: 1;
}
main.logo3 .info table td {
  font-size: 0;
  border: 1px solid rgba(138, 135, 118, 0.231372549);
  text-align: center;
  position: relative;
  width: 100%;
  height: 0;
}
main.logo3 .info table td label {
  position: absolute;
  inset: 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.logo3 .info table td label input {
  margin: 15px;
  border-radius: 7px;
  line-height: 30px;
  border: 1px solid #999;
  width: 100%;
  text-align: center;
}
main.logo3 .info table td input[type="checkbox"] {
  width: 20px;
  height: 20px;
}
main.logo3 .info table td span {
  padding: 0 10px;
  font-size: 14px;
  line-height: 2.5;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.logo3 .info table td img {
  padding: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
main.logo3 .info .all {
  margin-top: 10px;
/*  padding-right: 100px;*/
  display: flex;
  justify-content: flex-end;
}
main.logo3 .info .all p {
  min-width: 200px;
}
main.logo3 .info .return {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
main.logo3 .info .return a {
  padding: 5px 15px;
  border-radius: 7px;
  background: var(--color1);
  color: #fff;
}
main.logo3 .info .notes {
  display: flex;
  justify-content: flex-end;
}
main.logo3 .info .notes label {
  margin-left: auto;
  width: 45%;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
main.logo3 .info .notes label + label {
  margin-right: 0;
  margin-left: auto;
}
main.logo3 .info .notes label span {
  font-size: 16px;
  font-weight: bold;
}
main.logo3 .info .notes label textarea {
  margin-top: 10px;
  width: 100%;
  min-height: 100px;
  border: 1px solid var(--color1);
  padding: 10px;
  border-radius: 7px;
}
main.logo3 .info .but {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
main.logo3 .info .but button,
main.logo3 .info .but a{
  width: 200px;
  margin: 0;
  margin-left: 50px;
}
main.logo3 .info .but button.submit {
  width: 200px;
  transition: all 0.5s;
  margin-right: 50px;
  background-color: #e0bfacc9;
}
main.logo3 .info .but button.cancel {
  width: 200px;
  transition: all 0.5s;
  margin-left: 50px;
}
main.logo3 .info .but button:hover {
  opacity: 0.8;
}
main.logo3 .info .but button.submit:hover {
  background-color: var(--color1);
}
.video-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 1;
  color: #333;
  visibility: visible;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-box-bg {
  max-width: 95%;
  max-height: 95%;
  height: 100%;
  background-color: #fff;
  padding: 20px;
  padding-top: 40px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: relative;
}
.video-box-content {
  height: 100%;
}
.video-box-bg .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}
.video-box-bg video {
  width: 100%;
  height: 100%;
}
.video-box.on {
  z-index: -999;
  opacity: 0;
  visibility: hidden;
}

.fixed_tj {
  position: fixed;
  z-index: 10000;
  inset: 0;
  background-color: #00000060;
  transition: all 0.8s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed_tj.on {
  z-index: -999;
  opacity: 0;
}
.fixed_tj .box {
    display: inline-block;
    width: 420px;
    padding-bottom: 10px;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    font-size: 18px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    text-align: left;
    overflow: hidden;
    backface-visibility: hidden;
}
.fixed_tj .box .tit {
  position: relative;
  padding: 15px 15px 10px;
  font-size: 18px;
  line-height: 1;
  color: #303133;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fixed_tj .box .p{
  min-height: 50px;
  padding: 10px 15px;
  color: #606266;
  font-size: 14px;
}
.fixed_tj .box .a {
  padding: 15 70px;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.fixed_tj .box .a a{
  padding: 9px 15px;
  font-size: 12px;
  border-radius: 3px;
  background-color: var(--color1);
  color: #fff;
}
.bg-success {
    position: fixed;
    top: 130px;
    left: 50%;
    opacity: 0;
    z-index: -1;
    transform: translateX(-50%);
    width: 380px;
    height: 50px;
    padding: 15px;
    display: flex;
    align-items: center;
    background: #f0f9eb;
    border-radius: 7px;
    transition: all 0.3s;
}
.bg-success.on {
    z-index: 1000;
    opacity: 1;
}
/*# sourceMappingURL=index.css.map */
.hide-size{
    display: none !important;
}