@charset "utf-8";
* {
	margin:0;
	padding:0;
}
html {
	font-size:62.5%;
}
img,video{
	display: block;
}
ul,li,p,h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}
ul,li {
	list-style:none;
}
.clearfix::after {
	content: '';
	display: block;
	height: 0;
	overflow: hidden;
	clear:both;
}



a{
	color:#000;
	text-decoration:none;
}

img {
	border:0;
}
img,object,embed {
	max-width:100%;
	height:auto; 
}

.main img{
	width:100%;
}

body {margin:0px auto; font-size:16px; color:#333; line-height:24px;}

.main{ width:640px; margin:0 auto; height:auto;}
.con1 .telno{ display: block; font-size:24px; padding:4% 0;text-align: center;font-weight: bold;}
/* 表单样式 */
.biaodan .title {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	padding:3% 0;
	border-bottom: 2px solid #bd0401;
}

.biaodan .timeout {
	text-align: center;
	font-size: 15px;
	padding: 9px 0;
}

.biaodan .timeout .show {
	color: #f00;
}

.biaodan .banben {
	padding: 6px 0 15px;
}

.biaodan .banben li {
	float: left;
	width: 33%;
	text-align: center;
}

.biaodan .banben li label {
	display: block;
	width: 100%;
	font-size: 16px;
	cursor: pointer;
}

.biaodan .banben input {
	opacity: 0;
	width: 0;
	height: 0;
}

.biaodan .banben .radio-style::before {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 2px solid #767676;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	vertical-align: middle;
	margin-right: 6px;
}

.biaodan .banben input:checked+.radio-style::before {
	background-color: #f00;
	background-clip: content-box;
}

.biaodan .row {
	width: 90%;
	margin: auto;
	padding-bottom: 3%;
}

.biaodan .row .distpicker select {
	float: left;
	width: 47%;
	height: 40px;
	background: #eee;
	border: 0;
	margin-bottom: 3%;
	border-radius: 5px;
	outline: none;
	appearance: none;
	-webkit-appearance:none;
	padding:0 2%;
	box-sizing: border-box;
}

.biaodan .row .distpicker select:nth-child(1) {
	margin-right: 3%;
}

.biaodan .row input {
	height: 42px;
	display: block;
	width: 100%;
	background: #eee;
	border: 0;
	border-radius: 5px;
	outline: none;
	padding: 2%;
	box-sizing: border-box;
	font-size: 16px;
}

.biaodan-inner {
	border: 1px solid #bd0401;
	padding: 0 2% 3% 2%;
	border-radius: 5px;
}

.biaodan .btn input {
	display: block;
	width: 80%;
	height: 40px;
	margin: auto;
	border: 0;
	-webkit-tap-highlight-color: transparent;
	background: #e00000;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
	user-select: none;
	outline: none;
	cursor: pointer;
    -webkit-appearance: none;
}

.roll {
	padding: 3% 0;
}

.roll .title {
	text-align: center;
	font-size: 23px;
	background: #e00000;
	line-height: 48px;
	color: #fff;
}

.roll .element_id {
	height: 200px;
	overflow: hidden;
	background: #e3e3e3;
}

.roll .element_id p {
	text-indent: 0;
	font-size: 17px;
	padding: 0 2%;
	line-height: 1.7;
}
.dianhua {
	padding: 0 0 3% 0;
}
.dianhua a {
	display: block;
	width: 65%;
	margin: auto;
	text-align: center;
	background: #e00000;
	color: #fff;
	font-size: 19px;
	border-radius: 3px;
	-webkit-tap-highlight-color: transparent;
	padding: 2% 0;
	font-weight: bold;
}