* {
	margin: 0;
	padding: 0;
}

body {
	color: #333333;
	font-size: 0.12rem;
	font-family: "Microsoft YaHei", Tahoma, Arial, Simsun, sans-self;
}

input,
select,
textarea {
	vertical-align: middle;
	outline: none;
}


/*出去获得焦点下的蓝色边框*/

textarea {
	resize: none;
}


/*禁止用户缩放文本框*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	-moz-appearance: button;
}


/*按钮初始化*/

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #ccc;
}


/*修改placeholder文字颜色*/

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ccc;
}

.clearfix::after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}

ol,
ul,
li {
	list-style-type: none;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: inherit;
}

i,
em {
	font-style: normal;
}

b,
strong {
	font-weight: normal;
}

@font-face {
	font-family: 'iconfont';
	/* project id 1259758 */
	src: url('//at.alicdn.com/t/font_1259758_lkirjm0f5oe.eot');
	src: url('//at.alicdn.com/t/font_1259758_lkirjm0f5oe.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_1259758_lkirjm0f5oe.woff2') format('woff2'), url('//at.alicdn.com/t/font_1259758_lkirjm0f5oe.woff') format('woff'), url('//at.alicdn.com/t/font_1259758_lkirjm0f5oe.ttf') format('truetype'), url('//at.alicdn.com/t/font_1259758_lkirjm0f5oe.svg#iconfont') format('svg');
}

.iconfont {
	font-family: iconfont;
}

[v-cloak] {
	display: none
}
.banner{
	height: 2.2rem;
	background-color: #ccc;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;flex-direction: column;justify-content: center;
}
.banner .page-title{
	font-size: 0.2rem;
	font-weight: normal;
	line-height: 0.28rem;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.7);
	text-align: center;
	color: #fff;
}
.banner .sub-title{
	font-size: 0.12rem;
	font-weight: normal;
	padding: 0 0.15rem;
	color: #fff;
	text-align: center;
	margin-top: 0.1rem;
}
.section-box{
	margin-top: 0.15rem;
	padding: 0.15rem;
	background-color: #fff;
}
.section-box:nth-of-type(1){
	margin-top: 0;
}
.section-box:nth-last-of-type(1){
	padding-bottom: 0.24rem;
}
.section-box .section-title{
	font-size: 0.17rem;
	line-height: 0.24rem;
	margin-bottom: 0.1rem;
}
.section-box .section-title.icon{
	padding-left: 0.3rem;
	background-position: left top;
	background-size: auto 0.24rem;
	background-repeat: no-repeat;
}
.section-box .section-title.vertical-line{
	border-left: 0.02rem solid #25ac65;
	padding-left: 0.05rem;
}
.section-box .section-text{
	font-size: 0.14rem;
	line-height: 0.22rem;
	text-align: justify;
}
.section-box .section-img{
	margin-top: 0.15rem;
}
.section-box .section-img img{
	display: block;
	width: 100%;
}
.section-box .section-img.padding{
	height: 1.6rem;
	text-align: center;
	background-color: #FAFAFA;
}
.section-box .section-img.padding::after{
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
	vertical-align: middle;
}
.section-box .section-img.padding img{
	display: inline-block;
	width: auto;
	max-height: 90%;
	vertical-align: middle;
}

@keyframes float {
	from {
		transform: translateY(-3px);
	}
	50% {
		transform: translateY(3px);
	}
	to {
		transform: translateY(-3px);
	}
}

.btn-button {
	display: inline-block;
	font-size: 0.15rem;
	width: 1rem;
	height: 0.34rem;
	line-height: 0.32rem;
	text-align: center;
	border-radius: 0.04rem;
	border-width: 0.01rem;
	box-sizing: border-box;
}

.btn-large{
    width: 100%;
    height: 0.44rem;
    line-height: 0.42rem;
    font-size: 0.16rem;
    margin-top: 0.15rem;
}

.btn-button-primary {
	border-color: #25ac65;
	background-color: #25ac65;
	color: #fff;
}

.btn-button-primary:focus,
.btn-button-primary:hover {
	border-color: #30d57e;
	background-color: #30d57e;
}

.btn-button-primary:active {
	border-color: #51af51;
	background-color: #51af51;
}

.btn-button-default {
	border-color: #999;
	background-color: transparent;
	color: #333;
}

.btn-button-default:focus,
.btn-button-default:hover {
	border-color: #c2e7b0;
	background-color: #f0f9eb;
	color: #67c23a;
}

.btn-button-default:active {
	border-color: #25ac65;
	color: #25ac65;
}