@charset "utf-8";
/* CSS Document */
body, p, li {
	font-family: -apple-system, BlinkMacSystemFont, "Microsoft JhengHei", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body:lang(zh-hant) {
    font-size: 1.1rem;
}
.lang {font-size: 1rem;}

.font-ming {
	font-family: 新細明體
}
body, p, li {
	letter-spacing: .2px; line-height:
}
body {background-color:#fff;}
a {color:#8fa0b1;}
a:hover {color:#039; text-decoration:none;}
/* -------------------------default------------------------- */

hr {
	border:0; height:1px; background-color:#d4d4d4;
	color:#d4d4d4	/* IE6 */
}

/* back-to-top */
.back-to-top {
	background: #cecece;
	border-radius: 6px;
	bottom: 20px;
	color: #FFFFFF;
	display: block;
	font-size: 40px;
	height: 50px;
	line-height: 42px;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 50px;
	z-index: 50;
	display: none;
}
.back-to-top:hover, .back-to-top:focus {
	color: #fff;
}


/* -------------------------setting------------------------- */

header {background-color:#f8bc71}

/* footer */
footer {
	background-color: #F2F2F2;padding:40px 20px;overflow:auto;margin-top:30px
}
footer .container {

}
.copyright {
	padding: 0;
	margin: 0;
	float: left;
}
.footer-data {
	float: right;
}
.footer-data ul li {
	float: left;
	margin: 20px 10px 0 10px;
	list-style: none;
}
.footer-data a {
	color: #666
}
/* footer */


/* -------------------------setting------------------------- */

#pc {
	width: 100%;
	min-height: 7.695312rem;
	margin: 0 auto;
	background-color: #e5e8ec;
	font-size: 0.136718rem;
	background: url("/hemagazine/static/PC/img/index/bg.png") center 0.683593rem;
	background-size: 100% auto;
	box-sizing: border-box;
	position: relative;
}

.pc_title {
	width: auto;
	/* height: 0.488281rem; */
	background-color: #fff;
	padding: 0.097656rem 0.390625rem;
}

.pc_img {
	float: left;
	/* width: 2.441406rem; */
	height: 0.488281rem;
	line-height: 0;
	cursor: pointer;
	display: flex;
	align-items: center;

}
.logo_imgs{
	width: 0.488281rem;
	height: 100%;
	margin-right: 0.1rem;
}
.logo_img {
	/* width: 100%; */
	height: 100%;
}

.pc_language {
	display: flex;
	float: right;
}

.pc_language_box {
	display: flex;
	margin-left: 0.175781rem;
	font-size: 0.136718rem;
	color: #373e44;
	margin-top: 0.068359rem;
	cursor: pointer;
	float: left\9;
}

.language_box_img {
	width: 0.15625rem;
	height: 0.15625rem;
	margin-right: 0.078125rem;
}

.language_box_text {}

.language_box_text_active {
	color: #0064af;
}

.pc_content {}

.pc_share {
	width: 100%;
	height: 0.976562rem;
	position: relative;
	font-size: 0.136718rem;
	display: flex;
	align-items: center;
}

.pc_share_content {
	height: 0.195312rem;
	color: #31475e;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 0.878906rem;
	display: flex;
	align-items: center;
}
.pc_share_left_title{
	font-size: 0.226718rem;
	padding-left: 1.2rem;
}

.pc_share_title{
	font-size: 0.136718rem;
	float: left\9;
}

.pc_share_content .pc_share_img{
	width: 0.195312rem;
	height: 0.195312rem;
	margin-right: 0.068359rem;
}

.pc_book_list {
	/* width: 100%; */
	text-align: center;
	padding: 0 0 0 0.791015rem;

}

.pc_book_list_ul {
	padding-bottom: 0.585937rem;
}

.pc_book_list_li {
	width: 1.386718rem;
	height: 2.43164rem;
	float: left;
	margin-right: 0.371093rem;
	overflow: hidden;
	position: relative;
}

.book_list_name {
	margin: 0.097656rem 0;
	font-size: 0.136718rem;
	color: #000000;
}

.book_list_time {
	font-size: 0.117187rem;
	color: #8fa0b1;
}

.pc_book_list_li .book_list_li_img {
	width: 1.074218rem;
	height: 1.503906rem;
}

.pc_book_list_li_a{
	display: inline-block;
	color: transparent;
}

.pc_book_list_li:nth-child(1) {
	width: 3.144531rem;
	height: 4.863200rem;
	text-align: center;
	position: relative;
}
.pc_book_list_li .pc_book_list_news{
	position: absolute;
	top: 0;
	right: 0.15625rem;
	content: " ";
	width: 1.376953rem;
	height: 1.376953rem;
	background-color: red;
	background: url(./new_book.png) no-repeat;
	background-size: 100% 100%;
}

.pc_book_list_li:nth-child(1) img {
	width: 2.832031rem;
	height: 3.925781rem;
}

.pc_foot {
	width: 100%;
	height: 0.585937rem;
	background-color: #fff;
	position: absolute;
	bottom: 0;
}

.pc_foot_text {
	font-size: 0.117187rem;
	line-height: 0.585937rem;
	;
	color: #cacaca;
	text-align: center;
}


/*------------------------- responsive ------------------------*/

/*>1280px*/
@media (min-width: 1280px) {

}

/*<960px*/
@media only screen and (max-width: 960px) {

}


/*<768px*/
@media (max-width: 768px) {

}

/*<480px*/
@media only screen and (max-width: 480px) {

}

/*不要bootstrap列印網址*/
@media print {
  a[href]:after {
    content: none !important;
  }
}