body {
  font-family: "Century Gothic", Arial, Microsoft JhengHei, "sans-serif";
  font-size: 13px;
  line-height: 20px;
  color: #777;
  min-width: 1200px;
}
select,
option,
optgroup {
  font-family: "Century Gothic", Arial, Microsoft JhengHei, "sans-serif";
}
a {
  text-decoration: none;
  outline: none;
  hlbr: expression(this.onFocus=this.blur());
  color: #767676;
}
a:hover {
  text-decoration: underline;
}
input,
button {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
i,
b,
em,
strong {
  font-size: 100%;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
}
:focus {
  outline: none;
}
#hd {
  position: relative;
  background: url("images/ind_v01/bg_hd.png") repeat-x top, #fff;
}
#bd {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  padding-bottom: 20px;
  background-color: #fff;
}
#ft {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
}
/******header*****/
.hd_wrap {
  width: 1200px;
  margin: 0 auto;
}
/*****nav top*****/
.nav_top_L {
  float: left;
  height: 25px;
  margin-bottom: 5px;
}
.nav_top_R {
  float: right;
  height: 25px;
  margin-bottom: 5px;
}
/*****/
.Member_logout {
}
.Member_logout .nav_top_links.login-infor,
.Member_logout .nav_top_links.logout,
.Member_logout .nav_top_links.pcash span,
.Member_logout .nav_top_links.coupon span,
.Member_logout .nav_top_links.happye span,
.Member_logout .nav_top_links.travelcash span {
  display: none;
}
.Member_login {
}
.Member_login .nav_top_links.login-infor,
.Member_login .nav_top_links.logout,
.Member_login .nav_top_links.register,
.Member_login .nav_top_links.pcash span,
.Member_login .nav_top_links.coupon span,
.Member_login .nav_top_links.happye span,
.Member_login .nav_top_links.travelcash span {
  display: inline-block;
}
.Member_login .nav_top_links.login,
.Member_login .nav_top_links.register {
  display: none;
}
/*****/
.nav_top_links {
  padding: 0 10px;
  font-size: 13px;
  float: left;
  line-height: 25px;
}
.nav_top_links:hover {
  text-decoration: none;
  color: #e8546f;
}
.nav_top_links span {
  padding-left: 2px;
  color: #333;
  font-weight: bold;
}
.nav_top_links.login-infor {
  color: #e8546f;
}
.nav_top_links.login-infor img {
  position: relative;
  top: 2px;
  display: none;
}
.nav_top_links.login-lv {
  color: #e8546f;
}
.nav_top_links {
}
.nav_top_links.cart {
  background: none;
}
.nav_top_links.home {
  padding-left: 18px;
  background: url(images/ind_v01/ico_home.png) no-repeat left center;
}
.nav_top_links.fb {
  background: url(images/ind_v01/ico_fb.png) no-repeat left center;
  filter: grayscale(1);
  width: 18px;
  overflow: hidden;
  text-indent: -88px;
  padding: 0;
  margin: 0 8px;
}
.nav_top_links.appDown {
  margin-left: 8px;
  padding-left: 18px;
  background: url(images/ind_v01/ico_appDown.png) no-repeat left center;
}
.nav_top_links.language {
  padding: 0;
  width: 90px;
  text-align: center;
  background: none;
}
.nav_top_links.language:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background: url("images/ind_v01/ico_arrow_down.png") no-repeat;
  margin-left: 3px;
}
.nav_top_links.language:hover {
  background-color: #fff;
}
.nav_top_links.language:hover:after {
  display: none;
}
.nav_top_links.notice_board {
  text-align: center;
  background: none;
  position: relative;
  cursor: pointer;
}
.nav_top_links.notice_board:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background: url("images/ind_v01/ico_arrow_down.png") no-repeat;
  margin-left: 3px;
}
.nav_top_links.notice_board:hover {
  background-color: #fff;
}
.notice_board_container {
  position: absolute;
  left: 0;
  background: #fff;
  padding: 0 10px 10px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 20;
}
.nav_top_links.notice_board:hover .notice_board_container {
  display: block;
}
.notice_board_container li {
  width: 170px;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
}
.notice_board_container li a {
  color: #333;
}
/**/
.pezLogo {
  float: left;
  margin-top: 5px;
}
.pezLogo a {
  display: block;
  width: 205px;
  height: 104px;
}
.ezfreeLogo {
  float: left;
  /*background: url(images/ind_v01/ezfree_logo_bg.jpg) no-repeat;
  background-size: contain;*/
  box-sizing: border-box;
  border: 1px solid #f6f6f6;
  width: 197px;
  /*height: 73px;*/
  height: 100px;
  overflow: hidden;
  /*padding: 1px 1px 26px;*/
  padding: 1px;
  margin-bottom: 5px;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ezfreeLogo img {
  width: 195px;
  height: auto;
}
/*topRight*/
.topRight_wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  /* background: url(//www.payeasy.com.tw/_lib/images/ind_v01/bg_topRight_wrapper.png) no-repeat; */
  /* width: 463px; */
  height: 78px;
  position: relative;
  float: right;
  margin-top: -5px;
  margin-left: 0.9em;
  margin-right: 0.9em;
  padding-top: 20px;
}
.activeAcc,
.gotoBeshop,
.pbenefit_wrapper a {
  margin-left: 2.92em;
  transition: 0.5s;
}
.activeAcc:hover,
.gotoBeshop:hover,
.pbenefit_wrapper a:hover {
  filter: brightness(110%);
}
.activeAcc {
  background: url(images/ind_v01/topRight_item01.png) no-repeat center top;
  cursor: pointer;
}
.activeAcc img {
  /* visibility: hidden; */
}
.qrcode {
  display: none;
  position: absolute;
  width: 100px;
  height: 100px;
  background: #fff;
  box-shadow: 0 0 5px #aaa;
  left: -95px;
  top: -4px;
}
/*.appDown:hover .qrcode {
    display: block;
  }
  .qrcode b {
    font-size: 0;
    line-height: 0;
    width: 0; height: 0;
    margin-left: -2px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    right: -10px;
    top: 43px;
  }*/
.gotoBeshop {
  cursor: pointer;
}
.gotoBeshop img {
  /* visibility: hidden; */
}
.pbenefit_wrapper {
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  /* width: 230px; height: 80px; */
  /*background: url(images/ind_v01/pbenefit.png) no-repeat;*/
}
.pbenefit_wrapper .btn_memberGuide,
.pbenefit_wrapper .btn_companyJoin {
  display: block;
  /* width: 40%; height: 80px; */
}
.pbenefit_wrapper .btn_companyJoin {
}
.activeAcc a,
.pbenefit_wrapper a,
.gotoBeshop a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  width: 55px;
  height: 75px;
  padding-bottom: 1em;
  display: block;
  position: relative;
}
.activeAcc strong,
.pbenefit_wrapper strong,
.gotoBeshop strong {
  height: 1em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.topRight_wrapper .item_photo {
  width: 55px;
  height: 55px;
  margin: auto;
  overflow: hidden;
}
.top_banner {
  clear: both;
}
.top_banner > a {
  margin: 5px 0;
  display: block;
}
/******Search Box*******/
.pezSearch {
  float: left;
  margin: 25px 0 0 10px;
}
.searchBox {
  border: solid #777;
  border-width: 2px 0 2px 2px;
  height: 33px;
}
.pezSearch input {
  width: 412px;
  height: 33px;
  border: none;
  float: left;
  font-size: 13px;
  color: #333;
  line-height: 30px;
  padding: 0 5px;
  background: #f6f6f6;
}
.pezSearch input::-webkit-input-placeholder,
.pezSearch input::-moz-placeholder,
.pezSearch input:-moz-placeholder {
  color: #b7b7b7;
}
.pezSearch button {
  text-indent: -1000em;
  overflow: hidden;
  float: left;
  border: none;
  cursor: pointer;
  width: 46px;
  height: 33px;
  background: url(images/ind_v01/search_btn.jpg) no-repeat;
  filter: grayscale(1);
}
.searchCategory {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(images/ind_v01/select_arrow.jpg) no-repeat #f6f6f6;
  background-position: right center;
  width: 120px;
  height: 33px;
  border: medium solid #e2e2e2;
  border-width: 0 1px 0 0;
  line-height: 33px;
  color: #888;
  float: left;
  padding-left: 5px;
  font-weight: bold;
}
.hotKeyword {
  line-height: 30px;
}
.hotKeyword b {
  color: #666;
  font-weight: normal;
}
.hotKeyword a {
  display: inline-block;
  color: #e8546f;
  padding-right: 10px;
}
.top_nav_panel {
  position: absolute;
  top: -450px;
  left: 0;
  padding-left: 215px;
  height: 40px;
  background: #fff;
  display: flex;
  align-items: center;
  width: 985px;
}
.top_nav {
  font-size: 15px;
  color: #444;
  padding-right: 0; /*15*/
  margin-right: 20px;
  font-weight: bold;
  display: inline-block;
}
.top_nav.top_nav_blue {
  color: #419ef5;
}
.top_nav:nth-child(1) {
  color: red;
}
/*******pez catalog 2020*******/
.categoryPackage_bg {
  position: absolute;
  background: #f5f5f5;
  height: 410px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 150;
  bottom: -449px;
}
.categoryNavBar_wrapper {
  background: #555;
  width: 200px;
  position: absolute;
  top: -445px;
  left: 0;
  height: 445px;
  border-radius: 5px 5px 0 0;
  color: #fff;
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
}
.categoryNavBar_hd {
  text-align: center;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
}
.categoryNav_container li {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: center;
}
.categoryNav_container li:hover,
.categoryNav_container li.active {
  background: #6a6a6a;
}
.categoryNav_container li a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.categoryNav_container li a:hover {
  color: #ffb1b1;
}
.categoryNav_container li a:after {
  content: "\FF0E";
  display: inline;
}
.categoryNav_container li a:nth-last-child(1):after,
.en_US .categoryNav_container li a:after {
  display: none;
}
.categoryBanner_Area {
  padding-top: 40px;
  height: 410px;
}
.categoryBanner_slide_wrapper,
.categoryBanner_wrapper {
  height: 410px;
  display: none;
}
.categoryBanner_slide_wrapper a,
.categoryBanner_wrapper a {
  margin-left: calc(50% - 400px);
  display: inline-block;
}
.categoryBanner_slide_wrapper img,
.categoryBanner_wrapper img {
}
.categoryBanner_slide_wrapper.active,
.categoryBanner_wrapper.active {
  display: block;
}
.swiper-pagination {
  left: calc(50% - 400px) !important;
  width: 1000px !important;
  position: absolute;
}
.swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  background: #fff !important;
  opacity: 1 !important;
  border-radius: 3px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}
.swiper-pagination-bullet-active {
  width: 16px !important;
}
.swiper-button-wrapper {
  left: calc(50% - 400px);
  width: 1000px;
  height: 410px;
  position: absolute;
  top: 0;
  opacity: 0;
}
.swiper-container:hover .swiper-button-wrapper {
  opacity: 1;
}
.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}
/******floor dept*******/
.floor_content {
}
.floor_content:after {
  content: "";
  display: table;
  clear: both;
}
.floor_content > div > div {
  width: 590px;
  float: left;
  margin: 20px 5px 0;
}
.floor_depts {
  background: url(images/ind_v01/floor_line.jpg) bottom repeat-x;
  height: 40px;
}
.floor_depts i {
  background: url(images/ind_v01/line02.png) no-repeat center center;
  width: 20px;
  height: 12px;
  display: inline-block;
  padding: 0 2px;
}
.floor_depts li {
  display: inline-block;
  background: #e8546f;
}
.floor_depts a {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  height: 38px;
  text-decoration: none;
  color: #fff;
  min-width: 180px;
  padding: 0 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.floor_depts a.current {
  color: #fff;
}
.floor_depts a:before {
  content: "";
  height: 38px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 3px;
}
.dept_bm a:before {
  width: 24px;
  background: url(images/ind_v01/ico_category.png) 2px -574px no-repeat;
}
.dept_be a:before {
  width: 24px;
  background: url(images/ind_v01/ico_category.png) 2px -606px no-repeat;
}
.dept_elec a,
.dept_appliance a,
.dept_computer a,
.dept_iLife a {
  background: #008ecf;
}
.dept_elec a:before {
  width: 24px;
  background: url(images/ind_v01/ico_category.png) 2px -382px no-repeat;
}
.dept_appliance a:before {
  width: 24px;
  background-image: url(images/ind_v01/icon_category_appliance.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.dept_computer a:before {
  width: 24px;
  background: url(images/ind_v01/ico_category.png) 2px -669px no-repeat;
}
.dept_iLife a:before {
  width: 24px;
  background-image: url(images/ind_v01/icon_category_iLife.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.dept_homelife a,
.dept_furniture a,
.dept_kids a,
.dept_health a,
.dept_dummy20 a,
.dept_groceries a,
.dept_dummy10 a,
.dept_snacks a {
  background: #e1802e;
}
.dept_homelife a:before {
  width: 24px;
  background: url(images/ind_v01/ico_category.png) 2px -254px no-repeat;
}
.dept_furniture a:before {
  width: 24px;
  background: url(images/ind_v01/ico_category.png) 2px -286px no-repeat;
}
.dept_kids a:before {
  width: 24px;
  background: url(images/ind_v01/ico_category.png) 2px -318px no-repeat;
}
.dept_health a:before {
  width: 24px;
  background: url(images/ind_v01/ico_category.png) 2px -350px no-repeat;
}
.dept_groceries a:before,
.dept_dummy20 a:before {
  width: 24px;
  background: url(images/ind_v01/icon_category_groceries.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.dept_snacks a:before,
.dept_dummy10 a:before {
  width: 24px;
  background: url(images/ind_v01/icon_category_snacks.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.dept_makeup a:before {
  width: 24px;
  background: url(images/ind_v01/ico_category.png) 2px -94px no-repeat;
}
.dept_boutique a,
.dept_dress a {
  background: #7b65b0;
}
.dept_boutique a:before {
  width: 24px;
  background: url(images/ind_v01/ico_category.png) 2px -126px no-repeat;
}
.dept_dress a:before {
  width: 24px;
  background: url(images/ind_v01/ico_category.png) 2px -191px no-repeat;
}
.dept_leisure a,
.dept_coupon a,
.dept_travel a {
  background: #90b714;
}
.dept_leisure a:before {
  width: 24px;
  background: url(images/ind_v01/ico_category.png) 2px -448px no-repeat;
}
.dept_coupon a:before {
  width: 24px;
  background: url(images/ind_v01/ico_category.png) 2px -480px no-repeat;
}
.dept_travel a:before {
  width: 24px;
  background: url(images/ind_v01/ico_category.png) 2px -509px no-repeat;
}
.dept_24h a {
  background: #d7000f;
}
.dept_24h a:before {
  width: 24px;
  background: url(images/ind_v01/ico_category.png) 2px -638px no-repeat;
}
.dept_24h a:after {
  content: "new";
  display: inline-block;
  line-height: 16px;
  height: 16px;
  margin-left: 5px;
  background: #fff;
  font-size: 11px;
  color: red;
  padding: 0 3px;
  border-radius: 4px;
}
.dept_outlet a {
  background: #d7000f;
}
.dept_outlet a:before {
  width: 24px;
  background: url(images/ind_v01/ico_category_outlet.svg) 2px 0 no-repeat;
}
.dept_outlet a:after {
  content: "HOT";
  display: inline-block;
  line-height: 16px;
  height: 16px;
  margin-left: 5px;
  background: #fff;
  font-size: 11px;
  color: red;
  padding: 0 3px;
  border-radius: 4px;
}
.dept_tastemaker a {
  background: #a58963;
}
.dept_tastemaker a:before {
  width: 24px;
  background: url(images/ind_v01/icon_category_tastemaker.svg) 0 center
    no-repeat;
}
.dept_tastemaker a:after {
  content: "HOT";
  display: inline-block;
  line-height: 16px;
  height: 16px;
  margin-left: 5px;
  background: #fff;
  font-size: 11px;
  color: #a58963;
  padding: 0 3px;
  border-radius: 4px;
}
.dept_privilege a {
  background: #a58963;
}
.dept_privilege a:before {
  width: 26px;
  background-image: url(images/ind_v01/icon_category_privilege.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.dept_privilege a:after {
  content: "HOT";
  display: inline-block;
  line-height: 16px;
  height: 16px;
  margin-left: 5px;
  background: #fff;
  font-size: 11px;
  color: #a58963;
  padding: 0 3px;
  border-radius: 4px;
}
.dept_apple a {
  background: #000;
}
.dept_apple a:before {
  width: 26px;
  background-image: url(images/ind_v01/icon_category_apple.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.floor_mit .floor_depts a {
}
.dept_mit a:before {
  width: 24px;
  background: url(images/ind_v01/ico_category_moneyearning.png) no-repeat;
}
.floor_panel {
  background: #efefef;
  padding: 5px;
}
.floor_panel:after {
  display: table;
  content: "";
  clear: both;
}
.dept_big {
  float: left;
}
.dept_big img {
  width: 290px;
  height: 290px;
  border: 1px solid #f5f5f5;
}
.dept_big img:hover {
  box-shadow: 0 0 3px #777;
  transition: linear 0.2s;
}
.dept_wrap {
  float: left;
  background: #fff;
  border: 1px solid #f5f5f5;
}
.dept_wrap:hover {
  border: 1px solid #ccc;
  transition: linear 0.2s;
}
.dept_wrap a:hover {
  text-decoration: none;
}
.dept_img {
  position: relative;
  margin: 0 auto;
  background-color: #f6f6f6;
}
.dept_img img {
  display: block;
  margin: 0 auto;
}
.dept_img .productImg img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.dept_desc {
  padding: 6px;
  text-align: center;
  position: relative;
  line-height: 18px;
  display: flex;
  flex-direction: column;
}
.ActivityBanner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  padding-bottom: 100%;
  pointer-events: none;
}
.ActivityBanner img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.wineWarning_container {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  padding-bottom: 10%;
  pointer-events: none;
}
.wineWarning_container img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.dept_desc a {
  text-decoration: none;
}
.dept_desc i,
.dept_desc b {
  display: block;
}
.dept_desc i {
  color: #333;
  font-size: 15px;
  font-weight: bold;
  max-height: 36px;
  overflow: hidden;
  margin-bottom: 5px;
}
.dept_desc b {
  max-height: 36px;
  overflow: hidden;
}
.dept_desc p {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 10px;
  display: flex;
  flex-direction: column-reverse;
}
.dept_desc em {
  color: #a3a3a3;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.dept_desc strong {
  font-weight: bold;
  color: #df0000;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
}
.dept_desc strong span {
  font-size: 16px;
  font-weight: normal;
}
.dept_desc .price1 {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  font-weight: bold;
  text-align: center;
  height: 18px;
  overflow: hidden;
}
.dept_desc .price1 i {
  color: #df0000;
  display: inline-block !important;
}
.dept_desc .price1 span {
  color: #df0000;
}
.prod_desc strong.wfe_txt {
  font-size: 16px;
  letter-spacing: -0.05em;
}
.dept_desc strong.price_txt {
  font-size: 15px !important;
  letter-spacing: -0.05em;
}
.dept_desc .tag_wfe {
  left: 4px;
  right: 4px;
  position: absolute;
  bottom: 2px;
}
.dept_wrap01 {
  width: 248px;
  height: 377px;
  margin-right: 4px;
}
.dept_wrap01 .dept_img {
  width: 248px;
  height: 248px;
}
.dept_wrap01 .dept_desc {
  width: 236px;
  height: 118px;
}
.dept_wrap01 .dept_desc p {
  width: 236px;
}
.dept_wrap02 {
  width: 324px;
}
.dept_wrap02 .dept_img {
  width: 180px;
  height: 180px;
  float: left;
}
.dept_wrap02 .dept_desc {
  width: 132px;
  float: left;
  text-align: left;
  height: 120px;
}
.dept_wrap02 .dept_desc p {
  width: 132px;
  text-align: left;
}
.dept_wrap03,
.dept_wrap04 {
  width: 159px;
  margin-top: 4px;
}
.dept_wrap03 {
  margin-right: 4px;
}
.dept_wrap03 .dept_img,
.dept_wrap04 .dept_img {
  width: 120px;
  height: 120px;
}
.dept_wrap03 .dept_desc,
.dept_wrap04 .dept_desc {
  padding: 3px;
  width: 153px;
  height: 65px;
}
.dept_wrap03 .dept_desc b,
.dept_wrap04 .dept_desc b {
  max-height: 18px;
}
.dept_wrap03 .dept_desc p,
.dept_wrap04 .dept_desc p {
  width: 153px;
}
.dept_wrap03 .dept_desc i,
.dept_wrap04 .dept_desc i {
  display: none;
}
/******bankAD*******/
.bank_panel {
  padding: 15px;
  border: 1px solid #efefef;
  margin: 20px 0;
}
.bank_panel img {
  padding-right: 17px;
}
.bank_panel .ltimg {
  padding-right: 0;
}
/******pez footer*******/
.footer_pic {
  border: #ffb8c9 solid;
  text-align: center;
  padding: 8px 0 5px 0;
  border-width: 1px 0 1px 0;
}
.footer_pic_wrap {
  display: inline-block;
}
.pic_logo {
  float: left;
  margin-left: 40px;
}
.footer_link {
  font-size: 12px;
  padding: 3px 0 8px;
  width: 100%;
  text-align: center;
}
.footer_link a {
  color: #cc2e56;
  text-decoration: none;
}
.footer_link a:hover {
  color: #075ebe;
  text-decoration: underline;
}
.footer_link em {
  color: #ffb8c9;
  font-size: 13px;
  margin: 0 4px 0 6px;
}
#ft span {
  color: #000;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
/******goTop*******/
.gotop {
  position: fixed;
  bottom: 50px;
  margin-left: 1205px;
  width: 40px;
  z-index: 999;
  text-align: center;
  background: #f5f5f5;
  display: none;
}
.gotop a {
  width: 100%;
  height: 40px;
  display: block;
  line-height: 40px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}
.go_skincare {
  background: url(images/ind_v01/ico_gotop.png) no-repeat center -50px;
  text-indent: -999px;
  overflow: hidden;
}
.go_skincare:hover,
.go_skincare.current {
  background: none;
  text-indent: 1px;
  color: #e03d5a;
}
/******/
.go_makeup {
  background: url(images/ind_v01/ico_gotop.png) no-repeat center -75px;
  text-indent: -999px;
  overflow: hidden;
}
.go_makeup:hover,
.go_makeup.current {
  background: none;
  text-indent: 1px;
  color: #e03d5a;
}
/******/
.go_boutique {
  background: url(images/ind_v01/ico_gotop.png) no-repeat center -100px;
  text-indent: -999px;
  overflow: hidden;
}
.go_boutique:hover,
.go_boutique.current {
  background: none;
  text-indent: 1px;
  color: #d0369f;
}
/******/
.go_health {
  background: url(images/ind_v01/ico_gotop.png) no-repeat center -275px;
  text-indent: -999px;
  overflow: hidden;
}
.go_health:hover,
.go_health.current {
  background: none;
  text-indent: 1px;
  color: #da9f00;
}
/******/
.go_shoes {
  background: url(images/ind_v01/ico_gotop.png) no-repeat center -125px;
  text-indent: -999px;
  overflow: hidden;
}
.go_shoes:hover,
.go_shoes.current {
  background: none;
  text-indent: 1px;
  color: #d0369f;
}
/******/
.go_underwear {
  background: url(images/ind_v01/ico_gotop.png) no-repeat center -175px;
  text-indent: -999px;
  overflow: hidden;
}
.go_underwear:hover,
.go_underwear.current {
  background: none;
  text-indent: 1px;
  color: #7b65b0;
}
/******/
.go_dress {
  background: url(images/ind_v01/ico_gotop.png) no-repeat center -150px;
  text-indent: -999px;
  overflow: hidden;
}
.go_dress:hover,
.go_dress.current {
  background: none;
  text-indent: 1px;
  color: #7b65b0;
}
/******/
.go_homelife {
  background: url(images/ind_v01/ico_gotop.png) no-repeat center -200px;
  text-indent: -999px;
  overflow: hidden;
}
.go_homelife:hover,
.go_homelife.current {
  background: none;
  text-indent: 1px;
  color: #e1802e;
}
/******/
.go_kids {
  background: url(images/ind_v01/ico_gotop.png) no-repeat center -250px;
  text-indent: -999px;
  overflow: hidden;
}
.go_kids:hover,
.go_kids.current {
  background: none;
  text-indent: 1px;
  color: #e1802e;
}
/******/
.go_leisure {
  background: url(images/ind_v01/ico_gotop.png) no-repeat center -350px;
  text-indent: -999px;
  overflow: hidden;
}
.go_leisure:hover,
.go_leisure.current {
  background: none;
  text-indent: 1px;
  color: #7ba40f;
}
/******/
.go_elec {
  background: url(images/ind_v01/ico_gotop.png) no-repeat center -300px;
  text-indent: -999px;
  overflow: hidden;
}
.go_elec:hover,
.go_elec.current {
  background: none;
  text-indent: 1px;
  color: #008ecf;
}
/******/
.go_appliance {
  background: url(images/ind_v01/ico_gotop.png) no-repeat center -325px;
  text-indent: -999px;
  overflow: hidden;
}
.go_appliance:hover,
.go_appliance.current {
  background: none;
  text-indent: 1px;
  color: #008ecf;
}
/******/
.go_travel {
  background: url(images/ind_v01/ico_gotop.png) no-repeat center -375px;
  text-indent: -999px;
  overflow: hidden;
}
.go_travel:hover,
.go_travel.current {
  background: none;
  text-indent: 1px;
  color: #7ba40f;
}
/******/
.go_coupon {
  background: url(images/ind_v01/ico_gotop.png) no-repeat center -400px;
  text-indent: -999px;
  overflow: hidden;
}
.go_coupon:hover,
.go_coupon.current {
  background: none;
  text-indent: 1px;
  color: #7ba40f;
}
/******/
.go_mit {
  background: url(images/ind_v01/ico_gotop.png) no-repeat center -425px;
  text-indent: -999px;
  overflow: hidden;
}
.go_mit:hover,
.go_mit.current {
  background: none;
  text-indent: 1px;
  color: #e03d5a;
}
/******/
.go_furniture {
  background: url(images/ind_v01/ico_gotop.png) no-repeat center -225px;
  text-indent: -999px;
  overflow: hidden;
}
.go_furniture:hover,
.go_furniture.current {
  background: none;
  text-indent: 1px;
  color: #e1802e;
}
/******/
.go_bank {
  background: url(images/ind_v01/ico_gotop.png) no-repeat center -450px;
  text-indent: -999px;
  overflow: hidden;
}
.go_bank:hover,
.go_bank.current {
  background: none;
  text-indent: 1px;
  color: #e03d5a;
}
/******/
.go_select {
  background: url(images/ind_v01/ico_gotop.png) no-repeat center -475px;
  text-indent: -999px;
  overflow: hidden;
}
.go_select:hover,
.go_select.current {
  background: none;
  text-indent: 1px;
  color: #e03d5a;
}
/******/
.go_wfe {
  background: url(images/ind_v01/ico_gotop.png) no-repeat center top;
  text-indent: -999px;
  overflow: hidden;
}
.go_wfe:hover,
.go_wfe.current {
  background: none;
  text-indent: 1px;
  color: #e36e1a;
}
/******/
.go_ranking {
  background: url(images/ind_v01/ico_gotop.png) no-repeat center -25px;
  text-indent: -999px;
  overflow: hidden;
}
.go_ranking:hover,
.go_ranking.current {
  background: none;
  text-indent: 1px;
  color: #e36e1a;
}
/******/
.go_hd {
  background: #656565 url(images/ind_v01/arr_gotop.png) no-repeat 48px center;
  color: #fff;
  font-size: 11px !important;
  line-height: 20px;
  height: 20px;
}
/*********/
.textbtn01 {
  background-color: #383838;
  display: inline-block;
  font-size: 13px;
  line-height: 17px;
  padding: 0 5px;
  border-radius: 8px;
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 50;
  color: #fff;
}
.textbtn01:hover {
  text-decoration: none;
  color: #ee92ba;
}
.textbtn02 {
  background-color: #383838;
  display: inline-block;
  font-size: 13px;
  line-height: 17px;
  padding: 0 5px;
  border-radius: 8px;
  color: #fff;
}
.textbtn02:hover {
  text-decoration: none;
  color: #ee92ba;
}
.screen_overlay {
  background: url(images/ind_v01/bg_screenoverly.png);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}
.screen_overlay .videobox {
  background: #fff;
  width: 600px;
  top: 50%;
  left: 50%;
  margin: -225px 0 0 -300px;
  position: absolute;
  border-radius: 4px;
  padding: 50px 0;
}
img.lazy {
  display: none;
}
/***en_US***/
.en_US > #bd > .top_nav_panel > .top_nav {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  margin-right: 11px;
}
.en_US > #bd > .pezCatalog_panel > .pezCatalog_list ul li em {
  padding: 0 26px 0 40px;
  font-size: 13px;
}
/*******/
.movie_icon {
  display: block;
  float: right;
  cursor: pointer;
}
.movie_icon img {
  margin: 25px 10px 0;
}
.joinLine {
  display: block;
  float: right;
  cursor: pointer;
}
.joinLine img {
  margin: 25px 10px 0;
}
/****** goshopping ******/
.sglogo {
  width: 45px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  height: 28px;
  position: relative;
}
.sglogo img {
  max-height: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
/*****point enterance****/
.nav_top_cash {
  display: inline-block;
  float: left;
  position: relative;
}
.cash_panel {
  display: none;
  pointer-events: none;
  width: 260px;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  position: absolute;
  z-index: 99;
  padding: 8px 5px;
}
.nav_top_cash:hover .cash_panel {
  display: block;
  pointer-events: auto;
}
.cash_panel .detail {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.cash_panel .detail a {
  font-size: 13px;
  color: #000;
  font-weight: 700;
  flex: 1;
  text-align: center;
}
.cash_panel .enterance {
  margin-top: 8px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.enterance a {
  transition: 0.2s ease-in-out;
}
.enterance a:hover {
  filter: brightness(1.1);
}
