
.ztcolor{
   color:#1740a2 !important;
}
.ztbj{
  background:#1740a2 !important;
}
.container{
  width:1100px !important;
  max-width:1100px !important;
}
#app {
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
}
html{
  font-size:13px
}

.header-index[data-v-4bfadcbf] {
  height: 100px;
  /*padding-top: 100px;*/
  padding-top: 16px;
  background: white;
}
.ztcolor[data-v-4bfadcbf] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-bottom: 0;
  font-weight: bold;
}
.search-buttom[data-v-4bfadcbf] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5px;
}
.search-buttom input[data-v-4bfadcbf] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 30px;
  border: 1px solid #dedede;
}
.search-buttom button[data-v-4bfadcbf] {
  /*width: max-content;*/
  height: 30px;
  width: 35px;
  border-radius: 0 3px 3px 0;
  margin-left: -1px;
  background: red;
  border: 1px solid red;
}
.header[data-v-4bfadcbf] {
  background-color: white;
  height: 100px;
}
.header-row[data-v-4bfadcbf] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1100px;
  height: 75px;
  margin: 0 auto;
}
.row-left[data-v-4bfadcbf] {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: 5px;
}
.row-right[data-v-4bfadcbf] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: right;
}
.numberStyle[data-v-4bfadcbf] {
  font-weight: bold;
  font-size: 16px;
}
.loginBtn[data-v-4bfadcbf] {
  background-color: white;
  font-weight: bold;
  width: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 75%;
  font-size: 17px;
  cursor: pointer;
  border-radius: 5px;
}
.loginBtn.xqBtn2[data-v-4bfadcbf] {
  width: 152px;
  margin-left: 0.5rem;
  font-weight: 400;
}
.loginBtn.xqBtn[data-v-4bfadcbf] {
  width: 120px;
  color: #fff;
  margin-left: 0.5rem;
  font-weight: 400;
}
.loginBtn.homeBtn[data-v-4bfadcbf] {
  width: 120px;
  margin-left: 0.5rem;
  font-weight: 400;
}
.user[data-v-4bfadcbf] {
  cursor: pointer;
}
.redTheme[data-v-4bfadcbf] {
  background-color: white;
}
.redTheme .loginBtn.xqBtn[data-v-4bfadcbf] {
  background-color: #2da5e1;
  color: #fff;
  border: 1px solid #2da5e1;
}
.location[data-v-4bfadcbf] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* height: 35px; */
  /* border-bottom: 1px solid #ddd; */
  color: #555;
}
.location-left[data-v-4bfadcbf] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.location-left h2[data-v-4bfadcbf] {
  margin: 0;
  font-size: 12px;
  color: #ff552e;
  font-weight: 700;
}
.location-left span[data-v-4bfadcbf] {
  margin: 0 8px;
}
.location-left span a[data-v-4bfadcbf] {
  padding: 0 3px;
  font-size: 12px;
  color: #666;
}
.location-left span a[data-v-4bfadcbf]:hover {
  color: #ff552e;
}
.location-left span a[data-v-4bfadcbf]:visited {
  color: #666;
}

.ztys[data-v-3eb7a512] {
  color: #ffffff;
  background: #1740a2;
}
.ztys[data-v-3eb7a512]:hover {
  color: #1740a2;
  background: #ffffff;
}

/* .lan{
  background: #1740a2 !important;

}
.lan:hover{
  background: #ffffff;
} */
.header-nav[data-v-3eb7a512] {
  height: 54px;
  /* z-index: 9999; 2021/11/29 */
  z-index: 1000;
}
.menu[data-v-3eb7a512] {
  color: white;
}
.menu-link[data-v-3eb7a512] {
  color: white;
}

/* .menu-link:hover{
  color:#1740a2 !important;
}  */
.shadow-sm[data-v-3eb7a512] {
  background: white !important;
  border-bottom: 1px solid #dedede;
}
.header-nav .child-menu-box[data-v-3eb7a512] {
  z-index: 1001;
  /* z-index: 99999999; 2021/11/29 */
}
.menu-item[data-v-3eb7a512] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 2px solid #1740a2;
  border-bottom: 2px solid #1740a2;
}
.menu-item[data-v-3eb7a512]:hover {
  background: #ffffff;
  color: #2c5cce;
  /* color: #2c5cce !important; */
  border-top: 2px solid #2c5cce;
  border-bottom: 2px solid white;
}
.menu-item_active[data-v-3eb7a512] {
  background: #2c5cce;
  border-top: 2px solid #2c5cce;
  border-bottom: 2px solid #2c5cce;
  /* color: #1740a2; */
}
.active_c a[data-v-3eb7a512] {
  color: #1740a2 !important;
}
.active_c[data-v-3eb7a512] {
  background: white !important;
  color: #1740a2 !important;
  border-top: 2px solid #1740a2;
  border-bottom: 2px solid white;
}
.header-nav .child-menu-box .child-menu[data-v-3eb7a512] {
  width: 100%;
  position: absolute;
  z-index: 99999;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.child-link[data-v-3eb7a512] {
  color: black;
}
.child-link[data-v-3eb7a512]:hover {
  color: #2c5cce !important;
}
.header-nav .child-menu-box .child-menu .child-link[data-v-3eb7a512] {
  white-space: nowrap;
  font-size: 14px;
}
.header-nav .menu .menu-item .menu-link[data-v-3eb7a512] {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.header-nav .menu .menu-item a[data-v-3eb7a512]:hover {
  text-decoration: none;
  opacity: 1;
}
.redTheme .child-menu-box[data-v-3eb7a512] {
  background: #c12b2b;
}
.redTheme .child-menu-box .child-menu[data-v-3eb7a512] {
  background: #c12b2b;
}
.redTheme .menu .menu-item.active[data-v-3eb7a512] {
  background-color: #c12b2b;
}
.xqtj:hover span[data-v-3eb7a512] {
  background: #ffffff;
  color: #2c5cce !important;
  border-bottom: 2px solid white;
}
.xqtj span[data-v-3eb7a512]:hover {
  background: white !important;
  color: #1740a2 !important;
  border-bottom: 2px solid white;
}
.xqtj-content[data-v-3eb7a512] {
  text-align: left;
  margin-top: 34px;
}
.inp[data-v-3eb7a512] {
  /* margin-top: 10px; */
  width: 450px;
  height: 140px;
  border: 1px solid #ddd;
  resize: none;
  padding: 4px;
}

.botton-index[data-v-13f2e14a]{
        width: 100%;
        height: 40px;
        background: #1740a2;
        color: cornsilk;
        font-size: 15px;
}
.btm-row[data-v-13f2e14a]{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
        line-height: 40px;
}
.row_1[data-v-13f2e14a]{
        width: 96%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* text-align: right; */
        /* padding-left: 30px; */
}
	/* .row_1 div:first-child{
		margin-right: 50px;
	} */
.row_2[data-v-13f2e14a]{
        width: 33%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* text-align: center; */
        padding-left: 90px;
}
.row_3[data-v-13f2e14a]{
        /* width: 33%; */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* padding-left: 30px; */
        /* text-align: left; */
}

.btmnav_index[data-v-4300c742] {
  width: 100%;
  height: 225px;
  background: #e0e7f7;
  margin-top: 30px;
}
.btm-row[data-v-4300c742] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 225px;
  padding-top: 35px;
  font-size: 16px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.btm-row img[data-v-4300c742] {
  width: 129px;
  height: 129px;
}
.btm_lx[data-v-4300c742] {
  width: 140px;
  height: 100%;
}
.btm_img[data-v-4300c742] {
  width: 150px;
  height: 100%;
  /* padding-left: 0; */
  text-align: left;
}
.btm_quan[data-v-4300c742] {
  font-size: 14px;
  text-align: left;
  margin-top: 11px;
}
.btm_quan a[data-v-4300c742] {
  color: #2c3e50;
}
.btm_dh[data-v-4300c742] {
  /* width: 520px; */
  height: 100%;
}
.gzh[data-v-4300c742] {
  font-size: 14px;
  margin-top: 10px;
}
.links[data-v-4300c742] {
  text-align: left;
  cursor: pointer;
  color: #fd6363;
}

.swiper-container[data-v-11bf519f] {
  width: 650px;
  height: 370px;
}
#swiper-spit[data-v-11bf519f] {
  width: 650px;
  background-color: cornflowerblue;
  opacity: 0.5;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.photo[data-v-11bf519f] {
  width: 650px;
  height: 370px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.swiper-container[data-v-41edeeb4] {
  width: 1070px;
  height: 180px;

  cursor: pointer;
}
#swiper-spit[data-v-41edeeb4] {
  width: 100px;
  background: #1740a2;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  right: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets[data-v-41edeeb4], .swiper-pagination-custom[data-v-41edeeb4], .swiper-pagination-fraction[data-v-41edeeb4] {
  left: auto;
}
.titd[data-v-41edeeb4] {
  position: absolute;
  top: 45px;
  left: 50px;
}
.title[data-v-41edeeb4] {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  text-align: left;
}
.tet[data-v-41edeeb4] {
  font-size: 15px;
  color: #666;
}
.arr_nr[data-v-41edeeb4] {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 180px;
  /* background: lightcoral; */
  padding: 0;
  color: seashell;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.zlfw[data-v-41edeeb4] {
  width: 100%;
  padding: 50PX;
  /* opacity:.6; */
  background-color: #2c5cce;
}
.zlfw_da[data-v-41edeeb4] {
  width: 100%;
  height: 55px;
  text-align: left;
  font-size: 22px;
  color: #333;
}
.zlfw_x[data-v-41edeeb4] {
  text-align: left;
  font-size: 14px;
  color: #666;
}

.item-img-main[data-v-4c7a377c] {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  background: rgb(241, 244, 253)
}
p[data-v-4c7a377c] {
  margin-top: 23px;
  overflow: hidden;
  height: 40px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.isShow .item-img-main[data-v-4c7a377c] {
  background: white;
}
.isShow[data-v-4c7a377c] {
  cursor: pointer;
  background: rgb(241, 244, 253);
}
.ul-main[data-v-4c7a377c] {
  max-height: 340px;
}
.iconul[data-v-4c7a377c] {
  height: 100%;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* margin: 0 auto; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  padding-top: 10px;
  /* padding-right: 10px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.iconul>li[data-v-4c7a377c] {
  width: 180px;
  height: 150px;
  /*padding: 20px;*/
  margin-bottom: 16px;
}
.item-logo[data-v-4c7a377c] {
  cursor: pointer;
  width: 100px;
  height: 100px;
}
.item-logo img[data-v-4c7a377c] {
  width: 100px;
  height: 100px;
}

.contact[data-v-54312197] {
  position: fixed;
  right: 0;
  bottom: 100px;
  width: 64px;
  z-index: 99999;
}
.contact-item[data-v-54312197] {
  margin-bottom: 20px;
  cursor: pointer;
}
.contact-image[data-v-54312197] {
  width: 64px;
  height: 64px;
}

.main[data-v-318650cb] {
  height: 435px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info[data-v-318650cb] {
  position: absolute;
  margin-left: 10px;
  top: 610px;
  z-index: 5;
  color: white;
  font-size: 15px;
}
.bg[data-v-318650cb] {
  background: url(../../static/img/swiperBG1.a1929e9.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: frams-318650cb 5s infinite;
          animation: frams-318650cb 5s infinite;
}
@-webkit-keyframes frams-318650cb {
0% {
    background-image: url(../../static/img/swiperBG1.a1929e9.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
33% {
    background-image: url(../../static/img/swiperBG2.43a4559.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
}
@keyframes frams-318650cb {
0% {
    background-image: url(../../static/img/swiperBG1.a1929e9.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
33% {
    background-image: url(../../static/img/swiperBG2.43a4559.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
}
.title[data-v-318650cb] {
  width: 310px;
  height: 31px;
  margin: 0 auto;
  font-size: 21px;
  color: red;
  margin-top: 15px;
  margin-left: 19px;
  margin-bottom: 20px;
  font-weight: bolder;
}
.sx[data-v-318650cb] {
  display: inline-block;
  width: 1px;
  height: 25px;
  background-color: #ddd;
  vertical-align: middle;
  margin-left: 9px;
}
.zxgg[data-v-318650cb] {
  margin: 0;
  font-size: 21px;
  color: #5d72b6;
  font-weight: bolder;
  margin-top: 15px;
  margin-left: 20px;
  text-align: left;
  margin-bottom: 7px
}
.gd[data-v-318650cb] {
  color: #5d72b6;
  font-size: 13px;
  float: right;
  margin-right: 5px;
  margin-top: 5px;
  cursor: pointer;
}
.rm[data-v-318650cb] {
  float: left;
}
.news[data-v-318650cb] {
  width: 420px;
  height: 370px;
  background-color: white;
}
.sm-img[data-v-318650cb] {
  width: 120px;
  height: 90px;
  margin-left: 20px;
  margin-right: 5px;
}
.news-text[data-v-318650cb] {
  cursor: pointer;
}
.news-title[data-v-318650cb] {
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  margin: 0;
}
.tet[data-v-318650cb] {
  font-size: 13px;
  color: #7f7f7f;
  margin: 0;
  text-align: left;
  margin-top: 5px;
  margin-right: 25px;
}
.date[data-v-318650cb] {
  font-size: 12px;
  color: #7f7f7f;
  margin: 0;
  text-align: left;
  margin-right: 10px;
}
.ulList[data-v-318650cb] {
  font-size: 14px;
  color: #7f7f7f;
  padding: 0;
}
.liList[data-v-318650cb] {

  text-align: left;
  list-style: none;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 14px;
  letter-spacing: 0.8px;
  border-bottom: 1px dashed #e0e7f7;
  cursor: pointer;
}
.liList span[data-v-318650cb] {
  letter-spacing: 0;
  color: #7F7FA7;
}

/* li:before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  background: #5d72b6;
  vertical-align: middle;
  margin-right: 4px;
  margin-bottom: 3px;
} */
.xq[data-v-318650cb] {
  width: 1200px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sjx[data-v-318650cb] {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #1740a2;
  margin-top: 24px;
}
.page-content[data-v-318650cb] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left[data-v-318650cb] {
  border: 1px solid #efefef;
  padding: 14px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 273px;
}
.left-item[data-v-318650cb] {
  text-align: center;
  border: 1px solid #dddddd;
  margin-bottom: 15px;
  cursor: pointer;
}

/* .left-item:not(:nth-child(4n)) {
    margin-right: calc(7% / 3);
} */
.left-img img[data-v-318650cb] {
  width: 200px;
  height: 180px;
}
.left-info[data-v-318650cb] {
  padding: 10px;
}
.left-title[data-v-318650cb] {
  color: #337ab7;
  font-size: 14px;
}
.left-time[data-v-318650cb] {
  font-size: 12px;
  color: #666666;
}
.left-price[data-v-318650cb] {
  font-size: 14px;
  color: #e60012;
}
.shop-title[data-v-318650cb] {
  font-size: 16px;
  font-weight: normal;
  color: #333333;
}
.shop-price[data-v-318650cb] {
  font-size: 24px;
  color: #e60012;
}
.brand[data-v-318650cb] {
  margin-top: 20px;
  height: 90px;
  cursor: pointer;
}
.brand img[data-v-318650cb] {
  width: 100%;
  height: 90px;
}

/* 友情链接 */
.top[data-v-318650cb] {
  margin-bottom: 20px;
  height: 60px;
  line-height: 60px;
  text-align: left;
  font-size: 22px;
  color: #1740a2;
  font-weight: bold;
  border-bottom: 1px solid #e0e7f7;
}
.top img[data-v-318650cb] {
  width: 26px;
  height: 26px;
}
.WebLinks[data-v-318650cb] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.web-links[data-v-318650cb] {
  /* width: 100%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.web-links-item[data-v-318650cb] {
  cursor: pointer;
  /* width: 22%; */
  margin-right: 30px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.web-links-item span[data-v-318650cb]:hover {
  color: red;
  cursor: pointer;
}

/* 查询中心 */
.nav[data-v-318650cb] {
  top: 80px;
  bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: space-around; */
  margin-left: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-item[data-v-318650cb] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-right: 30px;
  margin-bottom: 20px;
}
.nav-item-title[data-v-318650cb] {
  width: 230px;
  height: 110px;
  font-size: 16px;
  color: #333;
  line-height: 110px;
  white-space: nowrap;
}
.nav-item-title span[data-v-318650cb]:hover {
  color: red;
}

/* 检验检测 */
.ul-main[data-v-318650cb] {
  height: 372px;
}
.iconul[data-v-318650cb] {
  height: 180px;
  list-style: none;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  padding-top: 10px;
}
.iconul>li[data-v-318650cb] {

  width: 170px;
  height: 100%;
  padding: 20px;
  margin-bottom: 28px;
}
.iconul>li[data-v-318650cb]:hover {
  background: rgb(241, 244, 253);
  color: #409EFF;
}
.item-logo[data-v-318650cb] {
  cursor: pointer;
  width: 100px;
  height: 100px;
}
.item-logo img[data-v-318650cb] {
  width: 100px;
  height: 100px;
}
.list-body[data-v-318650cb] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-body-left[data-v-318650cb] {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 340px;
  height: 310px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  color: #409EFF;
}
.list-body-left div[data-v-318650cb] {
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
  background-color: #f9f9f9;
}
.list-body-left div[data-v-318650cb]:hover {
  font-weight: bold;
  color: #409EFF;
}

.left_menu[data-v-796d575d] {
	width: 160px;
	background-color: #fff;
	text-align: left;
}
.left_menu_title[data-v-796d575d] {
	background-color: #2c5cce;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
}
.left_menu_list[data-v-796d575d] {
	margin-top: 10px;
}
.left_menu_list_item[data-v-796d575d] {
	height: 30px;
	line-height: 30px;
	border-left: 2px solid #fff;
	padding-left: 30px;
	margin-bottom: 10px;
}
.left_menu_list_item:hover a[data-v-796d575d] {
	opacity: 0.7;
}
.left_menu_list_item a[data-v-796d575d] {
	color: #666;
}
.left_menu_list_item a[data-v-796d575d]:hover {
	text-decoration: none;
}
.left_menu_list_item.active[data-v-796d575d] {
	border-left: 2px solid #cb2527;
	background-color: #ffefef;
}
.left_menu_list_item.active a[data-v-796d575d] {
	color: #cb2527;
}

/* 重写tab标签样式 */
.el-tabs__item {
  font-size: 16px;
}

.user[data-v-b7c1383a] {
  padding: 0;
  background: white;
  min-height: 600px;
}
.jcxx[data-v-b7c1383a] {
  font-size: 16px;
}
.jcxx div[data-v-b7c1383a] {
  height: 40px;
  border-bottom: 1px dashed gainsboro;
  line-height: 40px;
}
.nickName[data-v-b7c1383a] {
  /* cursor: pointer; */
}

.active[data-v-6a3b9aaa]{
  background-color: #f1f4fd;
}
.xqfk[data-v-6a3b9aaa] {
  /*width: 1200px;*/
  /*display: flex;*/
  /*margin-top: 50px;*/
  padding: 0;
  background:white;
  min-height: 500px;
}
.right-list[data-v-6a3b9aaa] {
  margin-left: 20px;
  /*width: 880px;*/
}
.tit-icon[data-v-6a3b9aaa] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tit[data-v-6a3b9aaa] {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-left: 5px;
}
.go-detail[data-v-6a3b9aaa]{
	cursor: pointer;
	color: #007bff;
}
.go-detail[data-v-6a3b9aaa]:hover{
	text-decoration: underline;
}

.xqfk[data-v-57a56e15] {
  /*width: 1200px;*/
  /*display: flex;*/
  /*margin-top: 50px;*/
  padding-top:15px;
  margin-left: 15px;
}
.right-list[data-v-57a56e15] {
  margin-left: 20px;
  /* height: 655px; */
  /*width: 880px;*/
}
.tit-icon[data-v-57a56e15] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tit[data-v-57a56e15] {
  text-align: left;
  font-size: 17px;
  font-weight: bold;
  color: #333333;
  margin-left: 5px;
  width:100px
}
.gobtn[data-v-57a56e15] {
  border: 1px solid #dddddd;
  width: 70px;
  height: 30px;
  background-color: #fff;
  margin-left: 653px;
  font-size: 13px;
}
.main[data-v-57a56e15] {
  height: 120px;
  margin-top: 10px;
  border: 1px solid #eee;
  text-align: left;
  padding: 30px;
  font-size: 13px;
  color: #767676;
  /* margin-right:26px */
}
.xqhf[data-v-57a56e15] {
  text-align: left;
  margin-top: 10px;
}
.inp[data-v-57a56e15]{
    width: 770px;
    height: 160px;
    border: 1px solid #ddd;
    resize: none;
	letter-spacing: 1.5px;
	padding: 10px;
}
.btn1[data-v-57a56e15]{
    margin-top: 25px;
    width: 94px;
    height: 41px;
    color: white;
    border: 0 solid;
    font-size: 14px;
    margin-left:-650px ;
}
.replay_content[data-v-57a56e15]{
	margin-top: 10px;
	border: 1px solid #ddd;
	padding: 10px;
	padding-bottom: 38px;
	text-align: left;
	min-height: 200px;
}
.list_content[data-v-57a56e15]{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.list_content span[data-v-57a56e15]{
	font-size: 17px;
}
.image[data-v-57a56e15]{
	width: 180px;
	height: 180px;
}
.image .replay_image[data-v-57a56e15]{
	width: 180px;
	height: 100%;
	border:0;
	padding:0;
}

.pay-dialog[data-v-53f7898e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #dcdee3;
}
.pay-info[data-v-53f7898e] {
  width: 100%;
  line-height: 50px;
  font-size: 16px;
}
.pay-info > div[data-v-53f7898e] {
  margin-left: 20px;
}
.pay-title[data-v-53f7898e] {
  font-size: 20px;
  font-weight: bold;
}
.pay-price[data-v-53f7898e] {
  font-weight: 600;
  color: red;
}
.pay-price span[data-v-53f7898e] {
  color: #666;
  font-weight: 500;
}
.pay_message[data-v-53f7898e] {
  margin-top: 10px;
  margin-bottom: -20px;
  color: #ff9900;
  font-style: oblique;
}
.pay-qrcode[data-v-53f7898e] {
  height: 200px;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pay-qrcode-error[data-v-53f7898e] {
  font-size: 18px;
  color: #999;
}

.main[data-v-19d981d4] {
  background: white;
}
.arr_nr[data-v-19d981d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.dd_right[data-v-19d981d4] {
  margin-left: 20px;
  height: 100%;
}
.dd_top[data-v-19d981d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 65px;
  padding-top: 25px;
  padding-left: 20px;
}
.zjjj_top[data-v-19d981d4] {
  width: 5px;
  height: 25px;
  background: #1740a2;
  font-size: 20px;
}
.dd_xl[data-v-19d981d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  width: 100%;
}
.xl_btn[data-v-19d981d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 40px;
  height: 100%;
  font-size: 14px;
  margin-left: 25px;
}
.form-control[data-v-19d981d4] {
  margin-top: 7px;
  height: 28px;
  font-size: 10px;
}
.cx_btn[data-v-19d981d4] {
  margin-top: 7px;
  margin-left: 25px;
  height: 28px;
  width: 60px;
}
.cx_btn > button[data-v-19d981d4] {
  width: 100%;
  height: 100%;
  border: 0;
  background: #1740a2;
  color: mintcream;
}
.dd_lb[data-v-19d981d4] {
  height: 125px;
  width: 100%;
  padding: 0 20px;
  margin-top: 25px;
}
.dd_lb[data-v-19d981d4]:last-child {
  margin-bottom: 25px;
}
.lb_top[data-v-19d981d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  background: rgb(241, 244, 253);
  padding-top: 16px;
  font-size: 14px;
}
.top_1[data-v-19d981d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 25px;
}
.top_2[data-v-19d981d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 25px;
}
.top_3[data-v-19d981d4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  margin-right: 45px;
}
.lb_btm[data-v-19d981d4] {
  width: 100%;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  border: 1px solid #dcdee3;
}
.btm_1[data-v-19d981d4] {
  width: 40%;
  height: 100%;
  text-align: left;
  line-height: 75px;
  padding-left: 25px;
}
.btm_2[data-v-19d981d4] {
  width: 20%;
  height: 100%;
  text-align: left;
  line-height: 75px;
  color: red;
}
.btm_3[data-v-19d981d4] {
  width: 20%;
  height: 100%;
  text-align: left;
  line-height: 75px;
}
.btm_4[data-v-19d981d4] {
  width: 25%;
  height: 100%;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btm_4 > button[data-v-19d981d4] {
  margin-right: 20px;
  width: 80px;
  height: 30px;
  background: #1740a2;
  color: mintcream;
  border: 0;
}
.btm_4 button[data-v-19d981d4]:first-child {
  background: #455a8d;
}
.empty-msg[data-v-19d981d4] {
  padding: 30px 0;
  text-align: center;
  font-size: 24px;
  color: #999;
}

li[data-v-0fbde4ae] {
  list-style: none;
}
.stepOut[data-v-0fbde4ae] {
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.stepOut .stepItem[data-v-0fbde4ae] {
  width: 100px;
  height: 70px;
  float: left;
  font-size: 16px;
  text-align: center;
  position: relative;
}
.stepOut .stepItem .icon[data-v-0fbde4ae] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e2e2e2;
  margin: 0 auto;
  position: relative;
  z-index: 888;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.stepOut .stepItem .active[data-v-0fbde4ae] {
  background-color: #d84b4c;
  color: white;
  border: 1px solid #d84b4c;
}
.stepOut .stepItem .line[data-v-0fbde4ae] {
  position: absolute;
  top: 20px;
  left: 50%;
  border-bottom: 5px solid #d3cfcf;
  width: 100px;
  z-index: 111;
}
.stepOut .stepItem .lineActive[data-v-0fbde4ae] {
  border-bottom: 5px solid #d84b4c;
}
.stepOut .stepItem .stepStatus[data-v-0fbde4ae] {
  color: #333333;
  line-height: 36px;
  font-size: 14px;
}
.stepOut .stepItem .statusTime[data-v-0fbde4ae] {
  color: #575757;
  opacity: 0.5;
}

.arr_nr[data-v-03c49c44] {
  /*margin-top: 50px;*/
  /*display: flex;*/
  /*width: 1200px;
        */
  /*height: 660px;*/
  padding: 15px;
  background: white;
}

/* .dd_left{
        width: 200px;
        height: 100%;
        background: lightgreen;
    } */
.dd_right[data-v-03c49c44] {
  /*margin-left: 220px;*/
  /*width: 980px;*/
  height: 100%;
  /* background: lightsalmon; */
}
.dd_top[data-v-03c49c44] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 65px;
  padding-top: 10px;
  padding-left: 27px;
  /* background: lime; */
}
.zjjj_top[data-v-03c49c44] {
  width: 5px;
  height: 25px;
  background: #1740a2;
  /* margin-right: 5px;
        margin-top: 2px; */
  font-size: 20px;
}
.xq_fh[data-v-03c49c44] {
  padding-top: 5px;
}
.xq_fh > button[data-v-03c49c44] {
  width: 70px;
  height: 30px;
  font-size: 13px;
  border: 1px solid #dddddd;
  background-color: #fff;
  margin-left: 355px;
}
.dd_cent[data-v-03c49c44] {
  width: 100%;
  height: 135px;
  padding-top: 37px;
}
.gobtn[data-v-03c49c44] {
  border: 1px solid #dddddd;
  width: 70px;
  height: 30px;
  background-color: #fff;
  margin-left: 720px;
  font-size: 13px;
}
.dd_btm[data-v-03c49c44] {
  height: 280px;
  width: 100%;
  border: 1px solid #e7e6e6;
  margin-top: 20px;
  font-size: 15px;
}
.btm_xq[data-v-03c49c44] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-left: 30px;
}
.pay-dialog[data-v-03c49c44] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pay-info[data-v-03c49c44] {
  width: 100%;
  line-height: 50px;
  font-size: 16px;
  border: 1px solid #dcdee3;
}
.pay-info > div[data-v-03c49c44] {
  margin-left: 20px;
}
.pay-title[data-v-03c49c44] {
  font-size: 20px;
  font-weight: bold;
}
.pay-order[data-v-03c49c44] {
}
.pay-price[data-v-03c49c44] {
  font-weight: 600;
  color: red;
}
.pay-price span[data-v-03c49c44] {
  color: #666;
  font-weight: 500;
}
.pay_message[data-v-03c49c44] {
  margin-top: 10px;
  margin-bottom: -20px;
  color: #ff9900;
  font-style: oblique;
}

/* .el-form-item__label {
        font-size: 18px ;
        padding: 0 ;
    } */

.company {
	background-color: #ffffff;
	padding: 0 20px 20px;
}
.el-radio-group {
	width: 100% !important;
	margin-left: 0 !important;
}
.el-radio {
	width: 100% !important;
	margin-left: 0 !important;
}
.el-checkbox {
	width: 100% !important;
	margin-left: 0 !important;
}

/* 图片上传 */
.avatar-uploader .el-upload {
	border: 1px dashed #d9d9d9;
	border-radius: 6px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.avatar-uploader .el-upload:hover {
	border-color: #409eff;
}
.hide .el-upload--picture-card {
	display: none;
}
.avatar-uploader-icon {
	font-size: 28px;
	color: #8c939d;
	width: 178px;
	height: 178px;
	line-height: 178px;
	text-align: center;
}
.avatar {
	width: 178px;
	height: 178px;
	display: block;
}
.result {
	padding: 20px;
	text-align: center;
	font-size: 36px;
}
.result-txt {
	font-size: 36px;
	color: #19be6b;
}
.result .apply {
	font-size: 36px;
	color: #fa3534;
}
.label-title {
	font-size: 18px;
	padding: 10px 0;
}

.active[data-v-2e700e21]{
  background-color: #f1f4fd;
}
.xqfk[data-v-2e700e21] {
  /*width: 1200px;*/
  /*display: flex;*/
  /*margin-top: 50px;*/
  padding: 0;
  background:white;
  min-height: 500px;
}
.right-list[data-v-2e700e21] {
  margin-left: 20px;
  /*width: 880px;*/
}
.tit-icon[data-v-2e700e21] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tit[data-v-2e700e21] {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-left: 5px;
}
.go-detail[data-v-2e700e21]{
	cursor: pointer;
	color: #007bff;
}
.go-detail[data-v-2e700e21]:hover{
	text-decoration: underline;
}

.el-divider--horizontal{
		height: 1px !important;
		line-height: 0 !important;
		margin: 0;
}

.xqfk[data-v-6c5bffcf] {
  padding-top:15px;
  margin-left: 15px;
}
.right-list[data-v-6c5bffcf] {
  margin-left: 20px;
  height: 655px;
}
.tit-icon[data-v-6c5bffcf] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tit[data-v-6c5bffcf] {
  text-align: left;
  font-size: 17px;
  font-weight: bold;
  color: #333333;
  margin-left: 5px;
  width:120px;
}
.gobtn[data-v-6c5bffcf] {
  border: 1px solid #dddddd;
  width: 70px;
  height: 30px;
  background-color: #fff;
  margin-left: 653px;
  font-size: 13px;
}
.detail[data-v-6c5bffcf] {
  font-size: 16px;
  text-align: left;
}
.detail div[data-v-6c5bffcf] {
  height: 40px;
  /* border-bottom: 1px dashed gainsboro; */
  line-height: 40px;
}
/* .no-border{
	border-bottom: none !important;
} */

.el-form-item__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.xqfk[data-v-1301c980] {
	padding-top: 15px;
	margin-left: 15px;
}
.right-list[data-v-1301c980] {
	margin-left: 20px;
	height: 655px;
}
.tit-icon[data-v-1301c980] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.tit[data-v-1301c980] {
	text-align: left;
	font-size: 17px;
	font-weight: bold;
	color: #333333;
	margin-left: 5px;
	width: 120px;
}
.gobtn[data-v-1301c980] {
	border: 1px solid #dddddd;
	width: 70px;
	height: 30px;
	background-color: #fff;
	margin-left: 653px;
	font-size: 13px;
}
.report[data-v-1301c980] {
	padding: 30px;
	text-align: left;
}



.el-form-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.xqfk[data-v-8a473828] {
	  padding-top:15px;
	  margin-left: 15px;
}
.right-list[data-v-8a473828] {
	  margin-left: 20px;
	  height: 655px;
}
.tit-icon[data-v-8a473828] {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
}
.tit[data-v-8a473828] {
	  text-align: left;
	  font-size: 17px;
	  font-weight: bold;
	  color: #333333;
	  margin-left: 5px;
	  width:120px;
}
.gobtn[data-v-8a473828] {
	  border: 1px solid #dddddd;
	  width: 70px;
	  height: 30px;
	  background-color: #fff;
	  margin-left: 653px;
	  font-size: 13px;
}
.report[data-v-8a473828] {
  padding: 30px;
  text-align: left;
}
.list[data-v-8a473828] {
  width: 100%;
}
.item[data-v-8a473828] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #efefef;
}
.item[data-v-8a473828]:last-child {
  border-bottom: none;
}
.item-btn[data-v-8a473828] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #efefef;
}
.item-body[data-v-8a473828] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 490px;
}
.item-txt[data-v-8a473828] {
  position: inherit;
  /* width: 90px; */
  /* width: 50%;
		padding-right: 10px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap; */
}
.file[data-v-8a473828] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.file-item[data-v-8a473828] {
  position: relative;
  width: 200px;
  height: 200px;
  background-color: #f4f5f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.file-item.border[data-v-8a473828] {
  border: 1px solid #ebecee;
}
.file-item-txt[data-v-8a473828] {
  margin-top: 10px;
  line-height: 20px;
  color: #606266;
  font-size: 13px;
}
.file-item-image[data-v-8a473828] {
  width: 196px;
  height: 196px;
}
.clear[data-v-8a473828] {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fa3534;
  border-radius: 50%;
}
.picker[data-v-8a473828] {
  width: 100%;
}
.picker-txt[data-v-8a473828] {
  color: rgb(192, 196, 204);
}
.picker.active[data-v-8a473828] {
  color: #303133;
}

.el-form-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.xqfk[data-v-c6ff6f52] {
	  padding-top:15px;
	  margin-left: 15px;
}
.right-list[data-v-c6ff6f52] {
	  margin-left: 20px;
	  height: 655px;
}
.tit-icon[data-v-c6ff6f52] {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
}
.tit[data-v-c6ff6f52] {
	  text-align: left;
	  font-size: 17px;
	  font-weight: bold;
	  color: #333333;
	  margin-left: 5px;
	  width:120px;
}
.gobtn[data-v-c6ff6f52] {
	  border: 1px solid #dddddd;
	  width: 70px;
	  height: 30px;
	  background-color: #fff;
	  margin-left: 653px;
	  font-size: 13px;
}
.report[data-v-c6ff6f52] {
  padding: 30px;
  text-align: left;
}
.list[data-v-c6ff6f52] {
  width: 100%;
}
.item[data-v-c6ff6f52] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #efefef;
}
.item[data-v-c6ff6f52]:last-child {
  border-bottom: none;
}
.item-btn[data-v-c6ff6f52] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #efefef;
}
.item-body[data-v-c6ff6f52] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 490px;
}
.item-txt[data-v-c6ff6f52] {
  position: inherit;
  /* width: 90px; */
  /* width: 50%;
		padding-right: 10px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap; */
}
.file[data-v-c6ff6f52] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.file-item[data-v-c6ff6f52] {
  position: relative;
  width: 200px;
  height: 200px;
  background-color: #f4f5f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.file-item.border[data-v-c6ff6f52] {
  border: 1px solid #ebecee;
}
.file-item-txt[data-v-c6ff6f52] {
  margin-top: 10px;
  line-height: 20px;
  color: #606266;
  font-size: 13px;
}
.file-item-image[data-v-c6ff6f52] {
  width: 196px;
  height: 196px;
}
.clear[data-v-c6ff6f52] {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fa3534;
  border-radius: 50%;
}
.picker[data-v-c6ff6f52] {
  width: 100%;
}
.picker-txt[data-v-c6ff6f52] {
  color: rgb(192, 196, 204);
}
.picker.active[data-v-c6ff6f52] {
  color: #303133;
}

html[data-v-1f089e73],body[data-v-1f089e73] {
  padding: 0;
  margin: 0;
}
.login-container[data-v-1f089e73] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2d3a4b;
}
.wxlogin[data-v-1f089e73] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 400px;
  width: 300px;
  background-color: rgba(0,0,0,.1);
}
.qrcode-icon[data-v-1f089e73] {
  font-size: 56px;
  color: #fff;
}
.qrcode-msg[data-v-1f089e73] {
  margin-top: 20px;
  font-size: 15px;
  color: #fff;
}
.chart-message[data-v-03cfe5c6]{padding:0 20px 30px;display:-webkit-box;display:-ms-flexbox;display:flex}.chart-message-body[data-v-03cfe5c6]{padding:0 8px}.chart-message-content[data-v-03cfe5c6]{padding:12px;background:#f8f8f8;border-radius:0px 10px 10px 10px}.chart-message-image[data-v-03cfe5c6]{max-width:200px;max-height:300px}.chart-message-label[data-v-03cfe5c6]{-ms-flex-item-align:end;align-self:flex-end;font-size:12px;color:#679ce1}.chart-message-label.read[data-v-03cfe5c6]{color:#b6b8ba}.chart-message-label.fail[data-v-03cfe5c6]{width:15px;height:15px;border-radius:15px;background:red;color:#ffffff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.chart-message.right[data-v-03cfe5c6]{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.chart-message.right .chart-message-content[data-v-03cfe5c6]{background:#dceafd;border-radius:10px 0 10px 10px}.chart-avatar[data-v-03cfe5c6]{width:36px;height:36px}
.message-image[data-v-68f58a36]{position:relative}.message-image img[data-v-68f58a36]{max-width:200px;max-height:300px}.message-image .progress[data-v-68f58a36]{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;padding:0 20px;left:0;top:0;background:rgba(0,0,0,0.5);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.message-image .progress progress[data-v-68f58a36]{width:100%}.dialog[data-v-68f58a36]{position:fixed;z-index:12;width:100vw;height:calc(100vh - 62px);background:rgba(0,0,0,0.3);top:62px;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dialog header[data-v-68f58a36]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;background:rgba(0,0,0,0.49);width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:10px 10px}.dialog-box[data-v-68f58a36]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;max-height:100%;padding:6rem;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dialog-box img[data-v-68f58a36]{max-width:100%;max-height:100%}
.chart-btn[data-v-19895664]{position:relative}.chart-btn input[data-v-19895664]{position:absolute;cursor:pointer;left:0;top:0;opacity:0;width:100%;height:100%}
.chart{position:absolute;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;z-index:9}.chart-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:70%;height:80%;min-width:800px;min-height:600px;background-color:#fff;-webkit-box-shadow:0 0 50px #8c8c8c;box-shadow:0 0 50px #8c8c8c}.chart-header{height:60px;padding:0 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#0074f6;color:#fff}.chart-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden}.chart-content-left{width:285px;border-right:1px solid #f4f5f9;overflow-y:auto}.chart-content-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden}.chart-more{font-size:0.9rem;padding:5px;text-align:center;color:#999999;cursor:pointer}.chart-body{margin-top:10px;min-height:400px;-webkit-box-flex:1;-ms-flex:1;flex:1}.chart-body-main{height:100%;overflow-y:auto}.chart-footer{height:173px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-top:1px solid #f4f5f9}.chart-plus{display:-webkit-box;display:-ms-flexbox;display:flex;height:32px}.chart-btn .icon{width:20px;height:20px;margin:12px 10px 0;background-size:contain;background-repeat:no-repeat}.chart-btn .icon.icon-image{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAqCAYAAAD1T9h6AAAAAXNSR0IArs4c6QAABLlJREFUaEPlmVtsFFUYx893ZpfeaRNjK7ZJLexuu7NFSmeXNgG1Gn0ooQajpdjiBR9MJFxsvRSxbVb0xRiFUKOJLxrBW5aERIhGCbItUMDtFKTt2psiRiNYH7iVXnbn+8xsO9tl09JtdyuzcV5mds+Zc37/7zYz5wALOQoLS7JGyP8sQ1bKGGQRoTG0/XZdA3AfY3SJcXYqEQyfdHWdvqSxgHZRYHNU+JFeIsKU2wUaybwAfMjA4d2ebs9BtX9AgArvU5SmSAbQSx+jIOxURUAgbBTlK83ynEMvY8ZmY2Zit9ftvq4HYLGsLNX394iNMd8WRMoPWB74UKIgVIHJJtWTQk+of6rwC5OkjbL8kU8P4OEMkvS88eqw/HFQhAD7wWSVDhBRzriABZv7vadO6xFeYzKLpSWIY++PewH+AJPV3qZVm4S7Fj6ol7CZzohqOI1evHp0Iox8sKSg2KN1/qWnw6Fn62tsocz/TwGVlZXCT94LNYj+RwAgl4gucG44vEzM/czlcinz7cWoPKDCn+08/wEyLA4H5Yx3FC3N2zTfIqISYLGteFpR/Fums7IgGJr7un/8dD69EJUAk7V4LxErCFQBzj9MT1r05ZXhv9YT4gvjlYH1DPzc8ZRuBZhFqRWRklTAjJTsB2T54A1Jqki+PPRny8TDcLjfK9+vWwFx74G4z4H/ogoREeTb7CsBgHq6PG3qOTQko0pidaD5fA6o8BbR3oBEj6pzCRxq+7zy8ZgKmK8EHYd37EDCtdocBoG/2NvdfkL3AlR4s016jZA9psFygK/7vO1vxTyEYu2BcXh7PSE9ro0NjB/asH7Nm06nE8PnizoHYi0g9KNqIu6/qV5X8cZU8Gq7rgSYbfZXUcHKkLD5tqaqwjkdvK4ELBEdLzNUqibh+Xc1VWuabgWvGwEmcUUdof/JYMxz/v1yW15TJG+yMQshkyhVAmOrgbHf05JYsyzL/0SSHyabvZYUrNb6ChwOL7MtbowEPiYeUFcHrg3LDQrS6qAFAS4KxpStvedaz99KhNnq2IakbJgMG+FIdlZKg9vt9kciPmoBRUVlGddHh94hUorCJwQO1xYwXuf1es5OBWMWpa2IFHzV5sB/yM5KfX028FEJKCgqvcc/6t9NhNlBC3JwM8ZKtFdsAD7GjdDUd85zJFSERbRvVhCfmbyPH83OTN0xW/g5C7DYHA4kfJuQ0iYgCAzCnoEuzz7LUqkAFbabkO7Q2rjAd/V3t3+h/rZYHZsUUjZOJiy05GSmbZ8L/JwEWKzSWmRsOxEJ6gCcwwgJvGGg0xP4iFGP/OUr71ZGR/cQYm4QVOCfM6QRInouBL41JzOtfq7wsxYQnnQAbJAboK6vU+4Jj3NJejj9yo3L7xHhvVPlAAA7lp5sr4926TLiMmoRpVUK0q6QeO9NTUiuPXPm2OB0FaO8vDxh4LfBnUj40E19BDiRkSi9Ei38rDwQKgA4tNyZvrjx5EnX8Ezlzul08n2uQ9u0Wq9WG2NhXqPX5Rqb6d5I2iP2QCABRWmVeq5eV9E20yM+fHKr9b5FfgMl9Xce/zUSsEj73CQg7hd34395Pd43OOJ+i0lNnLje5NMyP663WTUR8bjR/S+/EAdi6i5GNAAAAABJRU5ErkJggg==)}.chart-input{height:140px;position:relative}.chart-input-text{width:100%;height:100%;margin:0;padding:12px 20px 20px;resize:none;-webkit-box-sizing:border-box;box-sizing:border-box;border:none;background:no-repeat;outline:none}.chart-input-btn{position:absolute;bottom:20px;right:20px;background:#006eff;padding:8px 20px;border-radius:4px;border:none;font-weight:400;font-size:14px;color:#ffffff;letter-spacing:0;text-align:center;line-height:20px;outline:none;border:none}.chart-input-btn:focus{outline:none}.chart-input-btn:disabled{opacity:0.3;cursor:default}.chart-default-msg{font-size:20px;font-weight:500;color:#000;text-align:center}

.mask[data-v-453bcf72] {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
}

/* .main{
    display: flex;

} */
/* *{
    margin: 0;
    padding: 0;
} */
.arr_quan[data-v-3810eb98] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1200px;
	height: 80px;
	/* background: lightcoral; */
	padding: 0;
}
.list[data-v-3810eb98] {
	padding-bottom: 25px;
}
.arr_nr[data-v-3810eb98] {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1200px;
	/* background: lightcoral; */
	padding: 0;
	border-bottom: 1px solid #d4d2d2 !important;
}
.xwlb_img[data-v-3810eb98] {
	width: 200px;
	height: 150px;
	background: #f1f4fd;
	border: 0;
	padding: 0;
}
.xwlb_wb[data-v-3810eb98] {
	width: 100%;
	background: #ffffff;
	padding: 25px;
	border-bottom: 1px solid #d4d2d2 !important;
}
.xwlb_wb[data-v-3810eb98]:hover {
	background: #f1f4fd;
	cursor: pointer;
}
.wb_top[data-v-3810eb98] {
	text-align: left;
	font-size: 17px;
	font-weight: 900;
	height: auto;
	width: 100%;
	/* background: darkgrey; */
}
.wb_cent[data-v-3810eb98] {
	font-size: 10px;
	text-align: left;
	/* height: 45px; */
	width: 100%;
	/* background: lightgreen; */
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.wb_btm[data-v-3810eb98] {
	margin-right: 15px;
	font-size: 10px;
}
.empty[data-v-3810eb98] {
	padding: 40px 0;
	text-align: center;
	min-height: 516px;
}
.empty-title[data-v-3810eb98] {
	font-size: 18px;
	color: #999;
	text-align: center;
}
.type-view[data-v-3810eb98] {
	margin-top: 20px;
	padding: 25px;
	background: #f1f4fd;
	text-align: left;
}
.type-list[data-v-3810eb98] {
}
.type-item[data-v-3810eb98] {
	padding: 6px 12px;
	margin-right: 15px;
	background: #1740a2;
	color: #fff;
}
.type-item.active[data-v-3810eb98] {
	background: #2c5cce;
}
.list_img[data-v-3810eb98]{
	width: 160px;
	height: 120px;
	border: 0;
	padding: 0;
	background-image: url(data:image/jpeg;base64,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);
	background-size: cover !important;
}
.list_time[data-v-3810eb98]{
	margin-top: 5px;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0;
}
.desc[data-v-3810eb98]{
	margin: 5px 0;
	font-size:14px;
	text-align: left;
	font-weight: 500;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

/* .main{
    display: flex;

} */
/* *{
    margin: 0;
    padding: 0;
} */
.arr_quan[data-v-ed15e468] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1200px;
	height: 80px;
	/* background: lightcoral; */
	padding: 0;
}
.list[data-v-ed15e468] {
	padding-bottom: 25px;
}
.arr_nr[data-v-ed15e468] {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1200px;
	/* background: lightcoral; */
	padding: 0;
	border-bottom: 1px solid #d4d2d2 !important;
}
.xwlb_img[data-v-ed15e468] {
	width: 200px;
	height: 150px;
	background: #f1f4fd;
	border: 0;
	padding: 0;
}
.xwlb_wb[data-v-ed15e468] {
	width: 100%;
	background: #ffffff;
	padding: 25px;
	border-bottom: 1px solid #d4d2d2 !important;
}
.xwlb_wb[data-v-ed15e468]:hover {
	background: #f1f4fd;
	cursor: pointer;
}
.wb_top[data-v-ed15e468] {
	text-align: left;
	font-size: 17px;
	font-weight: 900;
	height: auto;
	width: 100%;
	/* background: darkgrey; */
}
.wb_cent[data-v-ed15e468] {
	font-size: 10px;
	text-align: left;
	/* height: 45px; */
	width: 100%;
	/* background: lightgreen; */
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.wb_btm[data-v-ed15e468] {
	margin-right: 15px;
	font-size: 10px;
}
.empty[data-v-ed15e468] {
	padding: 40px 0;
	text-align: center;
	min-height: 516px;
}
.empty-title[data-v-ed15e468] {
	font-size: 18px;
	color: #999;
	text-align: center;
}
.type-view[data-v-ed15e468] {
	margin-top: 20px;
	padding: 25px;
	background: #f1f4fd;
	text-align: left;
}
.type-list[data-v-ed15e468] {
}
.type-item[data-v-ed15e468] {
	padding: 6px 12px;
	margin-right: 15px;
	background: #1740a2;
	color: #fff;
}
.type-item.active[data-v-ed15e468] {
	background: #2c5cce;
}
.list_img[data-v-ed15e468]{
	width: 160px;
	height: 120px;
	border: 0;
	padding: 0;
	background-image: url(data:image/jpeg;base64,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);
	background-size: cover !important;
}
.list_time[data-v-ed15e468]{
	margin-top: 5px;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0;
}
.desc[data-v-ed15e468]{
	margin: 5px 0;
	font-size:14px;
	text-align: left;
	font-weight: 500;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

/* .main{
    display: flex;

} */
/* *{
    margin: 0;
    padding: 0;
} */
.arr_quan[data-v-3f63f8a6] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1200px;
	height: 80px;
	/* background: lightcoral; */
	padding: 0;
}
.list[data-v-3f63f8a6] {
	padding-bottom: 25px;
}
.arr_nr[data-v-3f63f8a6] {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1200px;
	/* background: lightcoral; */
	padding: 0;
	border-bottom: 1px solid #d4d2d2 !important;
}
.xwlb_img[data-v-3f63f8a6] {
	width: 200px;
	height: 150px;
	background: #f1f4fd;
	border: 0;
	padding: 0;
}
.xwlb_wb[data-v-3f63f8a6] {
	width: 100%;
	background: #ffffff;
	padding: 25px;
	border-bottom: 1px solid #d4d2d2 !important;
}
.xwlb_wb[data-v-3f63f8a6]:hover {
	background: #f1f4fd;
	cursor: pointer;
}
.wb_top[data-v-3f63f8a6] {
	text-align: left;
	font-size: 17px;
	font-weight: 900;
	height: auto;
	width: 100%;
	/* background: darkgrey; */
}
.wb_cent[data-v-3f63f8a6] {
	font-size: 10px;
	text-align: left;
	/* height: 45px; */
	width: 100%;
	/* background: lightgreen; */
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.wb_btm[data-v-3f63f8a6] {
	margin-right: 15px;
	font-size: 10px;
}
.empty[data-v-3f63f8a6] {
	padding: 40px 0;
	text-align: center;
	min-height: 516px;
}
.empty-title[data-v-3f63f8a6] {
	font-size: 18px;
	color: #999;
	text-align: center;
}
.type-view[data-v-3f63f8a6] {
	margin-top: 20px;
	padding: 25px;
	background: #f1f4fd;
	text-align: left;
}
.type-list[data-v-3f63f8a6] {
}
.type-item[data-v-3f63f8a6] {
	padding: 6px 12px;
	margin-right: 15px;
	background: #1740a2;
	color: #fff;
}
.type-item.active[data-v-3f63f8a6] {
	background: #2c5cce;
}
.list_img[data-v-3f63f8a6]{
width: 160px;
	height: 120px;
	border: 0;
	padding: 0;
	background-image: url(data:image/jpeg;base64,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);
	background-size: cover !important;
}
.list_time[data-v-3f63f8a6]{
	margin-top: 5px;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0;
}
.desc[data-v-3f63f8a6]{
	margin: 5px 0;
	font-size:14px;
	text-align: left;
	font-weight: 500;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

/* .main{
    display: flex;

} */
/* *{
    margin: 0;
    padding: 0;
} */
.arr_quan[data-v-bc1fec08] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1200px;
	height: 80px;
	/* background: lightcoral; */
	padding: 0;
}
.list[data-v-bc1fec08] {
	padding-bottom: 25px;
}
.arr_nr[data-v-bc1fec08] {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1200px;
	/* background: lightcoral; */
	padding: 0;
	border-bottom: 1px solid #d4d2d2 !important;
}
.xwlb_img[data-v-bc1fec08] {
	width: 200px;
	height: 150px;
	background: #f1f4fd;
	border: 0;
	padding: 0;
}
.xwlb_wb[data-v-bc1fec08] {
	width: 100%;
	background: #ffffff;
	padding: 25px;
	border-bottom: 1px solid #d4d2d2 !important;
}
.xwlb_wb[data-v-bc1fec08]:hover {
	background: #f1f4fd;
	cursor: pointer;
}
.wb_top[data-v-bc1fec08] {
	text-align: left;
	font-size: 17px;
	font-weight: 900;
	height: auto;
	width: 100%;
	/* background: darkgrey; */
}
.wb_cent[data-v-bc1fec08] {
	font-size: 10px;
	text-align: left;
	/* height: 45px; */
	width: 100%;
	/* background: lightgreen; */
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.wb_btm[data-v-bc1fec08] {
	margin-right: 15px;
	font-size: 10px;
}
.empty[data-v-bc1fec08] {
	padding: 40px 0;
	text-align: center;
	min-height: 516px;
}
.empty-title[data-v-bc1fec08] {
	font-size: 18px;
	color: #999;
	text-align: center;
}
.type-view[data-v-bc1fec08] {
	margin-top: 20px;
	padding: 25px;
	background: #f1f4fd;
	text-align: left;
}
.type-list[data-v-bc1fec08] {
}
.type-item[data-v-bc1fec08] {
	padding: 6px 12px;
	margin-right: 15px;
	background: #1740a2;
	color: #fff;
}
.type-item.active[data-v-bc1fec08] {
	background: #2c5cce;
}
.list_img[data-v-bc1fec08]{
	width: 160px;
	height: 120px;
	border: 0;
	padding: 0;
	background-image: url(data:image/jpeg;base64,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);
	background-size: cover !important;
}
.list_time[data-v-bc1fec08]{
	margin-top: 5px;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0;
}
.desc[data-v-bc1fec08]{
	margin: 5px 0;
	font-size:14px;
	text-align: left;
	font-weight: 500;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.zw_wb img{
	max-width: 100% !important;
}

/* .main{
    display: flex;
} */
/* *{
    margin: 0;
    padding: 0;
} */
.arr_quan[data-v-a3c8aaf8]{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 80px;
  /* background: lightcoral; */
  padding: 0;
  text-align: center;
  margin-top: 115px;
}
.arr_nr[data-v-a3c8aaf8]{
  /* margin-top: 20px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 180px;
  /* background: lightcoral; */
  padding: 0;
}
.zw_top[data-v-a3c8aaf8]{
  width: 100%;
  font-size: 23px;
  text-align: center;
  line-height: 100px;
}
.zw_fbrq[data-v-a3c8aaf8]{
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 14px;
  color: #a8a8a8;
  /* background: chartreuse; */
  border-bottom: 1px solid #a8a8a8;
}
.zw_wb[data-v-a3c8aaf8]{
  padding-top: 30px;
  text-align: left;
  /* background: lightgray; */
}
.zw_img[data-v-a3c8aaf8]{
  padding-top: 30px;
}
.zw_tz[data-v-a3c8aaf8]{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 105px;
  width: 100%;
  /* background: lime; */
  border-top: 1px solid #a8a8a8;
  line-height: 100px;
}
.tz_s[data-v-a3c8aaf8]{
  height: 100%;
  width: 50%;
  /* background: magenta; */
  text-align: left;
}
.tz_x[data-v-a3c8aaf8]{
  height: 100%;
  width: 50%;
  /* background: mediumslateblue; */
  text-align: right;
}


.el-cascader-menu .el-cascader-menu__wrap {
  height: 400px;
}
.el-radio__inner {
    border-radius: 0;
    border: 0;
    width: 170px;
    height: 34px;
    background-color: transparent;
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: -18px;
    left: -19px;
}
.el-radio__input.is-checked .el-radio__inner {
    background: transparent;
}
.el-cascader-node__label{
	overflow: visible;
}

.location[data-v-9f6b84ae] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.location-tool[data-v-9f6b84ae] {
  padding: 0 5px;
  color: #666;
}
.location-tool-btn[data-v-9f6b84ae] {
  padding: 0 3px;
  color: #666;
  cursor: pointer;
}
.location-tool:hover .location-tool-btn[data-v-9f6b84ae] {
  color: #ff552e;
}
.location-title[data-v-9f6b84ae] {
  display: inline-block;
  max-width: 50px; 
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 700;
  color: #ff552e;
}

/* .main{
    display: flex;
} */
/* *{
    margin: 0;
    padding: 0;
} */
.arr_quan[data-v-55dcb1c4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 80px;
  /* background: lightcoral; */
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.arr_nr[data-v-55dcb1c4] {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 200px;
  padding: 10px 0 10px 10px;
}
.arr_nr[data-v-55dcb1c4]:hover {
  background: #f1f4fd;
}
.arr_nr[data-v-55dcb1c4]:last-child {
  margin-bottom: 20px;
}
.fwzx[data-v-55dcb1c4] {
  width: 100%;
  height: 100%;
  text-align: left;
  /* padding: ; */
}
.fwzx_sp[data-v-55dcb1c4] {
  color: #1740a2;
  font-size: 20px;
  line-height: 80px;

  background: #ffffff;
}
.fwzx_hy_sf[data-v-55dcb1c4] {
  padding-left: 60px;
  background: #f5f5f5;
}
.fwzx_xl[data-v-55dcb1c4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  height: 100%;
  background: #f5f5f5;
  text-align: center;
  line-height: 80px;
}
.form-control[data-v-55dcb1c4] {
  height: 35px;
  margin-top: 23px;
  /* font-size: 16px; */
}
.fwzx_img[data-v-55dcb1c4] {
  width: 180px;
  height: 180px;
  border: 0;
  padding: 0;
}
.fwzx_wb[data-v-55dcb1c4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 180px;
  padding: 25px;
  cursor: pointer;
  overflow: hidden;
}
.wb_top[data-v-55dcb1c4] {
  text-align: left;
  font-size: 17px;
  font-weight: 900;
  height: 45px;
  width: 100%;
  /* background: darkgrey; */
}
.wb_cent[data-v-55dcb1c4] {
  font-size: 10px;
  text-align: left;
  /* height: 45px; */
  width: 100%;
  /* background: lightgreen; */
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wb_botm[data-v-55dcb1c4] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wb_botm_b[data-v-55dcb1c4] {
  width: 60px;
  color: #1740a2;
}
.wb_botm_btn[data-v-55dcb1c4] {
  width: 60%;
  color: #2c5cce;
  padding: 0 10px;
  text-align: left;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

/* 2021/12/3 */
.nav[data-v-55dcb1c4] {
  /* width: 1200px; */
  margin: 30px auto;
  top: 80px;
  bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-item[data-v-55dcb1c4] {
  /* width: 216px; */
  /* margin-bottom: 100px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-right: 40px;
}
.nav-item-image[data-v-55dcb1c4] {
  padding: 0 35px;
  height: 150px;
  overflow: hidden;
}
.nav-item-image img[data-v-55dcb1c4] {
  width: 100%;
}
.nav-item-title[data-v-55dcb1c4] {
  /*  min-width: 180px;
    width: 105%; */
  width: 230px;
  height: 40px;
  margin-top: 20px;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  white-space: nowrap;
}

.xqtj-content[data-v-bf4d1e1e] {
  text-align: left;
  margin-top: 34px;
}
.inp[data-v-bf4d1e1e] {
  /* margin-top: 10px; */
  width: 450px;
  height: 140px;
  border: 1px solid #ddd;
  resize: none;
  padding: 4px;
}

.item[data-v-59dd1862] {
  margin-top: 18px;
  margin-right: 17px;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  background: #efefef;
  overflow: hidden;
  cursor: pointer;
}
.item[data-v-59dd1862]:nth-child(5n) {
  margin-right: 0;
}
.item[data-v-59dd1862]:hover {
  -webkit-box-shadow: 0 2px 5px 0 #ccc;
          box-shadow: 0 2px 5px 0 #ccc;
}
.item-image[data-v-59dd1862] {
  width: 180px;
  height: 180px;
  overflow: hidden;
}
.item-image-img[data-v-59dd1862] {
  width: 180px;
}
.item-info[data-v-59dd1862] {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  text-align: left;
}
.item-title[data-v-59dd1862] {
  font-size: 18px;
}
.item-price[data-v-59dd1862] {
  font-size: 18px;
  color: #ff6600;
}
.item-ins[data-v-59dd1862] {
  font-size: 12px;
  color: #666;
}

.goods-list[data-v-5bf10a2a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top[data-v-34e2b068] {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #adadad;
}
.pho[data-v-34e2b068] {
  width: 240px;
  height: 240px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*background-color: #f1f4fd;*/
  overflow: hidden;
}
.tit-top[data-v-34e2b068] {
  margin-left: 25px;
  margin-top: 35px;
  width: 840px;
}
.title[data-v-34e2b068] {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
}
.n-text[data-v-34e2b068] {
  text-align: left;
  font-size: 14px;
  /* color: #adadad; */
}
.jgjj[data-v-34e2b068] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jg[data-v-34e2b068] {
  font-size: 18px;
  font-weight: bold;
  margin-left: 5px;
}
.jj[data-v-34e2b068] {
  margin-top: 15px;
  text-align: left;
  /* color: #adadad; */
}
.ywfl[data-v-34e2b068] {
  padding: 0;
  margin-bottom: 50px;
}
.ullist[data-v-34e2b068] {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
}
.ullist > li[data-v-34e2b068] {
  list-style: none;
  width: 80px;
  height: 30px;
  border: 1px dashed #dddddd;
  font-size: 12px;
  line-height: 30px;
  margin-right: 15px;
  cursor: pointer;
}
.xqtjBtn[data-v-34e2b068] {
  text-align: left;
  margin-top: 20px;
}
.pagination[data-v-34e2b068] {
  margin-top: 30px;
}
.good-img[data-v-34e2b068] {
  max-width: 100%;
}

/* .main{
    display: flex;
} */
/* *{
    margin: 0;
    padding: 0;
} */
.arr_quan[data-v-2b967038] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 80px;
  /* background: lightcoral; */
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.arr_nr[data-v-2b967038] {

  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 180px;
  /* background: lightcoral; */
  padding: 0;
}
.arr_nr[data-v-2b967038]:last-child {
  margin-bottom: 20px;
}
.fwzx[data-v-2b967038] {
  width: 100%;
  height: 100%;
  text-align: left;
  /* padding: ; */
}
.fwzx_sp[data-v-2b967038] {
  color: #1740a2;
  font-size: 20px;
  line-height: 80px;

  background: #ffffff;
}
.fwzx_hy_sf[data-v-2b967038] {
  padding-left: 60px;
  background: #f5f5f5;
}
.fwzx_xl[data-v-2b967038] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 286px;
  height: 100%;
  margin-right: 20px;
  background: #f5f5f5;
  text-align: center;
  line-height: 80px;
}
.form-control[data-v-2b967038] {

  height: 35px;
  margin-top: 23px;
  /* font-size: 16px; */
}
.fwzx_img[data-v-2b967038] {
  width: 180px;
  height: 180px;
  background: #f1f4fd;
  border: 0;
  padding: 0;
}
.fwzx_wb[data-v-2b967038] {
  width: 100%;
  height: 180px;
  background: #ffffff;
  padding: 25px;
  cursor: pointer;
}
.fwzx_wb[data-v-2b967038]:hover {
  width: 100%;
  height: 180px;
  background: #f1f4fd;
  padding: 25px;
}
.wb_top[data-v-2b967038] {
  text-align: left;
  font-size: 17px;
  font-weight: bold;
  height: 45px;
  width: 100%;
  /* background: darkgrey; */
}
.wb_cent[data-v-2b967038] {
  font-size: 10px;
  text-align: left;
  /* height: 45px; */
  width: 100%;
  /* background: lightgreen; */
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wb_botm[data-v-2b967038] {
  width: 100%;
  height: 30px;
  /* background: lime; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  line-height: 30px;
}
.wb_botm_b[data-v-2b967038] {
  color: #1740a2;
}
.wb_botm_btn[data-v-2b967038] {

  margin-left: 10px;
  color: #2c5cce;
  border: 1px dashed #2c5cce;
}
.wb_botm_btn>span[data-v-2b967038] {
  margin: 0 10px;
}

/* 2021/12/3 */
.nav[data-v-2b967038] {
  /* width: 1200px; */
  margin: 30px auto;
  top: 80px;
  bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-item[data-v-2b967038] {
  /* width: 216px; */
  /* margin-bottom: 100px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-right: 40px;
}
.nav-item-image[data-v-2b967038] {
  padding: 0 35px;
  height: 150px;
  overflow: hidden;
}
.nav-item-image img[data-v-2b967038] {
  width: 100%;
}
.nav-item-title[data-v-2b967038] {
  /* min-width: 180px;
   width: 105%; */
  width: 230px;
  height: 40px;
  margin-top: 20px;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  white-space: nowrap;
}

.nav[data-v-ffa26846] {
  padding: 0 15px;
  margin: 30px auto;
  top: 80px;
  bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title[data-v-03a88b6a] {
  text-align: center;
  margin: 20px;
  font-size: 20px;
  word-spacing: 1em;
}
.nav[data-v-03a88b6a] {
  margin: 30px auto;
  top: 80px;
  bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top[data-v-5e020c78] {
  /* height: 450px;
  display: flex; */
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #adadad;
}
.pho[data-v-5e020c78] {
  width: 240px;
  height: 240px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  /* background-color: #f1f4fd; */
}
.tit-top[data-v-5e020c78] {
  margin-left: 25px;
  margin-top: 35px;
  width: 840px;
}
.title[data-v-5e020c78] {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
}
.n-text[data-v-5e020c78] {
  text-align: left;
  font-size: 14px;
  /* color: #adadad; */
}
.jgjj[data-v-5e020c78] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jg[data-v-5e020c78] {
  font-size: 18px;
  font-weight: bold;
  margin-left: 5px;
}
.jj[data-v-5e020c78] {
  text-align: left;
  margin-top: 15px;
  /* color: #adadad; */
}
.jj-website[data-v-5e020c78]:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #007bff;
}
.ywfl[data-v-5e020c78] {
  /* height: 135px; */
  padding: 0;
  margin-bottom: 50px;
}
.ullist[data-v-5e020c78] {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
}
.ullist > li[data-v-5e020c78] {
  list-style: none;
  width: 80px;
  height: 30px;
  border: 1px dashed #dddddd;
  font-size: 12px;
  line-height: 30px;
  margin-right: 15px;
  cursor: pointer;
}
.xqtjBtn[data-v-5e020c78] {
  text-align: left;
  margin-top: 20px;
}
.main[data-v-5e020c78] {
  width: 1070px;
  height: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fwname[data-v-5e020c78] {
  color: #333;
  font-size: 14px;
  margin-top: 20px;
  margin-left: 5px;
  text-align: left;
}
.fwjg[data-v-5e020c78] {
  text-align: left;
  margin-left: 5px;
  font-size: 13px;
}
.good-img[data-v-5e020c78] {
  max-width: 100%;
}

/* .main{
        display: flex;
    } */
/* *{
        margin: 0;
        padding: 0;
    } */
.arr_quan[data-v-1655e310] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 80px;
  /* background: lightcoral; */
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.active[data-v-1655e310] {
  background-color: #f5f5f5;
}
.arr_nr[data-v-1655e310] {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 180px;
  /* background: lightcoral; */
  padding: 0;
}
.fwzx[data-v-1655e310] {
  width: 100%;
  height: 100%;
  text-align: left;
  /* padding: ; */
}
.fwzx_sp[data-v-1655e310] {
  color: #1740a2;
  font-size: 20px;
  line-height: 80px;
  font-weight: bold;
  background: #ffffff;
}
.fwzx_hy_sf[data-v-1655e310] {
  padding-left: 60px;
  background: #f5f5f5;
  height: 80px;
}
.fwzx_xl[data-v-1655e310] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  height: 100%;
  background: #f5f5f5;
  text-align: center;
  line-height: 80px;
}
.form-control[data-v-1655e310] {
  height: 35px;
  margin-top: 23px;
  /* font-size: 16px; */
}
.fwzx_img[data-v-1655e310] {
  width: 180px;
  height: 180px;
  background: #f1f4fd;
  border: 0;
  padding: 0;
}
.fwzx_wb[data-v-1655e310] {
  width: 100%;
  height: 180px;
  background: #ffffff;
  padding: 25px;
}
.fwzx_wb[data-v-1655e310]:hover {
  width: 100%;
  height: 180px;
  background: #f1f4fd;
  padding: 25px;
}
.wb_top[data-v-1655e310] {
  text-align: left;
  font-size: 17px;
  font-weight: bold;
  height: 45px;
  width: 100%;
  /* background: darkgrey; */
}
.wb_cent[data-v-1655e310] {
  font-size: 10px;
  text-align: left;
  /* height: 45px; */
  width: 100%;
  /* background: lightgreen; */
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wb_botm[data-v-1655e310] {
  width: 100%;
  height: 30px;
  /* background: lime; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  line-height: 30px;
}
.wb_botm_b[data-v-1655e310] {
  color: #1740a2;
}
.wb_botm_btn[data-v-1655e310] {
  margin-left: 10px;
  color: #2c5cce;
  border: 1px dashed #2c5cce;
}
.wb_botm_btn > span[data-v-1655e310] {
  margin: 0 10px;
}

/* 2021/12/3 */
.nav[data-v-1655e310] {
  /* width: 1200px; */
  margin: 30px auto;
  top: 80px;
  bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-item[data-v-1655e310] {
  /* width: 216px; */
  /* margin-bottom: 100px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-right: 40px;
}
.nav-item-image[data-v-1655e310] {
  padding: 0 35px;
  height: 150px;
  overflow: hidden;
}
.nav-item-image img[data-v-1655e310] {
  width: 100%;
}
.nav-item-title[data-v-1655e310] {
/* min-width: 180px;
		width: 105%; */
		width: 230px;
	    height: 40px;
	    margin-top: 20px;
	    font-size: 16px;
	    color: #333;
	    line-height: 40px;
		white-space: nowrap;
}


.top[data-v-04735b22] {
  margin-top: 20px;
}
.tbody td[data-v-04735b22] {
  width: 25%;
  border: 1px solid#ccc;
  padding: 10px;
}

.title[data-v-15638734]{
		text-align: center;
		margin: 20px;
		font-size: 20px;
}
.active[data-v-15638734] {
	  background-color: #f5f5f5;
}
.content-title[data-v-15638734]{
		    font-size: 25px;
		    margin: 20px;
		    text-align: left;
}
.bottom[data-v-15638734] {
    border-bottom: 1px solid #dddbdb;
    padding-bottom: 5px;
}
.text-left[data-v-15638734]{
	  text-align: left;
	  padding: 0 20px;
	  padding-bottom: 20px;
}
.p p[data-v-15638734] {
    line-height: 30px;
}

/* .main{
    display: flex;
} */
/* *{
    margin: 0;
    padding: 0;
} */
.arr_quan[data-v-94c09062] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 80px;
  /* background: lightcoral; */
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.arr_nr[data-v-94c09062] {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 180px;
  /* background: lightcoral; */
  padding: 0;
}
.arr_nr[data-v-94c09062]:last-child{
	margin-bottom: 20px;
}
.fwzx[data-v-94c09062] {
  width: 100%;
  height: 100%;
  text-align: left;
  /* padding: ; */
}
.fwzx_sp[data-v-94c09062] {
  color: #1740a2;
  font-size: 20px;
  line-height: 80px;

  background: #ffffff;
}
.fwzx_hy_sf[data-v-94c09062] {
  padding-left: 60px;
  background: #f5f5f5;
}
.fwzx_xl[data-v-94c09062] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  width: 286px;
  height: 100%;
  background: #f5f5f5;
  text-align: center;
  line-height: 80px;
}
.form-control[data-v-94c09062] {

  height: 35px;
  margin-top: 23px;
  /* font-size: 16px; */
}
.fwzx_img[data-v-94c09062] {
  width: 180px;
  height: 180px;
  background: #f1f4fd;
  border: 0;
  padding: 0;
}
.fwzx_wb[data-v-94c09062] {
  width: 100%;
  height: 180px;
  background: #ffffff;
  padding: 25px;
}
.fwzx_wb[data-v-94c09062]:hover {
  width: 100%;
  height: 180px;
  background: #f1f4fd;
  padding: 25px;
  cursor: pointer;
}
.wb_top[data-v-94c09062] {
  text-align: left;
  font-size: 17px;
  font-weight: bold;
  height: 45px;
  width: 100%;
  /* background: darkgrey; */
}
.wb_cent[data-v-94c09062] {
  font-size: 10px;
  text-align: left;
  /* height: 45px; */
  width: 100%;
  /* background: lightgreen; */
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wb_botm[data-v-94c09062] {
  width: 100%;
  height: 30px;
  /* background: lime; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  line-height: 30px;
}
.wb_botm_b[data-v-94c09062] {
  color: #1740a2;
}
.wb_botm_btn[data-v-94c09062] {

  margin-left: 10px;
  color: #2c5cce;
  border: 1px dashed #2c5cce;
}
.wb_botm_btn > span[data-v-94c09062] {
  margin: 0 10px;
}

/* 2021/12/3 */
.nav[data-v-94c09062] {
  /* width: 1200px; */
  margin: 30px auto;
  top: 80px;
  bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-item[data-v-94c09062] {
  /* width: 216px; */
  /* margin-bottom: 100px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-right: 40px;
}
.nav-item-image[data-v-94c09062] {
  padding: 0 35px;
  height: 150px;
  overflow: hidden;
}
.nav-item-image img[data-v-94c09062] {
  width: 100%;
}
.nav-item-title[data-v-94c09062] {
/*  min-width: 180px;
		width: 105%; */
		width: 230px;
	    height: 40px;
	    margin-top: 20px;
	    font-size: 16px;
	    color: #333;
	    line-height: 40px;
		white-space: nowrap;
}

.top[data-v-e46cdf2e] {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #adadad;
}
.pho[data-v-e46cdf2e] {
  width: 240px;
  height: 240px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*background-color: #f1f4fd;*/
  overflow: hidden;
}
.tit-top[data-v-e46cdf2e] {
  margin-left: 25px;
  margin-top: 35px;
  width: 840px;
}
.title[data-v-e46cdf2e] {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
}
.n-text[data-v-e46cdf2e] {
  text-align: left;
  font-size: 14px;
  /* color: #adadad; */
}
.jgjj[data-v-e46cdf2e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jg[data-v-e46cdf2e] {
  font-size: 18px;
  font-weight: bold;
  margin-left: 5px;
}
.jj[data-v-e46cdf2e] {
  margin-bottom: 15px;
  text-align: left;
  /* color: #adadad; */
}
.ywfl[data-v-e46cdf2e] {
  padding: 0;
  margin-bottom: 50px;
}
.ullist[data-v-e46cdf2e] {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
}
.ullist > li[data-v-e46cdf2e] {
  list-style: none;
  width: 80px;
  height: 30px;
  border: 1px dashed #dddddd;
  font-size: 12px;
  line-height: 30px;
}
.xqtjBtn[data-v-e46cdf2e] {
  text-align: left;
  margin-top: 20px;
}
.main[data-v-e46cdf2e] {
  width: 1070px;
  height: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fwname[data-v-e46cdf2e] {
  color: #333;
  font-size: 14px;
  margin-top: 20px;
  margin-left: 5px;
  text-align: left;
}
.fwjg[data-v-e46cdf2e] {
  text-align: left;
  margin-left: 5px;
  font-size: 13px;
}

/* .main{
    display: flex;
} */
/* *{
    margin: 0;
    padding: 0;
} */
.arr_quan[data-v-0267bd2d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 80px;
  /* background: lightcoral; */
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.arr_nr[data-v-0267bd2d] {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 180px;
  /* background: lightcoral; */
  padding: 0;
}
.arr_nr[data-v-0267bd2d]:last-child {
  margin-bottom: 20px;
}
.fwzx[data-v-0267bd2d] {
  width: 100%;
  height: 100%;
  text-align: left;
  /* padding: ; */
}
.fwzx_sp[data-v-0267bd2d] {
  color: #1740a2;
  font-size: 20px;
  line-height: 80px;

  background: #ffffff;
}
.fwzx_hy_sf[data-v-0267bd2d] {
  padding-left: 60px;
  background: #f5f5f5;
}
.fwzx_xl[data-v-0267bd2d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  width: 286px;
  height: 100%;
  background: #f5f5f5;
  text-align: center;
  line-height: 80px;
}
.form-control[data-v-0267bd2d] {

  height: 35px;
  margin-top: 23px;
  /* font-size: 16px; */
}
.fwzx_img[data-v-0267bd2d] {
  width: 180px;
  height: 180px;
  background: #f1f4fd;
  border: 0;
  padding: 0;
}
.fwzx_wb[data-v-0267bd2d] {
  width: 100%;
  height: 180px;
  background: #ffffff;
  padding: 25px;
}
.fwzx_wb[data-v-0267bd2d]:hover {
  width: 100%;
  height: 180px;
  background: #f1f4fd;
  padding: 25px;
  cursor: pointer;
}
.wb_top[data-v-0267bd2d] {
  text-align: left;
  font-size: 17px;
  font-weight: bold;
  height: 45px;
  width: 100%;
  /* background: darkgrey; */
}
.wb_cent[data-v-0267bd2d] {
  font-size: 10px;
  text-align: left;
  /* height: 45px; */
  width: 100%;
  /* background: lightgreen; */
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wb_botm[data-v-0267bd2d] {
  width: 100%;
  height: 30px;
  /* background: lime; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  line-height: 30px;
}
.wb_botm_b[data-v-0267bd2d] {
  color: #1740a2;
}
.wb_botm_btn[data-v-0267bd2d] {

  margin-left: 10px;
  color: #2c5cce;
  border: 1px dashed #2c5cce;
}
.wb_botm_btn > span[data-v-0267bd2d] {
  margin: 0 10px;
}

/* 2021/12/3 */
.nav[data-v-0267bd2d] {
  /* width: 1200px; */
  margin: 30px auto;
  top: 80px;
  bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-item[data-v-0267bd2d] {
  /* width: 216px; */
  /* margin-bottom: 100px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-right: 40px;
}
.nav-item-image[data-v-0267bd2d] {
  padding: 0 35px;
  height: 150px;
  overflow: hidden;
}
.nav-item-image img[data-v-0267bd2d] {
  width: 100%;
}
.nav-item-title[data-v-0267bd2d] {
  /*  min-width: 180px;
      width: 105%; */
  width: 230px;
  height: 40px;
  margin-top: 20px;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  white-space: nowrap;
}

.top[data-v-3a0ad3b4] {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #adadad;
}
.pho[data-v-3a0ad3b4] {
  width: 240px;
  height: 240px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*background-color: #f1f4fd;*/
  overflow: hidden;
}
.tit-top[data-v-3a0ad3b4] {
  margin-left: 25px;
  margin-top: 35px;
  width: 840px;
}
.title[data-v-3a0ad3b4] {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
}
.n-text[data-v-3a0ad3b4] {
  text-align: left;
  font-size: 14px;
  /* color: #adadad; */
}
.jgjj[data-v-3a0ad3b4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jg[data-v-3a0ad3b4] {
  font-size: 18px;
  font-weight: bold;
  margin-left: 5px;
}
.jj[data-v-3a0ad3b4] {
  margin-top: 15px;
  text-align: left;
  /* color: #adadad; */
}
.xqtjBtn[data-v-3a0ad3b4] {
  text-align: left;
  margin-top: 20px;
}

/* .main{
    display: flex;
} */
/* *{
    margin: 0;
    padding: 0;
} */
.arr_quan[data-v-5ba408f2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 80px;
  /* background: lightcoral; */
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.arr_nr[data-v-5ba408f2] {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 180px;
  /* background: lightcoral; */
  padding: 0;
}
.arr_nr[data-v-5ba408f2]:last-child {
  margin-bottom: 20px;
}
.fwzx[data-v-5ba408f2] {
  width: 100%;
  height: 100%;
  text-align: left;
  /* padding: ; */
}
.fwzx_sp[data-v-5ba408f2] {
  color: #1740a2;
  font-size: 20px;
  line-height: 80px;

  background: #ffffff;
}
.fwzx_hy_sf[data-v-5ba408f2] {
  padding-left: 60px;
  background: #f5f5f5;
}
.fwzx_xl[data-v-5ba408f2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  width: 286px;
  height: 100%;
  background: #f5f5f5;
  text-align: center;
  line-height: 80px;
}
.form-control[data-v-5ba408f2] {

  height: 35px;
  margin-top: 23px;
  /* font-size: 16px; */
}
.fwzx_img[data-v-5ba408f2] {
  width: 180px;
  height: 180px;
  background: #f1f4fd;
  border: 0;
  padding: 0;
}
.fwzx_wb[data-v-5ba408f2] {
  width: 100%;
  height: 180px;
  background: #ffffff;
  padding: 25px;
}
.fwzx_wb[data-v-5ba408f2]:hover {
  width: 100%;
  height: 180px;
  background: #f1f4fd;
  padding: 25px;
  cursor: pointer;
}
.wb_top[data-v-5ba408f2] {
  text-align: left;
  font-size: 17px;
  font-weight: bold;
  height: 45px;
  width: 100%;
  /* background: darkgrey; */
}
.wb_cent[data-v-5ba408f2] {
  font-size: 10px;
  text-align: left;
  /* height: 45px; */
  width: 100%;
  /* background: lightgreen; */
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wb_botm[data-v-5ba408f2] {
  width: 100%;
  height: 30px;
  /* background: lime; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  line-height: 30px;
}
.wb_botm_b[data-v-5ba408f2] {
  color: #1740a2;
}
.wb_botm_btn[data-v-5ba408f2] {

  margin-left: 10px;
  color: #2c5cce;
  border: 1px dashed #2c5cce;
}
.wb_botm_btn > span[data-v-5ba408f2] {
  margin: 0 10px;
}

/* 2021/12/3 */
.nav[data-v-5ba408f2] {
  /* width: 1200px; */
  margin: 30px auto;
  top: 80px;
  bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-item[data-v-5ba408f2] {
  /* width: 216px; */
  /* margin-bottom: 100px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-right: 40px;
}
.nav-item-image[data-v-5ba408f2] {
  padding: 0 35px;
  height: 150px;
  overflow: hidden;
}
.nav-item-image img[data-v-5ba408f2] {
  width: 100%;
}
.nav-item-title[data-v-5ba408f2] {
  /*  min-width: 180px;
      width: 105%; */
  width: 230px;
  height: 40px;
  margin-top: 20px;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  white-space: nowrap;
}

.top[data-v-047efc6a] {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #adadad;
}
.pho[data-v-047efc6a] {
  width: 240px;
  height: 240px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*background-color: #f1f4fd;*/
  overflow: hidden;
}
.tit-top[data-v-047efc6a] {
  margin-left: 25px;
  margin-top: 35px;
  width: 840px;
}
.title[data-v-047efc6a] {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
}
.n-text[data-v-047efc6a] {
  text-align: left;
  font-size: 14px;
  /* color: #adadad; */
}
.jgjj[data-v-047efc6a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jg[data-v-047efc6a] {
  font-size: 18px;
  font-weight: bold;
  margin-left: 5px;
}
.jj[data-v-047efc6a] {
  margin-top: 15px;
  text-align: left;
}
.xqtjBtn[data-v-047efc6a] {
  text-align: left;
  margin-top: 20px;
}

.nav[data-v-0222322c] {
  padding: 0 15px;
  margin: 30px auto;
  top: 80px;
  bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title[data-v-22e8054c] {
  text-align: center;
  margin: 20px;
  font-size: 20px;
}
.active[data-v-22e8054c] {
  background-color: #f5f5f5;
}

/* .main{
        display: flex;
    } */
/* *{
        margin: 0;
        padding: 0;
    } */
.arr_quan[data-v-577c4610] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 80px;
  /* background: lightcoral; */
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.active[data-v-577c4610] {
  background-color: #f5f5f5;
}
.arr_nr[data-v-577c4610] {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 180px;
  /* background: lightcoral; */
  padding: 0;
}
.fwzx[data-v-577c4610] {
  width: 100%;
  height: 100%;
  text-align: left;
  /* padding: ; */
}
.fwzx_sp[data-v-577c4610] {
  color: #1740a2;
  font-size: 20px;
  line-height: 80px;
  font-weight: bold;
  background: #ffffff;
}
.fwzx_hy_sf[data-v-577c4610] {
  padding-left: 60px;
  background: #f5f5f5;
  height: 80px;
}
.fwzx_xl[data-v-577c4610] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  height: 100%;
  background: #f5f5f5;
  text-align: center;
  line-height: 80px;
}
.form-control[data-v-577c4610] {
  height: 35px;
  margin-top: 23px;
  /* font-size: 16px; */
}
.fwzx_img[data-v-577c4610] {
  width: 180px;
  height: 180px;
  background: #f1f4fd;
  border: 0;
  padding: 0;
}
.fwzx_wb[data-v-577c4610] {
  width: 100%;
  height: 180px;
  background: #ffffff;
  padding: 25px;
}
.fwzx_wb[data-v-577c4610]:hover {
  width: 100%;
  height: 180px;
  background: #f1f4fd;
  padding: 25px;
}
.wb_top[data-v-577c4610] {
  text-align: left;
  font-size: 17px;
  font-weight: bold;
  height: 45px;
  width: 100%;
  /* background: darkgrey; */
}
.wb_cent[data-v-577c4610] {
  font-size: 10px;
  text-align: left;
  /* height: 45px; */
  width: 100%;
  /* background: lightgreen; */
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wb_botm[data-v-577c4610] {
  width: 100%;
  height: 30px;
  /* background: lime; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  line-height: 30px;
}
.wb_botm_b[data-v-577c4610] {
  color: #1740a2;
}
.wb_botm_btn[data-v-577c4610] {
  margin-left: 10px;
  color: #2c5cce;
  border: 1px dashed #2c5cce;
}
.wb_botm_btn > span[data-v-577c4610] {
  margin: 0 10px;
}

/* 2021/12/3 */
.nav[data-v-577c4610] {
  /* width: 1200px; */
  margin: 30px auto;
  top: 80px;
  bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-item[data-v-577c4610] {
  /* width: 216px; */
  /* margin-bottom: 100px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-right: 40px;
}
.nav-item-image[data-v-577c4610] {
  padding: 0 35px;
  height: 150px;
  overflow: hidden;
}
.nav-item-image img[data-v-577c4610] {
  width: 100%;
}
.nav-item-title[data-v-577c4610] {
/* min-width: 180px;
		width: 105%; */
		width: 230px;
	    height: 40px;
	    margin-top: 20px;
	    font-size: 16px;
	    color: #333;
	    line-height: 40px;
		white-space: nowrap;
}


.top[data-v-8cf5b6b8] {
  /*height: 325px;*/
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*border-bottom: 1px solid #adadad;*/
}
.pho[data-v-8cf5b6b8] {
  width: 240px;
  height: 240px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f1f4fd;
}
.tit-top[data-v-8cf5b6b8] {
  margin-left: 25px;
  margin-top: 35px;
  width: 840px;
}
.title[data-v-8cf5b6b8] {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
}
.n-text[data-v-8cf5b6b8] {
  text-align: left;
  font-size: 14px;
  /* color: #adadad; */
}
.jgjj[data-v-8cf5b6b8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jg[data-v-8cf5b6b8] {
  font-size: 18px;
  font-weight: bold;
  margin-left: 5px;
}
.jj[data-v-8cf5b6b8] {
  margin-bottom: 10px;
  text-align: left;
  /* color: #adadad; */
}
.ywfl[data-v-8cf5b6b8] {
  height: 135px;
}
.ullist>li[data-v-8cf5b6b8] {
  list-style: none;
  width: 80px;
  height: 30px;
  border: 1px dashed #dddddd;
  font-size: 12px;
  line-height: 30px;
}
.main[data-v-8cf5b6b8] {
  width: 1070px;
  height: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fwname[data-v-8cf5b6b8] {
  color: #333;
  font-size: 14px;
  margin-top: 20px;
  margin-left: 5px;
  text-align: left;
}
.fwjg[data-v-8cf5b6b8] {
  text-align: left;
  margin-left: 5px;
  font-size: 13px;
}

.w-full[data-v-6ba186f9] {
  width: 100%;
}
.content[data-v-6ba186f9] {
  padding: 30px 0;
}
.min-h[data-v-6ba186f9] {
  min-height: 600px;
}
.bg[data-v-6ba186f9] {
  background-color: rgb(237, 237, 240);
}

.title[data-v-59d5f7f6]{
		text-align: center;
		margin: 20px;
		font-size: 20px;
}
.active[data-v-59d5f7f6] {
	  background-color: #f5f5f5;
}
.content-title[data-v-59d5f7f6]{
		    font-size: 25px;
		    margin: 20px;
		    text-align: left;
}
.bottom[data-v-59d5f7f6] {
    border-bottom: 1px solid #dddbdb;
    padding-bottom: 5px;
}
.text-left[data-v-59d5f7f6]{
	  text-align: left;
	  padding: 0 20px;
	  padding-bottom: 20px;
}
.p p[data-v-59d5f7f6] {
    line-height: 30px;
}

/* .main{
    display: flex;
} */
/* *{
    margin: 0;
    padding: 0;
} */
.arr_quan[data-v-36273cce] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 80px;
  /* background: lightcoral; */
  padding: 0;
}
.arr_nr[data-v-36273cce] {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 180px;
  /* background: lightcoral; */
  padding: 0;
  color: seashell;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.arr_nr[data-v-36273cce]:last-child{
	margin-bottom: 20px;
}
.fwzx[data-v-36273cce] {
  width: 100%;
  height: 100%;
  text-align: left;
  /* padding: ; */
}
.fwzx_sp[data-v-36273cce] {
  color: #1740a2;
  font-size: 20px;
  line-height: 80px;

  background: #ffffff;
}
.fwzx_hy_sf[data-v-36273cce] {
  padding-left: 60px;
  background: #f5f5f5;
}
.fwzx_xl[data-v-36273cce] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 286px;
  height: 100%;
  background: #f5f5f5;
  text-align: center;
  line-height: 80px;
}
.form-control[data-v-36273cce] {

  height: 35px;
  margin-top: 23px;
  /* font-size: 16px; */
}
.zlfw[data-v-36273cce] {
  width: 100%;
  padding: 50PX;
  /* opacity:.6; */
  background-color: #2c5cce;
}
.zlfw[data-v-36273cce]:hover {
  background: #2c5cce;
  cursor: pointer;
}
.zlfw_da[data-v-36273cce] {
  width: 100%;
  height: 55px;
  text-align: left;
  font-size: 22px;
  color: #333;
}
.zlfw_x[data-v-36273cce] {
  text-align: left;
  font-size: 14px;
  color: #666;
}





/* .main{
    display: flex;
} */
/* *{
    margin: 0;
    padding: 0;
} */
.arr_quan[data-v-2c210f87] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 80px;
  /* background: lightcoral; */
  padding: 0;
  text-align: center;
  margin-top: 20px;
}
.arr_nr[data-v-2c210f87] {
  /* margin-top: 20px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 180px;
  /* background: lightcoral; */
  padding: 0;
}
.zw_top[data-v-2c210f87] {
  width: 100%;
  font-size: 23px;
  text-align: center;
  line-height: 100px;
}
.zw_fbrq[data-v-2c210f87] {
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 14px;
  color: #a8a8a8;
  /* background: chartreuse; */
  border-bottom: 1px solid #a8a8a8;
}
.zw_wb[data-v-2c210f87] {
  padding-top: 30px;
  /* background: lightgray; */
  text-align: left;
}
.zw_img[data-v-2c210f87] {
  padding-top: 30px;
}
.zw_tz[data-v-2c210f87] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 105px;
  width: 100%;
  /* background: lime; */
  border-top: 1px solid #a8a8a8;
  line-height: 100px;
}
.tz_s[data-v-2c210f87] {
  height: 100%;
  width: 50%;
  /* background: magenta; */
  text-align: left;
}
.tz_x[data-v-2c210f87] {
  height: 100%;
  width: 50%;
  /* background: mediumslateblue; */
  text-align: right;
}


.arr_quan[data-v-680365df] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 80px;
  padding: 0;
}
.list[data-v-680365df] {
  padding-bottom: 25px;
  min-height: 500px;
}
.brand-search[data-v-680365df] {
  margin: 0 auto;
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  width: 595px;
  border: 1px solid #e60012;
}
.brand-search input[data-v-680365df] {
  width: 600px;
  height: 40px;
  padding: 0;
  border: none;
  text-indent: 1rem;
  display: inline-block;
  vertical-align: top;
}
.brand-search input[data-v-680365df]:focus {
  border: 1px solid #ddd;
  outline: none;
}
.brand-search button[data-v-680365df] {
  border: none;
  width: 70px;
  height: 40px;
  color: #ffffff;
  background: #ff4d20;
  border-radius: 0;
  vertical-align: top;
}
.arr_nr[data-v-680365df] {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  padding: 0;
  border-bottom: 1px solid #d4d2d2 !important;
}
.xwlb_wb[data-v-680365df] {
  width: 100%;
  background: #ffffff;
  padding: 20px;
}
.xwlb_wb[data-v-680365df]:hover {
  background: #f1f4fd;
  cursor: pointer;
}
.wb_top[data-v-680365df] {
  text-align: left;
  font-size: 17px;
  font-weight: 500;
  height: 98px;
  width: 100%;
  color: #333333;
}
.wb_text[data-v-680365df] {
  font-size: 14px;
  color: #606266;
  min-height: 20px;
  max-height: 63px;
  width: 90%;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wb_cent[data-v-680365df] {
  font-size: 10px;
  text-align: left;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.wb_btm[data-v-680365df] {
  height: 11px;
  font-size: 12px;
  color: #999999;
  font-weight: 500;
  margin-top: 4px;
  margin-bottom: 12px;
  margin-right: 15px;
}
.empty[data-v-680365df] {
  padding: 40px 0;
  text-align: center;
  min-height: 516px;
}
.empty-title[data-v-680365df] {
  font-size: 18px;
  color: #999;
  text-align: center;
}
.type-view[data-v-680365df] {
  margin-top: 20px;
  padding: 25px;
  background: #f1f4fd;
  text-align: left;
}
.type-list[data-v-680365df] {
}
.type-item[data-v-680365df] {
  padding: 6px 12px;
  margin-right: 15px;
  background: #1740a2;
  color: #fff;
}
.type-item.active[data-v-680365df] {
  background: #2c5cce;
}

/* .main{
    display: flex;
} */
/* *{
    margin: 0;
    padding: 0;
} */
.arr_quan[data-v-499296e9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 80px;
  /* background: lightcoral; */
  padding: 0;
  text-align: center;
  margin-top: 20px;
}
.arr_nr[data-v-499296e9] {
  /* margin-top: 20px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 180px;
  /* background: lightcoral; */
  padding: 0;
}
.zw_top[data-v-499296e9] {
  width: 100%;
  font-size: 23px;
  text-align: center;
  line-height: 100px;
}
.zw_fbrq[data-v-499296e9] {
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 14px;
  color: #a8a8a8;
  /* background: chartreuse; */
  border-bottom: 1px solid #a8a8a8;
}
.zw_wb[data-v-499296e9] {
  padding-top: 30px;
  /* background: lightgray; */
  text-align: left;
}
.zw_img[data-v-499296e9] {
  padding-top: 30px;
}
.zw_tz[data-v-499296e9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 105px;
  width: 100%;
  /* background: lime; */
  border-top: 1px solid #a8a8a8;
  line-height: 100px;
}
.tz_s[data-v-499296e9] {
  height: 100%;
  width: 50%;
  /* background: magenta; */
  text-align: left;
}
.tz_x[data-v-499296e9] {
  height: 100%;
  width: 50%;
  /* background: mediumslateblue; */
  text-align: right;
}


/* .main{
    display: flex;
} */
/* *{
    margin: 0;
    padding: 0;
} */
.arr_quan[data-v-a44a9a74] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 80px;
  /* background: lightcoral; */
  padding: 0;
}
.arr_nr[data-v-a44a9a74] {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 180px;
  /* background: lightcoral; */
  padding: 0;
}
.zjk[data-v-a44a9a74] {
  width: 100%;
  height: 100%;
  text-align: left;
  /* padding: ; */
}
.zjk_sp[data-v-a44a9a74] {
  color: #1740a2;
  font-size: 20px;
  line-height: 80px;

  background: #ffffff;
}
.zjk_hy_sf[data-v-a44a9a74] {
  padding-left: 60px;
  background: #f5f5f5;
}
.zjk_xl[data-v-a44a9a74] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 286px;
  height: 100%;
  background: #f5f5f5;
  text-align: center;
  line-height: 80px;
}
.form-control[data-v-a44a9a74] {

  height: 35px;
  margin-top: 23px;
  /* font-size: 16px; */
}
.zjk_img[data-v-a44a9a74] {
  width: 180px;
  height: 180px;
  border: 0;
  padding: 0;
}
.zjk_wb[data-v-a44a9a74] {
  width: 100%;
  height: 180px;
  background: #ffffff;
  padding: 25px;
}
.zjk_wb[data-v-a44a9a74]:hover {
  width: 100%;
  height: 180px;
  background: #f1f4fd;
  padding: 25px;
  cursor: pointer;
}
.wb_top[data-v-a44a9a74] {
  text-align: left;
  font-size: 17px;
  font-weight: bold;
  height: 45px;
  width: 100%;
  /* background: darkgrey; */
}
.wb_cent[data-v-a44a9a74] {
  font-size: 14px;
  text-align: left;
  /* height: 45px; */
  width: 100%;
  /* background: lightgreen; */
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wb_botm[data-v-a44a9a74] {
  width: 100%;
  height: 30px;
  /* background: lime; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  line-height: 30px;
}
.wb_botm_b[data-v-a44a9a74] {
  color: #1740a2;
}
.wb_botm_btn[data-v-a44a9a74] {

  margin-left: 10px;
  color: #2c5cce;
  border: 1px dashed #2c5cce;
}
.wb_botm_btn > span[data-v-a44a9a74] {
  margin: 0 10px;
}



    /* .main{
        display: flex;
    } */
    /* *{
        margin: 0;
        padding: 0;
    } */
.arr_quan[data-v-9a932106]{
        /* display: flex; */
        width: 1200px;
        /* height: 80px; */
        /* background: lightcoral; */
        padding: 0;
}
.zjk_xq[data-v-9a932106]{
        /* background: chartreuse; */
        width: 100%;
        /* height: 300px; */
        padding-top: 35px;
}
.xq_name[data-v-9a932106]{
        padding: 20px;
		font-size: 22px;
		letter-spacing: 2px;
}
.xq_jj[data-v-9a932106]{
        width: 100%;
        /* background: yellow; */
}
.zjjj[data-v-9a932106]{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 45px;
        width: 100%;
        /* background: yellowgreen; */
}
.zjjj_top[data-v-9a932106]{
        width: 5px;
        height: 20px;
        background: #1740a2;
        margin-right: 5px;
        margin-top: 2px;
        font-size: 20px;
}
.xq_nr[data-v-9a932106]{
        /* display: flex; */
        text-align: left;
        font-size: 14px;
}
.xq_img img[data-v-9a932106]{
		width: 260px;
}
.xq_fw[data-v-9a932106]{
        width: 100%;
        height: 150px;
}
.wb_botm[data-v-9a932106]{
        width: 100%;
        height: 105px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}
.wb_botm_b[data-v-9a932106]{
        color: #1740a2;
}
.wb_botm_btn[data-v-9a932106]{
        height: 30px;
        line-height: 30px;
        margin-left: 10px;
        color: #2c5cce;
        border: 1px dashed #2c5cce;
}
.wb_botm_btn>span[data-v-9a932106]{
        margin: 0 10px;
}

.resetPass .el-dialog {
  width: 30%;
}

.cont[data-v-5dea4e54] {
  padding: 40px 0;
  background-image: url(../../static/img/loginImg.494b24b.png);
}
.content[data-v-5dea4e54] {
  width: 1100px;
  height: 500px;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
img[data-v-5dea4e54] {
  width: 650px;
  height: 360px;
}
.register-wrapper img[data-v-5dea4e54] {
  z-index: 1;
}
#register[data-v-5dea4e54] {
  max-width: 400px;
  margin: 20px auto;
  background: #fff;
  padding: 0 40px;
  border-radius: 10px;

  height: 390px;
  width: 390px;
  z-index: 9;
}
.title-flex[data-v-5dea4e54] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.title[data-v-5dea4e54] {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  cursor: pointer;
}
.activity[data-v-5dea4e54] {
  border-bottom: 2px solid #1ab2ff;
}
.QRcode[data-v-5dea4e54] {
  border: 1px solid #2c5cce;
  padding: 0 2px;
  font-size: 14px;
  line-height: 26px;
  border-radius: 2px;
}
.img_v[data-v-5dea4e54] {
  width: 26px !important;
  height: 26px !important;
  cursor: pointer;
}
.el-form-item[data-v-5dea4e54] {
  text-align: center;
}
.login[data-v-5dea4e54] {
  font-size: 14px;
  color: #1ab2ff;
  cursor: pointer;
}
.login[data-v-5dea4e54]:hover {
  color: #2c2fd6;
}
.code[data-v-5dea4e54] .el-form-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.code button[data-v-5dea4e54] {
  margin-left: 20px;
  width: 140px;
  text-align: center;
}
.el-button--primary[data-v-5dea4e54]:focus {
  background: #409eff;
  border-color: #409eff;
  color: #fff;
}
.agreement[data-v-5dea4e54] {
  display: -webkit-box;
  display: -ms-flexbox;
  text-align: left;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
}
.psd[data-v-5dea4e54] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.QRLogin[data-v-5dea4e54] {
  width: 180px;
  height: 180px;
}

	/* 文本提交框 */
/* textarea {
	width: 550px !important;
	height: 180px;
	color:#333;
} */

.content[data-v-1fa5f1f4] {
	min-height: 580px;
}
.nav[data-v-1fa5f1f4] {
	/* margin: 20px auto; */
	top: 80px;
	bottom: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.nav-item[data-v-1fa5f1f4] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	margin-right: 40px;
}
.nav-item-image[data-v-1fa5f1f4] {
	padding: 0 35px;
	height: 150px;
	overflow: hidden;
}
.nav-item-image img[data-v-1fa5f1f4] {
	width: 100%;
}
.nav-item-title[data-v-1fa5f1f4] {
	height: 40px;
	margin-top: 20px;
	font-size: 16px;
	color: #333;
	line-height: 40px;
	white-space: nowrap;
	width: 230px;
}

/* 商标搜索 */
.imgs[data-v-1fa5f1f4]{
	margin-top: 20px;
	position: relative;
}
.brand-search[data-v-1fa5f1f4]{
	    position: absolute;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	    bottom: 60px;
	    right: 20px;
	    left: 20px;
	    margin: 0 auto;
	    margin-top: 36px;
	    height: 40px;
	    width: 672px;
	    -webkit-box-shadow: 0 0 10px #555;
	            box-shadow: 0 0 10px #555;
}
.brand-search input[data-v-1fa5f1f4]{
	        width: 600px;
	        height: 40px;
	        padding: 0;
	        border: none;
	        text-indent: 1rem;
}
.brand-search input[data-v-1fa5f1f4]:focus {
      border: 1px solid #ddd;
      outline: none;
}
.brand-search button[data-v-1fa5f1f4]{
	    border: none;
	        width: 70px;
	        height: 40px;
	        color: #FFFFFF;
	        background: #FF4D20;
	        border-radius: 0;
	        vertical-align: top;
}
.xqtj[data-v-1fa5f1f4] {
	margin-top: 20px;
}
.dialog-footer[data-v-1fa5f1f4] {
	margin-bottom: 20px;
}

.content[data-v-0b8e2d15] {
  min-height: 580px;
}
.body[data-v-0b8e2d15] {
  margin: 20px auto;
}
.no-content[data-v-0b8e2d15] {
  min-height: 580px;
  text-align: center;
  line-height: 580px;
  font-size: 30px;
  color: #efefef;
  margin: 20px auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 12px 0px rgb(130 130 130 / 16%);
          box-shadow: 0px 0px 12px 0px rgb(130 130 130 / 16%);
}
.arr_nr-flex[data-v-0b8e2d15] {
}
.arr_nr[data-v-0b8e2d15] {
  margin: 10px;
  text-align: center;
  /* width: 22%; */
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 12px 0px rgb(130 130 130 / 16%);
          box-shadow: 0px 0px 12px 0px rgb(130 130 130 / 16%);
}
.arr_nr[data-v-0b8e2d15]:hover {
  background: #f1f4fd;
}
.fwzx_wb[data-v-0b8e2d15] {
  padding: 20px;
  cursor: pointer;
}
.wb_top[data-v-0b8e2d15] {
  text-align: left;
  font-size: 17px;
  font-weight: 900;
  word-wrap: break-word;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.wb_cent[data-v-0b8e2d15] {
  font-size: 15px;
  text-align: left;
}
.marginTop-10[data-v-0b8e2d15] {
  margin-top: 10px;
  word-wrap: break-word;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.marginTop-10 > .span-block[data-v-0b8e2d15] {
  display: inline-block;
}
.span-red[data-v-0b8e2d15] {
  color: red;
}
.span4ff[data-v-0b8e2d15] {
  color: #0084ff;
}

.table[data-v-c33623f8] {
    margin-top: 20px;
    margin-bottom: 20px;
}
table[data-v-c33623f8] {
    width: 100%;
}
table th[data-v-c33623f8] {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f9f9f9;
}
table td[data-v-c33623f8] {
    height: 36px;
    padding-left: 10px;
    border: 1px solid #ddd;
    vertical-align: middle;
}

.content[data-v-39a85015] {
	min-height: 580px;
}
.pageTitle[data-v-39a85015] {
	height: 67px;
	margin-top: 20px;
	line-height: 67px;
	font-size: 48px;
}
.arr_quan[data-v-39a85015] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1200px;
	height: 80px;
	padding: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.serch-list[data-v-39a85015] {
	border: 1px solid #dfdfdf;
	padding: 10px;
	margin-bottom: 20px;
}
.arr_nr[data-v-39a85015] {
	padding-left: 0;
	padding-right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #dfdfdf;
}
.fwzx[data-v-39a85015] {
	width: 100%;
	height: 100%;
	text-align: left;
}
.fwzx_sp[data-v-39a85015] {
	color: #1740a2;
	font-size: 20px;
	line-height: 80px;

	background: #ffffff;
}
.fwzx_hy_sf[data-v-39a85015] {
	padding-left: 60px;
}
.fwzx_xl[data-v-39a85015] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 286px;
	height: 100%;
	margin-right: 20px;
	text-align: center;
	line-height: 80px;
}
.form-control[data-v-39a85015] {
	height: 35px;
	margin-top: 23px;
}
.fwzx_img[data-v-39a85015] {
	width: 180px;
	height: 180px;
	background: #f1f4fd;
	border: 0;
	padding: 0;
	cursor: pointer;
	text-align: center;
}
.fwzx_img img[data-v-39a85015] {
	margin-top: 25px;
	width: 130px;
	height: 130px;
}
.fwzx_wb[data-v-39a85015] {
	width: 100%;
	height: 180px;
	background: #ffffff;
	padding: 25px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.fwzx_wb[data-v-39a85015]:hover {
	/* width: 80%; */
	width: 100%;
	height: 180px;
	background: #f1f4fd;
	padding: 25px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.wb_top[data-v-39a85015] {
	text-align: left;
	font-size: 17px;
	font-weight: bold;
	height: 45px;
	width: 100%;
	/* background: darkgrey; */
}
.wb_cent[data-v-39a85015] {
	font-size: 10px;
	text-align: left;
	/* height: 45px; */
	line-height: 40px;
	/* background: lightgreen; */
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.wb_botm[data-v-39a85015] {
	width: 100%;
	height: 30px;
	/* background: lime; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
	line-height: 30px;
}
.wb_botm_b[data-v-39a85015] {
	color: #1740a2;
}
.wb_botm_btn[data-v-39a85015] {
	margin-left: 10px;
	color: #2c5cce;
	border: 1px dashed #2c5cce;
}
.wb_botm_btn > span[data-v-39a85015] {
	margin: 0 10px;
}
.sbwzls[data-v-39a85015]{
	color: #e60012;
}
.newProcess[data-v-39a85015]{
	color: #009afc;
}
.sqrmcZw[data-v-39a85015]{
	color: red;
}

.table[data-v-d23f668c]{
		
		margin-top: 20px;
		margin-bottom: 20px;
}
table[data-v-d23f668c]{
		width: 100%;
}
table th[data-v-d23f668c] {
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #f9f9f9;
}
table td[data-v-d23f668c] {
	height: 36px;
	padding-left: 10px;
	border: 1px solid #ddd;
	vertical-align: middle;
}

.content[data-v-19278407] {
	min-height: 580px;
}
.nav[data-v-19278407] {
	/* width: 1200px; */
	margin: 30px auto;
	top: 80px;
	bottom: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.nav-item[data-v-19278407] {
	/* width: 216px; */
	/* margin-bottom: 100px; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	margin-right: 40px;
}
.nav-item-image[data-v-19278407] {
	padding: 0 35px;
	height: 150px;
	overflow: hidden;
}
.nav-item-image img[data-v-19278407] {
	width: 100%;
}
.nav-item-title[data-v-19278407] {
	/* min-width: 180px; */
	/* width: 105%; */
	height: 40px;
	margin-top: 20px;
	font-size: 16px;
	color: #333;
	line-height: 40px;
	white-space: nowrap;
	width: 230px;
}
.arr_quan[data-v-19278407] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1200px;
	height: 80px;
	/* background: lightcoral; */
	padding: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.arr_nr[data-v-19278407] {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1200px;
	height: 180px;
	/* background: lightcoral; */
	padding: 0;
}
.arr_nr[data-v-19278407]:last-child {
	margin-bottom: 20px;
}
.fwzx[data-v-19278407] {
	width: 100%;
	height: 100%;
	text-align: left;
	/* padding: ; */
}
.fwzx_sp[data-v-19278407] {
	color: #1740a2;
	font-size: 20px;
	line-height: 80px;

	background: #ffffff;
}
.fwzx_hy_sf[data-v-19278407] {
	padding-left: 60px;
	background: #f5f5f5;
}
.fwzx_xl[data-v-19278407] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 20px;
	width: 286px;
	height: 100%;
	background: #f5f5f5;
	text-align: center;
	line-height: 80px;
}
.form-control[data-v-19278407] {

	height: 35px;
	margin-top: 23px;
	/* font-size: 16px; */
}
.fwzx_img[data-v-19278407] {
	width: 180px;
	height: 180px;
	background: #f1f4fd;
	border: 0;
	padding: 0;
}
.fwzx_wb[data-v-19278407] {
	width: 100%;
	height: 180px;
	background: #ffffff;
	padding: 25px;
}
.fwzx_wb[data-v-19278407]:hover {
	width: 100%;
	height: 180px;
	background: #f1f4fd;
	padding: 25px;
	cursor: pointer;
}
.wb_top[data-v-19278407] {
	text-align: left;
	font-size: 17px;
	font-weight: bold;
	height: 45px;
	width: 100%;
	/* background: darkgrey; */
}
.wb_cent[data-v-19278407] {
	font-size: 10px;
	text-align: left;
	/* height: 45px; */
	width: 100%;
	/* background: lightgreen; */
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.wb_botm[data-v-19278407] {
	width: 100%;
	height: 30px;
	/* background: lime; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
	line-height: 30px;
}
.wb_botm_b[data-v-19278407] {
	color: #1740a2;
}
.wb_botm_btn[data-v-19278407] {

	margin-left: 10px;
	color: #2c5cce;
	border: 1px dashed #2c5cce;
}
.wb_botm_btn>span[data-v-19278407] {
	margin: 0 10px;
}

.top[data-v-155f2b71] {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #adadad;
}
.pho[data-v-155f2b71] {
  width: 240px;
  height: 240px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*background-color: #f1f4fd;*/
  overflow: hidden;
}
.tit-top[data-v-155f2b71] {
  margin-left: 25px;
  margin-top: 35px;
  width: 840px;
}
.title[data-v-155f2b71] {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
}
.n-text[data-v-155f2b71] {
  text-align: left;
  font-size: 14px;
  /* color: #adadad; */
}
.jgjj[data-v-155f2b71] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jg[data-v-155f2b71] {
  font-size: 18px;
  font-weight: bold;
  margin-left: 5px;
}
.jj[data-v-155f2b71] {
  margin-top: 15px;
  text-align: left;
  /* color: #adadad; */
}
.ywfl[data-v-155f2b71] {
  height: 135px;
}
.ullist[data-v-155f2b71] {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
}
.ullist > li[data-v-155f2b71] {
 list-style: none;
 width: 80px;
 height: 30px;
 border: 1px dashed #dddddd;
 font-size: 12px;
 line-height: 30px;
 margin-right: 15px;
 cursor: pointer;
}
.main[data-v-155f2b71] {
  width: 1070px;
  height: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fwname[data-v-155f2b71] {
  color: #333;
  font-size: 14px;
  margin-top: 20px;
  margin-left: 5px;
  text-align: left;
}
.fwjg[data-v-155f2b71] {
  text-align: left;
  margin-left: 5px;
  font-size: 13px;
}

.goods[data-v-4ced6e0a] {
  margin-top: 12px;
}
.goods-empty[data-v-4ced6e0a] {
  padding: 30px 0;
  font-size: 20px;
  color: #999;
}
.filter[data-v-4ced6e0a] {
  margin-top: 30px;
  text-align: left;
}
.filter-item[data-v-4ced6e0a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.filter-item-title[data-v-4ced6e0a] {
  width: 80px;
  color: #666;
}
.filter-item-value[data-v-4ced6e0a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.filter-item-text[data-v-4ced6e0a],
.filter-item-tag[data-v-4ced6e0a] {
  padding: 3px 9px;
  line-height: 1;
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
  border-radius: 10px;
  border: none;
}
.filter-item-text[data-v-4ced6e0a]:hover {
  color: #1740a2;
}
.filter-item-text.active[data-v-4ced6e0a] {
  background: #1740a2;
  color: #fff;
}

.good[data-v-c6bf145c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.good-image[data-v-c6bf145c] {
  width: 320px;
  height: 320px;
  overflow: hidden;
}
.good-image img[data-v-c6bf145c] {
  width: 100%;
}
.good-info[data-v-c6bf145c] {
  margin-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.good-title[data-v-c6bf145c] {
  font-size: 18px;
  font-weight: 700;
}
.good-info-item[data-v-c6bf145c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.good-info-item-title[data-v-c6bf145c] {
  width: 60px;
  color: #666;
  text-align: right;
  margin-right: 15px;
}
.price[data-v-c6bf145c] {
  font-size: 20px;
  color: #e60012;
}
.project-list[data-v-c6bf145c] {
  margin-top: 15px;
  width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.num-box[data-v-c6bf145c] {
  width: 400px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content[data-v-c6bf145c] {
  margin-top: 30px;
  text-align: left;
  color: #333333;
}
.content-title[data-v-c6bf145c] {
  background-color: #f7f7f7;
  border: 1px solid #eee;
  border-bottom: 1px solid #e4393c;
}
.content-title span[data-v-c6bf145c] {
  padding: 10px 25px;
  display: inline-block;
  background-color: #e4393c;
  color: #fff;
}
.content-text[data-v-c6bf145c] {
  padding: 20px;
}

.order[data-v-520fc025] {
  min-height: 550px;
  margin-bottom: 20px;
}
.order-top[data-v-520fc025] {
  text-align: left;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.order-top > span[data-v-520fc025] {
  font-size: 16px;
  color: #007bff;
  border-bottom: 1px solid #007bff;
}

.el-table td.el-table__cell div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 440px;
}

.order[data-v-7f9b593e] {
  /* background-color: #00737A; */
  min-height: 550px;
  margin-bottom: 20px;
}
.order-top[data-v-7f9b593e] {
  text-align: left;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.order-top > span[data-v-7f9b593e] {
  font-size: 16px;
  color: #007bff;
  border-bottom: 1px solid #007bff;
}

.page-content[data-v-f733c20c] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.left[data-v-f733c20c] {
	       border: 1px solid #efefef;
	       padding: 14px;
	       text-align: left;
	       display: -webkit-box;
	       display: -ms-flexbox;
	       display: flex;
	       -ms-flex-wrap: wrap;
	           flex-wrap: wrap;
	       overflow: hidden;
	       -webkit-box-align: center;
	           -ms-flex-align: center;
	               align-items: center;
}
.left-item[data-v-f733c20c] {
	text-align: center;
	border: 1px solid #dddddd;
	margin-bottom: 15px;
	cursor: pointer;
}
.left-item[data-v-f733c20c]:not(:nth-child(4n)) {
    margin-right: calc(7% / 3);
}
.left-img img[data-v-f733c20c] {
	width: 200px;
	height: 180px;
}
.left-info[data-v-f733c20c] {
	padding: 10px;
}
.left-title[data-v-f733c20c] {
	color: #337ab7;
	font-size: 14px;
}
.left-time[data-v-f733c20c] {
	font-size: 12px;
	color: #666666;
}
.left-price[data-v-f733c20c] {
	font-size: 14px;
	color: #e60012;
}
.shop-title[data-v-f733c20c] {
	font-size: 16px;
	font-weight: normal;
	color: #333333;
}
.shop-price[data-v-f733c20c] {
	font-size: 24px;
	color: #e60012;
}


.left[data-v-8211b1bc] {
  width: 230px;
  margin-top: 20px;
  border: 1px solid #efefef;
  padding: 14px;
  text-align: left;
  cursor: pointer;
}
.left-item[data-v-8211b1bc] {
  border: 1px solid #dddddd;
  margin-bottom: 15px;
}
.left-img img[data-v-8211b1bc] {
  width: 200px;
  height: 180px;
}
.left-info[data-v-8211b1bc] {
  padding: 10px;
}
.left-title[data-v-8211b1bc] {
  color: #337ab7;
  font-size: 14px;
}
.left-time[data-v-8211b1bc] {
  font-size: 12px;
  color: #666666;
}
.left-price[data-v-8211b1bc] {
  font-size: 14px;
  color: #e60012;
}
.right[data-v-8211b1bc] {
  margin-left: 50px;
  margin-top: 20px;
}
.right-item[data-v-8211b1bc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  /* align-items: center; */
}
.right-img img[data-v-8211b1bc] {
  width: 200px;
  height: 200px;
}
.right-info[data-v-8211b1bc] {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.right-title[data-v-8211b1bc] {
  font-size: 16px;
  color: #333333;
}
.right-time[data-v-8211b1bc] {
  color: #333333;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.right-price[data-v-8211b1bc] {
  font-size: 14px;
  color: #333333;
}
.right-price span[data-v-8211b1bc] {
  font-size: 24px;
  color: #e60012;
  vertical-align: middle;
}
.right-bottom[data-v-8211b1bc] {
  margin-top: 20px;
  width: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.goods[data-v-8211b1bc] {
  margin-top: 30px;
  text-align: left;
  color: #333333;
}
.goods-top[data-v-8211b1bc] {
  background-color: #f7f7f7;
  border: 1px solid #eee;
  border-bottom: 1px solid #e4393c;
}
.goods-top span[data-v-8211b1bc] {
  padding: 10px 25px;
  display: inline-block;
  background-color: #e4393c;
  color: #fff;
}
.goods-text[data-v-8211b1bc] {
  padding: 20px;
}
.goods-text p[data-v-8211b1bc] {
  line-height: 150%;
}

.goods[data-v-7fb91ede] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	width: 100%;
}
.more[data-v-7fb91ede] {
	margin-top: 20px;
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.more div[data-v-7fb91ede]:first-child {
	height: 15px;
	line-height: 15px;
	border-left: 5px solid #fd864f;
	padding-left: 8px;
	color: #fd864f;
}
.more div[data-v-7fb91ede]:last-child {
	font-size: 15px;
	color: #b8b8b8;
}
.more-text[data-v-7fb91ede] {
	cursor: pointer;
}
.left[data-v-7fb91ede] {
	border: 1px solid #efefef;
	padding: 14px;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	overflow: hidden;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 790px;
	margin-bottom: 20px;
}
.left-item[data-v-7fb91ede] {
	text-align: center;
	border: 1px solid #dddddd;
	margin-bottom: 15px;
	cursor: pointer;
	width: 220px;
}
/* .left-item:not(:nth-child(3n)) {
	margin-right: calc(5% / 1);
} */
.goods-img img[data-v-7fb91ede] {
	width: 217px;
	height: 180px;
	overflow: hidden;
}
.goods-info[data-v-7fb91ede] {
	padding: 10px;
}
.goods-title[data-v-7fb91ede] {
	color: #337ab7;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}
.goods-time[data-v-7fb91ede] {
	font-size: 12px;
	color: #666666;
}
.goods-price[data-v-7fb91ede] {
	font-size: 14px;
	color: #e60012;
}
.right[data-v-7fb91ede] {
	width: 280px;
	border: 1px solid #efefef;
	padding: 14px;
	text-align: left;
	cursor: pointer;
	height: 790px;
	margin-bottom: 20px;
}
.right-item[data-v-7fb91ede] {
	text-align: center;
	border: 1px solid #dddddd;
	margin-bottom: 15px;
	cursor: pointer;
}
.right-img img[data-v-7fb91ede]{
	width: 248px;
	height: 180px;
	overflow: hidden;
}
.love[data-v-7fb91ede] {
	border: 1px solid #efefef;
	padding: 14px;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	overflow: hidden;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	height: 270px;
	margin-bottom: 20px;
}
.love-item[data-v-7fb91ede] {
	text-align: center;
	border: 1px solid #dddddd;
	margin-bottom: 15px;
	cursor: pointer;
}

.right[data-v-fe7b341e] {
	width: 100%;
	margin-left: 50px;
	margin-top: 20px;
}
.right-item[data-v-fe7b341e] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
}
.right-img img[data-v-fe7b341e] {
	width: 200px;
	height: 200px;
}
.right-info[data-v-fe7b341e] {
	margin-left: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.right-title[data-v-fe7b341e] {
	margin-top: 10px;
	font-size: 20px;
	color: #333333;
}
.right-time[data-v-fe7b341e] {
	color: #333333;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.right-price[data-v-fe7b341e] {
	font-size: 14px;
	color: #333333;
}
.right-price span[data-v-fe7b341e] {
	font-size: 24px;
	color: #e60012;
	vertical-align: middle;
}
.goods[data-v-fe7b341e] {
	margin-top: 30px;
	text-align: left;
	color: #333333;
}
.goods-top[data-v-fe7b341e] {
	cursor: pointer;
	background-color: #f7f7f7;
	border: 1px solid #eee;
	border-bottom: 1px solid #e4393c;
}
.goods-top span[data-v-fe7b341e] {
	cursor: pointer;
	padding: 10px 25px;
	display: inline-block;
	background-color: #e4393c;
	color: #fff;
}
.goods-text[data-v-fe7b341e] {
	padding: 20px;
}
.goods-text p[data-v-fe7b341e] {
	line-height: 150%;
}

.content[data-v-322867f0] {
  padding: 40px 0;
  text-align: left;
}

.el-form-item__label {
  font-size: 18px !important;
}

.demand[data-v-ff15fb40] {
  text-align: left;
}
.el-radio-group[data-v-ff15fb40] {
  width: 100% !important;
  margin-left: 0 !important;
}
.el-radio[data-v-ff15fb40] {
  width: 100% !important;
  margin-left: 0 !important;
}
.el-checkbox[data-v-ff15fb40] {
  width: 100% !important;
  margin-left: 0 !important;
}
.msg[data-v-ff15fb40] {
  padding: 30px 30px 24px;
  font-size: 16px;
}
.question[data-v-ff15fb40] {
  padding: 0 36px;
}
.item[data-v-ff15fb40] {
  padding: 10px 0;
}
.item-msg[data-v-ff15fb40] {
  padding-left: 20px;
  margin-top: 10px;
  font-size: 24px;
  color: #DD6161;
}
.item-title[data-v-ff15fb40] {
  margin-bottom: 10px;
  font-size: 16px;
}
.item-body[data-v-ff15fb40] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
}
.item-footer[data-v-ff15fb40] {
  padding-left: 20px;
}
.item-answer[data-v-ff15fb40] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.item-option[data-v-ff15fb40] {
  margin-top: 10px;
  padding: 10px 20px;
  border-radius: 10px;
}
.item-option-btn[data-v-ff15fb40] {
  width: 175px;
  font-size: 24px;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #19be6b;
  color: #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.btn-view[data-v-ff15fb40] {
  padding: 60px 60px;
}
.ext[data-v-ff15fb40] {
  margin-top: 12px;
}
.qrcode-view[data-v-ff15fb40] {
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.qrcode-view-image[data-v-ff15fb40] {
  width: 344px;
  height: 344px;
}
.qrcode-title[data-v-ff15fb40] {
  margin-top: 20px;
  font-size: 32px;
  color: #666;
}
.service[data-v-ff15fb40] {
  padding-bottom: 30px;
  text-align: center;
}
.service-text[data-v-ff15fb40] {
  color: #82848A;
  font-size: 28px;
}


.arr_quan[data-v-49ff2b18] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 80px;
  padding: 0;
}
.list[data-v-49ff2b18] {
  padding-bottom: 25px;
}
.arr_nr[data-v-49ff2b18] {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  padding: 0;
  border-bottom: 1px solid #d4d2d2 !important;
}
.xwlb_img[data-v-49ff2b18] {
  width: 200px;
  height: 150px;
  background: #f1f4fd;
  border: 0;
  padding: 0;
}
.xwlb_wb[data-v-49ff2b18] {
  width: 100%;
  background: #ffffff;
  padding: 25px;
  border-bottom: 1px solid #d4d2d2 !important;
}
.xwlb_wb[data-v-49ff2b18]:hover {
  background: #f1f4fd;
  cursor: pointer;
}
.wb_top[data-v-49ff2b18] {
  text-align: left;
  font-size: 17px;
  font-weight: 900;
  height: auto;
  width: 100%;
  /* background: darkgrey; */
}
.wb_cent[data-v-49ff2b18] {
  font-size: 10px;
  text-align: left;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.wb_btm[data-v-49ff2b18] {
  margin-right: 15px;
  font-size: 10px;
}
.empty[data-v-49ff2b18] {
  padding: 40px 0;
  text-align: center;
  min-height: 516px;
}
.empty-title[data-v-49ff2b18] {
  font-size: 18px;
  color: #999;
  text-align: center;
}
.list_time[data-v-49ff2b18]{
  margin-top: 5px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
}
.desc[data-v-49ff2b18]{
  margin: 5px 0;
  font-size:14px;
  text-align: left;
  font-weight: 500;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.zw_wb img{
	max-width: 100% !important;
}

.arr_quan[data-v-1d59f662]{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 80px;
  /* background: lightcoral; */
  padding: 0;
  text-align: center;
  margin-top: 115px;
}
.arr_nr[data-v-1d59f662]{
  /* margin-top: 20px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 180px;
  /* background: lightcoral; */
  padding: 0;
}
.zw_top[data-v-1d59f662]{
  width: 100%;
  font-size: 23px;
  text-align: center;
  line-height: 100px;
}
.zw_fbrq[data-v-1d59f662]{
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 14px;
  color: #a8a8a8;
  /* background: chartreuse; */
  border-bottom: 1px solid #a8a8a8;
}
.zw_wb[data-v-1d59f662]{
  padding-top: 30px;
  text-align: left;
  /* background: lightgray; */
}
.container[data-v-1d59f662] {
  padding-bottom: 50px;
}


.min[data-v-08880ba2] {
  min-height: 550px;
}
.title[data-v-08880ba2] {
  text-align: center;
  margin: 20px;
  font-size: 24px;
  letter-spacing: 1px;
}
.detail[data-v-08880ba2] {
  text-indent: 2em;
  text-align: left;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 30px;
  background-color: #f6f6f6;
  padding: 20px;
  border-radius: 5px;
}
.info[data-v-08880ba2] {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  padding: 20px;
  line-height: 20px;
  font-size: 16px;
  background-color: #f6f6f6;
  border-radius: 5px;
}

.arr_quan[data-v-4b5c3d3e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 80px;
  padding: 0;
}
.list[data-v-4b5c3d3e] {
  padding-bottom: 25px;
}
.arr_nr[data-v-4b5c3d3e] {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  padding: 0;
  border-bottom: 1px solid #d4d2d2 !important;
}
.xwlb_img[data-v-4b5c3d3e] {
  width: 200px;
  height: 150px;
  background: #f1f4fd;
  border: 0;
  padding: 0;
}
.xwlb_wb[data-v-4b5c3d3e] {
  width: 100%;
  background: #ffffff;
  padding: 25px;
  border-bottom: 1px solid #d4d2d2 !important;
}
.xwlb_wb[data-v-4b5c3d3e]:hover {
  background: #f1f4fd;
  cursor: pointer;
}
.wb_top[data-v-4b5c3d3e] {
  text-align: left;
  font-size: 17px;
  font-weight: 900;
  height: auto;
  width: 100%;
  /* background: darkgrey; */
}
.wb_cent[data-v-4b5c3d3e] {
  font-size: 10px;
  text-align: left;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.wb_btm[data-v-4b5c3d3e] {
  margin-right: 15px;
  font-size: 10px;
}
.empty[data-v-4b5c3d3e] {
  padding: 40px 0;
  text-align: center;
  min-height: 516px;
}
.empty-title[data-v-4b5c3d3e] {
  font-size: 18px;
  color: #999;
  text-align: center;
}
.list_time[data-v-4b5c3d3e]{
  margin-top: 5px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
}
.desc[data-v-4b5c3d3e]{
  margin: 5px 0;
  font-size:14px;
  text-align: left;
  font-weight: 500;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
