.qinsu_list_div{
    padding-bottom: 40px;
    background-color: #FFFFFF;
    position: absolute;
    width: 100%;
    z-index: 98;
}
.qinsu_list{
    position: relative;
    text-align: center;
    background-color: #FFFFFF;
    margin-bottom: -30px;
}
.qinsu_list .topimg{
    width: 468px;
    height: 54px;
    margin: 0 auto;
    margin-top: 45px;
}
.qinsu_list .more_view{
    position: absolute;
    right: 140px;
    margin-top: 10px;
    color: #666666;
    display: none;
}
.qinsu_list .more{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
}
.qinsu_list .more img{
    width: 50px;
    height: 50px;
}
.qinsu_list ul{
    display: flex;
    justify-content: center;
    background-color: #FFFFFF;
    margin: 0;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    width: auto;
    flex-wrap: wrap;
}
.qinsu_list ul div.scroll{
    display: flex;
    width: calc(100% - 240px);
    overflow-x: scroll;
    padding: 40px 0;
}
.qinsu_list ul div.scroll div{
    display: flex;
    padding-right: 20px;
}
.qinsu_list ul li{
    /*width: 239.5px;*/
    /*height: 360px;*/
    width: 214.5px;
    height: 335px;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px 0px rgba(202, 202, 202, 0.54);
    border-radius: 20px;
    margin-left: 20px;
    text-align: center;
    position: relative;
}
.qinsu_list ul li .avatarurl{
    /*width: 100px;*/
    /*height: 100px;*/
    /*margin-top: 29px;*/
    width: 92px;
    height: 92px;
    margin-top: 27px;
    border-radius: 110px;
}
.qinsu_list ul li .online{
    /*left: 160px;*/
    /*width: 65px;*/
    /*height: 26px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 21px;
    left: 147px;
    width: 60px;
    height: 24.5px;
    background: #83BDF4;
    border-radius: 11px 11px 11px 0px;
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;
}
.qinsu_list ul li .online.state1{
    background: #83BDF4;
}
.qinsu_list ul li .online.state2{
    background: #e6e6e6;
    color: #b8b8b8;
}
.qinsu_list ul li .online.state3{
    background: #ff6c7b;
}
.qinsu_list ul li .name{
    /*font-size: 23px;*/
    /*margin-top: 17px;*/
    display: block;
    font-size: 22px;
    font-weight: 500;
    color: #333333;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qinsu_list ul li .name b{
    max-width: 5em;
    display: block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-weight: normal;
}
.qinsu_list ul li .sex{
    /*width: 23px;*/
    /*height: 23px;*/
    /*top: 114px;*/
    width: 21.5px;
    height: 21.5px;
    position: absolute;
    top: 105px;
    left: 59%;
}
.qinsu_list ul li .name img{
    /*width: 24px;*/
    /*height: 24px;*/
    width: 22.5px;
    height: 22.5px;
    margin-right: 8px;
}
.qinsu_list ul li .time{
    /*font-size: 17px;*/
    /*margin-top: 17px;*/
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #666666;
    margin-top: 16px;
    display: block;
}
.qinsu_list ul li .biaoq{
    display: flex;
    justify-content: center;
}
.qinsu_list ul li .biaoq font{
    /*width: 82px;*/
    /*height: 34px;*/
    /*font-size: 15px;*/
    /*margin: 17px 7.5px;*/
    display: inline-flex;
    width: 76.5px;
    height: 32px;
    background: #F5F5FA;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin: 16px 7px;
}
.qinsu_list ul li .go{
    display: flex;
    justify-content: center;
}
.qinsu_list ul li .go a{
    /*width: 152px;*/
    /*height: 46px;*/
    /*font-size: 23px;*/
    display: flex;
    width: 142px;
    height: 43px;
    background: #FF7979;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
}
.qinsu_list_yd{
    display: none;
    width: 100%;
    background-color: #FFFFFF;
}
.qinsu_list_yd .topimg2{
    width: 70%;
    height: auto;
    /*margin-top: 50px;*/
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: 4vw;
}
.qinsu_list_yd li{
    width: 92vw;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(192, 192, 192, 0.3);
    border-radius: 14px;
    height: 100px;
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    position: relative;
}
.qinsu_list_yd li .avatarurl{
    height: 60px;
    width: 60px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 110px;
}
.qinsu_list_yd li .sex{
    width: 20px;
    height: 20px;
    position: absolute;
    left: 54px;
    bottom: 20px;
}
.qinsu_list_yd li .info{
    height: 60%;
    margin-top: 0.6vw;
}
.qinsu_list_yd li .info p{
    margin-top: 0vw;
}
.qinsu_list_yd li .info P:first-child{
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    display: flex;
    align-items: center;
}
.qinsu_list_yd li .info P{
    display: flex;
    align-items: center;
    margin: 0;
}
.qinsu_list_yd li .info P:first-child b{
    max-width: 5em;
    display: inline-block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-weight: normal;
}
.qinsu_list_yd li .info P:first-child .online{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 20px;
    background: #83BDF4;
    border-radius: 11px 11px 11px 0px;
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 5px;
}
.qinsu_list_yd li .info P:first-child .online.state1{
    background: #83BDF4;
}
.qinsu_list_yd li .info P:first-child .online.state2{
    background: #e6e6e6;
    color: #b8b8b8;
}
.qinsu_list_yd li .info P:first-child .online.state3{
    background: #ff6c7b;
}
.qinsu_list_yd li .info P .star{
    background: url('http://www.jxrgw.com/skin/feng/img/star2.png') no-repeat top left #cccccc;
    line-height: 6px;
}
.qinsu_list_yd li .info P img{
    height: 10px;
    width: auto;
}
.qinsu_list_yd li .info P:last-child font{
    border-left: solid #E6E6E6 1px;
    display: flex;
    height: 14px;
    align-items: center;
    margin-left: 12px;
    padding: 0 12px;
    color: #F84A63;
}
.qinsu_list_yd li a{
    margin-left: auto;
    margin-right: 10px;
    background: #F84A63;
    border-radius: 10px;
    color: #FFFFFF;
    padding: 6px 10px;
    display: block;
}
.qinsu_list_yd .more{
    width: 100%;
    text-align: center;
    color: #666666;
    padding-bottom: 12px;
}
.qinsu_list_yd .more a{
    color: #666666;
    font-size: 16px;
}
/*.widget.widget_ui_posts{*/
/*    margin-top: 36px;*/
/*}*/
.mt560 {
    margin-top: 580px;
}
.mt63 {
    margin-top: 83px;
}
@media screen and (min-width: 1300px) {
    .qinsu_list ul div.scroll::-webkit-scrollbar {
        display: none;
    }
    .mt560 {
        margin-top: 560px;
    }
    .mt63 {
        margin-top: 63px;
    }
}
@media screen and (max-width: 720px) {
    .qinsu_list{
        display: none;
    }
    #banner_section{
        display: none;
    }
    .qinsu_list_yd{
        display: block;
    }
    .qinsu_list_div{
        padding-bottom: 40px;
        background-color: #FFFFFF;
    }
    .mt560 {
        margin-top: 20px;
    }
    .mt63 {
        margin-top: 20px;
    }
}


/*易倾诉广告弹窗 20220929*/
.popup-ads{width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); position: fixed; left: 0; top: 0; z-index: 100001; display: none; /*display: flex;*/ align-items: center; justify-content: center;}
.popup-ads .popup-ads-greuy{ text-align: center;}
.popup-ads-centent{/*width: 7.346rem;*/ width: 8.346rem; max-width: 551px; background: #FFFFFF; border-radius: 10px; padding-bottom: 0.6133rem;}
.popup-ads-centent ul{ list-style: none; margin: 0;}
.popup-ads-centent ul .title{ width: 100%; text-align: center; background: #FE6280; height: 1.106rem; font-size: 0.4266rem; font-weight: 500; color: #FFFFFF; display: flex; align-items: center; justify-content: center; border-top-right-radius: 10px; border-top-left-radius: 10px; padding: 0;}
.popup-ads-centent ul .item{ display: block; padding-left: 0.3733rem; padding-top: 0.6133rem; position: relative; margin-bottom: 0.08rem; cursor: pointer;}
.popup-ads-centent ul .item .touxiang{ position: relative; width: 1.1733rem; height: 1.1733rem; display: block;}
.popup-ads-centent ul .item .touxiang .img{ width: 1.1733rem; height: 1.1733rem;}
.popup-ads-centent ul .item .touxiang .icon{ width: 0.24rem; height: 0.24rem; position: absolute; right: 0; top: 0;}
.popup-ads-centent ul .item .name{ font-size: 0.3466rem; position: absolute; left: 1.8533rem; display: flex; align-items: center; top: 0.49rem; font-weight: 600; color: #333333;}
.popup-ads-centent ul .item .name p{ font-size: 0.2133rem; color: #FE345B; margin-left: 0.1866rem;}
.popup-ads-centent ul .item .info{font-size: 0.26667rem; font-weight: 500; color: #B3B3B3; line-height: 0.64rem; position: absolute; left: 1.8533rem; top: 0.95rem;}
.popup-ads-centent ul .item .renzheng{ display: flex; width: 1.2533rem; height: 0.32rem; background: #F5F5F5; border-radius: 10px; align-items: center; justify-content: center; font-size: 0.16rem; font-weight: 500; color: #808080; position: absolute; left: 1.8533rem; top: 1.5733rem;}
.popup-ads-centent ul .item .renzheng img{ width: 0.2133rem; height: 0.2133rem; margin-right: 0.0933rem;}
.popup-ads-centent ul .item .text{display: flex; padding: 0 0.2rem; height: 0.32rem; background: #F5F5F5; border-radius: 100px; align-items: center; justify-content: center; font-size: 0.16rem; font-weight: 500; color: #808080; position: absolute; left: 3.1866rem; top: 1.5733rem;}
.popup-ads-centent ul .item .goyqs{ display: block; width: 0.9333rem; height: 0.9333rem; position: absolute; right: 0.48rem; top: 0.7466rem;}
.popup-ads-centent ul .item .goyqs{ width: 0.9333rem; height: 0.9333rem;}
.popup-ads-close{ width: 0.7066rem; height: 0.7066rem; margin: 0.52rem auto;}

