*,html,body{
	margin:0px;
	padding: 0px;
	font-family: "微软雅黑";
}
ul{
	list-style: none;
}
.wapper{
	width: 100%;
	left: 0px;
	right: 0px;
	margin: auto;
	font-size: 16px;
}
.form-item{
	margin: 10px 30px;
}
.crcb-label{
	display: inline-block;
	width: 200px;
	text-align: left;
}
.crcb-label-right{
	display: inline-block;
	width: 200px;
	text-align: right;
}
.big-label{
	width: 300px;
}
.crcb-input{
	border: 1px #d3d3d3 solid;
	border-radius: 4px;
	outline: none;
	padding: 3px 10px;
}
select{
	outline: none;
	border-radius: 4px;
	padding: 3px 10px;
	border: 1px #d3d3d3 solid;
	cursor: pointer;
}
.crcb-select{
	width: 300px;
}
.crcb-select-small{
	padding: 2px 2px;
	width: 80px;
}
.crcb-select-normal{
	width: 155px;
}
.get-code{
	display: inline-block;
	padding: 3px 5px;
	text-align: center;
	background-color: #e1e100;
	border-radius: 4px;
	margin-left: 10px;
	cursor: pointer;
	border: none;
	font-size: 14px;
	color: #fff;
}
.get-code:hover{
	background-color: #D4D504;
}
.sq{
	background-color: #E3E3E3;
	font-size: 20px;
	padding: 5px 10px;
	border-radius: 4px;
	text-align: center;
	margin-bottom: 30px;
}
.sb{
	background-color: #E3E3E3;
	padding: 5px 10px;
	border-radius: 4px;
	text-align: center;
	width: 100px;
	font-size: 14px;
	margin-bottom: 10px;
}
.oper-btn{
	text-align:center ;
	margin-top: 20px;
	margin-bottom: 20px;
}
.crcb-btn{
	border: 1px #fa9920 solid;
	background-color: #FA9920;
	padding:6px 30px;
	border-radius: 5px;
	cursor: pointer;
	outline: none;
	color: #fff;
}
.btn-red{
	background-color: #C7254E;
	color: #fff;
}
.crcb-btn:hover{
	text-decoration: underline;
}
font{
	font-size: 12px;
	color: red;
	margin-left:3px ;
}
.branch-panel{
	position: fixed;
	width: 740px;
	height: 80%;
	border: 1px #E18700 solid;
	background-color: #fff ;
	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;
	font-size: 14px;
	display: none;
	z-index: 10001;
}
.branch-panel li{
	float: left;
	border: 1px #d3d3d3 solid;
	border-radius: 3px;
	width: 135px;
	height: 30px;
	margin: 4px;
	cursor: pointer;
	text-align: center;
	line-height: 30px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
}
.branch-panel li:hover{
	background-color: #E18700;
	border: 1px #E18700 solid;
	font-size: 18px;
	color: #fff;
}
.branch-panel-header{
	height: 40px;
	font-size: 16px;
	color: #fff;	
	line-height: 40px;
	background-color: #E18700;
}
.close{
	float: right;
	font-size: 12px;
	display: inline-block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-image: url(close1.png);
	background-repeat: no-repeat;
    background-position: 50% 50%;
}
.list-title{
	display: inline-block;
	width: 100px;
	text-align: center;
}
.branch-panel-list{
	width:740px;
	height: auto;
}
.buy-btn{
	border: none;
	background-color: #FA9920;
	padding:3px 10px;
	border-radius: 3px;
	cursor: pointer;
	outline: none;
	color:#fff;
}
.buy-btn:hover{
	background-color: #d27807;
}
.displayNone{
	display: none;
}
#map-code-div{
	width: 200px;
	height: 100px;
	display: none;
}
#map-code-div input{
	border:1px #d2d2d2 solid;
	padding: 3px;
	border-radius: 3px;
}
#mapCode{
	cursor: pointer;
	border-radius: 3px;
}