

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family:"微软雅黑";
}

ul,
ol {
	list-style: none;
}

em {
	font-style: normal;
}

p {
	margin-bottom: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
button{
	padding: 0;
}
.fl {
	float: left;
}

.fr {
	float: right;
}
body{    background: #f5f5f5;}
.header {
	height: 50px;
	box-shadow: none;
	background-color: #0968b8;
}
 .mui-bar-nav{
 	background-color: #6d39ce;
 	box-shadow: none;
 	}
.header .mui-title {
	line-height: 50px;
	font-size: 16px;
	color: #fff;
}


.header .mui-icon {
	color: #fff;
	padding: 13px 8px;
}
.dh_box{
	height: 44px;
	    background: #6d39ce;
	position: fixed;
	top: 0px;
	left:0px;
	width: 100%;
	z-index: 999;
	display: flex;
	padding: 0px 15px;
}
.dh_box .title_text{
	flex: 1;
	line-height: 44px;
	text-align: center;
	font-size: 17px;
	color: white;
}
.title_bgbox{
	display: block;
	width:44px;
	height: 44px;
}

.mui-bar~.mui-content {
	padding-top: 50px;
}

.bg-white {
	background-color: white;
}

.nav-bottom {
	overflow: hidden;
	background-color: #141B29;
	box-shadow: none;
}

.nav-bottom .mui-tab-item .mui-icon {
	width: 36px;
	height: 26px;
}

 /*.mui-tab-item:nth-child(3) .mui-icon {
	width: auto;
	height: auto;
}*/

.nav-bottom .mui-icon img {
	width: 58%;
}

.nav-bottom .mui-tab-item.mui-active {
	color: #0080FF;
}
.mui-bar-tab .mui-tab-item {
    color: #848FB7
}
.nav-bottom~.mui-content {
	padding-top: 0;
}
article{
	padding: 15px;
	margin-top:50px ;
}
/*home轮播图*/
.mui-slider{
	height: 170px;
	border-radius:5px;
}
.mui-slider-indicator .mui-indicator{
	background:#d93b49;
	border: #d93b49;
}

/*底部导航*/

.navbox{
	display: flex;
	position: fixed;
	bottom: 0;
	 z-index: 999;
	 height: 61px;
	 width: 100%:;
	 width: 100%;
	 background: white;
	 border-top: 1px solid #ccc;
	 padding-top:4px;
}
.navbox_item{
	flex:1;
	display:block;
	height: 50px;
	border-right: 1px solid #ccc;
}
.navbox_item:last-child{
	border-right: 0px solid #ccc;
}
.navbox_itemimg{
	width: 100%;
	height:30px;
	text-align: center;
	display: block;
}
.navbox_itemtext{
	width: 100%;
	height:20px;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	display: block;
	color: #444444;
}
.dbcolor{
	color:#444444;
}
.dbactivecolor{
	color:#6d39ce;
}

	
 .myimga{
		background-image: url(../img/foot_my1.png);
		background-size:100%;
		background-size: 24px 24px;
	    background-repeat: no-repeat;
	    background-position: center;
	}
	.navbox .dbactive .myimga{
		background-image: url(../img/foot_my1cur.png);
		background-size:100%;
		background-size: 24px 24px;
	    background-repeat: no-repeat;
	    background-position: center;
	}
	
	.myimgb{
		background-image: url(../img/foot_my2.png);
		background-size:100%;
		background-size: 26px 26px;
	    background-repeat: no-repeat;
	    background-position: center;
	}
	.navbox .dbactive .myimgb{
		background-image: url(../img/foot_my2cur.png);
		background-size:100%;
		background-size: 26px 26px;
	    background-repeat: no-repeat;
	    background-position: center;
	}
	.myimgc{
		background-image: url(../img/foot_my3.png);
		background-size:100%;
		background-size: 26px 26px;
	    background-repeat: no-repeat;
	    background-position: center;
	}
	.navbox .dbactive .myimgc{
		background-image: url(../img/foot_my3cur.png);
		background-size:100%;
		background-size: 26px 26px;
	    background-repeat: no-repeat;
	    background-position: center;
	}
	
	.myimgd{
		background-image: url(../img/foot_my4.png);
		background-size:100%;
		background-size: 26px 26px;
	    background-repeat: no-repeat;
	    background-position: center;
	}
	.navbox .dbactive .myimgd{
		background-image: url(../img/foot_my4cur.png);
		background-size:100%;
		background-size: 26px 26px;
	    background-repeat: no-repeat;
	    background-position: center;
	}
	
	
/*弹出框*/
.maskcom {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    display: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contentcom {
    width: 60%;
    background-color:white;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    color: black;
    font-size: 14px;
}
/*login*/
.loginbgimg{
    /*background: url(../images/lohinbg.png) no-repeat center;*/
    background-size: cover;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: scroll;
    overflow-y: scroll;
    padding-bottom: 50px;
}

















