/**
*	共用CSS文件
*/
*, ::after, ::before {
  box-sizing: border-box;
}
html, body {
	font-size: 16px;
	margin: 0;
	padding: 0;
	height: 100%;
	overflow-x: hidden;
}
body {
	-webkit-touch-callout: none;    
	-webkit-user-select: none;    
	-moz-user-select: none;    
	-ms-user-select: none;   
	user-select: none;    
	-khtml-user-select: none;    
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: "Trebuchet MS";
	font-size: 0.875rem;
	color: #000;
	touch-action: none;
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch;x
}
input, button, select, textarea {
	border: 0;
	outline: 0;
	-webkit-appearance: none;
	border-radius: 0;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 100px white inset;
	box-shadow: 0 0 0px 100px white inset;
}
input {
	filter: none !important;
}
ul, li {
	list-style: none;
}
p, ol, ul, li, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #000;
}
::-webkit-input-placeholder {
  color: #ccc;
}
:-ms-input-placeholder {
  color: #ccc;
}
::placeholder {
  color: #ccc;
}
[v-cloak] {
	visibility: hidden;
}
/* 華康字體 */
@font-face {
  font-family: 'DFPEPHHKKai';
  src: url('../font/DFPEPHHKKai.woff') format('woff');
}
#app {
	width: 1024px;
	/* height: 100%; */
	min-height: 768px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
/* #app.student {
	background-color: #effffb;
} */
#app.teacher, #app.student {
	background-color: #e5fbfb;
}
#app.teacher_share {
	background-color: #ecf3fb;
}
#app.school_base {
	background-color: #fdf4f1;
}
/********** header **********/
.header {
	width: 1024px;
	height: 97px;
	display: flex;
	background: url(../images/banner.png) no-repeat;
	background-size: 1024px 97px;
	position: fixed;
	z-index: 30000;
}
.header .top_banner {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.header .logo {
	width: 220px;
	margin-left: 35px;
}
.header .logo a {
	display: block;
	width: 102px;
	height: inherit;
}
.teacher .header .logo {
	background: url(../images/logo_t.png) no-repeat;
	background-size: 220px 66px;
	height: 66px;
	margin-top: 6px;
}
.student .header .logo {
	background: url(../images/logo_s.png) no-repeat;
	background-size: 220px 68px;
	height: 68px;
	margin-top: 5px;
}
.header .space {
	flex: 1;
}
.header .top_control {
	display: flex;
	align-items: center;
	height: 33px;
	margin: 20px  40px 0 0;
}
.header .user_name {
	width: 170px;
	height: 28px;
	line-height: 28px;
	margin-right: 5px;
	background: url(../images/account.png) no-repeat;
	background-size: 170px 28px;
}
.header .user_name span {
	font-size: 1rem;
	display: inline-block;
	width: 100%;
	padding: 0 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden; 
}
.header .word_bank, .header .home_btn, .header .log_out, .header .back_btn {
	width: 34px;
	height: 33px;
	margin-left: 10px;
	cursor: pointer;
}
.header .word_bank {
	background: url(../images/btn_favorite.png) no-repeat;
	background-size: 34px 33px;
}
.header .word_bank:active, .pc_hover .header .word_bank:hover {
	background: url(../images/btn_favorite_h.png) no-repeat;
	background-size: 34px 33px;
}
.header .home_btn {
	background: url(../images/btn_home.png) no-repeat;
	background-size: 34px 33px;
}
.header .home_btn:active, .pc_hover .header .home_btn:hover {
	background: url(../images/btn_home_h.png) no-repeat;
	background-size: 34px 33px;
}
.header .word_bank a, .header .home_btn a {
	display: block;
	height: inherit;
}
.header .back_btn {
	background: url(../images/btn_back.png) no-repeat;
	background-size: 34px 34px;
}
.header .back_btn:active, .pc_hover .header .back_btn:hover {
	background: url(../images/btn_back_h.png) no-repeat;
	background-size: 34px 34px;
}
.header .log_out {
	background: url(../images/btn_logout.png) no-repeat;
	background-size: 34px 33px;
}
.header .log_out:active, .pc_hover .header .log_out:hover {
	background: url(../images/btn_logout_h.png) no-repeat;
	background-size: 34px 33px;
}
/* .teacher .header {
	background: url(../images/banner_t.png) no-repeat;
	background-size: 1024px 97px;
} */
/********** container **********/
.container {
	/* position: absolute;
	left: 0;
	right: 0;
	top: 97px;
	bottom: 55px; */
	margin-top: 97px;
	min-height: 616px;
	padding: 0 40px;
	overflow-x: hidden;
	/* touch-action: none; */
}
.location {
	width: 944px;
	padding: 0 0 0 40px;
	overflow: hidden;
	display: none;
}
.location.current {
	display: block;
}
.location .title {
	float: left;
}
.location .oper_btn {
	float: right;
	margin-top: 8px;
}
.location .title i {
	float: left;
	width: 57px;
	height: 54px;
	background: url(../images/pic_title1.png) no-repeat;
	background-size: 57px 54px;
}
.location .title h2 {
	float: left;
	width: 120px;
	height: 25px;
	margin: 20px 0 0 5px;
	background: url(../images/text_title1.png) no-repeat;
	background-size: 120px 25px;
}
.location .title.my {
	float: left;
	width: 120px;
	height: 25px;
	margin: 20px 0 0 5px;
	background: url(../images/text_title1.png) no-repeat;
	background-size: 120px 25px;
}
.location .title.new {
	float: left;
	width: 98px;
	height: 25px;
	margin: 10px 0 0 5px;
	background: url(../images/text_title3.png) no-repeat;
	background-size: 98px 25px;
}
.location .oper_btn a {
	float: left;
	width: 34px;
	height: 34px;
	cursor: pointer;
}
.location .oper_btn .back_btn {
	background: url(../images/btn_back2.png) no-repeat;
	background-size: 34px 34px;
}
.location .oper_btn .back_btn:active, .pc_hover .location .oper_btn .back_btn:hover {
	background: url(../images/btn_back2_h.png) no-repeat;
	background-size: 34px 34px;
}
.location.teacher_share .title i {
	float: left;
	width: 60px;
	height: 52px;
	background: url(../images/pic_title2.png) no-repeat;
	background-size: 60px 52px;
}
.location.teacher_share .title h2 {
	float: left;
	width: 93.5px;
	height: 25px;
	margin: 13px 0 0 10px;
	background: url(../images/text_title2.png) no-repeat;
	background-size: 93.5px 25px;
}
.location.school_base .title i {
	float: left;
	width: 60px;
	height: 52px;
	background: url(../images/pic_title2.png) no-repeat;
	background-size: 60px 52px;
}
.location.school_base .title h2 {
	float: left;
	width: 93.5px;
	height: 25px;
	margin: 13px 0 0 10px;
	background: url(../images/text_title2.png) no-repeat;
	background-size: 93.5px 25px;
}
.location.school_base .title h3 {
	float: left;
	color: #239488;
	font-size: 1.125rem;
	line-height: 52px;
	margin-left: 10px;
}
.location.school_base .oper_btn a {
	margin-left: 10px;
	cursor: pointer;
}
.location.school_base .oper_btn .edit_btn {
	background: url(../images/btn_edit3.png) no-repeat;
	background-size: 34px 34px;
}
.location.school_base .oper_btn .edit_btn:active, .pc_hover .location.school_base .oper_btn .edit_btn:hover {
	background: url(../images/btn_edit3_h.png) no-repeat;
	background-size: 34px 34px;
}
.location.school_base .oper_btn .share_btn {
	background: url(../images/btn_share3.png) no-repeat;
	background-size: 34px 34px;
}
.location.school_base .oper_btn .share_btn:active, .pc_hover .location.school_base .oper_btn .share_btn:hover {
	background: url(../images/btn_share3_h.png) no-repeat;
	background-size: 34px 34px;
}
.location.school_base .oper_btn .back_btn {
	background: url(../images/btn_back3.png) no-repeat;
	background-size: 34px 34px;
	margin-left: 40px;
}
.location.school_base .oper_btn .back_btn:active, .pc_hover .location.school_base .oper_btn .back_btn:hover {
	background: url(../images/btn_back3_h.png) no-repeat;
	background-size: 34px 34px;
}
.location.school_base .oper_btn .copy_btn {
	background: url(../images/btn_duplicate3.png) no-repeat;
	background-size: 34px 34px;
	margin-left: 40px;
}
.location.school_base .oper_btn .copy_btn:active, .pc_hover .location.school_base .oper_btn .copy_btn:hover {
	background: url(../images/btn_duplicate3_h.png) no-repeat;
	background-size: 34px 34px;
}
/********** searcher select **********/
.searcher_show {
	position: absolute;
	top: 83px;
	left: 0;
	z-index: 20;
	width: 43px;
	height: 113px;
	background: url(../images/search_menu.png) no-repeat;
	background-size: 43px 113px;
	cursor: pointer;
}
.searcher_show:hover {
	background: url(../images/search_menu_h.png) no-repeat;
	background-size: contain;
}
.searcher {
	position: absolute;
	z-index: 19999;
	top: 80px;
	left: 0;
	width: 288px;
	height: 100%;
	overflow: hidden;
	display: none;
}
.searcher.current {
	display: block;
}
.searcher+.searcher-shade {
	position: absolute;
	z-index: 19990;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: none;
}
.searcher .search-box {
	/* position: relative; */
	width: 284px;
	height: 100%;
	background-color: #fcf1b7;
	box-shadow: 2px 0 1px 0 rgba(0, 0, 0, .2);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.searcher .search-box .search-wrap {
	position: relative;
	width: 100%;
	height: 570px;
}
.search-box .close-btn {
	position: absolute;
	top: 2px;
	right: 12px;
	width: 26px;
	height: 26px;
	background: url(../images/search_close.png) no-repeat;
	background-size: contain;
	cursor: pointer;
}
.search-box .close-btn:hover {
	background: url(../images/search_close_h.png) no-repeat;
	background-size: contain;
}
.search-box .search-tab {
	width: 182px;
	margin: 20px 10px 10px 10px;
	overflow: hidden;
}
.search-box .search-tab .words-search-btn,
.search-box .search-tab .words-text-btn{
	width: 81px;
	height: 28px;
	float: left;
	margin: 0 5px;
	cursor: pointer;
}
.search-box .search-tab .words-search-btn {
	background: url(../images/search_tab1.png) no-repeat;
	background-size: contain;
}
.search-box .search-tab .words-search-btn:hover{
	background: url(../images/search_tab1_h.png) no-repeat;
	background-size: contain;
}
.search-box .search-tab .words-search-btn.current {
	background: url(../images/search_tab1_n.png) no-repeat;
	background-size: contain;
}
.search-box .search-tab .words-text-btn {
	background: url(../images/search_tab2.png) no-repeat;
	background-size: contain;
}
.search-box .search-tab .words-text-btn:hover{
	background: url(../images/search_tab2_h.png) no-repeat;
	background-size: contain;
}
.search-box .search-tab .words-text-btn.current {
	background: url(../images/search_tab2_n.png) no-repeat;
	background-size: contain;
}
.search-box .search-bar {
	width: 255px;
	margin: 0 auto;
}
.search-box .search-bar .search-keyword h3 {
	font-size: 0.875rem;
	font-weight: 400;
}
.search-box .search-bar .search-keyword-box, .search-box .search-bar .ui-multiselect {
	display: flex;
	align-items: center;
	color: #333;
	width: 255px;
	height: 30px;
	margin-top: 5px;
	border: #ff6f8a 2px dotted;
	border-radius: 8px;
	box-sizing: border-box;
	background-color: #fff;
	overflow: hidden;
}
.search-box .search-keyword-box .so-input {
	width: 100%;
	font-size: 1rem;
	height: 24px;
	line-height: 24px;
	border: 0;
	box-sizing: border-box;
	padding: 0;
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
.search-box .search-keyword-box .oper {
	display: flex;
	align-items: center;
}
.search-box .search-keyword-box .so-clear {
	width: 21px;
	height: 21px;
	padding: 5px;
	cursor: pointer;
}
.search-box .search-keyword-box .so-clear i {
	display: block;
	width: 11px;
	height: 11px;
	background: url(../images/search_cross.png) no-repeat;
	background-size: 11px 11px;
}
.search-box .search-keyword-box .line {
	width: 2px;
	height: 17px;
	background: url(../images/search_line.png) no-repeat;
	background-size: 2px 17px;
}
.search-box .search-keyword-box .so-btn {
	width: 29px;
	height: 25px;
	padding: 5px 6px;
	cursor: pointer;
}
.search-box .search-keyword-box .so-btn i {
	display: block;
	width: 17px;
	height: 15px;
	background: url(../images/search_icon.png) no-repeat;
	background-size: 17px 15px;
}
.search-box .search-keyword-box .so-btn:active i, .pc_hover .search-box .search-keyword-box .so-btn:hover i {
	background: url(../images/search_icon_h.png) no-repeat;
	background-size: 17px 15px;
}
.search-box .search-bar .search-text {
	position: relative;
	z-index: 9;
	padding-top: 1px;
}
.search-box .search-bar .ui-multiselect {
	cursor: pointer;
	position: relative;
	z-index: 10001;
}
.search-box .search-bar .ui-multiselect.search_text_box {
	height: auto;
	min-height: 30px;
	line-height: 1;
}
.search-box .ui-multiselect.ui-state-hover, .search-box .ui-multiselect.ui-state-active {
	background-color: #ffecee;
}
.search-box .ui-corner-all span {
	display: block;
	width: 90%;
	/* height: 23px; */
	font-size: 1rem;
	/* line-height: 26px; */
	margin-left: 5px;
}
.search-box .search-text select {
	border: #ff6f8a 2px dotted;
	border-radius: 15px;
	height: 30px;
}
.search-box .ui-multiselect .ui-icon {
	display: block;
	width: 10px;
	height: 9px;
	margin-right: 7px;
	background: url(../images/search_arrow.png) no-repeat;
	background-size: 10px 9px;
}
.search-box .ui-multiselect.ui-state-hover .ui-icon, .search-box .ui-multiselect.ui-state-active .ui-icon {
	background: url(../images/search_arrow_h.png) no-repeat;
	background-size: 10px 9px;
}
.ui-multiselect span,
.ui-multiselect-menu .ui-corner-all,
.ui-multiselect-menu .ui-corner-all span{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden; 
}
.search-box .ui-multiselect.search_text_box span {
	white-space: normal;
	padding: 3px 0;
}
.ui-multiselect-menu.search_text_box {
	border: #ff6f8a 2px dotted;
	border-top: 0;
	border-radius: 0 0 15px 15px;
	padding: 10px 0;
	overflow: hidden;
}
.ui-multiselect-menu.search_text_box .ui-multiselect-checkboxes li {
	font-size: 0.875rem;
	line-height: 1;
	padding: 2px 7px;
}
.ui-multiselect-menu.search_text_box .ui-multiselect-checkboxes li label {
	padding: 2px 0 2px 9px !important
}
.ui-multiselect-menu.search_text_box .ui-multiselect-checkboxes li span {
	width: 100%;
	/* height: 15px; */
	line-height: 16px;
	margin-left: 0;
	white-space: normal;
}
.ui-multiselect-menu .ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
	padding: 3px 5px;
	margin-left: 5px;
	cursor: default;
}
.search_text_box .ui-state-active {
	background: #FF7E90 50% 50% repeat-x;
	color: #fff;
}
.search-box .search-content {
	width: 255px;
	height: auto;
	overflow: hidden;
	margin: 20px auto;
}
.search-box .search-content .con-hd {
	position: relative;
}
.search-box .search-content .title {
	display: block;
	margin-left: 40px;
	width: 77px;
	height: 17.5px;
	background: url(../images/search_result.png) no-repeat;
	background-size: contain;
}
.search-box .search-content i {
	position: absolute;
	top: 0;
	width: 34px;
	height: 42px;
	background: url(../images/search_bulb.png) no-repeat;
	background-size: contain;
}
.search-box .search-content .pre-btn img,
.search-box .search-content .next-btn img {
	width: 100%;
	height: auto;
}
.search-box .search-content .pre-btn {
	width: 255px;
	height: 25px;
	line-height: 0;
	margin-top: 5px;
	background: url(../images/search_up.png) no-repeat center bottom;
	background-size: 255px 25px;
	cursor: pointer;
}
.search-box .search-content .pre-btn:active, .pc_hover .search-box .search-content .pre-btn:not(.dim):hover {
	background: url(../images/search_up_h.png) no-repeat center bottom;
	background-size: 255px 25px;
}
.search-box .search-content .pre-btn.dim {
	background: url(../images/search_up_n.png) no-repeat center bottom;
	background-size: 255px 25px;
	cursor: default;
}
.search-box .search-content .con-bd {
	width: 255px;
	height: 286px;
	background-color: #fff;
	padding: 8px 0;
	box-sizing: border-box;
	overflow: hidden;
}
.search-box .search-content .con-list {
	line-height: 0;
}
.search-box .search-content .con-list a {
	color: #333;
	font-family: "DFPEPHHKKai", "Times New Roman", "標楷體", "楷體";
	font-size: 1.625rem;
	font-weight: bold;
	display: inline-block;
	width: 255px;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden; 
}
.search-box .search-content .con-list a.active {
	color: #f90;
}
.search-box .search-content .con-list label.custom,
.search-box .search-content .con-list label.school {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  height: 23px;
  line-height: 23px;
  margin: 4px 15px 3px 15px;
}
.search-box .search-content .con-list label.custom {
  color: #6550bd;
  border-bottom: #968ffa 2px dotted;
}
.search-box .search-content .con-list label.school {
  color: #ca3063;
  border-bottom: #fe80aa  2px dotted;
}
.search-box .search-content .next-btn {
	width: 255px;
	height: 25px;
	line-height: 0;
	background: url(../images/search_down.png) no-repeat center top;
	background-size: 255px 25px;
	cursor: pointer;
}
.search-box .search-content .next-btn:active, .pc_hover .search-box .search-content .next-btn:not(.dim):hover {
	background: url(../images/search_down_h.png) no-repeat center top;
	background-size: 255px 25px;
}
.search-box .search-content .next-btn.dim {
	background: url(../images/search_down_n.png) no-repeat center top;
	background-size: 255px 25px;
	cursor: default;
}
.search-box .search-content .con-ft {
	text-align: right;
	font-size: 0.875rem;
	padding: 3px;
}
.search-box .search-content .con-ft span {
	color: #ff3f56;
	font-size: 1rem;
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
}

/********** footer **********/
.n-footer{
  /* position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
  bottom: 0; */
  width: 100%;
  padding: 10px 0;
	font-size: 0.75rem;
	height: 55px;
	box-sizing: border-box;
}
.n-footer .f-con{
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
.n-footer .f-con .footer_logo2{
  width: 95px;
	height: 25px;
  background-image: url(../images/logo_eph.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px;
}
.n-footer .f-con .footer_logo{
  width: 147px;
	height: 25px;
  background-image: url(../images/logo_phl.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 20px;
}
.n-footer .f-con .link{
  vertical-align: middle;
  width: 184px;
}
.n-footer .f-con .link .select_area{
	position: relative;
	/* z-index: 30002; */
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background: linear-gradient(to bottom,  #fdfdfd 0%,#d7f1f8 100%);
  border-radius: 6px;
  cursor: pointer;
}
.n-footer .f-con .link .select_area:before{
  position: absolute;
  margin-left: 161px;
	margin-top: 14px;
  z-index: 1;
  content: "";
  width: 0; height: 0;
  border-style: solid;
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #008cd6 transparent;
  transform: translateY(-50%);
}
.n-footer .f-con .link .select_area .web_site{
  display: block;
  width: 100%;
	height: 28px;
  font-size: 0.8125rem;
  padding: 4px 12px;
  padding-right: 40px;
  background: linear-gradient(to bottom,  #fdfdfd 0%,#d7f1f8 100%);
  border: 1px solid #d69c46;
  border-radius: 4px;
  -webkit-appearance: none;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  background-color: transparent;
  border-color: #90c176;
}
.n-footer .f-con .link .select_area .web_site_list {
	display: none;
	position: absolute;
	left: 0;
	bottom: 28px;
	width: 220px;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.n-footer .f-con .link .select_area .web_site_list li a {
	display: block;
	padding: 8px 10px;
	border-bottom: #ddd 1px solid;
}
.n-footer .f-con .link .select_area .web_site_list li:last-child a {
	border-bottom: none;
}
.n-footer .f-con .copyright{
  flex: 1;
  text-align: right;
	font-size: 0.75rem;
}
.n-footer .f-con .copyright ul{
  margin: 0;
  list-style: none;
}
.n-footer .f-con .copyright li a{
	color: #007371;
}
.n-footer .f-con .copyright li a:hover{
	text-decoration: underline;
}
.n-footer .f-con .copyright p{
  text-align: right;
	margin-top: 3px;
}

/********** 自定義 layer 彈窗樣式 **********/
.layui-layer.custom_alert_pop.small, .layui-layer.custom_confirm_pop.small {
	width: 382px;
	height: 188.5px;
	min-width: 382px;
	background: url(../images/pop_bg1.png) no-repeat center;
	background-size: 382px 188.5px;
	box-shadow: none;
}
.layui-layer.custom_alert_pop.big, .layui-layer.custom_confirm_pop.big {
	width: 415px;
	height: 225px;
	min-width: 415px;
	background: url(../images/pop_bg2.png) no-repeat center;
	background-size: 415px 225px;
	box-shadow: none;
}
.layui-layer.custom_alert_pop .layui-layer-content,
.layui-layer.custom_confirm_pop .layui-layer-content {
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 32px;
	color: #fff;
	padding: 20px 30px;
	margin-top: 30px;
}
.layui-layer.custom_confirm_pop.small .layui-layer-content {
	padding: 20px;
}
.layui-layer .layui-layer-btn a {
	width: 78.5px;
	height: 36px;
	border: 0;
	font-size: 0;
	margin: 5px 10px 0;
}
.layui-layer.custom_alert_pop .layui-layer-btn0 {
	background: url(../images/pop_ok.png) no-repeat center;
	background-size: 78.5px 36px;
}
.layui-layer.custom_alert_pop .layui-layer-btn0:active,
.pc_hover~.layui-layer.custom_alert_pop .layui-layer-btn0:hover {
	opacity: 1;
	background: url(../images/pop_ok_h.png) no-repeat center;
	background-size: 78.5px 36px;
}
.layui-layer.custom_alert_pop.small.tips {
  display: flex;
  align-items: center;
}
.layui-layer.custom_alert_pop.small.tips .layui-layer-content {
  margin-top: 0;
  flex: 1;
}
.layui-layer.custom_alert_pop.small.tips .layui-layer-btn {
  display: none;
}
.layui-layer.custom_confirm_pop .layui-layer-btn0 {
	background: url(../images/pop_yes.png) no-repeat center;
	background-size: 78.5px 36px;
}
.layui-layer.custom_confirm_pop .layui-layer-btn0:active,
.pc_hover~.layui-layer.custom_confirm_pop .layui-layer-btn0:hover {
	opacity: 1;
	background: url(../images/pop_yes_h.png) no-repeat center;
	background-size: 78.5px 36px;
}
.layui-layer.custom_confirm_pop .layui-layer-btn1 {
	background: url(../images/pop_no.png) no-repeat center;
	background-size: 78.5px 36px;
}
.layui-layer.custom_confirm_pop .layui-layer-btn1:active,
.pc_hover~.layui-layer.custom_confirm_pop .layui-layer-btn1:hover {
	opacity: 1;
	background: url(../images/pop_no_h.png) no-repeat center;
	background-size: 78.5px 36px;
}

.layui-layer.custom_confirm_pop.order_confirm_pop .layui-layer-btn0 {
	background: url(../images/pop_ok.png) no-repeat center;
	background-size: 78.5px 36px;
}
.layui-layer.custom_confirm_pop.order_confirm_pop .layui-layer-btn0:active,
.pc_hover~.layui-layer.custom_confirm_pop.order_confirm_pop .layui-layer-btn0:hover {
	opacity: 1;
	background: url(../images/pop_ok_h.png) no-repeat center;
	background-size: 78.5px 36px;
}
.layui-layer.custom_confirm_pop.order_confirm_pop .layui-layer-btn1 {
	background: url(../images/pop_cancle1.png) no-repeat center;
	background-size: 78.5px 36px;
}
.layui-layer.custom_confirm_pop.order_confirm_pop .layui-layer-btn1:active,
.pc_hover~.layui-layer.custom_confirm_pop.order_confirm_pop .layui-layer-btn1:hover {
	opacity: 1;
	background: url(../images/pop_cancle1_h.png) no-repeat center;
	background-size: 78.5px 36px;
}

/******** 字詞分享 Popup ********/
.layui-layer.share_word_popup {
	background-color: #52d1ce;
	min-width: 600px;
	border-radius: 10px 15px 18px 18px;
	box-shadow: none;
	overflow: hidden;
}
.layui-layer.share_word_popup .layui-layer-title {
	background-color: transparent;
	border: 0;
	text-indent: -100px;
	margin: 12px 0 8px 20px;
	width: 85.5px;
	height: 23px;
	background: url(../images/pop_title1.png) no-repeat;
	background-size: 85.5px 23px;
}
.layui-layer.share_word_popup .layui-layer-setwin {
	top: 8px;
	right: 10px;
}
.layui-layer.share_word_popup .layui-layer-setwin .layui-layer-close1 {
	width: 30px;
	height: 30px;
	background: url(../images/pop1_close.png) no-repeat;
	background-size: 30px 30px;
	cursor: pointer;
}
.layui-layer.share_word_popup .layui-layer-close1:active,
.pc_hover .layui-layer.share_word_popup .layui-layer-close1:hover {
	background: url(../images/pop1_close_h.png) no-repeat;
	background-size: 30px 30px;
	opacity: 1;
}
.layui-layer.share_word_popup .layui-layer-content {
	padding: 20px 20px 63px 20px;
	margin: 0 12px 12px 12px;
	background-color: #fff;
	overflow: hidden;
}
.layui-layer.share_word_popup .swp_icon {
	float: left;
	width: 48px;
	height: 59px;
	background: url(../images/pic_title3.png) no-repeat;
	background-size: 48px 59px;
}
.layui-layer.share_word_popup .swp_con {
	float: left;
	font-size: 1.125rem;
	font-weight: bold;
	width: 478px;
	height: 145px;
	margin-left: 10px;
}
.layui-layer.share_word_popup .swp_con h3 {
	color: #239488;
	font-size: 1.25rem;
}
.layui-layer.share_word_popup .swp_con > div {
	margin-top: 10px;
}
.layui-layer.share_word_popup .swp_con .title {
	float: left;
	height: 35px;
	line-height: 35px;
}
.layui-layer.share_word_popup .all_class label,
.layui-layer.share_word_popup .class_list label {
	line-height: 35px;
	margin-right: 20px;
	cursor: pointer;
}
.layui-layer.share_word_popup .class_list label {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	line-height: 33px;
}
.layui-layer.share_word_popup .all_class input[type="checkbox"],
.layui-layer.share_word_popup .class_list input[type="checkbox"] {
	width: 24px;
	height: 24px;
	vertical-align: top;
	background: url(../images/btn_select1_h.png) no-repeat;
	background-size: 24px 24px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}
.layui-layer.share_word_popup .all_class input[type="checkbox"]:checked,
.layui-layer.share_word_popup .class_list input[type="checkbox"]:checked {
	background: url(../images/btn_select1.png) no-repeat;
	background-size: 24px 24px;
}
.layui-layer.share_word_popup .all_class label.gray,
.layui-layer.share_word_popup .all_class label.gray input {
	color: #999;
	-webkit-filter: grayscale(1);
	filter: gray;
	filter: grayscale(1);
	cursor: default;
}
.layui-layer.share_word_popup .layui-layer-btn {
	background-color: #fff;
	float: right;
	padding-right: 5px;
	/* margin: 0 12px 12px 12px; */
	position: absolute;
	bottom: 12px;
	right: 32px;
}
.layui-layer.share_word_popup .layui-layer-btn0 {
	background: url(../images/pop_ok.png) no-repeat center;
	background-size: 78.5px 36px;
	margin-right: 0;
}
.layui-layer.share_word_popup .layui-layer-btn0:active,
.pc_hover .layui-layer.share_word_popup .layui-layer-btn0:hover {
	opacity: 1;
	background: url(../images/pop_ok_h.png) no-repeat center;
	background-size: 78.5px 36px;
}
#grade_select_box {
	position: relative;
	/* padding-top: 1px; */
}
#grade_select_box .ui-multiselect-menu.text_select_box .ui-multiselect-checkboxes li label {
	margin-right: 0;
}

/********** animate **********/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/*禁止ios橡皮筋效果*/
html.iphone, html.mac {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.windows .word_info_panel .bd_content .con,
.windows .word_info_panel .bd_content article {
	word-break: break-word;
	word-wrap: break-word;
}

/***** IPhone *****/
html.iphone {
	font-size: 8.5px;
	background-color: #efefef;
}
html.mac, html.ipad {
	font-size: 16px;
}
html.android {
	font-size: 15px;
}
html.iphone .search-box .search-bar .search-keyword h3 {
	font-size: 1rem;
}
.iphone .searcher_show, .iphone .searcher, .iphone .searcher-shade {
	position: fixed;
}
html.iphone .search-box .search-content .con-ft span,
html.ipad .search-box .search-content .con-ft span,
html.mac .search-box .search-content .con-ft span {
	margin-top: -2px;
}
html.mac .search-box .search-content .con-list a,
html.ipad .search-box .search-content .con-list a {
  font-weight: normal;
}
/***** Firefox hack *****/
@-moz-document url-prefix() {
	body, input, textarea,
	.ui-corner-all span {
		font-family: "Microsoft YaHei";
	}
	h3, input, textarea,
	.ui-corner-all span {
		font-weight: 500;
	}
}
/***** 竖屏 *****/
@media screen and (min-device-width: 768px) and (orientation: portrait) {
	html.mac, html.ipad {
		font-size: 12px;
	}
	/* html.android {
		font-size: 16px;
	} */
	/* .n-footer .f-con .link .select_area select {
		font-size: 0.625rem;
	}
	.n-footer .f-con .copyright,
	.search-box .search-content .con-ft {
		font-size: 0.5625rem;
	}
	.search-box .search-content .con-ft span  {
		font-size: 0.875rem;
	}
	.ui-multiselect-menu.search_text_box .ui-multiselect-checkboxes li,
	.search-box .ui-corner-all span,
	.search-box .search-content .con-list a {
		font-size: 0.75rem;
	}
	.layui-layer.custom_alert_pop .layui-layer-content,
	.layui-layer.custom_confirm_pop .layui-layer-content {
		font-size: 1.125rem;
	}
	.layui-layer.share_word_popup .swp_con {
		font-size: 0.8125rem;
	}
	.layui-layer.share_word_popup .swp_con h3 {
		font-size: 0.9375rem;
	} */
}
/***** IPhone 竖屏 *****/
@media screen and (min-device-width: 320px) and (max-device-width: 428px) and (orientation: portrait) {
	html.iphone {
		font-size: 4.5px;
	}
	.iphone .searcher {
		position: absolute;
	}
	.iphone .n-footer .f-con .copyright p {
		margin-top: 0;
	}
}