/* sub_banner */
#sub_banner {width: 100%;height: 390px;}
#sub_banner:before , #sub_banner:after {position: absolute;width: 100%;height: 100%;background: var(--secondary);top: 0;left: 0;z-index: 1;content: "";opacity: .35;}
#sub_banner a { height: 100%; background: no-repeat 50% / cover; background-attachment: fixed; }

/* wrap */
#wrap { margin-top: -150px; z-index: 2; }
#wrap #community{display:none;}

/* top_title */
#top_title .pag_tit {line-height: 120%;font-weight: 400;letter-spacing: 5px;font-size: 30px;}
#top_title .m_title{margin-top:150px;}
#top_title .m_title span.txt_primary_5{color: var(--complement);margin-right: 5px;}
.qr_box ul{display:flex;flex-wrap: wrap;justify-content: space-between;}
.qr_box li{width: calc((100%/5) - 60px);padding:20px;background: var(--complement);margin: 30px 0 0;border-radius: 15px;}
.qr_box li a{display:block}
.qr_box li a b{display:block;text-align: center;margin-top: 10px;color: var(--white);font-size: 15px;font-weight: 400;}
#top_title .time, #top_title .quote_box{display:inline-block;color: #fff;margin-right: 15px;}

/* waylink */
.waylink ol { padding: 20px 0; }
.waylink ol li , .waylink ol li a {letter-spacing: 1.5px;font-weight: 200;font-size: 13px;color: var(--white);opacity: .85;vertical-align: baseline;}
.waylink ol li:after { margin: 0 10px; display: inline-block; font-weight: 100; font-size: 12px; content: "/"; }
.waylink ol li:last-child:after { margin: 0; content: ""; }

/* aside */
aside { margin: 3vw auto; }
aside #sidebtn { padding: 10px 20px; width: calc(100% - 40px); z-index: 2; }
aside #sidebtn:before { position: absolute; width: 100%; height: 100%; background: rgba(var(--white-rgb), .1); top: 0; left: 0; transition: .4s cubic-bezier(.23,1,.32,1); content: ""; }
aside #sidebtn i {top: calc((100% - 16px) / 2);right: 20px;color: #fff;}
aside >ul >li b[data-action="sideOpen"] { position: absolute; padding: 5px 20px; display: block; top: calc((100% - 42px) / 2); right: 0; cursor: pointer; }
aside >ul >li b[data-action="sideOpen"] i:before { content: "\f067"; }
aside >ul >li[data-type="2"] b[data-action="sideOpen"] i:before { content: "\f068"; }
aside >ul >li h4 a {padding: 15px 30px;font-weight: 400;font-size: 17px;background: var(--info);margin: 0 10px;border-radius: 6px;color: var(--white);}
aside >ul >li.action h4 a {background: #505050;}
aside >ul >li ul.subUL { position: absolute; width: 170px; background: rgba(var(--black-rgb), .85); left: calc(50% - 85px); z-index: 5; opacity: 0; }
aside >ul >li ul.sub2UL { margin-left: 10px; }
aside >ul >li ul.subUL li >div { position: relative; }
aside >ul >li ul.subUL li a { padding: 5px 15px 5px 30px; display: block; }
aside >ul >li ul.subUL li [data-action="sideOpen"] { display: none; }
aside >ul >li ul.sub2UL li a { color: var(--complement); }

/* content_wrap */
#content_wrap { padding-bottom: 5vw; }
#content_wrap.article_box{margin-top: 150px;}

/* list_box */
.list_box li { margin-top: 30px; margin-bottom: 30px; }
.list_box li h3 {height: 30px;font-weight: 400;font-size: 20px;color: var(--secondary);}

/* describe */
#describe { margin-bottom: 5vw; }
#describe * { vertical-align: bottom; }

/* article_list */
#article_list img { height: 350px; }
#article_list .info_box {padding: 15px 30px;background: no-repeat;}
#article_list .info_box article { font-weight: 300; }

/* news_list */
#news_list li {padding-bottom: 30px;width: calc((100%/3) - 30px);}
#news_list li .photo{background-position: 50% 50%;background-size: cover;background-repeat: no-repeat;}
#news_list li img {}
#news_list li .info_box {width: 100%;left: 0;bottom: 0;position: relative;background: none;margin-bottom: 10px;}
#news_list li .info_box p * {font-weight: 100;font-size: 14px; }
#news_list li .info_box p  {display:flex;flex-wrap:wrap;align-items:center;}
#news_list li .info_box p a {margin-right: 10px;padding: 0 2px;max-width: calc(100% - 82px);height: 23px;z-index: 2;}

/* product_list */
#product_list {display:flex;flex-wrap: wrap;}
#product_list li{width: calc(100%/3);}
#product_list .info_box >div { margin: auto; width: calc(100% - 100px); }
#product_list .info_box h3 { margin: 10px 0; }
#product_list .info_box .line { margin: 10px 0 30px; width: 50px; height: 1px; background: var(--primary); opacity: .7; }
#product_list .info_box article { height: 75px; font-weight: 300; font-size: 15px; -webkit-line-clamp: 3; }
#product_list .info_box .price { margin-top: 15px; min-height: 30px; }
#product_list .info_box .price font { margin-left: 20px; font-weight: 300; }
#product_list img { height: 100%; }
#product_list .img_box{background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;}
#product_list .row .info_box >div {margin: -45px 0 0;width: 100%;}
#product_list .row .info_box h3 {margin: 10px 0;color: var(--secondary);text-align: center;}
#product_list .row .info_box >div p a{background: rgb(37 37 37 / 85%);display: flex;border-radius: 5px;color: #fff;margin: 20px;font-size: 14px;padding: 10px 0;line-height: 100%;justify-content: center;align-items: center;}
#product_list .row .info_box .line {margin: 20px auto;width: 50px;height: 1px;background: var(--secondary);opacity: .7;}
#product_list .row .info_box article {height: 75px;font-weight: 300;font-size: 14px;-webkit-line-clamp: 3;text-align: center;}
#product_list .row .info_box .price { margin-top: 15px; min-height: 30px; }
#product_list .row .info_box .price font { margin-left: 20px; font-weight: 300; }

/* book_list */
#book_list .row img { height: 400px; }
#book_list .row .info_box { padding: 100px 15px 40px; width: calc(100% - 30px); background: -webkit-linear-gradient(top,transparent 0,rgba(var(--black-rgb), .01) 2%, rgba(var(--black-rgb), .8) 90%); background: linear-gradient(to bottom,transparent 0,rgba(var(--black-rgb), .01) 2%, rgba(var(--black-rgb), .8) 90%); bottom: 0; left: 0; }
#book_list .row .info_box p{text-align: center;margin-bottom: 7px;}
#book_list .row .info_box p a{background: var(--complement);display: inline-block;color: var(--white);padding: 0 11px;font-size: 14px;line-height: 27px;border-radius: 5px;}
#book_list .row .info_box h3{color:#fff;}

/* album_list */
#album_list {-moz-column-count: 3;-moz-column-gap: 15px;-webkit-column-count: 3;-webkit-column-gap: 15px;column-count: 3;column-gap: 25px;}
#album_list >div {margin-bottom: 20px;}

/* faq_list */
#faq_list li { margin-bottom: 30px; }
#faq_list li .title { padding: 10px 45px 10px 5px; }
#faq_list li .title label { padding: 0 0 0 10px; width: 70px; }
#faq_list li .title font { width: calc(100% - 80px); font-size: 18px; }
#faq_list li .info { padding: 15px 35px 15px 85px; font-size: 14px; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }

/* pagenav */
#pagenav {padding: 50px 0 20px;overflow: hidden;}
#pagenav a , #pagenav strong { margin: 0 10px; display: inline-block; font-weight: 400; vertical-align: middle; }
#pagenav a:first-child , #pagenav a:last-child { line-height: 9px; }
#pagenav strong {color: var(--secondary);}
#pagenav a[class^="page-"] { float: left; width: calc(50% - 20px); display: block; }
#pagenav a[class^="page-"] font { width: calc(100% - 22px); display: inline-block; vertical-align: text-top; }
#pagenav a[class^="page-"] i { margin: 0 10px 0 0; display: inline-block; }
#pagenav a.page-next { float: right; text-align: right; }
#pagenav a.page-next font { text-align: right; }
#pagenav a.page-next i { margin: 0 0 0 10px; }

/* community */
#community li { margin-right: 5px; }
#community li , #community li * { line-height: 100%; }
#community li .fb_iframe_widget { display: block !important; }

/* form_box */
.form_box { margin-top: 50px; }
.form_box p { margin-bottom: 30px; }
.form_box p span.txt_primary_5{color: var(--complement);}
.form_box label{color: var(--black);margin-bottom: 10px;}
.form_box input#Checknum {margin-right: 10px;width: 150px;}
.form_box #btnOK {padding: 15px 10px;width: 250px;background: var(--complement);letter-spacing: 5px;}
.form_box input, .form_box button, .form_box select, .form_box textarea{border:0;background: #f5f5f5;padding: 15px;color: #323232;}
.form_box select{background: url(/images/39/arrow.png) no-repeat scroll 99% center whitesmoke;background-repeat:no-repeat;background-position:97% 50%;padding: 25px 15px;}

/* 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; }

/* other_area */
#other_area{padding:50px 0;}
#other_area .title_box{display:none;}

@media screen and (min-width: 1281px){
	aside >ul {padding: 30px 15px 0;}
	aside >ul >li { overflow: hidden; position: relative; display: inline-block; }
	aside >ul li b[data-action="sideOpen"] { display: none; }
	aside >ul >li:hover { overflow: visible; }
	aside >ul >li:hover h4 a {background: #505050;}
	aside >ul >li:hover ul.subUL { opacity: 1; }
	#news_list li:hover .info_box {bottom: 10px;}
	#product_list li:hover .info_box .line { width: 100%; }
	#book_list li:hover .info_box { padding-bottom: 60px; }
}
@media screen and (max-width: 1280px){
	aside { position: relative; width: 500px; }
	aside #sidebtn {display: inline-block;}
	aside #sidebtn font{color: var(--white);}
	aside >ul { position: absolute; overflow: hidden; margin-top: 1px; width: 100%; height: 0; background: rgba(var(--black-rgb), .85); top: 0; left: 0; z-index: 1; }
	aside >ul.open {height: auto;border-width: 1px;top: 50px;z-index: 99;}
	aside >ul >li { position: relative; }
	aside >ul >li h4 a {padding: 10px 15px;margin: 0;border-radius: 0;}
	aside >ul >li ul.subUL { overflow: hidden; width: 100%; height: 0; background: var(--secondary); top: 0; left: 0; }
	aside >ul.open >li[data-type="2"] >ul { position: relative; height: auto; top: auto; bottom: 0; opacity: 1; }
	#top_title{margin-bottom:100px;}
}
@media screen and (max-width: 1024px){
	#album_list {column-count: 2;}
	#article_list img { height: 35vw; }
	#news_list li {width: calc(50% - 30px);padding: 0;}
	#product_list li{width: 50%;}
}
@media screen and (max-width: 768px){
	.qr_box li{width: calc((100%/2) - 50px);}
	#sub_banner a{background-attachment:inherit;}
}
@media screen and (max-width: 761px){
	#product_list{margin: auto;}
	#product_list .info_box >div { width: calc(100% - 60px); }
	#product_list .info_box article { height: 50px; -webkit-line-clamp: 2; }
	#book_list .row img { height: 350px; }
}
@media screen and (max-width: 640px){
	#news_list li{display:block;margin: 0 0 40px;width: 100%;}
	#product_list li{width: 100%;}
	aside {width: 100%;margin-bottom: 60px;}
	#album_list {-moz-column-count: 1;-webkit-column-count: 1;column-count: 1;}
	.form_box input#Checknum { width: calc(100% - 90px); }
}
@media screen and (max-width: 500px){
	.waylink ol { padding: 10px 0; }
	#top_title .pag_tit{height: 40px;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;letter-spacing: 0;}
	#top_title .time{display:none;}
	.qr_box li a b{font-size:14px;}
}