.main_buy{
	width: 100%;
	background: #000000;
	padding-bottom: 80px;
}
.bannerB{
	width: 100%;
}
.bannerB img{
	width: 100%;
}
.onlineBuy{
	width: 1200px;
	height: 2971px;
	color: #999;
	margin: 0 auto;
}
.buyTip{
	background: #333333;
	color: #999;
}
.buyTip div span{
	padding-top: 23px;
	padding-left: 25px;
	font-size: 20px;
}
.buyTip div div{
	padding-left: 25px;
	line-height: 30px;
	font-size:6px;
}
.buyTip .buy_time{
	padding: 20px 0 20px 0;
}
.buyTip .buy_qupiao{
	padding: 0 0 20px 0;
}

/*表单样式*/
.buyForm{
	margin-top: 20px;
	color:#999;
}
.buyForm-box{
	width: 1200px;
}
.addPeople-box{
	width: 1200px;
	height: 70px;
	color:#848484;
	font-size:14px;
	overflow: hidden;
	position: relative;
}
.buyForm input{
	outline: none;
	width:150px;
	padding:0 5px;
	background: #000000;
	color:#848484;
	border: 1px solid #000000;
}
input::-webkit-input-placeholder {
       /* placeholder颜色  */
       color: red;
        /* placeholder字体大小  */        
        font-size: 12px;
        /* placeholder位置  */
        text-align: right;
    }
.buyForm .formBox{
	display: inline-block;
	width: 250px;
	height: 40px;
	border: 1px gray solid;
	line-height: 40px;
	padding-left: 20px;
	margin-right: 22px;
	margin-top: 25px;
}
#choiceDate{
	background: url(../images/5/xiala_1.png) no-repeat right center;
	
}
.buyForm .btn{
	display: block;
	width: 140px;
	height: 42px;
	font-size: 18px;
	line-height: 42px;
	background: #808080;
	color:#000;
	margin:23px 5px;
	border: 1px solid #000000;
}
.buyForm .choice{
	display: inline-block;
	width: 250px;
	height: 40px;
	font-size:14px;
	border: 1px gray solid;
	line-height: 40px;
	padding-left: 20px;
	margin-right: 22px;
	margin-top: 25px;
	overflow: hidden;
	
}
#choicePart option{
	width: 250px;
}
.choice select{
	appearance:none;
  	-moz-appearance:none;
  	-webkit-appearance:none;
	width: 170px;
	height: 40px;
	color: gray;
	background: #000000;
	outline:none;
	background: url(../images/5/xiala_1.png) no-repeat right center;
	border: none;
	float: right;
	margin-right: 5px;
	padding-right: 30px;
}
.buyForm .beiZhu{
	display: inline-block;
	width: 550px;
	height: 40px;
	border: 1px gray solid;
	font-size:14px;
	line-height: 40px;
	padding-left: 20px;
	margin-right: 22px;
	margin-top: 25px;
	overflow: hidden;
}
.beiZhu input{
	/*resize: none;*/
	width: 400px;
	height: 36px;
}
.buyForm .btn_b{
	background: #dfb873;
	display: inline-block;
	width: 140px;
	height: 42px;
	font-size: 18px;
	line-height: 42px;
	text-align: center;
	color:#000000;
	margin:23px 5px;
	border: 1px solid #000000;

}
.btn_b:hover{
	cursor: pointer;
}
/*删除人员样式*/
#num-clear{
	position: absolute;	
	right: 595px;
	top: 35px;
}
#num-clear:hover{
	cursor: pointer;
}
.btn_a{
	color: #dfb873;
	font-weight: 800;
}
/*参观须知*/
.notice-box{
	margin: 0 auto;
	width: 100%;
	color: #8c8c8c;
}
.notice-box h3{
	line-height: 40px;
	font-size: 18px;
	font-weight: 100;
}
.notice-box p{
	word-wrap: break-word;
	font-size: 12px;
	line-height: 30px;
}
