@charset "utf-8";
 .popup_content {
  width: 100%;
  max-width: 500px;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  z-index: 998;
}
.popup_box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
}
.popup_box.bottom {
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
}
.popup_main {
  width: 72.2222%;
}
.prompt_popup_content {
  background-color: #ffffff;
}
.loading_icon{  
    width: 30px;
    height: 30px;
    background: url(./loading.gif) no-repeat center;
	margin: 0px auto;    padding-top: 30px;
    background-size: 100%;
    text-align: center;
}
.curProCon{
	width: 100%;
	display: table;
	text-align: center;
	position: fixed;
	left: 0;
	bottom: 11%;
	z-index: 99999999999;
}

.curProHide{
	animation: fade-in;/*鍔ㄧ敾鍚嶇О*/  
    animation-duration: .18s;/*鍔ㄧ敾鎸佺画鏃堕棿*/  
    -webkit-animation:fade-in .18s;/*閽堝webkit鍐呮牳*/
}

.curProCon .curProBox{
	width: 100%;
	text-align: center;
	display: table-cell;
}

.curProCon .curProBox span{
	max-width: 80%;
	min-width: 150px;
	line-height: 22px;
	padding: 6px 5px;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	background-color: #404040;
	border-radius: 5px;
}