
@media screen and (max-width: 768px) {	
  #main .portfolio .portfolio_more {
      padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {	
/* 範圍小於媒體本身大小時就變100% */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
iframe{
	width: 100%;
}
html,body {
	overflow-x: hidden;
     /*position: fixed; 防止iphone版面被拖走(用了iphone會無法拖動) */
}
body {
	font-size: 14px;
	color: #666;
}
/* 版型最外層包裝------------------------------------*/
#wrapper {
	width: 100%;
	-webkit-box-shadow: 0 0 3px 3px hsla(0,0%,0%,0.40);
	box-shadow: 0 0 3px 3px hsla(0,0%,0%,0.40);
}
/* 版型頁眉-----------------------------------------*/
#header_wrapper {
	position: fixed;
	z-index: 2;
	height: 90px;
	top: 0px;
	left: 0px;
}
#header {
	width: 100%;
	height: 95px;
	background-repeat: no-repeat;
	background-size: auto 110px;
	background-position: center bottom;
	background-image: url(../images/mobile/m_logo.png);
    background-color:#FFF;
}
/* PC_logo */
#header .logo {
	width: calc(100% - 50px);
	height: 80px;
	display: block;
	float: right;
}
/* 桌機選單 */
#header #menu {
	display: none;
}
#header .home {
	display: none;
}
/* 手機選單icon */
#header #m_menu_icon {
	display: block;
	background-position: left 5px;
	height: 50px;
}

#main .portfolio {
    visibility: visible !important;
}


#main .news {
    visibility: visible !important;
}
/* 版型頁尾 ----------------------------------------*/
#footer {
	width: 100%;
	height: 260px;
	position: relative;
}
#footer .copyright {
	width: 100%;
    height:260px;
}
/* 首頁主視覺，產品，廣告圖片區 ------------------------*/
#banner {
  width: 100%;
  padding-top: 110px;
  margin-left: auto;
  margin-right: auto;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #00B3FF !important;
}

/* 首頁內容 ----------------------------------------*/
#main {
	width: 100%;
	height: auto;
	background-size: cover;
	background-color: #FFFFFF;
}
#main .news {
	width: 100%;
	float: none;
	background-image: url(../images/mobile/news.png);
/*	background-size: auto 25px;*/
	background-repeat: no-repeat;
}
#main .portfolio {
	width: 100%;
	height: auto;
	left: 0px;
	float: none;
	background-image: url(../images/mobile/portfolio.png);
/*	background-size: auto 25px;*/
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
#main .portfolio .portfolio_more {
    padding-right: 0;
  	text-align: center;
}
#main .portfolio .content {
	padding-top: 50px;
	padding-left: 5px;
}
#main .portfolio .box {
	width: 45%;
}
#main .portfolio .photo {
	height: auto;
	background-color: #FFFFFF;
}
#main .portfolio img:hover {
	max-width: 101%;
	margin-left: auto;
	margin-top: auto;
	opacity: 1;
}
#main .custom {
	width: 100%;
	height: auto;
	float: none;
/* 	background-image: url(../images/mobile/custom.png);*/
	background-size: auto 25px;
	background-repeat: no-repeat;
	visibility: visible !important;
}
#main .custom .content {
	background-position: left 50px;
	width: 100%;
	background-size: 100% auto;
}
#main .custom {
    visibility: visible !important;
}
/* 內頁 ----------------------------------------*/
.page {
	overflow: hidden;
	background-color: #FFFFFF;
	width: 100%;
}
/* 所有選單最外層包裝 ---------*/
#links {
	width: 100%;
	text-align: center;
	padding-top: 20px;
	float: left;
	display: none;
}
/* 選單塊最外層包裝 */
#links .menu {
	width: 100%;
	background-color: #232323;
	display: inline-block;
	margin-bottom: 10px;
}

/* 選單外層 */
#links .class {
	border-bottom: 1px dotted #999999;
	width: auto;
	margin-left: 15px;
	margin-right: 15px;
}
/* 選單-無分類 */
#links .list a {
	width: auto;
	height: auto;
	display: block;
	border-bottom: 1px dotted #FFFFFF;
	color: #FFFFFF;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
	padding-top: 8px;
	padding-left: 5px;
	margin-left: 10px;
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
}
#links .list a:hover {
	color: #0099FF;
}
/* 選單自定義區塊 */
#links .custom {
	width: 100%;
	height: 120px;
	background-image: url(../images/pc/page_custom.jpg);
	background-repeat: no-repeat;
}

/* 內容最外層包裝 ---------*/
#content {
	overflow: hidden;
	background-color: #FFFFFF;
}
#content .content {
	word-wrap: break-word;
	word-break: break-all;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	overflow: hidden;
	line-height: 22px;
	padding-top: 10px;
}
#content .title_share {
	float: right;
	width: 140px;
	clear: both;
	padding-top: 0px;
	padding-right: 10px;
}
/* 內容標頭 */
#content #title_menu {
	padding-bottom: 0px;
	padding-top: 0px;
}

#content .title_name {
	padding-left: 20px;
	background-position: 5px 15px;
	float: none;
}

/* 最新消息共幾頁數字 */
#content .total {
	float: none;
	padding-top: 20px;
}
/* 最新消息-內頁日期 */
#content .news_date {
	float: none;
	color: #999999;
	font-size: 12px;
}
.web_share div{
	background-size: 32px 32px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	display: inline-block;
}
.sh_line {
	display: inline-block !important;
}

/* 產品 */
ul.pd li {
	width: 46%;
	display: inline-block; /*擁有inline不會換行的特性，還可以像block一樣設定width,height,background-image等值*/
	vertical-align: top;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
}

/* 產品內頁 */
.pd_left {
	width: auto;
	float: none;
}
.pd_right {
	width: auto;
	float: none;
}
.pd_right .padding {
	padding-left: 0px;
	padding-right: 0px;
}
.pd_share {
	float: none;
	width: 140px;
}
.pd_title {
	color: #4B4B4B;
	font-size: 20px;
	font-weight: bold;
	font-family: "微軟正黑體","蘋果儷黑體","新細明體" ,Arial, Verdana, Helvetica, sans-serif;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #707070;
}
.pd_content {
	clear: both;
	margin-top: 10px;
}
ul.pd_list {
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
ul.pd_list li {
	width: 17%;
	display: inline-block; /*擁有inline不會換行的特性，還可以像block一樣設定width,height,background-image等值*/
	vertical-align: top;
	padding: 1px;
	border: 1px solid #CACACA;
}
ul.pd_album_list li {
	width: 17%;
	display: inline-block; /*擁有inline不會換行的特性，還可以像block一樣設定width,height,background-image等值*/
	vertical-align: top;
	padding: 1px;
	border: 1px solid #CACACA;
}
.blog_box_p{
	width: 250px;
	height: auto;
	background-color: #000000;
	float: none;
	margin-right: auto;
	text-align: center;
	border-right: 1px solid #FFFFFF;
	margin-left: auto;
}
.blog_box_p img{
	border: 1px solid #D3D3D3;
}
.blog_box_list{
	border: 1px solid #D0D0D0;
	background-color: #FFFFFF;
	padding-right: 10px;
	overflow: hidden;
	cursor: pointer;
	padding-left: 10px;
	padding-top: 10px;
}
.blog_content_list{
	overflow: hidden;
	height: auto;
	color: #4D4D4D;
	border-top: 1px solid #E3E3E3;
	padding-top: 10px;
	line-height: 25px;
}
.blog_box{
	border: 1px solid #D0D0D0;
	padding-bottom: 15px;
	padding-top: 15px;
	background-color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	overflow: hidden;
}
.blog_top{
	background-image: url(../images/pc/hot.png);
	background-repeat: no-repeat;
	background-size: 17px auto;
	padding-left: 20px;
	background-position: 0px top;
}
.blog_bottom {
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	clear: both;
}
.blog_reply_form {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.blog_more{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* 登入註冊 ----------------------------------------*/
#log_in {
	width: 100%;
	left: 0px;
	position: absolute;
	margin-left: 0px;
	top: 50px;
	background-image: url(../images/pc/b2.png);
	-webkit-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
}
.member_box {
	padding: 5px;
	background-color: #FFFFFF;
}
.member_content {
	padding: 5px;
	border: 1px solid #D2D2D2;
	border-radius: 10px;
	font-size: 16px;
}
.float_left {
	display: block;
}
.float_left table{
	width: 0% !important;
}
/* 購物車 ----------------------------------------*/
.shop_box {
	padding: 3px;
	background-color: #FFFFFF;
}
.shop_member {
	width: 100%;
}
#m_menu_shop{
	display: block;
	text-align: right;
	background-color: #009AF3;
	height: 35px;
	padding-top: 4px;
	width: auto;
}
#m_menu_shop a {
	color: #FFFFFF;
	text-decoration: none;
}
.shop_bar{
	border-radius: 0px;
	border: 0px solid #8E8E8E;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 30px;
	padding-bottom: 3px;
	background-color: #009AF3;
	display: inline-block;
	margin-left: 0px;
	background-image: url(../images/pc/cart_icon.png);
	background-repeat: no-repeat;
	background-size: 25px auto;
	background-position: 2px 3px;
	text-decoration: none;
}
.discount img{
	float: none;
	margin-right: auto;
	width: 100%;
}
.shop_ban{
	margin-right: 5px;
}
/* 表單 */
#form {
	width: 100%;
}
#form_member_edit{
	width: 100%;
}
#address{
	width: 95%;
}
#o_mail{
	width: 95%;
	margin-top: 5px;
}
.all_checkbox li{
	display: block;
}
.shop_member_but{
	width: auto;
	float: none;
	text-align: center;
}
.all_radio li{
	display: block;
}
.end_box{
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0px;
	margin-left: 0px;
}
.but2 {
	cursor: pointer;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(237,237,237,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(237,237,237,1.00) 100%);
	color: #232323;
	font-size: 18px;
	width: 100%;
	height: 80px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.but8 {
	width: 90%;
}
.banner{
  display: none;  
}
.m_banner{
  display: block;
}
.swiper-container{
    --swiper-navigation-size: 20px;/* 设置按钮大小 */
}
}
