html, body, button, input, select, textarea {
	font-family:"Microsoft YaHei", "SimSun", arial, sans-serif;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, select, textarea, th, td {	
	margin: 0;	padding: 0;
}

html,body { 
	height:100%;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

em {
	font-style: normal;
}

textarea {	
	resize:none;
}

img {	
	border: 0;	
	vertical-align: top;
	width: 100%;
}

sup { 
	font-size:8px;
}

table {	
	border-collapse:collapse;	
	border-spacing:0;
}

ul, ol,li {	
	list-style:none; 
	padding:0; 
	margin:0;
}

.clearfix {
	*zoom:1;
}

.clearfix::after {
	content: "";
	display: table;
	line-height: 0;
	clear: both;
}

.clear-all {
	clear: both;
}

%vertical-align-center {/*ÊúÏò¾ÓÖÐ´úÂë **/
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*header*/
.header {
	background-color: #e60013 !important;
}

.header .mui-title {
	color: #fff;
}

.header a {
	color: #fff;	
}

.mui-bar-tab .mui-tab-item.mui-active {
	color: #e60013;
}

.mui-table-view {
	background: none;
}

.mui-table-view:before {
	height: 0px;
}


.mui-table-view:after {
	height: 0px;
}

/*search*/
.searchOpen {
	color: #fff;
}

.searchHeader {
	background-color: #e60013 !important;
	display: none;
}

.searchHeader .searchFrm {
    display: block;
    width: 85%;
    margin: 8px 5px 0 10px;
    float: left;
}

.searchHeader .searchFrm .keyWord {
    height: 26px;
    width: 88%;
    padding: 0 2%;
    line-height: 26px;
    float: left;
    border: none;
    background-color: #fff;
    border-radius: 5px 0px 0px 5px;
    color: #000;
    font-size: 0.8rem;
}

.searchHeader .searchFrm .searchBtn {
    height: 26px;
    width: 12%;
    float: left;
    border: none;
    border-radius: 0px 5px 5px 0px;
    background-color: #fff;
    background-image: url(../../business/images/icon_headerS_R.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
}

.searchHeader .searchClose {
    display: block;
    width: 10%;
    height: 100%;
    border: none;
    float: left;
    font-size: 0.8rem;
    background-color: #e60013;
    color: #fff;
}

/*footer*/
.round-btn {
	display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    box-shadow: 0px 1px 6px #7f000b;
    z-index: 11;
    background-color: #e60013;
    background-image: url(../../business/images/default/icon_buildChat@2x.png);
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: center;
    margin: 0 auto;
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
}