.bar {
    background-color: #6bb0ff;
    z-index: 0;
}

/*selector 标签 样式错误，覆盖源css 代码*/
.weui-select-cover /deep/  .weui-select{
    height: 55px;
    line-height: 36px;
    /*  路径 node_modules\vux\src\styles\weui\widget\weui_cell\weui_form\weui_select.less      height，  line-height  */
}



.bar .title {
    color: #fff;
}

.list-block-margin5px {
    margin: 5px 0;
}

.div-line {
    height: 1px;
    background-color: #ddd;
    margin-bottom: 4px;
}

.icon-left {
    color: #fff;
}

.margin-padding0 {
    margin: 0 0;
    padding: 0 0;
}


.fy-coptright {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.fy-coptright p {
    text-align: center;
    font-size: 0.5rem;
    margin: 0 0;
}

.button-success.button-fill {
    color: #fff;
    background-color: #0894ec;
}

.content-block {
    margin: 0.45rem 0;
    padding: 0 0;
    color: #6d6d72;
}

.tag {
    display: inline-block;
    padding: 0 8px;
    color: #017E66;
    background-color: rgba(1,126,102,0.08);
    height: 24px;
    line-height: 24px;
    font-weight: normal;
    font-size: 0.65rem;
    text-align: center;
}

label.label-checkbox i.icon-form-checkbox {
    width: 0.8rem;
    height: 0.8rem;
    position: relative;
    border-radius: 0.8rem;
    border: 1px solid #c7c7cc;
    box-sizing: border-box;
}

.back-icon {
    margin-top: -4px;
    width: 10px;
}

.list-block select{
    background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;
}

.menu-item {
    background-color: #fff;
    width: 47%;
    float: left;
    margin-left: 2%;
    list-style-type: none;
    text-align: center;
    margin-bottom: 0.35rem;
}

.menu-item img {
    width: 60px;
    height: 60px;
    margin: auto;
    display: block;
    margin-top: 0.78rem;
}

.menu-item p {
    margin-bottom: 0.78rem;
    font-size: 0.7rem;
}