@charset "utf-8";
/* CSS Document */


/* ===============================================================================
   首頁資訊區
=============================================================================== */

/*---圖片移過效果------------------------------------------------*/
.img-hover-wrap .img {
    position: relative;
    display: block
}
.img-hover-wrap .img:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events:none;
	z-index: 1;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}
/*
.img-hover-wrap:hover .img:after {
	background-color: rgba(0, 0, 0, .6)
}
*/

.img-hover-wrap .hover-txt {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2
}
.img-hover-wrap .hover-txt strong {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	background-color: rgba(0, 0, 0, .6);
	color: #fbcf5a;
	font-size: 0.9375rem;
	font-weight: 100;
	line-height: 100px;
	border-radius: 100%;
	margin-top: 50px;
	opacity: 0;
	transform: translate(-50%, -100%);
	-ms-transform: translate(-50%, -100%);
	-moz-transform: translate(-50%, -100%);
	-webkit-transform: translate(-50%, -100%);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}
.img-hover-wrap:hover .hover-txt strong {
	opacity: 1
}
@media only screen and (max-width: 480px) {
	.img-hover-wrap .hover-txt strong {
		width: 140px;
		height: 140px;
		line-height: 140px;
		margin-top: 70px;
	}
}


/*---最新消息------------------------------------------------*/
#section-news {
	display: block;
	width: 100%;
	margin: 0 auto
}
#section-news * {
	-webkit-backface-visibility: visible;
	backface-visibility: visible
}

.bg_section-news {
	background: url(../images/common/bg_news.jpg) 0 0 repeat-x;
	padding: 50px 0 60px 0
}
@media screen and (max-width: 992px) {
	.bg_section-news {
		padding: 40px 0 60px 0
	}
}
@media screen and (max-width: 800px) {
	.bg_section-news {
		padding: 20px 0 60px 0
	}
}
@media screen and (max-width: 540px) {
	.bg_section-news {
		padding: 20px 0 40px
	}
}
@media screen and (max-width: 424px) {
	.bg_section-news {
		padding: 20px 0
	}
}



#iNews * {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

#iNews.news-list {
	display: block;
	width: 100%;
	margin: 0 auto
}

#iNews .latestimgBox {
	float: left;
	width: 362px;
	margin-right: 38px;
}
#iNews .newsList {
	float: left;
	width: calc(100% - 400px);
}
@media screen and (max-width: 1024px) {
	#iNews .latestimgBox {
		width: 302px;
		margin-right: 20px
	}
	#iNews .newsList {
		width: calc(100% - 322px)
	}
}
@media screen and (max-width: 992px) {
	#iNews .latestimgBox {
		display: none
	}
	#iNews .newsList {
		width: 100%;
	}
}



#iNews .latestImg { /*最新一則訊息圖陰影*/
	position: relative;
	display: block;
	border: 1px solid #efefef;
	box-shadow: 3px 3px 0px rgba(133, 133, 133, 0.1)
}

#iNews .latestImg .pic { /*最新一則訊息圖移過設定*/
	width: 360px;
	background-color: #efefef
}
#iNews .latestImg .pic > img { 
	margin: 0 auto
}
@media screen and (max-width: 1024px) {
	#iNews .latestImg .pic {
		width: 300px
	}
}

#iNews .latestImg .pic:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}
#iNews .latestImg:hover .pic:before {
	background: rgba(0,0,0,.8); /*最新一則訊息圖移過底色*/
	opacity: 1;
	z-index: 98
}

#iNews .latestImg .txt { /*最新一則訊息圖移過，訊息日期、標題設定*/
	position: absolute;
	bottom: 0;
	left: 50%;
	display: inline-block;
	width: 360px;
	text-align: center;
	background: none;
	padding: 0 0 20px;
	opacity: 0;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	z-index: 99
}
#iNews .latestImg:hover .txt {
	bottom: 50%;
	padding: 0;
	opacity: 1;
	transform: translateY(50%) translateX(-50%);
	-ms-transform: translateY(50%) translateX(-50%);
	-moz-transform: translateY(50%) translateX(-50%);
	-webkit-transform: translateY(50%) translateX(-50%)
}
@media screen and (max-width: 1024px) {
	#iNews .latestImg .txt {
		width: 300px
	}
}

#iNews .latestImg .txt .date { /*最新一則訊息圖移過，訊息日期*/
	font-family: 'Century Gothic', 'Roboto', Sans-serif, Arial, 'Microsoft JhengHei UI', 'Microsoft JhengHei', 'Noto Sans TC', 'PMingLiU';
	color: #fbcf5a;/*●*/
	margin-bottom: 20px
}

#iNews .latestImg .txt h3.name { /*最新一則訊息圖移過，訊息標題*/
	color: #fff;
	font-size: 1.05em;
	line-height: 22px;
	padding: 0 40px;
	margin: 0
}
#iNews .latestImg .txt h3.name:before { /*最新一則訊息圖移過，訊息日期、標題中間隔線*/
    content: '';
    position: absolute;
    top: 27px;
	left: 50%;
    display: block;
    width: 48px;
    height: 1px;
	background: #ffba00;/*●*/
	margin-left: -25px
}


#iNews .leftBox { /*標題區塊*/
	float: left;
	width: 26%;
	padding: 0 2%
}
@media screen and (max-width: 992px) {
  #iNews .leftBox {
	  width: 100%;
	  padding: 0
  } 
  #iNews .newsList {
	  width: 100%
  } 
}

#iNews .iTitle { /*標題英文字型設定*/
	font-family: Arial;
	color: #2d2d2d;
	font-size: 1.5625rem;
	text-align: center;
	text-transform: uppercase
}
#iNews .iStitle { /*標題中文字型設定*/
	color: #646464;
	font-size: 0.9375rem;
	text-align: center;
	margin-bottom: 42%
}
@media screen and (max-width: 992px) {
  #iNews .iTitle,
  #iNews .iStitle {
	  display: inline-block;
	  margin-bottom: 0
  }
  #iNews .iStitle { padding-left: 10px }
}

#iNews .more {
	display: block;
	float: right;
	width: 140px;
	height: 33px;
	background: url(../images/common/bt_more.png) left center no-repeat;
	color: #5e3b3e;
	font-size: 0.8125rem;
	line-height: 33px;
	overflow: hidden;
	padding-left: 52px
}
#iNews .more:hover {
	color: #7d3600
}
@media (max-width: 992px) {
	#iNews .more { display: inline-block }
}
@media (max-width: 480px) {
	#iNews .more { 
		display: block;
		float: left;
		width: 100%;
	}
}


#iNews .rightBox { /*列表區塊*/
	float: left;
	width: 70%;
	margin-top: -7px
}
@media (max-width: 992px) {
  #iNews .rightBox {
	  width: 100%;
	  margin-top: 10px
  }
}



#iNews .newsTab {
	width: 100%
}
#iNews .newsTab th,
#iNews .newsTab td {
	font-size: 0.9375rem;
	padding: 10px
}

#iNews .newsTab th { /*列表日期設定*/
	font-family: 'Century Gothic', 'Roboto', Sans-serif, Arial, 'Microsoft JhengHei UI', 'Microsoft JhengHei', 'Noto Sans TC', 'PMingLiU';
	min-width: 100px;
	font-weight: normal;
	color: #777777;
	white-space: nowrap;
	border-bottom: 1px solid #999;
	vertical-align: top
}
#iNews .newsTab td { /*列表標題設定*/
	border-bottom: 1px solid #ddd
}
@media (max-width: 424px) {
	#iNews .newsTab th {
		display: block;
		width: 100%;
		border-bottom: 1px dotted #ddd;
		padding: 0 0 4px 10px
	}
	#iNews .newsTab td {
		display: block;
		width: 100%;
		background-color: rgba(240,240,240,1.00);
		border-bottom: 1px solid #999;
		padding: 5px 10px 8px;
		margin-bottom: 25px
	}
}

#iNews .newsTab td > a {
	display: inline-block;
	width: 100%;
	color: #000
}
#iNews .newsTab td > a:hover {
	color: #7d3600/*●*/
}





/*---線上文章 & 操盤手訓練營------------------------------------------------*/
.font-arial {
    font-family: Arial
}

#section-article {
    width: 100%;
	padding: 40px 0 60px;
	margin: 0 auto
}
#section-article.bg-article {
	background-color: #f6f6f6
}
#section-article.bg-course {
	background-color: #ffffff
}

#section-article.article-page {/*內頁線上文章*/
	width: 80%;
	padding: 0;
	margin: 0 auto
}
@media (max-width: 1200px) {
	#section-article.article-page { width: 90% }
}
@media (max-width: 1024px) {
	#section-article.article-page { width: 75% }
}
@media (max-width: 992px) {
	#section-article.article-page { width: 80% }
}
@media (max-width: 800px) {
	#section-article.article-page { width: 90% }
}

@media (max-width: 992px) {
	#section-article {
		padding: 30px 0 50px
	}
}
@media (max-width: 540px) {
	#section-article {
		padding: 30px 0 10px
	}
}



/*...標題......................................*/
#section-article .s-ti {
    position: relative;
    color: #222;
    font-size: 1.125rem;
    line-height: 1.5;
    letter-spacing: 2px;
    margin: 0 0 30px
}
#section-article .s-ti.bg-article {
    background: url("../images/common/line_article.jpg")repeat-x 0 center
}
#section-article .s-ti.bg-course {
    background: url("../images/common/line_course.jpg")repeat-x 0 center
}

@media (max-width: 1200px) {
    #section-article .s-ti {
        margin: 0 0 20px
    }
}
@media (max-width: 992px) {
    #section-article .s-ti {
        margin: 0 0 10px
    }
}
@media (max-width: 540px) {
    #section-article .s-ti {
        font-size: 1rem;
		letter-spacing: 0
    }
}



#section-article .s-ti strong { /*標題bg*/
    position: relative;
    display: inline-block;
    padding-right: 10px;
    padding-left: 50px;
    z-index: 2
}
#section-article .s-ti strong.bg-article {
	background-color: #f6f6f6
}
#section-article .s-ti strong.bg-course {
	background-color: #ffffff
}

#section-article .s-ti strong:before { /*標題ic*/
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 40px;
    background: url("../images/common/ic_logo.svg") no-repeat 0 0;
    margin-top: -8px;
    z-index: 2
}
@media (max-width: 540px) {
	#section-article .s-ti strong {
		padding-left: 43px
	}
}

#section-article .s-ti span { /*標題英文*/
    font-size: 1.25rem;
    font-style: normal;
    letter-spacing: 0;
	text-transform: uppercase;
    margin-right: 10px
}
#section-article .s-ti span.color-article {
    color: #0075a9
}
#section-article .s-ti span.color-course {
    color: #d18f00
}

#section-article .s-ti b { /*標題中文*/
    display: inline-block
}
@media (max-width: 540px) {
	#section-article .s-ti span {
		font-size: 1.125rem;
		margin-right: 5px
	}
}



/*...列表......................................*/
#section-article .list-box {
    margin: 0 -6px
}

#section-article .list-box .items {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    padding: 0 6px;
}

#section-article .list-box .items {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    padding: 0 6px;
}

#section-article .list-box .items.items-page {/*內頁線上文章*/
    display: block;
    width: 100%;
	margin-bottom: 50px
}
@media screen and (max-device-width: 992px) {
	#section-article .list-box .items {
		width: 32%
	}
}
@media (max-width: 800px) {
	#section-article .list-box .items {
		width: calc( 50% - 6px)
	}
	#section-article .list-box .items:last-child {
		display: none
	}
	#section-article .list-box .items.items-page:last-child {
		display: block
	}
}
@media (max-width: 540px) {
    #section-article .list-box .items {
        width: 100%;
		padding: 0;
		margin-bottom: 40px
    }
}


#section-article .list-box .items .m-ti { /*類別標題*/
    position: relative;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.8;
    overflow: hidden;
    margin: 0 0 1px
}
#section-article .list-box .items .m-ti.bg-article {
	background-color: #0075A9
}
#section-article .list-box .items .m-ti.bg-course {
	background-color: #d6a115
}

#section-article .list-box .items .m-ti .en { /*類別標題英文*/
    position: relative;
    float: left;
    text-transform: uppercase;
    padding: 8px 0;
    padding-left: 40px
}
#section-article .list-box .items .m-ti .en:before { /*類別標題ic*/
    content: '';
    position: absolute;
    top: 7px;
    left: 12px;
    width: 25px;
    height: 25px;
	font-family: 'Font Awesome 5 Brands', 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900
}
#section-article .list-box .items .m-ti .en.content-article:before {
    content: '\f03a';
}
#section-article .list-box .items .m-ti .en.content-course:before {
    content: '\f51c';
}

#section-article .list-box .items .m-ti .ch { /*類別標題中文*/
    position: relative;
    float: right;
    background: rgba(0,0,0,.1);
    letter-spacing: 2px;
    padding: 8px 10px 8px 20px
}
#section-article .list-box .items .m-ti .ch:before { /*類別標題中文bg*/
    content: '';
    position: absolute;
    bottom: 0;
    left: -50px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 100px 0;
    border-color: transparent rgba(0,0,0,.1) transparent transparent
}
#section-article .list-box .items .m-ti .ch a {
    color: #fff
}
#section-article .list-box .items .m-ti .ch a:hover {
    color: #adfff6
}
#section-article .list-box .items .m-ti.bg-course .ch a:hover {
    color: #ffe84a
}


@media (max-width: 992px) {
    #section-article .list-box .items .m-ti .en {
        position: static;
        font-size: 0
    }
	#section-article .list-box .items .m-ti .en:before {
        font-size: 1rem
	}
	
    #section-article .list-box .items .m-ti .ch {
        float: left;
        background: rgba(0,0,0,0);
        padding-left: 0
    }
    #section-article .list-box .items .m-ti .ch:before {
        opacity: 0
    }
}
@media (max-width: 540px) {
    #section-article .list-box .items .m-ti .en {
        font-size: 1rem
    }

    #section-article .list-box .items .m-ti .ch {
        float: right;
        background: rgba(0,0,0,.1);
        padding-left: 10px
    }
    #section-article .list-box .items .m-ti .ch:before {
        opacity: 1
    }
}


#section-article .list-box .items .a-box {
	margin-top: 5px
}

#section-article .list-box .items .a-box > a { /*文章標題*/
    position: relative;
    display: block;
    display: -webkit-box;
    /*height: 50px;*/
    color: #000000;
    font-size: 1rem;
	line-height: 1.25;
    /*
	line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    background: url("../images/common/dots_blue.png")repeat-x 0 bottom;
	*/
	border-bottom: 1px dotted #cccccc;
    padding: 5px 10px 8px 25px;
	margin-bottom: 5px
}
#section-article .list-box .items .a-box > a:hover {
    color: #7d3600
}
@media (max-width: 800px) {
	#section-article .list-box .items .a-box > a {
		font-size: 0.9375rem;
	}
}

#section-article .list-box .items .a-box > a i { /*文章標題ic*/
    position: absolute;
    top: 10px;
    left: 8px;
    width: 7px;
    height: 7px;
	background-color: #000000;
	border-radius: 50%;
	/*
    margin-top: -2.5px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg)
	*/
}
#section-article .list-box .items .a-box > a:hover i {
	background-color: #7d3600
}





/*---投資排行榜------------------------------------------------*/
#section-seo {
    background: url("../images/common/bg_seo.jpg") center 0 fixed;
    padding: 40px 0 50px
}
@media only screen and (max-width: 1024px) {
    #section-seo { padding: 30px 0 }
}
@media only screen and (max-width: 720px) {
    #section-seo { padding: 30px 15px }
}



/*...標題......................................*/
#section-seo .s-ti {
	position: relative;
	color: #000000;
	text-align: center
}

#section-seo .s-ti .en {
	font-size: 1.875rem
    /*text-transform: uppercase*/
}
#section-seo .s-ti .cn {
	font-size: 1.25rem
}

#section-seo .s-ti span {
	position: relative
}
#section-seo .s-ti span::before, #section-seo .s-ti span::after {
	content: "";
	position: absolute;
	top: 55%;
	display: inline-block;
	width: 200px;
	height: 1px;
	background: #7d899d
}
#section-seo .s-ti span::before {
	left: 0;
	transform: translateX(-250px)
}
#section-seo .s-ti span::after {
	right: 0;
	transform: translateX(250px)
}
@media only screen and (max-width: 720px) {
	#section-seo .s-ti .en { font-size: 1.5625rem }
	#section-seo .s-ti .cn { font-size: 1.125rem }

	#section-seo .s-ti span::before, #section-seo .s-ti span::after {
		width: 170px;
	}
	#section-seo .s-ti span::before { transform: translateX(-200px) }
	#section-seo .s-ti span::after { transform: translateX(200px) }
}
@media only screen and (max-width: 540px) {
	#section-seo .s-ti span::before, #section-seo .s-ti span::after {
		width: 100px;
	}
	#section-seo .s-ti span::before { transform: translateX(-130px) }
	#section-seo .s-ti span::after { transform: translateX(130px) }
}
@media only screen and (max-width: 424px) {
	#section-seo .s-ti .en { font-size: 1.25rem }
	#section-seo .s-ti .cn { font-size: 1rem }
	#section-seo .s-ti span::before, #section-seo .s-ti span::after {
		width: 70px;
	}
	#section-seo .s-ti span::before { transform: translateX(-100px) }
	#section-seo .s-ti span::after { transform: translateX(100px) }
}
@media only screen and (max-width: 320px) {
	#section-seo .s-ti span::before, #section-seo .s-ti span::after {
		width: 60px;
	}
	#section-seo .s-ti span::before { transform: translateX(-80px) }
	#section-seo .s-ti span::after { transform: translateX(80px) }
}



/*...列表......................................*/
#section-seo .list {
	width: 100%;
	padding: 20px 0 0;
	margin: 0 auto
}
@media only screen and (max-width: 1024px) {
	#section-seo .list { padding: 10px 0 0 }
}



#section-seo .item {
	position: relative;
	display: inline-block;
	width: 33%;
	color: #000000;
	vertical-align: top;
	padding: 10px;
	margin: 0 auto
}
@media only screen and (max-device-width: 992px)  {
	#section-seo .item {
		width: 32%;
		padding: 7px
	}
}
@media only screen and (max-width: 800px) {
	#section-seo .item {
		width: 32%;
		padding: 7px
	}
}
@media only screen and (max-width: 480px) {
	#section-seo .item {
		display: block;
		width: 100%;
		padding: 0;
		margin-bottom: 20px
	}
}
#section-seo .item:hover {
	color: #7d3600
}



#section-seo .img, #section-seo .main {
	display: block;
	width: 100%;
	text-align: center;
	vertical-align: middle
}

#section-seo .img {
	position: relative
}
#section-seo .img img {
	margin: 0 auto
}
/*
#section-seo .img:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 240px;
	height: 20px;
	background-color: #f3f3f3;
	margin-left: -120px;
	pointer-events: none;
	z-index: 2
}
*/
@media only screen and (max-width: 480px) {
	#section-seo .img {
		display: inline-block;
		width: 140px;
	}
}



#section-seo .main {
    font-size: 1rem;
    vertical-align: middle;
	padding: 0 10px;
	margin-top: 8px
}
@media only screen and (max-width: 480px) {
    #section-seo .main { 
		display: inline-block;
		width: calc(100% - 160px);
		text-align: left;
		padding: 0;
		padding-left: 20px;
		margin: 0
	}
}

#section-seo .main span {
    display: block
}
#section-seo .main .cn {
    font-size: 1.25rem
}
@media only screen and (max-width: 800px) {
	#section-seo .main .cn {
		font-size: 1rem
	}
}





/* ===============================================================================
   最新消息
=============================================================================== */

/*---show-------------------------------------------------*/

/*...標題......................................*/
#news-show .m-ti {
    font-size: 1.125rem;
	font-weight: bold;
    line-height: 1.5
}



/*...發佈日期 & 分享社群......................................*/
#news-show .share-wrap {
    border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	margin: 10px 0
}

#news-show .more-about {
    float: left
}

#news-show .more-about .date {
    display: inline-block;
    font-size: 1rem;
	font-weight: normal;
	color: #585858
}
#news-show .more-about .date:before {
    content: '\f073';
	font-family: 'Font Awesome 5 Brands', 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	padding-right: 8px
}

#news-show .share-box {
    float: right
}

@media (max-width: 480px) {
    #news-show .more-about {
        display: block;
        width: 100%;
        float: none;
        text-align: right
    }

    #news-show .share-box {
        float: none;
        text-align: right;
        margin: 10px 0 0
    }
}



/*...內容......................................*/
#news-show .view-box {
    margin: 25px 0 0
}



/*附件檔案*/
#news-show .news-file {
    position: relative;
	border-top: 1px dotted #cccccc;
	padding-top: 15px;
	padding-left: 85px;
	margin-top: 15px
}
#news-show .news-file:before {
    content: '附件檔案：';
	position: absolute;
	top: 15px;
	left: 0;
}

#news-show .news-file a {
}
#news-show .news-file a:after {
    content: '．';
	color: #000000;
	cursor: default;
	padding: 0 5px
}
#news-show .news-file a:hover {
	color: #e30020
}
@media (max-width: 480px) {
	#news-show .news-file {
		padding-top: 40px;
		padding-left: 0
	}
}





/* ===============================================================================
   線上文章
=============================================================================== */

/*---show-------------------------------------------------*/
#M_pro_show {
	width: 100%
}



/*...上方區塊......................................*/
#M_pro_show .head {
  position: relative
}



/*文章圖*/
#M_pro_show .head .album {
  float: left;
  width: 400px
}
@media (max-width: 800px) {
  #M_pro_show .head .album {
    float: none;
    width: 100%; background-color: aqua
  }
}



/*資訊區*/
#M_pro_show .head .txt {
  float: right;
  width: calc(100% - 450px) /*扣掉輪播圖區塊寬度*/
}
@media (max-width: 1200px) {
  #M_pro_show .head .txt {
    width: calc(100% - 420px)
  }
}
@media (max-width: 800px) {
  #M_pro_show .head .txt {
    float: none;
    width: 100%;
    margin-top: 25px
  }
}



#M_pro_show .head .txt .name { /*商品名稱*/
  font-size: 1rem;
  line-height: 26px;
  padding: 4px 0
}

#M_pro_show .head .txt .no { /*商品編號*/
  color: #777;
  font-size: 0.875rem;
  line-height: 20px;
  margin-top: 2px;
  margin-bottom: 10px
}



/*優專活動區塊*/
#M_pro_show .head .txt .activity {
  margin-bottom: 15px
}

#M_pro_show .head .txt .activity blockquote {
	/*border: 1px dotted #ccc;*/
  font-size: 0.875rem;
  line-height: 22px;
  border-left: 5px solid #ff4d52;
  background-color: #fff5f5;
  padding: 6px 15px;
  margin-bottom: 2px
}
#M_pro_show .head .txt .activity blockquote ul {
  list-style-type: square;
  margin-left: 10px
}

#M_pro_show .head .txt .activity blockquote a {
  color: #333
}
#M_pro_show .head .txt .activity blockquote a:hover {
  color: #e30020
}



/*價格區塊*/
#M_pro_show .head .txt .price {
  color: #484f53;
  font-size: 0.9375rem;
  line-height: 35px;
}

#M_pro_show .head .txt .price .item {
  float: left;
  width: 80px;
}

#M_pro_show .head .txt .price .info {
  float: left;
  width: auto
}
#M_pro_show .head .txt .price .info span {
  color: #000000;
  font-size: 1rem
}

#M_pro_show .head .txt .price .order-bt {
  float: left;
  width: 80px;
  margin-left: 20px
}
#M_pro_show .head .txt .price .order-bt a {
	display: block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border-radius: 4px;
    background: linear-gradient(#d6a115, #aa6f00);
    background-color: #d6a115;
    box-shadow: inset 0 1px 1px #fbcd55;
    border-color: #d6a115 #d6a115 #aa6f00;
}
#M_pro_show .head .txt .price .order-bt a:hover {
	background: linear-gradient(#ff3c01, #cd2d00);
    background-color: #ff3c01;
    box-shadow: inset 0 1px 1px #ff8956;
    border-color: #ff3c01 #ff3c01 #cd2d00;
}



#M_pro_show .head .txt .price .price-sale { /*促銷價*/
  display: inline-block;
  color: #e30020;
  font-size: 1.75rem;
  line-height: 28px;
  vertical-align: top;
  margin-right: 6px;
}

#M_pro_show .head .txt .price .price-date { /*促銷期間*/
  display: block;
  color: #72a0d8;
  font-size: 0.9375rem;
  line-height: 20px;
  padding-top: 5px;
}
#M_pro_show .head .txt .price .price-date p {
  display: inline-block;
}



#M_pro_show .head .txt .summary { /*商品簡介*/
  color: #777;
  font-size: 0.9375rem;
  line-height: 22px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 20px 0;
  margin: 20px 0
}

#M_pro_show .head .txt .size-select { /*選擇規格*/
  display: block;
  width: 100%;
  height: 36px;
  color: #484f53;
  font-size: 0.875rem;
  border: 1px solid #aaa;
  border-left: none;
  border-right: none;
  background-color: transparent;
  background-image: url('../images/products/ic_sizeselect.png');
  background-size: 20px 5px;
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  margin-top: 40px;
}
#M_pro_show .head .txt .size-select::-ms-expand {
  display: none;
}


#M_pro_show .head .txt .qty { /*選擇數量*/
  margin-top: 20px;
}
#M_pro_show .head .txt .qty-select {
  float: left;
  width: 140px;
  height: 36px;
  background: #fff;
  border: 1px solid #aaa;
}
#M_pro_show .head .txt .qty-select a.qty-minus,
#M_pro_show .head .txt .qty-select a.qty-plus { /*增加、減少*/
  display: block;
  float: left;
  width: 34px;
  height: 34px;
  background-size: 34px 34px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .5;
}
#M_pro_show .head .txt .qty-select a.qty-minus { /*減少數量*/
  background-image: url('../images/products/ic_qtyminus.jpg');
}
#M_pro_show .head .txt .qty-select a.qty-plus { /*增加數量*/
  background-image: url('../images/products/ic_qtyplus.jpg');
}

#M_pro_show .head .txt .qty-select a.qty-minus:hover,
#M_pro_show .head .txt .qty-select a.qty-plus:hover {
  opacity: 1;
}

#M_pro_show .head .txt .qty-select input {
  display: block;
  float: left;
  width: 70px;
  height: 34px;
  color: #484f53;
  font-size: 0.9375rem;
  text-align: center;
  background: #fff;
  border: none;
}



/*運費說明*/
#M_pro_show .head .txt a.linkLine {
  display: block;
  float: right;
  height: 24px;
  line-height: 24px;
  color: #484f53;
  font-size: 0.875rem;
  padding-left: 32px;
  margin-top: 6px;
}
#M_pro_show .head .txt a.linkLine:hover {
  color: #000;
}
#M_pro_show .head .txt a.linkLine:active, #M_pro_show .head .txt a.linkLine:focus {
  outline: none;
}
#M_pro_show .head .txt a.linkLine i {
	display: inline-block;
	padding-right: 5px;
}



/*按鈕-加入購物車、追蹤清單*/
#M_pro_show .head .txt .btn-box {
  margin-top: 20px;
}

#M_pro_show .head .txt .btn-box .cart,
#M_pro_show .head .txt .btn-box .inquiry,
#M_pro_show .head .txt .btn-box .wish {
  display: inline-block;
  height: 36px;
  color: #fff;
  font-size: 0.95rem;
  text-align: center;
  line-height: 36px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 20px center;
  border: none;
  transition: all .25s linear;
  -ms-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -webkit-transition: all .25s linear;
  padding: 0 16px;
}
@media (max-width: 1199px) {
	#M_pro_show .head .txt .btn-box .cart,
	#M_pro_show .head .txt .btn-box .inquiry,
	#M_pro_show .head .txt .btn-box .wish {
	  display: block;
	  width: 100%;
	  margin: 10px 0;
	}
}
@media (max-width: 640px) {
	#M_pro_show .head .txt .btn-box .cart,
	#M_pro_show .head .txt .btn-box .inquiry,
	#M_pro_show .head .txt .btn-box .wish {
	  display: inline-block;
	  width: 32.5%;
	  margin: 0;
	  padding: 0 5px;
	}
}
@media (max-width: 424px) {
	#M_pro_show .head .txt .btn-box .cart,
	#M_pro_show .head .txt .btn-box .inquiry,
	#M_pro_show .head .txt .btn-box .wish {
	  display: block;
	  width: 100%;
	  margin: 10px 0;
	  padding: 0 20px;
	}
}

#M_pro_show .head .txt .btn-box .cart:active,
#M_pro_show .head .txt .btn-box .inquiry:active,
#M_pro_show .head .txt .btn-box .wish:active {
  box-shadow: 0 2px 5px -1px rgba(0,0,0,.25) inset;
}

#M_pro_show .head .txt .btn-box .cart:focus,
#M_pro_show .head .txt .btn-box .inquiry:focus,
#M_pro_show .head .txt .btn-box .wish:focus {
  outline: none;
}

#M_pro_show .head .txt .btn-box .cart { /*加入購物車*/
  background-color: #eba000;
}
#M_pro_show .head .txt .btn-box .cart:hover {
  background-color: #e28000;
}

#M_pro_show .head .txt .btn-box .inquiry { /*加入詢價*/
  background-color: #0aafc3;
}
#M_pro_show .head .txt .btn-box .inquiry:hover {
  background-color: #0590a0;
}

#M_pro_show .head .txt .btn-box .wish { /*追蹤清單*/
  background-color: #f53651;
}
#M_pro_show .head .txt .btn-box .wish:hover {
  background-color: #e30020;
}

#M_pro_show .head .txt .btn-box i {
	display: inline-block;
	font-size: 1rem;
	padding-right: 5px;
}



/*分享社群*/
#M_pro_show .head .txt .share {
  text-align: right;
  margin-top: 15px
}
@media (max-width: 800px) {
	#M_pro_show .head .txt .share {
	  text-align: center
	}
}


/*...下方區塊......................................*/

/*說明*/
#M_pro_show .description {
	width: 100%;
	color: #000000;
	font-size: 1.125rem;
	text-align: center;
	margin: 50px 0
}

#M_pro_show .description p.bt {
	display: inline-block;
	margin-top: 15px
}
#M_pro_show .description a {
	display: inline-block;
	width: 150px;
	height: 40px;
	color: #ffffff;
	font-size: 1rem;
	line-height: 40px;
	text-align: center;
	border-radius: 40px;
    background: linear-gradient(#0075a9, #006998);
    background-color: #0075a9;
    box-shadow: inset 0 1px 1px #6fd3ff;
    border-color: #0075a9 #0075a9 #006998;
	margin: 0 2px
}
#M_pro_show .description a:hover {
    background: linear-gradient(#68b944, #468929);
    background-color: #68b944;
    box-shadow: inset 0 1px 1px #b7fe98;
    border-color: #68b944 #68b944 #468929;
}
#M_pro_show .description a:before {
    content: '';
	font-family: 'Font Awesome 5 Brands', 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	padding-right: 8px
}
#M_pro_show .description a:first-child:before {
    content: '\f234';
}
#M_pro_show .description a:nth-child(2):before {
    content: '\f2f6';
}
#M_pro_show .description a:last-child:before {
    content: '\f06e';
}
@media (max-width: 540px) {
	#M_pro_show .description a {
		width: 100px;
		font-size: 0.875rem;
		margin: 0 1px
	}
	#M_pro_show .description a:before {
		padding-right: 0
	}
	#M_pro_show .description a:first-child:before, #M_pro_show .description a:nth-child(2):before, #M_pro_show .description a:last-child:before {
		content: '';
	}
}
@media (max-width: 480px) {
	#M_pro_show .description {
		font-size: 1rem
	}
}
@media (max-width: 400px) {
	#M_pro_show .description p.bt {
		width: 100%;
		margin-top: 0
	}
	#M_pro_show .description a {
		display: block;
		width: 100%;
		margin: 8px 0
	}
	#M_pro_show .description a:before {
		padding-right: 10px
	}
	#M_pro_show .description a:first-child:before {
		content: '\f234';
	}
	#M_pro_show .description a:nth-child(2):before {
		content: '\f2f6';
	}
	#M_pro_show .description a:last-child:before {
		content: '\f06e';
	}
}



/*頁籤*/
#M_pro_show .detail {
  margin-top: 20px
}

#M_pro_show .detail .tab {
  font-size: 0;
  text-align: left;
  border-bottom: 1px solid #ccc;
  /*padding-left: 10px*/
}
@media (max-width: 1200px) {
	#M_pro_show .detail .tab {
	  padding-left: 0px;
	}
}

#M_pro_show .detail .tab li {
  display: inline-block;
  vertical-align: top;
	margin-right: 2px
}
/*
@media (max-width: 384px) {
	#M_pro_show .detail .tab li {
		margin-right: 1px
	}
}
*/

#M_pro_show .detail .tab li a {
  position: relative;
  display: block;
  height: 40px;
  color: #333;
  font-size: 1rem;
  line-height: 26px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #e8e8e8;
  border: 1px solid transparent;
  border-bottom: none;
  padding: 7px 50px 7px 24px
}
@media (max-width: 720px) {
  #M_pro_show .detail .tab li a {
    height: auto;
    font-size: 0.875rem;
    padding: 7px 28px 7px 15px
  }
}
/*
@media (max-width: 480px) {
  #M_pro_show .detail .tab li a {
    font-size: 0.85rem;
    line-height: 20px;
    padding: 7px 26px 7px 12px
  }
}
@media (max-width: 424px) {
  #M_pro_show .detail .tab li a {
    padding: 7px 12px;
	  text-align: center
  }
}
@media (max-width: 414px) {
  #M_pro_show .detail .tab li a {
    padding: 7px 11px
  }
}
@media (max-width: 400px) {
  #M_pro_show .detail .tab li a {
    padding: 7px 9px
  }
}
@media (max-width: 384px) {
  #M_pro_show .detail .tab li a {
    padding: 7px 8px
  }
}
@media (max-width: 375px) {
  #M_pro_show .detail .tab li a {
    padding: 7px 6px
  }
}
@media (max-width: 360px) {
  #M_pro_show .detail .tab li a {
    padding: 7px 7px
  }
}
@media (max-width: 320px) {
  #M_pro_show .detail .tab li a {
    font-size: 0.82rem;
    padding: 7px 2px
  }
}
*/

#M_pro_show .detail .tab li a:hover {
  background: #d1d1d1;
}

#M_pro_show .detail .tab li a:before {
  content: '';
  position: absolute;
  top: 17px;
  right: 25px;
  display: block;
  width: 10px;
  height: 6px;
  background: url('../images/common/ic_detailtab.png') no-repeat;
  background-size: 10px 6px;
  opacity: .5
}
@media (max-width: 720px) {
  #M_pro_show .detail .tab li a:before {
    top: 50%;
    right: 13px;
    margin-top: -3px
  }
}
/*
@media (max-width: 480px) {
  #M_pro_show .detail .tab li a:before {
    right: 10px;
    margin-top: -2px;
  }
}
@media (max-width: 424px) {
  #M_pro_show .detail .tab li a:before {
	  background: url('../images/common/') no-repeat;
  }
}
*/

#M_pro_show .detail .tab li.current a {
  color: #fff;
  text-decoration: none;
  border-top-color: #333;
  border-left-color: #333;
  border-right-color: #333;
  background-color: #333;
  cursor: default
}
#M_pro_show .detail .tab li.current a:active {
  text-decoration: none
}
#M_pro_show .detail .tab li.current a:before {
  content: '';
  position: absolute;
  top: 17px;
  right: 25px;
  display: block;
  width: 10px;
  height: 6px;
  background: url('../images/common/ic_detailtabo.png') no-repeat;
  background-size: 10px 6px;
  opacity: 1
}
@media (max-width: 720px) {
	#M_pro_show .detail .tab li.current a:before {
		top: 50%;
		right: 13px;
		margin-top: -3px
	}
}
/*
@media (max-width: 480px) {
	#M_pro_show .detail .tab li.current a:before {
		right: 10px;
		margin-top: -2px
  }
}
@media (max-width: 424px) {
	#M_pro_show .detail .tab li.current a:before {
	  background: url('../images/common/') no-repeat;
	}
}
*/



/*頁籤內容*/
#M_pro_show .detail .detail-slick {
  padding-bottom: 20px;
  margin-top: 20px
}

#M_pro_show .detail .detail-slick .detail-item { /*一組頁籤*/
  padding: 0 15px
}
#M_pro_show .detail .detail-slick .detail-item.itempadding {
  padding: 0
}



/*相關商品、附件檔案*/
#M_pro_show .relate, #M_pro_show .relate_file {
  font-family: 'Century Gothic', 'Microsoft JhengHei UI', 'Microsoft JhengHei', Sans-serif;
  border-top: 1px solid #eae9e9;
  /*background: #f7f6f6;*/
  padding-top: 40px;
  padding-bottom: 20px;
}

#M_pro_show .relate .ti, #M_pro_show .relate_file .relate_file_ti {
  line-height: 30px;
  font-size: 0.9375rem;
  color: #000;
  padding: 0 7px;
}

#M_pro_show .relate .ti .en, #M_pro_show .relate_file .relate_file_ti .relate_file_en {
  font-size: 1.375rem;
  text-transform: uppercase;
  margin-right: 2px;
}
@media (max-width: 384px) {
  #M_pro_show .relate .ti .en, #M_pro_show .relate_file .relate_file_ti .relate_file_en {
    display: block;
  }
}

#M_pro_show .relate .ti .en strong, #M_pro_show .relate_file .relate_file_ti .relate_file_en strong {
  font-weight: normal;
  color: #e30020;
}


#M_pro_show .relate_file_wrap {
	font-size: 15px;
	border-bottom: 0px solid #eae9e9;
	padding: 20px 20px 30px 20px;
}
#M_pro_show .relate_file_wrap a:hover {
	color: #e30020;
	text-decoration: none;
}

#M_pro_show .pro_info_txt { /*商品共用介紹文字*/
	padding: 15px 20px 30px 20px;
}


#M_pro_show .relate .relate-slick {
  margin-top: 25px;
}
@media (max-width: 384px) {
  #M_pro_show .relate .relate-slick {
    margin-top: 30px;
  }
}

/*輪播圓點*/
#M_pro_show .relate .relate-slick .slick-dots {
  position: absolute;
  top: -45px;
  right: 15px;
  height: 9px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 639px) {
  #M_pro_show .relate .relate-slick .slick-dots {
    top: -20px;
    left: 7px;
  }
}

#M_pro_show .relate .relate-slick .slick-dots li {
  display: inline-block;
  height: 9px;
  vertical-align: top;
  margin: 0 2px;
}
#M_pro_show .relate .relate-slick .slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  min-height: 0;
  font-size: 0;
  line-height: 0;
  background: none;
  border: 1px solid #777;
  border-radius: 100%;
  padding: 0;
  margin: 0;
  outline: none;
}
#M_pro_show .relate .relate-slick .slick-dots li.slick-active button {
  border-color: #000;
  background: #000;
  outline: none;
}

#M_pro_show .relate a.item {
  display: block;
  background: #fff;
  border: 1px solid #ebe6e1;
  border-bottom-color: #4e555d;
  transition: background .3s ease-in-out;
  -ms-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  -webkit-transition: background .3s ease-in-out;
  padding: 9px;
  margin: 0 7px;
}
#M_pro_show .relate a.item:hover {
  background: #f1f1f1;
}
#M_pro_show .relate a.item:nth-child(2),
#M_pro_show .relate a.item:nth-child(3n+2) {
  margin-left: 20px;
  margin-right: 20px;
}

#M_pro_show .relate a.item .pic {
  position: relative;
}
#M_pro_show .relate a.item .pic {
   height: 186px; /*background-color:#F3F1F1;*/
}

#M_pro_show .relate a.item .pic > img { 
	position: relative; top: 50%; transform: translateY(-50%);max-height: 186px; margin: 0 auto;
}
@media (max-width: 1199px) {
	#M_pro_show .relate a.item .pic { height: 141px;}
	#M_pro_show .relate a.item .pic > img { max-height: 141px;}
}
@media (max-width: 991px) {
	#M_pro_show .relate a.item .pic { height: 146px;}
	#M_pro_show .relate a.item .pic > img { max-height: 146px;}
}
@media (max-width: 720px) {
	#M_pro_show .relate a.item .pic { height: 135px;}
	#M_pro_show .relate a.item .pic > img { max-height: 135px;}
}
@media (max-width: 640px) {
	#M_pro_show .relate a.item .pic { height: 164px;}
	#M_pro_show .relate a.item .pic > img { max-height: 164px;}
}
@media (max-width: 604px) {
	#M_pro_show .relate a.item .pic { height: 152px;}
	#M_pro_show .relate a.item .pic > img { max-height: 152px;}
}
@media (max-width: 600px) {
	#M_pro_show .relate a.item .pic { height: 151px;}
	#M_pro_show .relate a.item .pic > img { max-height: 151px;}
}
@media (max-width: 540px) {
	#M_pro_show .relate a.item .pic { height: 131px;}
	#M_pro_show .relate a.item .pic > img { max-height: 131px;}
}
@media (max-width: 533px) {
	#M_pro_show .relate a.item .pic { height: 128px;}
	#M_pro_show .relate a.item .pic > img { max-height: 128px;}
}
@media (max-width: 510px) {
	#M_pro_show .relate a.item .pic { height: 190px;}
	#M_pro_show .relate a.item .pic > img { max-height: 190px;}
}
@media (max-width: 480px) {
	#M_pro_show .relate a.item .pic { height: 183px;}
	#M_pro_show .relate a.item .pic > img { max-height: 183px;}
}
@media (max-width: 424px) {
	#M_pro_show .relate a.item .pic { height: 155px;}
	#M_pro_show .relate a.item .pic > img { max-height: 155px;}
}
@media (max-width: 414px) {
	#M_pro_show .relate a.item .pic { height: 150px;}
	#M_pro_show .relate a.item .pic > img { max-height: 150px;}
}
@media (max-width: 400px) {
	#M_pro_show .relate a.item .pic { height: 143px;}
	#M_pro_show .relate a.item .pic > img { max-height: 143px;}
}
@media (max-width: 384px) {
	#M_pro_show .relate a.item .pic { height: 135px;}
	#M_pro_show .relate a.item .pic > img { max-height: 135px;}
}
@media (max-width: 375px) {
	#M_pro_show .relate a.item .pic { height: 130px;}
	#M_pro_show .relate a.item .pic > img { max-height: 130px;}
}
@media (max-width: 360px) {
	#M_pro_show .relate a.item .pic { height: 279px;}
	#M_pro_show .relate a.item .pic > img { max-height: 279px;}
}
@media (max-width: 320px) {
	#M_pro_show .relate a.item .pic { height: 239px;}
	#M_pro_show .relate a.item .pic > img { max-height: 239px;}
}


#M_pro_show .relate a.item .pic:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.3);
  opacity: 0;
  transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -webkit-transition: opacity .3s ease-in-out;
  z-index: 2;
}
#M_pro_show .relate a.item:hover .pic:before {
  opacity: 1;
}
#M_pro_show .relate a.item .pic:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 70px;
  height: 70px;
  background: url('../images/products/ic_listmask.png') no-repeat;
  background-size: 70px 70px;
  opacity: 0;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  margin-top: -35px;
  margin-left: -35px;
  z-index: 2;
}
#M_pro_show .relate a.item:hover .pic:after {
  opacity: 1;
  transform: rotate(0);
  -ms-transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
}

#M_pro_show .relate a.item .pic .sale {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 60px;
  height: 26px;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 26px;
  text-align: center;
  background: rgba(0,0,0,.6);
}

#M_pro_show .relate a.item .txt {
  padding: 0 5px;
}

#M_pro_show .relate a.item .name {
  color: #4e555d;
  font-size: 0.9375rem;
  line-height: 20px;
  /*text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;*/
  margin-top: 10px;
}

#M_pro_show .relate a.item .price {
  /*height: 50px;*/
  color: #000;
  font-family: 'Century Gothic', Sans-serif;
  font-size: 1.125rem;
  line-height: 30px;
  margin-top: 5px;
}
#M_pro_show .relate a.item .price strong {
  color: #e30020;
  font-weight: normal;
}

#M_pro_show .relate a.item .price .date {
  color: #72a0d8;
  font-size: 0.8125rem;
  line-height: 28px;
  vertical-align: top;
}
@media (max-width: 1199px) {
	#M_pro_show .relate a.item .price .date {
	  display: block;
	  line-height: 20px;
	}
}

#M_pro_show .relate a.item .price .org-price {
  display: block;
  color: #999;
  font-size: 0.8125rem;
  line-height: 20px;
  text-decoration: line-through;
}





/* ===================================================================
   會員專區
=================================================================== */
#M_member {
    padding: 20px 0
}
#M_member.nopadding {
    padding: 0
}



#M_member .full {
    width: 100%
}



/*...標題......................................*/
.memtit {
    text-align: center
}

.memtit p {
    line-height: 32px;
    margin: 0;
}
.memtit p:nth-child(1) {
    color: #000000;
    font-size: 1.875rem;
    font-weight: bold;
    text-transform: uppercase;
}
.memtit p:nth-child(2) {
    font-size: 1.0625rem;
    margin-bottom: 10px
}
@media only screen and (max-width: 499px) {
    .memtit p {
        line-height: 23px
    }
    .memtit p:nth-child(1) {
        font-size: 1.5rem
    }
    .memtit p:nth-child(2) {
        font-size: 1rem
    }
}

.memtit span.dot, .memtit span.dot:before, .memtit span.dot:after {
    position: relative;
    display: block;
    width: 5px;
    height: 5px;
    background: #666666;
    border-radius: 50%;
    margin: auto;
}
.memtit span.dot:before, .memtit span.dot:after {
    content: "";
    position: absolute;
    top: 0
}
.memtit span.dot:before {
    left: -10px
}
.memtit span.dot:after {
    right: -10px
}



/*...說明......................................*/
#M_member .txt {
    color: #585858;
    line-height: 25px;
    margin: 20px auto;
}
@media only screen and (max-width: 499px) {
    #M_member .txt {
        font-size: 0.9375rem;
    }
}



/*...欄位......................................*/
#M_member .box-row {
    margin-bottom: 10px;
}

#M_member .box-row .tit, #M_member .box-row .content {
    display: inline-block;
    vertical-align: top;
}
#M_member .box-row .tit {
    width: 85px;
	padding-top: 8px;
}
#M_member .box-row .tit strong {
    display: inline-block;
    width: 12px;
    vertical-align: middle
}
#M_member .box-row .content {
    max-width: inherit;
    width: calc(100% - 95px);
}
@media only screen and (max-width: 767px) {
	#M_member .box-row .tit strong {
		width: auto;
	}
}
@media only screen and (max-width: 424px) {
	#M_member .box-row .tit, #M_member .box-row .content {
		display: block;
		width: 100%;
		padding: 0;
	}
}

#M_member .box-row .content .code-img {
    padding-top: 5px;
}



/*...按鈕......................................*/
#M_member .box-row.btn-box {
	margin: 30px 0 10px
}
#M_member .box-row.btn-box .btnDef {
	display: inline-block;
    width: 49%;
	text-align: center
}

#M_member #btnBox.box-row.btn-box .btnDef {
	display: inline-block;
    width: auto;
	text-align: center
}
@media only screen and (max-width: 360px) {
	#M_member #btnBox.box-row.btn-box .btnDef {
		display: block;
		width: 100%
	}
}


/*---login-------------------------------------------------*/
.mem-login, .mem-join {
    display: table;
    width: 100%;
	/*
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
	*/
	margin: 0 auto;
}
@media only screen and (max-width: 499px) {
    .mem-login, .mem-join {
        display:block;
        width: auto;
        margin: 0;
    }
}



.mem-login .half {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    padding: 40px 0;
}
@media only screen and (max-width: 800px) {
    .mem-login .half {
        display: block;
        width: 100%;
    }
}



.mem-login .half.sign {
    background: #ffffff;
	border: 1px solid #cccccc
}
@media only screen and (max-width: 499px) {
    .mem-login .half.sign, .mem-login .half.join {
        display: block;
        width: 100%;
    }
}

.mem-login .half.sign .sign-box {
    max-width: 300px;
    /*font-size: 0.9375rem;*/
    margin: 20px auto;
}
@media only screen and (max-width: 1024px) {
    .mem-login .half.sign .sign-box, .mem-login .half.join .box {
        max-width: 280px
    }
}
@media only screen and (max-width: 499px) {
    .mem-login .half.sign .sign-box, .mem-login .half.join .box {
        width: 85%
    }
}

.mem-login .half.sign .sign-box .box-row.forget {
    font-size: 0.9375rem;
	text-align: center;
	margin: 20px 0 10px;
}
.mem-login .half.sign .sign-box .box-row.forget a {
    color: #000000;
}
.mem-login .half.sign .sign-box .box-row.forget a:first-child:before {
    content: '\f059';
	font-family: 'Font Awesome 5 Brands', 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	padding-right: 8px
}

.mem-login .half.sign .sign-box .box-row.forget a:nth-child(2) {
    position: relative;
    display: inline-block;
	padding-left: 40px;
}
.mem-login .half.sign .sign-box .box-row.forget a:nth-child(2):after {
    content: '';
    position: absolute;
    top: 6px;
    left: 20px;
    display: block;
    width: 1px;
    height: 11px;
    background: #aaaaaa;
}
.mem-login .half.sign .sign-box .box-row.forget a:hover {
    /*text-decoration: underline*/
	color: #e30020
}



.mem-login .half.sign .sign-box .community {
    display: block;
    margin-top: 10px
}
.mem-login .half.sign .sign-box .community .or {
    color: #999999;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px
}
.mem-login .half.sign .sign-box .community .or span {
    position: relative;
    top: 10px;
    display: block;
    width: 40px;
    background: #ffffff;
    text-align: center;
    padding: 0 10px;
    margin: auto;
}

.mem-login .half .btns {
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 0.875rem;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 8px 5px;
    margin-bottom: 10px;
}

.mem-login .half.sign .sign-box .btns.fb  {
    background: #4267b2
}
.mem-login .half.sign .sign-box .btns.fb:hover {
    background: #1853a3
}

.mem-login .half.sign .sign-box .btns.line {
    background: #00b900
}
.mem-login .half.sign .sign-box .btns.line:hover {
    background: #00ac00
}



.mem-login .half.join {
    color: #ffffff;
    background: #383838;
}

.mem-login .half.join .memtit p:nth-child(1) {
    color: #ffffff
}
.mem-login .half.join .memtit span.dot, .mem-login .half.join .memtit span.dot:before, .mem-login .half.join .memtit span.dot:after {
    background: #ffffff
}

.mem-login .half.join .box {
    max-width: 310px;
    /*font-size: 1rem;*/
    text-align: center;
    margin: 20px auto;
}

#M_member .mem-login .half.join .txt {
	color: #ffffff;
    margin: 40px 0 50px
}
@media only screen and (max-width: 499px) {
    #M_member .mem-login .half.join .txt {
        margin: 30px 0
    }
}
@media only screen and (max-width: 400px) {
    #M_member .mem-login .half.join .txt br {
        display: none
    }
}

.mem-login .half.join .btns {
    opacity: .8
}
.mem-login .half.join .btns:hover {
    opacity: 1
}



/*---forget、chgpwd、resetpwd、reverify-------------------------------------------------*/
.mem-forget {
    max-width: 750px;
	/*
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
	*/
    padding: 0 80px;
    margin: auto;
}
/*
@media only screen and (max-width: 1024px) {
    .mem-forget { padding: 40px 80px 60px;}
}
*/
@media only screen and (max-width: 800px) {
    .mem-forget { padding: 0 50px }
}
@media only screen and (max-width: 640px) {
    .mem-forget { padding: 0 }
}
@media only screen and (max-width: 540px) {
    .mem-forget .text-center { text-align: left }
}

.forget-box {
    background: #ffffff;
}



/*---register、profile-------------------------------------------------*/
.mem-join {
    background: #ffffff;
	/*
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
    padding: 50px;
	*/
    margin: 0 auto
}
/*
@media only screen and (max-width: 767px) {
    .mem-join {
        padding: 30px 30px 20px;
    }
}
@media only screen and (max-width: 424px) {
    .mem-join {
        padding: 30px 10px 20px;
    }
}
*/

.mem-join .txt {
    text-align: center;
}
@media only screen and (max-width: 1200px) {
	.mem-join p.txt {
		text-align: left;
	}
	.mem-join p.txt br {
		display: none;
	}
}

.mem-join .txt .linkLine, .mem-join .txt .linkLine:active {
    display: inline-block;
	color: #000000;
    border-bottom: 1px dotted #383838;
    padding: 0 5px;
}
.mem-join .txt .linkLine:hover {
	color: #d10000;
}
@media only screen and (max-width: 424px) {
	.mem-join .txt .linkLine {
		font-size: 0.9375rem;
	}
}



.join-box {
    /*border-bottom: 1px dotted #dddddd;*/
    padding: 0 20px 20px;
    margin-bottom: 20px;
}

.join-box .s-ti {
    position: relative;
    font-size: 1.0625rem;
    color: #000000;
	letter-spacing: 0;
    padding: 0;
    margin: 30px 0 20px;
}
.join-box .s-ti:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: calc(100% - 160px);
    height: 1px;
    border-top: 1px dashed #000000;
}
.join-box .s-ti i {
    margin: 0 6px 0 0
}

.join-box .box-row {
    margin: 10px 0
}


#M_member .join-box .box-row .tit {
    width: 120px
}
#M_member .join-box .box-row .content {
    max-width: inherit;
    width: calc(100% - 130px)
}
@media only screen and (max-width: 767px) {
    #M_member .join-box .box-row .tit, #M_member .join-box .box-row .content {
        display: block !important
    }

    #M_member .join-box .box-row .content {
        width: 100% !important
    }
}
#M_member .join-box .box-row .content p {
    padding-top: 8px;
}



.join-box .box-row .content .name {
	margin-right: 10px;
}
@media only screen and (max-width: 767px) {
	.join-box .box-row .content .name {
		width: calc(100% - 164px);
	}
}
@media only screen and (max-width: 424px) {
	.join-box .box-row .content .name {
		display: block;
		width: 100%;
	}
}

.join-box .box-row .radio {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.join-box .box-row .radio.sexual {
    width: 62px;
    margin: 0 0 0 15px;
}



.join-box .box-row select {
    display: inline-block;
    width: calc(33% - 5px);
    margin-right: 5px;
    margin-bottom: 5px;
}
.join-box .box-row select.select_paydate {/*付款通知的付款日期*/
    display: inline-block;
    width: calc(33% - 5px);
    margin-right: 5px;
}
.join-box .box-row select.select_paydate:last-child {/*付款通知的付款日期*/
    margin-right: 0;
}
@media only screen and (max-width: 424px) {
	.join-box .box-row select.select_paydate {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}
}

.join-box .box-row .zipcode {
    display: inline-block;
    width: calc(33% - 5px);
    vertical-align: top;
    margin-bottom: 5px
}
@media only screen and (max-width: 540px) {
	.join-box .box-row select, .join-box .box-row .zipcode {
		display: block;
		width: 100%;
		margin-right: 0;
	}
}

.join-box .box-row .address {
    margin-top: 5px;
	margin-bottom: 10px;
}
@media only screen and (max-width: 540px) {
	.join-box .box-row .address {
		margin-top: 0;
		margin-bottom: 0;
	}
}

.join-box .box-row .inputfile {
	border: 0;
	padding-left: 0;
	margin-left: 0
}
.join-box .box-row .fileimg {
	margin: 10px 0
}




#M_member .join-box .box-row .content .code-img {
	vertical-align: middle;
    padding-top: 0;
}
@media only screen and (max-width: 767px) {
	#M_member .join-box .box-row .content .captcha {
		width: calc(100% - 130px)
	}
}
@media only screen and (max-width: 424px) {
	#M_member .join-box .box-row .content .captcha {
		width: 100%
	}
	#M_member .join-box .box-row .content .code-img {
		vertical-align: middle;
		padding-top: 5px;
	}
}



/*---register_finish-------------------------------------------------*/
#M_memmsg {
  text-align: center;
  padding: 20px 0 0;
}
#M_memmsg .icon {
  width: 70px;
  height: 70px;
  background-color: #d10000;
  color: #fff;
  font-size: 2rem;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 20px auto 10px;
}
#M_memmsg .title {
  font-size: 1.25rem;
  margin-bottom: 10px;
}
#M_memmsg .txt {
  color: #666666;
  padding: 10px 0 0;
}



/*---index-------------------------------------------------*/
.center-wrap .main-wrap {
    max-width: 1000px;
    font-size: 0;
    margin: 0 auto;
}

.center-wrap .item-box {
    display: inline-block;
    width: calc(33% - 20px);
    border: 1px solid #ddd;
	text-align: center;
	vertical-align: top;
    padding: 60px 20px 20px;
    margin: 0 10px 30px;
}

.center-wrap .item-box span {
    display: block;
}
@media (max-width: 1680px) {
    .center-wrap .item-box {
        padding: 40px 20px 20px;
    }
}
@media (max-width: 1200px) {
    .center-wrap .item-box {
		width: calc(33.333% - 20px);
        padding: 30px 20px;
    }
}
@media (max-width: 800px) {
    .center-wrap .item-box {
		margin: 0 10px 20px;
    }
}
@media (max-width: 640px) {
    .center-wrap .item-box {
		width: calc(50% - 20px);
        padding: 20px;
    }
}
@media (max-width: 480px) {
    .center-wrap .item-box {
		width: calc(50% - 15px);
        padding: 15px;
		margin: 0 5px 10px;
    }
}
@media (max-width: 320px) {
    .center-wrap .item-box {
		width: 100%;
        padding: 15px;
		margin: 0 0 10px;
    }
}

.center-wrap .item-box .icon {
    position: relative;
    width: 85px;
    height: 85px;
    background-position: center 0;
    -webkit-background-size: 85px 170px;
    background-size: 85px 170px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 0 auto 25px;
}
.center-wrap .item-box .icon:before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    width: 100px;
    height: 33px;
	background: url("../images/common/ic_shadow.png");
    pointer-events: none;
    margin-left: -50px;
}

.center-wrap .item-box:hover .icon {
    background-position: center bottom;
}
@media (max-width: 800px) {
    .center-wrap .item-box .icon {
        width: 60px;
        height: 60px;
        -webkit-background-size: 60px 120px;
        -o-background-size: 60px 120px;
        background-size: 60px 120px;
    }
}
@media (max-width: 424px) {
    .center-wrap .item-box .icon {
        width: 50px;
        height: 50px;
        -webkit-background-size: 50px 100px;
        -o-background-size: 50px 100px;
        background-size: 50px 100px;
    }
}
@media (max-width: 400px) {
    .center-wrap .item-box .icon {
        width: 40px;
        height: 40px;
        -webkit-background-size: 40px 80px;
        -o-background-size: 40px 80px;
        background-size: 40px 80px;
    }
}

.center-wrap .item-box .icon.profile {
    background-image: url("../images/common/ic_mem_profile.png");
}
.center-wrap .item-box .icon.password {
    background-image: url("../images/common/ic_mem_password.png");
}
.center-wrap .item-box .icon.order {
    background-image: url("../images/common/ic_mem_order.png");
}
.center-wrap .item-box .icon.track {
    background-image: url("../images/common/ic_mem_track.png");
}
.center-wrap .item-box .icon.inquiry {
    background-image: url("../images/common/ic_mem_inquiry.png");
}
.center-wrap .item-box .icon.inqlist {
    background-image: url("../images/common/ic_mem_inqlist.png");
}
.center-wrap .item-box .icon.coupon {
    background-image: url("../images/common/ic_mem_coupon.png");
}
.center-wrap .item-box .icon.bid {
    background-image: url("../images/common/ic_mem_bid.png");
}

.center-wrap .item-box .title {
    color: #383838;
    font-size: 1.25rem;
    line-height: 20px;
    padding: 15px 0 0;
}
.center-wrap .item-box .title span {
    display: inline-block
}

@media (max-width: 1200px) {
    .center-wrap .item-box .title {
		padding: 10px 0 0;
    }
}
@media (max-width: 800px) {
    .center-wrap .item-box .title {
        font-size: 1.1125rem;
		padding: 0;
    }
}
@media (max-width: 480px) {
    .center-wrap .item-box .title {
        font-size: 1rem;
    }
}
@media (max-width: 424px) {
	.center-wrap .item-box .title span {
		display: none
	}
}

.center-wrap .item-box .en {
    font-size: 0.875rem;
    color: #bbbbbb;
}
@media (max-width: 800px) {
	.center-wrap .item-box .en {
		font-size: 0.8125rem;
	}
}
@media (max-width: 424px) {
	.center-wrap .item-box .en {
		display: none;
	}
}

.center-wrap .item-box .arrow {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 0;
    /*border: 1px solid #fff;*/
    opacity: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 0 auto;
}
.center-wrap .item-box .arrow:before, .center-wrap .item-box .arrow:after {
    content: "";
    position: absolute;
    top: 50%;
    pointer-events: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.center-wrap .item-box .arrow:before {
    right: 16px;
    width: 12px;
    height: 12px;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    margin: -6px 0 0 0;
}
.center-wrap .item-box .arrow:after {
    right: 14px;
    width: 22px;
    height: 1px;
    background-color: #383838;
    margin-top: -1px;
}
.center-wrap .item-box:hover .arrow {
    opacity: 1;
}
@media (max-width: 1200px) {
    .center-wrap .item-box .arrow {
        display: none;
    }
}





/* ===================================================================
   訂單查詢
=================================================================== */
#M_order .table-wrap {
  position: relative;
  font-size: 0
}



/*---表頭------------------------------------------------*/
@media (max-width: 1024px) {
  #M_order .table-wrap .head {
    display: none;
  }
}



/*---表格------------------------------------------------*/
@media (max-width:1024px) {
  #M_order .table-wrap .inner {
    text-align: left;
	border: 1px solid #e5e5e5;
    padding: 20px;
	margin-bottom: 30px;
  }
}
@media (max-width:604px) {
  #M_order .table-wrap .inner {
    position: relative;
    padding: 15px 15px 10px;
  }
}
@media (max-width:400px) {
  #M_order .table-wrap .inner {
    padding: 10px;
  }
}



@media (max-width:1024px) {
	#M_order .table-wrap .inner > div {
		position: relative;
		width: 33.3%;
		text-align: left;
		vertical-align: top;
		padding: 0 5px 5px 80px;
	}
	#M_order .table-wrap .inner > div:before {
		content: '';
		position: absolute;
		left: 0;
		width: 80px;
  }
	#M_order .table-wrap .inner > div:after {
		display: none;
	}
}
@media (max-width:800px) {
	#M_order .table-wrap .inner > div {
		width: 50%;
	}
}
@media (max-width:604px) {
	#M_order .table-wrap .inner > div {
		display: block;
		width: 100%;
	}
	#M_order .table-wrap .inner > div:last-child {
		padding: 0 5px 5px 0;
	}
}
@media (max-width:424px) {
	#M_order .table-wrap .inner > div {
		font-size: 0.875rem;
		padding: 0 5px 5px 75px;
	}
	#M_order .table-wrap .inner > div:before {
		width: 75px;
  }
}



#M_order .table-wrap .number, #M_order .table-wrap .date {/*訂單編號、訂單日期*/
  width: 22%
}
#M_order .table-wrap .price, #M_order .table-wrap .status, #M_order .table-wrap .pay {/*訂單金額、付款方式、付款狀態*/
  width: 13%
}
#M_order .table-wrap .operation {/*處理情形*/
  width: 17%
}

#M_order .table-wrap .state, 
#M_order .table-wrap .transport {
  width: 15%
}
@media (max-width:1024px) {
  #M_order .table-wrap .inner .transport {
    display: block;
    width: 100%;
  }
  #M_order .table-wrap .inner .operation {
    display: block;
    width: 100%;
    text-align: right;
  }
}
@media (max-width:604px) {
  #M_order .table-wrap .inner .operation {
	position: absolute;
	top: 15px;
	right: 15px;
    width: 100px;
  }
}
@media (max-width:424px) {
  #M_order .table-wrap .inner .operation {
	position:inherit;
	top: 5px;
	left: 0;
    display: block;
    width: 100%;
  }
}



/*...訂單編號......................................*/
#M_order .table-wrap .number > a {
  color: #333333;
  text-decoration: underline;
}
#M_order .table-wrap .number > a:hover {
  color: #d10000;
  text-decoration: none;
}
@media (max-width:1024px) {
	#M_order .table-wrap .inner .number {
		white-space: nowrap;
	}
	#M_order .table-wrap .number > a {
		color: #d10000;
	}

	#M_order .table-wrap .inner .number:before, #M_order .table-wrap .inner .date:before, 
	#M_order .table-wrap .inner .price:before, #M_order .table-wrap .inner .state:before,
	#M_order .table-wrap .inner .status:before, #M_order .table-wrap .inner .pay:before, 
	#M_order .table-wrap .inner .transport:before {
		content: attr(data-mbtit)'：';
  }
}



/*...訂單金額......................................*/
#M_order .table-wrap .body-wrap .price  {
  color: #d71920;
}
@media (max-width:1024px) {
	#M_order .table-wrap .body-wrap .price  {
	  color: inherit;
	}
}


/*...付款方式......................................*/
#M_order .table-wrap .status .another {/*物流*/
	display: block;
}
@media (max-width:1024px) {
	#M_order .table-wrap .status .another {
		display: inline-block;
		margin-left: 5px;
	}
	#M_order .table-wrap .status .another:before {
		content: attr(data-mbtit)'/';
		margin-right: 5px;
	}
}
@media (max-width:800px) {
	#M_order .table-wrap .status .another {
		display: block;
		margin-left: 0;
	}
	#M_order .table-wrap .status .another:before {
		display: none;
	}
}
@media (max-width:720px) {
	#M_order .table-wrap .status .another {
		display: inline-block;
		margin-left: 5px;
	}
	#M_order .table-wrap .status .another:before {
		display: inline-block;
		content: attr(data-mbtit)'/';
		margin-right: 5px;
	}
}


/*...處理狀態......................................*/
#M_order .table-wrap .transport .shipnum {/*出貨單號*/
  display: block;
}

#M_order .table-wrap .transport .shipnum i {/*運送資訊*/
  display: block;
  font-style: normal;
}
#M_order .table-wrap .transport .shipnum i a {
  color: #0f03ff;
  text-decoration: underline;
}
#M_order .table-wrap .transport .shipnum i a:hover {
  text-decoration: none;
}
@media (max-width:1024px) {
  #M_order .table-wrap .transport .shipnum {
    display: block;
  }
  #M_order .table-wrap .transport .shipnum i {
    display: inline-block;
    margin-left: 5px;
  }
}



/*...功能操作......................................*/
#M_order .table-wrap .inner .operation .btn-line {
  display: inline-block;
  /*width: calc(50% - 15px);*/
  width: 80%;
  height: 34px;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
  border: none;
  padding: 0 10px;
  margin: 2px 0;
  -webkit-transition: background .15s, color .15s;
  -moz-transition: background .15s, color .15s;
  -o-transition: background .15s, color .15s;
  -ms-transition: background .15s, color .15s;
  transition: background .15s, color .15s;
}
@media (max-width:1024px) {
	#M_order .table-wrap .inner .operation {
	  text-align: right
	}
	#M_order .table-wrap .inner .operation .btn-line {
		display: inline-block;
		width: 120px;
		vertical-align: top;
		padding: 0 15px;
		margin: 0 0 2px 0;
  }
}
@media (max-width:604px) {
	#M_order .table-wrap .inner .operation .btn-line {
		display: block;
		width: 100px;
		margin-bottom: 5px;
  }
}
@media (max-width:424px) {
	#M_order .table-wrap .inner .operation {
	  text-align: center
	}
	#M_order .table-wrap .inner .operation .btn-line {
		display: inline-block;
		width: 49%;
		padding: 0;
  }
}
/*
@media (max-width:320px) {
	#M_order .table-wrap .inner .operation .btn-line {
		width: 80px;
  }
}
*/



#M_order .table-wrap .inner .operation .btn-line {
  background: #ffffff;
  color: #666666;
  border: 1px solid #cccccc;
}
#M_order .table-wrap .inner .operation .btn-line:hover {
  background: #383838;
  color: #ffffff;
  border: 1px solid #383838;
}



#M_order .table-wrap .inner .operation .text-cancle {/*訂單已取消*/
	position: relative;
	/*width: inherit;*/
	width: 60px;
	white-space: nowrap;
	margin: 0 auto;
}
#M_order .table-wrap .inner .operation .text-cancle:before, #M_order .table-wrap .inner .operation .text-cancle:after {
  content: '';
  position: absolute;
  top: 4px;
  left: -10px;
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #333333;
}
#M_order .table-wrap .inner .operation .text-cancle:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#M_order .table-wrap .inner .operation .text-cancle:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width:1024px) {
	#M_order .table-wrap .inner .operation .text-cancle {
		display: inline-block;
		width: auto;
		vertical-align: top;
		margin: 0;
	}
}
@media (max-width:604px) {
	#M_order .table-wrap .inner .operation .text-cancle {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 100px;
	}
	#M_order .table-wrap .inner .operation .text-cancle:before, #M_order .table-wrap .inner .operation .text-cancle:after {
		top: 4px;
		left: 13px;
	}
}
@media (max-width:424px) {
	#M_order .table-wrap .inner .operation .text-cancle {
		top: -20px;
		right: -10px
	}
	#M_order .table-wrap .inner .operation .text-cancle:before, #M_order .table-wrap .inner .operation .text-cancle:after {
		top: 3px;
		left: 3px
	}
}
/*
@media (max-width:320px) {
	#M_order .table-wrap .inner .operation .text-cancle {
		right: 5px;
		width: 80px;
	}
	#M_order .table-wrap .inner .operation .text-cancle:before, #M_order .table-wrap .inner .operation .text-cancle:after {
		left: 2px;
	}
}
*/





/* ===================================================================
   投資日誌
=================================================================== */

/*---index------------------------------------------------*/
#M_investment fieldset {
  text-align: center
}
@media (max-width: 1024px) {
	#M_investment fieldset {
	  text-align: left;
	  padding: 0;
	  margin: 0 -5px;
	  border: none
	}
	#M_investment .control-label {
	  display: block
	}
	#M_investment button {
	  margin-top: 25px
	}
}
@media (max-width: 1008px) {
	#M_investment fieldset {
	  margin: 0 -10px
	}
}
@media (max-width: 992px) {
	#M_investment fieldset {
	  margin: 0 -20px
	}
}
@media (max-width: 991px) {
	#M_investment fieldset {
	  margin: 0 -25px
	}
}
@media (max-width: 800px) {
	#M_investment fieldset {
	  margin: 0 0 40px
	}
	#M_investment select, #M_investment input {
	  display: inline-block
	}
	#M_investment select {
	  width: 49%
	}
	#M_investment input {
	  width: calc(50% - 15px);
	  margin-top: 10px
	}
	#M_investment button {
	  display: block;
	  width: 100%;
	  margin-top: 10px
	}
}
@media (max-width: 424px) {
	#M_investment input {
	  width: calc(100% - 20px)
	}
}



#M_investment .table-wrap {
  position: relative;
  font-size: 0;
  margin-top: 15px
}

#M_investment .text-center {/*說明*/
	font-size: 0.875rem;
	margin-top: 20px
}



/*---表頭------------------------------------------------*/
@media (max-width: 1024px) {
  #M_investment .table-wrap .head {
    display: none;
  }
}



/*---表格------------------------------------------------*/
@media (max-width:1024px) {
  #M_investment .table-wrap .inner {
    position: relative;
    text-align: left;
	border: 1px solid #e5e5e5;
    padding: 20px;
	margin-bottom: 30px;
  }
}
@media (max-width:604px) {
  #M_investment .table-wrap .inner {
    padding: 15px 15px 10px
  }
}
@media (max-width:400px) {
  #M_investment .table-wrap .inner {
    padding: 10px
  }
}



#M_investment .table-wrap .head > div {
	width: 10%;
	font-size: 0.9375rem
}

#M_investment .table-wrap .inner > div {
	width: 10%;
	text-align: center;
	vertical-align: middle;
	padding: 5px
}

#M_investment .table-wrap .head .no, #M_investment .table-wrap .inner .no {/*名次*/
  width: 5%
}
#M_investment .table-wrap .head .name, #M_investment .table-wrap .inner .name {/*會員名稱 */
  width: 15%
}
@media (max-width:1024px) {
	#M_investment .table-wrap .inner .no, #M_investment .table-wrap .inner .name {
		background: #c08412;
		color: #ffffff;
		margin-bottom: 10px
	}
	#M_investment .table-wrap .inner .no {
		width: 10%
	}
	#M_investment .table-wrap .inner .name {
		width: 90%
	}
	#M_investment .table-wrap .inner > div {
		width: 33.333%;
		text-align: left;
		vertical-align: top
	}
	#M_investment .table-wrap .inner > div:after {
		display: none
	}
}
@media (max-width:800px) {
	#M_investment .table-wrap .inner .no {
		width: 12%
	}
	#M_investment .table-wrap .inner .name {
		width: 88%
	}
	#M_investment .table-wrap .inner > div {
		width: 50%
	}
}
@media (max-width:720px) {
	#M_investment .table-wrap .inner .no {
		width: 15%
	}
	#M_investment .table-wrap .inner .name {
		width: 85%
	}
}
@media (max-width:604px) {
	#M_investment .table-wrap .inner .no {
		width: 20%
	}
	#M_investment .table-wrap .inner .name {
		width: 80%
	}
}
@media (max-width:480px) {
	#M_investment .table-wrap .inner .no, #M_investment .table-wrap .inner .name {
		display: inline-block;
		padding: 5px
	}
	#M_investment .table-wrap .inner > div {
		display: block;
		width: 100%;
		padding: 0 5px 5px 5px
	}
}
@media (max-width:424px) {
	#M_investment .table-wrap .inner .no {
		width: 25%
	}
	#M_investment .table-wrap .inner .name {
		width: 75%
	}
}
@media (max-width:360px) {
	#M_investment .table-wrap .inner .no {
		width: 30%
	}
	#M_investment .table-wrap .inner .name {
		width: 70%
	}
}



@media (max-width:1024px) {
  #M_investment .table-wrap .inner .operation {
	position: absolute;
	top: 15px;
	right: 25px;
    width: 120px
  }
}
@media (max-width:604px) {
  #M_investment .table-wrap .inner .operation {
	top: 10px;
	right: 10px
  }
}
@media (max-width:480px) {
  #M_investment .table-wrap .inner .operation {
	top: 15px
  }
}
@media (max-width:424px) {
  #M_investment .table-wrap .inner .operation {
	position:inherit;
	top: 5px;
	left: 0;
    display: block;
    width: 100%;
	margin: 10px 0 15px
  }
}



/*...欄位名稱：......................................*/
@media (max-width:1024px) {
	#M_investment .table-wrap .inner div:before {
		content: attr(data-mbtit)'：'
  }
	#M_investment .table-wrap .inner .name:before, #M_investment .table-wrap .inner .operation:before {
		display: none
  }
}



/*...功能操作......................................*/
#M_investment .table-wrap .inner .operation .btn-line {
  display: inline-block;
  /*width: calc(50% - 15px);*/
  width: 80%;
  height: 34px;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
  border: none;
  padding: 0 10px;
  margin: 2px 0;
  -webkit-transition: background .15s, color .15s;
  -moz-transition: background .15s, color .15s;
  -o-transition: background .15s, color .15s;
  -ms-transition: background .15s, color .15s;
  transition: background .15s, color .15s;
}
@media (max-width:1024px) {
	#M_investment .table-wrap .inner .operation {
	  text-align: right
	}
	#M_investment .table-wrap .inner .operation .btn-line {
		display: inline-block;
		width: 120px;
		vertical-align: top;
		padding: 0 15px;
		margin: 0 0 2px 0;
  }
}
@media (max-width:604px) {
	#M_investment .table-wrap .inner .operation .btn-line {
		width: 80px
  }
}
@media (max-width:424px) {
	#M_investment .table-wrap .inner .operation {
	  text-align: center
	}
	#M_investment .table-wrap .inner .operation .btn-line {
		display: inline-block;
		width: 49%;
		padding: 0;
  }
}



#M_investment .table-wrap .inner .operation .btn-line {
  background: #ffffff;
  color: #666666;
  border: 1px solid #cccccc;
}
#M_investment .table-wrap .inner .operation .btn-line:hover {
  background: #383838;
  color: #ffffff;
  border: 1px solid #383838;
}





/*---index2------------------------------------------------*/
#M_investment-2 fieldset {
  text-align: center
}

#M_investment-2 fieldset .br {
  display: none
}

@media (max-width: 1280px) {
	#M_investment-2 fieldset {
	  padding: 0;
	  margin: 0 -10px;
	  border: none
	}
}
@media (max-width: 1200px) {
	#M_investment-2 fieldset {
	  text-align: center;
	  margin: 0 -40px
	}
}
@media (max-width: 1024px) {
	#M_investment-2 fieldset {
	  margin: 0
	}
	#M_investment-2 fieldset.fieldset2 {
	  margin: 0 -40px
	}
	#M_investment-2 fieldset .form-group {
	  display: block;
	  margin-bottom: 15px
	}
	#M_investment-2 fieldset.fieldset2 .form-group {
	  display: inline-block;
	  margin-bottom: 0
	}
	#M_investment-2 fieldset .btn {
	  display: inline-block;
	  width: calc(100% / 3 - 18px)
	}
	#M_investment-2 fieldset.fieldset2 .btn {
	  display: inline-block;
	  width: auto
	}
}
@media (max-width: 1008px) {
	#M_investment-2 fieldset .btn {
	  width: calc(100% / 3 - 15px)
	}
}
@media (max-width: 992px) {
	#M_investment-2 fieldset .btn {
	  width: calc(100% / 3 - 3px)
	}
}
@media (max-width: 800px) {
	#M_investment-2 fieldset {
	  margin: 0 0 40px
	}
	#M_investment-2 fieldset.fieldset2 {
	  margin: 0 0 40px
	}
	#M_investment-2 fieldset .br {
	  display: block;
	  margin-bottom: 10px
	}
	#M_investment-2 fieldset.fieldset2 .form-group {
	  display: block;
	  margin-bottom: 15px
	}
	#M_investment-2 fieldset select, #M_investment-2 fieldset input {
	  display: inline-block
	}
	#M_investment-2 fieldset select, #M_investment-2 fieldset input {
	  width: calc(100% / 2 - 5px)
	}
	#M_investment-2 fieldset .input-date {
	  width: calc(100% / 2 - 15px)
	}
	#M_investment-2 fieldset.fieldset2 .btn {
	  display: block;
	  width: calc(100% - 6px);
		margin: 0 auto
	}
}
@media (max-width: 424px) {
	#M_investment-2 fieldset .btn-danger, #M_investment-2 fieldset .btn-danger {
	  width: 25%
	}
	#M_investment-2 fieldset .btn-warning {
	  width: calc(50% - 40px)
	}
}
@media (max-width: 360px) {
	#M_investment-2 fieldset select, #M_investment-2 fieldset input, #M_investment-2 fieldset .input-date {
	  display: block;
	  width: 100%
	}
	#M_investment-2 fieldset select {
	  margin-bottom: 10px
	}
	#M_investment-2 fieldset .btn {
	  width: 100%;
	  margin-bottom: 5px
	}
}



/*---List------------------------------------------------*/
#M_investment-2-List {
	margin-top: 15px
}

#M_investment-2-List * {
	-webkit-backface-visibility: visible;
	backface-visibility: visible
}



#M_investment-2-List .table-wrap {
	position: inherit
}

/*---表頭------------------------------------------------*/
#M_investment-2-List .table-wrap .head {
	height: 40px;
	background: #444444;
	color: #ffffff;
	font-size: 0.875rem;
	line-height: 40px
}
#M_investment-2-List .table-wrap .head th {
	text-align: center
}
@media (max-width: 1024px) {
  #M_investment-2-List .table-wrap .head {
    display: none
  }
}



/*---表格------------------------------------------------*/
#M_investment-2-List .table-wrap td {
	font-size: 0.875rem;
	line-height: 20px;
	padding: 8px 10px;
	margin: 0
}
#M_investment-2-List .table-wrap td p {
	margin: 0
}



#M_investment-2-List .table-wrap .no {/*編號*/
  width: 4%
}
#M_investment-2-List .table-wrap .category, #M_investment-2-List .table-wrap .amount {/*商品類別、損益金額*/
  width: 10%
}
#M_investment-2-List .table-wrap .matter {/*標的物*/
  width: 12%
}
#M_investment-2-List .table-wrap .detail {/*交易詳細資料*/
  width: 23%
}
#M_investment-2-List .table-wrap .operating, #M_investment-2-List .table-wrap .appearance {/*操作方向、出場方向*/
  width: 14%;
  vertical-align: top
}
#M_investment-2-List .table-wrap .operation {/*個人資料管理*/
  width: 14%
}

#M_investment-2-List .table-wrap .no, #M_investment-2-List .table-wrap .category, #M_investment-2-List .table-wrap .amount,
#M_investment-2-List .table-wrap .matter, #M_investment-2-List .table-wrap .operation  {/*編號、商品類別、損益金額、標的物、個人資料管理*/
  text-align: center
}

#M_investment-2-List .table-wrap .viewshow  {/*編號、商品類別、標的物*/
  display: none
}

@media (max-width:1024px) {
	#M_investment-2-List .table-wrap tr {
		display: block;
		width: 100%;
		border: 1px solid #cccccc;
		padding: 10px;
		padding-bottom: 15px;
		margin: 0 0 50px
	}
	#M_investment-2-List .table-wrap.table-bordered, #M_investment-2-List .table-wrap td {
		border: 0
	}
	
	#M_investment-2-List .table-wrap .no, #M_investment-2-List .table-wrap .category, #M_investment-2-List .table-wrap .amount,
	#M_investment-2-List .table-wrap .matter, #M_investment-2-List .table-wrap .detail,
	#M_investment-2-List .table-wrap .operating, #M_investment-2-List .table-wrap .appearance,
	#M_investment-2-List .table-wrap .operation  {
		text-align: left;
		vertical-align: top
	}
	
	#M_investment-2-List .table-wrap .no {
		display: block;
		width: 100%;
		background: #444444;
		color: #ffffff
	}
	#M_investment-2-List .table-wrap .category, #M_investment-2-List .table-wrap .matter {
		display: none
	}
	
	#M_investment-2-List .table-wrap .noshow  {
		display: none
	}
	#M_investment-2-List .table-wrap .viewshow  {/*編號、商品類別、標的物*/
		display: block
	}
	#M_investment-2-List .table-wrap .viewshow p  {
	  display: inline-block;
	  padding-right: 30px
	}
	#M_investment-2-List .table-wrap .viewshow .text-blue {
			color: #ecc300
	}
	
	#M_investment-2-List .table-wrap .detail, #M_investment-2-List .table-wrap .amount,
	#M_investment-2-List .table-wrap .operating, #M_investment-2-List .table-wrap .appearance {
		display: inline-block;
		width: calc(100% / 2 - 2px)
	}
	
	#M_investment-2-List .table-wrap .operation  {
		display: block;
		width: 100%;
		text-align: center
	}
}
@media (max-width:800px) {
	#M_investment-2-List .table-wrap .viewshow p  {
	  padding-right: 10px
	}
	#M_investment-2-List .table-wrap .viewshow p span.num  {
	  display: none
	}
}
@media (max-width:540px) {
	#M_investment-2-List .table-wrap .no, #M_investment-2-List .table-wrap .amount,
	#M_investment-2-List .table-wrap .detail, #M_investment-2-List .table-wrap .operating,
	#M_investment-2-List .table-wrap .appearance, #M_investment-2-List .table-wrap .operation {
		display: block;
		width: 100%
	}
	#M_investment-2-List .table-wrap .viewshow p  {
	  padding-right: 5px
	}
}
@media (max-width:400px) {
	#M_investment-2-List .table-wrap tr {
		padding: 5px;
		padding-bottom: 10px
	}
	#M_investment-2-List .table-wrap .viewshow p  {
	  padding-right: 2px
	}
}



/*...欄位名稱：......................................*/
@media (max-width:1024px) {
	#M_investment-2-List .table-wrap td:before {
		content: attr(data-mbtit)'：'
  }
	#M_investment-2-List .table-wrap .no:before, #M_investment-2-List .table-wrap td:last-child:before {
		display: none
  }
}



/*...操作方向、出場方向......................................*/
#M_investment-2-List .table-wrap .operating span, #M_investment-2-List .table-wrap .appearance span {
    display: block
}
#M_investment-2-List .table-wrap .operating span:before {
    content: "\f058";
	font-family: 'Font Awesome 5 Brands', 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
    padding-right: 5px;
}
#M_investment-2-List .table-wrap .appearance span:before {
    content: "\f057";
	font-family: 'Font Awesome 5 Brands', 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
    padding-right: 5px;
}
@media (max-width:1024px) {
	#M_investment-2-List .table-wrap .operating span, #M_investment-2-List .table-wrap .appearance span {
		display: inline-block;
		float: left;
		width: 120px
	}
}
@media (max-width:540px) {
	#M_investment-2-List .table-wrap .operating span, #M_investment-2-List .table-wrap .appearance span {
		float: inherit
	}
}


/*...功能操作......................................*/
#M_investment-2-List .table-wrap .operation .btn-line {
  height: 34px;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
  border: none;
  padding: 0 2px;
  margin: 2px 0;
  -webkit-transition: background .15s, color .15s;
  -moz-transition: background .15s, color .15s;
  -o-transition: background .15s, color .15s;
  -ms-transition: background .15s, color .15s;
  transition: background .15s, color .15s;
}
#M_investment-2-List .table-wrap .operation .btn-line {
  display: inline-block;
  width: calc(50% - 2px)
}
#M_investment-2-List .table-wrap .operation .btn-line.btn-line-one, #M_investment-2-List .table-wrap .operation .btn-line.btn-line-two {
  display: block;
  width: 100%
}
@media (max-width:1200px) {
	#M_investment-2-List .table-wrap .operation .btn-line.btn-line-one {
	  font-size: 0.8125rem
	}
}
@media (max-width:1024px) {
	#M_investment-2-List .table-wrap .operation .btn-line, #M_investment-2-List .table-wrap .operation .btn-line.btn-line-one {
	  display: inline-block;
	  width: calc(33% - 2px)
	}
	#M_investment-2-List .table-wrap .operation .btn-line.btn-line-one {
	  font-size: 0.875rem
	}
	#M_investment-2-List .table-wrap .operation .btn-line.btn-line-two {
	  width: 50%;
	  margin: 0 auto
	}
}
@media (max-width:640px) {
	#M_investment-2-List .table-wrap .operation .btn-line.btn-line-two {
	  width: 100%
	}
}
@media (max-width:424px) {
	#M_investment-2-List .table-wrap .operation .btn-line, #M_investment-2-List .table-wrap .operation .btn-line.btn-line-one {
	  display: block;
	  width: 100%;
	  margin: 5px 0
	}
}



#M_investment-2-List .table-wrap .operation .btn-line {
  background: #ffffff;
  color: #666666;
  border: 1px solid #cccccc;
}
#M_investment-2-List .table-wrap .operation .btn-line:hover {
  background: #383838;
  color: #ffffff;
  border: 1px solid #383838;
}





/*---統計值------------------------------------------------*/
#M_investment-2-Statistics {
  margin: 40px 0
}



/*---表頭------------------------------------------------*/
@media (max-width: 800px) {
  #M_investment-2-Statistics .table-wrap .head {
    display: none
  }
}



/*---表格------------------------------------------------*/
@media (max-width:800px) {
  #M_investment-2-Statistics .table-wrap .inner {
    position: relative;
    text-align: left;
	border: 1px solid #e5e5e5;
    padding: 20px;
	margin-bottom: 30px;
  }
}
@media (max-width:604px) {
  #M_investment-2-Statistics .table-wrap .inner {
    padding: 15px
  }
}
@media (max-width:400px) {
  #M_investment-2-Statistics .table-wrap .inner {
    padding: 10px
  }
}



#M_investment-2-Statistics .table-wrap .head > div {
	width: 13.555%
}
#M_investment-2-Statistics .table-wrap .inner > div {
	width: 13.555%;
	text-align: center;
	vertical-align: middle;
	padding: 5px
}
@media (max-width: 992px) {
	#M_investment-2-Statistics .table-wrap .head > div {
		font-size: 0.9375rem
	}
}
@media (max-width:800px) {
	#M_investment-2-Statistics .table-wrap .inner > div {
		width: 32.5%;
		text-align: left;
		vertical-align: top
	}
	#M_investment-2-Statistics .table-wrap .inner > div:after {
		display: none
	}
}
@media (max-width:720px) {
	#M_investment-2-Statistics .table-wrap .inner > div {
		width: 49%;
	}
}
@media (max-width:480px) {
	#M_investment-2-Statistics .table-wrap .inner > div {
		display: block;
		width: 100%;
		padding: 0 5px 5px 5px
	}
}



/*...欄位名稱：......................................*/
@media (max-width:800px) {
	#M_investment-2-Statistics .table-wrap .inner div:before {
		content: attr(data-mbtit)'：'
  }
}





/*---新增投資項目------------------------------------------------*/
#M_invest-add {
	width: 100%;
	margin: 0 auto
}
#M_invest-add.invest-modify {
	padding-bottom: 50px
}
@media (max-width:424px) {
	#M_invest-add.invest-modify {
		padding-bottom: 120px
	}
}



#M_invest-add .btn-show {
	display: none
}

#M_invest-add .table-add th {
  background: #444444;
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  vertical-align: middle
}
#M_invest-add .table-add .add-ti {
  background: #939393;
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap
}

#M_invest-add .table-add td {
  vertical-align: middle;
  border-left: 0;
  border-right: 0;
  padding: 8px 15px
}

#M_invest-add .table-add td .input-date, #M_invest-add .table-add td .input-time {
	display: inline-block;
	width: calc(100% / 2 - 15px);
	margin-right: 10px
}
#M_invest-add .table-add td .input-time {
	margin-right: 0
}


#M_invest-add .table-add td .inputfile {
  border: 0
}
@media (max-width: 1024px) {
	#M_invest-add .table-add td .checkbox-inline {
	  width: calc(100% / 3 - 10px)
	}
	#M_invest-add .table-add td .checkbox-inline:nth-child(4) {
	  margin-left: 0
	}
}
@media (max-width: 800px) {
	#M_invest-add .table-add th, #M_invest-add .table-add .add-ti, #M_invest-add .table-add td {
	  font-size: 0.875rem
	}
}
@media (max-width: 720px) {
	#M_invest-add .table-add td .checkbox-inline {
	  width: calc(100% / 2 - 10px)
	}
	#M_invest-add .table-add td .checkbox-inline:nth-child(4) {
	  margin-left: 10px
	}
	#M_invest-add .table-add td .checkbox-inline:nth-child(3), #M_invest-add .table-add td .checkbox-inline:nth-child(5) {
	  margin-left: 0
	}
	#M_invest-add #btnBox .btnDef {
		width: 32%
	}
}
@media (max-width: 640px) {
	#M_invest-add .table-add th .btn {
	  display: none
	}
	#M_invest-add .btn-show {
		display: block;
		margin-bottom: 10px
	}
	#M_invest-add .btn-show .btn {
		width: 100%
	}
}
@media (max-width: 540px) {
	#M_invest-add .table-add td .input-date, #M_invest-add .table-add td .input-time {
		display: block;
		width: 100%
	}
	#M_invest-add .table-add td .input-time {
	  margin-top: 8px
	}
	#M_invest-add .table-add td .inputfile {
	  width: 100%
	}
}
@media (max-width: 480px) {
	#M_invest-add .table-add td .checkbox-inline {
	  width: 100%;
	  margin-left: 0
	}
	#M_invest-add .table-add td .checkbox-inline:nth-child(4) {
	  margin-left: 0
	}
}
@media (max-width: 424px) {
	#M_invest-add .table-add td {
	  padding: 5px
	}
	#M_invest-add #btnBox .btnDef {
		width: 100%
	}
	#M_invest-add #btnBox .btnDef:first-child {
		margin-bottom: 5px
	}
}
@media (max-width: 320px) {
	#M_invest-add .table-add td .radio-inline {
	  width: 100%;
	  margin-left: 0
	}
}



#M_invest-add .table-add td.fileimg div {
	display: inline-block;
	width: calc(100% / 3 - 15px);
	margin: 15px 0;
	margin-right: 10px
}
#M_invest-add .table-add td.fileimg div:nth-child(3n+3) {
	margin-right: 0
}
#M_invest-add .table-add td.fileimg div p {
	text-align: center;
	margin-top: 5px
}
@media (max-width: 800px) {
	#M_invest-add .table-add td.fileimg div {
		width: calc(100% / 2 - 15px)
	}
	#M_invest-add .table-add td.fileimg div:nth-child(3n+3) {
		margin-right: 10px
	}
	#M_invest-add .table-add td.fileimg div:nth-child(2n+2) {
		margin-right: 0
	}
}
@media (max-width: 540px) {
	#M_invest-add .table-add td.fileimg div {
		width: 90%
	}
	#M_invest-add .table-add td.fileimg div:nth-child(3n+3) {
		margin-right: 0
	}
	#M_invest-add .table-add td.fileimg div:nth-child(2n+2) {
		margin-right: 0
	}
}



#M_invest-add #btnBox {
  padding-top: 0;
  margin: 15px auto 0
}
@media (max-width: 424px) {
	#M_invest-add #btnBox {
	  margin: 15px auto 30px
	}
}



#M_invest-add .notice {
	margin-top: 70px
}
#M_invest-add .notice ul {
	list-style: decimal
}
#M_invest-add .notice li {
	padding-left: 8px;
	margin-left: 20px;
	margin-bottom: 10px
}
#M_invest-add .notice li p {
	margin-bottom: 0
}
@media (max-width: 800px) {
	#M_invest-add .notice {
	  font-size: 0.875rem
	}
}





/*---投資心得與檢討------------------------------------------------*/
#M_invest-review {
	width: 100%;
	margin: 0 auto
}



@media (max-width:640px) {
	#M_invest-review .radio-inline {
		width: calc(100% / 3 - 15px)
	}
	#M_invest-review .radio-inline:nth-child(4) {
		margin-left: 0
	}
}
@media (max-width:480px) {
	#M_invest-review .radio-inline {
		font-size: 0.875rem
	}
}
@media (max-width:400px) {
	#M_invest-review .radio-inline {
		width: calc(100% / 2 - 15px)
	}
	#M_invest-review .radio-inline:nth-child(3), #M_invest-review .radio-inline:nth-child(5) {
		margin-left: 0
	}
	#M_invest-review .radio-inline:nth-child(4) {
		margin-left: 10px
	}
}



#M_invest-review .fileimg {
	margin-bottom: 20px
}
#M_invest-review .fileimg div {
	display: inline-block;
	width: calc(100% / 3 - 10px);
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px
}
#M_invest-review .fileimg div:nth-child(3n+3) {
	margin-right: 0
}

#M_invest-review .assessmentbox {
  display: block;
  background: #231815;
  color: #ecc439;
  font-size: 1.25rem;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  padding: 15px;
  margin: -20px 0 70px
}



#M_invest-review .invest-review-list {
  margin-top: 30px
}

#M_invest-review .table th {
  background: #444444;
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap
}
#M_invest-review .table td {
  text-align: center;
  vertical-align: middle;
  white-space: nowrap
}
#M_invest-review .table td:nth-of-type(2) {
  text-align: left;
  white-space: normal
}

@media (max-width:800px) {
	#M_invest-review .table td {
	  font-size: 0.875rem
	}
}
@media (max-width:480px) {
	#M_invest-review .table th {
	  display: none
	}
	#M_invest-review .table td {
	  display: block;
	  width: 100%
	}
	#M_invest-review .table tr {
		display: block;
		width: 100%;
		border: 1px solid #cccccc;
		padding: 10px;
		padding-bottom: 15px;
		margin: 0 0 50px
	}
	#M_invest-review .table tr:first-child {
		display: none
	}
	#M_invest-review .table tr:last-child {
		margin: 0
	}
	#M_invest-review .table.table-bordered, #M_invest-review .table td {
		border: 0
	}
	#M_invest-review .table td:first-child {
		text-align: left;
		padding: 0 10px
	}
}
@media (max-width:424px) {
	#M_invest-review .table tr {
		padding: 10px 5px;
		margin: 0 0 30px
	}
}


#M_invest-review .table td p {
  margin: 3px 0
}
#M_invest-review .table td p.text-red {
  margin: 3px 0 0
}



@media (max-width:800px) {
	#M_invest-review .btn-primary, #M_invest-review .btn-success {
		display: block;
		width: 100%;
		margin-bottom: 3px
	}
	#M_invest-review .btn-success {
		margin-bottom: 0
	}
}
@media (max-width:480px) {
	#M_invest-review .btn-primary, #M_invest-review .btn-success {
		display: inline-block;
		width: calc(100% / 2 - 5px);
		margin-bottom: 0
	}
	#M_invest-review .btn-success {
		margin-bottom: 0
	}
}








/* ===================================================================
   購物車
=================================================================== */
#M_cart .form-group {
	margin-bottom: 30px
}

#M_cart .col-lg-2 {
	line-height: 34px;
	vertical-align: middle
}
#M_cart .col-lg-10 {
	margin-bottom: 10px
}
@media (max-width: 1199px) {
	#M_cart .form-group {
		margin-bottom: 15px
	}
	#M_cart .col-lg-2 {
		line-height: 15px;
		vertical-align: top
	}
	#M_cart .col-lg-10 {
		margin-bottom: 0
	}
}
@media (max-width: 400px) {
	#M_cart .radio-inline:nth-child(3) {
		margin-left: 0
	}
}



/*---表頭------------------------------------------------*/
@media (max-width: 720px) {
  #M_cart .table-wrap .head {
    display: none;
  }
}

#M_cart .table-wrap .name {/*名稱*/
  width: 33%
}
#M_cart .table-wrap .types {/*類型*/
  width: 20%
}
#M_cart .table-wrap .date {/*可觀看日期*/
  width: 30%
}
#M_cart .table-wrap .price {/*價格*/
  width: 15%
}





/*---表格------------------------------------------------*/
@media (max-width:720px) {
	#M_cart .table-wrap .inner {
		border: 1px solid #e5e5e5;
		padding: 10px 20px;
		margin-bottom: 30px
	}
	#M_cart .table-wrap .inner > div {
		display: block;
		width: 100%;
		text-align: left;
		border-bottom: 1px dotted #cccccc
	}
	#M_cart .table-wrap .inner > div:last-child {
		border-bottom: 0
	}
	#M_cart .table-wrap .inner > div:after {
	    content: '';
		display: none
	}
	#M_cart .table-wrap .inner > div:before {
		content: attr(data-mbtit)'：'
	}
}



/*名稱*/
#M_cart .table-wrap .inner .name.remarks {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px
}
#M_cart .table-wrap .inner .name a {
	display: block;
	color: #383838;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px
}
#M_cart .table-wrap .inner .name a:hover {
	color: #000000
}
@media (max-width:720px) {
	#M_cart .table-wrap .inner .name, #M_cart .table-wrap .inner .date, #M_cart .table-wrap .inner .name.name-cart {
		position: relative
	}
	#M_cart .table-wrap .inner .name:before {
		position: absolute;
		top: 5px;
		left: 0;
		width: 45px
	}
	#M_cart .table-wrap .inner .name.name-cart:before, #M_cart .table-wrap .inner .name.remarks:before {
		width: 75px
	}
	#M_cart .table-wrap .inner .name a {
		display: inline-block;
		padding-left: 45px;
		padding-right: 0
	}
	#M_cart .table-wrap .inner .name.name-cart, #M_cart .table-wrap .inner .name.remarks {
		padding-left: 75px;
	}
}



/*可觀看日期*/
#M_cart .table-wrap .date p {
	color: #e30020;
	margin-bottom: 0
}
@media (max-width:800px) {
	#M_cart .table-wrap .date {
		font-size: 0.875rem
	}
}
@media (max-width:720px) {
	#M_cart .table-wrap .date p {
		display: inline-block;
		margin-right: 8px
	}
}
@media (max-width:424px) {
	#M_cart .table-wrap .inner .date:before {
		display: block
	}
}



/*價格*/
#M_cart .table-wrap .inner .price {
	color: #e30020
}

#M_cart .table-wrap .inner .price.invoice {/*發票樣式*/
	color: #000000
}



/*---交易完成------------------------------------------------*/
#M_cart .result {
	line-height: 28px;
	text-align: center;
	margin: 20px auto 30px
}

#M_cart .resultTi {
	font-size: 1.125rem;
	margin-bottom: 10px
}

#M_cart .resultTi span {
	display: inline-block
}
@media (max-width: 640px) {
	#M_cart .result span {
		display: block
	}
}
@media (max-width: 424px) {
	#M_cart .result span {
		display: inline-block
	}
}

#M_cart p {
	font-size: 0.9375rem
}
#M_cart p a {
	color: #000000
}
#M_cart p a:hover {
	color: #e30020
}



#M_cart .detail { 
	width: 100%;
	color: #333;
	background: #F8F8F8;
	text-align: justify;
	overflow: hidden;
	padding: 5%;
	margin: 5px auto 30px
}





/* ===================================================================
   聯絡我們
=================================================================== */
#M_contact .contact-inner {
    padding-top: 20px;
    padding-bottom: 40px
}



/*---聯絡資訊-------------------------------------------------*/
.contact-way-list {
	width: 100%;
    font-size: 0;
	padding: 0;
	margin: 15px auto 30px;
}
@media (max-width: 800px) {
	.contact-way-list {
		margin: 0 auto
	}
}

.contact-way-list a {
    color: #2a2a2a;
	transition: all .25s linear;
	-ms-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-webkit-transition: all .25s linear;
}
.contact-way-list a:hover {
    color: #000000;
}

.contact-way-list .item-box {
	position: relative;
	display: inline-block;
	width: 25%;
    text-align: center;
	vertical-align: top;
}

.contact-way-list .item-box:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 80px;
	background-color: #dbdbdb;
	pointer-events: none;
	margin-top: 40px;
}
.contact-way-list .item-box:last-child:before {
	display: none
}
@media (max-width: 800px) {
	.contact-way-list .item-box {
		width: 50%;
		margin-bottom: 20px;
	}
	.contact-way-list .item-box:nth-child(2):before {
		display: none
	}
}
@media (max-width: 540px) {
	.contact-way-list .item-box {
		display: block;
		width: 100%;
		text-align: left;
		vertical-align: top;
	}
	.contact-way-list .item-box:before {
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		margin-top: 50px;
	}
	.contact-way-list .item-box:nth-child(2):before, .contact-way-list .item-box:last-child:before {
		display: block
	}
}

.contact-way-list .img, .contact-way-list .txt {
    display: block;
    font-size: 0.9375rem;
    vertical-align: middle;
}
@media (max-width: 540px) {
	.contact-way-list .img, .contact-way-list .txt {
		display: inline-block;
	}
}
@media (max-width: 424px) {
	.contact-way-list .img, .contact-way-list .txt {
		font-size: 0.875rem;
	}
}

.contact-way-list .img {
    width: 80px;
    margin: 0 auto;
}
.contact-way-list .img.icon {
    width: 80px;
    height: 80px;
	background-color: rgba(31,31,31,0.5);
    /*border: 1px solid #2a2a2a;*/
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding-top: 25px;
	transition: all .25s linear;
	-ms-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-webkit-transition: all .25s linear;
}
.contact-way-list .img.icon i {
	color: #ffffff;
    font-size: 1.875rem;
}
.contact-way-list .item-box:hover .img.icon {
	background-color: rgba(31,31,31,1);
}
@media (max-width: 540px) {
	.contact-way-list .img {
		width: 40px;
		margin: 0;
	}
	.contact-way-list .img.icon {
		width: 40px;
		height: 40px;
		text-align: center;
		padding-top: 10px;
	}
	.contact-way-list .img.icon i {
		font-size: 1.25rem;
	}
}

.contact-way-list .txt {
    line-height: 22px;
    padding: 15px 10px 0;
}
@media (max-width: 1280px) {
	.contact-way-list .txt span {
		display: none;
	}
}
@media (max-width: 540px) {
	.contact-way-list .txt {
		width: calc(100% - 40px);
		padding: 0 20px 0;
	}
	.contact-way-list .txt span {
		display: inline-block;
	}
}
@media (max-width: 424px) {
	.contact-way-list .txt {
		padding: 0 10px 0;
	}
	.contact-way-list .txt span {
		display: none;
	}
}



/*---表單-------------------------------------------------*/
#M_contact .note {
    font-size: 1rem;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px
}
@media (max-width: 991px) {
    #M_contact .note {
        font-size: 0.9375rem;
        line-height: 26px;
    }
}
@media (max-width: 800px) {
    #M_contact .note {
		text-align: left;
    }
    #M_contact .note br {
		display: none;
    }
}

#M_contact .note strong, #M_contact .form .field dt strong {
    display: inline-block;
    width: 15px;
}



#M_contact .form {
    position: relative;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 35px 0 10px
}
#M_contact .form:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 20px;
    background: #ffffff;
    background: -moz-linear-gradient(top, rgba(246, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(246, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(246, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(246, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(246, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0)
}
#M_contact .form:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 20px;
    background: #ffffff;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(246, 246, 246, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0)
}

#M_contact .form .field-wrap {
    font-size: 0;
    margin: 0 -15px
}

#M_contact .form .field {
    display: inline-block;
    width: calc(50% - 30px);
    font-size: 1rem;
    vertical-align: top;
    margin: 0 15px 30px
}
#M_contact .form .field.full {
    width: calc(100% - 30px)
}
@media (max-width: 991px) {
    #M_contact .form .field-wrap {
        margin: 0
    }

    #M_contact .form .field, #M_contact .form .field.full {
        display: block;
        width: 100%;
        font-size: 0.9375rem;
        margin: 0 0 20px
    }
}

#M_contact .form .field dt {
    float: left;
    width: 120px;
    line-height: 26px;
    font-weight: normal;
    padding: 7px 0
}
#M_contact .form .field.source dt {
    width: auto;
    padding-right: 20px
}

#M_contact .form .field dd {
    float: right;
    width: calc(100% - 120px)
}
#M_contact .form .field.source dd {
    float: none;
    width: auto;
    overflow: hidden
}
@media (max-width: 640px) {
    #M_contact .form .field dt {
        float:none;
        width: 100%;
        padding: 0;
        margin-bottom: 5px
    }

    #M_contact .form .field dt strong {
        width: auto
    }

    #M_contact .form .field dd {
        float: none;
        width: 100%;
    }
}

#M_contact .form .field .input {
    display: inline-block;
    width: 100%;
}
#M_contact .form .field .input.name {
    width: calc(100% - 170px);
	margin-right: 10px;
}
#M_contact .form .field .input.more {
    width: 200px;
    margin-left: 10px
}
#M_contact .form .field .input.captcha {
    width: calc(100% - 130px)
}

#M_contact .form .field .select {
    display: inline-block;
    width: 100%;
}

#M_contact .form .field .textarea {
    display: block;
    width: 100%;
}

#M_contact .form .field .radio, #M_contact .form .field .checkbox {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

#M_contact .form .field .radio.sexual {
    width: 62px;
    margin: 0 0 0 15px
}

#M_contact .form .field .checkbox {
    margin: 0 15px 5px 0
}

#M_contact .form .field .refresh-captcha {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}



#M_contact .form .notice {
    font-size: 1rem;
    background: #eeeeee;
    color: #383838;
    line-height: 26px;
    text-align: center;
    border-radius: 5px;
    padding: 15px;
    margin: 20px 15px 20px
}
#M_contact .form .notice br {
    display: none;
}
@media (max-width: 991px) {
    #M_contact .form .notice { font-size: 0.9375rem; margin: 0 0 20px;}
}
@media (max-width: 800px) {
	#M_contact .form .notice br { display: block;}
}
@media (max-width: 640px) {
	#M_contact .form .notice {
		text-align: left;
    }
}
@media (max-width: 604px) {
	#M_contact .form .notice br { display: none;}
}



#M_contact .map-box {
	display: block;
	width: 100%;
	height: 350px;
	min-height: 350px;
	margin-bottom: 100px
}
#M_contact .map-box iframe {
	margin-top: 30px
}





/* ===================================================================
   網站導覽
=================================================================== */
#sitemap .sitemap-inner {
	margin: 0 auto
}

#sitemap .list-box .box {
    width: 25%;
    padding: 0 20px;
    margin: 0 0 50px
}
@media (max-width: 1024px) {
    #sitemap .list-box .box {
        width:33.333%
    }
}
@media (max-width: 720px) {
    #sitemap .list-box .box {
        width:50%
    }
}
@media (max-width: 540px) {
    #sitemap .list-box .box {
		padding: 0 10px
    }
}
@media (max-width: 424px) {
    #sitemap .list-box .box {
        width: 100%;
		margin: 0 0 30px
    }
}

#sitemap .list-box .box .grid {
    opacity: 0;
    transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#sitemap .list-box .box.open .grid {
    opacity: 1;
    transform: translate(0);
    -ms-transform: translate(0);
    -moz-transform: translate(0);
    -webkit-transform: translate(0);
}
#sitemap .list-box .box .grid:hover {
	box-shadow:0px 0px 5px 1px rgba(0,0,0,.1);
}

#sitemap .list-box .box .ti {
	background-color: rgba(0,0,0,0.8);
    color: #ffffff;
    font-size: 1.0625rem;
    line-height: 1.5;
    text-align: center;
    padding: 10px 10px;
    margin: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#sitemap .list-box .box .ti > a {
    display: block;
    color: #ffffff;
}
#sitemap .list-box .box .grid:hover .ti {
	background-color: rgba(0,0,0,1);
}

#sitemap .list-box .box .grid > a {
    display: block;
    background: #ffffff;
    color: #383838;
    font-size: 1rem;
    text-align: center;
    /*border-bottom: 1px solid #dddddd;*/
    border: 1px solid #dddddd;
    border-bottom: 1px dotted #cdcdcd;
    border-top: 0;
    padding: 10px 15px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#sitemap .list-box .box .grid > a:last-child {
    border-bottom: 1px solid #dddddd;
}
#sitemap .list-box .box .grid > a:hover {
	color: rgba(0,0,0,1);
	background: #f7f7f7;
}
