body {
	font: 13px/1.6em "Century Gothic", Arial, 'Microsoft JhengHei', "蘋果儷中黑", "儷黑 Pro", "新細明體", "sans-serif";
	color: #000;
	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/kv_bg.png) no-repeat top center, url(../images/main_bg.png) ;*/
}

/**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;
    height: 1900px;
}

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

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

/**標題**/
.kv_slogan {
	position: absolute;
	left: 223px;
	top: 118px;
	margin: auto;
	z-index: 7;
}

.kv_slogan_s {
	position: absolute;
	left: 200px;
	top: 407px;
	z-index: 6;	
}

/**登記抽按鈕**/
.kv_iphone {
	position: absolute;
	right: 239px;
	top: 34px;
	z-index: 9;
}

.kv_iphone a{
	transition: .2s ease-in-out;	
}

.kv_iphone a:hover{
	transform: translateY(-8px);
    filter: brightness(125%);	
}

.kv_iphone_text {
	position: absolute;
	right: 216px;
	top: 89px;
	z-index: 8;
}

/**大都會BN**/
.kv_bn{
	position: absolute;
	right: 107px;
	top: 603px;
	z-index: 5;
}

.kv_bn a{
	transition: .2s ease-in-out;	
}

.kv_bn a:hover{
	transform: scale(0.97);
    filter: brightness(125%);	
}

/**煙火**/
.kv_firework_a {
	position: absolute;
	left: -59px;
	top: 138px;
	z-index: 3;
}

.kv_firework_b {
	position: absolute;
	right: -135px;
	top: -40px;
	z-index: 4;
}

/*煙火動畫*/	
.kv_firework_a{
 animation-name: kv_firework_a;
 -webkit-animation-name: kv_firework_a; 
 animation-duration: 2.6s; 
 -webkit-animation-duration: 2.6s;
 animation-timing-function: ease-out; 
 -webkit-animation-timing-function: ease-out;
 animation-iteration-count: infinite;
 -webkit-animation-iteration-count: infinite;  
/* visibility: visible !important; */
}
@keyframes kv_firework_a {
 0% {
  transform: scale(0);
  opacity: 0; 
 }
 10% {
  transform: scale(0.7);
  opacity: 1; 
 }
 45% {
  transform: scale(1.5); 
 } 
 50% {
  transform: /*scale(1)*/translateY(10%);
  opacity: 0.0;  
 }
 100% {
  opacity: 0.0;  
 }
}

@-webkit-keyframes kv_firework_a {
 0% {
  -webkit-transform: scale(0);
  opacity: 0;
 }
 10% {
  -webkit-transform: scale(0.7);
  opacity: 1; 
 }
 45% {
  -webkit-transform: scale(1.5); 
 } 
 50% {
  -webkit-transform: /*scale(1)*/translateY(10%);
  opacity: 0.0;}  
 100% {
  opacity: 0.0;   
 }  
}

.kv_firework_b{
 animation-name: kv_firework_b;
 -webkit-animation-name: kv_firework_b; 
 animation-duration: 2.6s; 
 -webkit-animation-duration: 2.6s;
 animation-timing-function: ease-out; 
 -webkit-animation-timing-function: ease-out;
 animation-iteration-count: infinite;
 -webkit-animation-iteration-count: infinite;  
/* visibility: visible !important; */
}
@keyframes kv_firework_b {
  0% {
  opacity: 0.0;  
 }
 50% {
  transform: scale(0);
  opacity: 0; 
 }
 60% {
  transform: scale(0.9);
  opacity: 1; 
 }
 95% {
  transform: scale(1.2); 
 } 
  100% {
  transform: /*scale(1)*/translateY(10%);
  opacity: 0.0;  
 }
 }

/**kv_flag**/
.kv_flag{
  position: absolute;
  left: -403px;
  top: 890px;
  z-index: 2;
}

/**main_bg**/
.bg_wrapper{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: -2;
  background: url("../images/main_bg.png") repeat top center;
}

/**kv_bg**/
.bg_kv{
  background: url(../images/kv_bg.jpg) no-repeat top center;
  height: 100%;
}

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

/**分頁按鈕**/
.category_wrapper {
    position: absolute;
    margin-top: 890px;
	z-index: 100;
	left: 80px;
}
.category_container{
    width: 1200px;
    margin: auto;	 
}
.category_item:after {
    content: '';
    display: table;
    clear: both
}

.category_item li{
    display: inline;
    float: left;
    width: 520px;
	cursor: pointer; 
}

.category_item li a{
    transition: .2s ease-in-out;	
}

.category_item li a:hover {
    transform: scale(0.93);
    filter: brightness(125%);
}

/**LOGO按鈕**/
.logo_wrapper {
    position: absolute;
    margin-top: 1250px;
	z-index: 100;
}
.logo_container{
    width: 1200px;
    margin: auto;	 
}
.logo_item:after {
    content: '';
    display: table;
    clear: both
}

.logo_item li{
    display: inline;
    float: left;
    width: 300px;
	cursor: pointer; 
}

.logo_item li a{
    transition: .2s ease-in-out;	
}

.logo_item li a:hover {
    transform: scale(0.93);
    filter: brightness(125%);
}

/*float*/
.float_wrapper {
  position: fixed;
  top: 40px;
  right: 0;
  z-index: 999;
  display: none;
}
.float_main {
  width: 90px;
  background: rgba(143, 22, 126, 0.9);
  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: 20px;line-height: 20px; border-radius: 20px 0 0 0; padding-top: 20px; padding-left: 2px; color: #fff; font-weight: bold;}

.float_main li.highlight1:after{background: #fea099;}

.float_main li.highlight0 {
  padding-top: 3px;
  background-color: #ff5451;
  border-radius: 30px;
  color: #d73e29;
  margin-top: 5px;
}

.float_main li.highlight0 a{
  color: #fff;
}

.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.highlight2 a {
  color: #fff;
}

.float_main li a {
  position: relative;
  z-index: 500;
  color: #fff;
  cursor: pointer;
  font-weight: 800;
  padding: 5px 0 5px;
}

.float_main li a:hover {
  color: yellow;
}
.float_main li a:after {
  position: absolute;
  right: 51%;
  bottom: 0;
  left: 51%;
  z-index: 1;
  height: 2px;
  background: yellow;
  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: #d73e29;
}

/**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%; }


/**prod**/
.prod_wrapper {
  position: relative;
  background: url("../images/");
  margin-bottom: 150px;
}
.prod_container {
  position: relative;
  z-index: 100;
  /**overflow: hidden;**/
}
.ProductList {
  position: relative;
  z-index: 500;
  margin: auto;
  width: 1200px;
  /*overflow: hidden;*/
  right: -55px;
}
.ProductList:after {
  clear: both;
  display: table;
  content: '';
}
.ProductList .item {
  position: relative;
  float: left;
  width: 265px;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 10px;
  margin-bottom: 0px;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 5px;
  box-shadow:0px 0px 5px rgba(0%,0%,10%,0.4); 	
}
.ProductList .item > a {
  position: relative;
  display: block;
  transform: scale(.95);	
}
.ProductList .ProductImg {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 265px;
  height: 265px;
}
.ProductList .ProductImg img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: ease-out .1s;
  transition: ease-out .1s;
}
.ProductList .item > a:hover .ProductImg img {
  transform: scale(1.05);
  filter: brightness(110%);
}
.ProductList .ProductDesc {
  overflow: hidden;
  margin: 0 3px;
  border-radius: 35px 0px;
  background-image: repeating-linear-gradient(90deg, rgb(144, 23, 159) -1%, rgb(255, 91, 77) 101%);/**行銷文底色**/
  padding: 0 5px;
  height: 36px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 36px;
}

/**瘋搶行銷文底色**/
 .ProductList .item_0 .ProductDesc,  .ProductList .item_1 .ProductDesc, .ProductList .item_2 .ProductDesc, .ProductList .item_3 .ProductDesc {
  background-image: repeating-linear-gradient(90deg, rgb(165, 0, 7) -1%, rgb(255, 91, 77) 101%);}

.item .ProductName {
  overflow: hidden;
  padding: 4px 5px;
  height: 38px;
  color: #000;
  text-align: center;
  font-size: 15px;
  line-height: 21px;
}
.item .ProducPrice, .item .Event_Condition {
  padding: 3px 2px 7px 2px;
  height: 35px;
  color: #F00;
}
.item .ProducPrice label {
  cursor: pointer;
}
.item .ProducPrice i em span {
  margin: 0 10px 0 0;
  color: #747474;
  font-weight: 100;
  font-size: 13px;
}
.item .ProducPrice span, .item .Event_Condition i span {
  margin: 0 2px 0 2px;
  font-weight: 500;
  font-size: 32px;
  line-height: 30px;
}
.item .ProducPrice i em {
  color: #747474;
  text-decoration: line-through;
  font-style: normal;
}
.item .ProducPrice .price_txt {
  color: #F00;
  font-size: 15px;
  line-height: 26px;
}

/**瘋搶4品加搶字**/
.item_0 .ProducPrice, .item_1 .ProducPrice, .item_2 .ProducPrice, .item_3 .ProducPrice {
    padding: 7px 10px 0 10px;
    height: 45px;
    color: #fff !important;
    background: url(../images/buy_bg.png) right center no-repeat #4c2ca0;
    background-size: cover;
    position: relative;
    text-align: left;
    margin-top: 3px;
}

/**8品分區間格**/
.ProductList .item_0, .ProductList .item_1, .ProductList .item_2, .ProductList .item_3{
  margin-top: 155px;
}

.ProductList .item_4, .ProductList .item_5, .ProductList .item_6, .ProductList .item_7,
.ProductList .item_12, .ProductList .item_13, .ProductList .item_14, .ProductList .item_15{
  margin-top: 263px;
} 

.ProductList .item_20, .ProductList .item_21, .ProductList .item_22, .ProductList .item_23,
.ProductList .item_28, .ProductList .item_29, .ProductList .item_30, .ProductList .item_31,
.ProductList .item_36, .ProductList .item_37, .ProductList .item_38, .ProductList .item_39,
.ProductList .item_44, .ProductList .item_45, .ProductList .item_46, .ProductList .item_47, 
.ProductList .item_52, .ProductList .item_53, .ProductList .item_54, .ProductList .item_55, 
.ProductList .item_60, .ProductList .item_61, .ProductList .item_62, .ProductList .item_63,
.ProductList .item_68, .ProductList .item_69, .ProductList .item_70, .ProductList .item_71{
  margin-top: 268px;
}

/**ProductListBG**/
.prod_container_bg {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  margin: auto;
  width: 1200px;
}

/**瘋搶4品背景**/
.prod_container_bg_01{ 
  width: 1200px; 
  left: 0; 
  right: 0; 
  margin: auto; 
  height: 500px !important;  
  margin-top: 100px; 
  background: rgba(91, 53,191, 0.8);
  border-radius: 30px;
}

/**產品線分區背景**/
.prod_container_bg_02, .prod_container_bg_03, .prod_container_bg_04, .prod_container_bg_05,
.prod_container_bg_06, .prod_container_bg_07, .prod_container_bg_08, .prod_container_bg_09, .prod_container_bg_10{ 
  width: 1200px; 
  left: 0; 
  right: 0; 
  margin: auto; 
  height: 900px !important;  
  margin-top: 150px; 
  border: 6px solid rgba(255, 255, 255, 0.8);
  border-radius: 30px;
}


/**title**/
.tit {
  display: none;
  margin: auto;
}
.ProductList .item .sub_tit {}
.ProductList .item .sub_tit a {
  display: inline-block;
}

.ProductList .item_0 .sub_tit, .ProductList .item_4 .sub_tit, .ProductList .item_12 .sub_tit,
.ProductList .item_20 .sub_tit, .ProductList .item_28 .sub_tit, .ProductList .item_36 .sub_tit,
.ProductList .item_44 .sub_tit, .ProductList .item_52 .sub_tit, .ProductList .item_60 .sub_tit,
.ProductList .item_68 .sub_tit{
  top: -145px !important;
  display: block ;
  position: absolute;
  left: -50px !important;
  width: 1200px;
  height: 160px;
}



/**瘋搶4品ProducPrice color**/
.item_0 .ProducPrice i em span, .item_1 .ProducPrice i em span, .item_2 .ProducPrice i em span, .item_3 .ProducPrice i em span,
.item_0 .ProducPrice em, .item_1 .ProducPrice em, .item_2 .ProducPrice em, .item_3 .ProducPrice em{
	color: #ccc !important;
}

/**tag wfe******************/
.tag_wfe {
	width: 20px;
	height: 20px;
	background: url(//www.payeasy.com.tw/pezlib/images/tag_wfe_s.png) left;
	position: relative;
	display: inline-block;
	top: -5px;
	background-size: cover;
	vertical-align: middle
}
.tag_wfe.checked {
	background-position: right;
}
.tag_wfe .brief {
	position: absolute;
	background: #E36E1A;
	width: 64px;
	line-height: 16px!important;
	color: #f6f6f6 !important;
	display: none;
	z-index: 10;
	text-align: center;
	left: 25px;
	top: -5px;
	font-size: 12px !important;
}
.tag_wfe:hover .brief {
	display: block;
}
.tag_wfe.checked:hover .brief {
	display: none;
}
.tag_wfe .brief:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	left: -10px;
	top: 10px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent #E36E1A transparent transparent;
}
/**tag**/
.tag_wrapper {
	width: 900px;
	margin: 0 auto 20px;
	text-align: center;
	font-size: 18px;
}
.tag_wrapper:after {
	content: '';
	display: table;
	clear: both;
}
.tag_wrapper a {
	display: inline-block;
	margin: 8px;
	padding: 5px 10px;
	float: left;
	background: rgba(255,255,255,0.2);
	color: #fff;
	cursor: pointer;
	border-radius: 30px;
	transition: linear .2s;
}
.tag_wrapper a:hover {
	background: rgba(255,255,255,0.6);
}


.bn{width: 1050px; margin: auto;}
.bn:after{ content:'';display: table; clear: both}
.bn a{display:block; transition: 0.2s linear; line-height: 0;}
.bn a:hover,.bn a:focus,.bn a:active{filter:brightness(1.1); -webkit-box-shadow: 0px 5px 10px 0px rgba(255,246,196,1);
-moz-box-shadow: 0px 5px 10px 0px rgba(255,246,196,1);
box-shadow: 0px 5px 10px 0px rgba(255,246,196,1);}
.bn2{ width:48%; float:left; margin: 10px 1%;}
.bn2 img{ width:100%;}
/**/



@media screen and (max-width:767px) {
body {
	min-width: inherit;
	background-color: #0e0a24;	
}
* {
	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-position: center 11vw !important;**/
}

.kv_wrapper{
	background-size: 230vw !important;
	width: 100vw;
	height: 175vw;/**kv區塊內容的高度**/
}
	
.kv_container {
	width: 100vw;
}	

.kv_logo {display: none!important;}
	
/**標題**/	
.kv_slogan { 
	width: 34.5vw;
	top: 8.5vw;
	left: 13vw;
}	
	
.kv_slogan img{
	width: 100%;
}
	
.kv_slogan_s {
	width: 47vw;
	top: 37.5vw;
	left: 8vw;
}
	
.kv_slogan_s img{
	width: 100%;		
}	

/**登記抽按鈕**/	
.kv_iphone{
	width: 42vw;
	top: -0.5vw;
	right: 14vw;
}

.kv_iphone img{
	width: 100%;		
}
	
.kv_iphone_text{
	width: 6vw;
	top: 8.5vw;
	right: 13vw;
}

.kv_iphone_text img{
	width: 100%;		
}	

/**大都會BN**/	
.kv_bn{
	width: 90vw;
	top: 54vw;
	right: 4.5vw;
}

.kv_bn img{
	width: 100%;		
}	
	
/**煙火**/	
.kv_firework_a{
	width: 32vw;
	top: 9vw;
	left: -11vw;
}
	
.kv_firework_a img{
	width: 100%;		
}	
	
.kv_firework_b{
	width: 32vw;
	top: -9vw;
	right: -15vw;	
}
	
.kv_firework_b img{
	width: 100%;		
}
	
/**kv_flag**/
.kv_flag{
  width: 145vw;
  left: -23vw;
  top: 93vw;
}

.kv_flag img{
  width: 100%;		
}	
	
.bg_wrapper{
	width: 100vw;
}
	
/**M版kv比例**/	
.bg_kv{
	background-size: 180vw;
}	
	
.bg_fly { display: none; }

	
/**分頁按鈕**/
.category_wrapper {
    margin-top: 81vw;
	width: 100vw;
	left: 0px;
}
.category_container{
    width: 100%;	 
}

.category_item li{
    display: inline;
    float: left;
    width: 50%;
	cursor: pointer; 
}
	
.category_item li img{
	width: 100%
}
	
/**LOGO按鈕**/
.logo_wrapper{
	margin-top: 119vw;
	width: 100vw;
	left: 0px;
}
	
.logo_container{
    width: 100%;	 
}

.logo_item li{
    display: inline;
    float: left;
    width: 25%;
	cursor: pointer; 
}
	
.logo_item li img{
	width: 100%
}
	
/**brand_title**/	
.brand_title{
	width: 100vw;
}	

.brand_title img{
	width: 100%;
}	
	
.float_wrapper {
	display: none !important;
}

.manu_wrapper {
	display: none;
}
	
/**prod_m**/
.prod_wrapper {
	background: #180f41;/**改PID區塊背景顏色**/
	margin-bottom: 0;	
}	
	
.ProductList {
	width: 100vw;
	right: 0;
}
.ProductList .item {
	width: 49vw;
	margin: 0 .5vw;
	margin-bottom: 10px;
}
	
.prod_container {
	margin-bottom: 100px;	
}	
	
/*產品線間格_m*/
.ProductList .item_0,.ProductList .item_1{
	margin-top: 16vw !important;
}	
.ProductList .item_4,.ProductList .item_5,
.ProductList .item_12,.ProductList .item_13,
.ProductList .item_20,.ProductList .item_21,
.ProductList .item_28,.ProductList .item_29,
.ProductList .item_36,.ProductList .item_37,
.ProductList .item_44,.ProductList .item_45,
.ProductList .item_52,.ProductList .item_53,
.ProductList .item_60,.ProductList .item_61,
.ProductList .item_68,.ProductList .item_69{
    margin-top: 14vw !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: 12vw;
	left: -0.5vw !important;
	top: -13vw !important;
}
	
.ProductList .item .sub_tit img {
	width: 100%;	
}	

/**產品線分區背景**/	
.prod_container_bg_01, .prod_container_bg_02, .prod_container_bg_03,
.prod_container_bg_04, .prod_container_bg_05, .prod_container_bg_06,
.prod_container_bg_07, .prod_container_bg_08, .prod_container_bg_09,
.prod_container_bg_10{
  display: none;
}	

/*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: 200; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%, #111));}
.M_menu_block ul li{ width: 16.666vw; 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: 16.666vw;}	
/**.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: 15px; line-height: 18px; vertical-align:middle; }
.M_menu_block ul li.best a {color: yellow;}	
.M_menu_filter{ display: none; position: fixed; bottom:60px; width: 95%; margin: auto; left: 0; right: 0; background: #fefefe; border-radius: 10px;z-index: 200;}
.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: 100;} 
	
}
