  /*--贷款弹窗样式和二维码样式--*/
   .three_wrapper {
   	margin-left: -624px;
   }
   
   .dash_line span {
   	color: #000;
   }
   
   .crcb-mask {
   	position: absolute;
   	top: 0;
   	left: 0;
   	width: 100%;
   	height: 100%;
   	background: rgba(0, 0, 0, .5);
   	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
   	z-index: 19;
   	text-align: center;
   	display: none;
   }
   
.crcb-dkquestion {
   	font-family: "微软雅黑";
   	width: 800px;
   	height: 330px;
   	background-color: #fff;
   	position: absolute;
   	left: 0;
   	right: 0;
   	top: 0;
   	bottom: 0;
   	margin: auto;
   	display: none;
   	z-index: 10000;
   	box-shadow: 3px 3px 10px #444;
   	-moz-box-shadow: 3px 3px 10px #444;
   	-webkit-box-shadow: 3px 3px 10px #444;
   	border-radius: 5px;
   }
   
   .crcb-dkquestion-title {
   	color: #E18700;
   	padding: 30px 50px;
   	font-size: 24px;
   }
   
   .crcb-dkquestion-item {
   	width: 730px;
   	height: 140px;
   	border: 1px #d2d2d2 solid;
   	border-radius: 5px;
   	margin: 0 auto;
   	color: #000;
   }
   
   .crcb-dkquestion-btn {
   	width: 800px;
   	height: 50px;
   	text-align: center;
   }
   
   .crcb-dkquestion-btn button {
   	font-family: "微软雅黑";
   	background-color: #d4d467;
   	color: #fff;
   	font-size: 16px;
   	width: 100px;
   	height: 30px;
   	border: none;
   	border-radius: 5px;
   	cursor: pointer;
   	outline: none;
   	margin-top: 15px;
   }
   
   .crcb-dkquestion-quest {
   	font-size: 18px;
   	padding: 20px 20px 10px 20px;
   }
   
   .crcb-dkquestion-xx {
   	font-size: 16px;
   	padding: 2px 40px;
   }
   
   .crcb-dkquestion-xx input {
   	padding: 5px;
   }
   
   .crcb-dkquestion-close {
   	font-size: 12px;
   	position: absolute;
   	top: 5px;
   	right:5px;
   	width: 32px;
   	height: 32px;
   	background-image: url(closemask.png);
   	cursor: pointer;
   }
   
   .login_box_bottom {
   	z-index: 10;
   }
   
   #blk9 {
   	position: fixed;
   	z-index: 10001;
   	opacity: 1;
   	height: 80%;
   	left: 0;
   	right: 0;
   	top: 0;
   	bottom: 0;
   	margin: auto;
    box-shadow: 3px 3px 10px #444;
   	-moz-box-shadow: 3px 3px 10px #444;
   	-webkit-box-shadow: 3px 3px 10px #444;
   	border-radius: 5px;
   }
   
   .right_green a {
   	opacity: 0.8;
   	-moz-opacity: 0.8;
   	filter: alpha(opacity=80);
   	color: #493627
   }
   
   .Qrcode-item {
   	height: 200px;
   	width: 160px;
   	float: left;
   	text-align: center;
   	margin: 5px 2px 5px 2px;
   }
   
   .crcb-QRcode {
   	position: absolute;
   	width: 870px;
   	height: 200px;
   	background-color: #FFFFFF;
   	display: none;
   	color: #444444;
   	font-size: 12px;
   	font-weight: bold;
   	border-radius: 5px;
   	left: 0;
   	top: 0;
   	right: 0;
   	bottom: 0;
   	margin: auto;
   	z-index: 10001;
   }