	.mask{
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: #000;
		opacity: .7;
		display: none;
		z-index: 99;
	}
	.free-design {
  width: 262px;
  height: 280px;
  padding: 18px;
  border: 1px solid #d8d8d8;
  position: fixed;
left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
background-color: #fff;
z-index:999;
display:none;
}
.free-design .close{
		position: absolute;
		top: -15px;
		right: -15px;
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 30px;
		color: #fff;
		font-size: 16px;
		z-index: 1;
		cursor: pointer;
		background-color:rgba(0,0,0,.7);
		border-radius: 100%;
		
	}
.free-design h4 {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin: 0;
  margin-bottom: 20px;
  margin-top: 30px;
}
.free-design h4 em {
  padding: 0 5px;
  font-weight: normal;
  color: #9b2b2d;
  font-size: 30px;
}
.free-design p {
  line-height: 40px;
  text-align: center;
  margin-bottom: 20px;
}
.free-design p i {
  display: inline-block;
  background:#fd4b00;
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  width: 40px;
  margin-right: 5px;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
}
.free-design p > i:first-child {
  margin-left: 5px;
}
.free-design form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.free-design form fieldset > select:first-child {
  margin-right: 13px;
}
.free-design form input {
  width: 246px;
}
.free-design form select {
  width: 120px;
}
.free-design form input,
.free-design form select {
  height: 38px;
  padding-left: 10px;
  margin-top: 10px;
  border: 1px solid #d8d8d8;
}
.free-design form input[type=submit] {
  background-color: #9b2b2d;
  color: #fff;
  width: 258px;
  border: none;
  padding: 0;
  cursor: pointer;
}
.free-design form input[type=submit]:hover {
  background-color: #a20000;
}
.free-design h5 {
  font-weight: normal;
  color: #747474;
  line-height: 20px;
  margin: 0;
  margin-top: 10px;
}

	.menunav{
		overflow: initial;
	}
	.a-wrap{
		position: relative;
		float: left;
	}
	.menupro{
		float: none;
	}
	.menu-list{
		position: absolute;
		width: 250px;
		background-color: #f2f2f2;
		color: #000;
		top: 35px;
		display:none;
	}
	.menu-list dd{
		overflow: hidden;
		padding: 20px 10px;
		border-bottom: 1px solid #999;
		position: relative;
	}
	
	.menu-list >dd:last-child{
		padding:40px 10px 39px 26px;
		border: none;
	}
	.menu-list >dd:last-child:after{
		content: "";
	}
	.menu-list >dd:last-child i{
		font: 18px "微软雅黑";
		font-weight: bold;
	}
	.menu-list >dd:last-child p{
		font: 24px "微软雅黑";
		color: #ff4e00;
		font-weight: bold;
	}
	
	.menu-list dd:after{
		content: '>';
		position: absolute;
		bottom: 18px;
		right: 16px;
		color: #ff4e00;
		font:16px arial;
		font-weight: bold;
	}
	.menu-list dd:hover{
		background-color: #fff;
	}
	
	.menu-list dd:hover a{
		color: #000;
	}
	
	.menu-list dd span{
		display: inline-block;
		vertical-align: middle;
	}
	
	.menu-list dd h3{
		display: inline-block;
		width: 75%;
		vertical-align: middle;
		text-align: left;
		line-height: 1.2;
		font:18px "微软雅黑";
		font-weight: bold;
		border-left: 1px solid #000;
		margin-left: 5px;
		padding-left: 5px;
	}
	
	.menu-list dd small{
		display: block;
		font: 12px "微软雅黑";
		font-weight: bold;
	}
	.menu-list dd small i{
		
	}
