@media screen and (min-width: 768px) and (max-width: 1300px) {
	
/* 範圍小於媒體本身大小時就變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%;
}
.p_show {
	display: none;	
}
.m_show {
	display: inline-block;	
}
iframe{
	width: 100%;
}
/* 版型最外層包裝------------------------------------*/
#wrapper {
	width: 100%;
}
/* 版型頁眉-----------------------------------------*/
#header {
	width: 100%;
}
/* 桌機選單 */
.attr_menu {
    display: none !important;
}
/* 手機選單icon */
.m_menu_icon {
	display: block;
}
#header .logo {
	margin-left: 60px;
}
#main {
	width: 100%;
}
.page {
	width: 100%;
}
#form_member_edit{
	width: 100%;
}
#links .class {
	width: 100%;
}
.sh_line {
	display: inline-block !important;
}
.menu_shop {
	width: 100%;
}
.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: 200px;
	height: 80px;
}
.but8 {
	width: 220px;
}
.menu_shop{
	width: 100%;
}
.box_td, .box_tr {
    width: 100% !important;
}
.box_flex{
	display: block;
}
.m_table {
    overflow-x: auto;
}
.attr_products, .attr_text, .attr_blog, .attr_news, .attr_custom  {
  margin-left: 20px;
  margin-right: 20px;
}
  

}
