.loading {
    width: 100%;
    height: 30px;
    display: none;
    text-align: center;
    line-height: 30px;
}

.loading span {
    color: grey;
}

.liveLanmu {
    width: 100%;
    position: fixed;
    overflow: auto;
    box-sizing: border-box;
    display: flex;
    z-index: 9999;
}

/* .livePage {
    padding-top: 100px;
} */
/* .live-item .img {
    padding: 0 !important;
} */

.live-item .img {
    height: 0px;
    width: 100%;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

.live-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.livePage .anchor-list::-webkit-scrollbar {
    display: none;
}
.live-item > p {
    height: 38px;
}
body {
    padding-top: 60px !important;
}
.liveLanmu {
    padding-top: 0 !important;
}

/* 直播 */
.c_pt {
    padding-top: 3.75rem;
    padding-bottom: 3.125rem;
}
.c_pt2 {
    padding-top: 7.5rem;
    padding-bottom: 3.125rem;
}
.livePage, .reviewPage, .livePage2 {
    height: auto;
    width: 100%;
    background-color: #F8F8F8;
    overflow: auto;
    box-sizing: border-box;
    padding-top: 3.75rem;
    padding-bottom: 4.375rem;
}
.liveLanmu .menu {
    height: 8.5rem;
    width: 100%;
    box-sizing: border-box;
    padding: 2.1875rem 3.25rem;
    background: #FF4C67;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}
.liveLanmu .menu a {
    min-width: 3rem;
    padding-top: 3.125rem;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255,255,255,1);
}
.liveLanmu .menu a:nth-child(1) {
    background: url(../images/icon_review.png) no-repeat top center;
    background-size: 3rem 3rem;
}
.liveLanmu .menu a:nth-child(2) {
    background: url(../images/icon_anchor.png) no-repeat top center;
    background-size: 3rem 3rem;
}
.liveLanmu .menu a:nth-child(3) {
    background: url(../images/icon_focus.png) no-repeat top center;
    background-size: 3rem 3rem;
}
.livePage .floor {
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
}
.livePage .floor .title {
    font-size: 20px;
    font-weight: 500;
    color: rgba(51,51,51,1);
    width: 100%;
    box-sizing: border-box;
    padding-left: 3.25rem;
    padding-right: 1.25rem;
}
.livePage .recommend {
    background: url(../images/icon_fire.png) no-repeat 20px center;
    background-size: 1.25rem 1.25rem;
}
.livePage .living {
    background: url(../images/icon_live.png) no-repeat 20px center;
    background-size: 1.25rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2.25rem;
}
.livePage .living > span {
    font-size: 20px;
    font-weight: 500;
    color: rgba(51,51,51,1);
}
.livePage .living > a {
    font-size: 12px;
    font-weight: 400;
    color: rgba(34,34,34,1);
    padding-right: 1.0625rem;
    background: url(../images/icon_next.png) no-repeat center right;
    background-size: 6px 9px;
}
.livePage .consult {
    background: url(../images/icon_consult.png) no-repeat 20px center;
    background-size: 20px 20px;
    /* margin-top: 1.5rem; */
}
.livePage .result_s {
    background: url(../images/icon_good_old.png) no-repeat 20px center;
    background-size:20px 20px;
    /* margin-top: 1.5rem; */
}result_s
 .livePage .anchor-list::-webkit-scrollbar{display: none;}
.livePage .anchor-list {
    padding: 0 20px;
    margin-top: 15px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    display: flex;
}
.livePage .anchor-list .item {
    min-width: 6.25rem;
    height: 8.25rem;
    border-radius: .375rem;
    background-color: #fff;
    margin: 0 5px;
    box-sizing: border-box;
}
.livePage .anchor-list .item a {
    width: 100%;
    height: 100%;
    border-radius: .375rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 1rem;
    box-sizing: border-box;
}
.livePage .anchor-list .avatar {
    position: relative;
    width: 3rem;
    height: 3rem;
}
.livePage .anchor-list .avatar img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255,76,103,1);
}
.livePage .anchor-list .avatar i {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1rem;
    height: 1rem;
    background: url(../images/icon_man.png) no-repeat center center;
    background-size: 100% 100%;
}
.livePage .anchor-list .item span {
    font-size: 14px;
    font-weight: 500;
    color: rgba(34,34,34,1);
    margin-top: .5rem;
}
.livePage .anchor-list .item p {
    font-size: 12px;
    font-weight: 400;
    color: rgba(100,100,100,1);
    margin-top: .25rem;
}
.liveList  {
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px 10px;
}
.live-item {
    width: 100%;
    /* height: 15.75rem; */
    /* height: auto; */
    /* padding-bottom: 12px; */
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    /* margin: 0 2%; */
    /* display: block; */
    /* margin-bottom: .75rem; */
    position: relative;
    box-shadow: 0px 2px 5px 0px #ccc;
}

.live-item .inf{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.live-item .title{
    line-height: 1.5;
    height: 45px;
    font-size: 15px;
}
/* .live-item > p {
    font-size: 14px;
    font-weight: 500;
    color: rgba(34,34,34,1);
    padding: 0 .5rem;
    margin-top: .5rem;
    margin-bottom: .375rem;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
} */
/* .live-item > div {
    padding: 0 .5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
} */
/* .live-item > div > div {
    display: flex;
    align-items: center;
} */
.live-item .icon_person {
    font-size: 12px;
    font-weight: 400;
    color: rgba(34,34,34,1);
    padding-left: .9375rem;
    background: url(../images/icon_person.png) no-repeat center left;
    background-size: .75rem .75rem;
}
.live-item .icon_play_num {
    font-size: 12px;
    font-weight: 400;
    color: rgba(34,34,34,1);
    padding-left: .9375rem;
    background: url(../images/icon_play_num.png) no-repeat center left;
    background-size: .75rem .75rem;
}
.live-item .username {
    width: 60px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(34,34,34,1);
    margin-left: .25rem;
}
.live-item .avatar {
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
}
.live-item .avatar img {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
}
/*.live-item .avatar i {*/
/*position: absolute;*/
/*right: 0;*/
/*bottom: 0;*/
/*width: .625rem;*/
/*height: .625rem;*/
/*background: url(../images/icon_man.png) no-repeat center center;*/
/*background-size: 100% 100%;*/
/*}*/
.live-status {
    position: absolute;
    top: .75rem;
    right: .75rem;
    width: 3.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    background: #FF4C67;
    border-radius: .125rem;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255,255,255,1);
}
.consult-status {
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    background: #00C5AA;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255,255,255);
    padding: 5px 7px;
}
.no-live {
    width: 100%;
    font-size: 14px;
    padding-top: 8.6875rem;
    font-weight: 400;
    color: rgba(167,167,167,1);
    background: url(../images//nobody.png) no-repeat center center;
    background-size: 13.25rem 8.6875rem;
    text-align: center;
}


/* 鍥為【 */
.reviewPage {
    padding: 4.75rem 3.5% 3.125rem 3.5%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    overflow: scroll;
}

/* 鍏ㄩ儴涓绘挱 */
.living-list {
    padding: 8.8125rem 1.25rem 3.125rem 1.25rem;
}
.living-list-item{
    width: 100%;
    height: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 1rem 1.25rem;
    background-color: #fff;
    border-radius: .375rem;
    margin-bottom: .75rem;
    box-shadow: 0 0 5px 2px #eee;
}
.living-list-item > div {
    display: flex; align-items: center;
}
.living-list-item .avatar {
    width: 3rem;
    height: 3rem;
    position: relative;
}
.living-list-item .icon-living {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1rem;
    height: 1rem;
    background: url(../images/living.png) no-repeat center center;
    background-size: 100% 100%;
}
.living-list-item .icon-no-living {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1rem;
    height: 1rem;
    background: url(../images/icon_no_living.png) no-repeat center center;
    background-size: 100% 100%;
}
.living-list-item .userInfo {
    margin-left: .5rem;
}
.living-list-item .userInfo > p:nth-child(1) {
    font-size: 16px;
    font-weight: 400;
    color: rgba(34,34,34,1);
}
.living-list-item .userInfo > p:nth-child(2) {
    font-size: 12px;
    font-weight: 400;
    color: rgba(167,167,167,1);
    margin-top: .25rem;
}
.living-list-item > a {
    width: 4.3125rem;
    height: 2rem;
    border-radius: 7.8125rem;
    line-height: 2rem;
    padding-left: 1.75rem;
    box-sizing: border-box;
    background-color: #FFEDEF;
    background-image: url(../images/live_focus.png);
    background-position: .75rem center;
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,76,103,1);
}
.nobody-living {
    margin-top: 6.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.nobody-living p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(100,100,100,1);
    margin-top: 1.25rem;
}


.control {
    position: absolute;
    left: 0;
    bottom: 1.25rem;
    width: 100%;
    height: 1.875rem;
    z-index: 99999999;
    display: flex;
    align-items: center;
    padding: 0 1.25rem;
    box-sizing: border-box;
}
.control .left {
    height: 100%;
    width: 4.375rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.control .v-play {
    width: 1.25rem;
    height: 1.25rem;
    background: url(../images/icon_play.png) no-repeat center center;
    background-size: 100% 100%;
}
.control .v-stop {
    width: 1.25rem;
    height: 1.25rem;
    background: url(../images/icon_stop.png) no-repeat center center;
    background-size: 100% 100%;
}
.control .left > span {
    font-size: 10px;
    font-weight: 400;
    color: rgba(255,255,255,1);
    margin-right: .625rem;
}
.control .right {
    height: 100%;
    line-height: 1.875rem;
    width: 2.5rem;
    font-size: 10px;
    font-weight: 400;
    color: rgba(255,255,255,1);
    box-sizing: border-box;
    padding-left: .625rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.control .right i {
    width: 20px;
    height: 20px;
    background: url(../images/icon_full_n.png) no-repeat center center;
    background-size: 100% 100%;
}
.control .center {
    height: 2px;
    background: #808487;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    position: relative;
}
.control .center2 {
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    text-align: left;
}
.control .circle {
    width: .875rem;
    height: .875rem;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 0%;
    top: -0.375rem;
    margin-left: -0.4375rem;
}
.control .progress {
    width: 0%;
    height: 100%;
    background-color: #fff;
}

/* 鐩存挱淇℃伅 */
#liveInfo {
    position: absolute;
    left: 0;
    top: 1.25rem;
    width: 100%;
    z-index: 99999999;
    padding: 0 1.25rem;
    box-sizing: border-box;
}
#liveInfo .close {
    width: 1.5rem;
    height: 1.5rem;
    background: url(../images/icon_close2.png) no-repeat center center;
    background-size: 100% 100%;
}
#liveInfo .author {
    width: 10.125rem;
    height: 2.25rem;
    background:rgba(0, 0, 0, .5);
    border-radius: 7.8125rem;
    padding: 0 .5rem 0 .125rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#liveInfo .avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(238, 238, 238, .4);
    position: relative;
}
#liveInfo .avatar > img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
#liveInfo .avatar > i {
    position: absolute;
    bottom: 0;
    right: 0;
    width: .8125rem;
    height: .8125rem;
    background: url(../images/icon_vip.png) no-repeat center center;
    background-size: 100% 100%;
}
#liveInfo .author > p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,1);
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    margin: 0 .5rem;
}
#liveInfo .author > i {
    width: 20px;
    height: 20px;
    background: url(../images/author_focus.png) no-repeat center center;
    background-size: 100% 100%;
}
#liveInfo .data {
    margin-top: .5rem;
}
#liveInfo .data span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,1);
    box-sizing: border-box;
    padding-left: 1.25rem;
}
#liveInfo .data span:nth-child(1) {
    background: url(../images/data_person.png) no-repeat center left;
    background-size: 1rem 1rem;
}
#liveInfo .data span:nth-child(2) {
    background: url(../images/data_hert.png) no-repeat center left;
    background-size: 1rem 1rem;
    margin-left: .75rem;
}
.share {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    bottom: 4.875rem;
    right: 1.75rem;
    background: url(../images/icon_share.png) no-repeat center center;
    background-size: 100% 100%;
    z-index: 99999999;
}

.barrage {
    position: absolute;
    left: 0;
    bottom: 1.25rem;
    width: 100%;
    height: 2.5rem;
    z-index: 99999999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.25rem;
    box-sizing: border-box;
}
.barrage > span {
    font-size: 14px;
    font-weight: 400;
    color: #CCCCCC;
    width: 10.4375rem;
    height: 2.5rem;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 7.8125rem;
    line-height: 2.5rem;
    padding-left: .75rem;
    box-sizing: border-box;
}
.barrage > img {
    width: 2.5rem;
    height: 2.5rem;
}


.livePage2 {
    background-color: #fff;
}
.channel::-webkit-scrollbar{
    display: none;
}
.channel {
    padding: 0 .75rem;
    display: flex;
    align-items: center;
    padding: 0 1.25rem;
    width: 100%;
    height: 8.5rem;
    background-color: #F8F8F8;
    box-sizing: border-box;
}
.channel > a {
    display: block;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 3rem;
}
.channel > a > img {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    overflow: hidden;
}
.channel > a > span {
    font-size: 12px;
    font-weight: 400;
    color: #222222;
    margin-top: .625rem
}
.live-box {
    width: 100%;
    padding: 0 1.25rem;
    box-sizing: border-box;
}
.live-review {
    width: 100%;
    padding: 1.25rem 0;
    box-sizing: border-box;
    border-bottom: 1px solid #EEEEEE;
}
.live-review > p {
    font-size: 18px;
    font-weight: 500;
    color: #222;
}
.live-review .cover {
    width: 100%;
    height: 11.75rem;
    border-radius: .375rem;
    position: relative;
    overflow: hidden;
    margin: .5rem 0 .75rem 0;
    display: block;
}
.live-review .cover {
    height: 0px;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
}


.live-review .join {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.live-review .join span:nth-child(1) {
    width: 1.875rem;
    height: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    border-radius: .125rem;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    background-color: #969FAD;
    transform: scale(0.8);
}
.live-review .join span:nth-child(2) {
    font-size: 12px;
    font-weight: 400;
    color: #222;
}
.live-review .l_st {
    position: absolute;
    top: .75rem;
    right: .75rem;
    width: 4.125rem;
    height: 1.25rem;
    line-height: 1.25rem;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    box-sizing: border-box;
    padding-left: 1.375rem;
    border-radius: .125rem;
    background: url(../images/icon_live_s.png) no-repeat 3px center;
    background-size: .75rem .75rem;
    background-color: #FF4C67;
}
.live-review .l_b {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3.5rem;
    height: 3.5rem;
    background: url(../images/icon_live_b.png) no-repeat center center;
    background-size: 100% 100%;
}
.live-review .r_st {
    position: absolute;
    top: .75rem;
    right: .75rem;
    width: 2.5rem;
    height: 1.25rem;
    line-height: 1.25rem;
    background-color: #00C5AA;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    box-sizing: border-box;
    border-radius: .125rem;
    text-align: center;
}
.live-review .r_b {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3.5rem;
    height: 3.5rem;
    background: url(../images/play.png) no-repeat center center;
    background-size: 100% 100%;
}
/*.live_box {*/
/*    width: 100%;*/
/*    height: 0px;*/
/*    padding-bottom: 56.25%;*/
/*    overflow: hidden;*/
/*    position: relative;*/
/*    padding-top: 3.75rem;*/
/*}*/

.live_box {
    width: 100%;
    height: 13.1875rem;
    position: relative;
   ' padding-top: 3.75rem;
}
.live_box .vcp-controls-panel {
    background: transparent;
}
.live_box .t_control {
    position: absolute;
    width: 100%;
    height: 1.875rem;
    bottom: .9375rem;
    left: 0;
    background: rgba(0, 0, 0, .7);
}
.live_box .isFull {
    background: url(../images/icon_full_n.png) no-repeat center right;
    background-size: 20px 20px;
}
.tab_t .join span:nth-child(2) {
    color: #A7A7A7;
}
.tabMenu2::-webkit-scrollbar, .tabMenu3 > ul::-webkit-scrollbar {
    display: none;
}
.tabMenu2 {
    width: 100%;
    height: 3.75rem;
    padding: 0 1.25rem;
    box-sizing: border-box;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    display: flex;
    background-color: #fff;
}
.tabMenu2 li {
    min-width: 64px;
    font-size: 16px;
    font-weight: 400;
    color: #222;
    height: 60px;
    line-height: 60px;
    margin-right: 24px;
    position: relative;
    transition: all .3s;
}
.tabMenu2 li.active {
    font-size:24px;
    font-weight:600;
    color: #222;
    min-width: 100px;
}
.tabMenu2 li span.active {
    position: absolute;
    width: 1.25rem;
    height: .25rem;
    border-radius: .625rem;
    background-color: #FF4C67;
    bottom: .625rem;
    left: 50%;
    margin-left: -0.625rem;
}
.d_info {
    box-sizing: border-box;
    padding: 0 1.25rem;
}
.d_info > p {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    font-weight: 400;
    margin: .75rem 0;
}
.d_info > div {
    position: relative;
    border-left: 2px solid #ccc;
}
.d_info > div > p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(167,167,167,1);
    box-sizing: border-box;
    padding-left: 1.25rem;
}
.d_info > div > span {
    position: absolute;
    top: 0;
    left: -2px;
    width: 2px;
    height: 1.5rem;
    background-color: #FF4C67;
}
.t_conn {
    padding-bottom: 80px;
}
.t_conn .t_title {
    width: 100%;
    height: 3.75rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 1.25rem;
    position: relative;
}
.t_conn .t_title > P {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    box-sizing: border-box;
    padding: 0 .5rem;
    height: 1.75rem;
    line-height: 1.75rem;
}
.t_conn .t_title > span {
    position: absolute;
    width: 3px;
    height: 1.25rem;
    left: 20px;
    background-color: #FF4C67;
}
.t_v_box {
    box-sizing: border-box;
    padding: 0 1.25rem;
    display: flex;
    flex-wrap: wrap;
}
.t_v_box > div {
    /*width: 48%;*/
    /*height: 9.375rem;*/
    /*position: relative;*/
    /*border-radius: .375rem;*/
    /*overflow: hidden;*/
    /*box-shadow: 0px 2px 5px 0px #ccc;*/
    /*margin-top: 12px;*/
    width: 48%;
    height: 0px;
    padding-bottom: 27%;
    position: relative;
    border-radius: 0.375rem;
    overflow: hidden;
    box-shadow: 0px 2px 5px 0px #ccc;
    margin-top: 12px;
}



.t_v_box > div:nth-child(2n) {
    margin-left: 4%;
}
.t_v_box > div > img {
    /*width: 100%;*/
    /*height: 90px;*/
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
}
.t_v_box > div > p {
    height: 42px;
    width: 100%;
    box-sizing: border-box;
    margin: .5rem 0 ;
    padding: 0 8px;
    font-size:14px;
    font-weight:500;
    color:rgba(34,34,34,1);
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.j-tabMenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 7.5rem;
    width: 100%;
    box-sizing: border-box;
    padding: 60px 20px 0 20px;
}
.j-tabMenu li {
    font-size: 16px;
    font-weight: 400;
    color: #222;
    height: 60px;
    line-height: 60px;
    position: relative;
    transition: all .3s;
}
.j-tabMenu li.active {
    font-size:24px;
    font-weight:600;
    color: #222;
}
.j-tabMenu li span.active {
    position: absolute;
    width: 1.25rem;
    height: .25rem;
    border-radius: .625rem;
    background-color: #FF4C67;
    bottom: .625rem;
    left: 50%;
    margin-left: -0.625rem;
}
.today {
    height: 2.5rem;
    line-height: 2.5rem;
    width: 100%;
    background-color: #EAF3FF;
    box-sizing: border-box;
    padding: 0 1.25rem;
    font-size: 14px;
    font-weight: 400;
    color: rgba(34,34,34,1);
}
.program-list {
    display: none;
}
.p-item {
    width: 100%;
    height: 4.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 1.25rem;
    border-bottom: 1px solid #EEEEEE;
}
.p-item > div {
    display: flex;
    align-items: center;
}
.p-item > div > span:nth-child(1) {
    font-size: 16px;
    font-weight: 400;
    color: rgba(34,34,34,1);
}
.p-item > div > span:nth-child(2) {
    font-size: 16px;
    font-weight: 500;
    color: rgba(34,34,34,1);
    margin-left: 1.25rem;
}
.p-item > p {
    width: 5.25rem;
    box-sizing: border-box;
    padding-right: 1.75rem;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,76,103,1);
    background: url(../images/pro_play.png) no-repeat center right;
    background-size: 1.25rem 1.25rem;
    display: none;
}
.p-item > span {
    width: 5.25rem;
    box-sizing: border-box;
    padding-right: 1.75rem;
    font-size: 14px;
    font-weight: 400;
    color: rgba(167,167,167,1);
    background: url(../images/pro_play_b.png) no-repeat center right;
    background-size: 1.25rem 1.25rem;
}
.p-item.active {
    background-color: #F8F8F8;
}
.p-item > div > span.active {
    color: #FF4C67;
}
.p-item .playing.active {
    background-image: url(../images/pro_play.png);
    color: #FF4C67;
}
.p-item .playing.active2 {
    background-image: url(../images/pro_stop.png);
    color: #FF4C67;
}
.mw-768{
    max-width: 768px;
    margin: 0 auto;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3.75rem;
    background-color: #fff;
    z-index: 1000000000;
    max-width: 768px;
    right: 0;
    margin: 0 auto;
}

.f_audio {
    width: 100%;
    height: 13.9375rem;
    padding-top: 20px;
    box-sizing: border-box;
    background: url(../images/fm_bg.png) no-repeat bottom center;
    background-size: 100% 13.9375rem;
}
.f_a_title {
    font-size: 18px;
    font-weight: 500;
    color: rgba(255,255,255,1);
    text-align: center;
    margin-top: .5rem;
}
.time_d {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255,255,255,1);
    text-align: center;
    margin-top: .25rem;
}
.f_audio > div {
    box-sizing: border-box;
    padding: 0 1.25rem;
    display: flex;
    align-items: center;
    margin-top: .9375rem;
}
.f_audio > div > span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,1);
    margin-left: .75rem;
}
.f_audio > div > i {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
}
.f_audio > div > i.active1 {
    background: url(../images/icon_play.png) no-repeat center center;
    background-size: 100%;
}
.f_audio > div > i.active2 {
    background: url(../images/icon_stop.png) no-repeat center center;
    background-size: 100%;
}
.tabMenu3 {
    height: 60px;
    overflow-x: auto;
    overflow-y:hidden ;
    position: relative;
}
.tabMenu3 ul {
    height: 60px;
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    padding: 0 .5rem;
}
.state li {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #222;
    height: 60px;
    line-height: 60px;
    margin: 0 12px;
    position: relative;
    transition: all .3s;
}
.tabMenu3 li.active {
    font-size:24px;
    font-weight:600;
    color: #222;
}
.tabMenu3 li span.active {
    position: absolute;
    width: 1.25rem;
    height: .25rem;
    border-radius: .625rem;
    background-color: #FF4C67;
    bottom: .625rem;
    left: 50%;
    margin-left: -0.625rem;
}
.e_title {
    height: 3.75rem;
    position: relative;
    background-color: #fff;
    line-height: 3.75rem;
    box-sizing: border-box;
    padding-left: 31px;
    font-size: 20px;
    font-weight: 500;
    color: rgba(51,51,51,1);
}
.e_title span {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -10px;
    width:3px;
    height:20px;
    background:rgba(255,76,103,1);
    border-radius: 5px;
}
.e_box > div {
    box-sizing: border-box;
    padding: 1.25rem 1.25rem 5rem 1.25rem;
    width: 100%;
    height: auto;
}
.e_box .comment {
    width: 100%;
    border-left: 2px solid #EEEEEE;
}
.c_item {
    box-sizing: border-box;
    margin-bottom: 20px;
}
.c_item > p {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255,76,103,1);
    box-sizing: border-box;
    padding-left: .8125rem;
    position: relative;
}
.c_item > p > i {
    position: absolute;
    left: -0.4375rem;
    top: 50%;
    margin-top: -0.375rem;
    width: .75rem;
    height: .75rem;
    background: url(../images/dot-circle.png) no-repeat center center;
    background-size: 100% 100%;
}
.ct {
    background-color: #fff;
    padding: 1.25rem;
    margin-top: 12px;
}
.ct > p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(34,34,34,1);
    margin-top: .5rem
}
.ct .info {
    display: flex;
    align-items: center;
}
.ct .info > img {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
}
.ct .info > p {
    font-size: 14px;
    font-weight: 500;
    color: rgba(34,34,34,1);
    margin-left: .5rem;
}
.ct .info > i {
    width: 1rem;
    height: 1rem;
    background: url(../images/icon_vip2.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 0 .25rem;
}
.ct .info > span {
    width: 1.875rem;
    height: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    transform: scale(0.8);
    font-size: 12px;
    font-weight: 400;
    color: rgba(255,76,103,1);
    background-color: #FFEDEF;
    border-radius: 2px;
}
/* 鍥剧墖鏌ョ湅 */
.thumb {
    margin:1em 0;
    display: flex;
    flex-wrap: wrap;
}
.thumb img {
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 2px;
}
.thumb .imgStyle {
    width: 100%;
    height: 10.3125rem;
    display: block;
}
.thumb .imgStyle2{
    width: 32.9%;
    height: 6.0625rem;
    display: block;
    margin-right: 0.6%;
}
.thumb img:nth-child(3n) {
    margin-right: 0;
}
#origin-img{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
}
#origin-img .swiper-slide img{
    width:100%;
    vertical-align:middle;
}
.swiper-pagination{
    color:#fff;
    bottom: 18px;
    left: 20px;
}
.swiper-pagination-current {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255,76,103,1);
    line-height: 25px;
}
.swiper-pagination-total, .countLine {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255,255,255,1);
    line-height: 17px;
}
.downImg{
    width: 24px;
    height: 24px;
    position:absolute;
    bottom: 18px;
    right: 20px;
    z-index:5;
    background: url(../images/icon_down.png) no-repeat center center;
    background-size: 100% 100%;
}
#p_video {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.videoImgPlay {
    width: 56px;
    height: 56px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/play.png) no-repeat center center;
    background-size: 100% 100%;
    z-index: 1000;
}


/* 鍙戠幇 */
.livePage .floor {
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.livePage .floor .title {
    font-size: 20px;
    font-weight: 500;
    color: rgba(51,51,51,1);
    width: 100%;
    box-sizing: border-box;
    padding-left: 3.25rem;
    padding-right: 1.25rem;
}
.livePage .anchor-list2::-webkit-scrollbar{
    display: none;
}
.livePage .anchor-list2 {
    overflow-x: auto;
    display: flex;
    padding: 0 1.25rem;
    -webkit-overflow-scrolling: touch;
}
.livePage .anchor-list2 li {
    display: inline-block;
    border-radius: .375rem;
    background-color: #ccc;
    margin-right: .5rem;
    box-shadow: 0px 2px 5px 0px #ccc;
    margin-bottom: .3125rem;
}
.livePage .anchor-list2 .item {
    display: block;
    width: 7.5rem;
    height: 5rem;
    padding: .625rem;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    border-radius: .375rem;
}
.livePage .anchor-list2 .item p {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    box-sizing: border-box;
    padding-left: 1.25rem;
    background: url(../images/icon_msg.png) no-repeat left 1px;
    background-size: 1.0625rem 1.0625rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.livePage .anchor-list2 .item span {
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: .375rem;
}
.topic {
    width: 5rem;
    position: relative;
    background:linear-gradient(135deg,rgba(255,123,154,1) 0%,rgba(255,21,68,1) 100%);
}
.topic::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/icon_msg.png) no-repeat -9px -9px;
    background-size: 50px 50px;
    opacity: 0.5;
}
.topic a {
    width: 5rem !important;
}
.topic p {
    background: transparent !important;
    padding: 0 !important;
    text-align: center;
    margin-top: .4375rem;
}
.topic i {
    display: block;
    width: 100%;
    height: 1.25rem;
    margin-top: .4375rem;
    background: url(../images/icon_across.png) no-repeat center center;
    background-size: 1.0625rem 1.0625rem;
}
.livePage .living2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2.25rem;
}
.livePage .living2 > span {
    font-size: 20px;
    font-weight: 500;
    color: rgba(51,51,51,1);
}
.livePage .living2 > a {
    font-size: 12px;
    font-weight: 400;
    color: rgba(34,34,34,1);
    padding-right: 1.25rem;
    background: url(../images/icon_black_next.png) no-repeat center right;
    background-size: .875rem  .875rem;
}
.s_item {
    height: 16.25rem;
    width: 9.375rem !important;
    background-color: #fff;
    display: block;
    box-sizing: border-box;
    border-radius: .375rem;
    overflow: hidden;
}
.s_item > div {
    width: 100%;
    height: 12.5rem;
    position: relative;
    background-color: #222222;
    display: flex;
    align-items: center;
}
.s_item > div > img {
    width: 100%;
    max-height: 12.5rem;
}
.s_user {
    position: absolute;
    height: 2.25rem;
    bottom: .375rem;
    left: .75rem;
    display: flex;
    align-items: center;
}
.s_user div {
    position: relative;
}
.s_user div i {
    position: absolute;
    width: .625rem;
    height: .625rem;
    right: 0;
    bottom: 0;
    background: url(../images/icon-man.png) no-repeat center center;
    background-size: 100% 100%;
}
.s_user img {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    overflow: hidden;
    border:1px solid rgba(238,238,238,1) !important;
}
.s_user span {
    font-size:12px;
    font-weight:400;
    color: #fff;
    margin-left:4px;
}
.s_item > span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: rgba(34,34,34,1);
    display: -webkit-box;
    margin: .5rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.pic-box {
    margin-top: 1.75rem;
    padding: 0 3%;
}
.pic-box::after {
    content: "";
    clear: both;
    display: block;
}
.pic-item {
    width: 100%;
    border-radius: .375rem;
    overflow: hidden;
    box-shadow: 0px 2px 5px 0px #ccc;
    float: left;
    margin-bottom: .75rem;
}
.pic-item > div {
    position: relative;
    width: 100%;
    max-height: 16.875rem;
    overflow: hidden;
    border-radius: .375rem;
}
.pic-item > div > img {
    width: 100%;
    height: auto;
}
.pic-item .intro {
    box-sizing: border-box;
    padding: .5rem;

}
.pic-item .intro p {
    font-size:14px;
    font-weight:500;
    color:rgba(34,34,34,1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.dianzan {
    display: flex;
    align-items: center;
    margin-top: .75rem;
}
.dianzan span {
    padding-left: 1.375rem;
    font-size:12px;
    font-weight:400;
    color:rgba(34,34,34,1);
}
.dianzan span:nth-child(1) {
    background: url(../images/line@2x.png) no-repeat center left;
    background-size: 1.25rem 1.25rem;
}
.dianzan span:nth-child(2) {
    background: url(../images/toolbar.png) no-repeat center left;
    background-size: 1.25rem 1.25rem;
    margin-left: 1.375rem;
}
.photoBtn {
    position: fixed;
    bottom: 4.875rem;
    right: 20px;
    width: 3.75rem;
    height: 3.75rem;
    background: url(../images/ball@2x.png) no-repeat center center;
    background-size: 100% 100%;
}

.topicBox {
    box-sizing: border-box;
    padding: 4.75rem 1.25rem 1rem 1.25rem;
}
.topicItem {
    display: block;
    width: 100%;
    height: 11.75rem;
    border-radius: .375rem;
    overflow: hidden;
    position: relative;
    margin-bottom: .75rem;
}
.topicItem img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.topicItem span:nth-of-type(1) {
    position: absolute;
    left: 1rem;
    bottom: 30px;
    font-size:16px;
    font-weight:500;
    color: #fff;
}
.topicItem span:nth-of-type(2) {
    position: absolute;
    left: 1rem;
    bottom: .75rem;
    color: #fff;
    font-size:12px;
    font-weight:400;
}
.topic-d {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: scroll;
    padding-bottom: 2.5rem;
}
.bg_topic {
    position: absolute;
    width: 100%;
    height: 18.75rem;
}
.bg_topic::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background:linear-gradient(360deg,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 16%,rgba(255,255,255,0) 100%);
}
.bg_topic > img {
    width: 100%;
    height: 100%;
}
.topic-d > .intro {
    position: absolute;
    top: 7.5rem;
    left: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0 1.25rem;
}
.intro-text {
    width: 100%;
    height: auto;
    background-color: #fff;
    box-sizing: border-box;
    padding: 1rem 1.25rem 1.25rem 1.25rem;
    border-radius: .25rem;
    box-shadow: 0px 3px 10px 0px #ccc;
    position: relative;
}
.intro-text > span {
    display: inline-block;
    font-size:22px;
    font-weight:500;
    color:rgba(34,34,34,1);
}
.intro-text > p {
    font-size:14px;
    font-weight:400;
    color:rgba(34,34,34,1);
    margin-top: .4375rem;
    line-height:22px;
}
.toggleShow {
    position: absolute;
    right: .25rem;
    bottom: .25rem;
    padding-right: 1.125rem;
    background: url(../images/icon_show.png) no-repeat center right;
    background-size: 14px 14px;
    font-size:14px;
    font-weight:400;
    color:rgba(46,140,255,1);
}
.intro .content {
    box-sizing: border-box;
    margin-top: 1.5rem;
}
.tab {
    height: 3.75rem;
    width: 100%;
    box-sizing: border-box;
}
.tab::after {
    content: "";
    display: block;
    clear: both;
}
.tab li {
    float: left;
    margin-right: 1.5rem;
    font-size:16px;
    font-weight:400;
    color:rgba(34,34,34,1);
    position: relative;
    height: 100%;
    line-height: 3.75rem;
    transition: all .3s;
}
.tab li.active {
    font-size:24px;
    font-weight:600;
}
.tab li:last-child {
    float: right;
    font-size: 12px;
    font-weight: 400;
    color: #646464;
    margin: 0;
}
.tab .line {
    position: absolute;
    bottom: 8px;
    left: 50%;
    margin-left: -0.625rem;
    width: 1.25rem;
    height: .25rem;
    background-color: #FF4C67;
    box-shadow: 0px 2px 6px 0px #fd7c90;
    border-radius: 10px;
}
.empty {
    width: 100%;
    height: auto;
    margin-top: 3rem;
    padding-top: 160px;
    background: url(../images/topic_empty.png) no-repeat top center;
    background-size: 180px 140px;
    font-size:14px;
    font-weight:400;
    color:rgba(100,100,100,1);
    text-align: center;
}
.vote-item {
    height: 10rem;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    padding: 1.25rem 0;
    display: flex;
}
.cover-img {
    width: 7.5rem;
    height: 7.5rem;
    border-radius: .375rem;
    overflow: hidden;
    position: relative;
}
.cover-img img {
    width: 100%;
    height: 100%;
}
.rank {
    position: absolute;
    top: 0;
    left: 0;
    width: 4.125rem;
    height: 1.5rem;
    background: url(../images/vote_4.png) no-repeat center center;
    background-size: 100% 100%;
    font-size:12px;
    font-weight:500;
    color: #fff;
    line-height: 1.5rem;
    text-align: right;
    padding-right: .25rem;
    box-sizing: border-box;
}
.vote-item:nth-child(1) .rank {
    background: url(../images/vote_1.png) no-repeat center center;
    background-size: 100% 100%;
}
.vote-item:nth-child(2) .rank {
    background: url(../images/vote_2.png) no-repeat center center;
    background-size: 100% 100%;
}
.vote-item:nth-child(3) .rank {
    background: url(../images/vote_3.png) no-repeat center center;
    background-size: 100% 100%;
}
.vote-item:nth-child(n+9) .rank {
    width: 73px;
    background: url(../images/vote_5.png) no-repeat center center;
    background-size: 100% 100%;
}
.vote-item:nth-child(n+99) .rank {
    width: 87px;
    background: url(../images/vote_6.png) no-repeat center center;
    background-size: 100% 100%;
}
.vote-info {
    -prefix-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: .75rem;
}
.vote-info p {
    font-size:18px;
    font-weight:500;
    color:rgba(34,34,34,1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.vote-info > div {
    display: flex;
    align-items: center;
    margin-top: 1.25rem;
    justify-content: space-between;
}
.vote-info .s_user {
    position: relative;
    left: 0;
    bottom: 0;
}
.vote-info .s_user > span {
    color: #222;
}
.vote-info .dianzan {
    margin: 0;
}
.sort {
    padding: 3.75rem 1.25rem;
}
.sort::after {
    content: "";
    display: block;
    clear: both;
}
.sort-item {
    float: left;
    width: 48%;
    height: 8.125rem;
    border-radius: .375rem;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 1px 1px 5px 2px #ccc;
    margin-top: 1rem;
}
.sort-item:nth-child(2n-1) {
    margin-right: 4%;
}
.sort-item > p {
    font-size:16px;
    font-weight:500;
    color:rgba(34,34,34,1);
    box-sizing: border-box;
    padding-left: 2.25rem;
    background: url(../images/icon_fire2.png) no-repeat 12px center;
    background-size: 1.25rem 1.25rem;
    height: 40px;
    line-height: 40px;
}
.sort-item > img {
    width: 100%;
    height: 100%;
}
.s_l_box {
    padding: 60px 0;
    box-sizing: border-box;
}
.img-box img {
    width: 100%;
    height: auto;
}
.article {
    background-color: #fff;
    box-sizing: border-box;
    padding: 1.25rem;
}
.article > p {
    font-size:18px;
    font-weight:400;
    line-height:30px;
    color:rgba(34,34,34,1);
}
.article .author {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}
.article .author > span {
    font-size:14px;
    font-weight:400;
    color:rgba(255,255,255,1);
    width:68px;
    height:32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    border-radius: 125px;
    box-sizing: border-box;
    padding-left: 1.5rem;
    background: url(../images/icon_focus2.png) no-repeat 12px center / 1rem 1rem,
    linear-gradient(135deg,rgba(255,123,154,1) 0%,rgba(255,21,68,1) 100%);
}
.article .author > p {
    font-size:12px;
    font-weight:400;
    color:rgba(167,167,167,1);
}
.avatar {
    width: 2.5rem;
    height: 2.5rem;
    position: relative;
}
.avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.icon-man {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1rem;
    height: 1rem;
    background: url(../images/icon-man.png) no-repeat center center / 100% 100%;
}
.icon-women {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1rem;
    height: 1rem;
    background: url(../images/icon-women.png) no-repeat center center / 100% 100%;
}
.icon-vip {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1rem;
    height: 1rem;
    background: url(../images/icon_vip.png) no-repeat center center / 100% 100% !important;
}
.a_info {
    display: flex;
}
.time {
    margin-left: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.time > p {
    font-size:14px;
    font-weight:400;
    color:rgba(34,34,34,1);
    display: flex;
}
.time > p > span {
    display: inline-block;
    width: 32px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    background-color: #FFEDEF;
    border-radius: 2px;
    font-size:12px;
    font-weight:400;
    color:rgba(255,76,103,1);
    transform: scale(0.75);
    margin-left: 4px;
}
.time > span {
    font-size:12px;
    font-weight:400;
    color:rgba(167,167,167,1);
}
.new-pic {
    box-sizing: border-box;
    padding: 1.5rem 1.25rem 4.75rem 1.25rem;
}
.new-pic > p {
    font-size:20px;
    font-weight:500;
    color:rgba(51,51,51,1);
    margin-bottom: 1.75rem;
}
.more-layer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000000000;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}
.complaint {
    height: 12.1875rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
    padding: 0 1.25rem;
}
.complaint a {
    display: block;
    font-size:16px;
    font-weight:400;
    color:rgba(34,34,34,1);
    width: 100%;
    height: 4.25rem;
    line-height: 4.25rem;
    text-align: center;
}
.complaint a:nth-child(1) {
    border-bottom: 1px solid #eee;
}
.complaint a:last-child{
    border-top: 3px solid #eee;
    line-height: 3.5rem;
    height: 3.5rem;
}

/*鎬у埆鐢峰コ鍥炬爣*/
.avatar .gender_man {
    position: absolute;
    right: 0;
    bottom: 0;
    width: .625rem;
    height: .625rem;
    background: url(../images/icon_man.png) no-repeat;
    background-size: 100% 100%;
}
.avatar .gender_women{
    position: absolute;
    right: 0;
    bottom: 0;
    width: .625rem;
    height: .625rem;
    background: url(../images/icon_women.png) no-repeat;
    background-size: 100% 100%;
}

/*鍔犺浇涓�*/
@keyframes loading{
    to {transform: rotate(360deg)}
}
.loading_bottom{
    color:#999;
    text-align:center;
    padding: 17px 0;
}
.loading_bottom span{
    position:relative;
    font-size: 12px;
}
.add_span1{
    padding-left: 10px;
    position: relative;
    top:-1px;
}
.loading_bottom i{
    content: '';
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 14px;
    background-image: url(../images/loding.png);
    background-repeat: no-repeat;
    background-size: 14px auto;
    left: 0;
    top: 1px;
    animation: loading 2s linear infinite;
}

/* 鎼滅储椤� */
.zx_item_s {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
.zx_item_s > .intro {
    flex: 1;
}
.zx_item_s > .intro > p {
    flex: 1;
    font-size:18px;
    font-weight:500;
    color:rgba(34,34,34,1);
    line-height:25px;
}
.zx_item_s .zx_one_img {
    display: block;
    width: 7.5rem;
    height: 5rem;
    border-radius: 6px;
    overflow: hidden;
    object-fit: cover;
}
.zx_item_s .options {
    display: flex;
    margin-top: 14px;
}
.zx_item_s .options span {
    height: 16px;
    width: auto;
    text-align: center;
    line-height: 16px;
    padding: 0 3px;
    font-size: 12px;
    font-weight:400;
    color:rgba(255,255,255,1);
    margin-right: 4px;
    border-radius: 2px;
}
.zx_item_s .options span i {
    display: block;
    transform: scale(.75);
}
.zx_item_s .options .top {
    background-color: #FF4C67;
}
.zx_item_s .options .onlyHome {
    background-color: #2E8CFF;
}
.zx_item_s .options .date {
    color: #A7A7A7;
    transform: none;
}
.zx_item_s .options .local {
    background-color: #84758D;
}
.zx_item_s .options .else {
    background-color: #969FAD;
}
.zx_item_s .shipin {
    display: flex;
}
.zx_more_pic {
    margin-top: .5rem;
    position: relative;
    display: flex;
}
.zx_more_pic img {
    width: 32.7%;
    height: 4.625rem;
    object-fit: cover;
}
.zx_more_pic img:not(:last-child) {
    margin-right: 0.8%;
}
.zx_more_pic img:nth-child(1) {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.zx_more_pic img:nth-child(3) {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.imgCount {
    position: absolute;
    bottom: .5rem;
    right: .5rem;
    height: 1.25rem;
    line-height: 20px;
    padding: 0 .5rem;
    font-size:12px;
    font-weight:400;
    color:rgba(255,255,255,1);
    border-radius: 100px;
    background: rgba(0, 0, 0, .7);
    text-align: center;
}
.zx_more_video {
    position: relative;
    margin-top: .5rem;
}
.zx_more_video img {
    width: 100%;
    height: 11.75rem;
    object-fit: cover;
    display: block;
    border-radius: .375rem;
}
.zx_more_video i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3.5rem;
    height: 3.5rem;
    margin-top: -1.75rem;
    margin-left: -1.75rem;
    background: url(../images/play.png) no-repeat;
    background-size: 100% 100%;
}
.line_bottom {
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
    box-shadow: none;
}