html,body{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
.left{
	float: left;
}
.binding{
	width: 910px;
	height: auto;
	float:left;
    margin:20px 55px;
}
.binding-1{
	width: 910px;
	height: 40px;
	line-height: 40px;
	color: #fc6c6c;
	font-size: 14px;
}
.binding-1 img{
	vertical-align: middle;
}
.binding-2{
	width: 908px;
	height: 128px;
	border: 1px solid #ebebeb;
	margin-top: 20px;
}
.basic{
    border:none;
    font-size:16px;
    color:#494949; 
    margin-top: 10px;
    margin-left: 30px;
}
.basic tr td{
    width:200px;
    height:50px;
}
.basic tr td:first-of-type{
    text-align:left;
    width:130px;
    height:50px;
}
.binding-3{
	width: 908px;
	height: auto;
	margin-top: 30px;
	border: 1px solid #ebebeb;
	border-top-color: #f69696;
	border-top-width: 2px;
	position: relative;
}
.binding-img{
	width: 150px;
	height: 40px;
	font-size: 18px;
	color: #fffefe;
	line-height: 40px;
	text-align: center;
	position: absolute;
	top: -20px;
	left: 30px;
	background: url(../images/bgbg.png) center no-repeat;
}
.binding-tip{
	width: 580px;
	height: 40px;
	line-height: 40px;
	margin-left: 20px;
	margin-top: 40px;
	padding: 0 20px;
	background-color: #e5e5e5;
	color: #2e2d2d;
	font-size: 18px;
	border-radius: 5px;
}
.binding-num{
	width: 908px;
	height:auto;
	margin-top: 30px;
    /*clear:both;*/
    overflow:auto;
}
.binding-num-left{
	width: 520px;
	height: auto;
	margin-left: 20px;
}
.binding-num-left td{
	color: #636363;
	font-size: 18px;
    line-height:50px;
}
.binding-num-left input{
	height: 28px;
	outline: none;
	font-size: 16px;
	font-weight: bolder;
}
.binding-num-left select{
    height:28px;
    font-size:16px;
    outline:none;
}
.binding-num-right{
	width: 330px;
	height: auto;
}
.binding-button{
	margin-top:10px;
	margin-left:105px;
    margin-bottom:20px;
}
.binding-button input{
	width: 110px;
	height: 50px;
	font-size: 20px;
	background-color: #c71414;
	color: #fff;
	border: 0;
	border-radius: 10px;
    cursor:pointer;
}
.binding-4{
	width: 908px;
	height: auto;
	margin-top: 30px;
    padding:30px 0;
	border: 1px solid #ebebeb;
    border-top-color: #f69696;
    border-top-width: 2px;
	position: relative;
}
.lis-tip{
    color: #fc6c6c;
    text-align: center;
    line-height: 300px;
}
.lis-tip img{
    vertical-align:middle;
}