/*
 *这是单独为hello mui准备的个性化css，可以覆盖标准mui的css定义；
 * 在实际项目开发时，建议为App单独写一个css文件，从而实现项目的自定义皮肤功能；
 * 
 * */
html,
body {
	background-color: #efeff4;
}
.mui-plus header.mui-bar{
	display: none;
}
.mui-plus .mui-bar-nav~.mui-content{
	padding: 0;
}

/*hm开头的表示仅为 Hello MUI示例定义*/
.hm-description{
	margin: .5em 0;
}

.hm-description>li {
	font-size: 14px;
	color: #8f8f94;
}

.mui-content>.mui-table-view:first-child {
	margin-top: -1px;
}
/* .mui-table-view .mui-media-object { */
/*     line-height: 20px !important; */
/*     height: 20px !important; */
/* } */
   
.mui-h4, h4 {
    font-size: 17px;
}
.mui-input-row {
   	position: fixed;
}
.mui-input-row input{
   	width:84%;
   	height: 30px;
   	font-size: 15px;
   	border-radius: 6px;
}
.mui-card-content-inner {
    position: relative;
    padding: 5px 15px;
}

.mui-card-content-table {
    position: relative;
    padding: 5px 6px;
}

.hr-normal{
	border: 0;
    border-top: 1px solid #c8c7cc;
}

.mui-bar~.mui-content .mui-fullscreen {
	top: 44px;
	height: auto;
}
.mui-pull-top-tips {
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -25px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	z-index: 1;
}
.mui-bar~.mui-pull-top-tips {
	top: 24px;
}
.mui-pull-top-wrapper {
	width: 42px;
	height: 42px;
	display: block;
	text-align: center;
	background-color: #efeff4;
	border: 1px solid #ddd;
	border-radius: 25px;
	background-clip: padding-box;
	box-shadow: 0 4px 10px #bbb;
	overflow: hidden;
}
.mui-pull-top-tips.mui-transitioning {
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
}
.mui-pull-top-tips .mui-pull-loading {
	/*-webkit-backface-visibility: hidden;
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms;*/
	
	margin: 0;
}
.mui-pull-top-wrapper .mui-icon,
.mui-pull-top-wrapper .mui-spinner {
	margin-top: 7px;
}
.mui-pull-top-wrapper .mui-icon.mui-reverse {
	/*-webkit-transform: rotate(180deg) translateZ(0);*/
}
.mui-pull-bottom-tips {
	text-align: center;
	background-color: #efeff4;
	font-size: 15px;
	line-height: 40px;
	color: #777;
}
.mui-pull-top-canvas {
	overflow: hidden;
	background-color: #fafafa;
	border-radius: 40px;
	box-shadow: 0 4px 10px #bbb;
	width: 40px;
	height: 40px;
	margin: 0 auto;
}
.mui-pull-top-canvas canvas {
	width: 40px;
}
.mui-slider-indicator.mui-segmented-control {
	background-color: #efeff4;
}
.mui-segmented-control.mui-scroll-wrapper .mui-control-item {
    padding: 0 50px;
}

.mui-off-canvas-left {
	color: #fff;
}

.mui-bar .search {
    right: 8px;
    left: 32px;
}

.mui-grid-view.mui-grid-9 .mui-table-view-cell {
    padding: 11px 10px;
}

.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}

 .table {
      border: 1px solid #ddd;
      width: 100%;
	  max-width: 100%;
	  margin-bottom: 20px;
 }
.table-striped>tbody>tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.table th {
    background-repeat: repeat-x;
    height: 30px;
}
.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
    padding: 5px;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}
.table tr.alter {
    background-color: #f5fafe;
}

.bottom-title {
    padding: 0 0 0 5px;
    border-left: 2px solid #75bd29;
}
.bottom-title h4{
	font-size: 15px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.london {
   border-top: 7px solid #19beb6;
}
.paris {
    border-top: 7px solid #ff5454;
}
.bottom-main {
    border-top: 7px solid #75bd29;
}
.banner-main-home {
    background-color: white;
    /* background-image: url(../images/banner-bg-home.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
    border-top: 7px solid #10a5cd;
    /* min-height: 320px; */
    overflow-y: auto;
}

.heading, .heading2 {
    margin: 15px 0px;
}

.heading {
    border-left: 4px solid #10a5cd;
}
.heading, .heading2 {
    float: left;
    width: 100%;
    margin: 10px 0px;
}
.main-menu-link {
    color: #fff;
    display: block;
    font-weight: 300;
    font-size: 15px;
}
.contact {
    background-color: rgba(107,181,34,0.8);
}
.flexbox-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.block-keep-ratio__content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
@media (max-width: 370px)
.block-width-half {
    width: 48%;
}
.block-width-half {
    width: 140px;
    height: 140px;
}

.block-keep-ratio {
    position: relative;
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

/* .title-menu{ */
/* 	background-color: #0e9aef !important; */
/* 	line-height: 21px; */
/* 	font-size: 14px;  */
/* /* 	margin-left:10px; */ */
/* /* 	margin-right:10px; */ */
/* } */
/* .title-menu-col{ */
/* 	padding:10px 22px; */
/* } */
.menu-color{
    background-color: #fff !important;
}

.menu-color .mui-card {
    box-shadow: 0 0px 0px;
    margin: 0px;
}

.menu-color ul{
	border-top: 0px !important;
    border-left: 0px !important;
    background-color: #fff !important;
}

.menu-color ul .mui-table-view-cell {
    border-right: 0px !important;
    border-bottom: 0px !important;
}

.menu-color .mui-card-content-inner{
	padding: 5px 0px;
}
.menu-dbsx ul{
	border-top: 0px !important;
    border-left: 0px !important;
    background-color: #0e9aef !important;
}

.menu-dbsx ul .mui-table-view-cell {
    border-right: 0px !important;
    border-bottom: 0px !important;
}
.menu-dbsx .mui-media-body{
	color:#fff !important;
}
.menu-title {
    padding: 0px 2px;
}
.menu-title .text{
	font-size: 16px;
    padding: 0 0 0 5px;
    border-left: 7px solid #75bd29;
}

.mui-card-footer, .mui-card-header {
    padding: 0px 8px;
}
.zcqc img{
	width:40px;
	height:40px;
}
.zcqc .mui-media-body{
	color: #fff !important;
}
