@charset "UTF-8";
*{
    margin:0;
    padding:0;
}
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: #ebebeb;
    overflow-x:hidden;
}
select {
    border: none;
    outline: none;
}
h1, h2, h3, h4, h5, h6, b, i {
    font-weight: normal;
    font-style: normal;
}
a {
    text-decoration: none;
}
ul {
    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;
}

/*页面头部共用*/
.com_top {
    position: fixed;
    top: 0;
    width: 100%;
    height: 35px;
    padding-top: 10px;
    background: #fff;
    color: #000;
    text-align: center;
    overflow: hidden;
    z-index:100;
}

.com_top a {
    position: absolute;
    top: 13px;
    left: 15px;
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 15px;
    width: 15px;
    border-width: 0 0 2px 2px;
    border-color: #c8c8cd;
    border-style: solid;
}

.com_top span {
    position: absolute;
    top:10px;
    left:50%;
    margin-left: -40px;
    display: inline-block;
    padding: 0px 10px;
    height: 20px;
    font-size: 16px;
}

/*页码底部专用*/
.foot{
  position: fixed;
  bottom:0px;
  left:0px;
  z-index: 75;
  width:100%;
  height:40px;
  line-height: 40px;
  background-color: #f8f8f8;
  text-align: center;
  color:#00b38b;
  font-size: 15px;
}

.foot a{
  position: absolute;
   top:0px;
  z-index:75;
  color:#68c7ab;
  height:40px;
  line-height: 40px;
}

.foot a.pr{
  width:72px;
  text-align: left;
  padding-left: 28px;
  left:15px;
  background:url(../images/icon_arrow_zuo.png) no-repeat 0% 50%;
  background-size: 24px 24px;
}

.foot a.pn{
  width:100px;
  right:15px;
  background:url(../images/icon_arrow.png) no-repeat 100% 50%;
  background-size: 24px 24px;
}
.foot span{
  text-align: center;
  color:#00b38b;
  font-size: 15px;
}
.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:1.2rem;
  height:0.6rem;
  line-height: 0.6rem;
  background-color: #0178B6;
  color:#fff;
  border-radius: 3px;
  margin-top: 0.3rem;
  font-size: 0.25rem;
}



