@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
ul,li{ list-style:none;}
.clear{ clear:both;}
.popuplogin div.popuploginBox{ width:420px;background:#fff;}
div.popuploginBox{ border:2px solid #CCC; font-family:"微软雅黑";}
div.popuploginBox .popupHeader{ width:100%; height:34px; line-height:34px; background:#f3f3f3; font-size:14px;
}
div.popuploginBox .popupHeader .popupTitle{ padding-left:10px;font-family:"微软雅黑"; width:auto; height:34px; line-height:34px; overflow:hidden; float:left; color:#666666;font-size:15px;}
div.popuploginBox .popupHeader .popupClose{ width:14px; height:14px; display:block; background:url(img/closeImg.jpg) no-repeat; float:right;position:relative;right: 10px;top: 10px;}
div.popuploginBox .popupConent{ padding:50px 0 50px 25px; font-size:12px;}
div.popuploginBox  .popupConent .popupInfoUL{ float:left;}
div.popuploginBox  .popupConent .popupInfoUL li{ float:left; width:100%; line-height:22px; vertical-align:middle; padding:10px 0;} 
div.popuploginBox  .popupConent .popupInfoUL li label{ float:left; height:22px; line-height:22px; color:#333333;width:auto;font-family:"微软雅黑"; font-size:14px;}
div.popuploginBox  .popupConent .popupInfoUL li  input.popupTxt{ float:left; width:150px; text-indent:3px; height:20px; line-height:20px; border:1px solid #707070; color:#212121;}
div.popuploginBox  .popupConent .popupInfoUL li div.textBox{ float:left; width:auto; height:22px; line-height:22px; padding-right:8px;}
div.popuploginBox  .popupConent .popupInfoUL li  a.phoneToSend{ color:#006633; height:22px; line-height:22px; float:left; display:block; width:auto; font-style:italic; text-decoration: underline;font-family:"微软雅黑";font-size:14px;}
div.popuploginBox  .popupConent .popupInfoUL li span.popupMessageError{ float:left; width:100%; padding-top:15px; color:#ff0000; font-family:"宋体"; font-weight:bold; text-indent:60px;}
div.popuploginBox  .popupConent .popupInfoUL li span.is_4g_mes_error{ float:left; width:100%; padding-top:15px; color:#ff0000; font-family:"宋体"; font-weight:bold; }
div.popuploginBox .popupConent .popupInfoUL li span.ErrorNoTelecom{ text-indent:0;text-align:center;}
div.popuploginBox  .popupConent  div.popupBtnBox{ /*float:left;*/padding:20px 0 0 0; width:80%; padding-left:60px;}
div.popuploginBox  .popupConent  div.popupBtnBox .popupOK,div.popuploginBox  .popupConent  div.popupBtnBox .popupCancel{ background:#ff8200; width:105px; height:34px; line-height:34px; color:#FFF; display:block; text-align:center; font-family:"微软雅黑"; font-size:14px;border-radius:5px; float:left;}
div.popuploginBox  .popupConent  div.popupBtnBox .popupCancel{ background:#cccccc; margin-right:15px;font-family:"微软雅黑";}

.popupConfirm  div.popuploginBox{ width:420px;background:#fff;}
div.popuploginBox  .popupConent .popupConfirmInfoUL li{ width:100%; line-height:30px; font-size:14px; color:#333333;font-family:"微软雅黑";}
div.popuploginBox  .popupConent .popupConfirmInfoUL li span.popupRedSpan{ color:#ff0000;font-family:"微软雅黑";}
.popupConfirm  div.popuploginBox .popupConent{ padding:40px 0 40px 25px;}
div.popuploginBox a{cursor: pointer;}

#numberPopup .popupConent{padding:50px 0 50px 70px;}
#numberPopup div.popupBtnBox{ padding:30px 0 0 70px}
.loginPopuCss{
	display:none;
	position:fixed;
	z-index:1002;
	top:20%;
	left:36%;
}
.black_overlay_repeat {
 display: none;
 position: fixed;
 top: 0%;
 left: 0%;
 width: 100%;
 height: 100%;
 background-color:#f5f5f5;
 z-index:1001;
 -moz-opacity: 0.8;
 opacity:.80;
 filter: alpha(opacity=80);
 background: #666666 url(/dqmh/static/js/jquery/ui-lightness/images/ui-bg_flat_10_000000_40x100.png) repeat 50% 50% ; 
 opacity: .50;filter:Alpha(Opacity=50);
}