/*按钮样式*/
.btn-ok {
    margin: 20px auto;
    display: block;
    width: 100%;
    height: 40px;
    font-size: 1.2rem;
    letter-spacing: 5px;
    background: #0262d3;
}


/*有边距的容器*/
.p8-box {
    margin: 0 auto;
    width: 92%;
    min-height: 100px;
}

/*区块标题*/
.title-group {
    padding: 15px 0 5px 0;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 1rem;
    font-weight: bold;
}

    .title-group i {
        display: inline-block;
        margin-top: -2px;
        margin-left: 2px;
        margin-right: 5px;
        width: 4px;
        height: 16px;
        background: #E91E63;
        border-radius: 1px;
        vertical-align: middle;
    }

/*表单区块*/
.form-group {
    width: calc(100% - 2px);
    background: #fff;
    border-radius: 3px;
    border: 1px #DEDEDE solid;
    overflow: hidden;
    box-shadow: 0px 0px 5px #F1F1F1;
}

.form-item {
    position: relative;
    padding: 10px 5px 10px 10px;
    line-height: 25px;
    border-top: 1px #E6E6E6 solid;
    font-size: 1rem;
    color: #333;
    overflow: hidden;
    transition: all .3s;
}

    .form-item:first-child {
        border: none;
    }

.form-item-fill {
    position: relative;
    float: right;
    padding-right: 20px;
    width: 50%;
    height: 25px;
    line-height: 25px;
}

  .form-item-fill font{/*info页专用*/
       overflow: hidden;
       white-space: nowrap;
       text-overflow: ellipsis;
  }
    .form-item-fill input[type=text], .form-item-fill select,.form-item-fill font,.form-item-fill input[type=date] {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 1rem;
        color: #999;
        text-align: right;
    }

.form-item textarea {
    display: block;
    width: 100%;
    min-height: 80px;
    text-align: left;
    color: #999;
}

.after:before {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0px;
    content: '';
    width: 20px;
    height: 25px;
    background-image: url(../image/icon-arrow.png);
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center center;
}
/*必填*/
.must {
    display: inline-block;
    width: 15px;
    height: 25px;
    background-image: url(../image/icon-m.png);
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: center center;
}

/*图片上传*/
.divFileBox {
    position: relative;
    float: left;
    margin: 8px 8px 4px 0;
    width: 50px;
    height: 60px;
    cursor: pointer;
    border: 3px #fff solid;
    outline: 1px #E6E6E6 solid;
    background: #eee;
    overflow: hidden;
}

    .divFileBox img {
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        z-index: 100;
    }

    .divFileBox span {
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        line-height: 50px;
        text-align: center;
        font-size: 3em;
        font-weight: bold;
        color: #fff;
        background: rgba(0,0,0,.6);
        z-index: 200;
        display: none;
    }

.div-file {
    position: relative;
    float: left;
    margin: 8px 8px 4px 0;
    width: 50px;
    height: 60px;
    cursor: pointer;
    border: 3px #fff solid;
    outline: 1px #ccc dashed;
    overflow: hidden;
    background-image: url(../image/icon-upadd.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px;
}

    .div-file input[type=file] {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 10;
        cursor: pointer;
    }
/*图片删除开关*/
.delete-switch {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 45px;
    height: 45px;
    background-image: url(../image/icon-sc1.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: top right;
}

.delete-open {
    background-image: url(../image/icon-sc2.png);
}
/*列表头部*/
.list-group {
    padding: 10px 10px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 5px;
    border: 1px #ddd solid;
}

.list-title {
    height: 20px;
    line-height: 20px;
    border-bottom: 1px #eee solid;
    font-weight: bold;
}

    .list-title time {
        float: right;
        font-size: 0.8rem;
        color: #666;
    }

/*地区选择提示*/
 .area-prompt{
            margin-left: 10px;
            display:inline-block;
            height: 20px;
            line-height: 16px;
            font-weight: normal;
            font-size: .8rem;
            color: #666;
        }
        .area-prompt img{
            float: left;
            margin-right: 2px;
            width: 16px ;
        }


/*咨询列表内容*/
.consult-problem, .consult-info {
    position: relative;
    padding: 10px 0 0 22px;
    color: #666;
    word-wrap:break-word;
}
.consult-info {
    color: #000;
}

    .consult-problem:before, .consult-info:before {
        position: absolute;
        top: 11px;
        left: 0px;
        content: '';
        width: 18px;
        height: 18px;
        background-repeat: no-repeat;
        background-size: 100%;
        border: 0px red solid;
        border-radius: 5px;
        background-position: center;
        overflow: hidden;
    }

    .consult-problem:before {
        background-image: url(../image/icon-wen.png);
    }

    .consult-info:before {
        background-image: url(../image/icon-da.png);
    }


 /*申请列表内容*/
.case-list-top {
    position: relative;
    padding-bottom: 5px;
    width: 100%;
    min-height: 40px;
    line-height: 20px;
    border-bottom: 1px #eee solid;
    color: #666;
    overflow: hidden;
}

.case-type-img {
    float: left;
    margin-right: 10px;
    width: 40PX;
}

.case-list-top font {
    color: #222;
}

.case-apply-state {
    position: absolute;
    margin: auto;
    right: 0;
    top: 5px;
    line-height: 25px;
    font-size: .8rem;
    font-weight: bold;
}

    .case-apply-state img {
        float: left;
        margin-right: 2px;
        width: 25px;
    }

.case-list-info {
    padding: 5px 0;
    color: #666;
}

    .case-list-info font {
        color: #222;
    }

    .case-list-info p {
    }



/*案件列表*/
.ev-item{
    padding: 5px 10px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 5px;
    border: 1px #ddd solid;
    overflow:hidden;
}
.ev-item-top{
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px #ddd solid;
}

.ev-item-top img{
    position:absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
}
.ev-item-top p{
    margin-left: 60px;
    width: calc(100% - 60px);
    color: #666;
    font-size: .85rem;
    line-height: 16px;
}
.ev-item-top p:first-child{
    color: #111;
    font-size: 1.1rem;
    line-height: 20px;
    padding: 4px 0;
}

.ev-item-bottom{
    line-height: 25px;
    color: #666;
    font-size: .9rem;
}

.ev-item-bottom time:before{
    content:"";
    float: left;
    margin-top: 3px;
    width: 20px;
    height: 20px;
    background-image: url(../image/icon-dd.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;    
}


.ev-item-bottom span{
    float: right;
}




    /*评价区块样式*/
.h5-EV{
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 0 10px;
    background: #fff;
    border: 1px #DEDEDE solid;
    border-radius: 3px;
    font-size: 1rem;
    overflow: hidden;
}

.EV-title{
    margin-bottom: 5px;
    line-height: 40px;
    font-weight: 600;
    border-bottom: 1px #eee solid;
}

.h5-EV label{
    display: block;
    padding: 8px 5px;
    line-height: 20px; 
    color: #666;
    overflow: hidden;
}

.h5-EV-p{
    font-size: .7rem;
    line-height: 20px;
    color: #666;
}

.h5-EV input[type=radio]{
    float: right;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px #ddd solid;
    background-size: 100%;
    outline: none;
    -webkit-appearance: none;
}

.h5-EV input[type=radio]:checked{
    background-image: url(../image/icon-radio.png);
    background-color: #fff;
    border: 1px #26a1f6 solid;
}

.textarea-yj{
    padding: 2%;
    margin-bottom: 10px;
    width: 96%;
    height: 60px;
    border: 1px #eee solid;
}


/*差评理由*/
#Reason{
    display: none;  
}


/*提交成功*/
#set-ok-img {
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    width: 170px;
}

.set-ok-h2 {
    margin: 10px auto;
    text-align: center;
    font-size: 1.4rem;
}

.set-ok-h3 {
    line-height: 20px;
    text-align: center;
    font-weight: normal;
    font-size: 1.2rem;
    color: #333;
}

.set-ok-p {
    padding: 15px 0;
    color: #666;
    font-size: 1rem;
}

.set-ok-font {
    color: #ff6a00;
}



/*按钮颜色样式*/
.btn-color-green{
    background:#1db706;
}
.btn-color-blue{

}
.btn-color-red{
    background:#a71717;
}