

/*弹窗*/
#mry-opo-img img{width:338px;border: 11px solid #fff;border-bottom:none;}
#mry-mask { position:fixed; top:0px; left:0px; width:100%; height:100%; background:url(../images/opacity-75-block.png); z-index:99999; }
#mry-opo { position: fixed; z-index: 700000; left: 50%; top: 50%; border-radius: 5px;}
.popup-title{ height: 40px; line-height: 40px; padding: 0px 20px; font-size: 16px; color: #FF8000;}
.popup-title span{display: block; cursor: pointer;}
.popup-search{width: 400px; margin: 10px auto;}
.popup-firm{width: 400px; height: 200px;margin: 0 auto; border: 1px solid #ccc; }
.popup-firm table { border-width: 0px; margin: 0px;    }
.popup-firm table tr th {	font-weight: normal; }
.popup-firm table thead { -moz-user-select: none;-webkit-user-select: none; background: #f5f5f5;}
.popup-firm table tr th, 
.popup-firm table tr td { text-align: center;  padding: 10px 5px; word-wrap: break-word; border: 1px solid #CCCCCC; border-top-width: 0px; border-left-width: 0px; border-right-width: 1px; border-bottom-width: 1px; overflow:hidden; word-wrap: break-word;}
.popup-firm table tr td.td1{border-right: none;}
.popup-firm table tr td.td2{border-bottom: none;}
.but{
    width: 120px;
    height: 30px;
    margin: 10px auto;
    display: block;
    background: #f97200;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 16px;
	}
	
	
/*违反如实告知的后果弹框*/
.popup{padding:20px;font-size:18px;}
.popup .popup-top{border-bottom:2px dashed #ccc;padding-bottom: 17px;margin-bottom: 20px;}
.popup .popup-text ul li{background:url(../images/spot.png) no-repeat 0px 10px;padding-left:20px;line-height:30px;margin-bottom: 8px;}
.popup .popup-text h5{font-size:18px;    padding-bottom: 8px;}
.popup .feature-title{font-size:24px; border-left: 13px solid #044562;  padding-left: 10px;}