@import url('/css/community.css');

/* layout.less */
aside b .fa{transform:rotate(0);-webkit-transform:rotate(0);transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}aside > ul > li .subUL{transform:translate(0,30px);-webkit-transform:translate(0,30px);}aside > ul > li[data-type="2"] .h4 b .fa{transform:rotate(180deg);-webkit-transform:rotate(180deg);}aside > ul > li[data-type="2"] .subUL{transform:translate(0,0);-webkit-transform:translate(0,0);}#faq_list li .title i{transform:rotate(0);-webkit-transform:rotate(0);transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}#faq_list li.current .title i{transform:rotate(180deg);-webkit-transform:rotate(180deg);}#book_list li .img_box:before,#book_list li .img_box:after{transform:scaleY(0);-webkit-transform:scaleY(0);}#book_list li .img_box:after{transform-origin:center bottom;-webkit-transform-origin:center bottom;}@media (min-width:1281px){#book_list li:hover .img_box:before,#book_list li:hover .img_box:after{transform:scaleY(1);-webkit-transform:scaleY(1);}}[data-action="loader"] .loader_circle{width:50px;height:50px;border-radius:50%;}[data-action="loader"]#lodbg .loader_circle{-webkit-animation:circle infinite 0.75s linear;animation:circle infinite 0.75s linear;}@keyframes circle{0%{transform:rotate(0);-webkit-transform:rotate(0);}100%{transform:rotate(360deg);-webkit-transform:rotate(360deg);}}@-webkit-keyframes circle{0%{transform:rotate(0);-webkit-transform:rotate(0);}100%{transform:rotate(360deg);-webkit-transform:rotate(360deg);}}

/* header */
header .menu {background: #121507;}
header #menubtn[data-type="1"] a span {background: #c2c2c2;}
header #webmenu nav >ul >li >p a{color:#d0ae84;}
/* wrap */
#wrap {z-index: 6;background-color: #13190c;}
#wrap .page_area {margin: auto;width: 100%;z-index: 2;}
#wrap .shadow { box-shadow: 0 0 20px rgba(var(--black-rgb), .2); }

/* sub_banner */
#sub_banner { top: 0; left: 0; }
#sub_banner a , #page_title { padding-top: 70px; height: 400px; }
#sub_banner a img { height: 100%; }
#sub_banner a:after {position: absolute;width: 100%;height: 100%;background: linear-gradient(0deg, rgb(19 25 12 / 62%), transparent);top: 0;left: 0;z-index: 2;content: "";}
#sub_banner a:before {content: "";position: absolute;left: 0;right: 0;bottom: 0;height: 1px;background: linear-gradient(90deg,rgba(216,173,114,0),rgba(216,173,114,.45),rgba(216,173,114,0));}


/* page_title */
#page_title >div { margin: auto; }
#page_title .pag_tit { line-height: 1.3em; letter-spacing: .15em; font-size: 2em; }

/* waylink */
.waylink ol { padding-top: 5px; }
.waylink ol li , .waylink ol li a {letter-spacing: 1.5px;font-weight: 300;font-size: 13px;vertical-align: bottom;color: white;}
.waylink ol li:after { margin: 0 10px; display: inline-block; font-weight: 100; font-size: 12px; color: var(--white); content: "/"; }
.waylink ol li:last-child:after { margin: 0; content: ""; }

/* aside */
aside >ul {margin-top: 5vw;display: flex;flex-wrap: wrap;gap: 10px;justify-content: center;}
aside ul li b { padding: 5px 10px; }
aside ul li b .fa:before { content: "\f107"; }
aside >ul >li { position: relative; display: inline-block; }
aside >ul >li .h4 {padding: 0;}
aside >ul >li .h4 a {padding: 13px 27px 10px;font-weight: 300;font-size: 18px;border: #b69060 1px solid;border-radius: 220px;color: #b69060;font-weight: 500;}

aside >ul >li .h4 a:hover ,aside >ul >li .h4 a.activeJ{background: #b69060;color:white;}
aside >ul >li.action .h4 a , aside >ul >li.action .h4 i { color: var(--primary); }
aside >ul >li .subUL { position: absolute; margin-top: 10px; width: 180px; background: var(--white); left: calc((100% - 180px) / 2); }
aside >ul >li .subUL >li { border-bottom: 1px rgba(var(--gray-rgb), .1) solid; }
aside >ul >li .subUL >li a { padding: 3px 15px; display: block; line-height: 140%; font-weight: 300; }
aside >ul >li .subUL >li .subULHead a { padding: 10px 15px; color: var(--primary); }
aside >ul >li .subUL >li b { display: none; }
aside >ul >li .sub2UL { margin: 0 10px 10px; }
aside >ul >li[data-type="1"] { overflow: hidden; }
aside >ul >li[data-type="1"] .subUL { box-shadow: 0 0 15px rgba(var(--black-rgb), 0); opacity: 0; z-index: -1; }
aside >ul >li[data-type="2"] { overflow: visible; }
aside >ul >li[data-type="2"] .subUL { box-shadow: 0 0 15px rgba(var(--black-rgb), .15); opacity: 1; z-index: 1; }

/* list_box */
.list_box li { margin: 0 15px 50px; }
.list_box li img { background: rgba(var(--primary-rgb), .05); }

/* article_list */

#article_list { position: relative; display: grid !important; grid-template-columns: repeat(4,1fr); gap: 24px; margin: 0; padding: 0; list-style: none; white-space: normal !important; }
#article_list::before { content: ""; position: absolute; left: 50%; top: 50%; width: 78%; height: 1px; transform: translate(-50%,-50%); background: linear-gradient(90deg,rgba(216,173,114,0),rgba(216,173,114,.28),rgba(216,173,114,0)); pointer-events: none; }
#article_list > li { position: relative; display: block !important; width: auto !important; margin: 0 !important; padding: 0 !important; aspect-ratio: 3/4.15; border-radius: 30px; overflow: hidden; background: linear-gradient(135deg,rgba(255,255,255,.1),rgba(255,255,255,.03)),rgba(10,14,7,.34); border: 1px solid rgba(216,173,114,.16); box-shadow: 0 22px 58px rgba(0,0,0,.26); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); transition: transform .42s ease,border-color .42s ease,box-shadow .42s ease; }
#article_list > li::before { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(180deg,rgba(8,16,6,.08) 0%,rgba(8,16,6,.22) 42%,rgba(8,16,6,.86) 100%),radial-gradient(circle at 50% 16%,rgba(216,173,114,.16),rgba(216,173,114,0) 46%); pointer-events: none; }
#article_list > li::after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 2px; z-index: 5; background: linear-gradient(90deg,rgba(216,173,114,.95),rgba(216,173,114,0)); opacity: .85; }
#article_list > li:hover { transform: translateY(-10px); border-color: rgba(216,173,114,.36); box-shadow: 0 34px 86px rgba(0,0,0,.42); }
#article_list > li > img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; transform: scale(1.06); transition: transform 4.8s ease,filter .42s ease; }
#article_list > li:hover > img { transform: scale(1.14); filter: saturate(1.05) brightness(.9); }
#article_list > li > .h3 {left: 50%;top: 50%;z-index: 4;width: calc(100% - 48px);margin: 0;transform: translate(-50%,-50%);font-size: clamp(24px,2vw,34px);line-height: 1.35;letter-spacing: .08em;color: #fff !important;font-weight: 500;text-shadow: 0 12px 32px rgba(0,0,0,.55);transition: opacity .35s ease,transform .35s ease;height: auto;}
#article_list > li > .h3::before { content: ""; position: absolute; left: 50%; top: -22px; width: 42px; height: 42px; border-radius: 100% 0 100% 0; border: 1px solid rgba(216,173,114,.72); transform: translateX(-50%) rotate(-22deg); opacity: .72; }
#article_list > li:hover > .h3 { opacity: 0; transform: translate(-50%,-58%); }
#article_list > li > .atag_item { inset: 0; z-index: 6; }
#article_list .info_box { left: 0; right: 0; bottom: 0; z-index: 8; padding: 34px 28px 30px; transform: translateY(calc(100% - 104px)); background: linear-gradient(180deg,rgba(10,14,7,0) 0%,rgba(10,14,7,.78) 24%,rgba(10,14,7,.96) 100%); transition: transform .45s cubic-bezier(.19,1,.22,1); }
#article_list > li:hover .info_box { transform: translateY(0); }
#article_list .info_box::before { content: ""; position: absolute; left: 28px; top: 18px; width: 48px; height: 1px; background: linear-gradient(90deg,rgba(216,173,114,.95),rgba(216,173,114,0)); }
#article_list .info_box p { position: relative; z-index: 2; margin: 0 0 12px; font-size: 24px; line-height: 1.35; letter-spacing: .06em; color: #fff !important; font-weight: 500; }
#article_list .info_box article { position: relative; z-index: 2; margin: 0; min-height: 0; font-size: 15px; line-height: 1.85; letter-spacing: .04em; color: rgba(255,255,255,.76); -webkit-line-clamp: 2; }
#article_list .info_box .more_btn { position: relative; z-index: 3; margin-top: 22px; padding: 12px 24px; border-radius: 999px; background: linear-gradient(135deg,rgba(216,173,114,.95),rgba(129,88,42,.95)) !important; color: #fff !important; font-size: 13px; line-height: 1; letter-spacing: .12em; text-transform: uppercase; border: 1px solid rgba(255,232,181,.22); box-shadow: 0 12px 28px rgba(0,0,0,.2); transition: transform .35s ease,box-shadow .35s ease; }
#article_list .info_box .more_btn::after { content: ""; display: inline-block; width: 8px; height: 8px; margin-left: 10px; border-top: 1px solid rgba(255,255,255,.9); border-right: 1px solid rgba(255,255,255,.9); transform: rotate(45deg); vertical-align: 1px; }
#article_list .info_box .more_btn:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(216,173,114,.18); }
#article_list .info_box .atag_item { inset: 0; z-index: 2; }
@media screen and (max-width:1180px) {
  #article_list { grid-template-columns: repeat(2,1fr); gap: 20px; }
  #article_list > li { aspect-ratio: 4/3.8; }
}
@media screen and (max-width:760px) {
  #article_list { grid-template-columns: 1fr; gap: 18px; }
  #article_list > li { aspect-ratio: 4/3.6; border-radius: 24px; }
  #article_list > li > .h3 { font-size: 26px; }
  #article_list .info_box { padding: 30px 24px 26px; transform: translateY(calc(100% - 94px)); }
  #article_list .info_box p { font-size: 22px; }
  #article_list .info_box article { font-size: 14px; line-height: 1.8; }
}
@media screen and (max-width:480px) {
  #article_list > li { aspect-ratio: 3/3.8; }
  #article_list .info_box { transform: translateY(calc(100% - 88px)); }
}




/* news_list */
#news_list li img { height: 320px; }
#news_list li .info_box { padding: 15px 30px; }
#news_list li .info_box p a { margin-right: 10px; max-width: calc(100% - 100px); font-weight: 400; z-index: 2; }
#news_list li .info_box p .time { width: 90px; font-weight: 300; }
#news_list li .info_box .h3 { height: 34px; font-size: 20px; }

/* faq_list */
#faq_list li { margin-bottom: 30px; }
#faq_list li .title font { padding: 15px 65px 15px 25px; background: var(--white); font-size: 18px; box-shadow: 0 0 15px rgba(var(--black-rgb), .2); }
#faq_list li .title i { font-size: 26px; top: calc((100% - 26px) / 2); right: 25px; }
#faq_list li .info { padding: 25px; font-size: 14px; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
#faq_list li.current { box-shadow: 0 0 15px rgba(var(--black-rgb), .2); }
#faq_list li.current .title font { background: var(--gray); box-shadow: none; color: var(--white); }
#faq_list li.current .title i { color: var(--white); }

/* book_list */
#book_list img { height: 450px; }
#book_list .img_box { border: var(--white) solid; border-width: 0 1px 1px 0; }
#book_list .img_box:before , #book_list .img_box:after { position: absolute; width: 100%; height: 100%; background: var(--white); z-index: 9; opacity: .4; content: ""; }
#book_list .img_box:after { right: 0; bottom: 0; }
#book_list .atag_item { z-index: 10; }
#book_list .badge { margin: auto; padding: 10px 20px; max-width: calc(80% - 40px); height: 34px; line-height: 36px; font-size: 20px; }

/* album_list */
#album_list { flex-wrap: wrap; }
#album_list >div { margin: 0 1px 1px 0; height: 300px; flex-grow: 1; }
#album_list >div img { width: auto; min-width: 100%; height: 300px; }

/* content_wrap */
#content_wrap { padding: 5vw 0; z-index: 1; }
#content_wrap .h1 {position: relative;margin-bottom: 5px;padding: 0 20px 5px 60px;border-bottom: 1px rgba(var(--black-rgb), .1) solid;line-height: 130%;color: #d8ad72;font-size: 2rem;}
#content_wrap .top_box { padding: 0 20px;  }
#content_wrap .quote_box { margin-right: 30px; }
#content_wrap .h1::before { content: ""; position: absolute; left: 0; top: 50%; width: 48px; height: 1px; background: linear-gradient(90deg,#d8ad72,rgba(216,173,114,0)); }

/* pagenav */
#pagenav { padding-top: 50px; }
#pagenav a , #pagenav strong { margin: 0 2px; width: 35px; height: 35px; background: rgba(var(--black-rgb), .1); border-radius: 5px; display: inline-block; text-align: center; line-height: 35px; font-weight: 400; }
#pagenav strong { background: var(--primary); color: var(--white); }
#pagenav a:first-child , #pagenav a:last-child { line-height: 30px; }
#pagenav p a { margin: 0; padding: 0 20px; width: auto; border-radius: 20px; }
#pagenav p a i { margin: 0 5px 0 0; }
#pagenav p a font { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
#pagenav p:last-child a i { margin: 0 0 0 5px; }

/* describe */
#describe {margin: 2em 0 2vw;}
#describe * { vertical-align: bottom; }

/* form_box */
.form_box { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 30px; }
.form_box p.large { grid-column: 1/3; }
.form_box p.note { margin-bottom: 20px; }
.form_box p #btnOK { width: 150px; }

/* lodbg */
[data-action="loader"] { width: 100vw; height: 100vh; background: rgba(var(--black-rgb), .3); line-height: 100vh; top: 0; left: 0; opacity: 0; z-index: -1; }
[data-action="loader"] .loader_circle { border: 2px rgba(var(--black-rgb), .6) solid; border-left-color: rgba(var(--white-rgb), .4); }
#lodbg { opacity: 1; z-index: 99999; }

@media screen and (min-width: 1281px){
	#sub_banner a, #page_title {padding-top: 80px;height: 400px;}
	aside >ul >li:hover .h4 a , aside >ul >li:hover .h4 i {color: #ffffff;}
	#article_list li:hover .h3 { opacity: 0; }
	#article_list li img { height: 500px; }
	#article_list li:hover .info_box { bottom: 20px; opacity: 1; }
	#book_list li:hover .badge { background: var(--primary); color: var(--white); }
	#pagenav a:hover { background: var(--primary); color: var(--white); }
	#pagenav a:hover font , #pagenav a:hover i , #pagenav a:hover i:before { color: var(--white); }
}
@media screen and (max-width: 1024px){
	.form_box { grid-template-columns: 1fr; }
	.form_box p.large { grid-column: inherit; }
}
@media screen and (max-width: 768px){
	#article_list li img { height: 50vw; }
	#news_list li .info_box { padding: 15px 0; }
}
@media screen and (max-width: 640px){
	#article_list li img { height: 320px; }
	#book_list { margin: 0 5%; }
	#book_list .img_box { border: 0; }
	#book_list img { height: 65vw; }
	#album_list >div , #album_list >div img { height: 40vw; }
}
@media screen and (max-width: 550px){
	aside >ul{margin: 50px 0 30px;}
	aside >ul >li .h4 a{font-size: 16px;}
	#community { margin-top: 10px; }
	#pagenav p a i , #pagenav p:last-child a i { margin: 0; }
	#sub_banner a, #page_title{height:300px;}
}
@media screen and (max-width: 450px){
	#album_list >div , #album_list >div img { height: 50vw; }
	#pagenav a , #pagenav strong { margin: 0; width: 24px; height: 24px; line-height: 24px; font-size: 14px; }
	#pagenav a:first-child , #pagenav a:last-child { line-height: 20px; }
	#pagenav p a i , #pagenav p:last-child a i { font-size: 20px; }
}