  /*header*/
    .header {
      height: 1.28rem;
      padding-left: .3rem;
        padding-right: .5rem;
      background: linear-gradient(to right, #df3636, #e03837, #ff6d5a);
      color: #fff;
      font-size: .7rem;
    }

    .header.active {
      position: fixed;
      top: 0;
      left: 0;
      width: calc(100% - 1rem);
      padding: 0 .5rem;
      z-index: 10;
    }

    .logo {
        float: left;
        width: 2.56rem;
        height: auto;
        background: none;
        text-indent: 0;
        margin: 0;
        margin-right: .3rem;
    }

    .logo img {
        width: 2.56rem;
        margin-right: .5rem;
        background: none;
        padding-top: 0;

    }

    .head-title {
      position: relative;
      float: left;
      margin-left: .05rem;
      font-size: .42rem;
      line-height: 1.26rem;
      font-weight: bold;
    }

    .head-title a {
      color: #fff;
    }

    .head-title i {
      position: absolute;
      top: 1.1rem;
      right: -1rem;
      width: .7rem;
      height: .38rem;
      background-image: url(/uploads/image/mimages/arrow.png);
      background-repeat: no-repeat;
      background-size: 100%;
      transition: transform .5s ease;
    }

    .header.active i {
      transform: rotate(180deg);
    }

    .more {
        float: right;
        width: .455rem;
        margin-top: .6rem;
        margin-right: .1rem;
    }
    /*新增下拉*/
    .g-top {
        height: 1.174rem;
        line-height: 1.174rem;
    }
    .close {
        position: absolute;
        top: .3rem;
        right: .3rem;
        width: .534rem;
        height: .534rem;
    }
    .item-hd {
        padding: .24rem 0;
        border-top: 1px solid #ddd;
        height:auto!important;
    }
    .zixun-add {
        position: absolute;
        top: .34rem;
        right: .35rem;
        font-style: normal;
        width: .48rem;
        height: .48rem;
        border: 1px solid #ff6c62;
        color: #ff6c62;
        line-height: .4rem;
        border-radius: 50%;
        text-align: center;
        line-height: .4rem;
        font-size: .56rem;
    }
    .m-allinfo .zixun-item>li>.item-hd {
        margin-left: 0.05rem;

    }
    .item-hd>a {
        display: block;
        padding-left: .25rem;
        border-left: .05rem solid #ff6c62;
        margin-left: .25rem;
        font-size:.4rem;
    }
    .m-allinfo .zixun-ft{
        font-size:.4rem;
        color: #333;
    }
    .slideregion,.m-allinfo .zixun-item>li>.item-bd{
        display: none;
        overflow:hidden;
    }
     .slideregion{
        padding:.3rem;
     }
     .slideregion li a{
        font-size:.4rem;
     }
     .slideregion li {
        float: left;
        width: calc(22% - 2px);
        height: .855rem;
        margin-bottom: .3rem;
        margin-right: 4%;
        border: 1px solid #ebebeb;
        line-height: .855rem;
        background-color: #fff;
        text-align: center;
    }
    .m-allinfo .zixun-item>li{
        border-bottom:none;
    }
    .m-allinfo .zixun-item>li>.item-bd>li .icon-edit1{
        display: none;
    }
    .item-title a {
        display: block;
        padding: .267rem 0;
        font-size: .34rem;
        color: #787878;
    }
    .clearfix:after {
      display: block;
      content: '';
      clear: both;
    }

    .clearfix {
      zoom: 1;
    }
    .item-list li {
        float: left;
        width: calc(22% - 2px);
        height: .9rem;
        margin: 0 4% .3rem 0;
        border: 1px solid #cfcfcf;
        text-align: center;
        font-size: .65rem;
        text-align: center;
    }
    .item-list li a {
        display: table-cell;
        width: 2rem;
        height: .9rem;
        padding: 0 .15rem;
        vertical-align: middle;
        font-size: .34rem;
        line-height: 1.2;
    }
    .item-list {
        padding: .3rem .3rem 0 .3rem;
        background: #fff;
    }
    .m-allinfo .zixun-hd{
        border-bottom:none;
    }
    .g-top .top-tit{
        width:100%;
    }
    .map .mapitem .maplist .ddlist .detailcon{
      display: block;
    }
