<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* header */
.header{ position: fixed; height: 44px; line-height:44px; background-color: #f6f6f6;border-bottom:1px solid #efefef;max-width:640px;margin:0 auto;width: 100%;top: 0;left: 0;z-index: 999;}
.header .left{ position: relative; z-index: 5; float: left;line-height: 50px;}
.header .cent{ position: absolute; width: 100%; height: 100%; text-align: center; font-size: 16px; color: #0c0d0e;}
.header .cent a{ position: relative; padding-right: 0px; color: #0c0d0e;}

.header .cent span{ position: absolute; left: 102px; right: 102px; height: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: #0c0d0e;}
.header .back{ float: left;padding:6px 4px; text-align: center;margin-left:4px;}
.header .back i{ float:left; width: 32px; height: 32px; background: url(/newagent/images/header_icons1.png) 0 0 no-repeat; background-size:128px auto;}
.head-icon{ position: relative; z-index: 5; float: right;padding-right:5px;}
.head-icon a{ float: left;text-align: center;font-size:14px;color:#83868f;padding:6px 4px;line-height:32px;}
.head-icon a.word{font-size:16px;padding:6px 9px;}
.head-icon a.word.red{color:#ff6666;}
.head-icon a i{position:relative;float:left;width: 32px; height: 32px; background: url(/newagent/images/header_icons1.png) no-repeat; background-size: 128px auto;}

.icon-nav i {background-position: -32px -32px !important;}
.icon-share i {background-position: -64px -128px!important;}


.top_bar .back {
    display: inline-block;
    height: 44px;
    top: 0;
    left: 0;
    width: 44px;
    border-radius: 0;
    background: url('../images/header_back.png') no-repeat center center;
    background-size: 20px;
}

.toolbar {
    width: 100%;
    height: 44px;
    position: relative;
    background-color: #31a4fc;
}

.toolbar span {
    display: block;
    text-align: center;
    line-height: 44px;
    font-weight: 700;
}
.toolbar span a {
    color: #fff;
    font-weight: 900;
}

.toolbar span.backBtn {
    width: 44px;
    height: 44px;
    position: absolute;
    left: 0;
    top: 0;
    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;
    cursor: pointer;
}

.toolbar span.backBtn a {
    width: 50%;
    height: 50%;
    background: url('../images/header_back.png') no-repeat 50%;
    background-size: 100%;
    display: block;
}

.toolbar .abs_r {
    color: #fff;
    right: 6px;
    z-index: 100;
    font-size: 14px;
    font-weight: 600;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    text-align: center;
    line-height: 44px;
}

.toolbar .abs_r a{
  color: #fff;
}

.toolbar .abs_r a img{
  width: 22px;
  height: 22px;
  margin-top: 11px;
}

.toolbar span.seting{
      width: 44px;
      height: 44px;
      position: absolute;
      right: 0;
      top: 0;
      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;
      cursor: pointer;
}

.toolbar span.seting a {
    width: 50%;
    height: 50%;
    background: url('../images/header_seting_icon.png') no-repeat 50%;
    background-size: 100%;
    display: block;
}

.listmore{
  width: 100%;
  font-size: 13px;
  color: #999;
  border-top:10px solid rgb(250,250,250);
  border-bottom:10px solid rgb(250,250,250);
  background-color: #fff;
  height: 36px;
  line-height: 36px;
}
.listmore span{
  margin-right: 5px;
}

.red {
    color: #e96744;
}

.listShow{
  display: none!important;
}

.buttomView{
  width: 100%;
  margin-top: 10px;
}

.buttomView .warp{
  width: 100%;
  height: 40px;
}

.buttomView .warp a{
  width: 30%;
  font-size: 12px;
  text-align: center;
  color: #999;
  border-left: 1px solid #ddd;
}

.buttomView .warp a:first-child{
  border-left: none;
}

.buttomView span{
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  color: #ddd;
}
</pre></body></html>