.mymodal{
	position: fixed;
	z-index: 11000;
	top: 50%;
	left: 10%;
	width: 80%;
	border-radius: 6px;
	background: #ffffff;
	text-align: center;
	-webkit-transform: translate3d(0, 0, 0) scale(1.185);
          transform: translate3d(0, 0, 0) scale(1.185);
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
	opacity: 0;
	-webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}
.mymodal-inner{
	padding: 16px;
    border-radius: 6px 6px 0 0;
    position: relative;
    background: #ffffff;
}
.mymodal-title {
    font-weight: 500;
    font-size: 18px;
    color: #1f1f21;
    text-align: center;
}
.mymodal-title + .mymodal-text {
    margin-top: 10px;
    color: #1f1f21;
}
.mymodal-buttons {
    height: 44px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.mymodal-button {
    width: 100%;
    padding: 0 5px;
    height: 44px;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    color: #ffa101;
    background: #ffffff;
    display: block;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    border-top: 1px solid #b5b5b5;
}
.mymodal-button:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    bottom: auto;
    width: 1px;
    height: 100%;
    background-color: #b5b5b5;
    display: block;
    z-index: 15;
    transform: scaleY(.5);
}
.mymodal-button:first-child,
.mymodal-button:last-child {
    border-radius: 0 0 8px 8px;
}
.mymodal-button:last-child:after {
  display: none;
}
.mymodal-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10600;
    visibility: hidden;
    opacity: 0;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}
.mymodal-overlay.mymodal-overlay-visible{
    visibility: visible;
    opacity: 1;
}
.mymodal.mymodal-in {
	opacity: 1;
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.mymodal.mymodal-out {
	opacity: 0;
	z-index: 10999;
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms;
	-webkit-transform: translate3d(0, 0, 0) scale(0.815);
	transform: translate3d(0, 0, 0) scale(0.815);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.m-toast{
	position: absolute;
	left: 50%;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 50px;
	color: white;
	padding: 0 20px;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	width: auto;
}
.m-actionsheet{
    position: fixed;
    left: 0;
    bottom: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 5000;
    width: 100%;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    z-index: 10601;
    background:#efeff4;
}
.m-actionsheet.active{
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s,-webkit-transform .4s;
}
.actions-cell{
	position: relative;
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
    background: #fff;
}
.actions-cell:before{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #e5e5e5;
    color: #e5e5e5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}
.actions-cancel{margin-top: 6px;}
.actions-title{
	position: relative;
    height: 65px;
    padding: 0 20px;
    line-height: 1.4;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
    font-size: 14px;
    color: #888;
    background: #fcfcfd;
}
.mymodal-mask{
	position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.m-loading .toast{
	position: fixed;
    z-index: 5001;
    width: 7.6em;
    min-height: 7.6em;
    top: 180px;
    left: 50%;
    margin-left: -3.8em;
    background: rgba(17, 17, 17, 0.7);
    text-align: center;
    border-radius: 5px;
    color: #FFFFFF;
}
.m-loading .icon{
	display: block;
	margin: 30px auto 6px auto;
    width: 38px;
    height: 38px;
    vertical-align: baseline;
    animation: loading 1s steps(12, end) infinite;
    background: url(../loading.svg) no-repeat;
    background-size: 100%;
}
@keyframes loading{
	0% {
	    -webkit-transform: rotate3d(0, 0, 1, 0deg);
	    transform: rotate3d(0, 0, 1, 0deg);
	}
	100% {
	    -webkit-transform: rotate3d(0, 0, 1, 360deg);
	    transform: rotate3d(0, 0, 1, 360deg);
	}
}


/***picker**/
.picker{
	display: none;
	position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    background-color: rgba(37,38,45,.4);
}
.picker .picker-panel{
	position: absolute;
    z-index: 600;
    bottom: 0;
    width: 100%;
    height: 273px;
    background: #fff;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition: all .3s; 
}
.picker.active .picker-panel{
	transition: all .3s; 
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.picker .picker-title{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
    position: relative;
    width: 100%;
    height: 60px;
    color: #999;
    border-bottom: 1px solid #E3E3E3;
}
.picker .picker-title .cancel,
.picker .picker-title .confirm{
	width: 70px;
	height: 100%;
	line-height: 60px;
}
.picker .picker-title .confirm{color: #1E90FF;}
.picker .picker-title .title{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	font-weight: 400;
    text-align: center;
	font-size: 18px;
	color: #333;
}
.border-1px:after,
.border-top-1px:after{
	content: '';
	display: block;
	position: absolute;
    border-bottom: 1px solid #ebebeb;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-transform-origin: 0 bottom;
    transform-origin: 0 bottom;
}
.border-top-1px:after{
	top: 0;
	bottom: auto;
}
.wheel-item{
	list-style: none;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
}
.picker-content{
	position: relative;
	height: 174px;
}
.mask-top,
.mask-bottom{
	
	z-index: 10;
    width: 100%;
    height: 68px;
    pointer-events: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.mask-top{
	    position: absolute;
	    top: 0;
	    background: -webkit-gradient(linear,left bottom,left top,from(hsla(0,0%,100%,.4)),to(hsla(0,0%,100%,.8)));
	    background: linear-gradient(0deg,hsla(0,0%,100%,.4),hsla(0,0%,100%,.8));
}
.mask-bottom{
	    position: absolute;
	    bottom: 1px;
	    background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.4)),to(hsla(0,0%,100%,.8)));
	    background: linear-gradient(180deg,hsla(0,0%,100%,.4),hsla(0,0%,100%,.8));
}
.wheel{
	-ms-flex: 1 1 1e-9px;
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-flex-basis: 1e-9px;
    -ms-flex-preferred-size: 1e-9px;
    flex-basis: 1e-9px;
    width: 1%;
    height: 173px;
    overflow: hidden;
    font-size: 20px;
}
.wheel-wrapper{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 16px;
}
.wheel-scroll{
	padding: 0;
    margin-top: 68px;
    line-height: 36px;
    list-style: none;
}


/*****toptip******/
.m-toptip{
    position: fixed;
    z-index: 10000;
    top:0;
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: #009688;
    transform: translate3d(0,-100%,0);
    transition: all .3s;
}
.m-toptip.success{background: #3cc51f;}
.m-toptip.warning{background: #f60;}
.m-toptip.active{
    transform: translate3d(0,0,0);
}
/*****toptip2******/
.m-toptip2{
    position: fixed;
    z-index: 10000;
    top:0;
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: #f44336;
    transform: translate3d(0,-100%,0);
    transition: all .3s;
}
.m-toptip2.success{background: #3cc51f;}
.m-toptip2.warning{background: #f60;}
.m-toptip2.active{
    transform: translate3d(0,0,0);
}