/*載入思源黑體*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');

html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
  font-family: 'Noto Sans TC', sans-serif, arial,"微軟正黑體","蘋果儷黑體", Verdana, Helvetica;
  font-weight: 400;/*字型粗細*/
}
.wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.header{
  position: fixed;
  z-index: 2;
  background-color: hsla(23,14%,18%,0.95);
  box-shadow: 0px 0px 5px 0px hsla(0,0%,0%,0.1);
  backdrop-filter: blur(10px);
}
.main{
  padding-top: 88px;
}
.header ,.main ,.footer{
	width: 100%;
	height: auto;
}
.menu_bar{
  display: flex;
  align-items: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.menu_bar .logo img{
  width: 200px;  
}
.menu_bar .attr_menu{
  flex: 1;
  display: flex;
  align-items: center; 
  justify-content: center;
}
.footer .gotop{
  text-align: center;
  position: relative;
  display: block;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer .gotop:before {
  height: 1px;
  background-color: #afafaf;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  left: 0;
  right: 0;
}
.footer .gotop:after {
  content: 'PAGE\ATOP';
  white-space: pre;
  color: #474747;
  display: inline-block;
  width: 58px;
  height: 58px;
  line-height: 1.4;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #393939;
  border-radius: 50%;
  font-weight: bold;
  font-size: 12px;
  transition: all 0.5s ease;
  position: relative;
  z-index: 2;
  padding-top: 12px;
  background-color: #D3D3D3;
}
.footer .gotop:hover:after {
  color: #FFFFFF;
  background-color: #383838;
}
.box_wrap{
  background-color: #F0F0F0;
  background-image: url(/images/pc/demo1/2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 200px;
}
.attr_news{
	padding: 10px;
}
.attr_news td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 15px;
}
.attr_products{
	display: flex;
	flex-wrap: wrap;
}
.products_box{
  flex: 1;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.products_list{
  display: flex;
  flex-wrap: wrap;
}
.attr_products .more_all{
  border: 1px solid #222222;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  padding-left: 30px;
  background-image: url(/images/pc/more_black.svg);
  background-repeat: no-repeat;
  background-position: left center;
  text-decoration: none;
  color: #232323;
  margin-bottom: 10px;
  transition: all 0.5s ease 0s;
}
.attr_products .more_all:hover{
  background-color: #bfb1a3;
  color: #FFFFFF;
  background-image: url(/images/pc/more_white.svg);
}
.attr_products .box {
	text-align: center;
	padding: 8px;
	vertical-align: top;
}
.attr_products .photo{
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease 0s;
  display: inline-block;
  border: 1px solid #8E8E8E;
}
.attr_products .box img {
  transition: all 0.5s ease 0s;
}
.attr_products .box .photo:hover img{
  transform: scale(1.1);
}
.attr_products .box .photo:hover .over{
  opacity: 1;
}
.attr_products .box .photo:hover .read{
  padding-top: 0px;
}
.attr_products .over{
  background-color: hsla(0,0%,0%,0.5);
  color: #FFFFFF;
  position: absolute;
  z-index: 1;
  width: 90%;
  height: 90%;
  margin-top: 5%;
  margin-left: 5%;
  transition: all 0.5s ease 0s;
  opacity: 0;
}
.attr_products .read{
  display: flex;
  align-items: center; /*上下居中*/
  justify-content: center;/*左右居中*/
  font-size: 13px;
  letter-spacing: 3px;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  transition: all 0.5s ease 0s;
}
.attr_products .title {
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
}
.blog_box_in{
  flex: 1;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.blog_list{
  display: flex;
  flex-wrap: wrap;
}
.attr_blog .more_all{
  border: 1px solid #222222;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  padding-left: 30px;
  background-image: url(/images/pc/more_black.svg);
  background-repeat: no-repeat;
  background-position: left center;
  text-decoration: none;
  color: #232323;
  margin-bottom: 10px;
  transition: all 0.5s ease 0s;
  background-color: #FFFFFF;
}
.attr_blog .more_all:hover{
  background-color: #bfb1a3;
  color: #FFFFFF;
  background-image: url(/images/pc/more_white.svg);
}
.attr_blog .box {
	text-align: center;
	padding: 8px;
	vertical-align: top;
	display: inline-block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
  transition: all 0.5s ease 0s;
}
.attr_blog .box:hover img{
  opacity: 0.6;
}
.attr_blog .box:hover{
  transform: translateY(-10px);
}
.attr_blog .box:hover .box2{
  box-shadow: 0px 0px 5px 0px hsla(0,0%,0%,0.10);
}
.attr_blog .box a{
  text-decoration: none;
}
.attr_blog .box img{
  transition: all 0.5s ease 0s;
}
.attr_blog .box2 {
  box-shadow: 0px 0px 2px #c4c4c4;
  padding: 10px;
}
.attr_blog .date{
  padding: 5px;
  margin-right: 40px;
  text-align: center;
  background-color: hsla(30,18%,69%,0.90);
  border-radius: 0px 0px 5px 5px;
  width: 75px;
  position: absolute;
  z-index: 1;
}
.attr_blog .date .d{
  font-size: 30px;
  font-weight: bold;
  color: #777777;
}
.attr_blog .date .y{
  font-size: 12px;
  color: #FFFFFF;
}
.attr_blog .title {
	font-size: 18px;
	padding-top: 15px;
	font-weight: bold;
	height: 60px;
	overflow: hidden;
}
.attr_blog .content {
	overflow: hidden;
	font-size: 15px;
	line-height: 25px;
  padding-top: 0px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
}
.attr_menu .menu_li{
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.attr_menu .menu_li>a{
	text-align: center;
}
.attr_menu .menu_li h6{
  font-size: 12px;
  color: #dcb07f;
}
.attr_menu .menu_li li{
	padding: 10px;
}
.attr_menu .menu_li:nth-child(1n+2){
  border-left: 1px solid #DCDCDC;
}
#footer {
    width: 100%;
    background-color: #202020;
    overflow: hidden;
}
#footer .copyright {
    width: 1300px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
    color: #D5D5D5;
}
#footer a {
    color: #CCCCCC;
    font-size: 12px;
    text-decoration: none;
}

/* 首頁最新消息區塊 */
#main .news {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 1300px;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
}
#main .news .title1 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
}
#main .news .more_all{
  border: 1px solid #222222;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  padding-left: 30px;
  background-image: url(/images/pc/more_black.svg);
  background-repeat: no-repeat;
  background-position: left center;
  text-decoration: none;
  color: #232323;
  transition: all 0.5s ease 0s;
}
#main .news .more_all:hover{
  background-color: #bfb1a3;
  color: #FFFFFF;
  background-image: url(/images/pc/more_white.svg);
}
/* 首頁產品區塊 */
#main .portfolio {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
#main .portfolio .content {
	padding-top: 50px;
	padding-left: 20px;
}
#main .portfolio .box {
  width: calc(100% / 4);
	padding-right: 3px;
	padding-left: 3px;
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
	margin-bottom: 5px;
}
#main .portfolio .title1 {
  text-align: center;
  overflow: hidden;
  max-height: 36px;
  padding-top: 3px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
/* 首頁自定區塊 */
#main .custom {
	margin-top: 20px;
	margin-bottom: 20px;
}
/* 首頁blog */
#main .blog {
  max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#main .blog .box {
  width: calc(100% / 3);
}
#main .blog .box a{
  color: #1B1B1B;  
}
#main .blog .title1 {
  text-align: center;
  overflow: hidden;
  max-height: 36px;
  padding-top: 3px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* 手機選單-----------------------------------------*/
.m_banner {
	display: none;
}
.m_menu_box{
	position: fixed;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: none;
	top: 0px;
  backdrop-filter: blur(10px);
}
/* 手機選單icon */
.m_menu_icon {
  width: 40px;
  height: 29px;
  background-size: 35px 25px;
  background-image: url(/images/mobile/menu_ban.svg);
  background-repeat: no-repeat;
  cursor: pointer;
  margin-top: 0px;
  background-position: center center;
  position: fixed;
  top: 10px;
  z-index: 3;
  display: none;
	left: 5px;
  background-color: hsla(0,0%,100%,0.80);
  border-radius: 4px;
  transition: all 0.5s ease 0s;
}
.m_menu_nav {
	width: 100%;
	height: 100%;
	padding-top: 50px;
	overflow-y: auto;
}
.m_menu_nav .nav {
	height: 40px;
	width: auto;
	font-size: 18px;
	padding-left: 10px;
	text-decoration: none;
	display: block;
	line-height: 38px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.m_menu_nav .arrow {
	height: 39px;
	width: 50px;
	float: right;
	background-image: url(/images/mobile/arr.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15px auto;
	display: none;
}
.m_menu_nav .nav_class {
	margin: 0px;
	padding: 0px;
	display: none;
}
.m_menu_nav .nav_class li {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 16px;
}
.m_menu_nav .nav_class a {
	text-decoration: none;
	font-size: 16px;
	display: block;
}
.m_menu_nav .nav_class .class2 {
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-image: url(/images/mobile/arr3.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 10px auto;
}
/* 內頁 ----------------------------------------*/
.page {
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}
/* 所有選單最外層包裝 ---------*/
#links {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.link_7{
		order: 2;/*排序2*/
}
/* 選單塊最外層包裝 */
#links .menu {
  margin-bottom: 10px;
  width: 250px;
  background-color: #F7F7F7;
}
/* 選單標頭(所有，但不包含部落格) */
#links .title_menu_id_5 {/* 如果每個單元標頭都要配上不同底圖可在此設定，範例5為單元id */
	background-image: url();
}
#links .title_menu {
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	padding-left: 20px;
	position: relative;
}

/* 部落格選單標頭 */
#links .blog_title {
	font-size: 15px;
	text-align: left;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 20px;
	position: relative;
	padding-bottom: 10px;
}
/* 部落格日期分類 */
#links .blog_date {
	width: 80%;
	color: #363636;
	margin-top: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-radius: 5px;
}
/* 部落格rss */
#links .blog_rss {
	background-image: url(/images/pc/rss_article.png);
	background-repeat: no-repeat;
	display: block;
	background-position: 20px 10px;
	width: 100px;
	height: 30px;
}

/* 選單-無分類 */
#links .list a {
	display: block;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
	padding-top: 7px;
	padding-left: 5px;
	margin-left: 10px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	margin-right: 10px;
}
#links .list .by{
	color: #6D6D6D;
	font-size: 12px;
}
/* 選單分類一 */
#links .class1{
	position: relative;
}
#links .class1 a {
	text-decoration: none;
	display: block;
	font-size: 18px;
	text-align: left;
	padding-top: 10px;
	padding-left: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	margin-left: 10px;
	margin-right: 10px;
}
/* 選單分類二 */
#links .class2{
	position: relative;
}
#links .class2 a {
	display: block;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
	padding-top: 8px;
	padding-left: 30px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	margin-left: 10px;
	margin-right: 10px;
}
#links .class1_toggle a{
	cursor: pointer;
}
#links .class1_toggle a:hover {
	color: #0099FF;
}
#links .class2_toggle {
	display: none;
}
#links .class2_toggle a{
	display: block;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
	padding-top: 8px;
	padding-left: 35px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	margin-left: 10px;
	margin-right: 10px;
}
#links .class2_toggle a:hover {
	color: #0099FF;
}

/* 選單底部 */
#links .down {
	width: 100%;
	height: 30px;
}
/* 選單自定義區塊 */
#links .custom1 {
	width: 100%;

	height: 120px;
	background-image: url(/images/pc/page_custom.jpg);
	background-repeat: no-repeat;
}
/* 內容最外層包裝----------------------------------------*/
#content {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 100%;
}
/* 內容標頭(所有頁面) */
#content .title_menu_id_10 {/* 如果每個單元標頭都要配上不同底圖可在此設定，範例中的10為單元id */
	background-image: url();
	text-align: center;
}
#content #title_menu {
	border-bottom: 1px solid #E4E4E4;
	color: #2E2E2E;
	font-size: 22px;
	padding-bottom: 20px;
	padding-top: 5px;
	min-height: 50px;
}
#content .title_name {
	padding-top: 10px;
	padding-right: 10px;
	color: #5C5C5C;
	font-weight: bold;
	background-image: url(/images/pc/arrow_icon.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 0px 12px;
	float: right;
	padding-bottom: 10px;
	font-size: 13px;
}
#content .title_name a {
	color: #5C5C5C;
	text-decoration: none;
}
#content .title_name a:hover {
	color: #000000;
}
.web_share {
	text-align: right;
	padding-top: 10px;
}
.web_share div{
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  display: inline-block;
  padding: 3px;
}
/* 內容 */
#content .content {
	word-wrap: break-word;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	overflow: hidden;
	line-height: 28px;
	clear: both;
	font-size: 16px;
	padding-top: 10px;
}
#content .pd_description{
	padding-bottom: 5px;
}
#content .bottom {
	height: 10px;
}
/* 最新消息 */

/* 最新消息-分頁數字 */
#content .number {
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: center;
}
#content .number span {
	display: inline;
	padding: 4px;
	color: #BBBBBB;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	margin-bottom: 2px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 2px;
}
#content .number a {
	color: #454545;
	background-color: #E7E7E7;
	text-decoration: none;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	border: 1px solid #7E7E7E;
	margin-top: 2px;
	margin-bottom: 2px;
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
}
#content .number a:hover {
	color: #000000;
}
/* 最新消息-共幾頁數字 */
#content .total {
	float: right;
}
#content .total span {
	color: #0066FF;
	font-weight: bold;
}
/* 最新消息-內頁標題 */
#content .news_title {
	font-size: 20px;
	color: #333333;
}
/* 最新消息-內頁日期 */
#content .news_date {
	float: right;
	color: #999999;
	font-size: 12px;
}
/* 最新消息-內頁內容 */
#content .news_content {
	padding-top: 10px;
}
/* 最新消息-回上一頁 */
#content .back{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
}
#content .back a{
	color: #515151;
	font-size: 14px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	text-decoration: none;
}
#content .back a:hover {
	color: #000000;
}
.typcn-chevron-left:before {
    content: "\e047";
}
.new_box{
  flex: 1;
  padding-top: 50px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 50px;
  text-align: center;
}
.new_box .more_all{
  border: 1px solid #222222;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  padding-left: 30px;
  background-image: url(/images/pc/more_black.svg);
  background-repeat: no-repeat;
  background-position: left center;
  text-decoration: none;
  color: #232323;
  transition: all 0.5s ease 0s;
}
.new_box .more_all:hover{
  background-color: #bfb1a3;
  color: #FFFFFF;
  background-image: url(/images/pc/more_white.svg);
}
.new_list{
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
  align-items: center; /*上下居中*/
  position: relative;
  border-bottom: 1px solid #E7E7E7;
}
.new_list:after {
	content: "";
	position: absolute;
	bottom: 0;
	background: #bfb1a3;
	height: 4px;
	width: 0%;
	transition: all 0.5s ease 0s;
	z-index: 2;
	left: 50%;
}
.new_list:hover:after{
	width: 100%;
	left: 0px;
}
.new_list:hover .more{
  background-color: #FFFFFF;
  color: #2A2A2A;
}
.new_list .date{
  padding: 10px;
  margin-right: 40px;
  text-align: center;
  color: #b79a7d;
  background-color: #ededed;
  border-radius: 5px;
}
.new_list .date .d{
  font-size: 50px;
  font-weight: bold;
  padding-bottom: 5px;
}
.new_list .date .y{
  font-size: 15px;
  width: 70px;
}
.new_list .title{
  font-size: 20px;
  color: #1F1F1F;
  padding-bottom: 10px;
  text-align: left;
}
.new_list .desc{
  font-size: 15px;
  color: #787878;
  line-height: 30px;
  text-align: left;
}
.new_list .more_box{
  flex: 1;
  text-align: right;
  padding-left: 50px;
}
.new_list .more{
  border: 1px solid #bfb1a3;
  color: #FFFFFF;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  background-color: #bfb1a3;
  transition: all 0.5s ease 0s;
  font-size: 13px;
  line-height: 13px;
}

.new_list_p{
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
  align-items: center; /*上下居中*/
  position: relative;
  border-bottom: 1px solid #E7E7E7;
}
.new_list_p:after {
	content: "";
	position: absolute;
	bottom: 0;
	background: #bfb1a3;
	height: 4px;
	width: 0%;
	transition: all 0.5s ease 0s;
	z-index: 2;
	left: 50%;
}
.new_list_p:hover:after{
	width: 100%;
	left: 0px;
}
.new_list_p:hover .more{
  background-color: #FFFFFF;
  color: #2A2A2A;
}
.new_list_p .date{
  padding: 10px;
  margin-right: 40px;
  text-align: center;
  color: #b79a7d;
  background-color: #ededed;
  border-radius: 5px;
}
.new_list_p .date .d{
  font-size: 50px;
  font-weight: bold;
  padding-bottom: 5px;
}
.new_list_p .date .y{
  font-size: 15px;
  width: 70px;
}
.new_list_p .title{
  font-size: 20px;
  color: #1F1F1F;
  padding-bottom: 10px;
  text-align: left;
}
.new_list_p .desc{
  font-size: 15px;
  color: #787878;
  line-height: 30px;
  text-align: left;
}
.new_list_p .more_box{
  flex: 1;
  text-align: right;
  padding-left: 50px;
}
.new_list_p .more{
  border: 1px solid #bfb1a3;
  color: #FFFFFF;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  background-color: #bfb1a3;
  transition: all 0.5s ease 0s;
  font-size: 13px;
  line-height: 13px;
}
/* 商品---------------------------------------- */
.pd_title {
	color: #4B4B4B;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px dotted #707070;
}
.pd_class_title {
  color: #000000;
  text-align: center;
  font-size: 18px;
  overflow: hidden;
  line-height: 40px;
  padding-top: 20px;
  padding-bottom: 2px;
  font-weight: bold;
}
.pd_class_des {
  color: #4F4F4F;
  text-align: center;
  font-size: 15px;
  line-height: 28px;
  padding-bottom: 10px;
}
.pd_name {
  color: #4F4F4F;
  text-align: center;
  font-size: 18px;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 2px;
  font-weight: bold;
}
.pd_price_box {
	font-size: 14px;
	text-align: center;
	color: #353535;
}
.pd_price_box .sale {
	font-size: 13px;
	color: #FFFFFF;
	background-color: #eb6100;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 5px;
	text-decoration: none;
}
.pd_price {
color: #C74060;
font-size: 16px;
font-weight: bold;
}
.pd_price_or {
color: #9B9B9B;
font-size: 14px;
text-decoration: line-through;
line-height: 0px;
padding-top: 5px;
}
.in_pd_price_or {
color: #9B9B9B;
font-size: 14px;
text-decoration: line-through;
}
.pd_td_price{
	width: 80px;
}
ul.pd {
	margin: 0px;
	padding: 0px;
	display: flex;
	 flex-wrap: wrap;
}
ul.pd > li {
	width: calc(100%/3);
	margin-bottom: 40px;
	list-style-type: none;
}
ul.pd > li a {
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}
ul.pd > li img {
    transition: all 0.3s ease 0s;
}
ul.pd > li img:hover {
    opacity: 0.7;
}
/* 商品內頁 */
.pd_left {
	width: 45%;
	float: left;
}
.pd_right {
	width: 55%;
	float: left;
}
.pd_right .padding {
	padding-left: 20px;
	padding-right: 15px;
}
.pd_sort{
	font-size: 14px;
	padding-bottom: 15px;
	color: #353535;
	padding-top: 5px;
}
.pd_sort a{
	color: #353535;
	text-decoration: none;
}
.sort_asc{
	background-image: url(/images/pc/sort_asc.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px !important;
}
.sort_desc{
	background-image: url(/images/pc/sort_desc.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px !important;
}
.sh_facebook {
	background-image: url(/images/pc/share/facebook_32.png);
	background-repeat: no-repeat;
}
.sh_googleplus {
	background-image: url(/images/pc/share/whatsapp_32.png);
	background-repeat: no-repeat;
}
.sh_twitter {
	background-image: url(/images/pc/share/twitter_32.png);
	background-repeat: no-repeat;
}
.sh_line {
	background-image: url(/images/pc/share/line_32.png);
	background-repeat: no-repeat;
}
.pd_spec {
	padding-top: 5px;
	padding-bottom: 5px;
}
.pd_spec_select {
	display: inline-block;
	border: 1px solid #dcdcdc;
	color: #212121;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	min-width: 36px;
	cursor: pointer;
}
.pd_spec_select:hover {
	color: #FF3F00;
	border: 1px solid #FF3F00;
}
.pd_spec_select img{
  width: 30px;  
}
.pd_spec_name {
	width: 70px;
	display: inline-block;
}
.pd_no {
	color: #626262;
	font-size: 12px;
}
.pd_album_title {
	color: #4B4B4B;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}
.pd_photo_big {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(/images/pc/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}
.pd_photo_big img{
  max-height: 550px;
  width: 100%;
}
.pd_content {
	clear: both;
	padding-top: 20px;
	border-top-color: #E9E9E9;
	border-top-width: 1px;
	border-top-style: solid;
	padding-bottom: 20px;
}
.price_box{
margin-top: 20px;
}
.pd_content_price {
	color: #C74060;
	font-size: 28px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.pd_content_price_del {
color: #9e9e9e;
font-size: 17px;
text-decoration: line-through;
margin-left: 10px;
}
.pd_call {
	color: #BE0000;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
	display: block;
}
.pd_link_title{
	background-color: #E9E9E9;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	display: inline-block;
	color: #333333;
	margin-top: 10px;
}
.pd_link_box {
	border: 1px solid #D1D1D1;
}

/* 商品頁籤內容相關 */
.pd_tab_box {
	clear: both;
	padding-top: 10px;
}
.pd_tab_content {
	padding-top: 20px;
	border-top-color: #E9E9E9;
	border-top-width: 1px;
	border-top-style: solid;
	padding-bottom: 20px;
}
.pd_tab {
	margin: 0px;
	padding: 0px;
}
.pd_tab_a {
	display: inline-block; /*擁有inline不會換行的特性，還可以像block一樣設定width,height,background-image等值*/
	vertical-align: top;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #F3F3F3;
	color: #606060;
	text-decoration: none;
	margin-top: 3px;
	list-style-type: none;
}
.pd_tab_a:hover {
	background-color: #00b7f0;
	color: #FFFFFF;
    margin-top: 0;
    padding-bottom: 7px;
}
.pd_tab_select {
	display: inline-block;
	vertical-align: top;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #00b7f0;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 3px;
	list-style-type: none;
}

.pd_add_cart {
	position: absolute;
	z-index: 2;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 5px #5C5C5C;
	box-shadow: 0px 0px 5px #5C5C5C;
	padding: 5px;
	border-radius: 5px;
	top: -70px;
	display: none;
	width: 160px;
}
.pd_add_cart a {
	text-decoration: none;
	color: #00A3FF;
	font-size: 16px;
}
.pd_add_cart_close {
	float: right;
}

#clock_box{
	background-image: url(/images/pc/clock.png);
	background-repeat: no-repeat;
	color: #000000;
	margin-top: 10px;
	border-bottom: 1px solid #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: left 7px;
}
#clock_box .t{
	padding-left: 30px;
	font-size: 18px;
	display: block;
	padding-bottom: 10px;
	color: #009AFD;
	font-weight: bold;
}
#clock_box .number{
	color: #B50000;
	font-weight: bold;
	font-size: 18px;
}
#clock{
	color: #000000;
	margin-bottom: 5px;
}
#clock span{
	background-color: #000000;
	display: inline-block;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-radius: 5px;
}
/* 商品頁籤內容相關結束 */
ul.pd_list {
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
ul.pd_list li {
	width: 17%;
	display: inline-block; /*擁有inline不會換行的特性，還可以像block一樣設定width,height,background-image等值*/
	vertical-align: top;
	padding: 1px;
	border: 1px solid #CACACA;
}
ul.pd_list li a{
    cursor: pointer;
	text-decoration: none;
}
ul.pd_album_list {
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
ul.pd_album_list li {
	width: 9%;
	display: inline-block; /*擁有inline不會換行的特性，還可以像block一樣設定width,height,background-image等值*/
	vertical-align: top;
	padding: 1px;
	border: 1px solid #CACACA;
}
ul.pd_album_list li a {
    cursor: pointer;
	text-decoration: none;
}
/* 部落格---------------------------------------- */
.blog_box{
	border-bottom: 1px solid #9A9A9A;
	padding-bottom: 10px;
}
.blog_more a{
	color: #2A2A2A;
	font-size: 13px;
	text-decoration: none;
}
.blog_footer li{
	display: inline-block;
}
.blog_footer a{
	color: #0088B8;
	font-weight: bold;
	text-decoration: none;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}
.blog_tag {
	color: #393939;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.blog_tag li{
	display: inline-block;
	margin-right: 2pt;
	margin-bottom: 5px;
}
.blog_tag a{
	color: #414141;
	text-decoration: none;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	background-color: #E9E9E9;
	border: 1px solid #A1A1A1;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-radius: 5px;
	font-size: 12px;
}
.blog_bottom {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	clear: both;
}
.blog_bottom li{
	padding-top: 3px;
	padding-bottom: 3px;
}
.blog_bottom a{
	color: #0066FF;
	text-decoration: none;
}
.blog_bottom a:hover {
	color: #4E4E4E;
}
.blog_number{
	color: #0088B8;
	font-weight: bold;
}

/* 部落格版本2樣式 */
.blog_box_box{
	margin-top: 10px;
}
.blog_box_box a{
	text-decoration: none;
}
.blog_box_list{
	border: 1px solid #D0D0D0;
	background-color: #FFFFFF;
	padding-right: 20px;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 20px;
}
.blog_box_p{
	width: 320px;
	float: left;
	margin-right: 20px;
	border-right-color: #D0D0D0;
	border-right-style: solid;
	border-right-width: 1px;
}
.blog_title_list{
	color: #4E4E4E;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
}
.blog_title{
	color: #4E4E4E;
	font-size: 20px;
}
.blog_top{
	background-image: url(/images/pc/hot.png);
	background-repeat: no-repeat;
	background-size: 17px auto;
	padding-left: 365px;
	background-position: 340px top;
}
.blog_date{
	color: #BBBBBB;
	font-size: 12px;
	padding-bottom: 10px;
}
.blog_content_list{
	overflow: hidden;
	height: 100px;
	color: #4D4D4D;
	border-top: 1px solid #E3E3E3;
	padding-top: 10px;
}
.blog_more{
	text-align: right;
}
.blog_more img{
	width: 60px;
}
.blog_footer {
	color: #b0b0b0;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	font-size: 13px;
}
.blog_footer li{
	display: inline-block;
}
.blog_footer a{
	color: #b0b0b0;
	font-weight: bold;
	text-decoration: none;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}
.blog_tag {
	color: #393939;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.blog_tag li{
	display: inline-block;
	margin-right: 2pt;
	margin-bottom: 5px;
}
.blog_tag a{
	color: #414141;
	text-decoration: none;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	background-color: #E9E9E9;
	border: 1px solid #A1A1A1;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-radius: 5px;
	font-size: 12px;
}
.blog_bottom {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	clear: both;
}
.blog_bottom li{
	padding-top: 3px;
	padding-bottom: 3px;
}
.blog_bottom a{
	color: #909090;
	text-decoration: none;
}
.blog_bottom a:hover {
	color: #000000;
}
.blog_number{
	color: #b0b0b0;
	font-weight: bold;
}

/* 部落格回應表單 */
.blog_reply_form {
	padding-top: 10px;
	padding-bottom: 10px;
}
.blog_reply_form input {
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	width: 38%;
	margin-bottom: 5px;
}
.blog_reply_form :focus {
	border: 1px solid #0099FF;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
}
.blog_reply_form textarea{
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding: 5px;
	width: 85%;
	height: 80px;
}
.blog_reply_form .reply_form_title{
	color: #494949;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.blog_reply_form span{
	color: #FC6500;
}
/* 部落格回應框 */
.blog_reply {
	background-color: #FAFAFA;
	border: 1px solid #ECECEC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.reply_title {
	padding-bottom: 10px;
	color: #474747;
	font-size: 15px;
	font-weight: bold;
	background-image: url(/images/pc/blog_reply.png);
	background-repeat: no-repeat;
	background-size: 20px auto;
	padding-left: 25px;
}
.reply_title span {
	font-size: 12px;
	font-weight: normal;
	color: #898989;
}
.reply_content {
	padding-bottom: 10px;
}
.reply_but {
	color: #363636;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background-color: #E9E9E9;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-radius: 5px;
	border: 1px solid #CBCBCB;
}
/* 部落格回復框 */
.blog_reply_to {
	background-color: #FFFFFF;
	border: 1px solid #ECECEC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
}
/* 部落格標籤雲 */
.taglist{
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.taglist a{
	padding: 2px;
	display: inline-block;
	white-space: nowrap;
	border: 0;
	text-decoration: none;
}
a.size1{
	padding: 10px;
	font-size: 12px;
}
a.size2{
	padding: 7px;
	font-size: 14px;
}
a.size3{
	padding: 5px;
	font-size: 16px;
}
a.size4{
	padding: 5px;
	font-size: 18px;
}
a.size5{
	padding: 5px;
	font-size: 25px;
}
a.size6{
	padding: 0px;
	font-size: 14px;
}
a.size7{
	padding: 0px;
	font-size: 20px;
}
a.size8{
	padding: 0px;
	font-size: 28px;
}
a.size9{
	padding: 0px;
	font-size: 16px;
}
/* 部落格搜尋 */
#searchform {
	height: 46px;
	overflow: hidden;
	padding-top: 9px;
	position: relative;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 10px;
}
#searchform .icon {
	background-image: url(/images/pc/search.png);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	background-position: 5px 5px;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
}
#searchform input {
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 25px;
	padding-bottom: 5px;
	width: 95%;
}
#searchform .submit {
	margin-top: 100px;
}
/* 留言板 ---------------------------------------- */
.guestbook_bt {
	overflow: hidden;
	padding-bottom: 10px;
	padding-right: 20px;
}
.guestbook_bt a {
	background-image: url(/images/pc/guest_but.png);
	display: block;
	width: 150px;
	height: 40px;
	float: right;
}
.guestbook_con {
	border: 1px solid #e1e1e1;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	clear: both;
}
.guest_top {
	height: 30px;
	position: relative;
}
.guest_top .user_name {
	position: absolute;
	left: 4px;
	top: 0;
	line-height: 30px;
	font-weight: bold;
	color: #2B2B2B;
}
.guest_user {
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	background-color: #F4F4F4;
	border-top: 1px dashed #e1deda;
	border-bottom: 1px dashed #e1deda;
}
.guest_admin {
	background: #fff;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.guest_admin .name {
	font-weight: bold;
	color: #292929;
}
.guest_bottom {
	text-align: right;
	color: #aaa;
	font-size: 12px;
}
.guest_code{
	color: #FC6500;
}
/* 登入註冊 ----------------------------------------*/
#box {
	background-image: url(/images/pc/b2.png);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
	display: none;
}
#log_in {
	width: 490px;
	left: 50%;
	position: absolute;
	margin-left: -245px;
	top: 70px;
	background-image: url(/images/pc/b2.png);
	-webkit-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
}
.log_in_content {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.log_in_title {
	color: #282828;
	font-size: 22px;
}
.but_log_but{
	text-align: center;
	padding: 20px;
}
.but_log_in{
	width: 50%;
	cursor: pointer;
	background-image: -webkit-linear-gradient(270deg,rgba(0,179,255,1.00) 0%,rgba(0,98,179,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,179,255,1.00) 0%,rgba(0,98,179,1.00) 100%);
	color: #FFFFFF;
	font-size: 18px;
	padding-bottom: 5px;
	padding-top: 5px;
}
[name=addr_county] ,[name=addr_area] {
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding: 5px;
	width: 90px;
}
[name=addr_zip] {
	width: 40px;
}
[name=addr_county2] ,[name=addr_area2] {
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding: 5px;
	width: 90px;
}
[name=addr_zip2] {
	width: 40px;
}
[name=addr_county3] ,[name=addr_area3] {
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding: 5px;
	width: 90px;
}
[name=addr_zip3] {
	width: 40px;
}
.passwd_forgot{
	color: #717171;
}
.neglect{
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}
/* 會員專區 ----------------------------------------*/
.member_box {
	padding: 20px;
	background-color: #FFFFFF;
}
.member_box_div1 {
	width: 10px;
	float: left;
	height: 1px;
}
.member_tab {
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #E9E9E9;
	margin-top: 3px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #535353;
	font-size: 16px;
	text-decoration: none;
	display: inline-block;
}
.member_tab:hover {
	background-color: #00b7f0;
	color: #FFFFFF;
}
.member_tab_select {
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 3px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 16px;
	text-decoration: none;
	display: inline-block;
	background-color: #00b7f0;
	color: #FFFFFF;
}
.member_content {
  padding: 20px;
  border: 1px solid #D2D2D2;
  border-radius: 10px;
  font-size: 16px;
  overflow-x: auto;
}
.member_title {
	font-size: 22px;
	font-weight: bold;
	color: #858585;
	background-image: url(/images/pc/member_icon.jpg);
	background-repeat: no-repeat;
	padding-left: 35px;
	border-bottom: 1px solid #C6C6C6;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#form_member_edit{
}
.member_placard {
	border: 1px solid #DDDDDD;
	padding: 10px;
}
.float_left {
	display: inline-block;
}
.menu_shop{
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  padding: 5px 10px 5px 10px;
  font-size: 14px;
}
.menu_shop a{
	text-decoration: none;
}

/* 購物車 ----------------------------------------*/
#m_menu_shop{
	display: none;
}
.shop_box {
	padding: 10px;
	background-color: #FFFFFF;
	font-size: 16px;
}
.shop_content {
	padding: 10px;
	border: 1px solid #D2D2D2;
	border-radius: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	line-height: 28px;
}
.shop_title {
	font-size: 22px;
	font-weight: bold;
	color: #555555;
	background-image: url(/images/pc/member_icon.jpg);
	background-repeat: no-repeat;
	padding-left: 35px;
	border-bottom: 1px solid #C6C6C6;
	padding-bottom: 10px;
	margin-bottom: 20px;
	padding-top: 20px;
	background-position: left 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shop_c a {
  color: #d30000;  
}
.shop_title span{
	font-size: 16px;
}
.shop_title input{
	width: 18px;
}
.shop_title_tr1 {
	background-color: #EFEFEF;
	color: #000000;
	font-weight: bold;
	height: 30px;
}
.shop_title_tr2 .sale {
	color: #FF6E00;
	border: 1px solid #BBBBBB;
	padding-left: 3px;
	padding-right: 3px;
	margin-right: 5px;
	font-size: 13px;
	display: inline-block;
}
.shop_title_tr2 .sale_a {
	color: #434343;
	font-size: 13px;
	text-decoration: none;
}
.del_box {
  text-align: right;
  padding-bottom: 10px;
}
.apply_item_box{
  display: flex;
  align-items: center; 
}
.apply_item_list{
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.apply_item_list input{
  margin: 5px;  
}
tr.shop_title_tr2 td {
	border-bottom: 1pt solid #D8D8D8;
	text-justify: distribute;
	word-break: break-all;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #303030;
}
tr.shop_title_tr3 td {
	border-bottom: 1pt solid #EBEBEB;
	text-justify: distribute;
	word-break: break-all;
	background-color: #FBFBFB;
	padding-top: 10px;
	padding-bottom: 10px;
}
tr.shop_title_tr4 td {
	border-bottom: 1pt solid #EBEBEB;
	text-justify: distribute;
	word-break: break-all;
	background-color: #FBFBFB;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	color: #303030;
}
tr.shop_title_tr5 td {
	text-justify: distribute;
	word-break: break-all;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #303030;
}
.shop_a{
	color: #0073B3;
	text-decoration: none;
	font-weight: bold;
	padding-right: 10px;
}
.shop_total{
	color: #C80002;
	font-weight: bold;
}
.payment {
	border: 1px solid #DCDCDC;
	padding: 10px;
	margin-bottom: 10px;
}
.shipping {
	border: 1px solid #DCDCDC;
	padding: 10px;
}
.shop_button {
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}
.shop_button_back {
	text-align: center;
}
.shop_member_box {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap; /*換行*/
	justify-content: center; /*左右居中*/
	align-items: center; /*上下居中*/
}
.shop_member_but{
	text-align: center;
}
.shop_bar{
	border-radius: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 30px;
	padding-bottom: 3px;
	display: inline-block;
	margin-left: 5px;
	background-image: url(/images/pc/cart_icon.png);
	background-repeat: no-repeat;
	background-size: 25px auto;
	background-position: 2px 3px;
}
.shop_bar2{
  border-radius: 3px;
  padding-top: 3px;
  padding-right: 3px;
  padding-left: 30px;
  padding-bottom: 3px;
  display: inline-block;
  margin-left: 5px;
  background-image: url(/images/pc/blog_reply.png);
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: 2px 3px;
}
.shop_bar_bg{
  background-color: #D3D3D3;
}
.shop_bar_bg a{
  color: #000000;
}
.shop_ban_bg{
  color: #FFFFFF;
  background-color: #575757;
}
.shop_notice_bg{
  color: #FFFFFF;
  background-color: #575757;
}
.shop_notice{
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 3px;
	margin-right: 3px;
	border-radius: 50%;
}
.shop_ban{
	display: inline-block;
	border-radius: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-left: 5px;
}
.shop_qa{
	border: 1px solid #D3D3D3;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.shop_free{
	font-size: 13px;
}
.shop_time{
	font-size: 12px;
	color: #A2A2A2;
	padding-bottom: 5px;
}
.select_shipping_box{
	font-size: 13px;
	color: #000000;
}
.pd_spec_list{
	display: inline-block;
}
#iDate {
	width: 90px;
}
.disabled span{
    color:black !important;
    background: red !important;    
}
.enabled a{
	color: black !important;
	/* [disabled]background-color: PowderBlue; */
}
.ui-datepicker-trigger{
	padding-bottom: 10px;
	padding-left: 5px;
}
.order_search_title{
	color: #515151;
	font-size: 20px;
	padding-top: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #D3D3D3;
	margin-bottom: 20px;
}
.order_search_table{
	border-left: 1px solid #C3C3C3;
	border-top: 1px solid #C3C3C3;
}
.order_search_table td{
	border-right-color: #C3C3C3;
	border-bottom-color: #C3C3C3;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-collapse: separate;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.pre .sale{
	color: #FF6E00;
	border: 1px solid #BBBBBB;
	padding-left: 3px;
	padding-right: 3px;
	margin-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 13px;
}
.pre .text{
	color: #007FDB;
	font-size: 13px;
}
.pre a{
	color: #0073B3;
	text-decoration: none;
}
.discount{
	border: 1px solid #D4D4D4;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.discount a{
	display: block;
	overflow: hidden;
	text-decoration: none;
}
.discount img{
	float: left;
}
.dis_title{
	color: #474747;
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
}
.discount .sale{
	background-color: #eb6100;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: inline-block;
	margin-bottom: 5px;
	margin-left: 10px;
}
.dis_time{
	color: #000000;
	background-image: url(/images/pc/time.png);
	background-repeat: no-repeat;
	overflow: hidden;
	width: auto;
	display: inline-block;
	margin-left: 10px;
	padding-left: 18px;
	background-position: 0% center;
}
.dis_content{
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #1F1F1F;
	padding-left: 10px;
	overflow: hidden;
}
.end_box{
	width: 490px;
	left: 50%;
	position: absolute;
	margin-left: -245px;
	top: 60px;
	background-image: url(/images/pc/b2.png);
	-webkit-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
}
.end_content{
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
	color: #454545;
	font-size: 16px;
	padding-bottom: 20px;
}
.end_content a{
	display: block;
	text-align: right;
}
.shop_br{
	display: inline-block;
}
.shop_br a{
  color: #000000;
}

/* 表單 */
[name=form] {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #BCBCBC;
  padding: 20px;
  max-width: 600px;
}
[name=form] .table{
	padding-top: 3px;
	padding-bottom: 15px;
	overflow: hidden
}
[name=form] .left{
	color: #333333;
}
[name=form] .right{
	overflow: hidden
}
[name=form] .down{
	text-align: center;
	padding-top: 20px;
}
input {
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	color: #333333;
	outline: medium none;
	padding: 5px;
	width: 100%;
	font-size: 16px;
}
input:focus {
	border: 1px solid #0099FF;
	outline: medium none;
}
input[type="radio"]{
	height: 18px;
	width: 18px;
}
input[type="checkbox"]{
	height: 18px;
	width: 18px;
}
select {
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding: 5px;
	margin: 2px;
}
textarea{
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	color: #333333;
	outline: medium none;
	padding: 5px;
	width: 95%;
	height: 80px;
}
textarea:focus {
	border: 1px solid #0099FF;
}
.input2 {
	width: 20px !important;
}
.input3 {
	width: 80px !important;
}
.input4 {
	width: 300px;
}
#address{
	width: 100%;
	padding-top: 8px;
}
#o_mail{
	width: 350px;
}
.o_mail_h{
	display: inline-block;
}
#quiz{
	width: 100px;
}
#store-info{
	display: none;
	margin: 0px;
	padding-left: 20px;
}
#store-info li{
	margin: 0px;
}
#gift_select{
	display: none;
}
.all_checkbox{
	margin: 0px;
	padding: 0px;
  background-color: #ececec;
  border-radius: 5px;
}
.all_checkbox li{
	display: inline-block;
}
.all_checkbox input{
	width: 20px;
}
.all_checkbox input:nth-child(2) {
    width: 80px;
}
.all_radio{
	margin: 0px;
	padding: 0px;
  background-color: #ececec;
  border-radius: 5px;
}
.all_radio li{
	display: inline-block;
}
.all_radio input{
	width: 20px;
}
.all_radio input:nth-child(2) {
    width: 80px;
}
.all_radio span{
    display: inline-block;
}
.slider_code ,.slider_code_reply ,.slider_code_member{
	background: #ECECEC !important;
	height: 27px !important;
	text-align: left !important;
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif !important;
	font-size: 13px !important;
	color: #2B2B2B !important;
	max-width: 210px;
	line-height: 25px;
	padding-left: 30px;
}
.slider_code a ,.slider_code_reply a ,.slider_code_member a{
	width: 25px !important;
	height: 25px !important;
	background: #FFFFFF url(/images/pc/blockbg.png) no-repeat center center !important;
	top: 0px !important;
	margin-left: 0px !important;
	cursor: move !important;
}
.slider_code .suc ,.slider_code_reply .suc ,.slider_code_member .suc{
	display: inline-block;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
}
.end_date{
	width: 600px;
	text-align: center;
	color: #2A2A2A;
	font-size: 16px;
	line-height: 26px;
	height: 410px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -205px;
}
.end_date h1{
	font-size: 30px;
}
.end_date span{
	color: #007dcd;
}
.end_date a{
	color: #555555;
	font-size: 14px;
}

/* 按鈕類 */
.but_voucher{
	font-size: 16px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-decoration: none;
	display: inline-block;
	background-color: #009BE7;
	color: #FFFFFF;
	text-align: center;
	border-radius: 5px;
}
.but_voucher_del{
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	display: inline-block;
	background-color: #B30000;
	color: #FFFFFF;
	text-align: center;
	border-radius: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.buySelect{
	font-size: 14px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.mail_loader{
	color: #C30003;
	font-size: 15px;
	margin-left: 10px;
	background-image: url(/images/pc/ajax-loader.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left 5px;
	display: none;
}
#other_val{
	width: 180px;
}
.loading_box{
	background-image: url(/images/pc/loading2.gif);
	background-position: center center;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
	background-color: hsla(0,0%,100%,0.90);
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	display: none;
}
.but {
	color: #333333;
	width: 100px !important;
	border-radius: 3px;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(223,223,223,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(223,223,223,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(223,223,223,1.00) 100%);
	border: 1px solid #999999;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	cursor: pointer;
}
.but2 {
	cursor: pointer;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(237,237,237,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(237,237,237,1.00) 100%);
	color: #232323;
	font-size: 18px;
	width: 250px;
	height: 80px;
}
.but4 {
	border: 1px solid #FFFFFF;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	display: inherit;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	background-color: #999999;
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif !important;
	padding-left: 10px;
	padding-right: 10px;
}
.but5 {
	cursor: pointer;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
	color: #232323;
	font-size: 18px;
	text-decoration: none;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #AFAFAF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.but6 {
  border-width: 0px;
  cursor: pointer;
  color: hsla(0,0%,100%,1.00);
  font-weight: bold;
  background-image: -webkit-linear-gradient(270deg,rgba(158,113,30,1.00) 0%,rgba(150,84,12,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(158,113,30,1.00) 0%,rgba(150,84,12,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(158,113,30,1.00) 0%,rgba(150,84,12,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(158,113,30,1.00) 0%,rgba(150,84,12,1.00) 100%);
  font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  width: 130px;
  margin-left: 10px;
  margin-right: 10px;
}
.but7 {
	cursor: pointer;
	text-decoration: none;
	color: #434343;
	font-size: 13px;
	border: 1px solid #BDBDBD;
	font-weight: bold;
	background-color: #ECECEC;
	display: inline;
	text-align: center;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.but8 {
	cursor: pointer;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(237,237,237,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(237,237,237,1.00) 100%);
	color: #232323;
	font-size: 18px;
	display: inline-block;
	border: 1px solid #D5D5D5;
	border-radius: 5px;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.but8 span{
	color: #b30000;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	line-height: 20px !important;
}
.but9 {
	border-width: 0px;
	cursor: pointer;
	color: hsla(0,0%,100%,1.00);
	font-weight: bold;
	background-image: -webkit-linear-gradient(270deg,rgba(0,187,255,1.00) 0%,rgba(0,100,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,187,255,1.00) 0%,rgba(0,100,255,1.00) 100%);
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 10px;
	float: right;
	display: block;
	margin-bottom: 10px;
}
.but10 {
	color: #FFFFFF;
	border-radius: 5px;
	border: 1px solid #999999;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	background-color: #E88900;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 5px;
	font-weight: bold;
}
.m_price span{
	color: #B70000;
	font-size: 15px !important;
}
.o_invoice_type_1{
  display: none;
  margin-top: 4px;
  margin-bottom: 4px;
  width: 100%;
}
.o_invoice_type_2{
  display: none;
  margin-top: 4px;
  margin-bottom: 4px;
  width: 100%;
}
.o_invoice_type_2a{
  display: none;
}
.o_invoice_type_2b{
  display: none;
}
.o_invoice_print{
	display: none;
  width: 100%;
}
.shop_invoice a{
	color: #940002;
}
.o_invoice_po_name{
	width: 300px;
}
.o_invoice_po{
	display: none;
  margin-top: 4px;
  margin-bottom: 4px;
  width: 100%;
}
.do_li{
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.do_li li{
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 0px;
  margin-bottom: 0px;
  padding: 0px;
  list-style-type: none;
  display: flex;
  align-items: center; 
  justify-content: center;
}

#datepicker{
	margin-bottom: 40px;
}
.ui-datepicker td a:first-line{/*第一行顏色*/
	color: #797979;
}
.ui-datepicker td a:after{
	display: block;
	text-align: center;
	color: #C80000;
	font-size: 13px;
	margin-top: 10px;
	content: "";
	white-space: pre-line;
	margin-left: auto;
	margin-right: auto;
	max-width: 80px;
}
.rooms_box{
	border: 1px solid #B6B6B6;
	margin-bottom: 20px;
	border-radius: 5px;
	background-color: #FBFBFB;
	font-size: 16px;
}
.rooms_box2{
	border: 1px solid #B6B6B6;
	margin-bottom: 20px;
	border-radius: 5px;
	background-color: #FBFBFB;
	margin-left: 10px;
	margin-right: 10px;
	padding: 20px;
	font-size: 15px;
	line-height: 30px;
}
.rooms_title1{
	border-bottom: 1px solid #E1E1E1;
	padding: 5px;
	text-align: center;
}
.rooms_title2{
	padding: 10px;
	text-align: center;
}
.rooms_verify{
	text-align: center;
	font-size: 16px;
	margin-bottom: 30px;
}
.rooms_verify span{
	color: #B30002;
}
.rooms_verify input{
	width: 20px;
	height: 20px;
}
.rooms_box3{
	border: 1px solid #D4D4D4;
	border-radius: 5px;
	font-size: 16px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 10px;
}
.rooms_box3 table{
  border-collapse:collapse;
}
.rooms_box3 table,.rooms_box3 td,.rooms_box3 th {
	border: 1px solid #B1B1B1;
	padding: 5px;
}
.rooms_member_but{
	display: flex;
	flex-wrap: wrap; /*換行*/
	justify-content: center; /*左右居中*/
	align-items: center; /*上下居中*/
	text-align: center;
	border: 1px solid #D7D7D7;
	border-radius: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.rooms_member_but .s{
	margin-right: 10px;
	margin-left: 10px;
}
.but_room{
	border-width: 0px;
	cursor: pointer;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(229,229,229,1.00) 100%);
	color: #232323;
	font-size: 18px;
	border: 1px solid #AFAFAF;
	text-decoration: none;
	display: block;
	padding: 5px;
	margin-bottom: 5px;
	border-radius: 10px;
}

.rooms_box4 table{
  border-collapse:collapse;
	font-size: 15px;
}
.rooms_box4 table,.rooms_box4 td,.rooms_box4 th {
	border: 1px solid #B1B1B1;
	padding: 5px;
}
.rooms_box4 a{
	color: #0073B3;
	text-decoration: none;
	font-weight: bold;
}
.table_border_del table,.table_border_del td,.table_border_del th {
	border: 0px none #FFFFFF;
}
.table_border_del input {
	width: 18px;
	height: 18px;
}
.sameorder{
	color: #C80003;
	margin-bottom: 10px;
}
.sameorder input {
	width: 18px !important;
	height: 18px !important;
}

.calendar_table1{
	border-collapse: collapse;
	color: #171717;
    table-layout:fixed;/*列的寬度是由列單元格中沒有折行的最寬的內容設定*/
}
.calendar_table1,.calendar_table1 td,.calendar_table1 th {
	border: 1px solid #B1B1B1;
	padding: 5px;
}
.calendar_table1 tr:nth-child(1n+3){
	height: 90px;
}
.calendar_table1 a{
	color: #b30000;
	text-decoration: none;
	font-size: 15px;
}
.calendar_table1 div{
	padding-bottom: 5px;
}
.calendar_table1 font{
	padding: 3px;
	background-color: #787878;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	display: inline-block;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	margin-bottom: 5px;
}

.calendar_table2{
	border-collapse: collapse;
	color: #171717;
    table-layout:fixed;/*列的寬度是由列單元格中沒有折行的最寬的內容設定*/
}
.calendar_table2,.calendar_table2 td,.calendar_table2 th {
	border: 1px solid #B1B1B1;
	padding: 5px;
}
.calendar_table2 tr:nth-child(1n+3){
	height: 30px;
}
.calendar_table2 a{
	color: #b30000;
	text-decoration: none;
	font-size: 15px;
}
.calendar_table2 div{
	padding-bottom: 5px;
}
.calendar_table2 font{
	padding: 3px;
	background-color: #787878;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	display: inline-block;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	margin-bottom: 5px;
}

.holiday{
	background-color: #ff5e00;
	color: #FFFFFF;
	font-weight: bold;
}
.weekday{
	background-color: #7d7d7d;
	color: #FFFFFF;
	font-weight: bold;
}
.pty_price{
	color: #B00002;
	font-size: 15px;
}
.pty_qty{
	color: #000000;
	font-size: 15px;
}
.pty_price_stop{
	color: #808080;
	font-size: 15px;
}
.pty_qty_stop{
	color: #808080;
	font-size: 15px;
}
.room_c{
	color: #c90000;
	font-size: 15px;
	padding: 5px;
}
.booking{
    cursor:pointer;
}
.booking:hover{
	background-color: #EDEDED;
}
.room_payment{
	margin-top: 10px;
}
.room_but1 {
	color: #000000;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-radius: 3px;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(223,223,223,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(223,223,223,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(223,223,223,1.00) 100%);
	border: 1px solid #999999;
	padding-right: 5px;
	width: auto;
	cursor: pointer;
	font-size: 13px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	min-width: 50px;
}
.but_back {
    display: block;
    width: 80px;
    height: 30px;
    background-image: url(/images/admin/back.png);
    background-repeat: no-repeat;
    padding-top: 5px;
    margin-bottom: 5px;
}
.o_tr_line {
    background-color: #C0C0C0;
    color: #000000;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 14px;
}
.pd_pre_shop{
	background-color: #FF5F00;
	color: #FFF9F9;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 3px;
	font-size: 14px;
	display: inline-block;
	border-radius: 5px;
}
.lesson_box {
    font-size: 16px;
    border-collapse: collapse;
    margin-top: 5px;
    margin-bottom: 5px;
}
.lesson_title {
	background-color: #E5E5E5;
	font-weight: bold;
}
.lesson_box td {
	color: #3c3c3c;
	border: 1px solid #A3A3A3;
	padding: 5px;
}
.lesson_box tr:nth-child(odd) {
	background-color: #F3F3F3;
}

.blog_class2_list{
	margin: 0px;
	padding: 0px;
}
.blog_class2_list li{
	list-style-type: none;
	display: inline-block;
	width: 49%;
	padding: 20px;
	text-align: center;
}
.blog_class2_list a{
	text-decoration: none;
	color: #313131;
	margin-left: auto;
}
.password2_box{
	display: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
.shop_submit{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	display: none;
}
.shop_submit span{
	font-size: 16px;
	background-image: url(/images/pc/loading.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.table_box{
	padding-right: 20px;
}

/* table */
.table_copy {
	display: table;
	border-collapse: collapse;
	width: 100%;
}

/* tr */
.row_tr{
	display: table-row;
}

/* td , th */
.cell_td {
	display: table-cell;
	padding: 5px;
}

.text_right {
	text-align: right;
}

.table_box_s{
	background-color: #FBFBFB;
	overflow: hidden;
}

/* table */
.table_copy_s {
	display: table;
	border-collapse: collapse;
	float: right;
}

/* tr */
.row_tr_s{
	display: table-row;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* td , th */
.cell_td_s {
	display: table-cell;
	padding: 5px;
}
.text_right_s {
	text-align: right;
}

.table_box_a{
	overflow: hidden;
}

/* table */
.table_copy_a {
  display: table;
  border-collapse: collapse;
  width: 100%;
  vertical-align: middle;
}

/* tr */
.row_tr_a{
	display: table-row;
	padding-top: 10px;
	padding-bottom: 10px;
  width: 100%;
}

/* td , th */
.cell_td_a {
	display: table-cell;
	padding: 5px;
	vertical-align: top;
  border: 1px solid #B1B1B1;
}
.text_right_a{
  text-align: right;
  background-color: #F4F4F4;
  width: 120px;
  line-height: 28px;
}
.o_invoice_type_3{
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  display: table;
}

.table_box_m{
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

/* table */
.table_copy_m{
	display: table;
	border-collapse: collapse;
	vertical-align: middle;
	width: 100%;
}

/* tr */
.row_tr_m{
	display: table-row;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* td , th */
.cell_td_m{
	display: table-cell;
	vertical-align: top;
	padding: 5px;
}
.text_right_m{
	text-align: right;
	width: 115px;
}

.table_box_r{
	overflow: hidden;
}

/* table */
.table_copy_r{
	display: table;
	border-collapse: collapse;
	width: 100%;
	vertical-align: middle;
}

/* tr */
.row_tr_r{
	display: table-row;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* td , th */
.cell_td_r{
	display: table-cell;
	vertical-align: top;
	padding: 5px;
	border: 1px solid #B1B1B1;
}
.text_right_r{
  text-align: right;
  background-color: #F4F4F4;
  width: 120px;
  line-height: 28px;
}
.carruertype3{
	display: none;
}
.banner{
	text-align: center;
}
.lave_bonus{
	color: #767676;
	font-size: 13px;
}
.elastislide-list{
	padding: 10px;
	margin: 0px;
}
.elastislide-list li{
	list-style: none;
	display: inline-block;
	padding: 8px;
	width: 24%;
}
.elastislide-list a{
	text-decoration: none;
}
.pd_class_header{
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #353535;
}
.pd_room{
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #3B3B3B;
  overflow: hidden;
  margin-top: 30px;
}
.pd_room_left {
    width: 50%;
    float: left;
}
.pd_room_left .thumbs{
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.pd_room_left .thumbs a{
  width: calc(100% / 8);
  padding: 5px;
}

.pd_room_right {
    width: 50%;
    float: left;
}
.pd_room_right .padding {
    padding-left: 30px;
}
.pd_room_right .pd_title {
    color: #4B4B4B;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px dotted #707070;
}
.pd_room_right .pd_description {
    padding-bottom: 5px;
}
.pd_room_content{
  clear: both;
  border-top: 1px dashed #808080;
  padding-top: 30px;
  padding-bottom: 30px;
}
.room_box{
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  display: none;
  align-items: flex-start;
  justify-content: center;/*左右居中*/
  overflow-y: auto;
  padding: 20px;
  background-color: hsla(0,0%,100%,0.80);
}
.room_box_c{
  background-color: #FFFFFF;
  max-width: 1000px;
  padding-top: 45px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  border: 1px solid #B0B0B0;
  -webkit-box-shadow: 0px 0px 5px 5px hsla(0,0%,0%,0.10);
  box-shadow: 0px 0px 5px 5px hsla(0,0%,0%,0.10);
  border-radius: 5px;
  position: relative;
}
.room_box_close{
  background-image: url(/images/pc/close.svg);
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px auto;
  position: absolute;
  right: 0px;
  top: 0px;
}

.box_wrap2{
  display: flex;
  align-items: center; /*上下居中*/
  justify-content: center;/*左右居中*/
  background-image: url(/images/pc/demo1/3.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.in_about_box{
  display: flex;
  align-items: center; 
  justify-content: flex-end;
}
.in_about_box .box{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 925px;
  margin-top: 100px;
  margin-bottom: 50px;
  margin-right: 30px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 5px 0px hsla(0,0%,0%,0.2);
}
.in_about_box .photo{
  width: 40%;
}
.in_about_box .content{
  width: 60%;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
.in_about_box .title1{
  font-size: 20px;
  color: #1A1A1A;
}
.in_about_box .title2{
  font-size: 26px;
  color: #1A1A1A;
}
.in_about_box .desc{
  color: #6A6A6A;
  font-size: 16px;
  line-height: 32px;
  padding-top: 20px;
}
.in_about_box .more_all{
  color: #FFFFFF;
  font-size: 14px;
  text-decoration: none;
  background-color: #494949;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
  display: inline-block;
  margin-top: 20px;
  transition: all 0.5s ease 0s;
}
.in_about_box .more_all:hover{
  color: #171717;
  background-color: #D4D4D4;
}
.footer{
  background-color: #f6f1dc;
  padding-top: 10px;
}
.footer .f1{
  display: flex;
  align-items: center;
  color: #272727;
  padding-bottom: 10px;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.footer .f_us{
  margin: 0px;
  padding: 0px;
}
.footer .f_us li{
  list-style-type: none;
  padding-bottom: 15px;
}
.footer .f_us a{
  text-decoration: none;
  color: #272727;
  font-size: 16px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: left center;
  padding-left: 25px;
}
.footer .f_us .title{
  color: #583814;
  font-size: 20px;
  font-weight: bold;
}
.footer .f_us .title span{
  color: #583814;
  font-size: 16px;
  font-weight: bold;
  display: block;
}
.footer .f_us .phone{
  font-size: 24px;
  font-weight: bold;
  background-image: url(/images/pc/icon_svg/black/phone.svg);
}
.footer .f_us .mail{
  background-image: url(/images/pc/icon_svg/black/email.svg);
}
.footer .f_us .map{
  background-image: url(/images/pc/icon_svg/black/map.svg);
}
.footer .f_qr{
  display: flex;
  align-items: center; /*上下居中*/
  justify-content: center;/*左右居中*/
  margin: 0px;
  padding: 10px;
}
.footer .f_qr li{
  margin: 0px;
  padding: 10px;
  list-style-type: none;
  width: 150px;  
}
.footer .f2{
  align-items: center;
  background-color: #1B1B1B;
}
.footer .f2 a{
  text-decoration: none;
  color: #999999;
}
.footer .f2_1{
  display: flex;
  align-items: center;
  color: #999999;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.footer .f_share{
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center; /*上下居中*/
  justify-content: center;/*左右居中*/
}
.footer .f_share li{
  margin: 0px;
  padding: 8px;
  list-style-type: none;
}
.footer .f_share a{
  display: block;
  width: 25px;
  height: 25px;
  text-indent: 25px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.6;
}
.footer .f_copy{
  font-size: 12px;  
}
.footer .f_share .phone{
  background-image: url(/images/pc/icon_svg/white/phone.svg);
}
.footer .f_share .line{
  background-image: url(/images/pc/icon_svg/white/line.svg);
}
.footer .f_share .youtube{
  background-image: url(/images/pc/icon_svg/white/youtube.svg);
}
.footer .f_share .mail{
  background-image: url(/images/pc/icon_svg/white/email.svg);
}
.footer .f_share .instagram{
  background-image: url(/images/pc/icon_svg/white/ig2.svg);
}
.footer .f_share .fb{
  background-image: url(/images/pc/icon_svg/white/fb-f.svg);
}
.service_box .box1{
  background-color: #f6f1dc;
}
.service_box .box2{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.service_box .title{
  color: #583814;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}
.service_box ul{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  padding: 0px;
}
.service_box ul li{
  color: #73593c;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  list-style-type: none;
  padding: 20px;
  margin: 20px;
  background-color: #FFFFFF;
  width: calc(100% / 3);
  -webkit-box-shadow: 0px 0px 5px hsla(0,0%,0%,0.20);
  box-shadow: 0px 0px 5px hsla(0,0%,0%,0.20);
}
.service_box .content{
  color: #242424;
  font-size: 16px;
  line-height: 32px;
}
.service_box .more_box {
  text-align: center;
}
.service_box .more_all {
  color: #FFFFFF;
  font-size: 14px;
  text-decoration: none;
  background-color: #494949;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
  display: inline-block;
  margin-top: 20px;
  transition: all 0.5s ease 0s;
}
.member_table{
  width: 100%;  
}
.member_table0{
  border: 1px solid #B8B8B8;
  margin-bottom: 20px;
  border-collapse: collapse;
  min-width: 800px;
}
.member_table0 td{
  padding: 4px;
  border: 1px solid #B8B8B8;
}
.member_table0 .t1{
  background-color: #f3f3f3;
}
.calendar{
  display: none;
}
.calendar div {
    display: inline-block;
    margin-right: 10px;
}
.money_sub{
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.money_box{
  display: flex;
  align-items: center;
}
.money_sub li{
  list-style-type: none;
  border: 1px solid #A70002;
  color: #A70002;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  cursor: pointer;
}
.money_sub li:hover{
  background-color: #A70002;
  color: #FFFFFF;
}
.do_money{
  width: 160px;  
}
.exec_times{
  width: 80px;
  text-align: center;
}
.ask_pd{
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  border: 1px solid #BCBCBC;
  padding: 10px;
}
.ask_pd .title{
  color: #1A1A1A;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.do_f_ex{
  display: none;
  align-items: center; 
  justify-content: center;
}
.hint_box {
  position: fixed;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(2px);
  padding: 10px;
  top: 0px;
  left: 0px;
  background-color: hsla(0,0%,0%,0.60);
}
.hint_box .com{
  max-width: 350px;
  background-color: #FFFFFF;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 40px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px hsla(0, 0%, 0%, 0.40);
  box-shadow: 0px 0px 10px hsla(0, 0%, 0%, 0.40);
  color: #131313;
  font-size: 18px;
  line-height: 30px;
}
.hint_box .com .button{
  text-align: center;
  color: #BB0003;
}
.hint_box .com .button button{
  background-color: #BC0003;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  border-radius: 20px;
  border-width: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}
.hint_box .com .button button:hover{
  background-color: #CD9300;
}