/*阴影*/
.toolsCover{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 219;
}
.weui_dialog_alert{
	font-size: 0.15rem;
	width: 66%;
	/* min-height: 1.25rem; */
	position: fixed;
	top: 50%;
    transform: translateY(-50%);
	left: 17%;
	background-color: #fff;
	border-radius: 0.1rem;
	z-index: 520;
    /*border:1px solid #c2c2c2;*/
}
.weui_dialog_hd{
	width: 100%;
	max-height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
	box-sizing: border-box;
    font-weight: bold;
    line-height: 0.55rem;
    font-size: 0.16rem;
	/*border-bottom: 1px solid #e9e9e9;*/
}
.weui_dialog_title{
	line-height:0.16rem;
	display: block;
	margin: 0.16rem 0 0 0;
}
.weui_dialog_bd{
	width: 100%;
	min-height: 0.45rem;
    font-size: 0.14rem;
    padding: 8% 10%;
	text-align: center;
	box-sizing: border-box;
	border-bottom: 1px solid #e9e9e9;
    box-sizing: border-box;
    overflow: scroll;
	color: #333;
    /*white-space:nowrap;
    overflow-y: hidden;*/
}
.weui_dialog_ft{
	width: 100%;
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
	box-sizing: border-box;
	/*border-bottom: 1px solid #e9e9e9;*/
    font-size: 0.16rem;
}
.weui_btn_dialog{
	text-decoration: none;
	color: #3083FB;
}
/*confirm样式*/
.weui_dialog_confirm{
    font-size: 0.15rem;
    width: 66%;
    /* min-height: 1.25rem; */
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 17%;
    background-color: #fff;
    border-radius: 0.1rem;
    z-index: 220;
    /*border:1px solid #c2c2c2;*/
}
.weui_dialog_confirm .default{
    margin-right: 0.8rem;
}

.weui_popup{
	font-size: 0.15rem;
	width: 40%;
	height: 0.6rem;
	line-height: 0.6rem;
	position: fixed;
	top:3rem;
	left: 30%;
	background-color: #fff;
	border-radius: 0.06rem;
	text-align: center;
	background-color: #000;
	opacity: 0.7;
	color: #fff;
}
/* begin-Loading */
/*2020/11/9修改*/
.cover {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* background: rgba(0, 0, 0, 0.6); */
    background: rgba(255, 255, 255, 0.8);		
    z-index: 500;
}
.cover > .waiting {
    position: absolute;
    top: 35%;	
    left: 0;
    transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    color: #fff;
	text-align: center;
	width: 100%;
}
.cover > .waiting.normalLoading{
    top: 40%;	
}
.waiting img{		
	display: block;
    width: 25%;
    margin: 0 auto;
    position: relative;
}
.waiting.normalLoading img{		
	width: 20%;
}
.waiting > .title{
	/* margin-top: 0; */

	font-size: 0.16rem;
	color: #0093cf;
	margin: 0 auto;
	width: 80%;
	height: auto;
	line-height: 0.24rem;
	margin-top: -0.16rem;

}
.spinner {
    width: 100%;
    text-align: center;
}

.spinner > div {
    width: 0.4rem;
    height: 0.4rem;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s;
}

@-webkit-keyframes bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
/* end-Loading */


/* 弹窗 */
.alertFixed{
		position: fixed;
		    top: 0;
		    bottom: 0;
		    left: 0;
		    right: 0;
		    background-color: rgba(0,0,0,0.4);
		    z-index: 101;
			display: flex;
			justify-content: center;
			align-items: center;
			font-size: 0.16rem;
	}
	.alertFixed .box{
		width: 60%;
		min-height: 100px;
		background-color: #FFFFFF;
		text-align: center;
		position: relative;
		border-radius: 5px;
		overflow: hidden;
		padding-bottom: 35px;
		animation:0.1s formore
	}
	@keyframes formore{
		from{width: 0;height: 0;}
		to{width: 60%;min-height: 100px;}
	}
	.title{
		height: 40px;
		line-height: 40px;
	}
	.content{
		padding: 10px;
		text-align: center;
	}
	.sureBtn{
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 35px;
		line-height: 35px;
		border-top: 1px solid #eeeeee;
	}
	/* confirm */
	.sureBtn .confirm{
		width: 50%;
		float: left;
	}
	.sureBtn .cencle{
		float: left;
		width: 50%;
		border-left: 1px solid #eeeeee;
		box-sizing: border-box;
	}
	
	

	.ruleText{
		height: 100%;
		overflow-y: scroll;
	}


/* 火车提醒 */		
#coverCredent{
	position: fixed;
	top: 0;bottom: 0;
	left: 0;right: 0;
	background-color: rgba(0,0,0,0.3);
	/* display: flex; */
	/* justify-content: center; */
	/* align-items: center; */
	z-index: 100;
	font-size: 0.17rem;
	color: #333;
}
.credentGroupPop{
	position: relative;
	background-color: #ffffff;
	border-radius: 0.12rem;
	/* overflow: hidden; */
	/* padding: 0 0.15rem; */
	width: 2.9rem;
	/* height: 200px; */
	margin: 0 auto;
	/* padding-bottom: 0.1rem; */
	margin-top: 0.9rem;
}
.credentList{
	padding: 0 0.15rem;
	max-height: 1.3rem;
	overflow-y: scroll;
}
.closeCredent{
	position: absolute;
	/* right: 0.15rem; */
	/* top: 0; */
	cursor: pointer;
	z-index: 100;
	background-image: url(../../homepage/images/close.png);
	height: 0.44rem;
	width: 100%;
	/* background-size: 15px; */
	background-position: center;
	background-repeat: no-repeat;
	/* background-color: rgba(255, 255, 255, 0.4); */
	background-size: auto 100%;
	bottom: -0.5rem;
}
.credentTitle{
	height: 50px;
    line-height: 50px;
    text-align: center;
	margin-bottom: 12px;
	font-size:0.17rem;
	font-weight:600;
	color:#333333;
	padding-top: 0.05rem;
}
.credent{
	/* height: 20px; */
	line-height: 20px;
	font-size: 0.17rem;
	color: rgb(51,51,51);
	padding: 8px 0;
	box-sizing: content-box;
}
.credentTips{
	height:22px;
	font-size:0.17rem;
	font-weight:500;
	color:rgba(255,122,0,1);
	line-height:22px;
	margin-top: 12px;
}
.credent span:first-of-type{
	display: inline-block;
	/* width: 150px; */
}
.credent span:nth-of-type(2){
	display: inline-block;
	width: 100px;
	margin: 0 20px;
}
.credent span:last-of-type{
	display: inline-block;
	width: 100px;
	font-weight: 600;
	color: rgba(51,51,51,1);
}
.credentBtn{
	width:220px;
	height:38px;
	background:rgba(246,170,36,1);
	border-radius:4px;
	color: #FFFFFF;
	text-align: center;
	line-height: 38px;
	margin: auto;
	/* margin-top: 30px; */
	margin-top: 0.1rem;
	cursor: pointer;
	font-size: 0.17rem;
}
/* 关闭提示 */
.closeGroupPop{
	width: 2.9rem;
}
.closeBody{
	text-align: center;
	padding: 0.2rem 0.15rem 0.12rem 0.15rem;
}
.closeBtn{
	width: 100%;
	text-align: center;
	height: 0.48rem;
	line-height: 0.48rem;
	border-radius: 4px;
	color: #007AFF;
	text-align: center;
	margin: auto;
	border-top: 1px solid #CBCBCB;
}
.tipsImg{
	    display: inline-block;
	    width: 0.27rem;
	    height: 0.27rem;
	    position: absolute;
}
.tipsImg img{
	position: absolute;
	width: 0.27rem;
	height: 0.27rem;
    top: 0;
    left: -0.3rem;
}
.credentBtnGroup{
	padding: 0.15rem;
	padding-top: 0;
}
.credentBtnGroup .cancelBtn{
	display: block;
	width: 100%;
	text-align: center;
	height: 0.44rem;
	line-height: 0.44rem;
	color: #3083FB;
	border:2px solid rgba(112,134,216,1);
	font-size:0.17rem;
	border-radius:8px;
	margin-top: 0.1rem;
	text-decoration: none;
}

.credentBtnGroup .credentBtn{
	width: 100%;
	text-align: center;
	height: 0.44rem;
	line-height: 0.44rem;
	color: #FFFFFF;
	background-color: #007AFF;
	border:2px solid #007AFF;
	font-size:0.17rem;
	border-radius:8px;
}
.alertTips{
	position: fixed;
	bottom: 0.62rem;
	width: 70%;
	text-align: center;
	font-size: 0.12rem;
	background-color: #717171;
	margin-left: 12%;
	color: #ffffff;
	border-radius: 4px;
	height: 0.15rem;
	line-height: 0.15rem;
	padding: 0.1rem 0.08rem;
	z-index: 101;
}