*{

	margin: 0;

	padding: 0;

}

.img{

	width: 100%;

}

#main{

	width: 100%;

	max-width: 640px;

	margin: 0 auto;

	background: #FFFFFF;

}

a{

	text-decoration: none;

	list-style: none;

	color: #ffffff;

	cursor: pointer;

}

.head{

	width: 100%;

}

#content{

	position: relative;

	border-left:1px dashed #bf1d1a;

	box-sizing: border-box;

	margin: 20px 10px;

	padding-top: 20px

}

.left-top{

	display: block;

	position: absolute;

	width: 6px;

	height: 6px;

	border-radius: 3px;

	top: -3px;

	left: -3px;

	background: #BF1D1A;

}

.left-bottom{

	display: block;

	position: absolute;

	width: 6px;

	height: 6px;

	border-radius: 3px;

	bottom: -3px;

	left: -3px;

	background: #BF1D1A;

}

.tittle{

	margin-left:20px;

	margin-top: 20px;

	padding: 5px 0;

	position: relative;

}



.tittle i{

	display: block;

	height: 10px;

	width: 10px;

	position: absolute;

	border-radius: 5px;

	left: -26px;

	top: 50%;

	border: 1px dashed #BF1D1A;

	margin-top: -7px;

	background: #FFFFFF;

}

.jsdt{

	width: 90%;

	margin: 0 auto;

}

.boximg{

	box-sizing: border-box;

	margin-top: 20px;

}

.form{

	width: 90%;

	margin: 0 auto;

}

.form>div>div{

	width: 48%;

	margin: 20px auto;

	margin-bottom: 0;

	border: 1px solid #ccc;

	padding: 2px;

}

.lf{

	float: left;

}

.rt{

	float: right;

}

.form>div:after{

	display: block;

	height: 0;

	clear: both;

	content: '';

}

.form input{

	width: 80%;

	display: inline-block;

	line-height: 40px;

	font-size: 18px;

	padding-left: 5px;

	outline-color: invert ;

	outline-style: none ;

	outline-width: 0px ;

	border: none ;

	border-style: none ;

	text-shadow: none ;

	-webkit-appearance: none ;

	-webkit-user-select: text ;

	box-shadow: none;

}

.form select{

	width: 99%;

	display: inline-block;

	line-height: 40px;

	height: 40px;

	font-size: 18px;

	outline-color: invert ;

	outline-style: none ;

	outline-width: 0px ;

	border: none ;

	border-style: none ;

	text-shadow: none ;

	-webkit-user-select: text ;

	box-shadow: none;

}

.btn{

	width: 60%;

	display: block;

	background: #BF1D1A;

	color: #FFFFFF;

	font-size: 16px;

	text-align: center;

	border-radius: 5px;

	margin: 20px auto;

	padding: 5px 0;

}

			