/*  */
.container {
    background-color: var(--color-bg-white);
}

.header, .section, .footer, .copyright {
    padding: 0 3.56rem;
	overflow: hidden;
}
.section {
	position: relative;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.section-content {
	align-items: flex-start;
	color: #666666;
}
.section-description {
	width: 5.36rem;
	padding: 0.88rem 0 0.8rem;
	line-height: 0.4rem;
	text-align: justify;
	font-size: 0.24rem;
}
.section-intro .section-description {
	width: 6.8rem;
	font-size: 0.16rem;
	line-height: 0.28rem;
	padding: 0.40rem 0 0.48rem;
}
.section-description > p {
	display: block;
	flex-direction: row;
	align-items: center;
	padding-top: 0.16rem;
}
.section-intro .section-description > p {
	padding-top: 0;
}
.section-description > p > span {
	display: inline;
	font-weight: bold;
	color: #333333;
}
.section__title, .section__subtitle {
	font-weight: bold;
	color: #333333;
}
.section-intro .section__title, .section-intro .section__subtitle {
	color: #FFFFFF;
}
.section__subtitle {
	flex-direction: row;
	align-items: flex-end;
	font-size: 0.48rem;
}
.section-intro .section__subtitle {
	font-size: 0.32rem;
	font-weight: normal;
}
.section-service .section__subtitle:before,
.section-guarantee .section__subtitle:before {
	content: "";
	display: block;
	width: 0.16rem;
	height: 0.16rem;
	background: linear-gradient(180deg, #FF7C3D, #FF4A2E);
	margin-right: 0.16rem;
	margin-bottom: 0.04rem;
}
.section__title {
	font-size: 0.88rem;
	margin: 0.16rem 0;
}
.section-intro .section__title {
	position: relative;
	padding-top: 0.72rem;
	font-size: 0.68rem;
}
.section-intro .section__title > img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 2.82rem;
	height: 1.32rem;
}
.section-intro .section__title > span {
	position: relative;
}

.header {
	justify-content: center;
	background-color: #FFFFFF;
    height: 0.88rem;
	box-shadow: 0 0.07rem 0.09rem 0 rgba(216, 222, 241, 0.16);
}
.header__logo {
    width: 1.76rem;
    height: 0.56rem;
}

.section-intro {
	height: 7.2rem;
	background: linear-gradient(to bottom, #FF8247, #FF5338);
}
.section-intro .section-content {
	color: #FFFFFF;
}
.section-intro-bg {
	height: 0.97rem;
	flex-direction: row;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}
.section-intro-bg > img {
	flex: 1;
}
.section-intro > img {
	width: 3.52rem;
	height: 7.36rem;
	transform: translateY(1.2rem);
}

.section-service {
	height: 11.4rem;
	background-color: #FFFFFF;
}
.section-service > img {
	width: 5.12rem;
	height: 8.24rem;
}

.section-guarantee {
	height: 11.4rem;
	background-color: #F5F5F5;
}
.section-guarantee > img {
	width: 5.12rem;
	height: 8.24rem;
}

.footer {
	height: 3.56rem;
	background-color: #3E3E3E;
	font-size: 0.2rem;
	color: #FFFFFF;
}
.footer img {
	width: 0.24rem;
	height: 0.24rem;
	margin-right: 0.08rem;
}
.footer > p {
	flex-direction: row;
	align-items: center;
}
.footer-contact {
	padding: 0.61rem 0 0.51rem;
	font-size: 0.48rem;
	font-weight: bold;
}
.footer-phone {
	padding: 0.29rem 0;
}
.footer-bar {
	background-color: #303030;
}

.copyright {
	flex-direction: row;
	align-items: center;
	height: 0.64rem;
	background-color: #303030;
	font-size: 0.14rem;
	color: #FFFFFF;
}
.copyright > span {
	margin-right: 0.08rem;
}

.button--primary, .button--default {
	flex-direction: row;
	align-items: center;
    height: 0.56rem;
    border-radius: 0.56rem;
    padding: 0 0.29rem;
    font-size: 0.2rem;
    cursor: pointer;
    user-select: none;
}
.button--primary {
	background: linear-gradient(180deg, #FF7C3D, #FF4A2E);
    color: #FFFFFF;
}
.button--primary:hover {
    background: #FF4507;
}
.button--default {
    background-color: #FFFFFF;
    color: #FF7C3D;
}
.button--default:hover {
    background-color: #FFE5D8;
}

