body{
    background: #F5F6FA;
}
main{
    width: 100%;
    padding-bottom: 0.64rem;
}
.main{
    width: 12rem;
    margin: 0 auto 0;
}
.main_left{
    width: 1.2rem;
    min-height: 5.6rem;
    float: left;
    padding: 0.2rem 0.18rem;
    box-sizing: border-box;
    border-radius: 0.12rem;
    background-color: #FFFFFF;
    box-shadow: -0.04rem 0.02rem 0.43rem 0 rgba(154,159,178,0.35);
}
.main_right{
    width: 10.60rem;
    float: right;
    background: #FFFFFF;
    box-shadow: -0.04rem 0.02rem 0.43rem 0 rgba(154,159,178,0.35);
    border-radius: 0.12rem;
    padding: 0.3rem 0.4rem;
    box-sizing: border-box;
}
.main_left .p1{
    font-size: 0.16rem;
    color: #808080;
    margin-bottom: 0.16rem;
    cursor: pointer;
}
.main_left .p_state{
    font-weight: bold;
    font-size: 0.16rem;
    color: #3881F4;
}
.shoucang{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0.2rem 0 0;
    border-top: 0.01rem solid #DADEE6;
    margin-top: 1.5rem;
    cursor: pointer;
}
.shoucang img{
    width: 0.38rem;
    height: 0.43rem;
}
.shoucang span{
    font-size: 0.16rem;
    color: #000000;
    margin-top: 0.1rem;
}
.main_right_top{
    width: 100%;
    display: flex;
    padding-bottom: 0.22rem;
    border-bottom: 0.01rem solid #DADEE6;
    margin-bottom: 0.3rem;
    position: relative;
}
.main_right_tab{
    font-size: 0.16rem;
    color: #2A2A2A;
    margin-left: 0.32rem;
    cursor: pointer;
}
.tab_state{
    color: #3881F4;
}
.main_right_tab:nth-child(1){
    margin-left: 0;
}
.main_right_num{
    font-size: 0.16rem;
    color: #2A2A2A;
    position: absolute;
    right: 0;
}
.main_right_num span{
    color: #FF5400;
    font-weight: bold;
}
.list_flex{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 0.3rem;
    cursor: pointer;
}
.list_flex_left{
    width: 0.25rem;
}
.list_flex_right{
    width: calc(100% - 0.25rem - 0.12rem);
}
.p_title{
    font-weight: bold;
    font-size: 0.16rem;
    color: #2E3033;
}
.p_time{
    font-size: 0.12rem;
    color: #737880;
    margin-top: 0.05rem;
}