﻿
#disabledbg_msg { position:absolute;left:0px;top:0px; 
   background-color:#000;
   width:100%;  /*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/ 
   filter:alpha(opacity=60);  /*设置透明度为60%*/ 
   opacity:0.6;  /*非IE浏览器下设置透明度为60%*/ 
   display:none; /*  */ 
   z-Index:895;} 




/*------------------------------------------------------------*/
/*               通用用户控件弹出窗口                         */
/*------------------------------------------------------------*/
.common_dialog {z-index: 900000;position: absolute;}
.common_dialog .headerbox {height:28px;width:100%;}
.common_dialog .headerbox .title{float:left;height:22px;line-height:18px;width:200px;text-align:left;padding-left:22px;background: url(images/dialog/title_ico2.gif) no-repeat;color:gray;}
.common_dialog .headerbox .close {float:right;height:22px;width:24px;background: url(images/dialog/dialog_close.gif) no-repeat;cursor:pointer;}
/*导航样式*/
.common_dialog .guidebox {width:100%;height:35px;color:#FF716F;}
/*信息提示用样式*/
.common_dialog .msgbox {width:100%;}
.common_dialog .msgbox .icon_ok{height:110px;width:15%;background: url(images/dftimg/ico_ok.gif) no-repeat center center;}
.common_dialog .msgbox .icon_err{height:110px;width:15%;background: url(images/dftimg/ico_err.gif) no-repeat center center;}
.common_dialog .msgbox .icon_blank{height:110px;width:10%;background-color:yellow;}
.common_dialog .msgbox .icon_ask{height:110px;width:15%;background: url(images/dftimg/ico_ask.gif) no-repeat center center;}
.common_dialog .msgbox .icon_wait{width:80px;height:60px;background: url(images/dftimg/waiting.gif) no-repeat;color:#000;}
.common_dialog .msgbox .msgtxt{width:82%;height:auto;vertical-align:middle;display:table-cell;}
.common_dialog .msgbox .msgtxt span{text-align:left;}
/*操作按钮*/
.common_dialog .msgbox .label{height:25px;line-height:25px;color:#4d4d4d;}
.common_dialog .msgbox .descn{height:auto;min-height:25px;color:#4d4d4d;font-size:26px;}
/*搜索框样式*/
.common_dialog .searchbar{margin:auto;width:98%;height:40px;margin-top:1px;background-color:#fff;border:solid 1px #FF6D39;text-align:center;border-radius: 15px 15px 15px 15px;}
.common_dialog .searchbar .txtbar{float:left;width:76%;margin-left:10px;height:35px;background-color:#fff;}
.common_dialog .searchbar .inputbtn{float:right;margin-right:2px;width:15%;height:38px; line-height:36px;margin-top:1px;color:#e2e2e2;background-color:gray;text-align:center;border-radius: 15px 15px 15px 15px}

/*全屏显示图框*/
.common_dialog .imagebox {width:100%;}
.common_dialog .imagebox .img{border:solid 2px #ddd;border-radius: 8px 8px 8px 8px;background-size:96% 96%;}


/*操作按钮*/
.common_dialog .opr_bar{width:100%;height:35px;margin-top:10px;}
.common_dialog .opr_bar .ok{height:30px;line-height:28px;text-align:center;font-size:10pt;color:#fff;border:solid 1px #E4393C;background-color:#E4393C;padding:0 8px 0 8px;border-radius: 5px 5px 5px 5px;cursor:pointer}
.common_dialog .opr_bar .close{height:30px;line-height:28px;text-align:center;font-size:10pt;color:#fff;border:solid 1px #949191;background-color:#949191;padding:0 8px 0 8px;border-radius: 5px 5px 5px 5px;cursor:pointer}
.common_dialog .opr_bar .none{height:30px;line-height:28px;text-align:center;font-size:10pt;color:gray;}
.common_dialog .opr_bar .lightbox{height:30px;width:60px;line-height:28px;text-align:center;font-size:10pt;color:gray;border:solid 1px gray;text-align:center;border-radius: 5px 5px 5px 5px;}
.common_dialog .opr_bar .loginbtn{float:left;margin-left:20px;width:80px;height:30px;line-height:25px;text-align:center;color:#fff;font-size:14px;background-color:#FE5905;padding:0 5px 0 5px;border-radius: 5px 5px 5px 5px;cursor:pointer}



#confirm-dialog {z-index: 999105;position: absolute;width: 420px;height: 195px;left: -300px; top: 421px;border-radius: 3px 3px 12px 12px;border-top:solid 5px #e8e8e8;border-left:solid 8px #e8e8e8;border-right:solid 8px #e8e8e8;border-bottom:solid 8px #e8e8e8;background-color:#fff;}
#confirm-dialog #headerbox {height:26px;width:420px;background-color:#e8e8e8;}
#confirm-dialog #headerbox .title{float:left;height:26px;line-height:20px;width:200px;text-align:left;padding-left:22px;background: url(images/dialog_title_ico2.gif) no-repeat;color:gray;}
#confirm-dialog #headerbox .close {float:right;height:26px;width:24px;background: url(images/dialog/dialog_close.gif) no-repeat;cursor:pointer;}
#confirm-dialog #msgbox {height:80px;width:420px;margin-top:20px;}
#confirm-dialog #msgbox .icon_ok {float:left;height:37px;width:41px;background: url(images/dialog/m_ok.gif) no-repeat; margin-left:2px}
#confirm-dialog #msgbox .icon_no {float:left;height:37px;width:41px;background: url(images/dialog/m_no.gif) no-repeat; margin-left:2px}
#confirm-dialog #msgbox .msg {float:left;height:37px;width:320px;font-size:14px;font-weight:bold;line-height:34px;}
#confirm-dialog #button {margin:auto;text-align:center;height:34px;width:280px;margin-top:10px;}
#confirm-dialog #button .ok{height:30px;line-height:28px;font-size:10pt;color:#fff;border:solid 1px #E4393C;background-color:#E4393C;padding:0 8px 0 8px;border-radius: 5px 5px 5px 5px;cursor:pointer}
#confirm-dialog #button .close{height:30px;line-height:28px;font-size:10pt;color:#fff;border:solid 1px #949191;background-color:#949191;padding:0 8px 0 8px;border-radius: 5px 5px 5px 5px;cursor:pointer}


#choiceopt-dialog {z-index: 999105;position: absolute;width: 420px;min-height:280px;left: -300px; top: 421px;border-radius: 3px 3px 3px 3px;border-top:solid 5px #e8e8e8;border-left:solid 8px #e8e8e8;border-right:solid 8px #e8e8e8;border-bottom:solid 8px #e8e8e8;background-color:#fff;}
#choiceopt-dialog #headerbox {height:26px;width:420px;background-color:#e8e8e8;}
#choiceopt-dialog #headerbox .title{float:left;height:26px;line-height:20px;width:200px;text-align:left;padding-left:22px;background: url(images/dialog/dialog_title_ico2.gif) no-repeat;color:gray;}
#choiceopt-dialog #headerbox .close {float:right;height:26px;width:24px;background: url(images/dialog/dialog_close.gif) no-repeat;cursor:pointer;}
#choiceopt-dialog #itembox {height:40px;width:420px;margin-top:20px;}
#choiceopt-dialog #itembox .descn {margin-left:5px;height:50px;width:410px;font-size:18px;font-weight:bold;line-height:20px;text-align:left;}
#choiceopt-dialog #optbox {width:420px;margin-top:20px;}
#choiceopt-dialog #optbox .descn {margin-left:5px;height:50px;width:410px;font-size:18px;font-weight:bold;line-height:20px;text-align:left;}
#choiceopt-dialog #optbox .label{float:left;padding:0 5px 0 5px;margin-left:5px;margin-top:3px;height:25px;line-height:25px;color:#4d4d4d;font-weight:bolder;}
#choiceopt-dialog #optbox .cls1{float:left;padding:0 10px 0 10px;margin-left:5px;margin-top:3px;height:25px;line-height:24px;border:solid 1px #e2e2e2;color:#4d4d4d;font-weight:bolder;cursor:pointer;border-radius: 3px 3px 3px 3px;}
#choiceopt-dialog #optbox .cls2{float:left;padding:0 10px 0 10px;margin-left:5px;margin-top:3px;height:25px;line-height:24px;border:solid 1px #FA8E19;color:#FA8E19;font-weight:bolder;background-color:#FA8E19;cursor:pointer;border-radius: 3px 3px 3px 3px;}
#choiceopt-dialog #optbox .cls2 a{color:#fff;}
#choiceopt-dialog #pricebox{width:415px;height:40px;margin-top:10px;border-top:solid 1px #e2e2e2;}
#choiceopt-dialog #pricebox .label{height:28px;line-height:26px;margin-top:10px;margin-left:20px;font-size:14px;font-family:Verdana,Georgia;color:#000;}
#choiceopt-dialog #pricebox .price{height:30px;margin-top:5px;margin-left:5px;}
#choiceopt-dialog #pricebox .price span{font-size:28px;color:#E4393C;font-weight:bolder;}
#choiceopt-dialog #item_cart{height:120px;margin:10px 0 13px 10px;}
#choiceopt-dialog #item_cart .label{margin-left:10px;height:45px;font-size:11.5pt;line-height:42px;color:#666666;}
#choiceopt-dialog #item_cart .label B{font-weight:bold;}
#choiceopt-dialog #item_cart .addissue{width:20px;height:30px;font-size:14pt;text-align:center;border:solid 1px #e2e2e2;background-color:#f8f8f8;cursor:pointer}
#choiceopt-dialog #item_cart .addtocart{height:35px;line-height:32px;font-size:12pt;color:#fff;border:solid 1px #E4393C;background-color:#E4393C;padding:0 15px 0 15px;border-radius: 5px 5px 5px 5px;cursor:pointer}
#choiceopt-dialog #item_cart .close{height:35px;line-height:32px;font-size:12pt;color:#fff;border:solid 1px #949191;background-color:#949191;padding:0 15px 0 15px;border-radius: 5px 5px 5px 5px;cursor:pointer}


#userlogin_dialog {z-index: 999105;position: absolute;width: 350px;height:210px;left:300px; top:421px;border-radius: 3px 3px 12px 12px;border-top:solid 5px #e8e8e8;border-left:solid 8px #e8e8e8;border-right:solid 8px #e8e8e8;border-bottom:solid 8px #e8e8e8;background-color:#fff;}
#userlogin_dialog #headerbox {height:26px;width:350px;background-color:#e8e8e8;}
#userlogin_dialog #headerbox .title{float:left;height:26px;line-height:20px;width:200px;text-align:left;padding-left:22px;background: url(images/dialog/dialog_title_ico.gif) no-repeat;color:gray;}
#userlogin_dialog #headerbox .close{float:right;height:26px;width:24px;background: url(images/dialog/dialog_close.gif) no-repeat;cursor:pointer;cursor:pointer;}
#userlogin_dialog #itext {height:85px;width:350px;padding:10px 0 0 0;}
#userlogin_dialog #itext .lb{float:left;height:40px;line-height:38px;width:100px;font-size:10.5pt;text-align:right;}
#userlogin_dialog #itext .txt{float:left;height:40px;width:200px;margin-left:8px;margin-top:5px;text-align:left;}
#userlogin_dialog #iresult {height:65px;width:350px;margin-top:3px;}
#userlogin_dialog #msgbox {height:28px;width:350px;}
#userlogin_dialog #msgbox .msg {width:330px;margin-left:10px;font-size:14px;color:red;font-weight:bold;text-align:center;}
#userlogin_dialog #button {height:34px;width:330px;}
#userlogin_dialog #button .ok {float:left;height:40px;width:130px;BACKGROUND: url(images/dialog/m_login3.png) repeat; color:#ffffff;margin-left:85px; CURSOR: pointer}
#userlogin_dialog #button .close {float:left;height:34px;width:80px;BACKGROUND: url(images/dialog/m_button2.gif) repeat;color:#ffffff; margin-left:10px; CURSOR: pointer}
#userlogin_dialog #button .oth {float:left;height:20px;width:90px;font-size:12px;padding:15px 0 0 6px;}

/*弹窗(div)整个页面不能动效果*/
#disabledbg { position:absolute;left:0px;top:0px; 
   background-color:#000; 
   width:100%;  /*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/ 
   filter:alpha(opacity=60);  /*设置透明度为60%*/ 
   opacity:0.6;  /*非IE浏览器下设置透明度为60%*/ 
   display:none; /*  */ 
   z-Index:2;} 