body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	max-width: 900px;
	margin: 0 auto;
}

img {
	width: 100%;
}

#container {
	width: 100%;
}

#footer {
	padding: 10px 0;
}

#footer p {
	margin-bottom: 5px;
	text-align: center;
	color: #555;
	font-size: 0.35rem;
}

#footer .btmLink a {
	color: #555;
}

.main {
	width: 95%;
	margin: 0 auto;
	position: relative;
}

.box {
	margin-top: -21px;
	width: 100%;
	/* height: 156px; */
	background-color: #fafafa;
	box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.28);
	border-radius: 15px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 1em 2em;
	text-align: center;
	position: relative;
	z-index: 9999;
}

.box .icon {
	width: 30px;
}

.box .logo {
	width: 300px;
}

.box .logobox {
	background-color: #e8e8e8;
	padding: 15px;
	border-radius: 15px;
	margin-left: -35px;
}

.contenttext {
	text-align: left;
	position: relative;
	font-size: 24px;
}

.contenttext .title {
	font-weight: bold;
	font-size: 26px;
}

.sj {
	position: absolute;
	right: -63px;
	top: -29px;
	width: 43px;
}

.p1box {
	top: 4px;
	right: 0px;
	position: absolute;
}

.p1box img {
	width: 82%;
}

.title {
	font-size: 26px;
	font-weight: bold;
	margin: 0 auto;
}

.flex {
	display: flex;
	justify-content: space-between;
}

.weight {
	font-weight: bold;
}

.mt1 {
	margin-top: 1em;
}

.box2 {
	margin-top: -10px;
	width: 100%;
	background-color: #fafafa;
	box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.28);
	border-radius: 15px;
	box-sizing: border-box;
	padding: 1em 2em;
	text-align: center;
	position: relative;
	z-index: 9999;
	font-size: 24px;
}

.box2 .item {
	padding: 10px 160px;
}

.box2 .item:nth-child(even) {
	background-color: #e8e8e8;
}

.box2 .item div {
	width: 100px;
}

.yellow {
	color: #ff8f00;
}

.topImg {
	position: fixed;
	width: 120px;
	top: 16%;
	right: 0%;
}

.topImg2 {
	position: fixed;
	width: 120px;
	top: 26%;
	right: 0%;
}

.y {
	color: #90441e;
}

@media screen and (min-width: 1024px) {
	.topImg2 {
		position: fixed;
		width: 120px;
		top: 29%;
		right: 0%;
	}

	.sj {
		position: absolute;
		right: -62px;
		top: -28px;
		width: 43px;
	}

	.box .logobox {
		margin-left: -17px;
	}

	.box {
		margin-top: -30px;
	}

}