body, div, span, header, footer, nav, section, aside, article, ul, dl, dt, dd, li, a, p, h1, h2, h3, h4, h5, h6, i, b, textarea, button, input, select, figure, figcaption{
	font-family: "宋体";
}


.container-div{
	display: none;
}
.mui-card{
	margin-top: 20px;
}

.viedio_title{
	display: block;
	margin: 10px;
	font-size: 18px;
	color: black;
}
.viedio_subtitle{
	display: block;
	margin:0px 10px 10px;
	color: gray;
}
.viedio-container{
	margin: 5px 0px;
	padding-bottom: 10px;

}
.play-video{
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	width: 96%;
	height: 200px;
	background-color: black;
}
.index5-topDiv{
	margin-top: 10px;
	height: 150px;
	/*background-color: red;*/
	width: 100%;
	text-align: center;
	
}

.index5-topDiv img{
	border-radius: 40px;
	height: 80px;
	width: 80px;
}
.mui-bar{
    	background-color: #ff3300;
    }
    .mui-bar-tab .mui-tab-item.mui-active{
    	color: #ff3300;
    }
    .lark-head{
    	line-height: 44px;
    }
	.mui-title img{
    		margin-top: 4%;
    		width: 14%;
    	}
    	.login_img img{
    		width: 37px;
    		height: 37px;
    		margin:1% 0 0 91%;
    		cursor: pointer;
 	}
    	.tab_title,.tab_subtitle{
		width: 100%;
		height: 40px;
		background-color: white;
		display: flex;
		margin-bottom:5px;
    	}
    	.tab_title div,.tab_subtitle div{
    		flex:1;
    		
    		position: relative;
    		text-align: center;
    	}
    	.tab_title .active,.tab_subtitle .active{
    		padding-bottom: 2px;
		    border-bottom: 2px solid #037de2;
		    color: #037de2;
    	}
    	.tab_title .active a,.tab_subtitle .active a{
    		color:#037de2;
    		font-size:17px;
    	}
    	.tab_title a,.tab_subtitle a{
    		color: black;
    		margin:0 0 0 6%;
    		line-height: 40px;
    		font-size: 14px;
    	}
    	.tab_title a:hover,.tab_subtitle a:hover{
    		color: #037de2;
    	}
	.mui-slider-item img{
    		height: 200px;
    	}
    	.mui-tab-item {
			background-color: white;
		}
		

	#indicatorSlide{
		float: right;
	}
.mui-table-view .mui-media-object {
    width:8em;
    max-width:8em;
    height: 5em;
}
.mui-bar .mui-title{
	color:white;
}
.mui-bar a{
	color:white;
	font-weight: bold;
}
#moreFeedbackContainer{
	text-align:center;
}

/*侧滑菜单-begin*/
.menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 0 12px grey;
}
.menu  .user {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 180px;
    background-color: #BE0122;
    color: white;
}
.menu .user .user-avatar img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    cursor: pointer;
}
.aside-menu .menu .message {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
}
.menu .message .group {
    border-bottom: 1px solid rgba(190, 1, 34, 0.05);
}
.menu .message .group {
    width: 100%;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 40px 0;
    cursor: pointer;
}
.menu .message img {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    margin-right: 6px;
}
.mui-off-canvas-left, .mui-off-canvas-right{
	background-color: #fff;
}
/*侧滑菜单-end*/

#left-menu img{
	vertical-align: middle;
}
#subInfo{display: none;}
.mui-search .mui-placeholder .mui-icon {
    color: #000000;
}
.mui-input-row {
	clear:none;
	overflow: hidden
}
.mui-search.mui-active input[type='search']
{
    color:#ffffff;
}
.mui-search{
	color: #ffffff;
}
.mui-search.mui-active:before
{
    margin-top: -24px;
    color: #fffff;
}
input[type=search]{
	background-color: rgba(255,255,255,.9);
}

.mui-search .mui-placeholder{
	color:#999999;
	line-height: 44px;
}

.info.group{
	color: #000000;
}
.about.group{
	color:#000000;
}
.mui-btn-blue, .mui-btn-primary, input[type=submit]{
	color: #fff;
    border: 1px solid #037de2;
    background-color: #037de2;
}
.mui-bar-bottom{
	background-color: #f7f7f7!important;
}
.mui-table-view-cell>a:not(.mui-btn){
	white-space: normal;
}
input[type=search]{
	border-radius: 16px;
}
.mui-content{
	background-color: #ffffff;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #CCCCCC;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #CCCCCC;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #CCCCCC;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #CCCCCC;
}