﻿a {
    text-decoration: none;
    color: #7d7d7d;
}
a:active {
    color: #828282;
}
textarea,
input,
body {
	font-family: "微软雅黑";
	color: #333;
	font-size: 14px;
}
/***************scroll-view*************/
.main-scroll-view {
	height: calc( 100% - 44px);
	margin-top: 44px;
}

/***************scroller-x**************/
.mui-slider .mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
	color: #f29c9f;
	border-bottom: 2px solid #f29c9f;
	/*background: 0 0;*/
}

.mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active {
	color: #f29c9f;
	border-bottom: 2px solid #f29c9f;
	background: 0 0;
}

.mui-slider-item.mui-control-content {
	height: calc( 100% - 41px);
	overflow: hidden;
}

.mui-control-content > div {
	padding-bottom: 44px;
}
/**************mui-input-***************/
.mui-input-row label~input[type="text"],
.mui-input-row label~select {
	padding-right: 30px;
	line-height: 48px;
	height: 48px;
}
.mui-input-row label~input[type="number"] {
	padding: 0px;
	padding-right: 30px;
	line-height: 48px;
	height: 48px;
}
.mui-input-row label {
	padding: 16px 0 16px 24px;
}
.mui-input-row label.notnull:after {
	content: '*';
	position: absolute;
	left: 15px;
	color: red;
	top: 18px;
}
.mui-input-group {
	background: transparent;
}
.mui-input-group .mui-input-row {
	background: #FFFFFF;
	height: 48px;
}
.mui-input-group .mui-input-row:after {
	left: 6px;
}
.mui-input-group .mui-input-autohight {
	height: auto;
}
.mui-input-group .mui-input-row.mui-textarea-row {
	height: auto;
	font-size: 14px;
}
.mui-input-group:after,
.mui-input-group:before {
	height: 0px;
}
.mui-input-margin {
	margin: 10px 0 10px;
}
.mui-input-margtop {
	margin: 10px 0 0 0;
}
.mui-input-margbotm {
	margin: 0 0 10px 0;
}
.mui-input-padding{
	padding: 10px 0 10px 10px;
}
/**************mui-input-***************/
.mui-bar .mui-title .mui-input-row .mui-input-clear~.mui-icon-clear,
.mui-bar .mui-title .mui-input-row .mui-input-speech~.mui-icon-speech {
	top: 12px;
	right: 1px;
}
.mui-title .mui-search .mui-placeholder {
	line-height: 44px;
}
.mui-title input {
	padding: 0;
}
.mui-title .mui-search:before {
	top: 25%;
}
.mui-pciker-list li {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.mui-bar~.mui-bar-tjxz {
	top: 45px;
	height: 36px;
	background: #FDFDFD;
} 
.mui-bar~.mui-bar-tjxz~.mui-content {
    padding-top: 80px;
}
.mui-ytop-bar {
	z-index: 999;
} 
.mui-tjxz-item {
	font-size: 14px;
	line-height: 36px;
	padding-right: 6px;
	text-align: center;
	position: relative;
} 
.mui-tjxz-icon {
	width: 15px;
    height: 15px;
    top: 8px;
    line-height: 36px;
    background-image: url(../../imgs/common/down2.png);
    background-size: cover;
    position: absolute;
}
.mui-tjxz-popover {
	width: 100%;
	left: 0;
	margin-top: 1px;
}
.mui-tjxz-popover .mui-table-view {
	background: #FFFFFF;
	border-radius: 0;
	max-height: initial;
}
.mui-tjxz-popover .mui-scroll-wrapper {
	height: 300px;
    overflow: hidden;
    border-radius: 0;
    margin: 0;
}
.mui-tjxz-popover .mui-checkbox input[type=checkbox],
.mui-tjxz-popover .mui-radio input[type=radio] {
	top: 8px;
}
.mui-tjxz-item.valid,
.mui-tjxz-popover a.active  {
	color: #f29c9f;
}
.mui-tjxz-popover .mui-table-view-cell,
.mui-tjxz-popover .mui-table-view-cell a {
	border-radius: 0 !important;
}
.mui-tjxz-input-cell .mui-btn {
	padding: 3px 18px;
	position: relative;
	float: right;
	top: 14px;
	right: 0px;
}
.mui-tjxz-input-cell {
	padding: 6px 15px;
}

.mui-tjxz-popover .mui-tjxz-input {
	width: 70%;
	margin: 0;
	padding: 4px 8px;
	height: auto;
}

.mui-tjxz-popover .mui-tjxz-input_ {
	width: 30%;
    margin: 0;
    padding: 4px 8px;
    height: auto;
}
.mui-bar-tjxz~.mui-content>.mui-table-view:first-child {
	margin-top: 0;
}
.mui-zy-cell {
	width: 100%;
}
.mui-zy-cell .mui-media-body {
	color: #333333;
	font-size: 15px;
}
.mui-circle {
	border-radius: 50%;
}
.mui-zyadd-btn {
	width: 50px;
	height: 50px;
	position: fixed;
	background: #f29c9f;
	right: 30px;
    bottom: 30px;
    z-index: 3;
}
.mui-zyadd-btn:before {
	content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    background-size: cover;
    background-image: url(../../imgs/common/plus.png);
    left: 7px;
    top: 7px;
}
.mui-placeholder span {
	font-size: 14px;
}
/*详情样式*/
.mui-scroll-wrapper {
	overflow: auto;
	font-size: 14px;
}
.mui-segmented-control.mui-scroll-wrapper .mui-scroll {
	min-width: 100%;
	border-bottom: 0.1px solid #c8c7cc;
}
.mui-slider-indicator.mui-segmented-control {
	height: 41px;
	overflow: hidden;
	background: #FFFFFF;
}

.mui-footerbar {
	position: fixed;
	bottom: 0;
	padding: 0;
	overflow: hidden;
	-webkit-box-shadow: 0 -1px 6px #ccc;
    box-shadow: 0 -1px 6px #ccc;
    background: rgba(0,0,0,.1);
    text-align: center;
}
.mui-right-group input {
	text-align: right;
	color: #AAAAAA;
}
::-webkit-input-placeholder { /* WebKit browsers */  
    color:    #AAAAAA;  
}  
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:    #AAAAAA;  
   opacity:  1;  
}  
::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:    #AAAAAA;  
   opacity:  1;  
}  
:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:    #AAAAAA;  
}  
.mui-select-icon {
	position: absolute;
    right: 8px;
    top: 14px;
    font-size: 20px;
}
.mui-textarea-row label {
	width: 100%;
}
.mui-textarea-row label~textarea {
	width: 100%;
	padding: 0px 22px 10px;
	color: #AAAAAA;
}
.mui-pciker-list li{
	font-size: 14px;
}

.mui-grid-view.mui-grid-9 {
	background: #FFFFFF;
	border: 0;
	padding-right: 10px;
}

.mui-grid-view.mui-grid-9 .mui-table-view-cell{
	border: 0;
}

.mui-grid-view.mui-grid-9 .mui-table-view-cell.mui-active {
    background-color: #FFFFFF;
}
.mui-wgt-add,
.mui-wgt {
	width: 100%;
	height: 70px;
}
.mui-bar .mui-submit {
	padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    top: 0;
    font-size: 16px;
    letter-spacing: 10px;
    min-height: 36px;
}
.mui-toast-container {
	width: 80%;
}
#more-box .mui-table-view-cell {
	padding: 6px 5px 15px 15px;
}
.mui-more-view-content > div {
	padding-right: 10px;
}
#more-box .mui-more-view-item {
	padding: 3px 10px;
	margin-bottom: 6px;
	width: 100%;
}
#more-box .mui-scroll-wrapper {
    height: calc(100% - 120);
}
.mui-iframe-wrapper {
	z-index: 9000;
}
.mui-content>.mui-table-view:first-child {
    margin-top: 0px;
}
.mui-scroll-wrapper .mui-zyadd-btn {
	bottom: 60px;
	z-index: 3;
}

.mui-scroll-wrapper .mui-transitioning .mui-btn-red {
	width: 100%;
}
.mui-bar-tjxz~.mui-content .main-scroll-view {
	height: calc( 100% - 80px);
	margin-top: 80px;
}
.mui-bar-nav~.mui-content .mui-pull-top-pocket {
	top: 0;
}
.main-scroll-view .mui-scroll ,
.main-scroll-view .mui-table-view {
	min-height: 100%;
}
.mui-wgt-close {
	width: 20px;
    height: 20px;
    position: absolute;
    z-index: 2;
    background: url(../../imgs/common/pic-close.png);
    right: 0;
    cursor: pointer;
    background-size: cover;
}
.mui-wgt-input {
	width: 20px;
    height: 20px;
    position: absolute;
    z-index: 2;
    bottom: 5px;
    right: 0;
}
.mui-double-input label~input {
	width: 30%;
}
.mui-double-input label~input:last-child {
	padding-left: 20px;
	padding-right: 10px;
}
input[type="number"] , .number{
	color: #ffa500;
}
.number {
	font-size: 10px;
}
.mui-table-view .mui-media-object {
	width: 42px;
} 
.mui-right-group input.numberic {
	color: #ffa500;	
}
@media screen and (min-width: 360px) {
	.mui-wgt-add,
	.mui-wgt {
		height: 85px;
	}
}
.mui-zdybackdrop {
	position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
}

.table_but{
	width: 100%;
	height:100%;
	background-color:#ffffff;
	text-align: center;
	padding-top: 2px;
}

.divqx_but {
	background-color: #f9f9f9;
	width: 80%;
	height: 30px;
	margin-top: 5px;
	margin-left: 10%;
	margin-bottom: 5px;
	padding-top: 5px;
	color: #999999;
}

.divgd_but {
	background-color: red;
	width: 80%;
	height: 30px;
	margin-top: 5px;
	margin-left: 10%;
	margin-bottom: 5px;
	padding-top: 5px;
	color: #ffffff;
}

.mui-sort{
	width: 44px;
	height: 44px;
}
.mui-sort:before {
	content: "";
	width: 24px;
	height: 24px;
	background-image: url(../../imgs/common/sort.png);
	position: absolute;
	background-size: cover;
	cursor: pointer;
}
.mui-zcdw{
	width: 44px;
	height: 44px;
}
.mui-zcdw:before {
	content: "";
	width: 22px;
	height: 22px;
	background-image: url(../../imgs/common/menu.png);
	position: absolute;
	background-size: cover;
	cursor: pointer;
}

.radius-50{
	border-radius: 50px;
}

.color-blue{
	color: #0000ff;
}
.color-grey{
	color: #808080;
}

.color-black{
	color: #000000;
}

.color-red{
	color: #ff0000;
}

.back-color-white{
	background-color: #FFFFFF;
}


.outreport-title {
	line-height: 50px;
	height: 50px;
	font-size: 18px;
	padding-left: 20px;
	background-color: white;
}

.margin-right-10 {
	margin-right: 10px;
}

/* 字体大小 */

.f12 {
	font-size: 12px;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}

.f24 {
	font-size: 24px;
}

.f32 {
	font-size: 32px;
}

.f40 {
	font-size: 40px;
}

/* 边距样式 */
.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mr-10 {
	margin-right: 10px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.ml-10 {
	margin-left: 10px;
}

.mg-20{
	margin:20px;
}

.pd-10{
	padding:10px;
}

.pd-20{
	padding:20px;
}

.pb-10{
	padding-bottom: 10px;
}

.pb-20{
	padding-bottom: 20px;
}

.pb-44 {
	padding-bottom: 44px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pt-44 {
	padding-top: 44px;
}

.pt-20{
	padding-top: 20px;
}

#foods {
	position: fixed;
	width: 80%;
	max-height: 80%;
	min-height: 100px;
	left: 10%;
	top: 80px;
	z-index: 999;
}

/*--------------dialog------------------*/
.k-pop-dialog {  
    width: 9.5em;  
    height: 9em;  
    margin: 0 auto;  
    border-radius: 0;  
    z-index: 99999;  
    border-radius: 20px;  
    background-color: rgba(255, 255, 255, 0.8);  
}  
  
.k-center {  
    position: fixed;  
    left: 50%;  
    top: 50%;  
    -webkit-transform: translateX(-50%) translateY(-50%);  
    -moz-transform: translateX(-50%) translateY(-50%);  
    -ms-transform: translateX(-50%) translateY(-50%);  
    transform: translateX(-50%) translateY(-50%);  
}  
  
.k-pop-dialog-title {  
    position: relative;  
    top: 10px;  
    width: 100px;  
    font-size: 15px;  
}