@charset "UTF-8";
.mui-icon-arrowright:before{
    color: #797979 !important;
}
#slide .mui-icon-arrowright:before{
    color: #FFF !important;
}
/* 侧滑菜单内容css start*/
.slide_box{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fd7000;
}
.slide_box a{
    width: auto;
    display: block;
    height: 2.5rem;
    text-align: center;
    line-height: 2.5rem;
    border-bottom: 1px solid #fb903b;
    color: #FFF;
}
.slide_box a i{
    margin-top: .5rem;
}
.slide_logo{
    width: auto;
    height: auto;
    overflow: hidden;
}

.slide_logo img{
    max-width: 100%;
    height: auto;
    display: block;
}
/* end 侧滑菜单内容 */

/* 轮播图 */
#broadcast .mui-slider-item img{
    max-width: 100% !important;
    height: 180px !important;
    display: block;
}

.mui-slider-indicator .mui-active.mui-indicator {
    background: #fd0000 !important;
}

.mui-icon-bars:before{
    color: #fd7000 !important;
}
.mui-title{
    color: #9999aa !important;
}
/* 背景色 */
.bk_f{
    background: #fff !important;
}

/* 九宫格图标 */
.grade-li{
    width: 40px;
    height: 40px;
    display: inline-block;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 100%;
}
.mui-media-body{
    font-size: 12px !important;
}
/* 底部 start */
.footer_null{
    width: 100%;
    height: 100px;
    overflow: hidden;
}
.footer-flex{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    z-index: 10000;
    box-sizing: border-box;
    background: #FFF;
    border-top: 1px solid #F3F3F3;
}
.footer-flex ul {
    width: auto;
    height: auto;
    overflow: hidden;
}
.footer-flex .on{
    color: #fd7000 !important;
}
.footer-flex .on p{
    color: #fd7000;
}
.footer-flex ul li{
    width: 25%;
    height: 55px;
    overflow: hidden;
    float: left;
    text-align: center;
}
.footer-flex ul li a{
    color: #888888 !important;
    padding-top: .3rem !important;
}
.footer-flex ul li span{
    margin-top: .5rem;
}
.footer-flex ul li p{
    font-size: 12px;
    overflow: hidden;
}
/* end 底部 */
/* 在线客服 start */
.slide-bar{
    width: 2.5rem;
    height: auto;
    position: fixed;
    bottom: 60px;
    overflow: hidden;
    z-index: 1000000;
    float: right;
    right: 0;

}
.slide-bar .slide-item{
    width: 2.5rem;
    height: auto;
    overflow: hidden;
    background: rgba(0,0,0,0.6);
    border-bottom: 1px solid #FFF;
}
.slide-bar .slide-item:last-child{
    border-bottom: none;
}
.slide-item img{
    width: 1.2rem;
    height: 1.2rem;
    display: block;
    margin: 0 auto;
    margin-top: .3rem;
}
.slide-item span{
    color: #fd7000;
    font-size: 12px;
    text-align: center;
    display: block;
}
/* end 在线客服  */

/* 弹出窗口 css*/
#popover{
    z-index: 10000!important;
    display: none;
}
.mui-popover .mui-popover-arrow:after {
    width: 0px!important;
}

.popover{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #FFF;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    padding: .24rem .3rem;
    display: none;
}

.tab{
    width: auto;
    height: 30px;
    overflow: hidden;
    background: #FFF;
    margin-top: 8px;
}

.tab a{
    width: 33.333%;
    height: 30px;
    overflow: hidden;
    text-align: center;
    line-height: 30px;
    float: left;
    background: #FFF;
    font-size: .8rem;
    color: #333333;
}
.tab a:first-child{
    border-right: 1px solid #F3F3F3;
}
.tab a:nth-child(2){
    border-right: 1px solid #F3F3F3;
}
.tab .find-on{
    color: #fd7000;
}

.el-nodata {
  height: 300px;
  padding-top: 180px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #ccc;
  background-image: url(../images/nodata.png);
  background-position: center 100px;
  background-repeat: no-repeat;
}

#newBridge{
    display: none !important;
}

#foot span {
    font-size: 15px;
    color: #c1c1c1;
    display: none !important;
}