
.menutab{
    height: 1rem;
    line-height: 1rem;
    background-color: #DCDCDC;
    border-bottom: 1px solid #D8D8D8;
    padding: 0 17px;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex; 
}
.menutab nav{
    -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;         /* OLD - Firefox 19- */
    -webkit-flex: 1;          /* Chrome */
    -ms-flex: 1;              /* IE 10 */
    flex: 1; 
    text-align: center;
    font-size: .5rem;
    color: #777777;
}
.tab_ac{
    position: relative;
    color: #333333!important;
    font-weight: bold;
}
.tab_ac::after{
    content: "";
    position: absolute;
    width: 31px;
    height: 4px;
    background: #FF8231;
    border-radius: 2px;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
}
.listbox{
    padding: 13px 17px;
}
.list{
    margin-bottom: 8px;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 13px 17px;
}
.list_head{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex; 
    justify-content: space-between;
    align-items: center;
}
.list_head_left strong{
    color: #333333;
    font-size: .45rem;
}
.list_head_left em{
    margin-left: 15px;
    color: #777777;
    font-size: .37rem;
    position: relative;
}
.list_head_left em::before{
    content: "";
    position: absolute;
    width: .1rem;
    height: .1rem;
    background: #FF8231;
    border-radius: 50%;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.list_head_right{
    color: #AAAAAA;
    font-size: .34rem;
    margin-top: 3px;
}
.ballbox{
    margin-top: 10px;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex; 
    align-items: center;
    justify-content: space-between;
}
.ball_left{
    -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;         /* OLD - Firefox 19- */
    -webkit-flex: 1;          /* Chrome */
    -ms-flex: 1;              /* IE 10 */
    flex: 1; 
    font-size: 0;
}
.ball_right{
    width: .5rem;
    height: .5rem;
    margin-left: 15px;
}
.ball_right span{
    width: 100%;
    height: 100%;
    background: url("/public/css/business/m_ydniu/../../../images/ydniu/mobile/hm_arrow_right_light.png") no-repeat;
    background-size: 100%;
}
.ball{
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    color: #FFFFFF;
    text-align: center;
    line-height: .8rem;
    font-size: .5rem;
    margin-right: 1px;
    margin-bottom: 5px;
}
.ball:last-child{
    margin-right: 0px;
}
.dfcbox,.kjhbox,.sjhbox{
    display: none;
}
.more-box{
    border-top: 8px #f5f5f5 solid;
    background: #fff;
    font-size: .4rem;
    display: none;
    align-items: center;
    padding: 5px 10px;
}
.Broadcast {
    overflow: hidden;
    color: #777777;
    height: 24px;
    line-height: 24px;
    margin-left: 10px;
}
.brotitle span{
    color: #b8b0af;
}
.Broadcast a{
    color: inherit;
}
.Broadcast p{
    margin: 0 auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
}
.Broadcast a{
    color: #ff3b30;
}
@keyframes colorChange {
    0% { color: #ff3b30; }
    50% { color: #FFA042;}
    100% { color: #ff3b30; }
}
.animated-text {
    animation: colorChange 0.5s infinite;
}
.Broadcast .child{
    height: 24px;
}
.brotitle img{
    width: 30px;
    display: block;
}
.msg_box{
    position: fixed;
    z-index: 10000;
    background: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 14px;
    padding: 10px 15px;
    text-align: center;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
}