ol, ul { list-style: none; }
.bgf4{background: #f4f4f4}


/* 表单 样式 */
.efk-title{padding-top:0.75rem;padding-left:0.75rem;}
.efk-title h3{margin-bottom:0;font-size: 0.9rem;font-weight: normal;}
.toolbar .picker-button{color: #249efd;}
.fr{float:right;}
.collightblue{color:#249efd;}
.colred{color:#e01d20 !important;}
.weui-title{padding:0.75rem;}
.weui-title h1{font-size: 0.9rem;font-weight: 400;margin-bottom: 0;}

/* 首页 */
.p7{padding:0.35rem;}
.bgblue{background: #249efd;}
.pb70{padding-bottom: 3.5rem;}
.bgorg{background:#ff9e64;}
.head-top{position: absolute;width:100%;top:0;left:0}

.accoout{padding:0.5rem;font-size: 0.7rem;color:#fff;background:#ff9e64;}

.item-fl{margin:0.5rem;background: #fff;display: block;border-radius: 5px;box-shadow: 0px 5px 5px rgba(0,0,0,0.3);padding:0.5rem}

.item-fl img{width:80%;margin:0 auto;display:block;}
.item-fl h3{color:#249efd;font-size: 0.7rem;text-align: center;margin-top:5px;}
.item-fl p{font-size: 0.6rem;}

.footer-fixed{position: fixed;bottom: 0;width: 100%;}
.footer .weui-tabbar__item{padding:0.5rem;background:#6dbefd;}
.footer .weui-tabbar__item.weui-bar__item--on{background-color: #249efd;}
.footer .weui-tabbar__icon,.footer .weui-tabbar__label {display: inline-block;color:#fff;font-size: 0.7rem;}
.footer .weui-tabbar__icon i{color:#fff;}

.footer .weui-tabbar__item.weui-bar__item--on .weui-tabbar__label{color:#fff;font-size: 0.7rem;}

/* 我的 */
.mt40{margin-top: 2rem;}
.user-preview {
    display: -webkit-flex;
    display: flex;
    padding: 1rem 0;
    background-color: #fff;
}
.user-preview > div:first-child {
    padding: 0 .7rem 0 1rem;
    flex-shrink: 0;
}
.user-preview > div:nth-child(2) {
    flex-grow:1;
}
.user-preview > div:nth-child(2) > p:first-child {
    font-size: .9rem;
    color:#000;
}
.user-preview > div:nth-child(2) > p:nth-child(2) {
    color:#999;
}
.user-preview img {
    width: 2.5rem;
    height: 2.5rem;
}



/* index */
.col666 {color: #666;}
.bg000 {background-color: #000;}
.bgb2 {background-color: #4768f3;}
.bgfff {background-color: #fff;}
.bgfrgba {background-color: rgba(255,255,255,.3);}
.bglb1 {background-color: #ff8d38;}
.bglb2 {background-color: #84c223;}
.bglb3 {background-color: #56b1e8;}
.bglb4 {background-color: #f4704b;}
.bgtr {background-color: transparent;}
.ptd10 {padding: .5rem 0;}
.ptd20 {padding: 1rem 0;}
.mgauto {margin: 0 auto;}
.inwrap .weui-search-bar:before {
    border-top: none;
}
.inwrap .weui-search-bar:after {
    border-bottom: none;
}
.inwrap .weui-search-bar__form {
    height: 1.6rem;
    line-height: 1.6rem;
}
.inwrap .weui-search-bar__form:after {
    border-radius: 1.5rem;
    background-color: rgba(255,255,255,.7);
}
.imgicon img {
    width: 3rem;
}
.inlist li+li {
    margin-left: 1rem;
}
.inlist li a {
    color: #000;
    padding: .5rem 0;
    display: block;
}
.inlist li.active a, .inlist li a:hover {
    color: #3c91d1;
    border-bottom: .1rem solid #3c91d1;
}
.dropdown {
    top: 17%;
    right: .75rem;
}
.dropdown select {
    position: relative;
    top: .1rem;
    padding: .2rem;
    border-color: #ddd;
    margin-left: .1rem;
}
.dtlist {
    margin: 0 .5rem;
    padding: .5rem 0;
}
.borbtmda {
    border-bottom: .05rem dashed #e5e5e5;
}
.dtlist label {
    padding: .2rem .6rem;
    border-radius: .3rem;
}