* {
	margin: 0;
	padding: 0;
	outline: none;
	box-sizing: border-box;
	border: none;
}
html {
    font-size: 0.9px;
}
body {
    font-family: PingFangTC-Regular;
    background: rgba(161, 105, 53, 0.06);
}
.red {
    color: #C30303 !important;
}
a {
    text-decoration: none; 
    color: #0F0700;
}
a:hover {
    text-decoration: none;
}
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-1 {
    flex: 1;
}
.header {
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    display: flex;
    z-index: 100;
}
.logo {
    width: 260px;
}
.logo h1{
    font-family: PingFangTC-Medium;
    color: #0F0700;
    font-size: 24rem;
    letter-spacing: 0;
    line-height: 30px;
}
.logo p {
    font-size: 12rem;
    line-height: 15px;
    color: #0F0700;
    letter-spacing: 0;
}
.menu p {
    font-size: 18rem;
    font-weight: 400;
    color: #0F0700;
    line-height: 22px;
    margin: 0 16px;
    position: relative;
}
.menu p:last-child {
    margin-right: 120px;
}
.menu .active::after {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    height: 4px;
    background: #88674D;
}
.banner {
    margin-top: 80px;
    height: 560px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/banner.png);
}
.content-box {
    margin: -128px 16.8vw 0;
    padding-bottom: 64px;
}
.white-stone {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 4px 40px 0px rgba(45, 27, 3, 0.04), 0px 4px 40px 0px rgba(45, 27, 3, 0.04);
    margin-top: 64px;
    padding: 32px;
    text-align: center;
}
.white-stone .title {
    font-size: 32rem;
    color: #0F0700;
    line-height: 45px;
}
.white-stone .tips {
    font-size: 16rem;
    color: #6E4E35;
    line-height: 22px;
    margin-top: 12px;
}
.white-stone .p-title {
    margin-top: 64px;
    font-size: 22rem;
    color: #6E4E35;
    line-height: 30px;
}
.white-stone .content {
    font-size: 22rem;
    color: #0F0700;
    margin-top: 24px;
}
.footer {
    height: 540px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(../img/footer.png);
    padding-top: 172px;
}
.footer .content {
    width: 554px;
    height: 187px;
    background: rgba(255, 255, 255, 0.95);
    margin: 0 auto;
    padding-top: 48px;
}
.footer .content .tips {
    font-size: 32rem;
    color: #88674D;
    line-height: 45px;
    text-align: center;
}
.footer .content .email {
    font-size: 16rem;
    color: #0F0700;
    line-height: 22px;
    margin-top: 24px;
    text-align: center;
}
.footer .auth {
    margin-top: 24px;
    font-size: 14rem;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
}