#book{
	/*position: absolute;
	right: 50%;
	left:50%;
	top:46%;
	bottom:20%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width:100%;*/
}
@media screen and (min-width: 1200px){
	.big_banner_img img{
		min-height: 340px;
	}
	#book{
		display: block;
	}
}
#book .div1200{
}
.clear{
	clear: both;
}
#book #modal-form-wrap{
	padding: 18px 32px;
	background: #ffffffe7;
	border: 1px solid #ccc;
	border-radius: 12px;
	width: 100%;
}
#book #modal-form-wrap .reg-form-wrap-title {
	font-size: 20px;
	color: #4C6AFF;
	text-align: left;
	font-weight: 600;
	margin-top: 0;
	line-height: 1.5;
	text-align: center;
}
#book #modal-form-wrap form{
	margin-top: 12px;
	width: 100%;
	margin: 20px auto 0;
}
#book #modal-form-wrap form .form-item{
	margin-bottom: 10px;
	position: relative;
}
#book #modal-form-wrap form .form-item .form-item-box{
	width: 100%;
	height: 32px;
	position: relative;
}
#book #modal-form-wrap form .form-item .form-item-box .form-item-input{
	height: 100%;
	background-color: transparent;
	width: 100%;
}
#book #modal-form-wrap form .form-item .form-item-box .form-item-input input{
	height: 100%;
	width: 100%;
	outline: none;
	border: none;
	line-height: 100%;
	background: #ffffffe7;
	border: 1px solid #E1E6ED;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-indent: 12px;
	margin-bottom: 14px;
	color: #000;
	font-size: 14px;
}
#book #modal-form-wrap form .form-item .form-item-box .form-item-input.yewu{
  position: relative;
}
#book #modal-form-wrap form .form-item .form-item-box .form-item-input input[name='type']{
  cursor: pointer;
}
#book #modal-form-wrap form .form-item .form-item-box .form-item-input ul{
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  z-index: 99;
  padding: 10px 0px;
  background: #fff;
  display: none;
}
#book #modal-form-wrap form .form-item .form-item-box .form-item-input:hover ul{
  display: block;
}
#book #modal-form-wrap form .form-item .form-item-box .form-item-input ul li{
  border-bottom: 1px solid #ddd;
  line-height: 250%;
  padding:0px 14px;
}
#book #modal-form-wrap form .form-item .form-item-box .form-item-input ul li a{
  width: 100%;
  height: 100%;
  display: block;
}
#book #modal-form-wrap form .form-item-btn{
	height: 44px;
}
#book #modal-form-wrap form .form-item-btn .form-item-box .form-item-input{
	background-color: #4C6AFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	position: relative;
}
#book #modal-form-wrap form .form-item-btn .form-item-box .form-item-input button{
	position: absolute;
	left: 0;
	background: transparent;
	width: 100%;
	height: 100%;
	border: none;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
#book #modal-form-wrap .form-buttom-slogan{
	text-align: center;
	width: 100%;
	height: 26px;
	line-height: 14px;
	font-size: 14px;
	color: #232D47;
}
#book #modal-form-wrap .form-buttom-slogan span{
	font-weight: 600;
	color: red;
}

#book .err111 {
	position: absolute;
	top: 100%;
	font-size: 12px;
	color: #ff0101;
	line-height: 150%;
}