
/*微信登记框*/
.Gshield_layer2 {position: fixed;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0,0,0,0.5);z-index: 9999;}
.Gwebkit_center2 {display: -webkit-box;-webkit-box-pack: center;-webkit-box-align: center;}
.prompttab {position: relative;display: block;width: 90%;font-size:13px; margin:0 auto;}
.prompttab .pt-title{ background:#f0efed; border-bottom:1px solid #e5e5e5; padding:15px 10px; color:#333333; border-radius:8px 8px 0px 0px; font-weight:bold;font-size:14px;}
.prompttab .pt-box-text{ 
padding:15px; text-align:center;background:#FFF;color:#444444; font-size:13px;max-height: 300px;overflow: auto;}
.prompttab .pt-box-text p{ line-height:24px; padding:5px 0;}

.prompttab .pt-box-ic01{ background:url(../../images/tab/error.png) no-repeat; width:48px; height:48px; margin:0 auto;}
.prompttab .pt-box-ic02{ background:url(../../images/tab/ok.png) no-repeat; width:48px; height:48px; margin:0 auto;}
.prompttab .pt-box-ic03{ background:url(../../images/tab/emotion.png) no-repeat; width:48px; height:48px; background-size:48px; margin:0 auto;}
.prompttab .pt-box-ic05{ background:url(../../images/tab/captcha.png) no-repeat; width:48px; height:48px; background-size:48px; margin:0 auto;}



.prompttab .pt-box-b{border-radius:0 0 8px 8px; padding:10px 10px; color:#444444; background:#FFF; text-align:center; border-top:1px solid #e5e5e5;}


.prompttab .pt-box-b .pt-btn{ display:inline-block;width:100px; height:30px;border-radius: 3px;
background-image:-moz-linear-gradient(top, #fafafa,#f1f1f1); /* Firefox */background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(1, #f1f1f1)); /* Saf4+, Chrome */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f1f1f1', GradientType='0'); /* IE*/
 line-height:33px; text-align:center; color:#666666; font-size:13px; border:1px solid #d1d1d1; margin:0 auto;}


.prompttab .pt-box-ic04 {margin:0 auto;display: block;z-index: 1;width: 24px;height: 24px;background:url(../../images/tab/loading.png) 0 0;-webkit-animation-duration: 500ms;-webkit-animation-iteration-count: infinite;-webkit-animation-timing-function: step-start;-webkit-animation-name: animate01;}
@-webkit-keyframes animate01 {
	 0%			{ background-position:  0px 0; }
	 12.5%		{ background-position:48px 0; }
	 25%		{ background-position:96px 0; }
	 37.5%		{ background-position:144px 0; }
	 50%		{ background-position:192px 0; }
	 62.5%		{ background-position:240px 0; }
	 75%		{ background-position:288px 0; }
	 87.5%		{ background-position:336px 0; }
	 100%		{ background-position:384px 0; }
}



/*微信登记框/E*/


