@charset "utf-8";

@font-face {
	font-family: Averta;
	src:
		local("Averta"),
		url(../font/Averta.woff2) format("woff2");
	font-weight: 400;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: Averta;
	src:
		local("Averta Bold"),
		url(../font/Averta.woff2) format("woff2");
	font-weight: 700;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: DomaineDisp;
	src:
		local("DomaineDisp Bold"),
		url(../font/DomaineDisp-Bold.woff2) format("woff2");
	font-weight: 700;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: DomaineDisp;
	src:
		local("DomaineDisp-Semibold"),
		url(../font/DomaineDisp-Semibold.woff2) format("woff2");
	font-weight: 600;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: ProductSans;
	src:
		local("ProductSans Bold"),
		url(../font/ProductSans-Bold.woff2) format("woff2");
	font-weight: 700;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: ProductSans;
	src:
		local("ProductSans Regular"),
		url(../font/ProductSans-Regular.woff2) format("woff2");
	font-weight: 400;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: Helvetica;
	src:
		local("Helvetica"),
		url(../font/helvetica-neue-roman.woff2) format("woff2");
	font-weight: 400;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: iconfont;
	src: url(../font/iconfont.ttf) format("truetype");
}

body,
button,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
p,
ul {
	margin: 0;
	padding: 0;
	font-size: 0;
}

body {
	font-size: 14px;
	font-style: normal;
	font-family:
		ProductSans,
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		Segoe UI,
		Roboto,
		open sans,
		helvetica neue,
		sans-serif,
		serif;
	font-weight: 400;
	color: #202020;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	background-color: transparent;
	color: #161c2e;
}

a:active,
a:hover {
	outline-width: 0;
	text-decoration: none;
}

a,
button,
input {
	-webkit-tap-highlight-color: transparent;
}

.wrapper {
	padding: 0 16px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	font-size: 0;
	position: relative;
}

header {
	height: 56px;
	position: relative;
	z-index: 9;
}

.header_logo {
	display: inline-flex;
	align-items: center;
	margin: 10px 0;
}

.header_logo img {
	width: 140px;
}

.icon_menu {
	width: 24px;
	height: 20px;
}

.icon_menu {
	float: right;
	height: 56px;
}

.icon_close {
	display: none;
}

#btn {
	opacity: 0;
	cursor: pointer;
	position: absolute;
}

.mobile_nav {
	width: 100%;
	background-color: #044b4a;
	text-align: center;
	padding: 80px 0 30px;
	overflow: hidden;
	display: none;
}

.desktop_nav {
	display: none;
}

.nav_origin {
	margin-bottom: 40px;
	position: relative;
}

.nav_item_level1 {
	font-family: DomaineDisp;
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	color: #dbbda7;
	text-transform: uppercase;
}

.nav_detail:before {
	content: "";
	display: block;
	width: 32px;
	height: 2px;
	background-color: #dbbda7;
	margin: 15px auto 10px;
}

.nav_detail {
	display: none;
}

.nav_item_level2 {
	font-family: ProductSans;
	font-weight: 400;
	font-size: 20px;
	line-height: 40px;
	color: #fff;
}

.shade {
	width: 100%;
	height: 100vh;
	background: #000;
	display: none;
	opacity: 0.5;
	position: fixed;
	z-index: 7;
}

#backdrop {
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 50%);
	position: fixed;
	top: 0;
	z-index: 99;
	display: none;
}

.inner {
	font-family: ProductSans;
	font-weight: 400;
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	width: 500px;
	position: absolute;
	top: 240px;
	left: 24%;
}

.arrow {
	width: 80px;
	position: absolute;
	top: -90px;
	transform: scaleX(-1) rotate(24deg);
}

.google-img-wrap {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	justify-content: flex-start;
	padding: 0 16px;
}

.google-img {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	margin-right: 10px;
}

.google-img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.google-name {
	font-family: Averta;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	opacity: 0.75;
	color: #fff;
}

.sign-out-btn {
	display: none;
	font-size: 14px;
	width: 80px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	position: absolute;
	bottom: 4px;
	right: 16px;
	color: #fff;
	border: solid 1px rgb(219 189 167 / 0.5);
	box-shadow: none;
	cursor: pointer;
	z-index: 2222;
}

.login {
	margin: auto;
	position: fixed;
	z-index: 1500;
	display: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#loginbox {
	background-color: rgba(0, 0, 0, 0.5);
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1111;
}

.log_box {
	width: 320px;
	height: 480px;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 40px 60px;
	box-sizing: border-box;
	border-radius: 12px;
	box-shadow: 0 0 23px 1px rgb(0 0 0 / 26%);
	border: solid 1px #eee;
	z-index: 2222;
	text-align: center;
}

#logclose {
	border: none;
	border-radius: 0;
	padding: 0;
	background: 0 0;
	position: absolute;
	top: 24px;
	right: 24px;
}

#logclose .icon-close {
	width: 16px;
	height: 16px;
	fill: #999;
	cursor: pointer;
}

.log-content img {
	width: 100%;
	margin-bottom: 10px;
}

.log-content h2 {
	font-family: Averta;
	font-size: 24px;
	font-weight: 700;
	color: #142144;
}

.log-content p {
	font-family: Averta;
	font-size: 14px;
	font-weight: 400;
	color: #142144;
	opacity: 0.75;
	margin: 10px 0 16px;
}

.log-content .signlater {
	font-family: Averta;
	font-size: 16px;
	font-weight: 400;
	color: #142144;
	opacity: 0.35;
}

#loginButton {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
}

footer {
	width: 100%;
	height: 190px;
	background-color: #013b3a;
	padding: 24px 0;
	margin-top: 70px;
	text-align: center;
	box-sizing: border-box;
}

.footer_logo {
	display: inline-block;
}

.footer_logo img {
	width: 160px;
}

.link-f {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 10px -14px 0;
}

.link-f li {
	margin: 0 14px;
}

.link-f a {
	font-family: Averta;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	opacity: 0.3;
	text-transform: uppercase;
	transition: all ease 0.2s;
}

.link-f a:hover {
	opacity: 1;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	transform: translate3d(0, 0, 0);
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.swiper-container {
	width: 100%;
	--swiper-pagination-color: #fff;
}

.swiper-slide {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}

.banner-swiper .swiper-slide {
	background-color: #dbbda7;
	padding-bottom: 56px;
}

.banner-swiper .swiper-slide .swiper_slide_img {
	width: 100%;
	height: 100%;
}

.banner-swiper .swiper-slide img {
	height: 400px;
	width: 100%;
	object-fit: cover;
}

.banner-swiper .swiper-pagination {
	margin-bottom: 125px;
}

.swiper-page {
	display: none;
}

.swiper-pagination-customs {
	font-family: Averta;
	font-weight: 700;
	font-size: 18px;
	line-height: 38px;
	color: #044b4a;
	opacity: 0.5;
}

.swiper-pagination-customs-active {
	opacity: 1;
}

#swiper-container2 .swiper-slide {
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.banner_box {
	margin: -125px 16px 0;
	padding: 24px 32px;
	background-color: #044b4a;
	position: relative;
	z-index: 2;
}

.banner_title {
	font-family: DomaineDisp;
	font-weight: 600;
	font-size: 32px;
	line-height: 38px;
	color: #fff;
}

.banner_title span {
	color: #dbbda7;
}

.article_title {
	font-family: ProductSans;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	opacity: 0.75;
	margin: 12px 0 16px;
	display: block;
	text-align: left;
	width: 100%;
}

.read_more {
	width: 120px;
	height: 36px;
	border: solid 1px rgb(219 189 167 / 0.5);
	font-family: Averta;
	font-size: 16px;
	line-height: 36px;
	color: #fff;
	display: block;
	text-align: center;
	transition: all ease-in-out 0.2s;
}

.read_more:hover {
	border-color: #dbbda7;
}

.down {
	display: none;
	outline: 0;
}

section {
	margin-top: 70px;
	position: relative;
}

.common_tl {
	font-family: DomaineDisp;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	color: #111;
	display: flex;
	align-items: flex-start;
	position: relative;
}

.best_tl:before {
	content: "";
	display: block;
	width: 32px;
	height: 4px;
	background-color: #044b4a;
	margin-right: 10px;
	margin-top: 4px;
}

.category {
	font-family: Averta;
	font-size: 14px;
	line-height: 14px;
	color: #cca589;
	margin: 16px 0 10px;
	display: block;
	text-transform: uppercase;
}

.article_box {
	margin-right: -16px;
}

.article_item {
	padding-right: 16px;
	margin-top: 36px;
	box-sizing: border-box;
}

.article_img {
	position: relative;
	background-color: rgb(219 189 167 / 9%);
	padding-top: 75%;
	overflow: hidden;
	display: block;
}

.article_img img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.article_tl {
	font-family: ProductSans;
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	color: #333;
}

.big_article_img {
	position: relative;
}

.front_img {
	display: block;
	width: 78%;
	background-color: #fff;
	box-shadow: 0 0 24px 0 rgba(17, 17, 17, 0.08);
	position: relative;
	padding-top: 111%;
	overflow: hidden;
}

.back_img {
	display: block;
	width: 78%;
	background-color: #fff;
	box-shadow: 0 0 24px 0 rgba(17, 17, 17, 0.08);
	position: relative;
	padding-top: 83%;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.back_img:after {
	content: "";
	background-color: #044b4a;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.9;
}

.back_img img,
.front_img img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

.big_article .category {
	font-family: ProductSans;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #dbbda7;
	margin: 32px 0 20px;
}

.big_article .article_tl {
	font-family: DomaineDisp;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	color: #111;
}

.big_article .article_ct {
	font-family: ProductSans;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #666;
	margin: 12px 0 22px;
}

.big_article .read_more {
	background-color: #dbbda7;
	opacity: 1;
}

.big_article .read_more:hover {
	background-color: #cca283;
}

.column_line,
.row_line {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 32px;
	text-align: center;
}

.row_line:after {
	content: "";
	display: block;
	width: 32px;
	height: 4px;
	background-color: #044b4a;
	margin-top: 13px;
}

.content-swiper .swiper-slide {
	background-color: transparent;
	padding-top: 260px;
	flex-direction: column;
}

.content-swiper .cover,
.content-swiper .swiper-slide img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.content-swiper .cover {
	padding-top: 260px;
	z-index: 1;
	height: auto;
}

.content-swiper .category {
	font-size: 16px;
	line-height: 16px;
	margin: 24px 0 14px;
	text-align: center;
}

.content-swiper .article_tl {
	text-align: center;
	transition: all 0.2s ease-in-out;
}

.content-swiper .article_tl:hover {
	color: #077b7a;
}

.content-swiper .swiper-pagination {
	position: absolute;
	top: 235px;
	bottom: auto;
}

.swiper-next,
.swiper-prev {
	display: none;
}

.column_line:before {
	content: "";
	display: block;
	width: 4px;
	height: 33px;
	background-color: #044b4a;
	margin-bottom: 13px;
}

.category_box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.category_box li {
	width: 50%;
	position: relative;
}

.category_item {
	display: block;
	position: relative;
	padding-top: 100%;
	overflow: hidden;
	z-index: 6;
}

.category_link:hover {
	transition: all ease 0.2s;
	background-color: #044b4a;
}

.category_link:hover:after {
	content: "";
	width: calc(100% - 24px);
	height: calc(100% - 24px);
	border: solid 1px #dbbda7;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
}

.category_item img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

.category_name {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}

.icon_category {
	width: 32px;
	height: 32px;
	fill: #dbbda7;
}

.category_name>span {
	font-family: ProductSans;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 1px;
	color: #dbbda7;
	margin-top: 10px;
	display: block;
	text-transform: uppercase;
}

.box {
	margin-top: 12px;
}

.l_box {
	display: inline-block;
	width: 100%;
}

.r_box {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.title_h {
	font-family: ProductSans;
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	color: #111;
	margin-bottom: 16px;
}

#ads1 {
	margin: 18px 0 21px;
}

.essay_box h4 {
	font-family: ProductSans;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	background-color: #044b4a;
	border-radius: 0 8px 8px 0;
	padding: 12px 24px 12px 16px;
	margin-left: 40px;
	margin-bottom: 24px;
	margin-top: 24px;
	position: relative;
}

.essay_box h4::before {
	content: "";
	position: absolute;
	left: -40px;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #dbbda7;
	border: 4px solid #fff;
	box-shadow:
		0 10px 15px -3px rgba(0, 0, 0, 0.1),
		0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
	z-index: 1;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 20 20'%3E%3Cpath d='M10 2a6 6 0 00-6 6v3.586l-.707.707A1 1 0 004 14h12a1 1 0 00.707-1.707L16 11.586V8a6 6 0 00-6-6zM10 18a3 3 0 01-3-3h6a3 3 0 01-3 3z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px 24px;
}

.essay_box h4 a {
	color: #fff;
	font-style: normal;
	text-decoration: none;
}

.essay_box p {
	width: 100%;
	font-family: ProductSans;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #333;
	margin-top: 19px;
	margin-bottom: 19px;
}

.essay_box b {
	font-family: ProductSans;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	color: #333;
}

.essay_box img {
	width: 100%;
	display: block;
	margin-bottom: 19px;
}

.essay_box .first-page {
	display: none;
	width: 100%;
	height: 60px;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 0;
	background-color: rgb(215 47 47 / 65%);
	box-sizing: border-box;
	/*display: inline-block;*/
	font-size: 24px;
	line-height: 62px;
	font-family: Averta;
	text-transform: uppercase;
	transition: all ease 0.2s;
}

.essay_box .first-page:hover {
	background-color: rgb(215 47 47 / 0.5);
}

.essay_box p+h4 {
	margin-top: 8px;
}

.essay_box h4+p {
	margin-top: 0;
}

.essay_box p+img {
	margin-top: 19px;
}

.essay_box a {
	font-style: italic;
	text-decoration: underline;
	color: #076de8;
}

.pageGo {
	width: 100%;
	height: 80px;
	margin-top: 24px;
	text-align: center;
	margin-bottom: 62px;
	transition: all ease 0.2s;
}

.page_next {
	background: #dc1a0b;
	font-family: Averta;
	font-weight: 700;
	font-size: 32px;
	line-height: 84px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	border-radius: 8px;
}

.page_next:hover {
	background: #c51717;
}

.popular {
	margin-bottom: 62px;
}

.recommend_title {
	font-family: DomaineDisp;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #044b4a;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.recommend_item {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.recommend_item h4 {
	font-family: ProductSans;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #333;
}

.img_link {
	display: block;
	width: 100%;
	padding-top: 75%;
	position: relative;
	overflow: hidden;
	background-color: #f6fbf0;
}

.img_link img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	height: 100%;
}

.r_box_item {
	width: 100%;
	margin-bottom: 21px;
	box-sizing: border-box;
}

.r_box_item h4 {
	font-family: ProductSans;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #333;
}

.ad {
	margin: 20px 0 32px;
}

.list_banner {
	position: relative;
	font-size: 0;
}

.list_img {
	width: 100%;
}

.list_banner span {
	width: 100%;
	text-align: center;
	font-family: DomaineDisp;
	font-weight: 600;
	font-size: 32px;
	letter-spacing: 2px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-transform: uppercase;
}

.list_menu {
	transform: translateY(-32px);
	z-index: 1;
	position: relative;
}

.level_menu {
	max-width: 600px;
	height: 64px;
	max-height: 64px;
	background-color: #044b4a;
	padding: 0 24px;
	box-sizing: border-box;
	overflow: hidden;
	position: absolute;
	left: 16px;
	right: 16px;
	margin: 0 auto;
}

.level_menu span,
.level_menu_link {
	display: inline-block;
	font-family: ProductSans;
	font-weight: 400;
	font-size: 18px;
	line-height: 64px;
	color: #fff;
	vertical-align: middle;
	width: 100%;
	text-align: center;
}

.level_menu span a {
	color: #fff;
}

.icon_more {
	width: 20px;
	height: 64px;
	fill: #dbbda7;
	vertical-align: middle;
	position: absolute;
	top: 0;
	right: 24px;
}

#level_menu_btn {
	display: none;
}

#level_menu_btn:checked+.level_menu {
	height: auto;
	max-height: 500px;
	transition: all ease 1s;
}

#level_menu_btn:checked+.level_menu .icon_more {
	transform: rotate(180deg);
}

.list_essay {
	margin-top: 72px;
}

.back_to_top {
	display: none;
}

.usetips {
	font-family: ProductSans;
	font-weight: 400;
	width: 100%;
	padding: 10px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(115, 115, 115, 0.9);
	z-index: -1;
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity ease 0.25s;
	transition: opacity ease 0.25s;
	font-size: 15px;
	line-height: 16px;
	box-sizing: border-box;
}

.desktop-usetips {
	color: #fff;
}

.usetips-link {
	color: #fff;
	text-decoration: underline;
	font-size: 13px;
	transform: translateY(-1px);
	display: inline-block;
}

.usetips-ls {
	display: flex;
	margin-top: 6px;
}

.usetips-item {
	display: inline-block;
	width: 110px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	margin: 0;
	margin-right: 10px;
	height: 22px;
	line-height: 22px;
	font-size: 13px;
}

span.usetips-item {
	background-color: #fff;
	color: #333;
	border-color: #fff;
}

.not_find {
	border: 2px solid #f1f8e8;
	border-radius: 3px;
	padding: 25px;
	margin-bottom: 48px;
	text-align: center;
}

.not_find img {
	width: 100%;
	margin-bottom: 35px;
}

.not_find h2 {
	font-size: 22px;
	margin-bottom: 8px;
	font-family: Averta;
	font-weight: 700;
	color: #202020;
}

.not_find p {
	font-size: 16px;
	margin-bottom: 24px;
}

.not_find a {
	display: inline-block;
	width: 160px;
	height: 30px;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	background: #8b583e;
	text-transform: uppercase;
	color: #fff;
	border-radius: 30px;
	cursor: pointer;
}

.not_find a:hover {
	opacity: 0.8;
}

.archives {
	font-size: 10px;
	min-height: 72vh;
	margin-bottom: 120px;
}

.archives .l_box h1 {
	margin-bottom: 20px;
	font-family: ProductSans;
	font-weight: 700;
	font-size: 28px;
	line-height: 36px;
}

.archives .essay_box b {
	font-size: 20px;
	line-height: 32px;
	margin: 18px 0 6px 0;
}

.archives .essay_box p {
	font-size: 16px;
	line-height: 24px;
	margin: 12px 0;
}

.archives .essay_box ul {
	display: block;
	list-style-type: disc;
	list-style-position: inside;
	margin-block-start: 1em;
	margin-block-end: 1em;
	padding-inline-start: 40px;
	unicode-bidi: isolate;
}

.archives .essay_box ul li {
	list-style: inside;
	font-size: 16px;
	font-family: ProductSans;
	font-weight: 400;
	color: #333;
	line-height: 24px;
	letter-spacing: 0.2px;
	margin: 6px 0;
	text-indent: -1.35em;
	padding-left: 1.35em;
}

.slide .popular,
.slide .r_box,
.slide-footer {
	display: none;
}

.slide #ads2,
.slide .pageGo {
	margin: 20px 0;
}

.morebtn {
	padding: 12px 20px;
	box-sizing: border-box;
	width: 100%;
	position: fixed;
	bottom: 0;
	background: #ffff;
}

.next-page-btn {
	display: block;
	font-family: Averta;
	font-weight: 700;
	font-size: 22px;
	text-align: center;
	padding: 8px;
	border-radius: 20px;
	background-color: #d72f2f;
	color: #fff;
}

.slide .essay_box p {
	font-size: 18px;
	font-family: "Helvetica", "georgia", "times new roman", "serif";
	font-weight: 400;
	line-height: 32px;
}

.slide .essay_box h4 {
	font-size: 20px;
	line-height: 26px;
}

.slide .pageGo {
	height: 70px;
	display: flex;
}

.slide .page_next {
	flex: 1;
	border-radius: 35px;
	font-size: 22px;
	font-weight: 600;
	line-height: 70px;
	font-style: normal;
	text-decoration: none;
	color: #fff;
}

.slide .page_last {
	flex: 0.3;
	margin-right: 8px;
	width: 30px;
	background-color: #bbb;
}

.slide .page_last:hover {
	background-color: #b3b3b3;
}

.slide .popular {
	display: none;
}

.slide .ad-inline .ad:nth-child(2) {
	display: none;
}

.slide .ad-inline .ad {
	margin-bottom: 20px;
}

.advertisement {
	font-family: ProductSans;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 4px;
	color: #8990a1;
}

@media screen and (min-width: 425px) {
	.article_item {
		width: 50%;
		display: inline-block;
		vertical-align: top;
	}

	.r_box_inner,
	.recommend_box {
		margin-right: -16px;
	}

	.r_box_item,
	.recommend_item {
		width: 50%;
		margin-bottom: 20px;
		padding-right: 16px;
		display: inline-block;
		vertical-align: top;
	}

	.log_box {
		width: 360px;
	}
}

@media screen and (min-width: 600px) {
	.recommend_title {
		font-size: 26px;
		line-height: 32px;
	}

	.mobpart {
		display: none;
	}

	.content-swiper .cover,
	.content-swiper .swiper-slide {
		padding-top: 398px;
	}

	.content-swiper .swiper-slide img {
		height: 398px;
	}

	.content-swiper .swiper-pagination {
		top: 373px;
	}

	.swiper-next,
	.swiper-prev {
		display: block;
		width: 60px;
		height: 60px;
		background-color: #044b4a;
		outline: 0;
		text-align: center;
		position: absolute;
		top: 52%;
		z-index: 9;
		transform: translateY(-50%);
		transition: all 0.2s ease-in-out;
		cursor: pointer;
	}

	.swiper-next:hover,
	.swiper-prev:hover {
		background-color: #077b7a;
	}

	.swiper-prev {
		left: 16px;
	}

	.swiper-next {
		right: 16px;
	}

	.icon-next {
		width: 28px;
		height: 60px;
		fill: #fff;
	}
}

@media screen and (min-width: 767px) {

	.r_box_item,
	.recommend_item {
		width: 33.3333333%;
	}
}

@media screen and (min-width: 768px) {
	section {
		margin-top: 95px;
	}

	.best_tl:before {
		width: 132px;
		margin-right: 24px;
	}

	.best_tl:after {
		content: "DESIGNS";
		display: block;
		position: absolute;
		right: 0;
		font-family: Averta;
		font-weight: 700;
		font-size: 48px;
		color: #dbbda7;
		opacity: 0.1;
	}

	.article_item {
		width: 33.3333%;
		display: inline-block;
	}

	.article_img:before {
		content: "";
		width: 100%;
		height: 100%;
		background-color: #044b4a;
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		transition: all 0.2s ease 0s;
	}

	.article_img:after {
		content: "\e503";
		font-family: iconfont;
		font-size: 48px;
		color: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 1;
		opacity: 0;
		transition: all 0.2s ease 0s;
	}

	.article_item:hover .article_img:before {
		opacity: 0.65;
	}

	.article_item:hover .article_img:after {
		opacity: 1;
	}

	.list_essay .img_link:before,
	.detail_page .popular .img_link:before {
		content: "";
		width: 100%;
		height: 100%;
		background-color: #044b4a;
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		transition: all 0.2s ease 0s;
	}

	.list_essay .img_link:after,
	.detail_page .popular .img_link:after {
		content: "\e503";
		font-family: iconfont;
		font-size: 48px;
		color: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 1;
		opacity: 0;
		transition: all 0.2s ease 0s;
	}

	.list_essay .recommend_item:hover .img_link:before,
	.detail_page .popular .recommend_item:hover .img_link:before {
		opacity: 0.65;
	}

	.list_essay .recommend_item:hover .img_link:after,
	.detail_page .popular .recommend_item:hover .img_link:after {
		opacity: 1;
	}

	.big_article_img {
		width: calc(40% - 20px);
		display: inline-block;
		margin-right: 20px;
		vertical-align: middle;
	}

	.big_article {
		width: 60%;
		display: inline-block;
		vertical-align: middle;
	}

	.big_article .category {
		margin-top: 0;
	}

	.front_img {
		float: right;
	}

	.back_img {
		left: 0;
		right: auto;
	}

	.category_wrapper {
		display: flex;
		flex-direction: row;
		width: 100%;
	}

	.category_box {
		width: 50%;
	}

	.box {
		margin-top: 24px;
	}

	.list_img {
		height: 320px;
		object-fit: cover;
	}

	.list_banner span {
		font-size: 56px;
	}

	.level_menu .icon_more {
		display: none;
	}

	.level_menu {
		text-align: center;
		max-width: 1100px;
	}

	.level_menu span,
	.level_menu_link {
		width: auto;
		margin: 0 8px;
	}

	.level_menu span a,
	.level_menu_link {
		opacity: 0.35;
	}

	.level_menu_link:hover {
		opacity: 1;
	}

	.level_menu span:hover a {
		opacity: 1;
	}

	.curr {
		opacity: 1 !important;
	}

	.footer_logo img {
		width: 220px;
	}

	.footer_logo,
	.link-f {
		margin-top: 20px;
	}

	.back_to_top {
		width: 45px;
		height: 45px;
		background-color: #044b4a;
		position: fixed;
		right: 16px;
		bottom: 150px;
		display: none;
		text-align: center;
		z-index: 99;
	}

	.back_to_top .icon_down {
		width: 22px;
		height: 45px;
		transform: rotate(90deg);
		fill: #fff;
	}
}

@media screen and (min-width: 1023px) {
	.wrapper {
		width: 900px;
	}

	.detail_page {
		width: 1023px;
	}

	header {
		height: 88px;
	}

	.header_logo {
		margin: 23px 0;
	}

	.header_logo img {
		width: 160px;
	}

	.mobile_nav {
		display: none;
	}

	.desktop_nav {
		width: 70%;
		display: inline-flex;
		flex-direction: row;
		justify-content: flex-end;
		vertical-align: top;
		float: right;
	}

	.icon_menu {
		display: none;
	}

	.nav_origin {
		margin-left: 36px;
		margin-bottom: 0;
		height: 88px;
		position: relative;
	}

	.nav_item_level1 {
		font-family: Averta;
		font-size: 18px;
		line-height: 90px;
		letter-spacing: 1px;
		color: #111;
		position: relative;
		transition: all 0.2s ease 0s;
	}

	.nav_detail {
		display: none;
		width: 181px;
		background: #fff;
		padding: 30px 20px 10px 20px;
		position: absolute;
		top: 58px;
		left: -30px;
	}

	.nav_item_level2 {
		font-family: Averta;
		font-size: 14px;
		line-height: 30px;
		color: #111;
		text-transform: uppercase;
	}

	.nav_detail:before {
		content: none;
	}

	.nav_item_level1:hover,
	.nav_item_level2:hover {
		color: #044b4a;
	}

	.nav_origin:hover .nav_item_level1:after {
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background-color: #044b4a;
		position: absolute;
		bottom: -2px;
	}

	.nav_origin:hover .nav_detail {
		display: block;
	}

	.google-img-wrap {
		padding: 0;
	}

	.google-img {
		margin-top: 22px;
		margin-right: 0;
	}

	.google-name {
		display: none;
	}

	.sign-out-btn {
		display: none;
		position: absolute;
		bottom: -30px;
		right: 0;
		color: #999;
		background-color: #fff;
		box-shadow: 0 2px 12px 0 rgb(204 204 204 / 60%);
		border: none;
		border-radius: 4px;
	}

	.log_box {
		width: 500px;
	}

	.log-content img {
		width: 310px;
	}

	.banner {
		position: relative;
		width: 1023px;
		height: 640px;
		margin: 0 auto;
	}

	.banner:before {
		content: "";
		width: 56px;
		height: 562px;
		background-color: #dbbda7;
		position: absolute;
		right: 766px;
		top: 50%;
		transform: translateY(-50%);
	}

	.banner:after {
		content: "";
		width: 56px;
		height: 56px;
		border: solid 2px #044b4a;
		opacity: 0.1;
		position: absolute;
		bottom: 54px;
		left: 92px;
	}

	.banner_box {
		width: 400px;
		height: 360px;
		background-color: #044b4a;
		position: absolute;
		top: 50%;
		left: 52px;
		transform: translateY(-50%);
		box-sizing: border-box;
		margin: 0;
		padding: 32px;
	}

	.banner_title {
		font-size: 40px;
		line-height: 46px;
	}

	.article_title {
		font-size: 24px;
		line-height: 28px;
		margin: 8px 0 16px;
	}

	.read_more {
		width: 140px;
		height: 40px;
		font-size: 18px;
		line-height: 40px;
	}

	.banner-swiper {
		width: 750px;
		height: 640px;
		position: absolute;
		right: 16px;
	}

	.banner-swiper .swiper-slide {
		padding-bottom: 0;
	}

	.banner-swiper .swiper-slide img {
		height: 100%;
	}

	.banner-swiper .swiper-pagination {
		margin-bottom: 0;
		right: 30px;
	}

	.banner-swiper .swiper-pagination {
		width: 10px !important;
	}

	.swiper-page {
		position: absolute;
		top: 0;
		left: -40px;
		width: 21px;
		display: flex;
		flex-direction: column;
		text-align: right;
	}

	#swiper-container2 {
		height: 152px;
	}

	.down {
		display: block;
		width: 60px;
		height: 60px;
		background-color: #044b4a;
		text-align: center;
		position: absolute;
		bottom: -14px;
		right: 4px;
		z-index: 9;
		cursor: pointer;
		transition: all 0.2s ease-in-out;
	}

	.down:hover {
		background-color: #077b7a;
	}

	.icon_down {
		width: 28px;
		height: 60px;
		fill: #fff;
	}

	.common_tl {
		font-size: 40px;
		line-height: 46px;
	}

	.article_box {
		margin-right: -40px;
	}

	.article_item {
		padding-right: 40px;
	}

	.big_article .article_tl {
		font-size: 32px;
		line-height: 38px;
	}

	.big_article .article_ct {
		font-size: 18px;
		line-height: 24px;
	}

	.content-swiper .article_tl {
		font-size: 28px;
		line-height: 36px;
	}

	.box {
		margin-top: 42px;
	}

	.l_box {
		margin-left: calc(50% - 364px);
		width: 728px;
	}

	.r_box {
		width: 240px;
		margin-left: 23px;
	}

	.title_h {
		font-size: 32px;
		line-height: 38px;
		margin-bottom: 10px;
	}

	#ads1 {
		margin: 24px 0 27px;
	}

	.essay_box h4 {
		font-size: 20px;
		line-height: 28px;
		padding: 14px 24px 14px 18px;
		margin-bottom: 27px;
		margin-top: 27px;
	}

	.essay_box p {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 27px;
	}

	.essay_box b {
		font-size: 18px;
		line-height: 28px;
	}

	.essay_box .first-page {
		height: 80px;
		font-size: 32px;
		line-height: 86px;
	}

	.essay_box p+h4 {
		margin-top: 10px;
	}

	.essay_box h4+p {
		margin-top: 0;
	}

	.essay_box p+img {
		margin-top: 27px;
	}

	.pageGo {
		margin-top: 32px;
		margin-bottom: 72px;
	}

	.recommend_title {
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 28px;
	}

	.recommend_box {
		margin-right: -26px;
	}

	.recommend_item {
		padding-right: 26px;
	}

	.r_box_item {
		width: 100%;
		margin-bottom: 36px;
	}

	.r_box_item h4 {
		line-height: 28px;
	}

	.ad {
		margin: 28px 0 32px;
	}

	.level_menu span,
	.level_menu_link {
		margin: 0 20px;
	}

	.list_essay .recommend_item {
		margin-bottom: 26px;
	}

	.list_essay .recommend_item h4 {
		font-size: 20px;
		line-height: 28px;
	}

	.usetips {
		padding: 20px;
	}

	.usetips-ls {
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
		display: flex;
		margin-top: 0;
	}

	.not_find img {
		width: auto;
	}

	/*.slide .popular{*/
	/*    display: none;*/
	/*}*/
	.slide .r_box {
		display: inline-block;
	}

	.slide-footer {
		display: block;
	}

	.slide .pageGo {
		display: flex;
	}

	.morebtn {
		display: none;
	}

	.slide .essay_box p {
		margin-bottom: 20px;
	}

	.slide #ads2 {
		margin-top: 20px;
		margin-bottom: 0;
	}

	.slide .essay_box h4 {
		font-size: 20px;
		line-height: 28px;
	}

	.slide .pageGo {
		height: 74px;
	}

	.slide .page_next {
		font-size: 38px;
		line-height: 74px;
	}

	.slide #ads4 {
		margin-top: 0;
		top: 20px;
		position: sticky;
	}

	.slide .box {
		display: flex;
	}

	.slide .ad-inline .ad:nth-child(2) {
		display: inline-block;
	}

	.slide .ad-inline {
		margin-right: -10px;
	}

	.slide .ad-inline .ad {
		display: inline-block;
		width: 50%;
		margin-bottom: 8px;
		text-align: center;
		padding-right: 10px;
		box-sizing: border-box;
	}
}

@media screen and (min-width: 1100px) {

	.content-swiper,
	.content_swiper_wrapper {
		width: 1100px;
		margin-right: auto;
		margin-left: auto;
	}

	.swiper-next,
	.swiper-prev {
		width: 80px;
		height: 80px;
		top: 50%;
	}

	.swiper-prev {
		left: -16px;
	}

	.swiper-next {
		right: -16px;
	}

	.icon-next {
		width: 28px;
		height: 80px;
	}
}

@media screen and (min-width: 1440px) {
	.nav_origin {
		margin-left: 48px;
	}

	section {
		margin-top: 150px;
	}

	.wrapper {
		width: 1132px;
	}

	.banner {
		width: 1440px;
	}

	.banner:before {
		right: 1013px;
	}

	.banner:after {
		bottom: 0;
		left: 185px;
	}

	.banner_box {
		width: 477px;
		height: 450px;
		background-color: #044b4a;
		position: absolute;
		top: 50%;
		left: 106px;
		transform: translateY(-50%);
		box-sizing: border-box;
		margin: 0;
		padding: 64px;
	}

	.banner_title {
		font-size: 48px;
		line-height: 52px;
	}

	.article_title {
		margin: 18px 0 24px;
	}

	.banner-swiper {
		width: 891px;
		height: 640px;
		position: absolute;
		right: 122px;
	}

	.swiper-page {
		left: -52px;
	}

	#swiper-container2 {
		height: 170px;
	}

	.down {
		width: 80px;
		height: 80px;
		bottom: -18px;
		right: 107px;
	}

	.icon_down {
		height: 80px;
	}

	.r_box {
		width: 300px;
		margin-left: 72px;
	}
}