@charset "utf-8";
/* CSS Document */
/*初始化*/
body{max-width:768px; margin:0 auto; padding:0; font-size:0.12rem; font-family:"SourceHanSansSC-Light","Microsoft Yahei",微软雅黑,"Helvetica Neue",Arial,sans-serif; width:100%; color:#333;}
html,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,img,marquee{padding:0; margin:0;}
img{vertical-align:top; border:none;}
button,select,textarea{outline:none}
figure,form,fieldset{border:0;margin:0;padding:0}
textarea{resize:none}
ul,li{list-style-type:none;}
textarea:focus,input:focus{outline:none;}
table{border-collapse:collapse; border-spacing:0; empty-cells:show; }
a{color:#55585c;text-decoration:none;}
a:hover{text-decoration:none;}
b,strong{font-weight:normal;}
cite,em,i{font-style:normal;}
.c:after {content:"\200B"; display:block; height:0; clear:both;}
.c{*zoom:1;}
.fl {float:left;}
.fr {float:right;}

/*p元素里面的内容如果是数字和字母不能自动换行解决样式*/
.break-word{word-wrap: break-word;}

.rela{position: relative;}
.ab{position: absolute;}

.riseColor{color: #F35F5F !important;}
.fallColor {color: #3eb15e !important;}

.mui-bar-nav button:active{
	border: none !important\n;
	color: #F9AD51 !important;
}
.F9AD52{
	color: #F9AD52 !important;
}
.fw{
	font-weight: 600;
}
.bg-f1f1f1{
	background: #F1F1F1 !important;
}
/*背景渐变---按钮*/
.bg-gradient {
	background: linear-gradient(to right, #fec172, #f9ad52);
}
.pd12{
	padding: 0 .12rem;
}
.c999{
	color: #999 !important;
}
.flowHide{
	overflow: hidden;
}

.hide{
	display: none;
}

.hide2{
	display: none !important;
}
.c28{
	color: #282828 !important;
}
.f12px{
	font-size: 12px !important;	
}

.f12{
	font-size: .12rem !important;
}
.hr1px{
	border-bottom: 1px solid #F1F1F1;
}
/*元素垂直居中*/
.middle{
	display: flex;
	display: -webkit-flex; 
	align-items: center;
}

/*元素水平居中*/
.dom-center{
	 display: flex;
	 display: -webkit-flex; 
	 justify-content:center;
}
/*元素水平居中*/
.dom-left{
	 display: flex;
	 display: -webkit-flex; 
	 justify-content:flex-start;
}
.dom-rignt{
	 display: flex;
	 display: -webkit-flex; 
	 justify-content:flex-end;
}

.mui-icon-arrowright {
	color: #999 !important;
}


/*去掉a和所有点击的在移动端是点击时出现的背景色*/
*{
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}

/*解决ios不能输入问题*/
input,textarea{  
    -webkit-user-select: auto;  
}

.mui-popup-title {font-size:0.14rem;}
.mui-popup-text {font-size:0.12rem; font-weight:normal !important;}
.mui-popup-button-bold {font-size:0.14rem;}

.ovfHiden{overflow: hidden;height: 100%;}

/**/
input{
	-webkit-appearance: none; /* 去除ios默认且不无法  box-shadow: none;清除的  的内阴影 */
}

/*正在加载*/
.lodding {
	background: rgba(0,0,0,.5);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	display: none;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 45%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #f9ad52;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #f9ad52;
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
}

#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #f9ad52;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/*正在加载结束*/

/*导航*/
.msg-nav {
	padding: .1rem .6rem;
	border-bottom:solid 1px #F1F1F1;
}
.msg-nav div{
	/*width: 1.78rem;*/
	border-radius: .16rem;
	border: 1px solid #ddbe92;
	margin: 0 auto;
}
.msg-nav div a{
	width: 33.3%;
	height: .29rem;
	line-height: .29rem;
	text-align: center;
	font-size: .14rem;
	color: #ddbe92;
	display: block;
}
.msg-nav div a.active{
	background-color: #ddbe92;
	color: #fff;
	border-radius: .16rem;
}
/*导航*/

/*mui*/
.mui-pull-caption{
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
/*.mui-btn-blue, .mui-btn-primary, input[type=submit]{
    border: 1px solid #F9AD52;
    background-color: #F9AD52;
}*/

/*app未来上线提示*/
.app-shadow{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 999;
}
.app-shadow-box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 5px;
	background-color: #fff;
}

.app-shadow-box {
	width: 3rem;
}
.app-shadow-title{
	font-size: .15rem;
	color: #000;
	text-align: center;
	margin-top: .17rem;
	margin-bottom: .2rem;
	font-weight: normal;
}
.app-shadow-title{
	font-size: .15rem;
	color: #000;
	text-align: center;
	margin-top: .17rem;
	margin-bottom: .2rem;
	font-weight: normal;
	/*font-weight: 600;*/
}
.app-shadow-con p{
	padding: 0 .14rem .25rem .14rem;
	font-size: .14rem;
	color: #282828;
	text-align: center;
}
.app-ok{
	display: block;
	height: 0.36rem;
	line-height: 0.36rem;
	width: 1.5rem;
	border-radius: 0.2rem;
	text-align: center;
	font-size: 0.14rem;
	color: #fff;
	margin: 0 auto .25rem auto;
	background: linear-gradient(to right, #fec172, #f9ad51); 
}

/*未上线提示*/