@media screen and (min-width: 768px) and (max-width: 1200px) {
	
/* 範圍小於媒體本身大小時就變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版面被拖走*/
}
/* 版型最外層包裝------------------------------------*/
#wrapper {
	width: 100%;
}
.box_tr{
	width: 100% !important;
}
/* 版型頁眉-----------------------------------------*/
#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 {
	width: 100%;
}
/* 選單塊最外層包裝 */
#links .menu {
	width: 100%;
}
#links .list a {
	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;
    height: auto !important;
    float: none !important;
    clear: both;
    padding-top: 5px;
    padding-bottom: 5px;
}

.c_new1 {
    display: inline-block;
    width: 57%;
    vertical-align: top;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    color: #676767;
}
.c_new2 {
    display: inline-block;
    width: 39%;
    vertical-align: top;
}
.number_list{
  font-size: 30px;
  margin-bottom: 10px;
}
.number_list li{
  list-style-type: none;
  margin: 10px;
}
.number_list span{
  font-size: 38px;
}
.new_banner{
  height: 580px;
}
.new_banner .text {
    max-width: 500px;
    margin-top: 30px;
}


}
