
/* 关于我们 */
.about-section {

}

.about-section .section1 {
	padding: 1rem 0 .9rem;
}

.about-section .section1 .title {
	font-size: .36rem;
	font-family: Impact;
	color: #333333;
	line-height: .48rem;
	margin-bottom: .3rem;
}

.about-section .section1 .singlepage {
	font-size: .24rem;
  	color: #333333;
	font-weight: lighter;
	line-height: .36rem;
}

.about-section .section2 {
	background: #efefef;
	padding-top: 1.15rem;
	padding-bottom: 1.3rem;
}

.about-section .section2 .item {
	display: flex;
	align-items: center;
	margin-top: .55rem;
	background: #ffffff;
}

.about-section .section2 .item:first-child {
	margin-top: 0;
}

.about-section .section2 .item .litpic {
	width: 32%;
	height: 0;
	padding-bottom: 25%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.about-section .section2 .item .desc {
	flex: 1;
	padding: 0 1rem;
	font-size: .34rem;
	color: #333333;
}

@media (max-width: 767px) {
	.about-section .section1 .title {
		margin-top: .3rem;
		font-size: .48rem;
		line-height: 1.2;
	}
	.about-section .section1 .singlepage {
		font-size: 18px;
		line-height: 24px;
	}
	.about-section .section2 .item .litpic {
		width: 100%;
    	padding-bottom: 50%;
	}
	.about-section .section2 .item .desc {
		padding: 50px 40px;
		font-size: 18px;
		line-height: 1.5;
	}
	
	.about-section .section2 .item {
    display: flex;
    align-items: center;
    margin-top: 0.55rem;
    background: #ffffff;
    flex-direction: column;
}
}

/* 关于我们 */

/* FAQ列表 */
.faq-section {
}

.faq-section .section1 {
	background: #f7f7f7;
	padding-top: .75rem;
	padding-bottom: .7rem;
}

.faq-section .section1 .list {
	margin-bottom: .6rem;
	background: #ffffff;
	padding: .2rem .45rem .62rem;
}

.faq-section .section1 .list .item {
	border-bottom: .01rem solid #dddddd;
	position: relative;
	padding-bottom: .23rem;
}

.faq-section .section1 .list .item .icon {
	position: absolute;
	width: .18rem;
	height: .1rem;
	right: .18rem;
	top: .3rem;
	z-index: 2;
	transition: all .3s;
}

.faq-section .section1 .list .item .title {
	font-size: .24rem;
	color: #333333;
	font-weight: bold;
	line-height: 100%;
	padding-top: .23rem;
	transition: all .3s;
	cursor: pointer;
}

.faq-section .section1 .list .item .desc {
	height: 0;
	overflow: hidden;
	font-size: .24rem;
	color: #333333;
	line-height: .36rem;
	text-align: justify;
	font-weight: lighter;
	transition: all .3s;
}

.faq-section .section1 .list .item .desc .ans {
	color: #49a7e5;
	font-weight: bold;
	margin-right: .08rem;
}

.faq-section .section1 .list .item.active .icon {
	transform: rotate(180deg);
}

.faq-section .section1 .list .item.active .title {
	color: #49a7e5;
	padding-bottom: .23rem;
}

.faq-section .section1 .list .item.active .desc {
	height: auto;
}

@media (max-width: 767px) {
	.faq-section .section1 .list {
		padding: .2rem .3rem .62rem;;
	}
	.faq-section .section1 .list .item {
		padding-bottom: .3rem;
	}
	.faq-section .section1 .list .item .icon {
		top: .38rem;
	}
	.faq-section .section1 .list .item .title {
		font-size: .36rem;
		line-height: 1.5;
	}
	.faq-section .section1 .list .item .desc {
		font-size: .36rem;
		line-height: 1.5;
	}
}

/* FAQ列表 */

/* DONATION */
.donation-section {

}

.donation-section .section1 {
	padding-top: .95rem;
	padding-bottom: .86rem;
}
.donation-section .section1 .litpic {
	
}
.donation-section .section1 .title {
	font-size: .36rem;
	color: #333333;
	font-family: Impact;
	line-height: .48rem;
	margin-bottom: .3rem;
}
.donation-section .section1 .singlepage {
	font-size: .18rem;
	color: #333333;
	font-weight: lighter;
	line-height: .3rem;
}
.donation-section .section1 .more {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.28rem;
	height: .48rem;
	background: #ff2400;
	border: .04rem solid #fb806c;
	border-radius: .5rem;
	font-size: .16rem;
	color: #ffffff;
	text-transform: uppercase;
}
@media(max-width:768px) {
	.donation-section .section1 .title {
		margin-top: 15px;
	}
	.donation-section .section1 .singlepage {
		font-size: 18px;
		line-height: 24px;
	}
	.donation-section .section1 .more {
		width: 120px;
		height: 40px;
		font-size: 16px;
	}
	.donation-section .section1 .title {
    font-size: .48rem;}
}
/* DONATION */

/* help */
.help-section {

}
.help-section .section1 {
	background: #efefef;
	padding-top: .74rem;
	padding-bottom: .7rem;
}
.help-section .section1 .singlepage {
	background: #ffffff;
	padding: .6rem .7rem;
	font-size: .18rem;
	color: #333333;
	line-height: .24rem;
}
@media(max-width:768px) {
	.help-section .section1 .singlepage {
		font-size: 18px;
		line-height: 24px;
		padding: .4rem .4rem;
	}
}
/* help */

/* 联系我们 */
.contact-section .section1 {
	padding: .7rem 0 .7rem;
}

.contact-section .section1 .box {
}

.contact-section .section1 .cate-title {
	font-size: .48rem;
	color: #333333;
	font-family: Impact;
	line-height: .3rem;
	margin-bottom: .4rem;
}

.contact-section .section1 .code-box {
	margin-bottom: .6rem;
}

.contact-section .section1 .code-box .items {
	margin-bottom: .15rem;
}

.contact-section .section1 .code-box .items .litpic {
	display: block;
	width: .30rem;
	height: .30rem;
}

.contact-section .section1 .code-box .items .title {
	font-size: .22rem;
	color: #333333;
	line-height: .30rem;
	padding-left: .40rem;
}

.contact-section .section1 .item {
	margin-bottom: .15rem;
}

.contact-section .section1 .item .input {
	display: block;
	width: 100%;
	height: .5rem;
	background-color: #eeeeee;
	border: none;
	font-size: .16rem;
	padding: 0 .15rem;
	outline: none;
}

.contact-section .section1 .submit-box {}

.contact-section .section1 .submit-box .codeInput {
	width: calc(100% - 3.3rem);
	height: .5rem;
	background: #eeeeee;
	border: none;
	font-size: .16rem;
	padding: 0 .15rem;
}

.contact-section .section1 .submit-box .code {
	width: 1.6rem;
	height: .5rem;
	cursor: pointer;
	margin-left: .1rem;
	margin-right: .1rem;
}

.contact-section .section1 .submit-box .submit {
	width: 1.5rem;
	height: .5rem;
	line-height: .5rem;
	background: #ef4139;
	font-size: .16rem;
	font-weight: lighter;
	color: #FFFFFF;
	text-align: center;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.contact-section .section1 .code-box .items .title {
		font-size: .36rem;
		padding-left: 0.56rem;
		line-height: .48rem;
	}
	.contact-section .section1 .code-box .items .litpic {
    width: 0.48rem;
    height: 0.48rem;
}

	.contact-section .section1 .item {
		margin-bottom: .3rem;
	}
	.contact-section .section1 .item .input {
		height: 40px;
		font-size: 14px;
	}
	.contact-section .section1 .submit-box .codeInput {
		width: calc(100% - 158px - 15px);
		height: 40px;
		font-size: 14px;
	}
	.contact-section .section1 .submit-box .code {
		width: 158px;
		height: 40px;
		margin-left: 15px;
		margin-right: 0;
		float: none;
	}
	.contact-section .section1 .submit-box .submit {
		float: none;
		width: 180px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		margin: 15px auto 0;
	}
}

/* 联系我们 */
