
#mb_box{
	display: none;
            width: 100%;
            height: 100%;
            z-index: 99999;
            position: fixed;
            filter: Alpha(opacity=60);
            background-color: black;
            top: 0;
            left: 0;
            opacity: 0.6;
   }
#mb_con{
	
	top: 230px;
	display: none;
            z-index: 999999;
            width: 302px;
            height: 239px;
            position: fixed;
             background-color: white;
            border-radius: 15px;
            
        }
#mb_tit{
            display:block;
            font-size:18px;
            color: #000000;
            padding: 40px 115px;
            border-radius: 15px 15px 0 0;
        }
 #mb_msg{
            text-align: center;
            line-height: 20px;
            font-size: 14px;
            color: #FF6C00;
        }
#mb_ico{
            display: block;
            position: absolute;
            right: 10px;
            top: 9px;
            border: 1px solid Gray;
            width: 18px;
            height: 18px;
            text-align: center;
             line-height: 16px;
            cursor: pointer;
            border-radius: 12px;
            font-family: 微软雅黑;
        }
#mb_btnbox{
            margin: 15px 0 10px 0;
            text-align: center;
        }
#mb_btn_ok,#mb_btn_no{
            width: 90px;
            height: 37px;
            color: #FF6C00;
            font-size: 16px;
             background-color: #ffffff;
            border:1px solid #FF6C00;
            border-radius: 5px;
            cursor:pointer;
        }
#mb_btn_ok{
            margin-left: 0px;
            margin-top: 30px;
 
            
        }
#mb_btn_no{
            
            margin-left: 46px;
             margin-top: 30px;
        }

#mb_ico:hover{

                 background-color: #FF6C00;
                color: white;
            }
        
#mb_btn_ok:hover{
                 background-color: #FF6C00;
                color: white;
            }
        
        
#mb_btn_no:hover{
                 background-color: #FF6C00;
                color: white;
            }
        
 
#mb_box1{
	display: none;
            width: 100%;
            height: 100%;
            z-index: 99999;
            position: fixed;
            filter: Alpha(opacity=60);
            background-color: black;
            top: 0;
            left: 0;
            opacity: 0.6;
   }
#mb_con1{

	top: 230px;
	display: none;
            z-index: 999999;
            width: 302px;
            height: 239px;
            position: fixed;
             background-color: white;
            border-radius: 15px;

            
        }
#mb_tit1{
            display:block;
            font-size:18px;
            color: #000000;
            padding: 40px 115px;
            border-radius: 15px 15px 0 0;
        }
 #mb_msg1{
            text-align: center;
            line-height: 20px;
            font-size: 14px;
            color: #FF6C00;
        }
#mb_ico1{
            display: block;
            position: absolute;
            right: 10px;
            top: 9px;
            border: 1px solid Gray;
            width: 18px;
            height: 18px;
            text-align: center;
             line-height: 16px;
            cursor: pointer;
            border-radius: 12px;
            font-family: 微软雅黑;
        }
#mb_btnbox1{
            margin: 15px 0 10px 0;
            text-align: center;
        }
#mb_btn_ok1,#mb_btn_no1{
            width: 90px;
            height: 37px;
            color: #FF6C00;
            font-size: 16px;
             background-color: #ffffff;
            border:1px solid #FF6C00;
            border-radius: 5px;
            cursor:pointer;
        }
#mb_btn_ok1{
            margin-left: 0px;
            margin-top: 30px;
 
            
        }
#mb_btn_no1{
            
            margin-left: 46px;
             margin-top: 30px;
        }

#mb_ico1:hover{

                 background-color: #FF6C00;
                color: white;
            }
        
#mb_btn_ok1:hover{
                 background-color: #FF6C00;
                color: white;
            }
        
        
#mb_btn_no1:hover{
                 background-color: #FF6C00;
                color: white;
            }
 #bg {
	display:none;
	position:absolute;
	top:0%;
	left:0%;
	width:100%;
	height:1776px;
	background-color:black;
	z-index:1001;
	-moz-opacity:0.7;
	opacity:.70;
	filter:alpha(opacity=70);
}
#show {
	display:none;
	position:fixed;
	top: 10%;
  left: 26%;
	padding:16px;
	background-color:white;
	z-index:1002;
	overflow:auto;
}
#mb_ico{
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  border: 1px solid Gray;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 16px;
  cursor: pointer;
  border-radius: 12px;
  font-family: 微软雅黑;
}

#mb_ico:hover{
  background-color: #FF6C00;
  color: white;
  }
