html,body{
    width: 100%;
    background-color: #fff;
    font-size: 12px;
}
.clr_blk{
    color: rgb(12,7,4);
}
.clr_org{
    color:rgb(255,102,0)
}
.clr_red{
    color:rgb(255,51,51)
}
.clr_fff{
    color:#fff
}
.clr_102{
    color:rgb(102,102,102)
}
.clr_153{
    color:rgb(153,153,153)
}
.clr_204{
    color:rgb(204,204,204)
}
.clr_ye{
    color:rgb(255,204,0)
}
.clr_51{
    color:rgb(51,51,51)
}
.clr_204{
    color:rgb(204,204,204)
}
.clr_bow{
    color:rgb(92,70,55)
}
.clr666{
    color: #666;
}
.clr_999 {
    color: #999;
}
.bc_sure{
    background-color: rgb(204,153,51);
}

.bc_153{
    background-color: rgb(153,153,153)!important;
}
.bc_cancal{
    background-color: rgb(229,179,79);
}
.bd{
    border-radius: 4px;
    border: 1px solid #999;
    padding: 0 4px;
    line-height: 16px;
}
.recommend-slide .bd {white-space: nowrap;}
.shenlv{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.flex1{
    flex: 1;
    -webkit-flex: 1;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.center{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.colCenter{
    align-items: center;
    -webkit-align-items: center;
}
.jufBt{
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.flex{
    display: flex !important;
    display: -webkit-flex !important;
}
.flex1{
    flex: 1;
    -webkit-flex: 1;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}
.tlc{
    text-align: center;
}
.tlr{
    text-align: right;
}
.fw{
    font-weight: 600;
}
.fr{
    float: right;
}
.lh20{
    line-height: 20px;
}
.lh40{
    line-height: 40px;
}
.mb20{
    margin-bottom: 20px;
}
.pt10{
    padding-top: 10px !important;
}
.pr10{
    padding-right: 10px !important;
}
.pb10{
    padding-bottom: 10px !important;
}
.pl10{
    padding-left: 10px !important;
}
.mb50{
    margin-bottom: 50px;
}
.mb40{
    margin-bottom: 40px;
}
.bor100{
    border-radius: 100%;
}
.spb{
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.header{
    position: absolute;
    top: 28px;
    left: 0;
    width: 100%;
    z-index: 9999;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.am-slider-default .am-direction-nav a{
    display: none;
}
#mainSilder.am-slider-default .am-control-nav{
    bottom: 20px;
}
.am-slider-default .am-control-nav li a.am-active{
    background-color: #fff;
}
.am-slider-default .am-control-nav li a{
    background-color: rgba(255,255,255,.6);
}
.header .icon{
    width: 20px;
    height: 20px;
    margin: 0 12px;
}
.header .search{
    width: 270px;
    height: 28px;
    background-color: rgb(255,255,255,.8);
    border-radius: 28px;
    position: relative;
}
.header .search .searchIcon{
    font-size: 16px;
    position: absolute;
    left: 7px;
    top: 5px;
}
.header .search input{
    background-color:rgb(0,0,0,0);
    border: none;
    outline: none;
    width: 100%;
    padding-left: 32px;
}
.mainSilderTip{
    height: 20px;
    background-color: #fff;
    width: 100%;
    position: absolute;
    bottom: 0;
    top: 196px;
    left: 0;
    z-index: 999;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
}
.am-slider-default{
    margin-bottom: 10px;
}
.mainSilderimg{
    height: 211px;
}
.mainBox{
    padding: 0 10px;
    margin-bottom: 78px;
}
.iconBox{
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.iconBox:after {
    display: table;
    content: " ";
    height: 0;
    clear: both;
}
.iconBox a{
    float: left;
    width: 20%;
    text-align: center;
}
.iconBox a:nth-child(5n+5){
    padding-right: 0;
}
.iconBox a img{
    width: 60%;
    /* border-radius: 44px; */
}
.recommend .more{
    border-left: 1px solid rgb(204,204,204);margin-top:4px;
}
.recommend .item{
    width: 50%;
    border: 1px solid #f1f1f1;
}

.font1{
    font-size: 16px;
    background: linear-gradient(to right, rgb(130,221,166), rgb(99,198,229));
    -webkit-background-clip: text;
    color: transparent;
}
.showImg{
    width: 54px;
}
.newsImg{
    height: 88px;
}
.news{
    padding:10px 0;
    display: block;
    border-bottom: 1px solid rgb(241,241,241);
}
.news .left{
    width: 227px;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.bottom{
    height: 49px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    border-top:1px solid rgb(221,221,221);
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.bottom a{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.bottom p.active{
    color: rgba(51,204,153);
}
.bottom p{
    padding-top: 4px;
}
#findSilder .mainSilderimg{
    height: 120px;
    border-radius: 8px;
}
#findSilder{
    margin-bottom: 20px;
}
#findSilder.am-slider-default{
    border-radius: 8px;
    overflow: hidden;
}
#findSilder.am-slider-default .am-control-nav{
    bottom: 10px;
}
.flexBox{
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.flexBox .item{
    width: 25%;
    flex-direction: column;
    -webkit-flex-direction: column;
    padding:10px 0 17px;
}
.advertisement {
    padding:10px 0;
    display: block;
    border-bottom: 1px solid rgb(241,241,241);
}
.advertisement img{
    width: 100%;
    height: 84px;
}

.more-modal-mask { 
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-image: url('http://static.cs090.com/global_wap/app/images/filter_bg.png');
}
.modal-mask{position: fixed;top: 0;left: 0;bottom: 0;right: 0;z-index: 999;background-color: rgba(0, 0, 0, .7);display: none;}
.moread-main{padding: 10px 0 60px;background-color: #fff;position: absolute;bottom: 0;left: 0;width: 100%;-webkit-transform: translate(0, 100%);transform: translate(0, 100%);-webkit-transition: -webkit-transform .2s ease-in;-webkit-transition: transform .2s ease-in;transition: -webkit-transform .2s ease-in;transition: transform .2s ease-in;}
.moread-main.on{-webkit-transform: translate(0, 0);transform: translate(0, 0);}
.moread-main .more-ad{list-style: none;margin: 0;padding: 0 7px;}
.moread-main .more-ad:after{display: table;content: " ";height: 0;clear: both;}
.moread-main .more-ad li{width: 33.33%;padding: 8px 5px;float: left;}
.moread-main .more-ad li a{display: inline-block;padding: 8px 0;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;border-radius: 8px;border: 1px solid #e9e9e9;font-size: 14px;width: 100%;color: #333333;}
.moread-main .moread-top > div{float: left;padding: 8px 12px;}
.moread-main .moread-top:after{display: table;content: " ";height: 0;clear: both;}
.moread-main .moread-top .moread-txt1{text-align: left;display: inline-block;width: 20%;font-size: 18px;font-weight: bold;}
.moread-main .moread-top .moread-txt2{text-align: center;font-size: 14px;color: #c2c2c2;width: 70%;line-height: 20px;}
.moread-main .moread-top .moread-txt3{text-align: right;width: 10%;line-height: 16px;font-size: 26px;}
.refresh-view{height: 500px;margin-top: -500px;background-color: #fff;-webkit-transition: background-color 300ms;-moz-transition: background-color 300ms;-ms-transition: background-color 300ms;-o-transition: background-color 300ms;transition: background-color 300ms;position: relative;}
.refresh-view > img{position: absolute;bottom: 0;left: 0;}
.refresh-view.active{background: #006eb3;}
.refresh-view.running{background: #00b373;}
.refresh-view .refresh-txt{text-align: center;position: absolute;width: 100%;font-size: 14px;bottom: 10px;left: 0;z-index: 1;color: #999;}
#container{overflow-y: scroll;}
.listLoading{height: 40px;line-height: 40px;text-align: center;}
.listLoading > span{position: relative;left: 5px;top: 2px;color: #999;}
.recommend-slide {height: 20px;overflow: hidden;padding-top: 2px;}
.recomment-txt {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.list-icon {position: relative;top: 1px;margin-right: 3px;}
.main-imglist:after {display: table;content: " ";height: 0;clear: both;}
.main-imglist .main-imgeach {float: left;width: 33.33%;height: 84px;padding-bottom: 6px;}
.main-imglist .main-imgeach:nth-child(3n+1) {padding-right: 4px;}
.main-imglist .main-imgeach:nth-child(3n+2) {padding-left: 2px;padding-right: 2px;}
.main-imglist .main-imgeach:nth-child(3n) {padding-left: 4px;}
.main-imglist .main-imgeach > img {width: 100%;height: 100%;}

.open090{top: 0; background-color: #fff; position: fixed; left: 0; width: 100%; height: 60px; z-index: 999; border-bottom:1px solid #d3d3d3; display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between;}
.open090 .left{display: flex; display: -webkit-flex; height: 100%; align-items: center; -webkit-align-items: center;}
.open090 .right{display: flex; display: -webkit-flex; height: 100%; align-items: center; -webkit-align-items: center;}
.open090 .close{color: #666666; font-size: 30px; margin-left: 10px;}
.open090 .logo{width: 40px; margin-left: 10px;}
.open090 .content{font-size: 10px; color: #333333; line-height: 20px; margin-left: 14px;}
.open090 .open{height: 31px; color: #fff; line-height: 31px; text-align: center; padding: 0 10px; background-color: #33CC99; margin-right: 10px; text-decoration: none; border-radius: 4px;}