body {
	font: 13px/1.6em "Century Gothic", Arial, 'Microsoft JhengHei', "蘋果儷中黑", "儷黑 Pro", "新細明體", "sans-serif";
	color: #191919;
	min-width: 1050px;
}
a {
	text-decoration: none;
	display: inline-block
}
:focus {
	outline: none;
}
i {
	font-style: normal;
}
.header, .footer {
	width: 100%;
	margin: auto
}
.hd_pc {
	width: 100%;
}
.hd_m {
	display: none;
}
.m_mode {
	display: none;
}
.pc_mode {
}
.M_menu_wrap {
	display: none;
}

.vipEventMenu {
	width: 1200px;
	height: 70px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

/**main_wrapper**/
.main_wrapper {
	position: relative;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
	background: url(../images/rule_bg_01.png) no-repeat top center, url(../images/rule_bg_02.png) no-repeat fixed bottom;
	padding-bottom: 0px;
}

/**kv_wrapper**/
.kv_wrapper {
    overflow-x: hidden;
    overflow-y: hidden;
	position: relative;
}

/**kv_container**/
.kv_container {
    position: relative;
    z-index: 1;
    margin: auto;
    width: 1200px;
}

/**
.kv_logo {
	position: absolute;
	left: 0px;
	top: 20px;
	transition: .2s ease-in-out;
	z-index: 1;
}
**/

/**.kv_logo:hover {
	filter: brightness(150%);
	transform: translateY(-5px);
}**/


/**rule_wrapper**/
.rule_wrapper {
  position: relative;
  width: 1100px;
  margin: 0px auto 50px;
  top: 30px;
}

.rule_container{
  background-color: #fff; 
  border: solid 3px #fff;  
  border-radius: 20px;
}

/**rule_content**/
.rule_content {
  margin: auto;
  padding: 30px;
  width: 90%;
  border-radius: 20px;
  background: #fff;
  font-size: 15px;
  line-height: 25px;
}

.rule_wrapper h1{
 font-size: 32px;  font-weight: 800;  text-align: center;  background-color: #d58931;  color: #fff;  border-radius: 20px 20px 0 0;  padding: 25px 0; line-height: 35px;	
}

.rule_wrapper h2 {
  display: inline-block;
  margin: 10px 0;
  padding: 5px 20px;
  border-radius: 20px;
  background: #5f3f1a;
  color: #e0d0bd;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.rule_wrapper h3 {
  color: #d58931;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  margin-top: 20px;
}

.rule_wrapper li {
	margin-left: 25px;
	padding: 2px 0;
	list-style-type: disc;
}

.rule a {
  display: inline-block;
}

a.btn_back {
	display: block;
	margin: auto;
	padding: 10px 20px;
	width: 150px;
	border-radius: 50px;
	background-color: darkred;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 24px;
	transition: linear .2s;
	cursor: pointer;	
}

a.btn_back:hover, a.btn_back:focus, a.btn_back:active {
	background-color: tomato;
}

a.btn {
	display: inline-block;
	padding: 5px 15px;
	border-radius: 50px;
	background-color: #000;
	color: #ffea00;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	transition: linear .2s;
	cursor: pointer;
	font-weight: bold;	
	margin-top: 5px;
}

a.btn:hover, a.btn:focus, a.btn:active {
	background-color: #ffea00;
	color: #000;
	transform: translateX(10px);
}


/*float*/
.float_wrapper {
  position: fixed;
  top: 40px;
  right: 0;
  z-index: 999;
  display: none;
}
.float_main {
  width: 90px;
  background: rgba(95, 63, 26, 0.8);
  border-radius: 10px 0 0 10px;
  padding: 0 5px;
}
.go_top {
  display: block;
  cursor: pointer;
}
.float_main li {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 15px;
}
.float_main li.highlight1 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.05em;
  border-radius: 20px 0 0 0;
  padding-top: 20px;
  padding-left: 2px;
  color: #fff;
  font-weight: bold;
}

.float_main li.highlight1:after {
  background: yellow;
}
.float_main li.highlight0 {
  margin-top: 5px;
  padding: 0px; 
  background-color: #a2835f;
  border-radius: 30px;
  font-weight: bold;
}
.float_main li.highlight0 > ul {
  border-top: 1px dotted;
}
.float_main li.highlight2 {
  font-size: 24px;
  padding-bottom: 20px;
  padding-left: 2px;
}
.float_main li a {
  position: relative;
  z-index: 500;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  padding: 5px 0 5px;
}
.float_main li a:hover {
  color: #e4d4c0;
}
.float_main li a:after {
  position: absolute;
  right: 51%;
  bottom: 0;
  left: 51%;
  z-index: 1;
  height: 2px;
  background: #e4d4c0;
  content: "";
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: left, right;
  transition-property: left, right;
}
.float_main a:hover:after {
  right: 10%;
  left: 10%;
}
.float_main li.catagory {
  width: 100%;
  float: left;
  border-bottom: 1px dotted #d73e29;
}
.float_main li.catagory.on {
  background-color: #fff95a;
}
/**.float_main li.catagory:nth-child(2n) {
  border-left: 1px dotted #d73e29;
}**/
.float_main li.catagory a {
  color: #d63853;
}

/**promotionBlock_forVIPday標籤**/
.promotionBlock { position: relative; }
.promotionBlock .activity {	left: 0px;	position: absolute;	bottom: 0;	width: 100%; z-index: 100; line-height: 0;}
.promotionBlock .activity img { width: 100%; }


.bg_fly/*浮動*/ {
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/float.png") no-repeat center;
  position: fixed;
  z-index: 100;
  display: none;
  pointer-events:none;
}


@media screen and (max-width:768px) {
body {
	min-width: inherit;
	background-color: #c0ae98;	
}
* {
	box-sizing: border-box;
}
.header {
	width: 100vw
}
.footer {
	display: none;
}
.hd_pc {
	display: none;
}
.hd_m {
	display: block
}
.m_mode {
	display: block
}
.pc_mode {
	display: none;
}
.main_wrapper {
	width: 100vw;
	background: url(../images/kv_bg.png) no-repeat top center, url(../images/main_bg.png) no-repeat fixed bottom;
	background-size: 200vw;
	/**background-position: center 11vw !important;**/
}

.kv_wrapper{
	width: 100vw; 
}

.kv_container{
	width: 100vw;
	height: 76vw;
}	
	
.kv_container img{ width:100%;}
	
.kv_slogan{
	width: 80vw;
	top: -3vw;
	left: 11.5vw;
	z-index: 999;
}	

.kv_text{
	width: 35vw;
	left: -7vw;
	top: 64.5vw;
}
	
.kv_text02{
	width: 30vw;
	right: -4vw;
	top: 64vw;
}
	
.kv_left, .kv_right{
	display: none;
}
	
.kv_product{
	width: 49vw;
	top: 24.5vw;
	right: 24vw;
}

.kv_but a{
	width: 33vw;
	top: 66vw;
	right: 31vw;
}	

.kv_deco{
	width: 100vw;
	top: 1vw;
	left: 0vw;
}	
		
.event_wrapper{
	width: 100vw;
	height: auto;
}	
	
.event_container{
	width: 100vw;
	height: 40vw;
}
.event_item li{ 
	width: 30.5%;
	margin: 0 5px;
}
.event_item li img{ width: 100%;}
	
.event_M{
	display: block;
	width: 100vw;
	height: auto;
}	
	
.event_M img{ width: 100%;}	
.event_but a{ 
	width: 28.5vw;
	top: 22.55vw;
	left: 1vw;
}
	
.page_wrapper{ 
	top:0vw;
}
.page_container{
	width: 90vw;
	height: 22vw;
}
.page_item li{ 
	width: 45%;
	margin: 0 2vw;
}
.page_item li img{ 
	width: 100%;
}
	
	
	
.bg_fly { display: none; }

/**bestsale**/
.content{
	display: none;
}
	

	
.title_brand{
	width: 100vw;
	left: 0vw;
	top: -11vw;
}

.title_brand img{
	width: 100%;
}	
	
.category_container{
    width: 100%;	 
}

.category_item{
	top: 12vw;
}	
	
.category_item li{
    display: inline;
    float: left;
    width: 49%;
	cursor: pointer; 
	margin-left: 1vw;
}
	
.category_item li img{
	width: 100%
}	


	
.float_wrapper {
	display: none !important;
}

.manu_wrapper {
	display: none;
}
/**prod_m**/
.prod_wrapper {
	margin-bottom: 0;
	top:0px;
}	
	
.ProductList {
	width: 100vw;
	right: 0;
}
.ProductList .item {
	width: 49vw;
	margin: 0 .5vw;
	margin-bottom: 10px;
}
	
.prod_container {
	margin-bottom: 50px;	
}	
 /*產品線間格_m*/
.ProductList .item_0, .ProductList .item_1 {
    margin-top: 18vw !important;
 }
	
.ProductList .item:nth-child(8n+1), .ProductList .item:nth-child(8n+2){
    margin-top: 22vw !important;
}
	
.ProductList .item:nth-child(8n+3), .ProductList .item:nth-child(8n+4){
	margin-top: 0vw !important;
}	

	
.ProductList .ProductImg {
	width: 49vw;
	height: 49vw;
	border: 0;
}
	
.ProductList .ProductDesc {
	height: 36px;
	overflow: hidden;
	line-height: 36px;
	font-size: 14px;
	padding: 0 3px;
}
.item .ProductName {
	color: #000;
	height: 38px;
	overflow: hidden;
	font-size: 14px;
	text-align: center;
	padding: 4px 5px;
	line-height: 18px;
}
.item .ProducPrice span, .item .Event_Condition i span {
	font-size: 24px;
}
	
.ProductList .item .sub_tit {
	width: 100vw;
	height: 14vw;
	left: 2vw !important;
	top: -22vw !important;
}
	
.ProductList .item .sub_tit img {
	width: 95%;	
}	
	
.prod_container_bg_01, .prod_container_bg_02, .prod_container_bg_03,
.prod_container_bg_04, .prod_container_bg_05, .prod_container_bg_06{
  height: calc(245vw + 300px) !important;  
  margin-top: 18vw;
  background-image: url("../images/"); 	
  background-color: #252a92;
  background-size:cover;
}
	
.prod_container_bg_03_big{
  height: calc(520vw + 300px) !important;  
  margin-top: 18vw;
  background-image: url("../images/"); 	
  /**background-color: #252a92;**/
  background-size:cover;
}	
	
/**rule_container_m**/
.rule_wrapper{
	top:0px;
}	
.rule_container {
    width: 100vw;
    margin-top: 0vh;
}
.rule_content{
	width: 98%;
}
	
.rule_wrapper h1{
    font-size: 25px;
	padding: 15px 0;	
}	
	
.rule_content span{
	display: block!important;
}
	
.coupon{ width: 100vw; margin: 0 auto; display:inline-block; position: relative; left: 0px;}
.coupon ul li{ float: left; width: 40vw;}
.coupon ul li img{ width: 100%;}	
.coupon ul li.big {width: 90vw;}	
	
	
/*M版按鈕&分會場*/
.M_menu_wrap{ display:block; position: absolute; }
.M_menu_block{ position: fixed; bottom:0; /**background: rgba(0,0,0,1)**/; width: 100%; z-index: 999; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%, #111));}
.M_menu_block ul li{ width: 20vw; box-sizing: border-box;text-align: center; float: left; height: 50px; cursor: pointer; 
border-top: 1px solid #999;border-right: 1px solid #666;border-left: 1px solid #222;}
.M_menu_block ul li.best{ width: 20vw;}	
/**.M_menu_block ul li:last-child{border:none;}**/
.M_menu_block ul li:before{content:''; display: inline-block; vertical-align: middle; height: 100%;}
.M_menu_block ul li a{ display: inline-block; width: 100%; color: #fff; font-size: 12px; line-height: 18px; vertical-align:middle; }
.M_menu_block ul li.best a {color: #bea282;}	
.M_menu_filter{ display: none; position: fixed; bottom:60px; width: 95%; margin: auto; left: 0; right: 0; background: #fefefe; border-radius: 10px;z-index: 999;}
.M_menu_filter:after{content:''; display: inline-block;width: 0; height: 0; border-width:7px; border-color:#fefefe transparent transparent transparent ; border-style:solid; position: absolute; left: 0; right: 0; bottom:-14px; margin: auto;}
.M_menu_filter ul li{ width: 33.3%; box-sizing: border-box;text-align: center; float: left; height: 50px; padding: 5px; }
.M_menu_filter ul li a{background: darkred;  display: block; font-size: 14px; height: 35px; color: #fff;vertical-align: middle; border-radius: 20px;}
.M_menu_filter ul li a:before{content:''; display: inline-block; vertical-align: middle; height: 100%;}
.bk_mask{display: none; position: fixed; width: 100vw; height: 100vh; background: rgba(0,0,0,.8); top:0;z-index: 999;} 
	
}

@media screen and (max-width:375px) {
.kv_text{
	width: 35vw;
	left: -7vw;
	top: 65.4vw;
}
	
.kv_text02{
	width: 30vw;
	right: -4vw;
	top: 64.8vw;
}
	
}

