body {
  background-color: #fff;
}
.last-bor-right {
    border-right: none !important;
  }
  em {
    font-style: normal;
  }
  /* 面包屑 */
  .glist-headnav {
    background-color: #f5f5f5;
    width: 100%;
    height: 62px;
  }
  .glist-headnav .headnav {
    width: 1200px;
    margin: 66px auto 0;
    font-size: 14px;
    line-height: 62px;
    color: #666;
  }
  /* 筛选部分 */
  .glist-select {
    width: 100%;
    /* height: 200px; */
    background: #ff9501 url(../images/qdlb_02.jpg) no-repeat center;
    background-size: cover;
    padding: 44px 0 56px;
  }
  .glist-select .selbox .box {
    margin-bottom: 12px;
  }
  .glist-select .selbox .box .label {
    padding-left: 34px;
    font-size: 16px;
    line-height: 44px;
    color: #fff;
  }
  .glist-select .selbox .box .items {
    max-width: 940px;
    padding: 0 10px;
    overflow: hidden;
    height: auto;
  }
  .glist-select .selbox .box .items .ulbox div {
    float: left;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    padding: 0 8px;
    /* border-radius: 5px; */
    margin: 10px 6px;
    cursor: pointer;
  }
  /* .move-act */
  .glist-select .selbox .box .items .ulbox div:hover {
    color: #330006;
  }
  .glist-select .selbox .box .items .ulbox div.sel-act {
    /* background-color: #ff552e; */
    color: #330006;
  }
  .glist-select .selbox .box .more {
    width: 110px;
    height: 40px;
    border-radius: 3px;
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    text-indent: 12px;
    /* padding: 10px; */
    cursor: pointer;
    background-color: #f17437;
    /* background: #34dad4 url(../images/kf_true_icon.png) no-repeat right 13px center;
    background-size: 14px 8px; */
    margin-top: 2px;
    position: relative;
  }
  .glist-select .selbox .box .more i {
    width: 14px;
    height: 8px;
    -webkit-transition: all linear 200ms;
    transition: all linear 200ms;
    background: url(../images/xial_05.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 16px;
    right: 12px;
  }
  .glist-select .selbox .box .more i.rot {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .glist-select .selbox .selected .label {
    padding-left: 34px;
    font-size: 14px;
    line-height: 44px;
    color: #717171;
  }
  .glist-select .selbox .selected .items {
    padding: 0 10px;
  }
  .glist-select .selbox .selected .items .lx,
  .glist-select .selbox .selected .items .dq {
    margin: 10px;
    padding: 0 6px 0 10px;
    border: 1px solid #eae5e3;
    border-radius: 4px;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    cursor: pointer;
  }
  .glist-select .selbox .selected .items .lx i,
  .glist-select .selbox .selected .items .dq i {
    margin-left: 6px;
    font-style: normal;
    font-size: 18px;
    color: #eae5e3;
  }
  .glist-select .selbox .selected .items .move-act {
    /* border-color: #ff552e;
    color: #ff552e; */
  }
  .glist-select .selbox .selected .items .move-act i {
    /* color: #ff552e; */
  }
  .glist-select .phone {
    background-color: #fff;
    width: 300px;
    padding: 20px;
  }
  .glist-select .phone .sel .left,
  .glist-select .phone .sel .right {
    float: left;
    width: 8px;
    height: 14px;
    cursor: pointer;
  }
  .glist-select .phone .sel .left img,
  .glist-select .phone .sel .right img {
    filter: none;
    width: 100%;
    height: 100%;
    margin-top: 5px;
  }
  .glist-select .phone .sel .right img {
    margin-right: -2px;
  }
  .glist-select .phone .sel .left img {
    margin-left: -2px;
  }
  .glist-select .phone .sel .right img.hd,.glist-select .phone .sel .left img.hd {
    filter: grayscale(100%);
    opacity: 0.5;
  }
  .glist-select .phone .sel .box {
    float: left;
    width: 280px;
    height: 24px;
    position: relative;
    overflow: hidden;
  }
  .glist-select .phone .sel .box .lx {
    width: 600px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .glist-select .phone .sel .box .lx div {
    float: left;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    padding: 0 6px;
    border-radius: 5px;
    margin: 0 1px;
    cursor: pointer;
  }
  .glist-select .phone .sel .box .lx div.move-act {
    color: #ff552e;
  }
  .glist-select .phone .sel .box .lx div.sel-act {
    background-color: #ff552e !important;
    color: #fff;
  }
  .glist-select .phone .input {
    height: 46px;
    border: 1px solid #ff552e;
    margin: 20px 0 14px 0;
  }
  .glist-select .phone .input img {
    width: 15px;
    height: 22px;
    margin: 12px 10px 0 20px;
  }
  .glist-select .phone .input input {
    outline: none;
    background-color: transparent;
    border: none;
    min-width: 220px;
    display: block;
    height: 100%;
    padding: 0 10px;
    font-size: 14px;
  }
  .glist-select .phone .btn {
    width: 100%;
    height: 46px;
    border-radius: 0;
    background-color: #ff552e;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    line-height: 46px;
    color: #ffffff;
    margin-bottom: 6px;
  }
  .glist-select .gsbox {
    width: 1200px;
    margin: 0 auto;
  }
  .glist-select .selbox .box .btns {
    display: none;
  }
  /* 列表部分 */
  .glist-list {
    margin-bottom: 120px;
  }
  .glist-list .list-tit {
    margin: 86px 0 64px;
    text-align: center;
  }
  .glist-list .list-tit .tit {
    font-size: 35px;
    line-height: 84px;
    color: #3e444f;
  }
  .glist-list .list-tit .cont {
    font-size: 14px;
    line-height: 24px;
    color: #898f9a;
    max-width: 604px;
    margin: 0 auto;
  }
  .glist-list .listbox {
    width: 1227px;
    margin: 0 auto;
  }
  
  .glist-list .listbox .list-content li {
    float: left;
    width: 280px;
    height: 340px;
    margin: 0 13px 40px 13px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    -webkit-box-shadow: 0 0 10px rgba(204,204,204,.5);
          box-shadow: 0 0 10px rgba(204,204,204,.5);
  }
  .glist-list .listbox .list-content li:hover {
    -webkit-box-shadow: 0 0 40px rgba(204,204,204,.8);
    box-shadow: 0 0 40px rgba(204,204,204,.8);
  }
  .glist-list .listbox .list-content li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .glist-list .listbox .list-content li  .zd {
    font-size: 12px;
    background-color: #ff552e;
    color: #fff;
    border-radius: 10px;
    line-height: 20px;
    padding: 0 5px;
    position: absolute;
    left: 4px;
    top: 2px;
  }
  .glist-list .listbox .list-content li .img {
    width: 100%;
    height: 210px;
    overflow: hidden;
  }
  .glist-list .listbox .list-content li .img img {
    width: 100%;
    height: 100%;
  }
  .glist-list .listbox .list-content li .word {
    padding: 10px 22px 0 30px;
  }
  .glist-list .listbox .list-content li .word .tit {
    font-size: 18px;
    line-height: 45px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .glist-list .listbox .list-content li .word .tit:hover{
    color: #330006;
  }
  .glist-list .listbox .list-content li .word .cont {
    /* width: 170px; */
    font-size: 14px;
    line-height: 24px;
    color: #898f9a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .glist-list .listbox .lookmore {
    width: 200px;
    height: 54px;
    /* background-color: #00cc80; */
    background: -webkit-gradient(linear, left top, right top, from(#da4615), to(#fb822f));
    background: linear-gradient(left, #da4615, #fb822f);
    letter-spacing: 1px;
    /* background: -webkit-gradient(linear, left top, right top, from(#ff7928), to(#fd924b));
    background: linear-gradient(90deg, #ff7928 0%, #fd924b 100%); */
    -webkit-box-shadow: 0 0 20px rgba(17, 204, 128, 0.3);
    box-shadow: 0 0 20px rgba(17, 204, 128, 0.3);
    margin: 0 auto;
    font-size: 20px;
    line-height: 54px;
    color: #fff;
    text-align: center;
    cursor: pointer;
  }
.m-selbox-head,#mItemCity {
    display: none;
  }