#viewModelBox {
    /* height: auto; */
    padding-bottom: 1px;
    overflow-x: hidden;
}

.filterCon .filterList li {
    width: 100%;
    font-size: 0.39rem;
}

* {
    box-sizing: border-box;
}

.mescroll {
    overflow-x: hidden;
}

/* data样式 */
.fileList li {
    /* height: 3.03rem; */
    border-radius: 0.27rem;
    background-color: #fff;
    padding: 0.27rem;
    margin-bottom: 0.27rem;
}

.fileList li .titleName {
    font-size: 0.43rem;
    color: #333;
    font-weight: bold;
    padding-bottom: 0.27rem;
}

.fileList li .txtLi {
    font-size: 0.32rem;
    color: #999;
    padding-bottom: 0.27rem;
}
.fileList li .lableLi span{
    float: left;
    margin-bottom: 0.27rem;
    padding: 0.11rem 0.21rem;
    border-radius: 0.13rem;
    background-color: #EAF2FF;
    color: #307FFF;
    font-size: 0.32rem;
    max-width: 100%;
}

.fileList li .txtLi .money {
    color: #FF9100;
    font-weight: bold;
}

#dataList li .bottomP {
    border-top: 1px solid #eee;
    padding: .27rem 0;
}

#dataList li .bottomP a {
    border: 1px solid #307FFF;
    padding: 0 .2rem;
    color: #307FFF;
    height: 0.65rem;
    line-height: .65rem;
    border-radius: 0.13rem 0.13rem 0.13rem 0.13rem;
    margin-right: .13rem;
}
/* 驳回原因弹窗 */
.popDetText {
    padding: 0.4rem;
    font-size: 0.37rem;
}

.popDetText p:nth-of-type(1) {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;

}

.popDetText p {
    color: #999;
    padding: 0.29rem 0;
}

.popDetText p span {
    color: #222;
}

/* 驳回原因弹窗 */
/* 打分弹窗 */
.star .star_score {
    background: url(../../../member/images/myFinanceList_starky.png);
}

.star .star_score a.clibg {
    background: url(../../../member/images/myFinanceList_starsy.png);
    left: 0;
}

.star_score {
    margin-top: 0.05rem;
    width: 1.73rem;
    height: 21px;
    position: relative;
    /* margin: 0 12px; */
}

.star_score a {
    height: 21px;
    display: block;
    text-indent: -999em;
    position: absolute;
    left: 0;
}

.dafen .f_orange {
    height: 22px;
    line-height: 22px;
}

.pingfen {
    padding: 0 0.4rem;
}

.dafen .title {
    font-size: 0.4rem;
    color: #222;

}

.dafen textarea {
    width: 100%;
    margin-top: 0.27rem;
    background-color: #fff;
    border-radius: 0.13rem;
    border: 1px solid #eee;
    padding: 0.27rem;
    resize: none;
    font-size: 0.37rem;
    color: #CCCCCC;
    line-height: 0.64rem;
}

.attitudeBg01 {
    /* background: url(../../../member/images/attitude.png) no-repeat 0px center; */

    background: rgba(255, 145, 0, 0.1);
    color: #FF9100;
}

.attitudeBg02 {

    background: #EAF2FF;
    color: #307FFF;
}

.attitudeBg03 {

    background: rgba(21, 210, 232, 0.06);
    color: #15D2E8;
}

.attitude {
    width: 1.07rem;
    height: 0.53rem;
    border-radius: 0.13rem;
    line-height: 0.53rem;
    text-align: center;
    padding: 0 0.21rem;
    margin: 0.05rem 0 0 8px;
    font-size: 0.32rem;
}
/* 打分弹窗 */
/* 查看评分弹窗 */
.show_number li {
    margin-right: 5px;
    /* margin-bottom: 0.53rem; */
    padding: 0.27rem 0;
    border-bottom: 1px solid #eee;
}
.atar_Show {
    background: url(../../../member/images/stark2.png);
    width: 160px;
    height: 21px;
    position: relative;
    float: left;
}
.atar_Show p {
    background: url(../../../member/images/stars2.png);
    left: 0;
    height: 21px;
    width: 134px;
}
.show_number .tit{
    font-size: 0.37rem;
    color: #999;
    width: 27%;
}
.show_number .cont{
    font-size: 0.37rem;
    color: #333;
    width: 73%;
}
.show_number li:nth-of-type(2) .cont{
    padding-top: 0.08rem;
}
.show_number li span {
    width: 1.07rem;
    height: 0.53rem;
    border-radius: 0.13rem;
    line-height: 0.53rem;
    text-align: center;
    padding: 0 0.21rem;
    margin: 0.05rem 0 0 8px;
    font-size: 0.32rem;
}
.show_number li .yellowBg {
    color: #ff8517;
    background-image: url(../images/pingfenlook_yel.png);
}
/* 查看评分弹窗 */
.myPopBg{
    z-index: 1020 !important;
}