@charset "UTF-8";

body,
html,
div,
input,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  color: #1b1a1e;
}

body {
  background: #f7f7f7;
  overflow-x: hidden;
}

select {
  border: none;
  outline: none;
}
.banner {
  /* margin-top: 45px; */
  height: 160px;
}

.banner .swiper-slide {
  background: #f7f7f7;
}

.banner img {
  height: 140px;
  width: 100%;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
i {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.weui_tabbar_item {
  position: relative;
}

.unread {
  position: absolute;
  top: 4px;
  left: 50%;
  margin-left: 8px;
  background-color: #ff0000;
  color: #fff;
  padding: 0 3px;
  border-radius: 9px;
  font-size: 10px;
  min-width: 11px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  display: none;
}

input.weui_btn.comfirm {
  width: 85%;
  font-size: 16px;
  color: #fff;
  letter-spacing: 5px;
  border-radius: 10px;
  margin: 30px auto;
}

.jlyl a {
  /* background: #01cd9a; */
  width: 85%;
  font-size: 16px;
  color: #fff;
  letter-spacing: 5px;
  border-radius: 30px;
  margin: 30px auto;
  display: block;
  text-align: center;
  height: 30px;
}

.swiper-container {
  width: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 16px;
  background: #fff;
  padding: 10px 0;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.online {
  float: right;
  color: #e91717 !important;
  font-weight: 400;
  font-size: 0.29rem;
}

.sl {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.sxh_top,
.zjzw_top {
  overflow: hidden;
}

.sxh_top .weui_search_bar,
.zjzw_top .weui_search_bar {
  width: 90%;
  float: left;
}

.sxh_top .touxiang,
.zjzw_top .touxiang {
  float: left;
  padding-top: 4px;
  background-color: #efeff4;
  height: 30px;
}

.sxh_top .touxiang img,
.zjzw_top .touxiang img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.sxh_top .weui_search_bar:before,
.sxh_top .weui_search_bar:after,
.zjzw_top .weui_search_bar:before,
.zjzw_top .weui_search_bar:after {
  border-top: none;
  border-bottom: none;
}

.com_top {
  height: 35px;
  padding-top: 10px;
  position: fixed;
  top: 0;
  background: #fff;
  color: #000;
  width: 100%;
  text-indent: 30px;
  overflow: hidden;
  z-index: 100;
}

.com_top a::before {
  content: " ";
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 11px;
  width: 11px;
  border-width: 0 0 2px 2px;
  border-color: #c8c8cd;
  border-style: solid;
  position: absolute;
  top: 17px;
  left: 15px;
}

.com_top span {
  padding: 0px 10px;
  height: 30px;
  overflow: hidden;
  /* height: 43px; */
  font-size: 16px;
  display: inline-block;
}

.swiper-wrapper {
  background: #fff;
}

.fadeMess {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 501;
}

.codeBox {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
  height: 2rem;
  margin-top: -1rem;
  background-color: #fff;
  border-radius: 5px;
  padding-top: 25px;
  text-align: center;
}

.codeBox .cha {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.codeBox .cha img {
  width: 15px;
  height: 15px;
}

.codeBox h4 {
  font-size: 0.28rem;
  line-height: 0.7rem;
}

.bluBtn {
  display: inline-block;
  width: 120px;
  height: 0.6rem;
  line-height: 0.6rem;
  background-color: #0178b6;
  color: #fff;
  border-radius: 3px;
  margin-top: 0.3rem;
  font-size: 0.25rem;
}

.m-popup li {
  margin: 5px 0;
}

.m-popup li p {
  font-size: 14px;
  color: #595959;
  font-weight: 500;
}

.m-popup li .code {
  color: #262626;
}

.info-title {
  font-size: 10px;
  color: #8c8c8c;
  line-height: 28px;
}

.company-name {
  font-size: 18px;

  font-weight: 600;
}

.company-tag {
  font-size: 10px;
  font-weight: normal;
  display: inline;
  margin-left: 4px;
  color: #01cb7a;
  border: 1px solid #01cb7a;
  border-radius: 4px;
  padding: 0px 6px;
}

.guimo,
.leibie {
  font-size: 14px;
  color: #595959;
  margin-top: 4px;
  font-weight: 500;
}

.tycjg {
  position: absolute;
  top: 10px;
  left: 20%;
  width: 60%;
  background: #fff;
  color: #262626;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  display: none;
}

.tycjg i {
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height: 12px;
  background-color: #fa8100;
  font-style: normal;
  font-weight: bold;
  border-radius: 50%;
  color: #fff;
  border: 1px solid #fa8100;
}

.m-popup.popup-show {
  pointer-events: auto;
  -webkit-transform: translate(0);
  transform: translate(0);
}

.m-popup-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1500;
  display: none;
}

.m-popup {
  width: 100%;
  padding: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 1501;
  box-sizing: border-box;
  display: none;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  pointer-events: auto !important;
}

.m-popup.popup-bottom {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  right: 0;
  bottom: 0;
}

.m-popup.popup-show {
  pointer-events: auto;
  -webkit-transform: translate(0);
  transform: translate(0);
}

.m-popup .m-cell .cell-item:nth-child(2) {
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(222, 222, 222);
}

.m-popup .m-cell .cell-item:nth-child(3) {
  padding-top: 10px;
}

.biangeng {
  font-size: 12px;
  margin-left: 5px;
  display: block;
  width: 60px;
  height: 20px;
  text-align: center;
  line-height: 19px;
  background: #3a71fb;
  color: #fff;
  border-radius: 3px;
  position: absolute;
  right: -13px;
  top: 50%;
  margin-top: -10px;
  display: none;
}


/* 提交记录 */
.jiantou1,.tijiaojl{cursor: pointer;width: 75px;height: 27px;border-radius: 4px;background: #3A71FB;color: #fff;text-align: center;line-height: 27px;font-size: 12px;}
.jiantou1{float: right;margin-right: 10px;}
.tijiaojl{float: left;margin-left: 10px;}
.record-pop{width: 100%;height: 100%;background: rgba(0,0,0,.5);position: fixed;left: 0;top: 0;z-index: 100;display: none;}
.tjrecord{width: 5rem;height: 100%;background-color: #fff;position: fixed;left: -6rem;top: 0;z-index: 200;padding: 0 15px;overflow-y: scroll;}
.tjrecord h4{font-size: 15px;border-bottom: 1px dashed #e8e8e8;line-height: 40px;font-weight: bold;}
.tjrecord ul li{border-bottom: 1px dashed #e8e8e8;padding: 10px 0;color: #666;}
.tjrecord ul li:last-child{border-bottom: 0;}
.tjrecord ul li p{font-size: 14px;}
.tjrecord ul li p b{margin: 0 10px;}
.tjrecord ul li p span{color: #f00;}

/* 修改提交 */
.main .xiugai{background-color: #3A71FB;border: 1px solid #3A71FB;color: #fff;padding: 5px 13px;font-size: 12px;border-radius: 3px;outline: none;}
.weui_xiugai__{position: fixed;left: 0;top: 0;z-index: 100;width: 100%;height: 100%;background: rgba(0,0,0,.6);visibility: hidden;opacity: 0;}
.weui_xiugai__.weui_xiugai_visible{opacity: 1;visibility: visible;}
.weui_dialog__{-webkit-transition-duration: .2s;transition-duration: .2s;opacity: 0;-webkit-transform: scale(0.9);transform: scale(0.9);visibility: hidden;margin: 0;position: fixed;left: 7.5%;top: 20%;z-index: 100;width: 85%;background-color: #fafafc;text-align: center;border-radius: 3px;}
.weui_dialog__.weui_dialog__visible{opacity: 1;visibility: visible;-webkit-transform: scale(1);transform: scale(1);}
.weui_dialog__ .weui-cell label{text-align:left;}




