/* 公共样式 */
html, body{
    padding: 0 ;
    margin: 0;
    border: 0;
    font-size: 12px;
    font-family: 'weiruanyahei';
    width: 100% !important;
    min-width: 320px;
    background: rgb(249 249 249) !important;
    padding-bottom: 50px;
}
p{
    padding: 0;
    margin: 0;
}
ul, ol{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
    color: #000 ;
}
.active:after{
    clear: both;
    content: '';
    display: block;
}
#app{
    min-width: 320px;
    background: #fff
    /* overflow: hidden; */
}
.title_0{
    position: relative;
    width: 100%;
    height: 56px;
    background: green;
}
.title_0>a{
    float: left;
}
.title_0>a:nth-of-type(1){
    min-width: 167px;
    height: 40px;
    margin: 8px 10px;
    display: flex;
    align-items: center;
}
.title_0>a:nth-of-type(1)>span{
    color: #fff;
    font-size: 14px;
    margin-left: 5px;
}
.title_0>a:nth-of-type(1)>img{
    width: 30px;
    height: 30px;
}
.title_0>a:nth-of-type(2){
    line-height: 20px;
    margin: 20px 0 0 10px;
    color: #fff;
    font-size: 1.2rem;
}
.title_0>a:nth-of-type(2)>img{
    height: 10px;
}
.title_0>a:nth-of-type(3){
    float: right;
    width: 24px;
    height: 24px;
    margin: 16px 5px 0 0;
}
.title_0>a:nth-of-type(3)>img{
    width: 23px;
    height: 23px;
}
.title_0>span{
    float: right;
    padding: 0 5px;
    line-height: 20px;
    font-size: 1.2rem;
    margin: 18px 5px 0 0;
    color: #fff;
}
.title_0>span>a{
    color: #fff
}
.login_0{
    display: none;
}

.title_0_div_fh{
    position: absolute;
    top: 0;
    left: 0;
    line-height: 56px;
    color: #fff;
    font-size: 1.4rem;
}
.title_0_div_title{
    line-height: 56px;
    text-align: center;
    width: 160px;
    margin: auto;
    color: #fff;
    font-size: 1.6rem;
    height: 56px;
    overflow: hidden;
}
.title_0_div_fz{
    position: absolute;
    top: 0;
    right: 0;
    line-height: 56px;
    padding-right: 10px;
}
.title_0_div_fz>a{
    display: inline-block;
    color: #fff;
    font-size: 1.3rem;
}
.title_0_div_fz>a>span:nth-of-type(2){
    float: right;
    border-top: 6px solid #fff;
    border-left: 6px solid rgba(0,0,0,0);
    border-right: 6px solid rgba(0,0,0,0);
    margin: 25px 0 0 2px;
}

.foot_0{
    border-top: 4px solid rgb(220,220,220);
    padding: 0 15px 50px 15px;
    text-align: center;
    font-size: 1.2rem;
    color: rgb(40,40,40);
}
.foot_0>div{
    padding: 2px 0;
}
.foot_0 a{
    color: rgb(40,40,40);
}
.foot_00{
    width: 280px;
    margin: auto;
    line-height: 20px;
}
.foot_000, .foot_001{
    float: left;
}
.foot_001{
    margin-left: 20px;
}
.foot_000>img{
    float: left;
    margin: 2px 2px 0 0;
}
.foot_000>a{
    float: left;
}

.foot_1{
    text-align: center;
    background: rgb(240,240,240);
    line-height: 30px;
    font-size: 1.2rem;
    color: rgb(80,80,80);
    padding-bottom: 50px;
}

.sidebar_count{
    text-align: center;
    line-height: 24px;
    color: #fff;
    position: absolute;
    right: 120px;
    top: -10px;
    width:24px;
    height: 24px;
    border-radius: 50%;
    background-color: red;
}

.foot_position_0{
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    border-top: 1px solid rgb(200,200,200);
}
.foot_position_0>a{
    float: left;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.foot_position_0>a>.mui-icon{
    margin-top: 2px;
    font-size: 5.4vw;
    color: rgb(100,100,100);
}
.foot_position_0_a_mui_color{
    color: green !important;
}
.foot_position_0>a{
    height: 12.8vw;
    /* pointer-events:none; */
}
.foot_position_0>a>p{
    font-size: 3.2vw;
    color: #6d6d6d;
}
.foot_position_0 .mui-icon-plus{
    position: relative;
}
.foot_position_0 .mui-icon-plus>span{
    position: absolute;
    background: #fff;
}
.foot_position_0 .mui-icon-plus>span:nth-of-type(1){
    width: 7px;
    height: 4px;
    top: 42%;
    left: 53%;
}
.foot_position_0 .mui-icon-plus>span:nth-of-type(2){
    width: 4px;
    height: 7px;
    top: 53%;
    left: 42%;
}
.fanye_0{
    border-top: 4px solid rgb(220,220,220);
    padding: 5px 0;
    text-align: center;
}
.fanye_0 a, .fanye_0 .page-link{
    display: inline-block;
    padding: 0 10px;
    line-height: 30px;
    border: 1px solid rgb(220,220,220);
    font-size: 1.2rem;
}
.fanye_0>.pagination>li{
    /* float: left; */
    display: inline-block;
}
.fanye_0>div{
    display: inline-block;
}
.fanye_0>a:first-of-type>span{
    float: left;
    border-top: 5px solid rgba(0,0,0,0);
    border-right: 6px solid rgba(0,0,0,1);
    border-bottom: 5px solid rgba(0,0,0,0);
    margin: 10px 1px 0 0;
}
.fanye_0>a:last-of-type>span{
    float: right;
    border-top: 5px solid rgba(0,0,0,0);
    border-left: 6px solid rgba(0,0,0,1);
    border-bottom: 5px solid rgba(0,0,0,0);
    margin: 10px 0 0 1px;
}
.dangqianym_a{
    background: green;
    color: #fff;
    pointer-events:none;
}
.fanye_04{
    display: inline-block;
    height: 32px;
    /* padding: 0 5px; */
}
.inp_fytz{
    float: left;
    box-sizing: border-box;
    width: 60px;
    height: 32px;
    border: 1px solid green;
}
.btn_fytz{
    border: 0;
    padding: 0;
    margin: 0;
    line-height: 32px;
    width: 60px;
    font-size: 1.3rem;
    color: #fff;
    background: green;
}
.icon-xinxi {
    font-size: 3.733vw;
    margin-top: 1.333vw;
    color: rgb(100,100,100);
    font-family: Muiicons;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}



/* 占位图 */
.Occup_bitmap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: .16rem;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.6000);
    /* border: 1px solid red; */
    margin-top: 20%;
}

.Occup_bitmap>img {
    width: 2rem;
    height: 2rem;
}

.Occup_bitmap>.splits {
    font-size: .14rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6000);
    line-height: .22rem;
    margin-top: .04rem;
}

.Occup_bitmap>button {
    width: .88rem;
    height: .36rem;
    background: #009A44;
    border-radius: 18px;
    color: #FFFFFF;
    font-size: .14rem;
    border: none;
    margin-top: .12rem;
}


.newchat {
    position: absolute;
    top: .0rem;
    right: 0.24rem;
    width: .18rem;
    height: .18rem;
    background: #F34848;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: .12rem;
    line-height: .18rem;
}


@keyframes redPulse {
    from {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    to {
        opacity: 1.0;
    }
}

@-webkit-keyframes redPulse {
    from {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    to {
        opacity: 1.0;
    }
}
