.mui-bar-nav{
	background-color: white;
	background-size: 100% 100%;
}
.mui-title{
	color: black;
	font-size: 20px;
}

.mui-bar-nav a{
	color: green;
}

.mui-bar-nav .mui-icon-left-nav{
	color: #ABAEB7;
}

.mui-bar-tab .mui-tab-item{
	color: gray;
}

/*.mui-bar-tab .mui-tab-item .mui-icon ~ .mui-tab-label{
	font-size: 15px;
}

.mui-bar .mui-icon{
	font-size: 25px;
}*/

.mui-bar{
	/*background-color: rgba(57,58,63,1);*/
	background-color: white;
}
.mui-bar-tab .mui-tab-item.mui-active{
	color: #02BC69;
}
.mui-bar-tab .mui-tab-item .mui-icon{
	width: initial;
}
.mui-bar-nav.mui-bar .mui-icon{
	padding-right: 15px;
    padding-left: 15px;
}
html,body{	
	width: 100%;
	height: 100%;
	background: #F7F7F7;
	display: box;
	display: -webkit-box;
	display: -moz-box;   
	display: -ms-flexbox;    
	display: -webkit-flex;    
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
header{
	box-shadow: none !important;
}
.shipperMain{
	width: 100%;
	height: 100%;
	position: relative;
}
.shipperMain >iframe{
	border: 0;
	margin-bottom: 3rem;
}
.shipperMain >nav{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3rem;
	z-index: 100;
	background: #fff;
}
.shipperMain >nav >a{
	padding: 0.18rem 0;
	height: 3rem;
	color: #9B9B9B;
}
.shipperMain >nav >.active{
	color: #02BC69;
}
.shipperMain >nav >a span:first-child{
	font-size: 1.7rem;
	line-height: 1.7rem;
}
.shipperMain >nav >a span:last-child{
	font-size: 0.6rem;
	line-height: 0.88rem;
}
.confirm{
	height: 1.11rem;
	/*background: -moz-linear-gradient(left, #02BC69, #52E06C);
	background: -webkit-linear-gradient(left, #02BC69, #52E06C);
	background: -o-linear-gradient(left, #02BC69, #52E06C);*/
	background: #ef7124;
	text-align: center;
	line-height: 1.11rem;
	color: #fff;
	border-radius: 0.09rem;
}
.confirm:active{
	background: #ccc;
} 
.clearfix::before, .clearfix::after { 
	display: block; 
	height: 0; 
	clear: both; 
	content: ""; 
	height: 0; 
	line-height: 0; 
	display: block; 
	clear: both; 
	visibility: hidden; 
}


.red_hint{
	width: 10px;      
	height: 10px;      
	background-color:red;  
	border-color: red;    
	border-radius: 50%;      
	margin-left: -10px;
	position:absolute
}
@keyframes moveRsLeft{
    from{
        left: 11rem;
        opacity: 0;
    }
    to{
        left: 0;
        opacity: 1;
    }
}
@-moz-keyframes moveRsLeft{
    from{
        left: 11rem;
        opacity: 0;
    }
    to{
        left: 0;
        opacity: 1;
    }
}
@-webkit-keyframes moveRsLeft{
    from{
        left: 11rem;
        opacity: 0;
    }
    to{
        left: 0;
        opacity: 1;
    }
}
@-o-keyframes moveRsLeft{
    from{
        left: 11rem;
        opacity: 0;
    }
    to{
        left: 0;
        opacity: 1;
    }
}
.rsLeft{
    left: 0 !important;
    opacity: 1 !important;
    -webkit-animation: moveRsLeft;
	-moz-animation: moveRsLeft;
	-ms-animation: moveRsLeft;
	-o-animation: moveRsLeft;
	animation: moveRsLeft;
    /*持续时间*/
   	-webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    /*动画播放次数*/
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    /*执行方向，动画执行结束时保持在它结束时的状态*/
   	-webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes moveRsRight{
    from{
        left: 0;
        opacity: 1;
    }
    to{
        left: 11rem;
        opacity: 0;
    }
}
@-moz-keyframes moveRsRight{
    from{
        left: 0;
        opacity: 1;
    }
    to{
        left: 11rem;
        opacity: 0;
    }
}
@-webkit-keyframes moveRsRight{
    from{
        left: 0;
        opacity: 1;
    }
    to{
        left: 11rem;
        opacity: 0;
    }
}
@-o-keyframes moveRsRight{
    from{
        left: 0;
        opacity: 1;
    }
    to{
        left: 11rem;
        opacity: 0;
    }
}
.rsRight{
    left: 11rem !important;
    opacity: 0 !important;
    -webkit-animation: moveRsRight;
	-moz-animation: moveRsRight;
	-ms-animation: moveRsRight;
	-o-animation: moveRsRight;
	animation: moveRsRight;
    /*持续时间*/
   	-webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    /*动画播放次数*/
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    /*执行方向，动画执行结束时保持在它结束时的状态*/
   	-webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.disFlexOne{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction:column;
	flex-direction: column;
}
.header{
	position: relative;
	z-index: 0;
	box-shadow: none;
}
.disFlex{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.flexColumn{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction:column;
	flex-direction: column;
}
.FlexOne{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
.fwb{
	font-weight: bold;
}
.tac{
	text-align: center;
}



@keyframes moveOpacityShow{
    0%{
    	opacity: 0;
    }
    100%{
    	opacity: 1;
    }
}
@-moz-keyframes moveOpacityShow{
    0%{
    	opacity: 0;
    }
    100%{
    	opacity: 1;
    }
}
@-webkit-keyframes moveOpacityShow{
    0%{
    	opacity: 0;
    }
    100%{
    	opacity: 1;
    }
}
@-o-keyframes moveOpacityShow{
    0%{
    	opacity: 0;
    }
    100%{
    	opacity: 1;
    }
}
.opacityShow{
	opacity: 1 !important;
    -webkit-animation: moveOpacityShow;
	-moz-animation: moveOpacityShow;
	-ms-animation: moveOpacityShow;
	-o-animation: moveOpacityShow;
	animation: moveOpacityShow;
    /*持续时间*/
   	-webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    /*动画播放次数*/
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    /*执行方向，动画执行结束时保持在它结束时的状态*/
   	-webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes moveOpacityHide{
    0%{
    	opacity: 1;
    }
    100%{
    	opacity: 0;
    }
}
@-moz-keyframes moveOpacityHide{
    0%{
    	opacity: 1;
    }
    100%{
    	opacity: 0;
    }
}
@-webkit-keyframes moveOpacityHide{
    0%{
    	opacity: 1;
    }
    100%{
    	opacity: 0;
    }
}
@-o-keyframes moveOpacityHide{
    0%{
    	opacity: 1;
    }
    100%{
    	opacity: 0;
    }
}
.opacityHide{
	opacity: 0 !important;
    -webkit-animation: moveOpacityHide;
	-moz-animation: moveOpacityHide;
	-ms-animation: moveOpacityHide;
	-o-animation: moveOpacityHide;
	animation: moveOpacityHide;
    /*持续时间*/
   	-webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    /*动画播放次数*/
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    /*执行方向，动画执行结束时保持在它结束时的状态*/
   	-webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}


@keyframes moveBoxTop{
    0%{
    	top: -3.35rem;
    }
    100%{
    	top: 0;
    }
}
@-moz-keyframes moveBoxTop{
    0%{
    	top: -3.35rem;
    }
    100%{
    	top: 0;
    }
}
@-webkit-keyframes moveBoxTop{
    0%{
    	top: -3.35rem;
    }
    100%{
    	top: 0;
    }
}
@-o-keyframes moveBoxTop{
    0%{
    	top: -3.35rem;
    }
    100%{
    	top: 0;
    }
}
.rsBoxTop{
	 top: 0 !important;
    -webkit-animation: moveBoxTop;
	-moz-animation: moveBoxTop;
	-ms-animation: moveBoxTop;
	-o-animation: moveBoxTop;
	animation: moveBoxTop;
    /*持续时间*/
   	-webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    /*动画播放次数*/
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    /*执行方向，动画执行结束时保持在它结束时的状态*/
   	-webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes moveBoxBotoom{
    0%{
    	top: 0;
    }
    100%{
    	top: -3.35rem;
    }
}
@-moz-keyframes moveBoxBotoom{
    0%{
    	top: 0;
    }
    100%{
    	top: -3.35rem;
    }
}
@-webkit-keyframes moveBoxBotoom{
    0%{
    	top: 0;
    }
    100%{
    	top: -3.35rem;
    }
}
@-o-keyframes moveBoxBotoom{
    0%{
    	top: 0;
    }
    100%{
    	top: -3.35rem;
    }
}
.rsBoxBotoom{
	top: -3.35rem !important;
    -webkit-animation: moveBoxBotoom;
	-moz-animation: moveBoxBotoom;
	-ms-animation: moveBoxBotoom;
	-o-animation: moveBoxBotoom;
	animation: moveBoxBotoom;
    /*持续时间*/
   	-webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    /*动画播放次数*/
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    /*执行方向，动画执行结束时保持在它结束时的状态*/
   	-webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    line-height: 0.51rem;
}


.box{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
	display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    z-index: 10;
}
.boxHead{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -5rem;
	width: 10rem;
	height: 3.35rem;
	background: #F8F8F8;
	border-bottom-left-radius: 0.37rem;
	border-bottom-right-radius: 0.37rem;
	display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.boxHead .liulq{
	width: 3.34rem;
	height: 2.8rem;
	border-radius: 0.5rem;
}
.boxHead div{
	display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
	margin-left: 0.37rem;
}
.boxHead div font,.boxHead div span{
	text-align: left;
}
.boxHead div font{
	line-height: 0.81rem;
	margin-top: 0.62rem;
	color: #2C2C2C;
	font-weight: bold;
	font-size: 0.66rem;
}
.boxHead div span{
	line-height: 0.48rem;
	margin-top: 0.25rem;
	color: #3D3D3D;
	font-size: 0.46rem;
}
.boxHead div i{
	color: #02BC69;
	font-style: normal;
}
.box .boxHead .jiantou{
	position: absolute;
	right: 0.38rem;
	top: 0.42rem;
	width: 2.1rem;
}
.box .flex{
	-webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@keyframes moveOtherRight{
    0%{
        left: 11rem;
        opacity: 0;
    }
    100%{
        left: 0;
        opacity: 1;
    }
}
@-moz-keyframes moveOtherRight{
	0%{
        left: 11rem;
        opacity: 0;
    }
    100%{
        left: 0;
        opacity: 1;
    }
}
@-webkit-keyframes moveOtherRight{
	0%{
        left: 11rem;
        opacity: 0;
    }
    100%{
        left: 0;
        opacity: 1;
    }
}
@-o-keyframes moveOtherRight{
	0%{
        left: 11rem;
        opacity: 0;
    }
    100%{
        left: 0;
        opacity: 1;
    }
}
.otherRight{
	left: 0 !important;
	opacity: 1 !important;
    -webkit-animation: moveOtherRight;
	-moz-animation: moveOtherRight;
	-ms-animation: moveOtherRight;
	-o-animation: moveOtherRight;
	animation: moveOtherRight;
    /*持续时间*/
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    /*动画播放次数*/
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    /*执行方向，动画执行结束时保持在它结束时的状态*/
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes moveOtherLeft{
    0%{
        left: 0;
        opacity: 1;
    }
    100%{
        left: 11rem;
        opacity: 0;
    }
}
@-moz-keyframes moveOtherLeft{
    0%{
        left: 0;
        opacity: 1;
    }
    100%{
        left: 11rem;
        opacity: 0;
    }
}
@-webkit-keyframes moveOtherLeft{
    0%{
        left: 0;
        opacity: 1;
    }
    100%{
        left: 11rem;
        opacity: 0;
    }
}
@-o-keyframes moveOtherLeft{
    0%{
        left: 0;
        opacity: 1;
    }
    100%{
        left: 11rem;
        opacity: 0;
    }
}
.otherLeft{
	left: 11rem !important;
	opacity: 0 !important;
	-webkit-animation: moveOtherLeft;
	-moz-animation: moveOtherLeft;
	-ms-animation: moveOtherLeft;
	-o-animation: moveOtherLeft;
	animation: moveOtherLeft;
    /*持续时间*/
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    /*动画播放次数*/
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    /*执行方向，动画执行结束时保持在它结束时的状态*/
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
/*弹性盒*/
.disFlex{
	display: box;
	display: -webkit-box;
	display: -moz-box;   
	display: -ms-flexbox;    
	display: -webkit-flex;    
	display: flex;
}
/*弹性盒纵向*/
.column{
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
/*flex1*/
.flex1{
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
/*弹性盒自动换行*/
.wrap{
	-webkit-box-lines: multiple;  
	-webkit-flex-wrap: wrap;  
	-moz-flex-wrap: wrap;  
   	-ms-flex-wrap: wrap;  
   	-o-flex-wrap: wrap;  
	flex-wrap: wrap;
}
/*弹性盒垂直居中*/
.alignCenter{
	-webkit-box-align: center;  
    -moz-box-align: center; 
    -ms-flex-align: center; 
    -webkit-align-items: center;  
    align-items: center;
}
.justifyCenter {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.justifySpaceAround {
    -webkit-box-pack: space-around;
    -moz-box-pack: space-around;
    -ms-flex-pack: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.justifySpaceBetween {
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.justifyEnd {
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
/*弹性盒水平居中*/
.payCenter,.packCenter{
	-webkit-box-pack: center;  
    -moz-box-pack: center; 
    -ms-flex-pack: center;  
    -webkit-justify-content: center;  
    justify-content: center;
}
.yqBack{
	width: 2.5rem;
	position: fixed;
	bottom: 4rem;
	left: 0;
	z-index: 2;
	border-radius: 50px;
	font-size: 0.4rem;
	color: #fff;
}

.yqBack img{
	width: 2.5rem;
}

.space{
    margin-top: 0.5rem;
}
.app-back-color-FFF {
    background-color: #FFFFFF;
}