/* ui-dialog */

.ui-dialog-bgb {
	pointer-events: auto;
	display: none;
	background-color: #fff;
	position: absolute;
	max-width: 95%;
}

.ui-dialog-close {
	position: absolute;
	right: 0.1rem;
	top: 0.1rem;
	color: #999;
	width: 0.4rem;
	height: 0.4rem;
	text-align: center;
	line-height: 0.4rem;
	border: 1px solid #ccc;
	border-radius: 0.4rem;
}

.ui-dialog-mask {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	bottom:0;
	top: 0;
	background: #000;
	opacity: .3;
	display: none;
	filter: alpha(opacity=30);
}

.ui-dialog-title {
	background-color: #288df0;
	color: #fff;
	padding: 0.1rem 0.2rem;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		-moz-transform: scale3d(.3, .3, .3);
		-ms-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		-moz-transform: scale3d(.3, .3, .3);
		-ms-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	100% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		-moz-transform: scale3d(.3, .3, .3);
		-ms-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	100% {
		opacity: 1;
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		-moz-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		-moz-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	100% {
		opacity: 0;
	}
}

@-moz-keyframes zoomOut {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		-moz-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	100% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
	display: none\0 !important;
}

.animated {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
}

#confirmDialog {
	width: 7rem;
	background-color: #fff;
}

.ui-confirm-title,
.ui-alert-title {
	text-align: center;
	font-weight: normal;
	color: #333;
	line-height: 0.28rem;
	font-size: 0.28rem;
}

.confirm-title2 {
	font-weight: normal;
	color: #666;
	text-align: center;
}

.ui-dialog-submit,
.ui-alert-submit,
.ui-confirm-submit {
	background-color: #f34640;
}

.ui-dialog-cancel {
	background-color: #eee;
}

.ui-dialog-action {
	pointer-events: auto;
	text-align: center;
	margin-top: 0.2rem;
	width: 100%;
	border: none;
}

.ui-dialog-action td {
	text-align: center;
	border: none;
}

.ui-dialog-action button{
	display: inline-block;
	border-radius: 5px;
	padding:8px 15px;
	font-size: 16px;
	color:#fff;
	border:none;
	outline: none;
	cursor: pointer;
	box-sizing: border-box;
}

.ui-alert {
	border-radius: 0.1rem;
	overflow: hidden;
	padding: 0.4rem;
}

.ui-alert .ui-dialog-close {
	display: none;
}

.ui-alert .ui-alert-submit {
	margin: 0 auto;
}

.ui-alert-info {
	text-align: center;
	margin-top: 0.4rem;
}

.ui-confirm-close,
.ui-confirm-no {
	background-color: #999;
}


/*scroller selectarea*/
.ui-dialog-bgb {box-sizing:border-box;max-width: 95%;}
.ui-scroller{position: relative;height: 125px;width: 100%; min-width: 260px;font-size: 14px;font-weight: normal;}
.ui-scroller>div{width: 33%;display: inline-block;position:relative;height: 125px;overflow: hidden;box-sizing:border-box;}
.ui-scroller dl{position: absolute;width: 100%;margin: 0;top:30px;}
.ui-scroller dd{padding;0;margin:0;overflow: hidden; text-overflow:ellipsis;width:100%;height: 30px;line-height: 30px;}
.ui-scroller dd.focus{}
.ui-scroller{-webkit-mask: -webkit-gradient(linear,0% 30%,0% 100%,from(rgba(222,187,71,1)),to(rgba(36,142,36,0)));}
.ui-scroller-mask{-webkit-mask: -webkit-gradient(linear,0% 30%,0% 0%,from(rgba(222,187,71,1)),to(rgba(36,142,36,0)));}
.ui-scroller p{position: absolute;top:30px;height:30px;width: 100%;margin: 0;z-index: -1;border:1px solid #e2e2e2;border-left:none;border-right:none;}
.ui-scroller .ui-dialog-action{margin-top: 10px;}




/*switch开关样式*/
.mui-switch {
  width: 1.04rem;
  height: 0.58rem;
  position: relative;
  border: 1px solid #dfdfdf;
  background-color: #dddddd;
  box-shadow: #dfdfdf 0 0 0 0 inset;
  border-radius: 0.4rem;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  background-clip: content-box;
  display: inline-block;
  -webkit-appearance: none;
  user-select: none;
  outline: none; }
  .mui-switch:before {
    content: '';
    width: 0.52rem;
    height: 0.52rem;
    position: absolute;
    /*top: 0.02rem;*/
    left: 0;
    border-radius: 0.4rem;
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
    background-color: #fff;
    box-shadow: 0 1px 0.03rem rgba(0, 0, 0, 0.4); }
  .mui-switch:checked {
    border-color: #64bd63;
    box-shadow: #64bd63 0 0 0 0.32rem inset;
    background-color: #64bd63; }
    .mui-switch:checked:before {
      left: 0.46rem; }
  .mui-switch.mui-switch-animbg {
    transition: background-color ease 0.4s; }
    .mui-switch.mui-switch-animbg:before {
      transition: left 0.3s; }
    .mui-switch.mui-switch-animbg:checked {
      box-shadow: #dfdfdf 0 0 0 0 inset;
      background-color: #64bd63;
      transition: border-color 0.4s, background-color ease 0.4s; }
      .mui-switch.mui-switch-animbg:checked:before {
        transition: left 0.3s; }
  .mui-switch.mui-switch-anim {
    transition: border cubic-bezier(0, 0, 0, 1) 0.4s, box-shadow cubic-bezier(0, 0, 0, 1) 0.4s; }
    .mui-switch.mui-switch-anim:before {
      transition: left 0.3s; }
    .mui-switch.mui-switch-anim:checked {
      box-shadow: #64bd63 0 0 0 0.16rem inset;
      background-color: #64bd63;
      transition: border ease 0.4s, box-shadow ease 0.4s, background-color ease 1.2s; }
      .mui-switch.mui-switch-anim:checked:before {
        transition: left 0.3s;
        }

/*ios-select 样式调整*/
.ios-select-widget-box header.iosselect-header a.close{
    color: #878787;
}
.ios-select-widget-box header.iosselect-header a.sure{
	 color: #4d72e2;
}
