body,div,p,ul,li,ol,textarea,form,input,h1,h2,h3,h4,h5,h6,img,article,section,aside,header,footer,nav{margin:0;padding:0;}
body{font-family: "Microsoft YaHei",helvetica,arial;-webkit-text-size-adjust:none; font-size: 14px; line-height: 1.5; color:#333; margin: 0 auto;max-width: 640px;}
ul,ol,li{list-style:none}
table{border-collapse:collapse;border-spacing:0;}
img{border:0; vertical-align: middle;width: 100%;}
a{text-decoration:none;color:#333;-webkit-tap-highlight-color:rgba(0,0,0,.5);}
a {-webkit-touch-callout:none;}
*{-webkit-tap-highlight-color:rgba(0,0,0,.5)}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
.fl{ float: left;}
.fr{ float: right;}
.clearfix:before,.clearfix:after{content: "";display: table;}
.clearfix:after{clear: both;}
.clearfix{zoom:1;}
.wrap{padding: 10px 15px;}
input{ outline-style:none; -webkit-appearance:none; -moz-appearance: none; appearance:none; vertical-align: middle;}
/*弹性盒子*/
.box{
	display: -webkit-box; /*Safari and Chrome */
  display: -ms-flexbox;
	display: -moz-box; /*Firefox */
  display: flex;
    -webkit-box-align: center;
  -webkit-align-items: center;
       -ms-flex-align: center;
          align-items: center;
}
.box2 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
       -ms-flex-align: start;
          align-items: flex-start;
}

.b1{
	-webkit-box-flex: 1;/* Safari and Chrome */
	   -moz-box-flex: 1; /* Firefox */
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
.descript {
	margin: 23px 0 20px;
	font-size: 12px;
	text-align: center;
}
.legend {
	width: 100px;
	margin: 0 auto 12px;
	text-align: center;
	cursor: pointer;
}
.legend span {
	display: inline-block;
	margin-right: 10px;
	box-sizing: border-box;
	width:18px;
	height: 18px;
	border: 1px solid #b5b5b5;
	border-radius: 50%;
	vertical-align: middle;
}
.paper-list {
	height: 240px;
	overflow: hidden;
}
.paper-list li {
	margin-bottom: 10px;
	padding: 0 10px;
	line-height: 38px;
	border: 1px solid #d2d2d2;
	border-radius: 4px;
	cursor: pointer;
}
.paper-list li:last-child {
	margin-bottom: 0;
}
.paper-list li span {
	margin-top: 9px;
	float: right;
	display: block;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border: 1px solid #b5b5b5;
	border-radius: 50%;
}
.paper-list li.on span,.legend.on span{
	border: 0;
	background: url(../image/sel.png);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.show-more {
	padding-bottom: 13px;
	margin-top: 12px;
	position: relative;
}
.more-btn {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	width: 7em;
	color: #00a0e9;
	cursor: pointer;
}
.more-btn p{
	display: inline-block;
}
.more-btn span {
	display: inline-block;
	margin-left: 10px;
	width: 12px;
	height: 6px;
	background: url(../image/arrow-down.png) no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.mask {
	position: absolute;
	bottom: 0;
}
.show-more.on .mask {
	display: none;
}
.show-more.on .more-btn span {
	background: url(../image/arrow-up.png) no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.tit {
	margin-top: 20px;
	font-size: 24px;
	font-weight: 700;
	color: #005ebd;
	line-height: 1.2;
	text-align: center;
}
.tit span {
	color: #ff2400;
}
/* 表单填写 */
.entryBox {
	margin-bottom: 10px;
	margin-top: 22px;
}
.entryBox input {
    border: 1px solid #e0e0e0;
    font-size: 14px;
    line-height: 38px;
    color: #666;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
}
.entryBox .yzm input{
	width:65% ;
	margin-right: 5%;
}
.entryBox .btn {
    color: #fff;
    background: #00a0e9;
    line-height: 40px;
    width: 30%;
    text-align: center;
    border-radius: 2px;
}
.entryBox .btn.disabled {
	background-color: #b5b5b5;
}
.entryBox p{
	font-size: 12px;
	color: #666;
	line-height: 22px;
	text-align: center;
	margin: 10px auto 18px;
}
.entryBox button{
	font-size: 16px;
	color: #fff;
	background: #00a0e9;
	line-height: 40px;
	width: 100%;
	text-align: center;
	border:none;
	border-radius: 2px;
}
input::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder { 
    color: #333;
}
input:-moz-placeholder,
textarea:-moz-placeholder { 
    color: #333;
}
input::-moz-placeholder,
textarea::-moz-placeholder { 
    color: #333;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder { 
    color: #333;
}
.section {
	padding-bottom: 30px;
}
.sec-tit {
	text-align: center;
	margin-bottom: 25px;
}
.sec-tit h3 {
	font-size: 22px;
	font-weight: bold;
}
.sec-tit h3 span {
	color: #ff2400;
}
.sec-tit p {
	font-size: 12px;
	color: #666;
}
.pic-wrap {
	width: 85%;
	margin: 0 auto 15px;
}
.paper {
	width: 45%;
}
.paper p {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
}
.paper-content {
	margin: 0 auto 20px;
	width: 85%;
	font-size: 12px;
	color: #424242;
	text-align: center;
}
.paper-entryBox {
	margin-bottom: 15px;
}
.notice {
	font-size: 12px;
	color: #999;
	text-align: center;
}
@media only screen and (min-width:500px) {
	.descript,.sec-tit p,.notice {
		font-size: 18px;
	}
	.sec-tit h3 {
		font-size: 32px;
	}
	.paper-content,.paper p{
		font-size: 22px;
	}
}