@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@font-face {
  font-family: "iconfont";
  /* Project id 4455642 */
  src: url("iconfont.woff2?t=1711689755775") format("woff2"), url("iconfont.woff?t=1711689755775") format("woff"), url("iconfont.ttf?t=1711689755775") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

:root {
  --white: #fff;
  --styem: #ffae00;
  --bg-F5-color: #f5f5f5;
  --bg-light-color: rgb(229, 241, 229, 0.8);
  --font-one-color: #f36100;
  --font-333-color: #333333;
  --font-3c-color: #3c3c3c;
  --font-c3-color: #c3c3c3;
  --font-888-color: #888;
  --border-span-color: #ededed;
  --bgColor: #ff6800;
  --bgOpColor: rgba(255, 104, 0, .4);
  --bgFooter: rgba(51, 51, 51, 0.9) ;
}

/*园区页面主题*/
body.wggm-1 {
    /*导航栏颜色，也是主题颜色*/
  --bgColor: #2D7354;
  /*选中导航栏后的颜色，也是鼠标悬停颜色*/
  --bgHoverColor: #164d33;
  /*按钮等鼠标悬浮颜色，也可以是主题色透明度，.4就是颜色透明度为40%*/
  --bgOpColor: rgba(45, 115, 84, .4);
  
  --bgFooter: rgba(22, 77, 51, .9) ;
}

body.wggm-3 {
  --bgColor: #38a4b6;
  --bgHoverColor: #6fcbda;
  --bgOpColor: rgba(56, 164, 182, .4);
}

body.wggm-2 {
  --bgColor: #95560d;
  --bgHoverColor: #643d11;
  --bgOpColor: rgba(149, 86, 13, .4) ;
}




body.falg {
  background-color: #000;
  color: var(--white);
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}



.Article_body {
  font-size: 16px;
  line-height: 1.8;
  position: relative;
  padding-top: 15px;
}

.Article_body p {
  margin-bottom: 0px;
}
.Article_body p span{
  font-size: 16px!important;
}
.Article_body p .alt {
  display: none;
  font-size: 12px;
  color: var(--font-888-color);
  text-align: center;
   font-style: normal; 
}

.Article_body img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-top: 0px;
}

input,
button,
textarea {
  outline: none;
}

li {
  list-style: none;
}

a {
  color: var(--font-3c-color);
  text-decoration: none;
  background-color: transparent;
  outline: none;
}

a.link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;

}

.center-algin {
  text-align: center;
}

.bg100 {
  width: 100%;
  border-radius: 0 !important;
  height: auto;
  min-height: 256px;
  max-height: 360px;
}

.flex-center {
  display: flex;
  align-items: center;
}

.wrap {
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}

.hidden {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.hidden-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hidden-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

button {
  cursor: pointer;
}
button:hover {
  box-shadow: 0px 0px 20px -18px;
}
button:active {
  transform: scale(0.95);
}

.gm-title {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  max-width: 1200px;
  margin: 0 auto 20px auto;
  align-items: flex-end;
}
.gm-title .title-p2 {
  font-size: 16px;
  color: var(--font-one-color);
  margin: 20px 0;
  font-weight: 600;
}
.gm-title h2 {
  font-size: 26px;
  font-weight: bold;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.gm-title h2:before {
  content: "";
  height: 24px;
  border-radius: 5px;
  background: rgba(255, 104, 0, 0.85);
  width: 4px;
  display: inline-block;
  margin: 2px 11px 0 0;
  transform-origin: center;
  /* transform: rotate(0); */
  /* position: absolute; */
  /* left: -7px; */
  /* top: 1px; */
  /* transform: rotate(0); */
  /* position: absolute; */
  /* left: -7px; */
  /* top: 1px; */
  /* transform: rotate(0); */
  /* position: absolute; */
  /* left: -7px; */
  /* top: 1px; */
  /* transform: rotate(0); */
  /* position: absolute; */
  /* left: -7px; */
  /* top: 1px; */
  /* transform: rotate(0); */
  /* position: absolute; */
  /* left: -7px; */
  /* top: 1px; */
  /* transform: rotate(0); */
  /* position: absolute; */
  /* left: -7px; */
  /* top: 1px; */
  /* transform: rotate(0); */
  /* position: absolute; */
  /* left: -7px; */
  /* top: 1px; */
  /* transform: rotate(0); */
  /* position: absolute; */
  /* left: -7px; */
  /* top: 1px; */
}
.gm-title p {
  font-weight: 500;
  font-size: 13px;
  color: #999;
  margin-left: 8px;
  padding-bottom: 3px;
}

.aside-title {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aside-title h2 {
  font-size: 19px;
  color: var(--font-3c-color);
  position: relative;
  font-weight: bold;
  letter-spacing: 1px;
}
.aside-title h2:before {
  content: "";
  position: absolute;
  left: -8px;
  width: 3px;
  height: 79%;
  background-color: var(--font-one-color);
  top: 16%;
  border-radius: 4px;
}
.aside-title h3 {
  font-size: 18px;
  color: var(--font-3c-color);
  position: relative;
  font-weight: bold;
  letter-spacing: 1px;
}
.aside-title h3:before {
  content: "";
  position: absolute;
  left: -8px;
  width: 3px;
  height: 79%;
  background-color: var(--font-one-color);
  top: 16%;
  border-radius: 4px;
}
.aside-title .gengduo {
  display: flex;
  font-size: 14px;
  color: var(--font-888-color);
  cursor: pointer;
  align-items: center;
}
.aside-title .gengduo:hover {
  color: var(--font-one-color);
}
.aside-title .gengduo .iconfont {
  font-size: 17px;
}

.wg-intro h3.title a {
  font-size: 21.5px;
  color: var(--font-3c-color);
  font-weight: 500;
  margin-bottom: 10px;
  transition: color 0.2s ease-in-out;
}
.wg-intro p.adress {
  font-size: 14px;
  color: var(--font-888-color);
  margin-bottom: 10px;
}
#wg-zixun .zixun-list .zixun-item .wg-intro {
    justify-content: flex-start;
}
#wg-zixun .wg-intro p.time {
    margin-top: auto;
    margin-bottom: 5px;
}
#wg-zixun .mu-container .mu-left .zixun-list .zixun-img {
    flex: 0 0 180px;
    height: 135px;
}
#wg-zixun .mu-container .mu-left .zixun-list .wg-intro .title {
    margin-bottom: 12px;
    line-height: 28px;
}
#wg-zixun .wg-intro p.time::before {
    content: "\e8a9";
    font-family: "iconfont";
    margin-right: 3px;
}
.wg-intro p.time {
  font-size: 14px;
  color: var(--font-888-color);
  margin-bottom: 10px;
}
.wg-intro p.time span {
  color: var(--font-3c-color);
}
.wg-intro .shanchang {
  color: var(--font-one-color);
  font-size: 16px;
}
.wg-intro .shanchang span {
  color: var(--font-333-color);
}
.wg-intro p.desc {
    font-size: 14px;
    color: #919191;
    margin-bottom: 10px;
}
.wg-intro p.desc span {
  color: var(--font-333-color);
}
.wg-intro p.pic {
  font-size: 14px;
  color: var(--font-888-color);
}
.wg-intro p.pic span {
  font-size: 18px;
  color: var(--font-one-color);
}

.bg-light {
  width: 100%;
  background: var(--bg-light-color);
}

.bg-white {
  background: var(--white);
}

.bg-color {
  background: url(../image/main-bg-img.png) repeat-x top #e5f1e5;
}

.pa-10 {
  padding: 20px;
}

.py-40 {
  padding: 40px 0;
}

.py-20 {
  padding: 20px 0;
}

.pb-20 {
  padding-bottom: 20px;
}

.mt-20 {
  margin-bottom: 20px;
}

.mt-10 {
  margin-bottom: 10px;
}

.my-5 {
  margin-top: 10px;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.gutter-10 {
  padding-right: -10px;
  padding-left: -10px;
}

.row-5 {
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
}

.gutter-10 > .row-5 {
  padding-right: 10px;
  padding-left: 10px;
}

.row-4 {
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
}

.gutter-10 > .row-4 {
  padding-right: 10px;
  padding-left: 10px;
}

.row-3 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  position: relative;
}

.gutter-10 > .row-3 {
  padding-right: 10px;
  padding-left: 10px;
}

.row-1 {
  flex: 0 0 auto;
  max-width: 100%;
  position: relative;
}

.mu-top-part {
  width: 100%;
}
.mu-top-part a {
  display: block;
}

.breadcrumb {
  margin-bottom: 0;
}
.breadcrumb a {
  color: var(--font-888-color);
  letter-spacing: 0.2px;
  font-size: 14px;
  position: relative;
  padding-left: 15px;
}
.breadcrumb a:hover {
  color: var(--font-one-color);
}
.breadcrumb a:before {
  content: "\e60a";
  font-family: "iconfont";
  font-size: 10px;
  position: absolute;
  top: 5px;
  left: 0;
}
.breadcrumb a:first-child:before {
  content: none;
}
.breadcrumb a:first-child {
  padding-left: 0;
}

#wg-zhibokanmu,
#wg-binzangyongpindel,
#wg-binzangyongpin,
#wg-binzangfuwu,
#wg-binyiguanDel,
#wg-jirituiyan,
#wg-gmyouhui,
#wg-muxingDel,
#wg-binyiguan,
#wg-kmzhuanche,
#wg-zixun,
#wg-muxing,
#wg-gongmu,
#wg-lingyuan {
  background: url(../image/main-bg-img.png) repeat-x top #e5f1e5;
}

#wg-gongmuDel .aside-title h2:before {
  background: var(--bgColor);
}
#wg-gongmuDel header {
  display: none;
}
#wg-gongmuDel .breadcrumb a {
  color: var(--bgHoverColor);
}

#wg-gongmuDel main {
  background-size: 100%;
  background-position: top;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 0 0 40px 0;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
#wg-gongmuDel main .mudel-nav .wrap {
  max-width: 1200px;
}
#wg-gongmuDel main .mu-container .ly-row {
  padding: 15px;
}
#wg-gongmuDel main section {
  margin-bottom: 20px;
}
#wg-gongmuDel footer {
  margin-top: 0;
}
#wg-gongmuDel .gm-haeder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}
#wg-gongmuDel .gm-haeder .header-tel {
  position: relative;
  padding-left: 60px;
  line-height: 1;
  display: block;
}
#wg-gongmuDel .gm-haeder .header-tel::before {
  content: "24小时服务热线";
  display: block;
  margin-bottom: 6px;
  letter-spacing: 8px;
  font-size: 12px;
  font-style: italic;
  text-align: right;
  color: var(--font-888-color);
}
#wg-gongmuDel .gm-haeder .header-tel .p2 {
  font-size: 22px;
  font-weight: 500;
}
#wg-gongmuDel .gm-haeder .header-tel::after {
  content: "\e86e";
  font-family: iconfont;
  font-size: 33px;
  /* height: 28px; */
  line-height: 45px;
  position: absolute;
  top: 1px;
  left: 24px;
  -webkit-background-clip: text;
  background-clip: text;
}

.header {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-logo {
  height: 100%;
  display: block;
  margin-right: 10px;
}
.header nav {
  height: 50px;
  line-height: 50px;
  text-align: center;
  flex: 1;
}
.header nav ul {
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.header nav ul li {
  height: 40px;
  position: relative;
}
.header nav ul li a {
  display: block;
  line-height: 40px;
  font-size: 16.5px;
  position: relative;
  cursor: pointer;
}
.header nav ul li a:hover {
  color: var(--font-one-color);
  transform: 0.3s;
}
.header nav ul li a:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--font-one-color);
  transform: scaleX(0);
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.header nav ul li a:hover:after {
  transform: scaleX(75%);
}
.header nav ul li:hover.dropdown > ul {
  opacity: 1;
  visibility: visible;
}
.header nav ul li.active {
  border-bottom: 2px solid var(--font-one-color);
}
.header nav ul li.active a {
  color: var(--font-one-color);
}
.header .header-search {
  width: 160px;
  padding: 0px 10px;
  margin-left: 10px;
  position: relative;
}
.header .header-search form {
  position: relative;
}
.header .header-search form .text {
  width: 100%;
  padding: 5px 20px 5px 5px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 2px solid var(--font-one-color);
}
.header .header-search form .text:focus {
  box-shadow: 0 0 0 0.3rem rgba(247, 133, 2, 0.25);
}
.header .header-search form .btn {
  position: absolute;
  top: 3px;
  right: 4px;
  border: none;
  background: transparent;
  z-index: 1;
}
.header .header-search form .btn .iconfont {
  color: var(--font-one-color);
  font-size: 20px;
  cursor: pointer;
}
.header .header-search form .hi {
  position: absolute;
  top: -30px;
  left: 95px;
  opacity: 0;
  transition: opacity 0.5s;
}
.header .header-search form .hi .iconfont {
  font-size: 30px;
  color: var(--styem);
}
.header .header-search form:hover .hi {
  opacity: 1;
}
.header .header-tel {
  position: relative;
  width: 180px;
  padding-left: 60px;
  line-height: 24px;
  display: block;
}
.header .header-tel .p1 {
  display: none;
  font-size: 16px;
  color: var(--font-333-color：);
}
.header .header-tel .p2 {
  font-size: 14px;
  color: var(--styem);
  font-weight: bold;
}
.header .header-tel .p2:before {
  content: "24小时服务热线";
  display: block;
  margin-bottom: 2px;
  letter-spacing: 4px;
  font-size: 12px;
  font-style: italic;
  text-align: right;
  font-weight: 500;
  color: #888;
}
.header .header-tel:before {
  content: "\e607";
  font-family: iconfont;
  font-size: 39px;
  height: 42px;
  line-height: 41px;
  position: absolute;
  top: 6px;
  left: 16px;
  background: linear-gradient(to bottom, #FF730A, #F0B546);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.banner {
  height: auto;
  background-image: url(../image/bantu03.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  background-position: center;
}
.banner h2 {
  font-family: -webkit-pictograph;
  font-size: 30px;
  font-style: italic;
  text-align: center;
}
.banner .swiper-container {
  padding-bottom: 40px;
}
.banner .swiper-slide {
  /*width: 70%;*/
  /*width: 100%;*/
  max-width: 1200px;
  transition-timing-function: linear;
}
.banner .swiper-slide img {
  width: 100%;
  border-radius: 4px;
}
.banner .swiper-slide .title {
  position: absolute;
  transform: rotate(90deg);
  transform-origin: left top;
  left: -3px;
  font-size: 12px;
  color: rgb(102, 102, 102);
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  width: 86px;
}
.banner .swiper-pagination-bullet {
  background: none;
  opacity: 1;
  margin: 0 6px !important;
  width: 9px;
  height: 9px;
  position: relative;
  outline: none;
  vertical-align: middle;
}
.banner .swiper-pagination-bullet span {
  width: 3px;
  height: 3px;
  background: #ffffff;
  display: block;
  border-radius: 50%;
  margin-top: 3px;
  margin-left: 3px;
}
.banner .swiper-pagination-bullet i {
  background: var(--font-one-color);
  height: 1px;
  width: 20px;
  position: absolute;
  top: 4px;
  transform: scaleX(0);
  transform-origin: left;
  z-index: 3;
  transition-timing-function: linear;
}
.banner .swiper-pagination-bullet-active span,
.banner .swiper-pagination-bullet:hover span {
  width: 9px;
  height: 9px;
  margin-top: 0;
  margin-left: 0;
  background: var(--font-one-color);
  position: relative;
  z-index: 1;
}
.banner .swiper-pagination-bullet-active i {
  animation: middle 6s;
}
.banner .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i {
  animation: first 6s;
}
.banner .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i {
  animation: last 6s;
}
@keyframes first {
  0% {
    transform: scaleX(0.5);
    left: 0px;
  }
  /*091*/
  100% {
    transform: scaleX(1);
    left: 2px;
  }
  /*0915*/
}
@keyframes last {
  0% {
    transform: scaleX(0.7);
    left: -10px;
  }
  /*1090*/
  20% {
    transform: scaleX(0.3);
    left: 2px;
  }
  /*090*/
  100% {
    transform: scaleX(0.3);
    left: 0px;
  }
  /*090*/
}
@keyframes middle {
  0% {
    transform: scaleX(0.7);
    left: -10px;
  }
  /*1091*/
  20% {
    transform: scaleX(0.45);
    left: 2px;
  }
  /*092*/
  100% {
    transform: scaleX(1);
    left: 2px;
  }
  /*0913*/
}

.mu-fuwus {
  width: 100%;
  width: 100%;
  background-color: transparent;
  /*border-bottom: solid 2px #e0e0e0;*/
  /*margin-bottom: 0;*/
  animation: fadeIn3 1s ease forwards;
}
@keyframes fadeIn3 {
        from {
            opacity: 0;
            transform: translateY(-80px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
}

.mu-fuwus .mu-fuwus-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.mu-fuwus .mu-fuwus-row .mu-fuwu-col {
  width: 24%;
  background: var(--white);
  position: relative;
  height: 110px;
}
.mu-fuwus .mu-fuwus-row .mu-fuwu-col a {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  line-height: 36px;
  box-sizing: border-box;
  transition: 0.2s;
}
.mu-fuwus .mu-fuwus-row .mu-fuwu-col a .title {
  font-size: 24px;
  color: var(--font-333-color);
}
.mu-fuwus .mu-fuwus-row .mu-fuwu-col a .intro {
  font-size: 14px;
  color: #999;
}
.mu-fuwus .mu-fuwus-row .mu-fuwu-col a img {
  position: absolute;
  width: 75px;
  height: 75px;
  right: 17px;
  top: 16px;
}
.mu-fuwus .mu-fuwus-row .mu-fuwu-col a:hover {
  box-shadow: 1px 3px 10px #999;
}
.mu-fuwus .mu-fuwus-row .mu-fuwu-col a:hover .title,
.mu-fuwus .mu-fuwus-row .mu-fuwu-col a:hover .intro {
  color: var(--font-one-color);
}

main {
  min-height:auto;
}
main .indexgd {
  /* flex: 1; */
  text-align: right;
  margin-left: auto;
}
main .indexgd a {
  border-radius: 5px;
  border: 1px solid var(--font-one-color);
  font-size: 14px;
  color: var(--font-one-color);
  opacity: 9;
  transition: 0.2s;
  display: flex;
  align-items: center;
}
main .indexgd a:before {
  content: "\e655";
  font-family: "iconfont";
  font-size: 26px;
  margin-right: 3px;
}
main .indexgd a:hover {
  background-color: var(--font-one-color);
  color: var(--white);
}
main .mudi-list {
  position: relative;
}
main .mudi-list .aside-bg {
  position: absolute;
  left: 0;
  top: -136px;
  width: 240px;
  display: none;
}
main .mudi-list .appIndex-tab {
  width: 100%;
  display: flex;
  align-items: flex-end;
  height: 30px;
  margin-bottom: 25px;
  justify-content: space-between;
}
main .mudi-list .appIndex-tab .tab-item {
  margin-right: 10px;
  cursor: pointer;
  transition: 0.3s;
  min-width: 125px;
}
main .mudi-list .appIndex-tab .tab-item .gm-title {
  margin-bottom: 0;
  height: 100%;
  display: flex;
  /* text-align: center; */
  justify-content: center;
}
main .mudi-list .appIndex-tab .tab-item .gm-title h2 {
  font-size: 18px;
  position: relative;
  transition: 0.1s;
}
main .mudi-list .appIndex-tab .tab-item .gm-title h2:before {
  display: none;
}
main .mudi-list .appIndex-tab .tab-item .gm-title h2:after {
  content: "";
  height: 5px;
  background: rgba(255, 104, 0, 0.6);
  width: 60px;
  display: inline-block;
  margin: 0 10px;
  position: absolute;
  bottom: 0px;
  width: 49%;
  left: 20px;
  border-radius: 5px 5px 0 0;
  transform: translateX(-166%);
  opacity: 0;
  transition: transform 0.3s;
}
main .mudi-list .appIndex-tab .tab-item.active .gm-title h2 {
  font-size: 24px;
}
main .mudi-list .appIndex-tab .tab-item.active .gm-title h2:after {
  opacity: 1;
  transform: translateX(0);
}
main .mudi-list .mudi-item {
  background-color: pink;
  height: auto;
  margin-bottom: 20px;
  box-sizing: border-box;
  background: var(--white);
  transition: box-shadow 0.3s ease-in-out;
  border-radius: 6px;
}
main .mudi-list .mudi-item:hover .mudi-item-txt .mi-title a {
  color: var(--font-one-color);
}
main .mudi-list .mudi-item .mudi-item-img {
  width: 100%;
  /* height: 100%; */
  overflow: hidden;
  max-height: 195px;
  border-radius: 5px;
  position: relative;
}
main .mudi-list .mudi-item .mudi-item-img .po-desc {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--font-one-color);
  color: var(--white);
  font-size: 14px;
  padding: 6px 8px;
  border-radius: 6px 0;
  display: none;
}
main .mudi-list .mudi-item .mudi-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px 6px 0 0;
  transition: filter 0.3s;
}
main .mudi-list .mudi-item .mudi-item-txt {
  padding: 8px 5px;
}
main .mudi-list .mudi-item .mudi-item-txt .mi-title {
  font-size: 18px;
  color: var(--font-333-color);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
main .mudi-list .mudi-item .mudi-item-txt .mi-title a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-weight: 600;
}
main .mudi-list .mudi-item .mudi-item-txt .mi-title .desc {
  color: #999;
}
main .mudi-list .mudi-item .mudi-item-txt .mi-title .adress {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}
main .mudi-list .mudi-item .mudi-item-txt .mi-title .po-ab {
  color: var(--font-one-color);
  font-size: 13px;
  background-color: #fff2cf;
  padding: 3px 5px;
  border-radius: 2px;
  display: flex;
  align-items: center;
}
main .mudi-list .mudi-item .mudi-item-txt .mi-title .po-ab .iconfont {
  margin-right: 4px;
  color: var(--font-one-color);
}
main .mudi-list .mudi-item .mi-tage .p1 {
  color: #666;
  font-size: 11px;
  padding: 3px 6px;
  border-radius: 50px;
  background: #edf2ed;
  margin-right: 6px;
}
main .mudi-list .mudi-item .mi-tage .p1.active {
  color: var(--white);
  background: #ee923f;
}
main .mudi-list .mudi-item .desc {
  font-size: 14px;
  color: #888;
}
main .mudi-list .mudi-item .pic {
  font-size: 14px;
  color: #888;
  margin-top: 8px;
}
main .mudi-list .mudi-item .pic span {
  font-size: 20px;
  margin: 0 2px;
  color: var(--font-one-color);
}

.footer-row {
  padding: 40px 0;
  background: #e5f1e5;
}
.footer-row .f-col {
  position: relative;
}
.footer-row .f-col .f-col-content {
  display: flex;
  background: url(../image/quick_link_bg.jpg) #fff no-repeat 100% 100%;
  flex-wrap: wrap;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.footer-row .f-col .f-col-content .f-col-item {
  font-size: 16px;
  color: var(--font-3c-color);
  width: 50%;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
}
.footer-row .f-col .f-col-content .f-col-item a {
  font-weight: 500;
  color: var(--font-888-color);
  margin-right: 10px;
  transition: color 0.2s;
}
.footer-row .f-col .f-col-content .f-col-item a:hover {
  color: var(--styem);
}
.footer-row .f-col .f-col-link {
  display: flex;
  font-size: 14px;
  color: var(--font-3c-color);
  flex-wrap: wrap;
  font-weight: 600;
}
.footer-row .f-col .f-col-link .f-l1 {
  position: relative;
  padding-left: 14px;
}
.footer-row .f-col .f-col-link .f-l1:before {
  content: "\e612";
  font-family: "iconfont";
  position: absolute;
  left: 0;
  top: 3px;
  color: #3c3c3c;
  font-size: 15px;
}
.footer-row .f-col .f-col-link a {
  font-weight: 500;
  color: var(--font-888-color);
  margin-right: 10px;
  transition: color 0.2s;
}
.footer-row .f-col .f-col-link a:hover {
  color: var(--styem);
}

footer {
  position: relative;
  margin-top: 20px;
  background-image: url(../image/bantu03.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
footer .aside-f-bg {
  position: absolute;
  top: -90%;
  left: 60px;
  height: 250px;
  z-index: -1 !important;
}
footer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background-repeat: repeat-x;
  background-image: url(../image/tsx-line-bg.png);
}
footer .footer-wrap {
  padding: 50px 0 90px 0;
  color: var(--white);
  background-color: var(--font-333-color);
}
footer .footer-wrap .f-cle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
footer .footer-wrap .f-cle .f-info .f-nav {
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between;
  align-items: center;
}
footer .footer-wrap .f-cle .f-info .f-nav a {
  font-size: 18px;
  color: var(--white);
  transition: color 0.1s;
}
footer .footer-wrap .f-cle .f-info .f-nav a:hover {
  color: var(--font-one-color);
}
footer .footer-wrap .f-cle .f-info .f-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-wrap .f-cle .f-info .f-link .f-logo {
  display: block;
  padding-right: 142px;
}
footer .footer-wrap .f-cle .f-info .f-link .f-logo img {
  height: 80px;
}
footer .footer-wrap .f-cle .f-info .f-link .txt {
  font-size: 12px;
}
footer .footer-wrap .f-cle .f-info .f-link .txt div {
  margin-bottom: 10px;
}
footer .footer-wrap .f-cle .f-info .f-link .txt .f-adress {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
  padding-left: 17px;
}
footer .footer-wrap .f-cle .f-info .f-link .txt .f-adress .f-tel {
  color: var(--white);
}
footer .footer-wrap .f-cle .f-info .f-link .txt .f-adress .f-tel span {
  font-size: 16px;
  color: var(--font-one-color);
}
footer .footer-wrap .f-cle .f-info .f-link .txt .f-adress:before {
  content: "\e63f";
  font-family: iconfont;
  font-size: 16px;
  position: absolute;
  bottom: 1px;
  left: -3px;
}
footer .footer-wrap .f-cle .f-menu {
  display: flex;
}
footer .footer-wrap .f-cle .f-menu .f-code {
  display: flex;
  font-size: 12px;
  flex-direction: column;
  align-items: center;
  margin-left: 60px;
  width: 110px;
}
#wg-gongmuDel footer .footer-bottom {
   display: none;
}
footer .footer-wrap .f-cle .f-menu .f-code img {
  width: 100%;
  margin-bottom: 10px;
}
footer .appgenduo-btn {
  display: none;
}
footer .footer-bottom {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px 0;
  background: rgba(51, 51, 51, 0.9);
  z-index: 10;
}
footer .footer-bottom .wg-footer-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-bottom .wg-footer-t .pinpai_img {
  font-size: 22px;
  color: var(--font-one-color);
}
footer .footer-bottom .wg-footer-t ul {
  display: flex;
}
footer .footer-bottom .wg-footer-t ul li {
  margin-left: 25px;
  color: var(--white);
  position: relative;
  display: flex;
  font-weight: 500;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1;
}
footer .footer-bottom .wg-footer-t ul li::before {
  content: "\e6a1";
  font-family: "iconfont";
  margin-right: 3px;
}
footer .footer-bottom .wg-footer-t ul li .mu-icon {
  font-size: 18px;
  margin-right: 4px;
  font-size: 17px;
}
footer .footer-bottom .wg-footer-t .tel-tel {
  display: flex;
  align-items: center;
}
footer .footer-bottom .wg-footer-t .tel-tel .tel {
  color: var(--font-one-color);
  font-size: 22px;
  margin-right: 7px;
}
footer .footer-bottom .wg-footer-t .tel-tel .tel .mu-tel-icon {
  font-size: 29px;
  margin-right: 3px;
}
footer .footer-bottom .wg-footer-t .tel-tel .f-btn {
  cursor: pointer;
  background: var(--font-one-color);
  color: var(--white);
  padding: 5px 8px;
  font-size: 11px;
  border: none;
  border-radius: 8px;
}
footer .footer-bottom .wg-footer-t .tel-tel .f-btn:hover {
  box-shadow: 0px 0px 20px -18px;
}
footer .footer-bottom .wg-footer-t .tel-tel .f-btn:active {
  transform: scale(0.95);
}
footer .sidebar {
  position: fixed;
  right: 0;
  top: 38%;
  z-index: 9;
}
footer .sidebar .youhui {
  width: auto !important;
  height: auto !important;
}
footer .sidebar .example-1 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
}
footer .sidebar .example-1 #gotap {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  right: -56px;
}
footer .sidebar .example-1 #gotap.topButton {
  opacity: 1;
  visibility: visible;
  right: 0;
}
footer .sidebar .example-1 #gotap .link .iconfont {
  font-size: 18px !important;
}
footer .sidebar .example-1 .icon-content {
  margin: 3px;
  position: relative;
  box-shadow: 0px 0px 9.5px 0px var(--font-c3-color);
  border-radius: 10px;
}
footer .sidebar .example-1 .icon-content .tooltip {
  position: absolute;
  top: 10px;
  left: 0;
  transform: translateX(-50%);
  background-color: var(--bgColor);
  color: var(--white);
  padding: 6px 10px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  transition: all 0.3s ease;
  border-radius: 8px;
}
footer .sidebar .example-1 .icon-content:hover .tooltip {
  opacity: 1;
  visibility: visible;
  left: -30px;
}
footer .sidebar .example-1 .icon-content:hover .gotap {
  left: -43px !important;
}
footer .sidebar .example-1 .icon-content .dribbble.tooltip {
  top: 1px !important;
}
footer .sidebar .example-1 .icon-content:hover .dribbble.tooltip {
  top: 1px;
  left: -65px;
}
footer .sidebar .example-1 .icon-content .spotify.tooltip {
  display: flex;
  font-size: 13px;
  flex-direction: column;
  align-items: center;
  top: 2px;
  background: var(--bgColor);
  padding: 10px;
  text-align: center;
}
footer .sidebar .example-1 .icon-content .spotify.tooltip .wechat {
  margin-bottom: 5px;
}
footer .sidebar .example-1 .icon-content:hover .spotify.tooltip {
  top: 2px;
  left: -89px;
}
footer .sidebar .example-1 .icon-content .telegram.tooltip {
  top: 1px !important;
}
footer .sidebar .example-1 .icon-content:hover .telegram.tooltip {
  top: 1px;
  left: -83px;
}
footer .sidebar .example-1 .icon-content:hover .youhui {
  left: -67px !important;
}
footer .sidebar .example-1 .icon-content .link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 5px;
  border-radius: 10px;
  color: #4d4d4d;
  background: var(--white);
  transition: all 0.3s ease-in-out;
  flex-direction: column;
}
footer .sidebar .example-1 .icon-content .link span {
  font-size: 12px;
}
footer .sidebar .example-1 .icon-content .link .iconfont {
  font-size: 24px;
  -webkit-text-stroke-width: 0;
}
footer .sidebar .example-1 .icon-content .link:hover {
  box-shadow: 3px 2px 45px 0px rgba(0, 0, 0, 0.12);
}
footer .sidebar .example-1 .icon-content .link[data-social=spotify]:hover {
  color: #1db954;
}
footer .sidebar .example-1 .icon-content .link[data-social=dribbble]:hover {
  color: #be281a;
}
footer .sidebar .example-1 .icon-content .link[data-social=telegram]:hover {
  color: #0088cc;
}
footer .sidebar .example-1 .icon-content .link[data-social=gotop]:hover {
  color: var(--bgColor);
}
footer .sidebar .example-1 .icon-content .link[data-social=kefu]:hover {
  color: var(--bgColor);
}
footer .sidebar .example-1 .icon-content .link[data-social=youhui]:hover {
  color: var(--bgColor);
}

footer .sidebar .example-1 .icon-content:nth-child(5) .iconfont {
  font-size: 28px;
}

nav ul > li.dropdown > ul {
  position: absolute;
  top: 100%;
  left: 63%;
  height: auto;
  margin-left: -66px;
  width: 220px;
  display: flex;
  background-color: var(--white);
  opacity: 0;
  text-align: left;
  visibility: hidden;
  transition: opacity 500ms ease;
  z-index: 99;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  padding: 5px 10px 20px 5px;
  flex-direction: column;
  background: url(../image/sub-nav-bg2.png) no-repeat 100% 100% #fff;
}

.header nav ul > li.dropdown > ul li {
  width: 89%;
  border-bottom: 1px solid var(--border-span-color);
}

.header nav ul > li.dropdown > ul li a {
  color: var(--font-3c-color);
  font-size: 14px;
}

.header nav ul > li.dropdown > ul li a:after {
  opacity: 0;
}

.header nav ul > li.dropdown > ul li a:hover {
  /*color: var(--styem);*/
  color: #f36100;
}

.header nav ul > li.dropdown > ul li:hover {
  /*border-bottom: 1px solid var(--styem);*/
  border-bottom: 1px solid #f36100;
}

.header nav ul > li.dropdown a:before {
  content: "\e60d";
  font-family: iconfont;
  font-size: 17px;
  color: #999;
  position: absolute;
  right: -14px;
  top: 2px;
  transition: 0.3s;
  font-weight: 500;
}

.header nav ul > li.dropdown a:hover:before {
  color: var(--font-one-color);
  transform: rotate(180deg);
}

.header nav ul > li.dropdown ul li a:before {
  content: none;
}

.swiper-9 {
  padding: 0 10px 10px 20px;
  display: none;
}

.gm-tese-item img {
  width: 100%;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
}
.gm-tese-item a {
  display: block;
  position: relative;
}
.gm-tese-item a .wg-intro {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
}
.gm-tese-item a .wg-intro h3 {
  color: var(--white);
  font-size: 16px;
  margin: 0;
  font-weight: 500;
}

.apptitle {
  display: none;
}

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

.mu-container .mu-left {
  margin-right: 20px;
  flex: 1;
  position: relative;
  border-radius: 5px;
}
.mu-container .mu-left .md-filter {
  border: 1px solid #ccc;
  padding: 0;
}
.mu-container .mu-left .md-filter .fill-list {
  border-bottom: 1px solid #ccc;
  display: flex;
  height: auto;
}
.mu-container .mu-left .md-filter .fill-list .name {
  background-color: #f8f8f8;
  flex: 0 0 100px;
  font-size: 16px;
  color: #999;
  line-height: 29px;
  padding: 12px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mu-container .mu-left .md-filter .fill-list .item {
  flex: 1;
  border-left: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.mu-container .mu-left .md-filter .fill-list .item .li {
  display: inline-block;
  font-size: 14px;
  color: var(--font-333-color);
  margin: 0 14px;
  padding: 8px 0;
}
.mu-container .mu-left .md-filter .fill-list .item .li:hover {
  color: var(--font-one-color);
}
.mu-container .mu-left .md-filter .fill-list .item .li.gaoliang {
  color: var(--font-one-color);
}
.mu-container .mu-left .zixun-item {
  width:100%;
  position: relative;
  padding: 25px 15px;
  transition: all 0.3s ease-in-out;
}
.mu-container .mu-left .zixun-item:hover {
  box-shadow: 3px 4px 4px 1px rgba(125, 125, 125, 0.15);
}
.mu-container .mu-left .zixun-list {
  display: flex;
  padding: 0;
}
.mu-container .mu-left .zixun-list .wg-intro .iconfont {
  font-size: 18px;
  margin-right: 2px;
}
.mu-container .mu-left .zixun-list .wg-intro .shanchang {
  display: flex;
  flex-wrap: wrap;
}
.mu-container .mu-left .zixun-list .wg-intro .shanchang li {
  background-color: #edf2ed;
  color: #666666;
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  /* line-height: 1.5; */
  border-radius: 100px;
  margin-right: 8px;
  margin-bottom: 5px;
}
.mu-container .mu-left .zixun-list .wg-intro .desc {
  margin-bottom: 10px;
}
.mu-container .mu-left .zixun-list .wg-intro .adress {
  display: flex;
  align-items: center;
}
.mu-container .mu-left .zixun-list .wg-intro .adress .p1 {
  color: #187552;
  margin-right: 5px;
  display: flex;
  align-items: flex-end;
}
.mu-container .mu-left .zixun-list .wg-intro .title {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
.mu-container .mu-left .zixun-list .wg-intro .title a {
  font-size: 21.5px;
  margin-right: 10px;
  margin-bottom: 0;
}
.mu-container .mu-left .zixun-list .wg-intro .title .po-ab {
  /* height: auto; */
  color: #ff6800;
  background-color: #fff2cf;
  border-radius: 8px;
  font-weight: 500;
  font-size: 13px;
  line-height: 26px;
  padding: 0 5px;
  height: 26px;
  display: flex;
  align-items: center;
}
.mu-container .mu-left .zixun-list .wg-intro .title .po-ab .iconfont {
  margin-right: 3px;
}
.mu-container .mu-left .zixun-list .zixun-img {
  flex: 0 0 210px;
  height: 160px;
}
.mu-container .mu-left .zixun-list .zixun-img img{
  width:100%;height: 135px;
    object-fit: cover;
}
.mu-container .mu-right {
  width: 300px;
  height: auto;
}
.mu-container .mu-right .mu-card {
  height: auto;
  background: url(../image/aside-img-1.png) #fff no-repeat right top;
  padding: 10px 15px 20px;
}
.yizhanshipingtai{    width: 300px;
    position: relative;}
.yizhanshipingtai img{    width: 100%;
    position: relative;}
.yizhanshipingtai dd{position: absolute;
    top: 2.4vw;
    left: 1vw;
    font-size: 18px;
    color: #fff;}
.mu-container .mu-right .mu-card .mu-list {
  display: flex;
  flex-direction: column;
}
.mu-container .mu-right .mu-card .mu-list .mu-item {
  display: flex;
  position: relative;
  padding: 13px 0;
  border-bottom: 1px solid #ebebeb;
}
.mu-container .mu-right .mu-card .mu-list .mu-item:last-child {
  border-bottom: none;
}
.mu-container .mu-right .mu-card .mu-list .mu-item .mu-img {
  flex: 0 0 100px;
  margin-right: 10px;
  max-height: 75px;
  overflow: hidden;
  border-radius: 3px;
}
.mu-container .mu-right .mu-card .mu-list .mu-item .mu-content {
  flex-grow: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: var(--font-888-color);
  justify-content: space-between;
}
.mu-container .mu-right .mu-card .mu-list .mu-item .mu-content .title a {
  font-size: 16px;
  color: var(--font-3c-color);
  transition: color 0.1s;
}
.mu-container .mu-right .mu-card .mu-list .mu-item .mu-content .pic {
  font-size: 14px;
  display: flex;
  align-items: flex-end;
}
.mu-container .mu-right .mu-card .mu-list .mu-item .mu-content .pic span {
  font-size: 16px;
  color: var(--font-one-color);
  margin: 0 1px;
}
.mu-container .mu-right .mu-card .mu-list .mu-item:hover .title a {
  color: var(--font-one-color);
}
.mu-container .btn {
  width: 100%;
  padding: 16px 0 0 0;
  justify-content: center;
}
.mu-container .btn .f-btn {
  cursor: pointer;
  background: var(--font-one-color);
  color: var(--white);
  padding: 6px 10px;
  font-size: 14px;
  border: none;
  border-radius: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.mu-container .btn .f-btn:focus, .mu-container .btn .f-btn:hover {
  box-shadow: 0 0 0 0.3rem rgba(247, 133, 2, 0.25);
}

#wg-lingyuan .mu-container {
  background: var(--white);
  padding: 20px;
}

.mu-container .ly-row {
  /*display: flex;*/
  /*justify-content: space-between;*/
  /*padding: 15px 0;*/
  /*flex-wrap: wrap;*/
      display: flex;
    padding: 15px 0;
    flex-wrap: wrap;
    gap: 1.8%;
}
.mu-container .ly-row .ly-col {
  background-color: #fff;
  box-shadow: 0 0 6px 2px rgba(125, 125, 125, 0.2);
  transition: box-shadow 0.3s ease-in-out;
  padding: 0;
  width: 32%;
  position: relative;
  margin-bottom: 22px;
}
.mu-container .ly-row .ly-col:hover {
  box-shadow: 0 0 8px 3px rgba(255, 122, 0, 0.3);
}
.mu-container .ly-row .ly-col:hover .wg-intro .title a {
  color: var(--font-one-color);
}
.mu-container .ly-row .ly-col:hover .ly-img img {
  filter: brightness(110%);
}
.mu-container .ly-row .ly-col .ly-img img{
  transition: filter 0.3s;
}
.mu-container .ly-row .ly-col:hover .ly-img_1 img {
  filter: brightness(110%);
}
.mu-container .ly-row .ly-col .ly-img_1 img {
  transition: filter 0.3s;height: 250px;object-fit: cover;
    width: 100%;
}
.mu-container .ly-row .ly-col .wg-intro {
  padding: 15px;
}
.mu-container .ly-row .ly-col .wg-intro .title {
  line-height: 1;
  margin-bottom: 10px;
}
.mu-container .ly-row .ly-col .wg-intro .title a {
  transition: 0.1s;
}

.normal {
  color: var(--white);
  display: flex;
  width: 100%;
  height: 200px;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.normal a {
  display: contents;
  width: 100%;
  height: 100%;
}
.normal a .img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  border-radius: 10px;
}
.normal .txt {
    position: absolute;
    z-index: 1;
    padding-left: 50px;
    padding-top: 60px;
    color: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.15);
    border-radius: 7px;
}
.normal .txt .title {
  font-size: 34px;
}
.normal .txt .desc {
  font-size: 18px;
  margin-top: 15px;
}
.normal .txt .price {
  font-size: 42px;
  font-weight: 500;
  font-family: SimSun, "宋体";
  margin-top: 10px;
}

#wg-muxing .mu-container .ly-row .ly-col {
  width: 18.5%;
}
#wg-muxing .mu-container .ly-row .ly-col:hover .ly-img img {
  filter: brightness(95%);
}
#wg-muxing .mu-container .ly-row .ly-col:hover .ly-img .ly-view {
  opacity: 1;
  transform: translate(-50%, -50%);
}
#wg-muxing .mu-container .ly-row .ly-col:hover {
  box-shadow: 0 0 0px 3px rgba(255, 122, 0, 0.3);
  width: 18.5%;
}
#wg-muxing .mu-container .ly-row .ly-col .ly-img img {
    width: 100%;
  height: 215px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
#wg-muxing .mu-container .ly-row .ly-col .ly-img .ly-view {
  position: absolute;
  width: 100px;
  background: rgba(209, 176, 99, 0.8);
  opacity: 0;
  left: 50%;
  top: 36%;
  color: #fff;
  line-height: 28px;
  border: 1px solid #f2e7ce;
  text-align: center;
  transition: all 0.4s ease-in-out;
  transform: translate(-50%, -100%);
  cursor: pointer;
}
#wg-muxing .mu-container .ly-row .ly-col .wg-intro {
  text-align: center;
}
#wg-muxing .mu-container .ly-row .ly-col .wg-intro .title a {
  font-size: 16px;
}

.youhui {
  width: 100%;
  height: 100px;
}

.pagination {
  display: flex;
  justify-content: center;
  /*margin-bottom: 50px;*/
    margin-bottom: 10px;
}
.pagination li {
  position: relative;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination li.active {
    background-color: var(--font-one-color);
    color: var(--white);
    border: 1px solid rgba(255, 104, 0, 0.3);
  }
.pagination li.active a{
    background-color: var(--font-one-color);
    color: var(--white);
    border: 1px solid rgba(255, 104, 0, 0.3);
  }
.pagination li:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination li:first-child {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination li a {
  display: block;
  padding: 6px 12px;
  background-color: #f8f9fa;
  color: #2a2a2a;
  /* margin: 0 5px; */
  border-radius: 0;
  font-size: 14px;
}
.pagination li a.active {
  background-color: var(--font-one-color);
  color: var(--white);
}
.pagination li a:hover {
  background-color: var(--font-one-color);
  color: var(--white);
}
.pagination li a:focus {
  background-color: var(--font-one-color);
  color: var(--white);
}

.tab-nav ul {
  display: flex;
  background-color: #fff;
  border-radius: 6px;
  padding-left: 10px;
}
.tab-nav ul li {
  margin-top: 10px;
}
.tab-nav ul li a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 6px 6px 0 0;
  transition: color 0.2s, backGround 0.3s;
}
.tab-nav ul li a.active {
  color: var(--white);
  background: var(--font-one-color);
}
.tab-nav ul li a:hover {
  color: var(--font-one-color);
  background: rgba(58, 58, 58, 0.1);
}
.tab-nav ul li a:hover.active {
  color: var(--white);
  background: var(--font-one-color);
}

.zixun-list {
  padding: 0 20px 20px 20px;
}
.zixun-list .zixun-item {
  position: relative;
  display: flex;
  border-bottom: 1px solid var(--border-span-color);
}
.zixun-list .zixun-item:last-child {
  border-bottom: 0;
}
.zixun-list .zixun-item:hover .title a {
  color: var(--font-one-color);
}
.zixun-list .zixun-item:hover .zixun-img img {
  transform: translateY(-5px);
}
.zixun-list .zixun-item .zixun-img {
  flex: 0 0 180px;
  margin-right: 20px;
  order: -1;
}
.zixun-list .zixun-item .zixun-img img {
  border-radius: 8px;
  transform: translateY(0);
  transition: transform 0.3s;
}
.zixun-list .zixun-item .wg-intro {
  flex-grow: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.zixun-list .zixun-item .wg-intro .title {
  margin-bottom: 10px;
}
.zixun-list .zixun-item .wg-intro .title a {
  font-size: 19px;
}
.zixun-list .zixun-item .wg-intro .desc {
  margin-bottom: 0;
}

.zixun-recommend a {
  font-size: 14px;
  color: var(--font-3c-color);
  border-bottom: 1px dashed var(--border-span-color);
  padding: 10px 0;
}
.zixun-recommend a:last-child {
  border: 0;
}
.zixun-recommend a::before {
  content: "\ec1e";
  font-family: "iconfont";
  font-size: 20px;
  margin-right: 5px;
}
.zixun-recommend a:hover {
  color: var(--font-one-color);
}

.tese-list {
  display: flex;
  justify-content: space-between;
}
.tese-list .tese-item {
  width: 24.1%;
  position: relative;
  height: 185px;
  border-radius: 5px;
  overflow: hidden;
}
.tese-list .tese-item:hover img {
  width: 105%;
  height: 105%;
}
.tese-list .tese-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.tese-list .tese-item .wg-intro {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.3);
}
.tese-list .tese-item .wg-intro .title {
  padding: 5px 0;
  margin-bottom: 0;
}
.tese-list .tese-item .wg-intro .title a {
  font-size: 16px;
}
.tese-list .tese-item .wg-intro .title a,
.tese-list .tese-item .wg-intro .desc {
  color: var(--white);
  font-weight: 500;
}
.tese-list .tese-item .wg-intro .title {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  box-shadow: 0 0 6px 2px rgba(125, 125, 125, 0.2);
}

.mu-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px 0 30px 0;
}
.mu-btn .f-btn {
  cursor: pointer;
  background: var(--white);
  color: var(--font-one-color);
  padding: 6px 10px;
  font-size: 14px;
  border: 1px solid var(--font-one-color);
  border-radius: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.mu-btn .f-btn:focus, .mu-btn .f-btn:hover {
  background: var(--font-one-color);
  color: var(--white);
  box-shadow: 0 0 0 0.3rem rgba(247, 133, 2, 0.25);
}

.minsu-box {
  display: block;
  position: relative;
}
.minsu-box:hover .txt {
  color: var(--font-one-color);
}
.minsu-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.minsu-box .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 31px;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.4);
  letter-spacing: 2px;
  transition: 0.2s;
}

#homePage section {
  padding: 40px 0;
}

.mu-news .mu-new {
  width: 30%;
  padding: 10px;
}

.card {
  height: auto;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 6px 2px rgba(125, 125, 125, 0.2);
}

.mu-news {
  display: flex;
  justify-content: space-between;
}
.mu-news .mu-new {
  width: 32.5%;
  padding: 10px;
}
.mu-news .mu-new .aside-title {
  padding-left: 0;
}
.mu-news .mu-new .aside-title h2 {
  font-weight: 500;
  font-size: 18px;
}
.mu-news .mu-new .aside-title h2:before {
  content: "";
  background-color: transparent;
}
.mu-news .new-info2 a {
  display: flex;
  width: 100%;
  padding: 8px 0;
  align-items: center;
  color: #484848;
  font-size: 16px;
}
.mu-news .new-info2 a:hover {
  color: var(--font-one-color);
}
.mu-news .new-info2 a span {
  display: block;
  color: #484848;
  font-size: 14px;
  padding-right: 7px;
  margin-right: 7px;
  border-right: 1px solid #ececec;
}
.mu-news .new-info {
  display: flex;
  position: relative;
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid var(--border-span-color);
}
.mu-news .new-info:hover .new-txt .title a {
  color: var(--font-one-color);
}
.mu-news .new-info:last-child {
  border-bottom: 0;
}
.mu-news .new-info .new-txt {
  flex-grow: 1;
  min-width: 0;
  flex-direction: column;
  display: flex;
}
.mu-news .new-info .new-txt h3.title {
  margin-bottom: 5px;
}
.mu-news .new-info .new-txt h3.title a {
  font-size: 16px;
  color: var(--font-333-color);
  font-weight: 500;
  transition: color 0.2s;
}
.mu-news .new-info .new-txt .jj {
  font-size: 13px;
  margin-bottom: 6px;
  color: #666;
}
.mu-news .new-info .new-txt p.desc {
  font-size: 12px;
  color: var(--font-888-color);
  display: flex;
  justify-content: space-between;
}
.mu-news .new-info .new-txt p.desc .desc-1 {
  background: var(--font-one-color);
  color: var(--white);
  padding: 1px 5px;
  border-radius: 3px;
}
.mu-news .new-info .new-txt p.desc .time {
  font-size: 12px;
  color: var(--font-888-color);
}
.mu-news .new-info .new-txt p.desc .time::before {
  content: "\e8a9";
  font-family: "iconfont";
  margin-right: 3px;
}
.mu-news .new-info .new-img {
  flex: 0 0 110px;
  margin-right: 10px;
  order: -1;
}

.mu-card .ly-col {
  /*width: 24% !important;*/
  width: 23.5% !important;
  position: relative;
}
.mu-card .ly-col .ly-img {
  height: 185px;
  overflow: hidden;
}
.mu-card .ly-col .ly-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mu-card .ly-col .ly-img_1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mu-card .ly-col .wg-intro {
  padding: 10px;
}
.mu-card .ly-col .wg-intro .title a {
  font-size: 16px;
}
.mu-card .ly-col .wg-intro .adress {
  font-size: 14px;
  margin-bottom: 0;
}
.mu-card .ly-col .wg-intro .adress .iconfont {
  font-size: 13px;
}

.mu-about {
  display: flex;
}
.mu-about .minsu-box {
  max-height: 260px;
  flex: 1;
  margin: 0 10px;
}
.mu-about .minsu-box .txt {
  background-color: rgba(0, 0, 0, 0.2);
}

.mx-filter .mx-filter-item {
  width: 100%;
  display: flex;
}
.mx-filter .mx-filter-item > div {
  width: 90px;
  vertical-align: top;
  font-weight: 600;
  text-align: center;
  line-height: 23px;
  font-size: 14px;
  color: var(--font-3c-color);
}
.mx-filter .mx-filter-item .d-td {
  width: calc(100% - 90px);
  flex-grow: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: -2px;
}
.mx-filter .mx-filter-item .d-td li {
  flex: 0 0 7.5%;
  padding-bottom: 2px;
  padding-right: 2px;
  min-width: 0;
  text-align: center;
}
.mx-filter .mx-filter-item .d-td li .gaoliang {
  color: var(--font-one-color);
}
.mx-filter .mx-filter-item .d-td li a {
  font-size: 14px;
  color: var(--font-3c-color);
}
.mx-filter .mx-filter-item .d-td li a:hover {
  color: var(--font-one-color);
}
.mx-filter .filter-c1 {
  margin-bottom: 20px;
}
.mx-filter .filter-c1:last-child {
  margin-bottom: 0;
}

.image-wrap {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}

.xm-row {
  padding: 0 0 20px 0;
  display: flex;
  justify-content: space-between;
}
.xm-row .xm-col {
  position: relative;
  width: 24%;
}
.xm-row .xm-col .xm-img {
  width: 100%;
  height: 300px;
}
.xm-row .xm-col .xm-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 0 0.6rem 0 rgba(0, 0, 0, 0.2);
}
.xm-row .xm-col .xm-txt {
  width: 90%;
  margin: -35px auto 0;
  background-color: #fff;
  box-shadow: 0 0 0.6rem 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #333333;
  line-height: 24px;
  padding: 10px 0;
  position: relative;
  font-weight: 500;
  color: var(--font-333-color);
}
.xm-row .xm-col .xm-txt h4 {
  font-size: 18px;
  font-weight: 500;
}
.xm-row .xm-col .xm-txt p {
  font-size: 14px;
}

#wg-xuanmu-box .f-btn {
  padding: 10px 50px;
  font-size: 17px;
  border-radius: 27px;
}

#wg-xuanmu-box .mu-container .btn {
  padding: 20px 0 20px 0;
}

.chakan_mansu {
  display: flex;
}
.chakan_mansu .img {
  width: 580px;
  height: 270px;
}
.chakan_mansu .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.chakan_mansu .neir {
  flex: 1;
  padding: 45px 30px;
  background: #fef5e6;
}
.chakan_mansu .neir .p1 {
  float: left;
  width: 33%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  margin: 15px 35px;
  background-color: #ffbc3d;
}
.chakan_mansu .neir .p1:hover {
  color: var(--font-one-color);
}

.xm-anzang .xm-col {
  width: 33%;
}

.xm-jisi {
  position: relative;
  height: 470px;
  padding-top: 70px;
  margin-bottom: 40px;
}
.xm-jisi .gm-title {
  margin-bottom: 30px;
  justify-content:center;
}
.xm-jisi .gm-title h2 {
  color: var(--white);
  z-index: 1;
  position: relative;
}
.xm-jisi .gm-title h2:before {
  background: var(--white);
}
.xm-jisi .gm-title h2:after {
  background: var(--white);
}
.xm-jisi .tabs {
  position: relative;
  z-index: 1;
  width: 540px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  border: 0;
  background-color: #fff;
  display: flex;
  margin-bottom: 50px;
}
.xm-jisi .tabs .tab {
  border: 0;
  background: var(--white);
  color: var(--font-3c-color);
  flex: 1;
  transition: all 0.3s ease-in-out;
}
.xm-jisi .tabs .tab:hover {
  color: var(--styem);
}
.xm-jisi .tabs .tab.tab-active {
  background: var(--styem);
  color: var(--white);
}
.xm-jisi .tab-content {
  display: none;
  width: 100%;
  height: 100%;
  padding: 20px;
  border: 1px solid #ccc;
  color: var(--white);
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in-out;
}
.xm-jisi .tab-content .p1 {
  margin: 0 auto;
  width: 310px;
  text-align: center;
  margin-top: 217px;
  text-align: left;
}
.xm-jisi .tab-content .p1 p {
  font-size: 14px;
  color: #ffbc3d;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.xm-jisi .tab-content .p1 p:before {
  content: "\e65e";
  font-family: "iconfont";
  font-size: 16px;
  margin-right: 5px;
}
.xm-jisi #tab1 {
  background-image: url("../image/t9.jpg");
}
.xm-jisi #tab2 {
  background-image: url("../image/t10.jpg");
}
.xm-jisi #tab3 {
  background-image: url("../image/t11.jpg");
}

.xm-zixun {
  display: flex;
  padding: 20px 0;
}
.xm-zixun li {
  width: 30%;
  text-align: center;
  margin-right: 30px;
  background-color: #ffbc3d;
  border-radius: 10px;
  padding: 30px 0;
  color: var(--white);
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.xm-zixun li .iconfont {
  color: var(--white);
  font-size: 40px;
  margin-right: 10px;
}

.ul-c {
  display: flex;
  flex-wrap: wrap;
}
.ul-c li {
  width: 25%;
  height: auto;
  background: #f1f1f1;
  position: relative;
}
.ul-c li::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 5px;
  background-color: var(--font-one-color);
  border-radius: 0;
  transition: width 0.3s ease-in-out;
}
.ul-c li:hover::before {
  width: 100%;
}
.ul-c li .wg-intro {
  position: absolute;
  top: 30px;
  padding: 0 20px;
}
.ul-c li .wg-intro .title {
  margin-bottom: 15px;
}

.red {
  color: #be281a;
  font-size: 28px;
}

.zhuanche-list .btn {
  width: auto;
  padding: 0;
  margin: 0 10px;
}
.zhuanche-list .btn:first-child .f-btn {
  background: #be281a;
}
.zhuanche-list .btn .f-btn {
  padding: 10px 40px;
}

.zhuanche-list .mu-btn {
  padding: 10px;
}

.mu-zc.mu-about .minsu-box {
  max-height: 180px;
}

.mu-zc {
  overflow: hidden;
}
.mu-zc img {
  border-radius: 5px;
}
.mu-zc .txt {
  border-radius: 5px;
  justify-content: flex-start;
  padding: 20px;
  align-items: flex-start;
  flex-direction: column;
}
.mu-zc .txt .wg-intro .title {
  font-size: 28px;
  line-height: 21px;
}
.mu-zc .txt .wg-intro .desc {
  font-size: 16px;
  line-height: 62px;
  margin-bottom: 6px;
}
.mu-zc .txt .btn {
  width: 57px;
  background: var(--font-one-color);
  color: var(--white);
  padding: 5px;
  font-size: 15px;
  letter-spacing: 2px;
  border: 0;
  border-radius: 10px;
}

.mu-about1 {
  /*background: url(../image/about-img-1.jpg) #fff no-repeat 100% 100%;*/
}
.mu-about1 .mu-about {
      display: flex;
    flex-direction: column;
    background: url(../image/about-img-1.jpg) #fff no-repeat 100% 100%;
}
.mu-about1 .mu-about .desc {
  font-size: 16px;
  margin-bottom: 20px;
  color: var(--font-3c-color);
  line-height: 26px;
}
.mu-about1 .mu-about .aside-title h3 {
  font-weight: 500;
  color: #ff6800;
  font-size: 18px;
}
.mu-about1 .wg-intro {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
  width: 67%;
}
.mu-about1 .wg-intro::before {
  content: "\e68a";
  font-family: "iconfont";
  font-size: 28px;
  position: absolute;
  left: 0px;
  top: 6px;
  color: #676847;
}
.mu-about1 .wg-intro .title {
  font-weight: 500;
  font-size: 16px;
  color: var(--font-3c-color);
  margin-bottom: 5px;
  display: block;
  width: 100%;
}
.mu-about1 .wg-intro .desc {
  font-size: 14px;
  color: var(--font-888-color);
  margin-bottom: 10px;
  line-height: 20px;
}

.mu-about2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
}
.mu-about2 .li {
  width: 48%;
  margin-bottom: 30px;
  display: flex;
}
.mu-about2 .li .img {
  flex: 0 0 120px;
  margin-right: 15px;
  order: -1;
}
.mu-about2 .li .neri {
  flex-grow: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.mu-about2 .li .neri .p1 {
  font-size: 20px;
  color: var(--font-333-color);
  margin-bottom: 8px;
}
.mu-about2 .li .neri .p2 {
  font-size: 14px;
  color: #3c3c3c;
}

.mu-about3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mu-about3 .li {
  width: 19.5%;
  height: 305px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#wg-minsudashi .zixun-list .zixun-item .zixun-img {
  flex: 0 0 160px;
  margin-right: 20px;
  order: -1;
}
#wg-minsudashi .zixun-list .zixun-item .wg-intro .title {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
#wg-minsudashi .zixun-list .zixun-item .wg-intro .title a {
  margin-right: 10px;
  margin-bottom: 0;
}
#wg-minsudashi .zixun-list .zixun-item .wg-intro .title .btn {
  padding: 0;
  width: 75px;
  /* line-height: 94px; */
  font-size: 12px;
  color: var(--white);
  background: rgba(255, 104, 0, 0.4);
  border: 0;
  height: 24px;
  line-height: 24px;
  border-radius: 50px;
}
#wg-minsudashi .zixun-list .zixun-item .wg-intro .desc {
  margin-bottom: 25px;
  line-height: 20px;
}
#wg-minsudashi .zixun-list .zixun-item .wg-intro .title a {
  font-size: 22px;
  font-weight: 600;
  position: relative;
}
#wg-minsudashi .zixun-list .zixun-item .wg-intro .title .star {
  font-size: 34px;
  color: var(--font-one-color);
  position: absolute;
  right: 0;
}
#wg-minsudashi .zixun-list .zixun-item .wg-intro .title .star span {
  font-weight: 500;
  font-size: 14px;
  color: var(--font-888-color);
}
#wg-minsudashi .zixun-list .zixun-item {
  border-bottom: none;
}
#wg-minsudashi .zixun-list .zixun-item .wg-intro {
  position: relative;
}

.open {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  padding: 7px 0;
  /* font-size: 21px; */
  /* height: 35px; */
  cursor: pointer;
  background: var(--font-one-color);
  color: var(--white);
  /* padding: 5px; */
  font-size: 14px;
  border: none;
  border-radius: 3px;
  transition: all 0.15s ease-in-out;
  z-index: 1;
}
.open a {color:#fff;}
.open:hover {
  box-shadow: 0 0 0 0.3rem rgba(247, 133, 2, 0.25);
}

aside .m-box {
  position: relative;
}
aside .m-box .m-img {
  width: 100%;
  /*height: 120px;*/
  height: auto;
  overflow: hidden;
  border-radius: 3px;
}
aside .m-box .m-img img {
  height: auto;
}
aside .m-box .m-title a {
  display: block;
  font-size: 14px;
  color: var(--font-3c-color);
  padding: 10px 3px;
  display: flex;
  align-items: center;
  transition: 0.2s;
  cursor: pointer;
}
aside .m-box .m-title a:hover {
  color: var(--font-one-color);
}

.mu-card.block {
  padding: 0 0 0 0 !important;
}

.serive {
  padding: 15px 50px 10px 50px;
}
.serive li {
  margin-bottom: 5px;
}
.serive li:hover a {
  color: var(--font-one-color);
  border-color: var(--font-one-color);
}
.serive li a {
  display: block;
  line-height: 30px;
  border: 1px solid #e4d1c4;
  border-radius: 3px;
  padding: 0 0 0 35px;
  position: relative;
  transition: all 0.3s ease-in-out;
  font-size: 12px;
  color: #666666;
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  text-align: left;
  position: relative;
}
.serive li a .iconfont {
  position: absolute;
  top: 0;
  left: 15px;
}

.asker a {
  background-color: #ff6800;
  color: #fff;
  display: block;
  text-align: center;
  padding: 8px 0;
  transition: all 0.3s ease-in-out;
  font-size: 17px;
}

.mudi .zixun-img {
  flex: 0 0 230px !important;
  height: 155px;
  border-radius: 3px;
}
.mudi .zixun-img img {
  width: 100%;
  border-radius: 3px !important;
}

.mudi .wg-intro .desc {
  margin-bottom: 12px;
}
.mudi .wg-intro .pic {
  font-size: 14px;
  color: var(--font-888-color);
  position: absolute;
  top: 60px;
  right: 20px;
}
.mudi .wg-intro .pic span {
  font-size: 26px;
  color: var(--font-one-color);
}

.mu-delTitle {
  text-align: center;
  font-size: 30px;
  color: #333333;
  line-height: 60px;
  background-color: #fff;
  font-weight: 500;
  display: flex;
  justify-content: center;
}
.mu-delTitle span {
  padding-top: 5px;
  font-size: 15px;
  margin-left: 20px;
  display: flex;
  align-items: center;
  color: #484848;
}
.mu-delTitle span .iconfont {
  font-size: 18px;
  margin-right: 3px;
}

#wg-gongmuDel .header-tel {
  color: var(--bgColor);
}

.mudel-nav {
  background: var(--bgColor);
}
.mudel-nav .wrap {
  display: flex;
  background-color: inherit;
}
.mudel-nav .wrap .li {
  background-color: inherit;
  /* width: 110px; */
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  color: #ffffff;
  line-height: 50px;
  position: relative;
  flex: 1 0 auto;
  min-width: 0;
  position: relative;
  transition: background-color 0.2s ease-in-out;
}
.mudel-nav .wrap .li:hover {
  background-color: var(--bgHoverColor);
  color: #fff;
}
.mudel-nav .wrap .li.active {
  background-color: var(--bgHoverColor);
}
.mudel-nav .wrap .li.active:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 8px;
  width: 85%;
  height: 3px;
  z-index: 9;
  background-color: var(--styem);
}
.mudel-nav .wrap .li.active:hover {
  background-color: var(--bgHoverColor);
  color: #fff;
}

.jeishao {
  background-color: #fff;
  display: flex;
}
.jeishao .fl {
  padding: 0px 70px;
  width: 50%;
}
.jeishao .fl .desc {
  font-size: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-height: 1.8;
  text-indent: 2em;
}
.jeishao .fl .btn {
  display: block;
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
  width: 112px;
  border-radius: 6px;
  background-color: #38a4b6;
  text-align: center;
  cursor: pointer;
}
.jeishao .fl .btn:hover {
  box-shadow: 0 0 0 0.3rem rgba(3, 235, 243, 0.25);
}
.jeishao .fl .btn:active {
  transform: scale(0.95);
}
.jeishao .fr {
  width: 50%;
  float: right;
  padding: 25px 70px;
}
.jeishao .fr .list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 10px;
}
.jeishao .fr .list .li {
  width: 70px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #333333;
}
.jeishao .fr .list .li .iconfont {
  font-size: 24px;
  color: #000;
}
.jeishao .fr .list .li .p1 {
  color: #333333;
}
.jeishao .fr .list .li .p2 {
  color: var(--bgColor);
  line-height: 30px;
}
.jeishao .fr .list .li .p2 span {
  border-bottom: solid 1px var(--bgColor);
  display: inline-block;
  vertical-align: top;
}
.jeishao .fr .list .li .p2 a {
  color: var(--bgColor);
  border-bottom: solid 1px var(--bgColor);
  display: inline-block;
  vertical-align: top;
}
.jeishao .fr .list .li1 {
  flex: 1;
  position: relative;
}
.jeishao .fr .list .li1:before {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background-color: #e5e5e5;
  position: absolute;
  left: 50%;
  top: 10px;
}
.jeishao .fr .xiangxijeishao .p1 {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  cursor: pointer;
}
.jeishao .fr .xiangxijeishao .p1 span {
  color: var(--bgColor);
}
.jeishao .fr .p3 {
  font-size: 16px;
  color: var(--bgColor);
  line-height: 30px;
}

.muDel-text {
  margin: 0 auto;
  background: var(--bgOpColor);
  padding: 6px 20px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  max-width: 400px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

#wg-gongmuDel .muDel_title {
  font-size: 28px;
  color: #484848;
  margin-bottom: 15px;
  margin-top: 27px;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#wg-gongmuDel .muDel_title.blod {
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 3px;
  color: var(--white);
}
#wg-gongmuDel .muDel_title.blod span {
  color: var(--white);
}
#wg-gongmuDel .muDel_title .num {
  margin-left: 10px;
  font-size: 18px;
  color: var(--font-333-color);
}
#wg-gongmuDel .muDel_title .num span {
  color: var(--bgColor);
  margin: 0 1px;
}
#wg-gongmuDel .muDel_title span {
  color: var(--bgColor);
}

.mu-youhui {
  background: var(--bgOpColor);
  padding: 15px;
}
.mu-youhui .bai {
  padding: 20px 0;
}
.mu-youhui .bai .youhui_list {
  display: flex;
  justify-content: center;
}
.mu-youhui .bai .youhui_list .li {
  display: inline-flex;
  vertical-align: top;
  width: 25.33%;
  height: 86px;
  background-image: url(../image/youhui1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 2%;
}
.mu-youhui .bai .youhui_list .li .neir {
  flex: 1;
  padding: 1vw 0.5vw;
  text-align: left;
}
.mu-youhui .bai .youhui_list .li .neir .p1 {text-align: left;
    padding-left: 1vw;
  font-size: 20px;
  color: #333333;
  margin-bottom: 10px;text-align: left;
}
.mu-youhui .bai .youhui_list .li .neir .p2 {text-align: left;
    padding-left: 1vw;
  font-size: 14px;
  color: #666666;text-align: left;
}
.mu-youhui .bai .youhui_list .li .caozuo {
  width: 90px;
  padding-top: 16px;
}
.mu-youhui .bai .youhui_list .li .caozuo a {
  font-size: 12px;
  color: #fff;
  background-color: var(--bgColor);
  line-height: 30px;
  height: 30px;
  width: 64px;
  margin: 0 auto 10px;
  text-align: center;
  border-radius: 5px;
  display: block;
}
.mu-youhui .bai .youhui_list .li .caozuo a:hover {
  box-shadow: 0 0 0 0.3rem var(--bgOpColor);
}
.mu-youhui .bai .youhui_list .li .caozuo .p2 {
  font-size: 12px;
  color: #666666;
  text-align: center;
}
.mu-youhui .youhui-tel {
  text-align: center;
  font-size: 15px;
  color: #333333;
  margin: 25px 0 0 0;
}
.mu-youhui .youhui-tel a {
  margin: 0 2px;
  color: var(--bgColor);
}

.mu-photo {
  background-color: #f4f4f4;
  padding: 25px 0;
  border-radius: 5px;
}
.mu-photo .xiangce_list {
  padding: 0 15px 10px;
  display: flex;
  flex-wrap: wrap;
}
.mu-photo .xiangce_list .xiangce-item {
  display: block;
  width: 20%;
  height: 160px;
  padding: 10px 10px 0 10px;
  /* margin: 0 10px 20px 10px; */
  position: relative;
  margin-bottom: 20px;
}
.mu-photo .xiangce_list .xiangce-item img {
  width: 100%;
  height: 100%;
}
.mu-photo .xiangce_list .xiangce-item .xiangce-title {
  position: absolute;
  left: 10px;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 92%;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  color: #f5faf4;
}

.genduo-btn {
  display: block;
  font-size: 14px;
  color: #ffffff;
  line-height: 36px;
  width: 130px;
  border-radius: 8px;
  background-color: var(--bgColor);
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  border: 0;
}
.genduo-btn:hover {
  box-shadow: 0 0 0 0.3rem rgba(3, 240, 228, 0.25);
}
.genduo-btn:active {
  transform: scale(0.95);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.overlay .image-viewer {
  position: relative;
}
.overlay .image-viewer #viewer-image {
  max-width: 80%;
  max-height: 80%;
}
.overlay .image-viewer #close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 42px;
  color: rgb(160, 160, 160);
  transition: 0.2s;
}
.overlay .image-viewer #close-btn:hover {
  color: #fff;
}

.muDel-muxing .mu-container .ly-row .ly-col {
  width: 18.8%;
}
.muDel-muxing .mu-container .ly-row .ly-col .wg-intro .title a {
  font-size: 16px;
}
.muDel-muxing .mu-container .ly-row .ly-col .wg-intro .pic span {
  color: var(--bgColor);
}
.muDel-muxing .mu-container .ly-row .ly-col {
  width: 18.5%;
}
.muDel-muxing .mu-container .ly-row .ly-col:hover .ly-img img {
  filter: brightness(95%);
}
.muDel-muxing .mu-container .ly-row .ly-col:hover .ly-img .ly-view {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.muDel-muxing .mu-container .ly-row .ly-col:hover {
  box-shadow: 0 0 0px 3px rgba(0, 255, 221, 0.3);
  width: 18.5%;
}
.muDel-muxing .mu-container .ly-row .ly-col .ly-img img {
  height: 215px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.muDel-muxing .mu-container .ly-row .ly-col .ly-img .ly-view {
  position: absolute;
  width: 100px;
  background: rgba(209, 176, 99, 0.8);
  opacity: 0;
  left: 50%;
  top: 36%;
  color: #fff;
  line-height: 28px;
  border: 1px solid #f2e7ce;
  text-align: center;
  transition: all 0.4s ease-in-out;
  transform: translate(-50%, -100%);
  cursor: pointer;
}
.muDel-muxing .mu-container .ly-row .ly-col .wg-intro {
  text-align: center;
}
.muDel-muxing .mu-container .ly-row .ly-col .wg-intro .title a {
  font-size: 16px;
}

.call {
  display: flex;
  margin-top: 70px;
  margin-bottom: 40px;
  flex-direction: column;
  align-items: center;
}
.call .xinxi {
  display: flex;
  font-size: 30px;
  color: var(--font-333-color);
  margin-bottom: 20px;
}
.call .xinxi a {
  color: #000;
  letter-spacing: 1px;
  margin-left: 10px;
}
.call .xinxi a .iconfont {
  font-size: 36px;
  margin-right: 5px;
}
.call .xinxi span {
  color: var(--bgColor);
}

.muDel-desc {
  padding: 20px 20px 10px 20px;
  border-radius: 8px;
}
.muDel-desc .banner {
  height: 480px;
}
.muDel-desc .muDel-img img {
  width: 100%;
  height: 100%;
  margin-top: 10px;
}

.muDel_desc {
  font-size: 20px;
  font-weight: 500;
  color: var(--bgColor);
  text-align: center;
}

p.muDel_desc {
  text-align: center;
  margin: 5px 0 5px 0;
}

.container {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-rows: minmax(150px, auto);
  gap: 10px;
  margin-bottom: 15px;
}
.container .box {
  background-color: lightgray;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.muDel-ry {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(150px, auto);
  gap: 15px;
  margin-bottom: 15px;
}
.muDel-ry .box {
  background-color: lightgray;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.muDel-desc .mu-about3 {
  margin-bottom: 15px;
}

.muDel-desc .mu-about3 .li {
  position: relative;
  height: 250px;
}
.muDel-desc .mu-about3 .li img {
  width: 100%;
  height: 100%;
}
.muDel-desc .mu-about3 .li div {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: var(--bgColor);
  padding: 4px;
  text-align: center;
  font-size: 14px;
  color: var(--white);
}

.muDel-pic .ly-col {
  width: 19.5%;
}

.muDel-muxing .tab-content {
  display: none;
  transition: opacity 0.3s ease-in-out;
}
.muDel-muxing .tab-content.active {
  display: block;
  opacity: 1;
}
.muDel-muxing .tab-container ul {
  width: 100%;
  display: flex;
  padding: 5px;
  margin-bottom: 10px;
}
.muDel-muxing .tab-container ul .tab-btn {
  width: 200px;
  font-size: 18px;
  color: var(--font-333-color);
  cursor: pointer;
}
.muDel-muxing .tab-container ul .tab-btn.active {
  color: var(--bgColor);
}

.muDelVideo {
  background-color: #fef9f5;
}

.muDel-video {
  display: flex;
  flex-wrap: wrap;
}
.muDel-video .muDel-videor {
  flex: 0 0 300px;
  margin-left: 15px;
  border-radius: 4px;
  max-width: 300px;
}
.muDel-video .muDel-videor .muLink {
  border-radius: 5px;
  position: relative;
  margin-bottom: 15px;
}
.muDel-video .muDel-videor .muLink .douyin {
  width: 100%;
  height: auto;
  margin: 10px 0;
}
.muDel-video .muDel-videor .muLink .aside-user {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
}
.muDel-video .muDel-videor .muLink .aside-desc {
  color: var(--font-888-color);
  font-size: 14px;
  /*overflow: hidden;*/
  /*white-space: nowrap;*/
  /*text-overflow: ellipsis;*/
}
.muDel-video .muDel-videor .muLink .img {
  height: 180px;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
}
.muDel-video .muDel-videor .muLink .img img {
  height: 100%;
  width: 100%;
}
.muDel-video .muDel-videor .muLink .txt {
  padding: 0 5px;
}
.muDel-video .muDel-videor .muLink .txt .title {
  margin-bottom: 5px;
}
.muDel-video .muDel-videor .muLink .txt .title a {
  font-size: 18px;
  font-weight: bold;
  color: #484848;
}
.muDel-video .muDel-videor .muLink .txt .pic {
  font-size: 12px;
  color: #888;
  margin-bottom: 5px;
}
.muDel-video .muDel-videor .muLink .txt .pic span {
  font-size: 18px;
  color: var(--font-one-color);
}
.muDel-video .muDel-videor .muLink .txt .pic span:before {
  content: "\e634";
  font-family: iconfont;
  font-size: 11px;
  color: #888;
  font-weight: 400 !important;
}
.muDel-video .muDel-videor .muLink .txt .desc {
  font-size: 14px;
  color: var(--font-888-color);
}
.muDel-video .muDel-videol {
  flex: 1;
  border-radius: 4px;
  padding: 0 10px;
}
.muDel-video .muDel-videol .video-home {
  position: relative;
  margin-bottom: 20px;
}
.muDel-video .muDel-videol .video-home .video {
  overflow: hidden;
}
.muDel-video .muDel-videol .video-home .video video {
  width: 100%;
  height: 490px;
  border-radius: 4px;
}
.muDel-video .muDel-videol .video-home .title {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
  margin-bottom: 0;
  padding: 12px 15px;
  background-color: rgba(0, 0, 0, 0.5);
  color: var(--white);
  border-radius: 4px 4px 0 0;
}
.muDel-video .muDel-videol .video-home .desc-s {
  color: var(--font-888-color);
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
.muDel-video .muDel-videol .video-home .desc-s:before {
  content: "\e630";
  font-family: iconfont;
  font-size: 12px;
  margin-right: 2px;
}

.v-link {
  margin-top: 15px;
}
.v-link .title {
  font-size: 22px;
  color: var(--font-3c-color);
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
}
.v-link .title .v-href {
  padding: 5px 8px;
  font-size: 14px;
  background: #fff;
  color: #187552;
  border-radius: 5px;
  transition: 0.2s;
}
.v-link .title .v-href:hover {
  color: var(--white);
  background-color: #187552;
}
.v-link .title .v-href:before {
  content: "\e621";
  font-family: iconfont;
  font-size: 14px;
  margin-right: 2px;
}
.v-link .video-list {
  display: flex;
  justify-content: space-between;
}
.v-link .video-list .video-item {
  width: 31.33%;
  margin: 0 0 10px 0;
  height: 180px;
  border-radius: 5px;
  overflow: hidden;
}
.v-link .video-list .video-item img {
  height: 100%;
}

.video-list {
  display: flex;
  flex-wrap: wrap;
}
.video-list .video-item {
  display: block;
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 23px;
  position: relative;
  z-index: 9;
}
.video-list .video-item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0));
  pointer-events: none;
  transition: color 0.3s ease-in-out;
}
.video-list .video-item:after {
  /*content: "\ea82";*/
  font-family: "iconfont";
  color: rgba(255, 255, 255, 0.8);
  font-size: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  position: absolute;
  top: -2px;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  transition: 0.3s;
}
.video-list .video-item:hover:after {
  color: rgb(255, 255, 255);
}
.video-list .video-item .video-img {
  width: 100%;
  height: 160px;
}
.video-list .video-item .video-title {
  display: block;
  position: absolute;
  color: var(--white);
  font-size: 14px;
  bottom: 5px;
  text-align: center;
  width: 100%;
}

.scrolled.mudel-nav {
  background-color: var(--bgColor);
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 10;
  /* background: #fff; */
}

.comment-list {
  width: 90%;
  margin: 0 auto;
}
.comment-list .item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e3e3e3;
  padding-top: 10px;
  padding-bottom: 10px;
}
.comment-list .item:last-child {
  border: 0;
}
.comment-list .item .cle {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.comment-list .item .cle .img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.comment-list .item .cle .username {
  font-size: 18px;
  color: #333333;
  margin-right: 5px;
}
.comment-list .item .cle .biaoqian {
  border-radius: 4px;
  background: var(--bgColor);
  font-size: 12px;
  color: #fff;
  margin-right: 20px;
  padding: 3px 10px;
}
.comment-list .item .cle .time {
  font-size: 14px;
  color: #333333;
}
.comment-list .item .com {
  font-size: 15px;
  line-height: 1.6;
  color: var(--font-888-color);
  margin-bottom: 10px;
}
.comment-list .item .xiangce_list {
  display: flex;
  flex-wrap: wrap;
}
.comment-list .item .xiangce_list .xiangce-item {
  width: 100px;
  height: 75px;
  position: relative;
  margin-right: 10px;
  margin-bottom: 5px;
}
.comment-list .item .xiangce_list .xiangce-item:hover img {
  filter: brightness(150%);
}
.comment-list .item .xiangce_list .xiangce-item::after {
  content: "\e61d";
  font-family: "iconfont";
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #c7c7c7;
  font-size: 14px;
}

.genduo-btn.po-ab {
  position: absolute;
  right: 35px;
  margin: 0;
  width: 110px;
}
.genduo-btn.po-ab .iconfont {
  margin-right: 5px;
}

.fromModel {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  transform: scaleX(0);
  opacity: 0;
}
.fromModel.active {
  transform: scaleX(100%);
  opacity: 1;
}
.fromModel .from {
  z-index: 1;
  background: var(--white);
  border-radius: 10px;
  padding: 25px;
}
.fromModel .from .file-upload-label input {
  display: none;
}
.fromModel .from .file-upload-label {
  width: 100%;
  cursor: pointer;
  margin: 10px auto;
  display: flex;
  justify-content: center;
}
.fromModel .from .file-upload-design {
  margin-bottom: 20px;
  background-color: #ededed;
  padding: 10px;
  font-size: 14px;
  color: #888;
  border-radius: 5px;
  border: 1px dashed rgb(82, 82, 82);
  box-shadow: 0px 0px 195px -50px rgba(0, 0, 0, 0.2);
}
.fromModel .from .browse-button {
  background-color: var(--font-one-color);
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 10px;
  color: white;
  transition: all 0.3s;
}
.fromModel .from .browse-button:hover {
  background-color: rgb(14, 14, 14);
}
.fromModel .from label {
  display: inline-block;
  width: 90px;
  font-size: 15px;
  font-weight: 500;
  color: var(--font-3c-color);
}
.fromModel .from input.genduo-btn {
  display: block;
  font-size: 14px;
  color: #ffffff;
  width: 130px;
  border-radius: 8px;
  background-color: #38a4b6;
  text-align: center;
  cursor: pointer;
  margin: 10px auto 20px auto;
  border: 0;
  line-height: 34px;
  padding: 0;
}
.fromModel .from input,
.fromModel .from textarea,
.fromModel .from select {
  width: calc(100% - 200px);
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.fromModel .from textarea {
  height: auto;
}
.fromModel .from #f-comment {
  vertical-align: top;
}
.fromModel .image-preview {
  display: flex;
  flex-wrap: wrap;
}
.fromModel .image-preview {
  display: inline-block;
  margin: 10px;
  position: relative;
}
.fromModel .image-preview img {
  /* max-width: 200px; */
  /* max-height: 200px; */
  width: auto;
  height: 100px;
  cursor: pointer;
  z-index: 1;
}
.fromModel .image-preview .delete-button {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: red;
  color: white;
  border: none;
  padding: 5px;
  font-weight: bold;
  cursor: pointer;
}

.model-title {
  width: 100%;
  font-size: 26px;
  color: var(--font-3c-color);
  margin: 10px 0 10px 0;
}

.model-desc {
  width: 100%;
  font-size: 14px;
  color: var(--font-888-color);
  margin-bottom: 20px;
}

.youhui-list {
  background-color: #fbe6ad;
  padding: 15px;
}
.youhui-list .bg-white {
  border-radius: 15px;
  padding: 20px;
}
.youhui-list .name {
  text-align: center;
  font-size: 30px;
  color: #b84c49;
  margin-bottom: 20px;
  line-height: 50px;
}
.youhui-list .youhui-item {
  display: flex;
  justify-content: space-between;
}
.youhui-list .youhui-item .li {
  width: 32.33%;
  text-align: center;
}
.youhui-list .youhui-item .li:hover .title {
  color: var(--bgColor);
}
.youhui-list .youhui-item .li .img {
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
}
.youhui-list .youhui-item .li .title {
  font-size: 23px;
  color: #333333;
  padding: 10px 0;
}
.youhui-list .youhui-item .li .desc {
  width: 100%;
  margin-bottom: 19px;
  text-align: left;
  display: flex;
  min-height: 100px;
  align-items: center;
}
.youhui-list .youhui-item .li .desc span {
  font-size: 15.5px;
  color: #666;
  line-height: 24px;
}
.youhui-list .jeis {
  font-size: 16px;
  color: var(--font-333-color);
  text-align: center;
  line-height: 20px;
  margin-top: 50px;
}
.youhui-list .jeis a {
  color: var(--bgColor);
}

.muDel-zixun .zixun-item .wg-intro {
  padding: 5px 0;
}
.muDel-zixun .zixun-item .wg-intro .title a {
  font-size: 20px;
}
.muDel-zixun .zixun-item .wg-intro .desc {
  line-height: 22px;
  margin-bottom: 10px;
}
.muDel-zixun .zixun-item .wg-intro p.time {
  font-size: 12px;
  margin-bottom: 10px;
  color: #afafaf;
}
.muDel-zixun .zixun-item .wg-intro p.time .iconfont {
  font-size: 12px;
}
.muDel-zixun .zixun-item .zixun-img img {
  height: 140px;
  transition: transform 0.3s;
}
.muDel-zixun .zixun-item .time .iconfont {
  margin-right: 5px;
}

.mx-box {
  display: flex;
  align-items: center;
}
.mx-box .mx-left {
  height: 480px;
  flex: 0 0 550px;
  min-width: 0;
  position: relative;
  z-index: 1;
  margin-right: 20px;
}
.mx-box .mx-left .banner {
  height: 100%;
}
.mx-box .mx-right {
  flex-grow: 1;
  min-width: 0;
  padding-top: 10px;
  position: relative;
}
.mx-box .mx-right .mxDel {
  padding: 10px;
}
.mx-box .mx-right .mxDel .mxDel-title {
  display: flex;
  flex-wrap: wrap;
}
.mx-box .mx-right .mxDel .mxDel-title .flex-child {
  flex: 1 0 0;
  color: var(--font-3c-color);
}
.mx-box .mx-right .mxDel .mxDel-title .flex-child h1 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}
.mx-box .mx-right .mxDel .mxDel-title .flex-child .mx-price {
  font-size: 14px;
}
.mx-box .mx-right .mxDel .mxDel-title .flex-child .mx-price span {
  font-size: 22px;
  color: var(--font-one-color);
}
.mx-box .mx-right .mxDel .mxDel-title .flex-child .address {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}
.mx-box .mx-right .mxDel .mxDel-title .flex-child .tel {
  font-size: 16px;
  color: #666;
}
.mx-box .mx-right .mxDel .mxDel-title .align-self-center {
  align-self: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ececec;
  padding: 0 6px;
}
.mx-box .mx-right .mxDel .mxDel-title .align-self-center .icon {
  height: 25px;
  margin: 5px 3px;
}
.mx-box .mx-right .mxDel .mxDel-title .align-self-center .title {
  font-size: 16px;
  margin: 5px 0;
}
.mx-box .mx-right .mxDel .mxDel-title .align-self-center .mu-link {
  background-color: var(--font-one-color);
  color: var(--white);
  padding: 5px;
  font-size: 13px;
  margin-left: 5px;
}
.mx-box .mx-right .mxDel .mxDel-title .align-self-center .mu-link:hover {
  background: var(--styem);
}
.mx-box .mx-right .mxDel .mxDel-fenlei {
  display: flex;
  flex-wrap: wrap;
}
.mx-box .mx-right .mxDel .mxDel-fenlei li {
  font-size: 14px;
  color: var(--font-3c-color);
  width: 50%;
  margin-bottom: 10px;
}
.mx-box .mx-right .mxDel .mxDel-rexian {
  background: #f4f4f4;
  border-radius: 5px;
  margin: 20px 0;
  padding: 15px 5px;
  display: flex;
  justify-content: space-between;
}
.mx-box .mx-right .mxDel .mxDel-rexian li {
  width: 33.3333%;
  padding: 0 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.mx-box .mx-right .mxDel .mxDel-rexian li span {
  font-size: 13px;
  color: var(--font-3c-color);
}
.mx-box .mx-right .mxDel .mxDel-rexian li .tel {
  display: block;
  font-size: 20px;
  line-height: 37px;
  margin-bottom: 10px;
  border-radius: 4px;
  color: var(--font-one-color);
}
.mx-box .mx-right .mxDel .mxDel-rexian li .tel .iconfont {
  font-size: 22px;
}
.mx-box .mx-right .mxDel .mxDel-rexian li .mxDel-zixun {
  background: var(--font-one-color);
  color: var(--white);
  font-size: 16px;
  line-height: 38px;
  margin-bottom: 10px;
  border-radius: 4px;
}
.mx-box .mx-right .mxDel .mxDel-rexian li .p1 {
  background: url(../image/asker-l.png) var(--font-one-color) no-repeat 0% 100%;
  padding-left: 30px;
}
.mx-box .mx-right .mxDel .mxDel-rexian li .p1:hover {
  background: url(../image/asker-l.png) #f8914b no-repeat 0% 100%;
}
.mx-box .mx-right .mxDel .mxDel-rexian li .p2 {
  background-color: #be281a;
}
.mx-box .mx-right .mxDel .mxDel-rexian li .p2:hover {
  background-color: #d45b50;
}
.mx-box .mx-right .mxDel .mxDel-rexian li .p2 strong {
  color: #be281a;
}
.mx-box .mx-right .mxDel .mxDel-youhui {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.mx-box .mx-right .mxDel .mxDel-youhui .li {
  width: 48%;
  height: 86px;
  background-image: url(../image/youhui1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
}
.mx-box .mx-right .mxDel .mxDel-youhui .li .neir {
  flex: 1;
  padding: 12px 0;
  text-align: center;
}
.mx-box .mx-right .mxDel .mxDel-youhui .li .neir .p1 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 10px;
}
.mx-box .mx-right .mxDel .mxDel-youhui .li .neir .p2 {
  font-size: 14px;
  color: #666666;
}
.mx-box .mx-right .mxDel .mxDel-youhui .li .caozuo {
  flex: 0 0 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mx-box .mx-right .mxDel .mxDel-youhui .li .caozuo .p1 {
  font-size: 12px;
  color: #fff;
  background-color: #ff6801;
  line-height: 30px;
  height: 30px;
  width: 64px;
  margin: 0 auto 10px;
  text-align: center;
  border-radius: 5px;
  display: block;
}
.mx-box .mx-right .mxDel .mxDel-youhui .li .caozuo .p2 {
  font-size: 12px;
  color: #666666;
  text-align: center;
}

#wg-muxingDel .mu-btn .f-btn {
  margin: 0 10px;
  cursor: pointer;
  background: var(--white);
  color: var(--font-one-color);
  padding: 6px 10px;
  font-size: 14px;
  border: 1px solid var(--font-one-color);
  border-radius: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#wg-muxingDel .mu-btn .f-btn:hover {
  background: var(--font-one-color);
  color: var(--white);
}

#wg-muxingDel .mu-btn .f-btn.p1 {
  background: #be281a;
  color: var(--white);
}

.mxDel-from {
  display: flex !important;
  flex-direction: column;
}
.mxDel-from .closeModel {
  position: relative;
}
.mxDel-from .closeModel::after {
  content: "\eca0";
  font-family: "iconfont";
  position: absolute;
  top: 10px;
  right: 10px;
  color: var(--white);
}
.mxDel-from .from {
  width: 100%;
  border-radius: 0;
}
.mxDel-from .from .genduo-btn {
  margin-top: 30px !important;
}

.code {
  display: flex;
  align-items: center;
}
.code #f-captcha {
  margin-right: 15px;
}
.code #verificationCode {
  cursor: pointer;
  color: #888;
  border-radius: 3px;
  padding: 6px 19px;
  --color: #E1E1E1;
  background-color: #F3F3F3;
  background-image: linear-gradient(0deg, transparent 24%, var(--color) 24%, var(--color) 26%, transparent 27%, transparent 74%, var(--color) 75%, var(--color) 76%, transparent 77%, transparent), linear-gradient(90deg, transparent 24%, var(--color) 25%, var(--color) 26%, transparent 27%, transparent 74%, var(--color) 75%, var(--color) 76%, transparent 77%, transparent);
  background-size: 55px 55px;
}

.fangan-list .title_p1 {
  background-color: #00c9b4;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  color: var(--white);
  margin-bottom: 40px;
}
.fangan-list .dakuang .neir .genduo-btn {
  width: 300px;
  margin: 30px auto;
  font-size: 22px;
  padding: 10px;
}
.fangan-list .dakuang .neir label {
  cursor: pointer;
  color: #707275;
  font-size: 16px;
}
.fangan-list .dakuang .neir input {
  margin-left: 15px;
  cursor: pointer;
  margin-top: 25px;
  margin-bottom: 25px;
  cursor: pointer;
  border-color: #DCDFE6;
}
.fangan-list .dakuang .neir input[type=checkbox]:checked + label {
  color: #007aff;
}
.fangan-list .dakuang .neir .p1 {
  font-size: 18px;
  color: var(--font-333-color);
}
.fangan-list .dakuang .neir .p1 span {
  color: var(--font-one-color);
}

.benefit {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.benefit .genduo-btn {
  margin-top: 25px;
}

.benefit h2.title {
  padding-top: 30px;
}

.benefit .items {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 50px 0 80px 0;
}

.benefit .items ul {
  display: flex;
  justify-content: center;
}

.benefit .items ul li {
  width: 275px;
  height: auto;
  overflow: hidden;
  margin: 0 25px;
  text-align: center;
  transition: all 0.3s;
}

.benefit .items ul li img {
  vertical-align: middle;
  max-width: 100%;
  transform: 1s;
  -moz-transform: 1s;
  width: auto;
  height: 132px;
}

.benefit .items ul li:hover {
  transition: all 0.3s;
  transform: translateY(-5px);
}

.benefit .items ul li p.title {
  font-size: 18px;
  color: #333333;
  padding: 30px 0 15px 0;
}

.benefit .items ul li p.desc {
  font-size: 13px;
  color: #888;
  line-height: 30px;
  min-height: 155px;
}

.benefit .items ul li:hover img {
  transform: rotateY(360deg);
  transition: all 0.8s easeInOutCirc;
}

#wg-goumufuwu .youhui-list {
  background-color: var(--white);
  padding: 0;
}
#wg-goumufuwu .youhui-list .bg-white {
  padding: 0;
}
#wg-goumufuwu .comment-list {
  width: 100%;
}
#wg-goumufuwu .youhui-list .youhui-item .li .img {
  height: 380px;
}
#wg-goumufuwu .youhui-list .youhui-item .li .img img {
  width: 100%;
}

#wg-xuanmuliucheng .leibiao {
  margin-top: 40px;
  padding-top: 1px;
  position: relative;
  margin-bottom: 60px;
}
#wg-xuanmuliucheng .leibiao:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -2px;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: var(--font-one-color);
}
#wg-xuanmuliucheng .leibiao .li {
  margin-top: 40px;
  display: flex;
}
#wg-xuanmuliucheng .leibiao .li:last-child {
  text-align: center;
}
#wg-xuanmuliucheng .leibiao .li:nth-child(2n) .biaoti_tag .juzhong:before {
  right: auto;
  left: 100%;
}
#wg-xuanmuliucheng .leibiao .li:nth-child(2n) .shuzhiqu .zhong:before {
  left: auto;
  right: -27px;
  transform: rotate(180deg);
}
#wg-xuanmuliucheng .leibiao .li:nth-child(2n) .shuzhiqu .zhong.xia:before {
  transform: rotate(270deg);
  right: auto;
  left: 50%;
  top: 50px;
  margin-top: 0;
  margin-left: -12.5px;
}
#wg-xuanmuliucheng .leibiao .li:nth-child(10) .biaoti_tag .juzhong:before {
  right: 100%;
  left: auto;
}
#wg-xuanmuliucheng .leibiao .li .biaoti_tag {
  flex: 1;
  position: relative;
}
#wg-xuanmuliucheng .leibiao .li .biaoti_tag .wenzhiquy {
  background-color: #efefef;
  padding: 20px;
  color: #3c3c3c;
  line-height: 25px;
}
#wg-xuanmuliucheng .leibiao .li .shuzhiqu {
  position: relative;
  width: 160px;
}
#wg-xuanmuliucheng .leibiao .li .shuzhiqu .zhong {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -26px;
  margin-left: -26px;
  width: 52px;
  height: 52px;
  background-color: var(--font-one-color);
  border-radius: 50%;
  line-height: 52px;
  text-align: center;
  font-size: 28px;
  color: var(--white);
}
#wg-xuanmuliucheng .leibiao .li .shuzhiqu .zhong::before {
  position: absolute;
  left: -27px;
  top: 50%;
  margin-top: -17px;
  content: "";
  width: 25px;
  height: 34px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../image/xuanmuliucheng1.png);
}
#wg-xuanmuliucheng .leibiao .li .biaoti_tag {
  flex: 1;
  position: relative;
}
#wg-xuanmuliucheng .leibiao .li .biaoti_tag .wenzhiquy .p4 {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  text-align: center;
}
#wg-xuanmuliucheng .leibiao .li .biaoti_tag .wenzhiquy .p4 span {
  font-weight: bold;
}
#wg-xuanmuliucheng .leibiao .li .biaoti_tag .juzhong {
  line-height: 70px;
  padding: 0 20px;
  min-width: 260px;
  background-color: var(--font-one-color);
  text-align: center;
  font-size: 22px;
  color: var(--white);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -44px;
  margin-left: -130px;
}
#wg-xuanmuliucheng .leibiao .li .biaoti_tag .juzhong:before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 0;
  width: 210px;
  height: 3px;
  background-color: var(--font-one-color);
}

#wg-gmyouhui .bg-white {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gm-youhuiList {
  display: flex;
  margin-bottom: 40px;
}
.gm-youhuiList .img {
  flex: 0 0 540px;
  margin-right: 40px;
}
.gm-youhuiList .txt {
  flex: 1;
  font-size: 16px;
  color: var(--font-3c-color);
  line-height: 22px;
}
.gm-youhuiList .txt .title {
  font-size: 20px;
  font-weight: 500;
  color: var(--font-one-color);
  margin-bottom: 10px;
}
.gm-youhuiList .txt .desc {
  margin-bottom: 10px;
}
.gm-youhuiList .txt .strong {
  color: var(--font-333-color);
  margin-bottom: 5px;
  display: flex;
}
.gm-youhuiList .txt .strong .iconfont {
  font-weight: 500;
  margin-right: 3px;
  font-size: 18px;
}
.gm-youhuiList .txt .comment {
  font-size: 14px;
  color: var(--font-888-color);
  margin-bottom: 10px;
}
.gm-youhuiList .txt .genduo-btn {
  margin: 5px 0;
  background: #be281a;
}

.copy.gm-youhuiList {
  flex-direction: column;
  width: 48%;
}
.copy.gm-youhuiList .img {
  flex: 0 0 320px;
  margin: 0 0 15px 0;
}

.jr-filter {
  display: flex;
  justify-content: center;
  margin: 50px 0 40px 0;
  align-items: center;
}
.jr-filter .time {
  font-size: 20px;
  color: var(--font-3c-color);
  margin-right: 3px;
}
.jr-filter .calendar-input {
  position: relative;
  display: inline-block;
}
.jr-filter .calendar-input #dateInput {
  background-color: #FFF;
  border: 1px solid #DCDFE6;
  box-sizing: border-box;
  color: #515151;
  height: 35px;
  width: 150px;
  border-radius: 3px;
  padding: 0px 13px;
  font-size: 16px;
}

.jr-list {
  max-width: 1000px;
  margin: 20px auto;
}
.jr-list .item {
  margin-bottom: 20px;
}
.jr-list .item .p1 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 15px;
}
.jr-list .item .p2 {
  text-align: center;
  font-size: 16px;
  color: var(--font-888-color);
  color: #888;
  margin-bottom: 15px;
}
.jr-list .item .com {
  font-size: 18px;
  color: #666;
  margin-bottom: 20px;
}

#wg-jirituiyan .gm-title h2 {
  font-size: 34px;
}

#wg-binyiguanDel .mx-box .mx-left {
  height: auto;
}
#wg-binyiguanDel .swiper {
  width: 100%;
  height: 100%;
}
#wg-binyiguanDel .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#wg-binyiguanDel .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#wg-binyiguanDel .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
#wg-binyiguanDel .swiper-slide {
  background-size: cover;
  background-position: center;
}
#wg-binyiguanDel .byswiper {
  height: 390px;
  width: 100%;
}
#wg-binyiguanDel .mySwiper2 {
  height: 100px;
  box-sizing: border-box;
  padding: 5px;
  display: none;
}
#wg-binyiguanDel .mySwiper2 .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
#wg-binyiguanDel .mySwiper2 .swiper-slide-thumb-active {
  opacity: 1;
}
#wg-binyiguanDel .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#wg-binyiguanDel .Article_body p {
  text-indent: 2em;
}

.mxDel .mxDel-title .flex-child .address {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}
.mxDel .mxDel-title .flex-child .address .iconfont {
  font-size: 16px;
}
.mxDel .mxDel-title .flex-child .tel {
  font-size: 16px;
  color: #666;
}
.mxDel .mxDel-title .flex-child .tel .iconfont {
  font-size: 19px;
}
.mxDel .mxDel-rexian li strong {
  color: #be281a;
}
.mxDel .byg-kf {
  height: 110px;
  background: url(../image/byg-bg-4.jpg) no-repeat;
  background-size: 100%;
  padding-top: 10px;
  text-align: center;
  width: 100%;
  display: flex;
}
.mxDel .byg-kf li {
  width: 33.3333%;
}
.mxDel .byg-kf li p {
  margin-bottom: 10px;
}
.mxDel .byg-kf li .h4 {
  font-size: 16px;
}

.scrolled.binyi-scroll {
  background-color: var(--white);
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 2;
  transition: 0.3s;
  z-index: 99;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  /* background: #fff; */
}

.scroll a {
  display: inline-block;
  height: 100%;
  padding: 15px 10px;
  color: #333;
  background: var(--white);
}
.scroll a.active {
  background: var(--font-one-color);
  color: #fff;
}

#section1 {
  background-image: url(../image/byg-img-5.jpg);
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

body.active {
  margin-top: 150px;
}

.mu-fengshui {
  display: flex;
  flex-wrap: wrap;
}
.mu-fengshui .item {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
}
.mu-fengshui .item .img {
  flex: 0 0 600px;
  height: 360px;
}
.mu-fengshui .item .img img {
  width: 100%;
}
.mu-fengshui .item .txt {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% - 600px);
  position: relative;
  text-align: left;
}
.mu-fengshui .item .txt .p1 {
  margin-bottom: 10px;
  color: var(--font-one-color);
  font-size: 30px;
}
.mu-fengshui .item .txt .p2 {
  font-size: 18px;
  color: var(--font-3c-color);
  margin-bottom: 5px;
}
.mu-fengshui .item .txt .genduo-btn {
  margin-top: 15px;
  width: 150px;
  border-radius: 5px;
  background-color: var(--font-one-color);
}

.swiper-10 {
  position: relative;
  padding: 0 10px;
}
.swiper-10:after {
  position: absolute;
  left: 5px;
  right: 0;
  height: 2px;
  top: 50%;
  background-image: url(../image/fenge-line.png);
  background-size: auto 100%;
  content: "";
  background-repeat: repeat-x;
}
.swiper-10 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.swiper-10 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-10 .item {
  border-radius: 4px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  height: 100%;
  position: relative;
  background-color: #fff;
  cursor: ew-resize;
  padding: 7px 0;
}
.swiper-10 .item .title {
  font-size: 18px;
  text-align: center;
  line-height: 28px;
  padding-top: 6px;
  font-weight: 600;
  color: var(--font-3c-color);
}
.swiper-10 .item .title-2 {
  text-align: left;
  font-size: 16px;
  padding: 0 12px;
}
.swiper-10 .item .desc {
  color: var(--font-888-color);
  font-size: 12px;
  text-align: left;
  padding: 12px;
}
.swiper-10 .item .desc p {
  margin-bottom: 5px;
  font-size: 14px;
}
.swiper-10 .item .num {
  position: absolute;
  color: #fff;
  background-color: var(--font-one-color);
  font-size: 18px;
  left: 0;
  top: 0;
  padding: 0 8px;
  border-radius: 4px 0;
}

.bgcolor {
  background-image: url(../image/service-img-1.jpg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  padding: 15px;
  position: relative;
}

#wg-binzangfuwu .tab-container {
  max-width: 860px;
  min-height: 400px;
  border-radius: 10px;
  border: 1px solid #ececec;
  background: #fff;
}
#wg-binzangfuwu .tab-container .bz-tab {
  display: flex;
  background-color: #ececec;
  padding: 10px 10px 0;
  border-radius: 6px 6px 0 0;
}
#wg-binzangfuwu .tab-container .bz-tab .tab-btn {
  width: auto;
  padding: 8px 15px;
  border-radius: 6px 6px 0 0;
  font-size: 16px;
}
#wg-binzangfuwu .tab-container .bz-tab .tab-btn span {
  color: var(--font-one-color);
}
#wg-binzangfuwu .tab-container .bz-tab .tab-btn.active {
  background-color: #fff;
  color: var(--font-one-color);
}
#wg-binzangfuwu .tab-container .tab-content {
  margin: 15px;
  min-height: 326px;
}
#wg-binzangfuwu .tab-container .tab-content .desc {
  border-top: 1px solid #ececec;
  margin: 15px 0;
}
#wg-binzangfuwu .tab-container .tab-content .ul-c .dl-1 {
  width: 50%;
}
#wg-binzangfuwu .tab-container .tab-content .ul-c .dl-1 dt {
  float: left;
  width: 85px;
  overflow: hidden;
  clear: left;
  text-align: right;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2;
  color: #888;
}
#wg-binzangfuwu .tab-container .tab-content .ul-c .dl-1 dd {
  line-height: 2;
  font-size: 15px;
  color: var(--font-3c-color);
}
#wg-binzangfuwu .tab-container .w-30 {
  position: absolute;
  right: 13px;
  bottom: 17px;
  width: 300px;
  background: var(--white);
  height: 250px;
  border-radius: 10px;
  padding: 15px;
  font-size: 14px;
}
#wg-binzangfuwu .tab-container .w-30 .mb-0 {
  margin-bottom: 10px;
}
#wg-binzangfuwu .tab-container .w-30 .primary-color {
  color: var(--font-one-color);
}
#wg-binzangfuwu .tab-container .w-30 .h2 {
  font-size: 20px;
}
#wg-binzangfuwu .tab-container .w-30 .h2 .iconfont {
  font-size: 21px;
  margin-right: 3px;
}

.bzyp-list {
  display: flex;
  justify-content: space-between;
}
.bzyp-list .aside-title a {
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.bzyp-list .aside-title a:hover {
  color: var(--font-one-color);
}
.bzyp-list .aside-title a .iconfont {
  font-size: 19px;
}
.bzyp-list .item {
  width: 32%;
  padding: 15px;
  min-height: 300px;
  border-radius: 2px;
  display: flex;
  flex-wrap: wrap;
}
.bzyp-list .item .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bzyp-list .item .row .col {
  width: 48.5%;
  border: 1px solid #ccc;
  margin-bottom: 12px;
  padding: 10px;
  position: relative;
}
.bzyp-list .item .row .col:hover .img .flagf {
  display: block;
  opacity: 1;
}
.bzyp-list .item .row .col:hover .img .flagt {
  display: none;
  opacity: 0;
}
.bzyp-list .item .row .col:hover .txt .title a {
  color: var(--font-one-color);
}
.bzyp-list .item .row .col .img {
  width: 100%;
  height: 140px;
}
.bzyp-list .item .row .col .img img {
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease-in-out;
}
.bzyp-list .item .row .col .img .flagf {
  display: none;
  opacity: 0;
}
.bzyp-list .item .row .col .txt .title {
  margin-bottom: 10px;
}
.bzyp-list .item .row .col .txt .title a {
  font-size: 14px;
  color: var(--font-3c-color);
}
.bzyp-list .item .row .col .txt .pic {
  color: #be281a;
  font-size: 16px;
  font-weight: 600;
}

.team {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  cursor: grabbing;
}
.team .img {
  margin-bottom: 10px;
}
.team .txt {
  font-size: 14px;
}
.team .txt .name {
  font-size: 20px;
  margin: 5px 0;
}
.team .jingyan {
  position: absolute;
  display: flex;
  right: 5px;
  top: 5px;
  line-height: 1;
  color: #999;
  flex-direction: column;
  align-items: center;
}
.team .jingyan span {
  display: block;
  font-size: 35px;
  font-family: impact;
}

.anli-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px;
}
.anli-list .item {
  width: 18.7%;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  padding-bottom: 10px;
  position: relative;
}
.anli-list .item:hover {
  box-shadow: 8px 8px 16px 0 rgba(125, 125, 125, 0.12);
}
.anli-list .item .img {
  height: 150px;
  margin-bottom: 10px;
}
.anli-list .item .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.anli-list .item .txt {
  text-align: center;
  font-size: 14px;
  color: var(--font-3c-color);
}

.anli-btn {
  margin-top: 20px;
  width: 160px;
  border-radius: 5px;
  background: var(--font-one-color);
}

.binyi-btn {
  width: 160px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid var(--font-one-color);
  color: var(--font-one-color);
}
.binyi-btn:hover {
  background: var(--font-one-color);
  color: var(--white);
}

.tesefuwu {
  padding: 0;
}
.tesefuwu .item {
  width: 10%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.tesefuwu .item .img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.tesefuwu .item .txt a {
  display: block;
  font-size: 16px;
  color: var(--font-3c-color);
  margin-bottom: 10px;
}
.tesefuwu .item .desc {
  font-size: 12px;
  color: var(--font-888-color);
}

.appIndex-zhuanche {
  display: none;
}

.index-by {
  display: flex;
}
.index-by .by-index {
  flex: 0 0 560px;
  height: 430px;
  margin-right: 20px;
  position: relative;
}
.index-by .by-index img {
  width: 100%;
  height: 100%;
  filter: brightness(90%);
}
.index-by .by-index .txt {
  position: absolute;
  bottom: 16px;
  left: 73px;
  color: var(--white);
  letter-spacing: 1;
}
.index-by .by-index .txt .title {
  font-size: 20px;
  margin-bottom: 10px;
}
.index-by .by-index .txt .tel {
  font-size: 18px;
  margin-bottom: 15px;
}
.index-by .by-index .txt .btn {
  color: var(--white);
  display: block;
  border: 1px solid var(--white);
  border-radius: 8px;
  width: 60%;
  padding: 8px 0;
  font-size: 15px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.index-by .by-index .txt .btn:hover {
  color: var(--styem);
  border: 1px solid var(--styem);
}
.index-by .tese-list {
  flex-wrap: wrap;
  align-items: center;
}
.index-by .tese-list .tese-item {
  width: 48.5%;
  height: 205px;
  margin-bottom: 20px;
}
.index-by .tese-list .tese-item img {
  transition: 0.3s;
}
.index-by .tese-list .tese-item:hover img {
  width: 105%;
  height: 105%;
}
.index-by .tese-list .tese-item .wg-intro {
  background-color: transparent;
}
.index-by .tese-list .tese-item img {
  filter: brightness(90%);
}

.pczuixin {
  display: none;
}

.appIndex-lc {
  display: none;
  opacity: 0;
}

.appIndex-pc {
  display: block;
  margin-bottom: 10px;
}

.appTab-list {
  display: none;
}

.appmu-pic {
  display: none;
}

.appicon {
  display: none;
}

.app-genduo-btn {
  display: none;
}

.appaz {
  display: none;
}

.az-neir {
  display: flex;
  flex-wrap: wrap;
  background: #edf4fa;
  border-radius: 5px;
  padding: 10px;
}
.az-neir input {
  width: 100%;
  background-color: transparent;
  color: #000;
  background: var(--white);
  display: block;
  outline: none;
  border: none;
  padding: 8px;
  border-radius: 5px;
}
.az-neir .text {
  width: 180px;
  padding: 0 5px;
}
.az-neir .text input {
  width: 100%;
}
.az-neir .text2 {
  flex: 1;
  padding: 0 5px;
}
.az-neir .text2 input {
  width: 100%;
}
.az-neir .p1 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.az-neir .p1 .span {
  width: 58px;
  margin-right: 0px;
  color: var(--font-one-color);
  font-size: 14px;
}
.az-neir .p1 .span2 {
  color: var(--font-one-color);
  font-size: 14px;
}
.az-neir .p1 .gender_kuang {
  flex: 1;
  padding: 0 5px;
}
.az-neir .p1 .gender_kuang select {
  width: 100%;
  padding: 3px 5px;
  border: none;
}
.az-neir .p2 .span {
  width: 58px;
}

.Indexminsu {
  display: flex;
  justify-content: space-between;
}
.Indexminsu .minsuanli {
  width: 48%;
}
.Indexminsu .minsuanli .minsu-box {
  display: block;
  position: relative;
  height: 240px;
  margin-bottom: 20px;
}
.Indexminsu .minsuanli .minsu-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: brightness(90%);
}
.Indexminsu .minsuanli .minsu-box .txt {
  position: absolute;
  left: 46px;
  top: 30px;
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  font-size: 31px;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.4);
  letter-spacing: 2px;
  transition: 0.2s;
  padding: 10px;
  background: rgba(255, 104, 0, 0.5);
  flex-direction: column;
}
.Indexminsu .minsuanli .minsu-box .txt .p1 {
  font-size: 20px;
  margin-bottom: 5px;
}
.Indexminsu .minsuanli .minsu-box .txt .p2 {
  font-size: 14px;
  margin-bottom: 5px;
}
.Indexminsu .appIndex-ms {
  width: 51%;
}

.appIndex-ms .title {
  font-size: 24px;
  color: var(--font-333-color);
  width: 100%;
  padding: 1px 30px 0px 37px;
}
.appIndex-ms .box {
  display: flex;
  margin-bottom: 15px;
  padding: 10px 20px;
  height: 230px;
  align-items: center;
}
.appIndex-ms .box:hover .txt .name {
  color: var(--font-one-color);
}
.appIndex-ms .box .img {
  flex: 0 0 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.appIndex-ms .box .img img {
  width: 85px;
  height: auto;
}
.appIndex-ms .box .txt {
  flex: 1;
  color: var(--font-333-color);
}
.appIndex-ms .box .txt .name {
  font-size: 18px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  transition: 0.2s;
}
.appIndex-ms .box .txt .name span {
  color: var(--styem);
  font-size: 12px;
}
.appIndex-ms .box .txt .desc {
  font-size: 14px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  line-height: 26px;
}
.appIndex-ms .box .txt .chakan {
  width: 100%;
  text-align: right;
  font-size: 12px;
  color: #999;
}

.mu-container .index-mx.ly-row .ly-col {
  /*width: 15.6%;*/
  width: 18.5%;
  border-radius: 5px;
  overflow: hidden;
}
.mu-container .index-mx.ly-row .ly-col img {
    width: 100%;
}
.mu-container .index-mx.ly-row .ly-col .wg-intro h3.title a {
  font-size: 16px;
}
.mu-container .index-mx.ly-row .ly-col .wg-intro {
  padding: 10px;
  text-align: center;
}

.index-lc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.index-lc li {
  display: flex;
  width: 14.2857142857%;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.index-lc li .img {
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}
.index-lc li .img img {
  width: 100%;
  height: 100%;
}
.index-lc li .p1 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 5px;
}
.index-lc li .p2 {
  font-size: 12px;
  color: #999;
}

#wg-binyiguan .appmu-pic {
  display: none;
}

.appgenduo-btn {
  display: none;
}

.goHome {
  display: none;
}

.pinglun-list {
  background-image: url(../image/pingjia\ \(1\).png);
  background-repeat: no-repeat;
  background-size: cover;
}

.fontColor {
  color: var(--white) !important;
}

.comment-list .item .xiangce_list .xiangce-item {
  border: 1px solid #938663;
}

.comment-list {
  width: 85%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 3px;
}
.comment-list .swiper-button-next,
.comment-list .swiper-rtl .swiper-button-prev {
  left: 96%;
  top: 84%;
}
.comment-list .swiper-button-prev {
  display: none;
}

.yuanqu-list {
  padding: 10px;
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.yuanqu-list .li {
  width: 31.33%;
  padding: 10px 0;
  display: flex;
  border-bottom: solid 1px #e3e3e3;
  flex-direction: column;
}
.yuanqu-list .li:hover .p1 {
  color: var(--bgColor);
}
.yuanqu-list .li .p1 {
  margin-bottom: 20px;
  font-size: 16px;
  color: var(--font-3c-color);
  transition: 0.2s;
}
.yuanqu-list .li .p2 {
  font-size: 12px;
  color: #666;
  display: flex;
  align-items: center;
}
.yuanqu-list .li .p2 .iconfont {
  margin-right: 3px;
}

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

.border-r1 {
  background-image: url(../image/huaban02.png);
  background-repeat: no-repeat;
  /* background: 20%; */
  background-size: 16%;
  background-position: top right;
}

.border-r2 {
  background-image: url(../image/huaban03.png);
  background-repeat: no-repeat;
  /* background: 20%; */
  background-size: 16%;
  background-position: top right;
}

.muDel-box {
  display: flex;
}
.muDel-box .muDel-left {
  flex: 1;
}
.muDel-box .muDel-left .zixun-list {
  padding: 0;
}
.muDel-box .muDel-left .zixun-list .zixun-item {
  padding: 20px 0;
  width: 100%;
}
.muDel-box .muDel-right {
  flex: 0 0 300px;
  margin-left: 20px;
  padding: 15px;
}
.muDel-box .muDel-right .muDel-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.muDel-box .muDel-right .muDel-row .muDel-col {
  width: 48.5%;
  margin-bottom: 10px;
  position: relative;
}
.muDel-box .muDel-right .muDel-row .muDel-col:hover .txt .title a {
  color: var(--font-one-color);
}
.muDel-box .muDel-right .muDel-row .muDel-col .img {
  width: 100%;
  height: 138px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
}
.muDel-box .muDel-right .muDel-row .muDel-col .txt {
  text-align: center;
}
.muDel-box .muDel-right .muDel-row .muDel-col .txt .title {
  margin-bottom: 10px;
}
.muDel-box .muDel-right .muDel-row .muDel-col .txt .title a {
  font-size: 16px;
  color: #484848;
  transition: 0.2s;
}
.muDel-box .muDel-right .muDel-row .muDel-col .txt .pic {
  font-size: 12px;
  color: var(--font-888-color);
}
.muDel-box .muDel-right .muDel-row .muDel-col .txt .pic span {
  font-size: 16px;
  color: var(--font-one-color);
}

.gmyh {
  padding: 40px;
}

.jrty {
  padding: 40px;
}

.pcGg {
  display: block;
}

.appGg {
  display: none;
}

.muxing-about {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.muxing-about .ly-col {
  border-radius: 3px;
  overflow: hidden;
  width:49.5%;
  display: flex;
  margin-bottom: 15px;
  position: relative;
  flex-direction: column;
  align-items: center;
}
.muxing-about .ly-col:hover .txt .title a {
  color: var(--font-one-color);
}
.muxing-about .ly-col .ly-img {
  height: auto;
}
.muxing-about .ly-col .ly-img_1 {
  height: auto;
}
.muxing-about .ly-col .txt {
  text-align: center;
  padding: 10px;
}
.muxing-about .ly-col .txt .title {
  margin-bottom: 10px;
}
.muxing-about .ly-col .txt .title a {
  font-size: 18px;
  font-weight: 500;
}
.muxing-about .ly-col .txt .desc {
  font-size: 16px;
  margin-bottom: 10px;
}
.muxing-about .ly-col .txt .pic {
  font-size: 14px;
}
.muxing-about .ly-col .txt .pic span {
  font-size: 20px;
  color: var(--font-one-color);
}

#wg-xuanmu #wg-xuanmu-box .f-btn:before {
  content: "\e657";
  font-family: "iconfont";
  margin-right: 5px;
}
#wg-xuanmu .xm-row .xm-col .xm-img {
  cursor: pointer;
}
#wg-xuanmu .xm-row .xm-col:hover .xm-txt {
  transform: translateY(-10px);
  border-bottom: 2px solid var(--font-one-color);
}
#wg-xuanmu .xm-row .xm-col .xm-txt {
  transform: translateY(0);
  transition: 0.3s;
  border-bottom: 2px solid transparent;
}

#index .gmhome-bigtitle-wrap > .subnav-a a:after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 35%;
  left: 0;
  bottom: 5%;
  right: 0;
  background-color: #fed6e3;
  transition: all 0.2s ease-in-out;
  border-radius: 3px;
}

.aside-title h2:before {
  content: "";
  position: absolute;
  left: -8px;
  width: 3px;
  height: 79%;
  background-color: var(--font-one-color);
  top: 16%;
  border-radius: 4px;
}

.index-filter {
  border: 1px solid #cccccc;
}
.index-filter .fill-list {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #ccc;
}
.index-filter .fill-list:last-child {
  border-bottom: 0;
}
.index-filter .fill-list .name {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #999;
  border-right: 1px solid #ccc;
  background-color: #f8f8f8;
}
.index-filter .fill-list .item {
  flex: 1;
}
.index-filter .fill-list .item .li {
  text-align: center;
  display: inline-block;
  width: 110px;
  font-size: 16px;
  color: #666;
  line-height: 60px;
}
.index-filter .fill-list .item .li:hover {
  color: var(--font-one-color);
}

.footer-logo {
  display: none;
}

.home-nav {
  display: none;
}

.appp-txt {
  display: none;
}

.banner .swiper-slide {
  position: relative;
}

.banner .swiper-slide img {
  transition: 0.2s;
}

.banner .swiper-slide:hover img {
  filter: brightness(80%);
}

.youbu {
  width: 100%;
  height: auto;
  position: relative;
}
.youbu .txt {
  position: absolute;
  font-size: 18px;
  bottom: 15%;
  left: 9.8%;
  border-radius: 5px;
  width: 110px;
  height: 36px;
  line-height: 37px;
  text-align: center;
  color: var(--white);
  background-color: #b51143;
  cursor: pointer;
}

.bort {
  width: 18px;
  height: 18px;
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  margin-right: 15px;
  border-bottom: 2px solid #333;
  transform: translateX(8px);
  display: none;
}
.bort:before {
  width: 19px;
  position: absolute;
  height: 2px;
  background-color: #333;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  transform: translateX(-8px);
  transition: transform 200ms linear;
}
.bort:after {
  width: 26px;
  position: absolute;
  height: 2px;
  background-color: #333;
  top: 8px;
  left: 0;
  content: "";
  z-index: 2;
  transform: translateX(-8px);
  transition: transform 200ms linear;
}

.bort.active {
  border-bottom: transparent;
}

.bort.active:before {
  transform: translate(-8px, 8px) rotate(-45deg);
  width: 26px;
}

.bort.active:after {
  transform: translateX(-8px) rotate(45deg);
}

.bz-box {
  display: flex;
  flex-wrap: wrap;
}
.bz-box .bz-left {
  flex: 0 0 220px;
  color: var(--white);
  background: url(../image/product-img-2.jpg) #fff no-repeat right bottom;
  height: auto;
}
.bz-box .bz-left .bz-tab {
  padding: 20px;
  background: #4e3f2c;
}
.bz-box .bz-left .bz-tab .p1 {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.bz-box .bz-left .bz-tab .p1 .title {
  display: flex;
  font-size: 18px;
  color: var(--white);
  /* display: block; */
  line-height: 40px;
  border-bottom: 1px solid #756249;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: center;
}
.bz-box .bz-left .bz-tab .p1 .desc {
  width: 85%;
  margin: 0 auto;
}
.bz-box .bz-left .bz-tab .p1 .desc a {
  font-size: 14px;
  display: block;
  color: var(--white);
  padding: 5px 3px 5px 19px;
  border-radius: 13px;
  margin-bottom: 5px;
  transition: 0.3s;
}
.bz-box .bz-left .bz-tab .p1 .desc a.active {
  background-color: var(--font-one-color);
}
.bz-box .bz-left .bz-tab .p1 .desc a:hover {
  background-color: rgba(255, 104, 0, 0.2);
}
.bz-box .bz-right {
  flex: 1;
  padding: 15px;
  min-height:auto;
}
.bz-box .bz-right .bz-list {
  /*width: 100%;*/
  /*display: flex;*/
  /*justify-content: space-between;*/
  /*flex-wrap: wrap;*/
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1.9%;
}
.bz-box .bz-right .bz-list .item {
  width: 23.5%;
  margin-bottom: 18px;
  border: 1px solid #ebebeb;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.bz-box .bz-right .bz-list .item:hover .txt .name a{
 color: var(--styem);;
}
.bz-box .bz-right .bz-list .item .img {
  height: 185px;
  width: 100%;
  padding: 10px;
}
.bz-box .bz-right .bz-list .item .img img {
  height: 100%;
}
.bz-box .bz-right .bz-list .item .txt {
  padding: 5px 15px 15px 15px;
}
.bz-box .bz-right .bz-list .item .txt .name {
  margin-bottom: 10px;
}
.bz-box .bz-right .bz-list .item .txt .name a {
  font-size: 15px;
  color: var(--font-3c-color);
}
        #open-chat {
            padding: 10px 20px;
            font-size: 16px;
            color: white;
            background-color: #007bff;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }
        #open-chat:hover {
            background-color: #0056b3;
        }

.bz-box .bz-right .bz-list .item .txt .pic {
  color: #be281a;
  font-size: 16px;
  font-weight: 600;
}

#wg-binzangyongpin .bg-txt {
  margin-bottom: 20px;
}

.bzDel-txt {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  align-items: flex-start;
}
.bzDel-txt .left {
  width: calc(100% - 260px);
}
.bzDel-txt .left .top {
  background-color: var(--white);
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  min-height: 350px;
  align-items: center;
}
.bzDel-txt .left .top .img {
  flex: 0 0 370px;
  margin-right: 25px;
}
.bzDel-txt .left .top .txt {
  flex: 1;
}
.bzDel-txt .left .top .txt .title {
  font-size: 30px;
  margin-bottom: 15px;
}
.bzDel-txt .left .top .txt .pic {
  font-size: 14px;
  color: var(--font-3c-color);
}
.bzDel-txt .left .top .txt .pic span {
  font-size: 24px;
  color: #AA0003;
}
.bzDel-txt .left .top .txt .line {
  height: 4px;
  background-image: url("../image/fenge-line (1).png");
  background-repeat: repeat-x;
  margin: 15px 0;
}
.bzDel-txt .left .top .txt .acti {
  display: flex;
  justify-content: space-between;
}
.bzDel-txt .left .top .txt .acti li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: var(--font-3c-color);
  font-weight: bold;
}
.bzDel-txt .left .top .txt .acti li p {
  margin-top: 8px;
  font-weight: 500;
}
.bzDel-txt .left .top .txt .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-size: 18px;
  color: var(--font-one-color);
  border: 1px solid var(--font-one-color);
  padding: 8px;
  transition: 0.3s;
}
.bzDel-txt .left .top .txt .btn:hover {
  background-color: var(--font-one-color);
  color: var(--white);
}
.bzDel-txt .left .top .txt .btn span {
  margin-top: 8px;
  font-size: 14px;
}
.bzDel-txt .left .Article_body {
  margin-left: auto;
  margin-right: auto;
}
.bzDel-txt .left .Article_body .p {
  display: flex;
  justify-content: center;
}
.bzDel-txt .left .Article_body .title {
  text-align: center;
  font-size: 24px;
  color: var(--font-3c-color);
  font-weight: bold;
}
.bzDel-txt .left .Article_body .title p {
  color: var(--font-888-color);
  font-size: 14px;
  font-weight: 500;
}
.bzDel-txt .left .Article_body .title p:before {
  content: "";
  display: block;
  height: 2px;
  width: 48px;
  border-radius: 4px;
  background-color: #aaa;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
}
.bzDel-txt .right {
  flex: 0 0 240px;
  margin-left: 20px;
}
.bzDel-txt .right.scrolled {
  /*position: fixed;*/
  top: 0px;
  right: 18.5%;
  width: 240px;
}
.bzDel-txt .right .content .item {
  position: relative;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #ececec;
}
.bzDel-txt .right .content .item:hover .name a {
  color: var(--font-one-color);
}
.bzDel-txt .right .content .item img {
  width: auto;
}
.bzDel-txt .right .content .item .name {
  margin-bottom: 8px;
  text-align: center;
}
.bzDel-txt .right .content .item .name a {
  font-size: 16px;
  color: #585858;
}
.bzDel-txt .right .content .item .pic {
  text-align: center;
  font-size: 12px;
  color: var(--font-888-color);
}
.bzDel-txt .right .content .item .pic span {
  font-size: 18px;
  color: var(--font-one-color);
}

.zb .title {
  font-size: 42px;
  color: #333333;
  text-align: center;
  padding: 50px 0 30px;
  font-weight: bold;
}
.zb .list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.zb .list .item {
  display: flex;
  justify-content: center;
  width: 33.33%;
  flex-direction: column;
  align-items: center;
}
.zb .list .item .img {
  width: 150px;
  height: 150px;
  background-color: var(--styem);
  color: var(--white);
  text-align: center;
  line-height: 150px;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}
.zb .list .item .img .iconfont {
  font-size: 87px;
}
.zb .list .item .txt {
  text-align: center;
}
.zb .list .item .txt .name {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
.zb .list .item .txt .desc {
  color: var(--font-888-color);
  text-align: center;
}
.zb .list .item .txt .desc p {
  font-size: 16px;
  margin-bottom: 8px;
}

.zb-lylist {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.zb-lylist .item {
  width: 24%;
  margin-bottom: 15px;
  border: 1px solid #ccc;
}
.zb-lylist .item:hover .txt .name {
  color: var(--font-one-color);
}
.zb-lylist .item .img {
  width: 100%;
  height: 200px;
  position: relative;
}
.zb-lylist .item .img .potzt {
  border-radius: 0 0 10px 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  font-size: 14px;
  color: var(--white);
  background-color: var(--font-one-color);
}
.zb-lylist .item .img img {
  width: 100%;
}
.zb-lylist .item .txt {
  text-align: center;
  padding: 30px 0;
}
.zb-lylist .item .txt .name {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}
.zb-lylist .item .txt .name span {
  font-size: 16px;
  color: #888;
}
.zb-lylist .item .txt .pic {
  font-size: 14px;
  margin-bottom: 10px;
}
.zb-lylist .item .txt .pic span {
  font-size: 24px;
  color: var(--font-one-color);
}
.zb-lylist .item .txt .btn {
  display: block;
  width: 160px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  text-align: center;
  margin: 0 auto;
  background-color: #ff6800;
  font-size: 16px;
  color: #ffffff;
  position: relative;
}
.zb-lylist .item .txt .btn:after {
  position: absolute;
  right: 4px;
  top: -12px;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../image/youhuihui.png);
}

#wg-goumuchangshi footer {
  margin-top: 0;
}
#wg-goumuchangshi .breadcrumb a {
  color: var(--white);
}
#wg-goumuchangshi .box {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
#wg-goumuchangshi .box .left {
  flex: 0 0 400px;
}
#wg-goumuchangshi .box .right {
  height: 230px;
  flex: 1;
  background-image: url(../image/problem2.png);
  background-repeat: no-repeat;
  background-position: center;
}
#wg-goumuchangshi .box .right .shang {
  display: flex;
  padding-left: 45px;
  margin-bottom: 40px;
}
#wg-goumuchangshi .box .right .shang .cle {
  display: flex;
  /* width: 33.33%; */
  color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  padding: 22px;
  font-size: 14px;
  /* margin: 0 auto; */
}
#wg-goumuchangshi .box .right .shang .cle p {
  margin: 5px 0;
}
#wg-goumuchangshi .box .right .shang .p2 p {
  color: #fff141;
}
#wg-goumuchangshi .box .right .xia {
  display: flex;
  align-items: center;
  justify-content: center;
}
#wg-goumuchangshi .box .right .xia .txt {
  margin-right: 20px;
  color: var(--white);
}
#wg-goumuchangshi .box .right .xia .txt .p1 {
  font-size: 18px;
}
#wg-goumuchangshi .box .right .xia .txt .p2 {
  font-size: 26px;
  font-weight: bold;
}
#wg-goumuchangshi .box .right .xia .call {
  margin: 0;
  padding: 17px;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
  border-radius: 10px;
  background-color: #ffb63b;
  box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.1);
}

.cs-card {
  border-radius: 10px;
  border: 1px solid #333;
  margin-bottom: 80px;
  padding: 35px;
  background-color: var(--white);
  position: relative;
}
.cs-card .anjian {
  display: inline-block;
  color: #3a39e5;
  cursor: pointer;
}
.cs-card .biaoti .zixun {
  font-size: 14px;
  color: #ff6800;
  cursor: pointer;
}
.cs-card .dingwei_biaoti {
  position: absolute;
  left: 35px;
  top: -52px;
  width: 204px;
  height: 87px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../image/title_beijing.png);
  font-size: 20px;
  color: #3a39e5;
  font-weight: bold;
  padding: 35px 0 0 20px;
  text-align: center;
}
.cs-card .dingwei_xunwen {
  width: 105px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  background-color: #fff141;
  border-radius: 10px 10px 0 0;
  border: solid 1px #000;
  font-size: 16px;
  color: #3a39e5;
  font-weight: bold;
  position: absolute;
  right: 35px;
  top: -34px;
}
.cs-card .dingwei_xunwen a{color: #3a39e5;    background-color: #fff141;}
.cs-card .yiceng {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cs-card .yiceng .yicen_zuo {
  flex: 1;
}
.cs-card .yiceng .yicen_zuo .biaoti {
  line-height: 50px;
  font-size: 16px;
  color: #3a39e5;
  margin-left: -20px;
  border-bottom: solid 1px #e4e4e4;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cs-card .yiceng .yicen_zuo .biaoti .p1 {
  font-weight: bold;
  padding-left: 30px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: 20px;
  background-image: url(../image/lan_wenhao.png);
}
.cs-card .yiceng .yicen_zuo .com {
  color: #333;
  font-size: 14px;
}
.cs-card .yiceng .yiceng_you {
  width: 380px;
  height: 190px;
  margin-left: 15px;
}
.cs-card .erceng .biaoti {
  display: flex;
  line-height: 50px;
  font-size: 16px;
  color: #3a39e5;
  margin-left: -20px;
  border-bottom: solid 1px #e4e4e4;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
}
.cs-card .erceng .biaoti .p1 {
  font-weight: bold;
  padding-left: 30px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: 20px;
  background-image: url(../image/lan_wenhao.png);
}
.cs-card .erceng .biaoti .zixun {
  font-size: 14px;
  color: #ff6800;
}
.cs-card .erceng .cle {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.cs-card .erceng .cle .li {
  width: 48%;
  margin-bottom: 20px;
}
.cs-card .erceng .cle .li .p1 {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  background-color: #e4e4e4;
  line-height: 40px;
  margin-bottom: 10px;
}
.cs-card .erceng .cle .li .p1 span {
  background-color: #6b5af2;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-right: 10px;
}
.cs-card .erceng .cle .li .p2 {
  font-size: 12px;
  color: #000000;
  line-height: 20px;
  height: 80px;
}
.cs-card .sanceng .xinbiao {
  background-color: #e4e4e4;
  line-height: 40px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cs-card .sanceng .xinbiao .p1 {
  font-size: 16px;
  color: #3a39e5;
  font-weight: bold;
}
.cs-card .sanceng .xinbiao .zixun {
  font-size: 14px;
  color: #ff6800;
}
.cs-card .sanceng .leibiao {
  font-size: 12px;
  color: #333333;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.cs-card .sanceng .leibiao .li {
  width: 277px;
  line-height: 20px;
  padding-left: 30px;
  background-position: left;
  background-repeat: no-repeat;
  background-image: url(../image/huang_wenhao.png);
  background-size: 20px;
  margin-bottom: 20px;
}

footer .sidebar .example-1 .icon-content:nth-child(2) {
  order: -1;
}

.sidebar {
  position: relative;
}

.appModel {
  display: none;
  position: absolute;
  top: -43px;
  left: 42%;
  background-color: rgba(255, 104, 0, 0.8);
  color: var(--white);
  padding: 3px 5px;
  font-size: 12px;
}
.appModel:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 4px;
  border-top: 6px solid rgba(255, 104, 0, 0.8);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  left: 78%;
  top: 100%;
}
.appModel:after {
  content: "×";
  color: var(--white);
  margin: 0 0 0 5px;
  font-size: 14px;
}

#wg-anzangjiri main {
  min-height: auto;
}
#wg-anzangjiri .app-genduo-btn {
  display: block;
  margin: 20px auto;
}

.aj {
  padding: 20px 10px 20px 10px;
}
.aj .content {
  background-image: url("../image/bagua.png");
  background-color: #d0a652;
  border-radius: 3px;
  padding: 10px;
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  color: #fff;
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 10px;
}
.aj .content .p2 {
  font-size: 15px;
  color: #fff;
  line-height: 26px;
  background-color: #bb7d02;
  text-align: center;
  margin-bottom: 8px;
  border-radius: 10px;
  width: 90px;
}
.aj .content .p1 {
  padding-left: 15px;
  position: relative;
}
.aj .content .p1:before {
  content: "";
  width: 4.92px;
  height: 4.92px;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 43%;
  margin-top: -0.06rem;
  background-color: #fff;
}
.aj .desc {
  display: flex;
  justify-content: space-between;
}
.aj .desc .li {
  width: 49%;
  border: 1px solid #ff6800;
  font-size: 11px;
  color: #ff6800;
  line-height: 25px;
  border-radius: 5px;
  padding: 0 10px;
}
.aj .desc .biaotou {
  background-color: #fff;
}

#wg-anzangjiridel main {
  min-height: auto;
  padding-bottom: 10px;
}
#wg-anzangjiridel main .anzangjiri {
  max-width: 500px;
  margin: 0 auto;
}

.calendar {
  background-color: #f6efe7;
}
.calendar .ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
}
.calendar .ul .li {
  width: 14.2857142857%;
  padding: 5px;
  text-align: center;
  border-bottom: solid 1px #d9d9d9;
}
.calendar .ul .li.on {
  color: var(--white);
}
.calendar .ul .li.on .kuang {
  border-color: var(--font-one-color);
  background-color: var(--font-one-color);
}
.calendar .ul .li.on .kuang .p1 {
  color: var(--white);
}
.calendar .ul .li.on .kuang .p2 {
  color: var(--white);
}
.calendar .ul .li:hover .kuang {
  border-color: var(--font-one-color);
}
.calendar .ul .li .kuang {
  border: 1px solid #f6efe7;
  border-radius: 8px;
  padding: 3px;
}
.calendar .ul .li .kuang .p1 {
  font-size: 13px;
  color: var(--font-one-color);
  font-weight: bold;
}
.calendar .ul .li .kuang .p2 {
  color: #666;
  font-size: 11px;
}
.calendar .biaoti {
  background: var(--font-one-color);
  color: var(--white);
  line-height: 40px;
  font-size: 14px;
  text-align: center;
}
.calendar .calendar-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  background-color: var(--white);
  padding: 15px 10px;
  position: relative;
}
.calendar .calendar-header button {
  border: 0;
  background: var(--white);
  font-size: 16px;
}
.calendar .calendar-header .today {
  position: absolute;
  right: 18px;
  top: 30%;
  margin-right: 1.5px;
  font-size: 14px;
}
.calendar .calendar-header .today .iconfont {
  font-size: 18px;
  font-weight: 500;
}
.calendar .calendar-header h2 {
  margin: 0 10px;
  font-size: 14px;
  font-weight: 500;
}
.calendar .calendar-body {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calendar .calendar-date {
  text-align: center;
  padding: 5px;
  border: 1px solid #eee;
}
.calendar .calendar-date:hover {
  border-color: var(--font-one-color);
  color: var(--font-one-color);
}
.calendar .calendar-date.on {
  background-color: var(--styem);
  color: #fff;
}
.calendar .calendar-date.active {
  background-color: var(--font-one-color);
  color: #fff;
}

.aj-neir {
  background-color: #f6efe7;
  padding: 15px 0;
  box-shadow: 0 0 0.25rem 0.05rem rgba(0, 0, 0, 0.2);
}
.aj-neir .top {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aj-neir .top .btn {
  background-color: #ff6800;
}
.aj-neir .bottom {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aj-neir .bottom .btn {
  background-color: #bb7d02;
}
.aj-neir .btn {
  color: var(--white);
  padding: 5px 8px;
  font-size: 14px;
  margin: 0 10px;
  border-radius: 5px;
}
.aj-neir .desc {
  font-size: 10px;
  color: #333;
}

#wg-binyiguan .wrap {
  position: relative;
}

.normal h1,
.normal .price,
.normal .desc {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s, transform 1s;
}

.normal img {
  opacity: 0;
  transition: opacity 2s;
}

@keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    opacity: 1;
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
header {
  z-index: 10;
}

.aside-a {
  width: 100%;
  display: contents;
}

.minsuiyoush{background: url(../image/minsuyou1.jpg) center no-repeat;
    width: 240px;margin-bottom: 1vw;
    margin-left: 60px;
    height: 300px;}
.minsuiyoush h3{    background: #00000075;
    color: #fff;
    font-size: 24px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    position: relative;
    top: 20px;
    width: 80%;
    left: 10%;}
.minsuiyoush ul{background: #00000075;padding: 10px;
    width: 80%;
    position: relative;
    top: 2vw;
    left: 10%;
}
.minsuiyoush ul li{color: #ff6800;
    text-align: center;
    height: 35px;
    font-size: 18px;}
.minsuiyoush ul li img{width:auto;margin-right: 6px;}

.ljyy{width: 151px;
    display: block;
    margin: 5px auto;}

.minsuiyouxia{background: url(../image/minsuyou2.jpg) center no-repeat;
    width: 240px;margin-bottom: 1vw;
    margin-left: 60px;
    height: 300px;}
.minsuiyouxia h3{padding: 10px;background: #00000075;
    color: #fff;
    font-size: 16px;
    text-align: center;
    height: auto;
    position: relative;
    top: 20px;
    width: 80%;
    left: 10%;
    font-weight: normal;}
.minsuiyouxia h3 dd{display: inline;
    color: #ff6800;
    padding-right: 5px;
    font-weight: bold;}
.minsuiyouxia h3 span{font-size: 24px;line-height: 35px;
    font-weight: bold;
    display: block;}
.gengduofuwu{background: var(--font-one-color);
    color: var(--white);
    position: relative;
    top: 2.3vw;
    left: 10%;
    padding: 8px 30px;
    font-size: 14px;
    border-radius: 20px;}

.sssx{    background: url(../image/sssx.jpg) center no-repeat;
    position: relative;
    top: 5vw;
    height: 4vw;
    background-size: cover;
    width: 80%;
    left: 10%;
    border-radius: 10px;
    color: #ff6800;
    text-align: center;
    line-height: 4vw;
    font-size: 18px;}

.aside-a .aside-image {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}

.tab-btnTit {
  font-size: 20px;
  margin-bottom: 15px;
  padding: 0 14px;
  font-weight: bold;
}
.tab-btnTit span {
  color: var(--bgColor);
  font-weight: 500;
  font-size: 18px;
}

.jg {
  /* width: 100%; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px;
}
.jg .jg-son {
  width: 19%;
}
.jg .jg-son a {
  width: 100% !important;
}
.jg .xiangce_list {
  padding: 0;
}
.jg .xiangce_list .xiangce-item {
  padding: 0;
}
.jg .video-list .video-item {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

#wg-gongmuDel footer .sidebar .example-1 #gotap {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
  right: 0;
}

#wg-gongmuDel .mu-delTitle {
  align-items: center;
}
#wg-gongmuDel .mu-delTitle .gm-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
#wg-gongmuDel .mu-delTitle .gm-logo img {
  width: auto;
  height: 50px;
}

#wg-gongmuDel .jeishao .fl .btn {
  background-color: transparent;
  border: 1px solid var(--bgColor);
  color: var(--bgColor);
}
#wg-gongmuDel .jeishao .fl .btn:hover {
  background-color: var(--bgColor);
  color: var(--white);
}

#wg-gongmuDel .genduo-btn {
  background-color: var(--bgColor);
}

#wg-gongmuDel .muDel_title.blod span {
  color: var(--bgColor) !important;
}

#wg-gongmuDel .muDel_title.blod {
  color: var(--bgColor) !important;
}

#wg-binyiguanDel footer .sidebar .example-1 #gotap {
  opacity: 1;
  visibility: visible;
  right: 0;
}

#wg-binyiguanDel {
  position: relative;
}
#wg-binyiguanDel .huaban {
  position: absolute;
  right: 10%;
  top: 8%;
  width: auto;
  height: 80vh;
  animation: huabanIn 1s ease forwards;
  opacity: 0;
}

#wg-binzangfuwu .huaban {
  margin-bottom: 20px;
  background-image: url(../image/top-bg_b.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-right: 0;
  padding-left: 0;
}
#wg-binzangfuwu .huaban .gm-title {
  padding: 0 20px;
}
#wg-binzangfuwu .huaban .swiper-10 {
  padding: 0 20px;
}

@keyframes huabanIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mu-article .title {
  font-size: 32px;
  color: #484848;
  margin-bottom: 20px;
  font-weight: bold;
}
.mu-article .meta {
  margin-bottom: 20px;
  color: #afafaf;
  font-size: 14px;
  display: flex;
}
.mu-article .meta .time {
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.mu-article .meta .time:before {
  content: "\e6ca";
  font-family: iconfont;
  opacity: 0.8;
  font-size: 18px;
}
.mu-article .meta .author {
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.mu-article .meta .author:before {
  content: "\e6fb";
  font-family: iconfont;
  opacity: 0.8;
  font-size: 18px;
}
.mu-article .meta .num {
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.mu-article .meta .num:before {
  content: "\e67e";
  font-family: iconfont;
  opacity: 0.8;
  font-size: 18px;
}
.mu-article .desc {
  display: block;
  margin-top: 30px;
  padding-left: 30px;
  position: relative;
  border-left: 4px solid var(--font-one-color);
  padding-top: 20px;
  z-index: 1;
  color: var(--font-888-color);
  font-size: 14px;
  line-height: 1.8;
}
.mu-article .desc:before {
  content: "\e631";
  font-family: iconfont;
  position: absolute;
  z-index: -1;
  font-size: 46px;
  color: rgba(255, 104, 0, 0.3);
  left: 10px;
  top: -6px;
  line-height: 1;
}

.article-call {
  padding: 20px 25px;
  margin: 30px 0 20px 0;
  border-radius: 15px;
  background-image: url("../image/Gm-Article-ban_a.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: 50%;
  color: var(--white);
  position: relative;
}
.article-call:before {
  content: "";
  position: absolute;
  background-image: url("../image/Gm-bee2.gif");
  width: 141px;
  height: 124px;
  background-repeat: no-repeat;
  background-size: cover;
  right: 11%;
  top: -34px;
}
.article-call .text {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.article-call a {
  display: block;
  height: 35px;
  border-radius: 20px;
  font-size: 17px;
  width: 130px;
  color: var(--white);
  line-height: 35px;
  text-align: center;
  background-color: var(--font-one-color);
}

.zixunDel {
  margin-top: 20px;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-image: url("../image/Gm-pagedetail_bg.jpg");
}
.zixunDel .mu-container .mu-right .mu-card {
  height: auto;
  background: url(../image/aside-img-1.png) transparent no-repeat right top;
  padding: 10px 15px 20px;
}

.article-nex-pre {
  margin: 10px 0 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.article-nex-pre .cle {
  position: relative;
  font-size: 14px;
  color: #a6a6a6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.article-nex-pre .cle:hover {
  color: var(--font-one-color);
}
.article-nex-pre .cle:hover .link {
  color: var(--font-one-color);
}
.article-nex-pre .cle .link {
  margin-top: 4px;
  font-size: 16px;
  color: var(--font-3c-color);
}
.article-nex-pre .next {
  align-items: flex-end;
}

.article-list {
  margin: 10px 0;
  background-color: var(--white);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.article-list .item {
  width: 48%;
  font-size: 14px;
  color: var(--font-3c-color);
  line-height: 32px;
}
.article-list .item:hover {
  color: var(--font-one-color);
}
.article-list .item:before {
  content: "\ec1e";
  font-family: iconfont;
}

.wenzhang {
  position: relative;
  margin-top: 20px;
}
.wenzhang:after {
  content: "(C)www.0531mu.com";
  font-size: 12px;
  color: var(--gray);
  margin-top: 20px;
  text-align: right;
  display: block;
  border-bottom: 2px solid #ececec;
  font-style: italic;
  height: 30px;
}

.article-bz {
  padding: 0 15px 20px;
}
.article-bz a {
  display: block;
  width: 100%;
}
.article-bz a img {
      width: 270px;
    height: auto;
    border-radius: 4px;
    position: absolute;}
.article-bz a h4{position: relative;
    top: 3vw;
    color: #fff;
    padding: 0vw 2vw;
    font-size: 24px;}
.article-bz a dd{position: relative;
    top: 3vw;
    color: #fff;
    padding: 0.5vw 2vw 1vw 2vw;
    font-size: 20px;}
.article-bz a p{position: relative;
    top: 3vw;
    color: #fff;
    padding: 0vw 2vw;
    font-size: 16px;}

.footer-wrapdel {
  background-image: url("../image/footerdelbg.png");
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 70px;
  position: relative;
  background-size: cover;
}
.footer-wrapdel .backgroung {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bgColor);
  opacity: 0.56;
}
.footer-wrapdel .mudel-title {
  font-size: 24px;
  margin-bottom: 25px;
  color: var(--white);
}
.footer-wrapdel .mu-top {
  display: flex;
  justify-content: space-between;
}
.footer-wrapdel .mu-top li {
  flex: 0 0 30%;
}
.footer-wrapdel .mu-top .mu-info {
  display: flex;
  color: var(--white);
  flex-direction: column;
  align-items: flex-start;
}
.footer-wrapdel .mu-top .mu-info .desc {
  font-size: 14px;
  line-height: 22px;
}
.footer-wrapdel .mu-top .mu-info .address {
  font-size: 14px;
  margin-top: 25px;
  display: flex;
  align-items: center;
}
.footer-wrapdel .mu-top .mu-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.footer-wrapdel .mu-top .mu-nav .li {
  display: inline-block;
  flex-basis: 45%;
  font-size: 16px;
  color: var(--white);
  text-align: center;
}
.footer-wrapdel .mu-top .mu-nav .li:hover {
  color: var(--bgColor);
}
.footer-wrapdel .mu-top .mu-tel {
  display: flex;
  font-size: 20px;
  font-weight: 600;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  color: var(--white);
}
.footer-wrapdel .mu-top .mu-tel p {
  font-size: 24px;
  letter-spacing: 2px;
  margin-top: 10px;
  font-weight: 500;
}
.footer-wrapdel .mu-top .mu-tel p .iconfont {
  font-size: 24px;
  margin-right: 3px;
}
.footer-wrapdel .mu-center {
  margin: 25px auto;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 25px 0;
}
.footer-wrapdel .mu-center .link {
  margin-bottom: 25px;
  display: flex;
}
.footer-wrapdel .mu-center .link .li {
  font-size: 16px;
}
.footer-wrapdel .mu-center .link .icon {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
}
.footer-wrapdel .mu-center .link .icon .iconfont {
  color: var(--bgColor);
  font-size: 14px;
}
.footer-wrapdel .mu-center .link .li {
  margin-left: 15px;
  color: var(--white);
  transition: 0.2s;
}
.footer-wrapdel .mu-center .link .li:hover {
  color: var(--bgColor);
}
.footer-wrapdel .mu-center .list {
  display: flex;
  justify-content: space-between;
}
.footer-wrapdel .mu-center .list .item {
  padding-left: 50px;
  position: relative;
}
.footer-wrapdel .mu-center .list .item .icon {
  width: 43px;
  height: 43px;
  margin: 0;
  line-height: 43px;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 5px;
  font-weight: bold;
  text-align: center;
  background-color: var(--bgColor);
  color: var(--white);
  border-radius: 50%;
}
.footer-wrapdel .mu-center .list .item .title {
  font-size: 17px;
  margin-bottom: 5px;
  color: var(--white);
}
.footer-wrapdel .mu-center .list .item .desc {
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
}
.footer-wrapdel .copyright {
  text-align: center;
  margin: 25px 0 0 0;
  color: var(--white);
  font-size: 14px;
}
.alertModel{
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.65);
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center
}
.alertModel.active{
    opacity: 1;
    visibility: visible;
    z-index: 100;
}
.alertModel.active .model{
    transform: scaleX(100%);
}
.alertModel .model{
    width: 470px;
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.alertModel .model .top .iconfont {
    background-color: var(--styem);
    color: var(--white);
    padding: 0 7px;
    position: absolute;
    right: -11px;
    top: -11px;
    cursor: pointer;
    border-radius: 50%;
    transition: transform 0.3s ease;
}
.alertModel .model .top {
    padding: 0 10px;
    width: 100%;
    background-color: var(--styem);
    color: var(--white);
    line-height: 33px;
    position: relative;
}
.alertModel .model .model-content {
    padding: 15px;
    display: flex;
    background-color: var(--white);
    align-items: center;
}
.alertModel .model .model-content .img {
    flex: 0 0 26%;
    padding-right: 10px;
    border-right: 1px solid #bdbdbd;
}
.alertModel .model .model-content .img img {
    width: 100%;
    height: auto;
}
.alertModel .model .model-content .txt {
    flex: 1;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}
.alertModel .model .model-content .txt .desc {
    color: #888;
    margin: 8px 0;
    font-size: 14px;
}
.alertModel .model .model-content .txt .desc:before {
    content: "\e72d";
    font-family: iconfont;
    margin-right: 2px;
}
.alertModel .model .model-content .txt .wxcopy {
    display: inline-block;
    font-size: 15px;
    line-height: 28px;
    padding: 0 20px;
    border: solid 1px #999;
    cursor: pointer;
    color: #666;
}
/*.alertBox {*/
/*  position: fixed;*/
/*  top: -87px;*/
/*  left: 85%;*/
/*  background-color: var(--bgColor);*/
/*  color: var(--white);*/
/*  padding: 32px;*/
  /* width: 100%; */
/*  height: auto;*/
/*  z-index: 99;*/
/*  border-radius: 10px;*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*  transition: top 0.3s;*/
/*}*/
/*.alertBox.active {*/
/*  top: -2px;*/
/*  opacity: 1;*/
/*  visibility: visible;*/
/*}*/

.i {
  font-size: 12px;
  color: #999;
  margin-left: 5px;
}
.i:before {
  content: "\e630";
  font-family: iconfont;
}

#wg-gongmuDel .banner {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.wgTitle-img {
  text-align: center;
  position: relative;
}
.wgTitle-img .muDel_title {
  margin: 30px auto 50px auto !important;
}
.appExample-2{
    display: none;
}
#wg-gongmuDel footer .footer-bottom {
    display: none !important;
}
#wg-binzangyongpindel .Article_body p img{
   display: block;
}
/* 小于等于 768px（移动设备） */
@media screen and (max-width: 768px) {
.pagination li {
    position: relative;
    border: 1px solid #ddd;
    margin-left: -1px;
    height: auto;
    overflow: hidden;
    height: 7vw;
    width: 7vw;
   text-align: center;
}
.pagination li.active {
    background-color: var(--font-one-color);
    color: var(--white);
    border: 1px solid rgba(255, 104, 0, 0.3);
    height: 7vw;
    width: 7vw;
   text-align: center;
}
.pagination li:first-child {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 7vw;
    width: 16vw;
}    
.pagination li:last-child {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 7vw;
    width: 16vw;
}  
.normal a .img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    border-radius: 10px;
    height:auto;
}
.article-bz a img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    position: absolute;
}
.article-bz a h4 {
    position: relative;
    top: 3vw;
    color: #fff;
    padding: 0vw 3vw;
    font-size: 5vw;
}
.article-bz a dd {
    position: relative;
    top: 3vw;
    color: #fff;
    padding: 0.5vw 3vw 1vw 3vw;
    font-size: 3.5vw;
}
.article-bz a p {
    position: relative;
    top: 3vw;
    color: #fff;
    padding: 0.5vw 3vw 1vw 3vw;
    font-size: 3.5vw;
}
.gengduofuwu {
    background: var(--font-one-color);
    color: var(--white);
    position: relative;
    top: 9.3vw;
    left: 10%;
    padding: 8px 30px;
    font-size: 14px;
    border-radius: 20px;
}
.sssx {
    background: url(../image/sssx.jpg) center no-repeat;
    position: relative;
    top: 20vw;
    height: 13vw;
    background-size: cover;
    width: 80%;
    left: 10%;
    border-radius: 10px;
    color: #ff6800;
    text-align: center;
    line-height: 13vw;
    font-size: 18px;
}
.ly-img{width:40%;}
.yidongtuijian{width:100%;}
.yidongtuijian img{width:100%;height:125px;}
.ly-img_1{width:100%;}
.aside-a .aside-image {
    margin-bottom: 10px;
    width:56%;
    height: auto;
    margin: 3vw 18vw;}
  main .mudi-list .appIndex-tab .tab-item {
    width: auto;
  }
  .bort {
    display: block;
  }
  .mu-about1 .mu-about {
    display: flex;
    flex-direction: column;
    background: url() #fff no-repeat 100% 100%;
}
  .home-nav {
    display: flex;
    margin-top: 10px;
  }
  .home-nav .li {
    width: 20%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .home-nav .li:nth-child(2) .img {
    background: linear-gradient(120deg, #ccc, rgba(255, 255, 255, 0));
  }
  .home-nav .li:nth-child(2) .img::before {
    content: "\e602";
    color: #484848;
  }
  .home-nav .li:nth-child(3) .img {
    background: linear-gradient(120deg, #b3fdd1, rgba(255, 255, 255, 0));
  }
  .home-nav .li:nth-child(3) .img::before {
    content: "\e603";
    color: #2cb764;
  }
  .home-nav .li:nth-child(4) .img {
    background: linear-gradient(120deg, #c4c7f6, rgba(255, 255, 255, 0));
  }
  .home-nav .li:nth-child(4) .img::before {
    content: "\e608";
    color: #121435;
  }
  .home-nav .li:nth-child(5) .img {
    background: linear-gradient(120deg, #ffe6ff, rgba(255, 255, 255, 0));
  }
  .home-nav .li:nth-child(5) .img::before {
    content: "￡";
    color: #b074b0;
  }
  .home-nav .li .img {
    width: 35px;
    height: 35px;
    margin-bottom: 5px;
    border-radius: 50%;
    background: linear-gradient(120deg, #ffd2e1, rgba(255, 255, 255, 0));
    text-align: center;
    line-height: 35px;
  }
  .home-nav .li .img::before {
    content: "\f8e5";
    font-size: 24px;
    font-family: "iconfont";
    color: #b51143;
  }
  .home-nav .li .text {
    font-size: 12px;
  }
  footer .footer-bottom {
    display: none;
  }
  .tese-list .tese-item .wg-intro .title a {
    font-size: 14px;
  }
  .appIndex-ms .box .img {
    flex: 0 0 60px;
    margin-right: 10px;
  }
  .appIndex-ms .box {
    padding: 10px;
    height: auto;
    margin-top: 15px;
  }
  .appIndex-ms .title {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
  }
  .appIndex-ms .box .txt .name {
    font-size: 16px;
  }
  .appIndex-ms .box .txt .desc {
    font-size: 13px;
  }
  .indexgd {
    display: none;
  }
  .mu-container .index-mx.ly-row .ly-col .wg-intro h3.title a {
    font-size: 14px;
  }
  .Indexminsu .minsuanli .minsu-box .txt {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .Indexminsu .minsuanli .minsu-box .txt .p2 {
    display: none;
  }
  .Indexminsu .minsuanli .minsu-box .txt .p1 {
    text-align: center;
  }
  footer .footer-wrap .f-cle {
    justify-content: center;
  }
  footer .footer-wrap .f-cle .f-menu .f-code {
    width: 60px;
    margin: 20px 35px;
    font-size: 10px;
  }
  .wg-intro p.desc {
    font-size: 12px;
  }
  .footer-logo {
    display: block;
    margin: 0 auto;
    height: 55px;
  }
  .appp-txt {
    display: block;
    font-size: 12px;
    margin: 0 auto;
    line-height: 24px;
    text-align: center;
    color: #bfbfbf;
  }
  .appp-txt .f-adress {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .appp-txt .f-adress a {
    color: #999;
  }
  footer .footer-wrap {
    padding: 16px 0 72px 0;
  }
  .wg-intro p.pic span {
    font-size: 17px;
  }
  .wg-intro p.pic {
    font-size: 12px;
  }
  .mu-container .index-mx.ly-row .ly-col {
    width: 48.5%;
    margin-bottom: 15px;
  }
  .index-lc li .p2 {
    min-height: 33px;
  }
  .index-lc li .p1 {
    font-size: 14px;
  }
  main .mudi-list .appIndex-tab .tab-item .gm-title h2 {
    font-size: 13px;
    font-weight: 500;
  }
  .index-lc li .img {
    height:60px;
  }
  .index-lc {
    flex-wrap: wrap;
  }
  .index-lc li {
    width: 46%;
    margin-bottom: 15px;
  }
  main .mudi-list .appIndex-tab {
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  main .mudi-list .appIndex-tab .tab-item.active .gm-title h2 {
    font-size: 17px;
    font-weight: 500;
  }
  .footer-row .f-col .f-col-content .f-col-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  main .mudi-list .appIndex-tab .tab-item {
    min-width: 0;
  }
  .row {
    justify-content: space-between;
  }
  .Indexminsu {
    flex-direction: column;
  }
  .Indexminsu .minsuanli {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
  }
  .Indexminsu .minsuanli .minsu-box {
    width: 48%;
    height: 72px;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 8px;
  }
  .Indexminsu .appIndex-ms {
    width: 100%;
  }
  .pczuixin {
    display: block;
  }
  .appmu-pic {
    display: block;
  }
  .appaz {
    display: block;
  }
  .header {
    padding: 10px 8px;
    height: 56px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.08);
    margin-bottom: 10px;
  }
  .header .header-tel,
  .header .header-search {
    display: none;
  }
  .header nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    background: rgba(0, 0, 0, 0.6);
    transition: 0.3s;
    transform-origin: left center;
    transition: 0.5s;
    transform: scale(0, 1);
    opacity: 0;
  }
  .header nav.active {
    transform: scale(1, 1);
    opacity: 1;
  }
  .header nav ul {
    width: 80%;
    padding: 10px 20px;
    background: var(--white);
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    overflow: auto;
  }
  .header nav ul li {
    width: 100%;
    border-bottom: 1px solid rgba(125, 125, 125, 0.15) !important;
    text-align: left;
    height: auto;
    line-height: 46px;
  }
  .header nav ul li.dropdown:after {
    content: "\e60d";
    font-family: iconfont;
    font-size: 17px;
    color: #999;
    position: absolute;
    right: 5px;
    top: 1px;
    transition: 0.3s;
    font-weight: 500;
  }
  .header nav ul li a {
    width: 60%;
    font-size: 17px;
    color: #2a2a2a;
    line-height: 42px;
  }
  .header nav ul li a:hover:after {
    transform: scaleX(100%);
  }
  .mu-top-part a {
    display: block;
    width: -moz-max-content;
    width: max-content;
    height: 50px;
    display: flex;
    justify-content: flex-start;
  }
  .header nav ul > li.dropdown a:before {
    display: none;
  }
  .banner {        margin: 3vw 0;
    height: auto;
    min-height: auto;
  }
  nav ul > li.dropdown > ul {
    position: relative;
    top: -46px;
    width: 100%;
    left: 0;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    height: 0;
    padding: 0;
    border-radius: 0;
    margin: 0;
  }
  nav ul > li.dropdown > ul.current {
    top: 0;
    opacity: 1;
    visibility: visible;
    height: auto;
    margin: 10px 0;
  }
  nav ul > li.dropdown > ul li {
    border-bottom: 0 !important;
    line-height: 33px;
    position: relative;
  }
  nav ul > li.dropdown > ul li:after {
    content: "\ec1e";
    font-family: "iconfont";
    position: absolute;
    left: 0px;
    top: 5px;
    font-size: 23px;
  }
  nav ul > li.dropdown > ul li a {
    width: 100%;
    padding-left: 20px;
  }
  nav ul > li.dropdown > ul li a:before {
    content: "\ec1e";
    font-family: "iconfont";
  }
  .appicon {
    display: block;
    text-align: right;
    width: 100%;
    font-size: 20px;
    cursor: pointer;
  }
  .appclose {
    display: block;
    text-align: right;
    width: 100%;
    font-size: 34px;
    cursor: pointer;
    position: relative;
    margin-bottom: 15px;
  }
  .appclose:before {
    content: "";
    position: absolute;
    left: -12px;
    top: 10px;
    background-image: url(../image/logo.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 159px;
    height: 39px;
  }
  .py-40 {
    padding: 0px 0;
  }
  #homePage section {
    padding: 20px 8px;
  }
  .row-4 {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
  }
  .gutter-10 > .row-4 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .mu-fuwus .mu-fuwus-row .mu-fuwu-col {
    width: 49%;
    margin-bottom: 10px;
    height: auto;
  }
  .bg-light {
    background: var(--white);
  }
  main {
    padding: 0;
  }
  .my-5 {
    margin-top: 5px;
  }
  .gm-title h2 {
    font-size:20px;
  }
  .gm-title p {
    font-size: 11px;
    color: var(--font-888-color);
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  main .mudi-list .mudi-item .mudi-item-txt {
    padding: 5px;
  }
  main .mudi-list .mudi-item .mudi-item-img {
    width: 100%;
    overflow: hidden;
    max-height: 110px;
  }
  main .mudi-list .mudi-item {
    margin-bottom: 10px;
  }
  main .mudi-list .mudi-item .mudi-item-txt .mi-title {
    font-size: 16px;
  }
  .mu-card .ly-col .ly-img {
    height: 130px;
            width: 100%;
  }
  footer .sidebar .example-1 .icon-content {
    /*box-shadow: none;*/
    display: none;
  }
  footer .sidebar .example-1 .icon-content:nth-child(2) {
    top: -2px;
    border-radius: 50%;
    overflow: hidden;
    animation: shake 0.8s infinite alternate;
  }
  footer .sidebar .example-1 .icon-content:nth-child(2) .link .iconfont {
    color: var(--bgColor);
  }
  footer .sidebar .example-1 .icon-content:nth-child(2) .link span {
    color: var(--bgColor);
  }
  @keyframes shake {
    from {
      transform: rotate(-5deg);
    }
    to {
      transform: rotate(5deg);
    }
  }
  .mu-container .ly-row .ly-col .wg-intro {
    padding: 8px;
  }
  .mu-news {
    flex-wrap: wrap;
  }
  .mu-card .ly-col {
    width: 48.5% !important;
    margin-bottom: 10px !important;
  }
  .mu-about .minsu-box {
    margin: 0 5px;
  }
  .mu-card .ly-col .wg-intro .title a {
    font-size: 14px;
  }
  .mu-card .ly-col .wg-intro .adress {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .minsu-box .txt {
    font-size: 14px;
    border-radius: 5px;
    text-align: center;
  }
  .appTab-list {
    width: 100%;
    display: flex;
    align-items: flex-end;
  }
  .appTab-list .tab {
    min-width: 50px;
  }
  .appTab-list .tab .gm-title h2 {
    font-size: 13px;
    margin-right: 10px;
    font-weight: 500;
  }
  .appTab-list .tab.tab-active .gm-title h2 {
    font-size: 18px;
    position: relative;
  }
  .appTab-list .tab .gm-title h2:after {
    display: none;
  }
  .appTab-list .tab.tab-active .gm-title h2:after {
    content: "";
    height: 4px;
    border-radius: 5px;
    background: rgba(255, 104, 0, 0.75);
    width: 33px;
    display: inline-block;
    margin: 0 5px 0 0;
    transform-origin: center;
    position: absolute;
    bottom: 9px;
    left: 0;
  }
  @keyframes slideInLeft {
    from {
      transform: translateX(-40%);
    }
    to {
      transform: translateX(0);
    }
  }
  .mu-news .tab-content {
    display: none;
    opacity: 0;
  }
  .mu-news .tab-content.tab-active {
    display: block;
    opacity: 1;
  }
  .mu-news .mu-new {
    width: 100%;
    animation: slideInLeft 0.3s;
    box-shadow: none;
    padding: 0;
  }
  .mu-news .mu-new .aside-title {
    display: none;
    opacity: 0;
  }
  .minsu-box {
    max-height: 80px;
    border-radius: 5px;
    overflow: hidden;
  }
  main .mudi-list .mudi-item .pic {
    font-size: 12px;
    letter-spacing: 1px;
    color: #888;
  }
  .minsu-box .txt {
    font-size: 14px;
    border-radius: 5px;
  }
  .f-info {
    display: none;
  }
  .footer-row {
    padding: 20px 10px;
  }
  .tese-list .tese-item::after {
    right: 15px;
    bottom: 6px;
  }
  footer .sidebar .example-1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row;
    position: relative;
  }
  footer .sidebar .appExample-2 {
       /*flex-direction: row;*/
     display: flex;
     padding-left: 5px;
  }
  footer .sidebar .appExample-2 .app-logo {
    flex: 1;
    margin: 8px 5px 8px 0;
  }
  footer .sidebar .appExample-2 .tel {
    /*flex: 1;*/
    display: flex;
    font-size: 15px;
    color: var(--styem);
    font-weight: 700;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  footer .sidebar .appExample-2 .tel-wrap {
    flex: 1;
    min-width: 0;
    position: relative;
    margin-left: 4px;
  }
  footer .sidebar .appExample-2 .app-logo img {
    height: 32px;
  }
  footer .sidebar .appExample-2 .tel:before {
    content: "24小时服务热线";
    display: block;
    margin-bottom: 1px;
    letter-spacing: 4px;
    font-size: 11px;
    font-style: italic;
    text-align: right;
    /*background:#ff6800;*/
    background: var(--styem);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  footer .sidebar .appExample-2 .tel-wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    background:linear-gradient(to bottom, #ae905a, #ddc084);
    height: calc(100% + 8px);
    margin-top: -8px;
    border-top-left-radius: 8px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
  }
  footer .sidebar .appExample-2 .tel-wrap a:before {
    content: "\e668";
    font-family: iconfont;
    font-size: 18px;
    font-weight: 500;
    color: var(--white);
    margin-right: 4px;
  }
  footer .sidebar .appExample-2 .appgotop{
    padding: 10px;
    position: fixed;
    right: -10%;
    bottom: 8%;
    z-index: 9;
   transition: 0.4s;
  }
  footer .sidebar .appExample-2 .appgotop.active{
   right: 4px;
  }
  footer .sidebar .appExample-2 .appgotop .iconfont{
    font-size: 24px;
    color: var(--styem);
  }
  footer .sidebar .example-1 #gotap {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    right: -16%;
    bottom: 8%;
    width: 0;
    margin: 0 -22px 0 0;
    position: fixed;
  }
  footer .sidebar .example-1 #gotap.topButton {
    opacity: 1;
    visibility: visible;
    right: 0;
    width: auto;
    bottom: 8%;
     transition: 0.5s;
  }
  footer .sidebar .example-1 .icon-content:hover .spotify.tooltip {
    display: none;
  }
  footer .sidebar .example-1 .icon-content .tooltip {
    display: none;
  }
  /*footer .sidebar {*/
  /*  top: 90.5%;*/
  /*  width: 100%;*/
  /*  bottom: 0;*/
  /*  background: #fff;*/
  /*  padding: 0;*/
  /*  border-radius: 3px 3px 0 0;*/
  /*  border-top: 2px solid var(--bgOpColor);*/
  /*}*/
  footer .sidebar{
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 -2px 10px 0px rgba(0, 0, 0, 0.15);
  }
  footer .footer-bottom .wg-footer-t .tel-tel {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-around;
  }
  .pinpai_img p {
    display: none;
  }
  footer .footer-bottom .wg-footer-t ul {
    display: none;
  }
  main .mudi-list .mudi-item .mudi-item-txt .mi-title a {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
  }
  main .mudi-list .mudi-item .desc {
    font-size: 12px;
    margin-top: 8px;
  }
  .wg-intro h3.title a {
    font-size: 18px;
  }
  .tese-list .tese-item .wg-intro {
    top: 75%;
    position: absolute;
    left: 13px;
    width: 80%;
    bottom: 0;
    text-align: center;
    transition: all 0.3s ease-in-out;
    background-color: transparent;
    text-align: left;
  }
  .mu-zc.mu-about .minsu-box {
    height: 60px;
  }
  .tese-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 10px;
  }
  .tese-list .tese-item {
    width: 49%;
    margin-bottom: 8px;
    height: 110px;
    border-radius: 6px;
    overflow: hidden;
  }
  .tese-list .tese-item img {
    filter: brightness(0.75);
  }
  .tese-list .tese-item:before {
    display: none;
  }
  .tese-list .tese-item:after {
    display: none;
  }
  main .mudi-list .mudi-item .pic span {
    font-size: 18px;
  }
  .mu-fuwus .mu-fuwus-row .mu-fuwu-col a img {
    width: 40px;
    height: 40px;
  }
  .mudi-item-txt .row {
    display: none;
  }
  .gutter-10 > .row-3 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .mu-fuwus .mu-fuwus-row .mu-fuwu-col a {
    padding: 10px;
  }
  .mu-fuwus .mu-fuwus-row {
    flex-wrap: wrap;
    padding: 20px 0 0px 0;
  }
  .mu-fuwus .mu-fuwus-row .mu-fuwu-col a .title {
    font-size: 14px;
    color: var(--font-333-color);
  }
  .mu-fuwus {
    padding: 0px 8px;
    display: none;
  }
  main .mudi-list .mudi-item .mudi-item-txt .mi-title .po-ab {
    display: none;
  }
  .mu-filter {
    text-align: left;
  }
  .gm-title h2:before {
    display: none;
  }
  .gm-title {
    margin-bottom: 15px;
    text-align: left;
    display: flex;
    align-items: flex-end;
  }
  .gm-title h2 {
    justify-content: flex-start;
    margin-right: 5px;
    position: relative;
  }
  .gm-title h2:after {
    height: 5px;
    max-width: 38px;
    width: 66%;
    margin: 0 10px;
    position: absolute;
    top: 19px;
    left: -5px;
    opacity: 0.7;
    border-radius: 5px 5px 0 0;
  }
  main .mudi-list .mudi-item .mudi-item-txt .mi-title .adress {
    font-size: 12px;
  }
  footer .footer-bottom .wg-footer-t .tel-tel .tel {
    font-size: 16px;
  }
  footer .footer-bottom .wg-footer-t .tel-tel .tel .mu-tel-icon {
    font-size: 22px;
  }
  .mudi-list .mudi-tab-item {
    cursor: pointer;
    margin-right: 10px;
  }
  .mudi-list .mu-tab-content {
    display: none;
    opacity: 0;
    transform: translateX(-50%);
    transition: all 0.5s;
  }
  .mudi-list .mu-tab-content.active {
    display: block;
    opacity: 1;
    transform: translateX(0);
  }
  .appIndex-zhuanche {
    display: block;
  }
  .appIndex-zhuanche .mu-zc .txt {
    padding: 6px;
  }
  .appIndex-zhuanche .mu-zc .txt .wg-intro .title {
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 500;
  }
  .appIndex-zhuanche .mu-zc .txt .wg-intro .desc {
    font-size: 11px;
    text-align: left;
    line-height: 0;
    color: #fff;
  }
  .appIndex-zhuanche .mu-zc .txt .btn {
    display: none;
  }
  .appIndex-swiper .swiper-slide {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .appIndex-swiper .swiper-slide .row-4 {
    flex: 0 0 49%;
    max-width: 49%;
    position: relative;
    padding: 0;
  }
  .appclose-index {
    display: none;
  }
  .gm-title h2 {
    color: #484848;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
  .app-genduo-btn {
    display: block;
    background-color: rgba(255, 104, 0, 0.1);
    margin-top: 15px;
    line-height: 37px;
    width: 195px;
    border-radius: 6px;
    color: var(--font-one-color);
  }
  .app-genduo-btn:hover {
    box-shadow: 0 0 0 0.3rem rgba(255, 104, 0, 0.25);
  }
  .app-genduo-btn:active {
    transform: scale(0.95);
  }
  .appmu-pic {
    padding: 0 0 10px 0 !important;
  }
  .appmu-pic img {
    width: 100%;
  }
  .pb-20 {
    padding-bottom: 10px;
  }
  .mu-btn {
    padding: 10px 0 10px 0;
  }
  .mu-btn .f-btn {
    padding: 8px 55px;
  }
  .banner .swiper-slide {
    /*width: 80%;*/
  }
  .mu-news .new-info {
    padding: 15px 5px;
  }
  .mu-news .new-info:last-child {
    border-bottom: 0;
  }
  .mu-container .ly-row {
    padding: 0;
  }
  .appIndex-pc {
    display: none;
    opacity: 0;
  }
  .appIndex-lc {
    display: block;
    margin-bottom: 10px;
    opacity: 1;
  }
  .index-by {
    flex-wrap: wrap;
  }
  .index-by .by-index {
    flex: 0 0 100%;
    height: 160px;
  }
  .index-by .by-index .txt {
    bottom: 13px;
    left: 12px;
  }
  .index-by .by-index .txt .title {
    font-size: 16px;
  }
  .index-by .by-index .txt .tel {
    font-size: 16px;
  }
  .index-by .by-index .txt .btn {
    padding: 8px 0;
    font-size: 12px;
  }
  .index-by .tese-list .tese-item {
    height: 116px;
    margin-bottom: 10px;
  }
  .py-20 {
    padding: 10px 5px;
  }
  .pa-10 {
    padding: 10px;
  }
  .mt-20 {
    margin-bottom: 10px;
  }
  #wg-binyiguan .pa-10 {
    padding: 10px;
  }
  #wg-binyiguan main {
    padding: 0;
  }
  #wg-binyiguan .bg-txt {
    height: 150px;
    border-radius: 0;
    margin-bottom: 10px;
  }
  #wg-binyiguan .appmu-pic {
    display: block;
  }
  .overlay .image-viewer #viewer-image {
    max-width: 100%;
  }
  .bg-txt {
    border-radius: 0;
    height: auto;
  }
  #wg-binyiguanDel main {
    padding: 0;
  }
  #wg-binyiguanDel .mx-box {
    display: flex;
    flex-wrap: wrap;
  }
  #wg-binyiguanDel .mx-box .mx-left {
    flex: 0 0 100%;
  }
  #wg-binyiguanDel .byswiper {
    height: auto;
  }
  #wg-binyiguanDel .swiper-button-prev,
  #wg-binyiguanDel .swiper-rtl .swiper-button-next {
    opacity: 0;
  }
  #wg-binyiguanDel .swiper-button-next,
  #wg-binyiguanDel .swiper-rtl .swiper-button-prev {
    opacity: 0;
  }
  #wg-binyiguanDel .mx-box .mx-right .mxDel .mxDel-title .flex-child h1 {
    font-size: 19px;
    color: var(--font-333-color);
    font-weight: bold;
  }
  #wg-binyiguanDel .mx-box .mx-right .mxDel .mxDel-title .flex-child .address {
    font-size: 14px;
  }
  #wg-binyiguanDel .mx-box .mx-right .mxDel .mxDel-title .flex-child .tel {
    font-size: 15px;
  }
  #wg-binyiguanDel .mx-box .mx-right .mxDel .mxDel-rexian li:first-child {
    display: none;
  }
  #wg-binyiguanDel .mx-box .mx-right .mxDel .mxDel-rexian li {
    width: 48.5%;
  }
  #wg-binyiguanDel .mx-box .mx-right .mxDel .mxDel-rexian {
    margin: 10px 0;
  }
  #wg-binyiguanDel .mx-box .mx-right .mxDel .mxDel-rexian li span {
    font-size: 13px;
  }
  #wg-binyiguanDel .scroll a {
    padding: 9px 10px;
  }
  #wg-binyiguanDel .mu-photo .xiangce_list .xiangce-item {
    width: 48.5%;
    height: 110px;
    padding: 0;
    margin-bottom: 10px;
    border-radius: 3px;
    overflow: hidden;
  }
  #wg-binyiguanDel .mu-photo .xiangce_list {
    justify-content: space-between;
  }
  #wg-binyiguanDel .appmu-pic {
    display: block;
  }
  .appgenduo-btn {
    width: 70%;
    border-radius: 20px;
    margin-top: 10px;
    padding: 8px 0;
    display: flex;
    color: #fff;
    background: linear-gradient(to right, #dcbf7b 0%, #ff6800 100%);
    background-color: #ff6800;
    align-items: center;
    justify-content: center;
    line-height: 22px;
    margin: 22px auto 10px auto;
  }
  .appgenduo-btn .iconfont {
    font-size: 20px;
    margin-right: 3px;
  }
  #wg-binzangfuwu main {
    padding: 0;
  }
  #wg-binzangfuwu .swiper-10 {
    padding: 0;
  }
  #wg-binzangfuwu .tab-container .bz-tab .tab-btn {
    padding: 5px;
    font-size: 14px;
    text-align: center;
  }
  #wg-binzangfuwu .tab-container .tab-content .ul-c .dl-1 {
    width: 100%;
  }
  #wg-binzangfuwu .tab-container .w-30 {
    position: relative;
    background-image: url(../image/byfu-tip-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
  }
  #wg-binzangfuwu .tab-container .tab-content {
    margin: 7px;
    min-height: 310px;
  }
  #wg-binzangfuwu .tab-container .tab-content .desc {
    margin: 15px 0 7px 0;
  }
  #wg-binzangfuwu .tab-container .tab-content .ul-c .dl-1 dd {
    line-height: 23px;
    font-size: 14px;
  }
  #wg-binzangfuwu .tab-container .tab-content .ul-c .dl-1 dt {
    font-size: 14px;
    line-height: 23px;
  }
  #wg-binzangfuwu .tab-container .w-30 {
    right: 0;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    height: 210px;
    color: #888;
  }
  #wg-binzangfuwu .tab-container .w-30 .h2 {
    font-size: 18px;
    text-align: right;
    padding-left: 34px;
  }
  #wg-binzangfuwu .bgcolor {
    padding: 10px !important;
  }
  #wg-binzangfuwu .mu-zc .txt .wg-intro .title {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 19px;
    text-align: left;
  }
  #wg-binzangfuwu .mu-zc .txt .wg-intro .desc {
    font-size: 12px;
    line-height: 0;
    margin-bottom: 6px;
    color: #fff;
  }
  #wg-binzangfuwu .mu-zc .txt .btn {
    display: none;
  }
  #wg-binzangfuwu .mu-zc .txt {
    padding: 5px;
  }
  #wg-binzangfuwu .bzyp-list {
    flex-wrap: wrap;
  }
  #wg-binzangfuwu .bzyp-list .item {
    width: 100%;
    padding: 10px;
  }
  #wg-binzangfuwu .gm-title {
    margin-bottom: 10px;
    padding: 10px 10px;
  }
  #wg-binzangfuwu .team .jingyan span {
    font-size: 24px;
  }
  #wg-binzangfuwu .team .jingyan {
    font-size: 12px;
  }
  #wg-binzangfuwu .team .txt {
    text-align: center;
  }
  #wg-binzangfuwu .team .txt .name {
    font-size: 3.3vw;
  }
  #wg-binzangfuwu .team .txt .desc {
    font-size: 14px;
    color: var(--font-888-color);
  }
  #wg-binzangfuwu .anli-list .item {
    width: 48.5%;
    flex-direction:column;
  }
  #wg-binzangfuwu .anli-list {
    padding: 0;
  }
  #wg-binzangfuwu .anli-list .item .img {
    height: auto;
  }
  #wg-binzangfuwu .appgenduo-btn {
    display: flex;
  }
  #wg-zixun main {
    padding: 0;
  }
  #wg-zixun .tab-nav ul {
    padding-left: 4px;
    display: flex;
    justify-content: space-between;
    border-radius: 0;
  }
  #wg-zixun .tab-nav ul li a {
    font-size: 14px;
    line-height: 27px;
    padding: 5px 18px;
  }
  #wg-zixun .tab-nav ul li {
    margin-top: 0;
  }
  #wg-zixun .mu-container .mu-left {
    margin-right: 0;
    padding: 0 10px;
  }
  #wg-zixun .mu-container .mu-left .zixun-item {
    padding: 10px 0;
  }
  #wg-zixun .mu-container .mu-left .zixun-list .zixun-img {
    flex: 0 0 120px;
    height: 90px;
    margin-right: 10px;
  }
  #wg-zixun .mu-container .mu-left .zixun-list .wg-intro .title a {
    font-size: 17px;
    margin-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  #wg-zixun .wg-intro p.time {
    font-size: 12px;
    color: var(--font-888-color);
    margin-bottom: 5px;
  }
  #wg-zixun .mu-container .mu-left .zixun-list .wg-intro .title {
    display: flex;
    margin-bottom: 5px;
    align-items: center;
  }
  #wg-zixun .mu-container .mu-left .zixun-list .wg-intro .desc {
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  #wg-zixun .mu-container .mu-left .zixun-item:hover {
    box-shadow: none;
  }
  #wg-zixun .pagination li a {
    display: block;
    padding: 4px 5px;
    background-color: var(--white);
    /*border: 1px solid rgba(255, 104, 0, 0.3);*/
    color: #2a2a2a;
    margin: 0;
    border-radius: 0;
    font-size: 12px;
  }
  #wg-zixun .pagination li a.active {
    background-color: var(--font-one-color);
    color: var(--white);
    border: 1px solid rgba(255, 104, 0, 0.3);
  }
  #wg-zixun .pagination li:first-child a {
    border-radius: 5px 0 0 5px;
  }
  #wg-zixun .pagination li:last-child a {
    border-radius: 0 5px 5px 0;
  }
  #wg-zixun .pagination {
    margin-bottom: 3vw;
    margin-top:2vw;
  }
  #wg-zixun .mu-container .mu-left {
    border-radius: 0;
    border-top: none;
  }
  #wg-zixun .scrolled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  }
  #wg-zixun .tab-nav ul li a.active {
    background: #fff;
    color: #ff6800;
    position: relative;
  }
  #wg-zixun .tab-nav ul li a.active::after {
    content: "";
    position: absolute;
    left: 22%;
    width: 54%;
    bottom: 0;
    height: 3px;
    background-color: var(--font-one-color);
  }
  #wg-zixun .mu-container .mu-right {
    width: 100%;
  }
  #wg-zixun .mu-container .mu-right .mu-card {
    padding: 10px 10px 15px;
    margin: 10px 0;
  }
  #wg-zixun .aside-title {
    margin-bottom: 5px;
  }
  #wg-fengshuifuwu main {
    padding: 0;
  }
  #wg-fengshuifuwu .mu-fengshui .item {
    flex-direction: column;
    margin-bottom: 0;
  }
  #wg-fengshuifuwu .mu-fengshui .item:nth-child(2) {
    flex-direction: column-reverse;
  }
  #wg-fengshuifuwu .mu-fengshui .item .img {
    flex: 0 0 16%;
  }
  #wg-fengshuifuwu .mu-fengshui .item .txt {
    width: 100%;
    padding: 10px;
  }
  #wg-fengshuifuwu .mu-fengshui .item .txt .p1 {
    font-size: 22px;
  }
  #wg-fengshuifuwu .mu-fengshui .item .txt .p2 {
    font-size: 14px;
  }
  #wg-fengshuifuwu .mu-fengshui .item .txt .genduo-btn {
    margin-top: 10px;
  }
  #wg-fengshuifuwu .fromModel .from label {
    width: 68px;
  }
  #wg-fengshuifuwu .fromModel .from input,
  #wg-fengshuifuwu .fromModel .from textarea,
  #wg-fengshuifuwu .fromModel .from select {
    width: calc(100% - 167px);
  }
  #wg-gongmu main {
    padding: 0;
  }
  #wg-gongmu .mu-container .mu-left {
    margin-right: 0;
  }
  #wg-gongmu .mu-container .mu-left .md-filter {
    display: flex;
    position: relative;
    border: 0;
    justify-content: space-between;
  }
  #wg-gongmu .mu-container .mu-left .md-filter .fill-list {
    border-bottom: 0;
  }
  #wg-gongmu .mu-container .mu-left .md-filter .fill-list {
    flex-direction: column;
    width: 24%;
    border: 1px solid #f4f4f4;
  }
  #wg-gongmu .mu-container .mu-left .md-filter .fill-list .name {
    flex: 0 0 33px;
    padding: 0;
    background-color: #ffffff;
    font-size: 14px;
  }
  #wg-gongmu .mu-container .mu-left .md-filter .fill-list .name::after {
    content: "\e60d";
    font-family: "iconfont";
    font-size: 16px;
  }
  #wg-gongmu .mu-container .mu-left .md-filter .fill-list.active .item {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  #wg-gongmu .mu-container .mu-left .md-filter .fill-list .item {
    position: absolute;
    background: #fff;
    z-index: 2;
    width: 96%;
    top: 35px;
    opacity: 0;
    visibility: hidden;
    min-height: 13vh;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 0;
    left: 2%;
    transition: 0.3s;
    transform: translateY(15px);
  }
  #wg-gongmu .mu-container .mu-left .zixun-item {
    padding: 3vw 10px 23vw 10px;
    width:100%;
  }
  #wg-gongmu .mudi .zixun-img {
    flex: 0 0 140px !important;
    height: 95px;
    margin-right: 10px;
  }
  #wg-gongmu .mu-container .mu-left .zixun-list .wg-intro .title a {
    font-size: 16px;
  }
  #wg-gongmu .mu-container .mu-left .zixun-list .wg-intro .iconfont {
    font-size: 12px;
  }
  #wg-gongmu .mu-container .mu-left .zixun-list .wg-intro .title {
    margin-bottom: 5px;
  }
  #wg-gongmu .mu-container .mu-left .zixun-list .wg-intro .adress {
    flex-wrap: wrap;
  }
  #wg-gongmu .mu-container .mu-left .zixun-list .wg-intro .adress .p1 {
    margin-bottom:0px;
  }
  #wg-gongmu .mu-container .mu-left .zixun-list .wg-intro .title .po-ab {
    font-size: 10px;
    height: 20px;
  }
  #wg-gongmu .wg-intro p.adress {
    font-size: 12px;
    color: var(--font-888-color);
    margin-bottom: 5px;
  }
  #wg-gongmu .mudi .wg-intro .pic span {
    font-size: 19px;
  }
  #wg-gongmu .mudi .wg-intro .pic {
    font-size: 12px;
    top: 39px;
    right: 13px;
  }
  #wg-gongmu .mu-container .mu-left .zixun-list .wg-intro .desc {
    position: absolute;
    bottom: 46px;
    left: 13px;
    color: #333;
    width: 95%;
    background-position: 6px 3px;
    background-repeat: no-repeat;
    background-size: 15px;
    background-image: url(../image/cemetery1.png);
    background-color: #fff0e2;
    border-radius: 6px;
    padding-left: 18px;
    padding: 3px 10px 3px 25px;
  }
  #wg-gongmu .mu-container .mu-left .zixun-list .wg-intro .address .p1 .iconfont {
    font-size: 14px !important;
  }
  #wg-gongmu .mu-container .mu-left .zixun-list .wg-intro .shanchang {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    bottom: 4px;
    left: 11px;
    width: 94%;
  }
  #wg-gongmu .mu-container .mu-left .zixun-list .wg-intro .shanchang li {
    padding: 0 10px;
    font-size: 12px;
    margin-right: 1px;
  }
  #wg-gongmu .pagination {
    margin-top: 15px;
  }
  #wg-gongmu .pagination li a {
    padding: 3px 10px;
    font-size: 13px;
  }
  #wg-gongmu .mu-container .mu-right {
    width: 100%;
    padding: 0px;
  }
  #wg-gongmu .mu-container .mu-right .mu-card {
    padding: 10px 10px 10px;
    border-radius: 3px;
    overflow: hidden;
  }
  #wg-gongmu .mu-container .mu-right .mu-card:first-child {
    display: block;
  }
  #wg-gongmu .mu-container .mu-right .mu-card .mu-list .mu-item {
    padding: 10px 0;
  }
  .apptitle {
    display: block;
    padding: 10px;
    margin-bottom: 0;
    background-color: var(--white);
  }
  .swiper-9 {
    display: block;
  }
  #wg-gongmuDel .gm-haeder {
    padding: 0 10px;
  }
  #wg-gongmuDel .gm-haeder .header-tel {
    display: none;
  }
  #wg-gongmuDel .goHome {
    display: block;
  }
  #wg-gongmuDel .mu-delTitle span {
    display: none;
  }
  #wg-gongmuDel .mu-delTitle {
    font-size: 21px;
    line-height: 48px;
    font-weight: 600;
  }
  #wg-gongmuDel .mudel-nav .wrap {
    flex-wrap: wrap;
  }
  #wg-gongmuDel .mudel-nav .wrap .li {
    flex: 0 0 93px;
    font-size: 13px;
    line-height: 33px;
  }
  #wg-gongmuDel .breadcrumb a {
    font-size: 12px;
  }
  #wg-gongmuDel .py-20 {
    padding: 5px 5px;
  }
  #wg-gongmuDel .banner .swiper-button-next,
  #wg-gongmuDel .banner .swiper-button-prev {
    display: none;
  }
  #wg-gongmuDel .jeishao {
    flex-wrap: wrap;
  }
  #wg-gongmuDel .jeishao .fl {
    padding: 10px;
    width: 100%;
  }
  #wg-gongmuDel .jeishao .fr {
    padding: 10px;
    width: 100%;
  }
  #wg-gongmuDel .muDel_title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  #wg-gongmuDel .jeishao .fl .desc {
    margin-bottom: 10px;
  }
  #wg-gongmuDel .jeishao .fl .btn {
    font-size: 12px;
    line-height: 30px;
    width: 93px;
    border-radius: 8px;
    background: var(--bgColor);
    color: #fff;
  }
  #wg-gongmuDel header {
    display: block;
    height: 0;
  }
  #wg-gongmuDel .header .header-logo {
    display: none;
  }
  #wg-gongmuDel .mu-top-part {
    display: none;
  }
  #wg-gongmuDel .appicon {
    width: 6%;
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 9;
  }
  #wg-gongmuDel .jeishao .fl .desc {
    font-size: 15px;
    line-height: 23px;
    color: #888;
    text-indent: 2em;
  }
  #wg-gongmuDel .header nav ul .appicon {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
  }
  #wg-gongmuDel .mu-youhui .bai .youhui_list {
    flex-wrap: wrap;
  }
  #wg-gongmuDel .mu-youhui .bai .youhui_list .li {
    width: 100%;
    margin-bottom: 10px;
  }
  #wg-gongmuDel .mu-youhui .bai .youhui_list .li .neir .p1 {
    font-size: 18px;
  }
  #wg-gongmuDel .mu-youhui .bai {
    padding: 10px 0;
  }
  #wg-gongmuDel .mu-youhui .youhui-tel {
    font-size: 14px;
    margin: 12px 0 0 0;
  }
  #wg-gongmuDel .mu-photo .xiangce_list .xiangce-item {
    display: block;
    width: 48.5%;
    height: 100px;
    padding: 0;
    margin-bottom: 10px;
    margin: 0;
    border-radius: 3px;
    overflow: hidden;
    /* padding: 5px; */
    margin-bottom: 10px;
  }
  #wg-gongmuDel .mu-photo .xiangce_list .xiangce-item .xiangce-title {
    left: 0;
    width: 100%;
  }
  #wg-gongmuDel main .mu-container .ly-row {
    padding: 5px;
  }
  #wg-gongmuDel .muDel-muxing .mu-container .ly-row .ly-col {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
  }
  #ly-img{width:40%;}
  #ly-img_1{width:100%;}
  #wg-gongmuDel .muDel-muxing .mu-container .ly-row .ly-col .ly-img img {
    height: 110px;
    width: 100%;
  }
  #wg-gongmuDel .muDel-muxing .mu-container .ly-row .ly-col .ly-img_1 img {
    height: 110px;
    width: 100%;
  }
  #wg-gongmuDel .muDel-muxing .mu-container .ly-row .ly-col .wg-intro {
    flex: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  #wg-gongmuDel .muDel-muxing .mu-container .ly-row .ly-col .wg-intro .title a {
    font-size: 14px;
  }
  #wg-gongmuDel .call .xinxi {
    font-size: 16px;
  }
  #wg-gongmuDel .call .xinxi a .iconfont {
    font-size: 18px;
    margin-right: 3px;
  }
  #wg-gongmuDel .call {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  #wg-gongmuDel main {
    padding: 0;
  }
  #wg-gongmuDel .comment-list .item .com {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  #wg-gongmuDel .comment-list {
    width: 98%;
    padding: 10px;
  }
  #wg-gongmuDel .comment-list .swiper-button-next,
  #wg-gongmuDel .comment-list .swiper-rtl .swiper-button-prev {
    left: 87%;
  }
  #wg-gongmuDel .genduo-btn.po-ab {
    right: 11px;
    width: 85px;
  }
  #wg-gongmuDel .genduo-btn {
    font-size: 12px;
    line-height: 30px;
    border-radius: 5px;
  }
  #wg-gongmuDel .yuanqu-list {
    margin-bottom: 10px;
  }
  #wg-gongmuDel .yuanqu-list .li .p1 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #wg-gongmuDel .fromModel .from {
    padding: 15px;
    width: 100%!important;
  }
  #wg-gongmuDel .fromModel .from label {
    width: 68px;
  }
  #wg-gongmuDel .fromModel .from input,
  #wg-gongmuDel .fromModel .from textarea,
  #wg-gongmuDel .fromModel .from select {
    width: calc(100% - 162px);
  }
  #wg-gongmuDel .muDel_title {
    margin-top: 10px;
    margin-bottom: 10px !important;
  }
  #wg-gongmuDel .muDel_title.blod {
    font-size: 22px;
  }
  #wg-gongmuDel .muDel-text {
    margin-bottom: 15px;
  }
  #wg-gongmuDel .muDel-text {
    max-width: 343px;
  }
  #wg-gongmuDel .muDel_desc {
    font-size: 18px;
  }
  #wg-gongmuDel .container {
    grid-auto-rows: minmax(65px, auto);
  }
  #wg-gongmuDel .muDel-ry {
    grid-template-columns: 1fr 1fr;
  }
  #wg-gongmuDel .mu-about3 .li {
    width: 48.5%;
  }
  #wg-gongmuDel .muDel-desc .mu-about3 .li {
    position: relative;
    height: auto;
    margin-bottom: 10px;
  }
  #wg-gongmuDel .muDel-box {
    flex-direction: column;
  }
  #wg-gongmuDel .muDel-box .muDel-left {
    margin-bottom: 10px;
    border-radius: 0;
  }
  #wg-gongmuDel .muDel-box .muDel-right {
    flex: 0 0 auto;
    margin-left: 0;
    padding: 15px;
    border-radius: 0;
  }
  #wg-gongmuDel .muDel-box .muDel-left .zixun-item .wg-intro .title a {
    font-size: 16px;
  }
  #wg-gongmuDel .muDel-box .muDel-left .zixun-list .zixun-item {
    padding: 10px 0;
    display: flex;
    align-items: center;
    width: 100%;
  }
  #wg-gongmuDel .muDel-box .muDel-left .zixun-item .wg-intro .desc {
    display: none !important;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-line-clamp: 2;
    margin-bottom: 5px;
  }
  #wg-gongmuDel .muDel-box .muDel-left .zixun-item .wg-intro {
    display: flex;
    height: 100%;
    justify-content: space-between;
  }
  #wg-gongmuDel .muDel-box .muDel-left .zixun-item .wg-intro p.time {
    margin-bottom: 0;
  }
  #wg-gongmuDel .muDel-box .muDel-left .zixun-item .wg-intro .title {
    margin-bottom: 5px;
  }
  #wg-gongmuDel .muDel-box .muDel-left .zixun-item .wg-intro .title a {
    margin-bottom: 0;
  }
  #wg-gongmuDel .muDel-box .muDel-left .zixun-item .zixun-img {
    flex: 0 0 120px;
    margin-left: 10px;
    height: 90px;
    margin-right: 0;
    order: 1;
  }
  #wg-gongmuDel .muDel-box .muDel-left .zixun-item .zixun-img img {
    height: 100%;
    width: 100%;
  }
  .wg-gongmuDel5 .comment-list {
    width: 98% !important;
    padding: 0 !important;
  }
  .wg-gongmuDel5 .comment-list .item .com {
    -webkit-line-clamp: inherit !important;
  }
  .wg-gongmuDel5 l .genduo-btn {
    font-size: 11px !important;
    line-height: 24px !important;
  }
  .wg-gongmuDel5 .genduo-btn.po-ab .iconfont {
    font-size: 12px;
  }
  .wg-gongmuDel5 .genduo-btn.po-ab {
    right: 8px !important;
    width: 70px !important;
  }
  .wg-gongmuDel5 .genduo-btn {
    font-size: 10px !important;
    line-height: 25px !important;
  }
  .wg-gongmuDel6 #wg-gongmuDel .comment-list {
    width: 100% !important;
  }
  .wg-gongmuDel6 .youhui-list .youhui-item {
    flex-wrap: wrap;
  }
  .wg-gongmuDel6 .youhui-list .youhui-item .li {
    width: 100%;
    margin-bottom: 20px;
  }
  .wg-gongmuDel6 .youhui-list .name {
    font-size: 21px;
    line-height: 21px;
  }
  .wg-gongmuDel6 .youhui-list .youhui-item .li .title {
    font-size: 18px;
  }
  .wg-gongmuDel6 .youhui-list .youhui-item .li .desc span {
    font-size: 13.5px;
    line-height: 24px;
  }
  .wg-gongmuDel6 .youhui-list .youhui-item .li .desc {
    min-height: auto;
    margin-bottom: 10px;
  }
  .wg-gongmuDel6 .youhui-list .bg-white {
    border-radius: 0px;
    padding: 10px;
  }
  #wg-goumufangan main {
    padding: 0;
  }
  #wg-goumufangan .dakuang {
    padding: 10px;
  }
  #wg-goumufangan .fangan-list .dakuang .neir label {
    font-size: 14px;
  }
  #wg-goumufangan .fangan-list .dakuang .neir .genduo-btn {
    width: 268px;
    margin: 2px auto;
    font-size: 16px;
    padding: 4px;
  }
  #wg-goumufuwu main {
    padding: 0;
  }
  #wg-goumufuwu .benefit .items {
    padding: 10px 0 30px 0;
  }
  #wg-goumufuwu .zhuanche-list {
    padding: 10px;
  }
  #wg-goumufuwu .benefit .items ul {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #wg-goumufuwu .benefit .items ul li {
    width: 48.5%;
    margin: 0;
    text-align: center;
  }
  #wg-goumufuwu .benefit .items ul li p.title {
    font-size: 16px;
    padding: 10px 0 10px 0;
  }
  #wg-goumufuwu .benefit .items ul li p.desc {
    font-size: 13px;
    line-height: 19px;
    min-height: 115px;
  }
  #wg-goumufuwu .benefit .genduo-btn {
    margin-top: 6px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 28px;
    width: 120px;
  }
  #wg-goumufuwu .youhui-list .youhui-item {
    flex-wrap: wrap;
    padding: 10px;
  }
  #wg-goumufuwu .youhui-list .youhui-item .li {
    width: 100%;
  }
  #wg-goumufuwu .youhui-list .youhui-item .li .img {
    height: 165px;
  }
  #wg-goumufuwu .youhui-list .youhui-item .li .title {
    font-size: 18px;
  }
  #wg-goumufuwu .youhui-list .youhui-item .li .desc {
    margin-bottom: 15px;
    min-height: 50px;
  }
  #wg-goumufuwu .youhui-list .youhui-item .li .desc span {
    font-size: 14.5px;
  }
  #wg-gmyouhui main {
    padding: 0;
  }
  #wg-gmyouhui .gmyh {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
  }
  #wg-gmyouhui .copy.gm-youhuiList {
    width: 100%;
  }
  #wg-gmyouhui .mu-zc .txt .btn {
    width: 24px;
    background: var(--font-one-color);
    color: var(--white);
    padding: 2px;
    font-size: 6px;
    letter-spacing: 2px;
    border: 0;
    border-radius: 4px;
  }
  #wg-gmyouhui .mu-zc .txt .wg-intro .title {
    line-height: 13px;
  }
  #wg-gmyouhui .mu-zc .txt {
    padding: 3px;
  }
  #wg-gmyouhui .mu-zc .txt .wg-intro .desc {
    font-size: 9px;
    line-height: 19px;
    margin-bottom: 2px;
    color: var(--white);
  }
  #wg-gmyouhui .gm-youhuiList {
    margin-bottom: 20px;
    flex-direction: column;
  }
  #wg-gmyouhui .mu-zc .txt .wg-intro .title {
    font-size: 11px;
    text-align: left;
  }
  #wg-gmyouhui .gm-youhuiList .txt .title {
    margin-top: 10px;
  }
  #wg-gmyouhui .gm-youhuiList .img {
    flex: 0 0 100%;
    margin-right: 0;
  }
  #wg-guanyuwomen main {
    padding: 0;
  }
  #wg-guanyuwomen .mu-about1 {
    padding: 10px;
    background-image: none;
  }
  #wg-guanyuwomen .mu-about1 .wg-intro {
    width: 100%;
  }
  #wg-guanyuwomen .mu-about1 .mu-about .desc {
    font-size: 15px;
  }
  #wg-guanyuwomen .mu-about2 .li {
    margin-bottom: 20px;
    flex-direction: column;
  }
  #wg-guanyuwomen .mu-about2 {
    padding: 10px;
  }
  #wg-guanyuwomen .mu-about2 .li .neri .p1 {
    font-size: 18px;
  }
  #wg-guanyuwomen .mu-about2 .li .neri .p2 {
    font-size: 14px;
    color: #777;
    line-height: 21px;
  }
  #wg-guanyuwomen .aside-title {
    padding: 0 16px;
  }
  #wg-guanyuwomen .mu-about3 .li {
    width: 48.5%;
    height: 247px;
  }
  #wg-guanyuwomen .py-20 {
    padding: 10px;
  }
  #wg-jirituiyan main {
    padding: 0;
  }
  #wg-jirituiyan .gm-title h2:before {
    display: none !important;
  }
  #wg-jirituiyan .jrty {
    padding: 10px;
  }
  #wg-jirituiyan .gm-title h2 {
    font-size: 22px;
  }
  #wg-jirituiyan .jr-filter {
    display: flex;
    justify-content: center;
    margin: 30px 0 20px 0;
    align-items: center;
  }
  #wg-jirituiyan .jr-filter .time {
    font-size: 16px;
  }
  #wg-jirituiyan .jr-filter .calendar-input #dateInput {
    height: 26px;
  }
  #wg-jirituiyan .jr-list .item .com {
    font-size: 16px;
    line-height: 29px;
  }
  #wg-kmzhuanche main {
    padding: 0;
  }
  #wg-kmzhuanche .ul-c li {
    width: 50%;
  }
  #wg-kmzhuanche .mu-zc .txt .wg-intro .title {
    font-size: 11px;
    line-height: 12px;
    text-align: left;
  }
  #wg-kmzhuanche .mu-zc .txt {
    padding: 4px;
  }
  #wg-kmzhuanche .ul-c li .wg-intro {
    top: 16px;
    padding: 0 15px;
  }
  #wg-kmzhuanche .mu-zc .txt .wg-intro .desc {
    font-size: 9px;
    line-height: 18px;
    margin-bottom: 0px;
    color: var(--white);
  }
  #wg-kmzhuanche .mu-zc .txt .btn {
    width: 25px;
    background: var(--font-one-color);
    color: var(--white);
    padding: 2px;
    font-size: 6px;
    letter-spacing: 2px;
    border: 0;
    border-radius: 3px;
  }
  #wg-minsudashi main {
    padding: 0;
  }
  #wg-minsudashi .mu-container .mu-left .zixun-item {
    padding: 10px 10px 64px 10px;
  }
  #wg-minsudashi .zixun-list .zixun-item .zixun-img {
    flex: 0 0 60px;
    margin-right: 10px;
    order: -1;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
  }
  #wg-minsudashi .zixun-list .zixun-item .zixun-img img {
    width: 100%;
  }
  #wg-minsudashi .zixun-list .zixun-item .wg-intro .title .star {
    font-size: 18px;
    right: 1px;
    top: 2px;
    /* width: 100%; */
  }
  #wg-minsudashi .zixun-list .zixun-item .wg-intro .title .star span {
    font-size: 14px;
  }
  #wg-minsudashi .zixun-list .zixun-item .wg-intro .desc {
    margin-bottom: 10px;
  }
  #wg-minsudashi .wg-intro .shanchang {
    color: var(--font-one-color);
    font-size: 12px;
  }
  #wg-minsudashi .open {
    bottom: -40px;
    width: 86px;
    padding: 5px 0;
    font-size: 14px;
    right: 13px;
  } 
  #wg-minsudashi .open  a{color:#fff;}
  
  #wg-minsudashi .row {
    display: flex;
    flex-direction: column;
  }
  #wg-minsudashi .mu-container .mu-left {
    margin-right: 0;
  }
  #wg-muxing main {
    padding: 0;
  }
  #wg-muxing .mt-20 {
    margin-bottom: 10px;
    display: flex;
  }
  #wg-muxing .mx-filter .filter-c1 {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #wg-muxing .mx-filter .mx-filter-item .d-td {
    display: flex;
    margin-right: -2px;
    position: absolute;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    width: 97%;
    left: 6px;
    z-index: 2;
    top: 44px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    flex-wrap: wrap;
    padding: 10px;
    transform: translateY(15px);
  }
  #wg-muxing .mx-filter .mx-filter-item.active .d-td {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  #wg-muxing .mx-filter .mx-filter-item .d-td li {
    flex: 0 0 24%;
    padding-bottom: 2px;
    padding-right: 2px;
    min-width: 0;
    text-align: center;
    padding: 8px;
  }
  #wg-muxing .mu-container .ly-row .ly-col {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    box-shadow: 0 0 6px 2px rgba(125, 125, 125, 0.1);
    border-radius: 4px;
  }
  #wg-muxing .mu-container .ly-row .ly-col:hover{
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    box-shadow: 0 0 6px 2px rgba(125, 125, 125, 0.1);
    border-radius: 4px;
  }
  #wg-muxing .mu-container .ly-row .ly-col:hover .ly-view {
    display: none;
  }
  #wg-muxing .mu-container .ly-row .ly-col .ly-img img {
    width: 120px;
    height: 90px;
  }
  #wg-muxing .mu-container .ly-row .ly-col .wg-intro {
    flex: 1;
  }
  #wg-muxing .pagination li a {
    padding: 2px 9px;
  }
  #wg-muxing .pagination {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  #wg-muxing .youhui {
    width: 100%;
    height: auto;
  }
  .pcGg {
    display: none;
  }
  .appGg {
    display: block;
  }
  #wg-muxingDel main {
    padding: 0;
  }
  #wg-muxingDel .mx-box {
    flex-direction: column;
  }
  #wg-muxingDel .mx-box .mx-left {
    height: 100%;
    flex: 0 0 auto;
    margin-right: 0;
  }
  #wg-muxingDel .banner .swiper-button-next,
  #wg-muxingDel .banner .swiper-button-prev {
    display: none;
  }
  #wg-muxingDel .mx-box .mx-right .mxDel .mxDel-title .flex-child h1 {
     width:50%;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  #wg-muxingDel .mx-box .mx-right .mxDel .mxDel-title .flex-child .mx-price span {
    font-size: 22px;
    color: var(--font-one-color);
  }
  #wg-muxingDel .mx-box .mx-right .mxDel .mxDel-rexian {
    margin: 10px 0;
    padding: 5px 0;
  }
  #wg-muxingDel .mx-box .mx-right .mxDel .mxDel-rexian {
    flex-wrap: wrap;
  }
  #wg-muxingDel .mx-box .mx-right .mxDel .mxDel-rexian li {
    width: 48.5%;
  }
  #wg-muxingDel .mx-box .mx-right .mxDel .mxDel-rexian li:first-child .tel {
    margin-bottom: 5px;
  }
  #wg-muxingDel .mx-box .mx-right .mxDel .mxDel-rexian li:first-child {
    width: 100%;
    margin-bottom: 15px;
  }
  #wg-muxingDel .mx-box .mx-right .mxDel .mxDel-youhui {
    margin-top: 10px;
    flex-wrap: wrap;
    display: none;
  }
  #wg-muxingDel .mx-box .mx-right .mxDel .mxDel-youhui .li {
    width: 100%;
    height: 86px;
    margin-bottom: 10px;
  }
  #wg-muxingDel .muxing-about .ly-col {
    width: 48.5%;
  }
  #wg-muxingDel .muxing-about .ly-col .ly-img {
    height: auto;
  }
  #wg-muxingDel .muxing-about .ly-col .ly-img_1 {
    height: auto;
  }
  #wg-muxingDel .muxing-about .ly-col .txt .title a {
    font-size: 14px;
  }
  #wg-muxingDel .muxing-about .ly-col .txt .desc {
    font-size: 12px;
  }
  #wg-muxingDel .muxing-about .ly-col .txt .pic {
    font-size: 12px;
  }
  #wg-muxingDel .muxing-about .ly-col .txt .pic span {
    font-size: 18px;
  }
  #wg-lingyuan main {
    padding: 0;
  }
  #wg-lingyuan .mu-container {
    padding: 10px;
  }
  #wg-lingyuan .mu-container .ly-row .ly-col {
    width: 48.5%;
    margin-bottom: 10px;
  }
  #wg-xuanmu main {
    padding: 0;
  }
  #wg-xuanmu .xm-jisi .tabs {
    width: 95%;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  #wg-xuanmu .xm-jisi .tabs .tab {
    font-size: 12px;
  }
  #wg-xuanmu .image-wrap {
    margin-bottom: 10px;
    margin-top: 20px;
  }
  #wg-xuanmu .gm-title {
    margin-bottom: 0px;
  }
  #wg-xuanmu .gm-title .title-p2 {
    font-size: 15px;
    margin: 10px 0;
  }
  #wg-xuanmu .xm-row {
    flex-wrap: wrap;
    padding: 0;
  }
  #wg-xuanmu .xm-row .xm-col {
    width: 100%;
    margin-bottom: 10px;
  }
  #wg-xuanmu .xm-row .xm-col:hover .xm-row .xm-col .xm-txt {
    transform: translateY(-18px);
  }
  #wg-xuanmu .xm-row .xm-col .xm-row .xm-col .xm-txt {
    transform: translateY(0);
    transition: 0.3s;
    width: 96%;
    margin: -40px auto 0;
    box-shadow: 0 0 0.6rem 0 rgba(0, 0, 0, 0.3);
    padding: 6px 0;
  }
  #wg-xuanmu .xm-row .xm-col .xm-img {
    height: 200px;
  }
  #wg-xuanmu .xm-row .xm-col .xm-txt h4 {
    font-size: 16px;
  }
  #wg-xuanmu .xm-row .xm-col .xm-txt p {
    font-size: 12px;
  }
  #wg-xuanmu .mu-container .btn {
    padding: 10px;
  }
  #wg-xuanmu .f-btn {
    padding: 10px 35px;
    font-size: 15px;
    border-radius: 27px;
  }
  #wg-xuanmu .chakan_mansu {
    position: relative;
    margin: 15px 0 0 0;
  }
  #wg-xuanmu .xm-anzang {
    margin-top: 10px;
  }
  #wg-xuanmu .chakan_mansu .neir {
    padding: 50px;
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #wg-xuanmu .chakan_mansu .neir .p1 {
    width: 42.5%;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    border-radius: 5px;
    margin: 0;
  }
  #wg-xuanmu .xm-jisi {
    position: relative;
    padding-top: 35px;
    margin-bottom: 20px;
    height: 340px;
  }
  #wg-xuanmu .xm-jisi .gm-title {
    padding: 10px;
  }
  #wg-xuanmu .xm-jisi .tab-content .p1 {
    margin-top: 150px;
  }
  #wg-xuanmu .xm-zixun {
    display: flex;
    padding: 10px 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #wg-xuanmu .xm-zixun li {
    width: 48.5%;
    margin-right: 0;
    border-radius: 3px;
    padding: 15px 0;
    font-size: 16px;
    margin-bottom: 10px;
  }
  #wg-xuanmu .xm-zixun li .iconfont {
    color: var(--white);
    font-size: 18px;
    margin-right: 2px;
    font-weight: 500;
  }
  #wg-xuanmuliucheng main {
    padding: 0;
  }
  #wg-xuanmuliucheng .wrap {
    padding: 10px;
    max-width: 767px;
  }
 .wrap {
        width: 100%;
        max-width: 767px;
        position: relative;
        margin: 0vw auto;
    }
  #wg-xuanmuliucheng .leibiao {
    margin-top: 20px;
    padding-top: 1px;
    position: relative;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #wg-xuanmuliucheng .leibiao .li .biaoti_tag:last-child {
    flex: 0 0 100px;
    position: relative;
  }
  #wg-xuanmuliucheng .leibiao .li .shuzhiqu {
    width: 30px;
  }
  #wg-xuanmuliucheng .leibiao .li .biaoti_tag .juzhong {
    line-height: 32px;
    padding: 0 3px;
    min-width: 3px;
    background-color: var(--font-one-color);
    text-align: center;
    font-size: 12px;
    color: var(--white);
    position: absolute;
    left: 118%;
    top: 41%;
    margin-top: -44px;
    margin-left: -127px;
    z-index: -1;
  }
  #wg-xuanmuliucheng .leibiao:before {
    left: 69%;
  }
  #wg-xuanmuliucheng .leibiao .li .shuzhiqu .zhong {
    left: 86%;
    top: 49%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
  }
  #wg-xuanmuliucheng .leibiao .li .shuzhiqu .zhong::before {
    left: -16px;
    top: 50%;
    height: 34px;
    width: 16px;
  }
  #wg-xuanmuliucheng .leibiao .li .biaoti_tag .wenzhiquy {
    background-color: #efefef;
    padding: 10px;
    color: #3c3c3c;
    line-height: 25px;
    font-size: 14px;
  }
  #wg-xuanmuliucheng .leibiao .li .biaoti_tag .juzhong:before {
    display: none;
  }
  #wg-xuanmuliucheng .leibiao .li:nth-child(even) {
    flex-direction: row-reverse;
  }
  #wg-xuanmuliucheng .leibiao .li:nth-child(even) .biaoti_tag:first-child {
    flex: 0 0 100px;
    position: relative;
  }
  #wg-xuanmuliucheng .leibiao .li:nth-child(even) .biaoti_tag:last-child {
    flex: 1;
  }
  #wg-xuanmuliucheng .leibiao .li:nth-child(even) .shuzhiqu .zhong:before {
    left: auto;
    right: 33px;
    transform: rotate(0);
    margin-right: 3px;
    z-index: 1;
  }
  #wg-xuanmuliucheng .leibiao .li:nth-child(2n) .shuzhiqu .zhong.xia:before {
    transform: rotate(270deg);
    right: auto;
    left: 67%;
    top: 28px;
    margin-top: 0;
    margin-left: -12.5px;
  }
  #wg-xuanmuliucheng .leibiao .li:nth-child(9) .biaoti_tag:last-child {
    flex: 1;
    position: relative;
  }
  #wg-xuanmuliucheng .leibiao .li:nth-child(10) {
    flex-direction: row;
  }
  #wg-xuanmuliucheng .leibiao .li:nth-child(10) .biaoti_tag:first-child {
    flex: 1;
    position: relative;
  }
  #wg-xuanmuliucheng .leibiao .li:nth-child(10) .biaoti_tag:last-child {
    flex: 0 0 100px;
    position: relative;
  }
  #wg-xuanmuliucheng .leibiao .li:last-child .biaoti_tag {
    width: 100%;
    flex: 1;
  }
  #wg-xuanmuliucheng .leibiao .li .biaoti_tag .wenzhiquy .p4 {
    font-size: 14.5px;
  }
  #wg-xuanmuliucheng .leibiao .li {
    margin-top: 20px;
    display: flex;
  }
  .muDel-video {
    padding-top: 38px;
  }
  .v-link .video-list .video-item {
    width:20.3%;
    height:auto;
  }
  .muDel-video .muDel-videol .video-home {
    position: relative;
    margin-bottom: 20px;
    width: 56%;
}
  .muDel-video .muDel-videor {
    flex: 0 0 auto;
    border-radius: 4px;
    max-width: 96%;
    margin: 0 auto;
  }
  .video-list .video-item {
    width: 48%;
    margin-bottom: 10px;
  }
  .video-list .video-item .video-img {
    height: 120px;
    border-radius: 8px;
  }
  .muDel-video .muDel-videol .video-home .title {
    padding: 5px 10px 5px 0;
    font-size: 17px;
    font-weight: bold;
    top: -36px;
    background-color: transparent;
    color: #484848;
  }
  .index-muFil {
    display: none;
  }
  .tese-list .tese-item .wg-intro .title {
    font-size: 14px;
  }
  .youbu .txt {
    font-size: 8px;
    bottom: 9%;
    left: 9.8%;
    width: 51px;
    height: 17px;
    line-height: 17px;
  }
  footer .aside-f-bg {
    position: absolute;
    top: -13%;
    left: 3px;
    height: 40px;
  }
  main .mudi-list .aside-bg {
    display: none;
  }
  #wg-binzangyongpin main {
    padding: 0;
  }
  #wg-binzangyongpin .bz-box .bz-left .bz-tab {
    padding: 5px;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  #wg-binzangyongpin .bz-box .bz-left .bz-tab .p1 {
    width: 100%;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
  }
  #wg-binzangyongpin .bz-box .bz-left .bz-tab .p1 .title {
    justify-content: center;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 33px;
  }
  #wg-binzangyongpin .bz-box .bz-left .bz-tab .p1.active .desc {
    opacity: 1;
    visibility: visible;
  }
  #wg-binzangyongpin .bz-box .bz-left .bz-tab .p1.active .title {
    background: #fff;
    color: var(--font-one-color);
  }
  #wg-binzangyongpin .bz-box .bz-left .bz-tab .p1 .desc a {
    display: inline-block;
    padding: 5px 11px 5px 11px;
    margin-bottom: 8px;
  }
  #wg-binzangyongpin .bz-box .bz-left .bz-tab .p1 .desc {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 87%;
    background: #373535;
    z-index: 9;
    left: 0;
    opacity: 0;
    visibility: hidden;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #wg-binzangyongpin .bz-box .bz-right {
    flex: 1;
    padding: 10px;
    min-height: auto;
  }
  #wg-binzangyongpin .bz-box .bz-left {
    flex: 0 0 100%;
    min-height: 17vh;
  }
  #wg-binzangyongpin .bz-box .bz-right .bz-list .item {
    width: 48.5%;
    margin-bottom: 10px;
  }
  #wg-binzangyongpin .bz-box .bz-right .bz-list .item .img {
    height: 135px;
  }
  #wg-binzangyongpindel main {
    padding: 0;
  }
  .bzDel-txt {
    flex-direction: column;
    margin-top: 0;
    padding: 0;
  }
  .bzDel-txt .left {
    width: 100%;
  }
  .bzDel-txt .right .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bzDel-txt .left .top {
    flex-direction: column;
    padding: 0;
    margin-bottom: 10px;
  }
  .bzDel-txt .right .content .item {
    width: 48.5%;
    display: flex;
    flex-direction: column;
  }
  .bzDel-txt .right {
    flex: 0 0 auto;
    margin-left: 0;
  }
  .bzDel-txt .left .top .txt {
    flex: 1;
    width: 100%;
    padding: 10px;
  }
  .bzDel-txt .left .top .img {
    flex: 0 0 auto;
    margin-right: 0;
    padding: 10px;
  }
  .bzDel-txt .left .top .txt .title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .bzDel-txt .left .top .txt .line {
    margin: 10px 0;
  }
  .bzDel-txt .left .top .txt .btn {
    font-size: 16px;
    padding: 7px;
  }
  .bzDel-txt .left .top .txt .btn span {
    margin-top: 8px;
    font-size: 12px;
  }
  .bzDel-txt .right.scrolled {
    position: relative;
    top: 0;
    right: 0;
    width: 98%;
    margin: 7px auto 0 auto;
    border-radius: 0;
  }
  .bzDel-txt .left .Article_body {
    width: 98%;
    margin: 0 auto;
    border-radius: 0;
  }
  .bzDel-txt .left .Article_body .title {
    font-size: 18px;
  }
  .bzDel-txt .left .Article_body .title p {
    font-size: 12px;
  }
  .bzDel-txt .left .Article_body .title p:before {
    width: 28px;
  }
  #wg-zhibokanmu main {
    padding: 0;
  }
  #wg-zhibokanmu .zb-lylist {
    padding: 8px;
  }
  #wg-zhibokanmu .zb .list .item {
    flex-direction: column;
    width: 31.33%;
    justify-content: flex-start;
    height: 57vw;
    background-color: var(--white);
    padding: 10px 0;
    border-radius: 8px;
  }
  #wg-zhibokanmu .zb .list {
    align-items: flex-start;
    padding: 0 10px;
    margin-top: 0;
  }
  #wg-zhibokanmu .zb .list .item .txt {
    padding: 5px;
  }
  #wg-zhibokanmu .zb .list .item .img {
    width: 80px;
    height:auto;
    line-height: 80px;
    margin-bottom: 10px;
  }
  #wg-zhibokanmu .zb .list .item .txt .desc p {
    font-size: 12px;
    text-align: left;
    display: math;
  }
  #wg-zhibokanmu .zb .title {
    font-size: 26px;
    padding: 16px 0 20px;
  }
  #wg-zhibokanmu .zb-lylist .item .txt .name {
    font-size: 16px;
    margin-top: 7vw;
  }
  #wg-zhibokanmu .zb-lylist .item .txt .btn {
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  #wg-zhibokanmu .zb-lylist .item .txt .btn:after {
    right: 4px;
    top: -12px;
    width: 25px;
    height: 25px;
  }
  #wg-zhibokanmu .zb-lylist .item .txt .name span {
    font-size: 11px;
  }
  #wg-zhibokanmu .zb-lylist .item .txt .pic span {
    font-size: 20px;
  }
  #wg-zhibokanmu .zb-lylist .item .txt .pic {
    font-size: 12px;
  }
  #wg-zhibokanmu .zb-lylist .item .img {
    height: 100px;
  }
  #wg-zhibokanmu .zb-lylist .item {
    width: 48.5%;
    margin-bottom: 10px;
  }
  #wg-zhibokanmu .zb .list .item .txt .name {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
  }
  #wg-zhibokanmu .zb .list .item .img .iconfont {
    font-size: 40px;
  }
  .mu-top-part {
    width: 100%;
    overflow: hidden;
  }
  .mu-about {
    position: relative;
    overflow: hidden;
    margin-bottom:5vw;
  }
  .mu-about:after {
    display: block;
    content: "";
    width: 300%;
    height: 120%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.18) 60%, rgba(255, 255, 255, 0) 70%) 50% 50%;
    position: absolute;
    animation: slideleft 1.2s linear infinite;
    top: 0;
    left: 50%;
    margin-left: -150%;
    pointer-events: none;
  }
  @keyframes slideleft {
    0% {
      transform: translate3d(-40%, 0, 0);
    }
    100% {
      transform: translate3d(30%, 0, 0);
    }
  }
  #wg-goumuchangshi .box {
    flex-direction: column;
    margin-bottom: 15px;
  }
  #wg-goumuchangshi .box .left {
    display: none;
  }
  #wg-goumuchangshi .box .right {
    height: 117px;
    flex: auto;
    background-repeat: no-repeat;
    background-position: top;
    width: 98%;
    background-size: 100%;
    margin: 0 auto;
  }
  #wg-goumuchangshi .box .right .shang {
    display: flex;
    padding-left: 0;
    margin-bottom: 15px;
    justify-content: space-between;
    align-items: center;
  }
  #wg-goumuchangshi .box .right .shang .cle {
    padding: 5px;
    font-size: 9px;
  }
  #wg-goumuchangshi .box .right .xia .txt .p2 {
    font-size: 18px;
  }
  #wg-goumuchangshi .box .right .xia .txt .p1 {
    font-size: 12px;
  }
  #wg-goumuchangshi .box .right .xia .call {
    padding: 8px;
    font-size: 13px;
    border-radius: 5px;
  }
  .cs-card .dingwei_biaoti {
    left: 3px;
    top: -27px;
    width: 111px;
    height: 43px;
    line-height: 40px;
    background-size: 100%;
    font-size: 13px;
    padding: 5px;
  }
  .cs-card .dingwei_xunwen {
    width: 77px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    right: 13px;
    top: -24px;
  }
  .cs-card {
    margin-bottom: 30px;
    padding: 10px;
  }
  .cs-card .yiceng .yicen_zuo .biaoti {
    line-height: 36px;
    font-size: 16px;
    margin-left: 0;
    margin-bottom: 9px;
  }
  .cs-card .yiceng {
    flex-direction: column;
  }
  .cs-card .yiceng .yicen_zuo .com {
    color: #333;
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 23px;
  }
  .cs-card .yiceng .yiceng_you {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .cs-card .erceng .biaoti {
    line-height: 36px;
    font-size: 16px;
    margin-left: 0;
    margin-bottom: 9px;
  }
  .cs-card .erceng .cle .li .p1 {
    font-size: 14px;
    line-height: 23px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .cs-card .erceng .cle .li {
    width: 100%;
    margin-bottom: 20px;
  }
  .cs-card .erceng .cle .li .p1 span {
    width: 24px;
    font-size: 14px;
    margin-right: 5px;
  }
  .appModel {
    display: block;
  }
  .bg-txt .title {
    font-size: 22px;
  }
  .bg-txt .price {
    font-size: 20px;
  }
  .bg-txt .desc {
    font-size: 18px;
  }
  .jg .video-list .video-item {
    margin-bottom: 10px;
  }
  .jg {
    padding: 10px;
  }
  .jg .jg-son.video-list {
    width: 48.5%;
  }
  .jg .jg-son.xiangce_list {
    width: 31.5%;
  }
  .mu-photo {
    padding: 10px 0 15px 0;
  }
  .mu-photo .muDel_title {
    margin-top: 10px;
    margin-bottom: 10px !important;
  }
  .mu-photo .xiangce_list {
    justify-content: space-between;
  }
  .tab-btnTit {
    font-size: 18px;
  }
  element.style {
    padding: 7px;
    padding-top: 10px;
  }
  #wg-gongmuDel footer .sidebar .example-1 #gotap {
    width: auto;
    margin: 0;
  }
  #wg-gongmuDel .muDel-desc .banner {
    height: 170px;
  }
  #wg-gongmuDel .mu-delTitle .gm-logo img {
    width: auto;
    height: 43px;
  }
  #wg-gongmuDel main section {
    margin-bottom: 10px;
  }
  .mu-article .desc {
    display: none;
  }
  .mu-article .title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .mu-article .meta {
    font-size: 11px;
  }
  .mu-container .mu-left {
    margin-right: 0;
  }
  .zixunDel {
    margin-bottom: 10px;
    padding: 0 8px;
  }
  .article-nex-pre .cle {
    width: 100%;
    margin-bottom: 20px;
  }
  .article-nex-pre {
    flex-direction: column;
  }
  .article-nex-pre .next {
    align-items: flex-start;
  }
  .article-nex-pre {
    margin: 10px 0 10px 0;
  }
  .article-call .text {
    font-size: 16px;
  }
  .article-call a {
    height: 25px;
    border-radius: 20px;
    font-size: 13px;
    width: 91px;
    line-height: 25px;
  }
  .article-call {
    margin: 0px 0 9px 0;
  }
  #wg-zixundel .mu-container .mu-right {
    width: 100%;
    height: auto;
  }
  #wg-zixundel .zixunDel .mu-container .mu-right .mu-card {
    padding: 0;
  }
  .fangan-list .title_p1 {
    line-height: 51px;
    font-size: 22px;
    margin-bottom: 2px;
  }
  .normal a .img {
    border-radius: 0;
  }
  .normal {
    height: auto;
  }
  .normal .txt {
    padding-left: 26px;
    padding-top: 3vw;
    width: 100%;
    padding-right: 20px;
  }
  .normal .txt .title {
    font-size: 3.5vw;
  }
  .normal .txt .desc {
    font-size: 12px;
    margin-top: 1vw;
  }
  .footer-wrapdel .mu-top {
    flex-direction: column;
  }
  .footer-wrapdel .mu-top .mu-nav .li {
    flex-basis: 33.33%;
    margin: 10px 0;
  }
  .footer-wrapdel .mu-top .mu-info .address {
    margin-top: 10px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .footer-wrapdel .mu-top .mu-tel {
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
  }
  .footer-wrapdel .mudel-title {
    font-size: 18px;
    margin-bottom: 15px;
    color: var(--white);
  }
  .footer-wrapdel .mu-top .mu-info .desc {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.62);
  }
  .footer-wrapdel .mu-top .mu-nav {
    background-color: var(--bgOpColor);
    border-radius: 10px;
    padding: 5px;
    margin: 10px 0;
    font-size: 15px;
  }
  .footer-wrapdel .mu-top .mu-nav .li {
    font-size: 15px;
  }
  .footer-wrapdel {
    padding-top: 20px;
    padding-bottom: 90px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-wrapdel .copyright {
    margin: 0px 0 0 0;
    font-size: 12px;
    color: #fff;
  }
  .footer-wrapdel .mu-top .mu-tel p {
    font-size: 22px;
    letter-spacing: 2px;
    margin-top: 1px;
    font-weight: 500;
  }
  .footer-wrapdel .mu-top .mu-tel p .iconfont {
    font-size: 22px;
  }
  .footer-wrapdel .mu-center {
    margin: 15px auto;
    padding: 15px 0;
  }
  .footer-wrapdel .mu-center .link .li {
    margin-left: 10px;
    font-size: 14px;
  }
  .footer-wrapdel .mu-center .link .icon {
    width: 20px;
    height: 20px;
    line-height: 17px;
  }
  .footer-wrapdel .mu-center .link .icon .iconfont {
    color: var(--bgColor);
    font-size: 12px;
  }
  .footer-wrapdel .mu-center .list .item .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    position: relative;
    left: 0;
    top: -5px;
    font-weight: 500;
  }
  .footer-wrapdel .mu-center .list .item {
    padding-left: 0;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .footer-wrapdel .mu-center .list .item .desc {
    display: none;
  }
  .footer-wrapdel .mu-center .list .item .title {
    font-size: 12px;
  }
  .alertBox {
    position: fixed;
    top: 36%;
    left: 101%;
    background-color: var(--bgColor);
    color: var(--white);
    padding: 32px;
    height: auto;
    z-index: 99;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: left 0.3s;
  }
  .alertBox.active {
    top: 36%;
    left: 0%;
  }
  .article-bz {
    padding: 0;
  }
  .article-call:before {
    content: "";
    position: absolute;
    background-image: url("../image/Gm-bee2.gif");
    width: 63px;
    height: 55px;
    background-repeat: no-repeat;
    background-size: cover;
    right: 2%;
    top: -3px;
  }
  .yuanqu-list .li {
    width: 100%;
  }
  .yuanqu-list .li .p2 .iconfont {
    margin-right: 3px;
    font-size: 12px;
  }
  .mx-box .mx-right .mxDel .mxDel-title .align-self-center {
    position: absolute;
    top: 12px;
    right: 8px;
  }
  .mx-box .mx-right .mxDel .mxDel-title .align-self-center .mu-link {
    padding: 5px;
    font-size: 10px;
  }
  .mx-box .mx-right .mxDel .mxDel-title .align-self-center .title {
    font-size: 12px;
    margin: 5px 0;
  }
  .mx-box .mx-right .mxDel .mxDel-title .align-self-center {
    padding: 0 4px;
  }
  .mx-filter .mx-filter-item > div:after {
    content: "\e60d";
    font-family: iconfont;
  }
  .mu-container .mu-right {
    width: 100%;
    margin-top:2vw;
  }
  .mu-container .ly-row .ly-col .ly-img img {
  height: 130px;        object-fit: cover;
  width: 100%;
  }
  .tese-list .tese-item .wg-intro .title {
    -webkit-backdrop-filter:none;
    backdrop-filter: none;
  }
  .mu-news .new-info .new-img {
    height: 88px;
   }
   .mu-news .new-info .new-txt p.desc .desc-1 {
    font-size: 11px;
   }
   footer .sidebar .example-1 .icon-content .link {
   height: 50px;
   }
   .youhui-list .youhui-item {
    flex-direction: column;
  }
  .youhui-list .youhui-item .li {
    width: 100%;
  }
  .header .header-logo {
    height: auto;
    display: block;
    margin-right: 10px;
    height: 100%;
}
  .header .header-logo img{
      margin-right: 10px;
height: 100%;
}
.muDel-video .muDel-videol {
    flex: none;
    border-radius: 4px;
    padding: 0 10px;
}
.muDel-video .muDel-videor .muLink .txt .desc {
    font-size: 14px;
    color: var(--font-888-color);
    line-height: 6vw;
}
.muDel-video .muDel-videol .video-home .video video {
    width:36.5%;
    height: auto;
    border-radius: 4px;
}
.v-link .video-list {
    display: block;
    justify-content: space-between;
}
#wg-muxing .mu-container .ly-row .ly-col .wg-intro {
    text-align: left;
}
.muxing-about .ly-col .txt {
    text-align: left;}
.muxing-about .ly-col {
    border-radius: 3px;
    overflow: hidden;
    width: 18.5%;
    display: block;
    margin-bottom: 15px;
    position: relative;
    flex-direction: column;
    align-items: center;
}
.mx-box .mx-right .mxDel .mxDel-title .flex-child .mx-price {
    font-size: 14px;
    margin-top: 5vw;
}
.minsuiyoush {
    background: url(../image/minsuyou1.jpg) center no-repeat;
    width: 240px;
    margin-bottom: 1vw;
    margin-left: 21vw;
    height: 300px;
}
.minsuiyouxia {
    background: url(../image/minsuyou2.jpg) center no-repeat;
    width: 240px;
    margin-bottom: 1vw;
    margin-left: 21vw;
    height: 300px;
}
aside .m-box .m-img {
    width: 74%;
    height: auto;
    overflow: hidden;
    border-radius: 3px;
}
aside .m-box .m-title a {
    display: block;
    font-size: 14px;
    color: var(--font-3c-color);
    padding: 10px 3px;
    display: flex;
    align-items: center;
    transition: 0.2s;
    cursor: pointer;
    width: 30%;
}
aside .m-box {
    position: relative;
    width: 100%;
    margin: 7% 14%;
}
}
}
/* 大于 768px 且小于等于 1024px（平板设备） */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* CSS样式 */
}