@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i');

html, body,  span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
tip,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  max-width: 1070px;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Ubuntu', sans-serif,"微軟正黑體";
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  
}

body {
  line-height: 1;

}
img {
    max-width: 100%;
    height: auto;
	padding-bottom:5px;
}

bk{color:#000;}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
  max-width: 1070px;
}



/* --------字    區-------- */	
.B{
font-style:900;}

.font8{
font-size:8px;}

.font10{
font-size:10px;}

.font12{
font-size:12px;}

.font13{
font-size:13px;}

.font14{
font-size:14px;}

.font16{
font-size:16px;}

.font18{
font-size:18px;}

.font20{
font-size:20px;}

.font24{
font-size:24px;}

.font26{
font-size:26px;}

.font28{
font-size:28px;}

.font30{
font-size:30px;}

bk{color:#000;}
wt{color: #fff;}
gray{color:#888888;}
rd{color:#9c1101;}
lrd{color:#ff0000;}
gd{color:#a48403;}
bu{color:#018dde;}
gn{color:#00693e;}
or{color:#ff440a;}
DBU{color:#0404fb;}
NV{color:#001f7c;}
TRBU{color:#02a2c4;}
daoi{color:#006699;}
aoi{color:#00693e;}
IN{color:#188390;}
gy{color:#bbbbbb;}
dgy{color:#888888;}
pk{color:#f14b7e;}

/*---- 分頁 ----*/

.page{
font-size:16px;
color:#333;
padding-top:20px;
}

.page_s{
letter-spacing:1px;
font-size:12px;
color:#999;
padding-top:20px;
}

.page:active{
border-bottom-style: solid;
}
/*     表 S       */

.ul{
  width: 100%;
  display: block;
 
}
.thead{display: table-header-group;}
.tr{display: table-row; }
.tr_sale{display: table-row; }
.tr_sale_4{display: table-row; }
.tbody{display: table-row-group;}
.thead li{

  display: table-cell;
  border: none;

}
.tr li{
  display: table-cell;
  border: none;
}

.tr_sale li{
  display: table-cell;
  border-top:none;
  border-right:none;
  border-left:none;
  border-bottom:1px solid #999999;
  padding-right:5px; 
  margin-bottom:5px!important;
}
.thead li, .tr li  a{
 
}
.thead li {
  text-align: center;
  
}


@media only screen and (max-width:600px){
  .thead{
    display: none;
  }
  .tr{
    display: block;
  }
  .tr li{
    display: inline-block;
    width: 100%;
	
  }
  /*
  .tr li:nth-child(even) { /*2大格 單數列
    padding-right:5px;
  */

  .tr li:before{
    display: inline-block;
    width: auto;
  }
  

  .tr_sale{
    display:block;
    border: none;
  }
  
  
  .tr_sale li{
    display:block;
    width: 100%;
    border-top:none;
	border-right:none;
	border-left:none;
	border-bottom:1px solid #999999;
	padding-right:0px; 
    margin-bottom:5px;
  }
  
  


}

@media only screen and (max-width:500px){

.tr_sale_2 li{

  width:239px;
  display: table-cell;
  border-top:none;
  border-right:none;
  border-left:none;
  border-bottom:1px solid #999999;
  padding-right:5px; 
  padding-top:5px; 

}

}
/*     表 E       */

/* Golf Point bulletin 公告區 S */

.mlctr-popup {
z-index: 109999999;
font-weight: 400;
}
.mlctr-popup .mlctr-popup-stripe {
	/* customize stripe */
	text-align: center;
	min-height: calc(55px + 2.5vw);
  -webkit-transition: height ease-out 0.2s;
  -moz-transition: height ease-out 0.2s;
	transition: height ease-out 0.2s;
	/* stripe defaults */
	position: fixed;
	bottom: 0px;
	width: 100%;
  z-index: 109999999;
  height: 100%;
  background-color: RGBA(0,0,0,0.8);
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

.mlctr-popup:target {
	display: none;
	visibility: hidden;
}
/* customizable popup content... */
.mlctr-popup-content {
  position: relative;
	width: 100%;
  height: 100%;
	margin: 0;
  padding: 0px;
	text-align: center;
	color: #000000;
	box-sizing: border-box;
}


.mlctr-content {
	height: 122px;
}
.mlctr-form-box {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
  height: 414px;

  background-size: 100% auto;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%) scale(1.0, 1.0);
  -webkit-font-smoothing: subpixel-antialiased;
  border: 0;
	margin: 0px auto;
  padding: 0;
	-webkit-box-shadow: 0px 4px 16px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 4px 16px rgba(0,0,0,0.2);
	box-shadow: 0px 4px 16px rgba(0,0,0,0.2);
	text-align: center;
}



a.mlctr-close {
  display: block;
  position: fixed;
  right: 0px;
  top: 0px;
	width: 6.5%;
	max-width: 54px;
  background: none;
  opacity: 0.8;
  cursor: pointer;
}
img.mlctr-close {
	width: 100%;
}
.mlctr-close:hover {
  opacity: 1;
}
}
/* Golf Point bulletin 公告區 E */

/*     境外 S       */

.oversea_note_c /*運費報價確認狀態用*/
{
    position: relative;
	display:inline-block;
	vertical-align:top;
	line-height:20px;
	left:3px;
	letter-spacing:1.2px;
}

.oversea_note_c:before
{
    content: " ";
    position: absolute;

}

.flag-tag {
	top: -13px;
    left:8%;
	min-width: 76px;
	position: absolute;
	font-size: 14px;
	padding-top: 86%;
	line-height: 20px;
	color: #fff;
	width: 113px;
	z-index:1;
}

.w3-btn,.w3-button{
border:none;
display:inline-block;
padding:10px 14px;
vertical-align:middle;
overflow:hidden;
text-decoration:none;
color:inherit;
background-color:inherit;
text-align:center;
cursor:pointer;
white-space:nowrap;
font-size:15px;}

.w3-btn:hover{
box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
}
.w3-btn,.w3-button{
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
}   

.w3-bar{
width:100%;
overflow:hidden;
}
.w3-center .w3-bar{
display:inline-block;
width:auto;
}
.w3-bar .w3-bar-item{
padding:5px 10px;
float:left;
width:auto;
border:none;
display:block;
outline:0;
}
.w3-bar .w3-button{
white-space:normal;
}

.oversea_rule_box{
text-align:left;
font-size:15px;
letter-spacing:0.2px;
line-height:20px;
padding:15px;
background-color:#f2f2f2;
}

/* Colors */
.w3-blue,.w3-hover-red:hover{color:#fff!important;background-color:#00a1d9!important}
.w3-black,.w3-hover-black:hover{color:#fff!important;background-color:#000!important}
  
/*     境外 E       */

.banner_info{ /*BANNER用內文*/
    width: 100%;
    padding:10px 10px 10px 15px;
	font-size: 16px ;
	color: #000;
	line-height: 2em;
	display:block;
}

/*競標首頁 細項*/
.note_main
{
    display: block;
	padding:5px 0 0 13px;
}
.note_b
{
    margin-bottom: 5px;
    position: relative;
}

.note_b:before
{
    content: " ";
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #000;
    position: absolute;
    left: -10px;
    top: 5px;
}
/*海外 購物車 注意事項*/

.note_oversea
{
    display: block;
	padding:5px 0 0 13px;
}
.note_a
{
    margin-bottom: 5px;
    position: relative;
}

.note_a:before
{
    content: " ";
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #000;
    position: absolute;
    left: -10px;
    top: 10px;
}
/* 海外 運費確認 button */
.button_ship_reply{
margin-top:5px;
color:#FFF;
background-color:#942700;
height:28px;
font-size:14px;
text-align:center;
width:140px;
border-style:double;
cursor:pointer;
border-width:0;
border-radius: 20px;
}

.button_ship_reply:hover{
background-color:#5c0000;
border-width:0;
}


/* SEARCH 搜尋*/
.search_bar {
  z-index: 2;
  position: absolute;
  top: 98px;
  right: 1px;
  width:30px;
}


/* SALE 特賣檔期外的常駐 SALE*/
.sale_item{
font-size:16px;
line-height:30px;
padding-top:10px;
padding-left:20px;
padding-bottom:10px;
}





/* 首頁 slider banner  S  */
.bx-wrapper {
  position: relative;
  margin-bottom:20px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;

}

ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*Chrome 調整*/
  -webkit-transform: translatez(0);
}

/* LOAD */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('../img/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
/* PAGE */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #888;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 7px; /*點點間距*/
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;

}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

.bx-wrapper .bx-prev {
  left: 10px;
  background: url('../img/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('../img/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 2;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('../img/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('../img/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  display: block;
  font-size: .85em;
  padding: 10px;
}
/* 首頁 slider banner  E  */


 /*---- 購物車 結帳步驟 ----*/
 
.cart_gray{
 COLOR:#000;
 size:16px;
 padding:5px 15px;
 letter-spacing:1px;
 line-height:22px;
 }
 
.main_18 { /* SHOPPING CART */
    font-size:18px;
	color:#3ca1d7;
	line-height: 30px;
	padding:8px 0 0 15px;
	letter-spacing: 2px;
 }
 /*---- 登 入 LOGIN ----*/
 
.login_area{
 COLOR:#000;
 size:16px;
 padding:5px 15px;
 letter-spacing:4px;
 line-height:28px;
 }
/* ----------  Button ------S------*/


.button_login_LINE{
color:#FFF;
background-color:#01c302;
padding-top:6px;
height:40px;
font-size:16px;
text-align:center;
width:100%;
border-style:double;
cursor:pointer;
border-width:0;
margin-top:12px;
}

.button_login_LINE:hover{
background-color:#82fe83;
}


.button_login_FB{
color:#FFF;
background-color:#4267b2;
padding-top:6px;
height:40px;
font-size:16px;
text-align:center;
width:100%;
border-style:double;
cursor:pointer;
border-width:0;
margin-top:12px;
}
.button_login_FB:hover{
background-color:#7c96d9;
}

.button_login{
color:#FFF;
background-color:#444;
height:40px;
font-size:16px;
text-align:center;
width:100%;
border-style:double;
cursor:pointer;
border-width:0;
}

a.button_login{
width:100%;
}

.button_store{
color:#FFF;
background-color:#aaa;
height:40px;
font-size:16px;
text-align:center;
width:100%;
border-style:double;
cursor:pointer;
border-width:0;
margin: 5px 0;
}

.button_store:hover{
background-color:#028ef0;
}

.button_login:hover{
background-color:#028ef0;
border-width:0;
}


.button_sort{
color:#000;
background-color:#fff;
padding-right:10px;
height:50px;
font-size:15px;
text-align:right;
cursor:pointer;
border:#00549e solid 0px;

}




.button_check{
margin-left:8px;
color:#FFF;
background-color:#444;
height:28px;
font-size:12px;
text-align:center;
width:30%;
border-style:double;
cursor:pointer;
border-width:0;
}

.button_check:hover{
background-color:#028ef0;
border-width:0;
}


.add_cart {
  float: center;
  border: 0;
  margin: 12px 3px 12px 0;
  background-color: #028ef0;
  padding:10px ;
  color: #fff;
  font-size: 16px;
  width:160px;

}

.add_cart:hover {
  background-color: #de5d35;
}

.add_favo {
  float: center;
  border: 0;
  margin: 12px 3px;
  background-color: #b38014;
  padding:10px ;
  color: #fff;
  font-size: 16px;
  width:160px;

}

.add_favo:hover {
  background-color: #de5d35;
}


.button_reply{
margin-left:2px;
color:#FFF;
background-color:#444;
height:36px;
font-size:16px;
text-align:center;
width:30%;
border-style:double;
cursor:pointer;
border-width:0;
}

.button_reply:hover{
background-color:#028ef0;
border-width:0;
}

.button_bid_reply{
margin-top:5px;
color:#FFF;
background-color:#eb5f1e;
height:28px;
font-size:14px;
text-align:center;
width:90px;
border-style:double;
cursor:pointer;
border-width:0;
border-radius: 20px;
}

.button_bid_reply:hover{
background-color:#dc491c;
border-width:0;
}




.login{
text-align:center;
margin-top:5px;
padding:6px 20px;
}



table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 1070px;
}

input[type="text"], input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: 0;
}
input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder {
  color: #828080;
  font-family:  'Ubuntu', sans-serif,"微軟正黑體";
}
input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder {
  color: #828080;
  font-family:  'Ubuntu', sans-serif,"微軟正黑體";
}
input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder {
  color: #828080;
  font-family:  'Ubuntu', sans-serif,"微軟正黑體";
}
input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder {
  color: #828080;
  font-family:  'Ubuntu', sans-serif,"微軟正黑體";
}

a {
  display: inline-block;
  text-decoration: none !important;
  color: #000;
}
 



hr.S1{
border-top: 1px solid #ccc;}
.S2{
border-top: 2px dotted #a6a6a6;}
.S3{ /*門市*/
border-top: 1px solid #ddd;}
.S4{ /*首頁 促銷用分隔線*/
border: 1px solid #ddd;
margin: 5px 0 8px 0;}

.S5{ /*首頁 小間距*/
border: 1px solid #ddd;
margin: 5px 0 10px 0;}

.S6{ /*邁達康盃 間距*/
border: 1px solid #CCC;
margin: 10px 10px 10px 0 ;}

hr.bid{
border-top: 1px solid #d7a1ac;
margin: 0 5px 0 0 ;
}
hr.bid2{
border-top: 1px solid #ccc;
margin: 3px 0 3px 0;
}


li {
  display: inline-block;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clear:after {
  content: '.';
  visibility: hidden;
  display: block;
  clear: both;
  height: 0;
}



@font-face {
  font-family: 'icomoon';
  src: url("../fonts/fonts/icomoon.ttf?1tsnnz") format("truetype"), url("../fonts/fonts/icomoon.woff?1tsnnz") format("woff"), url("../fonts/fonts/icomoon.svg?1tsnnz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-gobid:before {
    content: url(../img/8/gobid.png);
}

.icon-gotop:before {
  content: "\e908";
}

.icon-icon-close:before {
  content: "\e5cd";
}

.icon-member:before {
  content: "\e7ff";
  color: #000;
}

.icon-search:before {
  content: "\e8b6";
  font-size:30px;
  position:absolute;
  top:-5px;

}

.icon-member-login:before {
  content: "e7fd";
}


.icon-van:before {
  content: "\e558";
}

.icon-service:before {
  content: "\e900";
  color: #000;
}

.icon-plane:before {
  content: "\e53d";
}

.icon-note:before {
  content: "\e90b";
  color: #525252;
}

.icon-menu-sub:before {
  content: url(https://www.golfshop.com.tw/m/img/menu_ee.svg);
  font-size:12px;
  color: #000;
}


.icon-menu:before {
  content: "\e5d2";
  font-size:36px;
  color: #000;

}

.icon-line:before {
  content: url(../img/line.png);

}

.icon-line-b:before {
  content: url(../img/line_b.png);

}

.icon-ig:before {
  content: url(../img/ig.png);
}

.icon-ig-b:before {
  content: url(../img/ig_b.png);
}

.icon-goback:before {
  content: "\e907";
}

.icon-fb:before {
  content: url(../img/fb.png);
}

.icon-fb-b:before {
  content: url(../img/fb_b.png);
}

.icon-favo:before {
  content: "\e87d";
  padding-right:3px;
}

.icon-cart:before {
  content: "\e8cc";
}

/*common s*/
.content {
  min-height: -moz-calc(( 100vh - 116px - 396px ));
  min-height: -webkit-calc(( 100vh - 116px - 396px ));
  min-height: calc(( 100vh - 116px - 396px ));
}
/*common s*/
.content {
  min-height: -moz-calc(( 100vh - 116px - 396px ));
  min-height: -webkit-calc(( 100vh - 116px - 396px ));
  min-height: calc(( 100vh - 116px - 396px ));
  max-width: 1070px;
}

/* --------色    區-------- */

BK{color:#000;}
GY{color:#e7e7e7;}
GD{color:#a67d02;}
wt{color:#fff;}
b{font-weight:bold;}
OR{color:#ff440a;}
red{color:#f7220a;} /*正紅*/
RD{color:#990000;}
DRD{color:#a50509;} /*豬肝紅*/
lrd{color:#ff0000;}
DBU{color:#0404fb;}
BU{color:#04a1fb;}
GY{color:#666;}
WT{color:#fff;}
gn{color:#00693e;}
LADY{color:#e73268;}
.BU{color:#00549e;}
NV{color:#001f7c;}
aoi{color:#00693e;}









/* --------字    區-------- */	

.B{
font-style:1000;}

.font8{
font-size:8px;}

.font10{
font-size:10px;}

.font12{
font-size:12px;}

.font14{
font-size:14px;}

.font15{
font-size:15px;}

.font16{
font-size:16px;}

.font18{
font-size:18px;}

/* -------- BG  區-------- */	

.BG_GD{
background: #c39036;}

.BG_RD{
background: #a40000;}

.BG_BU{
background: #00a4a5;}

.BG_BK{
background: #000;}

.BG_OR{
background: #ff9b49;}

.BG_GN{
background: #9fc654;}

/* ----------------------- */	


@media only screen and (max-width: 1070px) {
  .content {
    margin-top: 60px;
	max-width: 1070px;
  }
}

button:hover {
  cursor: pointer;
}

@media only screen and (min-width: 1070px) {
  .deskop_none {
    display: none !important;
  }
}

@media only screen and (max-width: 1070px) {
  .mobile_none {
    display: none !important;
  }
}

.active {
  display: block !important;
  visibility: visible !important;
  transition: visibility 0s linear 0.5s;
}

.border_none {
  border: none !important;
}

.block_flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.border_radius_full {
  border-radius: 100%;
}

.pos_fix {
  position: fixed;
}

.gobid {
  position: fixed;
  bottom: 15%;
  right: 4%;
  opacity: 0.9;

  z-index: 99999;
}


.gotop {
  position: fixed;
  bottom: 15%;
  right: 5%;
  opacity: 0.8;
  background: #fff;
  border: 1px solid #d6d6d6;
  padding: 7px 10px;
  z-index: 99999;
}

@media only screen and (max-width: 1070px) {
  .gobid {
 
  }
}
.gobid .icon-bid {

}



@media only screen and (max-width: 1070px) {
  .gobid .icon-gobid {

  }
}

@media only screen and (max-width: 1070px) {
  .gotop {
    padding: 5px 8px;
  }
}
.gotop .icon-gotop {
  font-size: 30px;
  color: #8e8e8e;
}



@media only screen and (max-width: 1070px) {
  .gotop .icon-gotop {
    font-size: 30px;
  }
}

.font_color_pink {
  color: #ee5c83;
}

.pop_up_block {
  display: none;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100000;
  top: 0;
}
.pop_up_block .content_block {
  width: 300px;
  text-align: center;
  top: 50%;
  padding: 10px;
  left: -moz-calc(50% - 184px);
  left: -webkit-calc(50% - 184px);
  left: calc(50% - 184px);
  position: absolute;
  background: #FFF;
}
@media only screen and (max-width: 1070px) {
  .pop_up_block .content_block {
    width: 250px;
    top: 70%;
    left: -moz-calc(50% - 160px);
    left: -webkit-calc(50% - 160px);
    left: calc(50% - 160px);
  }
}
.pop_up_block .content_block .sub_title {
  font-size: 18px;
  padding: 20px 0;
}
.pop_up_block .content_block .cart_block input[type="text"] {
  margin-bottom: 20px;
  width: 100%;
  font-size: 16px;
}
.pop_up_block .content_block .cart_block .error_msg {
  text-align: left;
}
.pop_up_block .content_block .cart_block .btn_block {
  margin: 0 0 50px 0;
}
.pop_up_block .content_block .cart_block .btn_block .ui_btn {
  width: 160px;
}
@media only screen and (max-width: 1070px) {
  .pop_up_block .content_block .cart_block .btn_two_block .ui_btn {
    width: -moz-calc(( 100% - 48px) / 2);
    width: -webkit-calc(( 100% - 48px) / 2);
    width: calc(( 100% - 48px) / 2);
  }
}
.pop_up_block .content_block .cart_block .btn_two_block .ui_btn:first-child {
  margin-right: 80px;
}
.pop_up_block .content_block .text_content {
  padding: 10px 0 25px;
  line-height: normal;
}
.pop_up_block .content_block .note {
  padding: 10px 0 25px;
  color: #a0a0a0;
}
.pop_up_block .icon-icon-close {
  position: absolute;
  right: 0;
  top: 0;
}
.pop_up_block .icon-icon-close:before { /* 搜尋視窗POP 內 X icon  */
  font-size: 20px;
  position: absolute;
  top: 35px;
  right: 15px;
}
.pop_up_block .content_search { /* 搜尋視窗POP */
  width: 500px; 
  top: 12%; /* 搜尋視窗 上間距 */
  left: 0; /* 靠左 */
  padding: 10px 5px 20px 5px;
}
.pop_up_block .content_search .search_block {
  padding: 10px 0 0 0;
  height: 100%;
  max-height: 600px;
  text-align: left;
}
.pop_up_block .content_search .search_block input[type="text"] {
  font-size: 14px;
}
.pop_up_block .content_search .search_block .sub_title {
  padding: 15px 3px 0;
  color: #999999;
  font-size: 12px;
}
.pop_up_block .content_search .search_block .search_item_block {
  padding: 10px 0;
}
.pop_up_block .content_search .search_block .search_item_block a {
  font-size: 14px;
  padding: 3px 3px;
  margin: 5px 1px;
}
.pop_up_block .content_search .search_block .search_action {
  padding: 10px 60px 10px 10px;
}
.pop_up_block .content_search .search_block .search_action .search_input_block {
  position: relative;
}
.pop_up_block .content_search .search_block .search_action .search_input_block .input_search { /*搜尋input視窗*/
  letter-spacing: 2px;
  border: 1px solid #a0a0a0;
  width: 100%;
  margin-top: 5px;
  padding: 10px 75px 10px 10px;
  height: 39px;
  font-family: 'Ubuntu', sans-serif,"微軟正黑體";
}
.pop_up_block .content_search .search_block .search_action .search_input_block .input_search:-moz-placeholder {
  color: #a4a3a3;
  font-family:  'Ubuntu', sans-serif,"微軟正黑體";
}
.pop_up_block .content_search .search_block .search_action .search_input_block .input_search::-moz-placeholder {
  color: #a4a3a3;
  font-family:  'Ubuntu', sans-serif,"微軟正黑體";
}
.pop_up_block .content_search .search_block .search_action .search_input_block .input_search:-ms-input-placeholder {
  color: #a4a3a3;
  font-family:  'Ubuntu', sans-serif,"微軟正黑體";
}
.pop_up_block .content_search .search_block .search_action .search_input_block .input_search::-webkit-input-placeholder {
  color: #a4a3a3;
  font-family:  'Ubuntu', sans-serif,"微軟正黑體";
}
.pop_up_block .content_search .search_block .search_action .search_input_block :before {
  font-size: 26px;
  position: absolute;
  top: -moz-calc(50% - 11px);
  top: -webkit-calc(50% - 11px);
  top: calc(50% - 11px);
  left: -moz-calc(50% - 11px);
  left: -webkit-calc(50% - 11px);
  left: calc(50% - 11px);
}
.pop_up_block .content_search .search_block .search_action .search_input_block .btn_search {
  display: inline-block;
  width: 50px;
  height: 39px;
  position: absolute;
  top: 5px;
  right: 1px;
  background: #d8d5d6;
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pop_up_block .content_search .search_block .search_action .price_range {
  padding: 0 0 0 5px;
  font-size: 12px;
}
.pop_up_block .content_search .search_block .search_action .price_range .price_block {
  display: inline-block;
  width: -moz-calc(100% - 83px);
  width: -webkit-calc(100% - 83px);
  width: calc(100% - 83px);
}
.pop_up_block .content_search .search_block .search_action .price_range .price_block input[type="text"] {
  background: #eeeeee;
  padding: 10px;
  width: -moz-calc(50% - 13px);
  width: -webkit-calc(50% - 13px);
  width: calc(50% - 13px);
}
.pop_up_block .content_search .search_block .search_action .price_range .price_block input[type="text"]:-moz-placeholder {
  color: #999999;
  font-family:  'Ubuntu', sans-serif,"微軟正黑體";
}
.pop_up_block .content_search .search_block .search_action .price_range .price_block input[type="text"]::-moz-placeholder {
  color: #999999;
  font-family:  'Ubuntu', sans-serif,"微軟正黑體";
}
.pop_up_block .content_search .search_block .search_action .price_range .price_block input[type="text"]:-ms-input-placeholder {
  color: #999999;
  font-family:  'Ubuntu', sans-serif,"微軟正黑體";
}
.pop_up_block .content_search .search_block .search_action .price_range .price_block input[type="text"]::-webkit-input-placeholder {
  color: #999999;
  font-family:  'Ubuntu', sans-serif,"微軟正黑體";
}
.pop_up_block .content_search .search_block .search_action .price_range .price_block em {
  display: inline-block;
  position: relative;
  width: 18px;
}

}
.pop_up_block .content_search .search_block .search_data .clean_record {
  border-top: 1px solid #e5e3e4;
  color: #000;
  text-align: center;
  padding: 10px 0;
}
.pop_up_block .content_search .search_block .search_data .clean_record .sub_title {
  padding: 0;
}

.r-arrow:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 2px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: 1px;
}

.l-arrow:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 2px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  vertical-align: 1px;
}

/*common e*/
/*master s*/
.wrap {
  width: 1070px;
}


@media only screen and (max-width: 1070px) {
  .wrap, .wrap_525 {
    width: 100%;
    width: -moz-calc(( 100% - ( 15px * 2 ) ));
    width: -webkit-calc(( 100% - ( 15px * 2 ) ));
    width: calc(( 100% - ( 15px * 2 ) ));
    margin: 0px 15px ;
  }
  




}

@media only screen and (max-width: 1070px) {
.wrap_full {
    width: 100%;}
	
.wrap_pro {
    width: 100%;
	background-color:#CCCCCC;}
	
.txt_pink{ /* discount 色塊區*/
    background-color: #fd7484;
    width: 100%;
	margin-bottom:5px;
    padding: 3%;}
	
.txt_apple{ /* discount 色塊區*/
    background-color: #ccd701;
    width: 100%;
	margin-bottom:5px;
    padding: 3%;}
	
.txt_gray{ /* discount 色塊區*/
    background-color: #eee;
    width: 100%;
	margin-bottom:5px;
    padding: 5%;}
	
.txt_WT{ /* discount 色塊區*/
    background-color: #fff;
	text-align:left;
    margin-bottom:10px;
	margin-top:0px;}


.slo_B_24{ /* discount 區文字*/
    font-size:24px;
	color:#000;
	font-weight:bold;
	line-height: 30px;
 }
 
.slo_B_14{ /* L3 規格選單 spec-tip*/
    font-size:14px;
	color:#333;
	line-height: 22px;
	padding:3px 0;
	min-height:28px;
 }
 
.slo_B_14_wt{ /* L3 折價券標籤 spec-tip*/
    font-size:14px;
	color:#fff;
	line-height: 22px;
	padding:3px 0;
	min-height:28px;
 }

.SRP {/* L3 規格選單 建議售價*/
  display: inline-block;
  margin-right: 10px;
  color: #000;
}

.MP {/* L3 規格選單 會員價*/
  display: inline-block;
  margin: 10px 0 10px 0;
  font-size:32px;
  color: #ff2f02;
  font-weight: 500;
}

.price_hide_notice {/* L3 規格選單 放入購物車會員價備註*/
  display: inline-block;
  margin: 10px 0 10px 0;
  font-size:14px;
  color: #0066cc;
}
.EVENT {/*促銷活動*/
  display: block;
  font-size:18px;
  color: #000;
  font-weight: 500;
  line-height: 24px;
}
 
 /* --------規格選單 spec-tip-------- */		
.spec-tip input[type="radio"] {
	display: none;
}
.spec-tip input[type="radio"] + label {
    border-color:#999; 
	border-style: solid;
    border-width: 1px;
	display: inline-block;
	background-color: #fff;
	padding: 2px 10px;
	margin:3px 8px 5px 0;
	text-align:center;
	min-width:18px;
}
.spec-tip input[type="radio"]:checked + label {
	background-color: #7fcffd; /* 核選後呈藍色 */
	border-color:#000; 
	border-style: solid;
    border-width: 1px;
}
.spec-tip input[type="radio"]:disabled + label {
	background-color: #bbb; 
    background-image: url(https://www.golfshop.com.tw/images/fork.png);
    background-position: center; /* Center the image */
    background-repeat: no-repeat;
	color:#555;
}

/* --------鞋子 規格選單 spec-tip 開始-------- */	

.spec-tip-shoe  input[type="radio"] {
	display: none;
}
.spec-tip-shoe input[type="radio"] + label {
    border-color:#999; 
	border-style: solid;
    border-width: 1px;
	display: inline-block;
	background-color: #fff;
	padding: 2px 10px;
	margin:3px 8px 5px 0;
	text-align:center;
	width:75px;
	/*  width:296px;  */
}
.spec-tip-shoe  input[type="radio"]:hover + label {
    border-color:#000; 
	border-style: solid;
    border-width: 1px;
}

.spec-tip-shoe  input[type="radio"]:checked + label {
	background-color: #7fcffd; /* 核選後呈藍色 */
	border-color:#000; 
	border-style: solid;
    border-width: 1px;
}
.spec-tip-shoe input[type="radio"]:disabled + label {
	background-color: #bbb;
    background-image: url(https://www.golfshop.com.tw/images/fork.png);
    background-position: center; /* Center the image */
    background-repeat: no-repeat;
	color:#555;
}

/* --------鞋子 規格選單 spec-tip 結束-------- */	

 /* --------折 價 券 選 單 coupon -------- */		
.coup-tip input[type="radio"] {
	display: none;

}
.coup-tip input[type="radio"] + label {
	display: inline-block;
	background-color: #999;
	padding: 5px 10px;
	margin:10px 2px 0 0;
}
/*
.coup-tip input[type="radio"]:checked + label {
	border: 3px solid #3a9fd7;
}


 /* --------條件搜尋 選單 品牌 -------- */		
.sort-tip input[type="radio"] {
	display: none;
}
.sort-tip input[type="radio"] + label {

    border-color:#ccc; 
	border-style: solid;
    border-width: 1px;
	background-color: #fff;
	padding: 5px 3px;
	margin:5px 5px 5px 0;
	text-align:center;
	width:130px;
}
.sort-tip input[type="radio"]:checked + label {
	background-color: #565757; /* 核選後呈灰色 */
	color:#FFF;
	border-color:#000; 
	border-style: solid;
    border-width: 1px;
}




/* ---------- 購物車數量+-Button ------S------*/

.form-gp  {
  display:block;
  color: #95d7fc;
}

.form-con{
display:block;
width:44px;
height:33px;
padding:6px 12px;
font-size:16px;
line-height:1.42857143;
color:#555;
background-color:#fff;
}

.botton{
display:block;
background-color:#3a9fd7;
height:33px;
font-size:14px;
line-height:1.42857143;
text-align:center;
vertical-align:middle;
cursor:pointer;
}
.botton:hover{color:#fff!important;background-color:#aaa!important}

.input-gp{position:relative;display:table;border-collapse:separate}
.input-gp[class*=col-]{float:none;padding-right:0;padding-left:0}
.input-gp .form-con,.input-gp-addon,.input-gp-botton{display:table-cell}
.input-gp-addon,.input-gp-botton{vertical-align:middle}

/*---購物車數量+-Button E-------*/


 /* -------- 色 塊 按  鈕 --S------ */		
input[type="submit"] {
	background:#de5d35;
	margin:10px;
}
input[type="submit"]:hover {
	background:#028ef0;
}

 /* -------- 色 塊 按 鈕 --E------ */	
.highlight{padding:2px 6px 2px 4px;line-height: 30px; white-space:nowrap;}
.highlight_store{padding:4px 6px;line-height: 30px; letter-spacing:0.2px;  white-space: pre;}
.highlight_promo{padding:2px 6px ; line-height: 30px;}


.slo_B_20_WT{ /* discount 區文字*/
    font-size:20px;
	color:#fff;
	font-weight:700;
	line-height: 25px;
	letter-spacing:1.5px;

 }
 
.slo_B_18_WT{ /* discount 區文字*/
    font-size:18px;
	color:#fff;
	font-weight:550;
	line-height: 25px;
	
 }
 
.slo_S_20_WT{ /* PROMO 區文字*/
    font-size:20px;
	color:#fff;
	line-height: 25px;

 }
 
.slo_B_24_WT{ /* discount 區文字*/
    font-size:24px;
	color:#fff;
	font-weight:bold;
	line-height: 30px;

 }
.det_S_16{ /* ITEM 品名*/
    font-size:16px;
	color:#000;
	line-height:20px;	}
	
	
.det_S_14{ /* ITEM 品名*/
display:block;
text-align:left;
padding:4px 14px;
font-size:14px;
letter-spacing:0.1px;
line-height:18px; 
height:78px;
 }
 
.dotdot{ /*字數過4行 以點點呈現*/
overflow:hidden;
white-space: nowrap;
text-overflow: ellipsis;
 }
 
.tip{
width:164px;
height:28px;
}
.tip_text{
color:#fff;
padding-top:7px;
font-size:14px;
}
.DEMO_18{
    font-size:18px;
	color:#312c56;
	font-weight:bold;
	line-height:20px;
	letter-spacing:2px;

 }
 
.det_S_12{
    font-size:12px;
	color:#000;
	line-height:18px;

 }
.det_S_10{
    font-size:10px;
	color:#000;
	line-height:16px;

 }
 
.det_S_8{
    font-size:10px;
	color:#4e4e4e;
	line-height:10px;
	
 }
 

 .font_del{
    font-style:text-decoration:line-through;
 }
 
 /* 特價用文字 */
  .pri_S_12{
    font-size:12px;
	font-weight:bold;
	color:#f7220a;
	line-height: 16px;
 }
 
  .pri_S_10{
    font-size:10px;
	color:#f7220a;
	font-weight:bold;
	line-height:18px;
	text-align: center;
 }
 
  .pri_S_30{
    font-size:30px;
	color:#ff0002;
	line-height:38px;
	
 }
 
.product_img {/* 第三層 中圖 */
    max-width:300px;
	display:block; 
	margin:auto;
}
 
.button { /* discount 按鈕 */
  display: inline-block;
  border-style: solid;
  
  background-color: transparent;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  font-weight:bold;
  padding: 5px;
  width: 150px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 1px;
}

.button_S { /* discount 按鈕 */
  display: inline-block;
  border-style: solid;
  background-color: transparent;
  color: #000; 
  font-size: 10px;
  font-weight:900;
  width: 66px;
  transition: all 0.5s;
  margin:5px;

}

.button .button_S span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button  span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button_S  span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -2px;
  transition: 0.5s;
}

.button :hover span {
  padding-right: 25px;
}

.button_S:hover span {
  padding-right: 2px;
}

.button.button_S:hover span:after {
  opacity: 1;
  right: 0;
}
	
/* SEARCH S  */
.search_top{
  text-align: left;
  background-color:#eee;
  border-bottom: none;
  height: 44px;

}
/* Style the search field */
form.example input[type=text] {
  padding: 28px 0 10px 0;
  font-size: 20px;
  text-align:center;
  border: none;
  float: center;
  width: 100%;
  background: #FFF;
}
.inner-addon {
  position: relative;
  padding: 13px 0 0 0;
  margin:0 5px 0 5px;
  border: none;
  background-color:#eee;
}
.inner-addon .glyphicon { /* ICON 位置*/
  position: absolute;
  padding: 24px 14px 8px 12px;
  border: none;
  pointer-events: none;

}
.right-addon .glyphicon { right: 0px; border: none;}
.right-addon input { padding-right: 30px;  border: none;}
/* SEARCH E  */
/* INNOVA S*/
.innova_warranty_tip{
width:120px;
height:30px;
display:inline-block;

}
.innova_warranty_data{
width:220px;
height:30px;
display:inline-block;
}


/* INNOVA E*/

.pro_tip_main_16 { /* 產品文字頁籤 */
    font-size:16px;
	color:#000;
	line-height: 30px;
	padding:8px 0 5px 15px;
	letter-spacing:0.3px;
 }
 .pro_tip_main_14 { /* 產品文字頁籤 */
    font-size:14px;
	color:#000;
	line-height: 26px;
	padding:8px 0 5px 15px;
	letter-spacing:0.3px;
 }

.line { /* 產品文字頁籤 */
    color:#000;
	padding:0 6px;
 }



.product_group { /* 產品清單 */
  margin-bottom: 20px;
  padding: 10px;
  text-align: center; }

/* SELECT 圓邊選單使用  START  */

.filter_12{ /* 產品文字頁籤 */
    font-size:14px;
	color:#585858;
	line-height: 24px;
 }
 
.styled-select {
   background: url(../img/select.png) no-repeat 96% 0;
   background-color: #eee; 
   height: 32px;
   width: 160px;
   margin-left:10px;
   margin-bottom: 10px;
   margin-top: 8px;
}
.styled-select select {
   background: transparent;
   height: 32px;
    /* If you add too much padding here, the options won't show in IE */
   width: 160px;
}
.styled-select_wishlist {
   background: url(../img/select.png) no-repeat 96% 0;
   background-color: #fff; 
   display:inline;
   height: 32px;
   width: 160px;

}
.styled-select_wishlist select {
   background: #fff;
   height: 32px;
    /* If you add too much padding here, the options won't show in IE */
   width: 160px;
}

.semi-square {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;

}
/* SELECT 圓邊選單使用 END  */
}

.header {
  font-size: 16px;
  z-index: 5555;
}

@media only screen and (max-width: 1070px) {
  .header {
    position: fixed;
    width: 100%;
    top: 0;
  }
	
.header .marquee { 
text-align: center; 
	overflow: hidden;
background: #ff7800; 
line-height: 20px; 
padding: 8px 0; 
min-width: 100%; 
height: 35px; 
font-size: 16px;
position: relative;} 
	
/* 首頁頂部 文字跑馬燈  S */
.top_tip { 
color: #ffffff;
  display: none; 
} 
	
.top_tip a{ 
font-size: 16px;
padding-bottom: 10px;	
letter-spacing: 1px;
color: #ffffff;

} 
/* 首頁頂部 文字跑馬燈  S */
} 

.header .marquee .top-social {
  letter-spacing: 15px;
  padding-right:15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -moz-calc(( 50% - ( 22px / 2 ) ));
  top: -webkit-calc(( 50% - ( 22px / 2 ) ));
  top: calc(( 50% - ( 22px / 2 ) ));
  left: -moz-calc(( 50% + 355px ));
  left: -webkit-calc(( 50% + 355px ));
  left: calc(( 50% + 300px ));
}
.header .marquee .top-social a{
  padding-right:10px;
  }
@media only screen and (max-width: 1070px) {
  .header .marquee .top-social {
    visibility: hidden;
	letter-spacing: 15px;
  }
}


.header .marquee .top-social{
  letter-spacing: 15px;
  line-height: 100%;
  padding: 1px;
}
.header .top_action_block {
  padding: 10px 0;
  position: relative;
  z-index: 500;
}
.header .top_action_block span {
  display: table-cell;
  vertical-align: bottom;
}
@media only screen and (min-width: 1070px) {
  .header .top_action_block span {
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 1070px) {
  .header .top_action_block span {
    display: inline-block;
  }
}
@media only screen and (max-width: 1070px) { /*上HEAD 上選單 99999*/
  .header .top_action_block {
    position: fixed;
    width: 100%;
    padding: 10px 10px 1px;
    margin: 0;
    background: #fff;
    border-bottom: 0px solid #eee;
  }
}
.header .top_action_block .mobile_menuicon_block {
  line-height: 18px; /* 上HEAD的高度*/
}
@media only screen and (max-width: 767px) {
  .header .top_action_block .logo_block {
    position: absolute;
    left: -moz-calc(( 50% - 74px ));
    left: -webkit-calc(( 50% - 74px ));
    left: calc(( 50% - 74px ));
    top: 10px;
  }
  .header .top_action_block .logo_block img {
    width: 140px;
  }
}
.header .top_action_block .search_block {
  font-size: 14px;
  padding: 0 200px;
  position: relative;
}
@media only screen and (max-width: 1070px) {
  .header .top_action_block .search_block {
    position: absolute;
    top: 0;
  }
}
.header .top_action_block .search_block .hot_search_block {
  text-align: right;
  display: block;
}
.header .top_action_block .search_block .hot_search_block a {
  color: #bab8b9;
  margin-right: 10px;
}
.header .top_action_block .search_block .hot_search_block a:first-child {
  margin: 0;
}
.header .top_action_block .search_block .hot_search_block a:hover {
  color: #a2a1a1;
}
.header .top_action_block .search_block .input_search {
  font-size: 14px;
  letter-spacing: 1px;
  border: 1px solid #a0a0a0;
  width: 500px;
  box-sizing: border-box;
  border-radius: 5px;
  margin-top: 5px;
  padding: 10px 100px 10px 10px;
}
.header .top_action_block .search_block .btn_search {
	width: 90px;
	height: 39px;
	position: absolute;
	right: 307px;
	bottom: 2px;

}
@media only screen and (min-width: 1070px) {
  .header .top_action_block .search_block .btn_search:hover {
    background: #d95779;
  }
}
@media only screen and (max-width: 1070px) {
  .header .top_action_block .search_block .btn_search {
    width: 30px;
    height: 30px;
    background: none;
    left: 17px;
    top: 11px;
  }
  .header .top_action_block .search_block .btn_search:before {
    color: #000;
  }
}
.header .top_action_block .search_block :before {
  color: #eee;
  font-size: 20px;
  position: absolute;
  top: -moz-calc(50% - 10px);
  top: -webkit-calc(50% - 10px);
  top: calc(50% - 10px);
  left: -moz-calc(50% - 10px);
  left: -webkit-calc(50% - 10px);
  left: calc(50% - 10px);
}

.header .top_action_block .icon-cart, .header .top_action_block .icon-favo .icon-search, .header .top_action_block .img_member_block, .header .top_action_block .icon-member-login {
  width: 30px;
}
@media only screen and (max-width: 1070px) {
  .header .top_action_block .icon-cart, .header .top_action_block .icon-favo, .header .top_action_block .img_member_block, .header .top_action_block .icon-member-login {
    width: auto;
  }
}

.header .top_action_block .icon-cart:before,.header .top_action_block .icon-favo:before{
  font-size: 32px;
}


@media only screen and (max-width: 1070px) {
  .header .top_action_block .icon-cart:before ,.header .top_action_block .icon-favo:before {
    font-size: 26px;
  }
}
.header .top_action_block .cart_block {
  text-align: center;
  background: none;
}

@media only screen and (max-width: 1070px) {
  .header .top_action_block .cart_block {
    position: absolute;
    right: 35px;
    top: 14px;
  }
}

.header .top_action_block .cart_block .icon-cart, .header .top_action_block .cart_block .icon-favo .icon-search {
  margin-right: 3px;
  position: relative;
}

@media only screen and (max-width: 1070px) {
  .header .top_action_block .icon-search {
    position: absolute;
    left: 52px;
    top: 16px;
  }
}

@media only screen and (max-width: 1070px) {
  .header .top_action_block .icon-favo {
    position: absolute;
    right: 34px;
    top: 0px;
  }
}
.header .top_action_block .cart_block .icon-favo .icon-search{
  margin-right: 2px;
  position: relative;
}
@media only screen and (max-width: 1070px) {
  .header .top_action_block .cart_block .icon-cart ,.header .top_action_block .cart_block .icon-favo {
    margin-right: 10px;
  }
}
.header .top_action_block .cart_block .icon-cart em,.header .top_action_block .cart_block .icon-favo em  {
  font-size: 10px;
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: #69dd03;
  color: #fff;
  border-radius: 100%;
  right: 10px;
  top: -1px;
}
@media only screen and (max-width: 1070px) {
  .header .top_action_block .cart_block .icon-cart em {
    right: -7px;
  }
}
.header .top_action_block .member_block {
  text-align: right;
}
.header .top_action_block .favo_block {
  text-align: right;
}
@media only screen and (max-width: 1070px) {
  .header .top_action_block .member_block {
    top: 15px;
    position: absolute;
    right: 15px;
  }
}
.header .top_action_block .member_block a {
  display: none;
}
.header .top_action_block .member_block a:first-child {
  display: inline-block;
}
.header .top_action_block .member_block .member_white {
  display: none;
}
.header .top_action_block .member_block .img_member_block img {
    max-width: 100%;
    height: auto;
}
@media only screen and (max-width: 1070px) {
  .header .top_action_block .member_block .img_member_block img {
    width: 19px!important;
  }
}
.header .top_action_block .member_block .icon-member-login:before {
  font-size: 28px;
}
@media only screen and (max-width: 1070px) {
  .header .top_action_block .member_block .icon-member-login:before {
    font-size: 22px;
  }
}
.header .nav_menu_block {
  position: relative;
  z-index: 8000;
}
.header .nav_menu_block li .menu_item {
  padding: 11px 17px;
  text-align: center;
  font-size: 14px;
}
@media only screen and (min-width: 1070px) {
  .header .nav_menu_block li .menu_item:hover {
    font-weight: bolder;
  }
}
@media only screen and (min-width: 1070px) {
  .header .nav_menu_block li:last-child > a {
    padding-right: 14px;
  }
}
.header .nav_menu_block li .color_light_blue {
  color: #02a6d4;
}
@media only screen and (min-width: 1070px) {
  .header .nav_menu_block li .detail_block_mult {
    /* menu2層子項目的寬*/
  }
}
@media only screen and (max-width: 1070px) {
  .header .nav_menu_block {
    background: #FFF;
    position: fixed;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    top: 76px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    margin: 0;
    display: none;
  }
  .header .nav_menu_block li {
    display: block;
  }
  .header .nav_menu_block li:last-child {
    margin-bottom: 111px;
  }
  .header .nav_menu_block li .menu_item { /*大項類別選單*/
    width: 100px!important;
    padding:15px 2px 7px 2px;
    text-align: left;

  }
  .header .nav_menu_block li .menu_item.selected {
    border-bottom: 3px solid #00a9e1;
    font-weight: bolder;
  }
  .header .nav_menu_block li .menu_title {
    display: none;
  }
  .header .nav_menu_block li .menu_detail_block {
    height: 100%;
    background: #FFF;
    box-shadow: none;
    border-left: 1px solid #eee;
    padding: 5px 5px 116px 5px;
    margin: 0;
    position: fixed;
    overflow-y: scroll;
    top: 76px;
    right: 0;
    width: -moz-calc(100% - 85px);
    width: -webkit-calc(100% - 85px);
    width: calc(100% - 85px);
  }
}
.header .nav_detail_block > li {
  position: relative;
  width: 100%;
  display: none;
}
.header .nav_detail_block .menu_title {
  border-bottom: 1px solid #000;
  padding: 15px 10px 10px;
  margin-bottom: 15px;
  position: relative;
}
@media only screen and (min-width: 1070px) {
  .header .nav_detail_block .menu_title {
    font-weight: bolder;
    font-size: 16px;
  }
}
.header .nav_detail_block .detail_item {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
}


.detail_item { cursor: pointer; position: relative;text-align: left !important; }
.details { display: none; }
.cate_name { position: relative; }
.cate_name_arrow {display: inline-block; }
.cate_name_arrow i {transition: transform 0.3s ease;transform: rotate(0deg);}
.cate_name_arrow.active i {transform: rotate(90deg); /* 顺时针旋转 90 度 */}

.header .nav_detail_block .triangle {
  /* menu 三角型*/
  content: '';
  display: inline-block;
  background: #FFF;
  width: 10px;
  height: 10px;
  border-top: 1px solid #dadada;
  border-right: 1px solid #dadada;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: -6px;
}






@media only screen and (min-width: 1070px) {
  .header .nav_detail_block .mobile_item_title .icon-left-line, .header .nav_detail_block .mobile_item_title .icon-right-line {
    display: none;
  }
}
.header .nav_detail_block .menu_detail_block {
  box-shadow: 4px 4px 12px 2px rgba(51, 51, 102, 0.5);
  min-height: 380px;
  padding: 10px 5px 10px 5px;
  position: absolute;
  background: #FFF;
  font-size: 14px;
  top: 0px;
  z-index: 9999;
}
@media only screen and (min-width: 1070px) {
  .header .nav_detail_block .menu_detail_block .name > a:hover {
    color: #00a9e1;
  }
  .header .nav_detail_block .menu_detail_block .menu_detail_link_block {
    width: 234px;
  }
  .header .nav_detail_block .menu_detail_block .menu_detail_link_block a {
    display: block;
    padding: 11px 14px;
  }

  .header .nav_detail_block .menu_detail_block .menu_detail_link_block > a {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 8px 10px;
    box-sizing: border-box;
  }
  .header .nav_detail_block .menu_detail_block .menu_detail_link_block > a:hover {
    color: #00a9e1;
    font-weight: normal;
  }
  .header .nav_detail_block .menu_detail_block .detail_column_two {
    /* menu 1層的時候，如果有2排項目*/
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    width: -moz-calc(( 234px * 2 ) );
    width: -webkit-calc(( 234px * 2 ) );
    width: calc(( 234px * 2 ) );
  }
  .header .nav_detail_block .menu_detail_block .detail_column_three {
    /* menu 1層的時候，如果有3排項目*/
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    width: -moz-calc(( 234px * 3 ) );
    width: -webkit-calc(( 234px * 3 ) );
    width: calc(( 234px * 3 ) );
  }
  .header .nav_detail_block .menu_detail_block.column1 {
    width: -moz-calc(( 234px * 1 ) + 10px );
    width: -webkit-calc(( 234px * 1 ) + 10px );
    width: calc(( 234px * 1 ) + 10px );
  }
  .header .nav_detail_block .menu_detail_block.column2 {
    width: -moz-calc(( 234px * 2 ) + 10px );
    width: -webkit-calc(( 234px * 2 ) + 10px );
    width: calc(( 234px * 2 ) + 10px );
  }
  .header .nav_detail_block .menu_detail_block.column3 {
    width: -moz-calc(( 234px * 3 ) + 10px );
    width: -webkit-calc(( 234px * 3 ) + 10px );
    width: calc(( 234px * 3 ) + 10px );
  }
  .header .nav_detail_block .menu_detail_block.column4 {
    width: -moz-calc(( 234px * 4 ) + 10px );
    width: -webkit-calc(( 234px * 4 ) + 10px );
    width: calc(( 234px * 4 ) + 10px );
  }
  .header .nav_detail_block .menu_detail_block.column5 {
    width: -moz-calc(( 234px * 5 ) + 10px );
    width: -webkit-calc(( 234px * 5 ) + 10px );
    width: calc(( 234px * 5 ) + 10px );
  }
}
.header .nav_detail_block .brand_block {
  width: 100%;
}
@media only screen and (min-width: 1070px) {
  .header .nav_detail_block .brand_block .menu_title {
    padding-left: 15px !important;
  }
}
.header .nav_detail_block .brand_block .menu_title li {
  padding: 0 10px;
  border-right: 1px solid #000;
}
@media only screen and (min-width: 1070px) {
  .header .nav_detail_block .brand_block .menu_title li:first-child {
    padding-left: 0;
  }
  .header .nav_detail_block .brand_block .menu_title li.selected {
    color: #00a9e1;
  }
  .header .nav_detail_block .brand_block .menu_title li:last-child {
    border-right: none;
  }
  .header .nav_detail_block .brand_block .menu_title li a:hover {
    color: #00a9e1;
    cursor: pointer;
  }
}
.header .nav_detail_block .brand_cate_list {
  height: 305px;
  flex-direction: column;
  display: inline-flex;
  flex-wrap: wrap;
  padding-left: 5px;
}
@media only screen and (min-width: 1070px) {
  .header .nav_detail_block .brand_cate_list > a {
    width: 234px !important;
  }
  .header .nav_detail_block .brand_cate_list > a img {
    display: none;
  }
}
@media only screen and (max-width: 1070px) {
  .header .nav_detail_block {
    display: none;
  }
  .header .nav_detail_block .detail_item {
    width: 100%;
    margin-right: 0;
  }
  .header .nav_detail_block .triangle {
    display: none;
  }
  .header .nav_detail_block .menu_detail_block {
    height: 100%;
    background: #FFF;
    box-shadow: none;
    border-left: 1px solid #eee;
    padding: 5px 5px 125px 5px;
    margin: 0;
    position: fixed;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    top: 76px;
    right: 0;
    width: -moz-calc(100% - 85px);
    width: -webkit-calc(100% - 85px);
    width: calc(100% - 85px);
  }
  .header .nav_detail_block .mobile_item_title {
    text-align: center;
    padding: 5px 0 !important;
    margin-bottom: 0 !important;
    border: none !important;
    position: relative;
  }
  
   .header .nav_detail_block .mobile_item_title .cate_name {
	font-size: 20px;
	color: #000;
    padding: 0 4px;
	line-height:36px;
  }
    .header .nav_detail_block .mobile_item_title .cate_name:focus {
	 color: #00a9e1;
  }
  
  .header .nav_detail_block .mobile_item_title .name {
	font-weight: bolder;
	color: #00a9e1;
    padding: 0 4px;
  }
  .header .nav_detail_block .mobile_item_title .name a {
    color: #00a9e1;
    font-weight: bolder;
  }
  .header .nav_detail_block .mobile_item_title .icon-left-line:before, .header .nav_detail_block .mobile_item_title .icon-right-line:before {
    font-size: 13px;
  }
  .header .nav_detail_block .promo_list_block .menu_detail_link_block a, .header .nav_detail_block .hot_promo .menu_detail_link_block a {
    background: #FFF;
    padding: 15px 19px 15px 14px;
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    color: #000;
  }
  .header .nav_detail_block .promo_list_block .menu_detail_link_block a:nth-child(odd), .header .nav_detail_block .hot_promo .menu_detail_link_block a:nth-child(odd) {
    background: #fce6ec;
  }
  .header .nav_detail_block .promo_list_block .menu_detail_link_block a:after, .header .nav_detail_block .hot_promo .menu_detail_link_block a:after {
    content: '';
    position: absolute;
    right: 8px;
    top: 18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6.9px;
    border-color: transparent transparent transparent #f9477a;
  }
  .header .nav_detail_block .promo_list_block .mobile_top_link, .header .nav_detail_block .hot_promo .mobile_top_link {
    display: none !important;
  }
  .header .nav_detail_block .brand_block .menu_title {
    display: block;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
  .header .nav_detail_block .brand_block .menu_title li {
    border: 2px solid #eeeeee;
    background: #eeeeee;
    margin: 5px;
    height: 62px;
    width: -moz-calc((100% - 30px) / 3);
    width: -webkit-calc((100% - 30px) / 3);
    width: calc((100% - 30px) / 3);
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    line-height: 130%;
    float: left;
  }
  .header .nav_detail_block .brand_block .menu_title li span {
    display: inline-block;
    width: 56px;
  }
}
@media only screen and (max-width: 1070px) and (max-width: 480px) {
  .header .nav_detail_block .brand_block .menu_title li span {
    width: 28px;
  }
}
@media only screen and (max-width: 1070px) {
  .header .nav_detail_block .brand_block .menu_title li.selected {
    border-color: #00a9e1;
    background: #FFF;
  }
  .header .nav_detail_block .brand_block .brand_cate_list {
    width: 100%;
    display: block;
    padding-left: 0;
    height: auto;
  }
  .header .nav_detail_block .brand_block .brand_cate_list > a {
    display: inline-block;
    width: -moz-calc((100% - 12px) / 4);
    width: -webkit-calc((100% - 12px) / 4);
    width: calc((100% - 12px) / 4);
    padding: 1% 3%;
  }
}
@media only screen and (max-width: 1070px) and (max-width: 480px) {
  .header .nav_detail_block .brand_block .brand_cate_list > a {
    width: -moz-calc((100% - 8px) / 3);
    width: -webkit-calc((100% - 8px) / 3);
    width: calc((100% - 8px) / 3);
  }
}
@media only screen and (max-width: 1070px) {
  .header .nav_detail_block .brand_block .brand_cate_list > a .brand_name {
    display: none;
  }
  .header .nav_detail_block .brand_block .brand_cate_list > a img {
    width: 100%;
  }
  .header .nav_detail_block .product_block .menu_title {
    display: block;
  }
  .header .nav_detail_block .product_block .mobile_top_link {
    display: block;
    border: 1px solid #c6c6c6;
    position: relative;
    padding: 7px;
    margin-top: 15px;
  }
  .header .nav_detail_block .product_block .mobile_top_link a {
    color: #525252;
  }
  .header .nav_detail_block .product_block .mobile_top_link:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 2px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: 1px;
    position: absolute;
    right: 5px;
    top: 11px;
  }
  .header .nav_detail_block .product_block .menu_detail_link_block a {
    background: #eeeeee;
	width:140px;
    color: #555;
    float: left;
    padding: 10px 5px 10px 10px;
    margin: 3px;
  }
    .header .nav_detail_block .product_block .menu_detail_link_block a:hover {
    float: left;
    padding: 10px 5px 10px 10px;
    margin: 3px;
	background-color:#d6e9ef;
  }
}
.header .menu_goback, .header .mobile_login_status_block, .header .info_item {
  /*mobile menu 用*/
  display: none;
}
@media only screen and (min-width: 1070px) {
  .header .header_wrap_full {
    background: #000;
    transition: visibility 0s linear 0.1s;
  }
  .header .header_wrap_full a.menu_item {
    color: #eee;
  }
}

.header_animation {
  opacity: 0;
}

.header_top {
  position: fixed;
  width: 100%;
  top: 0;
  box-shadow: 0px 0px 10px 1px #d7d7d7;
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
.header_top .nav, .header_top .nav_menu_block {
  background: #fff;
}
.header_top .top_action_block {
  position: static;
  padding: 0;
}
.header_top .top_action_block .logo_block {
  position: absolute;
  top: 0;
}
.header_top .top_action_block .logo_block img {
  padding: 3px 0;
  width: 135px;
  margin-left: 1px;
}
.header_top .top_action_block .search_block {
  position: absolute;
  top: 0;
  padding: 0;
  left: -moz-calc(( 50% + 320px ));
  left: -webkit-calc(( 50% + 320px ));
  left: calc(( 50% + 320px ));
}
.header_top .top_action_block .search_block .input_search {
  width: 150px;
  padding: 6px 40px 6px 10px;
  height: 30px;
}
.header_top .top_action_block .search_block .btn_search {
  background: #FFF;
  width: 40px;
  height: 28px;
  bottom: 1px;
  margin-right: 1px;
  right: 0;
}
.header_top .top_action_block .search_block .btn_search:before {
  color: #69dd03;
}
.header_top .top_action_block .search_block .btn_search:hover {
  background: #69dd03;
}
.header_top .top_action_block .search_block .btn_search:hover:before {
  color: #eee;
}
.header_top .top_action_block .search_block .hot_search_block {
  display: none;
}
.header_top .top_action_block .member_block {
  position: absolute;
  top: 6px;
  left: -moz-calc(( 50% + 540px ));
  left: -webkit-calc(( 50% + 540px ));
  left: calc(( 50% + 540px ));
}
.header_top .top_action_block .member_block .member_black {
  display: none !important;
}
.header_top .top_action_block .member_block .member_white {
  display: inline-block;
}
.header_top .top_action_block .cart_block {
  position: absolute;
  top: 6px;
  left: -moz-calc(( 50% + 495px ));
  left: -webkit-calc(( 50% + 495px ));
  left: calc(( 50% + 495px ));
}
.header_top .top_action_block .cart_block .icon-cart:before {
  color: #fff;
}
.header_top .cart_block {
  background: none;
}
.header_top .marquee .top-social {
  display: none;
  letter-spacing: 15px;
}

.mobile_menu_open .marquee {
  background: #fff;
  height: 40px;
}
.mobile_menu_open .marquee a {
  color: #000;
}
.mobile_menu_open .marquee .marquee_text {
  display: none;
  
}
.mobile_menu_open .marquee .top-social {
  display: inline-flex !important;
  top: 10px;
  width: 230px;
  letter-spacing: 12px;
  left: -moz-calc(( 100% - 230px ));
  left: -webkit-calc(( 100% - 230px ));
  left: calc(( 100% - 230px ));
}
.mobile_menu_open .marquee .top-social .look-share{

  color: #fff;
}
.mobile_menu_open .marquee .menu_goback {
  font-size: 20px;
  position:absolute;
  top: 10px;
  left: 10px;
}
.mobile_menu_open .menu_goback, .mobile_menu_open .mobile_login_status_block, .mobile_menu_open .info_item, .mobile_menu_open .top-social, .mobile_menu_open .nav_menu_block, .mobile_menu_open .nav_detail_block {
  /*mobile menu 用*/
  visibility: visible !important;
  display: block !important;
  
}
.mobile_menu_open .top_action_block {
  visibility: hidden;
}

.mobile_menu_open .mobile_login_status_block {
  z-index: 2000;
}
.mobile_menu_open .mobile_login_status_block span {
  display: none;
  background: #eeeeee;
  padding: 12px;
  
}
.mobile_menu_open .mobile_login_status_block span.non-login {
  text-align: center;
  
}
.mobile_menu_open .mobile_login_status_block span.non-login a {
  width: 40%;
  text-align: center;
}
.mobile_menu_open .mobile_login_status_block span.non-login a:last-child {
  border-left: 1px solid #c1c1c1;
  
}

.mobile_menu_open .mobile_login_status_block span:first-child {
  display: block;
}
.mobile_menu_open .nav_menu_block {
  display: block !important;
  transition: visibility 0s linear 0.1s;
}
.mobile_menu_open .info_item {
  display: flex !important;
  flex-direction: row !important;
  font-size: 14px;
  text-align: center;
  position: fixed;
  bottom: 0;
  padding: 10px 0;
  background: #f9f9f9;
  border-top: 1px solid #c6c6c6;
  z-index: 9999;
  width: 100%;
}
.mobile_menu_open .info_item a {
  flex: 1;
  border-right: 1px solid #c6c6c6;
}
.mobile_menu_open .info_item a img {
  height: 22px;
  vertical-align: middle;
}
.mobile_menu_open .info_item a:last-child {
  border: none;
}

.footer {
  border-top: 2px solid #c6c6c6;
}
@media only screen and (min-width: 1070px) {
  .footer {
    min-width: 1070px;
  }
}
@media only screen and (max-width: 1070px) {
  .footer {
    border-top: 1px solid #c6c6c6;
  }
}
.footer .promise_block {
  background: #fff;
  padding: 40px 0;
}
.footer .promise_block li {
  font-size: 12px;
  color: #554f56;
  margin-right: 134px;
}
.footer .promise_block li:last-child {
  margin-right: 0;
}
.footer .promise_block li img {
  float: left;
  display: inline-block;
}
.footer .promise_block li .promise_text_block {
  display: inline-block;
  float: left;
  width: 237px;
  margin-left: 10px;
  line-height: 140%;
}
.footer .promise_block li .promise_title {
  display: block;
  font-size: 20px;
  font-weight: bolder;
  padding: 10px 0 5px;
  color: #000;
}
.footer .footer_link_block {
  background: #000;
  color: #fff;
}
.footer .footer_link_block a {
  color: #fff;
}
.footer .footer_link_block .block_flex li {
  position: relative;
  box-sizing: border-box;
}
.footer .footer_link_block .block_flex li .link_list a {
  display: block;
  font-size: 14px;
  margin: 10px 0;
}

.footer .footer_link_block .block_flex li .link_list .info {
  font-size: 14px;
  line-height: 150%;
}
.footer .footer_link_block .block_flex li .link_list .info a {
  margin: 0;
}
@media only screen and (max-width: 1070px) {
  .footer .footer_link_block .block_flex li .link_list {
    display: none;
  }
}
@media only screen and (min-width: 1070px) {
  .footer .footer_link_block .block_flex li {
    padding: 40px 110px 20px;
  }
  .footer .footer_link_block .block_flex li:after {
    content: '';
    border-right: 1px solid #999;

    position: absolute;
    height: 50%;
    right: 0;
    top: 25%;
  }
  .footer .footer_link_block .block_flex li:nth-child(1) {
    padding-left: 10px;
  }
  .footer .footer_link_block .block_flex li:last-child {
    padding-right: 0;
    padding-left: 129px;
  }
  .footer .footer_link_block .block_flex li:last-child:after {
    border: none;
  }
  .footer .footer_link_block .block_flex li:last-child .link_title {
    margin-bottom: 25px;
  }
  .footer .footer_link_block .block_flex li:last-child .link_title, .footer .footer_link_block .block_flex li:last-child .link_list {
    position: relative;
  }
  .footer .footer_link_block .block_flex li:last-child .info a {
    margin-top: 6px;
  }
  .footer .footer_link_block .block_flex li:last-child .img_location {
    position: absolute;
    left: -33px;
    top: -9px;
  }
  .footer .footer_link_block .block_flex li:last-child .img_service {
    position: absolute;
    left: -33px;
    top: -2px;
  }
  .footer .footer_link_block .block_flex li:last-child .img_mail {
    position: absolute;
    left: -33px;
    top: 49px;
  }
  .footer .footer_link_block .block_flex li .link_title {
    margin-bottom: 20px;
    font-weight: bolder;
  }
}
@media only screen and (max-width: 1070px) {
  .footer .footer_link_block .block_flex li {
    padding: 20px 0;
    flex: 1;
  }
  .footer .footer_link_block .block_flex li .link_title {
    text-align: center;
  }
  .footer .footer_link_block .block_flex li:nth-child(1) {
    order: 3;
  }
  .footer .footer_link_block .block_flex li:nth-child(2) {
    order: 2;
  }
  .footer .footer_link_block .block_flex li:nth-child(3) {
    order: 4;
  }
  .footer .footer_link_block .block_flex li:last-child {
    order: 1;
  }
}
@media only screen and (max-width: 1070px) {
  .footer .footer_link_block .block_flex {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1070px) {
  .footer .footer_link_block {
    background: #f4f4f4;
    color: #a0a0a0;
  }
  .footer .footer_link_block a {
    color: #000;
    font-size: 14px;
    text-align: center;
  }
}
.footer .top-social {
  margin: 0 auto;
  text-align: center;
  border-bottom: 4px solid #eeeeee;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1070px) {
  .footer .top-social a{
	letter-spacing:30px;
	padding-right:10px;
  }


}
.footer .top-social a {
  margin: 0 8px;
  font-size: 22px;
  letter-spacing:30px;
}
.footer .top-social a:last-child {
 
  color: #fff;
  border-radius: 5px;
  padding: 4px;
}
@media only screen and (max-width: 1070px) {
  .footer .top-social a:last-child {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1070px) {
  .footer .top-social a.icon-line {
 padding-left:-5px;
  }
}
.footer .footer_bottom_text {
 
  color: #000;
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  line-height:24px;
  letter-spacing:0.4px;
}
@media only screen and (max-width: 1070px) {
  .footer .footer_bottom_text {
    background: #f4f4f4;
    color: #000!important;
    font-size: 14px;
	line-height:24px;
    letter-spacing:0.5px;
  }
}
@media only screen and (max-width: 1070px) {
  .footer {
    background: #f4f4f4;
  }
}

/*master e*/
.index > li {
  display: block;
  padding-bottom: 10px;
}
.index img {
  width: 100%;
  vertical-align: middle;
}
.index .middle_bn_block, .index .everyday_block {
  padding-top: 20px; /*DOSCOUNT 上下間距*/
}
.index .small_bn_list .small_bn_list2, .index .middle_bn_list, .index .everyday_list {
  margin-bottom: 20px;
}
.index .middle_bn_list:last-child, .index .everyday_list:last-child {
  margin-bottom: 0;
}
.index .everyday_block, .index .category_block {
  min-width: 1070px;
  background: #eeeeee;
}
@media only screen and (max-width: 1070px) {
  .index .everyday_block, .index .category_block {
    min-width: 100%;
  }
}
.index .block_title {
  font-size: 14px;
  color: #666;
  padding: 15px 0px 15px 0px;
  overflow:hidden; 
  text-align: center;
}


@media only screen and (max-width: 1070px) {
  .index .block_title {
    font-size: 18px;
	font-weight:800;
	color: #000;
	overflow:hidden; 
    display: flex;


  }
}
.index .block_title span:first-child {
  width: auto;
  height: 12px;
  background: url("../img/left-line-3.png") repeat right;

}
.index .block_title span:last-child {
  width: auto;
  height: 12px;
  background: url("../img/right-line-3.png")  repeat left;

}


@media only screen and (max-width: 1070px) {
  .index .block_title span {
    flex: 1;
  }
}
.index .block_title .name {
  padding: 0 2px 0 2px; /**/
  letter-spacing: 1.5px;
  color: #000;
}

.index .block_title .HR1{
  height:1px;border:none;
  border-top:1px solid #000;
}

@media only screen and (max-width: 1070px) {
  .index .block_title .name {
    flex: 1.5;
  }
}
.index .slide_bn_block {
  width: 1070px;
  margin: 0 auto;
}
@media only screen and (max-width: 1070px) {
  .index .slide_bn_block {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
}
.index .slide_bn_block .swiper-container img {
  display: block;
  vertical-align: middle;
  width: 1070px;
}

.index .slide_bn_block .text_block .pagination_text {
  padding: 15px 5px;
  text-align: center;
  font-weight: bolder;
}
@media only screen and (min-width: 1070px) {
  .index .slide_bn_block .text_block .pagination_text {
  
    position: relative;
  }
  .index .slide_bn_block .text_block .pagination_text:last-child:after {
    border-right: none;
  }
  .index .slide_bn_block .text_block .pagination_text:hover {
    cursor: pointer;

  }
  .index .slide_bn_block .text_block .pagination_text:after {
    content: '';
    border-right: 1px solid #c6c6c6;
    position: absolute;
    height: 50%;
    right: 0;
    top: 25%;
  }
}
@media only screen and (max-width: 1070px) {
  .index .slide_bn_block .text_block .pagination_text {
    padding: 10px 5px;
    font-size: 20px;
    display: none;
  }
  .index .slide_bn_block .text_block .pagination_text.selected {
    display: block;
    width: 100%;
  }
}
.index .ahead_block {
  background: #eeeeee;
  padding: 15px 0 0;
}
.index .ahead_block .ahead_list_block {
  background: #fff;
}
.index .ahead_block .ahead_list_block .bn_list_block {
  background: #fff;
  padding: 15px 0;
}
.index .ahead_block .ahead_list_block .bn_list_block .bn_list {
  flex: 1;
  border: 1px solid #d2d2d2;
}
.index .ahead_block .ahead_list_block .bn_list_block .bn_list:nth-child(2) {
  margin: 0 10px;
}
.index .ahead_block .ahead_list_block .bn_list_block .bn_list .title {
  position: relative;
  font-size: 12px;
  font-weight: bolder;
  padding: 15px 0;
}
.index .ahead_block .ahead_list_block .bn_list_block .bn_list .title span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.index .ahead_block .ahead_list_block .bn_list_block .bn_list .title span em {
  display: inline-block;
  transform: scale(calc(10 / 12));
  color: #fff;
  position: absolute;
  top: 4px;
  left: 0px;
}
.index .ahead_block .ahead_list_block .bn_list_block .bn_list .title span:after {
  content: '';
  border-bottom: 33px solid transparent;
  border-left: 36px solid #00a9e1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.index .ahead_block .ahead_list_block .bn_list_block .new .title {
  padding-left: 22px;
}
.index .ahead_block .ahead_list_block .bn_list_block .hot .title {
  padding-left: 28px;
}
.index .ahead_block .ahead_list_block .bn_list_block .fb .title {
  padding-left: 22px;
}
.index .ahead_block .ahead_list_block .bn_list_block .fb .title span em {
  left: 3px;
}

/*8888888888888888888888888888 S*/
.index .layout_8 .wrap-attr {
  margin: 20px 0 0 7px;
}
.index .layout_8 .wrap-attr .inner-item {
  width: 25%;
  margin: 0 0 15px -4px;
  vertical-align: top;
  text-align: center;
}
.index .layout_8 .wrap-attr .inner-item a, .index .layout_8 .wrap-attr .inner-item .inner-pic, .index .layout_8 .wrap-attr .inner-item .inner-title {
  display: block;
}
.index .layout_8 .wrap-attr .inner-item .inner-pic {
  padding: 0 15px;
}
.index .layout_8 .wrap-attr .inner-item .inner-title {
  margin-top: 5px;
  font-size: 14px;
}
/*8888888888888888888888888888 E*/

/* 類別標籤 E*/
.index .promo-tag-container .inner-container {
  width: 100%;
  padding: 15px 15px 15px 15px;
  white-space: nowrap;
  overflow-x: auto;
  text-align: center;
  background: #fff;
  font-size: 14px;
}
.index .promo-tag-container .inner-container li {
  display: inline-block;
  position: relative;
  margin-right: 1px;
  vertical-align: middle;
}
.index .promo-tag-container .inner-container li a {
  display: block;
  min-width: 76px;
  padding: 15px 0 15px 0;
  color: #737272;
  background: #dffcf9;
}
/* 類別標籤 S*/



@media only screen and (min-width: 1070px) {
  .index .daily_sales {
    width: 1070px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1070px) {
  .index .daily_sales {
    background: #eeeeee;
    padding: 15px 0 0;
  }
}
.index .daily_sales > div {
  float: left;
  width: -moz-calc(( 100% / 4));
  width: -webkit-calc(( 100% / 4));
  width: calc(( 100% / 4));
}
@media only screen and (max-width: 1070px) {
  .index .daily_sales > div {
    width: 100%;
  }
}
.index .daily_sales .remaining_times_block {
  background: #00a9e1;
  padding: 46.5px 20px;
  position: relative;
}
.index .daily_sales .remaining_times_block:after {
  content: '';
  position: absolute;
  right: -10px;
  top: 40%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #000 transparent;
  border-width: 18px 0 18px 20px;
  border-color: transparent transparent transparent #00a9e1;
  z-index: 2;
}
@media only screen and (max-width: 1070px) {
  .index .daily_sales .remaining_times_block:after {
    display: none;
  }
}
@media only screen and (max-width: 1070px) {
  .index .daily_sales .remaining_times_block {
    background: #f85884;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(#f85884 0%, #fa88a7 48%, #fa86a6 53%, #f85884 100%);
    background: -o-linear-gradient(#f85884 0%, #fa88a7 48%, #fa86a6 53%, #f85884 100%);
    background: linear-gradient(#f85884 0%, #fa88a7 48%, #fa86a6 53%, #f85884 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85884', endColorstr='#f85884',GradientType=0 );
    /* IE6-9 */
    padding: 0px 15px;
    display: flex;
    align-items: center;
    width: 100%;
  }
}
.index .daily_sales .remaining_times_block div {
  width: 100%;
  text-align: center;
  padding: 9px 0;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1070px) {
  .index .daily_sales .remaining_times_block div {
    letter-spacing: 0;
  }
}
.index .daily_sales .remaining_times_block .s_title fieldset {
  font-size: 20px;
  margin: 5px 0;
  border-top: 1px solid #000;
  text-align: center;
}
@media only screen and (max-width: 1070px) {
  .index .daily_sales .remaining_times_block .s_title fieldset {
    font-size: 1rem;
    border: none;
  }
  .index .daily_sales .remaining_times_block .s_title fieldset span {
    display: none;
  }
}
@media only screen and (max-width: 1070px) {
  .index .daily_sales .remaining_times_block .s_title {
    order: 2;
    flex: 1;
  }
  .index .daily_sales .remaining_times_block .s_title fieldset {
    font-size: 3vmin;
  }
}
.index .daily_sales .remaining_times_block .m_title {
  font-size: 39px;
  font-weight: border;
  position: relative;
}
.index .daily_sales .remaining_times_block .m_title:before, .index .daily_sales .remaining_times_block .m_title:after {
  content: '';
  position: absolute;
  border: solid #fbf31c;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(-45deg);
  top: -moz-calc(( 50% - 7px));
  top: -webkit-calc(( 50% - 7px));
  top: calc(( 50% - 7px));
}
.index .daily_sales .remaining_times_block .m_title:before {
  right: 25px;
}
.index .daily_sales .remaining_times_block .m_title:after {
  right: 33px;
}
@media only screen and (max-width: 1070px) {
  .index .daily_sales .remaining_times_block .m_title {
    order: 4;
    flex: 2.5;
    font-size: 4.5vmin;
    text-align: left;
  }
  .index .daily_sales .remaining_times_block .m_title:before, .index .daily_sales .remaining_times_block .m_title:after {
    padding: 2px;
    transform: rotate(45deg);
    right: 0;
  }
  .index .daily_sales .remaining_times_block .m_title:before {
    top: -moz-calc(( 50% - 7px));
    top: -webkit-calc(( 50% - 7px));
    top: calc(( 50% - 7px));
  }
  .index .daily_sales .remaining_times_block .m_title:after {
    top: -moz-calc(( 50% - 1px));
    top: -webkit-calc(( 50% - 1px));
    top: calc(( 50% - 1px));
  }
}
.index .daily_sales .remaining_times_block .l_title {
  font-size: 56px;
  color: #fff;
  position: relative;
  font-weight: bolder;
}
@media only screen and (max-width: 1070px) {
  .index .daily_sales .remaining_times_block .l_title {
    font-style: italic;
    font-size: 5vmin;
    font-weight: normal;
    display: inline-block;
    width: auto;
    order: 1;
    flex: 3;
  }
}
.index .daily_sales .remaining_times_block .time {
  font-size: 28px;
}
.index .daily_sales .remaining_times_block .time span {
  background: #000;
  color: #fbf31c;
  display: inline-block;
  width: 50px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.index .daily_sales .remaining_times_block .time em {
  margin: 0 -4px;
}
@media only screen and (max-width: 1070px) {
  .index .daily_sales .remaining_times_block .time {
    order: 3;
    flex: 4;
    font-size: 5vmin;
  }
  .index .daily_sales .remaining_times_block .time span {
    width: 22%;
    height: auto;
    line-height: 100%;
  }
  .index .daily_sales .remaining_times_block .time em {
    margin: auto;
  }
}
.index .daily_sales .daily_product_block {
  border: 1px solid #e0e0e0;
  border-left: none;
  padding: 2px;
}
.index .daily_sales .daily_product_block > div {
  border: 2px solid transparent;
}
.index .daily_sales .daily_product_block > div:hover {
  border-color: #ee4d79;
}
@media only screen and (max-width: 1070px) {
  .index .daily_sales .daily_product_block > div {
    border: none;
  }
}
.index .daily_sales .daily_product_block .product_price {
  padding: 10px 0;
}
@media only screen and (min-width: 1070px) {
  .index .daily_sales .daily_product_block:nth-child(4n+1) {
    border-left: 1px solid #e0e0e0;
  }
  .index .daily_sales .daily_product_block:nth-child(n+5) {
    border-top: 1px solid transparent;
  }
}
@media only screen and (max-width: 1070px) {
  .index .daily_sales .daily_product_block {
    background: #fff;
    padding: 15px;
  }
  .index .daily_sales .daily_product_block .product_info_block {
    display: flex;
  }
  .index .daily_sales .daily_product_block .product_info_block:last-child {
    border-bottom: 0;
  }
  .index .daily_sales .daily_product_block .product_info_block > div:first-child {
    flex: 3;
    position: relative;
  }
  .index .daily_sales .daily_product_block .product_info_block > div:first-child .sale_arrow {
    left: auto;
  }
}
@media only screen and (max-width: 1070px) and (max-width: 1070px) {
  .index .daily_sales .daily_product_block .product_info_block > div:first-child .sale_arrow {
    right: -moz-calc(( 100% - ( 50px / 2 ) ));
    right: -webkit-calc(( 100% - ( 50px / 2 ) ));
    right: calc(( 0% - ( 100px / 2 ) ));
    width: 50px;
  }
  .index .daily_sales .daily_product_block .product_info_block > div:first-child .sale_arrow .sale_arrow_text {
    font-size: 18px;
    font-weight: bolder;
  }
}
@media only screen and (max-width: 1070px) and (max-width: 480px) {
  .index .daily_sales .daily_product_block .product_info_block > div:first-child .sale_arrow {
    width: 36px;
    right: -moz-calc(( 0% - ( 36px / 2 ) ));
    right: -webkit-calc(( 0% - ( 36px / 2 ) ));
    right: calc(( 0% - ( 36px / 2 ) ));
  }
  .index .daily_sales .daily_product_block .product_info_block > div:first-child .sale_arrow .sale_arrow_text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1070px) {
  .index .daily_sales .daily_product_block .product_info_block > div:last-child {
    flex: 5;
  }
  .index .daily_sales .daily_product_block .product_info_block > div:last-child .product_name {
    padding: 0;
    height: 45px;
    font-size: 16px;
  }
  .index .daily_sales .daily_product_block .product_info_block > div:last-child .product_name a {
    padding-left: 35px;
  }
  .index .daily_sales .daily_product_block .product_info_block > div:last-child .product_price {
    display: flex;
    align-items: center;
    padding: 6px 0 0 35px;
  }
  .index .daily_sales .daily_product_block .product_info_block > div:last-child .product_price .sale_price {
    font-size: 18px;
  }
  .index .daily_sales .daily_product_block .product_info_block > div:last-child .product_price .original_price {
    display: block;
  }
  .index .daily_sales .daily_product_block .product_info_block > div:last-child .product_price div:first-child {
    flex: 2;
    text-align: left;
  }
  .index .daily_sales .daily_product_block .product_info_block > div:last-child .product_price div:last-child {
    flex: 4;
    background: #00a9e1;
    color: #fff;
    padding: 5px 0;
  }
}
.index .small_bn_block .small_bn_list .small_bn_list2 {
  width: -moz-calc(( ( 100% - 15px ) / 2 ));
  width: -webkit-calc(( ( 100% - 15px ) / 2 ));
  width: calc(( ( 100% - 15px ) / 2 ));
  display: inline-block;
}
.index .small_bn_block .small_bn_list .small_bn_list2:nth-child(odd) {
  margin-right: 7.5px;
}
.index .small_bn_block .small_bn_list .small_bn_list2:nth-child(even) {
  margin-left: 7.5px;
}
.index .small_bn_block .small_bn_list .small_bn_list2:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.index .small_bn_TIP .small_bn_list .small_bn_list2:nth-child(odd) {
  margin-right: 7.5px;
}
.index .small_bn_TIP .small_bn_list .small_bn_list2:nth-child(even) {
  margin-left: 7.5px;
}
.index .small_bn_TIP .small_bn_list .small_bn_list2:nth-last-child(-n+2) {
  margin-bottom: 0px;
  }
@media only screen and (max-width: 1070px) {
  .index .small_bn_TIP .small_bn_list { /*DISCOUNT區 BANNER 行距*/
   margin-bottom: 5px;
  }
  .index .small_bn_TIP .small_bn_list .small_bn_list2:nth-child(odd) {
    margin-right: 0.5px;
  }
  .index .small_bn_TIP .small_bn_list .small_bn_list2:nth-child(even) {
    margin-left: 0.5px;
  }
}
@media only screen and (max-width: 1070px) {
  .index .small_bn_block .small_bn_list {
  margin-bottom: 5px;
  }
  .index .small_bn_block .small_bn_list .small_bn_list2:nth-child(odd) {
    margin-right: 0.5px;
  }
  .index .small_bn_block .small_bn_list .small_bn_list2:nth-child(even) {
    margin-left: 0.5px;
  }
}

@media only screen and (max-width: 1070px) {
  .index .small_bn_TIP {
    background: #eeeeee;
    padding-top: 10px; /*上HEAD 的下灰邊框*/
    padding-bottom: 0;
  }
  .index .small_bn_TIP > div {
    background: #fff;
    width: 100%;
    padding: 0px; /* DISCOUNT 無邊際 0px  */
    margin: 0;
  }
}
.index .hot_video_block {
  background: #fff;
  
}
@media only screen and (max-width: 1070px) {
  .index .hot_video_block {
    padding-bottom: 5px;
  }
}
.index .hot_video_block .video_block {
  width: auto;
  margin: 0 auto;
  position: relative;
  float: left;
}
.index .hot_video_block .video_block .videoimg {
  width: auto;
  text-align: center;
  background: #000;
}
@media only screen and (max-width: 1070px) {
  .index .hot_video_block .video_block .videoimg {
    width: 100%;
    height: auto;
  }
}
.index .hot_video_block .video_block .videoimg > img {
  width: auto;
}
@media only screen and (max-width: 1070px) {
  .index .hot_video_block .video_block .videoimg > img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 1070px) {
  .index .hot_video_block .video_block {
    width: 100%;
  }
}
.index .hot_video_block .video_block:hover .triangle_img {
  opacity: 0.6;
}
.index .hot_video_block .video_block .play_video {
  position: absolute;
  top: 15%;
  left: 5%;
}
@media only screen and (max-width: 1070px) {
  .index .hot_video_block .video_block .play_video {
    top: 30%;
  }
}
.index .hot_video_block .video_block .play_video .triangle_img {
  background: #000;
  border: 5px solid #fff;
  padding: 14px 12px;
  border-radius: 100%;
}
.index .hot_video_block .video_block .play_video .triangle_img img {
  width: 25px;
  padding-left: 6px;
}
.index .hot_video_block .video_block .end_block {
  display: none;
}
.index .hot_video_block .video_block .ending:before {
  content: '';
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index .hot_video_block .video_block .ending .end_block {
  display: block;
  color: #fff;
}
.index .hot_video_block .video_block .ending .triangle_img {
  opacity: 1;
}
.index .hot_video_block .video_block .ending .play_video {
  top: 35%;
  left: 40%;
}
@media only screen and (max-width: 1070px) {
  .index .hot_video_block .video_block .ending .play_video {
    left: -moz-calc(( 50% - 68px ));
    left: -webkit-calc(( 50% - 68px ));
    left: calc(( 50% - 68px ));
    top: -moz-calc(( 50% - 68px ));
    top: -webkit-calc(( 50% - 68px ));
    top: calc(( 50% - 68px ));
  }
}
.index .hot_video_block .video_block .ending .play_video > div {
  display: flex;
  align-items: center;
  margin: 30px 0;
}
@media only screen and (max-width: 1070px) {
  .index .hot_video_block .video_block .ending .play_video > div {
    margin: 15px 0;
  }
}
.index .hot_video_block .video_block .ending .play_video > div .icon-cart {
  padding: 0 5px;
}
.index .hot_video_block .video_block .ending .play_video > div .icon-cart:before {
  font-size: 40px;
}
.index .hot_video_block .video_block .ending .play_video span {
  display: inline-block;
}
.index .hot_video_block .video_block .ending .play_video .triangle_img {
  padding: 11px 8px;
}
.index .hot_video_block .video_block .ending .play_video .triangle_img img {
  width: 25px;
  padding-left: 7px;
}
.index .hot_video_block .video_block .ending .play_video .ending_text {
  color: #fff;
  font-size: 22px;
  letter-spacing: 2px;
  padding-left: 5px;
}
@media only screen and (max-width: 1070px) {
  .index .hot_video_block .video_block .ending .play_video .ending_text {
    font-size: 18px;
  }
}
.index .hot_video_block .hot_video_product_block {
  float: left;
  width: -moz-calc(( 100% - 730px));
  width: -webkit-calc(( 100% - 730px));
  width: calc(( 100% - 730px));
  padding-left: 10px;
}
@media only screen and (min-width: 1070px) {
  .index .hot_video_block .hot_video_product_block .product_list_block > div {
    width: -moz-calc(( 100% / 2));
    width: -webkit-calc(( 100% / 2));
    width: calc(( 100% / 2));
    display: inline-block;
    float: left;
    border: 1px solid #eeeeee;
    background: #fff;
  }
  .index .hot_video_block .hot_video_product_block .product_list_block > div a {
    background: #fff;
    display: block;
  }
  .index .hot_video_block .hot_video_product_block .product_list_block > div:nth-child(odd) {
    margin-right: -1px;
  }
  .index .hot_video_block .hot_video_product_block .product_list_block > div:nth-child(n+3) {
    border-top: none;
  }
  .index .hot_video_block .hot_video_product_block .product_list_block > div .product_info_block {
    padding-bottom: 4px;
    border: 2px solid transparent;
  }
  .index .hot_video_block .hot_video_product_block .product_list_block > div .product_info_block .product_img {
    margin: 5px 12px 0;
  }
  .index .hot_video_block .hot_video_product_block .product_list_block > div .product_info_block .product_img img {
    border: 1px solid #eeeeee;
  }
  .index .hot_video_block .hot_video_product_block .product_list_block > div .product_info_block .product_price {
    position: absolute;
    top: 122px;
    left: 13px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px 0 0;
    width: -moz-calc((  100% - 26px ));
    width: -webkit-calc((  100% - 26px ));
    width: calc((  100% - 26px ));
  }
  .index .hot_video_block .hot_video_product_block .product_list_block > div .product_info_block .product_price .sale_price {
    font-size: 20px;
  }
  .index .hot_video_block .hot_video_product_block .product_list_block > div .product_info_block .product_price .sale_price em {
    font-size: 14px;
  }
  .index .hot_video_block .hot_video_product_block .product_list_block > div .product_info_block .product_name {
    padding-top: 5px;
    height: 43px;
  }
  .index .hot_video_block .hot_video_product_block .product_list_block > div .product_info_block:hover {
    border-color: #00a9e1;
  }
}
@media only screen and (max-width: 1070px) {
  .index .hot_video_block .hot_video_product_block {
    width: 100%;
    padding-top: 10px;
    float: none;
    padding-bottom: 15px;
  }
  .index .hot_video_block .hot_video_product_block .product_info_block {
    background: #FFF;
    display: flex;
  }
  .index .hot_video_block .hot_video_product_block .product_info_block > div:first-child {
    flex: 3.3;
    margin-right: 5px;
  }
  .index .hot_video_block .hot_video_product_block .product_info_block > div:last-child {
    flex: 4;
  }
  .index .hot_video_block .hot_video_product_block .product_info_block .product_price {
    position: static;
    background: #FFF;
    padding: 5px 10px 0px 15px;
    margin-left: -5px;
    text-align: left;
  }
  .index .hot_video_block .hot_video_product_block .product_info_block .product_name {
    background: #FFF;
    padding: 5px 5px 5px 10px;
    height: 45px;
    margin-left: -5px;
  }
  .index .hot_video_block .hot_video_product_block .swiper-container {
    width: 100%;
    height: 100%;
  }
  .index .hot_video_block .hot_video_product_block .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .index .hot_video_block .hot_video_product_block .swiper-pagination-bullets {
    bottom: 0;
  }
  .index .hot_video_block .hot_video_product_block .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 6px;
    height: 6px;
  }
  .index .hot_video_block .hot_video_product_block .swiper-pagination-bullet-active {
    background: #febbcd;
  }
}
.index .everyday_block .everyday_bn_block {
  float: left;
  width: 285px;
}
.index .everyday_block .everyday_product_block {
  float: left;
  margin-top: -3px;
  width: -moz-calc(( 1070px - 285px));
  width: -webkit-calc(( 1070px - 285px));
  width: calc(( 1070px - 285px));
}
.index .everyday_block .everyday_product_block .product_list {
  float: left;
  height: 339.5px;
  overflow-y: hidden;
  width: -moz-calc(( ( 100% - 5px ) / 3 ));
  width: -webkit-calc(( ( 100% - 5px ) / 3 ));
  width: calc(( ( 100% - 5px ) / 3 ));
  margin: 1px;
}
.index .everyday_block .everyday_product_block .product_list:nth-child(3n) {
  margin-right: 0;
}
.index .everyday_block .everyday_product_block .product_list:nth-child(3n-1) .product_name, .index .everyday_block .everyday_product_block .product_list:nth-child(3n-1) .product_price {
  background: #fffcfc;
}
.index .everyday_block .everyday_product_block .product_list .product_info_block {
  border: 2px solid transparent;
}
.index .everyday_block .everyday_product_block .product_list .product_info_block:hover {
  border-color: #ee4d79;
}
.index .everyday_block .everyday_product_block .product_list .product_info_block .product_name {
  height: 60px;
  padding-top: 0;
}
.index .everyday_block .everyday_product_block .product_list .product_info_block .product_price {
  padding: 8.5px 0;
}
@media only screen and (max-width: 1070px) {
  .index .category_block {
    padding-top: 20px;
  }
}
.index .category_block .block_title {
  padding: 10px 0 30px;
}
.index .category_block .product_list {
  width: -moz-calc(( ( 100% - 15px) / 4 ));
  width: -webkit-calc(( ( 100% - 15px) / 4 ));
  width: calc(( ( 100% - 15px) / 4 ));
  float: left;
  margin: 0 2.5px 15px;
  border: 2px solid transparent;
}
@media only screen and (min-width: 1070px) {
  .index .category_block .product_list:nth-child(4n+1) {
    margin-left: 0;
  }
  .index .category_block .product_list:nth-child(4n) {
    margin-right: 0;
  }
  .index .category_block .product_list:nth-child(odd) {
    border: 2px solid #fffcfc;
    background: #fffcfc;
  }
  .index .category_block .product_list:nth-child(odd) .product_name, .index .category_block .product_list:nth-child(odd) .product_price {
    background: #fffcfc;
  }
  .index .category_block .product_list:nth-child(even) {
    border: 2px solid #fff;
  }
  .index .category_block .product_list:hover {
    border-color: #ee4d79;
  }
}
.index .category_block .product_list .product_name {
  margin-top: 0;
  padding-top: 0;
  height: 60px;
}
.index .category_block .product_list .product_price.s_price .sale_price {
  margin-right: 0;
  font-weight: normal;
}
@media only screen and (max-width: 1070px) {
  .index .category_block .product_list {
    width: -moz-calc(( ( 100% - 5px) / 2 ));
    width: -webkit-calc(( ( 100% - 5px) / 2 ));
    width: calc(( ( 100% - 5px) / 2 ));
    margin-bottom: 5px;
  }
  .index .category_block .product_list:nth-child(odd) {
    margin-left: 0;
  }
  .index .category_block .product_list:nth-child(even) {
    margin-right: 0;
  }
}
.index .product_info_block {
  position: relative;
}
.index .product_info_block .sp_text, .index .product_info_block .product_name {
  padding-left: 14px;
  padding-right: 14px;
}
@media only screen and (max-width: 1070px) {
  .index .product_info_block .sp_text, .index .product_info_block .product_name {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.index .product_info_block .product_name {
  background: #fff;
  display: -webkit-box;
  height: 60px;
  line-height: 145%;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  padding-top: 15px;
}
@media only screen and (max-width: 1070px) {
  .index .product_info_block .product_name {
    text-align: left;
    height: 42px;
  }
}
.index .product_info_block .product_price {
  background: #fff;
  text-align: center;
  padding: 18px 0;
  position: relative;
  width: 100%;
}
/* 商品滑動區ㄟ價格設定 */
.index .product_info_block .product_price .sale_price {
  color: #bb0404;
  font-size: 50px;
  font-weight: bolder;
  margin-right: 5px;
}
.index .product_info_block .product_price .sale_price em {
  font-size: 22px;
  font-weight: normal;
}
@media only screen and (max-width: 1070px) {
  .index .product_info_block .product_price .sale_price {
    font-size: 16px;
    font-weight: normal;
  }
  .index .product_info_block .product_price .sale_price em {
    font-size: 16px;
  }
}
.index .product_info_block .product_price .original_price {
  text-decoration: line-through;
  font-size: 20px;
  color: #a8a5a5;
}
@media only screen and (max-width: 1070px) {
  .index .product_info_block .product_price .original_price {
    font-size: 13px;
  }
}
.index .product_info_block .product_price .sp-tag {
  min-width: 76px;
  position: absolute;
  top: -moz-calc(( 50% - 15px));
  top: -webkit-calc(( 50% - 15px));
  top: calc(( 50% - 15px));
  left: 15px;
  font-size: 16px;
  text-align: center;
  padding: 8px 5px 6px;
  background: #bb0404;
  color: #fff;
  font-weight: bolder;
}
@media only screen and (max-width: 1070px) {
  .index .product_info_block .product_price .sp-tag {
    position: relative;
    min-width: 60px;
    left: auto;
    float: left;
    font-size: 13px;
    padding: 5px;
    margin-right: 3px;
  }
}
.index .product_info_block .product_price.s_price .sale_price {
  font-size: 32px;
}
.index .product_info_block .product_price.s_price .original_price {
  font-size: 26px;
}
@media only screen and (max-width: 1070px) {
  .index .product_info_block .product_price.s_price {
    padding: 5px 5px 10px;
    text-align: center;
  }
  .index .product_info_block .product_price.s_price .sale_price {
    font-size: 22px;
  }
  .index .product_info_block .product_price.s_price .original_price {
    font-size: 17px;
  }
}
.index .product_info_block .sale_arrow {
  position: absolute;
  left: 10px;
  bottom: 0;
  z-index: 2;
  width: 45px;
}
.index .product_info_block .sale_arrow .sale_arrow_text {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #fff;
  font-style: italic;
}
@media only screen and (max-width: 1070px) {
  .index .product_info_block .sale_arrow {
    font-size: 2vmin;
    width: 36px;
  }
  .index .product_info_block .sale_arrow .sale_arrow_text {
    left: 8px;
  }
}
.index .product_info_block:hover .product_img img {
  opacity: 0.8;
}
.index .btn_block {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.index .btn_block .light_grey_btn {
  border: 1px solid #000;
  padding: 10px 20px;
  display: inline-block;
  position: relative;
  background: #fffcfc;
  font-size: 20px;
}
.index .btn_block .light_grey_btn:hover {
  background: #faf4f4;
}
.index .btn_block .light_grey_btn.r-arrow:after {
  width: 12px;
  height: 12px;
  border-color: #000;
}
@media only screen and (max-width: 1070px) {
  .index .btn_block .light_grey_btn {
    font-size: 16px;
    border-color: #999;
    color: #999;
  }
  .index .btn_block .light_grey_btn.r-arrow:after {
    width: 8px;
    height: 8px;
  }
}
.index .btn_block .grey_btn {
  padding: 10px 23px;
  display: inline-block;
  position: relative;
  background: #999999;
  color: #fff;
  font-size: 22px;
  font-weight: bolder;
}
.index .btn_block .grey_btn.r-arrow:after {
  width: 14px;
  height: 14px;
  color: #fff;
}
.index .btn_block .grey_btn:hover {
  background: #888888;
}
@media only screen and (max-width: 1070px) {
  .index .btn_block .grey_btn {
    font-size: 18px;
    background: #000;
  }
  .index .btn_block .grey_btn.r-arrow:after {
    width: 10px;
    height: 10px;
  }
}

@media only screen and (max-width: 1070px) {
  .free_choices .index, .free_choices .promo_block {
    margin: 0 5px;
    width: -moz-calc(( 100% - 10px));
    width: -webkit-calc(( 100% - 10px));
    width: calc(( 100% - 10px));
  }
}
.free_choices .promo_block li {
  display: block;
  text-align: center;
}
@media only screen and (max-width: 1070px) {
  .free_choices .promo_block li {
    text-align: left;
  }
}
@media only screen and (max-width: 1070px) {
  .free_choices .promo_block .bn img {
    width: 100%;
  }
}
.free_choices .promo_block .promo_title {
  margin: 20px 0 0;
  font-size: 28px;
  line-height: 120%;
}
@media only screen and (max-width: 1070px) {
  .free_choices .promo_block .promo_title {
    margin: 15px 0 0;
    font-size: 18px;
  }
}
.free_choices .promo_block .promo_description {
  font-size: 14px;
  color: #999999;
  line-height: 120%;
  margin-top: 5px;
}
@media only screen and (max-width: 1070px) {
  .free_choices .promo_block .promo_description {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.free_choices .country_list {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1070px) {
  .free_choices .country_list {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.free_choices .country_list li {
  cursor: pointer;
  background: #FFF;
  text-align: center;
  letter-spacing: 5px;
  text-indent: 5px;
  flex: 1;
  display: inline-block;
  margin-right: 5px;
  padding: 10px 0;
  position: relative;
}
@media only screen and (max-width: 1070px) {
  .free_choices .country_list li {
    margin-right: 0;
  }
  .free_choices .country_list li:after {
    content: '';
    border-right: 1px solid #c6c6c6;
    position: absolute;
    height: 50%;
    right: 0;
    top: 25%;
  }
}
.free_choices .country_list li:last-child {
  margin: 0;
}
@media only screen and (min-width: 1070px) {
  .free_choices .country_list li.active {
    background: #c6c6c6;
  }
}
@media only screen and (max-width: 1070px) {
  .free_choices .country_list li.active {
    color: #00a9e1;
  }
  .free_choices .country_list li.active:before {
    content: '';
    border-bottom: 3px solid #00a9e1;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
  }
}
.free_choices .choices_block {
  background: #fff;
  border: 1px solid #c6c6c6;
  font-size: 22px;
  text-align: center;
  padding: 10px 0;
  margin: 20px auto;
  letter-spacing: 1px;
}
.free_choices .choices_block em {
  display: inline-block;
  font-weight: bolder;
  width: 20px;
  margin: 0 5px;
  text-align: center;
}
.free_choices .choices_block em.pink {
  color: #00a9e1;
  border-bottom: 2px solid #00a9e1;
}
.free_choices .choices_block .cart_block .ui_btn {
  width: 135px;
}
.free_choices .product_list .product_list_block {
  float: left;
  border: 1px solid #e0e0e0;
  border-left: none;
  padding: 2px;
  position: relative;
}
@media only screen and (min-width: 1070px) {
  .free_choices .product_list .product_list_block {
    width: -moz-calc(( 100% / 4));
    width: -webkit-calc(( 100% / 4));
    width: calc(( 100% / 4));
  }
  .free_choices .product_list .product_list_block:nth-child(4n+1) {
    border-left: 1px solid #e0e0e0;
  }
  .free_choices .product_list .product_list_block:nth-child(n+5) {
    border-top: 1px solid transparent;
  }
}
@media only screen and (max-width: 1070px) {
  .free_choices .product_list .product_list_block {
    width: -moz-calc(( 100% / 2 ));
    width: -webkit-calc(( 100% / 2 ));
    width: calc(( 100% / 2 ));
    box-sizing: border-box;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    margin-top: -1px;
  }
  .free_choices .product_list .product_list_block:nth-child(1), .free_choices .product_list .product_list_block:nth-child(2) {
    margin-top: 0;
  }
  .free_choices .product_list .product_list_block:nth-child(even) {
    border-left: 1px solid transparent;
  }
}
.free_choices .product_list .product_list_block > div {
  border: 2px solid transparent;
  padding-bottom: 20px;
}
.free_choices .product_list .product_list_block .icon-icon-close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 22px;
  z-index: 2;
}
.free_choices .product_list .product_list_block .icon-icon-close:hover {
  cursor: pointer;
}
@media only screen and (max-width: 1070px) {
  .free_choices .product_list .product_list_block .icon-icon-close {
    font-size: 16px;
  }
}
.free_choices .product_list .product_list_block .product_info_block .product_price {
  padding: 8px 15px;
}
@media only screen and (max-width: 1070px) {
  .free_choices .product_list .product_list_block .product_info_block .product_price {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.free_choices .product_list .product_list_block .product_info_block .product_price span {
  display: inline-block;
  width: -moz-calc(( ( 100% - 5px ) / 2 ));
  width: -webkit-calc(( ( 100% - 5px ) / 2 ));
  width: calc(( ( 100% - 5px ) / 2 ));
}
.free_choices .product_list .product_list_block .product_info_block .product_price .sale_price {
  margin-right: 0;
  font-size: 20px;
  text-align: left;
}
@media only screen and (max-width: 1070px) {
  .free_choices .product_list .product_list_block .product_info_block .product_price .sale_price {
    font-size: 14px;
  }
}
.free_choices .product_list .product_list_block .product_info_block .product_price .sale_price em {
  font-size: 14px;
}
.free_choices .product_list .product_list_block .product_info_block .product_price .original_price {
  font-size: 14px;
  text-align: right;
}
@media only screen and (max-width: 1070px) {
  .free_choices .product_list .product_list_block .product_info_block .product_price .original_price {
    font-size: 12px;
  }
}
.free_choices .product_list .product_list_block .product_info_block .cart_block {
  padding: 0 15px;
}
@media only screen and (max-width: 1070px) {
  .free_choices .product_list .product_list_block .product_info_block .cart_block {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.free_choices .product_list .product_list_block .product_info_block .cart_block > div {
  display: inline-block;
  width: -moz-calc(( ( 100% - 10px ) / 2 ));
  width: -webkit-calc(( ( 100% - 10px ) / 2 ));
  width: calc(( ( 100% - 10px ) / 2 ));
}
.free_choices .product_list .product_list_block .product_info_block .cart_block > div.select_style {
  margin-right: 5px;
}
.free_choices .product_list .product_list_block .product_info_block .cart_block > div.select_style select, .free_choices .product_list .product_list_block .product_info_block .cart_block > div.select_style label, .free_choices .product_list .product_list_block .product_info_block .cart_block > div.select_style .ui_btn {
  width: 100%;
}
@media only screen and (max-width: 1070px) {
  .free_choices .product_list .product_list_block .product_info_block .cart_block > div.btn_block {
    margin-top: 5px;
    margin-bottom: 0;
  }
}
.free_choices .product_list .product_list_block .product_info_block .cart_block > div.btn_block .ui_btn {
  width: 100%;
}
.free_choices .product_list .product_list_block .product_info_block .cart_block > div.btn_block .ui_btn.btn_bg_pink, .free_choices .product_list .product_list_block .product_info_block .cart_block > div.btn_block .ui_btn.btn_soldout {
  display: none;
}
@media only screen and (max-width: 1070px) {
  .free_choices .product_list .product_list_block .product_info_block .cart_block > div.btn_block .ui_btn {
    font-size: 14px;
    letter-spacing: 2px;
    text-indent: 2px;
  }
}
.free_choices .product_list .product_list_block .product_info_block .date {
  color: #999;
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  margin-top: -5px;
  text-align: center;
}
@media only screen and (max-width: 1070px) {
  .free_choices .product_list .product_list_block .product_info_block .date {
    padding-top: 13px;
  }
}
.free_choices .product_list .product_list_block .product_info_block:hover {
  border: 2px solid transparent;
}
.free_choices .product_list .product_list_block .product_info_block.active {
  border: 2px solid #f9517f;
}
.free_choices .product_list .product_list_block .product_info_block.active .cart_block > div.btn_block .ui_btn.btn_bg_grey {
  display: none;
}
.free_choices .product_list .product_list_block .product_info_block.active .cart_block > div.btn_block .ui_btn.btn_bg_pink {
  display: block;
}
.free_choices .product_list .product_list_block .product_info_block.soldout .cart_block > div.select_style label {
  color: #c6c6c6;
}
.free_choices .product_list .product_list_block .product_info_block.soldout .cart_block > div.select_style label:before {
  border-color: #c6c6c6 transparent transparent transparent;
}
.free_choices .product_list .product_list_block .product_info_block.soldout .cart_block > div.btn_block .ui_btn.btn_bg_grey, .free_choices .product_list .product_list_block .product_info_block.soldout .cart_block > div.btn_block .ui_btn.btn_bg_pink {
  display: none;
}
.free_choices .product_list .product_list_block .product_info_block.soldout .cart_block > div.btn_block .ui_btn.btn_soldout {
  display: block;
  color: #c6c6c6;
}
.free_choices .bg_grey {
  background: #eeeeee;
  padding: 20px 0 40px;
}
@media only screen and (min-width: 1070px) {
  .free_choices .bg_grey {
    min-width: 1070px;
  }
}
.free_choices .bg_grey .index-pagination {
  padding: 20px 0;
}
@media only screen and (max-width: 1070px) {
  .free_choices .bg_grey {
    padding: 20px 0;
  }
  .free_choices .bg_grey .choices_block {
    border-left: none;
    border-right: none;
    width: 100%;
    padding: 13px 5px 0;
    margin: 20px 0 0;
    background: #fff;
    position: fixed;
    bottom: 0;
    z-index: 5;
    font-size: 15px;
    letter-spacing: 0;
    text-align: center;
    height: 91px;
  }
  .free_choices .bg_grey .choices_block li:first-child {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .free_choices .bg_grey .choices_block li:first-child span {
    display: inline-block;
    color: #999999;
    font-size: 14px;
    padding-left: 10px;
  }
  .free_choices .bg_grey .choices_block .cart_block {
    width: -moz-calc(( ( 100% - 5px ) / 2 ));
    width: -webkit-calc(( ( 100% - 5px ) / 2 ));
    width: calc(( ( 100% - 5px ) / 2 ));
  }
  .free_choices .bg_grey .choices_block .cart_block .ui_btn {
    width: 100%;
  }
  .free_choices .bg_grey .choices_block em {
    margin: 0 3px;
    width: auto;
  }
}
.free_choices .more {
  background: #FFF;
}
.free_choices .more .ui_btn {
  display: block;
  width: 125px;
  margin: 0 auto;
  position: relative;
}
.free_choices .more .ui_btn:after {
  position: absolute;
  right: 10px;
  top: -moz-calc(( 50% - 4px ));
  top: -webkit-calc(( 50% - 4px ));
  top: calc(( 50% - 4px ));
  border-color: #fff;
}

.site_distributorship {
  padding-bottom: 80px;
}
@media only screen and (max-width: 1070px) {
  .site_distributorship {
    padding-bottom: 60px !important;
  }
}
.site_distributorship .main-page {
  padding-bottom: 10px;
}
.site_distributorship .form_master .cart_shipping li {
  display: block;
  margin-bottom: 30px;
}
.site_distributorship .form_master .cart_shipping li:last-child {
  margin: 0;
}
.site_distributorship .form_master .cart_shipping textarea {
  font-size: 14px;
  padding: 10px;
  height: 165px;
  line-height: 150%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1070px) {
  .site_distributorship .form_master .cart_shipping .cate_proposal {
    display: flex;
  }
  .site_distributorship .form_master .cart_shipping .cate_proposal .radio_style_block {
    flex: 1;
    margin-right: 0;
  }
  .site_distributorship .form_master .cart_shipping .cate_proposal .radio_style_block .radio_style {
    margin-right: 2px;
  }
}
.site_distributorship .form_master .cart_shipping .upload {
  position: relative;
}
.site_distributorship .form_master .cart_shipping .upload .ui_btn {
  cursor: pointer;
}
.site_distributorship .form_master .cart_shipping .upload input[type="file"] {
  opacity: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  cursor: pointer;
}
.site_distributorship .form_master .cart_shipping .file_list {
  padding-left: 25px;
}
.site_distributorship .form_master .cart_shipping .file_list li {
  width: -moz-calc(( ( 100% - 8px ) / 3 ));
  width: -webkit-calc(( ( 100% - 8px ) / 3 ));
  width: calc(( ( 100% - 8px ) / 3 ));
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 1070px) {
  .site_distributorship .form_master .cart_shipping .file_list li {
    width: 100%;
  }
}
.site_distributorship .form_master .cart_shipping .file_list li .name {
  padding-left: 25px;
}
.site_distributorship .form_master .cart_shipping .file_list li .icon-icon-close {
  color: #5fc1c7;
  font-weight: bolder;
  position: absolute;
  top: 1px;
}

.wrap_full_750 {
  width: 750px;
  margin: 0 auto;
  padding-top: 15px;
}
@media only screen and (max-width: 1070px) {
  .wrap_full_750 {
    width: 100%;
    background: #eeeeee;
  }
}
.wrap_full_750 .bottom-underline:after {
  content: '';
  display: block;
  margin-top: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.wrap_full_750 .top-title {
  height: 36px;
  margin-bottom: 61px;
  line-height: 36px;
  text-align: center;
  position: relative;
}
.wrap_full_750 .top-title a {
  display: block;
  letter-spacing: 8px;
  font-size: 24px;
}
.wrap_full_750 .top-title a.l-arrow:before {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

@media only screen and (min-width: 1070px) {
  .member_center {
    border-top: 1px solid #c6c6c6;
  }
}
.member_center .wrap_full_750 .member_info {
  padding: 40px 0 55px;
  text-align: center;
  background: #fff;
}
@media only screen and (max-width: 1070px) {
  .member_center .wrap_full_750 .member_info {
    padding: 30px 0;
  }
}
.member_center .wrap_full_750 .member_info .member_status {
  display: inline-flex;
  align-items: center;
}
.member_center .wrap_full_750 .member_info .member_status .status_block {
  display: inline-block;
}
.member_center .wrap_full_750 .member_info .member_status .icon-member-login {
  display: inline-block;
  width: 75px;
  height: 75px;
  line-height: 75px;
  background: #75c8cd;
  font-size: 34px;
  border-radius: 100%;
}
.member_center .wrap_full_750 .member_info .member_status .icon-member-login:before {
  color: #fff;
}
@media only screen and (max-width: 1070px) {
  .member_center .wrap_full_750 .member_info .member_status .icon-member-login {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 26px;
  }
}
.member_center .wrap_full_750 .member_info .member_status .status_text {
  font-size: 22px;
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 1070px) {
  .member_center .wrap_full_750 .member_info .member_status .status_text {
    font-size: 16px;
  }
}
.member_center .wrap_full_750 .member_info .member_status .status_text .title {
  display: block;
  padding: 15px 0px;
  max-width: -moz-calc(( 750px - 75px ));
  max-width: -webkit-calc(( 750px - 75px ));
  max-width: calc(( 750px - 75px ));
}
@media only screen and (max-width: 1070px) {
  .member_center .wrap_full_750 .member_info .member_status .status_text .title {
    padding: 0 0 10px 0;
  }
}
.member_center .wrap_full_750 .member_info .member_status .status_text .member_level {
  color: #525252;
  position: relative;
}
.member_center .wrap_full_750 .member_info .member_status .status_text .member_level:before, .member_center .wrap_full_750 .member_info .member_status .status_text .member_level:after {
  content: '';
  width: 18px;
  height: 2px;
  position: absolute;
  top: -moz-calc(( 50% - 1px ));
  top: -webkit-calc(( 50% - 1px ));
  top: calc(( 50% - 1px ));
}
.member_center .wrap_full_750 .member_info .member_status .status_text .member_level:before {
  border-top: 2px solid #c6c6c6;
  left: -24px;
}
.member_center .wrap_full_750 .member_info .member_status .status_text .member_level:after {
  border-top: 2px solid #c6c6c6;
  right: -24px;
}
.member_center .wrap_full_750 .member_info .note {
  color: #a0a0a0;
  padding-top: 15px;
}
@media only screen and (max-width: 1070px) {
  .member_center .wrap_full_750 .member_info .note {
    font-size: 14px;
  }
}
.member_center .wrap_full_750 .icon_img {
  display: inline-block;
  width: 155px;
  text-align: center;
}
@media only screen and (max-width: 1070px) {
  .member_center .wrap_full_750 .icon_img {
    width: 78px;
    padding: 0 10px;
  }
}
.member_center .wrap_full_750 .icon_img img {
  vertical-align: middle;
}
@media only screen and (max-width: 1070px) {
  .member_center .wrap_full_750 .note_block {
    margin-top: 20px;
  }
}
.member_center .wrap_full_750 .note_block .note_list {
  display: block;
  padding: 45px 0;
  border-top: 1px solid #e5e5e5;
  background: #fff;
}
@media only screen and (max-width: 1070px) {
  .member_center .wrap_full_750 .note_block .note_list {
    padding: 20px 15px;
  }
}
.member_center .wrap_full_750 .note_block .minus_coin .coin_list {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1070px) {
  .member_center .wrap_full_750 .note_block .minus_coin .coin_list {
    margin-bottom: 10px;
  }
}
.member_center .wrap_full_750 .note_block .minus_coin .coin_list:last-child {
  margin-bottom: 0;
}
.member_center .wrap_full_750 .note_block .birthday, .member_center .wrap_full_750 .note_block .order {
  display: flex;
  align-items: center;
}
.member_center .wrap_full_750 .note_block .birthday .note_text, .member_center .wrap_full_750 .note_block .order .note_text {
  line-height: 28px;
}
.member_center .wrap_full_750 .note_block .birthday .note_text a, .member_center .wrap_full_750 .note_block .order .note_text a {
  color: #75c8cd;
}
.member_center .wrap_full_750 .note_block .birthday {
  border-color: #febbcd;
  background: #febbcd;
}
.member_center .wrap_full_750 .action {
  border: 1px solid #c6c6c6;
  border-bottom: none;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1070px) {
  .member_center .wrap_full_750 .action {
    border: none;
    background: #fff;
    margin: 20px 0 40px;
  }
}
.member_center .wrap_full_750 .action .action_list {
  border-bottom: 1px solid #c6c6c6;
  display: block;
  position: relative;
}
.member_center .wrap_full_750 .action .action_list a {
  display: block;
  display: flex;
  align-items: center;
  height: 56px;
}
.member_center .wrap_full_750 .action .action_list a:hover {
  background: #eeeeee;
}
.member_center .wrap_full_750 .action .action_list a .title {
  width: 80px;
  text-align: justify;
  text-align-last: justify;
}
.member_center .wrap_full_750 .action .action_list.r-arrow:after {
  border-color: #000;
  position: absolute;
  top: -moz-calc(( 50% - 4px ));
  top: -webkit-calc(( 50% - 4px ));
  top: calc(( 50% - 4px ));
  right: 20px;
}
@media only screen and (max-width: 1070px) {
  .member_center .wrap_full_750 .cart_block {
    background: #eeeeee;
    padding-bottom: 20px;
  }
}
.member_center .wrap_full_750 .cart_block .ui_btn {
  display: block;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1070px) {
  .member_center .wrap_full_750 .cart_block .ui_btn {
    margin: 0 15px;
  }
}
.member_center .mobile_wrap_p15 {
  padding: 0 15px;
}
.member_center .gap_block {
  background: #eeeeee;
}
.member_center .gap_block.h_80 {
  height: 80px;
}

.member_profile .info-item {
  margin-bottom: 45px;
}
.member_profile .s-title {
  font-weight: bolder;
  padding-left: 15px;
  padding-bottom: 25px;
}
.member_profile .text_style {
  padding-left: 15px;
}
.member_profile .info-item.bottom-underline:after {
  margin-top: 45px;
}
.member_profile .info-item .item {
  display: block;
  padding: 0 0 30px 15px;
}
@media only screen and (max-width: 1070px) {
  .member_profile .info-item .item {
    padding-left: 20px;
  }
}
.member_profile .info-item .item:last-child {
  padding-bottom: 0;
}
.member_profile .info-item .item .item-content em {
  margin-left: 5px;
  color: #999999;
}
.member_profile .login_data {
  margin-bottom: 45px;
}
.member_profile .login_data li {
  display: block;
  padding-left: 15px;
}
@media only screen and (max-width: 1070px) {
  .member_profile .login_data li {
    padding-left: 20px;
  }
}
.member_profile .login_data .login_account div {
  margin-bottom: 15px;
}
.member_profile .login_data .login_account div:last-child {
  margin-bottom: 0;
}
.member_profile .login_data .fb {
  display: inline-flex;
  align-items: center;
}
.member_profile .login_data .fb .icon-fb {
  font-size: 37px;
  color: #3b5998;
  margin-right: 10px;
}
@media only screen and (max-width: 1070px) {
  .member_profile .form_master .cart_shipping {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1070px) {
  .member_profile .form_master .cart_shipping .s-title {
    padding-left: 10px;
  }
}
.member_profile .form_master .cart_shipping input[type=text], .member_profile .form_master .cart_shipping .error_msg {
  padding-left: 15px;
}
@media only screen and (max-width: 1070px) {
  .member_profile .form_master .finish {
    background: #eeeeee;
    padding: 0 10px;
  }
}
.member_profile .form_master .finish .btn_bg_grey:hover {
  background: #777278;
}
@media only screen and (max-width: 1070px) {
  .member_profile .form_master .finish .btn_bg_grey {
    margin: 55px 0 35px;
  }
}

.sp_text {
  font-size: 14px;
  color: #cc0066;
  text-align: left;
  line-height: 15px;
  
}
.sp_text em {
  display: inline-block;
  vertical-align: bottom;
}

@media only screen and (max-width: 1070px) {
  .sp_text {
    font-size: 14px;
	min-height:16px;
  }
}
.bg-bk{
  background: #000
  }
.bg-red{
  background: #bb0404;
  }
.bg-apple{
  background: #9fc654;
  }
.bg-orange{
  background: #ff9b49;
  }
.bg-pink{
  background: #fc93c5;
  }
.bg-aoi{
  background: #4ba4d9;
  }
.bg-GD{
  background: #c39036;
  }



.mask-bg > * {
  cursor: default;
}
@media only screen and (max-width: 1070px) {
  .mask-bg {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99998;
    cursor: pointer;
  }
  .mask-bg .full-w {
    width: 100%;
    top: 50%;
    z-index: 99999;
    background: #fff;
  }
  .mask-bg .promo {
    position: absolute;
    overflow-y: auto;
  }
  .mask-bg .promo .message-box {
    max-width: 740px;
  }
}

#divClame .mask-bg {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99998;
  cursor: pointer;
}
#divClame .mask-bg .full-w {
  width: 100%;
  top: 50%;
  z-index: 99999;
  background: #fff;
}
@media only screen and (min-width: 1070px) {
  #divClame .mask-bg .full-w {
    max-width: 1070px;
    left: 50%;
    margin-left: -384px;
  }
}
#divClame .mask-bg .promo {
  position: absolute;
  height: 70%;
  max-height: 100%;
  top: 15%;
  overflow-y: auto;
}
#divClame .mask-bg .promo .message-box {
  max-width: 740px;
}
#divClame .mask-bg .master-container {
  min-width: 100%;
}

.master-container {
  min-width: 1070px;
  background: #FFF;
}
.master-container img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 1070px) {
  .master-container {
    min-width: 100%;
    padding: 0;
    overflow: hidden;
  }
}
.master-container input[type="text"], .master-container input[type="search"], .master-container input[type="number"], .master-container input[type="email"], .master-container input[type="password"] {
  width: 100%;
  height: 32px;
  padding: 0 10px;
  border: 1px solid #9D9D9E;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  font-size: 14px;
}
.master-container .buy-btn {
  display: inline-block;
}
.master-container .buy-btn > * {
  float: left;
}
.master-container .buy-btn a {
  display: inline-block;
  width: 60px;
  height: 34px;
  position: relative;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #999;
}
.master-container .buy-btn input {
  width: 56px;
  height: 34px;
  margin-left: -1px;
  font-size: 18px;
  text-align: center;
  background: #fff;
}
.master-container .buy-btn .l-attr, .master-container .buy-btn .r-attr {
  text-align: center;
}
.master-container .buy-btn .l-attr:before, .master-container .buy-btn .r-attr:before {
  content: '';
  display: inline-block;
  width: 14px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -7px;
  border-bottom: 2px solid #a0a0a0;
}
.master-container .buy-btn .r-attr {
  margin-left: -1px;
}
.master-container .buy-btn .r-attr:after {
  content: '';
  display: inline-block;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -1px;
  border-left: 2px solid #a0a0a0;
}

@media only screen and (max-width: 1070px) {
  .master-container.no-marquee {
    margin-top: 58px;
  }
}

.wrap-page {
  max-width: 1070px;
  margin: 0 auto;
}

.breadcrumb {
  margin: 0 auto 10px;
  padding: 30px 0 0;
}
@media only screen and (max-width: 1070px) {
  .breadcrumb {
    margin: 1px auto 0;
    padding: 15px 10px 0;
    background: #fff;
  }
}
.breadcrumb li {
  font-size: 14px;
}
@media only screen and (max-width: 1070px) {
  .breadcrumb li {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1070px) {
  .breadcrumb li:nth-last-of-type(2) .r-arrow:after {
    display: none;
  }
}
.breadcrumb li:last-child .r-arrow {
  color: #000;
}
.breadcrumb li:last-child .r-arrow:after {
  display: none;
}
.breadcrumb li .r-arrow {
  color: #a0a0a0;
}
.breadcrumb li .r-arrow:after {
  width: 6px;
  height: 6px;
  vertical-align: 2px;
  margin-left: 4px;
  margin-right: 4px;
  border-top: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
}

.with-dots > li {
  display: block;
  position: relative;
  list-style-type: none;
  line-height: 160%;
}
.with-dots > li:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 10px;
  left: -14px;
  background: #000;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.amount-sel {
  position: relative;
  margin-top: 5px;
  border: 1px solid #b8b8b8;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.amount-sel:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 8px solid #000;
  vertical-align: middle;
}
.amount-sel select {
  width: 100%;
  height: 34px;
  position: relative;
  padding: 0 0 0 20px;
  background: transparent;
  font-size: 14px;
  z-index: 20;
  -webkit-appearance: none;
  border: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.amount-sel .down-arrow {
  left: 20px;
}

.pick.amount-sel {
  background: #fce5eb;
}

.down-arrow {
  position: absolute;
  top: 50%;
  margin-top: -7px;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.product-attr {
  padding-bottom: 60px;
}
@media only screen and (max-width: 1070px) {
  .product-attr {
    padding-bottom: 30px;
  }
}
.product-attr .out-disp {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 13;
  color: #fff;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.66);
}
.product-attr .out-disp .wrap-out {
  display: table;
  width: 100%;
  height: inherit;
  text-align: center;
}
.product-attr .out-disp .wrap-out .wrap-in {
  display: table-cell;
  vertical-align: middle;
  line-height: 150%;
}
.product-attr .out-disp .note {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 5px;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  color: #00a9e1;
}
@media only screen and (max-width: 1070px) {
  .product-attr .sold-out .out-disp {
    display: block;
  }
}
@media only screen and (max-width: 1070px) {
  .product-attr .purchase-ui {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 9997;
  }
}
.product-attr .purchase-ui > a {
  height: 36px;
  margin-right: 15px;
  padding: 0 10px;
  line-height: 36px;
  letter-spacing: 3px;
  font-size: 14px;
  color: #fff;
  float: left;
  text-align: center;
}
.product-attr .purchase-ui > a:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1070px) {
  .product-attr .purchase-ui > a {
    height: 48px;
    margin-right: 0;
    font-size: 12px;
    line-height: 48px;
  }
}
.product-attr .purchase-ui .collection {
  width: 133px;
  color: #000;
  border: 1px solid #999;
  background: #fff;
}
@media only screen and (max-width: 1070px) {
  .product-attr .purchase-ui .collection {
    width: 25%;
    padding: 9px 10px;
    line-height: 130%;
  }
}
@media only screen and (min-width: 1070px) {
  .product-attr .purchase-ui .collection:hover {
    background: #FFF;
  }
}
.product-attr .purchase-ui .cart {
  width: 208px;
  background: #554f56;
}
@media only screen and (max-width: 1070px) {
  .product-attr .purchase-ui .cart {
    width: 36%;
    padding: 9px 10px;
    line-height: 130%;
  }
}
@media only screen and (min-width: 1070px) {
  .product-attr .purchase-ui .cart:hover {
    background: #7f7b80;
  }
}
.product-attr .purchase-ui .buy {
  width: 248px;
  background: #00a9e1;
}
@media only screen and (max-width: 1070px) {
  .product-attr .purchase-ui .buy {
    width: 39%;
    padding: 0 10px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1070px) {
  .product-attr .purchase-ui .buy:hover {
    background: #d95779;
  }
}
.product-attr .purchase-ui .r-arrow:after {
  width: 10px;
  height: 10px;
  margin-left: 5px;
}
.product-attr .purchase-ui .icon {
  display: inline-block;
  margin-right: 10px;
  vertical-align: -3px;
}
@media only screen and (max-width: 1070px) {
  .product-attr .purchase-ui .icon {
    display: block;
    margin-right: 0;
    margin-bottom: 3px;
  }
}
.product-attr .purchase-ui .icon img {
  width: auto;
}
@media only screen and (max-width: 1070px) {
  .product-attr .purchase-ui .icon img {
    width: 15px;
    margin: 0 auto;
  }
}
.product-attr .purchase-ui.sold-out .cart, .product-attr .purchase-ui.sold-out .buy {
  background: #c1c1c1;
  cursor: default;
}
@media only screen and (min-width: 1070px) {
  .product-attr .purchase-ui.sold-out .cart:hover, .product-attr .purchase-ui.sold-out .buy:hover {
    background: #c1c1c1;
  }
}
@media only screen and (max-width: 1070px) {
  .product-attr .purchase-ui.sold-out .buy {
    border-left: 1px solid #eee;
  }
}
.product-attr .top-section {
  padding-bottom: 15px;
  background: #fff;
}
.product-attr .top-section .pro-img, .product-attr .top-section .pro-txt {
  display: inline-block;
  float: left;
}
@media only screen and (max-width: 1070px) {
  .product-attr .top-section .pro-img, .product-attr .top-section .pro-txt {
    float: none;
  }
}
.product-attr .top-section .pro-img {

  position: relative;
  margin: 0 50px 60px 0;
  border: 1px solid #f2f3f8;
}
@media only screen and (max-width: 1070px) {
  .product-attr .top-section .pro-img {
    width: 100%;
    margin: 0 0 60px 0;
  }
}
.product-attr .top-section .pro-img .nav-dot {
  width: 100%;
  bottom: -38px;
}
.product-attr .top-section .pro-img .nav-dot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 3px;
  background: #9e9e9e;
}
.product-attr .top-section .pro-img .nav-dot .swiper-pagination-bullet-active {
  background: #00a9e1;
}
.product-attr .top-section .pro-txt {
  width: 620px;
  padding-top: 15px;
  font-size: 14px;
}
@media only screen and (max-width: 1070px) {
  .product-attr .top-section .pro-txt {
    width: 100%;
    padding: 0 10px;
  }
}
.product-attr .top-section .pro-txt > .title {
  font-size: 18px;
  line-height: 150%;
  font-weight: bold;
}
.product-attr .top-section .pro-txt .txt-disp {
  margin: 5px 0 0 20px;
}
.product-attr .top-section .pro-txt .txt-disp:after {
  content: '';
  display: block;
  margin: 10px 0 0 -20px;
  border-bottom: 1px solid #dcdcdc;
}
@media only screen and (max-width: 1070px) {
  .product-attr .top-section .pro-txt .txt-disp:after {
    display: none;
  }
}
.product-attr .top-section .pro-txt .txt-disp li {
  margin-bottom: 1px;
}
.product-attr .top-section .pro-txt .price-section {
  margin-top: 15px;
  font-size: 20px;
}
.product-attr .top-section .pro-txt .price-section .ori-price, .product-attr .top-section .pro-txt .price-section .sale-price {
  display: inline-block;
}
.product-attr .top-section .pro-txt .price-section .ori-price {
  color: #828181;
}
.product-attr .top-section .pro-txt .price-section .sale-price {
  margin-right: 10px;
  color: #00a9e1;
}
.product-attr .top-section .pro-txt .price-section .sale-price span {
  display: inline-block;
  font-size: 30px;
}
.product-attr .top-section .pro-txt .promo-disp {
  margin-top: 15px;
  padding: 10px 10px 3px;
  font-size: 14px;
  border: 1px solid #00a9e1;
}
.product-attr .top-section .pro-txt .promo-disp .title {
  margin-bottom: 10px;
  padding: 0 25px;
  font-size: 16px;
}
.product-attr .top-section .pro-txt .promo-disp .title img, .product-attr .top-section .pro-txt .promo-disp .title span {
  display: inline-block;
  vertical-align: middle;
}
.product-attr .top-section .pro-txt .promo-disp .title img {
  width: 26px;
}
.product-attr .top-section .pro-txt .promo-disp .title span {
  margin-left: 28px;
  font-weight: bold;
}
.product-attr .top-section .pro-txt .promo-disp .promo-list ul:nth-child(2):before {
  content: '';
  display: block;
  padding-bottom: 11px;
  border-top: 1px solid #dcdcdc;
}
.product-attr .top-section .pro-txt .promo-disp .promo-list li {
  display: block;
  min-height: 30px;
  position: relative;
  margin: 0 0 10px 0;
  padding: 4px 0 0;
  line-height: 150%;
}
.product-attr .top-section .pro-txt .promo-disp .promo-list .icon, .product-attr .top-section .pro-txt .promo-disp .promo-list .gift {
  position: relative;
  width: 75px;
}
.product-attr .top-section .pro-txt .promo-disp .promo-list .icon {
  display: table;
  margin: -4px 0 0 0;
  padding: 3px 6px 3px 7px;
  color: #fff;
  border: 1px solid #00a9e1;
  background: #00a9e1;
  letter-spacing: 1px;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  float: left;
}
.product-attr .top-section .pro-txt .promo-disp .promo-list .gift, .product-attr .top-section .pro-txt .promo-disp .promo-list .gift ~ em {
  display: table-cell;
}
.product-attr .top-section .pro-txt .promo-disp .promo-list .gift {
  vertical-align: top;
}
.product-attr .top-section .pro-txt .promo-disp .promo-list .gift .img {
  display: block;
  position: relative;
  margin-top: -4px;
}
.product-attr .top-section .pro-txt .promo-disp .promo-list .gift .img:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #d8d8d8;
  z-index: 11;
  pointer-events: none;
}
.product-attr .top-section .pro-txt .promo-disp .promo-list .gift ~ em {
  padding-left: 8px;
  vertical-align: middle;
  border-left: 8px solid transparent;
}
.product-attr .top-section .pro-txt .promo-disp .promo-list .gift ~ em:before {
  display: none;
}
.product-attr .top-section .pro-txt .promo-disp .promo-list .gift ~ em i {
  display: table;
  position: relative;
}
.product-attr .top-section .pro-txt .promo-disp .promo-list .gift ~ em i:before {
  content: '贈品';
  display: table-cell;
  position: relative;
  width: 38px;
  left: -8px;
  color: #fff;
  vertical-align: top;
  z-index: 99;
  text-align: center;
}
.product-attr .top-section .pro-txt .promo-disp .promo-list .gift ~ em i:after {
  content: '';
  width: 38px;
  height: 21px;
  position: absolute;
  top: 0;
  left: -8px;
  background: #00a9e1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.product-attr .top-section .pro-txt .promo-disp .promo-list em {
  display: table;
}
.product-attr .top-section .pro-txt .promo-disp .promo-list em:before {
  content: '';
  display: table-cell;
  position: relative;
  width: 8px;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}
.product-attr .top-section .pro-txt .mer-num {
  margin: 0 0 30px;
  color: #c6c6c6;
}
.product-attr .top-section .pro-txt .mp-choice {
  margin-bottom: 30px;
}
.product-attr .top-section .pro-txt .mp-choice .btn {
  display: table;
  width: 100%;
  min-height: 70px;
  padding: 10px;
  background: #FFF;
  border: 1px solid #999;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.product-attr .top-section .pro-txt .mp-choice .btn .txt-info {
  display: table-cell;
  width: 64%;
  height: inherit;
  padding-right: 10px;
  vertical-align: middle;
}
.product-attr .top-section .pro-txt .mp-choice .btn:after {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.product-attr .top-section .pro-txt .mp-choice .title {
  padding: 2px 0 10px;
  font-size: 16px;
  font-weight: bolder;
}
.product-attr .top-section .pro-txt .mp-choice .pro-choices li {
  display: block;
  margin-bottom: 15px;
}
.product-attr .top-section .pro-txt .mp-choice .pro-choices li:last-child {
  margin-bottom: 0;
}
.product-attr .top-section .pro-txt .mp-choice .txt {
  width: 68%;
  font-size: 12px;
  color: #525252;
  line-height: 130%;
}
.product-attr .top-section .pro-txt .mp-choice .img {
  width: 75px;
  margin-right: 5px;
}
.product-attr .top-section .pro-txt .mp-choice .amount {
  margin-top: 5px;
}
.product-attr .top-section .pro-txt .mp-choice .txt, .product-attr .top-section .pro-txt .mp-choice .img {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.product-attr .top-section .pro-txt .mp-choice .unselected .txt, .product-attr .top-section .pro-txt .mp-choice .unselected .img {
  display: none;
}
.product-attr .top-section .pro-txt .mp-choice .selected .title, .product-attr .top-section .pro-txt .mp-choice .selected .txt, .product-attr .top-section .pro-txt .mp-choice .selected .img {
  display: block;
}
.product-attr .top-section .pro-txt .qty-ui {
  margin-bottom: 30px;
}
.product-attr .top-section .pro-txt .qty-ui > div {
  display: inline-block;
  vertical-align: middle;
}
.product-attr .top-section .pro-txt .qty-ui .title {
  margin-right: 5px;
  font-size: 14px;
}
@media only screen and (max-width: 1070px) {
  .product-attr .top-section .pro-txt .qty-ui .buy-btn {
    width: 75%;
    width: -moz-calc(( 100vw - 93px ));
    width: -webkit-calc(( 100vw - 93px ));
    width: calc(( 100vw - 93px ));
  }
}
@media only screen and (max-width: 1070px) {
  .product-attr .top-section .pro-txt .qty-ui .buy-btn a {
    width: 40px;
  }
}
.product-attr .top-section .pro-txt .qty-ui .buy-btn input {
  width: 428px;
}
@media only screen and (max-width: 1070px) {
  .product-attr .top-section .pro-txt .qty-ui .buy-btn input {
    width: 65%;
    width: -moz-calc(( 100vw - 171px ));
    width: -webkit-calc(( 100vw - 171px ));
    width: calc(( 100vw - 171px ));
  }
}
.product-attr .top-section .pro-txt #divPCNotifyme {
  margin-bottom: 30px;
}
.product-attr .top-section .pro-txt #divPCNotifyme > * {
  display: inline-block;
  vertical-align: middle;
}
.product-attr .top-section .pro-txt #divPCNotifyme .t-disp {
  margin-left: 5px;
}
.product-attr .top-section .pro-txt #divPCNotifyme a {
  margin-left: 5px;
  color: #00a9e1;
}
@media only screen and (max-width: 1070px) {
  .product-attr .top-section .pro-txt .info-group {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
  }
}
.product-attr .top-section .pro-txt .info-group .addtion-note {
  -webkit-order: 4;
  order: 4;
}
@media only screen and (max-width: 1070px) {
  .product-attr .top-section .pro-txt .info-group .addtion-note {
    margin: 0 -10px;
  }
}
.product-attr .top-section .pro-txt .info-group .addtion-note ul {
  padding: 20px 0 10px;
}
@media only screen and (max-width: 1070px) {
  .product-attr .top-section .pro-txt .info-group .addtion-note ul {
    margin: 0 10px;
    padding: 0 0 10px;
  }
}
.product-attr .top-section .pro-txt .info-group .addtion-note ul li {
  display: block;
  margin-bottom: 10px;
}
.product-attr .top-section .pro-txt .info-group .addtion-note ul li:before, .product-attr .top-section .pro-txt .info-group .addtion-note ul li div {
  display: inline-block;
  vertical-align: middle;
}
.product-attr .top-section .pro-txt .info-group .addtion-note ul .icon-van:before {
  margin-right: 15px;
  font-size: 18px;
}
.product-attr .top-section .pro-txt .info-group .addtion-note ul .icon-plane:before {
  margin-right: 12px;
  font-size: 14px;
}
.product-attr .top-section .pro-txt .info-group .addtion-note .share {
  display: none;
  margin: 0 0 15px;
  text-align: center;
  border: 1px solid #999;
}
@media only screen and (max-width: 1070px) {
  .product-attr .top-section .pro-txt .info-group .addtion-note .share {
    display: block;
    margin: 0 10px 15px;
  }
}
.product-attr .top-section .pro-txt .info-group .addtion-note{
  display: block;
  padding: 10px;
  color: #a0a0a0;
}
.product-attr .top-section .pro-txt .info-group .addtion-note, .product-attr .top-section .pro-txt .info-group .addtion-note .share a .txt {
  display: inline-block;
  vertical-align: middle;
}
.product-attr .top-section .pro-txt .info-group .addtion-note{
  position: relative;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #c6c6c6;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.product-attr .top-section .pro-txt .info-group .addtion-note:after {
  content: '';
  position: absolute;
  border: 0 solid transparent;
  border-top: 5px solid #c6c6c6;
  border-radius: 23px 0 0 0;
  top: -11px;
  left: -10px;
  width: 18px;
  height: 12px;
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.product-attr .top-section .pro-txt .info-group .addtion-note .share a .txt {
  padding-left: 10px;
}
.product-attr .top-section .pro-txt .info-group .addtion-note .share-disp {
  display: none;
}
.product-attr .top-section .pro-txt .info-group .addtion-note .share-disp .promo {
  top: auto;
  bottom: 0;
  padding: 20px 0 0;
  text-align: center;
}
.product-attr .top-section .pro-txt .info-group .addtion-note .share-disp .title, .product-attr .top-section .pro-txt .info-group .addtion-note .share-disp .cancel-btn {
  font-size: 16px;
}
.product-attr .top-section .pro-txt .info-group .addtion-note .share-disp .title {
  padding: 0 0 20px;
}
.product-attr .top-section .pro-txt .info-group .addtion-note .share-disp .social-ui {
  margin: 0;
  padding: 0 10px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.product-attr .top-section .pro-txt .info-group .addtion-note .share-disp .social-ui li {
  display: inline-block;
  width: 70px;
  margin: 0;
  vertical-align: top;
}
.product-attr .top-section .pro-txt .info-group .addtion-note .share-disp .social-ui li a {
  display: block;
  padding: 20px 0;
}
.product-attr .top-section .pro-txt .info-group .addtion-note .share-disp .social-ui li a img {
  max-width: 50px;
  margin: 0 auto;
}
.product-attr .top-section .pro-txt .info-group .addtion-note .share-disp .social-ui li a span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #c6c6c6;
}
.product-attr .top-section .pro-txt .info-group .addtion-note .share-disp .cancel-btn a {
  display: block;
  padding: 20px 0;
}
@media only screen and (max-width: 1070px) {
  .product-attr .top-section .pro-txt .info-group .addtion-note .share.selected ~ .share-disp {
    display: block;
  }
}
.product-attr .top-section .pro-txt .info-group .mer-num {
  -webkit-order: 1;
  order: 1;
}
.product-attr .top-section .pro-txt .info-group .mp-choice {
  -webkit-order: 2;
  order: 2;
}
.product-attr .top-section .pro-txt .info-group .qty-ui, .product-attr .top-section .pro-txt .info-group #divPCNotifyme {
  -webkit-order: 3;
  order: 3;
}
@media only screen and (max-width: 1070px) {
  .product-attr .top-section .pc-ver {
    display: block;
  }
}
.product-attr .top-section .pc-ver .purchase-ui {
  margin: 0 0 30px;
}
@media only screen and (max-width: 1070px) {
  .product-attr .top-section .pc-ver .purchase-ui {
    margin: 0;
  }
}
.product-attr .top-section .pc-ver.pos-fix {
  text-align: center;
}
.product-attr .top-section .pc-ver.pos-fix .top-fix-wrap {
  display: inline-block;
}
.product-attr .top-section .pc-ver.pos-fix .purchase-ui {
  margin: 0 10px;
}
.product-attr .top-section .pc-ver.pos-fix .search-bar {
  margin: 0 465px 0 30px;
}
@media only screen and (max-width: 1070px) {
  .product-attr .pc-ver {
    display: none;
  }
}
.product-attr .pc-ver .top-fix-wrap > * {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}
@media only screen and (max-width: 1070px) {
  .product-attr .pc-ver .top-fix-wrap > * {
    margin: 5px 0;
  }
}
.product-attr .pc-ver .txt {
  margin: 0 80px 0 10px;
}
.product-attr .promo-select {
  margin-top: 20px;
  background: #fff;
}
.product-attr .promo-select .ui-bar {
  font-size: 22px;
  letter-spacing: 1px;
}
.product-attr .promo-select .ui-bar .bar-wrap {
  min-height: 87px;
  padding: 25px 0;
  background: #f9f9f9;
  border-bottom: 1px solid #eee;
  text-align: center;
}
@media only screen and (max-width: 1070px) {
  .product-attr .promo-select .ui-bar .bar-wrap {
    width: 100%;
    min-height: auto;
    position: fixed;
    padding: 15px 20px;
    text-align: left;
    background: #fff;
    z-index: 99;
  }
}
.product-attr .promo-select .ui-bar .bar-wrap .wrap-within {
  display: inline-block;
}
@media only screen and (max-width: 1070px) {
  .product-attr .promo-select .ui-bar .bar-wrap .wrap-within {
    display: block;
  }
}
.product-attr .promo-select .ui-bar .bar-wrap .amount, .product-attr .promo-select .ui-bar .bar-wrap .left {
  position: relative;
  line-height: 160%;
}
.product-attr .promo-select .ui-bar .bar-wrap .amount:after, .product-attr .promo-select .ui-bar .bar-wrap .left:after {
  content: '';
  display: block;
  position: absolute;
  width: 130%;
  left: -22%;
  bottom: 3px;
}
.product-attr .promo-select .ui-bar .bar-wrap .amount {
  color: #000;
}
.product-attr .promo-select .ui-bar .bar-wrap .amount:after {
  border-bottom: 1px solid #000;
}
.product-attr .promo-select .ui-bar .bar-wrap .left {
  color: #00a9e1;
}
.product-attr .promo-select .ui-bar .bar-wrap .left:after {
  border-bottom: 1px solid #00a9e1;
}
.product-attr .promo-select .ui-bar .bar-wrap .amount, .product-attr .promo-select .ui-bar .bar-wrap em, .product-attr .promo-select .ui-bar .bar-wrap .left {
  font-weight: bold;
}
@media only screen and (max-width: 1070px) {
  .product-attr .promo-select #spnGroupQtyDescription {
    display: block;
  }
}
.product-attr .promo-select .product-list {
  padding: 25px 28px 25px 27px;
}
@media only screen and (max-width: 1070px) {
  .product-attr .promo-select .product-list {
    padding: 57px 10px 10px;
  }
}
@media only screen and (max-width: 1070px) {
  .product-attr .promo-select .product-list ul {
    margin: 0 -2px;
  }
}
.product-attr .promo-select .product-list ul li {
  display: inline-block;
  position: relative;
  width: 375px;
  padding: 8px;
  float: left;
  border: 1px solid transparent;
}
@media only screen and (max-width: 1070px) {
  .product-attr .promo-select .product-list ul li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 0 1px;
    cursor: pointer;
    float: none;
  }
}
@media only screen and (min-width: 1070px) {
  .product-attr .promo-select .product-list ul li:hover {
    border: 1px solid #00a9e1;
  }
}
.product-attr .promo-select .product-list ul li > * {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 1070px) {
  .product-attr .promo-select .product-list ul li > * {
    display: block;
  }
}
.product-attr .promo-select .product-list ul li .img {
  width: 138px;
  position: relative;
  margin-right: 6px;
}
@media only screen and (max-width: 1070px) {
  .product-attr .promo-select .product-list ul li .img {
    display: inline-block;
    width: 98px;
    vertical-align: top;
  }
}
.product-attr .promo-select .product-list ul li .img:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #d8d8d8;
  z-index: 11;
  pointer-events: none;
}
.product-attr .promo-select .product-list ul li .pos-wrap {
  display: table;
  width: 137px;
  height: 102px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1070px) {
  .product-attr .promo-select .product-list ul li .pos-wrap {
    width: 96px;
    height: 72px;
  }
}
.product-attr .promo-select .product-list ul li .pos-wrap .inner-wrap {
  vertical-align: middle;
}
.product-attr .promo-select .product-list ul li .pos-wrap .inner-wrap img {
  width: auto !important;
  max-width: 137px;
  height: auto !important;
  max-height: 102px;
  margin: auto !important;
}
@media only screen and (max-width: 1070px) {
  .product-attr .promo-select .product-list ul li .pos-wrap .inner-wrap img {
    max-width: 96px;
    max-height: 72px;
  }
}
.product-attr .promo-select .product-list ul li .txt-disp {
  width: 194px;
  margin-top: 5px;
}
@media only screen and (max-width: 1070px) {
  .product-attr .promo-select .product-list ul li .txt-disp {
    display: inline-block;
    width: 63%;
    width: -moz-calc(( 100% - 110px ));
    width: -webkit-calc(( 100% - 110px ));
    width: calc(( 100% - 110px ));
    margin-top: 1px;
    vertical-align: top;
  }
}
.product-attr .promo-select .product-list ul li .name {
  display: -webkit-box;
  height: 42px;
  font-size: 14px;
  line-height: 150%;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1070px) {
  .product-attr .promo-select .product-list ul li .name {
    font-size: 12px;
    height: 36px;
  }
}
.product-attr .promo-select .product-list ul li .amount {
  margin-top: 5px;
  font-size: 12px;
}
@media only screen and (max-width: 1070px) {
  .product-attr .promo-select .product-list ul li .amount-sel {
    display: none;
  }
}
.product-attr .promo-select .product-list ul li .buy-btn {
  display: none;
}
@media only screen and (max-width: 1070px) {
  .product-attr .promo-select .product-list ul li .buy-btn {
    display: block;
    margin-top: 4px;
  }
  .product-attr .promo-select .product-list ul li .buy-btn a {
    width: 50px;
    height: 30px;
  }
  .product-attr .promo-select .product-list ul li .buy-btn input {
    height: 30px;
  }
}
.product-attr .promo-select .product-list ul li .sold-disp {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #00a9e1;
  background: #FFF;
  text-align: center;
  font-size: 14px;
  line-height: 34px;
}
.product-attr .promo-select .product-list ul .selected {
  border: 1px solid #00a9e1;
}
@media only screen and (max-width: 1070px) {
  .product-attr .promo-select .product-list ul .selected {
    border: 1px solid transparent;
  }
  .product-attr .promo-select .product-list ul .selected .img:before {
    border: 1px solid #00a9e1;
  }
}
.product-attr .promo-select .product-list ul .selected .amount-sel {
  background: #fce5eb;
}
.product-attr .promo-select .product-list ul .sold-out .amount-sel:after {
  display: none;
}
.product-attr .promo-select .product-list ul .sold-out .amount-sel select, .product-attr .promo-select .product-list ul .sold-out .amount-sel span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
}
.product-attr .promo-select .product-list ul .sold-out .amount-sel .sold-disp {
  display: block;
}
@media only screen and (max-width: 1070px) {
  .product-attr .promo-select .line2 {
    padding: 76px 10px 10px;
  }
}
@media only screen and (max-width: 1070px) {
  .product-attr .promo-select .mask-bg .promo {
    height: 70%;
    top: auto;
    bottom: 71px;
  }
}
.product-attr .promo-select .mask-bg .select-ui {
  display: none;
}
@media only screen and (max-width: 1070px) {
  .product-attr .promo-select .mask-bg .select-ui {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 15px 10px;
    background: #fff;
    border-top: 1px solid #d8d8d8;
  }
  .product-attr .promo-select .mask-bg .select-ui .qty-disp {
    margin-bottom: 10px;
  }
  .product-attr .promo-select .mask-bg .select-ui .title {
    float: left;
    position: relative;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
  }
  .product-attr .promo-select .mask-bg .select-ui .buy-btn {
    float: right;
  }
  .product-attr .promo-select .mask-bg .select-ui .buy-btn a {
    width: 40px;
  }
  .product-attr .promo-select .mask-bg .select-ui .buy-btn input {
    width: 100px;
  }
  .product-attr .promo-select .mask-bg .select-ui .btn {
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  .product-attr .promo-select .mask-bg .select-ui .btn a {
    display: block;
    padding-left: 3px;
    color: #fff;
    background: #00a9e1;
    font-size: 16px;
    letter-spacing: 3px;
  }
}
@media only screen and (max-width: 1070px) {
  .product-attr .promo-select .mask-bg .sold-out .btn a {
    background: #c1c1c1;
  }
}
.product-attr .m-attr.purchase-ui {
  display: none;
}
@media only screen and (max-width: 1070px) {
  .product-attr .m-attr.purchase-ui {
    display: block;
  }
}
.product-attr .pc-ver .top-fix-wrap .search-bar {
  display: none;
  position: relative;
}
.product-attr .pc-ver .top-fix-wrap .search-bar input[type="text"] {
  width: 150px;
  height: 36px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.product-attr .pc-ver .top-fix-wrap .search-bar .btn_search {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  color: #00a9e1;
}
.product-attr .pc-ver .top-fix-wrap .cart_block, .product-attr .pc-ver .top-fix-wrap .member_block {
  display: none;
  font-size: 28px;
  font-weight: normal;
}
.product-attr .pc-ver .top-fix-wrap .cart_block .icon-cart {
  position: relative;
}
.favo_qty {
  position: absolute;
  width: 8px;
  height: 8px;
  right: -6px!important;
  top: -5px;
  font-size: 7px;
  line-height: 10px;
  background: #bb0221!important;
  color: #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.cart_qty {
  position: absolute;
  width: 8px;
  height: 8px;
  right: -8px;
  top: -5px;
  font-size: 7px;
  line-height: 10px;
  background: #04a1fb;
  color: #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.product-attr .pc-ver.pos-fix {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 5px 0;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  z-index: 5999;
  background: #fff;
  -moz-box-shadow: 0 0 3px 3px rgba(24, 24, 24, 0.3);
  -webkit-box-shadow: 0 0 3px 3px rgba(24, 24, 24, 0.3);
  box-shadow: 0 0 3px 3px rgba(24, 24, 24, 0.3);
  font-size: 20px;
  font-size: 16px;
}
.product-attr .pc-ver.pos-fix .top-fix-wrap > *:last-child {
  padding-right: 30px;
}
@media only screen and (max-width: 1069px) {
  .product-attr .pc-ver.pos-fix .top-fix-wrap > *:last-child {
    padding-right: 10px;
  }
}
.product-attr .pc-ver.pos-fix .search-bar {
  display: inline-block;
  margin: 0 10px 0 30px;
}
@media only screen and (max-width: 1069px) {
  .product-attr .pc-ver.pos-fix .search-bar {
    margin: 0 10px 0 10px;
  }
}
.product-attr .pc-ver.pos-fix .txt {
  margin: 0 100px 0 0;
}
@media only screen and (max-width: 1069px) {
  .product-attr .pc-ver.pos-fix .txt {
    margin: 0 70px 0 0;
  }
}
.product-attr .pc-ver.pos-fix .purchase-ui .collection {
  width: 95px;
}
.product-attr .pc-ver.pos-fix .purchase-ui .cart {
  width: 162px;
}
.product-attr .pc-ver.pos-fix .purchase-ui .buy {
  width: 178px;
}
@media only screen and (max-width: 1069px) {
  .product-attr .pc-ver.pos-fix .purchase-ui > a {
    margin-right: 10px;
  }
  .product-attr .pc-ver.pos-fix .purchase-ui > a:last-child {
    margin-right: 0;
  }
}
.product-attr .pc-ver.pos-fix .cart_block, .product-attr .pc-ver.pos-fix .member_block {
  display: inline-block;
}
.product-attr .pc-ver.pos-fix .member_block .img_member_block img {
  width: 23px;
}
.product-attr .m-ver {
  display: none;
  position: relative;
}
@media only screen and (max-width: 1070px) {
  .product-attr .m-ver {
    display: block;
    margin-top: -3px;
  }
}
.product-attr .m-ver .txt {
  margin-bottom: -1px;
  padding-top: 1px;
  padding-right: 30px;
  line-height: 120%;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
}
.product-attr .m-ver .txt .price {
  display: inline-block;
  margin-right: 10px;
  color: #00a9e1;
  font-weight: normal;
}
.product-attr .m-ver .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}
.product-attr .m-ver .close .icon-icon-close {
  font-size: 20px;
  font-weight: normal;
}
.product-attr .m-ver .close .icon-icon-close:after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -10px;
  right: -10px;
}
.product-attr .product-info-container {
  margin-top: 20px;
  background: #fff;
}
.product-attr .product-info-container .tab-info {
  border-bottom: 2px solid #e5e5e5;
}
@media only screen and (max-width: 1070px) {
  .product-attr .product-info-container .tab-info {
    border-bottom: 0;
  }
}
.product-attr .product-info-container .tab-info ul li {
  position: relative;
}
@media only screen and (max-width: 1070px) {
  .product-attr .product-info-container .tab-info ul li {
    display: block;
    border-bottom: 1px solid #eee;
  }
}
.product-attr .product-info-container .tab-info ul li:before {
  content: '';
  display: inline-block;
  height: 30px;
  position: absolute;
  top: 50%;
  right: -1px;
  margin-top: -15px;
  border-right: 1px solid #ababab;
}
@media only screen and (max-width: 1070px) {
  .product-attr .product-info-container .tab-info ul li:before {
    display: none;
  }
}
.product-attr .product-info-container .tab-info ul li a {
  padding: 20px 43px 15px 40px;
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (max-width: 1070px) {
  .product-attr .product-info-container .tab-info ul li a {
    display: block;
    padding: 17px 10px 15px;
    color: #999;
    font-weight: normal;
  }
}
.product-attr .product-info-container .tab-info ul li .r-arrow:after {
  display: none;
}
@media only screen and (max-width: 1070px) {
  .product-attr .product-info-container .tab-info ul li .r-arrow:after {
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 10px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
  }
}
.product-attr .product-info-container .tab-info ul .selected a {
  color: #00a9e1;
}
@media only screen and (max-width: 1070px) {
  .product-attr .product-info-container .tab-info ul .selected a {
    color: #000;
    font-weight: bold;
  }
}
.product-attr .product-info-container .tab-info ul .selected a:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -2px;
  border-bottom: 2px solid #00a9e1;
}
@media only screen and (max-width: 1070px) {
  .product-attr .product-info-container .tab-info ul .selected a:before {
    display: none;
  }
}
.product-attr .product-info-container .main-info .txt-only {
  padding: 25px 50px;
  border-bottom: 2px solid #e5e5e5;
}
@media only screen and (max-width: 1070px) {
  .product-attr .product-info-container .main-info .txt-only {
    padding: 15px 10px;
  }
}
.product-attr .product-info-container .main-info .txt-only p {
  font-size: 14px;
  line-height: 230%;
}
@media only screen and (max-width: 1070px) {
  .product-attr .product-info-container .main-info .txt-only p {
    line-height: 150%;
  }
}
.product-attr .product-info-container .main-info .txt-only a {
  color: #1457aa;
}
.product-attr .product-info-container .main-info .img-with-container {
  max-width: 980px;
  margin: 30px auto 0;
  padding: 0 20px 30px;
  line-height: 130%;
}
@media only screen and (max-width: 1070px) {
  .product-attr .product-info-container .main-info .img-with-container {
    padding: 0 0 30px;
  }
}
.product-attr .product-info-container .main-info .img-with-container img {
  width: auto;
  max-width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width: 1070px) {
  .product-attr .product-info-container .main-info .img-with-container img {
    width: 100%;
  }
}
.product-attr .product-info-container .spec-info {
  margin: 0 50px;
  text-align: center;
}
@media only screen and (max-width: 1070px) {
  .product-attr .product-info-container .spec-info {
    margin: 0 10px;
    overflow: hidden;
  }
}
.product-attr .product-info-container .spec-info a {
  color: #02a6d4;
}
.product-attr .product-info-container .spec-info ul li {
  display: table;
  width: 100%;
  margin-top: -1px;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  line-height: 200%;
}
.product-attr .product-info-container .spec-info ul li > div {
  display: table-cell;
  padding: 10px;
  vertical-align: top;
}
.product-attr .product-info-container .spec-info ul li:first-child {
  margin-top: 0;
}
.product-attr .product-info-container .spec-info ul .title {
  width: 204px;
  background: #f8f8f8;
}
@media only screen and (max-width: 1070px) {
  .product-attr .product-info-container .spec-info ul .title {
    width: 77px;
  }
}
.product-attr .product-info-container .spec-info ul .detail {
  border-left: 1px solid #e5e5e5;
  text-align: left;
}
.product-attr .product-info-container .spec-info ul .detail .r-arrow:after {
  width: 6px;
  height: 6px;
  vertical-align: 2px;
  margin-right: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.product-attr .product-info-container .spec-info ul .detail .r-arrow:last-child:after {
  display: none;
}
.product-attr .product-info-container .spec-info .commitment-btn {
  display: inline-block;
  margin: 20px 10px;
}
@media only screen and (max-width: 1070px) {
  .product-attr .product-info-container .spec-info .commitment-btn {
    display: block;
  }
}
.product-attr .product-info-container .spec-info .commitment-btn a {
  display: block;
  position: relative;
  min-width: 206px;
  padding: 8px 10px 8px 13px;
  text-align: center;
  border: 1px solid #999;
  color: #000;
  letter-spacing: 5px;
}
@media only screen and (max-width: 1070px) {
  .product-attr .product-info-container .spec-info .commitment-btn a {
    padding: 10px 10px;
    font-size: 14px;
    text-align: left;
    color: #999;
    letter-spacing: 0;
    border: 1px solid #dadada;
  }
}
@media only screen and (min-width: 1070px) {
  .product-attr .product-info-container .spec-info .commitment-btn a:hover {
    background: #FFF;
  }
}
.product-attr .product-info-container .spec-info .commitment-btn .r-arrow:after {
  display: none;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 10px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
}
@media only screen and (max-width: 1070px) {
  .product-attr .product-info-container .spec-info .commitment-btn .r-arrow:after {
    display: block;
  }
}

.more-products-section {
  margin-top: 20px;
  padding: 20px 50px 15px;
  background: #fff;
}
@media only screen and (max-width: 1070px) {
  .more-products-section {
    padding: 20px 10px 15px;
  }
}
.more-products-section .title {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 1070px) {
  .more-products-section .title {
    font-size: 16px;
  }
}
.more-products-section .product-container {
  position: relative;
}
.more-products-section .product-container .swiper-container {
  margin-top: 18px;
}
.more-products-section .product-container .swiper-container ul li {
  width: 260px;
  margin-right: 15px;
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 1070px) {
  .more-products-section .product-container .swiper-container ul li {
    width: 105px;
    margin-right: 5px;
    font-size: 12px;
  }
}
.more-products-section .product-container .swiper-container ul li:last-child {
  margin-right: 0;
}
.more-products-section .product-container .swiper-container ul li a {
  display: block;
}
@media only screen and (min-width: 1070px) {
  .more-products-section .product-container .swiper-container ul li a:hover .pro-img {
    position: relative;
  }
  .more-products-section .product-container .swiper-container ul li a:hover .pro-img:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 99;
  }
}
.more-products-section .product-container .swiper-container ul li a span {
  display: block;
}
.more-products-section .product-container .swiper-container ul li a .name, .more-products-section .product-container .swiper-container ul li a .price {
  margin-top: 15px;
  padding: 0 15px;
}
@media only screen and (max-width: 1070px) {
  .more-products-section .product-container .swiper-container ul li a .name, .more-products-section .product-container .swiper-container ul li a .price {
    margin-top: 10px;
    padding: 0;
  }
}
.more-products-section .product-container .swiper-container ul li a .name {
  display: -webkit-box;
  max-height: 60px;
  line-height: 145%;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  text-align: left;
}
@media only screen and (max-width: 1070px) {
  .more-products-section .product-container .swiper-container ul li a .name {
    height: 34px;
  }
}
.more-products-section .product-container .swiper-container ul li a .name em {
  display: block;
  text-align: left;
}
.more-products-section .product-container .swiper-container ul li a .price {
  font-size: 20px;
  color: #bb0404;
}
@media only screen and (max-width: 1070px) {
  .more-products-section .product-container .swiper-container ul li a .price {
    margin-top: 5px;
    font-size: 14px;
  }
}
.more-products-section .product-container .swiper-button-next, .more-products-section .product-container .swiper-button-prev {
  width: 38px;
  height: 38px;
  margin-top: -19px;
  background-image: none;
  background: #FFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (max-width: 1070px) {
  .more-products-section .product-container .swiper-button-next, .more-products-section .product-container .swiper-button-prev {
    display: none;
  }
}
.more-products-section .product-container .swiper-button-next:before, .more-products-section .product-container .swiper-button-prev:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 50%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.more-products-section .product-container .swiper-button-next {
  right: -44px;
}
.more-products-section .product-container .swiper-button-next:before {
  margin-left: -11px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.more-products-section .product-container .swiper-button-prev {
  left: -44px;
}
.more-products-section .product-container .swiper-button-prev:before {
  margin-left: -4px;
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.img-differ .pc {
  display: block;
}
@media only screen and (max-width: 1070px) {
  .img-differ .pc {
    display: none;
  }
}
.img-differ .mobile {
  display: none;
}
@media only screen and (max-width: 1070px) {
  .img-differ .mobile {
    display: block;
  }
}

@media only screen and (max-width: 1070px) {
  .series-top-page {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.series-top-page .kv-wrap-container {
  padding: 0 0 20px;
  background: #fff;
}
@media only screen and (max-width: 1070px) {
  .series-top-page .kv-wrap-container {
    -webkit-order: 2;
    order: 2;
  }
}
.series-top-page .promo-tag {
  padding: 0 3px;
}
.series-top-page .promo-tag .title, .series-top-page .promo-tag .list-wrap {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
}
.series-top-page .promo-tag .title {
  padding-top: 30px;
  color: #00a9e1;
}
@media only screen and (max-width: 1070px) {
  .series-top-page .promo-tag .title {
    display: none;
  }
}
.series-top-page .promo-tag .list-wrap {
  width: 90%;
  width: -moz-calc(( 100% - 100px ));
  width: -webkit-calc(( 100% - 100px ));
  width: calc(( 100% - 100px ));
}
@media only screen and (max-width: 1070px) {
  .series-top-page .promo-tag .list-wrap {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.series-top-page .promo-tag .list-wrap li {
  margin: 15px 0 0 10px;
}
@media only screen and (max-width: 1070px) {
  .series-top-page .promo-tag .list-wrap li:last-child {
    padding-right: 15px;
  }
}
.series-top-page .promo-tag .list-wrap li a {
  display: block;
  padding: 13px 20px;
  color: #525252;
  border: 1px solid #c6c6c6;
}
@media only screen and (max-width: 1070px) {
  .series-top-page .promo-tag .list-wrap li a {
    padding: 10px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1070px) {
  .series-top-page .promo-tag .list-wrap li a:hover {
    border: 1px solid #00a9e1;
  }
}
.series-top-page .promo-tag .list-wrap li .selected {
  border: 1px solid #00a9e1;
}
@media only screen and (max-width: 1070px) {
  .series-top-page .wrap-page {
    margin: 0;
  }
}
.series-top-page .breadcrumb-container {
  margin-top: -66px;
}
@media only screen and (max-width: 1070px) {
  .series-top-page .breadcrumb-container {
    margin-top: 0;
    -webkit-order: 1;
    order: 1;
  }
}
.series-top-page .breadcrumb {
  display: inline-block;
  max-width: 500px;
  margin: 20px 0 25px;
  padding: 0;
}
@media only screen and (max-width: 1070px) {
  .series-top-page .breadcrumb li:nth-last-of-type(2) .r-arrow:after {
    display: inline-block;
  }
}
.series-top-page .breadcrumb li a {
  padding: 8px 0;
}
@media only screen and (max-width: 1070px) {
  .series-top-page .breadcrumb li a {
    padding: 0;
  }
}
@media only screen and (max-width: 1070px) {
  .series-top-page .breadcrumb {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 15px 10px 5px;
    background: #fff;
  }
}
.series-top-page .breadcrumb .sp-select a {
  display: block;
  position: relative;
  padding: 5px 5px 5px 10px;
  color: #ce0a0a;
  border: 1px solid #ce0a0a;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.series-top-page .breadcrumb .sp-select a:after {
  content: '✖';
  display: inline-block;
  width: auto;
  height: auto;
  padding-left: 35px;
  vertical-align: -1px;
  font-size: 18px;
  font-weight: bold;
  border: 0;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.series-top-page .order-ui-container {
  margin-top: 12px;
}
@media only screen and (max-width: 1070px) {
  .series-top-page .order-ui-container {
    margin-top: 0;
    -webkit-order: 3;
    order: 3;
  }
}
.series-top-page .price-range {
  display: inline-block;
  margin: 13px 18px 0 0;
  float: right;
}
@media only screen and (max-width: 1070px) {
  .series-top-page .price-range {
    display: inline;
    float: none;
    margin: 0;
  }
}
@media only screen and (max-width: 1070px) {
  .series-top-page .price-range .mask-bg {
    display: none;
  }
}
@media only screen and (max-width: 1070px) {
  .series-top-page .price-range .mask-bg.selected {
    display: block;
  }
}
@media only screen and (max-width: 1070px) {
  .series-top-page .price-range .promo {
    margin-top: -138px;
  }
}
.series-top-page .price-range .close {
  display: none;
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
}
@media only screen and (max-width: 1070px) {
  .series-top-page .price-range .close {
    display: inline-block;
  }
}
.series-top-page .price-range .close a:after {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: -8px;
  right: -9px;
}
.series-top-page .price-range .wrap-within {
  position: relative;
}
@media only screen and (max-width: 1070px) {
  .series-top-page .price-range .wrap-within {
    padding: 25px 15px;
  }
}
.series-top-page .price-range .range-btns {
  display: none;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 1070px) {
  .series-top-page .price-range .range-btns {
    display: block;
  }
}
.series-top-page .price-range .range-btns .title {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: bold;
}
.series-top-page .price-range .range-btns .btns {
  margin-top: 15px;
}
.series-top-page .price-range .range-btns .btns a {
  display: block;
  padding: 10px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #898989;
}
.series-top-page .price-range .range-inputs > * {
  display: inline-block;
  vertical-align: middle;
}
.series-top-page .price-range .range-inputs .title {
  font-size: 18px;
}
@media only screen and (max-width: 1070px) {
  .series-top-page .price-range .range-inputs .title {
    font-size: 14px;
  }
}
.series-top-page .price-range .range-inputs .search-bar {
  margin-right: 6px;
}
@media only screen and (max-width: 1070px) {
  .series-top-page .price-range .range-inputs .search-bar {
    width: 76%;
    width: -moz-calc(( 100% - 69px ));
    width: -webkit-calc(( 100% - 69px ));
    width: calc(( 100% - 69px ));
    margin-right: 0;
  }
}
.series-top-page .price-range .range-inputs .search-bar li {
  width: 90px;
  position: relative;
  margin-left: 11px;
}
@media only screen and (max-width: 1070px) {
  .series-top-page .price-range .range-inputs .search-bar li {
    width: 46%;
    width: -moz-calc(( 50% - 8px ));
    width: -webkit-calc(( 50% - 8px ));
    width: calc(( 50% - 8px ));
  }
}
.series-top-page .price-range .range-inputs .search-bar li:first-child {
  margin-left: 0;
}
.series-top-page .price-range .range-inputs .search-bar li:first-child:before {
  display: none;
}
.series-top-page .price-range .range-inputs .search-bar li:before {
  content: '';
  display: inline-block;
  width: 7px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: -11px;
  border-top: 1px solid #000;
}
.series-top-page .price-range .range-inputs .search-bar input {
  height: 28px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media only screen and (max-width: 1070px) {
  .series-top-page .price-range .range-inputs .search-bar input {
    height: 32px;
    background: #FFF;
    border: 1px solid #eee;
  }
}
.series-top-page .price-range .range-inputs .btn {
  text-align: center;
}
@media only screen and (max-width: 1070px) {
  .series-top-page .price-range .range-inputs .btn {
    display: block;
    margin-top: 15px;
  }
}
.series-top-page .price-range .range-inputs .btn a {
  display: block;
  padding: 6px 8px;
  color: #fff;
  font-size: 16px;
  background: #554f56;
}
@media only screen and (max-width: 1070px) {
  .series-top-page .price-range .range-inputs .btn a {
    padding: 9px 8px;
    font-size: 14px;
  }
}
.series-top-page .order-ui {
  padding: 8px 10px 13px;
  float: right;
  font-size: 18px;
}
@media only screen and (max-width: 1070px) {
  .series-top-page .order-ui {
    padding: 0px;
    float: none;
    border: 1px solid #c6c6c6;
  }
}
.series-top-page .order-ui .title, .series-top-page .order-ui .ul-list {
  display: inline-block;
  vertical-align: middle;
}
.series-top-page .order-ui .title {
  margin-right: 15px;
  color: #999;
}
@media only screen and (max-width: 1070px) {
  .series-top-page .order-ui .title {
    display: none;
  }
}
@media only screen and (max-width: 1070px) {
  .series-top-page .order-ui .ul-list {
    display: table;
    width: 100%;
  }
}
.series-top-page .order-ui .ul-list li {
  position: relative;
  margin-left: -4px;
}
@media only screen and (max-width: 1070px) {
  .series-top-page .order-ui .ul-list li {
    display: table-cell;
    width: 33.3333%;
    text-align: center;
  }
}
.series-top-page .order-ui .ul-list li:first-child a {
  padding: 10px 15px 10px 0;
}
@media only screen and (max-width: 1070px) {
  .series-top-page .order-ui .ul-list li:first-child a {
    padding: 15px 0;
  }
}
.series-top-page .order-ui .ul-list li:first-child a:before {
  display: none;
}
.series-top-page .order-ui .ul-list li:last-child a {
  padding: 10px 0px 10px 15px;
}
@media only screen and (max-width: 1070px) {
  .series-top-page .order-ui .ul-list li:last-child a {
    padding: 15px 0px;
  }
}
.series-top-page .order-ui .ul-list li a {
  display: block;
  padding: 10px 15px;
}
@media only screen and (max-width: 1070px) {
  .series-top-page .order-ui .ul-list li a {
    padding: 15px;
  }
}
.series-top-page .order-ui .ul-list li a:before {
  content: '';
  display: inline-block;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -12px;
  border-left: 1px solid #000;
}
@media only screen and (max-width: 1070px) {
  .series-top-page .order-ui .ul-list li a:before {
    height: 34px;
    margin-top: -17px;
    border-left: 1px solid #c6c6c6;
  }
}
.series-top-page .order-ui .ul-list li .ctrl-price {
  display: inline-block;
  position: relative;
  margin-left: 15px;
  vertical-align: middle;
}
.series-top-page .order-ui .ul-list li .ctrl-price:before, .series-top-page .order-ui .ul-list li .ctrl-price:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: -2px;
  border-style: solid;
}
.series-top-page .order-ui .ul-list li .ctrl-price:before {
  margin-top: -8px;
  border-width: 0 4.5px 5px 4.5px;
  border-color: transparent transparent #000 transparent;
}
.series-top-page .order-ui .ul-list li .ctrl-price:after {
  margin-top: -1px;
  border-width: 5px 4.5px 0 4.5px;
  border-color: #000 transparent transparent transparent;
}
.series-top-page .order-ui .ul-list .selected {
  color: #00a9e1;
}
@media only screen and (max-width: 1070px) {
  .series-top-page .order-ui .ul-list .selected:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 3px solid #00a9e1;
  }
}

.series-attr .product-container {
  margin-left: -10px;
}
@media only screen and (max-width: 1070px) {
  .series-attr .product-container { /*product 外襯*/
    padding: 0px 4px 5px 14px;
    background: #fff;
    margin-left: 0;
  }
}
.series-attr .product-container li {
  width: 283px;
  margin: 0 0 5px 11px;
  border: 1px solid transparent;
  text-align: center;
  background: #fff;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 1070px) {
  .series-attr .product-container li { /*商品列表的邊框*/
    width: 50%;
	min-height: 352px;
    margin: 0 0 -2px -5px;
    border: 1px solid #e5e5e5;
	border-bottom:6px solid #e5e5e5;

  }
}
@media only screen and (min-width: 1070px) {
  .series-attr .product-container li:hover {
    border: 1px solid #ee4d79;
  }
}
.series-attr .product-container li a {
  display: block;
}
.series-attr .product-container li > * {
  font-size: 14px;
}
.series-attr .product-container li > div {
  display: block;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1070px) {
  .series-attr .product-container li > div {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 1070px) and (orientation: landscape) {
  .series-attr .product-container li > div {
    padding-bottom: 10px;
  }
}
.series-attr .product-container li > div > span {
  display: block;
}
@media only screen and (max-width: 1070px) and (orientation: landscape) {
  .series-attr .product-container li > div > span {
    display: inline-block;
  }
}
.series-attr .product-container li .pro-img {
  display: block;
  position: relative;
  padding:10px 10px 2px 10px ;
}
.series-attr .product-container li .name, .series-attr .product-container li .attribute {
  text-align: left;
  padding: 0 15px;
}
@media only screen and (max-width: 1070px) {
  .series-attr .product-container li .name, .series-attr .product-container li .attribute {
    padding: 0 14px;
  }
}
.series-attr .product-container li .sp_text {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1070px) {
  .series-attr .product-container li .sp_text {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.series-attr .product-container li .name { /*商品列表*/
  display: -webkit-box;
  height: auto;
  margin: 0 0 4px 0;
  line-height: 145%;
  overflow: inherit; /* 改成hidden就不會完全顯示*/
  -webkit-line-clamp:10;/*要秀出幾排字*/
  -webkit-box-orient: vertical;
  text-align: center;
}
.series-attr .product-container li .attribute {

  position: relative;
  height: 20px;
  color: #ff0002;
  font-style:900;
}
.series-attr .product-container li .attribute > span {
  display: inline-block;
  vertical-align: middle;
}
.series-attr .product-container li .attribute .sp-tag {
  min-width: 76px;
  position: absolute;
  top: 0;
  left: 15px;
  font-size: 16px;
  border: 1px solid transparent;
  background: #fff;
  text-align: center;
}
@media only screen and (max-width: 1070px) {
  .series-attr .product-container li .attribute .sp-tag {
    position: relative;
    min-width: 60px;
    left: auto;
    float: left;
    font-size: 13px;
  }
}
.series-attr .product-container li .attribute .sp-tag a {
  display: block;
  padding: 8px 5px 6px;
  background: #ee4d79;
  color: #fff;
  font-weight: bolder;
}
@media only screen and (max-width: 1070px) {
  .series-attr .product-container li .attribute .sp-tag a {
    padding: 5px;
  }
}
.series-attr .product-container li .attribute .full-bg {
  background: #ee4d79;
}
.series-attr .product-container li .attribute .full-bg a {
  color: #fff;
}
@media only screen and (max-width: 1070px) {
  .series-attr .product-container li .attribute .sp-tag ~ .price {
    float: left;
    margin-left: 3px;
  }
}
.series-attr .product-container li .attribute .sp-tag ~ .price > *:nth-child(2) {
  width: 0;
}
@media only screen and (max-width: 1070px) {
  .series-attr .product-container li .attribute .sp-tag ~ .price > *:nth-child(2) {
    width: auto;
  }
}
.series-attr .product-container li .attribute .price {
  padding-top: 0px;
  font-size: 32px;
}
@media only screen and (max-width: 1070px) {
  .series-attr .product-container li .attribute .price {
    padding-top: 2px;
    font-size: 22px;
  }
}
.series-attr .product-container li .attribute .price em {
  font-size: 22px;
}
@media only screen and (max-width: 1070px) {
  .series-attr .product-container li .attribute .price em {
    font-size: 16px;
  }
}
.series-attr .product-container li .attribute .price del {
  padding: 0 5px;
  font-size: 20px;
  color: #000;
}

.series-attr .product-container li .attribute .price priceicon {

  font-size: 12px;
  color: #ff0002;
}
@media only screen and (max-width: 1070px) {
  .series-attr .product-container li .attribute .price del {
    padding: 0 2px 0 0;
    font-size: 13px;
  }
}
.series-attr .product-container li .attribute .price .sale-price {
  display: inline-block;
}
@media only screen and (max-width: 1070px) and (orientation: landscape) {
  .series-attr .product-container li .attribute.clear:after {
    clear: none;
  }
}
@media only screen and (max-width: 1070px) {
  .series-attr .index-pagination {
    margin-top: -15px;
    background: #efefef;
  }
}

.index-pagination {
  padding: 30px 0 60px;
  text-align: center;
}
@media only screen and (max-width: 1070px) {
  .index-pagination {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 1070px) {
  .index-pagination .pc-ver {
    display: none;
  }
}
.index-pagination .m-ver {
  display: none;
}
@media only screen and (max-width: 1070px) {
  .index-pagination .m-ver {
    display: block;
  }
}
.index-pagination .m-ver .btn {
  display: inline-block;
  min-width: 123px;
  position: relative;
  padding: 5px 10px;
  background: #a0a0a0;
  color: #fff;
  font-size: 14px;
}
.index-pagination .m-ver .btn:after {
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 10px;
}
.index-pagination li {
  vertical-align: -1px;
}
.index-pagination li a {
  display: block;
  min-width: 28px;
  margin: 0 8px;
  padding: 7px 6px 5px 5px;
  color: #999;
  font-size: 16px;
  background: transparent;
}
@media only screen and (min-width: 1070px) {
  .index-pagination li a:hover {
    background: #fbaac0;
    color: #fff;
  }
}
.index-pagination li .fast, .index-pagination li .faster {
  padding: 2px 6px 4px 5px;
  font-size: 22px;
}
.index-pagination li .fast {
  font-weight: bold;
}
.index-pagination .selected a {
  background: #00a9e1;
  color: #fff;
  cursor: default;
}
@media only screen and (min-width: 1070px) {
  .index-pagination .selected a:hover {
    background: #00a9e1;
    color: #fff;
  }
}

.top-pd, .pdImg {
  max-width: 1155px;
  margin: 0 auto;
}

.top-pd {
  position: relative;
  padding: 50px 0 20px;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.top-pd .close {
  position: fixed;
  top: 17%;
  top: -moz-calc(( 15% + 15px ));
  top: -webkit-calc(( 15% + 15px ));
  top: calc(( 15% + 15px ));
  right: -moz-calc(( 50% - 354px ));
  right: -webkit-calc(( 50% - 354px ));
  right: calc(( 50% - 354px ));
  z-index: 99;
}
@media only screen and (max-width: 1069px) {
  .top-pd .close {
    right: -moz-calc(( 50% - 370px ));
    right: -webkit-calc(( 50% - 370px ));
    right: calc(( 50% - 370px ));
  }
}
@media only screen and (max-width: 1070px) {
  .top-pd .close {
    right: 10px;
  }
}
.top-pd .close a {
  font-size: 20px;
}
.top-pd .top-title, .top-pd .bottom-button {
  position: relative;
  height: 36px;
  line-height: 36px;
}
.top-pd .top-title a, .top-pd .bottom-button a {
  display: block;
  font-size: 18px;
}
.top-pd .top-title a {
  letter-spacing: 8px;
}
.top-pd .top-title .l-arrow:before {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -5px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.top-pd .bottom-button {
  margin: 0 10px;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.top-pd .bottom-button a {
  letter-spacing: 4px;
}
.top-pd .bottom-button .r-arrow:after {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.pdImg {
  padding-top: 20px;
  background: #fff;
}

.top_banner a {
  display: block;
}
@media only screen and (max-width: 1070px) {
  .top_banner a {
    padding-top: 8px;
  }
}
.top_banner img {
  width: 100%;
}

.cart_block {
  font-size: 14px;
  background: #fff;
}
.cart_block span {
  display: inline-block;
}
.cart_block .alert_red_color, .cart_block .text_color_red {
  color: #ce0a0a;
}
.cart_block .text_color_pink {
  color: #ee5e84;
}
.cart_block .text_color_darkgrey {
  color: #999;
}
.cart_block .border_radius_full {
  border-radius: 100%;
}
.cart_block .margin_top20 {
  margin-top: 20px;
}
.cart_block .wrap_525 {
  display: block;
  width: 525px;
  margin: 0 auto;
}
@media only screen and (max-width: 1070px) {
  .cart_block .wrap_525 {
    width: 100%;
  }
}
.cart_block .position_r {
  position: relative;
}
.cart_block .cart_flow {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 750px;
  margin: 35px auto;
}
@media only screen and (max-width: 1070px) {
  .cart_block .cart_flow {
    margin: 0 auto;
    padding: 20px 0;
    width: 280px;
  }
}
.cart_block .cart_flow li {
  color: #333;
  font-size: 16px;
  flex: 3;
  overflow: hidden;
}
@media only screen and (min-width: 1070px) {
  .cart_block .cart_flow li:last-child {
    flex: 2;
  }
}
@media only screen and (max-width: 1070px) {
  .cart_block .cart_flow li {
    flex: 1;
    font-size: 12px;
  }
}
.cart_block .cart_flow li span {
  line-height: 47px;
  vertical-align: middle;
}
.cart_block .cart_flow li .step {
  background: #c6c6c6;
  padding: 24px;
  margin-right: 10px;
  position: relative;
  border-radius: 100%;
}
.cart_block .cart_flow li .step em {
  position: absolute;
  top: 0px;
  left: 18px;
  color: #fff;
  font-size: 22px;
}
@media only screen and (max-width: 1070px) {
  .cart_block .cart_flow li .step {
    padding: 12px;
    margin: 5px;
  }
  .cart_block .cart_flow li .step em {
    top: -12px;
    left: 8px;
    font-size: 14px;
  }
}
.cart_block .cart_flow .line {
  content: "";
  width: 69px;
  height: 2px;
  background: #c6c6c6;
  margin: 0 20px;
}
@media only screen and (max-width: 1070px) {
  .cart_block .cart_flow .line {
    display: none;
  }
}
.cart_block .cart_flow .active .step, .cart_block .cart_flow .active .line {
  background: #5fc1c7;
}
.cart_block .anchor {
  display: block;
  position: relative;
  visibility: hidden;
  top: -100px;
}
.cart_block .sub_title {
  padding: 0 10px 20px 10px;
  font-size: 16px;
  font-weight: bolder;
}
.cart_block .cart_empty {
  max-width: 370px;
  margin: 0 auto 75px;
  text-align: center;
}
.cart_block .cart_empty p {
  padding: 5px 0;
}
.cart_block .cart_empty p span {
  padding: 10px 0 5px 0;
  display: block;
}
.cart_block .cart_empty .ui_btn {
  background: #554f56;
  border-color: #554f56;
  color: #fff;
  width: 100%;
  letter-spacing: 10px;
  text-indent: 10px;
}
@media only screen and (min-width: 1070px) {
  .cart_block .payment {
    margin-bottom: 65px;
  }
}
@media only screen and (max-width: 1070px) {
  .cart_block .payment .sub_title {
    font-size: 13px;
    line-height: 120%;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 10px 0;
  }
}
.cart_block .payment .sub_title .shipping_note {
  color: #999;
  font-size: 12px;
}
@media only screen and (max-width: 1070px) {
  .cart_block .payment .sub_title .shipping_note {
    transform: scale(calc(9 / 12));
    margin-left: -12px;
  }
}
.cart_block .payment .payment_list {
  width: 100%;
}
.cart_block .payment .payment_list li {
  display: block;
  border-bottom: 1px solid #e5e5e5;
}
.cart_block .payment .payment_list li:first-child {
  border-top: 1px solid #e5e5e5;
}
.cart_block .payment .payment_list li label {
  display: table-row;
  vertical-align: middle;
  margin: 12px 40px 12px;
  cursor: pointer;
}
.cart_block .payment .payment_list li label span {
  display: table-cell;
}
.cart_block .payment .payment_list li > div {
  display: table-cell;
  vertical-align: middle;
}
.cart_block .payment .payment_list .list_text {
  width: 265px;
  padding: 0 0 0 105px;
}
.cart_block .payment .payment_list .radio_item {
  position: relative;
}
.cart_block .payment .payment_list .radio_item .radio_style {
  border-radius: 100%;
}
@media only screen and (max-width: 1070px) {
  .cart_block .payment .payment_list {
    position: relative;
    font-size: 12px;
  }
  .cart_block .payment .payment_list li {
    border: none;
    display: inline-block;
    position: relative;
    padding: 10px 0 16px;
  }
  .cart_block .payment .payment_list li:first-child {
    border: none;
  }
  .cart_block .payment .payment_list li .radio_lable_block {
    width: -moz-calc(( ( 100% - 8px ) / 3 ));
    width: -webkit-calc(( ( 100% - 8px ) / 3 ));
    width: calc(( ( 100% - 8px ) / 3 ));
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 12px 0;
    padding-left: 20px;
  }
  .cart_block .payment .payment_list li .radio_lable_block span {
    display: inline-block;
  }
  .cart_block .payment .payment_list li .radio_lable_block .note {
    display: none;
    transform: scale(calc(10 / 12));
    position: absolute;
    width: 150px;
    left: 10px;
    bottom: -20px;
  }
}
@media only screen and (max-width: 1070px) and (max-width: 413px) {
  .cart_block .payment .payment_list li .radio_lable_block.atm .note {
    right: -7px;
    left: auto;
    text-align: right;
  }
}
@media only screen and (max-width: 1070px) and (max-width: 320px) {
  .cart_block .payment .payment_list li .radio_lable_block.atm .note {
    right: -17px;
  }
}
@media only screen and (max-width: 1070px) {
  .cart_block .payment .payment_list .list_text {
    width: auto;
    padding: 0;
    transform: scale(calc(11 / 12));
    box-sizing: inherit;
    padding-top: 5px;
  }
  .cart_block .payment .payment_list .radio_item {
    position: absolute;
    left: 0;
    top: 0;
  }
  .cart_block .payment .payment_list .radio_item .radio_style {
    margin: 0;
  }
}
.cart_block .payment .foreign .sub_title {
  padding-top: 20px;
}
@media only screen and (max-width: 1070px) {
  .cart_block .payment .foreign .sub_title {
    border: none;
  }
  .cart_block .payment .foreign .sub_title em {
    display: none;
  }
}
.cart_block .payment .foreign .select_Country {
  display: inline-block;
}
.cart_block .payment .foreign .select_Country select {
  width: 115px;
}
@media only screen and (max-width: 1070px) {
  .cart_block .payment .foreign {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .cart_block .payment .foreign .payment_list {
    display: inline-block;
    width: 92px;
    margin-left: 10px;
  }
  .cart_block .payment .foreign .payment_list li:first-child {
    display: inline-block;
    padding-bottom: 8px;
  }
  .cart_block .payment .foreign .payment_list .list_text {
    width: 60px;
  }
}
.cart_block .product_block {
  border: 1px solid #e5e5e5;
  padding: 0 10px;
}
@media only screen and (max-width: 1070px) {
  .cart_block .product_block {
    border: none;
    position: relative;
  }
}
.cart_block .product_block .list {
  display: table;
}
@media only screen and (max-width: 1070px) {
  .cart_block .product_block .list {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
    position: relative;
  }
}
.cart_block .product_block .list li {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (max-width: 1070px) {
  .cart_block .product_block .list li {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
    border: none;
  }
}
.cart_block .product_block .list li:nth-child(1) {
  width: 120px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1070px) {
  .cart_block .product_block .list li:nth-child(1) {
    width: 30%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
.cart_block .product_block .list li:nth-child(2) {
  width: 499px;
}
@media only screen and (max-width: 1070px) {
  .cart_block .product_block .list li:nth-child(2) {
    width: 60%;
  }
}
.cart_block .product_block .list li:nth-child(n+3) {
  text-align: center;
}
.cart_block .product_block .list li:nth-child(5), .cart_block .product_block .list li:nth-child(6) {
  text-align: right;
}
.cart_block .product_block .list li:nth-child(3) {
  width: 246px;
}
@media only screen and (max-width: 1070px) {
  .cart_block .product_block .list li:nth-child(3) {
    float: right;
    width: auto;
    min-width: 10%;
    text-align: right;
    padding-right: 10px;
  }
}
.cart_block .product_block .list li:nth-child(5) {
  width: 105px;
}
@media only screen and (max-width: 1070px) {
  .cart_block .product_block .list li:nth-child(5) {
    display: none;
  }
}
.cart_block .product_block .list li:nth-child(4) {
  width: 122px;
}
@media only screen and (min-width: 1070px) {
  .cart_block .product_block .list li:nth-child(4) {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1070px) {
  .cart_block .product_block .list li:nth-child(4) {
    width: auto;
    float: left;
    padding-left: 0px;
    padding-top: 13px;
  }
  .cart_block .product_block .list li:nth-child(4):before {
    content: "數量";
    float: left;
    margin-right: 10px;
  }
}
.cart_block .product_block .list li:nth-child(6) {
  width: 105px;
  padding-right: 20px;
}
@media only screen and (max-width: 1070px) {
  .cart_block .product_block .list li:nth-child(6) {
    position: absolute;
    top: 10px;
    right: -10px;
    width: auto;
    padding-right: 0;
  }
}
.cart_block .product_block .list .img_block {
  width: 120px;
}
@media only screen and (max-width: 1070px) {
  .cart_block .product_block .list .img_block {
    width: 100%;
  }
}
.cart_block .product_block .list .img_block img {
  width: 100%;
  vertical-align: middle;
}
.cart_block .product_block .select_qty li:nth-child(3), .cart_block .product_block .select_qty li:nth-child(5) {
  margin-top: 15px;
}
.cart_block .product_block .select_qty li:nth-child(4):before {
  margin-top: 15px;
}
.cart_block .product_block .product_list {
  min-height: 110px;
}
.cart_block .product_block .product_list .product_img {
  text-align: center;
  vertical-align: top;
}
.cart_block .product_block .product_list .product_price span {
  display: inline-block;
  padding-right: 8px;
}
.cart_block .product_block .product_list .product_price div {
  line-height: 150%;
}
@media only screen and (max-width: 1070px) {
  .cart_block .product_block .product_list .product_price div {
    float: right;
    padding-left: 10px;
  }
}
.cart_block .product_block .product_list .product_price .original_price {
  color: #999999;
  text-decoration: line-through;
}
.cart_block .product_block .product_list .product_info {
  vertical-align: top;
}
.cart_block .product_block .product_list .product_info .choices {
  font-weight: bolder;
}
.cart_block .product_block .product_list .product_info div {
  line-height: 180%;
}
.cart_block .product_block .product_list .product_info div .p_name {
  color: #020202;
}
.cart_block .product_block .product_list .qty {
  display: table;
  border: 1px solid #e5e5e5;
}
.cart_block .product_block .product_list .qty span {
  width: 40px;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 1070px) {
  .cart_block .product_block .product_list .qty span {
    width: 30px;
  }
}
.cart_block .product_block .product_list .qty input[type="text"] {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  border-top: none;
  border-bottom: none;
  box-shadow: none;
  padding: 5px 0;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 1070px) {
  .cart_block .product_block .product_list .qty input[type="text"] {
    font-size: 15px;
  }
}
.cart_block .product_block .product_list .qty .add, .cart_block .product_block .product_list .qty .minus {
  color: #a0a0a0;
  cursor: pointer;
}
.cart_block .product_block .product_list .qty .add {
  font-size: 25px;
}
.cart_block .product_block .product_list .qty .minus {
  font-size: 35px;
}
.cart_block .product_block .product_list .del img {
  width: 16px;
  height: 16px;
}
.cart_block .product_block .free_choices_main li {
  border-bottom: none;
}
.cart_block .product_block .free_choices_item li {
  border-bottom: none;
}
.cart_block .product_block .free_choices_item:last-of-type li {
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (max-width: 1070px) {
  .cart_block .product_block .free_choices_item:last-of-type li:nth-child(1), .cart_block .product_block .free_choices_item:last-of-type li:nth-child(2) {
    border: none;
  }
}
@media only screen and (max-width: 1070px) {
  .cart_block .product_block .free_choices_item .product_price {
    display: none;
  }
  .cart_block .product_block .free_choices_item li:nth-child(4) {
    display: none;
  }
}
.cart_block .product_block .p_list_s .item {
  border: 1px solid #e5e5e5;
  margin-top: 15px;
  margin-right: 11px;
  padding: 10px;
  display: inline-block;
  position: relative;
  width: -moz-calc(( ( 100% - 30px ) / 3 ));
  width: -webkit-calc(( ( 100% - 30px ) / 3 ));
  width: calc(( ( 100% - 30px ) / 3 ));
}
@media only screen and (max-width: 1070px) {
  .cart_block .product_block .p_list_s .item {
    width: 100%;
  }
}
.cart_block .product_block .p_list_s .item:nth-child(3n) {
  margin-right: 0;
}
.cart_block .product_block .p_list_s .item span {
  vertical-align: top;
}
.cart_block .product_block .p_list_s .item .checkbox_style {
  margin-top: 11px;
}
.cart_block .product_block .p_list_s .item .checkbox_style input[type=checkbox] {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1070px) {
  .cart_block .product_block .p_list_s .item .checkbox_style input[type=checkbox] + label {
    width: 10%;
  }
}
.cart_block .product_block .p_list_s .item .checkbox_style input[type=checkbox] + label span {
  padding-left: 24px;
}
.cart_block .product_block .p_list_s .item .img_block {
  margin: 0 8px;
}
@media only screen and (max-width: 1070px) {
  .cart_block .product_block .p_list_s .item .img_block {
    width: 30%;
    padding-left: 1%;
    padding-right: 1%;
  }
}
.cart_block .product_block .p_list_s .item .info {
  width: 168px;
}
@media only screen and (max-width: 1070px) {
  .cart_block .product_block .p_list_s .item .info {
    width: 50%;
  }
}
.cart_block .product_block .p_list_s .item .info em {
  display: inline-block;
}
.cart_block .product_block .p_list_s .item .info em b {
  display: inline-block;
  padding-left: 10px;
}
.cart_block .product_block .p_list_s .item .info .name {
  min-height: 72px;
  color: #020202;
  line-height: 130%;
}
.cart_block .product_block .note_msg a {
  display: block;
  line-height: 180%;
  margin: 5px 0;
}
.cart_block .product_block .other_block {
  display: block;
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (max-width: 1070px) {
  .cart_block .product_block .other_block {
    padding: 15px 0 10px;
  }
}
@media only screen and (max-width: 1070px) {
  .cart_block .product_block .subtotal_list {
    border: none;
  }
}
.cart_block .product_block .subtotal_list li:nth-child(2) {
  width: 320px;
}
.cart_block .product_block .subtotal_list li:nth-child(3) {
  width: 645px;
  padding: 0 0 0 25px;
}
@media only screen and (max-width: 1070px) {
  .cart_block .product_block .subtotal_list li {
    display: none;
    width: auto;
  }
  .cart_block .product_block .subtotal_list li:nth-child(3) {
    display: block;
    text-align: center;
    width: 100%;
    padding: 0;
  }
}
.cart_block .product_block .subtotal_list .subtotal_item {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
  font-size: 16px;
}
@media only screen and (max-width: 1070px) {
  .cart_block .product_block .subtotal_list .subtotal_item {
    display: block;
    font-size: 14px;
  }
}
.cart_block .product_block .subtotal_list .subtotal_item:last-child {
  border: none;
}
.cart_block .product_block .subtotal_list .subtotal_item:last-child .item_name {
  text-align: left;
}
@media only screen and (max-width: 1070px) {
  .cart_block .product_block .subtotal_list .subtotal_item:last-child .item_name {
    text-align: right;
  }
}
.cart_block .product_block .subtotal_list .subtotal_item .detail_item {
  margin-bottom: 20px;
}
.cart_block .product_block .subtotal_list .subtotal_item .detail_item:last-child {
  margin-bottom: 0;
}
.cart_block .product_block .subtotal_list .subtotal_item .detail_item span {
  text-align: left
  display: inline-block;
}
.cart_block .product_block .subtotal_list .subtotal_item .detail_item .item_name {
  width: 390px;
  padding-right: 10px;
  position: relative;
  line-height: 120%;
}
.cart_block .product_block .subtotal_list .subtotal_item .detail_item .item_name input[type=checkbox] {
  width: 100%;
}
@media only screen and (max-width: 1070px) {
  .cart_block .product_block .subtotal_list .subtotal_item .detail_item .item_name {
    width: 78%;
  }
}
@media only screen and (max-width: 1070px) {
  .cart_block .product_block .subtotal_list .subtotal_item .detail_item .item_name .alert_red_color {
    float: left;
    width: 80%;
    text-align: left;
  }
}
.cart_block .product_block .subtotal_list .subtotal_item .detail_item .item_price {
  width: 85px;
}
@media only screen and (max-width: 1070px) {
  .cart_block .product_block .subtotal_list .subtotal_item .detail_item .item_price {
    width: 20%;
  }
}
.cart_block .product_block .subtotal_list .subtotal_item .detail_item .input_coupon_block {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #a9a9a9;
  padding: 20px;
  top: 33px;
  right: 17px;
  z-index: 2;
}
@media only screen and (max-width: 1070px) {
  .cart_block .product_block .subtotal_list .subtotal_item .detail_item .input_coupon_block {
    width: 129%;
    right: -28%;
  }
}
.cart_block .product_block .subtotal_list .subtotal_item .detail_item .input_coupon_block .ui_btn {
  background: #554f56;
  border-color: #554f56;
  color: #fff;
  padding: 0 10px;
  margin-left: 6px;
}
@media only screen and (max-width: 1070px) {
  .cart_block .product_block .subtotal_list .subtotal_item .detail_item .input_coupon_block .ui_btn {
    height: 100%;
    vertical-align: middle;
  }
}
.cart_block .product_block .subtotal_list .subtotal_item .detail_item .input_coupon_block input[type=text] {
  width: 168px;
}
@media only screen and (max-width: 1070px) {
  .cart_block .product_block .subtotal_list .subtotal_item .detail_item .input_coupon_block input[type=text] {
    width: -moz-calc(( 100%  - 64px ));
    width: -webkit-calc(( 100%  - 64px ));
    width: calc(( 100%  - 64px ));
  }
}
.cart_block .product_block .subtotal_list .subtotal_item .detail_item input[type=checkbox]:checked ~ .input_coupon_block {
  display: block;
}
.cart_block .product_block .subtotal_list .subtotal_item .promo_note {
  width: 320px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
  box-sizing: border-box;
}
.cart_block .product_block .subtotal_list .subtotal_item .promo_note .note_item {
  display: block;
  color: #ce0a0a;
  line-height: 200%;
}
.cart_block .product_block .subtotal_list .subtotal_item .product_weight {
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 1070px) {
  .cart_block .product_block .subtotal_list .subtotal_item .shipping_note {
    position: absolute;
    left: 0;
  }
}
.cart_block .product_block .subtotal_list li {
  border: none;
  padding-bottom: 0;
}
.cart_block .product_block .subtotal_list li .minus_item {
  padding: 5px 0;
  margin: 10px 0;
}
.cart_block .product_block .subtotal_list li:nth-child(4) {
  width: 250px;
  text-align: right;
  padding-left: 20px;
  padding-right: 34px;
}
.cart_block .cart_action {
  margin: 50px 0;
  text-align: center;
}
@media only screen and (max-width: 1070px) {
  .cart_block .cart_action {
    margin: -10px 0 40px;
  }
}
.cart_block .cart_action .ui_btn {
  width: 260px;
  margin-right: 50px;
  font-weight: normal;
}
.cart_block .cart_action .ui_btn:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1070px) {
  .cart_block .cart_action .ui_btn {
    width: 45%;
    width: -moz-calc(( ( 100% - 10px ) / 2 ));
    width: -webkit-calc(( ( 100% - 10px ) / 2 ));
    width: calc(( ( 100% - 10px ) / 2 ));
    margin-right: 6px;
  }
}
.cart_block .cart_action .l-arrow:before {
  margin-right: 5px;
  border-color: #999;
}
.cart_block .purchase {
  margin-bottom: 40px;
}
.cart_block .purchase .sub_title {
  line-height: 150%;
}
@media only screen and (max-width: 1070px) {
  .cart_block .purchase .sub_title {
    padding-bottom: 10px;
  }
  .cart_block .purchase .sub_title em {
    font-weight: bolder;
    font-size: 12px;
  }
}
.cart_block .purchase .sub_title .mark {
  padding: 5px 15px;
  margin-right: 10px;
  color: #ce0a0a;
  border: 1px solid #ce0a0a;
  line-height: 100%;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
@media only screen and (max-width: 1070px) {
  .cart_block .purchase .sub_title .mark {
    padding: 3px 10px;
    margin-right: 5px;
  }
}
.cart_block .purchase .list {
  border: 1px solid #e5e5e5;
  float: left;
  width: 237px;
  margin-left: -1px;
  margin-bottom: -1px;
  padding: 5px;
}
@media only screen and (max-width: 1070px) {
  .cart_block .purchase .list {
    width: -moz-calc(( 100% / 2 ));
    width: -webkit-calc(( 100% / 2 ));
    width: calc(( 100% / 2 ));
  }
}
.cart_block .purchase .list .list_detail {
  padding: 3px 13px 33px 13px;
  border: 2px solid #fff;
  background: #fff;
}
@media only screen and (max-width: 1070px) {
  .cart_block .purchase .list .list_detail {
    border-width: 1px;
    padding: 5px 5px 30px;
  }
}
.cart_block .purchase .list img {
  width: 100%;
  margin-bottom: 10px;
}
.cart_block .purchase .list .product_name {
  line-height: 150%;
  min-height: 63px;
  color: #020202;
}
.cart_block .purchase .list .purchase_price {
  height: 30px;
  line-height: 30px;
  position: relative;
}
@media only screen and (max-width: 1070px) {
  .cart_block .purchase .list .purchase_price {
    font-size: 12px;
  }
}
.cart_block .purchase .list .purchase_price .original_price {
  position: absolute;
  left: 0;
  color: #969898;
}
.cart_block .purchase .list .purchase_price .price {
  position: absolute;
  right: 0;
  color: #020202;
}
.cart_block .purchase .list .select_block {
  margin-bottom: 10px;
}
.cart_block .purchase .list .select_block select, .cart_block .purchase .list .select_block label {
  width: 100%;
}
.cart_block .purchase .list .action {
  background: #FFF;
  text-align: center;
}
.cart_block .purchase .list .action label span {
  letter-spacing: 8px;
  text-indent: 8px;
}
.cart_block .purchase .list .action .checkbox_style {
  display: block;
  padding: 10px 0;
}
.cart_block .purchase .list .action .checkbox_style input[type=checkbox] {
  width: 100%;
  height: 100%;
}
.cart_block .purchase .list .action .checkbox_style .text_spacing8 {
  text-indent: 6px;
}
.cart_block .purchase .list .action .ui_btn {
  display: block;
  background: #554f56;
  border-color: #554f56;
  color: #fff;
}
.cart_block .purchase .list_select .list_detail {
  border-color: #ce0a0a;
}
.cart_block .ui_btn {
  font-size: 16px;
  display: inline-block;
  border: 1px solid;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: 4px;
  text-indent: 4px;
}
.cart_block .ui_btn:hover {
  opacity: 0.9;
  cursor: pointer;
}
.cart_block .ui_btn.btn_bg_grey {
  background: #554f56;
  border-color: #554f56;
  color: #fff;
}
.cart_block .ui_btn.btn_light_grey {
  background: #a0a0a0;
  border-color: #a0a0a0;
  color: #fff;
}
.cart_block .ui_btn.btn_bg_pink {
  background: #f9517f;
  border-color: #f9517f;
  color: #fff;
}
.cart_block .ui_btn.btn_bg_white {
  border-color: #a9a9a9;
  color: #999;
}
.cart_block .ui_btn.btn_bg_white2 {
  border-color: #c6c6c6;
  color: #c6c6c6;
}
.cart_block .ui_btn_link {
  position: relative;
}
.cart_block .ui_btn_link:after {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  border-color: #000;
}
.cart_block .cart_shipping .credit_card {
  padding-top: 10px;
  box-sizing: border-box;
  background: url("../img/card.png") no-repeat right top;
  background-size: 250px;
}
.cart_block .cart_shipping input[type="text"], .cart_block .cart_shipping input[type="password"], .cart_block .cart_shipping input[type="email"], .cart_block .cart_shipping select, .cart_block .cart_shipping textarea, .cart_block .cart_shipping .select_style, .cart_block .cart_shipping .ui_btn {
  width: 100%;
}
.cart_block .cart_shipping input[type="text"], .cart_block .cart_shipping input[type="password"], .cart_block .cart_shipping input[type="email"], .cart_block .cart_shipping select, .cart_block .cart_shipping .select_style, .cart_block .cart_shipping .sub_title_block, .cart_block .cart_shipping .radio_style_block, .cart_block .cart_shipping .ui_btn, .cart_block .cart_shipping .memo, .cart_block .cart_shipping .text_style, .cart_block .cart_shipping .recent, .cart_block .cart_shipping .checkbox_mult {
  margin-bottom: 20px;
}
.cart_block .cart_shipping .sub_title_block {
  border-bottom: 1px solid #dcdcdc;
}
.cart_block .cart_shipping .cart_action {
  margin: 20px 0;
}
.cart_block .cart_shipping .cart_action .ui_btn {
  width: -moz-calc(( ( 100% - 54px ) / 2) );
  width: -webkit-calc(( ( 100% - 54px ) / 2) );
  width: calc(( ( 100% - 54px ) / 2) );
  /**/
}
@media only screen and (max-width: 1070px) {
  .cart_block .cart_shipping .cart_action .ui_btn {
    width: -moz-calc(( ( 100% - 10px ) / 2) );
    width: -webkit-calc(( ( 100% - 10px ) / 2) );
    width: calc(( ( 100% - 10px ) / 2) );
  }
  .cart_block .cart_shipping .cart_action .ui_btn:first-child {
    letter-spacing: 2px;
  }
}
.cart_block .cart_shipping .radio_style_block {
  display: inline-block;
  cursor: pointer;
  margin-right: 20px;
  position: relative;
}
.cart_block .cart_shipping .radio_style_block .radio_style {
  margin-right: 10px;
}
.cart_block .cart_shipping .radio_style_block .radio_style, .cart_block .cart_shipping .radio_style_block .list_text {
  vertical-align: middle;
}
.cart_block .cart_shipping .radio_style_block input[type=radio]:checked ~ em {
  display: block;
}
.cart_block .cart_shipping .radio_style_block input[type=radio]:checked + .radio_style:after {
  top: 6px;
  left: 6px;
}
.cart_block .cart_shipping .radio_style_block .radio_style {
  display: inline-block;
}
.cart_block .cart_shipping .radio_style_block em {
  display: none;
  margin-top: 10px;
}
.cart_block .cart_shipping .radio_style_block em select,
.cart_block .cart_shipping .radio_style_block em .select_style {
  margin-bottom: 0;
}
.cart_block .cart_shipping .radio_style_block em input[type=text]:last-child {
  margin-bottom: 0;
}
.cart_block .cart_shipping .invoice_block .radio_style_block {
  width: 100%;
}
.cart_block .cart_shipping .shipping_info .ui_btn_link {
  border: 1px solid #a9a9a9;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  padding: 0 10px;
  letter-spacing: 0;
  text-indent: 0;
}
.cart_block .cart_shipping .shipping_info .shipping_item_title {
  padding-bottom: 10px;
}
.cart_block .cart_shipping .shipping_info .oversea_note {
  color: #999999;
  font-size: 14px;
  margin-bottom: 15px;
}
.cart_block .cart_shipping .shipping_info .oversea_note em {
  font-size: 20px;
  padding: 1px 14px 1px 8px;
}
.cart_block .cart_shipping .shipping_info .recent {
  border: 1px solid #5fc1c7;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  position: relative;
}
.cart_block .cart_shipping .shipping_info .recent a {
  color: #5fc1c7;
  display: block;
}
.cart_block .cart_shipping .shipping_info .recent:after {
  border-color: #5fc1c7;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
}
.cart_block .cart_shipping .shipping_info .memo {
  margin-bottom: 40px;
  position: relative;
}
.cart_block .cart_shipping .shipping_info .memo input[type=checkbox] {
  width: 45px;
}
.cart_block .cart_shipping .shipping_info .memo input[type=checkbox] + label span {
  padding-left: 0;
}
.cart_block .cart_shipping .shipping_info .memo input[type=checkbox] + label span:before {
  border: none;
  left: 34px;
  font-size: 16px;
  content: "+";
}
.cart_block .cart_shipping .shipping_info .memo input[type=checkbox]:checked + label span:before {
  content: "－";
  background: none;
}
.cart_block .cart_shipping .shipping_info .memo input[type=checkbox]:checked ~ textarea {
  display: block;
}
.cart_block .cart_shipping .shipping_info .memo textarea {
  display: none;
  font-size: 14px;
  box-sizing: border-box;
  padding: 10px;
  margin-top: 10px;
  height: 106px;
  line-height: 150%;
  box-shadow: 0 0.1rem 0 rgba(255, 255, 255, 0.5), 0 0.1rem 0 rgba(0, 0, 0, 0.07) inset;
}
.cart_block .cart_shipping .shipping_info .text_style {
  line-height: 180%;
}
.cart_block .cart_shipping .finish .note_block {
  margin-bottom: 70px;
  text-align: center;
}
.cart_block .cart_shipping .finish .note {
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 1070px) {
  .cart_block .shipping_address {
    width: -moz-calc(( 100% + 30px ));
    width: -webkit-calc(( 100% + 30px ));
    width: calc(( 100% + 30px ));
    margin-left: -15px !important;
  }
}
@media only screen and (max-width: 1070px) {
  .cart_block .shipping_address .sub_title_block {
    padding: 0 15px;
    margin-bottom: 0;
  }
}
.cart_block .shipping_address .sub_title_block .sub_title {
  color: #525252;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 8px;
  text-indent: 8px;
  position: relative;
}
@media only screen and (max-width: 1070px) {
  .cart_block .shipping_address .sub_title_block .sub_title {
    font-size: 16px;
    letter-spacing: 0px;
    text-indent: 0px;
    padding-top: 25px;
  }
}
.cart_block .shipping_address .sub_title_block .l-arrow:before {
  position: absolute;
  left: 2px;
  border-width: 2px;
  border-color: #000;
}
@media only screen and (min-width: 1070px) {
  .cart_block .shipping_address .sub_title_block .l-arrow:before {
    width: 13px;
    height: 13px;
    top: 6px;
  }
}
@media only screen and (max-width: 1070px) {
  .cart_block .shipping_address .sub_title_block .l-arrow:before {
    width: 12px;
    height: 12px;
    top: 27px;
  }
}
@media only screen and (max-width: 1070px) {
  .cart_block .shipping_address .address_list {
    background: #eeeeee;
  }
}
.cart_block .shipping_address .address_list li {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1070px) {
  .cart_block .shipping_address .address_list li {
    margin: 20px 0;
    border-bottom: 1px solid #dcdcdc;
  }
  .cart_block .shipping_address .address_list li:last-child {
    border-bottom: none;
  }
}
@media only screen and (max-width: 1070px) {
  .cart_block .shipping_address .address_list li {
    background: #fff;
    padding: 10px 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .cart_block .shipping_address .address_list li:last-child {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1070px) {
  .cart_block .shipping_address .address_list li .text_style, .cart_block .shipping_address .address_list li .del {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.cart_block .shipping_address .address_list li .text_style {
  text-align: left;
}
.cart_block .shipping_address .address_list li .ui_btn {
  width: 100%;
}
@media only screen and (max-width: 1070px) {
  .cart_block .shipping_address .address_list li .ui_btn {
    width: 40%;
    margin-bottom: 0;
  }
}
.cart_block .shipping_address .address_list li .del {
  position: absolute;
  top: 0;
  right: 0px;
}
@media only screen and (max-width: 1070px) {
  .cart_block .shipping_address .address_list li .del {
    top: 10px;
  }
}
.cart_block .shipping_address .address_list li .del img {
  width: 16px;
  height: 16px;
}
.cart_block .finish .text_style {
  padding-left: 10px;
  line-height: 180%;
}
.cart_block .finish .text_style,
.cart_block .finish .intro {
  margin-bottom: 10px;
}
.cart_block .finish .intro {
  border: 1px solid #000;
  padding: 10px 15px;
  line-height: 200%;
  font-weight: bolder;
}
.cart_block .finish .intro .atm span:first-child {
  padding-right: 6px;
}
.cart_block .finish .intro .member-arrow {
  position: relative;
}
.cart_block .finish .intro .member-arrow.r-arrow:after {
  border-color: #000;
  margin-right: 7px;
}
.cart_block .finish .remind_block {
  margin-bottom: 30px;
}
.cart_block .finish .remind_block .remind_slogan {
  border: 1px solid #5fc1c7;
  display: flex;
  align-items: flex-end;
  padding: 15px 20px 0;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1070px) {
  .cart_block .finish .remind_block .remind_slogan {
    align-items: center;
  }
}
.cart_block .finish .remind_block .remind_slogan span {
  flex: 1;
}
.cart_block .finish .remind_block .remind_slogan span img {
  vertical-align: bottom;
}
@media only screen and (max-width: 1070px) {
  .cart_block .finish .remind_block .remind_slogan span img {
    width: 95%;
  }
}
.cart_block .finish .remind_block .remind_slogan span .remind_img_m {
  display: none;
}
.cart_block .finish .remind_block .remind_slogan span:last-child {
  line-height: 180%;
  padding-bottom: 15px;
}
.cart_block .finish .remind_block .remind_text {
  background: #f6f4f4;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 160%;
}
.cart_block .finish .remind_block .remind_text .remind_list {
  padding-left: 18px;
}
.cart_block .finish .remind_block .remind_text .remind_list li {
  position: relative;
}
.cart_block .finish .remind_block .remind_text .remind_list li:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: -14px;
  background: #000;
  border-radius: 50%;
}
.cart_block .finish .remind_block .remind_text .member-arrow {
  position: relative;
}
.cart_block .finish .remind_block .remind_text .member-arrow.r-arrow:after {
  width: 6px;
  height: 6px;
  border-color: #000;
  margin-right: 3px;
}
.cart_block .finish .ui_btn {
  width: 100%;
  margin: 20px 0 30px 0;
}
.cart_block .form_master {
  margin: 0 auto;
  position: relative;
}
.cart_block .form_master input[type="text"], .cart_block .form_master input[type="password"], .cart_block .form_master input[type="email"], .cart_block .form_master select, .cart_block .form_master textarea {
  border: 1px solid #a9a9a9;
  border-radius: 3px;
  height: 40px;
  padding: 5px 10px;
}
.cart_block .form_master input[type="text"], .cart_block .form_master input[type="password"], .cart_block .form_master input[type="email"], .cart_block .form_master textarea, .cart_block .form_master select + label,
.cart_block .form_master .checkbox_mult input[type=checkbox] + label {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: 0 0.1rem 0 rgba(255, 255, 255, 0.5), 0 0.1rem 0 rgba(0, 0, 0, 0.07) inset;
  outline: 0;
  font-family: Helvetica,  'Ubuntu', sans-serif, "微軟正黑體";
}
.cart_block .form_master input[type="text"], .cart_block .form_master input[type="password"], .cart_block .form_master input[type="email"], .cart_block .form_master textarea {
  font-size: 14px;
}
.cart_block .form_master select {
  opacity: 0;
  position: absolute;
  margin-top: -2px;
  z-index: 200;
  cursor: pointer;
}
.cart_block .form_master select + label {
  border: 1px solid #a9a9a9;
  display: inline-block;
  box-sizing: border-box;
  height: 40px;
  padding: 0px 28px 0 15px;
  border-radius: 3px;
  position: relative;
  line-height: 38px;
}
.cart_block .form_master select + label:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  right: 10px;
  top: -moz-calc((50% - 4px));
  top: -webkit-calc((50% - 4px));
  top: calc((50% - 4px));
}
.cart_block .form_master input[type=radio] {
  visibility: hidden;
  width: 18px;
  height: 18px;
  top: -moz-calc(( 50% - 9px ));
  top: -webkit-calc(( 50% - 9px ));
  top: calc(( 50% - 9px ));
  left: -moz-calc(( 50% - 9px ));
  left: -webkit-calc(( 50% - 9px ));
  left: calc(( 50% - 9px ));
  position: absolute;
}
.cart_block .form_master input[type=radio] + .radio_style {
  display: inline-block;
  border: 1px solid #a9a9a9;
  cursor: pointer;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
}
.cart_block .form_master input[type=radio]:checked + .radio_style:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -moz-calc(( 50% - 4px ));
  top: -webkit-calc(( 50% - 4px ));
  top: calc(( 50% - 4px ));
  left: -moz-calc(( 50% - 4px ));
  left: -webkit-calc(( 50% - 4px ));
  left: calc(( 50% - 4px ));
  width: 8px;
  height: 8px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #585858;
  box-sizing: border-box;
}
.cart_block .form_master input[type=checkbox] {
  opacity: 0;
  width: 16px;
  height: 18px;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: scale(1);
  z-index: 1000;
  cursor: pointer;
}
.cart_block .form_master input[type=checkbox] + label {
  display: block;
  cursor: pointer;
}
.cart_block .form_master input[type=checkbox] + label span {
  padding-left: 34px;
  position: relative;
}
.cart_block .form_master input[type=checkbox] + label span:before {
  content: '';
  background: #fff;
  border: 1px solid #a9a9a9;
  border-radius: 3px;
  display: block;
  height: 20px;
  left: 0px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
}

}
.cart_block .form_master .checked_none input[type=checkbox] + label span:before {
  background: #FFF !important;
}
.cart_block .form_master .error {
  border-color: #a64244 !important;
}
.cart_block .form_master .error + div.error_msg {
  display: block;
}
.cart_block .form_master .error + div.error_msg:after {
  content: '!';
  color: #fff;
  background: #a64244;
  width: 23px;
  height: 23px;
  display: inline-block;
  text-align: center;
  line-height: 23px;
  border: 1px solid #a64244;
  border-radius: 12px;
  position: absolute;
  top: -32px;
  right: 5px;
}
.cart_block .form_master .error > .error_msg {
  display: block;
}
.cart_block .form_master div.error + div.error_msg {
  display: block;
}
.cart_block .form_master .title {
  padding: 20px 0 20px 10px;
}
.cart_block .form_master .title h3 {
  font-size: 20px;
  font-weight: bolder;
  color: #333333;
  letter-spacing: 5px;
}
.cart_block .form_master .title .title_intro {
  line-height: 120%;
  font-size: 13px;
  margin: 20px 0;
}
.cart_block .form_master .checkbox_mult input[type=checkbox] + label {
  display: inline-block;
  margin-right: 6px;
  border: #a9a9a9;
  text-align: center;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #A9A9B7;
}
.cart_block .form_master .checkbox_mult input[type=checkbox] + label span {
  padding-left: 0;
  line-height: 40px;
  position: relative;
}
.cart_block .form_master .checkbox_mult input[type=checkbox] + label span:before {
  border: none;
}
.cart_block .form_master .checkbox_mult input[type=checkbox]:checked + label {
  border-color: #000;
}
.cart_block .form_master .checkbox_mult input[type=checkbox]:checked + label span {
  padding-left: 20px;
}
.cart_block .form_master .checkbox_mult label:nth-of-type(even) {
  margin-right: 0 !important;
}
.cart_block .form_master .checkbox_2 {
  position: relative;
}
.cart_block .form_master .checkbox_2 input[type=checkbox] + label {
  width: -moz-calc(((100% - 10px) / 2));
  width: -webkit-calc(((100% - 10px) / 2));
  width: calc(((100% - 10px) / 2));
}
.cart_block .form_master .input_mult {
  display: inline-block;
  margin-right: 6px;
}
.cart_block .form_master .input_mult:first-child {
  margin-left: 0;
}
.cart_block .form_master .dropdown_mult {
  display: flex;
}
.cart_block .form_master .dropdown_mult .dropdown_item {
  position: relative;
  flex: 1;
  margin: 0;
}
.cart_block .form_master .dropdown_mult .dropdown_item:first-child {
  margin-right: 10px;
}
.cart_block .form_master .input_2 {
  width: -moz-calc(((100% - 10px) / 2));
  width: -webkit-calc(((100% - 10px) / 2));
  width: calc(((100% - 10px) / 2));
  position: relative;
}
.cart_block .form_master .input_2 .second {
  position: absolute;
  top: 9px;
  right: -82px;
}
.cart_block .form_master .error_msg {
  display: none;
  color: #a64244;
  padding: 10px;
  margin-top: -20px;
  position: relative;
}

.fancybox {
  background: url(../img/Square.PNG);
  z-index: 500;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
.fancybox .ui_btn {
  background: #554f56;
  font-size: 16px;
  display: block;
  font-weight: bolder;
  color: #fff;
  height: 40px;
  line-height: 40px;
  letter-spacing: 1px;
  text-indent: 1px;
  box-sizing: border-box;
  border: 1px solid #554f56;
}
.fancybox ul {
  background: #fff;
  width: 270px;
  position: fixed;
  height: auto;
  display: block;
  opacity: 1;
  z-index: 505;
  top: -moz-calc((50% - 190px));
  top: -webkit-calc((50% - 190px));
  top: calc((50% - 190px));
  left: -moz-calc((50% - 135px));
  left: -webkit-calc((50% - 135px));
  left: calc((50% - 135px));
}
.fancybox ul li:first-child {
  padding: 50px 25px;
  line-height: 200%;
  color: #000;
}
.fancybox ul li:last-child {
  padding: 25px 15px;
  background: #f8f3f0;
}

.animation, .main-page .btns-section .btns-list li a, .main-page .menu ul li, .main-page .menu ul li a {
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.w-bg {
  background: #fff;
}

.wrap-container {
  padding-top: 30px;
}

.main-page {
  width: 750px;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1070px) {
  .main-page {
    width: 100%;
    padding: 0 10px 40px;
  }
}
.main-page .top-title, .main-page .bottom-button {
  position: relative;
}
.main-page .top-title a, .main-page .bottom-button a {
  display: block;
}
.main-page .top-title {
  height: 36px;
  margin-bottom: 45px;
  line-height: 36px;
  text-align: center;
}
.main-page .top-title:after {
  content: '';
  display: block;
  margin-top: 15px;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (max-width: 1070px) {
  .main-page .top-title:after {
    margin-top: 12px;
  }
}
.main-page .top-title a {
  letter-spacing: 8px;
  font-size: 24px;
}
@media only screen and (max-width: 1070px) {
  .main-page .top-title a {
    padding-top: 3px;
    font-size: 22px;
  }
}
.main-page .top-title .l-arrow:before {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.main-page .locate {
  display: inline-block;
  width: 23px;
  margin-right: 40px;
  vertical-align: -7px;
}
.main-page .file {
  font-size: 16px;
}
.main-page .file span {
  display: inline-block;
  width: 19px;
  margin-right: 40px;
  vertical-align: -2px;
}
.main-page .bottom-button {
  height: 55px;
  line-height: 55px;
  margin-top: 15px;
  border: 1px solid #c6c6c6;
  font-size: 22px;
}
@media only screen and (max-width: 1070px) {
  .main-page .bottom-button {
    font-size: 18px;
  }
}
.main-page .bottom-button a {
  padding: 0 60px;
  letter-spacing: 4px;
}
@media only screen and (max-width: 1070px) {
  .main-page .bottom-button a {
    padding: 0 20px;
  }
}
.main-page .bottom-button .r-arrow:after {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.main-page .contact-info {
  padding: 10px 60px 30px;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (max-width: 1070px) {
  .main-page .contact-info {
    margin: 0 -10px;
    padding: 10px 30px 30px;
    border-bottom: 12px solid #eee;
  }
}
.main-page .contact-info .wrap-table {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 1070px) {
  .main-page .contact-info .wrap-table {
    font-size: 14px;
  }
}
.main-page .contact-info .cell-attr {
  display: table-cell;
  padding-top: 15px;
  vertical-align: top;
}
.main-page .contact-info .cell-attr:first-child {
  width: 65px;
}
.main-page .contact-info .cell-attr img {
  width: auto;
}
.main-page .contact-info .cell-attr .txt {
  margin-top: 10px;
}
.main-page .btns-section .title {
  padding: 30px 60px 25px;
  font-weight: bold;
}
@media only screen and (max-width: 1070px) {
  .main-page .btns-section .title {
    padding: 30px 20px 25px;
  }
}
.main-page .btns-section .title img {
  display: inline-block;
  vertical-align: middle;
}
.main-page .btns-section .btns-list li {
  display: block;
  position: relative;
  margin-top: -1px;
}
.main-page .btns-section .btns-list li:first-child {
  margin-top: 0;
}
.main-page .btns-section .btns-list li:first-child a {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
@media only screen and (max-width: 1070px) {
  .main-page .btns-section .btns-list li:first-child a {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
  }
}
.main-page .btns-section .btns-list li:last-child a {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media only screen and (max-width: 1070px) {
  .main-page .btns-section .btns-list li:last-child a {
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.main-page .btns-section .btns-list li a {
  display: block;
  height: 55px;
  padding: 0 124px;
  line-height: 55px;
  border: 1px solid #c6c6c6;
  letter-spacing: 1px;
}
@media only screen and (min-width: 1070px) {
  .main-page .btns-section .btns-list li a:hover {
    background: #FFF;
  }
}
@media only screen and (max-width: 1070px) {
  .main-page .btns-section .btns-list li a {
    padding: 0 20px;
    border: 0;
    border-top: 1px solid #c6c6c6;
    font-size: 14px;
  }
}
.main-page .btns-section .btns-list li .r-arrow:after {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 20px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
@media only screen and (max-width: 1070px) {
  .main-page .btns-section .btns-list li .r-arrow:after {
    right: 10px;
  }
}
.main-page .btn a {
  display: block;
  padding: 10px;
  text-align: center;
  letter-spacing: 7px;
  color: #fff;
  font-weight: bold;
  background: #554f56;
}
@media only screen and (min-width: 1070px) {
  .main-page .btn a:hover {
    background: #777278;
  }
}
.main-page .menu {
  margin: 30px 0 0;
}
@media only screen and (max-width: 1070px) {
  .main-page .menu {
    margin: 30px -10px 0 -14px;
  }
}
.main-page .menu ul {
  background: #FFF;
}
@media only screen and (max-width: 1070px) {
  .main-page .menu ul {
    margin-left: 4px;
  }
}
.main-page .menu ul li {
  display: inline-block;
  margin-left: -5px;
  padding: 10px 0;
  vertical-align: middle;
  border-bottom: 2px solid transparent;
}
.main-page .menu ul li:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 1070px) {
  .main-page .menu ul li:hover {
    border-bottom: 2px solid #00a9e1;
  }
  .main-page .menu ul li:hover a {
    color: #00a9e1;
  }
}
@media only screen and (max-width: 1070px) {
  .main-page .menu ul li {
    width: 33.3333%;
  }
  .main-page .menu ul li:last-child a {
    border-right: 0;
  }
}
.main-page .menu ul li a {
  display: block;
  min-width: 145px;
  padding: 10px 15px 6px;
  border-right: 1px solid #a5a5a5;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1070px) {
  .main-page .menu ul li a {
    min-width: 100%;
    padding: 10px 0;
  }
}
.main-page .menu ul .selected {
  border-bottom: 2px solid #00a9e1;
}
.main-page .menu ul .selected a {
  color: #00a9e1;
}

.with-dots {
  margin-left: 19px;
}
.with-dots > li {
  display: block;
  position: relative;
  list-style-type: none;
}
.with-dots > li:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 8px;
  left: -14px;
  background: #000;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.with-dots.gray-color > li:before {
  background: #525252;
}

.with-square {
  margin-left: 19px;
}
.with-square > li {
  display: block;
  position: relative;
  list-style-type: none;
}
.with-square > li:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 9px;
  left: -14px;
  background: #000;
}

.with-nums {
  margin-left: 19px;
}
.with-nums > li {
  display: list-item;
  position: relative;
  list-style-type: decimal;
}

.with-nums > li, .with-dots > li, .with-square > li {
  margin-top: 20px;
}
.with-nums > li:first-child, .with-dots > li:first-child, .with-square > li:first-child {
  margin-top: 0;
}

.no-margin > li {
  margin-top: 0;
}

.gray-color {
  color: #525252;
}

.process-arrow {
  position: relative;
}
.process-arrow:before, .process-arrow:after {
  content: '';
  display: block;
  position: absolute;
}
.process-arrow:before {
  width: 8px;
  height: 8px;
  top: -7px;
  left: 4px;
  background: #000;
}
.process-arrow:after {
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #000 transparent transparent transparent;
}

.red {
  color: #00a9e1;
}

.process-arrow.red:before {
  background: #00a9e1;
}
.process-arrow.red:after {
  border-color: #00a9e1 transparent transparent transparent;
}

.process-flow > li {
  margin-top: 45px;
}
.process-flow .process-arrow {
  display: block;
  margin: 20px 0 0 26px;
}

.paragraph-attr {
  padding: 0 15px 40px;
  border-top: 1px solid #e5e5e5;
}
@media only screen and (max-width: 1070px) {
  .paragraph-attr {
    margin: 0 -10px;
    padding: 0 10px 40px;
    border-top: 10px solid #e5e5e5;
  }
}
.paragraph-attr .sp-note {
  font-weight: bold;
}
.paragraph-attr a {
  color: #5fc1c7;
}
.paragraph-attr .black-a {
  color: #000;
}
.paragraph-attr .with-nums > li {
  font-weight: bold;
}
.paragraph-attr .with-nums > li > * {
  font-weight: normal;
}
.paragraph-attr .sp-title {
  margin: 55px 0 0;
  font-size: 24px;
  letter-spacing: 10px;
  text-align: center;
}
.paragraph-attr .title {
  margin: 40px 0 20px;
  font-weight: bold;
  font-size: 16px;
}
.paragraph-attr .title .en {
  display: inline-block;
  margin-left: 10px;
  color: #a0a0a0;
  font-size: 14px;
}
@media only screen and (max-width: 1070px) {
  .paragraph-attr .m-line {
    margin: 40px -10px 20px;
    padding: 40px 10px 0;
    border-top: 1px solid #e5e5e5;
  }
}
.paragraph-attr .all-line {
  margin: 40px -10px 20px;
  padding: 40px 10px 0;
  border-top: 1px solid #e5e5e5;
}
.paragraph-attr .compare-chart {
  width: 100%;
  max-width: 720px;
}
.paragraph-attr .compare-chart th, .paragraph-attr .compare-chart td {
  width: 180px;
  border: 1px solid #838383;
  text-align: center;
  line-height: 180%;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1070px) {
  .paragraph-attr .compare-chart th, .paragraph-attr .compare-chart td {
    width: 25%;
  }
}
.paragraph-attr .compare-chart th {
  padding: 12px 15px 9px;
  font-weight: bold;
}
@media only screen and (max-width: 1070px) {
  .paragraph-attr .compare-chart th {
    padding: 12px 5px 9px;
  }
}
.paragraph-attr .compare-chart th div {
  display: table;
  width: 100%;
  height: 38px;
  margin-top: 5px;
}
.paragraph-attr .compare-chart th div span {
  display: table-cell;
  color: #a0a0a0;
  font-size: 12px;
  line-height: 160%;
  vertical-align: middle;
}
.paragraph-attr .compare-chart td {
  padding: 12px 15px;
  font-size: 14px;
  vertical-align: middle;
}
@media only screen and (max-width: 1070px) {
  .paragraph-attr .compare-chart td {
    padding: 12px 5px;
    font-size: 12px;
  }
}
.paragraph-attr p, .paragraph-attr ul li, .paragraph-attr div {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 180%;
}
.paragraph-attr p, .paragraph-attr > div {
  margin-top: 20px;
}
.paragraph-attr p {
  font-weight: bold;
}
.paragraph-attr .bold-f {
  font-weight: bold !important;
}
.paragraph-attr .normal-f {
  font-weight: normal !important;
}
.paragraph-attr .normal-f > li {
  font-weight: normal !important;
}
.paragraph-attr .coin-img {
  width: 725px;
  margin-top: 20px;
}
@media only screen and (max-width: 1070px) {
  .paragraph-attr .coin-img {
    width: 100%;
  }
}
.paragraph-attr .coin-img span {
  display: inline-block;
  width: 349px;
}
@media only screen and (max-width: 1070px) {
  .paragraph-attr .coin-img span {
    display: block;
    width: 100%;
  }
}
.paragraph-attr .coin-img span:last-child {
  margin-left: 20px;
}
@media only screen and (max-width: 1070px) {
  .paragraph-attr .coin-img span:last-child {
    margin: 20px 0 0;
  }
}

.paragraph-attr.no-border {
  border-top: 0;
}

@media only screen and (max-width: 1070px) {
  .vip-container {
    font-size: 14px;
  }
}
.vip-container .page-title {
  margin-top: 45px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1070px) {
  .vip-container .page-title {
    font-size: 18px;
  }
}
.vip-container .page-title span {
  display: block;
  margin: 15px 0 25px;
  color: #999;
  font-size: 22px;
  font-weight: normal;
}
@media only screen and (max-width: 1070px) {
  .vip-container .page-title span {
    margin: 5px 0 25px;
    font-size: 16px;
  }
}
.vip-container .page-title span:before, .vip-container .page-title span:after {
  content: '';
  display: inline-block;
  width: 20px;
  margin: 0 10px;
  vertical-align: middle;
  border-top: 3px solid #c6c6c6;
}
.vip-container .pink-bg {
  background: #fedbe5;
}
.vip-container .join-note {
  padding: 40px 130px;
  line-height: 180%;
}
@media only screen and (max-width: 1070px) {
  .vip-container .join-note {
    margin: 0 -10px;
    padding: 20px;
  }
}

.gap {
  margin-top: 20px;
}

.gap10 {
  margin-top: 10px !important;
}

.delivery-container .compare-chart th, .delivery-container .compare-chart td {
  width: 240px;
  padding: 10px 20px;
}
@media only screen and (max-width: 1070px) {
  .delivery-container .compare-chart th, .delivery-container .compare-chart td {
    width: 33.33%;
    padding: 10px 5px;
  }
}
.delivery-container .compare-chart th {
  background: #FFF;
}
.delivery-container .compare-chart .w1, .delivery-container .compare-chart .w3 {
  text-align: left;
}

.goods-container .main-page {
  padding-bottom: 0;
}
@media only screen and (max-width: 1070px) {
  .goods-container .main-page .top-title a {
    letter-spacing: 0;
  }
  .goods-container .main-page .bottom-button a {
    letter-spacing: 2px;
  }
  .goods-container .main-page .file span {
    margin-right: 20px;
  }
}
.goods-container .compare-chart td {
  padding: 22px 15px;
}
@media only screen and (max-width: 1070px) {
  .goods-container .compare-chart td {
    padding: 22px 10px;
  }
}
.goods-container .compare-chart .w1 {
  width: 155px;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 1070px) {
  .goods-container .compare-chart .w1 {
    width: 30%;
  }
}
.goods-container .compare-chart .w2 {
  width: 573px;
  text-align: left;
}
@media only screen and (max-width: 1070px) {
  .goods-container .compare-chart .w2 {
    width: 70%;
  }
}
.goods-container .qa-attr {
  margin-left: 30px;
}
.goods-container .qa-attr li {
  padding-left: 7px;
}
.goods-container .qa-attr li:before {
  content: 'Q';
  display: inline-block;
  position: absolute;
  top: 0;
  left: -30px;
}
.goods-container .qa-attr li .answer {
  position: relative;
}
.goods-container .qa-attr li .answer:before {
  content: '答：';
  display: inline-block;
  position: absolute;
  top: 0;
  left: -37px;
  font-weight: bold;
}
.goods-container .goods-attr {
  width: 720px;
  margin-left: -32px;
}
@media only screen and (max-width: 1070px) {
  .goods-container .goods-attr {
    width: 109%;
    width: -moz-calc(( 100% + 32px ));
    width: -webkit-calc(( 100% + 32px ));
    width: calc(( 100% + 32px ));
  }
}
.goods-container .goods-attr th {
  padding: 12px 32px 9px;
  background: #FFF;
}
@media only screen and (max-width: 1070px) {
  .goods-container .goods-attr th {
    padding: 12px 10px 9px;
  }
}
.goods-container .goods-attr td {
  padding: 5px 32px;
}
@media only screen and (max-width: 1070px) {
  .goods-container .goods-attr td {
    padding: 10px 10px;
  }
}
.goods-container .goods-attr .w1 {
  width: 395px;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
}
@media only screen and (max-width: 1070px) {
  .goods-container .goods-attr .w1 {
    width: 60%;
  }
}
.goods-container .goods-attr .w1 > div {
  padding-bottom: 5px;
  font-size: 16px;
}
.goods-container .goods-attr .w2 {
  width: 325px;
}
@media only screen and (max-width: 1070px) {
  .goods-container .goods-attr .w2 {
    width: 40%;
  }
}
.goods-container .goods-pic {
  width: 727px;
  margin: 30px 0 30px -32px;
}
@media only screen and (max-width: 1070px) {
  .goods-container .goods-pic {
    width: 109%;
    width: -moz-calc(( 100% + 32px ));
    width: -webkit-calc(( 100% + 32px ));
    width: calc(( 100% + 32px ));
    margin: 30px 0 30px -32px;
  }
}
.goods-container .contact-info {
  padding: 0;
  border-bottom: 0;
}
@media only screen and (max-width: 1070px) {
  .goods-container .contact-info {
    padding: 10px 10px 0;
  }
}
.goods-container .contact-info .cell-attr:first-child {
  width: 55px;
}
.goods-container .contact-info .wrap-table.team {
  margin: 10px 0;
}
.goods-container .contact-info .wrap-table.team .cell-attr {
  width: 365px;
}
@media only screen and (max-width: 1070px) {
  .goods-container .contact-info .wrap-table.team .cell-attr {
    display: block;
    width: 100%;
    max-width: 420px;
    padding-left: 55px;
    padding-top: 5px;
  }
  .goods-container .contact-info .wrap-table.team .cell-attr img {
    width: 100%;
  }
}
.goods-container .gray-note {
  color: #a0a0a0;
  text-align: center;
}
.goods-container .gray-note span {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}
@media only screen and (max-width: 1070px) {
  .goods-container .gray-note span {
    display: block;
  }
}
.goods-container .all-line {
  padding: 20px 10px 0;
}

.news-container .btns-section .btns-list li:nth-child(2n+1) a {
  background: #FFF;
}
@media only screen and (min-width: 1070px) {
  .news-container .btns-section .btns-list li:nth-child(2n+1) a:hover {
    background: #FFF;
  }
}
.news-container .btns-section .btns-list li a {
  height: auto;
  padding: 15px 40px;
  line-height: 150%;
}
@media only screen and (min-width: 1070px) {
  .news-container .btns-section .btns-list li a:hover {
    background: #fff;
  }
}
@media only screen and (max-width: 1070px) {
  .news-container .btns-section .btns-list li a {
    padding: 15px 20px;
  }
}
.news-container .btns-section .btns-list li a > span {
  display: block;
}
.news-container .btns-section .time {
  font-size: 14px;
  color: #999;
}
.news-container .index-pagination .pc-ver {
  margin-bottom: -30px;
  padding: 30px 0 0;
}
.news-container .index-pagination .m-ver .btn {
  min-width: 100%;
  padding: 10px;
}
.news-container .index-pagination .m-ver .btn:after {
  position: relative;
  margin-left: 10px;
  right: auto;
}

@media only screen and (max-width: 1070px) {
  .horoscope-container .main-page .top-title a {
    letter-spacing: 1px;
  }
}
.horoscope-container .list-row li {
  display: table;
  padding: 35px 0;
  border-top: 1px solid #e5e5e5;
}
@media only screen and (max-width: 1070px) {
  .horoscope-container .list-row li {
    display: block;
    margin: 0 -10px;
    padding: 35px 10px;
  }
}
.horoscope-container .list-row li:first-child {
  padding: 10px 0 35px;
  border-top: 0;
}
@media only screen and (max-width: 1070px) {
  .horoscope-container .list-row li:first-child {
    padding: 10px 10px 35px;
  }
}
.horoscope-container .list-row li > div {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 1070px) {
  .horoscope-container .list-row li > div {
    display: block;
  }
}
.horoscope-container .list-row li .img-attr {
  width: 195px;
  text-align: center;
}
@media only screen and (max-width: 1070px) {
  .horoscope-container .list-row li .img-attr {
    width: 100%;
  }
}
.horoscope-container .list-row li .img-attr .img {
  width: 89px;
  margin: 0 auto;
}
.horoscope-container .list-row li .img-attr .sign {
  margin-top: 20px;
  font-size: 22px;
  color: #525252;
  font-weight: bold;
}
@media only screen and (max-width: 1070px) {
  .horoscope-container .list-row li .img-attr .sign {
    font-size: 16px;
  }
}
.horoscope-container .list-row li .img-attr .date {
  margin-top: 10px;
  color: #a0a0a0;
}
@media only screen and (max-width: 1070px) {
  .horoscope-container .list-row li .img-attr .date {
    font-size: 14px;
  }
}
.horoscope-container .list-row li .txt-attr {
  width: 535px;
  padding-left: 20px;
}
@media only screen and (max-width: 1070px) {
  .horoscope-container .list-row li .txt-attr {
    width: 100%;
    padding-left: 0;
  }
}
.horoscope-container .list-row li .txt-attr .title {
  margin-bottom: -10px;
  line-height: 140%;
  font-weight: bold;
}
@media only screen and (max-width: 1070px) {
  .horoscope-container .list-row li .txt-attr .title {
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
  }
}
.horoscope-container .list-row li .txt-attr p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 170%;
}

.anti-fraud-container .step-container {
  border: 1px solid #00a9e1;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.anti-fraud-container .step-container .title {
  margin: 30px 0 20px;
  color: #525252;
  text-align: center;
  letter-spacing: 3px;
}
.anti-fraud-container .step-container .title .main {
  color: #000;
  font-size: 24px;
  letter-spacing: 1px;
}
.anti-fraud-container .step-container .step-attr {
  margin: 0 20px 0 65px;
  padding: 15px 0 35px;
}
.anti-fraud-container .step-container .step-attr > li {
  max-width: 305px;
  font-size: 16px;
  list-style-type: none;
}
.anti-fraud-container .step-container .step-attr > li:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: -5px;
  left: -45px;
  font-style: italic;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background: #000;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.anti-fraud-container .step-container .step-attr > li i {
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
}
.anti-fraud-container .step-container .step-attr > li > span {
  display: block;
  margin-bottom: 22px;
}
.anti-fraud-container .step-container .step-attr > li > div {
  margin-left: -37px;
}
.anti-fraud-container .step-container .step-attr > li > div > span {
  font-size: 16px;
}
.anti-fraud-container .step-container .step-attr > li .gap10.sp {
  margin-left: -50px;
}

.anti-fraud-container .step-container .step-attr > li:nth-child(1):before {
  content: "1";
}

.anti-fraud-container .step-container .step-attr > li:nth-child(2):before {
  content: "2";
}

.anti-fraud-container .step-container .step-attr > li:nth-child(3):before {
  content: "3";
}

.anti-fraud-container .step-container .step-attr > li:nth-child(4):before {
  content: "4";
}

.anti-fraud-container .step-container .step-attr > li:nth-child(5):before {
  content: "5";
}

.anti-fraud-container .step-container .step-attr > li:nth-child(6):before {
  content: "6";
}

.store-info-container .kv {
  max-width: 750px;
  margin: -29px 0 0;
}
@media only screen and (max-width: 1070px) {
  .store-info-container .kv {
    margin: -29px -10px 0;
  }
}
@media only screen and (max-width: 1070px) {
  .store-info-container .paragraph-attr.no-border {
    padding: 0 10px 25px;
  }
}
.store-info-container .menu a {
  color: #000;
  font-size: 16px;
}
.store-info-container .menu .sections {
  display: none;
  margin: 20px 0;
}
@media only screen and (max-width: 1070px) {
  .store-info-container .menu .sections {
    margin: 20px 0 0;
  }
}
.store-info-container .menu .sections a {
  padding: 5px 19px;
  font-size: 14px;
}
@media only screen and (min-width: 1070px) {
  .store-info-container .menu .sections a:hover {
    color: #00a9e1;
  }
}
.store-info-container .menu .sections .selected {
  color: #00a9e1;
}
.store-info-container .addr-wraper .paragraph-attr {
  padding: 0 0 40px;
}
@media only screen and (max-width: 1070px) {
  .store-info-container .addr-wraper .paragraph-attr {
    padding: 0;
  }
}
.store-info-container .addr-wraper .paragraph-attr:first-child {
  border-top: 0;
}
@media only screen and (max-width: 1070px) {
  .store-info-container .addr-wraper .paragraph-attr:first-child {
    border-top: 2px solid #e5e5e5;
  }
}
.store-info-container .address-container li {
  display: block;
  margin-top: -1px;
  padding: 35px 0 0 45px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (max-width: 1070px) {
  .store-info-container .address-container li {
    padding: 35px 0 0 15px;
  }
}
.store-info-container .address-container li .info {
  margin-bottom: 7px;
}
@media only screen and (max-width: 1070px) {
  .store-info-container .address-container li .info {
    margin-bottom: 0;
  }
}
.store-info-container .address-container li .info .img, .store-info-container .address-container li .info .txt {
  display: inline-block;
  vertical-align: top;
}
.store-info-container .address-container li .info .img {
  width: 120px;
  margin-right: 30px;
}
@media only screen and (max-width: 1070px) {
  .store-info-container .address-container li .info .img {
    width: 90px;
  }
}
.store-info-container .address-container li .info .txt {
  width: 55%;
}
.store-info-container .address-container li .info .txt > *:last-child {
  margin-bottom: 0;
}
.store-info-container .address-container li .info .txt > em, .store-info-container .address-container li .info .txt > span {
  display: block;
  margin-bottom: 10px;
  line-height: 140%;
}
.store-info-container .address-container li .info .txt > em {
  font-size: 16px;
  font-weight: bold;
}
.store-info-container .address-container li .goto .r-arrow {
  display: block;
  position: relative;
  padding: 20px 40px 20px 25px;
  color: #00a9e1;
  font-size: 16px;
}
.store-info-container .address-container li .goto .r-arrow:after {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.store-info-container .address-container li .goto .locate {
  width: 20px;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: 0;
}

.member {
  padding-top: 8px;
}
.member .wrap_full_750 {
  background: #fff;
}
.member .title {
  padding: 24px 0 24px 10px !important;
}
.member .title h2 {
  font-size: 24px;
  font-weight: bolder;
  color: #333333;
  letter-spacing: 5px;
}
.member .top_img img, .member .footer_img img {
  width: 100%;
  vertical-align: middle;
}
.member .login {
  position: relative;
}
@media only screen and (min-width: 1070px) {
  .member .login .cart_block {
    padding: 0 25px 25px 25px;
    position: absolute;
    top: 20px;
    left: 60%;
    left: -moz-calc((50% + 134px));
    left: -webkit-calc((50% + 134px));
    left: calc((50% + 134px));
    width: 400px;
    border-radius: 3px;
    border: 1px solid #dde1e7;
  }
}
.member .login .cart_block .fb {
  padding: 20px 0 0;
  border-top: 1px solid #dde1e7;
  margin: 18px 0 0;
}
.member .login .cart_block .fb .ui_btn {
  background: #5e76b3;
  border: 1px solid #5e76b3;
  padding-left: 10px;
  letter-spacing: 1px;
  position: relative;
}
.member .login .cart_block .fb .ui_btn .bg-fb:before {
  background: url(../img/HOOK.PNG) no-repeat center center;
  color: #fff;
  content: '';
  display: block;
  width: 12px;
  height: 21px;
  position: absolute;
  top: -moz-calc(( 50% - 9px ) );
  top: -webkit-calc(( 50% - 9px ) );
  top: calc(( 50% - 9px ) );
  left: -moz-calc(( 50% - 90px ) );
  left: -webkit-calc(( 50% - 90px ) );
  left: calc(( 50% - 90px ) );
}
.member .login .quick_link {
  padding: 0 10px;
}
.member .login .quick_link a:first-child {
  float: left;
  font-weight: bolder;
}
.member .login .quick_link a:last-child {
  float: right;
  color: #a7a7a7;
}
.member .join .ui_btn, .member .foregt .ui_btn {
  letter-spacing: 25px;
  text-indent: 25px;
}
.member .join .second input[type="checkbox"] {
  width: 100% !important;
}
.member .join .checkbox_2 label span:before {
  width: 0 !important;
}
.member .join .checkbox_2 .icon-checkmark span:before {
  width: 20px !important;
}
.member .join .birthday input, .member .join .birthday select {
  display: inline-block;
}
.member .join .birthday select {
  margin-left: 6px;
  /*inline-block有margin right 4px*/
}
.member .join .birthday select + label {
  margin-left: 6px;
  /*inline-block有margin right 4px*/
}
.member .join .birthday input, .member .join .birthday select {
  width: -moz-calc(((100% - 20px) / 3));
  width: -webkit-calc(((100% - 20px) / 3));
  width: calc(((100% - 20px) / 3));
}
.member .join .birthday input + label, .member .join .birthday select + label {
  width: -moz-calc(((100% - 20px) / 3));
  width: -webkit-calc(((100% - 20px) / 3));
  width: calc(((100% - 20px) / 3));
}
.member .join .note {
  padding: 0 0 0 10px;
  margin-bottom: 20px;
}
.member .forget .top_note {
  line-height: 120%;
  font-size: 13px;
  margin: 20px 0;
}
@media only screen and (max-width: 1070px) {
  .member .forget .top_note {
    margin: 10px 0 0;
    line-height: 170%;
  }
}
.member .data_empty {
  margin: 100px auto;
}
.member .data_empty .empty_text {
  text-align: center;
  font-size: 20px;
  line-height: 120%;
}
.member .invoice {
  background: #fff;
}
.member .invoice .invoice_img img {
  vertical-align: middle;
  width: 100%;
  padding-bottom: 235px;
}
@media only screen and (max-width: 1070px) {
  .member .invoice .invoice_img img {
    padding: 0 15px 50px;
  }
}
@media only screen and (min-width: 1070px) {
  .member .coupon .coupon_list li:nth-child(1), .member .coupon .coupon_list li:nth-child(2) {
    margin-right: 20px;
  }
  .member .coupon .coupon_list li:nth-child(1) {
    width: 160px;
  }
  .member .coupon .coupon_list li:nth-child(2) {
    width: 375px;
  }
  .member .coupon .coupon_list li:nth-child(3) {
    width: 75px;
  }
}
@media only screen and (max-width: 1070px) {
  .member .coupon .coupon_list li .column-title, .member .coupon .coupon_list li .column-content {
    vertical-align: text-top;
    line-height: 150%;
  }
}
.member .coupon .coupon_list li .code, .member .coupon .coupon_list li .note, .member .coupon .coupon_list li .date {
  line-height: 150%;
}
.member .coupon .coupon_list li .code {
  word-wrap: break-word;
  font-weight: bolder;
}
@media only screen and (max-width: 1070px) {
  .member .coupon .coupon_list li .date em {
    padding: 0 4px;
  }
}
.member .beauty_coin .total_coin_title {
  background: #fff;
  font-size: 16px;
  padding-left: 10px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1070px) {
  .member .beauty_coin .total_coin_title {
    padding-top: 20px;
  }
}
.member .beauty_coin .total_coin_title span:first-child em {
  color: #00a9e1;
  font-weight: bolder;
}
.member .beauty_coin .total_coin_title span:last-child {
  color: #a0a0a0;
  padding-left: 5px;
}
.member .beauty_coin .history_block {
  background: #fff;
  padding: 0 5px;
}
.member .beauty_coin .history_block div:nth-child(odd) {
  background: #eeeeee;
}
@media only screen and (max-width: 1070px) {
  .member .beauty_coin .history_block {
    padding-bottom: 25px;
  }
}
.member .beauty_coin .history_list li {
  line-height: 170%;
  vertical-align: text-top;
}
@media only screen and (min-width: 1070px) {
  .member .beauty_coin .history_list li {
    word-break: break-all;
    margin-right: 60px;
    width: 78px;
    text-align: center;
  }
  .member .beauty_coin .history_list li:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1070px) {
  .member .beauty_coin .history_list li {
    width: 20%;
    margin-left: -4px;
    text-align: center;
    padding: 10px 0;
  }
  .member .beauty_coin .history_list li:first-child {
    margin-left: 0;
  }
  .member .beauty_coin .history_list li span {
    display: block;
    font-size: 0.75em;
    word-break: break-all;
  }
}
@media only screen and (max-width: 1070px) {
  .member .beauty_coin .row_name li {
    font-size: 12px;
  }
}
.member .order_list_block .order_list li {
  word-break: break-all;
  vertical-align: middle;
}
.member .order_list_block .order_list li a:hover .column-content {
  color: #00a9e1;
  font-weight: bolder;
}
.member .order_list_block .order_list li a .column-content {
  color: #75c8cd;
}
@media only screen and (max-width: 1070px) {
  .member .order_list_block .order_list li a {
    display: block;
  }
}
.member .order_list_block .order_list li:nth-child(1), .member .order_list_block .order_list li:nth-child(5) {
  padding: 0;
}
.member .order_list_block .order_list li:nth-child(1) a, .member .order_list_block .order_list li:nth-child(5) a {
  padding: 10px 0;
  position: relative;
}
@media only screen and (max-width: 1070px) {
  .member .order_list_block .order_list li:nth-child(1) a:after, .member .order_list_block .order_list li:nth-child(5) a:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 2px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: 1px;
    position: absolute;
    right: 20px;
    top: -moz-calc(( 50% - 4px ));
    top: -webkit-calc(( 50% - 4px ));
    top: calc(( 50% - 4px ));
  }
}
@media only screen and (min-width: 1070px) {
  .member .order_list_block .order_list li {
    margin-right: 43px;
    width: 94px;
    text-align: center;
  }
  .member .order_list_block .order_list li:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1070px) {
  .member .order_detail_block {
    margin-top: -28px;
    border: 1px solid #eee;
  }
}
@media only screen and (max-width: 1070px) {
  .member .order_detail_block {
    margin-top: -46px;
  }
}
@media only screen and (min-width: 1070px) {
  .member .order_detail_block .order_detail {
    padding: 10px 45px 10px 25px;
  }
}
.member .order_detail_block .order_detail li {
  word-break: break-all;
  vertical-align: top;
}
.member .order_detail_block .order_detail li .cancel {
  color: #999;
  border-bottom: 1px solid #999;
  padding-bottom: 1px;
}
.member .order_detail_block .order_detail li .invoice {
  color: #75c8cd;
  border-bottom: 1px solid #75c8cd;
  padding-bottom: 1px;
}
.member .order_detail_block .order_detail li .shipping_number {
  color: #75c8cd;
}
.member .order_detail_block .order_detail li a:hover {
  font-weight: bolder;
}
.member .order_detail_block .order_detail li .status {
  text-align: left;
  line-height: 150%;
}
@media only screen and (max-width: 1070px) {
  .member .order_detail_block .order_detail li .status, .member .order_detail_block .order_detail li .payment {
    text-align: left;
  }
  .member .order_detail_block .order_detail li .status a, .member .order_detail_block .order_detail li .payment a {
    display: block;
  }
}
@media only screen and (min-width: 1070px) {
  .member .order_detail_block .order_detail li {
    margin-right: 8px;
    width: 126px;
    text-align: center;
  }
  .member .order_detail_block .order_detail li:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1070px) {
  .member .order_detail_block .order_detail li .column-title, .member .order_detail_block .order_detail li .column-content {
    vertical-align: text-top;
    line-height: 150%;
  }
}
.member .order_detail_block .action {
  background: #fff !important;
  margin-top: -10px;
}
@media only screen and (max-width: 1070px) {
  .member.order .memo_list {
    margin-top: -20px;
  }
}
.member.order .receiver {
  background: #fff;
  border: 1px solid #eee;
  font-size: 14px;
  padding: 20px 25px;
}
@media only screen and (max-width: 1070px) {
  .member.order .receiver {
    margin: 20px 0;
    padding: 15px 10px;
    border: none;
  }
}
.member.order .receiver .receiver-title {
  font-weight: bolder;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1070px) {
  .member.order .receiver .receiver-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
.member.order .receiver .receiver-content span {
  display: inline-block;
  line-height: 150%;
}
@media only screen and (max-width: 1070px) {
  .member.order .receiver .receiver-content span {
    display: block;
  }
}
.member.order .receiver .receiver-content span:nth-child(1) {
  margin-right: 15px;
}
.member.order .receiver .receiver-content span:nth-child(2) {
  margin-right: 2px;
}
.member.order .cart_content {
  background: #fff;
}
.member.order .cart_content .content-title {
  font-weight: bolder;
  padding: 20px 25px;
}
@media only screen and (max-width: 1070px) {
  .member.order .cart_content .content-title {
    font-size: 15px;
    padding: 10px;
  }
}
.member.order .cart_content .table_list {
  padding: 20px 25px;
  border-top: 1px solid #eee;
}
@media only screen and (max-width: 1070px) {
  .member.order .cart_content .table_list {
    padding: 20px 0;
    margin: 0 10px;
  }
}
@media only screen and (min-width: 1070px) {
  .member.order .cart_content .table_list li {
    width: 80px;
  }
  .member.order .cart_content .table_list li:nth-child(1) {
    width: 120px;
    margin-right: 15px;
  }
  .member.order .cart_content .table_list li:nth-child(2) {
    width: 222px;
    text-align: left;
    line-height: 180%;
  }
  .member.order .cart_content .table_list li:nth-child(3) {
    margin: 0 85px;
    text-align: center;
  }
  .member.order .cart_content .table_list li:nth-child(4) {
    padding-right: 15px;
    text-align: right;
  }
}
@media only screen and (max-width: 1070px) {
  .member.order .cart_content .table_list li:nth-child(1) {
    width: 30%;
  }
  .member.order .cart_content .table_list li:nth-child(1) img {
    width: 100%;
  }
  .member.order .cart_content .table_list li:nth-child(2) {
    width: 67%;
    float: right;
    text-align: left;
    line-height: 150%;
    font-size: 12px;
  }
  .member.order .cart_content .table_list li:nth-child(3), .member.order .cart_content .table_list li:nth-child(4) {
    width: 67%;
    float: right;
    font-size: 12px;
  }
  .member.order .cart_content .table_list li:nth-child(3):before, .member.order .cart_content .table_list li:nth-child(4):before {
    color: #999999;
  }
  .member.order .cart_content .table_list li:nth-child(3) {
    padding-bottom: 10px;
  }
  .member.order .cart_content .table_list li:nth-child(3):before {
    content: "數量：";
  }
  .member.order .cart_content .table_list li:nth-child(4) {
    font-weight: bolder;
  }
  .member.order .cart_content .table_list li:nth-child(4):before {
    content: "單價：";
  }
}
.member.order .cart_content .table_list li .color {
  padding-top: 5px;
}
@media only screen and (max-width: 1070px) {
  .member.order .cart_content .table_list li .color {
    padding-bottom: 10px;
  }
}
.member.order .cart_content .table_list:last-child {
  border-bottom: 1px solid #eee;
}
.member.order .cart_content .table_list:first-child {
  border: none;
}
.member.order .cart_content .row_name {
  background: #eeeeee;
  padding: 10px 25px;
}
.member.order .cart_content .row_name li:nth-child(1) {
  text-align: center;
}
.member.order .cart_content .row_name li:nth-child(4) {
  padding-right: 20px;
}
.member.order .total {
  font-size: 14px;
  background: #fff;
}
@media only screen and (min-width: 1070px) {
  .member.order .total {
    border-top: 1px solid #eee;
    float: right;
    width: 385px;
    padding: 0 25px 0 0;
  }
  .member.order .total:first-child {
    border: none;
  }
}
@media only screen and (max-width: 1070px) {
  .member.order .total {
    padding: 0 20px;
  }
  .member.order .total:first-child {
    padding-top: 20px;
  }
  .member.order .total:last-child {
    padding-bottom: 20px;
  }
}
.member.order .total li {
  display: block;
  padding: 10px 0;
}
.member.order .total li span {
  display: inline-block;
}
.member.order .total li span:first-child {
  width: 220px;
  margin-right: 50px;
  text-align: right;
}
@media only screen and (max-width: 1070px) {
  .member.order .total li span:first-child {
    float: left;
    width: 60%;
    text-align: left;
    margin-right: 0;
  }
}
.member.order .total li span:last-child {
  width: 80px;
  text-align: right;
  padding-right: 10px;
}
@media only screen and (max-width: 1070px) {
  .member.order .total li span:last-child {
    float: right;
    width: 35%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1070px) {
  .member .wishlist {
    padding: 0 10px 10px;
    margin-top: -30px;
    background: #fff;
  }
}
.member .wishlist li {
  float: left;
  border: 1px solid #eee;
  padding: 2px;
  position: relative;
  width: -moz-calc((100%  / 3));
  width: -webkit-calc((100%  / 3));
  width: calc((100%  / 3));
}
.member .wishlist li img {
  width: 100%;
  vertical-align: middle;
}
@media only screen and (max-width: 1070px) {
  .member .wishlist li {
    width: -moz-calc((100% / 2));
    width: -webkit-calc((100% / 2));
    width: calc((100% / 2));
  }
}
.member .wishlist li .product_info_block {
  border: 2px solid transparent;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1070px) {
  .member .wishlist li .product_info_block {
    padding-bottom: 20px;
  }
}
.member .wishlist li .product_info_block .cart_block {
  padding: 0 15px;
}
@media only screen and (max-width: 1070px) {
  .member .wishlist li .product_info_block .cart_block {
    margin: 0 5px;
    padding: 0;
  }
}
.member .wishlist li .product_info_block .cart_block .ui_btn {
  width: 100%;
}
.member .wishlist li .product_info_block .product_img {
  position: relative;
}
.member .wishlist li .product_info_block .product_img .icon-icon-close:before {
  position: absolute;
  right: 5px;
  padding: 4px;
  background: #fff;
  border: 1px solid #eee;
  top: 5px;
  font-size: 14px;
}
.member .wishlist li .product_info_block .sp_text, .member .wishlist li .product_info_block .product_name {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1070px) {
  .member .wishlist li .product_info_block .sp_text, .member .wishlist li .product_info_block .product_name {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.member .wishlist li .product_info_block .product_name {
  font-size: 14px;
  height: auto;
  padding-top: 5px;
  line-height: 130%;
  overflow: hidden;
}
.member .wishlist li .product_info_block .product_price {
  background: #fff;
  text-align: center;
  padding: 10px 0;
  position: relative;
  width: 100%;
}
.member .wishlist li .product_info_block .product_price .sale_price {
  color: #bb0404;
  font-weight: bolder;
  font-size: 32px;
}
.member .wishlist li .product_info_block .product_price .sale_price em {
  font-size: 22px;
  font-weight: normal;
}
@media only screen and (max-width: 1070px) {
  .member .wishlist li .product_info_block .product_price .sale_price {
    font-size: 22px;
    font-weight: normal;
  }
  .member .wishlist li .product_info_block .product_price .sale_price em {
    font-size: 16px;
  }
}
.member .wishlist li:hover .product_info_block {
  border: 2px solid #ed4c77;
}
.member .row_name li {
  font-size: 16px;
}
.member .table_list {
  font-size: 14px;
}
@media only screen and (min-width: 1070px) {
  .member .table_list {
    padding: 10px 45px;
  }
}
.member .table_list li {
  vertical-align: text-top;
}
@media only screen and (min-width: 1070px) {
  .member .row_to_column_list:nth-child(odd) {
    background: #eeeeee;
  }
}
@media only screen and (max-width: 1070px) {
  .member .row_to_column_list {
    margin-bottom: 20px;
    background: #fff;
  }
  .member .row_to_column_list:last-child {
    margin-bottom: 0;
  }
  .member .row_to_column_list li {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
  }
  .member .row_to_column_list .column-title, .member .row_to_column_list .column-content {
    display: inline-block;
    vertical-align: middle;
  }
  .member .row_to_column_list .column-title {
    width: 80px;
    padding-left: 10px;
    text-align: justify;
    text-align-last: justify;
  }
  .member .row_to_column_list .column-content {
    width: -moz-calc(( 100% - 84px ));
    width: -webkit-calc(( 100% - 84px ));
    width: calc(( 100% - 84px ));
    display: inline-block;
    padding-left: 5px;
    padding-right: 10px;
  }
}
.member .note_list {
  background: #fff;
  padding-left: 10px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1070px) {
  .member .note_list {
    margin-bottom: 15px;
  }
}
.member .note_list li {
  list-style-type: disc;
  display: list-item;
  margin: 0 0 20px 25px;
  line-height: 180%;
}
.member .note_list .font-border {
  font-weight: bolder;
}
.member .memo_list {
  padding: 20px 25px;
  font-size: 12px;
  background: #fff;
  color: #999999;
  line-height: 150%;
}
.member .memo_list li {
  display: block;
}
@media only screen and (max-width: 1070px) {
  .member .memo_list li {
    list-style-type: disc;
    display: list-item;
  }
}
@media only screen and (min-width: 1070px) {
  .member .gap_bottom {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 1070px) {
  .member .gap_bottom {
    background: #eeeeee;
  }
}
.member .gap_block {
  width: 100%;
  min-height: 50px;
  padding-bottom: 50px;
}
.member .gap_block.bg_grey {
  background: #eeeeee;
}
.member .gap_block .index-pagination {
  padding-bottom: 0;
}
@media only screen and (max-width: 1070px) {
  .member .gap_block .index-pagination {
    margin: 0 5px;
  }
  .member .gap_block .index-pagination .m-ver {
    margin-bottom: -30px;
  }
  .member .gap_block .index-pagination .m-ver .btn {
    width: 100%;
    padding: 10px;
    letter-spacing: 4px;
    text-indent: 4px;
  }
  .member .gap_block .index-pagination .m-ver .btn:after {
    left: -moz-calc(( 50% + 85px ));
    left: -webkit-calc(( 50% + 85px ));
    left: calc(( 50% + 85px ));
  }
}
@media only screen and (max-width: 1070px) {
  .member .gap_block.order_gap .m-ver .btn {
    letter-spacing: 2px;
    text-indent: 2px;
  }
  .member .gap_block.order_gap .m-ver .btn:after {
    left: -moz-calc(( 50% + 103px ));
    left: -webkit-calc(( 50% + 103px ));
    left: calc(( 50% + 103px ));
  }
}



/* 海外會員註冊  分頁標籤 S */
/* Tabs Navigation */
.tabs .tabs-nav {
  list-style: none;
  padding: 0;

  margin: 0 0 0 15px;
}

.tabs .tabs-nav:after { content: "."; display: block; clear: both; height: 0px; overflow: hidden;
}

.tabs .tabs-nav li {
  float: left;
  padding: 10px 12px 9px 12px;
  margin-top: 10px;
  margin-right: 2px;
  color: #ffffff;
  cursor: pointer;
  background: #959595;
  font-size:14px;
  letter-spacing:1px;
  border: 0px #aaa solid;
  border-top-left-radius:9px;
  border-top-right-radius:9px;
  border-bottom: 0px #666666 solid;
}
.tabs .tabs-nav li:hover {
  background: #2196f5;
  color: #ffffff;
}
.tabs .tabs-nav li.active {
  background: #2196f5; 
  color: #ffffff;
  font-weight:600;
}


/* Tabs Content */
.tabs .tabs-content {
  margin-top:10px;
  border-bottom: none;
  border-right: none;
  border-left: none;
  list-style: none;
}

.tabs .tabs-content li {
  display: block;
}
/* 海外會員註冊 分頁標籤 E */
/*---- 海外會員註冊 區塊 S ----*/
 
.register_area{
 COLOR:#000;
 size:16px;
 padding:5px 15px;
 letter-spacing:4px;
 line-height:28px;
 background-color:#f7f4f5;
 }
/*---- 海外會員註冊 區塊 E ----*/

/*---- 海外會員信用卡付款 區塊 S ----*/
 
.oversea_pay{
 COLOR:#000;
 size:16px;
 padding:5px 0 15px 15px;
 background-color:#f7f4f5;

 }
/*---- 海外會員信用卡付款 區塊 E ----*/


/* 每日特價 S  */

/* 表頭 */
.daily_sale_head {
  width: 100%;
  height: 72px;
  margin-bottom: -10px;
  margin-top: -7px;
  background-image: url(https://www.golfshop.com.tw/M/banner/daily_sale/img/weekly_bar_01.jpg);
  background-size: contain; 
  background-repeat: no-repeat; 
  background-position: center; 
	/* 漸層色背景
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(245,0,149,1) 0%, rgba(136,14,215,1) 100%);
	*/
}
.daily_sale_timer{
	padding: 40px 0 0 20px;
	font-size: 0.9rem;
	color: #fff;		
}

/* NEW */
.daily_sale_right {
  width: 100%;
  display: flex;
   background: linear-gradient(0deg, #d9d9d9, #efefef);
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  flex-direction: column; /* 保證 dots 垂直排列 */
}

.daily_sale_slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.daily_sale_detaileclips{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* after 2 line show ... */
    -webkit-box-orient: vertical;
}

.daily_sale_products {
  display: flex;
  transition: transform 0.5s ease; /* 滑動動畫 */
  width: 100%; /* 確保內容寬度自適應 */
}




.daily_sale_product {
  flex: 0 0 100%; /* 每個商品占滿 100% 容器寬度 */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  box-sizing: border-box;
}

.daily_sale_right_pic {
  flex: 0 0 25%;
  margin-right: 10px;
  margin-left: 20px;
  max-height: 220px;
  max-width: 220px;
  padding-bottom:10px;
}

.daily_sale_right_pic img {
  width: 100%;
}

.daily_sale_right_details {
  text-align:left;
  vertical-align:top;
  margin-right:25px;
  height:100%;
  flex: 1;
}

.daily_sale_right_name{
  letter-spacing:-3px;
  font-size:14px;
  line-height:16px;
  letter-spacing:1px;
  height:66px;
}

.daily_sale_right_note{
	color: #FD0004;
	height: 20px;
}

.daily_sale_right_price_btn {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  letter-spacing:1px;
  
}

.daily_sale_SRP {
  font-size: 10px;
  text-decoration: line-through;
  margin-top: 10px;
  margin-right: 10px;
}

.daily_sale_gradient_text {
  font-weight: 700;
  font-size: 26px;
  color: #CC0000;
  margin-right: 5px;
  background: linear-gradient(60deg, red, darkred);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.daily_buy_btn  {
  text-align:center;
  padding: 8px 12px 8px 10px;
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(245,0,149,1) 0%, rgba(136,14,215,1) 100%);
  color: #fff;
  border: none;
  border-radius: 0;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  cursor: pointer;
  font-size: 15px;
  width: 70px;
}

.daily_buy_btn:hover   {
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(245,0,149,1) 0%, rgba(136,14,215,1) 100%);
	color: #fff;
}

/* 箭頭 */
.daily_sale_right_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  cursor: pointer;
  color: #CCC;
  z-index: 2;
}

/* 左箭頭調整 */
.daily_sale_right_arrow_left {
  left: 5px; /* 固定與左側圖片的間距 */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.daily_sale_right_arrow_right {
  right: 5px;
}

/* DOT */
.daily_sale_right_dots {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}

.daily_sale_right_dot {
  width: 10px;
  height: 10px;
  background-color: #bbb;
  border-radius: 50%;
  margin: 0 12px;
  cursor: pointer;
}

.daily_sale_right_dot.active {
  background-color: #ca1daf;
}

/* 隱藏 DOT 和箭頭 */
.hide-arrow, .hide-dots {
  display: none;
}


/* 每日特價 時間限制宣告小區塊 S */
.daily_sale_left_timer {
  margin-top:0;
  font-size:15px;
  background-color: #eb0a9a; 
  border-radius: 25px; /* 圓角 */
  padding: 5px 14px; /* 添加內邊距，使文字與邊框之間有間距 */
  color: #fff; /* 設置文字顏色以保證可讀性 */
  display: inline-block; /* 確保圓角效果正確應用 */
  letter-spacing:1px;
}
/* 上架短影音 shorts S */
.shorts_container {
            align-items: center;
            display: grid;
            gap: 20px;
            /* 桌機版一排3格 */
            grid-template-columns: repeat(3, 1fr);
            width: 100%;
            max-width: 1200px;
        }

        /* 手機版一排1格 */
        @media (max-width: 768px) {
            .shorts_container {
                grid-template-columns: 1fr;
				min-height: 100vh;
            }
        }

        .short_box {
            position: relative;
            width: 100%;
            padding-bottom: 177%; /* 16:9 比例 */
            background-color: #000;
            overflow: hidden;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .short_box iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
        }
/* 上架短影音 shorts E */