@charset "utf-8";
/*main*/
.main_area{
	width:100%;
	/*background:url(img_footer_bg_001.png) no-repeat center bottom #f8f8f8;*/
	background:#f8f8f8;
	border-bottom: 30px solid #4B5D04;
	padding: 0 0 calc(5% + 40px) 0;
}
.main_column{
	clear:both;
	width:100%;
	max-width:1200px;
	padding:20px 0;
	margin:0 auto;
}
.main_column_nav{
	width:98%;
	max-width:1200px;
	margin:0 auto;
	font-size:0.8em;
}
.main_column_nav a{
	color:#000;
}
.main_column_nav a:hover{
	color:#009bdb;
}
/**/
.main_infocolumn{
	position:relative;
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:30px 1%;
	overflow:hidden;
}
.main_infocolumn .left_column{
	position: relative;
	float: left;
	width:20%;
	max-width:180px;
	overflow: hidden;
}
.main_infocolumn .left_column .arrow{
	position: absolute;
	left: calc(50% - 10px);
	-webkit-clip-path: polygon(100% 0, 0 0, 50% 35%);
	clip-path: polygon(100% 0, 0 0, 50% 35%);
	background: #666;
  width: 20px;
  height: 20px;
}
.share_column{
	float:right;
	width: 100%;
	display:block;
}
@media screen and (max-width:1200px) {
	.main_infocolumn .left_column{
		width: 100%;
		max-width: none;
	}
	.main_column{
		/*padding:80px 0 30px 0;*/
	}
	.main_infocolumn_active{
		border:none;
	}
}
@media screen and (max-width:640px) {
	.main_infocolumn{
		padding:20px 10px;
	}
}
/**********************************************************/
.main_title_column{
	width:100%;
	border-bottom:1px dashed #CCCCCC;
	overflow:hidden;
	padding:0 0 10px 0;
	margin:0 0 15px 0;
}
.quest_title_column{
	width:100%;
	overflow:hidden;
	padding:25px 0 10px 0;
	margin:0 0 15px 0;
	font-size:1.4em;
	color:#04848F;
}
.main_title_column .left{
	float:left;
	width:100%;
}
.main_title_column .left.full_width{
	width:100%;
}
.main_title_column .left .title{
  display: inline-block;
	font-size:1.4em;
	line-height:1.4em;
	margin:5px 0 0 0;
	color:#04848f;
	font-weight: bold;
	word-break: break-all;
}
.main_title_column .left .title.bad{
  color:#936b13;
}
.main_title_column .left .title.good{
  color:#bd0059;
}
.main_title_column .left .title_small{
	font-size:1.2em;
	line-height:1.4em;
	margin:5px 0 0 0;
	color:#04848f;
	font-weight: bold;
	word-break: break-all;
}
.main_title_column .left .title a{color:#04848f;}
.main_title_column .left .title a:hover{color:#00626b;}
.main_title_column .right{
	float:left;
	margin: 10px 0 0 0;
}
.main_title_column .left .title_with_button{
  width: calc(100% - 160px);
  vertical-align: top;
  margin-top: 12px;
}
@media screen and (max-width:480px) {
  .main_title_column .left .title_with_button{
    width: calc(100%);
  }
}

.main_title_column .right #link{
  display: inline-block;
  width: fit-content;
  padding:6px 12px 2px 12px;
  margin: 0 0 5px 0;
  color: #fff;
  font-weight: bold;
  border: 2px solid #c00;
  -webkit-border-radius:10px;	-moz-border-radius:10px; border-radius:10px;
  text-align: center;
  outline: none;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}
.main_title_column .right #link:hover, .main_title_column .right #link:active {
  background-color: #fff;
  color: #000;
  -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
}

.main_title_column .right .link{
	font-size:1em;
	color:#cc0000;
}
.main_title_column .right img{
	vertical-align:middle;
	position: relative;
	top:-2px;
	margin: 0 0 0 6px;
}
.main_date{
	color:#04848f;
	font-size:1em;
	margin:0 0 15px 0;
}
.main_date .hours,
.main_date .teacher{
	clear:both;
	width:100%;
	line-height:28px;
	font-size:1.2em;
}
.main_date .join_button{
	float:left;
	width:150px;
	margin:30px 0 30px 0;
  vertical-align: top;
}
.main_title_column .left .join_button{
  display: inline-block;
  width:150px;
  margin:10px 0 0 0;
}
.main_date .join_button a,
.main_title_column .left .join_button a{
  color:#ffffff;
  background-color:#04848f;
  background-image: url("icon_click.svg");
  background-repeat: no-repeat;
  background-position: 96px center;
  background-size: 18px;
  border: 2px solid rgba(255,255,255,0.33);
  padding:4px 36px 4px 16px;
  font-size:1.1em;
  letter-spacing: 1px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}
.main_date .join_button a:hover,
.main_title_column .left .join_button a:hover{
	background-color:#99CC00;
}
.HTML_info{
	clear:both;
	width:100%;
	max-width:1200px;
	line-height:1.5em;
	margin:0 0 20px 0;
  font-size: 1.1em;
}
.HTML_info img,
.HTML_info iframe{
	max-width:100% !important;
}
.HTML_info a{
  color: #0069cd;
  text-decoration: underline;
}
.HTML_info a.full_width_button{
  border-radius: 8px;
  width:100%;
  max-width: 380px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.15em;
  color: #ffffff;
  background: #1e7fa8;
  padding: 12px 10px 10px 10px;
  border-bottom: 4px solid #045070;
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.HTML_info a.full_width_button img.icon{
  width: 1.2em;
  vertical-align: text-bottom;
}
.HTML_info a.full_width_button:hover{
  color: #000000;
  background: #ffd800;
  border-bottom: 4px solid #e6a100;
}
.HTML_info a.full_width_button:hover img.icon{
  filter: brightness(0);
}
/***************************************************************/
/*PAGE*/
.page_container{
	float:left;
	width:100%;
	height:30px;
	text-align:center;
	font-size:0.9em;
	margin:0px 0 30px 0;
}
.page_container_top{
	margin:15px 0 0 0;
}
#page_block{
	display:inline-block;
	width:auto;
	padding:0;
	width:100%;
	text-align:center;
	font-size:0.8em;
}
.page_block_see{
	display:inline-block;
	color:#06F;
	height:28px;
	line-height:28px;
	*zoom:1;
}
#page_block a{
	color:#0000ff;
	display:inline-block;
	zoom:1;
	line-height:20px;
	height:20px;
	margin:0 5px 0 5px;
}
#page_block a:hover{
	color:#069;
}
#page_block .page{
	padding:0 7px 0 7px;
	margin:0 -3px 0 0;
}
#page_block .page_prev{
	border-right:1px dotted #ccc;
	padding:0 25px 0 0;
	margin:0 20px 0 0 !important;
}
#page_block .page_next{
	border-left:1px dotted #ccc;
	padding:0 0 0 25px;
	margin:0 0 0 20px !important;
}
#page_block .page_back{

}

.page_container_prev_next{
	width:100%;
	font-size:0.8em;
	text-align:center;
	color:#006699;
	padding:20px 0 0 0;
	margin:0 0 20px 0;
}
.page_block_see{
	background-color:#069;
	display:inline-block;
	color:#FFF;
	font-size:0.8em;
	font-weight:bold;
	padding:2px 7px 4px 7px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
}
.page_container_prev_next .page_block a{
	margin:0 10px 0 10px;
	color:#666665;
}
.page_container_prev_next .page_block a:hover,
.page_block a:hover{
	color:#069;
}
.page_block .jump{
	cursor:pointer;
}
/***************************************************************/
/*box_news*/
.box_news{
	clear:both;
	width:100%;
	border-bottom:1px dashed #CCCCCC;
	overflow:hidden;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
}
.box_news_mainpage_list{
	width:100%;
}
.box_news .left{
	float:left;
	width:calc(95% - 200px);
}
.box_news .leftw_nopic{
	width:645px;
}
.box_news .left_mainpage_list{
	width:calc(95% - 200px);
}
.box_news .left_mainpage_list_nopic{
	width:100%;
}
.box_news .left_mainpage_list2{
	width:70%;
}
.box_news .left_mainpage_list2_nopic{
	width:100%;
}
.box_news .left .date{
	float:left;
	width:100px;
	font-size:0.9em;
	color:#04848f;
	letter-spacing:1px;
	margin:0 0 15px 0;
}
.box_news .left .class{
  position: relative;
  top: -2px;
	display: inline-block;
  padding:8px 16px;
  font-size:0.9em;
	color:#333;
	margin:0 0 5px 0;
	background:#e6e6e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.box_news .left .counts{
	float:left;
	font-size:0.9em;
	color:#04848f;
	background:url(icon_counts.png) no-repeat left;
	padding:0 0 0 15px;
	letter-spacing:1px;
	margin:0 0 15px 0;
}
.box_news .left .title{
	clear:both;
	margin:0 0 10px 0;
	font-size:1.2em;
	padding:2px;
	color: #009999;
}
.box_news .left .title a{
	color: #323232;
  font-weight: bold;
}
.box_news .left .title a:hover{
	color:#04848f;
}
.box_news .left .info{
	clear:both;
	font-size:1.1em;
  line-height: 1.5em;
	color: #565656;
	word-break: break-all;
  padding:2px;
  margin: 0 0 10px 0;
}
.box_news .left .info a{
	color:#666665;
}
.box_news .left .info a:hover{border-bottom: 1px dashed #ccc;}
.box_news .right{
	float:right;
	margin:40px 20px 0 0;
}
.box_news .right .image_s{
	float:left;
	width:180px;
}
.box_news .right .image_s img{
	float:left;
	width:180px;
}
.box_news .left .hours{
	clear:both;
	margin:4px 0 0 0;
	font-size:1em;
	padding:2px;
	color: #04848f;
}
.box_news .left .teacher{
	clear:both;
	margin:0px 0 0 0;
	font-size:1em;
	padding:2px;
	color: #04848f;
}
.box_news .join_button{
	display: inline-block;
	margin:5px 10px 0 0;
}
.box_news .join_button a{
	color:#ffffff;
	background-color:#04848f;
  background-image: url("icon_click.svg");
  background-repeat: no-repeat;
  background-position: 96px center;
  background-size: 18px;
  border: 2px solid rgba(255,255,255,0.33);
	padding:4px 36px 4px 16px;
	font-size:1.1em;
  letter-spacing: 1px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.box_news .join_button a:hover{
	background-color:#99CC00;
}
@media screen and (max-width:480px) {
	.box_news .left_mainpage_list{
		width:calc(95% - 120px);
	}
	.box_news .right .image_s{
		width:100px;
	}
	.box_news .right .image_s img{
		width:100px;
	}
}
@media screen and (max-width:380px) {
  .box_news .left .class{
    top: 0px;
    margin:0;
    width: 100%;
  }
  .box_news .join_button{
    width: 100%;
  }
  .box_news .join_button a{
    width: 100%;
    text-align: center;
  }
}
/***************************************************************/
/*left_menu*/
.info_column .left_column{
	float:left;
	width:20%;
	max-width:180px;
}
.left_menu{
	float:left;
	width:180px;
	margin:0 0 30px 0px;
	padding:15px 0 0 0;
	overflow:hidden;
	border-top:2px solid #333;
}
.main_column_rightinfo{
	float:right;
	width:calc(98% - 200px);
	padding:0;
}
@media screen and (max-width:1200px) {
	.left_menu{
		display:none;
	}
	.main_column_rightinfo{
		float:none;
		width:100%;
		max-width:940px;
		padding:0px;
		margin:0 auto;
	}
}
.left_menu ul{
	float:left;
	width:100%;
	margin:0 0 25px 0;
	padding:0;
	overflow:hidden;
}
.left_menu ul li{
	width:100%;
	border-bottom:1px solid #ccc;
	overflow:hidden;
}
.left_menu ul li.p_class{
	font-size:1.2em;
}
.left_menu ul li a{
	display: inline-block;
	width:100%;
	line-height:1em;
	font-size:1em;
	color:#333;
	padding:10px 5px;
}
.left_menu ul li a:focus{
  outline: none;
}
.left_menu ul li a:hover{
	color:#0072BC;
}
.left_menu ul .sel a{
	display:block;
	width:100%;
	line-height:1em;
	font-size:1em;
	background: #eee;
}
.left_menu ul .sel a:hover{
	color:#0072BC;
}
.left_menu>.goback a{
	width:100%;
	line-height:1.2em;
	font-size:0.8em;
	color:#666;
	margin:5px 0 5px 0;
}

.left_menu ul ul{
	float:right;
	width:100%;
	margin:0 0 0 0;
	padding:0;
}
.left_menu ul ul li{
	float:left;
	width:100%;
	font-size:0.9em;
	border-bottom:none;
	border-bottom:1px dotted #e8e8e8;
}
.left_menu ul ul li a::before{
  content: "";
  width: 6px;
  height: 6px;
  background-color: #ccc;
  display: inline-block;
  margin: 0 2px 0 0;
}
.left_menu ul ul li a{
  width:calc(100% - 8px);
  padding:10px 5px 10px 6px;
}
/****************************************************************/
/*main_links_list_column*/
.main_links_list_column{
	width:100%;
}
.main_links_list_column .box{
	position: relative;
	max-width: 155px;
	height: 120px;
	display: inline-block;
	margin:0 10px 20px 0;
	vertical-align: top;
}
.main_links_list_column .box .column{
	width:100%;
	text-align:center;
}
.main_links_list_column .box .column a{
	display:block;
}
.main_links_list_column .box .column img{
	border:1px solid #f4f4f4;
	width:100%;
	height:55px;
}
.main_links_list_column .box .column .title{
	clear:both;
	font-size:0.86em;
	color:#333;
	padding:2px;
	width:100%;
	line-height:15px;
}
.main_links_list_column .box .column .title a{
	color:#666;
}
@media screen and (max-width:640px) {
	.main_links_list_column .box{
		width:30%;
		max-width:none;
		margin:0 1%;
	}
}
@media screen and (max-width:480px) {
	.main_links_list_column .box{
		width:46%;
		margin:0 1%;
	}
}
/***************************************************************/
/*box_video*/
.box_video{
	clear:both;
	width:100%;
	border-bottom:1px dashed #CCCCCC;
	overflow:hidden;
	display:block;
	padding:0 0 1% 0;
	margin:0 0 1% 0;
}
.box_video .video_column{
	float:left;
	width:38%;
	max-width: 320px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	overflow:hidden;
	background:#F2F2F2;
}
.box_video .video_column a img{
	position: relative;
	left: 0%;
}
.box_video .info_column{
	float:left;
	width:60%;
	margin: 0 0 0 1.5%;
}
.box_video .info_column .title{
	font-size:1.2em;
	margin:5px 0 0 0;
}
.box_video .info_column .title a{
	color:#009999;
}
.box_video .info_column .title a:hover{
	color:#04848f;
}
.box_video .info_column .dec{
	font-size:1em;
	margin:10px 0 0 0;
	color:#555;
	line-height:1.2em;
}
.box_video .info_column .dec a{
	font-size:1em;
	color:#666665;
}
/*****************/
/***************************************************************/
/*ebook*/
.box_ebook{
	position: relative;
	display: inline-block;
	width:calc(24% - 5px);
	margin:0 0.5% 3% 0.5%;
	border-bottom:1px dotted #ccc;
}
.book_link_area{
	display: block;
	position: relative;
	background-color: #000;
	-webkit-border-radius:10px;	-moz-border-radius:10px; border-radius:10px;
	overflow: hidden;
}
.book_link_area .ghost_button_column_book{
	position: absolute;
	z-index: 2;
	text-align: center;
	width: 100%;
	top:-20%;
	transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out;
}
.book_link_area .ghost_button_column_book .ghost_button_transition{
	position: relative;
	display: inline-block;
	font-size: 1em;
	padding: 4px 8px;
	-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
	opacity: 0;
	transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out;
}
.box_ebook .book_img{
	position: relative;
	width:100%;
	text-align:center;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	padding-bottom:140%;
	background-position:center center;
	opacity: 1;
	transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out;
	overflow: hidden;
}
.book_link_area:hover .book_img{
	opacity: 0.33;
}
.book_link_area:hover .ghost_button_column_book{
	top:45%;
}
.book_link_area:hover .ghost_button_column_book .ghost_button_transition{
	opacity: 1;
}
.box_ebook .book_info{
	float:left;
	width:100%;
	margin:0;
}
.box_ebook .book_info .title{
	clear:both;
	font-size:1em;
	margin:5px 0;
	text-align:center;
}
.box_ebook .book_info .info{
	line-height:26px;
}
.box_ebook .book_option{
	float:left;
	width:100%;
	margin:0;
	text-align:center;
}
.box_ebook .book_option .counts{
	font-size:0.86em;
	color:#666665;
}
@media screen and (max-width:640px) {
	.box_ebook{
		width:calc(32.3% - 5px);
		margin:0 0.5% 3% 0.5%;
	}
}
/***************************************************************/
/*produce_info ebooks*/
.ebooks_info_column{
	clear:both;
	width:100%;
	margin:0 0 5% 0 ;
	overflow: hidden;
}
.product_info_column_pic{
	float:left;
	width:30%;
}
.product_info_column_pic img{
	width:100%;
}
.product_info_column{
	float:right;
	width:65%;
}
.product_info_column .title{
	clear:both;
	width:100%;
	font-size:1.4em;
	border-bottom:2px solid #000;
	margin:0 0 2% 0;
	line-height:40px;
}
.product_info_column .row{
	clear:both;
	width:100%;
	border-bottom:1px dashed #000;
	line-height:30px;
	overflow:hidden;
}
.product_info_column .row .list{
	float:left;
	line-height:30px;
	width:30%;
	margin:0 2% 0 0;
}
.product_info_column .row .info{
	float:left;
	line-height:30px;
	width:65%;
}
.product_info_column .option{
	clear:both;
	width:100%;
	line-height:30px;
	overflow:hidden;
}
.product_info_column .option .book_option{
	width:100%;
	margin:10px 0;
	text-align: center;
}
.product_info_column .option .book_option .read_button{
	margin:20px auto;
	font-size: 1.4em
}
.product_info_column .option .book_option .read_button a{
	color:#ffffff;
	background:#009bdb;
	padding:8px 15px;
	font-size:1em;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.product_info_column .option .book_option .read_button a:hover{
	position:relative;
	top:-1px;
	background:#00bfff;
}
.product_info_column .option .book_option .counts{
	display: block;
	margin:10px auto;
	font-size:1em;
	color:#666665;
}
.ebook_info_link_column{
	clear:both;
	width:100%;
	text-align:center;
}
.ebook_info_link_column a{
	display:inline-block;
	width:30%;
}
@media screen and (max-width:800px) {
	.product_info_column_pic{
		float:left;
		width:100%;
		text-align:center;
	}
	.product_info_column_pic img{
		width:100%;
		max-width:300px;
	}
	.product_info_column{
		float:right;
		width:100%;
		margin:2% 0 0 0;
	}
}
/***************************************************************/
/*main_online_more_column*/
.main_online_more_column{
	width:100%;
	text-align: left;
}
.main_online_more_column li{
	list-style: none;
	position: relative;
	display: inline-block;
	width:31%;
	margin:0.6%;
	padding:5px 8px;
	background: #ddd;
	-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
	transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out;
	vertical-align: top;
	word-break: break-all;
}
.main_online_more_column li a{color:#000; width: 100%; display: block;}
.main_online_more_column li:hover{background: #fbf3b2;}
@media screen and (max-width:680px) {
	.main_online_more_column li{
		float:left;
		width:46%;
		margin:0 2% 2% 2%;
	}
}
/********影音*********/
#video-container{
	position: relative;
	float:left;
    height: 100%;
    width: 100%;
}
#htmlFrame {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height:100%;
}
#overlap{
	position: absolute;
	background-color:trasparent;
	top: 0px;
	left: 0px;
	width: 100%;
	height:100%;
	cursor: pointer;
}
/***************************************************************/
/*login*/
/*publish*/
.needo {color:#ffffff; background-color:#007f93; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; font-size: 0.86em; padding:2px 3px; margin: 0 3px 0 0; position: relative; top:-1px;}
.publish_column{
	clear:both;
	width:98%;
	margin:0 auto;
	padding:10px 0 0 0;
}
/*form*/
.form_column{
	clear:both;
	width:100%;
	margin:0 0 10px 0;
}
.form_column_400{
	clear:both;
	width:100%;
	max-width: 400px;
	margin:0 auto 10px auto;
}
.form_column_450{
  clear:both;
  width:100%;
  max-width: 450px;
  margin:0 auto 10px auto;
}
.form_column .form_border{
	clear:both;
	width:98%;
	margin:0 auto;
	padding:0 0 5px 0;
	text-align:left;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	overflow:hidden;
}
.form_title {
  float: left;
  width: 100px;
  margin: 12px 0 0 0;
}
.form_title1{
	float:left;
	width:90px;
	line-height:48px;
}
.form_title2{
	float:left;
	width:120px;

	line-height:48px;
}
.form_title3{
	float:left;
	width:195px;

	line-height:48px;
}
.form_title_full{
	float:left;
	width:100%;

	line-height:20px;
}
.form_title_center{
	clear:both;
	width:94%;
	text-align:center;
	font-size:1.1em;
	line-height:30px;
}
.form_title_center2{
	clear:both;
	width:94%;
	margin:0;
	text-align:center;
	font-size:1.1em;
	line-height:20px;
}
.form_dec{
	clear:both;
	overflow:hidden;
	font-size:1em;
	margin:0 0 0 80px;
	padding:0 10px 0 0;
	color:#666665;
}
.form_dec_center{
	clear:both;
	width:98%;
	font-size:1em;
	margin:0 auto;
	padding:0 10px 0 0;
	color:#666665;
}
.form_select_center{
	clear:both;
	width:94%;
	text-align:center;
}
.form_checkurl_btn{
	-webkit-appearance: none;
	display:inline-block;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #ccc;
	font-size:1em;
	line-height:14px;
	height:39px;
	background:#F8F8F8;
	color:#666;
	padding:3px 4px 3px 4px;
	margin:5px 0 5px 0;
}
.form_checkurl_btn:hover{
	background:#DEDEDE;
}
.form_column .row{
	float:left;
	width:100%;
	padding:5px 0 10px 10px;
	margin:0 0 5px 0;
	font-size:1em;
	border-bottom:1px dashed #CCCCCC;
}
.form_column .row_button{
	float:left;
	width:100%;
	padding:0 0 10px 0;
	text-align:center;
	
}
.form_column .row .link{
	display:block;
	font-size:1.3em;
	width:540px;
	color:#39c;
	margin:6px 0 0 0;
	padding:20px;
}
.form_column .row .inputtext{
	font-size:1.06em;
	margin:8px 0 0 0;
	padding:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-appearance: none;
	border:1px solid #666;
}
.form_column .row .inputtext_long{
	width:100%;
	max-width: 800px;
}
.form_column .row .inputtext_long2{
	width:50%;
}
.form_column .row .inputcolumn{
	margin:10px 0 0 0;
	padding:5px;
}
.form_column .row .inputradio{font-size:1.2em;}
.form_column .row .textarea{
	font-size:1.2em;
	width:90%;
	margin:0 auto;
	padding:5px;
}
label:hover{
	background:rgba(0,0,0,0.1);
	cursor: pointer;
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
}
.form_column .row img{
	margin:6px 0 0 0;
}
.checkbox-inline{
	float:left;
	width:100%;
}
.form_column .row .desc{font-size:1em;color: #555; padding:5px 0; clear: both;}
.form_column .row .desc_blue{font-size:1em; color: #0072bc; padding:5px 0; }
.row_column{width: 46%; max-width: 380px; float: left; margin: 0 0 0 3.8%;}
.row_column .form_title{line-height: 15px;}
@media screen and (max-width:480px) {
	.row_column{width: 48%; float: left; margin: 0 2% 0 0;}
}
.row_sub{clear: both; margin: 0 0 0 110px;}
@media screen and (max-width:360px) {
	.row_sub{clear: both; margin: 0 0 0 10px;}
}
.row_sub a{font-size:0.86em; color: #333;}
.row_sub a>img{width: 18px; height: 18px; position: relative; top:3px;}
/*表單*/
.form_button{
	line-height:50px;
	font-size:1.3em;
	font-family: Microsoft JhengHei, simhei, Arial;
	display:inline-block;
	background-color:#0072BC;
	width:48.5%;
	max-width: 200px;
	color:#fff;
	border:none;
	margin:10px auto 0 auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance:none;
	transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out;
}
.form_button_addcart{
	width:100%;
}
.form_button:hover{
	background-color:#31B6E9;
	color:#fff;
	cursor:pointer;
	position:relative;
}
.form_button_quest{
	line-height:50px;
	font-size:1.3em;
	font-family: Microsoft JhengHei, simhei, Arial;
	display:inline-block;
	background-color:#04848F;
	width:48.5%;
	color:#fff;
	border:none;
	margin:10px auto 0 auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance:none;
}
.form_button_quest:hover{
	background-color:#31B6E9;
	color:#fff;
	cursor:pointer;
	position:relative;
}
/*form_option*/
.form_option_column{
	clear:both;
	width:100%;
	overflow:hidden;
	text-align:center;
	margin:10px auto 15px auto;
}
.form_option_column a{
	display:inline-block;
	margin:0 5px 4px 5px;
	width:fit-content;
	padding:3px 5px;
	border-bottom: 1px dashed #666;
	text-align:center;
	font-size:1em;
	color: #333;
	transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out;
}
.form_option_column a:hover,
.form_option_column a:active{
}
.form_option_column img.icon{
	padding:10px 5px 0 0;
	vertical-align:text-bottom;
	width:22px;
}
.form_option_column2{
	clear:both;
	width:100%;
	text-align:center;
	overflow:hidden;
	margin:0 0 15px 0;
}
.form_option_column2 a{
	display:inline-block;
	background:#DDD;
	margin:0 1px 6px 5px;
	text-align:center;
	line-height:30px;
	font-size:1.2em;
	width:50px;
	color:#333745;
	height:30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.textarea{
	clear:both;
	width:90%;
	max-width:800px;
	height:400px;
	overflow-x:hidden;
	overflow-y:auto;
	-webkit-overflow-scrolling:touch;
	margin:0 auto 20px auto;
	padding:5px;
	border:2px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:1.2em;
	text-align:left;
	line-height:18px;
	color:#666;
}
@media screen and (max-width:500px) {
	.textarea{
		height:300px;
	}
}
/***************************************************************/
/*new_regist*/
.new_regist_1,
.new_regist_0{
	display:inline-block;
	width:35%;
	margin:0 5%;
	text-align:center;
}
.new_regist_1 img,
.new_regist_0 img{
	clear:both;
	width:100%;
	max-width:150px;
	margin:0 auto;
	padding:0;
}
.new_regist_1 .text,
.new_regist_0 .text{
	clear:both;
	width:100%;
	margin:0 auto 10% auto; 
	text-align:center;
	font-size:1.4em;
	color:#666;
	padding:2%;
	border-bottom:1px dashed #CCCCCC;
	border-top:1px dashed #CCCCCC;
}
/***************************************************************/
.my-table {font-size:1.06em;border:1px solid #ccc;border-collapse: collapse; width:100%; margin:0 auto;}
.my-table td, .my-table th {padding:6px;border:1px solid #ccc;}
.my-table td {text-align:left;vertical-align:top;}
.my-table th {background-color: #ECECEC;border-bottom:1px solid #ccc;font-style: normal;font-weight: normal;}
.my-table a{
	color: #000;
	border-bottom: 1px dashed #666;	
}
.my-table a:hover{
	color: #04848f;
	border-bottom: 1px dashed #04848f;	
}
.table_btn{
	background:#54C8BF;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:none;
	padding:8px 16px;
	font-size:1em;
	font-family: Microsoft JhengHei, simhei, Arial;
	cursor:pointer;
	color:#fff;
}
.table_btn_error{
	background:#F86E63;
}
.btn-danger{
	background:#F86E63;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    background-color: #ec6459;
    border-color: #ec6459;
    color: #FFFFFF;
}
/*行動進用 平板借用歸還 使用*******************/
/*上傳檔案*/
.btn-tablet-color-upload{
    background-color:#aaaaaa;
    border-color: #aaaaaa;
    color: #FFFFFF;
}
.btn-tablet-color-upload:hover, .btn-tablet-color-upload:focus, .btn-tablet-color-upload:active{
    background-color: #999999;
    border-color: #999999;
    color: #FFFFFF;
}
/*出借/歸還欄位按鈕*/
/*出借*/
.btn-tablet-color-borrowed{
    background-color:#7EC4FF;
    border-color: #7EC4FF;
    color: #FFFFFF;
}
.btn-tablet-color-borrowed:hover, .btn-tablet-color-borrowed:focus, .btn-tablet-color-borrowed:active{
    background-color:#6AB4FF;
    border-color: #6AB4FF;
    color: #FFFFFF;
}
/*續借*/
.btn-tablet-color-renew{
    background-color:#6F9BB9;
    border-color: #6F9BB9;
    color: #FFFFFF;
}
.btn-tablet-color-renew:hover, .btn-tablet-color-renew:focus, .btn-tablet-color-renew:active{
    background-color: #5D83A2;
    border-color: #5D83A2;
    color: #FFFFFF;
}
/*歸還*/
.btn-tablet-color-return{
    background-color:#67b1b9;
    border-color: #67b1b9;
    color: #FFFFFF;
}
.btn-tablet-color-return:hover, .btn-tablet-color-return:focus, .btn-tablet-color-return:active{
    background-color:#50A5AF;
    border-color: #50A5AF;
    color: #FFFFFF;
}
/*審核*/
.btn-tablet-color-check{
    background-color:#dea831;
    border-color: #dea831;
    color: #FFFFFF;
}
.btn-tablet-color-check:hover, .btn-tablet-color-check:focus, .btn-tablet-color-check:active{
    background-color: #C1952C;
    border-color: #C1952C;
    color: #FFFFFF;
}

/***************************************************************/
/*120hours_list*/
.hours_banner{
	width:100%;
	display:block;
	padding-bottom:24%;
	background:url(img_120hours.jpg) top center no-repeat;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.elearning_recommend2_1{
	width:100%;
	display:block;
	padding-bottom:24%;
	background:url(img_elearning_recommend2_1.jpg) top center no-repeat;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.elearning_recommend2_2{
	width:100%;
	display:block;
	padding-bottom:24%;
	background:url(img_elearning_recommend2_2.jpg) top center no-repeat;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.elearning_recommend3_1{
	width:100%;
	display:block;
	padding-bottom:24%;
	background:url(img_elearning_recommend3_1.jpg) top center no-repeat;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.total_list{
	clear:both;
	width:100%;
	margin:0 auto;
}
.total_hours{
	width:100%;
	display:block;
	height:50px;
	line-height:50px;
	background:url(icon_hours.png) no-repeat 5px;
	padding:0 0 0 40px;
	border-top:1px dotted #ECECEC;
}
.total_list table{
	border-collapse: collapse;
}

.total_list table tr td span{
	padding:0 5px;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
}
.total_list table tr td span.type_1{
	background:#D6F3DB;
}
.total_list table tr td span.type_2{
	background:#D0F1FF;
}
.total_list table tr td span.type_3{
	background:#FFD3BF;
}
.total_list table th{
	font-weight:bold;
	text-align:center;
	line-height:25px;
	background:#C1EDFD;
}
.total_list table a{
	color:#000;
}
.total_list table a:hover{
	color:#31B6E9;
}
.total_list table tr{
	border-bottom:1px solid #ccc;
	line-height:30px;
	text-align:center;
}
.total_list table tr:nth-child(even) {
	background: #fff;
}
.total_list table tr:nth-child(odd) {
	background-color: #FAFAFA;
}
.total_list table tr td.align_left{
	text-align:left;
}
/***************************************************************/
/*elearning_class_list*/
.elearning_class_list{
	width:100%;
	text-align:center;
	margin:0 0 10px 0;
}
.elearning_class_list .box{
	display:inline-block;
	margin:0 8px 8px 8px;
}
.elearning_class_list .box.typeb{
  background-color: #ececec;
  margin:0 0px 8px 0px;
  border-radius: 5px;
}
.elearning_class_list .box a{
  display: block;
	color:#666;
}
.elearning_class_list .box.typeb a{
  padding: 5px;
}
.elearning_class_list .box a:hover{
	color:#4EB3E6;
}
.elearning_class_list .box img,
.elearning_class_list .box a> img{
  position: relative;
  top: -3px;
  display: inline-block;
	width:30px;
  height: 30px;
	position:relative;
  vertical-align: middle;
  margin-right: 2px;
}
.elearning_class_list .box.sel a{
	color:#0072BC;
}
/*elearning_subclass_list*/
.elearning_subclass_list{
	position:relative;
	width:100%;
	text-align:center;
	margin:3% 0;
	background:#F2F2F2;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.elearning_subclass_list a{
	display:inline-block;
	color:#333;
	margin:2% 1%;
	border-bottom:1px dashed #aaa;
}
.elearning_subclass_list_delta{
	position:absolute;
	width:0;
	height:0;
	border-width:0 8px 8px ;
	border-style:solid;
	border-color:transparent transparent #F2F2F2;
	top:-8px;
	left:49%;
}
/***/
ul.elearning_class_list_formobile{
  text-align: left;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 5px;
  display: none;
  list-style: none;
}
ul.elearning_class_list_formobile li {
  margin: 0 0 5px 0;
  display: inline-block;
}
ul.elearning_class_list_formobile li a{
  color: #000;
  background-color: #AAE3FC;
  padding: 5px 8px;
  border-radius: 3px;
}
ul.elearning_class_list_formobile li.sel a{
  background-color: #ffe270;
}
ul.elearning_class_list_formobile li a:hover{
  color: #000;
  background-color: #ffcc00;
}
ul.elearning_class_list_formobile li.typeb{
  margin: 0 0 5px 0;
}
ul.elearning_class_list_formobile li.typeb a{
  background-color: #beebe9;
  margin:0;
}
ul.elearning_class_list_formobile li.typeb a:hover{
  color: #000;
  background-color: #ffcc00;
}
@media screen and (max-width:1200px) {
  ul.elearning_class_list_formobile{
    display: block;
  }
}
/***************************************************************/
.exam_column{width: 100%; margin: 0 auto;}
.exam_column h3{text-align: center;color: #009bdb;}

/***************************************************************/
/*member*/
.main_column_for_member {
    clear: both;
    width: 100%;
    padding: 20px 0;
    margin: 0 auto;
}
.main_infocolumn_for_member{
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 30px 1%;
    overflow: hidden;
}
.notice{
    display: block;
    padding: 0 0 10px 0;
    color: #04848f;
}
.groupline{
	width:100%;
	border-bottom:2px solid #333;
	height:1px;
	float:left;
	margin:0 0 10px; 0;
}
@media screen and (max-width:1200px) {
	.notice{
		border-bottom:2px solid #333;
		margin:0 0 20px 0;
	}
}
.main_column_for_member,
.main_column_for_member .main_column_nav,
.main_column_nav_for_member,
.main_infocolumn_for_member,
.main_column_rightinfo_for_member,
.main_column_rightinfo_for_member .HTML_info{
	max-width:none;
}
.main_title_column_for_member{
    padding:0 0 10px 0;
}
.HTML_info_for_member{
	max-width:none;
	margin:20px 0;
}
.highlight_info{
    font-size: 1em;
    color: #0095dd;
}
/*member left menu*/
.left_menu_elearning .box{
	display:inline-block;
	width:80px;
	height:120px;
	margin:0 0px;
	cursor:pointer;
}
.left_menu_elearning .box .button{
	width:51px;
	height:51px;
	margin:15px auto 10px auto ;
	-webkit-border-radius:51px;
	-moz-border-radius:51px;
	border-radius:51px;
	background:#0072bc;
}
.left_menu_elearning .box .button img{width: 100%;}
.left_menu_elearning .box .text{
	clear:both;
	width:100%;
	text-align:center;
	color:#006590;
	font-size:1em;
	margin:0 0 10px 0;
}
.field__rules {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  padding: 5px;
  font-size: .8em;
  list-style: none;
  color: #333;
}
.field__rules > li::before {
    content: '\2022';
    display: inline-block;
    color: #DDD;
    font-size: 2.2em;
    line-height: 0;
    margin: -4px 6px 0 0;
    vertical-align: middle;
    -webkit-transition: .2s;
    transition: .2s;
}
/*social_account_list*/
.social_account_list{
	clear:both;
	width:100%;
	border-top:1px dashed #CCCCCC;
	padding:10px 0;
}
.social_account_list .box{
	display:inline-block;
	width:96%;
	max-width: 320px;
	margin:5px 1.5% 15px 1.5%;
}
@media screen and (max-width:640px) {
	.social_account_list .box{
		width:46%;
	}
}
@media screen and (max-width:480px) {
	.social_account_list .box{
		width:100%;
	}
}
.social_account_list .box .icon{
	float:left;
	width:40px;
	height:40px;
	margin: 0 0 8px 0;
}
.social_account_list .box .icon img{
	float:left;
	width:40px;
	height:40px;
}
.social_account_list .box .info{
	float:left;
	line-height:36px;
	font-size:1.1em;
	margin:0 0 0 6px;
}
.social_font_green{
	color:#9C0;
}
.social_font_gray{
	color:#666665;
}
.social_fb {
	-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
    background-color: #365899;
    width: 200px;
    padding: 5px;
    margin-bottom: 5px;
	text-align: center;
}
.social_gp {
	-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
    cursor: pointer;
    background-color: #d73d32;
    width: 200px;
    padding: 5px;
	text-align: center;
}
.social_fb a,
.social_gp a{
    color: #ffffff;
}
/***************************************************************/
.st_option_column{
  display: inline-block;
}
.st_option_column a{
  color:#000;
  padding:5px 10px;
  background: #e2e2e2;
  -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
  transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out;
  border:1px solid #ccc;
}
.st_option_column a.sel,
.st_option_column a:hover{
  color:#fff;
  background:#04848f;
}
/***************************************************************/
/*website*/
.website_column {
    width: 100%;
    margin: 20px auto;
}
.website_column .box{
	float:left;
	border-bottom:1px dashed #CCCCCC;
	width:100%;
	margin:0 0 15px 0;
	padding:10px 0 3px 0;
}
.website_column .menu_lv1{
	float:left;
	display:inline-block;
	color:#04848f;
	border-left:3px solid #04848f;
	color:#0095b4;
	width:100%;
	padding:2px 0 0 5px;
	margin:0 0 8px 0;
	background:none;
}
.website_column .menu_lv1 a{
	color:#04848f;
}
.website_column .list{
	float:right;
	width:100%;
}
.website_column .list ul{
	float:left;
	margin:8px;
	padding:0;
}
.website_column .list ul li{
	float:left;
	display:inline-block;
	margin:0 20px 10px 0;
	padding:2px 20px 0 0;
}
.website_column .list ul li a{
	color:#333;
}
/***************************************************************/
/*熱門關鍵字搜尋 顯示於搜尋按鈕的下方-20220512*/
ul.list_hotkeywords{
  width: 100%;
  display: block;
  list-style: none;
  padding: 0;
  margin: 6px auto 0 auto;
  font-size: 0.9em;
}
ul.list_hotkeywords li{
  display: inline-block;
  margin:0 2px 4px 2px;
}
ul.list_hotkeywords li a{
  border-bottom: 1px dashed #ccc;
  padding: 2px 5px 0 5px;
  color: #333;
  color: #cc0000;
}
ul.list_hotkeywords li a:hover{
  background-color: #ececec;
  outline: none;
}
/*為了對齊而對齊-20221107*/
.column_grid2_forsearch{
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}
.column_grid2_forsearch .box_title{
  -webkit-flex: 3;
          flex: 3;
  text-align: right;
  padding-top: 5px;
}
.column_grid2_forsearch .box_title_input{
  padding-top: 14px;
}
.column_grid2_forsearch .box{
  -webkit-flex: 4;
          flex: 4;
}
@media screen and (max-width:640px) {
  .column_grid2_forsearch .box_title{
    -webkit-flex: 1;
            flex: 1;
    min-width: 80px;
  }
  .column_grid2_forsearch .box{
    -webkit-flex: 2.1;
            flex: 2.1;
  }
  .column_grid2_forsearch .box input{
    width: 100%;
    max-width: 220px;
  }
}
/***************************************************************/
/*登入專區說明頁面*/
.member_desc_title{
  display: block;
  width: 100%;
  font-size: 5em;
  color: #eee;
  font-weight: bolder;
  font-family: arial;
}
.member_desc_title.QA::after{
  content: "Q&A";
}
.member_desc_title.LINKS::after{
  content: "LINKS";
}
.links_grid2{
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(2,1fr);
}
@media screen and (max-width:640px) {
  .links_grid2{
    grid-template-columns: repeat(1,1fr);
  }
}
.links_grid2 a.box{
  color: #000;
  background-color: #e0eff9;
  padding: 8px 12px;
  text-decoration: unset;
  border-radius: 3px;
}
.links_grid2 a.box:hover{
  background-color: #f9e2d1;
}
.links_grid2 a.box .label{
  display: inline-block;
  margin-right: 5px;
  background-color: #80cec7;
  border-radius: 3px;
  padding: 0 8px;
  color: #000;
}
.links_grid2 a.box .label.news{
  background-color: #f5ff6e;
}
/***/
.flowchart{
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 20px;
  background-color: #f2f2f2;
  margin: 10px 0;
/*  border-bottom: 4px solid #00000022;*/
}
.flowchart.w600{
  max-width: 640px;
}
.flowcharttitle{
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  width: 100%;
  display: block;
  background-color: #fff;
  padding: 10px;
  border-radius: 15px;
  margin: 0 0 20px 0;
  /*border: 1px solid #00000022;*/
}
.flowchartsubtitle{
  position: relative;
  font-size: 1.05em;
  font-weight: bold;
  text-align: center;
  width: 96%;
  display: block;
  color: #445b77;
  line-height: 0;
  margin: 20px auto;
}
.flowchartsubtitle .text{
  position: relative;
  z-index: 2;
  background-color: #F2F2F2;
  padding: 10px;
}
.flowchartsubtitle:after{
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  content: "";
  border-bottom: 1px dashed #999;
}
.flowchart .row{
  display: block;
  width: 100%;
}
.flowchart .row.grid2{
  display: grid;
  gap: 10px 20px;
  grid-template-columns: repeat(2,1fr);
}
.flowchart .row .group{
  position: relative;
  width: 100%;
  display: block;
  background-color: #fff;
  padding: 10px;
  border-radius: 15px;
  margin: 0 0 10px 0;
  border: 1px solid #00000022;
}
.flowchart .row .group .icon_or{
  position: absolute;
  top: 5px;
  right: -28px;
  z-index: 1;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  background-color: #ff6600;
  color: #fff;
  text-align: center;
  line-height: 36px;
}
.flowchart .box{
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
  margin: 0 0 6px 0;
  line-height: 1.3em;
}
.flowchart .row .group .box.last{
  margin: 0;
}
.flowchart .box:nth-child(odd){background-color: #b7ead6;}
.flowchart .box:nth-child(even){background-color: #c1eaf9;}
.flowchart .box .step{
  background-color: #fff;
  padding: 0px 5px 0px 6px;
  display: inline-block;
  width: fit-content;
  width: -moz-fit-content;
  min-width: 65px;
  margin-right: 5px;
  border-radius: 10px 20px 20px 20px;
  font-size: 0.80em;
  font-weight: bold;
  /*border-bottom: 3px solid #00000022;
  border-right: 3px solid #00000022;*/
  color: #445b77;
  white-space: nowrap;
  vertical-align: top;
}
.flowchart .box .title{
  display: inline-block;
  font-weight: bold;
  width: calc(100% - 80px);
}
.flowchart .desc{
  display: block;
  font-size: 0.8em;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width:420px) {
  .flowchart .box .step{
    display: inline-block;
  }
  .flowchart .box .title{
    display: inline-block;
    width: 100%;
    padding-top: 5px;
    padding-left: 5px;
  }
}
/***************************************************************/
/*20250623-無障礙修正 start*/
.form_column .row fieldset{
  margin: 0;
  padding: 0;
  border: none;
}
.form_column .row legend{
  float:left;
  width:90px;
  line-height:48px;
}
.form_column .row fieldset .inputcolumn{
  margin:5px 0 0 0;
}
/*20250623-無障礙修正 end*/
/***************************************************************/
/***************************************************************/
/***************************************************************/
/***************************************************************/
/***************************************************************/
/***************************************************************/
/***************************************************************/
/***************************************************************/
/***************************************************************/