.mfooter-new .zhanwei-bottom {
    background-color: transparent !important
}

html {
    font-size: 13.33333333vw
}

body {
    background-color: #fff
}
.marbot {
    margin-bottom: .3rem;
    background-color: #fff
}

div.glist-headnav,#selMoreCity {
    display: none
}
.glist-select {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 1.96rem;
    display: none
}
.glist-select .selbox .box {
    background-color: #fff;
    border-radius: 0 0 .08rem .08rem;
    overflow: hidden;
    display: none
}
.glist-select .selbox .box .label {
    display: none
}
.glist-select .selbox .box .items {
    height: 3.84rem;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}
.glist-select .selbox .box .items .ulbox {
    padding: .15rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.glist-select .selbox .box .items .ulbox div {
    padding: .18rem .2rem;
    background-color: #f4f4f4;
    border-radius: .05rem;
    font-size: .27rem;
    line-height: .29rem;
    color: #333;
    margin: 0 .1rem .22rem
}
.glist-select .selbox .box .items .ulbox div.sel-act {
    background-color: #fff5ee;
    color: #ff552e
}
.glist-select .selbox .box .more {
    display: none
}
.glist-select .selbox .box .btns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.glist-select .selbox .box .btns div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-size: .3rem;
    line-height: .9rem;
    color: #333;
    letter-spacing: .02rem
}
.glist-select .selbox .box .btns .cancel {
    border-top: .02rem solid #f5f5f5;
    /* border-right: .02rem solid #f5f5f5 */
}
.glist-select .selbox .box .btns .sure {
    background-color: #fe8331;
    color: #fff;
    display: none;
}
.glist-list {
    padding: .46rem .26rem 0;
    margin-bottom: 1.2rem;
}
.glist-list .list-tit {
    margin-bottom: .54rem;
    text-align: center
}
.glist-list .list-tit .tit {
    font-size: .33rem;
    line-height: .78rem;
    color: #333;
    letter-spacing: .02rem
}
.glist-list .list-tit .cont {
    font-size: .22rem;
    line-height: .36rem;
    color: #666;
    letter-spacing: .02rem
}
.glist-list .listbox .list-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.glist-list .listbox .list-content .citem {
    width: 3.36rem;
    height: 4.64rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0 .3rem rgba(204,204,204,0.5);
    box-shadow: 0 0 .3rem rgba(204,204,204,0.5);
    margin-bottom: .4rem
}
.glist-list .listbox .list-content .citem img {
    width: 100%;
    height: 2.52rem
}
.glist-list .listbox .list-content .citem .word {
    padding: .08rem .26rem 0
}
.glist-list .listbox .list-content .citem .word .tit {
    font-size: .3rem;
    line-height: .74rem;
    color: #333;
    letter-spacing: .02rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.glist-list .listbox .list-content .citem .word .cont {
    font-size: .24rem;
    line-height: .4rem;
    color: #898f9a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.glist-list .listbox .lookmore {
    width: 3rem;
    height: .8rem;
    /* background-color: #fe8331; */
    background: -webkit-gradient(linear, left top, right top, from(#409EFF), to(rgb(121, 187, 255)));
    background: linear-gradient(left,#409EFF,rgb(121, 187, 255));
    -webkit-box-shadow: 0 0 .3rem rgba(17,204,128,0.3);
    box-shadow: 0 0 .3rem rgba(17,204,128,0.3);
    text-align: center;
    font-size: .28rem;
    line-height: .8rem;
    color: #fff;
    margin: 0 auto;
    letter-spacing: .02rem
}
