.filterList li {
    width: 100%;
}
.fbBtn {
    width: 2rem;
    height: 0.96rem;
    line-height: 0.96rem;
    background: #307FFF;
    border-radius: 0.13rem 0.13rem 0.13rem 0.13rem;
    text-align: center;
    color: #fff;
    font-size: 0.32rem;
}

/* 列表 */
.fileList li{
    background: #FFFFFF;
    border-radius: 0.27rem 0.27rem 0.27rem 0.27rem;
    padding: 0.27rem;
    box-sizing: border-box;
    margin-bottom: 0.27rem;
}
.fileList li .tit{
    font-size: 0.43rem;
font-family: PingFang SC-Bold, PingFang SC;
font-weight: bold;
color: #333333;
margin-bottom: 0.27rem;
}
.time {
    padding-left: 0.44rem;
    background: url(../../../public/images/icons/time.png) no-repeat left center;
    font-size: 0.32rem;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    margin-bottom: 0.23rem;
}
.fileList li .btns {
    padding-top: 0.27rem;
    margin-top: 0.27rem;
    border-top: 1px solid #eee;
}

.fileList li .delBtn {
    padding: 0.01rem 0.2rem;
    line-height: 0.7rem;
    text-align: center;
    background: #FFFFFF;
    border-radius: 0.13rem 0.13rem 0.13rem 0.13rem;
    opacity: 1;
    border: 0.01rem solid #307FFF;
    color: #307FFF;
    font-size: 0.32rem;
    margin-right: 0.13rem;
}
.shtg,
.ybh,
.shz,
.dtjsh {
    top: 0rem;
    right: 0rem;
    width: 1.6rem;
    height: 1.6rem;
    background: url(../images/shtg.png) no-repeat;
    background-size: 100% 100%;
}

.ybh {
    background: url(../images/shbh.png) no-repeat;
    background-size: 100% 100%;
}

.shz {
    background: url(../images/dsh.png) no-repeat;
    background-size: 100% 100%;
}
.dtjsh{
    background: url(../images/dtjsh.png) no-repeat;
    background-size: 100% 100%;
}

/* 弹窗 */
.popTitle {
    font-size: 0.48rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 0.67rem;
    text-align: left;
    margin: 0.4rem 0rem;
    margin-left: 0.27rem;
}

.popTable{
    width: 100%;
    border: 0.01rem solid #eee;
    font-size: 0.32rem;
font-family: PingFang SC-Regular, PingFang SC;
font-weight: 400;
color: #333333;
line-height: 1.05rem;
}
.popTable td{
    padding-left: 0.27rem;

}
.popTable td.htmlTd,.popTable td.htmlTd p,.popTable td.htmlTd span,.popTable td.htmlTd em{
    font-size: 0.32rem !important;
    font-weight: normal !important;
    line-height: 0.32rem !important;
    color: #333333 !important;
}
.popTable td.htmlTd img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.tableTit{
    background: #F4F8FF;
    color: #999;
    width: 32%;
}

.multipleScreenPop_Con .slideBox {
    height: calc(100% - 3.7rem);
}
.popSecTitle{
    font-size: 0.32rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 0.32rem;
    color: #307FFF;
    font-weight: bold;
    text-align: left;
    margin: 0.4rem 0rem;
    /* margin-left: 0.27rem; */
}
.cyxx{
    border: 0.01rem solid #eee;
    border-radius: 0.27rem;
    padding: 0.27rem;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 0.32rem;
    color: #999;
    line-height: 0.64rem;
    margin-bottom: 0.27rem;
}
.cyxx span{
    color: #333;
}

.xmtjBox{
    border: 0.01rem solid #eee;
    border-radius: 0.27rem;
    padding: 0.27rem;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 0.32rem;
    color: #999;
    line-height: 0.45rem;
    margin-bottom: 0.27rem;
 
}
.mt27{
    margin-top: 0.27rem;
}
.xzdsBtn{
    width: 2.2rem;
height: 0.59rem;
background: linear-gradient(180deg, #03CAFD 0%, #307FFF 100%);
border-radius: 0.33rem 0.33rem 0.33rem 0.33rem;
font-size: 0.27rem;
font-family: PingFang SC-Medium, PingFang SC;
font-weight: 500;
color: #FFFFFF;
line-height: 0.59rem;
text-align: center;
margin-bottom: 0.27rem;
}
.ztP{
    font-size: 0.32rem;
    font-weight: bold;
    color: #03CAFD;
}


.tipP1 {
    font-size: 0.32rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    text-align: center;
    margin-top: 0.4rem;
    margin-bottom: 0.27rem;
}

.tipP1 span {
    font-size: 0.43rem;
    color: #FF9100;
}
.c999{
    color: #999;
}
input[type='radio'] {
    vertical-align: middle;
    width: 15px;
    height: 15px;
    appearance: none;/*清楚默认样式*/
    -webkit-appearance: none;
    outline: none;
    border: 1px solid #3582E9;
    border-radius: 50%;
    margin: 10px;
}
input[type='radio']:checked {
    background: #3582E9;
}

input[type='radio']:checked::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 2px;
    width: 5px;
    height: 12px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
}
/* 打分弹窗 */
.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;
}
/* 打分弹窗 */
.evaluatePop .myMainPop{
    min-height: 4.07rem;
}
.evaluatePop .myBtnBox{
    padding: 0.8rem 0.4rem 0.4rem;
}