@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  appearance: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
}
em,
i {
  font-style: normal;
}
*:focus {
  outline: none;
}
input,
select {
  font-size: 0.85rem;
}
input,
a,
textarea {
  font-family: "microsoft yahei";
  padding: 0;
  margin: 0;
}
body {
  margin: 0;
  padding: 0;
  font-family: "microsoft yahei";
  font-size: 16px !important;
  color: #333;
}
a,
div,
p,
i,
span,
dd,
em {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #333;
}
a[title="站长统计"] {
  display: none;
}
.posrelative {
  position: relative;
}
.clear {
  clear: both;
  height: 0px;
  line-height: 0px;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.mt_5 {
  margin-top: 0.5rem;
}
.mt_2 {
  margin-top: 0.2rem;
}
.mt_10 {
  margin-top: 1rem;
}
.mlr_10 {
  margin: 0 1rem;
}
.mtb_10 {
  margin: 1rem 0;
}
.mlr_5 {
  margin: 0 0.5rem;
}
.mtb_5 {
  margin: 0.5rem 0;
}
.ml_5 {
  margin-left: 0.5rem;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
ul,
li,
ol {
  list-style: none;
}
.linecontent {
  height: 2.2rem;
}
.boxshadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.bgwhite {
  background: #fff;
}
.bdrls {
  border-radius: 4px;
}
.bggray {
  background: #f6f6f6;
}
.height26rem {
  height: 2.6rem;
}
.disblock {
  display: block;
}
.maxwd {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.borderall {
  border: 1px solid #ddd;
}
.h100 {
  height: 100%;
}
.w100 {
  width: 100%;
}
.mt_5 {
  margin-top: 0.5rem;
}
.mt_10 {
  margin-top: 1rem;
}
.mt_15 {
  margin-top: 1.5rem;
}
.mt_75 {
  margin-top: 0.75rem;
}
.mt_20 {
  margin-top: 2rem;
}
.ml2 {
  margin-left: 0.2rem;
}
.mr2 {
  margin-right: 0.2rem;
}
.ml5 {
  margin-left: 0.5rem;
}
.mr5 {
  margin-right: 0.5rem;
}
.middle {
  vertical-align: middle;
  margin-top: -3px;
}
.textcenter {
  text-align: center;
}
.padding5 {
  padding: 0.5rem;
}
.padding75 {
  padding: 0.75rem;
}
.wrap {
  padding: 0 0.75rem;
}
.tab_content li.tab_content_li {
  display: none;
}
.tab_content li.active {
  display: block;
}
.tab_content1 li.tab_content_li {
  display: none;
}
.tab_content1 li.active {
  display: block;
}


.swiper-box {
  width: 100%;
  margin-top: 0.34rem;
}
.swiper-box .swiper-container {
  border-radius: 0.16rem;
}
.swiper-box .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.swiper-box .swiper-container .swiper-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-box .swiper-container .swiper-wrapper img {
  width: 100%;
  height: 11rem;
  object-fit: cover;
}
.swiper-box .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}
.swiper-box .swiper-container .swiper-pagination-bullet {
  height: 6px;
  width: 6px;
  background: #FFFFFF;
  border-radius: 50%;
  transition: 0.3s;
}
.swiper-box .swiper-container .swiper-pagination-bullet-active {
  height: 6px;
  width: 18px;
  background: #FFFFFF;
  opacity: 1;
  border-radius: 0.2rem;
  transition: 0.3s;
}
.swiper-box .swiper-container .swiper-pagination-bullets {
  bottom:-0.7rem;
}
.swiper1 {
  width: 100%;
  height: 2.9rem;
}
/*swiper*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  z-index: 100;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, -34px, 0);
  -ms-transform: translate3d(0, -34px, 0);
  -o-transform: translate3d(0, -34px, 0);
  transform: translate3d(0, -34px, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #26bdef;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 200;
  bottom: -1.6rem;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 3px;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-container-bn {
  width: 100%;
}
.swiper-container-bn .bnimg {
  display: block;
  width: 100%;
  height: 11rem;
  display: block;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.swiper-container-bn .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
  margin: 0 5px !important;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  margin: 0 5px !important;
  transition: 0.25s;
}
.swiper-container-bn .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
  width: 18px;
}
.swiper-container-bn .swiper-pagination {
  bottom: 0% !important;
  margin-bottom: -1.2rem !important;
}

body {
  background: #f6f6f6;
  max-width: 750px;
  margin: 0 auto;
  overflow-x: hidden;
}
.head {
  height: 3.5rem;
  width: 100%;
  /*position: fixed;
	left: 0;
	top: 0;*/
  z-index: 999;
  background: #fff;
  transition: 0.25s;
}
.hdflex {
  display: flex;
  align-items: center;
}
.hdl img {
  width: 100%;
}
.hdl,
.hdr {
  flex: 1;
}
.hdm {
  flex: 3.5;
}
.hdr {
  text-align: right;
}
.hdr_a {
  color: #21384a;
  font-size: 0.85rem;
}
.hdr_a img {
  height: 1.2rem;
}
.search input[type="text"] {
  height: 2rem;
  width: 100%;
  border-radius: 2rem;
  padding: 0 1rem;
  color: #21384a;
  background: url(../images/search_ico_03.png) no-repeat center left #e8ebed;
  background-position-x: 0.8rem;
  background-size: 18px;
  padding-left: 2.3rem;
}
.search input[type="text"]::-webkit-input-placeholder {
  color: #21384a;
}
.search .shous{
  width: 20px;
  height: 18px;
  position: absolute;
  left: 5px;
  top: 7px;
  background: none;
}
.m1_pd {
  background: #fff;
  padding: 0 0.75rem 0.75rem 0.75rem;
  padding-top: 0;
}
.bnbox .swiper-container-bn {
  border-radius: 10px;
  overflow: hidden;
}
.nava {
  width: 25%;
  text-align: center;
  font-size: 0.85rem;
}
.nava img {
  display: block;
  height: 2.4rem;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}
.m_title {
  line-height: 1.6rem;
}
.m_title_h1 {
  font: 600 21px "Microsoft Yahei";
  color: #292929;
}
.m_title_time {
  line-height: 1.3rem;
  padding-top: 0.15rem;
}
.m_title_time i {
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 4px;
  background: #21384a;
  color: #fff;
  text-align: center;
  line-height: 1.3rem;
  font-size: 0.85rem;
  float: left;
}
.m_title_time span {
  float: left;
  color: #cba347;
  margin: 0 0.25rem;
}
.m_mshd {
  display: flex;
}
.m_mshd_a {
  flex: 1;
  margin-right: 0.75rem;
}
.m_mshd_a:last-child {
  margin-right: 0;
}
.m_mshd_a_img img {
  display: block;
  width: 100%;
  border-radius: 4px;
}
.m_mshd_a h1 {
  font-size: 0.9rem;
  margin: 0.35rem 0 0.25rem 0;
}
.m_jg {
  font-size: 0.8rem;
  color: #999;
}
.m_jg b {
  color: #ff533c;
  margin-right: 0.5rem;
  font-size: 0.85rem;
}
.zthd_img img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.swiper-container-zthd {
  padding-bottom: 1rem;
}
.swiper-pagination-zthd {
  bottom: 0;
  margin-bottom: -0.75rem;
  padding-left: 0.25rem;
  transition: 0s !important;
}
.swiper-pagination-zthd .swiper-pagination-bullet {
  width: 1.25rem;
  height: 0.25rem;
  background: #e8ebed;
  border-radius: 0.25rem;
  transition: 0s;
  margin: 0 !important;
  margin-left: -0.25rem !important;
  position: relative;
  z-index: 9;
}
.swiper-pagination-zthd .swiper-pagination-bullet-active {
  background: #cba347;
  z-index: 10;
}
.swiper-container-idx-top .swiper-slide {
  width: 20%;
  text-align: center;
  color: #666;
  font-size: 0.9rem;
}
.swiper-container-idx-top .swiper-slide.active {
  color: #cba347;
  font-weight: bold;
  font-size: 0.95rem;
}
.m_img {
  width: 100%;
}
.m_img img {
  display: block;
  width: 100%;
  border-radius: 4px;
}
.m_sp_box_a {
  width: 48%;
  margin-top: 0.75rem;
}
.m_sp_box_a:nth-child(even) {
  float: right;
}
.m_sp_b_img {
  height: 10rem;
  background-size: cover !important;
  border-radius: 4px;
  overflow: hidden;
}
.m_sp_b_txt h1 {
  font-size: 0.9rem;
  margin: 0.5rem 0 0.25rem 0;
  line-height: 1rem;
}
.m_yz_a {
  display: flex;
  position: relative;
  min-height: 6.5rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #ededed;
  align-items: center;
}
.m_yz_a:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.m_yz_a_img {
  flex: 1;
  margin-right: 0.75rem;
}
.m_yz_a_img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.m_yz_a_txt,
.m_jdzx_txt {
  flex: 3;
}
.m_yz_a_txt h1 {
  line-height: 1.2rem;
  font-size: 0.95rem;
  color: #cba347;
  margin-bottom: 0.2rem;
}
.m_yz_a_txt h1 i {
  font-weight: normal;
  font-size: 0.85rem;
  margin-left: 0.2rem;
}
.m_yz_a_txt h1 img {
  font-weight: normal;
  width: 0.85rem;
  height: 0.85rem;
  margin-left: 0.2rem;
}
.m_yz_a_txt p {
  font-size: 0.9rem;
  color: #333;
  line-height: 1.5rem;
}
.m_jdzx_more {
  display: inline-block;
  font-size: 0.85rem;
}
.m_jdzx_txt p {
  font-size: 0.9rem;
  line-height: 1.3rem;
  margin-bottom: 0.6rem;
}
.m_jdzx_txt_tag {
  color: #999;
  font-size: 0.8rem;
}
.m_jxwd_a {
  display: block;
  padding: 0.75rem 0;
  border-bottom: 1px solid #ededed;
}
.m_jxwd_a:last-child {
  border-bottom: 0;
}
.m_jxwd_a h1 {
  font-size: 0.95rem;
  line-height: 1.2rem;
  padding: 0.3rem 0;
  padding-left: 2.3rem;
}
.m_jxwd_a h1 img {
  display: block;
  height: 1.8rem;
  position: absolute;
  left: 0;
  top: 0;
}
.m_ja_m {
  display: flex;
}
.m_ja_m_img {
  flex: 1;
  align-items: center;
}
.m_ja_m img {
  display: block;
  width: 100%;
  border-radius: 4px;
  width: 78px;
  height: 58px;
}
.m_ja_m_txt {
  position: relative;
  flex: 3;
  padding: 0.75rem;
  background: #faf6ec;
  border-radius: 4px;
  color: #666;
  line-height: 1.2rem;
  font-size: 0.8rem;
  margin-left: 1rem;
}
.m_ja_m_txt .ico {
  position: absolute;
  color: #faf6ec;
  left: 0;
  top: 50%;
  margin-left: -0.3rem;
  font-size: 1rem;
  line-height: 1rem;
  margin-top: -0.5rem;
}
.m_bot_head li {
  float: left;
  width: 20%;
  text-align: center;
  color: #666;
  font-size: 0.9rem;
}
.m_bot_head li.active {
  color: #cba347;
  font-weight: bold;
  font-size: 0.95rem;
}
.m_bota {
  margin-top: 0.75rem;
  width: 48%;
}
.m_bota:nth-child(even) {
  float: right;
}
.m_bota_img {
  height: 7rem;
  background-size: cover !important;
  border-radius: 4px;
  overflow: hidden;
}
.m_vdico {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/m_vdico_03.png) no-repeat center rgba(0, 0, 0, 0.5);
  background-size: 20%;
}
.m_bota_txt h1 {
  font-size: 0.9rem;
  margin: 0.5rem 0 0.25rem 0;
  line-height: 1rem;
  line-height: 1.2rem;
  height: 2.4rem;
  overflow: hidden;
}
.m_bota_txt p {
  color: #999;
  font-size: 0.8rem;
}
.foot {
  height: 3.5rem;
  width: 100%;
  position: fixed;
  z-index: 999;
  left: 0;
  bottom: 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.foot_height {
  height: 3.5rem;
}
.m_foot {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fta {
  flex: 1;
  text-align: center;
  font-size: 0.8rem;
  color: #21384a;
  height: 100%;
}
.fta i {
  display: block;
  margin: 0 auto;
  width: 1.3rem;
  height: 1.3rem;
  margin-bottom: 0.25rem;
  margin-top: 0.5rem;
}
.fta_1 {
  background: url(../images/ftico1_03.png) no-repeat center;
  background-size: cover;
}
.fta.active .fta_1 {
  background: url(../images/ftico1_ac_03.png) no-repeat center;
  background-size: cover;
}
.fta_2 {
  background: url(../images/ftico2_03.png) no-repeat center;
  background-size: cover;
}
.fta.active .fta_2 {
  background: url(../images/ftico2_ac_03.png) no-repeat center;
  background-size: cover;
}
.fta_3 {
  background: url(../images/ftico3_03.png) no-repeat center;
  background-size: cover;
}
.fta.active .fta_3 {
  background: url(../images/ftico3_ac_03.png) no-repeat center;
  background-size: cover;
}
.fta_4 {
  background: url(../images/ftico4_03.png) no-repeat center;
  background-size: cover;
}
.fta.active .fta_4 {
  background: url(../images/ftico4_ac_03.png) no-repeat center;
  background-size: cover;
}
.fta_5 {
  background: url(../images/ftico5_03.png) no-repeat center;
  background-size: cover;
}
.fta.active .fta_5 {
  background: url(../images/ftico5_ac_03.png) no-repeat center;
  background-size: cover;
}
.fta.active {
  color: #cba347;
}
.hdl_cp {
  flex: 1;
}
.hdl_cp img{
  width: 100%;
  display: inline-block;
  width: 0.6rem;
  height: 1.0rem;

}
.hdm_cp {
  flex: 9;
}
.hdm_cp .search input[type="text"] {
  background-size: 4.5%;
}
.x_m1_pd {
  padding-top: 0;
}
.x_m1 {
  display: flex;
}
.x_m1_l {
  flex: 1;
  margin-right: 0.75rem;
}
.x_m1_l:last-child {
  margin-right: 0;
}
.x_m1_l img {
  border-radius: 4px;
}
.x_m1_lw_r {
  display: flex;
  flex-wrap: wrap;
  width: 105%;
  margin-top: 0.1rem;
}
.x_m1_lwa {
  width: 45%;
  margin-top: 0.65rem;
  margin-right: 5%;
}
.x_m1_lwa:nth-child(even) {
  margin-right: 0;
}
.x_m1_lwa img {
  width: 100%;
  display: block;
}
.c_m1_tag a {
  display: inline-block;
  padding: 0.4rem 1rem;
  background: #e8ebed;
  color: #292929;
  font-size: 0.8rem;
  margin-right: 0.5rem;
  border-radius: 2px;
  margin-top: 0.5rem;
}
.c_m2_txt {
  line-height: 3rem;
  border-bottom: 1px solid #ededed;
  font-weight: bold;
}
.c_m2_txt:last-child {
  border-bottom: 0;
}
/*city*/
.city-list {
  padding: 0.75rem;
  background: #fff;
  margin-top: 0.75rem;
}
.city-list .city-letter {
  font-size: 1.1rem;
  font-weight: bold;
  display: block;
  margin-bottom: 0.5rem;
}
.city-list p {
  line-height: 1.8rem;
  font-size: 0.85rem;
}

.xd2a {
  padding: 0.75rem !important;
  margin-bottom: 0.5rem;
  border-bottom: 0;
}
.xd2a:last-child {
  margin-bottom: 0;
}
.xd2a_txt {
  flex: 2.5;
}
.xd2a_txt p {
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1.2rem;
  height: 2.4rem;
  overflow: hidden;
}
.xd2a_txt span {
  color: #f42f30;
}
.xd2a_txt i {
  display: inline-block;
  padding: 0.3rem 0.75rem;
  background: #cba347;
  color: #fff;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: bold;
}

.xd2a_txt .m_jg {
  margin: 0.25rem 0;
}
.xd2_page {
  font-size: 0.75rem;
  color: #999;
  padding: 0.75rem;
}
.l_head_title {
  flex: 6;
}
.l_head_title h1 {
  font-size: 1.1rem;
}
.share_hdr {
  line-height: 3.2rem;
}
.share_hdr img {
  height: 1rem;
}

.xd3a {
  padding: 1rem 0;
  border-bottom: 1px solid #eaeaea;
}
.xd3a:last-child {
  border-bottom: 0;
}
.xd3a_top {
  display: flex;
  align-items: center;
}
.xd3a_top_l {
  flex: 1.8;
  min-height: 3.6rem;
  padding-left: 4.5rem;
}
.xd3a_top_l i.xd3a_top_limg {
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 3.6rem;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.xd3a_top_l i.xd3a_top_limg img {
  display: block;
  width: 100%;
  height: 100%;
}
.xd3a_top_l h1 {
  font-size: 0.95rem;
  color: #cba347;
  margin: 0.25rem 0 0.2rem 0;
}
.xd3a_top_l p i {
  color: #dddddd;
  margin-right: 0.25rem;
  font-size: 0.9rem;
}
.xd3a_top_l p i.active {
  color: #cba347;
}
.xd3a_top_r {
  flex: 1;
  color: #999;
  font-size: 0.85rem;
  text-align: right;
  display: block;
}
.xd3a_txt {
  line-height: 2rem;
  color: #666;
  font-size: 1.2rem;
  margin: 0.5rem 0;
}
.xd3a_img {
  max-width: 103%;
}
.xd3a_img img {
  display: block;
  width: 22%;
  margin-right: 3%;
  border-radius: 4px;
  float: left;
}
/*服务评价*/
.ftw {
  width: 100%;
}
.fl_a {
  width: 4.2rem;
  text-align: center;
  height: 100%;
}
.fl_a img {
  display: block;
  height: 1.3rem;
  margin: 0 auto;
  margin-top: 0.5rem;
}
.fl_a p {
  color: #888;
  margin-top: 0.3rem;
  font-size: 0.8rem;
}
.fr_a {
  width: 55%;
  height: 2.5rem;
  background: #cba347;
  border-radius: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
  font-size: 0.95rem;
  color: #ffff;
  margin-top: 0.5rem;
}
.fr_a img {
  height: 1rem;
}
/*公用弹出样式*/
.tc {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}
.tc_active {
  opacity: 1;
  visibility: inherit;
}
.tc_bg {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.tc_txt {
  position: relative;
  z-index: 9;
}
.share_txt {
  width: 90%;
  background: #fff;
  position: absolute;
  left: 5%;
  top: 50%;
  margin-top: -85px;
  border-radius: 10px;
  padding: 0.75rem;
  padding-bottom: 0;
}
.share_title {
  font-size: 1.1rem;
  font-weight: bold;
}
.share_md a {
  display: block;
  float: left;
  width: 25%;
  text-align: center;
  font-size: 0.8rem;
  color: #666;
}
.share_md a img {
  display: block;
  margin: 0 auto;
  height: 2rem;
  margin-bottom: 0.5rem;
}
.share_bot a {
  display: block;
  width: 100%;
  height: 3rem;
  border-top: 1px solid #ededed;
  text-align: center;
  line-height: 3rem;
  font-size: 0.95rem;
}
.hdm_sp_info .search input[type="text"] {
  background: url(../images/search_ico_03.png) no-repeat center left #e8ebed;
  background-position-x: 0.8rem;
  background-size: 6%;
}
/*商品详情*/
.j-si-nav a {
  display: inline-block;
  line-height: 2rem;
  font-size: 1rem;
  margin-right: 0.75rem;
  color: #666;
  position: relative;
}
.j-si-nav a.active {
  color: #cba347;
  font-size: 1rem;
  font-weight: bold;
}
.si_1 {
  padding-top: 0;
}
.swiper-container-si1 img {
  border-radius: 4px;
  width: 100%;
}
.si1_t1 h1 {
  font-size: 0.95rem;
  line-height: 1.4rem;
}
.si1_t1 p {
  color: #ff533c;
  margin-top: 0.5rem;
}
.si1_t2 {
  padding: 0.5rem 0;
  margin: 0.25rem 0;
  cursor: pointer;
}
.si1_t2 span {
  display: inline-block;
  line-height: 1.5rem;
  padding: 0 0.5rem;
  border-radius: 4px;
  font-size: 0.75rem;
  margin-right: 0.5rem;
  cursor: pointer;
}
.si1_t2 span.sp_1 {
  border: 1px solid #cba347;
  color: #cba347;
}
.si1_t2 span.sp_2 {
  border: 1px solid #ff533c;
  color: #ff533c;
}
.si1_t2 i {
  font-size: 1.3rem;
  line-height: 1.5rem;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0.5rem;
}
.txt {
  line-height: 1.9rem;
  color: #666;
  font-size: 1.14rem;
}
.txt img {
  max-width: 100%;
  height: auto !important;
}
.si1_t3 {
  font-size: 0.8rem;
}
.si_2a {
  height: 3rem;
  line-height: 3rem;
  border-bottom: 1px solid #ededed;
  display: block;
  cursor: pointer;
}
.si_2a span.fl {
  font-size: 0.95rem;
}
.si_2a i.rt_i {
  line-height: 3rem;
  position: absolute;
  right: 0;
  top: 0;
}
.si_2a div.fr {
  margin-right: 1rem;
}
.si_2a1 {
  font-size: 0.85rem;
  color: #999;
}
.si_2a2 {
  color: #21384a;
  font-size: 0.85rem;
}
.si_2a3 span {
  display: inline-block;
  line-height: 1.5rem;
  padding: 0 0.25rem;
  border-radius: 4px;
  font-size: 0.75rem;
  margin-right: 0.25rem;
  cursor: pointer;
  border: 1px solid #21384a;
  color: #21384a;
}
.si_3 {
  padding: 0 0.75rem;
}
.si_3_top {
  padding: 0.75rem 0;
  border-bottom: 1px solid #ededed;
  display: flex;
  align-items: center;
}
.si_3_topl img {
  display: block;
  width: 3.6rem;
}
.si_3_topr {
  margin-left: 0.75rem;
  font-size: 0.95rem;
  font-weight: bold;
}
.si3w_title {
  line-height: 1.2rem;
  font-size: 0.85rem;
}
.si3w_title a {
  color: #333;
}
.si3w_box .xd3a_top_l i.xd3a_top_limg {
  width: 2.6rem;
  height: 2.6rem;
}
.si3w_box .xd3a_top_l h1 {
  line-height: 2.6rem;
  margin: 0;
  color: #21384a;
}
.si3w_box .xd3a_top_l {
  padding-left: 3.25rem;
  min-height: 2.6rem;
}
.si3w_box .xd3a_txt {
  margin: 0;
  margin-top: 0.5rem;
}
.si3w_box .xd3a_txt img {
  max-width: 100%;
  height: auto !important;
}
.public_txt {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.si_public {
  padding: 1rem;
  background: #fff;
  width: 90%;
  border-radius: 10px;
  max-height: 90%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.si_public_t {
  line-height: 1.5rem;
  font-weight: bold;
  font-size: 1.1rem;
}
.si_public_t i {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/close_ico_03.png) no-repeat center;
  position: absolute;
  right: 0;
  top: 0;
  background-size: 50%;
}
.si_ggxz_a_tag {
  width: 103%;
}
.si_ggxz_a_tag span {
  display: block;
  width: 22%;
  margin-right: 3%;
  line-height: 1.6rem;
  font-size: 0.85rem;
  text-align: center;
  border: 1px solid #21384a;
  border-radius: 4px;
  float: left;
}
.si_ggxz_a_tag span.active {
  border: 1px solid #cba347;
  color: #cba347;
}
.si_ggxz_a {
  border-bottom: 1px solid #ededed;
  padding-bottom: 1rem;
}
.btn_public {
  display: block;
  border-radius: 10px;
  line-height: 3rem;
  background: #cba347;
  color: #fff;
  text-align: center;
}
.si_fwbz_a {
  padding: 1rem 0;
  border-bottom: 1px solid #ededed;
}
.si_fwbz_a:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.si_fwbz_a h1 {
  font-size: 0.9rem;
  color: #cba347;
  margin-bottom: 0.5rem;
}
.si_fwbz_a h1 img {
  height: 0.85rem;
}
.si_fwbz_a p {
  line-height: 1.4rem;
  font-size: 0.8rem;
  color: #666;
}
.siyh_a {
  padding: 1rem 0;
  border-bottom: 1px solid #ededed;
}
.siyh_a:last-child {
  border-bottom: 0;
}
.siyh_a_txt {
  line-height: 1.6rem;
  font-size: 0.75rem;
  color: #cba347;
}
.siyh_a_txt b {
  margin-right: 0.5rem;
}
.yhq_bg {
  width: 100%;
  height: 7.5rem;
  background: url(../images/yhq_bg_03.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}
.yhq_bg {
  display: flex;
}
.yhq_bg_txt {
  margin-left: 1rem;
  color: #fff;
}
.yhq_bg_txt h1 {
  font-size: 1.5rem;
  font-weight: normal;
}
.yhq_bg_txt h1 i {
  font-size: 0.85rem;
  margin-right: 0.2rem;
}
.yhq_bg_txt p {
  font-size: 0.9rem;
  margin: 0.25rem 0;
}
.yhq_bg_txt span {
  display: block;
  font-size: 0.75rem;
  opacity: 0.7;
}
.iy_1 {
  display: block;
  margin-top: -1.5rem;
  padding: 0.5rem 0;
}
.iy1_a {
  float: left;
  width: 50%;
  margin-top: 1.5rem;
  font-size: 0.9rem;
  font-weight: bold;
}
.iy1_a i {
  display: flex;
  width: 4rem;
  height: 4rem;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: #faf6ec;
  border-radius: 50%;
  margin-bottom: 0.5rem;
}
.iy1_a i img {
  height: 1.7rem;
}
.iy2_1 span {
  margin-top: 0.5rem;
}
.iya {
  font-size: 0.9rem;
  width: 100%;
  cursor: pointer;
  height: 3rem;
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
  line-height: 3rem;
  overflow: hidden;
  margin-top: -1px;
  padding-right: 1rem;
}
.iya i {
  display: block;
  line-height: 3rem;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2rem;
  color: #b8b8b8;
}
.iya input {
  width: 100%;
  height: 100%;
}
.iya input::-webkit-input-placeholder {
  color: #333;
}
.iy2_txt p {
  font-size: 0.8rem;
  color: #999;
  margin-bottom: 0.75rem;
}
.iy_3_pd {
  padding: 1rem 0;
}
.iy_3_pd img {
  width: 100%;
  display: block;
}
.xzfw .si_fwbz_a h1 {
  color: #333;
}
.hdm_yy_add {
  flex: 4;
}
.head_zi {
  position: relative;
  z-index: 999;
}
.addbox {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  padding-top: 7rem;
}
.addbox .map {
  width: 100%;
  height: 100%;
}
.add_bot {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.5rem 1rem;
  max-height: 50%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  border-radius: 15px 15px 0 0;
}
.aba {
  padding: 0.75rem 0;
  border-bottom: 1px solid #ededed;
  padding-left: 2rem;
  cursor: pointer;
}
.aba:last-child {
  border-bottom: 0;
}
.aba_r img {
  width: 3rem;
  display: block;
  margin-bottom: 0.25rem;
}
.aba_r {
  font-size: 0.9rem;
  color: #f42f30;
  text-align: center;
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
}
.aba_txt h1 {
  font-size: 0.95rem;
}
.aba_txt p {
  color: #999;
  margin-top: 0.5rem;
  font-size: 0.85rem;
}
.aba .aba_ico {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 1px solid #cbcbcb;
  border-radius: 1rem;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5rem;
  text-align: center;
}
.aba .aba_ico em {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: #cba347;
  border-radius: 0.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -0.25rem 0 0 -0.25rem;
  display: none;
}
.aba_active .aba_ico {
  border: 1px solid #cba347;
}
.aba_active .aba_ico em {
  display: block;
}
.aba input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-appearance: radio;
  opacity: 0;
}

.sl {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  padding-top: 4rem;
  padding-bottom: 3.5rem;
}
.slw {
  display: flex;
  background: #fff;
}
.sltop {
  width: 7.5rem;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  background: #e8ebed;
}
.sltop li {
  display: block;
  height: 3rem;
  line-height: 3rem;
  font-size: 0.95rem;
  color: #292929;
  text-align: center;
}
.sltop li.active {
  background: #cba347;
  color: #fff;
  font-weight: bold;
}
.slbot {
  padding: 0.75rem;
  padding-top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.slbw_title h1 {
  font-size: 1rem;
}
.slbw_title h1 i {
  display: inline-block;
  width: 3px;
  height: 0.8rem;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 0.35rem;
  background: #f42f30;
  overflow: hidden;
}
.slbwb {
  width: 104.3333%;
}
.slbwba {
  float: left;
  width: 29%;
  margin-right: 4.3333%;
  margin-top: 0.75rem;
  text-align: center;
}
.slbwba img {
  width: 100%;
  display: block;
  border-radius: 6px;
}
.slbwba p {
  line-height: 1.2rem;
  height: 1.2rem;
  font-size: 0.8rem;
  color: #333;
  overflow: hidden;
  margin-top: 0.35rem;
  font-weight: bold;
}
.sl_404 {
  padding-top: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sl_404_txt img {
  display: block;
  margin: 0 auto;
  max-width: 50%;
  margin-bottom: 1rem;
}
.sl_404_txt p {
  line-height: 1.4rem;
  color: #999;
  font-size: 0.75rem;
  text-align: center;
}
.ls_1 {
  background: #f5f5f5;
  text-align: center;
  padding: 2rem 0;
  font-size: 0.85rem;
  color: #999;
}
.si_ggxz_a_tagcp a {
  display: block;
  width: 17%;
  margin-right: 3%;
  line-height: 1.4rem;
  font-size: 0.75rem;
  text-align: center;
  border: 1px solid #21384a;
  border-radius: 4px;
  float: left;
  margin-top: 0.5rem;
}
.si_ggxz_a_tagcp a.active {
  border: 1px solid #cba347;
  color: #cba347;
}
.ct_2 {
  padding: 0.5rem 0;
}
.str_wrap {
  overflow: hidden;
  zoom: 1;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  background: #f6f6f6;
  white-space: nowrap;
}

.str_wrap.str_active {
  background: #f9f9f9;
}
.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}
.str_move_clone {
  display: inline-block;
  display: inline;
  zoom: 1;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}
.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}
.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}
.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}
.str_wrap img {
  max-width: none !important;
}
.dowebok .b5gd {
  line-height: 3rem;
  display: block;
  overflow: hidden;
  height: 3rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px solid #ededed;
}
.dowebok .b5gd i {
  font-size: 0.85rem;
  color: #333;
  display: block;
  float: left;
  width: 33.3333%;
}
.dowebok .b5gd i:nth-child(1) {
  text-align: left;
}
.dowebok .b5gd i:nth-child(2) {
  text-align: center;
}
.dowebok .b5gd i:nth-child(3) {
  text-align: right;
}
.dowebok {
  height: 15rem;
  overflow: hidden;
  background: #fff;
}
.qa_a {
  padding: 0.75rem;
  border-bottom: 0;
}
.qa_moreico img {
  display: block;
  height: 1rem;
  margin-top: 0.3rem;
}
.qa2_head li {
  width: auto;
  margin-right: 0.5rem;
}
.qa2w_a {
  padding: 0.75rem 0;
  border-bottom: 1px solid #ededed;
  font-size: 0.85rem;
  line-height: 1.5rem;
}
.qi_title h1 {
  max-width: 80%;
}
.qi_title a.m_jdzx_more {
  color: #cba347;
}
.qi1_img img {
  width: 30.3333%;
  margin-right: 3%;
}
.qi1_tag a {
  display: inline-block;
  line-height: 1.5rem;
  padding: 0 0.5rem;
  border-radius: 4px;
  font-size: 0.8rem;
  margin-right: 0.25rem;
  cursor: pointer;
  color: #21384a;
  background: #e8ebed;
  margin-top: 0.5rem;
}
.qi1_a a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 2.2rem;
  float: left;
  margin-left: 0.5rem;
}
.qi1_a a img {
  height: 1.4rem;
}
.qi1_a a.qi1_a_1 {
  background: #e6f8e6;
}
.qi1_a a.qi1_a_2 {
  background: #edf2fd;
}
.qi1_a a.qi1_a_3 {
  background: #e7f8fe;
}
.qi1_a a.qi1_a_4 {
  background: #e6f2ff;
}
.qi1_a span {
  display: block;
  font-weight: bold;
  line-height: 2.2rem;
  font-size: 0.95rem;
}
.qi2w .xd3a {
  border-bottom: 1px solid #ededed;
}
.qi2w .xd3a:last-child {
  border-bottom: 0;
}
.qi2w_txt {
  line-height: 2rem;
  font-size: 0.85rem;
  color: #999;
}
.qi2w_txt a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  width: 2rem;
  border-radius: 2rem;
  background: #faf6ed;
}
.qi2w_txt a img {
  display: block;
  height: 1rem;
}
.xd41a {
  border-radius: 10px;
  overflow: hidden;
}
.xd41a img {
  display: block;
  width: 100%;
}
.xd41atxt {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/xdbg_03.png) no-repeat center;
  background-size: 100% 100%;
}
.xd41atxt p {
  width: 100%;
  line-height: 3rem;
  height: 3rem;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 1rem;
  padding: 0 0.75rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.xd4_2a {
  padding-bottom: 1rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid #ededed;
}
.xd4_2a .si1_t1 h1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.m_xd4_2 .m_yz_a:first-child {
  padding-top: 0;
}

.qi1_tag_zan {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/zan_ico_03.png) no-repeat center #faf6ed !important;
  background-size: 50% !important;
  border-radius: 2rem !important;
  margin-top: 0.2rem !important;
}
.xd_more {
  background: #fff;
  padding: 0 0.75rem;
}
.xd_more a {
  display: block;
  height: 3rem;
  line-height: 3rem;
  color: #cba347;
  border-top: 1px solid #ededed;
  font-size: 0.85rem;
}
.m-pro-title {
  font-size: 1.1rem;
}

/* ################################### */
/* 实时订单 */
/* ################################### */
.order-table .section-order .table {
  width: 100%;
  padding: 0 !important;
  border: 1px solid #ccc;
  margin: 0;
  font-size: 0;
}
.order-table .section-order .tr {
  border-top: 1px solid #ccc;
  width: 100%;
}
.order-table .section-order .tr {
  border-top: none;
}
.order-table .section-order .light {
  display: none;
}
.order-table .tbody {
  height: 244px;
  overflow: hidden;
}
.order-table .tbody .tr {
  border-bottom: 1px solid #eee;
}
.order-table .section-order .th,
.section .td {
  display: inline-block;
  width: 25%;
  vertical-align: middle;
}
.order-table .section-order .th {
  height: 80px;
  background-color: #1e88f6;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  line-height: 80px;
}
.order-table .section-order .th img {
  margin-right: 10px;
  vertical-align: middle;
}
.order-table .section-order .td {
  height: 60px;
  color: #666;
  font-size: 14px;
  text-align: center;
  line-height: 60px;
}
.order-table .section-order .tr:hover .td {
  color: #1e88f6;
}
.coo-flex {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.coo-flex h1 {
  margin-right: 5rem;
}
.cooperation {
  position: relative;
  font-size: 0.8rem;
}
.poptip-popper {
  position: absolute;
  width: 80px;
  top: 0.6rem;
  left: -1.2rem;
  height: 80px;
  z-index: 999;
  padding-top: 20px;
  display: none;
}
.poptip-inner {
  background-color: #fff;
  border: 1px solid #eeeeee;
}
.poptip-arrow {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-color: transparent;
  border-style: solid;
  left: 30px;
  border-width: 15px 10px 15px 10px;
  border-bottom-color: #eee;
  top: -5px;
}
.poptip-arrow::before {
  content: "";
  display: block;
  position: absolute;
  border-color: transparent;
  border-width: 15px 10px 15px 10px;
  border-style: solid;
  border-bottom-color: #fff;
  width: 0;
  height: 0;
  left: -10px;
  top: -15px;
}
.poptip-inner a {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.poptip-inner a:first-child {
  border-bottom: 1px solid #ddd;
}
.poptip-inner a:hover {
  color: #f00;
}
.banner-info {
  height: 90px;
}

.banner-info-img {
  width: 100%;
  height: 90px;
  object-fit: cover;
}

.overflow {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.overflow-two {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.overflow-three {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.bgwhite12{
  overflow-x: scroll;
display: flex;
flex-wrap: nowrap;

}
.bgwhite12 .items{
margin-right:15px;
}
.bgwhite12::-webkit-scrollbar {
  display: none; 
}
.bgwhite12 img{
width: 229px;
height: 130px;
border-radius: 12px;
}
.bgwhite12 .aie{
  position: relative;
}
.bgwhite .m_yzgcs .m_yz_a .m_yz_a_img img{
  width: 85px;
  height: 85px;
}
