@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, 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,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: Helvetica, Arial,"微軟正黑體";
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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: arial,"微軟正黑體";
}
input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder {
  color: #828080;
  font-family: arial,"微軟正黑體";
}
input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder {
  color: #828080;
  font-family: arial,"微軟正黑體";
}
input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder {
  color: #828080;
  font-family: arial,"微軟正黑體";
}

a {
  display: inline-block;
  text-decoration: none;
  color: #000;
}

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/icomoon.ttf?1tsnnz") format("truetype"), url("../fonts/icomoon.woff?1tsnnz") format("woff"), url("../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-gotop:before {
  content: "\e900";
}

.icon-icon-close:before {
  content: "\e901";
}

.icon-member:before {
  content: "\e902";
  color: #000;
}

.icon-right-line:before {
  content: "\e903";
  color: #c6c6c6;
}

.icon-left-line:before {
  content: "\e904";
  color: #c6c6c6;
}

.icon-search:before {
  content: "\e905";
}

.icon-member-login:before {
  content: "\e906";
  color: #ee4c79;
}

.icon-youtube:before {
  content: "\e907";
}

.icon-van:before {
  content: "\e908";
}

.icon-service:before {
  content: "\e909";
  color: #000;
}

.icon-plane:before {
  content: "\e90a";
}

.icon-note:before {
  content: "\e90b";
  color: #525252;
}

.icon-menu:before {
  content: "\e90c";
}

.icon-line:before {
  content: "\e90d";
}

.icon-ig:before {
  content: "\e90e";
}

.icon-goback:before {
  content: "\e90f";
}

.icon-fb:before {
  content: "\e910";
}

.icon-cart:before {
  content: "\e911";
}

/*common s*/
.content {
  min-height: -moz-calc(( 100vh - 116px - 396px ));
  min-height: -webkit-calc(( 100vh - 116px - 396px ));
  min-height: calc(( 100vh - 116px - 396px ));
}
@media only screen and (max-width: 767px) {
  .content {
    min-height: auto;
    margin-top: 88px;
  }
}

header ~ img {
  display: none;
  width: 1px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -9999px;
  z-index: -9999;
}

button:hover {
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .deskop_none {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .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;
}

.d-flex {
  display: -webkit-flex;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .flex-column-mobile {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

.flex-1 {
  flex: 1;
}

.mr-5 {
  margin-right: 5px;
}

.border_radius_full {
  border-radius: 100%;
}

.pos_fix {
  position: fixed;
}

#smart-app-banner, .banner-container {
  background: #fff;
  z-index: 111;
}

.gotop {
  position: fixed;
  bottom: 10.5%;
  right: 5%;
  opacity: 0.8;
  background: #fff;
  border: 1px solid #d6d6d6;
  padding: 7px 10px;
  z-index: 99999;
}
@media only screen and (max-width: 767px) {
  .gotop {
    padding: 3px 5px;
  }
  .gotop.vf {
    bottom: 15.5%;
  }
}
.gotop .icon-gotop {
  font-size: 30px;
  color: #8e8e8e;
}
@media only screen and (max-width: 767px) {
  .gotop .icon-gotop {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .gotop[style*="display: none"] ~ .line-cs {
    bottom: 10.5%;
  }
  .gotop.vf[style*="display: none"] ~ .line-cs {
    bottom: 15.5%;
  }
}

.bottom-action {
  width: 125px;
  position: fixed;
  right: 1.8%;
  bottom: 25px;
  z-index: 99989;
}
@media only screen and (max-width: 767px) {
  .bottom-action {
    width: 40px;
    right: 15px;
    bottom: 75px;
  }
  .bottom-action img {
    width: 100%;
  }
}
.bottom-action .activity-entrance {
  display: none;
  position: absolute;
  top: -120px;
  right: 50%;
  margin-right: -47px;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .bottom-action .activity-entrance {
    top: -150px;
    right: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .bottom-action .activity-entrance.move {
    top: -187px;
  }
}
.bottom-action .activity-entrance .close {
  width: 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
}
.bottom-action .activity-entrance .close img {
  display: block;
  width: 100%;
}
.bottom-action .activity-entrance .entrance {
  position: absolute;
  top: 6px;
  right: 0;
}
.bottom-action .activity-entrance .entrance img {
  width: 94px;
}
@media only screen and (max-width: 767px) {
  .bottom-action .activity-entrance .entrance img {
    width: 80px;
  }
}
.bottom-action .deskop_none.open {
  position: absolute;
  top: -43px;
  z-index: 9;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.bottom-action .deskop_none.open.move {
  top: -80px;
}
@media only screen and (max-width: 767px) {
  .bottom-action .deskop_none.open.move ~ .default, .bottom-action .deskop_none.open.move ~ .close {
    position: relative;
    top: -37px;
  }
}
@media only screen and (max-width: 767px) {
  .bottom-action .deskop_none.close.active ~ .activity-entrance {
    top: -270px;
  }
}
@media only screen and (max-width: 767px) {
  .bottom-action .deskop_none.move.mobile_none ~ .activity-entrance.move {
    top: -145px;
  }
}
@media only screen and (max-width: 767px) {
  .bottom-action .default {
    position: absolute;
    top: -161px;
    z-index: 9;
  }
  .bottom-action .default.move {
    top: -198px;
  }
}
.bottom-action .default > div {
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .bottom-action .default > div {
    margin-bottom: 10px;
  }
}
.bottom-action .line, .bottom-action .beauty-card, .bottom-action .beauty-exchange {
  width: 100%;
  height: 34px;
  padding: 6px 0px 5px 10px;
  border-radius: 25px;
}
.bottom-action .line img, .bottom-action .beauty-card img, .bottom-action .beauty-exchange img {
  width: 26px;
  vertical-align: middle;
  margin-right: 4px;
}
@media only screen and (max-width: 767px) {
  .bottom-action .line img, .bottom-action .beauty-card img, .bottom-action .beauty-exchange img {
    width: 100%;
  }
}
.bottom-action .line a, .bottom-action .beauty-card a, .bottom-action .beauty-exchange a {
  color: #fff;
  font-size: 14px;
}
.bottom-action .line a .name, .bottom-action .beauty-card a .name, .bottom-action .beauty-exchange a .name {
  display: inline-block;
  vertical-align: top;
  padding-top: 4px;
  font-family: 'LiHei', 'Microsoft JhengHei';
}
@media only screen and (max-width: 767px) {
  .bottom-action .line a .name, .bottom-action .beauty-card a .name, .bottom-action .beauty-exchange a .name {
    display: block;
  }
}
.bottom-action .line {
  background: #05a604;
}
@media only screen and (max-width: 767px) {
  .bottom-action .line {
    border-radius: 100%;
    padding: 5px 7px;
  }
}
.bottom-action .beauty-exchange {
  padding: 3px 0 0 5px;
  background: #ff2d76;
}
.bottom-action .beauty-exchange img {
  width: auto;
}
.bottom-action .beauty-exchange a .name {
  padding-top: 7px;
  margin-left: -3px;
}
.bottom-action .beauty-card {
  background: #ff2d76;
}
@media only screen and (max-width: 767px) {
  .bottom-action .beauty-card {
    margin-bottom: 27px !important;
    padding: 0;
    background: none;
    position: relative;
  }
  .bottom-action .beauty-card img {
    position: relative;
    background: #ff2d76;
    border-radius: 100%;
    z-index: 2;
  }
  .bottom-action .beauty-card .name {
    width: 69px;
    position: absolute;
    right: -14px;
    bottom: -17px;
    bottom: -26px;
    padding: 3px 0 4px 0px;
    background: #fff;
    border-radius: 36px;
    color: #000;
    font-size: 12px;
    opacity: 0.9;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .bottom-action .close {
    position: absolute;
    top: -43px;
    z-index: 9;
  }
  .bottom-action .close.move {
    top: -80px;
  }
}
.bottom-action .gotop {
  position: static;
  width: 52px;
  margin-top: 13px;
  margin-left: -moz-calc(50% - 26px);
  margin-left: -webkit-calc(50% - 26px);
  margin-left: calc(50% - 26px);
}
@media only screen and (max-width: 767px) {
  .bottom-action .gotop {
    width: 32px;
    position: absolute;
    bottom: 0;
    right: 4px;
    margin-top: 10px;
    margin-left: -moz-calc(50% - 16px);
    margin-left: -webkit-calc(50% - 16px);
    margin-left: calc(50% - 16px);
    z-index: 8;
  }
}

.mobile_menu_open .search_block {
  display: none !important;
}

.fixed-scroll {
  overflow: hidden;
}

.line-cs {
  position: fixed;
  bottom: 0;
  right: 1.8%;
  z-index: 99997;
}
@media only screen and (max-width: 1069px) {
  .line-cs {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .line-cs {
    bottom: 17.6%;
    bottom: -moz-calc(10.5% + 40px);
    bottom: -webkit-calc(10.5% + 40px);
    bottom: calc(10.5% + 40px);
    right: 3.9%;
  }
  .line-cs.vf {
    bottom: -moz-calc(15.5% + 40px);
    bottom: -webkit-calc(15.5% + 40px);
    bottom: calc(15.5% + 40px);
  }
}
.line-cs .icon-line-cs {
  display: block;
}
.line-cs .icon-line-cs span {
  display: block;
}
.line-cs .icon-line-cs span.mobile_none {
  width: 136px;
}
.line-cs .icon-line-cs span.deskop_none {
  width: 40px;
}
.line-cs .icon-line-cs img {
  display: block;
  width: 100%;
}

.font_color_pink {
  color: #ee5c83;
}

.center-align {
  text-align: center;
}
.center-align:before, .center-align:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  position: relative;
  vertical-align: middle;
}
.center-align > * {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.promo-pop-up {
  display: none;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  z-index: 99990;
  top: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
}
.promo-pop-up .img-block {
  position: relative;
  margin-top: 10%;
}
@media only screen and (max-width: 767px) {
  .promo-pop-up .img-block {
    margin-top: 80px;
    padding: 11% 2%;
  }
  .promo-pop-up .img-block img {
    width: 100%;
  }
}
.promo-pop-up .close {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
  padding: 5px;
  border-radius: 100%;
  margin-top: 20px;
  border: 2px solid #fff;
}
.promo-pop-up .close:before, .promo-pop-up .close:after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 1px;
  position: absolute;
  top: 22px;
  left: 9px;
  background: #fff;
}
.promo-pop-up .close:before {
  transform: rotate(45deg);
}
.promo-pop-up .close:after {
  transform: rotate(135deg);
}
.promo-pop-up .icon-icon-close {
  display: inline-block;
  padding: 6px 5px 6px 6px;
  margin-top: 20px;
  border: 1px solid #fff;
  border-radius: 100%;
}
.promo-pop-up .icon-icon-close:before {
  font-size: 18px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .promo-pop-up.m_w85 .img-block img {
    width: 85%;
  }
}
.promo-pop-up.m_w85 div.close {
  width: 60px;
  height: 60px;
  position: absolute;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.promo-pop-up.popupbanner .img-block img.deskop_none {
  max-width: 410px;
}
.promo-pop-up.popupbanner .img-block > div {
  max-width: 410px;
  position: relative;
  margin: 0 auto;
}
.promo-pop-up.popupbanner .img-block > div .close {
  top: -18px;
  right: -18px;
}
@media only screen and (max-width: 767px) {
  .promo-pop-up.popupbanner .img-block > div .close {
    top: -23px;
    right: calc(15.11% - 35px);
  }
}
@media only screen and (min-width: 768px) {
  .promo-pop-up.closeOnRight .img-block > div {
    width: 100%;
    max-width: 720px;
    position: absolute;
    top: 0;
    left: calc(50% - 25px);
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .promo-pop-up.closeOnRight .img-block div.close {
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    margin: 0;
    border: 0;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .promo-pop-up.closeOnRight .img-block div.close:before, .promo-pop-up.closeOnRight .img-block div.close:after {
    height: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .promo-pop-up.closeOnRight .img-block div.close {
    width: 36px;
    height: 36px;
    top: 0;
    right: 0;
  }
  .promo-pop-up.closeOnRight .img-block div.close:before, .promo-pop-up.closeOnRight .img-block div.close:after {
    width: 20px;
    top: 16px;
    left: 6px;
  }
}
.promo-pop-up.newyear2019 .promo-content {
  position: relative;
}
.promo-pop-up.newyear2019 .promo-content .pop-close {
  display: block;
  position: absolute;
  width: 15%;
  height: 15%;
  top: -4%;
  right: 11%;
  z-index: 11;
  cursor: pointer;
}
.promo-pop-up.newyear2019 .promo-content .gift, .promo-pop-up.newyear2019 .promo-content .text {
  width: 100%;
  position: absolute;
  font-weight: bold;
}
.promo-pop-up.newyear2019 .promo-content .gift .inner, .promo-pop-up.newyear2019 .promo-content .text .inner {
  display: none;
}
.promo-pop-up.newyear2019 .promo-content .gift {
  top: 27%;
  color: #ffeb0c;
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .promo-pop-up.newyear2019 .promo-content .gift {
    font-size: 18px;
    font-size: 5.625vw;
  }
}
.promo-pop-up.newyear2019 .promo-content .text {
  top: 27.4%;
  color: #f74576;
  font-size: 28px;
  letter-spacing: -.5px;
}
@media only screen and (max-width: 767px) {
  .promo-pop-up.newyear2019 .promo-content .text {
    font-size: 17px;
    font-size: 5.3125vw;
    letter-spacing: -0.15625vw;
  }
}
.promo-pop-up.newyear2019 .promo-content .text em {
  display: inline-block;
  font-size: 35px;
}
@media only screen and (max-width: 767px) {
  .promo-pop-up.newyear2019 .promo-content .text em {
    font-size: 25px;
    font-size: 6.67vw;
  }
}
.promo-pop-up.newyear2019 .promo-content .text .note {
  margin-top: 10px;
  font-size: 22px;
  color: #fff;
  letter-spacing: 1px;
  text-indent: 1px;
}
@media only screen and (max-width: 767px) {
  .promo-pop-up.newyear2019 .promo-content .text .note {
    margin-top: 5px;
    font-size: 1.2em;
  }
}
.promo-pop-up.newyear2019 .promo-content .action {
  position: absolute;
  width: 100%;
  height: 25%;
  bottom: 0;
  z-index: 11;
}
.promo-pop-up.newyear2019 .promo-content .action .btn {
  width: 100%;
  height: 100%;
  text-indent: -99999px;
}
.promo-pop-up.newyear2019 .promo-content .login {
  position: absolute;
  top: 135px;
  width: 100%;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .promo-pop-up.newyear2019 .promo-content .login {
    top: 22%;
  }
}
.promo-pop-up.newyear2019 .promo-content .login .cart_block {
  width: -moz-calc(100% - 80px);
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  margin-left: 38px;
  left: 0;
  padding: 0;
  background: transparent;
  border: none;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .promo-pop-up.newyear2019 .promo-content .login .cart_block {
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
    margin-left: 43px;
  }
}
.promo-pop-up.newyear2019 .promo-content .login .cart_block input[type="text"], .promo-pop-up.newyear2019 .promo-content .login .cart_block input[type="password"] {
  margin-bottom: 15px;
  border: none;
  font-size: 18px;
}
.promo-pop-up.newyear2019 .promo-content .login .cart_block .ui_btn {
  font-size: 18px;
  margin-bottom: 15px;
}
.promo-pop-up.newyear2019 .promo-content .login .cart_block .form_master .btn_bg_grey {
  margin-top: 5px;
  background: #7f7680;
  border: none;
  box-shadow: inset -1px -1px 7px 0px #98020c;
  letter-spacing: 10px;
  text-indent: 10px;
}
.promo-pop-up.newyear2019 .promo-content .login .cart_block .form_master .error_msg {
  margin-top: -15px;
  font-size: 18px;
  text-align: left;
  color: #fff;
}
.promo-pop-up.newyear2019 .promo-content .login .cart_block .social_block {
  border-color: #d12d30;
}
@media only screen and (max-width: 767px) {
  .promo-pop-up.newyear2019 .promo-content .login .cart_block .social_block {
    padding-top: 13px;
    margin-top: 15px;
  }
}
.promo-pop-up.newyear2019 .promo-content .login .cart_block .quick_link .signup {
  position: relative;
  color: #fff;
  font-weight: normal;
  background-color: #e7492f;
  box-shadow: inset 0px 0px 5px 0px #9c2014;
  border: 1px solid #fff;
  border-image: linear-gradient(to right, #ffffff 0%, #fdf996 100%);
  border-image-slice: 1;
  border-width: 2px;
}
.promo-pop-up.newyear2019 .promo-content .login .cart_block .quick_link .signup:before {
  content: '';
  width: -moz-calc(100% + 6px);
  width: -webkit-calc(100% + 6px);
  width: calc(100% + 6px);
  height: -moz-calc(100% + 6px);
  height: -webkit-calc(100% + 6px);
  height: calc(100% + 6px);
  position: absolute;
  left: -3px;
  top: -3px;
  border: 1px solid #db5f3f;
  border-radius: 4px;
}
.promo-pop-up.newyear2019 .promo-content .login .cart_block .quick_link .signup.r-arrow:after {
  border-color: #fff;
}
@media only screen and (min-width: 768px) {
  .promo-pop-up.newyear2019 .img-block {
    width: 500px;
    margin: 0 auto;
  }
  .promo-pop-up.newyear2019 .img-block.step1, .promo-pop-up.newyear2019 .img-block.step3 {
    margin-top: 200px;
  }
  .promo-pop-up.newyear2019 .img-block.step2 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .promo-pop-up.newyear2019 .img-block {
    width: 95%;
    padding: 0;
    margin: 110px auto 0;
  }
  .promo-pop-up.newyear2019 .img-block.step2 {
    margin-top: 58px;
  }
  .promo-pop-up.newyear2019 .img-block.step2 .promo-content {
    margin-bottom: -30px;
  }
}
.promo-pop-up.newyear2019 .img-block .img-bg.mwb, .promo-pop-up.newyear2019 .img-block .img-bg.mbr {
  display: none;
}
.promo-pop-up.newyear2019 .img-block .img-bg.mwb.selected, .promo-pop-up.newyear2019 .img-block .img-bg.mbr.selected {
  display: block;
}
.promo-pop-up.newyear2019 .img-block .img-bg.mwb.selected ~ .text .inner.mwb, .promo-pop-up.newyear2019 .img-block .img-bg.mwb.selected ~ .gift .inner.mwb {
  display: block;
}
.promo-pop-up.newyear2019 .img-block .img-bg.mwb.selected ~ .gift {
  top: 22.7%;
}
.promo-pop-up.newyear2019 .img-block .img-bg.mwb.selected ~ .text {
  top: 55.4%;
}
.promo-pop-up.newyear2019 .img-block .img-bg.mbr.selected ~ .text .inner.mbr, .promo-pop-up.newyear2019 .img-block .img-bg.mbr.selected ~ .gift .inner.mbr {
  display: block;
}
.promo-pop-up.newyear2019 .img-block .img-bg.mbr.selected ~ .gift {
  top: 27%;
}
.promo-pop-up.newyear2019 .img-block .img-bg.mbr.selected ~ .text {
  top: 46.5%;
}
.promo-pop-up.newyear2019 .img-block img {
  width: 100%;
}
.promo-pop-up.promo201906 .validation {
  margin: 0px 0 8px 10px;
  text-align: left;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .promo-pop-up.promo201906 .validation {
    margin: 0 0 8px 15px;
    font-size: 14px;
  }
}
.promo-pop-up.promo201906 .validation img {
  width: 65px !important;
  margin-left: 2px;
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  .promo-pop-up.promo201906 .validation img {
    width: 50px !important;
  }
}
@media only screen and (min-width: 768px) {
  .promo-pop-up.promo201906 .img-block {
    width: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .promo-pop-up.promo201906 .img-block.step1 {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .promo-pop-up.promo201906 .img-block.step2 {
    margin-top: 200px;
  }
}
.promo-pop-up.promo201906 .close {
  margin: -5px 0 20px 0;
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .promo-pop-up.promo201906 .close {
    margin: 0 0 20px;
  }
}
.promo-pop-up.promo201906 .promo-content .login {
  top: 115px;
}
@media only screen and (max-width: 767px) {
  .promo-pop-up.promo201906 .promo-content .login {
    top: 21%;
  }
}
@media only screen and (min-width: 768px) {
  .promo-pop-up.promo201906 .promo-content .login .cart_block .ui_btn {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .promo-pop-up.promo201906 .promo-content .login .cart_block .form_master .btn_bg_grey {
    margin-top: 0;
  }
}
.promo-pop-up.promo201906 .promo-content .login .cart_block input[type="text"], .promo-pop-up.promo201906 .promo-content .login .cart_block input[type="password"] {
  box-shadow: inset 0px 0px 2px #000;
}
@media only screen and (min-width: 768px) {
  .promo-pop-up.promo201906 .promo-content .login .cart_block input[type="text"], .promo-pop-up.promo201906 .promo-content .login .cart_block input[type="password"] {
    font-size: 14px;
  }
}
.promo-pop-up.promo201906 .promo-content .login .cart_block input[type="text"]:-moz-placeholder, .promo-pop-up.promo201906 .promo-content .login .cart_block input[type="password"]:-moz-placeholder {
  color: #999;
}
.promo-pop-up.promo201906 .promo-content .login .cart_block input[type="text"]::-moz-placeholder, .promo-pop-up.promo201906 .promo-content .login .cart_block input[type="password"]::-moz-placeholder {
  color: #999;
}
.promo-pop-up.promo201906 .promo-content .login .cart_block input[type="text"]:-ms-input-placeholder, .promo-pop-up.promo201906 .promo-content .login .cart_block input[type="password"]:-ms-input-placeholder {
  color: #999;
}
.promo-pop-up.promo201906 .promo-content .login .cart_block input[type="text"]::-webkit-input-placeholder, .promo-pop-up.promo201906 .promo-content .login .cart_block input[type="password"]::-webkit-input-placeholder {
  color: #999;
}
.promo-pop-up.promo201906 .promo-content .login .cart_block .error + div.error_msg {
  height: 0;
  font-size: 14px;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .promo-pop-up.promo201906 .promo-content .login .cart_block .error + div.error_msg {
    font-size: 16px;
  }
}
.promo-pop-up.promo201906 .promo-content .login .cart_block .error + div.error_msg:after {
  visibility: visible;
}
.promo-pop-up.promo201906 .promo-content .login .cart_block .quick_link {
  font-size: 15px;
}
.promo-pop-up.promo201906 .promo-content .login .cart_block .quick_link .signup {
  background: linear-gradient(to right, #ffffff, #fdf996 100%);
  border: none;
  border-radius: 5px;
  padding: 2px;
  box-shadow: none;
  letter-spacing: 2px;
}
.promo-pop-up.promo201906 .promo-content .login .cart_block .quick_link .signup em {
  display: block;
  padding: 10px 15px;
  background: #fa1f27;
  border-radius: 4px;
  box-shadow: inset 0px 0px 5px 0px #9c2014;
}
.promo-pop-up.promo201906 .promo-content .login .cart_block .quick_link .signup:before {
  display: none;
}
.promo-pop-up.promo201906 .promo-content .login .cart_block .quick_link .signup .r-arrow:after {
  width: 10px;
  height: 10px;
}
.promo-pop-up.promo201906 .promo-content .login .cart_block .quick_link .forget {
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .promo-pop-up.promo201906 .promo-content .login .cart_block {
    width: -moz-calc(100% - 75px);
    width: -webkit-calc(100% - 75px);
    width: calc(100% - 75px);
    margin-left: 35px;
  }
}
.promo-pop-up.promo201906 .promo-content .login .social_block {
  margin-top: 10px;
  padding: 10px 0 0;
}
.promo-pop-up.promo201906 .promo-content .login .social_block .fb, .promo-pop-up.promo201906 .promo-content .login .social_block .line {
  padding-left: 0;
}
.promo-pop-up.promo201906 .promo-content .login .social_block .fb .block, .promo-pop-up.promo201906 .promo-content .login .social_block .line .block {
  width: 100%;
  padding-left: 13%;
  letter-spacing: 1px;
}
.promo-pop-up.promo201906 .promo-content .login .social_block .fb .bg-fb {
  margin-left: 5px;
}
.promo-pop-up.promo201906 .step3.revised .promo-content .text .title {
  padding: 80px 0 9px;
}
@media only screen and (max-width: 767px) {
  .promo-pop-up.promo201906 .step3.revised .promo-content .text .title {
    padding: 22% 0 3%;
  }
}
.promo-pop-up.promo201906 .step3.revised .promo-content .text .btn {
  margin: 105px 0 0;
}
@media only screen and (max-width: 767px) {
  .promo-pop-up.promo201906 .step3.revised .promo-content .text .btn {
    margin: 30% 0 0;
  }
}
.promo-pop-up.promo201906 .step3 .promo-content .text {
  top: 25px;
  padding-left: 15px;
  letter-spacing: 0;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .promo-pop-up.promo201906 .step3 .promo-content .text {
    padding-left: 0;
  }
}
.promo-pop-up.promo201906 .step3 .promo-content .text .title {
  padding: 170px 0 9px;
  letter-spacing: 5px;
  font-size: 38px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .promo-pop-up.promo201906 .step3 .promo-content .text .title {
    padding: 49% 0 3%;
    font-size: 38px;
    font-size: 10.5vw;
  }
}
.promo-pop-up.promo201906 .step3 .promo-content .text .info {
  min-height: 94px;
}
@media only screen and (max-width: 767px) {
  .promo-pop-up.promo201906 .step3 .promo-content .text .info {
    min-height: 26vw;
  }
}
.promo-pop-up.promo201906 .step3 .promo-content .text .item {
  padding: 10px 0 4px;
  color: #fff44b;
  font-size: 26px;
  line-height: 120%;
}
@media only screen and (max-width: 767px) {
  .promo-pop-up.promo201906 .step3 .promo-content .text .item {
    padding: 3% 0 5px;
    font-size: 26px;
    font-size: 7vw;
  }
}
.promo-pop-up.promo201906 .step3 .promo-content .text .note {
  margin-top: 0;
  font-size: 18px;
  text-indent: inherit;
}
@media only screen and (max-width: 767px) {
  .promo-pop-up.promo201906 .step3 .promo-content .text .note {
    font-size: 18px;
    font-size: 5vw;
  }
}
.promo-pop-up.promo201906 .step3 .promo-content .text .btn {
  padding: 0px 20px 10px;
  margin: 15px 0 0;
  font-size: 18px;
  border-radius: 8px;
  color: #fff;
  border: 1px solid #fff;
  letter-spacing: 2px;
  text-indent: 0;
}
@media only screen and (max-width: 767px) {
  .promo-pop-up.promo201906 .step3 .promo-content .text .btn {
    padding: 2.5% 6% 3% 6%;
    margin: 4% 0 0;
    font-size: 18px;
    font-size: 5vw;
  }
}
.promo-pop-up.promo201906 .step3 .promo-content .text .btn .r-arrow {
  padding-left: 5px;
  padding-right: 10px;
}
.promo-pop-up.promo201906 .step3 .promo-content .text .btn .r-arrow:after {
  width: 10px;
  height: 10px;
  border-width: 1px;
}
@media only screen and (max-width: 767px) {
  .promo-pop-up.promo201906 .step3 .promo-content .text .btn .r-arrow:after {
    width: 10px;
    height: 10px;
    border-width: 1px;
  }
}

.click-link {
  cursor: pointer;
}

.ceremony-join.in1904 {
  color: #fff;
}
.ceremony-join.in1904 .img-block {
  max-width: 456px;
  margin-top: 8.5%;
}
.ceremony-join.in1904 .img-bg.mwb.selected ~ .member-disp {
  top: 8.6%;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .img-bg.mwb.selected ~ .member-disp {
    top: 13.8%;
    top: 23.3vw;
  }
}
.ceremony-join.in1904 .img-bg.mwb.selected ~ .main-title {
  top: 17.5%;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .img-bg.mwb.selected ~ .main-title {
    top: 21.5%;
    top: 36.35vw;
  }
}
.ceremony-join.in1904 .img-bg.mwb.selected ~ .gift {
  top: 24.75%;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .img-bg.mwb.selected ~ .gift {
    top: 27.8%;
    top: 46.6vw;
  }
}
.ceremony-join.in1904 .img-bg.mwb.selected ~ .note-disp .n1 {
  top: 32.5%;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .img-bg.mwb.selected ~ .note-disp .n1 {
    top: 33.8%;
    top: 57.8vw;
  }
}
.ceremony-join.in1904 .img-bg.mwb.selected ~ .note-disp .n2 {
  top: 45.1%;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .img-bg.mwb.selected ~ .note-disp .n2 {
    top: 44.5%;
    top: 75.8vw;
  }
}
.ceremony-join.in1904 .img-bg.mwb.selected ~ .text {
  top: 58.4%;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .img-bg.mwb.selected ~ .text {
    top: 55.6%;
    top: 94.6vw;
  }
}
.ceremony-join.in1904 .img-bg.mwb.selected ~ .action {
  top: 57%;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .img-bg.mwb.selected ~ .action {
    top: 55.6%;
    top: 94.6vw;
  }
}
.ceremony-join.in1904 .img-bg.mwb.selected ~ .close-note {
  top: 79.5%;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .img-bg.mwb.selected ~ .close-note {
    top: 73.8%;
    top: 125.4vw;
  }
}
.ceremony-join.in1904 .img-bg.mwb.selected ~ .btn-close:before {
  top: 75%;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .img-bg.mwb.selected ~ .btn-close:before {
    top: 70%;
    top: 118vw;
  }
}
.ceremony-join.in1904 .img-bg.mwb2.selected ~ .member-disp {
  top: 6.3%;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .img-bg.mwb2.selected ~ .member-disp {
    top: 11.4%;
    top: 20.32vw;
  }
}
.ceremony-join.in1904 .img-bg.mwb2.selected ~ .main-title {
  top: 14.5%;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .img-bg.mwb2.selected ~ .main-title {
    top: 18.7%;
    top: 33.35vw;
  }
}
.ceremony-join.in1904 .img-bg.mwb2.selected ~ .gift {
  top: 21.65%;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .img-bg.mwb2.selected ~ .gift {
    top: 24.6%;
    top: 43.7333vw;
  }
}
.ceremony-join.in1904 .img-bg.mwb2.selected ~ .gift .line2 {
  margin: 8.5% 0 0;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .img-bg.mwb2.selected ~ .gift .line2 {
    margin: 7.7% 0 0;
    margin: 5.0667vw 0 0;
  }
}
.ceremony-join.in1904 .img-bg.mwb2.selected ~ .gift .line2 .table-wrap {
  font-size: 12px;
}
.ceremony-join.in1904 .img-bg.mwb2.selected ~ .gift .line2 .bs-font {
  margin-right: 3px;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .img-bg.mwb2.selected ~ .gift .line2 .bs-font {
    margin-right: 2px;
    vertical-align: -6px;
    vertical-align: -1.6vw;
  }
}
.ceremony-join.in1904 .img-bg.mwb2.selected ~ .note-disp .n1 {
  top: 36.7%;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .img-bg.mwb2.selected ~ .note-disp .n1 {
    top: 37.6%;
    top: 66.9333vw;
  }
}
.ceremony-join.in1904 .img-bg.mwb2.selected ~ .note-disp .n2 {
  top: 47.4%;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .img-bg.mwb2.selected ~ .note-disp .n2 {
    top: 46.5%;
    top: 82.93333vw;
  }
}
.ceremony-join.in1904 .img-bg.mwb2.selected ~ .text {
  top: 59.4%;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .img-bg.mwb2.selected ~ .text {
    top: 57.0%;
    top: 101.6vw;
  }
}
.ceremony-join.in1904 .img-bg.mwb2.selected ~ .action {
  top: 58.5%;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .img-bg.mwb2.selected ~ .action {
    top: 57.0%;
    top: 101.6vw;
  }
}
.ceremony-join.in1904 .img-bg.mwb2.selected ~ .qa {
  display: block;
  top: 77.7%;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .img-bg.mwb2.selected ~ .qa {
    top: 72.3%;
    top: 128.8vw;
  }
}
.ceremony-join.in1904 .img-bg.mwb2.selected ~ .close-note {
  top: 81.3%;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .img-bg.mwb2.selected ~ .close-note {
    top: 75.5%;
    top: 134.6667vw;
  }
}
.ceremony-join.in1904 .img-bg.mwb2.selected ~ .btn-close:before {
  top: 75%;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .img-bg.mwb2.selected ~ .btn-close:before {
    top: 69%;
    top: 124vw;
  }
}
.ceremony-join.in1904 .img-bg.mbr.selected ~ .member-disp {
  top: 11.5%;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .img-bg.mbr.selected ~ .member-disp {
    top: 16.9%;
    top: 26vw;
  }
}
.ceremony-join.in1904 .img-bg.mbr.selected ~ .main-title {
  top: 21.3%;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .img-bg.mbr.selected ~ .main-title {
    top: 24.9%;
    top: 39vw;
  }
}
.ceremony-join.in1904 .img-bg.mbr.selected ~ .gift {
  top: 29.2%;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .img-bg.mbr.selected ~ .gift {
    top: 32.2%;
    top: 49vw;
  }
}
.ceremony-join.in1904 .img-bg.mbr.selected ~ .note-disp .n1 {
  top: 37.6%;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .img-bg.mbr.selected ~ .note-disp .n1 {
    top: 38.6%;
    top: 60vw;
  }
}
.ceremony-join.in1904 .img-bg.mbr.selected ~ .note-disp .n2 {
  display: none;
}
.ceremony-join.in1904 .img-bg.mbr.selected ~ .text {
  top: 51.5%;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .img-bg.mbr.selected ~ .text {
    top: 50.5%;
    top: 78vw;
  }
}
.ceremony-join.in1904 .img-bg.mbr.selected ~ .action {
  top: 50%;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .img-bg.mbr.selected ~ .action {
    top: 49.5%;
    top: 77.2vw;
  }
}
.ceremony-join.in1904 .img-bg.mbr.selected ~ .close-note {
  top: 75.5%;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .img-bg.mbr.selected ~ .close-note {
    top: 69.8%;
    top: 109vw;
  }
}
.ceremony-join.in1904 .img-bg.mbr.selected ~ .btn-close:before {
  top: 70%;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .img-bg.mbr.selected ~ .btn-close:before {
    top: 65%;
    top: 100vw;
  }
}
.ceremony-join.in1904 .img-bg.mbr2.selected ~ .member-disp {
  top: 6.9%;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .img-bg.mbr2.selected ~ .member-disp {
    top: 11.4%;
    top: 20.32vw;
  }
}
.ceremony-join.in1904 .img-bg.mbr2.selected ~ .main-title {
  top: 16.3%;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .img-bg.mbr2.selected ~ .main-title {
    top: 18.7%;
    top: 33.35vw;
  }
}
.ceremony-join.in1904 .img-bg.mbr2.selected ~ .gift {
  top: 24.65%;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .img-bg.mbr2.selected ~ .gift {
    top: 24.6%;
    top: 43.7333vw;
  }
}
.ceremony-join.in1904 .img-bg.mbr2.selected ~ .gift .line2 {
  margin: 8.5% 0 0;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .img-bg.mbr2.selected ~ .gift .line2 {
    margin: 7.7% 0 0;
    margin: 5.0667vw 0 0;
  }
}
.ceremony-join.in1904 .img-bg.mbr2.selected ~ .gift .line2 .table-wrap {
  font-size: 12px;
}
.ceremony-join.in1904 .img-bg.mbr2.selected ~ .gift .line2 .bs-font {
  margin-right: 3px;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .img-bg.mbr2.selected ~ .gift .line2 .bs-font {
    margin-right: 2px;
    vertical-align: -6px;
    vertical-align: -1.6vw;
  }
}
.ceremony-join.in1904 .img-bg.mbr2.selected ~ .note-disp .n1 {
  top: 41.8%;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .img-bg.mbr2.selected ~ .note-disp .n1 {
    top: 37.6%;
    top: 66.9333vw;
  }
}
.ceremony-join.in1904 .img-bg.mbr2.selected ~ .note-disp .n2 {
  display: none;
}
.ceremony-join.in1904 .img-bg.mbr2.selected ~ .text {
  top: 53.5%;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .img-bg.mbr2.selected ~ .text {
    top: 51.5%;
    top: 82.133vw;
  }
}
.ceremony-join.in1904 .img-bg.mbr2.selected ~ .action {
  top: 52.5%;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .img-bg.mbr2.selected ~ .action {
    top: 51.4%;
    top: 81.8vw;
  }
}
.ceremony-join.in1904 .img-bg.mbr2.selected ~ .qa {
  display: block;
  top: 74.5%;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .img-bg.mbr2.selected ~ .qa {
    top: 69%;
    top: 110.133vw;
  }
}
.ceremony-join.in1904 .img-bg.mbr2.selected ~ .close-note {
  top: 78.7%;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .img-bg.mbr2.selected ~ .close-note {
    top: 72.7%;
    top: 116vw;
  }
}
.ceremony-join.in1904 .img-bg.mbr2.selected ~ .btn-close:before {
  top: 72%;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .img-bg.mbr2.selected ~ .btn-close:before {
    top: 65%;
    top: 104vw;
  }
}
.ceremony-join.in1904 .member-disp, .ceremony-join.in1904 .note-disp .n1, .ceremony-join.in1904 .close-note {
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .member-disp, .ceremony-join.in1904 .note-disp .n1, .ceremony-join.in1904 .close-note {
    font-size: 15px;
    font-size: 3.7333vw;
  }
}
.ceremony-join.in1904 .member-disp .line2, .ceremony-join.in1904 .note-disp .n1 .line2, .ceremony-join.in1904 .close-note .line2 {
  display: block;
  margin-top: 1.5%;
}
.ceremony-join.in1904 .main-title {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .main-title {
    font-size: 28px;
    font-size: 7.466vw;
    letter-spacing: 1px;
  }
}
.ceremony-join.in1904 .note-disp .n1 {
  color: #930514;
}
.ceremony-join.in1904 .note-disp .n2 {
  max-width: 350px;
  margin-left: -175px;
  padding: 0 0 0 22.5%;
  line-height: 180%;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .note-disp .n2 {
    max-width: 100%;
    left: auto;
    margin-left: 0;
    padding: 0 0 0 32.3%;
    line-height: 160%;
    font-size: 14px;
    font-size: 3.7333vw;
    letter-spacing: 0;
  }
}
.ceremony-join.in1904 .gift {
  max-width: 276px;
  margin-left: -138px;
  color: #e5233a;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .gift {
    font-size: 4vw;
  }
}
.ceremony-join.in1904 .text {
  max-width: 350px;
  height: 13.5%;
  margin-left: -175px;
  padding: 0 22% 0 10.5%;
  line-height: 180%;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .text {
    max-width: 100%;
    height: 11.6%;
    left: auto;
    margin-left: 0;
    padding: 0 36% 0 21%;
    line-height: 160%;
    font-size: 14px;
    font-size: 3.7333vw;
  }
}
.ceremony-join.in1904 .bs-font {
  display: inline-block;
  margin-left: 3px;
  font-size: 34px;
  vertical-align: -7px;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .bs-font {
    font-size: 28px;
    font-size: 7.46666vw;
    vertical-align: -6px;
    vertical-align: -1.2vw;
  }
}
.ceremony-join.in1904 .qa {
  display: none;
  font-size: 15px;
  color: #010101;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .qa {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.ceremony-join.in1904 .close-note {
  color: #f0344a;
  font-weight: bold;
}
.ceremony-join.in1904 .action {
  width: 100%;
  height: 16%;
}
@media only screen and (max-width: 767px) {
  .ceremony-join.in1904 .action {
    height: 12%;
  }
}
.ceremony-join.in1904 .btn-close {
  cursor: pointer;
}
.ceremony-join.in1904 .btn-close:before {
  content: '';
  display: block;
  width: 100%;
  height: 13%;
  position: absolute;
  left: 0;
  z-index: 11;
}
.ceremony-join .img-block {
  margin: 0 auto;
}
.ceremony-join .img-bg.mwb, .ceremony-join .img-bg.mwb2, .ceremony-join .img-bg.mbr, .ceremony-join .img-bg.mbr2 {
  display: none;
}
.ceremony-join .img-bg.mwb.selected, .ceremony-join .img-bg.mwb2.selected, .ceremony-join .img-bg.mbr.selected, .ceremony-join .img-bg.mbr2.selected {
  display: block;
}
.ceremony-join .img-bg.mwb.selected ~ .text .inner.mwb, .ceremony-join .img-bg.mwb.selected ~ .gift .inner.mwb {
  display: table;
}
.ceremony-join .img-bg.mwb2.selected ~ .text .inner.mwb2, .ceremony-join .img-bg.mwb2.selected ~ .gift .inner.mwb2 {
  display: table;
}
.ceremony-join .img-bg.mbr.selected ~ .text .inner.mbr, .ceremony-join .img-bg.mbr.selected ~ .gift .inner.mbr {
  display: table;
}
.ceremony-join .img-bg.mbr2.selected ~ .text .inner.mbr2, .ceremony-join .img-bg.mbr2.selected ~ .gift .inner.mbr2 {
  display: table;
}
.ceremony-join img {
  width: 100%;
}
.ceremony-join .member-disp, .ceremony-join .main-title, .ceremony-join .center-txt {
  width: 100%;
  position: absolute;
  left: 0;
  text-align: center;
}
.ceremony-join .gift, .ceremony-join .text, .ceremony-join .note-disp .n2 {
  width: 100%;
  position: absolute;
  left: 50%;
}
.ceremony-join .gift .inner, .ceremony-join .text .inner, .ceremony-join .note-disp .n2 .inner {
  display: none;
  width: 100%;
  height: 100%;
}
.ceremony-join .gift .inner .table-wrap, .ceremony-join .text .inner .table-wrap, .ceremony-join .note-disp .n2 .inner .table-wrap {
  display: table-cell;
  vertical-align: middle;
}
.ceremony-join .text, .ceremony-join .left-txt {
  text-align: left;
}
.ceremony-join .action {
  position: absolute;
  left: 0;
  z-index: 11;
}
.ceremony-join .action .btn {
  width: 100%;
  height: 100%;
  text-indent: -99999px;
}
.ceremony-join .close {
  cursor: pointer;
}

.pop_up_block {
  display: none;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .pop_up_block#mobileSearch {
    width: 500px;
    top: 107px;
    left: 50%;
    margin-left: -215px;
    overflow-y: auto;
    background: transparent;
    pointer-events: none;
  }
}
@media only screen and (max-width: 1180px) {
  .pop_up_block#mobileSearch {
    left: 375px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .pop_up_block#mobileSearch {
    left: 0;
  }
}
.pop_up_block .content_block {
  width: 368px;
  text-align: center;
  top: 30%;
  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: 767px) {
  .pop_up_block .content_block {
    width: 320px;
    top: 20%;
    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 25px 0;
}
.pop_up_block .content_block .cart_block .btn_block .ui_btn {
  width: 160px;
}
.pop_up_block .content_block .cart_block .btn_block .ui_btn:last-child {
  margin-left: 20px;
}
.pop_up_block .content_block .cart_block .btn_block.btn_two_block .ui_btn:last-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .pop_up_block .content_block .cart_block .btn_two_block .ui_btn {
    width: -moz-calc(( 100% - 24px) / 2);
    width: -webkit-calc(( 100% - 24px) / 2);
    width: calc(( 100% - 24px) / 2);
  }
}
.pop_up_block .content_block .cart_block .btn_two_block .ui_btn:first-child {
  margin-right: 20px;
}
.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 .content_block.lottery {
  width: 335px;
  padding: 0;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.3) 1px 5px 1px 0;
  font-size: 18px;
  left: -moz-calc(50% - 167px);
  left: -webkit-calc(50% - 167px);
  left: calc(50% - 167px);
}
@media only screen and (max-width: 767px) {
  .pop_up_block .content_block.lottery {
    width: 320px;
    top: 20%;
    left: -moz-calc(50% - 160px);
    left: -webkit-calc(50% - 160px);
    left: calc(50% - 160px);
  }
}
.pop_up_block .content_block.lottery img {
  width: 100%;
}
.pop_up_block .content_block.lottery .reward {
  padding: 40px 0;
  font-size: 24px;
  color: #fd2f34;
  letter-spacing: 1px;
}
.pop_up_block .content_block.lottery .price:first-child {
  margin-bottom: 20px;
  color: #999999;
}
.pop_up_block .content_block.lottery .price:last-child {
  margin-bottom: 40px;
}
.pop_up_block .content_block.lottery .price span {
  display: inline-block;
}
.pop_up_block .content_block.lottery .price span:first-child {
  width: 100px;
  text-align: justify;
  text-align-last: justify;
}
.pop_up_block .content_block.lottery .price span:last-child {
  width: 60px;
  text-align: right;
}
.pop_up_block .content_block.lottery .link {
  display: block;
  padding: 20px 0;
  margin: 0 5px;
  border-top: 1px solid #e5e5e5;
  color: #0070c9;
  letter-spacing: 5px;
}
.pop_up_block .content_block.lottery .link.r-arrow:after {
  width: 10px;
  height: 10px;
  border-color: #0070c9;
}
.pop_up_block .icon-icon-close {
  position: absolute;
  right: 0;
  top: 0;
}
.pop_up_block .icon-icon-close:before {
  font-size: 22px;
  position: absolute;
  top: 35px;
  right: 10px;
}
@media only screen and (min-width: 768px) {
  .pop_up_block .icon-icon-close {
    display: none;
  }
}
.pop_up_block .content_search {
  width: 100%;
  top: 10%;
  left: 0;
  padding: 10px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .pop_up_block .content_search {
    top: 0;
    padding: 0;
    pointer-events: auto;
  }
}
.pop_up_block .content_search .search_block {
  padding: 10px 0 10px 0;
  height: 100%;
  max-height: 500px;
  overflow-y: scroll;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .pop_up_block .content_search .search_block {
    padding: 0 0 10px;
    overflow-y: auto;
  }
}
.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 .hot_search ::-webkit-scrollbar {
  display: none;
}
.pop_up_block .content_search .search_block .hot_search a {
  color: #f94778;
  border: 1px solid #f94778;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .pop_up_block .content_search .search_block .hot_search .how_view {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.pop_up_block .content_search .search_block .hot_search .how_view .search_item_block {
  padding: 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .pop_up_block .content_search .search_block .hot_search .how_view .search_item_block {
    max-height: 42px;
    overflow: hidden;
  }
}
.pop_up_block .content_search .search_block .hot_search .how_view .search_viewed {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .pop_up_block .content_search .search_block .hot_search .how_view .search_viewed {
    max-height: 34px;
    overflow: hidden;
  }
}
.pop_up_block .content_search .search_block .hot_search .how_view .search_viewed a {
  margin: 5px 1px;
  padding: 3px 10px;
  line-height: 130%;
  color: #000;
  background: #fce6ec;
  font-size: 14px;
  border: 0;
}
.pop_up_block .content_search .search_block .search_item_block {
  padding: 10px 0 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: 0 40px 0 10px;
}
@media only screen and (min-width: 768px) {
  .pop_up_block .content_search .search_block .search_action {
    padding: 0 10px;
  }
}
.pop_up_block .content_search .search_block .search_action .search_input_block {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .pop_up_block .content_search .search_block .search_action .search_input_block {
    display: none;
  }
}
.pop_up_block .content_search .search_block .search_action .search_input_block .input_search {
  letter-spacing: 1px;
  border: 1px solid #a0a0a0;
  width: 100%;
  border-radius: 5px;
  margin-top: 5px;
  padding: 10px 60px 10px 10px;
  height: 39px;
}
.pop_up_block .content_search .search_block .search_action .search_input_block .input_search:-moz-placeholder {
  color: #a4a3a3;
  font-family: arial,"微軟正黑體";
}
.pop_up_block .content_search .search_block .search_action .search_input_block .input_search::-moz-placeholder {
  color: #a4a3a3;
  font-family: arial,"微軟正黑體";
}
.pop_up_block .content_search .search_block .search_action .search_input_block .input_search:-ms-input-placeholder {
  color: #a4a3a3;
  font-family: arial,"微軟正黑體";
}
.pop_up_block .content_search .search_block .search_action .search_input_block .input_search::-webkit-input-placeholder {
  color: #a4a3a3;
  font-family: arial,"微軟正黑體";
}
.pop_up_block .content_search .search_block .search_action .search_input_block .icon-search:before {
  font-size: 22px;
  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 {
  display: none;
  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: arial,"微軟正黑體";
}
.pop_up_block .content_search .search_block .search_action .price_range .price_block input[type="text"]::-moz-placeholder {
  color: #999999;
  font-family: arial,"微軟正黑體";
}
.pop_up_block .content_search .search_block .search_action .price_range .price_block input[type="text"]:-ms-input-placeholder {
  color: #999999;
  font-family: arial,"微軟正黑體";
}
.pop_up_block .content_search .search_block .search_action .price_range .price_block input[type="text"]::-webkit-input-placeholder {
  color: #999999;
  font-family: arial,"微軟正黑體";
}
.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_action .price_range .price_block em:before {
  content: '';
  border-top: 2px solid #000;
  position: absolute;
  height: 100%;
  width: 6px;
  right: 7px;
  top: -5px;
}
.pop_up_block .content_search .search_block .search_data {
  border-top: 6px solid #eeeeee;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .pop_up_block .content_search .search_block .search_data .rs-wrap {
    max-height: 140px;
    overflow: hidden;
  }
}
.pop_up_block .content_search .search_block .search_data .rs-wrap .search_item_block.multi_scroll {
  display: flex;
  height: 140px;
  flex-direction: column;
  flex-wrap: wrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.pop_up_block .content_search .search_block .search_data .clean_record {
  border-top: 1px solid #e5e3e4;
  border-bottom: 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;
}
.pop_up_block .linebc {
  width: 400px;
  position: absolute;
  left: -moz-calc(50% - 200px);
  left: -webkit-calc(50% - 200px);
  left: calc(50% - 200px);
  top: 0;
  margin-top: 250px;
  padding: 20px 10px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .pop_up_block .linebc {
    width: 100%;
    left: 0;
    top: 25%;
    margin-top: 0;
  }
}
.pop_up_block .linebc .icon-icon-close {
  cursor: pointer;
}
.pop_up_block .linebc .icon-icon-close:before {
  top: 10px;
}
.pop_up_block .linebc .cart_block .title {
  padding: 10px 0 0;
  font-size: 20px;
  font-weight: bolder;
  letter-spacing: 2px;
  text-align: center;
  line-height: 120%;
}
.pop_up_block .linebc .cart_block .s-title {
  padding: 20px 0 10px;
  font-size: 19px;
  line-height: 120%;
  letter-spacing: 1px;
}
.pop_up_block .linebc .cart_block .text_content {
  padding: 0 10px;
  font-size: 16px;
  line-height: 150%;
}
.pop_up_block .linebc .cart_block .btn_bg_pink {
  width: 100%;
  height: auto;
  margin: 20px 0 0;
  padding: 7px 0;
  background: #f94778;
  color: #fff;
  line-height: 20px;
}
.pop_up_block .linebc .cart_block .text-center {
  text-align: center;
}
.pop_up_block .linebc .cart_block .color-gary {
  color: #908f8f;
}
.pop_up_block .linebc .cart_block .list-number {
  margin-left: 20px;
}
.pop_up_block .linebc .cart_block .list-number li {
  display: list-item;
  list-style: decimal;
}

.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;
}

.pro-sold-out .product_img, .pro-sold-out .pro-img {
  position: relative;
}
.pro-sold-out .product_img:after, .pro-sold-out .pro-img:after {
  content: '售完補貨中';
  background: #000;
  color: #fff;
  opacity: 0.75;
  width: 100%;
  text-align: center;
  padding: 8px;
  position: absolute;
  letter-spacing: 2px;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .pro-sold-out .product_img:after, .pro-sold-out .pro-img:after {
    font-size: 12px;
  }
}
.pro-sold-out .product_img .slide-sold-out, .pro-sold-out .pro-img .slide-sold-out {
  position: relative;
}
.pro-sold-out .product_img .slide-sold-out:after, .pro-sold-out .pro-img .slide-sold-out:after {
  content: '售完補貨中';
  background: #000;
  color: #fff;
  opacity: 0.75;
  width: 100%;
  text-align: center;
  padding: 8px;
  position: absolute;
  letter-spacing: 2px;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .pro-sold-out .product_img .slide-sold-out:after, .pro-sold-out .pro-img .slide-sold-out:after {
    font-size: 12px;
  }
}

/*common e*/
/*master s*/
.wrap {
  width: 1180px;
}

.wrap_525 {
  width: 525px;
}

.wrap, .wrap_525 {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .wrap, .wrap_525 {
    width: 95%;
    width: -moz-calc(( 100% - ( 15px * 2 ) ));
    width: -webkit-calc(( 100% - ( 15px * 2 ) ));
    width: calc(( 100% - ( 15px * 2 ) ));
    margin: 0 15px;
  }
}

.wrap_full {
  width: 1180px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .wrap_full {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .fixed_top {
    position: fixed !important;
    top: 0;
    z-index: 9999;
    transition: all .4s ease-out;
  }
}

.d-none {
  display: none !important;
}

.header {
  font-size: 16px;
  z-index: 9999;
}
@media only screen and (max-width: 767px) {
  .header {
    position: fixed;
    width: 100%;
    top: 0;
  }
}
.header div.marquee {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 40px;
  text-align: center;
  background: #000;
  min-width: 1180px;
  height: 40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header div.marquee {
    min-width: 100%;
    height: auto;
    line-height: 14px;
    padding: 4px 0 6px;
    min-width: 100%;
    font-size: 14px;
    overflow: hidden;
    z-index: 11;
  }
  .header div.marquee.fixed_top {
    height: 30px;
  }
}
.header div.marquee .wrap {
  position: relative;
}
.header div.marquee .beauty-cashback {
  position: absolute;
  padding: 0 7px;
  left: 0;
  z-index: 999;
  background: #000;
}
@media only screen and (max-width: 767px) {
  .header div.marquee .beauty-cashback {
    display: none;
  }
}
.header div.marquee .beauty-cashback img {
  vertical-align: middle;
}
.header div.marquee .beauty-cashback .text {
  padding-bottom: 1px;
  border-bottom: 1px solid #fff;
}
.header div.marquee ul.marquee {
  min-width: 1180px;
  background: #000;
  height: 40px;
  border: none;
}
@media only screen and (max-width: 767px) {
  .header div.marquee ul.marquee {
    width: 100% !important;
    height: 20px;
    line-height: 14px;
    padding: 5px 0;
    min-width: 100%;
    font-size: 14px;
  }
  .header div.marquee ul.marquee.fixed_top {
    top: 5px;
    left: 0;
  }
}
.header div.marquee ul.marquee li {
  display: block;
  min-width: 1180px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .header div.marquee ul.marquee li {
    min-width: 100%;
  }
}
.header div.marquee ul.marquee li a {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 36px;
}
@media only screen and (max-width: 767px) {
  .header div.marquee ul.marquee li a {
    line-height: 14px;
    font-size: 14px;
  }
}
.header div.marquee a {
  color: #fff;
}
.header div.marquee .top-social {
  letter-spacing: 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% + 355px ));
}
@media only screen and (max-width: 767px) {
  .header div.marquee .top-social {
    visibility: hidden;
  }
}
.header div.marquee .top-social .icon-fb:before, .header div.marquee .top-social .icon-ig:before, .header div.marquee .top-social .icon-youtube:before {
  font-size: 22px;
}
.header div.marquee .top-social .icon-line:before {
  font-size: 15px;
}
.header div.marquee .top-social .look-share {
  color: #000;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 5px;
}
.header .lookpretty {
  display: none;
}
.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: 768px) {
  .header .top_action_block span {
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .header .top_action_block span {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .header .top_action_block {
    width: 100%;
    padding: 10px 15px 6px;
    margin: 0;
    background: #fff;
  }
}
.header .top_action_block .mobile_menuicon_block {
  line-height: 35px;
}
.header .top_action_block .mobile_menuicon_block .icon-menu {
  position: relative;
}
.header .top_action_block .mobile_menuicon_block .icon-menu:before {
  content: '';
  display: block;
  width: 18px;
  height: 2px;
  background: #000;
  margin-top: -12px;
}
.header .top_action_block .mobile_menuicon_block .icon-menu:after {
  content: '';
  display: block;
  width: 18px;
  height: 2px;
  background: #000;
  margin-top: 6px;
}
@media only screen and (max-width: 767px) {
  .header .top_action_block .logo_block {
    position: absolute;
    left: -moz-calc(( 50% - 60px ));
    left: -webkit-calc(( 50% - 60px ));
    left: calc(( 50% - 60px ));
    top: 10px;
  }
  .header .top_action_block .logo_block img {
    width: 120px;
  }
}
.header .top_action_block .search_block {
  font-size: 14px;
  padding: 0 200px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .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: #828080;
  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: 200px;
  bottom: 0px;
  background: #ee5c83;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .header .top_action_block .search_block .btn_search:hover {
    background: #d95779;
  }
}
@media only screen and (max-width: 767px) {
  .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 .icon-search:before {
  color: #fff;
  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);
}
@media only screen and (max-width: 767px) {
  .header .top_action_block .search_block .icon-search:before {
    color: #000;
    font-size: 22px;
  }
}
.header .top_action_block .member-login {
  width: 40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header .top_action_block .member-login:after {
    content: '';
    display: block;
    width: 45px;
    height: 50px;
    position: absolute;
    top: -15px;
    right: -15px;
    background: transparent;
    z-index: 11;
  }
}
.header .top_action_block .member-login.before .icon-member-login, .header .top_action_block .member-login.before .member_icon_white {
  display: none;
}
.header .top_action_block .member-login.after .icon-member-login {
  display: inline-block;
}
.header .top_action_block .member-login.after .member_icon, .header .top_action_block .member-login.after .member_icon_white {
  display: none;
}
.header .top_action_block .member-login .member_icon, .header .top_action_block .member-login .member_icon_white {
  width: 23px;
}
@media only screen and (max-width: 767px) {
  .header .top_action_block .member-login .member_icon, .header .top_action_block .member-login .member_icon_white {
    width: 19px;
  }
}
.header .top_action_block .icon-cart, .header .top_action_block .img_member_block, .header .top_action_block .icon-member-login {
  width: 40px;
}
@media only screen and (max-width: 767px) {
  .header .top_action_block .icon-cart, .header .top_action_block .img_member_block, .header .top_action_block .icon-member-login {
    width: auto;
  }
}
.header .top_action_block .icon-cart:before {
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .header .top_action_block .icon-cart:before {
    font-size: 26px;
  }
}
.header .top_action_block .cart_block {
  text-align: center;
  background: none;
}
@media only screen and (max-width: 767px) {
  .header .top_action_block .cart_block {
    position: absolute;
    right: 45px;
    top: 14px;
  }
}
.header .top_action_block .cart_block .icon-cart {
  margin-right: 5px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header .top_action_block .cart_block .icon-cart {
    margin-right: 10px;
  }
  .header .top_action_block .cart_block .icon-cart:after {
    content: '';
    display: block;
    width: 230%;
    height: 50px;
    position: absolute;
    top: -14px;
    right: -8px;
    background: transparent;
    z-index: 11;
  }
}
.header .top_action_block .cart_block .icon-cart em {
  font-size: 12px;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #ee4b77;
  color: #fff;
  border-radius: 100%;
  right: 0px;
  top: -5px;
}
@media only screen and (max-width: 767px) {
  .header .top_action_block .cart_block .icon-cart em {
    right: -8px;
  }
}
.header .top_action_block .member_block {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .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;
}
@media only screen and (max-width: 767px) {
  .header .top_action_block .member_block .img_member_block {
    position: relative;
  }
  .header .top_action_block .member_block .img_member_block:after {
    content: '';
    display: block;
    width: 240%;
    height: 50px;
    position: absolute;
    top: -15px;
    right: -15px;
    background: transparent;
    z-index: 11;
  }
}
.header .top_action_block .member_block .img_member_block img {
  width: 23px;
}
@media only screen and (max-width: 767px) {
  .header .top_action_block .member_block .img_member_block img {
    width: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .header .top_action_block .member_block .icon-member-login {
    position: relative;
  }
  .header .top_action_block .member_block .icon-member-login:after {
    content: '';
    display: block;
    width: 240%;
    height: 50px;
    position: absolute;
    top: -15px;
    right: -15px;
    background: transparent;
    z-index: 11;
  }
}
.header .top_action_block .member_block .icon-member-login:before {
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .header .top_action_block .member_block .icon-member-login:before {
    font-size: 22px;
  }
}
.header .top_action_block .sp-red {
  position: absolute;
  top: 27px;
  right: 108px;
}
.header .top_action_block .sp-red a {
  display: table;
  width: 62px;
  height: 36px;
  padding: 2px 3px;
  background: #ff0000;
  color: #fff;
  text-align: center;
  font-size: 12px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  line-height: 140%;
}
.header .top_action_block .sp-red a em {
  display: table-cell;
  vertical-align: middle;
}
.header .top_action_block .sp-red a:after {
  content: '';
  display: block;
  width: 100%;
  height: 59px;
  position: absolute;
  top: -13px;
  right: 0;
  background: transparent;
  z-index: 11;
}
@media only screen and (max-width: 767px) {
  .header .top_action_block .sp-red {
    top: 8px;
    right: 86px;
  }
  .header .top_action_block .sp-red[style*="display:block"] ~ .logo_block {
    top: 12px;
    left: -moz-calc(( 50% - 76px ));
    left: -webkit-calc(( 50% - 76px ));
    left: calc(( 50% - 76px ));
  }
  .header .top_action_block .sp-red[style*="display:block"] ~ .logo_block img {
    width: 100px;
  }
  .header .top_action_block .sp-red[style*="display:block"] ~ .cart_block .icon-cart:after {
    width: 145%;
  }
  .header .top_action_block .sp-red[style*="display: block"] ~ .logo_block {
    top: 12px;
    left: -moz-calc(( 50% - 76px ));
    left: -webkit-calc(( 50% - 76px ));
    left: calc(( 50% - 76px ));
  }
  .header .top_action_block .sp-red[style*="display: block"] ~ .logo_block img {
    width: 100px;
  }
  .header .top_action_block .sp-red[style*="display: block"] ~ .cart_block .icon-cart:after {
    width: 145%;
  }
  .header .top_action_block .sp-red a {
    max-width: 56px;
    padding: 2px 0;
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}
.header .top_action_block .sp-red-img {
  width: 62px;
  position: absolute;
  top: 27px;
  right: 108px;
  padding: 0;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .header .top_action_block .sp-red-img {
    width: 55px;
    top: 10px;
    right: 86px;
  }
  .header .top_action_block .sp-red-img[style*="display:block"] ~ .logo_block {
    top: 12px;
    left: -moz-calc(( 50% - 76px ));
    left: -webkit-calc(( 50% - 76px ));
    left: calc(( 50% - 76px ));
  }
  .header .top_action_block .sp-red-img[style*="display:block"] ~ .logo_block img {
    width: 100px;
  }
  .header .top_action_block .sp-red-img[style*="display:block"] ~ .cart_block .icon-cart:after {
    width: 145%;
  }
  .header .top_action_block .sp-red-img[style*="display: block"] ~ .logo_block {
    top: 12px;
    left: -moz-calc(( 50% - 76px ));
    left: -webkit-calc(( 50% - 76px ));
    left: calc(( 50% - 76px ));
  }
  .header .top_action_block .sp-red-img[style*="display: block"] ~ .logo_block img {
    width: 100px;
  }
  .header .top_action_block .sp-red-img[style*="display: block"] ~ .cart_block .icon-cart:after {
    width: 145%;
  }
}
.header .top_action_block .sp-red-img img {
  display: block;
  width: 100%;
}
.header .nav_menu_block {
  position: relative;
  z-index: 8000;
}
@media only screen and (min-width: 768px) {
  .header .nav_menu_block {
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.header .nav_menu_block li .menu_item {
  padding: 11px 17px;
  text-align: center;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .header .nav_menu_block li .menu_item {
    display: block;
    padding: 11px 0 !important;
  }
  .header .nav_menu_block li .menu_item:hover {
    font-weight: bolder;
  }
}
.header .nav_menu_block li .color_light_blue {
  color: #02a6d4;
}
@media only screen and (min-width: 768px) {
  .header .nav_menu_block li {
    flex: 1 1 auto;
  }
  .header .nav_menu_block li .detail_block_mult {
    /* menu2層子項目的寬*/
  }
}
@media only screen and (max-width: 767px) {
  .header .nav_menu_block {
    background: #fff;
    position: fixed;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    top: 66px;
    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: 85px;
    padding: 15px 5px 15px 10px;
    text-align: center;
    border-right: 1px solid #eee;
  }
  .header .nav_menu_block li .menu_item.selected {
    border-bottom: 3px solid #f94778;
    font-weight: bolder;
  }
  .header .nav_menu_block li .menu_item.icon.center img {
    height: 10px;
    margin: 0 auto;
  }
  .header .nav_menu_block li .menu_item.icon img {
    display: block;
    height: 15px;
  }
  .header .nav_menu_block li .second-menu a {
    display: block;
    color: #f94778;
    position: relative;
    overflow: hidden;
    border-color: #f94778;
  }
  .header .nav_menu_block li .second-menu a:last-child {
    border-bottom: 1px solid #f94778;
  }
  .header .nav_menu_block li .second-menu a.selected {
    font-weight: normal;
    border-bottom: none;
  }
  .header .nav_menu_block li .second-menu a.selected:after {
    content: '.............';
    position: absolute;
    bottom: 3px;
    left: 9px;
    letter-spacing: 1px;
    font-size: 16px;
  }
  .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: 80px;
    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: 768px) {
  .header .nav_detail_block .menu_title {
    font-weight: bolder;
    font-size: 16px;
  }
}
.header .nav_detail_block .detail_item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-right: -4px;
}
.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: 768px) {
  .header .nav_detail_block .mobile_item_title .icon-left-line, .header .nav_detail_block .mobile_item_title .icon-right-line {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .header .nav_detail_block #li_Memu_Hot .menu_detail_block .menu_detail_link_block {
    width: 234px !important;
  }
}
.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: 768px) {
  .header .nav_detail_block .menu_detail_block .name > a:hover {
    color: #f94778;
  }
  .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: 7px 5px;
    box-sizing: border-box;
  }
  .header .nav_detail_block .menu_detail_block .menu_detail_link_block > a:hover {
    color: #f94778;
    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 .product_block .brand_cate_list {
  padding-left: 0;
}
.header .nav_detail_block .brand_block {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .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: 768px) {
  .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: #f94778;
  }
  .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: #f94778;
    cursor: pointer;
  }
}
.header .nav_detail_block .brand_cate_list {
  flex-direction: column;
  display: block;
  height: auto !important;
  flex-wrap: wrap;
  padding-left: 5px;
}
@media only screen and (min-width: 768px) {
  .header .nav_detail_block .brand_cate_list.detail_column_two {
    width: 100%;
  }
  .header .nav_detail_block .brand_cate_list.detail_column_two.brand_34 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
  .header .nav_detail_block .brand_cate_list.detail_column_two.brand_34 > a {
    width: 276px !important;
  }
  .header .nav_detail_block .brand_cate_list.detail_column_two.brand_31 {
    -moz-column-count: 6;
    -webkit-column-count: 6;
    column-count: 6;
  }
  .header .nav_detail_block .brand_cate_list.detail_column_two.brand_31 > a {
    width: 185px !important;
  }
  .header .nav_detail_block .brand_cate_list.detail_column_two.brand_32 {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
  }
  .header .nav_detail_block .brand_cate_list.detail_column_two.brand_32 > a {
    width: 217px !important;
  }
  .header .nav_detail_block .brand_cate_list.detail_column_two.brand_33 {
    -moz-column-count: 6;
    -webkit-column-count: 6;
    column-count: 6;
  }
  .header .nav_detail_block .brand_cate_list.detail_column_two.brand_33 > a {
    width: 177px !important;
  }
  .header .nav_detail_block .brand_cate_list.detail_column_two.brand_15 {
    -moz-column-count: 7;
    -webkit-column-count: 7;
    column-count: 7;
  }
  .header .nav_detail_block .brand_cate_list.detail_column_two.brand_15 > a {
    width: 149px !important;
  }
  .header .nav_detail_block .brand_cate_list.detail_column_two.brand_16 {
    -moz-column-count: 7;
    -webkit-column-count: 7;
    column-count: 7;
  }
  .header .nav_detail_block .brand_cate_list.detail_column_two.brand_16 > a {
    width: 149px !important;
  }
  .header .nav_detail_block .brand_cate_list.detail_column_two.brand_17 {
    -moz-column-count: 7;
    -webkit-column-count: 7;
    column-count: 7;
  }
  .header .nav_detail_block .brand_cate_list.detail_column_two.brand_17 > a {
    width: 149px !important;
  }
  .header .nav_detail_block .brand_cate_list.detail_column_two.brand_19 {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
  }
  .header .nav_detail_block .brand_cate_list.detail_column_two.brand_19 > a {
    width: 217px !important;
  }
  .header .nav_detail_block .brand_cate_list.detail_column_two.brand_23 {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
  }
  .header .nav_detail_block .brand_cate_list.detail_column_two.brand_23 > a {
    width: 217px !important;
  }
  .header .nav_detail_block .brand_cate_list.detail_column_two.brand_36 {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
  }
  .header .nav_detail_block .brand_cate_list.detail_column_two.brand_36 > a {
    width: 217px !important;
  }
  .header .nav_detail_block .brand_cate_list.detail_column_two.brand_37 {
    -moz-column-count: 7;
    -webkit-column-count: 7;
    column-count: 7;
  }
  .header .nav_detail_block .brand_cate_list.detail_column_two.brand_37 > a {
    width: 149px !important;
  }
  .header .nav_detail_block .brand_cate_list.detail_column_two.brand_39 {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
  }
  .header .nav_detail_block .brand_cate_list.detail_column_two.brand_39 > a {
    width: 217px !important;
  }
  .header .nav_detail_block .brand_cate_list.detail_column_two.brand_40 {
    width: -moz-calc( 414px * 2);
    width: -webkit-calc( 414px * 2);
    width: calc( 414px * 2);
  }
}
@media only screen and (min-width: 768px) {
  .header .nav_detail_block .brand_cate_list > a {
    width: 200px !important;
  }
  .header .nav_detail_block .brand_cate_list > a img {
    display: none;
  }
}
.header .nav_detail_block .pink-arrow {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header .nav_detail_block {
    display: none;
  }
  .header .nav_detail_block .detail_item {
    width: 100%;
    margin-right: 0;
  }
  .header .nav_detail_block .detail_item#liHot_43 .brand_block a {
    margin: 0;
  }
  .header .nav_detail_block .detail_item#liHot_43 .brand_block .name {
    display: none;
  }
  .header .nav_detail_block .triangle {
    display: none;
  }
  .header .nav_detail_block .menu_detail_block {
    height: 100%;
    background: #fff;
    box-shadow: none;
    padding: 5px 5px 125px 5px;
    margin: 0;
    position: fixed;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    top: 66px;
    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: 20px 0 !important;
    margin-bottom: 0 !important;
    border: none !important;
    position: relative;
  }
  .header .nav_detail_block .mobile_item_title .name {
    display: inline-block;
    padding: 0 4px;
  }
  .header .nav_detail_block .mobile_item_title .name a {
    color: #f94778;
    font-weight: bolder;
    font-size: 15px;
  }
  .header .nav_detail_block .mobile_item_title .name a.grey {
    color: #554f56;
  }
  .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%;
    border-radius: 0;
    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: 767px) and (max-width: 480px) {
  .header .nav_detail_block .brand_block .menu_title li span {
    width: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .header .nav_detail_block .brand_block .menu_title li.selected {
    border-color: #f94778;
    background: #fff;
  }
  .header .nav_detail_block .brand_block .menu_title li[data-id="40"] span, .header .nav_detail_block .brand_block .menu_title li[data-id="42"] span {
    width: 56px;
  }
  .header .nav_detail_block .brand_block .brand_cate_list {
    padding-left: 0;
  }
  .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: 767px) 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: 767px) {
  .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 .brand_block .brand_cate_list > a .name em {
    font-weight: bolder;
    color: #000;
  }
  .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;
    color: #554f56;
    border-radius: 15px;
    float: left;
    display: inline-block;
    padding: 10px 15px;
    margin: 8px 2px;
  }
  .header .nav_detail_block .product_block .brand_block a {
    background: none;
    padding: 1% 2%;
    text-align: center;
    width: -moz-calc((100% - 8px) / 3);
    width: -webkit-calc((100% - 8px) / 3);
    width: calc((100% - 8px) / 3);
    margin: 0 0 20px 0;
    float: none;
    vertical-align: text-top;
  }
  .header .nav_detail_block .product_block .brand_cate_list > a img {
    padding: 10%;
  }
  .header .nav_detail_block .product_block .brand_cate_list .name {
    display: inline-block;
  }
  .header .nav_detail_block .product_block .brand_cate_list .pink-arrow {
    border-radius: 100%;
  }
  .header .nav_detail_block .product_block .pink-arrow {
    background: #f94778;
    display: inline-block;
    width: 14px;
  }
  .header .nav_detail_block .product_block .pink-arrow .r-arrow:after {
    width: 6px;
    height: 6px;
    margin-left: -3px;
    vertical-align: 2px;
  }
}
.header .menu_goback, .header .mobile_login_status_block, .header .info_item {
  /*mobile menu 用*/
  display: none;
}
@media only screen and (min-width: 768px) {
  .header .header_wrap_full {
    background: #000;
    transition: visibility 0s linear 0.1s;
  }
  .header .header_wrap_full a.menu_item {
    color: #fff;
  }
}
.header.mobile_menu_open .top_action_block, .header.mobile_menu_open .top_menu {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header.index {
    position: static;
    background: #fff;
  }
  .header.index ~ #content {
    margin-top: 118px;
  }
  .header.index.mobile_menu_open {
    position: fixed;
  }
  .header.index.mobile_menu_open div.marquee.fixed_top {
    height: 30px;
    position: initial !important;
  }
  .header.index.mobile_menu_open .top_action_block, .header.index.mobile_menu_open .top_menu {
    display: none;
  }
  .header.index .top_action_block {
    width: 100%;
    position: absolute;
    margin-top: 0;
    border-bottom: 1px solid #f0f0f0 !important;
    overflow: hidden;
    -moz-transition-duration: 150ms;
    -o-transition-duration: 150ms;
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -moz-transition-property: margin-top;
    -o-transition-property: margin-top;
    -webkit-transition-property: margin-top;
    transition-property: margin-top;
  }
  .header.index .top_action_block.down {
    margin-top: -52px;
  }
  .header.index .top_action_block.down ~ .top_menu {
    margin-top: 0;
  }
  .header.index .top_action_block.up ~ .top_menu {
    margin-top: 52px;
  }
  .header.index .menu_content {
    position: relative;
  }
  .header.index .top_menu {
    width: 100%;
    position: relative;
    margin-top: 52px;
    background: #fff;
    -moz-transition-duration: 150ms;
    -o-transition-duration: 150ms;
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -moz-transition-property: margin-top;
    -o-transition-property: margin-top;
    -webkit-transition-property: margin-top;
    transition-property: margin-top;
  }
  .header.index .top_menu ::-webkit-scrollbar {
    display: none;
  }
  .header.index .top_menu.fixed_top {
    top: 30px;
  }
  .header.index .top_menu .menu_list {
    white-space: nowrap;
    overflow-x: auto;
    width: -moz-calc(( 100% - 40px ));
    width: -webkit-calc(( 100% - 40px ));
    width: calc(( 100% - 40px ));
    background: #fff;
    -webkit-overflow-scrolling: touch;
  }
  .header.index .top_menu .menu_list:before {
    content: '推薦';
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    background: #f94778;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
  }
  .header.index .top_menu .menu_list a {
    width: 14%;
    padding: 11px 0;
    font-size: 14px;
    text-align: center;
    -webkit-text-size-adjust: none;
  }
  .header.index .top_menu .menu_list .selected {
    position: relative;
    color: #f94778;
  }
  .header.index .top_menu .menu_list .selected:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid #f94778;
  }
  .header.index .top_menu .arrow {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 12px 13px;
    background: #fff;
    border-left: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    box-shadow: -2px 0px 1px rgba(0, 0, 0, 0.1);
  }
  .header.index .top_menu .arrow .r-arrow:after {
    width: 12px;
    height: 12px;
    border-width: 2px;
    border-color: #a0a0a0;
    transform: rotate(135deg);
    transition: all .4s ease-out;
  }
  .header.index .top_menu .arrow.up {
    padding: 13px 12px 6px;
    border-left: none;
    box-shadow: none;
    z-index: 5;
  }
  .header.index .top_menu .arrow.up .r-arrow:after {
    transform: rotate(-45deg);
  }
  .header.index .top_menu .s-title {
    width: 100%;
    position: relative;
    padding: 10.5px 14px;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    z-index: 2;
  }
  .header.index .detail_list {
    height: 0;
    visibility: hidden;
    position: absolute;
    padding: 0 5px;
    background: #fff;
    box-shadow: 0px 3px 4px 0px #eaeaea;
    transition: all 0.5s;
    opacity: 0;
    z-index: 9999;
  }
  .header.index .detail_list a {
    width: -moz-calc(( (100% - 14px) / 4 ));
    width: -webkit-calc(( (100% - 14px) / 4 ));
    width: calc(( (100% - 14px) / 4 ));
    padding: 5px 15px 10px;
    text-align: center;
    font-size: 12px;
  }
  .header.index .detail_list a img {
    margin-bottom: 10px;
  }
  .header.index .detail_list.active {
    height: 280px;
    opacity: 1;
    transition: all 0.5s;
  }
}

.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-social, .header_top .beauty-cashback {
  display: none !important;
}
.header_top .top_action_block {
  position: static;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .header_top .top_action_block .sp-red, .header_top .top_action_block .sp-red-img {
    top: 2px;
    right: auto;
    left: -moz-calc(( 50% + 255px ));
    left: -webkit-calc(( 50% + 255px ));
    left: calc(( 50% + 255px ));
  }
}
.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: 20px;
}
.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: #eee;
  width: 40px;
  height: 28px;
  bottom: 1px;
  margin-right: 1px;
  right: 0;
}
.header_top .top_action_block .search_block .btn_search:before {
  color: #ee4b77;
}
.header_top .top_action_block .search_block .btn_search:hover {
  background: #ee4b77;
}
.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 .member-login.before .member_icon {
  display: none;
}
.header_top .top_action_block .member-login.before .member_icon_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;
}

.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 {
  background: #000;
  color: #fff;
}
.mobile_menu_open .marquee .menu_goback {
  font-size: 20px;
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 100;
}
.mobile_menu_open .lookpretty {
  display: block;
}
.mobile_menu_open .lookpretty a {
  display: block;
  padding: 10px 0;
  font-size: 15px;
  background-color: #82bd52;
  color: #fefefe;
  letter-spacing: 1px;
  text-align: center;
  text-indent: 1px;
}
.mobile_menu_open .lookpretty img {
  height: 16px;
  vertical-align: top;
}
.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 .top_action_block .btn_search {
  top: -35px !important;
  visibility: initial;
}
.mobile_menu_open .search_block {
  display: none;
}
.mobile_menu_open .mobile_login_status_block {
  z-index: 2000;
}
.mobile_menu_open .mobile_login_status_block span {
  display: none;
  background: #eeeeee;
  padding: 10px;
}
.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: 48%;
  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 {
  width: auto;
  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: 768px) {
  .footer {
    min-width: 1180px;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    border-top: 1px solid #c6c6c6;
  }
  .footer.pro-attr {
    padding-bottom: 48px;
  }
  .footer.pro-attr.vf {
    padding-bottom: 82px;
  }
}
.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 a:hover {
  color: #ee5c83;
  text-decoration: underline;
}
.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: 767px) {
  .footer .footer_link_block .block_flex li .link_list {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .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: 767px) {
  .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: 767px) {
  .footer .footer_link_block .block_flex {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer_link_block {
    background: #fffcfc;
    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: 767px) {
  .footer .top-social {
    border-bottom: 1px solid #eeeeee;
  }
}
.footer .top-social a {
  margin: 0 8px;
  font-size: 22px;
}
.footer .top-social a:last-child {
  background: #000;
  color: #fff;
  border-radius: 5px;
  padding: 4px;
}
@media only screen and (max-width: 767px) {
  .footer .top-social a:last-child {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .top-social a.icon-line {
    font-size: 18px;
  }
}
.footer .footer_bottom_text {
  background: #000;
  color: #999999;
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .footer .footer_bottom_text {
    background: #fffcfc;
    color: #a0a0a0;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    background: #fffcfc;
  }
}

.sp-tag {
  display: none;
}

.sp-tag00 .sp-tag {
  display: inline-block !important;
}

.sp-tag01 .product_img a:before, .sp-tag02 .product_img a:before, .sp-tag03 .product_img a:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  z-index: 12;
}
.sp-tag01 a.product_img:before, .sp-tag01 a._GoDirect:before, .sp-tag01 .wrap-item > a:before, .sp-tag02 a.product_img:before, .sp-tag02 a._GoDirect:before, .sp-tag02 .wrap-item > a:before, .sp-tag03 a.product_img:before, .sp-tag03 a._GoDirect:before, .sp-tag03 .wrap-item > a:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  z-index: 12;
}
.sp-tag01 .product_name, .sp-tag01 .name, .sp-tag02 .product_name, .sp-tag02 .name, .sp-tag03 .product_name, .sp-tag03 .name {
  position: relative;
  z-index: 13;
}

/*master e*/
@media only screen and (min-width: 768px) {
  .index.customize-bg-color {
    background-image: none !important;
  }
}
.index > li {
  display: block;
  padding-bottom: 20px;
}
.index img {
  width: 100%;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .index ::-webkit-scrollbar {
    display: none;
  }
}
.index .middle_bn_block, .index .everyday_block {
  padding-top: 20px;
}
.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: 1180px;
  background: #eeeeee;
}
@media only screen and (max-width: 767px) {
  .index .everyday_block, .index .category_block {
    min-width: 100%;
  }
}
.index .red-border-tag {
  width: -moz-calc((100% - 12px));
  width: -webkit-calc((100% - 12px));
  width: calc((100% - 12px));
  height: -moz-calc((100% - 47px));
  height: -webkit-calc((100% - 47px));
  height: calc((100% - 47px));
  top: 6px;
  left: 6px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: #cb161a 0 0 0 6px;
  -webkit-box-shadow: #cb161a 0 0 0 6px;
  box-shadow: #cb161a 0 0 0 6px;
}
@media only screen and (max-width: 767px) {
  .index .red-border-tag {
    height: -moz-calc((100% - 34px));
    height: -webkit-calc((100% - 34px));
    height: calc((100% - 34px));
  }
}
.index .red-border-tag:before {
  width: -moz-calc((100% + 12px));
  width: -webkit-calc((100% + 12px));
  width: calc((100% + 12px));
  height: -moz-calc((100% + 47px));
  height: -webkit-calc((100% + 47px));
  height: calc((100% + 47px));
  top: -6px;
  left: -6px;
  border: 6px solid;
  border-bottom-width: 41px;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #c81515, #ff534f, #e51d55, #c81515, #ff534f, #c81515);
}
@media only screen and (max-width: 767px) {
  .index .red-border-tag:before {
    height: -moz-calc((100% + 34px));
    height: -webkit-calc((100% + 34px));
    height: calc((100% + 34px));
    border-bottom-width: 28px;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #c81515, #ff534f, #e51d55, #c81515, #ff534f, #c81515);
  }
}
.index .red-border-tag .top-tag {
  max-width: 120px;
  top: -6px;
  left: -6px;
}
@media only screen and (max-width: 767px) {
  .index .red-border-tag .top-tag {
    max-width: 90px;
  }
}
.index .red-border-tag .top-tag .txt {
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .index .red-border-tag .top-tag .txt {
    font-size: 16px;
  }
}
.index .red-border-tag .bottom-tag {
  bottom: -41px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .index .red-border-tag .bottom-tag {
    bottom: -28px;
    text-align: left;
  }
}
.index .red-border-tag .bottom-tag .sp-date {
  padding: 0 45% 10px 0;
  font-size: 19px;
}
@media only screen and (max-width: 767px) {
  .index .red-border-tag .bottom-tag .sp-date {
    padding: 0 40% 7px 3px;
    font-size: 12px;
  }
}
.index .red-border-tag .bottom-tag .r-tag {
  max-width: 163px;
  right: -32px;
}
@media only screen and (max-width: 767px) {
  .index .red-border-tag .bottom-tag .r-tag {
    max-width: 112px;
  }
}
.index .red-border-tag .bottom-tag .r-tag:before {
  width: 20px;
  right: 32px;
  margin-top: -36px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: #cb161a 6px 6px 0 0;
  -webkit-box-shadow: #cb161a 6px 6px 0 0;
  box-shadow: #cb161a 6px 6px 0 0;
}
@media only screen and (max-width: 767px) {
  .index .red-border-tag .bottom-tag .r-tag:before {
    width: 15px;
    height: 20px;
    margin-top: -10px;
  }
}
.index .red-border-tag .bottom-tag .txt {
  padding-right: 16px;
  padding-bottom: 3px;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .index .red-border-tag .bottom-tag .txt {
    padding-bottom: 1px;
    font-size: 16px;
  }
}
.index .red-border-tag .bottom-tag .txt em {
  font-size: 34px;
  line-height: 120%;
}
@media only screen and (max-width: 767px) {
  .index .red-border-tag .bottom-tag .txt em {
    font-size: 23px;
  }
}
.index .block_title {
  font-size: 28px;
  color: #000;
  padding: 15px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .index .block_title {
    font-size: 17px;
    display: flex;
    align-items: center;
  }
}
.index .block_title span:first-child {
  display: inline-block;
  width: 223px;
  height: 12px;
  background: url("../../images/left-line.png") no-repeat center right;
}
.index .block_title span:last-child {
  display: inline-block;
  width: 223px;
  height: 12px;
  background: url("../../images/right-line.png") no-repeat center left;
}
@media only screen and (max-width: 767px) {
  .index .block_title span {
    flex: 1;
  }
}
.index .block_title .name {
  padding: 0 30px;
  font-weight: bolder;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .index .block_title .name {
    flex: 1.5;
  }
}
.index .slide_bn_block {
  width: 1180px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .index .slide_bn_block {
    width: 100%;
  }
}
.index .slide_bn_block .swiper-container img {
  display: block;
  vertical-align: middle;
  width: 1180px;
}
.index .slide_bn_block .swiper-container .swiper-slide a {
  display: block;
}
.index .slide_bn_block #index_menu {
  margin-top: -20px;
}
@media only screen and (max-width: 767px) {
  .index .slide_bn_block #index_menu {
    display: none;
  }
}
.index .slide_bn_block .text_block .pagination_text {
  display: inline-block !important;
  padding: 15px 5px;
  text-align: center;
  font-weight: bolder;
}
@media only screen and (min-width: 768px) {
  .index .slide_bn_block .text_block .pagination_text {
    flex: 1;
    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.selected {
    border-bottom: 5px solid #ee5c83;
    color: #ee5c83;
  }
  .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: 767px) {
  .index .slide_bn_block .text_block .pagination_text {
    padding: 10px 5px;
    font-size: 20px;
    display: none !important;
  }
  .index .slide_bn_block .text_block .pagination_text.selected {
    display: block !important;
    width: 100%;
  }
}
.index .index_menu_container {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .index .index_menu_container.slide_bn_block {
    display: none;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .index .index_menu_container.slide_bn_block .next_index_menu, .index .index_menu_container.slide_bn_block .prev_index_menu {
    display: none;
  }
}
.index .index_menu_container.slide_bn_block .prev_index_menu {
  left: -20px;
}
@media only screen and (max-width: 1280px) {
  .index .index_menu_container.slide_bn_block .prev_index_menu {
    left: 0;
  }
}
.index .index_menu_container.slide_bn_block .next_index_menu {
  right: -20px;
}
@media only screen and (max-width: 1280px) {
  .index .index_menu_container.slide_bn_block .next_index_menu {
    right: 0;
  }
}
.index .index_menu_container.slide_bn_block .next_index_menu, .index .index_menu_container.slide_bn_block .prev_index_menu {
  width: 16px;
  height: 28px;
  margin-top: -24px;
  background-image: none;
}
.index .index_menu_container.slide_bn_block .next_index_menu img, .index .index_menu_container.slide_bn_block .prev_index_menu img {
  max-width: 16px;
}
.index .layout_8 {
  margin-top: -10px;
  padding-bottom: 0px;
}
.index .layout_8 .wrap-attr {
  margin: 0 0 0 7px;
  padding-top: 2px;
}
.index .layout_8 .wrap-attr .inner-item {
  width: 12.5%;
  margin: 0 0 10px -4px;
  margin: 0 0 15px -4px;
  vertical-align: top;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .index .layout_8 .wrap-attr .inner-item {
    width: 25%;
  }
}
.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 2.038vw;
}
@media only screen and (max-width: 480px) {
  .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: 12px;
}
.index .layout_8 .wrap-pro {
  margin: 0;
  padding-left: 30px;
  position: relative;
}
.index .layout_8 .wrap-pro .arrow {
  width: 18px;
  height: 56px;
  box-shadow: 2px 2px 4px 1px #d7d7d7;
  position: absolute;
  left: 0;
  top: -moz-calc(( 50% - 28px));
  top: -webkit-calc(( 50% - 28px));
  top: calc(( 50% - 28px));
  margin-top: -10px;
}
.index .layout_8 .wrap-pro .arrow .r-arrow {
  position: relative;
  top: 36%;
}
.index .layout_8 .wrap-pro .arrow .r-arrow:after {
  border-color: #a0a0a0;
}
.index .layout_8 .wrap-pro .list-cate {
  display: inline-block;
  width: -moz-calc(( 100% - 23px));
  width: -webkit-calc(( 100% - 23px));
  width: calc(( 100% - 23px));
  white-space: nowrap;
  overflow-x: auto;
}
.index .layout_8 .wrap-pro .list-cate .inner-item {
  width: 22%;
}
.index .layout_8 .wrap-pro .list-cate .inner-item .inner-pic {
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .index .premium-board {
    padding-bottom: 11px;
  }
}
.index .premium-board.horizontal {
  overflow: hidden;
}
.index .premium-board.horizontal .inner-wrap {
  display: flex;
  width: auto;
}
.index .premium-board.horizontal .inner-wrap.x-gap a {
  padding: 0 5px;
}
.index .premium-board.horizontal a {
  flex: 1;
}
.index .premium-board .y-gap {
  margin-top: 10px;
}
.index .premium-board .y-gap:first-child {
  margin-top: 0;
}
.index .promo-tag-container .inner-container {
  width: 100%;
  padding: 10px 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;
  color: #737272;
  background: #fcdfe1;
}
.index .brand-block {
  background: #eeeeee;
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .index .brand-block .brand-list-block {
    width: 100%;
    height: 152px;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .index .brand-block .brand-list {
    width: 635px;
    overflow: hidden;
  }
}
.index .brand-block .brand-list > a {
  background: #fff;
  display: inline-block;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  margin: 10px 10px 0 0;
  width: -moz-calc(( ( 100% - 102px ) / 8 ));
  width: -webkit-calc(( ( 100% - 102px ) / 8 ));
  width: calc(( ( 100% - 102px ) / 8 ));
}
@media only screen and (max-width: 767px) {
  .index .brand-block .brand-list > a {
    width: 66px;
  }
}
.index .brand-block .brand-list > a img {
  width: 100%;
}
.index .brand-block .brand-list > a:nth-child(8n) {
  margin-right: 0;
}
.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 #f94778;
  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;
}
@media only screen and (min-width: 768px) {
  .index .daily_sales {
    width: 1180px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .index .daily_sales {
    background: #eeeeee;
    padding: 0;
  }
}
.index .daily_sales.v1 > div {
  float: left;
  width: -moz-calc(( 100% / 4));
  width: -webkit-calc(( 100% / 4));
  width: calc(( 100% / 4));
}
@media only screen and (max-width: 767px) {
  .index .daily_sales.v1 > div {
    width: 100%;
  }
}
.index .daily_sales.v1 .remaining_times_block {
  background: #f94778;
  padding: 46.5px 20px;
  position: relative;
}
.index .daily_sales.v1 .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 #f94778;
  z-index: 16;
}
@media only screen and (max-width: 767px) {
  .index .daily_sales.v1 .remaining_times_block:after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .index .daily_sales.v1 .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.v1 .remaining_times_block div {
  width: 100%;
  text-align: center;
  padding: 9px 0;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .index .daily_sales.v1 .remaining_times_block div {
    letter-spacing: 0;
  }
}
.index .daily_sales.v1 .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: 767px) {
  .index .daily_sales.v1 .remaining_times_block .s_title fieldset {
    font-size: 1rem;
    border: none;
  }
  .index .daily_sales.v1 .remaining_times_block .s_title fieldset span {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .index .daily_sales.v1 .remaining_times_block .s_title {
    order: 2;
    flex: 1;
  }
  .index .daily_sales.v1 .remaining_times_block .s_title fieldset {
    font-size: 3vmin;
  }
}
.index .daily_sales.v1 .remaining_times_block .m_title {
  font-size: 39px;
  font-weight: border;
  position: relative;
}
.index .daily_sales.v1 .remaining_times_block .m_title:before, .index .daily_sales.v1 .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.v1 .remaining_times_block .m_title:before {
  right: 25px;
}
.index .daily_sales.v1 .remaining_times_block .m_title:after {
  right: 33px;
}
@media only screen and (max-width: 767px) {
  .index .daily_sales.v1 .remaining_times_block .m_title {
    order: 4;
    flex: 2.5;
    font-size: 4.5vmin;
    text-align: left;
  }
  .index .daily_sales.v1 .remaining_times_block .m_title:before, .index .daily_sales.v1 .remaining_times_block .m_title:after {
    padding: 2px;
    transform: rotate(45deg);
    right: 0;
  }
  .index .daily_sales.v1 .remaining_times_block .m_title:before {
    top: -moz-calc(( 50% - 7px));
    top: -webkit-calc(( 50% - 7px));
    top: calc(( 50% - 7px));
  }
  .index .daily_sales.v1 .remaining_times_block .m_title:after {
    top: -moz-calc(( 50% - 1px));
    top: -webkit-calc(( 50% - 1px));
    top: calc(( 50% - 1px));
  }
}
.index .daily_sales.v1 .remaining_times_block .l_title {
  font-size: 56px;
  color: #fff;
  position: relative;
  font-weight: bolder;
}
@media only screen and (max-width: 767px) {
  .index .daily_sales.v1 .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.v1 .remaining_times_block .time {
  font-size: 28px;
}
.index .daily_sales.v1 .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.v1 .remaining_times_block .time em {
  margin: 0 -4px;
}
@media only screen and (max-width: 767px) {
  .index .daily_sales.v1 .remaining_times_block .time {
    order: 3;
    flex: 4;
    font-size: 5vmin;
  }
  .index .daily_sales.v1 .remaining_times_block .time span {
    width: 22%;
    height: auto;
    line-height: 100%;
  }
  .index .daily_sales.v1 .remaining_times_block .time em {
    margin: auto;
  }
}
.index .daily_sales.v1 .daily_product_block {
  position: relative;
  border: 1px solid #e0e0e0;
  border-left: none;
  padding: 2px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .index .daily_sales.v1 .daily_product_block:nth-child(4n+1) {
    border-left: 1px solid #e0e0e0;
  }
  .index .daily_sales.v1 .daily_product_block:nth-child(n+5) {
    border-top: 1px solid transparent;
  }
}
@media only screen and (max-width: 767px) {
  .index .daily_sales.v1 .daily_product_block {
    background: #fff;
    padding: 15px;
  }
  .index .daily_sales.v1 .daily_product_block .product_info_block {
    display: flex;
  }
  .index .daily_sales.v1 .daily_product_block .product_info_block > div:first-child {
    width: 40%;
    max-width: 140px;
  }
  .index .daily_sales.v1 .daily_product_block .product_info_block > div:last-child .product_name {
    padding: 0;
    height: 45px;
    font-size: 16px;
  }
  .index .daily_sales.v1 .daily_product_block .product_info_block > div:last-child .product_name a {
    padding-left: 35px;
  }
}
.index .daily_sales.v2 .pro-list {
  padding: 10px;
  background: #fee4ea;
}
@media only screen and (max-width: 767px) {
  .index .daily_sales.v2 .pro-list {
    padding: 10px 0;
  }
}
.index .daily_sales.v2 .pro-list .swiper-slide {
  height: auto;
}
@media only screen and (min-width: 768px) {
  .index .daily_sales.v2 .pro-list .swiper-slide {
    width: 25%;
  }
}
.index .daily_sales.v2 .remain-ticking {
  display: flex;
  position: relative;
  padding: 15px 15px 5px;
  background: #fee4ea;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .index .daily_sales.v2 .remain-ticking {
    padding: 2.7777vw 15px .77vw;
  }
}
.index .daily_sales.v2 .remain-ticking .clock {
  max-width: 37px;
  margin: 0 7px 5px 0;
}
@media only screen and (max-width: 767px) {
  .index .daily_sales.v2 .remain-ticking .clock {
    max-width: 5.5555vw;
    margin: 0 .8333vw .8333vw 0;
  }
}
.index .daily_sales.v2 .remain-ticking .l-title {
  margin-right: 12px;
  font-weight: bold;
  color: #d42a20;
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .index .daily_sales.v2 .remain-ticking .l-title {
    margin-right: 7px;
    font-size: 4.8309vw;
  }
}
.index .daily_sales.v2 .remain-ticking .time {
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  .index .daily_sales.v2 .remain-ticking .time {
    font-size: 14px;
  }
}
.index .daily_sales.v2 .remain-ticking .time span {
  display: inline-block;
  width: 40px;
  height: 36px;
  font-size: 26px;
  color: #fff;
  background: #1b1b1b;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  line-height: 36px;
  text-align: center;
  vertical-align: -2px;
}
@media only screen and (max-width: 767px) {
  .index .daily_sales.v2 .remain-ticking .time span {
    width: 5.314vw;
    height: 4.8309vw;
    font-size: 3.3816vw;
    line-height: 4.8309vw;
    vertical-align: middle;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
}
.index .daily_sales.v2 .remain-ticking .time em {
  margin: 0 -4px;
}
@media only screen and (max-width: 767px) {
  .index .daily_sales.v2 .remain-ticking .time em {
    display: inline-block;
    vertical-align: middle;
    margin: -3px -2px 0;
    font-size: 4.8309vw;
  }
}
.index .daily_sales.v2 .remain-ticking .more-to-see {
  min-width: 152px;
  position: absolute;
  right: 0;
  padding: 7px 0 5px;
  text-align: center;
  background: #797979;
  -moz-border-radius-topleft: 35px;
  -webkit-border-top-left-radius: 35px;
  border-top-left-radius: 35px;
  -moz-border-radius-bottomleft: 35px;
  -webkit-border-bottom-left-radius: 35px;
  border-bottom-left-radius: 35px;
}
@media only screen and (max-width: 767px) {
  .index .daily_sales.v2 .remain-ticking .more-to-see {
    min-width: 22.7777vw;
    padding: 5px 12px;
    text-align: left;
  }
}
.index .daily_sales.v2 .remain-ticking .more-to-see a {
  display: block;
  color: #feeff3;
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  .index .daily_sales.v2 .remain-ticking .more-to-see a {
    font-size: 3.38164vw;
  }
}
.index .daily_sales.v2 .daily_product_block .inner-swiper {
  height: 100%;
  position: relative;
  margin: 0 2px;
  overflow: hidden;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .index .daily_sales.v2 .daily_product_block .inner-swiper {
    margin: 0 2px 0 0;
  }
}
.index .daily_sales.v2 .daily_product_block .product_name a {
  display: block;
}
@media only screen and (max-width: 767px) {
  .index .daily_sales.v2 .daily_product_block .product_info_block > div:last-child .product_name {
    padding: 0 5px;
    height: 40px;
    font-size: 14px;
  }
  .index .daily_sales.v2 .daily_product_block .product_info_block > div:last-child .attribute {
    margin: 11px 0 7px 5px;
  }
}
.index .daily_sales.v2 .daily_product_block.sp-tag02 .sp-border-tag .sp-tag-name {
  margin-top: 0;
  margin-left: 0;
}
.index .daily_sales.v2 .daily_product_block.sp-tag03 .red-border-tag .top-tag {
  top: -6px;
  left: -6px;
}
.index .daily_sales .daily_product_block.sp-tag00 .flag-tag {
  display: block !important;
  left: 10px;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .index .daily_sales .daily_product_block.sp-tag01 .product_img {
    overflow: hidden;
  }
}
.index .daily_sales .daily_product_block.sp-tag01 .product_img:before {
  content: '';
  display: block;
  width: 100%;
  height: 15px;
  position: absolute;
  top: -15px;
  left: 0;
  background: #fff;
  z-index: 12;
}
@media only screen and (min-width: 768px) {
  .index .daily_sales .daily_product_block.sp-tag01 .product_img:before {
    display: none;
  }
}
.index .daily_sales .daily_product_block.sp-tag01 .round-tag {
  display: block;
}
.index .daily_sales .daily_product_block.sp-tag01 .round-tag .inner-table {
  left: 2px;
  right: auto;
}
@media only screen and (min-width: 768px) {
  .index .daily_sales .daily_product_block.sp-tag01 .round-tag .inner-table {
    left: 8px;
  }
}
.index .daily_sales .daily_product_block.sp-tag01 .sp-stripe {
  display: block !important;
}
@media only screen and (min-width: 768px) {
  .index .daily_sales .daily_product_block.sp-tag01 .attribute {
    padding-left: 120px;
  }
}
.index .daily_sales .daily_product_block.sp-tag01 .attribute .sp-tag {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .index .daily_sales .daily_product_block.sp-tag01 .attribute .sp-tag ~ .price {
    margin-left: 95px;
  }
}
@media only screen and (max-width: 767px) {
  .index .daily_sales .daily_product_block.sp-tag01 .buy-btn {
    margin: 7px 0 0 36px;
  }
}
.index .daily_sales .daily_product_block.sp-tag02 .sp-border-tag {
  display: block;
  border: 0;
}
.index .daily_sales .daily_product_block.sp-tag02 .sp-border-tag .sp-tag-name {
  margin-top: 15px;
  margin-left: 15px;
}
@media only screen and (min-width: 768px) {
  .index .daily_sales .daily_product_block.sp-tag02 .sp-border-tag .sp-tag-name {
    margin-top: 4px;
    margin-left: 4px;
  }
}
.index .daily_sales .daily_product_block.sp-tag02 .sp-border-tag .bottom-attr {
  display: none;
}
.index .daily_sales .daily_product_block.sp-tag02 .sp-tag {
  display: inline-block !important;
}
.index .daily_sales .daily_product_block.sp-tag03 .red-border-tag {
  display: block;
  box-shadow: none;
}
.index .daily_sales .daily_product_block.sp-tag03 .red-border-tag:before {
  border: 0;
}
.index .daily_sales .daily_product_block.sp-tag03 .red-border-tag .top-tag {
  top: 9px;
  left: 9px;
}
@media only screen and (min-width: 768px) {
  .index .daily_sales .daily_product_block.sp-tag03 .red-border-tag .top-tag {
    top: -2px;
    left: -2px;
  }
}
.index .daily_sales .daily_product_block.sp-tag03 .red-border-tag .bottom-tag {
  display: none;
}
.index .daily_sales .daily_product_block.sp-tag03 .sp-tag {
  display: inline-block !important;
}
.index .daily_sales .daily_product_block .sp-stripe {
  display: none !important;
  left: -2px;
}
@media only screen and (min-width: 768px) {
  .index .daily_sales .daily_product_block .sp-stripe {
    bottom: -7px;
  }
}
@media only screen and (max-width: 767px) {
  .index .daily_sales .daily_product_block .sp-stripe .txt {
    padding: 6px 3px 6px 12px;
    font-size: 13px;
  }
  .index .daily_sales .daily_product_block .sp-stripe .txt:after {
    margin-top: -12.5px;
    border-width: 12.5px 0 12.5px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .index .daily_sales .daily_product_block .sp-border-tag .bottom-attr .sp-date {
    padding: 5px 47% 5px 5px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .index .daily_sales .daily_product_block .red-border-tag {
    height: -moz-calc((100% - 28px));
    height: -webkit-calc((100% - 28px));
    height: calc((100% - 28px));
  }
  .index .daily_sales .daily_product_block .red-border-tag:before {
    height: -moz-calc((100% + 28px));
    height: -webkit-calc((100% + 28px));
    height: calc((100% + 28px));
    border-bottom-width: 22px;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #c81515, #ff534f, #e51d55, #c81515, #ff534f, #c81515);
  }
}
@media only screen and (max-width: 767px) {
  .index .daily_sales .daily_product_block .red-border-tag .bottom-tag {
    bottom: -22px;
  }
}
@media only screen and (max-width: 767px) {
  .index .daily_sales .daily_product_block .red-border-tag .bottom-tag .sp-date {
    padding: 0 47% 4px 2px;
    font-size: 14px;
  }
}
.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: 767px) {
  .index .daily_sales .daily_product_block > div {
    border: none;
  }
}
.index .daily_sales .daily_product_block .product_img a {
  position: relative;
}
.index .daily_sales .daily_product_block .product_img a:before {
  height: 100%;
  top: auto;
  bottom: -100%;
}
@media only screen and (max-width: 767px) {
  .index .daily_sales .daily_product_block .product_img .flag-tag, .index .daily_sales .daily_product_block .product_img .round-tag .inner-table {
    zoom: .8;
  }
}
.index .daily_sales .daily_product_block .product_img .time-limit {
  display: block;
  max-width: 37px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media only screen and (max-width: 767px) {
  .index .daily_sales .daily_product_block .product_img .time-limit {
    max-width: 25px;
    bottom: 0;
    right: -25px;
  }
}
.index .daily_sales .daily_product_block .product_price {
  padding: 10px 0;
}
.index .daily_sales .daily_product_block:nth-child(n+5) {
  display: none;
}
@media only screen and (min-width: 768px) {
  .index .daily_sales .daily_product_block .attribute {
    margin: 5px 0 17px;
  }
}
@media only screen and (max-width: 767px) {
  .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 {
    position: relative;
  }
  .index .daily_sales .daily_product_block .product_info_block > div:first-child .sale_arrow {
    left: auto;
    right: -moz-calc(( 0% - ( 50px / 2 ) ));
    right: -webkit-calc(( 0% - ( 50px / 2 ) ));
    right: calc(( 0% - ( 50px / 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: 767px) 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: 767px) {
  .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 {
    background: transparent;
  }
  .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: #f94778;
    color: #fff;
    padding: 5px 0;
  }
  .index .daily_sales .daily_product_block .product_info_block .attribute .sp-tag {
    margin: 0 2px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .index .small_bn_block {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
  }
}
.index .small_bn_block .small_bn_list {
  float: left;
}
@media only screen and (min-width: 768px) {
  .index .small_bn_block .small_bn_list {
    width: -moz-calc(( ( ( 100% - 20px ) / 3 ) - 0.01px ));
    width: -webkit-calc(( ( ( 100% - 20px ) / 3 ) - 0.01px ));
    width: calc(( ( ( 100% - 20px ) / 3 ) - 0.01px ));
    margin-bottom: 10px;
  }
  .index .small_bn_block .small_bn_list:nth-child(3n-1) {
    margin-left: 10px;
    margin-right: 10px;
  }
  .index .small_bn_block .small_bn_list:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .index .small_bn_block .small_bn_list {
    width: -moz-calc(( ( 100% - 10px ) / 2 ));
    width: -webkit-calc(( ( 100% - 10px ) / 2 ));
    width: calc(( ( 100% - 10px ) / 2 ));
    margin-bottom: 10px;
  }
  .index .small_bn_block .small_bn_list:nth-child(even) {
    margin-left: 10px;
  }
  .index .small_bn_block .small_bn_list:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
.index .small_bn_block.series-top-page .promo-tag .list-wrap li {
  margin-top: 10px;
}
.index .hot-action-block {
  margin-top: -20px;
}
@media only screen and (max-width: 767px) {
  .index .hot-action-block {
    padding-left: 15px;
  }
}
.index .hot-action-block + .middle_bn_block {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .index .hot-action-block + .middle_bn_block {
    margin-top: -10px;
  }
}
.index .hot-action-block .hot-action-swiper-block {
  position: relative;
}
.index .hot-action-block .hot-action-swiper-block .hot-action-swiper .swiper-slide {
  border-radius: 10px;
  line-height: 140%;
}
.index .hot-action-block .hot-action-swiper-block .hot-action-swiper .swiper-slide .img img {
  width: 100%;
  border-radius: 10px;
}
.index .hot-action-block .hot-action-swiper-block .hot-action-swiper .swiper-slide .text-block {
  display: none !important;
  visibility: hidden;
}
.index .hot-action-block .hot-action-swiper-block .hot-action-swiper .swiper-slide .text-block a {
  padding-left: 20px;
  padding-right: 20px;
}
.index .hot-action-block .hot-action-swiper-block .hot-action-swiper .swiper-slide .title {
  padding-top: 20px;
  font-size: 20px;
  font-weight: bolder;
  height: 42px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .index .hot-action-block .hot-action-swiper-block .hot-action-swiper .swiper-slide .title {
    height: 42px;
    line-height: 130%;
    font-size: 17px;
  }
}
.index .hot-action-block .hot-action-swiper-block .hot-action-swiper .swiper-slide .description {
  margin: 20px 0;
  color: #777278;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .index .hot-action-block .hot-action-swiper-block .hot-action-swiper .swiper-slide .description {
    height: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .index .hot-action-block .hot-action-swiper-block .hot-action-swiper .swiper-slide .description {
    height: 66px;
    margin: 5px 0;
  }
}
.index .hot-action-block .hot-action-swiper-block .hot-action-swiper .swiper-slide .description img {
  width: auto;
  vertical-align: text-bottom;
}
.index .hot-action-block .hot-action-swiper-block .hot-action-swiper .swiper-slide .bottom-text {
  display: block;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
  color: #f94778;
  font-size: 18px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .index .hot-action-block .hot-action-swiper-block .hot-action-swiper .swiper-slide .bottom-text {
    font-size: 17px;
  }
}
.index .hot-action-block .hot-action-swiper-block .hot-action-swiper .swiper-slide .bottom-text img {
  width: auto;
  vertical-align: text-bottom;
}
.index .hot-action-block .hot-action-swiper-block .hot-action-next, .index .hot-action-block .hot-action-swiper-block .hot-action-prev {
  display: inline-block;
  width: 37px;
  height: 37px;
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #e5e5e5;
  border-radius: 100%;
  z-index: 10;
  cursor: pointer;
}
.index .hot-action-block .hot-action-swiper-block .hot-action-next .l-arrow:before, .index .hot-action-block .hot-action-swiper-block .hot-action-next .r-arrow:after, .index .hot-action-block .hot-action-swiper-block .hot-action-prev .l-arrow:before, .index .hot-action-block .hot-action-swiper-block .hot-action-prev .r-arrow:after {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 11px;
  border-width: 2px;
  vertical-align: 0;
}
.index .hot-action-block .hot-action-swiper-block .hot-action-next .l-arrow:before, .index .hot-action-block .hot-action-swiper-block .hot-action-prev .l-arrow:before {
  left: 9px;
  transform: rotate(45deg);
}
.index .hot-action-block .hot-action-swiper-block .hot-action-next .r-arrow:after, .index .hot-action-block .hot-action-swiper-block .hot-action-prev .r-arrow:after {
  right: 9px;
  transform: rotate(225deg);
}
.index .hot-action-block .hot-action-swiper-block .hot-action-next {
  right: -18px;
}
.index .hot-action-block .hot-action-swiper-block .hot-action-prev {
  left: -18px;
}
.index .hot_video_block {
  background: #eeeeee;
}
@media only screen and (max-width: 767px) {
  .index .hot_video_block {
    padding-bottom: 5px;
  }
}
.index .hot_video_block .video_block {
  width: 730px;
  margin: 0 auto;
  position: relative;
  float: left;
}
.index .hot_video_block .video_block .videoimg {
  width: 730px;
  height: 400px;
  text-align: center;
  background: #000;
}
@media only screen and (max-width: 767px) {
  .index .hot_video_block .video_block .videoimg {
    width: 100%;
    height: 212px;
    height: 56.53vw;
  }
}
.index .hot_video_block .video_block .videoimg > img {
  width: auto;
  height: 400px;
}
@media only screen and (max-width: 767px) {
  .index .hot_video_block .video_block .videoimg > img {
    max-width: 100%;
    height: auto;
    max-height: 212px;
    max-height: 56.53vw;
  }
}
@media only screen and (max-width: 767px) {
  .index .hot_video_block .video_block iframe {
    height: 212px;
    height: 56.53vw;
  }
}
@media only screen and (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .index .hot_video_block .video_block .ending .play_video .ending_text {
    font-size: 18px;
  }
}
.index .hot_video_block .hot_video_pc, .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: 768px) {
  .index .hot_video_block .hot_video_pc .product_list_block > div, .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_pc .product_list_block > div a, .index .hot_video_block .hot_video_product_block .product_list_block > div a {
    background: #fff;
    display: block;
  }
  .index .hot_video_block .hot_video_pc .product_list_block > div:nth-child(odd), .index .hot_video_block .hot_video_product_block .product_list_block > div:nth-child(odd) {
    margin-right: -1px;
  }
  .index .hot_video_block .hot_video_pc .product_list_block > div:nth-child(n+3), .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_pc .product_list_block > div .product_info_block, .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_pc .product_list_block > div .product_info_block .product_img, .index .hot_video_block .hot_video_product_block .product_list_block > div .product_info_block .product_img {
    position: relative;
    margin: 5px 12px 0;
    overflow: hidden;
    z-index: 14;
  }
  .index .hot_video_block .hot_video_pc .product_list_block > div .product_info_block .product_img img, .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_pc .product_list_block > div .product_info_block .product_price, .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_pc .product_list_block > div .product_info_block .product_price .sale_price, .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_pc .product_list_block > div .product_info_block .product_price .sale_price em, .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_pc .product_list_block > div .product_info_block .product_name, .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_pc .product_list_block > div .product_info_block:hover, .index .hot_video_block .hot_video_product_block .product_list_block > div .product_info_block:hover {
    border-color: #f94778;
  }
}
@media only screen and (max-width: 767px) {
  .index .hot_video_block .hot_video_pc, .index .hot_video_block .hot_video_product_block {
    width: 100%;
    padding-top: 10px;
    float: none;
    padding-bottom: 15px;
  }
  .index .hot_video_block .hot_video_pc .product_info_block, .index .hot_video_block .hot_video_product_block .product_info_block {
    background: #eee;
    display: flex;
  }
  .index .hot_video_block .hot_video_pc .product_info_block > div:first-child, .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_pc .product_info_block > div:last-child, .index .hot_video_block .hot_video_product_block .product_info_block > div:last-child {
    flex: 4;
  }
  .index .hot_video_block .hot_video_pc .product_info_block .product_price, .index .hot_video_block .hot_video_product_block .product_info_block .product_price {
    position: static;
    background: #eee;
    padding: 5px 10px 0px 15px;
    margin-left: -5px;
    text-align: left;
  }
  .index .hot_video_block .hot_video_pc .product_info_block .product_name, .index .hot_video_block .hot_video_product_block .product_info_block .product_name {
    background: #eee;
    padding: 5px 5px 5px 10px;
    height: 45px;
    margin-left: -5px;
  }
  .index .hot_video_block .hot_video_pc .swiper-container, .index .hot_video_block .hot_video_product_block .swiper-container {
    width: 100%;
    height: 100%;
  }
  .index .hot_video_block .hot_video_pc .swiper-slide, .index .hot_video_block .hot_video_product_block .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .index .hot_video_block .hot_video_pc .swiper-pagination-bullets, .index .hot_video_block .hot_video_product_block .swiper-pagination-bullets {
    bottom: 0;
  }
  .index .hot_video_block .hot_video_pc .swiper-pagination-bullet, .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_pc .swiper-pagination-bullet-active, .index .hot_video_block .hot_video_product_block .swiper-pagination-bullet-active {
    background: #febbcd;
  }
}
.index .hot_video_block .hot_video_pc {
  position: relative;
}
.index .hot_video_block .hot_video_pc .sp-tag00 .flag-tag {
  display: block !important;
}
.index .hot_video_block .hot_video_pc .sp-tag01 .round-tag {
  display: block;
}
.index .hot_video_block .hot_video_pc .sp-tag01 .sp-stripe {
  display: block !important;
}
.index .hot_video_block .hot_video_pc .sp-tag01 .sp-tag {
  display: none !important;
}
.index .hot_video_block .hot_video_pc .sp-tag02 .sp-border-tag {
  display: block;
}
.index .hot_video_block .hot_video_pc .sp-tag02 .attribute {
  display: none;
}
.index .hot_video_block .hot_video_pc .sp-tag02 .product_name {
  margin-bottom: 27px;
}
.index .hot_video_block .hot_video_pc .sp-tag02 .sp-tag {
  display: none !important;
}
.index .hot_video_block .hot_video_pc .sp-tag03 .red-border-tag {
  display: block;
}
.index .hot_video_block .hot_video_pc .sp-tag03 .attribute {
  display: none;
}
.index .hot_video_block .hot_video_pc .sp-tag03 .product_name {
  margin-bottom: 27px;
}
.index .hot_video_block .hot_video_pc .sp-tag03 .sp-tag {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .index .hot_video_block .hot_video_pc .product_list_block > div .product_info_block {
    padding-bottom: 0;
  }
  .index .hot_video_block .hot_video_pc .product_list_block > div .product_info_block .product_name {
    height: 21.5px;
    margin-top: -1px;
    padding-top: 0;
    -webkit-line-clamp: 1;
  }
}
.index .hot_video_block .hot_video_pc .round-tag img, .index .hot_video_block .hot_video_pc .sp-border-tag img, .index .hot_video_block .hot_video_pc .red-border-tag img {
  border: 0 !important;
}
.index .hot_video_block .hot_video_pc .round-tag .inner-table {
  width: 74px;
  height: 73px;
}
.index .hot_video_block .hot_video_pc .round-tag .txt {
  font-size: 16px;
}
.index .hot_video_block .hot_video_pc .sp-stripe {
  bottom: 0;
}
.index .hot_video_block .hot_video_pc .sp-stripe .stripe {
  width: 23px;
  height: 23px;
  margin: 0 0 -18px;
}
.index .hot_video_block .hot_video_pc .sp-stripe .txt {
  margin: 0 0 0 6px;
  padding: 4px 3px 4px 12px;
  font-size: 14px;
  font-weight: normal;
}
.index .hot_video_block .hot_video_pc .sp-stripe .txt:after {
  right: -14px;
  margin-top: -11px;
  border-width: 11px 0 11px 14px;
}
.index .hot_video_block .hot_video_pc .sp-border-tag {
  border: 3px solid #8f1bbd;
}
.index .hot_video_block .hot_video_pc .sp-border-tag .sp-tag-name {
  margin-top: -3px;
  margin-left: -3px;
  padding: 4px 0 4px 9px;
}
.index .hot_video_block .hot_video_pc .sp-border-tag .sp-tag-name:after {
  border-width: 25px 18px 0 0;
}
.index .hot_video_block .hot_video_pc .sp-border-tag .sp-tag-name img {
  width: 6px;
}
.index .hot_video_block .hot_video_pc .sp-border-tag .sp-tag-name span {
  font-size: 15px;
}
.index .hot_video_block .hot_video_pc .sp-border-tag .bottom-attr {
  bottom: -3px;
}
.index .hot_video_block .hot_video_pc .sp-border-tag .bottom-attr .sp-date {
  padding: 5px 47% 5px 15px;
  font-size: 13px;
}
.index .hot_video_block .hot_video_pc .sp-border-tag .bottom-attr .sp-price {
  width: 85px;
  right: -3px;
  padding: 0 3px 1px 0;
  font-size: 16px;
}
.index .hot_video_block .hot_video_pc .sp-border-tag .bottom-attr .sp-price .price-wrap {
  width: 100px;
  height: 28px;
}
.index .hot_video_block .hot_video_pc .sp-border-tag .bottom-attr .sp-price em {
  font-size: 24px;
}
.index .hot_video_block .hot_video_pc .red-border-tag {
  height: -moz-calc((100% - 29px));
  height: -webkit-calc((100% - 29px));
  height: calc((100% - 29px));
}
@media only screen and (max-width: 767px) {
  .index .hot_video_block .hot_video_pc .red-border-tag {
    height: -moz-calc((100% - 25px));
    height: -webkit-calc((100% - 25px));
    height: calc((100% - 25px));
  }
}
.index .hot_video_block .hot_video_pc .red-border-tag:before {
  height: -moz-calc((100% + 29px));
  height: -webkit-calc((100% + 29px));
  height: calc((100% + 29px));
  border-bottom-width: 23px;
  border-color: #c81515;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #c81515, #ff534f, #e51d55, #c81515, #ff534f, #c81515);
}
@media only screen and (max-width: 767px) {
  .index .hot_video_block .hot_video_pc .red-border-tag:before {
    height: -moz-calc((100% + 25px));
    height: -webkit-calc((100% + 25px));
    height: calc((100% + 25px));
    border-bottom-width: 19px;
    border-color: #c81515;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #c81515, #ff534f, #e51d55, #c81515, #ff534f, #c81515);
  }
}
.index .hot_video_block .hot_video_pc .red-border-tag .top-tag {
  max-width: 100px;
}
.index .hot_video_block .hot_video_pc .red-border-tag .top-tag .txt {
  font-size: 18px;
}
.index .hot_video_block .hot_video_pc .red-border-tag .bottom-tag {
  bottom: -23px;
}
@media only screen and (max-width: 767px) {
  .index .hot_video_block .hot_video_pc .red-border-tag .bottom-tag {
    bottom: -19px;
  }
}
.index .hot_video_block .hot_video_pc .red-border-tag .bottom-tag .sp-date {
  padding: 0 45% 5px 0;
  font-size: 13px;
}
.index .hot_video_block .hot_video_pc .red-border-tag .bottom-tag .r-tag {
  max-width: 95px;
  right: -6px;
}
.index .hot_video_block .hot_video_pc .red-border-tag .bottom-tag .r-tag:before {
  right: 6px;
}
.index .hot_video_block .hot_video_pc .red-border-tag .bottom-tag .txt {
  padding-bottom: 1px;
  padding-right: 6px;
  font-size: 16px;
}
.index .hot_video_block .hot_video_pc .red-border-tag .bottom-tag .txt em {
  font-size: 24px;
  line-height: 100%;
}
.index .hot_video_block .hot_video_pc .next_video_pro, .index .hot_video_block .hot_video_pc .prev_video_pro {
  width: 34px;
  height: 33px;
  margin-top: -16.5px;
  background-image: none;
}
.index .hot_video_block .hot_video_pc .next_video_pro {
  right: -10px;
}
.index .hot_video_block .hot_video_pc .prev_video_pro {
  left: -2px;
}
.index .hot_video_block .hot_video_pc .flag-tag {
  top: 6px;
  right: 20px;
}
.index .hot_video_block .hot_video_pc .attribute {
  position: relative;
  height: 25px;
  margin: 2px 0 0;
  color: #ee4d79;
  text-align: center;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .index .hot_video_block .hot_video_pc .attribute {
    margin: 5px -13px 0 36px;
  }
}
.index .hot_video_block .hot_video_pc .attribute > span {
  display: inline-block;
  vertical-align: middle;
}
.index .hot_video_block .hot_video_pc .attribute > span.sp-tag {
  display: none;
}
.index .hot_video_block .hot_video_pc .attribute > span.sp-stripe {
  display: none;
}
.index .hot_video_block .hot_video_pc .attribute .sp-tag {
  min-width: 76px;
  position: absolute;
  top: 3px;
  left: 12px;
  padding: 2px 5px;
  font-size: 14px;
  border: 1px solid transparent;
  text-align: center;
  background: #ee4d79;
  color: #fff;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .index .hot_video_block .hot_video_pc .attribute .sp-tag {
    position: relative;
    min-width: 60px;
    left: auto;
    padding: 5px;
    float: left;
    font-size: 13px;
  }
}
.index .hot_video_block .hot_video_pc .attribute .sp-tag a {
  display: block;
  padding: 4px 5px 3px;
  background: #ee4d79;
  color: #fff;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .index .hot_video_block .hot_video_pc .attribute .sp-tag a {
    padding: 5px;
  }
}
.index .hot_video_block .hot_video_pc .attribute .full-bg {
  background: #ee4d79;
}
.index .hot_video_block .hot_video_pc .attribute .full-bg a {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .index .hot_video_block .hot_video_pc .attribute .sp-tag ~ .price {
    float: left;
    margin-left: 3px;
  }
}
.index .hot_video_block .hot_video_pc .attribute .sp-tag ~ .price > *:nth-child(2) {
  width: 0;
}
@media only screen and (max-width: 767px) {
  .index .hot_video_block .hot_video_pc .attribute .sp-tag ~ .price > *:nth-child(2) {
    width: auto;
  }
}
.index .hot_video_block .hot_video_pc .attribute .price {
  padding-top: 4px;
  padding-left: 30px;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .index .hot_video_block .hot_video_pc .attribute .price {
    font-size: 16px;
  }
}
.index .hot_video_block .hot_video_pc .attribute .price em {
  font-size: 13px;
  font-weight: normal;
}
.index .hot_video_block .hot_video_pc .attribute .price del {
  padding: 0 5px;
  font-size: 13px;
  color: #a8a5a5;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .index .hot_video_block .hot_video_pc .attribute .price del {
    padding: 0 2px 0 0;
    font-size: 13px;
  }
}
.index .hot_video_block .hot_video_pc .attribute .price .sale-price, .index .hot_video_block .hot_video_pc .attribute .price .ori-price {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .index .hot_video_block .hot_video_product_block .swiper-slide {
    padding: 6px;
    border: 1px solid #fff;
  }
}
@media only screen and (max-width: 767px) {
  .index .hot_video_block .hot_video_product_block .product_info_block .product_img {
    display: block;
    max-width: 120px;
    position: relative;
    overflow: hidden;
    z-index: 14;
  }
  .index .hot_video_block .hot_video_product_block .product_info_block .flag-tag {
    zoom: .7;
  }
  .index .hot_video_block .hot_video_product_block .product_info_block .product_name {
    height: 35px;
    padding: 0px 5px 5px 10px;
    line-height: 130%;
  }
  .index .hot_video_block .hot_video_product_block .product_info_block .product_name a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .index .hot_video_block .hot_video_product_block .product_info_block .attribute {
    margin: 2px 4px 0;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .index .hot_video_block .hot_video_product_block .product_info_block .attribute .sp-tag {
    margin-top: 3px;
    padding: 3px 5px 2px;
  }
}
@media only screen and (max-width: 767px) {
  .index .hot_video_block .hot_video_product_block .product_info_block .attribute .sp-tag, .index .hot_video_block .hot_video_product_block .product_info_block .attribute .sp-tag ~ .price {
    float: none;
  }
  .index .hot_video_block .hot_video_product_block .product_info_block .attribute .sp-tag ~ .price {
    display: block;
    position: relative;
  }
  .index .hot_video_block .hot_video_product_block .product_info_block .attribute .sp-tag ~ .price:after {
    content: '搶購';
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 13px;
    font-weight: bolder;
    border: 1px solid #ee4d79;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
}
.index .hot_video_block .hot_video_product_block .sp-tag00 .flag-tag {
  display: block !important;
}
.index .hot_video_block .hot_video_product_block .sp-tag01 .round-tag {
  display: block;
}
.index .hot_video_block .hot_video_product_block .sp-tag01 .sp-stripe {
  display: block !important;
}
.index .hot_video_block .hot_video_product_block .sp-tag01 .sp-tag {
  display: none !important;
}
.index .hot_video_block .hot_video_product_block .sp-tag01 .product_name {
  margin: 10px 0 0 -5px;
}
.index .hot_video_block .hot_video_product_block .sp-tag01 .attribute {
  margin: 7px 4px 0;
}
.index .hot_video_block .hot_video_product_block .sp-tag01 .attribute > a {
  display: block;
}
.index .hot_video_block .hot_video_product_block .sp-tag01 .attribute .price {
  padding: 7px 0 0 95px;
}
.index .hot_video_block .hot_video_product_block .sp-tag01 .attribute .price:after {
  display: none;
}
.index .hot_video_block .hot_video_product_block .sp-tag02 .sp-border-tag {
  display: block;
}
.index .hot_video_block .hot_video_product_block .sp-tag02 .sp-tag {
  display: none !important;
}
.index .hot_video_block .hot_video_product_block .sp-tag02 .attribute {
  display: none;
}
.index .hot_video_block .hot_video_product_block .sp-tag02 .product_name {
  margin: 15px 0 0 -5px;
}
.index .hot_video_block .hot_video_product_block .sp-tag03 .red-border-tag {
  display: block;
}
.index .hot_video_block .hot_video_product_block .sp-tag03 .sp-tag {
  display: none !important;
}
.index .hot_video_block .hot_video_product_block .sp-tag03 .attribute {
  display: none;
}
.index .hot_video_block .hot_video_product_block .sp-tag03 .product_name {
  margin: 15px 0 0 -5px;
}
.index .hot_video_block .hot_video_product_block .round-tag img, .index .hot_video_block .hot_video_product_block .sp-border-tag img, .index .hot_video_block .hot_video_product_block .red-border-tag img {
  border: 0 !important;
}
.index .hot_video_block .hot_video_product_block .round-tag .inner-table {
  width: 64px;
  height: 63px;
}
.index .hot_video_block .hot_video_product_block .round-tag .txt {
  font-size: 14px;
}
.index .hot_video_block .hot_video_product_block .sp-stripe {
  bottom: 0;
}
.index .hot_video_block .hot_video_product_block .sp-stripe .stripe {
  width: 23px;
  height: 23px;
  margin: 0 0 -18px;
}
.index .hot_video_block .hot_video_product_block .sp-stripe .txt {
  margin: 0 0 0 6px;
  padding: 4px 3px 4px 12px;
  font-size: 13px;
}
.index .hot_video_block .hot_video_product_block .sp-stripe .txt:after {
  right: -14px;
  margin-top: -10.5px;
  border-width: 10.5px 0 10.5px 14px;
}
.index .hot_video_block .hot_video_product_block .sp-border-tag {
  border: 3px solid #8f1bbd;
}
.index .hot_video_block .hot_video_product_block .sp-border-tag .sp-tag-name {
  margin-top: -3px;
  margin-left: -3px;
  padding: 3px 0 1px 9px;
}
.index .hot_video_block .hot_video_product_block .sp-border-tag .sp-tag-name:after {
  border-width: 22px 18px 0 0;
}
.index .hot_video_block .hot_video_product_block .sp-border-tag .sp-tag-name img {
  width: 6px;
}
.index .hot_video_block .hot_video_product_block .sp-border-tag .sp-tag-name span {
  font-size: 14px;
  vertical-align: 2px;
}
.index .hot_video_block .hot_video_product_block .sp-border-tag .bottom-attr {
  bottom: -3px;
}
.index .hot_video_block .hot_video_product_block .sp-border-tag .bottom-attr .sp-date {
  padding: 3px 47% 3px 15px;
  font-size: 13px;
}
.index .hot_video_block .hot_video_product_block .sp-border-tag .bottom-attr .sp-price {
  width: 85px;
  right: -3px;
  padding: 0 3px 1px 0;
  font-size: 16px;
}
.index .hot_video_block .hot_video_product_block .sp-border-tag .bottom-attr .sp-price .price-wrap {
  width: 100px;
  height: 28px;
}
.index .hot_video_block .hot_video_product_block .sp-border-tag .bottom-attr .sp-price em {
  font-size: 24px;
}
.index .hot_video_block .hot_video_product_block .red-border-tag {
  height: -moz-calc((100% - 25px));
  height: -webkit-calc((100% - 25px));
  height: calc((100% - 25px));
}
.index .hot_video_block .hot_video_product_block .red-border-tag:before {
  height: -moz-calc((100% + 25px));
  height: -webkit-calc((100% + 25px));
  height: calc((100% + 25px));
  border-bottom-width: 19px;
  border-color: #c81515;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #c81515, #ff534f, #e51d55, #c81515, #ff534f, #c81515);
}
.index .hot_video_block .hot_video_product_block .red-border-tag .top-tag {
  max-width: 80px;
}
.index .hot_video_block .hot_video_product_block .red-border-tag .top-tag .txt {
  font-size: 14px;
}
.index .hot_video_block .hot_video_product_block .red-border-tag .bottom-tag {
  bottom: -19px;
}
.index .hot_video_block .hot_video_product_block .red-border-tag .bottom-tag .sp-date {
  padding: 0 45% 3px 10px;
  font-size: 13px;
}
.index .hot_video_block .hot_video_product_block .red-border-tag .bottom-tag .r-tag {
  max-width: 95px;
  right: -6px;
}
.index .hot_video_block .hot_video_product_block .red-border-tag .bottom-tag .r-tag:before {
  right: 6px;
}
.index .hot_video_block .hot_video_product_block .red-border-tag .bottom-tag .txt {
  padding-bottom: 1px;
  padding-right: 6px;
  font-size: 16px;
}
.index .hot_video_block .hot_video_product_block .red-border-tag .bottom-tag .txt em {
  font-size: 24px;
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .index .middle_bn_block {
    padding: 0;
    margin-bottom: -20px;
  }
}
.index .middle_bn_block .middle_bn_list {
  margin-bottom: 10px;
}
.index .everyday_block .everyday_bn_block {
  float: left;
  width: 285px;
}
.index .everyday_block .everyday_product_block {
  float: left;
  margin-top: -3px;
  width: -moz-calc(( 1180px - 285px));
  width: -webkit-calc(( 1180px - 285px));
  width: calc(( 1180px - 285px));
}
.index .everyday_block .everyday_product_block .product_list {
  float: left;
  height: 348px;
  overflow-y: hidden;
  width: -moz-calc(( ( ( 100% - 5px ) / 3 ) - 0.01px ));
  width: -webkit-calc(( ( ( 100% - 5px ) / 3 ) - 0.01px ));
  width: calc(( ( ( 100% - 5px ) / 3 ) - 0.01px ));
  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.sp-tag00 .flag-tag {
  display: block !important;
}
.index .everyday_block .everyday_product_block .product_list.sp-tag01 .round-tag, .index .everyday_block .everyday_product_block .product_list.sp-tag01 .sp-stripe {
  display: block;
}
.index .everyday_block .everyday_product_block .product_list.sp-tag01 .product_price.s_price .sp-tag {
  display: none !important;
}
.index .everyday_block .everyday_product_block .product_list.sp-tag01 .product_price.s_price .sale_price {
  padding: 0 0 0 120px !important;
}
.index .everyday_block .everyday_product_block .product_list.sp-tag02 .sp-border-tag {
  display: block;
}
.index .everyday_block .everyday_product_block .product_list.sp-tag02 .product_price a {
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.index .everyday_block .everyday_product_block .product_list.sp-tag02 .sp-tag {
  display: none !important;
}
.index .everyday_block .everyday_product_block .product_list.sp-tag03 .red-border-tag {
  display: block;
}
.index .everyday_block .everyday_product_block .product_list.sp-tag03 .product_price a {
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.index .everyday_block .everyday_product_block .product_list.sp-tag03 .sp-tag {
  display: none !important;
}
.index .everyday_block .everyday_product_block .product_list .product_info_block {
  border: 2px solid transparent;
  overflow: hidden;
}
.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 .sp-stripe {
  bottom: 2px;
}
.index .everyday_block .everyday_product_block .product_list .product_info_block .sp-border-tag .bottom-attr .sp-date {
  padding: 8px 47% 8px 9px;
}
.index .everyday_block .everyday_product_block .product_list .product_info_block .sp-border-tag .bottom-attr .sp-price {
  padding: 0 15px 5px 5px;
}
.index .everyday_block .everyday_product_block .product_list .product_info_block .sp-border-tag .bottom-attr .sp-price .price-wrap {
  height: 45px;
}
.index .everyday_block .everyday_product_block .product_list .product_info_block .eye-contact-tags {
  margin-top: -20px;
}
.index .everyday_block .everyday_product_block .product_list .product_info_block .eye-contact-tags span {
  margin: 0 1px 2px 0;
}
.index .everyday_block .everyday_product_block .product_list .product_info_block .product_name {
  height: 40px;
  padding-top: 0;
}
.index .everyday_block .everyday_product_block .product_list .product_info_block .product_price {
  padding: 6px 0;
}
.index .everyday_block .everyday_product_block .product_list .product_info_block .product_price a {
  display: block;
}
.index .everyday_block .everyday_product_block .product_list .product_info_block .product_price .sp-tag ~ .sale_price {
  display: block;
  padding: 0 0 0 110px;
  text-align: left;
}
.index .everyday_block .everyday_product_block .product_list .product_info_block .product_price .sp-tag[style*="display:none"] ~ .sale_price {
  display: block;
  padding: 0;
  text-align: center;
}
.index .everyday_block .everyday_product_block .product_list .red-border-tag {
  height: -moz-calc((100% - 41px));
  height: -webkit-calc((100% - 41px));
  height: calc((100% - 41px));
}
.index .everyday_block .everyday_product_block .product_list .red-border-tag:before {
  height: -moz-calc((100% + 41px));
  height: -webkit-calc((100% + 41px));
  height: calc((100% + 41px));
  border-bottom-width: 35px;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #c81515, #ff534f, #e51d55, #c81515, #ff534f, #c81515);
}
.index .everyday_block .everyday_product_block .product_list .red-border-tag .bottom-tag {
  bottom: -35px;
}
.index .everyday_block .everyday_product_block .product_list .red-border-tag .bottom-tag .sp-date {
  padding: 0 45% 8px 0;
}
@media only screen and (max-width: 767px) {
  .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 ));
  position: relative;
  float: left;
  margin: 0 2.5px 15px;
  border: 2px solid transparent;
  overflow: hidden;
}
.index .category_block .product_list.sp-tag00 .flag-tag {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .index .category_block .product_list.sp-tag00 .product_price.s_price .sale_price {
    margin-left: 3px;
    margin-left: -moz-calc((50% - 77px));
    margin-left: -webkit-calc((50% - 77px));
    margin-left: calc((50% - 77px));
  }
}
.index .category_block .product_list.sp-tag01 .round-tag, .index .category_block .product_list.sp-tag01 .sp-stripe {
  display: block;
}
.index .category_block .product_list.sp-tag01 .product_price.s_price {
  display: block;
  margin-left: 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .index .category_block .product_list.sp-tag01 .product_price.s_price .sale_price {
    display: inline-block;
    margin-left: 92px;
    margin-right: -5px;
  }
}
.index .category_block .product_list.sp-tag01 .sp-tag {
  display: none !important;
}
.index .category_block .product_list.sp-tag02 .sp-border-tag {
  display: block;
}
.index .category_block .product_list.sp-tag02 .product_info_block .product_price .sale_price {
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.index .category_block .product_list.sp-tag02 .sp-tag {
  display: none !important;
}
.index .category_block .product_list.sp-tag03 .red-border-tag {
  display: block;
}
@media only screen and (max-width: 767px) {
  .index .category_block .product_list.sp-tag03 .red-border-tag {
    width: -moz-calc((100% - 6px));
    width: -webkit-calc((100% - 6px));
    width: calc((100% - 6px));
    height: -moz-calc((100% - 31px));
    height: -webkit-calc((100% - 31px));
    height: calc((100% - 31px));
    top: 3px;
    left: 3px;
  }
  .index .category_block .product_list.sp-tag03 .red-border-tag:before {
    width: -moz-calc((100% + 6px));
    width: -webkit-calc((100% + 6px));
    width: calc((100% + 6px));
    height: -moz-calc((100% + 31px));
    height: -webkit-calc((100% + 31px));
    height: calc((100% + 31px));
    top: -3px;
    left: -3px;
    border: 3px solid;
    border-bottom-width: 28px;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #c81515, #ff534f, #e51d55, #c81515, #ff534f, #c81515);
  }
  .index .category_block .product_list.sp-tag03 .red-border-tag .top-tag {
    top: -3px;
    left: -3px;
  }
  .index .category_block .product_list.sp-tag03 .red-border-tag .bottom-tag .r-tag {
    right: -37px;
  }
  .index .category_block .product_list.sp-tag03 .red-border-tag .bottom-tag .r-tag:before {
    right: 37px;
  }
  .index .category_block .product_list.sp-tag03 .red-border-tag .bottom-tag .txt {
    padding-left: 0;
  }
}
.index .category_block .product_list.sp-tag03 .product_info_block .product_price .sale_price {
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.index .category_block .product_list.sp-tag03 .sp-tag {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .index .category_block .product_list.sp-tag00 .product_price.s_price .sale_price, .index .category_block .product_list.sp-tag01 .product_price.s_price .sale_price, .index .category_block .product_list.sp-tag02 .product_price.s_price .sale_price, .index .category_block .product_list.sp-tag03 .product_price.s_price .sale_price {
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  .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 .sp-border-tag[style*="display:block"] ~ .product_info_block .product_price .sale_price, .index .category_block .product_list .sp-border-tag[style*="display: block"] ~ .product_info_block .product_price .sale_price {
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.index .category_block .product_list .sp-border-tag .sp-tag-name {
  display: inline-block;
  position: relative;
  margin-top: -3px;
  margin-left: -3px;
  padding: 6px 0 4px 11px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA5MTUwNiIgeTE9IjAuMTU4NDk0IiB4Mj0iMS4wOTE1MDYiIHkyPSIwLjg0MTUwNiI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmMWJiZCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWQwOTlmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjQwODllIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(330deg, #8f1bbd, #ed099f, #f4089e);
  background-image: -webkit-linear-gradient(330deg, #8f1bbd, #ed099f, #f4089e);
  background-image: linear-gradient(120deg, #8f1bbd, #ed099f, #f4089e);
}
@media only screen and (min-width: 768px) {
  .index .category_block .product_list .sp-border-tag .sp-tag-name {
    margin-top: -5px;
    margin-left: -5px;
    padding: 10px 0 8px 11px;
  }
}
.index .category_block .product_list .sp-border-tag .sp-tag-name:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  margin-left: 0;
  border-style: solid;
  border-width: 27px 16px 0 0;
  border-color: #f4089d transparent transparent transparent;
}
@media only screen and (min-width: 768px) {
  .index .category_block .product_list .sp-border-tag .sp-tag-name:after {
    border-width: 42px 18px 0 0;
  }
}
.index .category_block .product_list .sp-border-tag .sp-tag-name span, .index .category_block .product_list .sp-border-tag .sp-tag-name img {
  display: inline-block;
  vertical-align: 0;
}
.index .category_block .product_list .sp-border-tag .sp-tag-name span {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .index .category_block .product_list .sp-border-tag .sp-tag-name span {
    font-size: 24px;
  }
}
.index .category_block .product_list .sp-border-tag .sp-tag-name img {
  width: 6px;
  margin-bottom: 1px;
}
@media only screen and (min-width: 768px) {
  .index .category_block .product_list .sp-border-tag .sp-tag-name img {
    width: 9px;
  }
}
.index .category_block .product_list .sp-border-tag .sp-tag-name img.l-attr {
  margin-right: -2px;
}
@media only screen and (min-width: 768px) {
  .index .category_block .product_list .sp-border-tag .sp-tag-name img.l-attr {
    margin-right: -1px;
  }
}
.index .category_block .product_list .sp-border-tag .sp-tag-name img.r-attr {
  margin-left: 2px;
}
@media only screen and (min-width: 768px) {
  .index .category_block .product_list .sp-border-tag .sp-tag-name img.r-attr {
    margin-left: 5px;
  }
}
.index .category_block .product_list .sp-border-tag .bottom-attr {
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .index .category_block .product_list .sp-border-tag .bottom-attr {
    bottom: -5px;
  }
}
.index .category_block .product_list .sp-border-tag .bottom-attr .sp-date {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px 45% 8px 7px;
  font-size: 12px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjMWRjMCIvPjxzdG9wIG9mZnNldD0iMzElIiBzdG9wLWNvbG9yPSIjYTgwOTllIi8+PHN0b3Agb2Zmc2V0PSI3MyUiIHN0b3AtY29sb3I9IiNhNTFlYzUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #8c1dc0), color-stop(31%, #a8099e), color-stop(73%, #a51ec5));
  background-image: -moz-linear-gradient(left, #8c1dc0 0%, #a8099e 31%, #a51ec5 73%);
  background-image: -webkit-linear-gradient(left, #8c1dc0 0%, #a8099e 31%, #a51ec5 73%);
  background-image: linear-gradient(to right, #8c1dc0 0%, #a8099e 31%, #a51ec5 73%);
}
@media only screen and (min-width: 768px) {
  .index .category_block .product_list .sp-border-tag .bottom-attr .sp-date {
    padding: 11px 47% 11px 9px;
    font-size: 19px;
  }
}
@media only screen and (max-width: 375px) {
  .index .category_block .product_list .sp-border-tag .bottom-attr .sp-date {
    padding: 8px 40% 8px 0;
  }
}
.index .category_block .product_list .sp-border-tag .bottom-attr .sp-price {
  display: block;
  width: 77px;
  position: absolute;
  bottom: 0;
  right: -3px;
  padding: 6px 11px 4px 5px;
  font-size: 16px;
  text-align: center;
  z-index: 11;
}
@media only screen and (min-width: 768px) {
  .index .category_block .product_list .sp-border-tag .bottom-attr .sp-price {
    width: 109px;
    right: -5px;
    padding: 0 15px 7px 5px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 375px) {
  .index .category_block .product_list .sp-border-tag .bottom-attr .sp-price {
    width: 71px;
    padding: 6px 8px 4px 5px;
    font-size: 15px;
  }
}
.index .category_block .product_list .sp-border-tag .bottom-attr .sp-price .price-wrap {
  width: 91px;
  height: 34px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .index .category_block .product_list .sp-border-tag .bottom-attr .sp-price .price-wrap {
    width: 137px;
    height: 51px;
  }
}
@media only screen and (max-width: 375px) {
  .index .category_block .product_list .sp-border-tag .bottom-attr .sp-price .price-wrap {
    width: 80px;
  }
}
.index .category_block .product_list .sp-border-tag .bottom-attr .sp-price .txt {
  position: relative;
}
.index .category_block .product_list .sp-border-tag .bottom-attr .sp-price em {
  display: inline-block;
  font-size: 23px;
}
@media only screen and (min-width: 768px) {
  .index .category_block .product_list .sp-border-tag .bottom-attr .sp-price em {
    font-size: 34px;
  }
}
@media only screen and (max-width: 375px) {
  .index .category_block .product_list .sp-border-tag .bottom-attr .sp-price em {
    font-size: 22px;
  }
}
.index .category_block .product_list .product_name {
  margin-top: 0;
  padding-top: 0;
  height: 40px;
}
.index .category_block .product_list .round-tag {
  display: none;
}
.index .category_block .product_list .round-tag .inner-table {
  display: table;
  width: 68px;
  height: 67px;
  position: absolute;
  top: -20px;
  right: 2px;
  text-align: center;
  z-index: 11;
}
@media only screen and (min-width: 768px) {
  .index .category_block .product_list .round-tag .inner-table {
    width: 84px;
    height: 83px;
    top: -24px;
    right: 8px;
  }
}
.index .category_block .product_list .round-tag img {
  position: absolute;
  top: 0;
  left: 0;
}
.index .category_block .product_list .round-tag .txt {
  display: table-cell;
  position: relative;
  padding: 16px 5px 0;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .index .category_block .product_list .round-tag .txt {
    padding: 20px 5px 0;
    font-size: 20px;
  }
}
.index .category_block .product_list .sp-stripe {
  display: none;
  position: absolute;
  bottom: 9px;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .index .category_block .product_list .sp-stripe {
    bottom: 14px;
  }
}
.index .category_block .product_list .sp-stripe[style*="display:block"] ~ .product_price, .index .category_block .product_list .sp-stripe[style*="display: block"] ~ .product_price {
  display: block;
  margin-left: 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .index .category_block .product_list .sp-stripe[style*="display:block"] ~ .product_price .sale_price, .index .category_block .product_list .sp-stripe[style*="display: block"] ~ .product_price .sale_price {
    display: inline-block;
    margin-left: 92px;
  }
}
.index .category_block .product_list .sp-stripe .stripe {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  margin: 0 0 -15px;
  background: #912450;
}
@media only screen and (min-width: 768px) {
  .index .category_block .product_list .sp-stripe .stripe {
    width: 25px;
    height: 25px;
    margin: 0 0 -20px;
  }
}
.index .category_block .product_list .sp-stripe .stripe:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 5px 14px;
  border-color: transparent transparent #681f3d transparent;
}
@media only screen and (min-width: 768px) {
  .index .category_block .product_list .sp-stripe .stripe:after {
    border-width: 0 0 5px 17px;
  }
}
.index .category_block .product_list .sp-stripe .txt {
  display: inline-block;
  min-width: 71px;
  position: relative;
  margin: 0 0 0 6px;
  padding: 4px 3px 4px 12px;
  font-size: 13px;
  font-weight: bold;
  background: #ec1f6c;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .index .category_block .product_list .sp-stripe .txt {
    margin: 0 0 0 8px;
    padding: 7px 3px 7px 12px;
    font-size: 16px;
  }
}
.index .category_block .product_list .sp-stripe .txt:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -10.5px;
  right: -15px;
  border-style: solid;
  border-width: 10.5px 0 10.5px 15px;
  border-color: transparent transparent transparent #ec1f6d;
}
@media only screen and (min-width: 768px) {
  .index .category_block .product_list .sp-stripe .txt:after {
    margin-top: -15px;
    right: -18px;
    border-width: 15px 0 15px 18px;
  }
}
.index .category_block .product_list .product_price.s_price > a {
  display: block;
}
.index .category_block .product_list .product_price.s_price > a span[style*="display:none"] + span, .index .category_block .product_list .product_price.s_price > a span[style*="display: none"] + span {
  float: none;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .index .category_block .product_list .product_price.s_price .sp-tag {
    padding: 4px 5px;
  }
}
@media only screen and (min-width: 768px) {
  .index .category_block .product_list .product_price.s_price .sp-tag ~ .sale_price {
    display: block;
    padding: 0 0 0 120px;
    text-align: left;
  }
}
.index .category_block .product_list .product_price.s_price .sale_price {
  display: block;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .index .category_block .product_list .product_price.s_price .sale_price {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.index .category_block .product_list .product_price.s_price .sale_price small {
  padding: 0 0 0 3px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .index .category_block .product_list .product_price.s_price .sale_price small {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .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 .product_img {
  display: block;
  background: #fff;
}
.index .product_info_block .product_img img {
  display: block;
  max-width: 281px;
  margin: 0 auto;
}
.index .product_info_block .sp_text, .index .product_info_block .product_name, .index .product_info_block .eye-contact-tags {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .index .product_info_block .sp_text, .index .product_info_block .product_name, .index .product_info_block .eye-contact-tags {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.index .product_info_block .product_name {
  background: #fff;
  display: -webkit-box;
  height: 55px;
  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: 767px) {
  .index .product_info_block .product_name {
    text-align: left;
    height: 42px;
  }
}
.index .product_info_block .attribute {
  position: relative;
  height: 28px;
  margin: 5px 0 15px;
  color: #ee4d79;
}
@media only screen and (min-width: 768px) {
  .index .product_info_block .attribute {
    text-align: left;
    padding-left: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .index .product_info_block .attribute {
    margin: 5px -13px 0 36px;
  }
}
.index .product_info_block .attribute > span {
  display: inline-block;
  vertical-align: middle;
}
.index .product_info_block .attribute > span.sp-tag {
  display: none;
}
.index .product_info_block .attribute > span.sp-stripe {
  display: none;
}
.index .product_info_block .attribute .sp-tag {
  min-width: 76px;
  position: absolute;
  top: 0;
  left: 15px;
  padding: 8px 5px 6px;
  font-size: 16px;
  border: 1px solid transparent;
  text-align: center;
  background: #ee4d79;
  color: #fff;
  font-weight: bolder;
}
@media only screen and (max-width: 767px) {
  .index .product_info_block .attribute .sp-tag {
    position: relative;
    min-width: 60px;
    left: auto;
    padding: 5px;
    float: left;
    font-size: 13px;
  }
}
.index .product_info_block .attribute .sp-tag a {
  display: block;
  padding: 8px 5px 6px;
  background: #ee4d79;
  color: #fff;
  font-weight: bolder;
}
@media only screen and (max-width: 767px) {
  .index .product_info_block .attribute .sp-tag a {
    padding: 5px;
  }
}
.index .product_info_block .attribute .full-bg {
  background: #ee4d79;
}
.index .product_info_block .attribute .full-bg a {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .index .product_info_block .attribute .sp-tag ~ .price {
    float: left;
    margin-left: 3px;
  }
}
.index .product_info_block .attribute .sp-tag ~ .price > *:nth-child(2) {
  width: 0;
}
@media only screen and (max-width: 767px) {
  .index .product_info_block .attribute .sp-tag ~ .price > *:nth-child(2) {
    width: auto;
  }
}
.index .product_info_block .attribute .price {
  padding-top: 0px;
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .index .product_info_block .attribute .price {
    padding-top: 4px;
    font-size: 18px;
  }
}
.index .product_info_block .attribute .price em {
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .index .product_info_block .attribute .price em {
    font-size: 16px;
  }
}
.index .product_info_block .attribute .price del {
  padding: 0 5px;
  font-size: 20px;
  color: #a8a5a5;
}
@media only screen and (max-width: 767px) {
  .index .product_info_block .attribute .price del {
    padding: 0 2px 0 0;
    font-size: 13px;
  }
}
.index .product_info_block .attribute .price .sale-price, .index .product_info_block .attribute .price .ori-price {
  display: inline-block;
}
.index .product_info_block .buy-btn {
  display: block;
  width: 120px;
  padding: 9px 5px;
  font-size: 14px;
  background: #000;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .index .product_info_block .buy-btn {
    margin: 2px 0 0 36px;
  }
}
.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: #ee4d79;
  font-size: 30px;
  font-weight: bolder;
  margin-right: 5px;
}
.index .product_info_block .product_price .sale_price em {
  font-size: 22px;
  font-weight: normal;
}
.index .product_info_block .product_price .sale_price small {
  padding: 0 0 0 3px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .index .product_info_block .product_price .sale_price small {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .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: 767px) {
  .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: #ee4d79;
  color: #fff;
  font-weight: bolder;
}
@media only screen and (max-width: 767px) {
  .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: 767px) {
  .index .product_info_block .product_price.s_price {
    padding: 5px 5px 10px;
    text-align: center;
    height: 38px;
  }
  .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: 767px) {
  .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 .product_info_block:hover .round-tag img {
  opacity: 1;
}
.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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .free_choices {
    padding-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .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: 767px) {
  .free_choices .promo_block li {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .free_choices .country_list {
    width: 100%;
    margin: 0 0 20px 0;
    overflow-x: scroll;
  }
}
.free_choices .country_list li {
  cursor: pointer;
  background: #75c8cd;
  text-align: center;
  line-height: 120%;
  flex: 1;
  display: inline-block;
  margin-right: 5px;
  padding: 10px 5px;
  position: relative;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .free_choices .country_list li {
    width: -moz-calc((  100% / 2 ));
    width: -webkit-calc((  100% / 2 ));
    width: calc((  100% / 2 ));
    margin-right: 0;
    flex: none;
    padding: 10px 0;
  }
  .free_choices .country_list li:after {
    content: '';
    border-right: 1px solid #fff;
    position: absolute;
    height: 50%;
    right: 0;
    top: 25%;
  }
  .free_choices .country_list li:last-child:after {
    border-right: none;
  }
}
.free_choices .country_list li:last-child {
  margin: 0;
}
.free_choices .country_list li.active {
  font-weight: bolder;
  color: #000;
}
.free_choices .country_list li.active:before {
  content: '';
  border-bottom: 3px solid #000;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .free_choices .country_list.img-list {
    padding: 10px 0 0 5px;
    margin-top: -10px;
    overflow-y: hidden;
  }
}
.free_choices .country_list.img-list li {
  height: 66px;
  position: relative;
  margin-right: 0;
  background: none;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .free_choices .country_list.img-list li {
    flex: none;
    width: 295px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .free_choices .country_list.img-list li {
    width: -moz-calc(( 100% / 4));
    width: -webkit-calc(( 100% / 4));
    width: calc(( 100% / 4));
    height: 46px;
    overflow: hidden;
  }
}
.free_choices .country_list.img-list li.active {
  color: #f9517f;
}
.free_choices .country_list.img-list li.active:before {
  display: none;
}
@media only screen and (min-width: 768px) {
  .free_choices .country_list.img-list li.active img {
    width: -moz-calc(( 100% + 14px));
    width: -webkit-calc(( 100% + 14px));
    width: calc(( 100% + 14px));
    left: -6px;
    top: -11px;
  }
}
@media only screen and (max-width: 767px) {
  .free_choices .country_list.img-list li.active img {
    width: -moz-calc(( 100% + 18px));
    width: -webkit-calc(( 100% + 18px));
    width: calc(( 100% + 18px));
    height: -moz-calc(( 100% + 14px));
    height: -webkit-calc(( 100% + 14px));
    height: calc(( 100% + 14px));
    left: -10px;
    top: -8px;
  }
}
@media only screen and (max-width: 620px) {
  .free_choices .country_list.img-list li.active img {
    width: -moz-calc(( 100% + 15px));
    width: -webkit-calc(( 100% + 15px));
    width: calc(( 100% + 15px));
    height: -moz-calc(( 100% + 15px));
    height: -webkit-calc(( 100% + 15px));
    height: calc(( 100% + 15px));
    left: -8px;
    top: -8px;
  }
}
@media only screen and (max-width: 480px) {
  .free_choices .country_list.img-list li.active img {
    width: -moz-calc(( 100% + 14px));
    width: -webkit-calc(( 100% + 14px));
    width: calc(( 100% + 14px));
    height: -moz-calc(( 100% + 14px));
    height: -webkit-calc(( 100% + 14px));
    height: calc(( 100% + 14px));
    left: -7px;
    top: -8px;
  }
}
@media only screen and (max-width: 375px) {
  .free_choices .country_list.img-list li.active img {
    width: -moz-calc(( 100% + 11px));
    width: -webkit-calc(( 100% + 11px));
    width: calc(( 100% + 11px));
    height: -moz-calc(( 100% + 14px));
    height: -webkit-calc(( 100% + 14px));
    height: calc(( 100% + 14px));
    left: -5px;
    top: -8px;
  }
}
.free_choices .country_list.img-list li.active .r-arrow:after {
  border-color: #f9517f;
}
@media only screen and (max-width: 767px) {
  .free_choices .country_list.img-list li.active .text-block {
    line-height: 99%;
  }
  .free_choices .country_list.img-list li.active .text-block .list-text {
    margin-top: 1px;
  }
}
.free_choices .country_list.img-list li img {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .free_choices .country_list.img-list li img {
    width: 100%;
  }
}
.free_choices .country_list.img-list li .text-block {
  display: block;
  height: 46px;
  padding-right: 14px;
  position: relative;
  line-height: 46px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .free_choices .country_list.img-list li .text-block {
    padding-right: 6px;
    margin-top: -2px;
    line-height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .free_choices .country_list.img-list li .text-block span {
    display: block;
  }
}
.free_choices .country_list.img-list li .list-title {
  max-width: 132px;
  overflow: hidden;
  font-size: 33px;
  font-weight: bolder;
}
@media only screen and (max-width: 767px) {
  .free_choices .country_list.img-list li .list-title {
    max-width: 88px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 18px;
    word-break: KEEP-ALL;
  }
}
.free_choices .country_list.img-list li .list-text {
  max-width: 124px;
  overflow: hidden;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .free_choices .country_list.img-list li .list-text {
    max-width: 85px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }
}
.free_choices .choices_block {
  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: #f94778;
  border-bottom: 2px solid #f94778;
}
.free_choices .choices_block .cart_block .ui_btn {
  width: 135px;
}
.free_choices .product_list .product_list_block {
  display: inline-block;
  border: 1px solid #e0e0e0;
  padding: 2px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .free_choices .product_list .product_list_block {
    margin-left: -5px;
    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;
    margin-left: 0;
  }
  .free_choices .product_list .product_list_block:nth-child(n+5) {
    border-top: 1px solid transparent;
  }
}
@media only screen and (max-width: 767px) {
  .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(odd) {
    margin-left: 0;
  }
  .free_choices .product_list .product_list_block:nth-child(even) {
    margin-left: -5px;
  }
}
.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: 767px) {
  .free_choices .product_list .product_list_block .icon-icon-close {
    font-size: 16px;
  }
}
.free_choices .product_list .product_list_block .product_info_block .product_img {
  cursor: pointer;
}
.free_choices .product_list .product_list_block .product_info_block .product_name {
  padding-top: 0;
}
.free_choices .product_list .product_list_block .product_info_block .product_price {
  padding: 8px 15px;
}
@media only screen and (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 768px) {
  .free_choices .bg_grey {
    min-width: 1180px;
  }
}
.free_choices .bg_grey .index-pagination {
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .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: #fcdfe1;
    position: fixed;
    bottom: 0;
    z-index: 205;
    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: #eee;
}
.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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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;
}

.sp_text {
  font-size: 13px;
  background: #fff;
  color: #fe2103;
  height: 30px;
  padding-top: 10px;
  text-align: left;
}
.sp_text em {
  display: inline-block;
  width: 17px;
  vertical-align: bottom;
}
.sp_text em img {
  width: 15px;
}
.sp_text .new-icon {
  padding: 2px 5px;
  background: #da0012;
  color: #fff;
  border-radius: 9px;
  display: inline-block;
  margin-right: 4px;
}
@media only screen and (max-width: 767px) {
  .sp_text {
    font-size: 12px;
    padding-top: 10px;
  }
}

.flag-tag {
  display: none !important;
  width: 56px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 10px;
  background: #9f27c1;
  z-index: 13;
}
.flag-tag:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 28px 0 28px;
  border-color: #9f27c1 transparent transparent transparent;
}
.flag-tag .inner-wrap {
  display: table;
  position: relative;
  width: 100%;
  height: inherit;
  padding: 5px 0;
  background: #9f27c1;
}
.flag-tag .inner-wrap:before, .flag-tag .inner-wrap:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 2px;
  border-style: solid;
  border-width: 14px 26px 0 26px;
}
.flag-tag .inner-wrap:before {
  border-color: #9f27c1 transparent transparent transparent;
  z-index: 11;
  bottom: -6px;
}
.flag-tag .inner-wrap:after {
  bottom: -8px;
  border-color: #fff transparent transparent transparent;
}
.flag-tag .inner-wrap .inner-attr {
  display: table-cell;
  vertical-align: middle;
  color: #fdfbfc;
  font-size: 16px;
  font-weight: bold;
  line-height: 115%;
  text-align: center;
}

.review-mask-bg {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 99998;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .review-mask-bg {
    display: block;
  }
}
.review-mask-bg .content-wrap {
  display: table-cell;
  padding: 0 10px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .review-mask-bg .content-wrap {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 0;
  }
}
.review-mask-bg .message-box {
  max-width: 594px;
  position: relative;
  margin: 0 auto;
  background: #fff;
  border: 2px solid #626262;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  cursor: auto;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .review-mask-bg .message-box {
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}
.review-mask-bg .message-box .inner-attr {
  max-height: 540px;
  padding: 10px;
  overflow-y: auto;
}
@media only screen and (max-width: 767px) {
  .review-mask-bg .message-box .inner-attr {
    max-height: 80vh;
  }
}

.review-wrap .star {
  display: inline-block;
  width: 20px;
  height: 19.29825px;
  margin-right: 0;
  background-image: url(../../images/star_empty.png);
  background-repeat: no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  float: left;
}
.review-wrap .star.full {
  background-image: url(../../images/star_full.png);
}
.review-wrap .star.half {
  background-image: url(../../images/star_half.png);
}
.review-wrap .star:last-child {
  margin-right: 0;
}
.review-wrap .star:last-child:after {
  display: none;
}
.review-wrap .star:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 19.29825px;
}

.review-mask-bg .title {
  position: relative;
  margin: 0 -10px;
  border-bottom: 1px solid #ddd;
}
.review-mask-bg .title .txt {
  padding: 10px 30px 17px;
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .review-mask-bg .title .txt {
    padding: 5px 30px 13px;
  }
}
.review-mask-bg .title .close {
  position: absolute;
  top: 8px;
  right: 30px;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .review-mask-bg .title .close {
    top: 2px;
  }
}
.review-mask-bg .title .close .icon-icon-close {
  font-size: 22px;
}
.review-mask-bg .title .close .icon-icon-close:after {
  content: '';
  display: block;
  width: 60px;
  height: 40px;
  position: absolute;
  top: -10px;
  right: -20px;
  z-index: 1;
}
.review-mask-bg .review-form {
  margin: 0 -10px;
  padding: 35px 0;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.review-mask-bg .review-form .review-wrap .star {
  display: inline-block;
  width: 40px;
  height: 38.59649px;
  margin-right: 20px;
  background-image: url(../../images/star_empty.png);
  background-repeat: no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  float: left;
}
.review-mask-bg .review-form .review-wrap .star.full {
  background-image: url(../../images/star_full.png);
}
.review-mask-bg .review-form .review-wrap .star.half {
  background-image: url(../../images/star_half.png);
}
.review-mask-bg .review-form .review-wrap .star:last-child {
  margin-right: 0;
}
.review-mask-bg .review-form .review-wrap .star:last-child:after {
  display: none;
}
.review-mask-bg .review-form .review-wrap .star:after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 38.59649px;
}
@media only screen and (max-width: 767px) {
  .review-mask-bg .review-form {
    padding: 25px 0;
  }
  .review-mask-bg .review-form .review-wrap .star {
    display: inline-block;
    width: 32px;
    height: 30.87719px;
    margin-right: 15px;
    background-image: url(../../images/star_empty.png);
    background-repeat: no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    float: left;
  }
  .review-mask-bg .review-form .review-wrap .star.full {
    background-image: url(../../images/star_full.png);
  }
  .review-mask-bg .review-form .review-wrap .star.half {
    background-image: url(../../images/star_half.png);
  }
  .review-mask-bg .review-form .review-wrap .star:last-child {
    margin-right: 0;
  }
  .review-mask-bg .review-form .review-wrap .star:last-child:after {
    display: none;
  }
  .review-mask-bg .review-form .review-wrap .star:after {
    content: '';
    display: inline-block;
    width: 47px;
    height: 30.87719px;
  }
}
.review-mask-bg .review-form .review-wrap {
  display: inline-block;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .review-mask-bg .review-form .review-wrap {
    margin-bottom: 25px;
  }
}
.review-mask-bg .review-form .submit-btn a {
  display: block;
  width: 300px;
  margin: 0 auto;
  line-height: 35px;
  background: #554f56;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .review-mask-bg .review-form .submit-btn a {
    width: 224px;
    font-size: 16px;
  }
}
.review-mask-bg .review-form .submit-btn .r-arrow:after {
  margin-left: 10px;
}
.review-mask-bg .review-score {
  padding: 35px 0;
}
@media only screen and (max-width: 767px) {
  .review-mask-bg .review-score {
    min-height: 355px;
    padding: 30px 0;
  }
}
.review-mask-bg .review-score .disp-list > li {
  display: block;
  margin-top: 20px;
  text-align: center;
}
.review-mask-bg .review-score .disp-list > li:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .review-mask-bg .review-score .disp-list .review-wrap .star {
    display: inline-block;
    width: 17px;
    height: 16.40351px;
    margin-right: 0;
    background-image: url(../../images/star_empty.png);
    background-repeat: no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    float: left;
  }
  .review-mask-bg .review-score .disp-list .review-wrap .star.full {
    background-image: url(../../images/star_full.png);
  }
  .review-mask-bg .review-score .disp-list .review-wrap .star.half {
    background-image: url(../../images/star_half.png);
  }
  .review-mask-bg .review-score .disp-list .review-wrap .star:last-child {
    margin-right: 0;
  }
  .review-mask-bg .review-score .disp-list .review-wrap .star:last-child:after {
    display: none;
  }
  .review-mask-bg .review-score .disp-list .review-wrap .star:after {
    content: '';
    display: inline-block;
    width: 17px;
    height: 16.40351px;
  }
}
.review-mask-bg .review-score .disp-list .disp, .review-mask-bg .review-score .disp-list .review-wrap {
  display: inline-block;
  width: 40%;
  padding: 0 7px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .review-mask-bg .review-score .disp-list .disp, .review-mask-bg .review-score .disp-list .review-wrap {
    padding: 0 6px;
  }
}
.review-mask-bg .review-score .disp-list .disp {
  text-align: right;
  font-size: 22px;
  vertical-align: -6px;
}
@media only screen and (max-width: 767px) {
  .review-mask-bg .review-score .disp-list .disp {
    font-size: 18px;
    vertical-align: -4px;
  }
}
.review-mask-bg .review-score .disp-list .disp .count {
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .review-mask-bg .review-score .disp-list .disp .count {
    margin-right: 5px;
  }
}

.trans-ani, .coin-exchange-free .ui-bar, .coin-exchange-free .ui-bar .ui-wrapper .confirm-btn, .coin-exchange-free .exchange-item-list li .btn, .coin-exchange-free .exchange-item-list li .btn a span {
  -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;
}

.coin-exchange-free {
  min-width: 1180px;
}
@media only screen and (max-width: 767px) {
  .coin-exchange-free {
    min-width: 100%;
  }
}
.coin-exchange-free .mx1180 {
  max-width: 1180px;
  margin: 0 auto;
}
.coin-exchange-free img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .coin-exchange-free .mobile-gap {
    padding: 0 8px;
  }
}
.coin-exchange-free .main-title {
  margin: 34px 0 25px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .coin-exchange-free .main-title {
    margin: 15px 0 20px;
  }
}
.coin-exchange-free .main-title .bold-title {
  position: relative;
  margin: 0 0 7px;
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .coin-exchange-free .main-title .bold-title {
    font-size: 17px;
  }
}
.coin-exchange-free .main-title .bold-title .goback {
  position: absolute;
  left: 0;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .coin-exchange-free .main-title .bold-title .goback {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .coin-exchange-free .main-title .bold-title .goback {
    top: -moz-calc(( 50% - 8px));
    top: -webkit-calc(( 50% - 8px));
    top: calc(( 50% - 8px));
    left: 4px;
    font-size: 16px;
    letter-spacing: 0px;
    text-indent: 0px;
  }
}
.coin-exchange-free .main-title .bold-title .goback.l-arrow:before {
  border-color: #000;
}
@media only screen and (min-width: 768px) {
  .coin-exchange-free .main-title .bold-title .goback.l-arrow:before {
    width: 15px;
    height: 15px;
  }
}
.coin-exchange-free .main-title .bold-title .goback span {
  display: inline-block;
  color: #08c;
  border-bottom: 1px solid #08c;
}
.coin-exchange-free .main-title .sub-disp {
  font-size: 20px;
  color: #999;
}
@media only screen and (max-width: 767px) {
  .coin-exchange-free .main-title .sub-disp {
    font-size: 15px;
  }
}
.coin-exchange-free .ui-bar {
  height: 57px;
  position: relative;
  background: #fff;
}
.coin-exchange-free .ui-bar.top-attr {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .coin-exchange-free .ui-bar.bottom-attr {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 0;
    z-index: 999;
    -moz-box-shadow: 0 2px 1px 2px rgba(24, 24, 24, 0.15);
    -webkit-box-shadow: 0 2px 1px 2px rgba(24, 24, 24, 0.15);
    box-shadow: 0 2px 1px 2px rgba(24, 24, 24, 0.15);
  }
  .coin-exchange-free .ui-bar.bottom-attr.vf {
    padding-bottom: 30px;
  }
  .coin-exchange-free .ui-bar.bottom-attr .ui-wrapper {
    position: relative;
  }
  .coin-exchange-free .ui-bar.bottom-attr .ui-wrapper .disp {
    font-size: 17px;
  }
  .coin-exchange-free .ui-bar.bottom-attr .ui-wrapper .confirm-btn {
    min-width: 120px;
  }
}
.coin-exchange-free .ui-bar .ui-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 4px 0;
  border: 1px solid #c6c6c6;
  text-align: center;
  z-index: 99;
}
.coin-exchange-free .ui-bar .ui-wrapper.fixed-ui {
  position: fixed;
  max-width: 1180px;
  height: 57px;
}
.coin-exchange-free .ui-bar .ui-wrapper .disp, .coin-exchange-free .ui-bar .ui-wrapper > a {
  display: inline-block;
  margin: 4px;
  vertical-align: middle;
}
.coin-exchange-free .ui-bar .ui-wrapper .disp {
  font-size: 22px;
}
.coin-exchange-free .ui-bar .ui-wrapper .disp em {
  display: inline-block;
  position: relative;
  margin: 0 5px;
  padding: 0 2px;
  font-weight: bold;
  vertical-align: 2px;
}
.coin-exchange-free .ui-bar .ui-wrapper .disp em:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -2px;
}
.coin-exchange-free .ui-bar .ui-wrapper .choosed {
  color: #f94778;
}
.coin-exchange-free .ui-bar .ui-wrapper .choosed:after {
  background: #f94778;
}
.coin-exchange-free .ui-bar .ui-wrapper .total:after {
  background: #000;
}
.coin-exchange-free .ui-bar .ui-wrapper .confirm-btn {
  min-width: 134px;
  height: 39px;
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background: #554f56;
  font-weight: bold;
  line-height: 39px;
}
@media only screen and (min-width: 1070px) {
  .coin-exchange-free .ui-bar .ui-wrapper .confirm-btn:hover {
    background: #676267;
  }
}
.coin-exchange-free .exchange-item-list {
  padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .coin-exchange-free .exchange-item-list {
    padding-bottom: 10px;
  }
}
.coin-exchange-free .exchange-item-list ul {
  margin-left: 1px;
}
@media only screen and (max-width: 767px) {
  .coin-exchange-free .exchange-item-list ul {
    margin-left: 3px;
  }
}
.coin-exchange-free .exchange-item-list li {
  display: inline-block;
  width: 296px;
  min-height: 404px;
  position: relative;
  margin: -1px 0 0 -1px;
  padding: 7px;
  float: left;
  border: 1px solid #f0f0f0;
}
@media only screen and (min-width: 768px) {
  .coin-exchange-free .exchange-item-list li:nth-child(4n+5) {
    width: 295px;
  }
}
@media only screen and (max-width: 767px) {
  .coin-exchange-free .exchange-item-list li {
    width: 50%;
    min-height: 274px;
    min-height: -moz-calc((34.03733333333333vw + 42px + 31px + 41px + 25px + 6px));
    min-height: -webkit-calc((34.03733333333333vw + 42px + 31px + 41px + 25px + 6px));
    min-height: calc((34.03733333333333vw + 42px + 31px + 41px + 25px + 6px));
    padding: 3px;
  }
}
.coin-exchange-free .exchange-item-list li.line-points.soldout .lp10, .coin-exchange-free .exchange-item-list li.line-points.soldout .lp20, .coin-exchange-free .exchange-item-list li.line-points.soldout .btn {
  pointer-events: none;
}
.coin-exchange-free .exchange-item-list li.line-points.soldout .img .product-image {
  display: none;
}
.coin-exchange-free .exchange-item-list li.line-points.soldout .img .done {
  display: block;
}
.coin-exchange-free .exchange-item-list li.line-points.soldout .btn {
  background: #c6c6c6;
}
.coin-exchange-free .exchange-item-list li.line-points.soldout .btn .available, .coin-exchange-free .exchange-item-list li.line-points.soldout .btn .choosed {
  display: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.coin-exchange-free .exchange-item-list li.line-points.soldout .btn .done {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.coin-exchange-free .exchange-item-list li.line-points .img .done {
  display: none;
}
.coin-exchange-free .exchange-item-list li a {
  display: block;
  color: #030303;
}
.coin-exchange-free .exchange-item-list li .img {
  display: block;
  height: 210px;
}
@media only screen and (max-width: 767px) {
  .coin-exchange-free .exchange-item-list li .img {
    height: -moz-calc(((((100vw - 21px) / 2) - 7px) * .75089));
    height: -webkit-calc(((((100vw - 21px) / 2) - 7px) * .75089));
    height: calc(((((100vw - 21px) / 2) - 7px) * .75089));
  }
}
.coin-exchange-free .exchange-item-list li .pro-name {
  display: -webkit-box;
  height: 40px;
  margin: 20px 13px 0;
  line-height: 150%;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .coin-exchange-free .exchange-item-list li .pro-name {
    height: 36px;
    margin: 6px 6px 0;
    line-height: 130%;
  }
}
.coin-exchange-free .exchange-item-list li .value {
  margin: 5px 0 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .coin-exchange-free .exchange-item-list li .value {
    margin: 3px 0 0;
  }
}
.coin-exchange-free .exchange-item-list li .value span {
  display: inline-block;
}
.coin-exchange-free .exchange-item-list li .value .icon {
  width: 35px;
}
@media only screen and (max-width: 767px) {
  .coin-exchange-free .exchange-item-list li .value .icon {
    width: 25px;
  }
}
.coin-exchange-free .exchange-item-list li .value .price {
  font-size: 32px;
  color: #ee4d79;
  vertical-align: 6px;
}
@media only screen and (max-width: 767px) {
  .coin-exchange-free .exchange-item-list li .value .price {
    font-size: 24px;
    vertical-align: 4px;
  }
}
.coin-exchange-free .exchange-item-list li .btn {
  margin: 8px 13px 0;
  background: #554f56;
}
@media only screen and (min-width: 1070px) {
  .coin-exchange-free .exchange-item-list li .btn:hover {
    background: #676267;
  }
}
@media only screen and (max-width: 767px) {
  .coin-exchange-free .exchange-item-list li .btn {
    margin: 3px 2px 0;
  }
}
.coin-exchange-free .exchange-item-list li .btn.run {
  background: #f94778;
}
.coin-exchange-free .exchange-item-list li .btn.run .available, .coin-exchange-free .exchange-item-list li .btn.run .done {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.coin-exchange-free .exchange-item-list li .btn.run .choosed {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media only screen and (min-width: 1070px) {
  .coin-exchange-free .exchange-item-list li .btn.run:hover {
    background: #f9658e;
  }
}
.coin-exchange-free .exchange-item-list li .btn.soldout {
  background: #c6c6c6;
}
@media only screen and (min-width: 1070px) {
  .coin-exchange-free .exchange-item-list li .btn.soldout:hover {
    background: #c6c6c6;
  }
}
.coin-exchange-free .exchange-item-list li .btn.soldout .available, .coin-exchange-free .exchange-item-list li .btn.soldout .choosed {
  display: none;
}
.coin-exchange-free .exchange-item-list li .btn.soldout .done {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.coin-exchange-free .exchange-item-list li .btn.soldout a {
  cursor: default;
}
.coin-exchange-free .exchange-item-list li .btn a {
  display: block;
  height: 38px;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .coin-exchange-free .exchange-item-list li .btn a {
    font-size: 15px;
    letter-spacing: 1px;
  }
}
.coin-exchange-free .exchange-item-list li .btn a span {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.coin-exchange-free .exchange-item-list li .btn .choosed, .coin-exchange-free .exchange-item-list li .btn .done {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.coin-exchange-free .exchange-item-list li .btn .available {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.coin-exchange-free .exchange-item-list li .exp {
  min-height: 29px;
  padding: 10px 0 5px;
  color: #999;
  text-align: center;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .coin-exchange-free .exchange-item-list li .exp {
    min-height: 25px;
    padding: 5px 0 8px;
    font-size: 12px;
  }
}
.coin-exchange-free .bg_grey {
  background: #eee;
}
@media only screen and (min-width: 768px) {
  .coin-exchange-free .bg_grey {
    padding: 0 0 50px;
  }
}
.coin-exchange-free .bg_grey .index-pagination {
  padding: 50px 0 35px;
}
@media only screen and (max-width: 767px) {
  .coin-exchange-free .bg_grey .index-pagination {
    padding: 30px 0;
  }
}
.coin-exchange-free .more {
  text-align: center;
}
.coin-exchange-free .more a {
  min-width: 145px;
  position: relative;
  margin: 20px 0;
  padding: 6px 0 5px;
  color: #fff;
  background: #a0a0a0;
}
.coin-exchange-free .more a:after {
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 8px;
}

.beautycoin-exchange {
  padding: 10px 0 20px;
  /*
  .index,.promo_block{
      @include respond-to(mx767) {
          margin: 0 5px;
          @include calc(width, "( 100% - 10px)");
      }
  }
  */
}
@media only screen and (max-width: 767px) {
  .beautycoin-exchange .title {
    margin-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
  }
}
.beautycoin-exchange .title li {
  display: block;
  text-align: center;
}
.beautycoin-exchange .title .promo_title {
  position: relative;
  margin: 20px 0 0;
  font-size: 28px;
  line-height: 120%;
}
@media only screen and (max-width: 767px) {
  .beautycoin-exchange .title .promo_title {
    margin: 15px 0 0;
    font-size: 24px;
    letter-spacing: 5px;
    text-indent: 5px;
  }
}
.beautycoin-exchange .title .promo_title .goback {
  position: absolute;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .beautycoin-exchange .title .promo_title .goback {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .beautycoin-exchange .title .promo_title .goback {
    top: -moz-calc(( 50% - 14px));
    top: -webkit-calc(( 50% - 14px));
    top: calc(( 50% - 14px));
    font-size: 16px;
    letter-spacing: 0px;
    text-indent: 0px;
  }
}
.beautycoin-exchange .title .promo_title .goback.l-arrow:before {
  border-color: #000;
}
@media only screen and (min-width: 768px) {
  .beautycoin-exchange .title .promo_title .goback.l-arrow:before {
    width: 15px;
    height: 15px;
  }
}
.beautycoin-exchange .title .promo_description {
  font-size: 20px;
  color: #999999;
  line-height: 120%;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .beautycoin-exchange .title .promo_description {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.beautycoin-exchange .pick_block {
  border: 1px solid #c6c6c6;
  font-size: 22px;
  text-align: center;
  padding: 10px 0;
  margin: 20px auto;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .beautycoin-exchange .pick_block {
    width: 100%;
    margin: 0;
    position: fixed;
    bottom: 0;
    z-index: 99;
    background: #fff;
    font-size: 16px;
    border-left: none;
    border-right: none;
  }
}
.beautycoin-exchange .pick_block em {
  display: inline-block;
  margin: 0 5px;
  font-weight: bolder;
  text-align: center;
  border-bottom: 2px solid #000;
}
@media only screen and (min-width: 768px) {
  .beautycoin-exchange .pick_block em {
    padding: 0 3px;
  }
}
.beautycoin-exchange .pick_block em.pink {
  color: #f94778;
  border-color: #f94778;
}
.beautycoin-exchange .pick_block .cart_block .ui_btn {
  margin-left: 5px;
  width: 120px;
}
.beautycoin-exchange .product_list .product_list_block {
  display: inline-block;
  border: 1px solid #e0e0e0;
  padding: 2px;
  position: relative;
  /*
  .icon-icon-close{
      position: absolute;
      top:5px;
      right:5px;
      font-size:22px;
      z-index: 2;
      &:hover{
          cursor: pointer;
      }
      @include respond-to(mx767) {
          font-size:16px;
      }
  }*/
}
@media only screen and (min-width: 768px) {
  .beautycoin-exchange .product_list .product_list_block {
    margin-left: -5px;
    width: -moz-calc(( 100% / 4));
    width: -webkit-calc(( 100% / 4));
    width: calc(( 100% / 4));
  }
  .beautycoin-exchange .product_list .product_list_block:nth-child(4n+1) {
    border-left: 1px solid #e0e0e0;
    margin-left: 0;
  }
  .beautycoin-exchange .product_list .product_list_block:nth-child(n+5) {
    border-top: 1px solid transparent;
  }
}
@media only screen and (max-width: 767px) {
  .beautycoin-exchange .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;
  }
  .beautycoin-exchange .product_list .product_list_block:nth-child(1), .beautycoin-exchange .product_list .product_list_block:nth-child(2) {
    margin-top: 0;
  }
  .beautycoin-exchange .product_list .product_list_block:nth-child(odd) {
    margin-left: 0;
  }
  .beautycoin-exchange .product_list .product_list_block:nth-child(even) {
    margin-left: -5px;
  }
}
.beautycoin-exchange .product_list .product_list_block > div {
  border: 2px solid transparent;
}
.beautycoin-exchange .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;
      @include respond-to(mx767){
          padding-top:13px;
      }
  }
  &:hover{
      border: 2px solid transparent;
  } 
  &.active{
      border: 2px solid #f9517f;
      .cart_block{
          >div{
              &.btn_block{
                  .ui_btn{
                      &.btn_bg_grey{
                          display: none;
                      }
                      &.btn_bg_pink{
                          display: block;
                      } 
                  }
              }
          }
      }
  }
  */
}
.beautycoin-exchange .product_list .product_list_block .product_info_block .product_name {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .beautycoin-exchange .product_list .product_list_block .product_info_block .product_name {
    padding-top: 5px;
    margin-bottom: 5px;
  }
}
.beautycoin-exchange .product_list .product_list_block .product_info_block .coin {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .beautycoin-exchange .product_list .product_list_block .product_info_block .coin .icon {
    width: 24px;
  }
}
.beautycoin-exchange .product_list .product_list_block .product_info_block .coin .number {
  padding: 0 0 0 5px;
  color: #ee4c79;
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .beautycoin-exchange .product_list .product_list_block .product_info_block .coin .number {
    font-size: 24px;
  }
}
.beautycoin-exchange .product_list .product_list_block .product_info_block .cart_block {
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .beautycoin-exchange .product_list .product_list_block .product_info_block .cart_block {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.beautycoin-exchange .product_list .product_list_block .product_info_block .cart_block > div.btn_block {
  margin-top: 10px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .beautycoin-exchange .product_list .product_list_block .product_info_block .cart_block > div.btn_block {
    margin-top: 5px;
  }
}
.beautycoin-exchange .product_list .product_list_block .product_info_block .cart_block > div.btn_block .ui_btn {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .beautycoin-exchange .product_list .product_list_block .product_info_block .cart_block > div.btn_block .ui_btn {
    font-size: 14px;
    letter-spacing: 2px;
    text-indent: 2px;
  }
}
.beautycoin-exchange .bg_grey {
  background: #eeeeee;
  padding: 20px 0 40px;
}
@media only screen and (min-width: 768px) {
  .beautycoin-exchange .bg_grey {
    min-width: 1180px;
  }
}
.beautycoin-exchange .bg_grey .index-pagination {
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .beautycoin-exchange .bg_grey {
    padding: 20px 0;
  }
  .beautycoin-exchange .bg_grey .choices_block {
    border-left: none;
    border-right: none;
    width: 100%;
    padding: 13px 5px 0;
    margin: 20px 0 0;
    background: #fcdfe1;
    position: fixed;
    bottom: 0;
    z-index: 205;
    font-size: 15px;
    letter-spacing: 0;
    text-align: center;
    height: 91px;
  }
  .beautycoin-exchange .bg_grey .choices_block li:first-child {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .beautycoin-exchange .bg_grey .choices_block li:first-child span {
    display: inline-block;
    color: #999999;
    font-size: 14px;
    padding-left: 10px;
  }
  .beautycoin-exchange .bg_grey .choices_block .cart_block {
    width: -moz-calc(( ( 100% - 5px ) / 2 ));
    width: -webkit-calc(( ( 100% - 5px ) / 2 ));
    width: calc(( ( 100% - 5px ) / 2 ));
  }
  .beautycoin-exchange .bg_grey .choices_block .cart_block .ui_btn {
    width: 100%;
  }
  .beautycoin-exchange .bg_grey .choices_block em {
    margin: 0 3px;
    width: auto;
  }
}

.line-points-exchange-popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  z-index: 99999;
}
.line-points-exchange-popup.lp10 .btn-set .exchange.lp10 {
  display: inline-block;
}
.line-points-exchange-popup.lp10 .btn-set .exchange.lp20 {
  display: none;
}
.line-points-exchange-popup.lp20 .btn-set .exchange.lp20 {
  display: inline-block;
}
.line-points-exchange-popup.lp20 .btn-set .exchange.lp10 {
  display: none;
}
.line-points-exchange-popup .mask-shadow {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 11;
  cursor: pointer;
}
.line-points-exchange-popup .wrapper {
  width: -moz-calc((100% - 20px));
  width: -webkit-calc((100% - 20px));
  width: calc((100% - 20px));
  max-width: 400px;
  padding: 30px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background: #fff;
  z-index: 99;
}
.line-points-exchange-popup .wrapper .title {
  padding: 0 0 25px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.line-points-exchange-popup .wrapper .num-list {
  margin: 0 0 0 22px;
  list-style-type: decimal;
}
.line-points-exchange-popup .wrapper .num-list li {
  display: list-item;
  position: relative;
  margin: 10px 0 0;
  line-height: 130%;
  font-size: 16px;
}
.line-points-exchange-popup .wrapper .num-list li:first-child {
  margin: 0;
}
.line-points-exchange-popup .btn-set {
  margin: 30px 0 0;
  text-align: center;
}
.line-points-exchange-popup .btn-set a {
  min-width: -moz-calc((50% - 15px));
  min-width: -webkit-calc((50% - 15px));
  min-width: calc((50% - 15px));
  height: 36px;
  margin: 0 6px;
  padding: 0 10px;
  vertical-align: middle;
  line-height: 36px;
  letter-spacing: 3px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.line-points-exchange-popup .btn-set .exchange {
  background: #f94778;
}
.line-points-exchange-popup .btn-set .cancel {
  background: #554f56;
}

.mask-bg > * {
  cursor: default;
}
@media only screen and (max-width: 767px) {
  .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: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .mask-bg .promo .message-box {
    max-width: 740px;
  }
}

#imgCaptcha {
  display: inline-block;
  width: auto;
}

.notifyme-mask-bg {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99998;
}
.notifyme-mask-bg .inner-table {
  display: table;
  width: 100%;
  height: 100%;
}
.notifyme-mask-bg .inner-cell {
  display: table-cell;
  vertical-align: middle;
  z-index: 99999;
  background: transparent;
}
.notifyme-mask-bg .inner-cell .cart_shipping {
  max-width: 400px;
  position: relative;
  margin: 0 auto;
  background: #fff;
  padding: 10px 25px;
  border: 1px solid #dde1e7;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .notifyme-mask-bg .inner-cell .cart_shipping {
    max-width: 100%;
    max-height: 99%;
    padding: 10px 15px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.notifyme-mask-bg .inner-cell .cart_shipping .close-btn {
  width: 33px;
  height: 33px;
  position: absolute;
  top: -3px;
  right: -14px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .notifyme-mask-bg .inner-cell .cart_shipping .close-btn {
    width: 39px;
    height: 39px;
    top: 5px;
    right: -10px;
  }
}
.notifyme-mask-bg .inner-cell .cart_shipping .close-btn:before, .notifyme-mask-bg .inner-cell .cart_shipping .close-btn:after {
  content: '';
  display: block;
  position: absolute;
  background: #000;
  z-index: 11;
}
.notifyme-mask-bg .inner-cell .cart_shipping .close-btn:before {
  width: 1px;
  left: 50%;
  top: 6px;
  bottom: 6px;
}
.notifyme-mask-bg .inner-cell .cart_shipping .close-btn:after {
  height: 1px;
  margin-top: -1px;
  top: 50%;
  left: 7px;
  right: 5px;
}
.notifyme-mask-bg .login-attr .title {
  padding: 20px 0 15px 10px;
}
.notifyme-mask-bg .login-attr .title h2 {
  font-size: 20px;
  font-weight: bold;
}
.notifyme-mask-bg .login-attr .title .disp {
  padding: 7px 0 0;
  line-height: 145%;
  color: #a0a0a0;
  font-size: 14px;
}
.notifyme-mask-bg .login-attr .title .disp em {
  display: inline-block;
  color: #646262;
}
.notifyme-mask-bg .quick_link a {
  display: inline-block;
}
.notifyme-mask-bg .quick_link .signup {
  float: left;
  font-weight: bolder;
  padding: 10px;
  border: 1px solid #000;
}
.notifyme-mask-bg .quick_link .signup.r-arrow:after {
  margin-left: 4px;
  border-color: #000;
}
.notifyme-mask-bg .quick_link .forget {
  float: right;
  color: #a7a7a7;
  margin-right: 10px;
  padding: 11px 0;
}
.notifyme-mask-bg .social_block {
  padding: 20px 0 0;
  border-top: 1px solid #dde1e7;
  margin: 18px 0 0;
}
.notifyme-mask-bg .social_block .fb, .notifyme-mask-bg .social_block .line {
  color: #fff;
}
.notifyme-mask-bg .social_block .fb .block, .notifyme-mask-bg .social_block .line .block {
  display: block;
  margin: 0 auto;
  width: 200px;
  text-align: left;
}
.notifyme-mask-bg .social_block .fb {
  background: #5e76b3;
  border: 1px solid #5e76b3;
  padding-left: 10px;
  letter-spacing: 1px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .notifyme-mask-bg .social_block .fb {
    margin-right: 10px;
  }
}
.notifyme-mask-bg .social_block .fb .bg-fb:before {
  background: url(https://photo.s3.com.tw/BANNER/HOOK.PNG) no-repeat center center;
  color: #fff;
  content: '';
  display: inline-block;
  width: 12px;
  height: 21px;
  margin-right: 25px;
  vertical-align: middle;
}
.notifyme-mask-bg .social_block .line {
  background: #01c302;
  border: 1px solid #01c302;
  letter-spacing: 1px;
}
.notifyme-mask-bg .social_block .line .bg-line {
  background: url("../../images/line.png") no-repeat center center;
  background-size: 37px;
  color: #fff;
  width: 37px;
  height: 37px;
  margin: -2px 14px 0 -5px;
  vertical-align: middle;
}
.notifyme-mask-bg .GetPhone .pop-disp-attr, .notifyme-mask-bg .NotifyByLine .pop-disp-attr, .notifyme-mask-bg .NotifyBySMS .pop-disp-attr {
  max-height: 275px;
}
.notifyme-mask-bg .GetPhone .pop-disp-attr .title {
  padding: 0 0 0 7px;
}
.notifyme-mask-bg .GetPhone .pop-disp-attr .disp {
  padding: 10px 0 0 7px;
}
@media only screen and (max-width: 767px) {
  .notifyme-mask-bg .GetPhone .pop-disp-attr .disp {
    padding: 15px 0 0 7px;
  }
}
.notifyme-mask-bg .pop-disp-attr {
  display: table;
  width: 100%;
  height: 100vh;
  max-height: 564px;
}
.notifyme-mask-bg .pop-disp-attr .inner-wrap {
  display: table-cell;
  vertical-align: middle;
}
.notifyme-mask-bg .pop-disp-attr .title {
  font-size: 20px;
  font-weight: bold;
}
.notifyme-mask-bg .pop-disp-attr .center-title {
  font-size: 18px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .notifyme-mask-bg .pop-disp-attr .center-title {
    padding: 0 0 10px;
  }
}
.notifyme-mask-bg .pop-disp-attr .disp {
  padding: 10px 0 0;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .notifyme-mask-bg .pop-disp-attr .disp {
    padding: 15px 0 0;
  }
}
.notifyme-mask-bg .pop-disp-attr .form_master {
  margin: 30px 0 0;
}
@media only screen and (max-width: 767px) {
  .notifyme-mask-bg .pop-disp-attr .form_master {
    margin: 20px 0 0;
  }
}
.notifyme-mask-bg .pop-disp-attr .cancel-btn {
  margin: 15px 0 0;
  text-align: center;
}
.notifyme-mask-bg .pop-disp-attr .cancel-btn a {
  border-bottom: 1px solid #000;
  font-size: 16px;
}

#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: 768px) {
  #divClame .mask-bg .full-w {
    max-width: 768px;
    left: 50%;
    margin-left: -384px;
  }
}
#divClame .mask-bg .promo {
  position: absolute;
  height: 70%;
  max-height: 100%;
  top: 15%;
  overflow-y: auto;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#divClame .mask-bg .promo .message-box {
  max-width: 740px;
}
#divClame .mask-bg .master-container {
  min-width: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.master-container {
  min-width: 1180px;
  background: #eee;
}
.master-container img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .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: #eee;
  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 #000;
}
.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 #000;
}

@media only screen and (max-width: 767px) {
  .master-container.no-marquee {
    margin-top: 58px;
  }
}

.center-img {
  text-align: center;
}
.center-img:before, .center-img:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  position: relative;
  vertical-align: middle;
}
.center-img img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.wrap-page {
  max-width: 1180px;
  margin: 0 auto;
}

.breadcrumb {
  margin: 0 auto 10px;
  padding: 30px 0 0;
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    margin: 1px auto 0;
    padding: 15px 14px 0;
    background: #fff;
  }
}
.breadcrumb li {
  margin-right: 4px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb li {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .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;
  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;
}

.plus-sign {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background: transparent;
  vertical-align: -4px;
}
.plus-sign:before, .plus-sign:after {
  content: '';
  display: block;
  position: absolute;
  background: #000;
  z-index: 11;
}
.plus-sign:before {
  width: 2px;
  margin-left: -1px;
  left: 50%;
  top: 2px;
  bottom: 2px;
}
.plus-sign:after {
  height: 2px;
  margin-top: -1px;
  top: 50%;
  left: 2px;
  right: 2px;
}

.eye-contact-tags {
  font-size: 16px;
  background: #fff;
}
.eye-contact-tags span {
  display: inline-block;
  margin: 0 1px 5px 0;
  padding: 3px 2px 2px;
  font-size: 12px;
  color: #fff;
}
.eye-contact-tags span.cyan-tag {
  background: #2bc8d2;
}
.eye-contact-tags span.blue-tag {
  background: #1476dc;
}
.eye-contact-tags span.orange-tag {
  background: #ff8801;
}

.product-attr {
  padding-bottom: 60px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .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: #f94778;
}
@media only screen and (max-width: 767px) {
  .product-attr .sold-out .out-disp {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .product-attr .purchase-ui {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 34px;
    z-index: 9997;
    background: #fff;
    -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;
  }
  .product-attr .purchase-ui:before {
    content: '';
    display: block;
    width: 100%;
    height: 34px;
    position: absolute;
    bottom: 0;
    background: #eee;
    z-index: 1;
  }
}
.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: 767px) {
  .product-attr .purchase-ui > a {
    height: 48px;
    margin-right: 0;
    padding: 0 5px;
    font-size: 16px;
    line-height: 48px;
    letter-spacing: 1px;
  }
}
.product-attr .purchase-ui .collection {
  width: 133px;
  color: #000;
  border: 1px solid #999;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .product-attr .purchase-ui .collection {
    width: 25%;
    border: 1px solid #e8e8e8;
  }
}
@media only screen and (min-width: 1070px) {
  .product-attr .purchase-ui .collection:hover {
    background: #eee;
  }
}
.product-attr .purchase-ui .cart {
  width: 208px;
  background: #554f56;
}
@media only screen and (max-width: 767px) {
  .product-attr .purchase-ui .cart {
    width: 38%;
  }
}
@media only screen and (min-width: 1070px) {
  .product-attr .purchase-ui .cart:hover {
    background: #7f7b80;
  }
}
.product-attr .purchase-ui .buy {
  width: 248px;
  background: #f94778;
}
@media only screen and (max-width: 767px) {
  .product-attr .purchase-ui .buy {
    width: 37%;
  }
}
@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: 767px) {
  .product-attr .purchase-ui .icon {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 5px;
    vertical-align: middle;
  }
}
.product-attr .purchase-ui .icon img {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .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: 767px) {
  .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.sp-tag00 .flag-tag {
  display: block !important;
}
.product-attr .top-section.sp-tag00 .pro-txt .promo-disp .promo-list .tag00 {
  display: block;
}
.product-attr .top-section.sp-tag01 .round-tag, .product-attr .top-section.sp-tag01 .pro-txt .promo-disp .promo-list .sp-stripe {
  display: block;
}
.product-attr .top-section.sp-tag01 .pro-txt .promo-disp .promo-list .tag01 {
  display: block;
}
.product-attr .top-section.sp-tag02 .sp-border-tag {
  display: block;
}
.product-attr .top-section.sp-tag02 .pro-txt .promo-disp .promo-list .tag02 {
  display: block;
}
.product-attr .top-section.sp-tag03 .red-border-tag {
  display: block;
}
.product-attr .top-section.sp-tag03 .pro-txt .promo-disp .promo-list .tag03 {
  display: block;
}
.product-attr .top-section .pro-img, .product-attr .top-section .pro-txt {
  display: inline-block;
  float: left;
}
@media only screen and (max-width: 767px) {
  .product-attr .top-section .pro-img, .product-attr .top-section .pro-txt {
    float: none;
  }
}
.product-attr .top-section .flag-tag {
  width: 17.5vw;
  height: 15vw;
  right: 25px;
}
.product-attr .top-section .flag-tag:after {
  border-width: 4.6875vw 8.75vw 0 8.75vw;
}
.product-attr .top-section .flag-tag .inner-wrap:before, .product-attr .top-section .flag-tag .inner-wrap:after {
  border-width: 4.375vw 8.125vw 0 8.125vw;
}
.product-attr .top-section .flag-tag .inner-wrap:before {
  bottom: -1.875vw;
}
.product-attr .top-section .flag-tag .inner-wrap:after {
  bottom: -2.5vw;
}
.product-attr .top-section .flag-tag .inner-wrap .inner-attr {
  font-size: 5vw;
}
@media only screen and (min-width: 768px) {
  .product-attr .top-section .flag-tag {
    width: 70px;
    height: 60px;
    right: 30px;
  }
  .product-attr .top-section .flag-tag:after {
    border-width: 19px 35px 0 35px;
  }
  .product-attr .top-section .flag-tag .inner-wrap:before, .product-attr .top-section .flag-tag .inner-wrap:after {
    border-width: 18px 33px 0 33px;
  }
  .product-attr .top-section .flag-tag .inner-wrap:before {
    bottom: -8px;
  }
  .product-attr .top-section .flag-tag .inner-wrap:after {
    bottom: -10px;
  }
  .product-attr .top-section .flag-tag .inner-wrap .inner-attr {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .product-attr .top-section .sp-border-tag {
    border: 6px solid #8f1bbd;
  }
}
.product-attr .top-section .sp-border-tag .sp-tag-name {
  padding: 7px 6px 7px 11px;
}
@media only screen and (min-width: 768px) {
  .product-attr .top-section .sp-border-tag .sp-tag-name {
    margin-top: -6px;
    margin-left: -6px;
    padding: 10px 4px 8px 17px;
  }
}
.product-attr .top-section .sp-border-tag .sp-tag-name:after {
  margin-left: 6px;
  border-width: 37px 18px 0 0;
}
@media only screen and (min-width: 768px) {
  .product-attr .top-section .sp-border-tag .sp-tag-name:after {
    margin-left: 4px;
    border-width: 42px 18px 0 0;
  }
}
.product-attr .top-section .sp-border-tag .sp-tag-name img {
  width: 9px;
}
.product-attr .top-section .sp-border-tag .sp-tag-name span {
  font-size: 21px;
}
@media only screen and (min-width: 768px) {
  .product-attr .top-section .sp-border-tag .sp-tag-name span {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .product-attr .top-section .sp-border-tag .bottom-attr {
    bottom: -6px;
  }
}
.product-attr .top-section .sp-border-tag .bottom-attr .sp-date {
  padding: 7px 45% 7px 7px;
  font-size: 24px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .product-attr .top-section .sp-border-tag .bottom-attr .sp-date {
    padding: 10px 47% 6px 9px;
    font-size: 28px;
  }
}
.product-attr .top-section .sp-border-tag .bottom-attr .sp-price {
  width: 135px;
  padding: 0 11px 8px 5px;
  font-size: 28px;
}
@media only screen and (min-width: 768px) {
  .product-attr .top-section .sp-border-tag .bottom-attr .sp-price {
    width: 150px;
    right: -6px;
    padding: 0 15px 10px 5px;
    font-size: 33px;
  }
}
.product-attr .top-section .sp-border-tag .bottom-attr .sp-price .price-wrap {
  width: 161px;
  height: 60px;
}
@media only screen and (min-width: 768px) {
  .product-attr .top-section .sp-border-tag .bottom-attr .sp-price .price-wrap {
    width: 187px;
    height: 69px;
  }
}
.product-attr .top-section .sp-border-tag .bottom-attr .sp-price em {
  font-size: 40px;
}
@media only screen and (min-width: 768px) {
  .product-attr .top-section .sp-border-tag .bottom-attr .sp-price em {
    font-size: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .product-attr .top-section .round-tag .inner-table {
    width: 80px;
    height: 79px;
    top: -25px;
  }
}
.product-attr .top-section .round-tag .txt {
  padding: 15px 10px 0;
  font-size: 18px;
}
.product-attr .top-section .pro-img {
  width: 480px;
  position: relative;
  margin: 0 50px 60px 0;
  border: 1px solid #f2f3f8;
}
@media only screen and (max-width: 767px) {
  .product-attr .top-section .pro-img {
    width: 100%;
    margin: 0 0 5px 0;
  }
}
.product-attr .top-section .pro-img .nav-dot {
  width: 100%;
  bottom: -38px;
}
@media only screen and (max-width: 767px) {
  .product-attr .top-section .pro-img .nav-dot {
    bottom: -25px;
  }
}
.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: #f94778;
}
.product-attr .top-section .pro-txt {
  width: 620px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .product-attr .top-section .pro-txt {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0 0 -10px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .product-attr .top-section .pro-txt .sp_text {
    height: auto;
    margin: 14px 0 8px;
  }
}
.product-attr .top-section .pro-txt > .title {
  font-size: 18px;
  line-height: 150%;
  font-weight: bold;
}
.product-attr .top-section .pro-txt .import-source {
  padding: 2px 5px;
  background: #d7d6d6;
  line-height: 22px;
  font-size: 14px;
  vertical-align: 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.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: 767px) {
  .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 .with-dots.txt-disp > li, .product-attr .top-section .pro-txt .with-square.txt-disp > li {
  margin-top: 10px;
}
.product-attr .top-section .pro-txt .with-dots.txt-disp > li:first-child, .product-attr .top-section .pro-txt .with-square.txt-disp > li:first-child {
  margin-top: 0;
}
.product-attr .top-section .pro-txt .price-section {
  margin-top: 15px;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .product-attr .top-section .pro-txt .price-section {
    margin-top: 5px;
  }
}
.product-attr .top-section .pro-txt .price-section .ori-price, .product-attr .top-section .pro-txt .price-section .sale-price {
  display: inline-block;
  margin-right: 10px;
}
.product-attr .top-section .pro-txt .price-section .ori-price {
  color: #828181;
}
.product-attr .top-section .pro-txt .price-section .sale-price {
  color: #f94778;
}
.product-attr .top-section .pro-txt .price-section .sale-price span {
  display: inline-block;
  font-size: 30px;
}
.product-attr .top-section .pro-txt .price-section .sp-price {
  display: inline-block;
  margin: 5px 0 0;
  font-size: 16px;
  color: #f936c4;
}
.product-attr .top-section .pro-txt .promo-disp {
  margin-top: 15px;
  padding: 10px 10px 3px;
  font-size: 14px;
  border: 1px solid #f94778;
}
@media only screen and (max-width: 767px) {
  .product-attr .top-section .pro-txt .promo-disp {
    margin-top: 5px;
    -webkit-order: 1;
    order: 1;
  }
}
.product-attr .top-section .pro-txt .promo-disp .title {
  margin-bottom: 10px;
  padding: 0 31px;
  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: 36px;
  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 ul:nth-child(2) li {
  display: block;
}
.product-attr .top-section .pro-txt .promo-disp .promo-list .discount-free, .product-attr .top-section .pro-txt .promo-disp .promo-list .vendor-delivery, .product-attr .top-section .pro-txt .promo-disp .promo-list .border-tag {
  min-height: 50px;
  position: relative;
  padding: 14px 0 11px 98px;
  line-height: 150%;
  border-top: 1px solid #dcdcdc;
}
.product-attr .top-section .pro-txt .promo-disp .promo-list .discount-free .icon, .product-attr .top-section .pro-txt .promo-disp .promo-list .vendor-delivery .icon, .product-attr .top-section .pro-txt .promo-disp .promo-list .border-tag .icon {
  position: absolute;
  top: 10px;
  left: 0;
  margin: 0;
  padding: 3px 6px 3px 7px;
  background: #fff;
  color: #f94778;
}
.product-attr .top-section .pro-txt .promo-disp .promo-list .discount-free a, .product-attr .top-section .pro-txt .promo-disp .promo-list .vendor-delivery a, .product-attr .top-section .pro-txt .promo-disp .promo-list .border-tag a {
  color: #036ae1;
}
.product-attr .top-section .pro-txt .promo-disp .promo-list .delivery-fee-free + .vendor-delivery {
  margin-top: -5px;
  border-top: 0;
}
.product-attr .top-section .pro-txt .promo-disp .promo-list .com-tag {
  min-height: 50px;
  position: relative;
  padding: 14px 0 11px 98px;
  line-height: 150%;
  border-top: 1px solid #dcdcdc;
}
.product-attr .top-section .pro-txt .promo-disp .promo-list .com-tag .icon {
  position: absolute;
  left: 0;
}
.product-attr .top-section .pro-txt .promo-disp .promo-list .brand-name .icon, .product-attr .top-section .pro-txt .promo-disp .promo-list .text-tag .icon {
  border: 1px solid transparent;
  background: transparent;
  color: #767676;
}
.product-attr .top-section .pro-txt .promo-disp .promo-list .brand-name {
  color: #036ae1;
}
.product-attr .top-section .pro-txt .promo-disp .promo-list .brand-name a {
  color: #036ae1;
}
.product-attr .top-section .pro-txt .promo-disp .promo-list li {
  display: none;
  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 li.default-disp {
  display: block;
}
.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;
  min-width: 90px;
  margin: -4px 0 0 0;
  padding: 3px 6px 3px 7px;
  color: #fff;
  border: 1px solid #f94778;
  background: #f94778;
  letter-spacing: 1px;
  text-align: center;
  font-weight: bold;
  -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 {
  width: 90px;
  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: #f94778;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.product-attr .top-section .pro-txt .promo-disp .promo-list .mei-tag {
  display: inline-block;
  width: 24px;
  margin: 0 0 0 4px;
  vertical-align: -7px;
}
.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 .promo-disp .promo-list .sp-border-tag-name {
  min-width: 90px;
  position: relative;
  margin: -4px 0 0;
  padding: 5px 6px 3px 6px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA5MTUwNiIgeTE9IjAuMTU4NDk0IiB4Mj0iMS4wOTE1MDYiIHkyPSIwLjg0MTUwNiI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmMWJiZCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWQwOTlmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjQwODllIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(330deg, #8f1bbd, #ed099f, #f4089e);
  background-image: -webkit-linear-gradient(330deg, #8f1bbd, #ed099f, #f4089e);
  background-image: linear-gradient(120deg, #8f1bbd, #ed099f, #f4089e);
  float: left;
  text-align: center;
}
.product-attr .top-section .pro-txt .promo-disp .promo-list .sp-border-tag-name:after {
  content: '';
  display: none;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  margin-left: 5px;
  border-style: solid;
  border-width: 30px 16px 0 0;
  border-color: #f4089d transparent transparent transparent;
}
.product-attr .top-section .pro-txt .promo-disp .promo-list .sp-border-tag-name + em {
  padding: 2px 0 0 0;
}
.product-attr .top-section .pro-txt .promo-disp .promo-list .sp-border-tag-name span, .product-attr .top-section .pro-txt .promo-disp .promo-list .sp-border-tag-name img {
  display: inline-block;
  vertical-align: 0;
}
.product-attr .top-section .pro-txt .promo-disp .promo-list .sp-border-tag-name span {
  font-weight: bold;
  color: #fff;
}
.product-attr .top-section .pro-txt .promo-disp .promo-list .sp-border-tag-name img {
  width: 6px;
  margin-bottom: 1px;
}
.product-attr .top-section .pro-txt .promo-disp .promo-list .sp-border-tag-name img.l-attr {
  margin-right: 1px;
}
.product-attr .top-section .pro-txt .promo-disp .promo-list .sp-border-tag-name img.r-attr {
  margin-left: 2px;
}
.product-attr .top-section .pro-txt .promo-disp .promo-list .red-border-tag-name {
  min-width: 90px;
  position: relative;
  margin: -4px 0 0;
  padding: 5px 6px 3px 6px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA5MTUwNiIgeTE9IjAuMTU4NDk0IiB4Mj0iMS4wOTE1MDYiIHkyPSIwLjg0MTUwNiI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNjczYSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmYxZjhkIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmY1ZGIxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(330deg, #ff673a, #ff1f8d, #ff5db1);
  background-image: -webkit-linear-gradient(330deg, #ff673a, #ff1f8d, #ff5db1);
  background-image: linear-gradient(120deg, #ff673a, #ff1f8d, #ff5db1);
  float: left;
  text-align: center;
}
.product-attr .top-section .pro-txt .promo-disp .promo-list .red-border-tag-name .txt {
  font-style: italic;
  font-size: 14px;
  font-weight: bold;
  -webkit-background-clip: text;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNDUyNzkiIHkxPSItMC4wMzk2MTQiIHgyPSIwLjU0NzIxIiB5Mj0iMS4wMzk2MTQiPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZiOTciLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-linear-gradient(275deg, #ffffff 50%, #fffb97 50%);
  background-image: -webkit-linear-gradient(275deg, #ffffff 50%, #fffb97 50%);
  background-image: linear-gradient(175deg, #ffffff 50%, #fffb97 50%);
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 2px 1px #a91414);
  color: #fffb97;
}
.product-attr .top-section .pro-txt .promo-disp .promo-list .red-border-tag-name + em {
  padding: 2px 0 0 0;
}
.product-attr .top-section .pro-txt .promo-disp .promo-list .sp-stripe {
  display: none;
  position: relative;
  bottom: auto;
  left: 0;
  margin: -4px 0 0;
  float: left;
  text-align: center;
}
.product-attr .top-section .pro-txt .promo-disp .promo-list .sp-stripe + em {
  padding: 6px 0 5px 12px;
}
.product-attr .top-section .pro-txt .promo-disp .promo-list .sp-stripe .stripe {
  display: block;
  width: 25px;
  height: 25px;
  position: relative;
  margin: 0 0 -20px;
  background: #912450;
}
.product-attr .top-section .pro-txt .promo-disp .promo-list .sp-stripe .stripe:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 5px 17px;
  border-color: transparent transparent #681f3d transparent;
}
.product-attr .top-section .pro-txt .promo-disp .promo-list .sp-stripe .txt {
  display: inline-block;
  min-width: 71px;
  position: relative;
  margin: 0 0 0 8px;
  padding: 5px 0px 4px 10px;
  font-size: 14px;
  font-weight: bold;
  background: #ec1f6c;
  color: #fff;
}
.product-attr .top-section .pro-txt .promo-disp .promo-list .sp-stripe .txt:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: -11px;
  border-style: solid;
  border-width: 15px 0 15px 11px;
  border-color: transparent transparent transparent #ec1f6d;
}
.product-attr .top-section .pro-txt .review-tag {
  position: relative;
  margin: 15px 0 8px;
}
@media only screen and (max-width: 767px) {
  .product-attr .top-section .pro-txt .review-tag {
    margin: 10px 0 8px;
  }
}
.product-attr .top-section .pro-txt .review-tag .review-wrap, .product-attr .top-section .pro-txt .review-tag .with-review-txt {
  display: none;
}
.product-attr .top-section .pro-txt .review-tag .with-review-txt, .product-attr .top-section .pro-txt .review-tag .no-review-txt {
  position: relative;
}
.product-attr .top-section .pro-txt .review-tag .with-review-txt a, .product-attr .top-section .pro-txt .review-tag .no-review-txt a {
  position: relative;
  z-index: 3;
  color: #1e6ad2;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .product-attr .top-section .pro-txt .review-tag .with-review-txt a:hover span, .product-attr .top-section .pro-txt .review-tag .no-review-txt a:hover span {
    text-decoration: underline;
  }
  .product-attr .top-section .pro-txt .review-tag .with-review-txt a:hover .gray, .product-attr .top-section .pro-txt .review-tag .no-review-txt a:hover .gray {
    text-decoration: none;
  }
}
.product-attr .top-section .pro-txt .review-tag .with-review-txt .gray, .product-attr .top-section .pro-txt .review-tag .no-review-txt .gray {
  color: #a0a0a0;
}
.product-attr .top-section .pro-txt .review-tag .with-review-txt span, .product-attr .top-section .pro-txt .review-tag .no-review-txt span {
  display: inline-block;
  padding-right: 15px;
  vertical-align: middle;
}
.product-attr .top-section .pro-txt .review-tag .with-review-txt span:first-child, .product-attr .top-section .pro-txt .review-tag .no-review-txt span:first-child {
  vertical-align: -1px;
}
.product-attr .top-section .pro-txt .review-tag .review-wrap {
  margin-right: 5px;
}
.product-attr .top-section .pro-txt .review-tag .no-review-txt {
  display: block;
  padding: 1px 0;
}
.product-attr .top-section .pro-txt .review-tag.with-review .review-wrap, .product-attr .top-section .pro-txt .review-tag.with-review .with-review-txt {
  display: inline-block;
  vertical-align: middle;
}
.product-attr .top-section .pro-txt .review-tag.with-review .with-review-txt {
  vertical-align: -2px;
}
.product-attr .top-section .pro-txt .review-tag.with-review .no-review-txt {
  display: none;
}
.product-attr .top-section .pro-txt .mer-num {
  margin: 30px 0 0;
  color: #e3e0e0;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .product-attr .top-section .pro-txt .mer-num {
    position: relative;
    margin: -25px 0 25px;
    text-align: right;
    z-index: 2;
  }
}
@media only screen and (max-width: 767px) {
  .product-attr .top-section .pro-txt .mer-num.multi-attr {
    margin: 15px 0 0;
    -webkit-order: 2;
    order: 2;
  }
}
.product-attr .top-section .pro-txt .mer-num.deskop_none {
  margin: 0;
}
.product-attr .top-section .pro-txt .mp-choice {
  margin-bottom: 15px;
}
.product-attr .top-section .pro-txt .mp-choice .btn {
  display: table;
  width: 100%;
  min-height: 70px;
  padding: 10px;
  background: #eee;
  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;
  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;
}
@media only screen and (max-width: 767px) {
  .product-attr .top-section .pro-txt .qty-ui {
    margin-top: 15px;
    margin-bottom: 0;
  }
}
.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: 767px) {
  .product-attr .top-section .pro-txt .qty-ui .buy-btn {
    width: 74%;
    width: -moz-calc(( 100vw - 103px ));
    width: -webkit-calc(( 100vw - 103px ));
    width: calc(( 100vw - 103px ));
  }
}
@media only screen and (max-width: 767px) {
  .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: 767px) {
  .product-attr .top-section .pro-txt .qty-ui .buy-btn input {
    width: 63%;
    width: -moz-calc(( 100vw - 181px ));
    width: -webkit-calc(( 100vw - 181px ));
    width: calc(( 100vw - 181px ));
  }
}
.product-attr .top-section .pro-txt #divPCNotifyme {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .product-attr .top-section .pro-txt #divPCNotifyme {
    margin: 15px 0 0;
  }
}
.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: #f94778;
}
@media only screen and (max-width: 767px) {
  .product-attr .top-section .pro-txt .info-group {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 15px;
    -webkit-order: 3;
    order: 3;
  }
}
.product-attr .top-section .pro-txt .info-group .addition-note {
  -webkit-order: 4;
  order: 4;
}
@media only screen and (max-width: 767px) {
  .product-attr .top-section .pro-txt .info-group .addition-note {
    margin: 5px -10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-attr .top-section .pro-txt .info-group .addition-note.multi-attr {
    margin: -14px -10px 0px;
  }
  .product-attr .top-section .pro-txt .info-group .addition-note.multi-attr ul li:first-child {
    margin: 14px 0 10px;
  }
}
.product-attr .top-section .pro-txt .info-group .addition-note ul {
  padding: 20px 0 10px;
}
@media only screen and (max-width: 767px) {
  .product-attr .top-section .pro-txt .info-group .addition-note ul {
    margin: 10px 10px 0;
    padding: 0;
  }
}
.product-attr .top-section .pro-txt .info-group .addition-note ul li {
  display: block;
  margin-bottom: 10px;
}
.product-attr .top-section .pro-txt .info-group .addition-note ul li:before, .product-attr .top-section .pro-txt .info-group .addition-note ul li div {
  display: inline-block;
  vertical-align: middle;
}
.product-attr .top-section .pro-txt .info-group .addition-note ul .icon-van:before {
  margin-right: 11px;
  font-size: 18px;
}
.product-attr .top-section .pro-txt .info-group .addition-note ul .icon-plane:before {
  margin-right: 8px;
  font-size: 14px;
}
.product-attr .top-section .pro-txt .info-group .mer-num {
  -webkit-order: 1;
  order: 1;
}
@media only screen and (max-width: 767px) {
  .product-attr .top-section .pro-txt .info-group .mer-num {
    -webkit-order: 3;
    order: 3;
  }
}
.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: 767px) {
  .product-attr .top-section .pc-ver, .product-attr .top-section .multi-choose-bar {
    display: block;
  }
}
.product-attr .top-section .pc-ver .purchase-ui, .product-attr .top-section .multi-choose-bar .purchase-ui {
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .product-attr .top-section .pc-ver .purchase-ui, .product-attr .top-section .multi-choose-bar .purchase-ui {
    margin: 0;
  }
}
.product-attr .top-section .pc-ver.pos-fix, .product-attr .top-section .multi-choose-bar.pos-fix {
  text-align: center;
}
.product-attr .top-section .pc-ver.pos-fix .top-fix-wrap, .product-attr .top-section .multi-choose-bar.pos-fix .top-fix-wrap {
  display: inline-block;
}
.product-attr .top-section .pc-ver.pos-fix .purchase-ui, .product-attr .top-section .multi-choose-bar.pos-fix .purchase-ui {
  margin: 0 10px;
}
.product-attr .top-section .pc-ver.pos-fix .search-bar, .product-attr .top-section .multi-choose-bar.pos-fix .search-bar {
  margin: 0 465px 0 30px;
}
.product-attr .multi-choose-bar {
  min-height: 87px;
  padding: 25px 0;
  background: #f9f9f9;
  border-bottom: 1px solid #eee;
  text-align: center;
  font-size: 22px;
  letter-spacing: 1px;
}
.product-attr .multi-choose-bar.pos-fix {
  min-height: auto;
}
@media only screen and (max-width: 767px) {
  .product-attr .multi-choose-bar {
    min-height: auto;
    padding: 15px 5px 13px;
    font-size: 18px;
    text-align: left;
    background: #fff;
    font-weight: bold;
  }
}
.product-attr .multi-choose-container {
  padding: 0 20px 23px;
}
@media only screen and (max-width: 767px) {
  .product-attr .multi-choose-container {
    padding: 0 15px 20px;
  }
}
.product-attr .multi-choose-container .amount-sel {
  margin-top: 0;
  font-size: 14px;
}
.product-attr .multi-choose-container .amount-sel.disabled {
  background: #ddd;
}
.product-attr .multi-choose-container .amount-sel.disabled:after {
  border-top: 8px solid #a1a1a1;
}
.product-attr .multi-choose-container .amount-sel.disabled .down-arrow {
  color: #a1a1a1;
}
.product-attr .multi-choose-container .amount-sel .sold-disp {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #f94778;
  background: #eee;
  text-align: center;
  font-size: 14px;
  line-height: 34px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.product-attr .multi-choose-container .contact-lengs-spec .eyes-spec {
  margin-top: 18px;
  padding: 20px 25px;
  background: #eee;
}
@media only screen and (max-width: 767px) {
  .product-attr .multi-choose-container .contact-lengs-spec .eyes-spec {
    padding: 8px 7px 12px 15px;
    border: 1px solid #bbb;
  }
}
.product-attr .multi-choose-container .contact-lengs-spec .specs-wrap {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.product-attr .multi-choose-container .contact-lengs-spec .title-wrap {
  width: 430px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .product-attr .multi-choose-container .contact-lengs-spec .title-wrap {
    margin-bottom: 8px;
    padding-bottom: 7px;
  }
  .product-attr .multi-choose-container .contact-lengs-spec .title-wrap:before {
    content: '';
    display: block;
    width: -moz-calc((100% + 22px));
    width: -webkit-calc((100% + 22px));
    width: calc((100% + 22px));
    position: absolute;
    bottom: -1px;
    left: -15px;
    border-bottom: 1px solid #bbb;
  }
}
.product-attr .multi-choose-container .contact-lengs-spec .title-wrap > * {
  display: inline-block;
  vertical-align: middle;
}
.product-attr .multi-choose-container .contact-lengs-spec .title-wrap .txt {
  margin-right: 14px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .product-attr .multi-choose-container .contact-lengs-spec .title-wrap .txt {
    min-width: 70px;
    font-size: 14px;
    text-align: center;
  }
}
.product-attr .multi-choose-container .contact-lengs-spec .title-wrap .amount-sel {
  width: 100%;
  max-width: 339px;
}
@media only screen and (max-width: 767px) {
  .product-attr .multi-choose-container .contact-lengs-spec .title-wrap .amount-sel {
    width: -moz-calc((100% - 82px));
    width: -webkit-calc((100% - 82px));
    width: calc((100% - 82px));
  }
}
.product-attr .multi-choose-container .contact-lengs-spec .items-wrap {
  width: -moz-calc((100% - 430px));
  width: -webkit-calc((100% - 430px));
  width: calc((100% - 430px));
}
@media only screen and (min-width: 768px) {
  .product-attr .multi-choose-container .contact-lengs-spec .items-wrap {
    padding-left: 25px;
  }
}
.product-attr .multi-choose-container .contact-lengs-spec .items-wrap ul {
  width: 100%;
}
.product-attr .multi-choose-container .contact-lengs-spec .items-wrap ul li {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 17px;
}
@media only screen and (max-width: 767px) {
  .product-attr .multi-choose-container .contact-lengs-spec .items-wrap ul li {
    margin-bottom: 10px;
  }
}
.product-attr .multi-choose-container .contact-lengs-spec .items-wrap ul li .title {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .product-attr .multi-choose-container .contact-lengs-spec .items-wrap ul li .title {
    min-width: 70px;
    margin-right: 14px;
    text-align: center;
  }
}
.product-attr .multi-choose-container .contact-lengs-spec .items-wrap ul li .spec-choose {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .product-attr .multi-choose-container .contact-lengs-spec .items-wrap ul li .spec-choose {
    width: -moz-calc((100% - 82px));
    width: -webkit-calc((100% - 82px));
    width: calc((100% - 82px));
  }
}
.product-attr .multi-choose-container .contact-lengs-spec .items-wrap ul li .amount-sel {
  width: 371px;
}
@media only screen and (max-width: 767px) {
  .product-attr .multi-choose-container .contact-lengs-spec .items-wrap ul li .amount-sel {
    width: 50%;
  }
  .product-attr .multi-choose-container .contact-lengs-spec .items-wrap ul li .amount-sel select {
    padding: 0 0 0 15px;
  }
  .product-attr .multi-choose-container .contact-lengs-spec .items-wrap ul li .amount-sel .down-arrow {
    left: 15px;
  }
}
.product-attr .multi-choose-container .contact-lengs-spec .items-wrap ul li .buy-btn {
  display: block;
  width: 239px;
  margin-left: 25px;
}
@media only screen and (max-width: 767px) {
  .product-attr .multi-choose-container .contact-lengs-spec .items-wrap ul li .buy-btn {
    width: 50%;
    margin-left: 7px;
  }
}
.product-attr .multi-choose-container .contact-lengs-spec .items-wrap ul li .buy-btn a {
  width: 47px;
}
@media only screen and (max-width: 767px) {
  .product-attr .multi-choose-container .contact-lengs-spec .items-wrap ul li .buy-btn a {
    width: 32%;
  }
}
.product-attr .multi-choose-container .contact-lengs-spec .items-wrap ul li .buy-btn input {
  width: 147px;
}
@media only screen and (max-width: 767px) {
  .product-attr .multi-choose-container .contact-lengs-spec .items-wrap ul li .buy-btn input {
    width: -moz-calc((36% + 2px));
    width: -webkit-calc((36% + 2px));
    width: calc((36% + 2px));
  }
}
@media only screen and (max-width: 767px) {
  .product-attr .multi-choose-container .contact-lengs-spec .title-wrap, .product-attr .multi-choose-container .contact-lengs-spec .items-wrap {
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.product-attr .multi-choose-container .contact-lengs-spec .add-btn {
  margin: -10px 0;
  padding: 10px 0;
  color: #919090;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .product-attr .multi-choose-container .contact-lengs-spec .add-btn {
    padding: 10px 5px;
  }
}
.product-attr .multi-choose-products-list {
  background: #eee;
}
@media only screen and (max-width: 767px) {
  .product-attr .multi-choose-products-list {
    padding: 20px 0 0;
  }
}
.product-attr .multi-choose-products-list .products-spec {
  padding: 0 30px 25px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .product-attr .multi-choose-products-list .products-spec {
    padding: 0 0 25px;
  }
}
.product-attr .multi-choose-products-list .products-spec .title {
  padding: 10px 0 8px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .product-attr .multi-choose-products-list .products-spec .title {
    padding: 18px 0 13px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
  }
}
.product-attr .multi-choose-products-list .products-spec > ul {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .product-attr .multi-choose-products-list .products-spec > ul {
    margin: -2px -2.5px;
  }
}
.product-attr .multi-choose-products-list .products-spec > ul li {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33.3333%;
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .product-attr .multi-choose-products-list .products-spec > ul li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 2.5px;
  }
}
.product-attr .multi-choose-products-list .products-spec > ul li .center-img {
  width: 138px;
  height: 102px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .product-attr .multi-choose-products-list .products-spec > ul li .center-img {
    width: 100%;
    height: auto;
  }
}
.product-attr .multi-choose-products-list .products-spec > ul li .center-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;
}
@media only screen and (max-width: 767px) {
  .product-attr .multi-choose-products-list .products-spec > ul li .center-img:before {
    display: none;
  }
}
.product-attr .multi-choose-products-list .products-spec > ul li .name {
  display: -webkit-box;
  width: -moz-calc((100% - 138px));
  width: -webkit-calc((100% - 138px));
  width: calc((100% - 138px));
  height: 42px;
  padding: 0 35px 0 10px;
  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: 767px) {
  .product-attr .multi-choose-products-list .products-spec > ul li .name {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-attr .multi-choose-products-list .products-spec .title, .product-attr .multi-choose-products-list .products-spec > ul {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.product-attr .share {
  display: none;
  margin: 0 0 15px;
  text-align: center;
  border: 1px solid #e3e0e0;
}
@media only screen and (max-width: 767px) {
  .product-attr .share {
    display: block;
    margin: 5px 10px 0;
    margin: 0;
    border: 0;
    background: #fff;
    text-align: left;
    border-top: 1px solid #ececec;
  }
}
.product-attr .share a {
  display: block;
  padding: 10px 22px;
  color: #a0a0a0;
}
.product-attr .share a .share-icon, .product-attr .share a .txt {
  display: inline-block;
  vertical-align: middle;
}
.product-attr .share a .share-icon {
  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 .share a .share-icon: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 .share a .txt {
  padding-left: 10px;
}
.product-attr .share-disp {
  display: none;
}
.product-attr .share-disp .promo {
  top: auto;
  bottom: 0;
  padding: 20px 0 0;
  text-align: center;
}
.product-attr .share-disp .title, .product-attr .share-disp .cancel-btn {
  font-size: 16px;
}
.product-attr .share-disp .title {
  padding: 0 0 20px;
}
.product-attr .share-disp .social-ui {
  margin: 0;
  padding: 0 10px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.product-attr .share-disp .social-ui li {
  display: inline-block;
  width: 70px;
  margin: 0;
  vertical-align: top;
}
.product-attr .share-disp .social-ui li a {
  display: block;
  padding: 20px 0;
}
.product-attr .share-disp .social-ui li a img {
  max-width: 50px;
  margin: 0 auto;
}
.product-attr .share-disp .social-ui li a span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #c6c6c6;
}
.product-attr .share-disp .cancel-btn a {
  display: block;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .product-attr .share.selected ~ .share-disp {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .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: 767px) {
  .product-attr .pc-ver .top-fix-wrap > * {
    margin: 5px 0;
  }
}
.product-attr .pc-ver .txt {
  margin: 0 80px 0 10px;
}
.product-attr .multi-choose-bar .top-fix-wrap > * {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .product-attr .multi-choose-bar .top-fix-wrap > * {
    margin: 5px 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-attr .multi-choose-bar .top-fix-wrap .purchase-ui {
    margin: 0;
  }
}
.product-attr .multi-choose-bar .txt {
  margin: 0 80px 0 10px;
}
.product-attr .promo-select {
  margin-top: 20px;
  background: #fff;
}
.product-attr .promo-select .bar-wrap {
  min-height: 87px;
  padding: 25px 0;
  background: #f9f9f9;
  border-bottom: 1px solid #eee;
  text-align: center;
  font-size: 22px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .product-attr .promo-select .bar-wrap {
    width: 100%;
    min-height: auto;
    position: fixed;
    padding: 15px 20px;
    text-align: left;
    background: #fff;
    z-index: 9999;
  }
}
.product-attr .promo-select .bar-wrap .wrap-within {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .product-attr .promo-select .bar-wrap .wrap-within {
    display: block;
  }
}
.product-attr .promo-select .bar-wrap .amount, .product-attr .promo-select .bar-wrap .left {
  position: relative;
  line-height: 160%;
}
.product-attr .promo-select .bar-wrap .amount:after, .product-attr .promo-select .bar-wrap .left:after {
  content: '';
  display: block;
  position: absolute;
  width: 130%;
  left: -22%;
  bottom: 3px;
}
.product-attr .promo-select .bar-wrap .amount {
  color: #000;
}
.product-attr .promo-select .bar-wrap .amount:after {
  border-bottom: 1px solid #000;
}
.product-attr .promo-select .bar-wrap .left {
  color: #f94778;
}
.product-attr .promo-select .bar-wrap .left:after {
  border-bottom: 1px solid #f94778;
}
.product-attr .promo-select .bar-wrap .amount, .product-attr .promo-select .bar-wrap em, .product-attr .promo-select .bar-wrap .left {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .product-attr .promo-select .m-wrap {
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .product-attr .promo-select #spnGroupQtyDescription {
    display: block;
  }
}
.product-attr .promo-select .product-list {
  padding: 25px 28px 25px 27px;
}
@media only screen and (max-width: 767px) {
  .product-attr .promo-select .product-list {
    padding: 57px 10px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .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: 767px) {
  .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 #f94778;
  }
}
.product-attr .promo-select .product-list ul li > * {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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 {
  display: table-cell;
  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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: #f94778;
  background: #eee;
  text-align: center;
  font-size: 14px;
  line-height: 34px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.product-attr .promo-select .product-list ul .selected {
  border: 1px solid #f94778;
}
@media only screen and (max-width: 767px) {
  .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 #f94778;
  }
}
.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: 767px) {
  .product-attr .promo-select .line2 {
    padding: 76px 10px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .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: 767px) {
  .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: #f94778;
    font-size: 16px;
    letter-spacing: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .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: 767px) {
  .product-attr .m-attr.purchase-ui {
    display: block;
  }
}
.product-attr .pc-ver .top-fix-wrap .search-bar, .product-attr .multi-choose-bar .top-fix-wrap .search-bar {
  display: none;
  position: relative;
}
.product-attr .pc-ver .top-fix-wrap .search-bar input[type="text"], .product-attr .multi-choose-bar .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, .product-attr .multi-choose-bar .top-fix-wrap .search-bar .btn_search {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  color: #f94778;
}
.product-attr .pc-ver .top-fix-wrap .cart_block, .product-attr .pc-ver .top-fix-wrap .member_block, .product-attr .multi-choose-bar .top-fix-wrap .cart_block, .product-attr .multi-choose-bar .top-fix-wrap .member_block {
  display: none;
  font-size: 28px;
  font-weight: normal;
}
.product-attr .pc-ver .top-fix-wrap .cart_block .icon-cart, .product-attr .multi-choose-bar .top-fix-wrap .cart_block .icon-cart {
  position: relative;
}
.product-attr .pc-ver .top-fix-wrap .cart_block .icon-cart .cart_qty, .product-attr .multi-choose-bar .top-fix-wrap .cart_block .icon-cart .cart_qty {
  position: absolute;
  width: 20px;
  height: 20px;
  right: -8px;
  top: -5px;
  font-size: 12px;
  line-height: 20px;
  background: #ee4b77;
  color: #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.product-attr .pc-ver.pos-fix, .product-attr .multi-choose-bar.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, .product-attr .multi-choose-bar.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, .product-attr .multi-choose-bar.pos-fix .top-fix-wrap > *:last-child {
    padding-right: 10px;
  }
}
.product-attr .pc-ver.pos-fix .member-login.before .icon-member-login, .product-attr .multi-choose-bar.pos-fix .member-login.before .icon-member-login {
  display: none;
}
.product-attr .pc-ver.pos-fix .member-login.after .icon-member-login, .product-attr .multi-choose-bar.pos-fix .member-login.after .icon-member-login {
  display: inline-block;
}
.product-attr .pc-ver.pos-fix .member-login.after .member_icon, .product-attr .multi-choose-bar.pos-fix .member-login.after .member_icon {
  display: none;
}
.product-attr .pc-ver.pos-fix .member-login .member_icon, .product-attr .multi-choose-bar.pos-fix .member-login .member_icon {
  width: 23px;
}
.product-attr .pc-ver.pos-fix .member-login .member_icon_white, .product-attr .multi-choose-bar.pos-fix .member-login .member_icon_white {
  display: none;
}
.product-attr .pc-ver.pos-fix .search-bar, .product-attr .multi-choose-bar.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, .product-attr .multi-choose-bar.pos-fix .search-bar {
    margin: 0 10px 0 10px;
  }
}
.product-attr .pc-ver.pos-fix .txt, .product-attr .multi-choose-bar.pos-fix .txt {
  margin: 0 100px 0 0;
}
@media only screen and (max-width: 1069px) {
  .product-attr .pc-ver.pos-fix .txt, .product-attr .multi-choose-bar.pos-fix .txt {
    margin: 0 70px 0 0;
  }
}
.product-attr .pc-ver.pos-fix .purchase-ui .collection, .product-attr .multi-choose-bar.pos-fix .purchase-ui .collection {
  width: 95px;
}
.product-attr .pc-ver.pos-fix .purchase-ui .cart, .product-attr .multi-choose-bar.pos-fix .purchase-ui .cart {
  width: 162px;
}
.product-attr .pc-ver.pos-fix .purchase-ui .buy, .product-attr .multi-choose-bar.pos-fix .purchase-ui .buy {
  width: 178px;
}
@media only screen and (max-width: 1069px) {
  .product-attr .pc-ver.pos-fix .purchase-ui > a, .product-attr .multi-choose-bar.pos-fix .purchase-ui > a {
    margin-right: 10px;
  }
  .product-attr .pc-ver.pos-fix .purchase-ui > a:last-child, .product-attr .multi-choose-bar.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, .product-attr .multi-choose-bar.pos-fix .cart_block, .product-attr .multi-choose-bar.pos-fix .member_block {
  display: inline-block;
}
.product-attr .pc-ver.pos-fix .member_block .img_member_block img, .product-attr .multi-choose-bar.pos-fix .member_block .img_member_block img {
  width: 23px;
}
.product-attr .m-ver {
  display: none;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .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: #f94778;
  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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: #f94778;
}
@media only screen and (max-width: 767px) {
  .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 #f94778;
}
@media only screen and (max-width: 767px) {
  .product-attr .product-info-container .tab-info ul .selected a:before {
    display: none;
  }
}
.product-attr .product-info-container .product-info {
  overflow: hidden;
}
.product-attr .product-info-container .product-info.m1, .product-attr .product-info-container .product-info.s2, .product-attr .product-info-container .product-info.t3 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.product-attr .product-info-container .product-info.m1 .main-info {
  -webkit-order: 1;
  order: 1;
}
.product-attr .product-info-container .product-info.m1 .more-products-section.also-buy {
  -webkit-order: 2;
  order: 2;
}
.product-attr .product-info-container .product-info.m1 .article-info {
  -webkit-order: 3;
  order: 3;
}
.product-attr .product-info-container .product-info.m1 .spec-info {
  -webkit-order: 4;
  order: 4;
}
.product-attr .product-info-container .product-info.s2 .main-info, .product-attr .product-info-container .product-info.t3 .main-info {
  -webkit-order: 1;
  order: 1;
}
.product-attr .product-info-container .product-info.s2 .article-info, .product-attr .product-info-container .product-info.t3 .article-info {
  -webkit-order: 2;
  order: 2;
}
.product-attr .product-info-container .product-info.s2 .spec-info, .product-attr .product-info-container .product-info.t3 .spec-info {
  -webkit-order: 3;
  order: 3;
}
.product-attr .product-info-container .product-info.s2 .more-products-section.also-buy, .product-attr .product-info-container .product-info.t3 .more-products-section.also-buy {
  margin-bottom: -20px;
  -webkit-order: 4;
  order: 4;
}
.product-attr .main-info {
  margin: 0 15px;
}
.product-attr .main-info .txt-only {
  padding: 25px 50px;
  border-bottom: 2px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .product-attr .main-info .txt-only {
    padding: 15px 10px;
  }
}
.product-attr .main-info .txt-only p {
  font-size: 14px;
  line-height: 230%;
}
@media only screen and (max-width: 767px) {
  .product-attr .main-info .txt-only p {
    line-height: 150%;
  }
}
.product-attr .main-info .txt-only a {
  color: #1457aa;
}
.product-attr .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: 767px) {
  .product-attr .main-info .img-with-container {
    padding: 0;
  }
}
.product-attr .main-info .img-with-container .video {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .product-attr .main-info .img-with-container .video {
    margin-bottom: 20px;
  }
}
.product-attr .main-info .img-with-container img {
  width: auto;
  max-width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .product-attr .main-info .img-with-container img {
    width: 100% !important;
    height: 100% !important;
  }
}
.product-attr .main-info .img-with-container .ultra-w {
  margin: 0 -80px;
}
@media only screen and (max-width: 767px) {
  .product-attr .main-info .img-with-container .ultra-w {
    margin: 0 -5px;
  }
}
.product-attr .title-name {
  display: block;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .product-attr .title-name {
    margin: 0 20px;
  }
}
.product-attr .title-name:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  border-top: 1px solid #000;
}
.product-attr .title-name span, .product-attr .title-name em {
  display: inline-block;
  position: relative;
  background: #fff;
  vertical-align: middle;
}
.product-attr .title-name span {
  padding: 0 25px;
  font-size: 16px;
  font-weight: bold;
}
.product-attr .title-name em:before, .product-attr .title-name em:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  padding: 0 1px 0 0;
  border-style: solid;
}
.product-attr .title-name em:before {
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #000;
}
.product-attr .title-name em:after {
  border-width: 4px 6.9px 4px 0;
  border-color: transparent #000 transparent transparent;
}
.product-attr .article-info {
  margin: 30px 50px 0;
}
@media only screen and (max-width: 767px) {
  .product-attr .article-info {
    margin: 30px 15px 0;
  }
}
.product-attr .article-info .wrap-attr {
  max-width: 610px;
  margin: 0 auto;
}
.product-attr .article-info .wrap-attr#divArticleAbstract {
  display: none;
}
@media only screen and (max-width: 767px) {
  .product-attr .article-info .wrap-attr#divArticleAbstract {
    border: 1px solid #eee;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  .product-attr .article-info .wrap-attr#divArticleAbstract .title-name {
    display: block;
  }
}
.product-attr .article-info .wrap-attr#divFullArticle {
  display: block;
}
@media only screen and (max-width: 767px) {
  .product-attr .article-info .wrap-attr#divFullArticle {
    border: 1px solid #eee;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
}
.product-attr .article-info .wrap-attr#divFullArticle .title {
  margin: 15px 0 5px !important;
  font-size: 18px !important;
  line-height: 120% !important;
}
@media only screen and (max-width: 767px) {
  .product-attr .article-info .wrap-attr#divFullArticle .title {
    margin: 5px 20px !important;
  }
}
.product-attr .article-info .title-name {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .product-attr .article-info .title-name {
    margin: 0;
    padding: 10px 20px;
    text-align: left;
  }
  .product-attr .article-info .title-name:before, .product-attr .article-info .title-name em {
    display: none;
  }
  .product-attr .article-info .title-name span {
    padding: 0;
  }
}
.product-attr .article-info .title {
  margin: 15px 0 0;
}
@media only screen and (max-width: 767px) {
  .product-attr .article-info .title {
    margin: 0 10px;
  }
}
.product-attr .article-info #article-section * {
  font-size: 16px !important;
  line-height: 130% !important;
  font-family: Helvetica, Arial,"微軟正黑體" !important;
  color: #000 !important;
  letter-spacing: 0 !important;
}
@media only screen and (max-width: 767px) {
  .product-attr .article-info #article-section {
    padding: 0 20px;
  }
}
.product-attr .article-info #article-section img {
  width: 100% !important;
  height: auto !important;
}
.product-attr .article-info .img {
  position: relative;
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  .product-attr .article-info .img {
    margin: 0;
  }
}
.product-attr .article-info .img a {
  display: block;
}
.product-attr .article-info .img .txt {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 8px 10px;
  font-size: 16px;
  line-height: 150%;
  background: rgba(255, 255, 255, 0.58);
}
@media only screen and (max-width: 767px) {
  .product-attr .article-info .img .txt {
    position: relative;
    bottom: auto;
    padding: 8px 40px 8px 20px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: white;
  }
}
.product-attr .article-info .img .txt.r-arrow:after {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -7px;
  border-top: 2px solid #c6c6c6;
  border-right: 2px solid #c6c6c6;
}
@media only screen and (min-width: 768px) {
  .product-attr .article-info .img .txt.r-arrow:after {
    display: none;
  }
}
.product-attr .spec-info {
  margin: 30px 50px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .product-attr .spec-info {
    margin: 30px 15px 0;
    overflow: hidden;
  }
}
.product-attr .spec-info a {
  color: #02a6d4;
}
.product-attr .spec-info ul li {
  display: table;
  width: 100%;
  margin-top: -1px;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  line-height: 200%;
}
.product-attr .spec-info ul li > div {
  display: table-cell;
  padding: 10px;
  vertical-align: top;
}
.product-attr .spec-info ul li:first-child {
  margin-top: 0;
}
.product-attr .spec-info ul .title {
  width: 204px;
  background: #f8f8f8;
}
@media only screen and (max-width: 767px) {
  .product-attr .spec-info ul .title {
    width: 77px;
  }
}
.product-attr .spec-info ul .detail {
  position: relative;
  border-left: 1px solid #e5e5e5;
  text-align: left;
}
.product-attr .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 .spec-info ul .detail .r-arrow:last-child:after {
  display: none;
}
.product-attr .spec-info ul .tag-browser .detail {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 7px 10px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .product-attr .spec-info ul .tag-browser .detail {
    padding: 13px 2px;
  }
  .product-attr .spec-info ul .tag-browser .detail:before {
    content: '';
    display: none;
    width: 100%;
    height: 19px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
  }
}
.product-attr .spec-info ul .tag-browser .detail.click {
  display: table-cell;
  width: auto;
  height: auto;
}
.product-attr .spec-info ul .tag-browser .detail.click .max-h {
  max-height: 100%;
}
.product-attr .spec-info ul .tag-browser .detail.click .more {
  display: none;
  background: white;
}
@media only screen and (max-width: 767px) {
  .product-attr .spec-info ul .tag-browser .detail.click .more {
    bottom: 14px;
  }
}
.product-attr .spec-info ul .tag-browser .detail .max-h {
  max-height: 68px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .product-attr .spec-info ul .tag-browser .detail .max-h {
    max-height: 100px;
  }
}
.product-attr .spec-info ul .tag-browser .detail .inner-wrap:after {
  content: '';
  display: none;
}
.product-attr .spec-info ul .tag-browser .tag {
  margin: 5px 0 5px 6px;
  padding: 3px 15px;
  line-height: 130%;
  color: #000;
  background: #fce6ec;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .product-attr .spec-info ul .tag-browser .tag {
    margin: 6px 0 6px 8px;
    padding: 10px 16px;
  }
}
.product-attr .spec-info ul .tag-browser .more {
  width: 100%;
  position: relative;
  padding: 0 10px 0 7px;
  background: white;
}
.product-attr .spec-info ul .tag-browser .more:before {
  content: '';
  display: block;
  width: 62px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 15px;
}
@media only screen and (max-width: 767px) {
  .product-attr .spec-info ul .tag-browser .more:before {
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-attr .spec-info ul .tag-browser .more {
    padding: 5px 10px 0;
  }
}
.product-attr .spec-info .commitment-btn {
  display: inline-block;
  margin: 20px 10px;
}
@media only screen and (max-width: 767px) {
  .product-attr .spec-info .commitment-btn {
    display: block;
  }
}
.product-attr .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: 767px) {
  .product-attr .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 .spec-info .commitment-btn a:hover {
    background: #eee;
  }
}
.product-attr .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: 767px) {
  .product-attr .spec-info .commitment-btn .r-arrow:after {
    display: block;
  }
}

.more-products-section {
  margin-top: 10px;
  padding: 20px 47.5px 15px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .more-products-section {
    padding: 20px 10px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .more-products-section#div-youmaylike .product-container .swiper-container ul li > div {
    padding-bottom: 5px;
  }
  .more-products-section#div-youmaylike .product-container .swiper-container ul li .pro-img {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .more-products-section#div-youmaylike .product-container .swiper-container ul li .flag-tag, .more-products-section#div-youmaylike .product-container .swiper-container ul li .sp-border-tag, .more-products-section#div-youmaylike .product-container .swiper-container ul li .round-tag, .more-products-section#div-youmaylike .product-container .swiper-container ul li .red-border-tag {
    zoom: .7;
  }
  .more-products-section#div-youmaylike .product-container .swiper-container ul li .flag-tag {
    right: 14px;
  }
  .more-products-section#div-youmaylike .product-container .swiper-container ul li .name {
    height: 34px;
    margin: 0 0 5px 0;
    font-size: 12px;
  }
  .more-products-section#div-youmaylike .product-container .swiper-container ul li .name a {
    height: 34px;
  }
  .more-products-section#div-youmaylike .product-container .swiper-container ul li .attribute {
    display: block;
    position: relative;
  }
}
.more-products-section#div-youmaylike .product-container .swiper-container ul li.sp-tag00 .flag-tag {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .more-products-section#div-youmaylike .product-container .swiper-container ul li.sp-tag00 .attribute .sp-tag {
    display: none !important;
  }
}
.more-products-section#div-youmaylike .product-container .swiper-container ul li.sp-tag01 .round-tag, .more-products-section#div-youmaylike .product-container .swiper-container ul li.sp-tag01 .sp-stripe {
  display: block;
}
@media only screen and (max-width: 767px) {
  .more-products-section#div-youmaylike .product-container .swiper-container ul li.sp-tag01 .sp-stripe {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .more-products-section#div-youmaylike .product-container .swiper-container ul li.sp-tag01 .sp-stripe {
    bottom: -1px;
  }
}
.more-products-section#div-youmaylike .product-container .swiper-container ul li.sp-tag02 .sp-border-tag {
  display: block;
}
.more-products-section#div-youmaylike .product-container .swiper-container ul li.sp-tag02 .name {
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .more-products-section#div-youmaylike .product-container .swiper-container ul li.sp-tag02 .name {
    padding: 0;
  }
}
.more-products-section#div-youmaylike .product-container .swiper-container ul li.sp-tag03 .red-border-tag {
  display: block;
}
.more-products-section#div-youmaylike .product-container .swiper-container ul li.sp-tag03 .name {
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .more-products-section#div-youmaylike .product-container .swiper-container ul li.sp-tag03 .name {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .more-products-section#div-youmaylike .product-container .swiper-container ul li .sp-border-tag {
    left: auto;
    border: 0;
  }
}
@media only screen and (max-width: 767px) {
  .more-products-section#div-youmaylike .product-container .swiper-container ul li .sp-border-tag .sp-tag-name {
    padding: 7px 0 3px 11px;
  }
  .more-products-section#div-youmaylike .product-container .swiper-container ul li .sp-border-tag .sp-tag-name span {
    font-style: normal;
  }
  .more-products-section#div-youmaylike .product-container .swiper-container ul li .sp-border-tag .sp-tag-name:after {
    border-width: 26px 16px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .more-products-section#div-youmaylike .product-container .swiper-container ul li .sp-border-tag .bottom-attr {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .more-products-section#div-youmaylike .product-container .swiper-container ul li .sp-border-tag .bottom-attr .sp-date {
    padding: 8px 47% 7px 9px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .more-products-section#div-youmaylike .product-container .swiper-container ul li .sp-border-tag .bottom-attr .sp-price {
    width: 95px;
    padding: 0 10px 2px 5px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .more-products-section#div-youmaylike .product-container .swiper-container ul li .sp-border-tag .bottom-attr .sp-price .price-wrap {
    width: 110px;
    height: 38px;
  }
}
@media only screen and (min-width: 768px) {
  .more-products-section#div-youmaylike .product-container .swiper-container ul li .sp-border-tag .bottom-attr .sp-price em {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .more-products-section#div-youmaylike .product-container .swiper-container ul li .sp-border-tag .attribute .sale-price {
    display: block !important;
  }
}
.more-products-section#div-youmaylike .product-container .swiper-container ul li .red-border-tag {
  width: -moz-calc((100% - 12px));
  width: -webkit-calc((100% - 12px));
  width: calc((100% - 12px));
  height: -moz-calc((100% - 36px));
  height: -webkit-calc((100% - 36px));
  height: calc((100% - 36px));
  top: 6px;
  left: 6px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: #cb161a 0 0 0 6px;
  -webkit-box-shadow: #cb161a 0 0 0 6px;
  box-shadow: #cb161a 0 0 0 6px;
}
@media only screen and (max-width: 767px) {
  .more-products-section#div-youmaylike .product-container .swiper-container ul li .red-border-tag {
    box-shadow: none;
  }
}
.more-products-section#div-youmaylike .product-container .swiper-container ul li .red-border-tag:before {
  width: -moz-calc((100% + 12px));
  width: -webkit-calc((100% + 12px));
  width: calc((100% + 12px));
  height: -moz-calc((100% + 36px));
  height: -webkit-calc((100% + 36px));
  height: calc((100% + 36px));
  top: -6px;
  left: -6px;
  border: 6px solid;
  border-bottom-width: 30px;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #c81515, #ff534f, #e51d55, #c81515, #ff534f, #c81515);
}
@media only screen and (max-width: 767px) {
  .more-products-section#div-youmaylike .product-container .swiper-container ul li .red-border-tag:before {
    display: none;
  }
}
.more-products-section#div-youmaylike .product-container .swiper-container ul li .red-border-tag .top-tag {
  max-width: 120px;
  top: -6px;
  left: -6px;
}
@media only screen and (max-width: 767px) {
  .more-products-section#div-youmaylike .product-container .swiper-container ul li .red-border-tag .top-tag {
    max-width: 100px;
  }
}
.more-products-section#div-youmaylike .product-container .swiper-container ul li .red-border-tag .top-tag .txt {
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .more-products-section#div-youmaylike .product-container .swiper-container ul li .red-border-tag .top-tag .txt {
    max-width: 100px;
    font-size: 18px;
  }
}
.more-products-section#div-youmaylike .product-container .swiper-container ul li .red-border-tag .bottom-tag {
  bottom: -30px;
}
@media only screen and (max-width: 767px) {
  .more-products-section#div-youmaylike .product-container .swiper-container ul li .red-border-tag .bottom-tag {
    display: none;
  }
}
.more-products-section#div-youmaylike .product-container .swiper-container ul li .red-border-tag .bottom-tag .sp-date {
  font-size: 16px;
  padding: 0 45% 5px 0;
}
.more-products-section#div-youmaylike .product-container .swiper-container ul li .red-border-tag .bottom-tag .r-tag {
  max-width: 140px;
  right: -12px;
}
.more-products-section#div-youmaylike .product-container .swiper-container ul li .red-border-tag .bottom-tag .r-tag:before {
  width: 20px;
  right: 12px;
  margin-top: -36px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: #cb161a 6px 6px 0 0;
  -webkit-box-shadow: #cb161a 6px 6px 0 0;
  box-shadow: #cb161a 6px 6px 0 0;
}
.more-products-section#div-youmaylike .product-container .swiper-container ul li .red-border-tag .bottom-tag .txt {
  font-size: 20px;
}
.more-products-section#div-youmaylike .product-container .swiper-container ul li .red-border-tag .bottom-tag .txt em {
  font-size: 30px;
  line-height: 120%;
}
.more-products-section#div-youmaylike .product-container .swiper-container ul li .round-tag {
  display: none;
}
@media only screen and (min-width: 768px) {
  .more-products-section#div-youmaylike .product-container .swiper-container ul li .sp-stripe {
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .more-products-section#div-youmaylike .product-container .swiper-container ul li .sp-stripe .txt {
    padding: 5px 3px 4px 12px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .more-products-section#div-youmaylike .product-container .swiper-container ul li .sp-stripe .txt:after {
    right: -15px;
    margin-top: -12px;
    border-width: 12px 0 12px 15px;
  }
}
.more-products-section#div-youmaylike .product-container .swiper-container ul li .name a {
  display: -webkit-box;
  height: 40px;
  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: 767px) {
  .more-products-section#div-youmaylike .product-container .swiper-container ul li .name a {
    height: 34px;
    margin: 10px 0 8px;
  }
}
.more-products-section#div-youmaylike .product-container .swiper-container ul li .name a em {
  display: block;
  text-align: left;
}
.more-products-section#div-youmaylike .product-container .swiper-container ul li .sp-tag {
  min-width: 72px;
  position: absolute;
  padding: 4px 5px 3px;
  font-size: 15px;
  text-align: center;
  border: 1px solid transparent;
  background: #ee4d79;
  font-weight: bolder;
}
@media only screen and (min-width: 768px) {
  .more-products-section#div-youmaylike .product-container .swiper-container ul li .sp-tag {
    bottom: 0px;
    left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .more-products-section#div-youmaylike .product-container .swiper-container ul li .sp-tag {
    min-width: 60px;
    margin: 0;
    padding: 3px 5px 2px;
    font-size: 12px;
    float: none;
    border: 0;
  }
}
.more-products-section#div-youmaylike .product-container .swiper-container ul li .sp-tag a {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .more-products-section#div-youmaylike .product-container .swiper-container ul li .sp-tag a {
    padding: 5px;
    text-align: center;
  }
}
.more-products-section#div-youmaylike .product-container .swiper-container ul li .price {
  display: block;
  margin: 15px 0 0 93px;
  padding: 0 15px;
  text-align: left;
  font-size: 22px;
  color: #ee4d79;
}
@media only screen and (max-width: 767px) {
  .more-products-section#div-youmaylike .product-container .swiper-container ul li .price {
    position: relative;
    margin-top: 5px;
    margin-left: 0;
    padding: 0;
    font-size: 14px;
    text-align: center;
    float: none;
  }
}
.more-products-section .title {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .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;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .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.youmaylike.sp-tag00 .flag-tag {
  display: block !important;
}
.more-products-section .product-container .swiper-container ul li.youmaylike.sp-tag00 .sp-tag {
  display: inline-block;
}
.more-products-section .product-container .swiper-container ul li.youmaylike a .round-tag {
  display: none;
}
.more-products-section .product-container .swiper-container ul li.youmaylike a .sp-tag {
  display: none;
}
.more-products-section .product-container .swiper-container ul li a {
  display: block;
}
@media only screen and (max-width: 767px) {
  .more-products-section .product-container .swiper-container ul li a {
    text-align: left;
  }
}
@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;
  }
}
@media only screen and (max-width: 767px) {
  .more-products-section .product-container .swiper-container ul li a .flag-tag {
    display: none !important;
    zoom: .7;
  }
}
.more-products-section .product-container .swiper-container ul li a .sp-tag {
  display: inline-block;
  padding: 4px 5px 3px;
  font-size: 15px;
  text-align: center;
  border: 1px solid transparent;
  background: #ee4d79;
  color: #fff;
  font-weight: bolder;
}
@media only screen and (min-width: 768px) {
  .more-products-section .product-container .swiper-container ul li a .sp-tag {
    min-width: 72px;
    position: absolute;
    bottom: 0px;
    left: 15px;
  }
  .more-products-section .product-container .swiper-container ul li a .sp-tag[style*="display:none"] ~ .price {
    width: 100%;
    margin: 15px 0 0;
    text-align: center;
  }
  .more-products-section .product-container .swiper-container ul li a .sp-tag[style*="display: none"] ~ .price {
    width: 100%;
    margin: 15px 0 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .more-products-section .product-container .swiper-container ul li a .sp-tag {
    display: none;
    margin: 1px 0 0;
    padding: 2px 5px;
    font-size: 12px;
    border: 0;
  }
}
.more-products-section .product-container .swiper-container ul li a span {
  display: block;
}
.more-products-section .product-container .swiper-container ul li a span.inner-table {
  display: table;
}
.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: 767px) {
  .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;
  height: 40px;
  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: 767px) {
  .more-products-section .product-container .swiper-container ul li a .name {
    height: 34px;
    margin-bottom: 8px;
  }
}
.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: #ee4d79;
}
@media only screen and (min-width: 768px) {
  .more-products-section .product-container .swiper-container ul li a .price {
    display: block;
    margin: 15px 0 0 93px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .more-products-section .product-container .swiper-container ul li a .price {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    vertical-align: bottom;
  }
}
.more-products-section .product-container .swiper-container ul li a .price small {
  padding: 0 0 0 3px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .more-products-section .product-container .swiper-container ul li a .price small {
    font-size: 12px;
  }
}
.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: #e5e5e5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .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);
}
.more-products-section.series-attr {
  padding: 10px 0px 5px;
  background: #eee;
}
.more-products-section.series-attr .title {
  position: relative;
  padding: 20px 45px;
  background: #fff;
  z-index: 11;
}
@media only screen and (max-width: 767px) {
  .more-products-section.series-attr .title {
    margin: 0 0 -6px;
    padding: 20px 11px;
  }
}
.more-products-section.series-attr .product-container {
  position: relative;
  margin: -16px 0 5px -5px;
}
@media only screen and (min-width: 768px) {
  .more-products-section.series-attr .product-container {
    padding: 0 40px;
    background: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .more-products-section.series-attr .product-container {
    margin: 0 0 5px;
    padding: 0;
  }
  .more-products-section.series-attr .product-container:before {
    display: none;
  }
  .more-products-section.series-attr .product-container:after {
    content: '.';
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
  }
}
.more-products-section.series-attr .product-container li {
  width: 262px;
  position: relative;
  margin: 15px 0 0 10px;
  border: 0;
  text-align: center;
  background: #fff;
  vertical-align: top;
}
@media only screen and (min-width: 1070px) {
  .more-products-section.series-attr .product-container li:hover {
    border: 0;
  }
}
@media only screen and (max-width: 767px) {
  .more-products-section.series-attr .product-container li {
    width: 50%;
    margin: 0;
    border: 0;
    float: left;
    overflow: visible !important;
  }
}
.more-products-section.series-attr .product-container li a {
  display: block;
  position: relative;
}
.more-products-section.series-attr .product-container li > * {
  font-size: 14px;
}
.more-products-section.series-attr .product-container li > div {
  display: block;
  position: relative;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .more-products-section.series-attr .product-container li > div {
    padding: 0 0 15px;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .more-products-section.series-attr .product-container li > div {
    padding: 0 0 10px;
  }
}
.more-products-section.series-attr .product-container li > div > span {
  display: block;
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .more-products-section.series-attr .product-container li > div > span {
    display: inline-block;
  }
}
.more-products-section.series-attr .product-container li .pro-img {
  display: block;
  position: relative;
  padding: 0 3px;
}
@media only screen and (max-width: 767px) {
  .more-products-section.series-attr .product-container li .pro-img {
    width: auto;
    width: -moz-calc((50vw));
    width: -webkit-calc((50vw));
    width: calc((50vw));
    height: auto;
    height: -moz-calc((50vw * .75));
    height: -webkit-calc((50vw * .75));
    height: calc((50vw * .75));
    padding: 5px;
  }
}
.more-products-section.series-attr .product-container li .name, .more-products-section.series-attr .product-container li .attribute {
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .more-products-section.series-attr .product-container li .name, .more-products-section.series-attr .product-container li .attribute {
    padding: 0 10px;
  }
}
.more-products-section.series-attr .product-container li .sp_text {
  display: none;
  /*目前線上不顯示*/
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .more-products-section.series-attr .product-container li .sp_text {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.more-products-section.series-attr .product-container li .eye-contact-tags {
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .more-products-section.series-attr .product-container li .eye-contact-tags {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.more-products-section.series-attr .product-container li .name {
  text-align: left;
}
.more-products-section.series-attr .product-container li .name a {
  display: -webkit-box;
  height: 40px;
  margin: 0 0 10px;
  line-height: 145%;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.more-products-section.series-attr .product-container li .attribute {
  position: relative;
  height: 28px;
  color: #ee4d79;
}
@media only screen and (max-width: 767px) {
  .more-products-section.series-attr .product-container li .attribute {
    height: 24px;
  }
}
.more-products-section.series-attr .product-container li .attribute > span {
  display: inline-block;
  vertical-align: middle;
}
.more-products-section.series-attr .product-container li .attribute .sp-tag {
  min-width: 72px;
  position: absolute;
  top: 0;
  left: 15px;
  padding: 0 5px;
  font-size: 15px;
  border: 0;
  background: #ee4d79;
  text-align: center;
  color: #fff;
  font-weight: bolder;
}
@media only screen and (max-width: 767px) {
  .more-products-section.series-attr .product-container li .attribute .sp-tag {
    position: relative;
    min-width: 60px;
    left: auto;
    margin-right: 5px;
    float: left;
    font-size: 12px;
  }
  .more-products-section.series-attr .product-container li .attribute .sp-tag[style*="display:none"] ~ .price, .more-products-section.series-attr .product-container li .attribute .sp-tag[style*="display: none"] ~ .price {
    margin-left: 0;
    float: none;
  }
}
.more-products-section.series-attr .product-container li .attribute .full-bg {
  background: #ee4d79;
}
.more-products-section.series-attr .product-container li .attribute .full-bg a {
  color: #fff;
}
.more-products-section.series-attr .product-container li .attribute .sp-tag ~ .price > *:nth-child(2) {
  width: 0;
}
@media only screen and (max-width: 767px) {
  .more-products-section.series-attr .product-container li .attribute .sp-tag ~ .price > *:nth-child(2) {
    width: auto;
  }
}
.more-products-section.series-attr .product-container li .attribute .price {
  font-size: 20px;
}
.more-products-section.series-attr .product-container li .attribute .price del {
  padding: 0 5px;
  font-size: 20px;
  color: #a8a5a5;
}
@media only screen and (max-width: 767px) {
  .more-products-section.series-attr .product-container li .attribute .price del {
    padding: 0 2px 0 0;
    font-size: 13px;
  }
}
.more-products-section.series-attr .product-container li .attribute .price .sale-price {
  display: inline-block;
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .more-products-section.series-attr .product-container li .attribute.clear:after {
    clear: none;
  }
}
@media only screen and (min-width: 768px) {
  .more-products-section.series-attr.also-buy, .more-products-section.series-attr.also-view {
    margin-top: 0;
  }
}
.more-products-section.series-attr.also-check, .more-products-section.series-attr.also-view {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .more-products-section.series-attr.also-check .title, .more-products-section.series-attr.also-view .title {
    padding: 25px 45px 20px;
    background: transparent;
  }
}
@media only screen and (min-width: 768px) {
  .more-products-section.series-attr.also-check .product-container, .more-products-section.series-attr.also-view .product-container {
    position: relative;
    margin: 0 0 -15px -10px;
    padding: 0;
    background: transparent;
  }
}
@media only screen and (min-width: 768px) {
  .more-products-section.series-attr.also-check .product-container li, .more-products-section.series-attr.also-view .product-container li {
    width: 283px;
    margin: 0 0 15px 11px;
  }
}
@media only screen and (max-width: 767px) {
  .more-products-section.series-attr.also-check .product-container li:nth-child(2n+1):before, .more-products-section.series-attr.also-check .product-container li:nth-child(2n+1):after, .more-products-section.series-attr.also-view .product-container li:nth-child(2n+1):before, .more-products-section.series-attr.also-view .product-container li:nth-child(2n+1):after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background: #e5e5e5;
  }
  .more-products-section.series-attr.also-check .product-container li:nth-child(2n+1):before, .more-products-section.series-attr.also-view .product-container li:nth-child(2n+1):before {
    width: 200%;
    height: 1px;
    left: 0;
    z-index: 2;
  }
  .more-products-section.series-attr.also-check .product-container li:nth-child(2n+1):after, .more-products-section.series-attr.also-view .product-container li:nth-child(2n+1):after {
    width: 1px;
    height: 100%;
    right: 0;
    z-index: 13;
  }
}
@media only screen and (max-width: 375px) {
  .more-products-section.series-attr.also-check .product-container li .sp-border-tag .bottom-attr .sp-price, .more-products-section.series-attr.also-view .product-container li .sp-border-tag .bottom-attr .sp-price {
    width: 71px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 375px) {
  .more-products-section.series-attr.also-check .product-container li .sp-border-tag .bottom-attr .sp-price .price-wrap, .more-products-section.series-attr.also-view .product-container li .sp-border-tag .bottom-attr .sp-price .price-wrap {
    width: 80px;
  }
}
@media only screen and (max-width: 375px) {
  .more-products-section.series-attr.also-check .product-container li .sp-border-tag .bottom-attr .sp-price em, .more-products-section.series-attr.also-view .product-container li .sp-border-tag .bottom-attr .sp-price em {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .more-products-section.series-attr.also-check .product-container li .attribute .sp-tag, .more-products-section.series-attr.also-view .product-container li .attribute .sp-tag {
    font-size: 16px;
  }
  .more-products-section.series-attr.also-check .product-container li .attribute .price, .more-products-section.series-attr.also-view .product-container li .attribute .price {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .more-products-section.series-attr.also-buy {
    padding: 10px 0px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .more-products-section.series-attr.also-buy .title {
    margin: 0 0 -6px;
  }
}
@media only screen and (max-width: 767px) {
  .more-products-section.series-attr.also-buy .product-container {
    margin: 5px 0 5px;
  }
}
.more-products-section.series-attr.also-buy .product-container li {
  display: none;
}
@media only screen and (min-width: 768px) {
  .more-products-section.series-attr.also-buy .product-container li:nth-child(-n+8) {
    display: inline-block;
  }
  .more-products-section.series-attr.also-buy .product-container li:nth-child(4n+1):before {
    content: '';
    display: block;
    width: 400%;
    width: -moz-calc((400% + 52px));
    width: -webkit-calc((400% + 52px));
    width: calc((400% + 52px));
    height: 1px;
    position: absolute;
    top: -28px;
    left: -5px;
    z-index: 2;
    background: #cecece;
  }
  .more-products-section.series-attr.also-buy .product-container li:first-child:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .more-products-section.series-attr.also-buy .product-container li {
    width: 33.3333%;
    max-width: 262px;
    padding: 0 10px;
  }
  .more-products-section.series-attr.also-buy .product-container li:nth-child(-n+6) {
    display: inline-block;
  }
  .more-products-section.series-attr.also-buy .product-container li:nth-child(2n+1):after {
    display: none;
  }
  .more-products-section.series-attr.also-buy .product-container li:nth-child(3n+1):before, .more-products-section.series-attr.also-buy .product-container li:nth-child(3n+1):after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background: #e5e5e5;
  }
  .more-products-section.series-attr.also-buy .product-container li:nth-child(3n+1):before {
    width: 300%;
    height: 1px;
    left: 0;
    z-index: 2;
  }
  .more-products-section.series-attr.also-buy .product-container li:nth-child(3n+1):after {
    width: 1px;
    height: 100%;
    right: 0;
    z-index: 13;
  }
  .more-products-section.series-attr.also-buy .product-container li:nth-child(3n+2):after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #e5e5e5;
    z-index: 13;
  }
  .more-products-section.series-attr.also-buy .product-container li > div {
    padding-bottom: 0;
  }
  .more-products-section.series-attr.also-buy .product-container li .pro-img {
    width: 100%;
    width: -moz-calc(((100vw / 3) - 20px));
    width: -webkit-calc(((100vw / 3) - 20px));
    width: calc(((100vw / 3) - 20px));
    height: auto;
    height: -moz-calc((((100vw / 3) - 20px) * .75));
    height: -webkit-calc((((100vw / 3) - 20px) * .75));
    height: calc((((100vw / 3) - 20px) * .75));
    padding: 0;
  }
  .more-products-section.series-attr.also-buy .product-container li .flag-tag, .more-products-section.series-attr.also-buy .product-container li .sp-border-tag, .more-products-section.series-attr.also-buy .product-container li .round-tag, .more-products-section.series-attr.also-buy .product-container li .red-border-tag {
    zoom: .7;
  }
  .more-products-section.series-attr.also-buy .product-container li .flag-tag {
    right: 0;
  }
  .more-products-section.series-attr.also-buy .product-container li .sp_text, .more-products-section.series-attr.also-buy .product-container li .name, .more-products-section.series-attr.also-buy .product-container li .attribute {
    padding: 0;
  }
  .more-products-section.series-attr.also-buy .product-container li .name {
    height: 34px;
    margin: 5px 0;
    font-size: 12px;
  }
  .more-products-section.series-attr.also-buy .product-container li .name a {
    height: 34px;
  }
  .more-products-section.series-attr.also-buy .product-container li .attribute {
    height: 30px;
  }
  .more-products-section.series-attr.also-buy .product-container li .sp-tag {
    margin: 0;
    padding: 3px 5px 2px;
    float: none;
  }
  .more-products-section.series-attr.also-buy .product-container li .sp-tag ~ .price {
    display: block;
    top: 0;
    margin-left: 0;
    float: none;
  }
  .more-products-section.series-attr.also-buy .product-container li .price {
    display: block;
    position: relative;
    top: 0;
    margin-top: 5px;
    margin-left: 0;
    padding: 0;
    font-size: 14px;
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .more-products-section.series-attr.also-buy .product-container li.sp-tag00 .attribute .sp-tag {
    display: none !important;
    position: absolute;
    margin: 6px 0 0;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .more-products-section.series-attr.also-buy .product-container li.sp-tag00 .attribute .price {
    padding: 5px 0 0 107px;
  }
}
@media only screen and (max-width: 767px) {
  .more-products-section.series-attr.also-buy .product-container li.sp-tag01 .round-tag .inner-table {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .more-products-section.series-attr.also-buy .product-container li.sp-tag01 .sp-stripe {
    display: none;
    bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .more-products-section.series-attr.also-buy .product-container li.sp-tag01 .sp-stripe {
    bottom: -1px;
  }
}
@media only screen and (max-width: 767px) {
  .more-products-section.series-attr.also-buy .product-container li.sp-tag01 .sp-stripe ~ .price {
    margin-left: 0 !important;
    text-align: center !important;
  }
}
.more-products-section.series-attr.also-buy .product-container li.sp-tag01 .sp-stripe .txt {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .more-products-section.series-attr.also-buy .product-container li.sp-tag01 .sp-stripe .txt {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .more-products-section.series-attr.also-buy .product-container li.sp-tag01 .sp-stripe .txt:after {
    margin-top: -14.5px;
    border-width: 14.5px 0 14.5px 18px;
  }
}
@media only screen and (min-width: 768px) {
  .more-products-section.series-attr.also-buy .product-container li.sp-tag01 .sp-tag ~ .price {
    padding: 5px 0 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  .more-products-section.series-attr.also-buy .product-container li.sp-tag02 .sp-border-tag {
    height: -moz-calc((100% - 13px));
    height: -webkit-calc((100% - 13px));
    height: calc((100% - 13px));
  }
}
@media only screen and (max-width: 767px) {
  .more-products-section.series-attr.also-buy .product-container li.sp-tag02 .sp-border-tag {
    border: 0;
  }
}
@media only screen and (max-width: 767px) {
  .more-products-section.series-attr.also-buy .product-container li.sp-tag02 .sp-border-tag .sp-tag-name {
    padding: 7px 0 3px 11px;
  }
  .more-products-section.series-attr.also-buy .product-container li.sp-tag02 .sp-border-tag .sp-tag-name span {
    font-style: normal;
  }
  .more-products-section.series-attr.also-buy .product-container li.sp-tag02 .sp-border-tag .sp-tag-name:after {
    border-width: 26px 16px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .more-products-section.series-attr.also-buy .product-container li.sp-tag02 .sp-border-tag .bottom-attr {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .more-products-section.series-attr.also-buy .product-container li.sp-tag02 .sp-border-tag .bottom-attr .sp-date {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .more-products-section.series-attr.also-buy .product-container li.sp-tag02 .sp-border-tag .bottom-attr .sp-price .price-wrap {
    width: 130px;
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .more-products-section.series-attr.also-buy .product-container li.sp-tag02 .attribute .sale-price {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
  .more-products-section.series-attr.also-buy .product-container li.sp-tag03 .red-border-tag {
    height: -moz-calc((100% - 56px));
    height: -webkit-calc((100% - 56px));
    height: calc((100% - 56px));
  }
  .more-products-section.series-attr.also-buy .product-container li.sp-tag03 .red-border-tag:before {
    height: -moz-calc((100% + 43px));
    height: -webkit-calc((100% + 43px));
    height: calc((100% + 43px));
    border-bottom-width: 37px;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #c81515, #ff534f, #e51d55, #c81515, #ff534f, #c81515);
  }
  .more-products-section.series-attr.also-buy .product-container li.sp-tag03 .red-border-tag .bottom-tag {
    bottom: -37px;
  }
  .more-products-section.series-attr.also-buy .product-container li.sp-tag03 .red-border-tag .bottom-tag .sp-date {
    font-size: 16px;
  }
  .more-products-section.series-attr.also-buy .product-container li.sp-tag03 .red-border-tag .bottom-tag .r-tag:before {
    width: 20px;
    height: 20px;
    margin-top: -6px;
  }
}
@media only screen and (max-width: 767px) {
  .more-products-section.series-attr.also-buy .product-container li.sp-tag03 .red-border-tag {
    left: 0;
    box-shadow: none;
  }
  .more-products-section.series-attr.also-buy .product-container li.sp-tag03 .red-border-tag:before, .more-products-section.series-attr.also-buy .product-container li.sp-tag03 .red-border-tag .bottom-tag {
    display: none;
  }
  .more-products-section.series-attr.also-buy .product-container li.sp-tag03 .red-border-tag .top-tag {
    max-width: 100px;
    left: -3px;
  }
  .more-products-section.series-attr.also-buy .product-container li.sp-tag03 .red-border-tag .top-tag .txt {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .more-products-section.series-attr.also-buy .product-container li.sp-tag03 .attribute .sale-price {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}

.img-differ .pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .img-differ .pc {
    display: none;
  }
}
.img-differ .mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .img-differ .mobile {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  #introPop .content_block {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    background: transparent;
  }
}
#introPop .content_block .pro-intro-popup {
  display: table-cell;
  vertical-align: middle;
  background: transparent;
}
#introPop .content_block .pro-intro-popup .inner-wrap {
  max-height: 336px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}
#introPop .content_block .pro-intro-popup p {
  padding: 10px;
  line-height: 150%;
  text-align: left;
}
#introPop .content_block .pro-intro-popup .btn_block {
  margin: 0 10px 10px;
}
#introPop .content_block .pro-intro-popup .btn_block .btnClose {
  display: block;
  width: 100%;
  height: 35px;
  margin: 0 auto;
  line-height: 35px;
  background: #8e8e8e;
  border: 0;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .series-top-page {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.series-top-page .kv-wrap-container {
  padding: 0 0 15px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .series-top-page .kv-wrap-container {
    -webkit-order: 2;
    order: 2;
  }
}
.series-top-page .kv-wrap .series-bn-swiper a {
  display: block;
}
@media only screen and (max-width: 767px) {
  .series-top-page .kv-wrap .series-bn-swiper {
    margin-bottom: -10px;
    padding-bottom: 15px;
  }
}
.series-top-page .kv-wrap .series-bn-swiper .swiper-button-prev, .series-top-page .kv-wrap .series-bn-swiper .swiper-button-next {
  width: 34px;
  height: 46px;
  margin-top: -23px;
  background-image: none;
}
.series-top-page .kv-wrap .series-bn-swiper .prev_series-bn {
  left: 0;
}
.series-top-page .kv-wrap .series-bn-swiper .next_series-bn {
  right: 0;
}
@media only screen and (max-width: 767px) {
  .series-top-page .kv-wrap .series-bn-swiper .series-bn-pagination {
    bottom: 0;
  }
}
.series-top-page .kv-wrap .series-bn-swiper .series-bn-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  margin: 0 3px;
  background: #d1cfd0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .series-top-page .kv-wrap .series-bn-swiper .series-bn-pagination .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    margin: 0 7px;
  }
}
.series-top-page .kv-wrap .series-bn-swiper .series-bn-pagination .swiper-pagination-bullet-active {
  background: #febbcd;
}
.series-top-page .filter-section {
  position: relative;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .series-top-page .filter-section {
    display: block;
    width: 94%;
    width: -moz-calc(( 100% - 20px ));
    width: -webkit-calc(( 100% - 20px ));
    width: calc(( 100% - 20px ));
    margin: 15px 10px 0;
  }
}
.series-top-page .filter-section.filter-section-revised .choice-result {
  padding-bottom: 2px;
}
.series-top-page .filter-section.filter-section-revised .intro {
  display: none;
  border-bottom: 1px solid #02a6d4;
  font-size: 14px;
  color: #02a6d4;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .series-top-page .filter-section.filter-section-revised .intro {
    display: block;
    margin: 0 0 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .series-top-page .filter-section.rel-tag {
    width: 100%;
    margin: 0;
  }
}
.series-top-page .filter-section a {
  display: block;
}
.series-top-page .filter-section .choice-result {
  margin: -10px 0 0 -6px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .series-top-page .filter-section .choice-result {
    display: block;
    margin: 0;
    white-space: nowrap;
    overflow-x: auto;
  }
}
.series-top-page .filter-section .choice-result li {
  margin: 10px 0 0 6px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .series-top-page .filter-section .choice-result li {
    margin: 0;
  }
}
.series-top-page .filter-section .choice-result li.no-close a {
  padding: 5px 20px;
}
@media only screen and (max-width: 767px) {
  .series-top-page .filter-section .choice-result li.no-close a {
    padding: 0 20px;
  }
}
.series-top-page .filter-section .choice-result li.no-close a:before, .series-top-page .filter-section .choice-result li.no-close a:after {
  display: none;
}
.series-top-page .filter-section .choice-result li a {
  position: relative;
  padding: 5px 30px 5px 20px;
  font-size: 15px;
  color: #fff;
  background: #ee5c83;
}
@media only screen and (max-width: 767px) {
  .series-top-page .filter-section .choice-result li a {
    height: 36px;
    margin-right: 2px;
    padding: 0 32px 0 20px;
    font-size: 14px;
    line-height: 36px;
    overflow: hidden;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
}
.series-top-page .filter-section .choice-result li a:before, .series-top-page .filter-section .choice-result li a:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.series-top-page .filter-section .choice-result li a:before {
  right: 15px;
  margin-top: -3px;
  border-top: 1px solid #fff;
}
.series-top-page .filter-section .choice-result li a:after {
  right: 6px;
  margin-top: -3px;
  border-left: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .series-top-page .filter-section .choice-result li.brand {
    width: 74px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .series-top-page .filter-section .choice-result li.brand a {
    margin-right: 4px;
    padding: 0 20px 0 7px;
    white-space: normal;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .series-top-page .filter-section .choice-result li.brand a:before {
    right: 10px;
  }
  .series-top-page .filter-section .choice-result li.brand a:after {
    right: 1px;
  }
}
.series-top-page .filter-section .filter-choices {
  border: 1px solid #bfbfbf;
}
@media only screen and (max-width: 767px) {
  .series-top-page .filter-section .filter-choices {
    width: 100%;
    border: 0;
    float: right;
  }
}
.series-top-page .filter-section .filter-choices > li {
  padding: 0 8px;
}
@media only screen and (min-width: 768px) {
  .series-top-page .filter-section .filter-choices > li {
    position: relative;
    display: block;
    border-bottom: 1px dotted #d3d3d3;
  }
  .series-top-page .filter-section .filter-choices > li:last-child {
    border-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .series-top-page .filter-section .filter-choices > li {
    display: inline-block;
    width: 33%;
    width: -moz-calc(( 33.334% - 3px ));
    width: -webkit-calc(( 33.334% - 3px ));
    width: calc(( 33.334% - 3px ));
    margin-left: 4px;
    padding: 0;
    float: left;
    vertical-align: top;
  }
  .series-top-page .filter-section .filter-choices > li:first-child {
    margin-left: 0;
  }
}
.series-top-page .filter-section .filter-choices > li a {
  padding: 14px 17px;
}
@media only screen and (max-width: 767px) {
  .series-top-page .filter-section .filter-choices > li a {
    padding: 14px 17px;
  }
}
.series-top-page .filter-section .filter-choices > li .filter-btn, .series-top-page .filter-section .filter-choices > li .btn {
  display: inline-block;
  vertical-align: top;
}
.series-top-page .filter-section .filter-choices > li .filter-btn {
  position: relative;
  padding: 14px 0;
  color: #999;
}
@media only screen and (min-width: 768px) {
  .series-top-page .filter-section .filter-choices > li .filter-btn {
    cursor: auto;
  }
}
@media only screen and (max-width: 767px) {
  .series-top-page .filter-section .filter-choices > li .filter-btn {
    display: block;
    height: 36px;
    padding: 0 15px 0 7px;
    line-height: 36px;
    overflow: hidden;
    border: 1px solid #bfbfbf;
    text-align: center;
  }
  .series-top-page .filter-section .filter-choices > li .filter-btn span {
    display: none;
  }
  .series-top-page .filter-section .filter-choices > li .filter-btn:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 5px;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
  }
  .series-top-page .filter-section .filter-choices > li .filter-btn.selected {
    border: 1px solid #ee5c83;
    border-bottom: 1px solid #fff;
    color: #ee5c83;
    z-index: 101;
  }
  .series-top-page .filter-section .filter-choices > li .filter-btn.selected:before {
    border-width: 0 5px 8px 5px;
    border-color: transparent transparent #ee5c83 transparent;
  }
  .series-top-page .filter-section .filter-choices > li .filter-btn.selected ~ .cate-name {
    display: block;
  }
  .series-top-page .filter-section .filter-choices > li .filter-btn.selected ~ .clear-btn {
    display: block;
  }
}
.series-top-page .filter-section .filter-choices > li .btn {
  position: absolute;
  top: 10px;
  right: 5px;
  padding: 4px 22px 4px 16px;
  color: #fff;
  background: #febbcd;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -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;
}
@media only screen and (min-width: 1070px) {
  .series-top-page .filter-section .filter-choices > li .btn:hover {
    background: #fb8daa;
  }
}
.series-top-page .filter-section .filter-choices > li .btn span {
  position: relative;
}
.series-top-page .filter-section .filter-choices > li .btn span:before, .series-top-page .filter-section .filter-choices > li .btn span:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
}
.series-top-page .filter-section .filter-choices > li .btn span:before {
  right: -16px;
  margin-top: -1px;
  border-top: 1px solid #fff;
}
.series-top-page .filter-section .filter-choices > li .btn span:after {
  right: -21px;
  margin-top: -6px;
  border-left: 1px solid #fff;
}
.series-top-page .filter-section .filter-choices > li .btn span:first-child {
  display: inline-block;
}
.series-top-page .filter-section .filter-choices > li .btn span:last-child {
  display: none;
}
.series-top-page .filter-section .filter-choices > li .btn span:last-child:after {
  display: none;
}
.series-top-page .filter-section .filter-choices > li .btn.less span:first-child {
  display: none;
}
.series-top-page .filter-section .filter-choices > li .btn.less span:last-child {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .series-top-page .filter-section .filter-choices > li .btn.more ~ .cate-name {
    height: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .series-top-page .filter-section .filter-choices > li .btn.less ~ .cate-name {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .series-top-page .filter-section .filter-choices > li .btn {
    display: none;
  }
}
.series-top-page .filter-section .filter-choices > li .clear-btn {
  display: none;
  left: 0;
  margin: 0 -10px;
  z-index: 2001;
  background: #554f56;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.45) 0 5px 3px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0 5px 3px 1px;
  box-shadow: rgba(0, 0, 0, 0.45) 0 5px 3px 1px;
}
.series-top-page .filter-section .filter-choices > li .cate-name {
  display: inline-block;
  width: 1010px;
  margin-top: 10px;
  vertical-align: top;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .series-top-page .filter-section .filter-choices > li .cate-name {
    display: none;
    max-height: 221px;
    margin: -1px -10px 0;
    padding: 10px;
    background: #fff;
    border-top: 1px solid #ee5c83;
    z-index: 99;
    overflow-y: auto;
    -moz-box-shadow: rgba(0, 0, 0, 0.45) 0 5px 3px 1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0 5px 3px 1px;
    box-shadow: rgba(0, 0, 0, 0.45) 0 5px 3px 1px;
  }
}
.series-top-page .filter-section .filter-choices > li .cate-name li {
  margin-top: -10px;
}
@media only screen and (max-width: 767px) {
  .series-top-page .filter-section .filter-choices > li .cate-name li {
    margin-top: 0;
  }
}
.series-top-page .filter-section .filter-choices > li .cate-name li a {
  margin: 8px 2px 10px;
  padding: 6px 15px;
  background: #f2f1f1;
}
@media only screen and (max-width: 767px) {
  .series-top-page .filter-section .filter-choices > li .cate-name li a {
    margin: 5px 2px;
    padding: 8px 15px;
  }
}
@media only screen and (min-width: 1070px) {
  .series-top-page .filter-section .filter-choices > li .cate-name 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;
  }
  .series-top-page .filter-section .filter-choices > li .cate-name li a:hover {
    background: #dcdbdb;
  }
}
@media only screen and (max-width: 767px) {
  .series-top-page .filter-section .filter-choices > li .cate-name, .series-top-page .filter-section .filter-choices > li .clear-btn {
    width: 100%;
    position: absolute;
    left: 0;
    width: -moz-calc((100% + 20px));
    width: -webkit-calc((100% + 20px));
    width: calc((100% + 20px));
  }
}
.series-top-page .filter-section .filter-choices li {
  font-size: 14px;
}
.series-top-page .filter-section .filter-choices-revised {
  position: relative;
  margin: 0 0 -10px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .series-top-page .filter-section .filter-choices-revised {
    margin: 0 0 -5px;
  }
}
.series-top-page .filter-section .filter-choices-revised.rel-key {
  margin-top: 25px;
  margin-bottom: 5px;
  padding: 0 3px;
}
@media only screen and (max-width: 767px) {
  .series-top-page .filter-section .filter-choices-revised.rel-key {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .series-top-page .filter-section .filter-choices-revised.rel-key.series-attr .title {
    width: 40px;
    position: relative;
    margin-top: -2px;
    padding: 5px;
    background: #fff;
    border: 1px solid #aaa;
    font-size: 14px;
  }
  .series-top-page .filter-section .filter-choices-revised.rel-key.series-attr .title:before, .series-top-page .filter-section .filter-choices-revised.rel-key.series-attr .title:after {
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    left: 100%;
    top: 50%;
    pointer-events: none;
    border: solid transparent;
  }
  .series-top-page .filter-section .filter-choices-revised.rel-key.series-attr .title:before {
    margin-top: -6px;
    border-width: 6px 0 6px 10px;
    border-color: rgba(170, 170, 170, 0);
    border-left-color: #aaa;
  }
  .series-top-page .filter-section .filter-choices-revised.rel-key.series-attr .title:after {
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
  }
}
.series-top-page .filter-section .filter-choices-revised.rel-key.pro-attr {
  margin-top: 30px;
  margin-bottom: -10px;
}
@media only screen and (max-width: 767px) {
  .series-top-page .filter-section .filter-choices-revised.rel-key.pro-attr {
    margin-top: 20px;
  }
}
.series-top-page .filter-section .filter-choices-revised.rel-key.pro-attr .title {
  padding: 2px 0 0 22px;
  font-size: 16px;
  vertical-align: -6px;
}
@media only screen and (max-width: 767px) {
  .series-top-page .filter-section .filter-choices-revised.rel-key.pro-attr .title {
    margin-left: -5px;
    padding: 4px 0 0 0;
  }
}
.series-top-page .filter-section .filter-choices-revised.rel-key.pro-attr .filter-choices-wrap {
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .series-top-page .filter-section .filter-choices-revised.rel-key.pro-attr .filter-choices-wrap {
    width: -moz-calc((100% - 93px));
    width: -webkit-calc((100% - 93px));
    width: calc((100% - 93px));
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .series-top-page .filter-section .filter-choices-revised.rel-key.pro-attr .filter-choices-wrap li a {
    margin: 0 4px 0 0;
  }
}
.series-top-page .filter-section .filter-choices-revised.rel-key .title, .series-top-page .filter-section .filter-choices-revised.rel-key .filter-choices-wrap {
  display: inline-block;
  vertical-align: top;
}
.series-top-page .filter-section .filter-choices-revised.rel-key .title {
  margin: 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 100%;
  vertical-align: -8px;
}
.series-top-page .filter-section .filter-choices-revised.rel-key .filter-choices-wrap {
  width: -moz-calc((100% - 165px));
  width: -webkit-calc((100% - 165px));
  width: calc((100% - 165px));
  position: relative;
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  .series-top-page .filter-section .filter-choices-revised.rel-key .filter-choices-wrap {
    margin-right: 50px;
    white-space: nowrap;
    overflow: hidden;
  }
  .series-top-page .filter-section .filter-choices-revised.rel-key .filter-choices-wrap.open {
    white-space: normal;
    overflow: auto;
  }
}
@media only screen and (max-width: 767px) {
  .series-top-page .filter-section .filter-choices-revised.rel-key .filter-choices-wrap {
    width: -moz-calc((100% - 42px));
    width: -webkit-calc((100% - 42px));
    width: calc((100% - 42px));
    margin-left: 8px;
    margin-right: -12px;
    padding: 0;
  }
}
.series-top-page .filter-section .filter-choices-revised.rel-key .filter-choices-wrap li {
  margin-top: 0;
}
.series-top-page .filter-section .filter-choices-revised.rel-key .filter-choices-wrap li a {
  margin: 0 4px 10px 0;
}
@media only screen and (max-width: 767px) {
  .series-top-page .filter-section .filter-choices-revised.rel-key .filter-choices-wrap li a {
    margin: 5px 4px 5px 0;
    padding: 6px 15px;
  }
}
.series-top-page .filter-section .filter-choices-revised.rel-key .white-shadow {
  display: none;
  width: 70px;
  height: 35px;
  position: absolute;
  bottom: 5px;
  right: 0;
  background: #fff;
  -moz-box-shadow: -15px -3px 10px 0px white;
  -webkit-box-shadow: -15px -3px 10px 0px white;
  box-shadow: -15px -3px 10px 0px white;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .series-top-page .filter-section .filter-choices-revised.rel-key .white-shadow {
    display: none;
  }
}
.series-top-page .filter-section .filter-choices-revised.rel-key .btn-more {
  display: inline-block;
  position: absolute;
  bottom: 5px;
  right: 0;
  margin: 10px 15px;
  font-weight: normal;
  color: #08c;
  border-bottom: 1px solid #08c;
  z-index: 11;
  -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;
}
@media only screen and (min-width: 1070px) {
  .series-top-page .filter-section .filter-choices-revised.rel-key .btn-more:hover {
    color: #0298e4;
    border-bottom: 1px solid #0298e4;
  }
}
@media only screen and (max-width: 767px) {
  .series-top-page .filter-section .filter-choices-revised.rel-key .btn-more {
    display: none;
  }
}
.series-top-page .filter-section .filter-choices-revised .title {
  margin: 5px 0 10px;
  font-size: 14px;
  line-height: 130%;
}
@media only screen and (max-width: 767px) {
  .series-top-page .filter-section .filter-choices-revised .title {
    margin: 5px 0 7px;
  }
}
@media only screen and (max-width: 767px) {
  .series-top-page .filter-section .filter-choices-revised .filter-choices-wrap {
    padding: 0 40px 0 0;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.series-top-page .filter-section .filter-choices-revised .filter-choices-wrap li {
  margin-top: -10px;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .series-top-page .filter-section .filter-choices-revised .filter-choices-wrap li {
    margin-top: 0;
  }
}
.series-top-page .filter-section .filter-choices-revised .filter-choices-wrap li a {
  margin: 8px 4px 10px 0;
  padding: 6px 15px;
  background: #f2f1f1;
}
@media only screen and (max-width: 767px) {
  .series-top-page .filter-section .filter-choices-revised .filter-choices-wrap li a {
    margin: 5px 4px 5px 0;
    padding: 13px 15px;
  }
}
@media only screen and (min-width: 1070px) {
  .series-top-page .filter-section .filter-choices-revised .filter-choices-wrap 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;
  }
  .series-top-page .filter-section .filter-choices-revised .filter-choices-wrap li a:hover {
    background: #dcdbdb;
  }
}
.series-top-page .filter-section .filter-choices-revised .scroll-btn {
  display: none;
  position: absolute;
  bottom: 4px;
  right: -10px;
  padding: 6px 12px 13px;
  background: #fff;
  border-left: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  -moz-box-shadow: -2px 0px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -2px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 0px 1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .series-top-page .filter-section .filter-choices-revised .scroll-btn {
    display: block;
  }
}
.series-top-page .filter-section .filter-choices-revised .scroll-btn .r-arrow:after {
  width: 12px;
  height: 12px;
  position: relative;
  left: -4px;
  border-width: 2px;
  border-color: #a0a0a0;
  vertical-align: -7px;
}
.series-top-page .feature-promo {
  margin-top: 20px;
}
.series-top-page .feature-promo .name {
  display: block;
  text-align: center;
}
.series-top-page .feature-promo .name span {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .series-top-page .feature-promo .name span {
    display: block;
    font-size: 17px;
  }
}
.series-top-page .feature-promo .name span:before, .series-top-page .feature-promo .name span:after {
  content: '';
  display: inline-block;
  width: 215px;
  height: 12px;
  vertical-align: 5px;
}
@media only screen and (max-width: 767px) {
  .series-top-page .feature-promo .name span:before, .series-top-page .feature-promo .name span:after {
    width: 28%;
    width: -moz-calc(( 50% - 69px ));
    width: -webkit-calc(( 50% - 69px ));
    width: calc(( 50% - 69px ));
    vertical-align: 1px;
  }
}
.series-top-page .feature-promo .name span:before {
  margin: 0 25px 0 0;
  background: url("../../images/left-line.png") no-repeat center right;
}
.series-top-page .feature-promo .name span:after {
  margin: 0 0 0 25px;
  background: url("../../images/right-line.png") no-repeat center left;
}
.series-top-page .feature-promo .list-items {
  margin: 5px 0 15px -6px;
}
@media only screen and (max-width: 767px) {
  .series-top-page .feature-promo .list-items {
    margin: 10px 0 0 -2px;
    padding: 0 10px;
    font-size: 14px;
  }
}
.series-top-page .feature-promo .list-items li {
  margin: 10px 0 0 6px;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .series-top-page .feature-promo .list-items li {
    width: -moz-calc(( 50% - 4px ));
    width: -webkit-calc(( 50% - 4px ));
    width: calc(( 50% - 4px ));
    margin: 5px 0 0 2px;
  }
}
.series-top-page .feature-promo .list-items li a {
  display: block;
}
.series-top-page .promo-tag {
  position: relative;
  padding: 0 3px;
}
@media only screen and (max-width: 767px) {
  .series-top-page .promo-tag {
    padding: 0;
  }
}
.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: 24px;
  color: #f94778;
}
@media only screen and (max-width: 767px) {
  .series-top-page .promo-tag .title {
    display: block;
    position: absolute;
    width: 40px;
    top: 50%;
    left: 10px;
    margin-top: -14px;
    padding: 6px 6px;
    font-size: 14px;
    background: #75c8cd;
    color: #fff;
    z-index: 11;
  }
  .series-top-page .promo-tag .title:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: -8px;
    margin-top: -5px;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #75c9cd;
  }
}
.series-top-page .promo-tag .list-wrap {
  width: 90%;
  width: -moz-calc(( 100% - 100px ));
  width: -webkit-calc(( 100% - 100px ));
  width: calc(( 100% - 100px ));
  position: relative;
}
@media only screen and (max-width: 767px) {
  .series-top-page .promo-tag .list-wrap {
    width: 81%;
    width: -moz-calc(( 100% - 62px ));
    width: -webkit-calc(( 100% - 62px ));
    width: calc(( 100% - 62px ));
    overflow-x: auto;
    white-space: nowrap;
    left: 62px;
  }
}
.series-top-page .promo-tag .list-wrap li {
  margin: 12px 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .series-top-page .promo-tag .list-wrap li {
    margin: 15px 0 0 5px;
  }
  .series-top-page .promo-tag .list-wrap li:first-child {
    margin: 15px 0 0 0;
  }
  .series-top-page .promo-tag .list-wrap li:last-child {
    padding-right: 10px;
  }
}
.series-top-page .promo-tag .list-wrap li a {
  display: block;
  padding: 12px 20px;
  color: #010101;
  border: 1px solid #fcdde1;
  font-size: 16px;
  background: #fcdde1;
}
@media only screen and (max-width: 767px) {
  .series-top-page .promo-tag .list-wrap li a {
    padding: 12px 14px 11px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 1070px) {
  .series-top-page .promo-tag .list-wrap li a:hover {
    border: 1px solid #f94778;
  }
}
.series-top-page .promo-tag .list-wrap li .selected {
  border: 1px solid #f94778;
}
@media only screen and (max-width: 767px) {
  .series-top-page .wrap-page {
    margin: 0;
  }
}
.series-top-page .breadcrumb-container {
  margin-top: -66px;
}
@media only screen and (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .series-top-page .breadcrumb li a {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .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 .breadcrumb .intro {
  position: relative;
  color: #777278;
}
.series-top-page .breadcrumb .intro:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  bottom: 7px;
  left: 0;
  border-bottom: 1px solid #777278;
}
@media only screen and (max-width: 767px) {
  .series-top-page .breadcrumb .intro:before {
    bottom: -1px;
  }
}
.series-top-page .order-ui-container {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .series-top-page .order-ui-container {
    margin-top: 0;
    -webkit-order: 4;
    order: 4;
  }
}
.series-top-page .price-range {
  display: inline-block;
  margin: 13px 18px 0 0;
  float: right;
}
@media only screen and (max-width: 767px) {
  .series-top-page .price-range {
    display: inline;
    float: none;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .series-top-page .price-range .mask-bg {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .series-top-page .price-range .mask-bg.selected {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .series-top-page .price-range .range-inputs .search-bar input {
    height: 32px;
    background: #eee;
    border: 1px solid #eee;
  }
}
.series-top-page .price-range .range-inputs .btn {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .series-top-page .order-ui {
    padding: 0px;
    float: none;
    font-size: 14px;
    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: 767px) {
  .series-top-page .order-ui .title {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .series-top-page .order-ui .ul-list li:first-child a {
    padding: 10px 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: 767px) {
  .series-top-page .order-ui .ul-list li:last-child a {
    padding: 10px 0;
  }
}
.series-top-page .order-ui .ul-list li a {
  display: block;
  padding: 10px 15px;
}
@media only screen and (max-width: 767px) {
  .series-top-page .order-ui .ul-list li a {
    padding: 10px 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: 767px) {
  .series-top-page .order-ui .ul-list li a:before {
    height: 20px;
    margin-top: -10px;
    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: #f94778;
}
@media only screen and (max-width: 767px) {
  .series-top-page .order-ui .ul-list .selected:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 3px solid #f94778;
  }
}

.mask-bg-m {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mask-bg-m {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99998;
    cursor: pointer;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .mask-bg-m.selected {
    display: table;
  }
}

.intro-container {
  margin-bottom: 15px;
  padding: 10px 14px;
  border: 1px solid #a0a0a0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .intro-container {
    display: table-cell;
    padding: 0;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 767px) {
  .intro-container .wrapper {
    max-height: 80vh;
    padding: 20px 10px;
    background: #fff;
    overflow-y: auto;
  }
}
.intro-container p {
  font-size: 14px;
  color: #554f56;
  line-height: 140%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .intro-container p {
    color: #000;
  }
}
.intro-container .close-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 35px 4px;
  color: #554f56;
  font-size: 16px;
  border: 1px solid #a0a0a0;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  outline: none !important;
}
@media only screen and (max-width: 767px) {
  .intro-container .close-btn {
    display: block;
    width: 100%;
    background: #a0a0a0;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
  }
}

.auth-18-wrap {
  display: flex;
  max-width: 709px;
  margin: 0 auto;
  padding: 20px;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .auth-18-wrap {
    padding: 20px 10px;
  }
}
.auth-18-wrap img {
  display: block;
  width: 100%;
}
.auth-18-wrap .lock {
  width: 40%;
  max-width: 202px;
}
.auth-18-wrap .text-red {
  color: #e9161a;
}
.auth-18-wrap p {
  padding: 10px;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .auth-18-wrap p {
    font-size: 5.866vw;
  }
}
.auth-18-wrap .btns-wrap {
  display: flex;
  width: 100%;
  margin: 5px 0;
  justify-content: center;
}
.auth-18-wrap .btn {
  display: inline-block;
  width: 50%;
  min-width: 314px;
  margin: 0 12.5px;
  padding: 10px 20px;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  -webkit-appearance: button;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid transparent;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .auth-18-wrap .btn {
    min-width: 100px;
    margin: 0 8px;
    padding: 10px;
    font-size: 4.8vw;
  }
}
.auth-18-wrap .bg-red {
  color: #fff;
  background-color: #ea060a;
}
.auth-18-wrap .bg-gray {
  color: #fff;
  background-color: #554f56;
}
.auth-18-wrap .note {
  padding: 20px 10px 0;
  font-size: 16px;
  color: #6e6e6e;
  line-height: 135%;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .auth-18-wrap .note {
    padding: 10px 10px 0;
    font-size: 3.2vw;
  }
}

.txt-banner {
  max-width: 1180px;
  position: relative;
  top: -10px;
  margin: 0 auto;
  padding: 10px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .txt-banner {
    display: none;
    margin: 0 auto;
    -webkit-order: 3;
    order: 3;
  }
}
.txt-banner p {
  font-size: 14px;
  line-height: 150%;
}
@media only screen and (max-width: 767px) {
  .txt-banner p {
    padding: 15px 10px;
  }
}

.series-attr h1, .series-attr h2 {
  margin: 20px 0 0;
  padding: 0 0 10px;
  font-size: 22px;
  font-weight: bolder;
  letter-spacing: 2px;
  color: #ee5c83;
}
@media only screen and (max-width: 767px) {
  .series-attr h1, .series-attr h2 {
    margin: 0;
    font-size: 17px;
    padding: 20px 10px 10px;
    background: #fff;
  }
}
.series-attr h1:first-of-type, .series-attr h2:first-of-type {
  margin: -42px 0 0;
}
@media only screen and (max-width: 767px) {
  .series-attr h1:first-of-type, .series-attr h2:first-of-type {
    margin: 0;
    padding: 35px 10px 10px;
  }
}
.series-attr .product-container {
  position: relative;
  margin-left: -10px;
}
@media only screen and (max-width: 767px) {
  .series-attr .product-container {
    padding: 15px 0px 21px;
    background: #fff;
    margin-left: 0;
  }
  .series-attr .product-container:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    margin-top: 0px;
    left: 0;
    background: #fff;
    z-index: 2;
  }
}
@media only screen and (min-width: 768px) {
  .series-attr .product-container.photo-revised-ver li .pro-img {
    height: 211px;
  }
}
.series-attr .product-container:after {
  content: '.';
  visibility: hidden;
  display: block;
  clear: both;
  height: 0;
}
.series-attr .product-container li {
  width: 283px;
  margin: 0 0 15px 11px;
  position: relative;
  border: 1px solid transparent;
  text-align: center;
  background: #fff;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .series-attr .product-container li {
    width: 50%;
    width: -moz-calc((50% + 1px));
    width: -webkit-calc((50% + 1px));
    width: calc((50% + 1px));
    margin: 0 0 -1px -1px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-right: 0;
    float: left;
  }
  .series-attr .product-container li:nth-child(2n+1):after, .series-attr .product-container li:nth-child(2n+2):after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #e5e5e5;
    z-index: 2;
  }
}
@media only screen and (min-width: 1070px) {
  .series-attr .product-container li:hover {
    border: 1px solid #ee4d79;
  }
}
@media only screen and (min-width: 768px) {
  .series-attr .product-container li.sp-tag00 .attribute .price, .series-attr .product-container li.sp-tag02 .attribute .price {
    display: block;
    padding: 0 0 0 107px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .series-attr .product-container li.sp-tag00 .attribute .price, .series-attr .product-container li.sp-tag02 .attribute .price {
    float: left;
    margin-left: 3px;
  }
}
.series-attr .product-container li.sp-tag00 .flag-tag {
  display: block !important;
}
.series-attr .product-container li.sp-tag01 .round-tag {
  display: block;
}
.series-attr .product-container li.sp-tag01 .sp-tag ~ .price {
  padding: 0 !important;
  text-align: left !important;
}
.series-attr .product-container li.sp-tag01 .attribute .sp-stripe {
  display: block;
}
.series-attr .product-container li.sp-tag01 .attribute .sp-stripe ~ .price {
  display: block !important;
  margin-left: 86px !important;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .series-attr .product-container li.sp-tag01 .attribute .sp-stripe ~ .price {
    margin-left: 105px !important;
  }
}
.series-attr .product-container li.sp-tag01 .sp-border-tag {
  display: none;
}
.series-attr .product-container li.sp-tag02 .sp-border-tag {
  display: block;
}
.series-attr .product-container li.sp-tag02 .attribute .sale-price {
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.series-attr .product-container li.sp-tag02 .round-tag, .series-attr .product-container li.sp-tag02 .sp-stripe {
  display: none;
}
.series-attr .product-container li.sp-tag03 .red-border-tag {
  display: block;
}
.series-attr .product-container li.sp-tag03 .attribute .sale-price {
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.series-attr .product-container li.sp-tag03 .round-tag, .series-attr .product-container li.sp-tag03 .sp-stripe, .series-attr .product-container li.sp-tag03 .sp-border-tag {
  display: none;
}
.series-attr .product-container li.sp-tag01, .series-attr .product-container li.sp-tag02, .series-attr .product-container li.sp-tag03 {
  overflow: hidden !important;
}
.series-attr .product-container li.sp-tag01 .sp-tag, .series-attr .product-container li.sp-tag02 .sp-tag, .series-attr .product-container li.sp-tag03 .sp-tag {
  display: none;
}
.series-attr .product-container li a {
  display: block;
  position: relative;
}
.series-attr .product-container li .red-border-tag {
  width: -moz-calc((100% - 12px));
  width: -webkit-calc((100% - 12px));
  width: calc((100% - 12px));
  height: -moz-calc((100% - 47px));
  height: -webkit-calc((100% - 47px));
  height: calc((100% - 47px));
  top: 6px;
  left: 6px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: #cb161a 0 0 0 6px;
  -webkit-box-shadow: #cb161a 0 0 0 6px;
  box-shadow: #cb161a 0 0 0 6px;
}
@media only screen and (max-width: 767px) {
  .series-attr .product-container li .red-border-tag {
    height: -moz-calc((100% - 34px));
    height: -webkit-calc((100% - 34px));
    height: calc((100% - 34px));
  }
}
.series-attr .product-container li .red-border-tag:before {
  width: -moz-calc((100% + 12px));
  width: -webkit-calc((100% + 12px));
  width: calc((100% + 12px));
  height: -moz-calc((100% + 47px));
  height: -webkit-calc((100% + 47px));
  height: calc((100% + 47px));
  top: -6px;
  left: -6px;
  border: 6px solid;
  border-bottom-width: 41px;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #c81515, #ff534f, #e51d55, #c81515, #ff534f, #c81515);
}
@media only screen and (max-width: 767px) {
  .series-attr .product-container li .red-border-tag:before {
    height: -moz-calc((100% + 34px));
    height: -webkit-calc((100% + 34px));
    height: calc((100% + 34px));
    border-bottom-width: 28px;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #c81515, #ff534f, #e51d55, #c81515, #ff534f, #c81515);
  }
}
.series-attr .product-container li .red-border-tag .top-tag {
  max-width: 120px;
  top: -6px;
  left: -6px;
}
@media only screen and (max-width: 767px) {
  .series-attr .product-container li .red-border-tag .top-tag {
    max-width: 90px;
  }
}
.series-attr .product-container li .red-border-tag .top-tag .txt {
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .series-attr .product-container li .red-border-tag .top-tag .txt {
    font-size: 16px;
  }
}
.series-attr .product-container li .red-border-tag .bottom-tag {
  bottom: -41px;
}
@media only screen and (max-width: 767px) {
  .series-attr .product-container li .red-border-tag .bottom-tag {
    bottom: -28px;
  }
}
.series-attr .product-container li .red-border-tag .bottom-tag .sp-date {
  font-size: 19px;
  padding: 0 45% 10px 0;
}
@media only screen and (max-width: 767px) {
  .series-attr .product-container li .red-border-tag .bottom-tag .sp-date {
    font-size: 12px;
    padding: 0 45% 7px 4px;
  }
}
.series-attr .product-container li .red-border-tag .bottom-tag .r-tag {
  max-width: 163px;
  right: -32px;
}
@media only screen and (max-width: 767px) {
  .series-attr .product-container li .red-border-tag .bottom-tag .r-tag {
    max-width: 112px;
  }
}
.series-attr .product-container li .red-border-tag .bottom-tag .r-tag:before {
  width: 20px;
  right: 32px;
  margin-top: -36px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: #cb161a 6px 6px 0 0;
  -webkit-box-shadow: #cb161a 6px 6px 0 0;
  box-shadow: #cb161a 6px 6px 0 0;
}
@media only screen and (max-width: 767px) {
  .series-attr .product-container li .red-border-tag .bottom-tag .r-tag:before {
    width: 15px;
    height: 20px;
    margin-top: -10px;
  }
}
.series-attr .product-container li .red-border-tag .bottom-tag .txt {
  padding-right: 16px;
  padding-bottom: 3px;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .series-attr .product-container li .red-border-tag .bottom-tag .txt {
    padding-bottom: 1px;
    font-size: 16px;
  }
}
.series-attr .product-container li .red-border-tag .bottom-tag .txt em {
  font-size: 34px;
  line-height: 120%;
}
@media only screen and (max-width: 767px) {
  .series-attr .product-container li .red-border-tag .bottom-tag .txt em {
    font-size: 23px;
  }
}
.series-attr .product-container li .restricted-18 {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.series-attr .product-container li .restricted-18 .lock {
  display: block;
  width: 38%;
  max-width: 112px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.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: 767px) {
  .series-attr .product-container li > div {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) 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: 767px) and (orientation: landscape) {
  .series-attr .product-container li > div > span {
    display: inline-block;
  }
}
.series-attr .product-container li .pro-img {
  display: block;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .series-attr .product-container li .pro-img {
    width: 50vw;
    height: -moz-calc(( 50vw * .75 ));
    height: -webkit-calc(( 50vw * .75 ));
    height: calc(( 50vw * .75 ));
    padding: 5px;
  }
}
.series-attr .product-container li .name, .series-attr .product-container li .attribute {
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .series-attr .product-container li .name, .series-attr .product-container li .attribute {
    padding: 0 10px;
  }
}
.series-attr .product-container li .sp_text {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .series-attr .product-container li .sp_text {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.series-attr .product-container li .eye-contact-tags {
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .series-attr .product-container li .eye-contact-tags {
    padding-left: 10px;
    padding-right: 10px;
    zoom: .9;
  }
}
.series-attr .product-container li .name {
  display: -webkit-box;
  height: 40px;
  margin: 0 0 10px;
  line-height: 145%;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
}
.series-attr .product-container li .attribute {
  position: relative;
  height: 28px;
  color: #ee4d79;
}
.series-attr .product-container li .attribute > span {
  display: inline-block;
  vertical-align: middle;
}
.series-attr .product-container li .attribute > span.sp-tag {
  display: none;
}
.series-attr .product-container li .attribute > span.sp-stripe {
  display: none;
}
.series-attr .product-container li .attribute .sp-tag {
  min-width: 92px;
  position: absolute;
  top: 0;
  left: 15px;
  font-size: 16px;
  border: 1px solid transparent;
  background: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .series-attr .product-container li .attribute .sp-tag {
    position: relative;
    min-width: 60px;
    left: auto;
    margin-right: 5px;
    float: left;
    font-size: 12px;
  }
}
.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: 767px) {
  .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;
}
.series-attr .product-container li .attribute .sp-tag ~ .price > *:nth-child(2) {
  width: 0;
}
@media only screen and (max-width: 767px) {
  .series-attr .product-container li .attribute .sp-tag ~ .price > *:nth-child(2) {
    width: auto;
  }
}
.series-attr .product-container li .attribute .price {
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .series-attr .product-container li .attribute .price {
    font-size: 24px;
    font-weight: 400;
  }
}
.series-attr .product-container li .attribute .price em {
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .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: #a8a5a5;
}
@media only screen and (max-width: 767px) {
  .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;
}
.series-attr .product-container li .attribute .price .sale-price small {
  display: inline-block;
  padding: 0 0 0 5px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .series-attr .product-container li .attribute .price .sale-price small {
    padding: 0 0 0 3px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .series-attr .product-container li .attribute.clear:after {
    clear: none;
  }
}
.series-attr .index-pagination {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .series-attr .index-pagination {
    margin-top: -15px;
    background: #efefef;
  }
  .series-attr .index-pagination:before {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    position: absolute;
    top: -6px;
    left: 0;
    background: #fff;
  }
}
.series-attr .index-pagination #pagenation-seemore a {
  display: inline-block;
  position: relative;
  padding: 10px 20px;
  border: 1px solid #000;
  background: #fffcfc;
  font-size: 20px;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .series-attr .index-pagination #pagenation-seemore a {
    font-size: 16px;
    border-color: #999;
    color: #999;
  }
}
.series-attr .index-pagination #pagenation-seemore .r-arrow:after {
  width: 12px;
  height: 12px;
  border-color: #000;
}
@media only screen and (max-width: 767px) {
  .series-attr .index-pagination #pagenation-seemore .r-arrow:after {
    width: 8px;
    height: 8px;
  }
}

.series-attr .product-container li .sp-border-tag, .series-attr .product-container li .red-border-tag {
  display: none;
}

.sp-border-tag {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid #8f1bbd;
  text-align: left;
  z-index: 15;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .sp-border-tag {
    border: 5px solid #8f1bbd;
  }
}
.sp-border-tag[style*="display:block"] + div .attribute .sale-price, .sp-border-tag[style*="display: block"] + div .attribute .sale-price {
  display: none !important;
}
.sp-border-tag .sp-tag-name {
  display: inline-block;
  position: relative;
  margin-top: -3px;
  margin-left: -3px;
  padding: 6px 0 4px 11px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA5MTUwNiIgeTE9IjAuMTU4NDk0IiB4Mj0iMS4wOTE1MDYiIHkyPSIwLjg0MTUwNiI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmMWJiZCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWQwOTlmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjQwODllIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(330deg, #8f1bbd, #ed099f, #f4089e);
  background-image: -webkit-linear-gradient(330deg, #8f1bbd, #ed099f, #f4089e);
  background-image: linear-gradient(120deg, #8f1bbd, #ed099f, #f4089e);
}
@media only screen and (min-width: 768px) {
  .sp-border-tag .sp-tag-name {
    margin-top: -5px;
    margin-left: -5px;
    padding: 10px 0 8px 11px;
  }
}
.sp-border-tag .sp-tag-name:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  margin-left: 0;
  border-style: solid;
  border-width: 27px 16px 0 0;
  border-color: #f4089d transparent transparent transparent;
}
@media only screen and (min-width: 768px) {
  .sp-border-tag .sp-tag-name:after {
    border-width: 42px 18px 0 0;
  }
}
.sp-border-tag .sp-tag-name span, .sp-border-tag .sp-tag-name img {
  display: inline-block;
  vertical-align: 0;
}
.sp-border-tag .sp-tag-name span {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .sp-border-tag .sp-tag-name span {
    font-size: 24px;
  }
}
.sp-border-tag .sp-tag-name span br {
  display: none;
}
.sp-border-tag .sp-tag-name img {
  width: 6px;
  margin-bottom: 1px;
}
@media only screen and (min-width: 768px) {
  .sp-border-tag .sp-tag-name img {
    width: 9px;
  }
}
.sp-border-tag .sp-tag-name img.l-attr {
  margin-right: -2px;
}
@media only screen and (min-width: 768px) {
  .sp-border-tag .sp-tag-name img.l-attr {
    margin-right: -1px;
  }
}
.sp-border-tag .sp-tag-name img.r-attr {
  margin-left: 2px;
}
@media only screen and (min-width: 768px) {
  .sp-border-tag .sp-tag-name img.r-attr {
    margin-left: 5px;
  }
}
.sp-border-tag .bottom-attr {
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .sp-border-tag .bottom-attr {
    bottom: -5px;
  }
}
.sp-border-tag .bottom-attr .sp-date {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px 45% 8px 7px;
  font-size: 12px;
  text-align: center;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjMWRjMCIvPjxzdG9wIG9mZnNldD0iMzElIiBzdG9wLWNvbG9yPSIjYTgwOTllIi8+PHN0b3Agb2Zmc2V0PSI3MyUiIHN0b3AtY29sb3I9IiNhNTFlYzUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #8c1dc0), color-stop(31%, #a8099e), color-stop(73%, #a51ec5));
  background-image: -moz-linear-gradient(left, #8c1dc0 0%, #a8099e 31%, #a51ec5 73%);
  background-image: -webkit-linear-gradient(left, #8c1dc0 0%, #a8099e 31%, #a51ec5 73%);
  background-image: linear-gradient(to right, #8c1dc0 0%, #a8099e 31%, #a51ec5 73%);
}
@media only screen and (min-width: 768px) {
  .sp-border-tag .bottom-attr .sp-date {
    padding: 11px 47% 11px 9px;
    font-size: 19px;
  }
}
@media only screen and (max-width: 375px) {
  .sp-border-tag .bottom-attr .sp-date {
    padding: 8px 47% 8px 5px;
  }
}
.sp-border-tag .bottom-attr .sp-price {
  display: block;
  width: 77px;
  position: absolute;
  bottom: 0;
  right: -3px;
  padding: 6px 11px 4px 5px;
  font-size: 16px;
  text-align: center;
  z-index: 11;
}
@media only screen and (min-width: 768px) {
  .sp-border-tag .bottom-attr .sp-price {
    width: 109px;
    right: -5px;
    padding: 0 15px 7px 5px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 375px) {
  .sp-border-tag .bottom-attr .sp-price {
    width: 75px;
    padding: 6px 9px 4px 5px;
  }
}
.sp-border-tag .bottom-attr .sp-price .price-wrap {
  width: 91px;
  height: 34px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .sp-border-tag .bottom-attr .sp-price .price-wrap {
    width: 137px;
    height: 51px;
  }
}
.sp-border-tag .bottom-attr .sp-price .txt {
  position: relative;
}
.sp-border-tag .bottom-attr .sp-price em {
  display: inline-block;
  font-size: 23px;
}
@media only screen and (min-width: 768px) {
  .sp-border-tag .bottom-attr .sp-price em {
    font-size: 34px;
  }
}

.round-tag {
  display: none;
}
.round-tag .inner-table {
  display: table;
  width: 68px;
  height: 67px;
  position: absolute;
  top: -20px;
  right: 2px;
  text-align: center;
  z-index: 11;
}
@media only screen and (min-width: 768px) {
  .round-tag .inner-table {
    width: 84px;
    height: 83px;
    top: -24px;
    right: 8px;
  }
}
.round-tag img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.round-tag .txt {
  display: table-cell;
  position: relative;
  padding: 16px 5px 0;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .round-tag .txt {
    padding: 20px 8px 0;
    font-size: 20px;
  }
}

.series-attr .product-container li .attribute .sp-stripe {
  display: none;
}

.sp-stripe {
  display: none;
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: 11;
}
@media only screen and (min-width: 768px) {
  .sp-stripe {
    bottom: -8px;
  }
}
.sp-stripe[style*="display:block"] ~ .price, .sp-stripe[style*="display: block"] ~ .price {
  display: block !important;
  margin-left: 86px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .sp-stripe[style*="display:block"] ~ .price, .sp-stripe[style*="display: block"] ~ .price {
    margin-left: 105px;
  }
}
.sp-stripe .stripe {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  margin: 0 0 -15px;
  background: #912450;
}
@media only screen and (min-width: 768px) {
  .sp-stripe .stripe {
    width: 25px;
    height: 25px;
    margin: 0 0 -20px;
  }
}
.sp-stripe .stripe:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 5px 14px;
  border-color: transparent transparent #681f3d transparent;
}
@media only screen and (min-width: 768px) {
  .sp-stripe .stripe:after {
    border-width: 0 0 5px 17px;
  }
}
.sp-stripe .txt {
  display: inline-block;
  min-width: 71px;
  position: relative;
  margin: 0 0 0 6px;
  padding: 5px 3px 5px 12px;
  font-size: 12px;
  font-weight: bold;
  background: #ec1f6c;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .sp-stripe .txt {
    margin: 0 0 0 8px;
    padding: 7px 3px 7px 12px;
    font-size: 16px;
  }
}
.sp-stripe .txt:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: -15px;
  border-style: solid;
  border-width: 11px 0 11px 15px;
  border-color: transparent transparent transparent #ec1f6d;
}
@media only screen and (min-width: 768px) {
  .sp-stripe .txt:after {
    margin-top: -15px;
    right: -18px;
    border-width: 15px 0 15px 18px;
  }
}

.red-border-tag {
  display: none;
  width: -moz-calc((100% - 24px));
  width: -webkit-calc((100% - 24px));
  width: calc((100% - 24px));
  height: -moz-calc((100% - 52px));
  height: -webkit-calc((100% - 52px));
  height: calc((100% - 52px));
  position: absolute;
  top: 12px;
  left: 12px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -moz-box-shadow: #cb161a 0 0 0 12px;
  -webkit-box-shadow: #cb161a 0 0 0 12px;
  box-shadow: #cb161a 0 0 0 12px;
  z-index: 15;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .red-border-tag {
    width: -moz-calc((100% - 12px));
    width: -webkit-calc((100% - 12px));
    width: calc((100% - 12px));
    height: -moz-calc((100% - 42px));
    height: -webkit-calc((100% - 42px));
    height: calc((100% - 42px));
    top: 6px;
    left: 6px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: #cb161a 0 0 0 6px;
    -webkit-box-shadow: #cb161a 0 0 0 6px;
    box-shadow: #cb161a 0 0 0 6px;
  }
}
.red-border-tag:before {
  content: '';
  display: block;
  width: -moz-calc((100% + 24px));
  width: -webkit-calc((100% + 24px));
  width: calc((100% + 24px));
  height: -moz-calc((100% + 52px));
  height: -webkit-calc((100% + 52px));
  height: calc((100% + 52px));
  position: absolute;
  top: -12px;
  left: -12px;
  border: 12px solid;
  border-bottom-width: 40px;
  border-color: #c81515;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #c81515, #ff534f, #e51d55, #c81515, #ff534f, #c81515);
}
@media only screen and (max-width: 767px) {
  .red-border-tag:before {
    width: -moz-calc((100% + 12px));
    width: -webkit-calc((100% + 12px));
    width: calc((100% + 12px));
    height: -moz-calc((100% + 42px));
    height: -webkit-calc((100% + 42px));
    height: calc((100% + 42px));
    top: -6px;
    left: -6px;
    border: 6px solid;
    border-bottom-width: 36px;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #c81515, #ff534f, #e51d55, #c81515, #ff534f, #c81515);
  }
}
.red-border-tag .top-tag {
  max-width: 209px;
  position: absolute;
  top: -12px;
  left: -12px;
}
@media only screen and (max-width: 767px) {
  .red-border-tag .top-tag {
    max-width: 120px;
    top: -6px;
    left: -6px;
  }
}
.red-border-tag .top-tag .txt {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translate(-4%, -50%);
  -ms-transform: translate(-4%, -50%);
  -webkit-transform: translate(-4%, -50%);
  transform: translate(-4%, -50%);
  text-align: center;
  font-style: italic;
  font-size: 38px;
  font-weight: bold;
  -webkit-background-clip: text;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNDUyNzkiIHkxPSItMC4wMzk2MTQiIHgyPSIwLjU0NzIxIiB5Mj0iMS4wMzk2MTQiPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZiOTciLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-linear-gradient(275deg, #ffffff 50%, #fffb97 50%);
  background-image: -webkit-linear-gradient(275deg, #ffffff 50%, #fffb97 50%);
  background-image: linear-gradient(175deg, #ffffff 50%, #fffb97 50%);
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 2px 1px #a91414);
  color: #fffb97;
}
@media only screen and (max-width: 767px) {
  .red-border-tag .top-tag .txt {
    font-size: 22px;
  }
}
.red-border-tag .bottom-tag {
  width: 100%;
  position: absolute;
  bottom: -40px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .red-border-tag .bottom-tag {
    bottom: -36px;
  }
}
.red-border-tag .bottom-tag .sp-date {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 45% 5px 0;
  font-size: 28px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .red-border-tag .bottom-tag .sp-date {
    font-size: 24px;
  }
}
.red-border-tag .bottom-tag .r-tag {
  max-width: 238px;
  position: absolute;
  bottom: 0;
  right: -16px;
}
@media only screen and (max-width: 767px) {
  .red-border-tag .bottom-tag .r-tag {
    max-width: 170px;
    right: -12px;
  }
}
.red-border-tag .bottom-tag .r-tag:before {
  content: '';
  display: block;
  width: 30px;
  height: 50px;
  position: absolute;
  right: 16px;
  margin-top: -30px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -moz-box-shadow: #cb161a 12px 12px 0 0;
  -webkit-box-shadow: #cb161a 12px 12px 0 0;
  box-shadow: #cb161a 12px 12px 0 0;
}
@media only screen and (max-width: 767px) {
  .red-border-tag .bottom-tag .r-tag:before {
    width: 20px;
    right: 12px;
    margin-top: -36px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: #cb161a 6px 6px 0 0;
    -webkit-box-shadow: #cb161a 6px 6px 0 0;
    box-shadow: #cb161a 6px 6px 0 0;
  }
}
.red-border-tag .bottom-tag .txt {
  display: block;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-align: center;
  font-size: 24px;
  padding-left: 5%;
}
@media only screen and (max-width: 767px) {
  .red-border-tag .bottom-tag .txt {
    font-size: 28px;
  }
}
.red-border-tag .bottom-tag .txt em {
  display: inline-block;
  font-size: 60px;
  line-height: 110%;
}
@media only screen and (max-width: 767px) {
  .red-border-tag .bottom-tag .txt em {
    font-size: 40px;
    line-height: 120%;
  }
}

.index-pagination {
  padding: 30px 0 60px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .index-pagination {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .index-pagination .pc-ver {
    display: none;
  }
}
.index-pagination .m-ver {
  display: none;
}
@media only screen and (max-width: 767px) {
  .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;
  }
}
@media only screen and (max-width: 767px) {
  .index-pagination li a {
    margin: 0 5px;
  }
}
.index-pagination li .fast, .index-pagination li .faster {
  padding: 2px 6px 4px 5px;
  font-size: 22px;
}
.index-pagination li .fast {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .index-pagination li .faster {
    display: none;
  }
}
.index-pagination .selected a {
  background: #f94778;
  color: #fff;
  cursor: default;
}
@media only screen and (min-width: 1070px) {
  .index-pagination .selected a:hover {
    background: #f94778;
    color: #fff;
  }
}

.sp-sale-container {
  margin: 15px 0 0;
}
@media only screen and (max-width: 767px) {
  .sp-sale-container {
    margin: 0;
    padding: 0 0 0 10px;
  }
}
.sp-sale-container .product-container {
  margin-left: -6px;
}
@media only screen and (max-width: 767px) {
  .sp-sale-container .product-container {
    margin: -6px 0 0 0;
    padding: 15px 0 0;
  }
  .sp-sale-container .product-container:before, .sp-sale-container .product-container:after {
    display: none;
  }
}
.sp-sale-container .product-container li {
  width: 290px;
  margin: 0 0 0 6px;
  border: 0;
}
@media only screen and (min-width: 1070px) {
  .sp-sale-container .product-container li:hover {
    border: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sp-sale-container .product-container li {
    width: 47.6%;
    width: -moz-calc(( 50% - 19px ));
    width: -webkit-calc(( 50% - 19px ));
    width: calc(( 50% - 19px ));
    margin: 6px 0 0 5px;
    float: none;
  }
  .sp-sale-container .product-container li:nth-child(2n+1):after, .sp-sale-container .product-container li:nth-child(2n+2):after {
    display: none;
  }
  .sp-sale-container .product-container li:first-child {
    margin: 6px 0 0;
  }
  .sp-sale-container .product-container li:last-child {
    margin: 6px 10px 0 5px;
  }
  .sp-sale-container .product-container li .pro-img {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .sp-sale-container .product-container li .pro-img {
    width: auto;
    height: auto;
  }
}

.sp-sale-container .product-container li.sp-tag01 .wrap-item {
  overflow: hidden;
}
.sp-sale-container .product-container li.sp-tag01 .wrap-item .sp-stripe {
  bottom: 2px;
}
@media only screen and (min-width: 768px) {
  .sp-sale-container .product-container li.sp-tag01 .wrap-item .sp-stripe {
    bottom: -4px;
  }
  .sp-sale-container .product-container li.sp-tag01 .wrap-item .sp-stripe .txt {
    padding: 6px 3px 4px 12px;
    font-size: 16px;
  }
  .sp-sale-container .product-container li.sp-tag01 .wrap-item .sp-stripe .txt:after {
    margin-top: -13px;
    border-width: 13px 0 13px 18px;
  }
}
@media only screen and (max-width: 767px) {
  .sp-sale-container .product-container li.sp-tag01 .wrap-item .sp-stripe .txt {
    font-size: 12px;
  }
  .sp-sale-container .product-container li.sp-tag01 .wrap-item .sp-stripe .txt:after {
    margin-top: -11px;
    border-width: 11px 0 11px 15px;
  }
}
.sp-sale-container .product-container li.sp-tag02 .attribute .sp-border-tag-name {
  display: block !important;
  padding: 7px 6px 6px 6px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .sp-sale-container .product-container li.sp-tag02 .attribute .sp-border-tag-name {
    bottom: 5px;
    padding: 3px 6px 5px 6px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .sp-sale-container .product-container li.sp-tag02 .attribute .sp-border-tag-name img {
    margin-bottom: -1px;
  }
}
@media only screen and (max-width: 767px) {
  .sp-sale-container .product-container li.sp-tag02 .attribute .sp-border-tag-name ~ .price {
    display: block;
    text-align: left;
  }
}
.sp-sale-container .product-container li.sp-tag02 .attribute .sp-border-tag-name ~ .price .sale-price {
  display: inline-block !important;
}
@media only screen and (max-width: 767px) {
  .sp-sale-container .product-container li.sp-tag02 .attribute .sp-border-tag-name ~ .price .sale-price {
    padding: 0 0 0 85px;
  }
}
.sp-sale-container .product-container li.sp-tag03 .attribute .red-border-tag-name {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .sp-sale-container .product-container li.sp-tag03 .attribute .red-border-tag-name img {
    margin-bottom: -1px;
  }
}
@media only screen and (max-width: 767px) {
  .sp-sale-container .product-container li.sp-tag03 .attribute .red-border-tag-name ~ .price {
    display: block;
    text-align: left;
  }
}
.sp-sale-container .product-container li.sp-tag03 .attribute .red-border-tag-name ~ .price .sale-price {
  display: inline-block !important;
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .sp-sale-container .product-container li.sp-tag03 .attribute .red-border-tag-name ~ .price .sale-price {
    padding: 0 0 0 85px;
  }
}
.sp-sale-container .product-container .wrap-item {
  position: relative;
  padding-bottom: 15px;
  border: 2px solid #ee4d79;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media only screen and (max-width: 767px) {
  .sp-sale-container .product-container .wrap-item {
    border: 1px solid #ee4d79;
  }
}
.sp-sale-container .product-container .sp-title {
  width: 100%;
  height: 45px;
  padding: 12px 5px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
  background: #fa4382;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5MGRiMCIvPjxzdG9wIG9mZnNldD0iMTElIiBzdG9wLWNvbG9yPSIjYzkwZGIwIi8+PHN0b3Agb2Zmc2V0PSIzMSUiIHN0b3AtY29sb3I9IiNjOTBkYjAiLz48c3RvcCBvZmZzZXQ9IjU4JSIgc3RvcC1jb2xvcj0iI2ZhNDM4MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZhNDM4MiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #c90db0), color-stop(11%, #c90db0), color-stop(31%, #c90db0), color-stop(58%, #fa4382), color-stop(100%, #fa4382));
  background: -moz-linear-gradient(left top, #c90db0 0%, #c90db0 11%, #c90db0 31%, #fa4382 58%, #fa4382 100%);
  background: -webkit-linear-gradient(left top, #c90db0 0%, #c90db0 11%, #c90db0 31%, #fa4382 58%, #fa4382 100%);
  background: linear-gradient(to right bottom, #c90db0 0%, #c90db0 11%, #c90db0 31%, #fa4382 58%, #fa4382 100%);
}
@media only screen and (max-width: 767px) {
  .sp-sale-container .product-container .sp-title {
    height: auto;
    font-size: 15px;
  }
}
.sp-sale-container .product-container .sp-title a {
  color: #fff;
}
.sp-sale-container .product-container .flag-tag {
  top: -5px;
}
.sp-sale-container .product-container .sp-border-tag-name {
  display: none !important;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 6px 3px 6px;
  font-size: 18px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA5MTUwNiIgeTE9IjAuMTU4NDk0IiB4Mj0iMS4wOTE1MDYiIHkyPSIwLjg0MTUwNiI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmMWJiZCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWQwOTlmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjQwODllIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(330deg, #8f1bbd, #ed099f, #f4089e);
  background-image: -webkit-linear-gradient(330deg, #8f1bbd, #ed099f, #f4089e);
  background-image: linear-gradient(120deg, #8f1bbd, #ed099f, #f4089e);
  float: left;
}
@media only screen and (min-width: 768px) {
  .sp-sale-container .product-container .sp-border-tag-name {
    bottom: -3px;
    padding: 7px 6px 5px 6px;
  }
}
.sp-sale-container .product-container .sp-border-tag-name:after {
  content: '';
  display: none;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  margin-left: 5px;
  border-style: solid;
  border-width: 30px 16px 0 0;
  border-color: #f4089d transparent transparent transparent;
}
.sp-sale-container .product-container .sp-border-tag-name span, .sp-sale-container .product-container .sp-border-tag-name img {
  display: inline-block;
  vertical-align: 0;
}
.sp-sale-container .product-container .sp-border-tag-name span {
  font-weight: bold;
  color: #fff;
}
.sp-sale-container .product-container .sp-border-tag-name img {
  width: 6px;
  margin-bottom: 1px;
}
.sp-sale-container .product-container .sp-border-tag-name img.l-attr {
  margin-right: 1px;
}
.sp-sale-container .product-container .sp-border-tag-name img.r-attr {
  margin-left: 2px;
}
.sp-sale-container .product-container .red-border-tag-name {
  display: none !important;
  position: absolute;
  left: 0;
  padding: 2px 6px 3px 6px;
  font-size: 18px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA5MTUwNiIgeTE9IjAuMTU4NDk0IiB4Mj0iMS4wOTE1MDYiIHkyPSIwLjg0MTUwNiI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNjczYSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmYxZjhkIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmY1ZGIxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(330deg, #ff673a, #ff1f8d, #ff5db1);
  background-image: -webkit-linear-gradient(330deg, #ff673a, #ff1f8d, #ff5db1);
  background-image: linear-gradient(120deg, #ff673a, #ff1f8d, #ff5db1);
  float: left;
}
@media only screen and (min-width: 768px) {
  .sp-sale-container .product-container .red-border-tag-name {
    bottom: -3px;
    padding: 7px 18px 6px 18px;
  }
}
.sp-sale-container .product-container .red-border-tag-name .txt {
  font-size: 14px;
  font-weight: bold;
  -webkit-background-clip: text;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNDUyNzkiIHkxPSItMC4wMzk2MTQiIHgyPSIwLjU0NzIxIiB5Mj0iMS4wMzk2MTQiPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZiOTciLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-linear-gradient(275deg, #ffffff 50%, #fffb97 50%);
  background-image: -webkit-linear-gradient(275deg, #ffffff 50%, #fffb97 50%);
  background-image: linear-gradient(175deg, #ffffff 50%, #fffb97 50%);
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 2px 1px #a91414);
  color: #fffb97;
}
@media only screen and (min-width: 768px) {
  .sp-sale-container .product-container .red-border-tag-name .txt {
    font-size: 16px;
  }
}

.layout_10 {
  margin: 15px 0 -10px;
}
.layout_10 .wrap-attr {
  margin: 0 0 0 7px;
}
.layout_10 .wrap-attr .inner-item {
  width: 20%;
  margin: 0 0 10px -4px;
  vertical-align: top;
  text-align: center;
}
.layout_10 .wrap-attr .inner-item a, .layout_10 .wrap-attr .inner-item .inner-pic, .layout_10 .wrap-attr .inner-item .inner-title {
  display: block;
}
.layout_10 .wrap-attr .inner-item .inner-pic {
  padding: 0 10px;
}
.layout_10 .wrap-attr .inner-item .inner-title {
  margin-top: 5px;
  font-size: 12px;
}

.fb-promo-container {
  margin-top: 15px;
  padding: 0 8px;
}
.fb-promo-container ul {
  margin-left: 3px;
}
.fb-promo-container ul li {
  display: inline-block;
  width: 33.334%;
  margin: 0 0 0 -3px;
  padding: 0 2px;
  vertical-align: top;
  text-align: center;
}
.fb-promo-container ul li a {
  display: block;
}
.fb-promo-container ul li a span {
  display: block;
}
.fb-promo-container ul li .inner-pic {
  position: relative;
  margin-bottom: -13px;
}
.fb-promo-container ul li .btn {
  display: inline-block;
  min-width: 70px;
  position: relative;
  padding: 7px 10px;
  color: #fff;
  background: #ce0a0a;
  font-size: 12px;
  -moz-box-shadow: #9a0707 -3px -3px 3px inset;
  -webkit-box-shadow: #9a0707 -3px -3px 3px inset;
  box-shadow: #9a0707 -3px -3px 3px inset;
}

.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: 767px) {
  .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;
}

.fixbody {
  overflow: hidden;
}

.pro-mask-bg {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .pro-mask-bg {
    top: auto;
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .pro-mask-bg.article-disp .full-w {
    height: 70%;
    top: 15%;
  }
}
.pro-mask-bg.article-disp .pop-title {
  font-size: 16px;
}
.pro-mask-bg.article-disp .disp-popup {
  padding: 45px 20px 30px;
}
.pro-mask-bg.article-disp .disp-popup .title {
  margin: 10px 0 20px;
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 150%;
}
.pro-mask-bg.article-disp .disp-popup p {
  padding: 1px 0 0;
  font-size: 16px;
  line-height: 140%;
}
.pro-mask-bg.article-disp .disp-popup img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}
.pro-mask-bg .full-w {
  width: 100%;
  max-width: 768px;
  height: 70%;
  position: relative;
  top: 15%;
  margin: 0 auto;
  z-index: 99999;
  background: #fff;
  overflow: auto;
  overflow-x: hidden;
  pointer-events: auto;
  cursor: auto;
}
@media only screen and (max-width: 767px) {
  .pro-mask-bg .full-w {
    max-width: 675px;
    height: 70%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-overflow-scrolling: touch;
  }
}
.pro-mask-bg .pop-title {
  width: 100%;
  max-width: 751px;
  position: fixed;
  padding: 14px 40px 11px 25px;
  font-size: 17px;
  font-weight: bold;
  line-height: 130%;
  border-bottom: 1px solid #eee;
  z-index: 999;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .pro-mask-bg .pop-title {
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
  }
}
.pro-mask-bg .close {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  font-size: 20px;
  z-index: 99;
}
.pro-mask-bg .close .icon-icon-close {
  position: relative;
}
.pro-mask-bg .close .icon-icon-close:after {
  content: '';
  display: block;
  width: 100px;
  height: 50px;
  position: absolute;
  top: -15px;
  right: -10px;
  z-index: 999;
}
.pro-mask-bg .disp-popup {
  height: 100%;
  padding: 85px 0 30px;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  .pro-mask-bg .disp-popup {
    overflow-y: auto;
  }
}
.pro-mask-bg .disp-popup table {
  display: none;
}
.pro-mask-bg .disp-popup .main-info .img-with-container {
  max-width: 650px;
  margin: 0 auto;
  padding: 0 0 30px;
}
.pro-mask-bg .disp-popup .main-info .img-with-container img {
  max-width: 650px;
}

.add-on-container {
  padding: 0 32px 15px;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .add-on-container {
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .add-on-container {
    padding: 0;
  }
}
.add-on-container .title {
  padding: 10px 10px 10px 20px;
  font-size: 16px;
  background: #eee;
  font-weight: bold;
  -moz-border-radius-topleft: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .add-on-container .title {
    padding: 10px 15px;
    -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;
  }
}
.add-on-container .title .icon {
  display: inline-block;
  width: 21px;
  margin: 0 10px 0 0;
  vertical-align: -4px;
}
.add-on-container input[type=checkbox] {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -10px;
  left: 0px;
  margin: 0;
  z-index: 1000;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.add-on-container input[type=checkbox] + label span {
  display: block;
  position: relative;
}
.add-on-container input[type=checkbox] + label span:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -10px;
  background: #ececec;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIi8+PHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYWNhY2EiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(30%, #eeeeee), color-stop(70%, #dddddd), color-stop(100%, #cacaca));
  background-image: -moz-linear-gradient(#ffffff, #eeeeee 30%, #dddddd 70%, #cacaca);
  background-image: -webkit-linear-gradient(#ffffff, #eeeeee 30%, #dddddd 70%, #cacaca);
  background-image: linear-gradient(#ffffff, #eeeeee 30%, #dddddd 70%, #cacaca);
  border: 1px solid #a9a9a9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.add-on-container input[type=checkbox]:checked + label span:before {
  content: '';
  background: url("/TC/assets2017/images/checkmark_w.SVG") no-repeat center center;
  background-color: #f94778;
  border: 1px solid #f94778;
}
.add-on-container .wrap-attr {
  padding: 10px 0;
  background: #f8f8f8;
  -moz-border-radius-bottomleft: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .add-on-container .wrap-attr {
    padding: 0;
    -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;
  }
}
.add-on-container .wrap-attr li {
  display: inline-block;
  padding: 15px 15px 15px 20px;
  vertical-align: top;
  border-left: 1px dotted #e0e0e0;
}
.add-on-container .wrap-attr li:nth-child(3n+1) {
  border-left: 0;
}
@media only screen and (max-width: 767px) {
  .add-on-container .wrap-attr li {
    margin: 0 15px;
    padding: 15px 0;
    border-left: 0;
    border-top: 1px dotted #e0e0e0;
  }
  .add-on-container .wrap-attr li:first-child {
    border-top: 0;
  }
}
.add-on-container .wrap-attr li a {
  display: block;
}
.add-on-container .wrap-attr li > span {
  display: inline-block;
  vertical-align: middle;
}
.add-on-container .wrap-attr li .item {
  position: relative;
}
.add-on-container .wrap-attr li .pro {
  width: 120px;
  margin: 0 6px 0 30px;
}
@media only screen and (max-width: 767px) {
  .add-on-container .wrap-attr li .pro {
    width: 100px;
  }
}
.add-on-container .wrap-attr li .detail {
  width: 165px;
  height: 90px;
  position: relative;
  font-size: 14px;
  color: #020202;
}
@media only screen and (max-width: 767px) {
  .add-on-container .wrap-attr li .detail {
    width: 50%;
    height: 75px;
    width: -moz-calc((100% - 145px));
    width: -webkit-calc((100% - 145px));
    width: calc((100% - 145px));
  }
}
.add-on-container .wrap-attr li .name {
  display: -webkit-box;
  height: 60px;
  line-height: 145%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .add-on-container .wrap-attr li .name {
    height: 36px;
    font-size: 12px;
    line-height: 150%;
    -webkit-line-clamp: 2;
  }
}
.add-on-container .wrap-attr li .price {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #ff2d77;
}
@media only screen and (max-width: 767px) {
  .add-on-container .wrap-attr li .price {
    font-size: 12px;
  }
}
.add-on-container .wrap-attr li .price em {
  display: inline-block;
  vertical-align: 0;
  font-size: 25px;
}
@media only screen and (max-width: 767px) {
  .add-on-container .wrap-attr li .price em {
    font-size: 18px;
  }
}

.content {
  position: relative;
}

.gap15 {
  margin-top: 15px;
}

.header .top_action_block {
  z-index: 0;
}

.top_banner a {
  display: block;
}
.top_banner img {
  width: 100%;
}

.cart-check {
  position: relative;
}
.cart-check input[type=checkbox], .cart-check .disp {
  vertical-align: top;
}
.cart-check label {
  width: 20px;
}
.cart-check .disp {
  padding: 3px 0 0 10px;
  line-height: 130%;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .cart-check .disp {
    padding: 5px 0 0 5px;
    font-size: 15px;
  }
}
.cart-check .disp small {
  display: inline;
  padding: 0 0 0 12px;
  font-size: 14px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .cart-check .disp small {
    padding: 0 0 0 8px;
    font-size: 13px;
  }
}
.cart-check .disp small .smaller {
  font-size: 12px;
  color: #868686;
}

.cart_block {
  font-size: 14px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .cart_block.cart-new-style .payment + .product_block {
    margin-top: 20px;
  }
}
.cart_block.cart-new-style .cart-head {
  position: relative;
}
.cart_block.cart-new-style .cart-head .cart-del {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -7px;
  z-index: 1001;
}
@media only screen and (max-width: 767px) {
  .cart_block.cart-new-style .cart-head .cart-del {
    right: 10px;
  }
}
.cart_block.cart-new-style .cart-head .cart-del:before {
  content: '';
  display: block;
  width: 120px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -20px;
}
@media only screen and (max-width: 767px) {
  .cart_block.cart-new-style .cart-head .cart-del:before {
    width: 80px;
    right: -10px;
  }
}
.cart_block.cart-new-style .group-wrap {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .cart_block.cart-new-style .group-wrap {
    margin-top: 15px;
  }
}
.cart_block.cart-new-style .group-wrap.s3-wrap .subtotal-s3 {
  display: block;
}
.cart_block.cart-new-style .group-wrap.s3-wrap .idv-check small {
  display: none;
}
.cart_block.cart-new-style .group-wrap.vendor-wrap .subtotal-vendor {
  display: block;
}
.cart_block.cart-new-style .group-wrap.vendor-wrap #divDiscount, .cart_block.cart-new-style .group-wrap.vendor-wrap .lotterynote-block, .cart_block.cart-new-style .group-wrap.vendor-wrap .note_block, .cart_block.cart-new-style .group-wrap.vendor-wrap .subtotalnote-block {
  display: none;
}
.cart_block.cart-new-style .group-wrap + .group-wrap {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .cart_block.cart-new-style .group-wrap + .group-wrap {
    margin-top: 15px;
  }
}
.cart_block.cart-new-style .group-wrap .subtotal-s3, .cart_block.cart-new-style .group-wrap .subtotal-vendor {
  display: none;
}
.cart_block.cart-new-style .form_master .cart-check {
  display: block;
  padding-top: 15px;
  padding-bottom: 16px;
}
.cart_block.cart-new-style .form_master .cart-check.check-all {
  margin-top: -10px;
  padding-top: 18px;
  padding-bottom: 19px;
}
@media only screen and (max-width: 767px) {
  .cart_block.cart-new-style .form_master .cart-check.check-all {
    margin-top: 0;
    padding-top: 11px;
    padding-bottom: 15px;
    border-top: 1px solid #e5e5e5;
  }
}
.cart_block.cart-new-style .form_master .cart-check.idv-check {
  background: #dbdbdb;
}
@media only screen and (max-width: 767px) {
  .cart_block.cart-new-style .form_master .cart-check {
    padding-top: 10px;
    padding-bottom: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .cart_block.cart-new-style .form_master .cart-check .checkbox_style {
    padding: 0 0 13px;
  }
}
@media only screen and (max-width: 767px) {
  .cart_block.cart-new-style .form_master .cart-check .disp {
    width: 92%;
    width: -moz-calc((100% - 25px));
    width: -webkit-calc((100% - 25px));
    width: calc((100% - 25px));
    padding: 2px 0 0 5px;
    line-height: 130%;
  }
}
.cart_block.cart-new-style .product_block.newStyle1901 .borderStyle {
  margin-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .cart_block.cart-new-style .product_block .note-block {
    width: 100%;
    margin: 0;
  }
}
.cart_block.cart-new-style .product_block .group-subtotal {
  border-top: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .cart_block.cart-new-style .product_block .group-subtotal {
    padding: 10px;
  }
}
.cart_block.cart-new-style .product_block .subtotal_list .origin-subtotal {
  display: none;
}
.cart_block.cart-new-style .product_block .subtotal_list .subtotal_item.vendor-note-block {
  display: block;
}
.cart_block.cart-new-style .product_block .total-amount-wrap {
  display: flex;
  padding: 19px 116px 22px 0;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 16px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .cart_block.cart-new-style .product_block .total-amount-wrap {
    padding: 16px 40px 20px 10px;
    font-size: 14px;
  }
}
.cart_block.cart-new-style .product_block .total-amount-wrap .idv-wrap {
  margin-left: 28px;
}
@media only screen and (max-width: 767px) {
  .cart_block.cart-new-style .product_block .total-amount-wrap .idv-wrap.discount-attr {
    margin-left: 0;
  }
  .cart_block.cart-new-style .product_block .total-amount-wrap .idv-wrap.total-attr {
    min-width: 132px;
    margin-left: 15px;
  }
}
.cart_block.cart-new-style .product_block .total-amount-wrap .amount {
  color: #fb648f;
}
@media only screen and (max-width: 767px) {
  .cart_block.cart-new-style .product_block .total-amount-wrap .amount {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .cart_block.cart-new-style .product_block .total-amount-wrap .amount em {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .cart_block.cart-new-style .cart_action {
    margin-top: 0;
  }
}
.cart_block.vendor-shipping #liToStore.disabled, .cart_block.vendor-shipping .li-to-home.disabled {
  display: none;
  visibility: hidden;
  background: #f2f1ef;
  pointer-events: none;
}
.cart_block.vendor-shipping #liToStore.disabled .radio_lable_block .radio_style, .cart_block.vendor-shipping .li-to-home.disabled .radio_lable_block .radio_style {
  background: #d5d5d5;
}
.cart_block.vendor-shipping .payment .payment_list li .freeshopping-text {
  display: none !important;
}
.cart_block.vendor-shipping .payment .payment_list li .for-vender-disp {
  display: table-cell !important;
}
@media only screen and (max-width: 767px) {
  .cart_block.vendor-shipping .payment .payment_list li .for-vender-disp {
    display: inline-block !important;
    padding: 0 0 0 10px;
  }
}
.cart_block .wrap {
  width: 100%;
  margin: 0;
}
.cart_block span {
  display: inline-block;
}
.cart_block .alert_red_color, .cart_block .text_color_red {
  color: #ce0a0a;
}
.cart_block .red-color2 {
  color: #a64244;
}
.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: 767px) {
  .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: 100%;
  margin: 28px auto;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .cart_block .cart_flow {
    margin: 0 auto;
    padding: 15px 0;
  }
}
.cart_block .cart_flow li {
  flex: 0 1 auto;
  color: #333;
  font-size: 16px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .cart_block .cart_flow li {
    padding: 0 7.5px;
    font-size: 12px;
  }
}
.cart_block .cart_flow li span {
  line-height: 47px;
  vertical-align: middle;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .cart_block .cart_flow li span {
    font-size: 4.10628vw;
  }
}
.cart_block .cart_flow li .step {
  background: #c6c6c6;
  padding: 24px;
  margin-right: 5px;
  position: relative;
  border-radius: 100%;
}
.cart_block .cart_flow li .step em {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 22px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .cart_block .cart_flow li .step {
    padding: 17px;
    margin: 5px 5px 5px 0;
  }
  .cart_block .cart_flow li .step em {
    font-size: 20px;
  }
}
.cart_block .cart_flow .line {
  content: "";
  width: 69px;
  height: 2px;
  background: #c6c6c6;
  margin: 0 12px 0 18px;
}
@media only screen and (max-width: 767px) {
  .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;
}
.cart_block .payment.local {
  padding: 15px 0 2px;
}
.cart_block .payment.foreign {
  padding: 4px 0 0;
}
@media only screen and (max-width: 767px) {
  .cart_block .payment.foreign {
    padding: 6px 10px 10px 10px;
  }
}
.cart_block .payment .payment_list li .for-vender-disp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .cart_block .payment .sub_title {
    font-size: 13px;
    line-height: 120%;
    padding: 0 0 10px 0;
  }
}
.cart_block .payment .sub_title .shipping_note {
  color: #999;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .cart_block .payment .sub_title .shipping_note {
    transform: scale(calc(9 / 12));
    margin-left: -12px;
  }
}
.cart_block .payment .sub_title .en-attr {
  padding: 0 0 0 10px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .cart_block .payment .sub_title .en-attr {
    display: block;
    padding: 5px 0 0;
  }
}
.cart_block .payment .sub_title .en-attr em {
  color: #ce0a0a;
}
.cart_block .payment .pay-note {
  padding-left: 15px;
  padding-right: 15px;
}
.cart_block .payment .chi-txt, .cart_block .payment .en-txt {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .cart_block .payment .chi-txt .reigon, .cart_block .payment .en-txt .reigon {
    width: 160px;
  }
}
.cart_block .payment .payment_list {
  width: 100%;
  /*
  @include respond-to(mx767) {
      position: relative;
      font-size:12px;
      li {
          border: none;
          display: inline-block;
          position: relative;
          padding: 10px 0 16px;
          &:first-child{
              border:none;
          }
          .radio_lable_block {
              @include calc (width,"( ( 100% - 8px ) / 3 )");
              display: inline-block;
              vertical-align: middle;
              position: relative;
              margin:12px 0;
              padding-left:20px;
              span {
                  display: inline-block;
              }
              .note {
                  display: none;
                  transform: scale(calc(10 / 12));
                  position: absolute;
                  width:150px;
                  left:10px;
                  bottom:-20px;
              }
              &.atm{
                  @media only screen and (max-width: 413px) {
                      .note{
                          right:-7px;
                          left:auto;
                          text-align: right;
                      }
                  }
                  @media only screen and (max-width: 320px) {
                      .note{
                          right:-17px;    
                      }
                  }
              }
          }
      }
      .list_text {
          width:auto;
          padding: 0;
          transform: scale(calc(11 / 12));
          box-sizing: inherit;
          padding-top:5px;
      }
      .radio_item {
          position: absolute;
          left:0;
          top:0;
          .radio_style{
              margin:0;
          }
      }
  }
  */
}
@media only screen and (min-width: 768px) {
  .cart_block .payment .payment_list.foreign-attr li {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 0 93px;
  }
  .cart_block .payment .payment_list.foreign-attr li .radio_lable_block {
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: top;
  }
  .cart_block .payment .payment_list.foreign-attr li .radio_lable_block .list_text {
    width: auto;
    padding: 0;
  }
  .cart_block .payment .payment_list.foreign-attr li .radio_lable_block .list_text .en-attr {
    margin: 0;
  }
  .cart_block .payment .payment_list.foreign-attr li .radio_lable_block .radio_item .radio_style {
    margin: 12px 10px;
  }
}
.cart_block .payment .payment_list li {
  display: block;
  border-top: 1px solid #dbdbdb;
}
@media only screen and (max-width: 767px) {
  .cart_block .payment .payment_list li {
    padding: 6px 0 6px 10px;
  }
  .cart_block .payment .payment_list li > div {
    border-right: 1px solid #f3f3f3;
  }
}
.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;
  vertical-align: middle;
}
.cart_block .payment .payment_list li > div {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .cart_block .payment .payment_list li > div {
    width: -moz-calc(( ( 100% - 5px ) / 2 ));
    width: -webkit-calc(( ( 100% - 5px ) / 2 ));
    width: calc(( ( 100% - 5px ) / 2 ));
    display: inline-block;
  }
  .cart_block .payment .payment_list li > div.freeshopping-text {
    padding-left: 5px;
    line-height: 120%;
    white-space: nowrap;
  }
  .cart_block .payment .payment_list li > div.freeshopping-text .m-break {
    display: block;
    padding-top: 3px;
  }
}
.cart_block .payment .payment_list li > div > span {
  display: block;
}
.cart_block .payment .payment_list li > div > span:nth-child(2) {
  margin-top: 28px;
}
.cart_block .payment .payment_list .list_text {
  width: 265px;
  padding: 0 0 0 105px;
}
@media only screen and (max-width: 767px) {
  .cart_block .payment .payment_list .list_text {
    width: 100%;
    padding: 0;
  }
  .cart_block .payment .payment_list .list_text em {
    display: none;
  }
}
.cart_block .payment .payment_list .list_text.linepay i {
  position: absolute;
  display: block;
  font-size: 12px;
  color: #777278;
  padding-top: 3px;
}
.cart_block .payment .payment_list .radio_lable_block {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cart_block .payment .payment_list .radio_lable_block {
    display: block;
    margin: 10px 0;
    width: 100%;
    padding: 5px 0 10px 40px;
  }
  .cart_block .payment .payment_list .radio_lable_block:last-child {
    padding-bottom: 5px;
  }
}
.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: 767px) {
  .cart_block .payment .payment_list .radio_item .radio_style {
    margin: 0;
    background: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .cart_block .payment .payment_list .radio_item {
    position: absolute;
    left: 9px;
    top: 3px;
  }
}
.cart_block .payment .payment_list .overflow-text {
  display: none;
}
.cart_block .payment .payment_list .volume-overflow .overflow-text {
  background: #f2f1ef;
  display: block;
  padding-left: 104px;
  height: 34px;
  line-height: 34px;
}
@media only screen and (max-width: 767px) {
  .cart_block .payment .payment_list .volume-overflow .overflow-text {
    padding-left: 10px;
  }
}
.cart_block .payment .payment_list .volume-overflow .radio_item input[type="radio"] {
  visibility: hidden;
}
.cart_block .payment .payment_list .volume-overflow .radio_item .radio_style {
  background: #d8d8d8;
}
.cart_block .payment .payment_list .volume-overflow .radio_item .radio_style:after {
  display: none;
}
.cart_block .foreign .sub_title {
  padding: 12px 5px 12px 15px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .cart_block .foreign .sub_title {
    margin-right: -10px;
    padding: 12px 10px;
    border: none;
    text-align: right;
  }
  .cart_block .foreign .sub_title em {
    display: none;
  }
}
.cart_block .foreign .sub_title .en-attr {
  display: block;
  padding: 0;
  line-height: 100%;
  font-weight: normal;
  letter-spacing: -0.1px;
}
@media only screen and (max-width: 767px) {
  .cart_block .foreign .sub_title .en-attr {
    font-size: 12px;
    letter-spacing: 0;
  }
}
.cart_block .foreign .select_Country {
  display: inline-block;
  width: -moz-calc((100% - 85px));
  width: -webkit-calc((100% - 85px));
  width: calc((100% - 85px));
  position: relative;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .cart_block .foreign .select_Country {
    width: 170px;
  }
  .cart_block .foreign .select_Country span {
    display: block;
    word-break: break-all;
  }
}
.cart_block .foreign .select_Country select {
  width: 100%;
}
.cart_block .foreign .select_Country .select_style {
  display: block;
  overflow: hidden;
}
.cart_block .foreign .select_Country .select_style:before {
  z-index: 11;
}
.cart_block .foreign .select_Country .select_style:after {
  content: '';
  display: block;
  width: 25px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
  background: #fff;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .cart_block .foreign .select_Country .select_style {
    width: 100%;
  }
}
.cart_block .foreign .select_Country .select_style span {
  display: block;
  white-space: nowrap;
}
.cart_block .foreign .country-note {
  display: inline-block;
  margin-left: 27px;
  color: #777278;
}
@media only screen and (min-width: 768px) {
  .cart_block .foreign .country-note .point {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .cart_block .foreign .country-note {
    position: absolute;
    margin-left: 0;
    left: 97px;
    margin-top: 52px;
    font-size: 12px;
  }
}
.cart_block .foreign .payment_list .list_text .en-attr {
  display: inline-block;
  margin: 0 -5px 0 0;
  padding: 0 0 0 5px;
}
@media only screen and (max-width: 767px) {
  .cart_block .foreign .payment_list .list_text .en-attr {
    position: absolute;
    left: 37px;
    margin: 17px -5px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .cart_block .foreign {
    position: relative;
    margin-bottom: 10px;
    padding-top: 1px;
  }
  .cart_block .foreign .payment_list {
    display: inline-block;
    width: 100%;
    margin-left: 0;
  }
  .cart_block .foreign .payment_list li {
    width: 100%;
  }
  .cart_block .foreign .payment_list li:first-child {
    display: inline-block;
    padding: 3px 0 0;
    border: none;
    background: #fff;
  }
  .cart_block .foreign .payment_list .list_text {
    display: inline-block;
    width: 90px;
    font-size: 13px;
  }
  .cart_block .foreign .payment_list .radio_lable_block {
    display: inline-block;
    width: auto;
    vertical-align: top;
  }
}
.cart_block .product_block {
  border: 1px solid #e5e5e5;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .cart_block .product_block {
    border: none;
    position: relative;
  }
}
.cart_block .product_block .list {
  display: table;
}
@media only screen and (max-width: 767px) {
  .cart_block .product_block .list {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
    position: relative;
  }
}
.cart_block .product_block .list.new-style-attr {
  padding: 0;
  border: 0 !important;
}
.cart_block .product_block .list.new-style-attr .product_list._choices-sale {
  padding: 10px 0;
  border-top: 1px solid #e5e5e5 !important;
}
@media only screen and (min-width: 768px) {
  .cart_block .product_block .list.group-subtotal {
    width: 100%;
    padding-right: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .cart_block .product_block .list.group-subtotal .discount-disp {
    float: none;
  }
}
.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: 767px) {
  .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: 767px) {
  .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: 640px;
}
@media only screen and (max-width: 767px) {
  .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: 767px) {
  .cart_block .product_block .list li:nth-child(3) {
    float: right;
    width: auto;
    min-width: 10%;
    text-align: right;
    margin-top: -3px;
    padding-top: 0;
    padding-right: 30px;
  }
}
.cart_block .product_block .list li:nth-child(3).single-attr {
  width: 115px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .cart_block .product_block .list li:nth-child(3).single-attr {
    width: 120px;
  }
}
.cart_block .product_block .list li:nth-child(5) {
  width: 105px;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .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: 768px) {
  .cart_block .product_block .list li:nth-child(4) {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .cart_block .product_block .list li:nth-child(4) {
    width: auto;
    margin-left: 31%;
    float: left;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .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: 767px) {
  .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: 767px) {
  .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 .total-amount-wrap {
  display: none;
}
.cart_block .product_block .select_qty li:nth-child(3), .cart_block .product_block .select_qty li:nth-child(5) {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .cart_block .product_block .select_qty li:nth-child(3), .cart_block .product_block .select_qty li:nth-child(5) {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .cart_block .product_block .select_qty li:nth-child(4) {
    margin-bottom: 13px;
    margin-left: 32%;
  }
}
.cart_block .product_block .select_qty li:nth-child(4):before {
  display: none;
  margin-top: 15px;
}
.cart_block .product_block .no_qty li:nth-child(4):before {
  display: none;
}
.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: 767px) {
  .cart_block .product_block .product_list .product_price div {
    float: right;
  }
}
.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 .product_info div .gary-note {
  display: inline-block;
  background: #eee;
  padding: 0 5px;
  margin-left: -5px;
}
.cart_block .product_block .product_list .product_info div .gary-note em {
  display: inline-block;
  background: #eee;
  vertical-align: top;
  word-break: break-all;
}
.cart_block .product_block .product_list .product_info div .gary-note em:last-child {
  max-width: -moz-calc(( 100% -  56px ));
  max-width: -webkit-calc(( 100% -  56px ));
  max-width: calc(( 100% -  56px ));
}
.cart_block .product_block .product_list .product_info div .alert_red_color {
  display: block;
}
.cart_block .product_block .product_list .product_info .exchange-txt {
  color: #a30509;
  line-height: 105%;
}
@media only screen and (max-width: 767px) {
  .cart_block .product_block .product_list .product_info .exchange-txt {
    line-height: 180%;
  }
}
.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: 767px) {
  .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: 768px) {
  .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 {
  border: none;
}
.cart_block .product_block .free_choices_main li {
  border-bottom: none;
}
.cart_block .product_block .choices-item .note {
  padding: 10px 20px;
  background: #ffeef3;
  line-height: 125%;
}
@media only screen and (max-width: 767px) {
  .cart_block .product_block .choices-item .note {
    width: -moz-calc((  100% + 50px ) );
    width: -webkit-calc((  100% + 50px ) );
    width: calc((  100% + 50px ) );
    margin-left: -25px;
    margin-top: -1px;
    padding: 10px 25px;
  }
}
.cart_block .product_block .choices-item .note span {
  display: inline;
  word-break: break-all;
  line-height: 160%;
}
.cart_block .product_block .choices-item .note span:first-child {
  display: inline-block;
}
.cart_block .product_block .choices-item .note span.promo-name {
  padding-right: 6px;
}
.cart_block .product_block .choices-item .note span.promo-name:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 11px;
  margin-left: 10px;
  background: #000;
}
.cart_block .product_block .choices-item .note span:last-child {
  border: none;
}
.cart_block .product_block .choices-item .note span:last-child:after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .cart_block .product_block .free_choices_item, .cart_block .product_block .choices-sale {
    border: none;
  }
  .cart_block .product_block .free_choices_item:last-of-type, .cart_block .product_block .choices-sale:last-of-type {
    border-bottom: 1px solid #e5e5e5;
  }
}
.cart_block .product_block .free_choices_item li, .cart_block .product_block .choices-sale li {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .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), .cart_block .product_block .choices-sale:last-of-type li:nth-child(1), .cart_block .product_block .choices-sale:last-of-type li:nth-child(2) {
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .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 .lottery {
  display: block;
  padding: 10px 20px;
  background: #eee;
}
@media only screen and (max-width: 767px) {
  .cart_block .product_block .lottery {
    padding: 10px;
  }
}
.cart_block .product_block .lottery > div {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .cart_block .product_block .lottery > div {
    vertical-align: top;
  }
}
.cart_block .product_block .lottery .img {
  display: inline-block;
  width: 120px;
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .cart_block .product_block .lottery .img {
    width: 23%;
    padding-left: 0;
    padding-right: 6px;
  }
}
.cart_block .product_block .lottery .img img {
  width: 100%;
}
.cart_block .product_block .lottery .text {
  display: inline-block;
  width: -moz-calc((  100% - 124px ) );
  width: -webkit-calc((  100% - 124px ) );
  width: calc((  100% - 124px ) );
  padding-left: 15px;
  padding-right: 28px;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .cart_block .product_block .lottery .text {
    padding-top: 17px;
    vertical-align: top;
  }
}
@media only screen and (max-width: 767px) {
  .cart_block .product_block .lottery .text {
    width: -moz-calc((  77% - 10px ) );
    width: -webkit-calc((  77% - 10px ) );
    width: calc((  77% - 10px ) );
    font-size: 14px;
    padding: 10px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .cart_block .product_block .lottery .text span:first-child {
    width: -moz-calc((  100% - 300px ) );
    width: -webkit-calc((  100% - 300px ) );
    width: calc((  100% - 300px ) );
  }
  .cart_block .product_block .lottery .text span:last-child {
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .cart_block .product_block .lottery .text span {
    display: block;
  }
}
.cart_block .product_block .lottery .text span .s-title {
  font-weight: bolder;
}
.cart_block .product_block .lottery .text span em {
  display: block;
  line-height: 150%;
  text-align: justify;
}
.cart_block .product_block .lottery .text span i {
  color: #ce0a0a;
  text-align: justify;
}
.cart_block .product_block .lottery .text .ui_btn {
  width: 260px;
  margin-top: 5px;
  background: #fff;
  border: 2px solid #f94778;
  font-size: 18px;
  letter-spacing: 1px;
  text-indent: 1px;
  color: #f94778;
}
@media only screen and (max-width: 767px) {
  .cart_block .product_block .lottery .text .ui_btn {
    font-size: 16px;
    width: 100%;
    margin: 18px 0 8px;
  }
}
.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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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 .line-shopping-attr {
  display: inline-block;
  width: 132px;
  position: absolute;
  top: 50%;
  margin-top: -14.5px;
  margin-left: -150px;
}
@media only screen and (max-width: 767px) {
  .cart_block .product_block .line-shopping-attr {
    width: 100px;
    margin-top: -11px;
    margin-left: -115px;
  }
}
.cart_block .product_block .line-shopping-attr img {
  display: block;
  width: 100%;
}
.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: 767px) {
  .cart_block .product_block .other_block {
    padding: 15px 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .cart_block .product_block .note-block {
    width: -moz-calc(( 100% + 30px ));
    width: -webkit-calc(( 100% + 30px ));
    width: calc(( 100% + 30px ));
    margin: 15px 0 -10px -15px;
  }
  .cart_block .product_block .note-block > div {
    margin-bottom: 5px;
  }
}
.cart_block .product_block .lotterynote-block {
  position: relative;
  padding: 7px 0 !important;
  background: #f94778;
  color: #fff;
  border-bottom: none !important;
}
@media only screen and (min-width: 768px) {
  .cart_block .product_block .lotterynote-block {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .cart_block .product_block .lotterynote-block + .lotterynote-block {
    margin-top: -21px;
  }
}
@media only screen and (max-width: 767px) {
  .cart_block .product_block .lotterynote-block {
    display: block;
    padding: 7px 15px !important;
  }
}
.cart_block .product_block .lotterynote-block img {
  width: 60px;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .cart_block .product_block .lotterynote-block img {
    width: 55px;
  }
}
.cart_block .product_block .lotterynote-block .info {
  display: inline-block;
  padding-top: 5px;
  width: -moz-calc(( 100% - 65px ));
  width: -webkit-calc(( 100% - 65px ));
  width: calc(( 100% - 65px ));
  text-align: left;
  vertical-align: top;
  line-height: 135%;
}
@media only screen and (max-width: 767px) {
  .cart_block .product_block .lotterynote-block .info {
    width: -moz-calc(( 100% - 59px ));
    width: -webkit-calc(( 100% - 59px ));
    width: calc(( 100% - 59px ));
  }
}
@media only screen and (max-width: 767px) {
  .cart_block .product_block .subtotalnote-block {
    width: 100%;
    background: #e0dfdf;
    padding: 15px 15px;
  }
  .cart_block .product_block .subtotalnote-block.m-fixed-msg {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 76px;
    padding: 5px 15px;
    background: #fff;
    z-index: 1002;
    border-top: 1px solid #c9c8cb;
  }
  .cart_block .product_block .subtotalnote-block .detail_item {
    height: 25px;
    margin: 5px 0;
    line-height: 180%;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .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;
}
.cart_block .product_block .subtotal_list li.discount-disp {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .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 {
  padding: 10px 0;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .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: 767px) {
  .cart_block .product_block .subtotal_list .subtotal_item:last-child .item_name {
    text-align: right;
  }
}
.cart_block .product_block .subtotal_list .subtotal_item.origin-subtotal {
  border-bottom: 0;
}
.cart_block .product_block .subtotal_list .subtotal_item.origin-subtotal .item_name {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .cart_block .product_block .subtotal_list .subtotal_item.origin-subtotal .item_name {
    text-align: right;
  }
}
.cart_block .product_block .subtotal_list .subtotal_item.vendor-note-block {
  display: none;
}
.cart_block .product_block .subtotal_list .subtotal_item.vendor-note-block .detail_item .item_name {
  text-align: right;
}
.cart_block .product_block .subtotal_list .subtotal_item.vendor-note-block .detail_item .item_name .notice {
  display: block;
  width: -moz-calc((100% - 60px));
  width: -webkit-calc((100% - 60px));
  width: calc((100% - 60px));
  position: absolute;
  left: -70px;
}
.cart_block .product_block .subtotal_list .subtotal_item.note_block .detail_item {
  margin-bottom: 13px;
}
.cart_block .product_block .subtotal_list .subtotal_item .detail_item {
  position: relative;
  margin-bottom: 20px;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .cart_block .product_block .subtotal_list .subtotal_item .detail_item {
    padding-right: 83px;
  }
}
@media only screen and (max-width: 767px) {
  .cart_block .product_block .subtotal_list .subtotal_item .detail_item {
    padding-right: 30px;
  }
}
.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.whole-web-discount + .revised {
  margin-top: -36px;
}
.cart_block .product_block .subtotal_list .subtotal_item .detail_item.whole-web-discount + .revised .div-input-discount, .cart_block .product_block .subtotal_list .subtotal_item .detail_item.whole-web-discount + .revised .mei-coin-discount {
  margin-top: 36px;
}
.cart_block .product_block .subtotal_list .subtotal_item .detail_item span {
  text-align: right;
  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: 767px) {
  .cart_block .product_block .subtotal_list .subtotal_item .detail_item .item_name {
    width: 78%;
  }
}
.cart_block .product_block .subtotal_list .subtotal_item .detail_item .item_name.revised-attr {
  width: auto;
  max-width: 260px;
  padding-left: 16px;
  padding-right: 0;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .cart_block .product_block .subtotal_list .subtotal_item .detail_item .item_name.revised-attr {
    width: -moz-calc((100% - 171px));
    width: -webkit-calc((100% - 171px));
    width: calc((100% - 171px));
    padding-left: 0;
  }
}
.cart_block .product_block .subtotal_list .subtotal_item .detail_item .item_name.revised-attr.red {
  color: #fb648f;
}
.cart_block .product_block .subtotal_list .subtotal_item .detail_item .item_name.revised-attr.mw100 {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .cart_block .product_block .subtotal_list .subtotal_item .detail_item .item_name.revised-attr.mw100 {
    width: 100%;
  }
}
.cart_block .product_block .subtotal_list .subtotal_item .detail_item .item_name.revised-attr.price-discount-w {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .cart_block .product_block .subtotal_list .subtotal_item .detail_item .item_name.revised-attr.price-discount-w {
    width: -moz-calc((100% - 70px));
    width: -webkit-calc((100% - 70px));
    width: calc((100% - 70px));
  }
}
@media only screen and (max-width: 767px) {
  .cart_block .product_block .subtotal_list .subtotal_item .detail_item .item_name.revised-attr.mobile-w-auto {
    width: auto;
  }
}
.cart_block .product_block .subtotal_list .subtotal_item .detail_item .item_name .alert_red_color {
  display: inline-block;
  height: 17px;
  vertical-align: top;
  overflow: hidden;
}
.cart_block .product_block .subtotal_list .subtotal_item .detail_item .item_name .mei-coin-discount {
  position: relative;
  margin-left: 15px;
}
.cart_block .product_block .subtotal_list .subtotal_item .detail_item .item_name .mei-coin-discount + .item_price.revised-attr {
  display: none;
}
.cart_block .product_block .subtotal_list .subtotal_item .detail_item .item_name .mei-coin-discount .discount-num {
  display: inline-block;
  width: 55px;
  margin-left: 5px;
}
.cart_block .product_block .subtotal_list .subtotal_item .detail_item .item_price {
  width: 85px;
  line-height: 120%;
}
@media only screen and (max-width: 767px) {
  .cart_block .product_block .subtotal_list .subtotal_item .detail_item .item_price {
    width: 20%;
  }
}
.cart_block .product_block .subtotal_list .subtotal_item .detail_item .item_price.revised-attr {
  width: 55px;
  white-space: nowrap;
  vertical-align: middle;
}
.cart_block .product_block .subtotal_list .subtotal_item .detail_item .input_coupon_block {
  display: none;
  width: 286.45px;
  position: absolute;
  background: #fff;
  border: 1px solid #a9a9a9;
  padding: 20px;
  top: 33px;
  right: 17px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .cart_block .product_block .subtotal_list .subtotal_item .detail_item .input_coupon_block {
    width: -moz-calc((100% + 50px));
    width: -webkit-calc((100% + 50px));
    width: calc((100% + 50px));
    right: auto;
    left: -10px;
  }
}
.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: 767px) {
  .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: 767px) {
  .cart_block .product_block .subtotal_list .subtotal_item .detail_item .input_coupon_block input[type=text] {
    width: -moz-calc(( 100%  - 77px ));
    width: -webkit-calc(( 100%  - 77px ));
    width: calc(( 100%  - 77px ));
  }
}
.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 .coupon {
  position: relative;
}
.cart_block .product_block .subtotal_list .subtotal_item .coupon .item_name {
  vertical-align: top;
}
.cart_block .product_block .subtotal_list .subtotal_item .coupon .img {
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .cart_block .product_block .subtotal_list .subtotal_item .coupon .img {
    left: 5px;
  }
}
.cart_block .product_block .subtotal_list .subtotal_item .coupon .img img {
  height: 33px;
}
.cart_block .product_block .subtotal_list .subtotal_item .coupon .text {
  display: inline-block;
  max-width: 180px;
  text-align: left;
}
.cart_block .product_block .subtotal_list .subtotal_item .coupon .text i {
  display: block;
}
.cart_block .product_block .subtotal_list .subtotal_item .coupon .text .sub-title {
  color: #ce0a0a;
}
.cart_block .product_block .subtotal_list .subtotal_item .coupon .text .note {
  margin: 3px 0;
  text-align: justify;
}
.cart_block .product_block .subtotal_list .subtotal_item .coupon .btn-block {
  text-align: right;
  padding-top: 10px;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .cart_block .product_block .subtotal_list .subtotal_item .coupon .btn-block {
    padding-right: 0;
  }
}
.cart_block .product_block .subtotal_list .subtotal_item .coupon .btn-block .ui_btn {
  height: 30px;
  line-height: 30px;
  letter-spacing: 0px;
  text-indent: 0px;
}
.cart_block .product_block .subtotal_list .subtotal_item .coupon .btn-block .ui_btn:last-child {
  margin-left: 6px;
}
@media only screen and (max-width: 767px) {
  .cart_block .product_block .subtotal_list .subtotal_item .coupon .btn-block .ui_btn {
    width: -moz-calc(( ( 100%  - 10px ) / 2 ));
    width: -webkit-calc(( ( 100%  - 10px ) / 2 ));
    width: calc(( ( 100%  - 10px ) / 2 ));
    font-size: 13px;
  }
}
.cart_block .product_block .subtotal_list .subtotal_item .coupon .btn-block .no-use {
  border-color: #a0a0a0;
  color: #a0a0a0;
}
@media only screen and (min-width: 768px) {
  .cart_block .product_block .subtotal_list .subtotal_item .coupon .btn-block .no-use {
    width: 181px;
  }
}
.cart_block .product_block .subtotal_list .subtotal_item .coupon .btn-block .other {
  border-color: #ee5c83;
  color: #ee5c83;
}
.cart_block .product_block .subtotal_list .subtotal_item .coupon .btn-block .other.r-arrow:after {
  border-color: #ee5c83;
}
@media only screen and (min-width: 768px) {
  .cart_block .product_block .subtotal_list .subtotal_item .coupon .btn-block .other {
    width: 144px;
  }
}
.cart_block .product_block .subtotal_list .subtotal_item .coupon.empty .text {
  height: 30px;
  position: relative;
  margin-right: -20px;
  padding-right: 4px;
  line-height: 28px;
  text-align: right;
  border-bottom: 1px solid #000;
}
.cart_block .product_block .subtotal_list .subtotal_item .coupon.empty .text .r-arrow:after {
  border-color: #000;
}
.cart_block .product_block .subtotal_list .subtotal_item .coupon.empty .text i {
  display: inline-block;
}
.cart_block .product_block .subtotal_list .subtotal_item .coupon.empty .text img {
  height: 33px;
  position: absolute;
  left: -143px;
}
.cart_block .product_block .subtotal_list .subtotal_item .coupon .new-coupon-tag {
  display: inline-block;
  padding: 8px 5px 6px;
  font-size: 16px;
  color: #5fc1c7;
  border: 1px solid #5fc1c7;
}
@media only screen and (max-width: 767px) {
  .cart_block .product_block .subtotal_list .subtotal_item .coupon .new-coupon-tag {
    font-size: 14px;
  }
}
.cart_block .product_block .subtotal_list .subtotal_item .coupon .del-coupon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7px;
}
.cart_block .product_block .subtotal_list .subtotal_item .coupon .del-coupon img {
  width: 16px;
  height: 16px;
}
.cart_block .product_block .subtotal_list .subtotal_item .promo_note {
  width: 327px;
  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;
  height: 32px;
  color: #ce0a0a;
  line-height: 200%;
  overflow: hidden;
}
.cart_block .product_block .subtotal_list .subtotal_item .product_weight {
  color: #999898;
}
@media only screen and (max-width: 767px) {
  .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 .product_block.newStyle1901 {
  border: none;
  padding: 0;
}
.cart_block .product_block.newStyle1901 .list_title {
  padding: 0 10px;
  margin-bottom: 10px;
}
.cart_block .product_block.newStyle1901 .list_title li {
  border-bottom: none;
}
.cart_block .product_block.newStyle1901 .list_title, .cart_block .product_block.newStyle1901 .choices-item, .cart_block .product_block.newStyle1901 .borderStyle {
  border: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .cart_block .product_block.newStyle1901 .choices-item {
    padding: 0;
  }
}
.cart_block .product_block.newStyle1901 .choices-item .product_list {
  margin-bottom: 0;
  border: none;
}
@media only screen and (max-width: 767px) {
  .cart_block .product_block.newStyle1901 .choices-item .note {
    width: 100%;
    margin-left: 0;
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .cart_block .product_block.newStyle1901 .list li:nth-child(6) {
    right: 10px;
  }
}
.cart_block .product_block.newStyle1901 .borderStyle {
  margin-bottom: 10px;
}
.cart_block .product_block.newStyle1901 .borderStyle .list {
  padding: 0 10px;
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .cart_block .product_block.newStyle1901 .borderStyle .list:last-child {
    border: none;
  }
}
.cart_block .product_block.newStyle1901 .borderStyle .list:last-child li {
  border: none;
}
.cart_block .product_block .cart-check {
  display: none;
}
@media only screen and (max-width: 767px) {
  .cart_block .bottom-checkout.bg-grey {
    width: 100%;
    min-height: 46px;
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0;
    padding-bottom: 30px;
    z-index: 1002;
    background: #fff;
  }
  .cart_block .bottom-checkout.bg-grey.floating-checkout:before {
    content: '';
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    background: #eee;
    z-index: 1;
  }
  .cart_block .bottom-checkout.bg-grey .product_block {
    padding: 0;
  }
  .cart_block .bottom-checkout.bg-grey .product_block .list {
    display: flex;
    padding: 0;
  }
  .cart_block .bottom-checkout.bg-grey .product_block .list .subtotal_item {
    flex: 0.614;
    padding: 0;
  }
  .cart_block .bottom-checkout.bg-grey .product_block .list .subtotal_item .detail_item {
    line-height: 46px;
    border-top: 1px solid #c9c8cb;
  }
  .cart_block .bottom-checkout.bg-grey .product_block .list .subtotal_item .detail_item .item_name {
    width: 100%;
  }
  .cart_block .bottom-checkout.bg-grey .product_block .list .subtotal_item .detail_item .item_name span {
    color: #fb648f;
  }
  .cart_block .bottom-checkout.bg-grey .product_block .list .cart_action {
    flex: 0.386;
  }
  .cart_block .bottom-checkout.bg-grey .total-amount {
    font-size: 16px;
  }
  .cart_block .bottom-checkout.bg-grey .total-amount .txt {
    font-weight: bold;
  }
  .cart_block .bottom-checkout.bg-grey .cart_action {
    margin: 0;
    text-align: left;
  }
  .cart_block .bottom-checkout.bg-grey .ui_btn {
    height: 100%;
    line-height: 46px;
  }
  .cart_block .bottom-checkout.bg-grey .ui_btn.btn_bg_white {
    display: none;
  }
  .cart_block .bottom-checkout.bg-grey .ui_btn.btn_bg_grey {
    width: 100%;
    background: #f94778;
    border: 0;
    font-size: 16px;
    letter-spacing: 0;
  }
  .cart_block .bottom-checkout.bg-grey .ui_btn.btn_bg_grey:after {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 30px;
  }
}
.cart_block .bottom-checkout .subtotal_list .subtotal_item {
  border: none;
}
.cart_block .bottom-checkout .subtotal_list .subtotal_item .detail_item .item_name {
  width: 73%;
}
.cart_block .bottom-checkout .subtotal_list .subtotal_item .detail_item .item_price {
  width: 22%;
}
.cart_block .cart_action {
  margin: 50px 0;
  text-align: center;
}
.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: 767px) {
  .cart_block .cart_action .ui_btn {
    width: 45%;
    width: -moz-calc(( ( 100% - 11px ) / 2 ));
    width: -webkit-calc(( ( 100% - 11px ) / 2 ));
    width: calc(( ( 100% - 11px ) / 2 ));
    margin-right: 6px;
  }
}
.cart_block .cart_action .l-arrow:before {
  margin-right: 5px;
  border-color: #999;
}
@media only screen and (min-width: 768px) {
  .cart_block .mei-coin, .cart_block .addition-buy {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .cart_block .mei-coin, .cart_block .addition-buy {
    margin-top: 30px;
  }
}
.cart_block .mei-coin .sub_title, .cart_block .addition-buy .sub_title {
  padding: 15px 10px;
}
@media only screen and (min-width: 768px) {
  .cart_block .purchase {
    padding-bottom: 35px;
  }
}
.cart_block .purchase .sub_title {
  position: relative;
  line-height: 150%;
}
@media only screen and (max-width: 767px) {
  .cart_block .purchase .sub_title {
    background: #fff;
    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: 767px) {
  .cart_block .purchase .sub_title .mark {
    padding: 3px 10px;
    margin-right: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .cart_block .purchase > ul {
    margin-left: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .cart_block .purchase > ul {
    margin-top: -1px;
    background: #fff;
  }
}
.cart_block .purchase .list {
  float: left;
  width: 228px;
}
@media only screen and (min-width: 768px) {
  .cart_block .purchase .list {
    margin: 5px 0 5px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .cart_block .purchase .list {
    width: -moz-calc(( 100% / 2 ));
    width: -webkit-calc(( 100% / 2 ));
    width: calc(( 100% / 2 ));
    margin-left: -1px;
    margin-bottom: -1px;
    padding: 5px;
    border: 1px solid #e5e5e5;
  }
}
.cart_block .purchase .list .list_detail {
  padding: 3px 13px 33px 13px;
  border: 2px solid #fff;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .cart_block .purchase .list .list_detail {
    height: 381.25px;
  }
}
@media only screen and (max-width: 767px) {
  .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: 767px) {
  .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: #e5e5e5;
  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("../images/card.png") no-repeat right top;
  /*SEAN 說要拿掉一層*/
  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 input[type="number"], .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 input[type="number"], .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: 767px) {
  .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 .invoice_block .note input[type=checkbox] {
  width: 100%;
  height: 100%;
}
.cart_block .cart_shipping .invoice_block .note .text {
  display: inline-block;
  line-height: 130%;
  color: #828080;
}
@media only screen and (max-width: 767px) {
  .cart_block .cart_shipping .invoice_block .note .text {
    transform: scale(calc(10 / 12));
    margin-left: -32px;
    width: 118%;
  }
}
.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 .lottery {
  margin: 20px 0 30px 0;
}
.cart_block .cart_shipping .finish .lottery img {
  width: 100%;
}
.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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 768px) {
  .cart_block .shipping_address .sub_title_block .l-arrow:before {
    width: 13px;
    height: 13px;
    top: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .cart_block .shipping_address .sub_title_block .l-arrow:before {
    width: 12px;
    height: 12px;
    top: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .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: 768px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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 .vendor-tag {
  margin: 0 6px 0 0;
  padding: 1px 7px;
  background: #fc6d20;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.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 .anti-fraud-section {
  margin: 0 0 25px;
  padding: 15px 12px;
  background: #f0eeee;
}
.cart_block .finish .anti-fraud-section .icon, .cart_block .finish .anti-fraud-section .txt-disp {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .cart_block .finish .anti-fraud-section .icon, .cart_block .finish .anti-fraud-section .txt-disp {
    display: block;
  }
}
.cart_block .finish .anti-fraud-section .icon {
  width: 209px;
  margin-right: 8px;
}
@media only screen and (max-width: 767px) {
  .cart_block .finish .anti-fraud-section .icon {
    width: 180px;
    margin: 0 auto 15px;
  }
}
.cart_block .finish .anti-fraud-section .icon img {
  display: block;
  width: 100%;
}
.cart_block .finish .anti-fraud-section .txt-disp {
  width: 280px;
  line-height: 180%;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .cart_block .finish .anti-fraud-section .txt-disp {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
  }
}
.cart_block .finish .anti-fraud-section .txt-disp em {
  color: #ec1f6d;
}
@media only screen and (max-width: 767px) {
  .cart_block .finish .anti-fraud-section .txt-disp em {
    display: block;
  }
}
.cart_block .finish .anti-fraud-section .txt-disp .fraud-list li {
  display: inline-block;
  vertical-align: top;
}
.cart_block .finish .anti-fraud-section .txt-disp .warning {
  margin: 4px 0 0;
  text-align: center;
  color: #fff;
  background: #ff467a;
}
.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: 767px) {
  .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: 767px) {
  .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 .shipping-lottery {
  padding-bottom: 20px;
  text-align: center;
}
.cart_block .shipping-lottery .title {
  width: 340px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .cart_block .shipping-lottery .title {
    padding-top: 20px;
  }
}
.cart_block .shipping-lottery .title fieldset {
  margin: 25px 0;
  border-top: 1px solid #f94778;
  text-align: center;
}
.cart_block .shipping-lottery .title legend {
  margin: 0 auto;
  padding: 0 15px;
  color: #f94778;
  font-size: 24px;
}
.cart_block .shipping-lottery .turntable {
  display: inline-block;
  position: relative;
}
.cart_block .shipping-lottery .turntable img {
  width: 100%;
}
.cart_block .shipping-lottery .turntable .pointer {
  position: absolute;
  top: 34%;
  left: 33%;
  z-index: 10;
}
@media only screen and (max-width: 535px) {
  .cart_block .shipping-lottery .turntable .pointer {
    top: 32%;
    left: 30%;
  }
}
.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 input[type="number"], .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 input[type="number"], .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, Arial, "微軟正黑體";
}
.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 input[type="number"], .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;
  margin: 0;
  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 input[type=checkbox]:checked + label span:before {
  background: url(https://photo.s3.com.tw/BANNER/checkmark.SVG) no-repeat center center #fff;
}
.cart_block .form_master .cart-check input[type=checkbox]:checked + label span:before {
  z-index: 11;
  background: url(/TC/assets2017/images/checkmark_w.svg) no-repeat center center #fb648f;
  border: 0;
}
.cart_block .form_master .cart-check input[type=checkbox]:checked + label span:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -10px;
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #aaaaaa));
  background-image: -moz-linear-gradient(#ffffff, #aaaaaa);
  background-image: -webkit-linear-gradient(#ffffff, #aaaaaa);
  background-image: linear-gradient(#ffffff, #aaaaaa);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.cart_block .form_master .checked_none input[type=checkbox] + label span:before {
  background: #e5e5e5 !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: 24px;
  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 .input_3 {
  width: -moz-calc(((100% - 5px) / 3 * 2));
  width: -webkit-calc(((100% - 5px) / 3 * 2));
  width: calc(((100% - 5px) / 3 * 2));
  position: relative;
}
.cart_block .form_master .cart-check {
  padding: 0 25px;
}
@media only screen and (max-width: 767px) {
  .cart_block .form_master .cart-check {
    padding: 0 10px;
  }
}
.cart_block .form_master .cart-check input[type=checkbox] {
  width: 100%;
  height: 100%;
}
.cart_block .form_master .error_msg {
  display: none;
  color: #a64244;
  padding: 10px;
  margin-top: -20px;
  position: relative;
}
.cart_block .form_master .m-valid-btn {
  display: inline-block;
  width: -moz-calc(((100% - 20px) / 3));
  width: -webkit-calc(((100% - 20px) / 3));
  width: calc(((100% - 20px) / 3));
  height: 40px;
  vertical-align: top;
}
.cart_block .form_master .m-valid-btn > * {
  display: block;
  border: 1px solid #a9a9a9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #e5e5e5;
  line-height: 38px;
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 320px) {
  .cart_block .form_master .m-valid-btn > * {
    padding: 3px 5px;
    line-height: 120%;
  }
}
@media only screen and (min-width: 1070px) {
  .cart_block .form_master .m-valid-btn > *:hover {
    background: #e0e0e0;
  }
}
.cart_block .form_master .foreign-mobile {
  display: block;
  margin: -5px 0 20px;
  padding: 0 10px;
  line-height: 150%;
  color: #02a6dc;
}
.cart_block .beauty-coin-exchange {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .cart_block .beauty-coin-exchange {
    margin-bottom: 20px;
    padding: 0 47.5px;
  }
}
@media only screen and (max-width: 767px) {
  .cart_block .beauty-coin-exchange {
    padding-bottom: 20px;
  }
}
.cart_block .beauty-coin-exchange .swiper-button-next, .cart_block .beauty-coin-exchange .swiper-button-prev {
  width: 37px;
  height: 37px;
  background: #e5e5e5;
  border-radius: 100%;
}
.cart_block .beauty-coin-exchange .swiper-button-next .l-arrow:before, .cart_block .beauty-coin-exchange .swiper-button-next .r-arrow:after, .cart_block .beauty-coin-exchange .swiper-button-prev .l-arrow:before, .cart_block .beauty-coin-exchange .swiper-button-prev .r-arrow:after {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 11px;
  border-width: 2px;
  vertical-align: 0;
}
.cart_block .beauty-coin-exchange .swiper-button-next .l-arrow:before, .cart_block .beauty-coin-exchange .swiper-button-prev .l-arrow:before {
  left: 14px;
}
.cart_block .beauty-coin-exchange .swiper-button-next .r-arrow:after, .cart_block .beauty-coin-exchange .swiper-button-prev .r-arrow:after {
  right: 14px;
}
.cart_block .beauty-coin-exchange .swiper-button-next.swiper-button-disabled, .cart_block .beauty-coin-exchange .swiper-button-prev.swiper-button-disabled {
  opacity: 0.8;
}
.cart_block .beauty-coin-exchange .swiper-button-next {
  right: 11px;
}
.cart_block .beauty-coin-exchange .swiper-button-prev {
  left: 11px;
}
.cart_block .beauty-coin-exchange .item {
  padding: 10px 10px 0;
}
@media only screen and (max-width: 767px) {
  .cart_block .beauty-coin-exchange .item {
    padding: 0;
  }
}
.cart_block .beauty-coin-exchange .item img {
  width: 100%;
  vertical-align: middle;
}
.cart_block .beauty-coin-exchange .item .text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .cart_block .beauty-coin-exchange .item .text {
    padding: 5px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .cart_block .beauty-coin-exchange .item .text .icon {
    width: 18px;
  }
}
.cart_block .beauty-coin-exchange .item .text .coin {
  padding: 0 0 0 3px;
  color: #ee4c79;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .cart_block .beauty-coin-exchange .item .text .coin {
    font-size: 14px;
  }
}

.new-cart {
  font-size: 14px;
}
.new-cart.bg-gray:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  margin-top: 0;
  background: #eee;
  z-index: -1;
}
.new-cart img {
  display: block;
  width: 100%;
}
.new-cart a {
  vertical-align: top;
}
.new-cart .font14 {
  font-size: 14px;
}
.new-cart .w-15p {
  width: 15%;
}
.new-cart .w-25p {
  width: 25%;
}
.new-cart .w-33p {
  width: 33.3334%;
}
.new-cart .w-45p {
  width: 45%;
}
.new-cart .w-50p {
  width: 50%;
}
.new-cart .w-66p {
  width: 66.6668%;
}
.new-cart .w-100p {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .new-cart .m-w-100p {
    width: 100%;
  }
}
.new-cart .flex-wrap {
  flex-wrap: wrap;
}
.new-cart .align-center {
  align-items: center !important;
}
.new-cart .justify-content-center {
  justify-content: center !important;
}
.new-cart .txt-style-center {
  text-align: center;
}
.new-cart span {
  display: inline-block;
}
.new-cart .inline-wrap {
  display: inline;
}
.new-cart .select-block {
  display: block;
  position: relative;
}
.new-cart .select-block:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 16px;
  right: 11px;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
  pointer-events: none;
}
.new-cart .select-block .error-msg {
  width: 100%;
}
.new-cart .error {
  border-color: #a64244 !important;
}
.new-cart .error[style*="display: none;"] ~ .error-msg, .new-cart .error[style*="display:none;"] ~ .error-msg {
  display: none;
}
.new-cart .error ~ .error-msg {
  display: block;
}
.new-cart .error ~ .us-zip-note {
  margin-top: 0;
}
.new-cart select {
  display: block;
  width: 100%;
  height: 40px;
  padding: 5px 25px 5px 10px;
  border: 1px solid #a9a9a9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  color: #000;
  font-size: 14px;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: 0 0.1rem 0 rgba(255, 255, 255, 0.5), 0 0.1rem 0 rgba(0, 0, 0, 0.07) inset;
}
.new-cart select::-ms-expand {
  display: none;
}
.new-cart select:focus {
  outline: 0;
}
.new-cart textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #a9a9a9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  line-height: 150%;
  font-size: 14px;
  box-shadow: 0 0.1rem 0 rgba(255, 255, 255, 0.5), 0 0.1rem 0 rgba(0, 0, 0, 0.07) inset;
}
.new-cart textarea:focus {
  outline: 0;
}
.new-cart .trans-bg {
  background: transparent;
}
.new-cart .cart_flow {
  margin: 0;
  padding: 28px 0;
}
@media only screen and (max-width: 767px) {
  .new-cart .cart_flow {
    padding: 15px 0;
  }
}
.new-cart .cart_flow .line {
  margin: 0px 18px 0 12px;
}
@media only screen and (max-width: 767px) {
  .new-cart .cart_flow li {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .new-cart .cart_flow li span {
    font-size: 3.888vw;
  }
}
.new-cart .font-bold {
  font-weight: bold;
}
.new-cart .color-pink {
  color: #ee5e84 !important;
}
.new-cart .color-dark-gray {
  color: #999 !important;
}
.new-cart .color-light-gray {
  color: #999898 !important;
}
.new-cart .sp-red {
  color: #fb648f !important;
}
.new-cart .dark-red {
  color: #ce0a0a !important;
}
.new-cart .color-red {
  color: #ce0a0a !important;
}
.new-cart .black-color.r-arrow:after {
  border-color: #000;
}
.new-cart .green-blue-color {
  border-color: #5fc1c7 !important;
  color: #5fc1c7 !important;
}
.new-cart .green-blue-color.r-arrow:after {
  border-color: #5fc1c7;
}
.new-cart .btn {
  display: inline-block;
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 4px;
  text-indent: 4px;
  font-size: 16px;
  border: 1px solid;
}
@media only screen and (min-width: 1070px) {
  .new-cart .btn:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
  }
}
.new-cart .btn-dark {
  background: #554f56;
  border-color: #554f56;
  color: #fff;
}
.new-cart .btn-pink {
  background: #fb648f;
  border-color: #fb648f;
  color: #fff;
}
.new-cart .btn-border-light-gray {
  border-color: #a9a9a9;
  color: #999;
}
.new-cart .btn-border-light-gray.l-arrow:before {
  border-color: #999;
}
.new-cart .btn-border-light-gray.r-arrow:after {
  border-color: #999;
}
.new-cart input[type="text"], .new-cart .form-control {
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  border: 1px solid #a9a9a9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  outline: none;
  box-shadow: 0 0.1rem 0 rgba(255, 255, 255, 0.5), 0 0.1rem 0 rgba(0, 0, 0, 0.07) inset;
}
.new-cart input[type="text"].box-style, .new-cart .form-control.box-style {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.new-cart .checkbox-style, .new-cart .radio-style {
  display: inline-block;
  position: relative;
}
.new-cart .checkbox-style input[type="checkbox"], .new-cart .checkbox-style input[type="radio"] {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: -1;
}
.new-cart .checkbox-style input[type="checkbox"]:checked ~ span:before, .new-cart .checkbox-style input[type="radio"]:checked ~ span:before {
  background: url(https://photo.s3.com.tw/BANNER/checkmark.SVG) no-repeat center center #fff;
}
.new-cart .checkbox-style input[type="checkbox"].white-check:checked ~ span:before, .new-cart .checkbox-style input[type="radio"].white-check:checked ~ span:before {
  background: url(https://www.s3.com.tw/TC/assets2017/images/checkmark_w.svg) no-repeat center center #fb648f;
  border: 0;
}
.new-cart .checkbox-style > span {
  padding-left: 35px;
  vertical-align: top !important;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .new-cart .checkbox-style > span {
    padding-left: 30px;
  }
}
.new-cart .checkbox-style > span:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  margin-left: -35px;
  background: #fff;
  border: 1px solid #a9a9a9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  .new-cart .checkbox-style > span:before {
    margin-left: -30px;
  }
}
.new-cart .radio-style {
  min-width: 20px;
}
.new-cart .radio-style input[type="checkbox"], .new-cart .radio-style input[type="radio"] {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: -1;
}
.new-cart .radio-style input[type="checkbox"]:checked ~ span:after, .new-cart .radio-style input[type="radio"]:checked ~ span:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  top: 5px;
  left: 6px;
  background: #585858;
}
.new-cart .radio-style.no-text > span {
  padding-left: 0;
  text-indent: -99999px;
}
.new-cart .radio-style.no-text > span:before {
  margin-left: 0;
}
.new-cart .radio-style > span {
  padding-left: 35px;
  line-height: 130%;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .new-cart .radio-style > span {
    padding-left: 30px;
  }
}
.new-cart .radio-style > span:before, .new-cart .radio-style > span:after {
  content: '';
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.new-cart .radio-style > span:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -1px;
  margin-left: -35px;
  background: #fff;
  border: 1px solid #a9a9a9;
}
@media only screen and (max-width: 767px) {
  .new-cart .radio-style > span:before {
    margin-left: -30px;
  }
}
.new-cart .toggle-wrap {
  position: relative;
}
.new-cart .toggle-wrap input[type="checkbox"], .new-cart .toggle-wrap input[type="radio"] {
  width: 100%;
  max-width: 60px;
  height: 23px;
  position: absolute;
  top: -3px;
  left: 0;
  margin: 0;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 1;
}
.new-cart .toggle-wrap input[type="checkbox"]:checked ~ .switch-display, .new-cart .toggle-wrap input[type="radio"]:checked ~ .switch-display {
  display: block;
}
.new-cart .toggle-wrap .switch-display {
  display: none;
}
.new-cart .bottom-checkout-desktop {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}
.new-cart .bottom-checkout-desktop a {
  min-width: 260px;
  margin: 0 27px;
}
.new-cart .bottom-checkout.bg-grey {
  width: 100%;
  min-height: 46px;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  padding-bottom: 30px;
  z-index: 1002;
  background: #fff;
}
.new-cart .bottom-checkout:before {
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  background: #eee;
  z-index: 1;
}
.new-cart .bottom-checkout .insufficient-disp {
  text-align: center;
  font-size: 14px;
}
.new-cart .bottom-checkout .insufficient-disp span {
  display: flex;
  height: 46px;
  padding: 7px 15px;
  border-top: 1px solid #c9c8cb;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  text-align: left;
  line-height: 120%;
}
.new-cart .bottom-checkout .insufficient-disp span:empty {
  display: none;
}
.new-cart .floating-checkout {
  display: flex;
  width: 100%;
  align-items: center;
  text-align: center;
  font-size: 16px;
}
.new-cart .floating-checkout .total-amount {
  flex: 0.614;
  border-top: 1px solid #c9c8cb;
  color: #fb648f;
  line-height: 46px;
}
.new-cart .floating-checkout strong {
  font-weight: bold;
}
.new-cart .floating-checkout .checkout-btn {
  position: relative;
  flex: 0.386;
  line-height: 47px;
}
.new-cart .floating-checkout .btn-red {
  background: #f94778;
  color: #fff;
}
.new-cart .floating-checkout .r-arrow:after {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 30px;
}
.new-cart .cart_block .mei-coin, .new-cart .cart_block .addition-buy {
  margin-top: 0;
}
.new-cart .group-wrap {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .new-cart .group-wrap {
    margin-top: 15px;
  }
}
.new-cart .group-wrap + .group-wrap {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .new-cart .group-wrap + .group-wrap {
    margin-top: 15px;
  }
}
.new-cart .beauty-coin-exchange .text span {
  vertical-align: middle;
}
.new-cart .row-display li {
  position: relative;
  padding: 0 5px;
}
.new-cart .row-display li input, .new-cart .row-display li select, .new-cart .row-display li label, .new-cart .row-display li .form-control {
  margin-bottom: 20px;
}
.new-cart .row-flex {
  margin-left: -5px;
  margin-right: -5px;
  align-items: flex-start;
}
.new-cart .error-msg {
  display: none;
  width: -moz-calc((100% - 10px));
  width: -webkit-calc((100% - 10px));
  width: calc((100% - 10px));
  position: absolute;
  margin-top: -20px;
  padding: 3px 10px;
  color: #a64244;
  font-size: 14px;
  line-height: 100%;
}
.new-cart .error-msg:before {
  content: '!';
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  top: -32px;
  right: 5px;
  color: #fff;
  background: #a64244;
  text-align: center;
  line-height: 23px;
  border: 1px solid #a64244;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.cart-block-new.cart-selected .total-amount-wrap .amount {
  color: #fb648f;
}
.cart-block-new .idv-check {
  display: block;
  position: relative;
  background: #dbdbdb;
}
.cart-block-new .idv-check .checkbox-style {
  display: block;
  padding: 17px 100px 17px 25px;
}
@media only screen and (max-width: 767px) {
  .cart-block-new .idv-check .checkbox-style {
    padding: 17px 80px 17px 10px;
  }
}
.cart-block-new .idv-check .checkbox-style > span {
  line-height: 136%;
}
.cart-block-new .idv-check .checkbox-style > span em {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .cart-block-new .idv-check .checkbox-style > span em {
    font-size: 15px;
  }
}
.cart-block-new .idv-check .checkbox-style > span em small {
  display: inline;
  padding: 0 0 0 12px;
  font-size: 14px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .cart-block-new .idv-check .checkbox-style > span em small {
    padding: 0 0 0 5px;
  }
}
.cart-block-new .cart-del {
  position: absolute;
  top: 20px;
  right: 30px;
}
@media only screen and (max-width: 767px) {
  .cart-block-new .cart-del {
    right: 10px;
  }
}
.cart-block-new .cart-del:before {
  content: '';
  display: block;
  width: 120px;
  height: 54px;
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -27px;
}
@media only screen and (max-width: 767px) {
  .cart-block-new .cart-del:before {
    width: 80px;
    right: -10px;
  }
}
.cart-block-new .plus-icon, .cart-block-new .minus-icon {
  position: relative;
}
.cart-block-new .plus-icon:after, .cart-block-new .minus-icon:after {
  content: '';
  display: block;
  position: absolute;
  background: #a0a0a0;
  z-index: 11;
}
.cart-block-new .plus-icon:after, .cart-block-new .minus-icon:after {
  height: 2px;
  margin-top: -1px;
  top: 50%;
  left: 13px;
  right: 13px;
}
@media only screen and (max-width: 767px) {
  .cart-block-new .plus-icon:after, .cart-block-new .minus-icon:after {
    left: 9px;
    right: 9px;
  }
}
.cart-block-new .plus-icon:before {
  content: '';
  display: block;
  position: absolute;
  background: #a0a0a0;
  z-index: 11;
}
.cart-block-new .plus-icon:before {
  width: 2px;
  margin-left: -1px;
  left: 50%;
  top: 13px;
  bottom: 13px;
}
@media only screen and (max-width: 767px) {
  .cart-block-new .plus-icon:before {
    top: 14px;
    bottom: 14px;
  }
}
.cart-block-new .cart-wrap {
  border-top: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .cart-block-new .cart-wrap {
    padding-bottom: 10px;
  }
}
.cart-block-new .cart-wrap:first-child {
  border-top: 0;
}
.cart-block-new .red-note {
  padding: 10px 20px;
  background: #ffeef3;
  line-height: 160%;
}
@media only screen and (max-width: 767px) {
  .cart-block-new .red-note {
    margin-top: 5px;
    margin-bottom: -10px;
  }
}
.cart-block-new .red-note .promo-name {
  display: inline-block;
  padding-right: 6px;
  vertical-align: top;
}
.cart-block-new .red-note .promo-name:last-child:after {
  display: none;
}
.cart-block-new .red-note .promo-name:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 11px;
  margin-left: 10px;
  margin-right: 4px;
  background: #000;
  vertical-align: 0;
}
.cart-block-new .cart-items li {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
  padding: 20px 35px 20px 30px;
}
@media only screen and (max-width: 767px) {
  .cart-block-new .cart-items li {
    padding: 10px 10px 10px 15px;
  }
}
.cart-block-new .cart-items li > * {
  display: inline-flex;
}
.cart-block-new .cart-items li .product-price, .cart-block-new .cart-items li .qty, .cart-block-new .cart-items li .product-del {
  align-items: center;
}
.cart-block-new .cart-items li .product-img {
  width: 120px;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .cart-block-new .cart-items li .product-img {
    width: 26.8%;
    margin-bottom: 10px;
    margin-right: 3%;
    -webkit-order: 1;
    order: 1;
  }
}
.cart-block-new .cart-items li .product-info {
  flex-direction: column;
  padding: 2px 0 0;
  line-height: 150%;
}
@media only screen and (max-width: 767px) {
  .cart-block-new .cart-items li .product-info {
    width: -moz-calc(70.2% - 30px);
    width: -webkit-calc(70.2% - 30px);
    width: calc(70.2% - 30px);
    padding-bottom: 7px;
    -webkit-order: 2;
    order: 2;
  }
}
.cart-block-new .cart-items li .product-name {
  width: 574px;
  padding: 5px 0;
}
@media only screen and (max-width: 767px) {
  .cart-block-new .cart-items li .product-name {
    width: 100%;
  }
}
.cart-block-new .cart-items li .note-disp {
  padding-bottom: 6px;
}
.cart-block-new .cart-items li .note-disp:empty {
  margin-top: -5px;
}
.cart-block-new .cart-items li .product-price {
  width: 105px;
  padding: 0 10px 0 0;
}
@media only screen and (max-width: 767px) {
  .cart-block-new .cart-items li .product-price {
    width: -moz-calc(70.2% - 122px);
    width: -webkit-calc(70.2% - 122px);
    width: calc(70.2% - 122px);
    padding: 0 0 0 20px;
    justify-content: flex-end;
    -webkit-order: 4;
    order: 4;
  }
}
.cart-block-new .cart-items li .qty {
  width: 122px;
}
@media only screen and (max-width: 767px) {
  .cart-block-new .cart-items li .qty {
    width: 92px;
    margin-left: 29.8%;
    -webkit-order: 3;
    order: 3;
  }
}
.cart-block-new .cart-items li .qty .qty-editable, .cart-block-new .cart-items li .qty .qty-display {
  width: 100%;
  height: 42px;
}
.cart-block-new .cart-items li .qty input[type="number"] {
  width: 100%;
  height: 100%;
  padding: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
  border: 0;
  font-family: Helvetica, Arial, "微軟正黑體";
  font-size: 14px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.cart-block-new .cart-items li .qty .qty-editable {
  display: flex;
  border: 1px solid #e5e5e5;
}
.cart-block-new .cart-items li .qty .qty-editable > span {
  display: block;
  width: 40px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .cart-block-new .cart-items li .qty .qty-editable > span {
    width: 30px;
  }
}
.cart-block-new .cart-items li .qty .qty-editable > span input {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cart-block-new .cart-items li .qty .qty-editable > span input {
    font-size: 15px;
  }
}
.cart-block-new .cart-items li .qty .qty-editable .adj-btn {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .cart-block-new .cart-items li .qty .qty-display {
    height: auto;
  }
  .cart-block-new .cart-items li .qty .qty-display:before {
    content: '數量';
    display: inline-block;
    padding-right: 15px;
    vertical-align: top;
  }
}
@media only screen and (min-width: 768px) {
  .cart-block-new .cart-items li .qty .qty-display {
    text-align: center;
  }
  .cart-block-new .cart-items li .qty .qty-display:before, .cart-block-new .cart-items li .qty .qty-display:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    position: relative;
    vertical-align: middle;
  }
  .cart-block-new .cart-items li .qty .qty-display > * {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
  }
}
.cart-block-new .cart-items li .product-del {
  flex: auto;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .cart-block-new .cart-items li .product-del {
    position: absolute;
    top: 20px;
    right: 10px;
  }
}
.cart-block-new .cart-items li .product-del a {
  width: 16px;
  position: relative;
}
.cart-block-new .cart-items li .product-del a:before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .cart-block-new .cart-items li .product-del a:before {
    width: 35px;
    height: 40px;
    top: -10px;
    right: -10px;
  }
}
@media only screen and (min-width: 768px) {
  .cart-block-new .cart-items li .product-del a:before {
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cart-block-new .text-align-right {
  text-align: right;
}
.cart-block-new .discount-disp {
  padding: 10px 117px 10px 20px;
}
@media only screen and (max-width: 767px) {
  .cart-block-new .discount-disp {
    padding: 10px 40px 10px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .cart-block-new .discount-disp {
    font-size: 16px;
  }
}
.cart-block-new .discount-disp > * {
  display: flex;
  position: relative;
  padding: 10px 0;
  justify-content: flex-end;
  align-items: center;
  line-height: 130%;
}
.cart-block-new .discount-disp .row-wrap > * {
  vertical-align: top;
}
.cart-block-new .discount-disp .row-wrap .flex-align-center {
  display: flex;
  align-items: center;
}
.cart-block-new .discount-disp .row-wrap .txt-disp {
  max-width: -moz-calc((100% - 60px));
  max-width: -webkit-calc((100% - 60px));
  max-width: calc((100% - 60px));
  margin-right: 60px;
  text-align: left;
}
.cart-block-new .discount-disp .row-wrap .txt-disp + .amount-info {
  margin-left: -60px;
}
.cart-block-new .discount-disp .row-wrap .txt-disp-full {
  max-width: 100%;
}
.cart-block-new .discount-disp .row-wrap .free-shipping-qualified .icon {
  margin-right: 11px;
  vertical-align: -4px;
}
@media only screen and (max-width: 767px) {
  .cart-block-new .discount-disp .row-wrap .free-shipping-qualified .icon {
    width: 34px;
  }
}
.cart-block-new .discount-disp .row-wrap .free-shipping-disp {
  max-width: -moz-calc((100% - 32px));
  max-width: -webkit-calc((100% - 32px));
  max-width: calc((100% - 32px));
}
.cart-block-new .discount-disp .row-wrap .free-shipping {
  min-width: 28px;
  margin-left: 22px;
}
@media only screen and (max-width: 767px) {
  .cart-block-new .discount-disp .row-wrap .free-shipping {
    margin-left: 15px;
  }
}
.cart-block-new .discount-disp .coupon-select, .cart-block-new .discount-disp .coupon-code-use {
  margin-right: 60px;
}
.cart-block-new .discount-disp .coupon-select {
  padding: 6px 5px 4px;
  color: #5fc1c7;
  border: 1px solid #5fc1c7;
  vertical-align: middle;
}
.cart-block-new .discount-disp .coupon-select + .coupon-info {
  margin-left: -60px;
}
.cart-block-new .discount-disp .coupon-select + .coupon-info .discount-info:empty {
  margin-left: 0;
}
.cart-block-new .discount-disp .coupon-input {
  display: none;
  width: 286px;
  position: absolute;
  background: #fff;
  border: 1px solid #a9a9a9;
  padding: 20px;
  top: 33px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .cart-block-new .discount-disp .coupon-input {
    width: 100vw;
    left: -moz-calc((50% + 15px));
    left: -webkit-calc((50% + 15px));
    left: calc((50% + 15px));
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.cart-block-new .discount-disp .coupon-input input {
  width: -moz-calc((100% - 76px));
  width: -webkit-calc((100% - 76px));
  width: calc((100% - 76px));
}
.cart-block-new .discount-disp .coupon-input .btn {
  margin-left: 5px;
}
.cart-block-new .discount-disp .coupon-info {
  min-width: 60px;
  max-width: -moz-calc((100% - 160px));
  max-width: -webkit-calc((100% - 160px));
  max-width: calc((100% - 160px));
}
@media only screen and (max-width: 767px) {
  .cart-block-new .discount-disp .coupon-info {
    max-width: -moz-calc((100vw - 195px));
    max-width: -webkit-calc((100vw - 195px));
    max-width: calc((100vw - 195px));
  }
}
.cart-block-new .discount-disp .coupon-info .discount-info {
  display: flex;
  width: -moz-calc((100% - 15px));
  width: -webkit-calc((100% - 15px));
  width: calc((100% - 15px));
  margin-left: 15px;
  align-items: center;
}
.cart-block-new .discount-disp .del-btn {
  width: 16px;
  position: absolute;
  top: 50%;
  right: -82px;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width: 767px) {
  .cart-block-new .discount-disp .del-btn {
    right: -30px;
  }
}
.cart-block-new .discount-disp .del-btn:before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .cart-block-new .discount-disp .del-btn:before {
    width: 35px;
    height: 40px;
    top: -10px;
    right: -10px;
  }
}
@media only screen and (min-width: 768px) {
  .cart-block-new .discount-disp .del-btn:before {
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cart-block-new .discount-disp .amount-info {
  display: inline-block;
  width: 60px;
  padding-left: 5px;
  white-space: nowrap;
}
.cart-block-new .discount-disp .coupon-code-and-mei-coin-wrap > * {
  vertical-align: top;
}
.cart-block-new .discount-disp .coupon-code-use + .mei-coin-use {
  margin-left: -45px;
}
@media only screen and (max-width: 767px) {
  .cart-block-new .discount-disp .coupon-code-use .checkbox-style {
    position: inherit;
  }
}
.cart-block-new .discount-disp .coupon-code-use .checkbox-style input[type="checkbox"]:checked ~ .coupon-input, .cart-block-new .discount-disp .coupon-code-use .checkbox-style input[type="radio"]:checked ~ .coupon-input {
  display: block;
}
.cart-block-new .discount-disp .mei-coin-use > span {
  display: flex;
}
.cart-block-new .discount-disp .mei-coin-use .discount-num {
  display: inline-block;
  padding-left: 5px;
}
.cart-block-new .total-amount-wrap {
  display: flex;
  padding: 19px 116px 19px 0;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 16px;
  border-top: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .cart-block-new .total-amount-wrap {
    padding: 15px 40px 15px 10px;
    font-size: 14px;
  }
}
.cart-block-new .total-amount-wrap .idv-wrap {
  margin-left: 28px;
}
.cart-block-new .total-amount-wrap span {
  line-height: 142%;
}
@media only screen and (max-width: 767px) {
  .cart-block-new .total-amount-wrap .discount-attr .amount {
    width: 55px;
    white-space: nowrap;
  }
}
.cart-block-new .total-amount-wrap .total-attr .amount {
  width: 55px;
  white-space: nowrap;
}
.cart-block-new .total-amount-wrap .amount {
  color: #888;
}
@media only screen and (max-width: 767px) {
  .cart-block-new .total-amount-wrap .amount {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .cart-block-new .total-amount-wrap .amount em {
    font-size: 24px;
  }
}

.shipping-block-new .section-wrap {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .shipping-block-new .section-wrap {
    margin-top: 15px;
  }
}
.shipping-block-new .section-wrap:first-child {
  margin-top: 0;
}
.shipping-block-new .total-amount-wrap.shipping-attr {
  padding: 20px 0;
  justify-content: center;
  align-items: baseline;
}
@media only screen and (min-width: 768px) {
  .shipping-block-new .total-amount-wrap.shipping-attr {
    font-size: 16px;
  }
}
.shipping-block-new .total-amount-wrap.shipping-attr .idv-wrap {
  margin: 0 14px;
}
.shipping-block-new .total-amount-wrap.shipping-attr .amount {
  color: #fb648f;
}
@media only screen and (min-width: 768px) {
  .shipping-block-new .total-amount-wrap.shipping-attr .amount em {
    font-size: 24px;
  }
}
.shipping-block-new .title-wrap, .shipping-block-new .content-wrap {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .shipping-block-new .title-wrap, .shipping-block-new .content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.shipping-block-new .title-wrap {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .shipping-block-new .title-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.shipping-block-new .title-wrap.full-bottom-border {
  border-bottom: 1px solid #dbdbdb;
}
.shipping-block-new .title-wrap.bottom-border:after {
  content: '';
  display: block;
  width: -moz-calc((100vw - 40px));
  width: -webkit-calc((100vw - 40px));
  width: calc((100vw - 40px));
  height: 1px;
  position: absolute;
  bottom: 0;
  background: #dbdbdb;
}
@media only screen and (min-width: 768px) {
  .shipping-block-new .title-wrap.bottom-border:after {
    width: 100%;
    left: 0;
  }
}
.shipping-block-new .title-wrap .title-txt {
  line-height: 120%;
}
.shipping-block-new .title-wrap .inner-list {
  margin-top: 18px;
  margin-bottom: -17px;
}
@media only screen and (max-width: 767px) {
  .shipping-block-new .title-wrap .inner-list {
    margin-top: 17px;
  }
}
.shipping-block-new .title-wrap .inner-list li {
  width: auto;
  margin-bottom: 17px;
}
@media only screen and (max-width: 767px) {
  .shipping-block-new .title-wrap .inner-list li {
    width: 100%;
  }
}
.shipping-block-new .title-wrap .radio-style {
  margin-right: 45px;
}
@media only screen and (max-width: 767px) {
  .shipping-block-new .title-wrap .radio-style {
    display: block;
    margin-right: 0;
  }
}
.shipping-block-new .content-wrap {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .shipping-block-new .content-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .shipping-block-new .row-display, .shipping-block-new .inner-list, .shipping-block-new .px-pc-25 {
    padding: 0 25px;
  }
}
.shipping-block-new .foreign-area .select-block {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .shipping-block-new .foreign-area .select-block {
    max-width: 262px;
  }
}
.shipping-block-new .foreign-area .country-note {
  width: 100%;
  height: 40px;
  max-width: 130px;
  margin-bottom: 20px;
  margin-left: 25px;
  line-height: 130%;
  font-size: 14px;
  line-height: 130%;
  color: #777278;
}
.shipping-block-new .foreign-area .country-note:empty {
  margin-left: 0;
}
.shipping-block-new .inner-list {
  display: flex;
  flex-wrap: wrap;
}
.shipping-block-new .inner-list.payments-list {
  margin-bottom: -30px;
}
@media only screen and (max-width: 767px) {
  .shipping-block-new .inner-list.payments-list {
    margin-bottom: -15px;
  }
}
.shipping-block-new .inner-list.error ~ .error-msg {
  left: 0;
  margin-top: 5px;
  padding-left: 55px;
  padding-right: 55px;
}
@media only screen and (max-width: 767px) {
  .shipping-block-new .inner-list.error ~ .error-msg {
    margin-top: 2px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.shipping-block-new .inner-list.error ~ .error-msg:before {
  display: none;
}
.shipping-block-new .inner-list.error .radio-style > span {
  color: #a64244 !important;
}
.shipping-block-new .inner-list.error .radio-style > span:before {
  border-color: #a64244 !important;
}
.shipping-block-new .inner-list li {
  width: 25%;
  flex: 0 1 auto;
  margin-bottom: 30px;
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  .shipping-block-new .inner-list li {
    width: 50%;
    margin-bottom: 15px;
  }
}
.shipping-block-new .inner-list li label {
  display: block;
}
@media only screen and (max-width: 767px) {
  .shipping-block-new .inner-list .radio-style span {
    font-size: 14px;
  }
}
.shipping-block-new .inner-list .radio-style > span .eng {
  display: inline;
  padding-left: 10px;
}
.shipping-block-new .inner-list .radio-style > span small, .shipping-block-new .inner-list .radio-style > span .free-shipping {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .shipping-block-new .inner-list .radio-style > span small, .shipping-block-new .inner-list .radio-style > span .free-shipping {
    display: block;
  }
}
.shipping-block-new .inner-list .radio-style > span small {
  color: #777;
}
@media only screen and (min-width: 768px) {
  .shipping-block-new .inner-list .radio-style > span small {
    padding-left: 3px;
  }
}
.shipping-block-new .inner-list .radio-style > span .free-shipping {
  display: block;
  position: absolute;
  margin-top: 0;
  margin-left: 0;
  color: #02a6d4;
  line-height: 110%;
}
@media only screen and (max-width: 767px) {
  .shipping-block-new .inner-list .radio-style > span .free-shipping {
    zoom: 0.84;
  }
}
.shipping-block-new .credit-card-info {
  margin-top: 30px;
}
.shipping-block-new .gender-wrap label {
  margin-right: 25px;
}
@media only screen and (min-width: 768px) {
  .shipping-block-new .gender-wrap label:first-child {
    margin-left: 6px;
  }
}
.shipping-block-new .absolute-arrow {
  position: relative;
}
.shipping-block-new .absolute-arrow.r-arrow:after {
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 15px;
}
.shipping-block-new .zip-container {
  position: relative;
  margin: 0 -5px;
}
.shipping-block-new .zip-container:before, .shipping-block-new .zip-container:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 16px;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
  pointer-events: none;
}
.shipping-block-new .zip-container:before {
  left: -moz-calc((50% - 26px));
  left: -webkit-calc((50% - 26px));
  left: calc((50% - 26px));
}
.shipping-block-new .zip-container:after {
  right: 16px;
}
.shipping-block-new .zip-container.error select {
  border-color: #a64244;
}
.shipping-block-new .zip-container select {
  width: 50%;
  margin-left: 5px;
  margin-right: 5px;
}
.shipping-block-new .address-position {
  padding: 0 0 15px;
}
.shipping-block-new .us-zip-note {
  margin-top: -10px;
}
.shipping-block-new .memo .plus {
  display: inline-block;
  margin-top: -3px;
  padding-left: 3px;
  vertical-align: top;
}
.shipping-block-new .memo textarea {
  height: 106px;
  margin-top: 10px;
}
.shipping-block-new .invoice-list {
  margin-bottom: -30px;
}
@media only screen and (max-width: 767px) {
  .shipping-block-new .invoice-list {
    margin-bottom: -22px;
  }
}
@media only screen and (max-width: 767px) {
  .shipping-block-new .invoice-list li {
    width: 100%;
    margin-bottom: 22px;
    padding-right: 0;
  }
}
.shipping-block-new .invoice-list li:nth-child(2) .invoice-addition-info {
  left: -moz-calc((-100% - 10px));
  left: -webkit-calc((-100% - 10px));
  left: calc((-100% - 10px));
}
@media only screen and (max-width: 767px) {
  .shipping-block-new .invoice-list li:nth-child(2) .invoice-addition-info {
    left: 0;
  }
}
.shipping-block-new .invoice-list li:nth-child(3) .invoice-addition-info {
  left: -moz-calc((-200% - 20px));
  left: -webkit-calc((-200% - 20px));
  left: calc((-200% - 20px));
}
@media only screen and (max-width: 767px) {
  .shipping-block-new .invoice-list li:nth-child(3) .invoice-addition-info {
    left: 0;
  }
}
.shipping-block-new .invoice-list li:nth-child(4) .invoice-addition-info {
  left: -moz-calc((-300% - 30px));
  left: -webkit-calc((-300% - 30px));
  left: calc((-300% - 30px));
}
@media only screen and (max-width: 767px) {
  .shipping-block-new .invoice-list li:nth-child(4) .invoice-addition-info {
    left: 0;
  }
}
.shipping-block-new .invoice-list .radio-style input[type="radio"]:checked ~ .invoice-addition-info {
  display: block;
  margin-bottom: -16px;
}
@media only screen and (max-width: 767px) {
  .shipping-block-new .invoice-list .radio-style input[type="radio"]:checked ~ .invoice-addition-info {
    margin-bottom: -18px;
  }
}
.shipping-block-new .invoice-list .radio-style input[type="radio"]:checked ~ .invoice-addition-info:before, .shipping-block-new .invoice-list .radio-style input[type="radio"]:checked ~ .invoice-addition-info:after {
  display: none;
}
.shipping-block-new .invoice-list .invoice-addition-info {
  display: none;
  width: -moz-calc((200% + 25px));
  width: -webkit-calc((200% + 25px));
  width: calc((200% + 25px));
  position: relative;
  margin: 28px -5px 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .shipping-block-new .invoice-list .invoice-addition-info {
    width: -moz-calc((100% + 10px));
    width: -webkit-calc((100% + 10px));
    width: calc((100% + 10px));
    margin-top: 10px;
  }
}
.shipping-block-new .invoice-list .invoice-addition-info:before, .shipping-block-new .invoice-list .invoice-addition-info:after {
  display: none;
}
.shipping-block-new .invoice-list .invoice-addition-info .inner-wrap {
  display: block;
  padding: 0 5px;
}
.shipping-block-new .invoice-list .invoice-addition-info input, .shipping-block-new .invoice-list .invoice-addition-info select {
  margin-bottom: 20px;
}
.shipping-block-new .goods-return-agreement {
  padding: 40px 100px 28px 76px;
}
@media only screen and (max-width: 767px) {
  .shipping-block-new .goods-return-agreement {
    padding: 18px 20px 8px;
    overflow: hidden;
  }
}
.shipping-block-new .goods-return-agreement .checkbox-style > span {
  line-height: 130%;
  color: #828080;
}
@media only screen and (max-width: 767px) {
  .shipping-block-new .goods-return-agreement .checkbox-style > span {
    width: 120%;
    -moz-transform: scale(calc(10 / 12));
    -ms-transform: scale(calc(10 / 12));
    -webkit-transform: scale(calc(10 / 12));
    transform: scale(calc(10 / 12));
    -moz-transform-origin: center left;
    -ms-transform-origin: center left;
    -webkit-transform-origin: center left;
    transform-origin: center left;
  }
}
@media only screen and (max-width: 767px) {
  .shipping-block-new .goods-return-agreement .checkbox-style > span:before {
    top: 50%;
    -moz-transform: translateY(-50%) scale(calc(12 / 10));
    -ms-transform: translateY(-50%) scale(calc(12 / 10));
    -webkit-transform: translateY(-50%) scale(calc(12 / 10));
    transform: translateY(-50%) scale(calc(12 / 10));
  }
}
@media only screen and (max-width: 767px) {
  .shipping-block-new .goods-return-agreement .checkbox-style > span .inner-wrap {
    display: inline-block;
    padding-left: 10px;
  }
}
.shipping-block-new .finish-wrap {
  margin-top: 0;
  padding-top: 56px;
}
@media only screen and (max-width: 767px) {
  .shipping-block-new .finish-wrap {
    padding: 16px 10px 0;
    border-top: 2px solid #e5e5e5;
    background: #fff;
  }
}
.shipping-block-new .finish-wrap .btn-pink {
  display: block;
  max-width: 525px;
  margin: 0 auto;
}
.shipping-block-new .finish-wrap .note-block {
  padding: 30px 0 86px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .shipping-block-new .finish-wrap .note-block {
    padding: 10px 0 13px;
  }
}
.shipping-block-new .finish-wrap .note-block .note {
  border-bottom: 1px solid #000;
}

.module-bg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 99998;
}
.module-bg .wrap-conainter {
  width: 100%;
  max-width: 1000px;
  position: relative;
  top: 40%;
  margin: 0 auto;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  overflow: hidden;
  -moz-box-shadow: #686868 4px 2px 5px;
  -webkit-box-shadow: #686868 4px 2px 5px;
  box-shadow: #686868 4px 2px 5px;
}
@media only screen and (max-width: 767px) {
  .module-bg .wrap-conainter {
    top: 100%;
    -moz-transform: translateY(calc(-100% - 30px));
    -ms-transform: translateY(calc(-100% - 30px));
    -webkit-transform: translateY(calc(-100% - 30px));
    transform: translateY(calc(-100% - 30px));
    -moz-border-radius-topleft: 15px;
    -webkit-border-top-left-radius: 15px;
    border-top-left-radius: 15px;
    -moz-border-radius-topright: 15px;
    -webkit-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
  }
}
.module-bg .module-header {
  position: relative;
  padding: 12px 20px 11px;
  background: #dbdbdb;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .module-bg .module-header {
    justify-content: center;
    -moz-border-radius-topleft: 15px;
    -webkit-border-top-left-radius: 15px;
    border-top-left-radius: 15px;
    -moz-border-radius-topright: 15px;
    -webkit-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
  }
}
.module-bg .close-btn {
  position: relative;
}
.module-bg .close-btn:before {
  content: '';
  display: block;
  width: 60px;
  height: 47px;
  position: absolute;
  top: -12px;
  right: -20px;
  z-index: 1;
}
.module-bg .module-body {
  padding: 0 20px;
}
.module-bg .table-wrap {
  display: table;
  width: 100%;
  margin-top: 20px;
  border: 1px solid #dbdbdb;
  table-layout: auto;
  border-collapse: collapse;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.module-bg .table-wrap .table-row {
  display: table-row;
  border-top: 0;
}
.module-bg .table-wrap .table-row:nth-child(2n+1) {
  background: #f5f5f5;
}
.module-bg .table-wrap .table-row.title {
  background: #dbdbdb;
}
.module-bg .table-wrap .table-row.title li {
  border-color: #fff;
}
.module-bg .table-wrap .table-row li {
  display: table-cell;
  padding: 10px 10px 7px;
  vertical-align: middle;
  line-height: 140%;
  border-top: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .module-bg .table-wrap .table-row li {
    padding: 10px 5px 7px;
  }
}
.module-bg .table-wrap .table-row li:first-child {
  border-left: 0;
}
.module-bg .table-wrap .table-row li .del-btn {
  width: 16px;
  position: relative;
}
.module-bg .addr-choose {
  display: block;
  max-width: 300px;
  margin: 30px auto;
}

.recent-addrs .wrap-conainter {
  max-width: 700px;
}
@media only screen and (max-width: 767px) {
  .recent-addrs .title {
    padding: 5px 0 3px;
  }
}
@media only screen and (max-width: 767px) {
  .recent-addrs .close-btn {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -12px;
  }
}
.recent-addrs .radio-style:before, .recent-addrs .del-btn:before {
  content: '';
  display: block;
  width: 800%;
  height: 800%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.bg-gray {
  background: #eee;
}

.wrap-hidden {
  overflow: hidden;
}

.fancybox {
  background: url(https://photo.s3.com.tw/BANNER/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: 767px) {
  .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 {
  margin-bottom: 29px;
  line-height: 30px;
  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: 767px) {
  .main-page .top-title:after {
    margin-top: 12px;
  }
}
.main-page .top-title a {
  padding: 3px 45px;
  letter-spacing: 8px;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .main-page .top-title a {
    padding: 6px 45px 3px;
    font-size: 22px;
  }
}
.main-page .top-title .l-arrow:before {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -16px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
@media only screen and (max-width: 767px) {
  .main-page .top-title .l-arrow:before {
    margin-top: -14px;
  }
}
.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: 767px) {
  .main-page .bottom-button {
    font-size: 18px;
  }
}
.main-page .bottom-button a {
  padding: 0 60px;
  letter-spacing: 4px;
}
@media only screen and (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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;
}
@media only screen and (max-width: 767px) {
  .main-page .contact-info .cell-attr img {
    width: 30px;
    margin-top: 5px;
  }
}
.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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: #eee;
  }
}
@media only screen and (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .main-page .menu {
    margin: 30px -10px 0 -14px;
  }
}
.main-page .menu ul {
  background: #eee;
}
@media only screen and (max-width: 767px) {
  .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 #f94778;
  }
  .main-page .menu ul li:hover a {
    color: #f94778;
  }
}
@media only screen and (max-width: 767px) {
  .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: 767px) {
  .main-page .menu ul li a {
    min-width: 100%;
    padding: 10px 0;
  }
}
.main-page .menu ul .selected {
  border-bottom: 2px solid #f94778;
}
.main-page .menu ul .selected a {
  color: #f94778;
}

.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: #f94778;
}

.process-arrow.red:before {
  background: #f94778;
}
.process-arrow.red:after {
  border-color: #f94778 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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .paragraph-attr .coin-img {
    width: 100%;
  }
}
.paragraph-attr .coin-img span {
  display: inline-block;
  width: 349px;
}
@media only screen and (max-width: 767px) {
  .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: 767px) {
  .paragraph-attr .coin-img span:last-child {
    margin: 20px 0 0;
  }
}

.paragraph-attr.no-border {
  border-top: 0;
}

@media only screen and (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .delivery-container .compare-chart th, .delivery-container .compare-chart td {
    width: 33.33%;
    padding: 10px 5px;
  }
}
.delivery-container .compare-chart th {
  background: #eee;
}
.delivery-container .compare-chart .w1, .delivery-container .compare-chart .w3 {
  text-align: left;
}

.goods-container .main-page {
  padding-bottom: 0;
}
.goods-container .main-page .top-title {
  margin-bottom: 26px;
}
@media only screen and (max-width: 767px) {
  .goods-container .main-page .top-title:after {
    margin: 12px -10px 0;
  }
}
.goods-container .main-page .contact-info .cell-attr {
  padding-top: 22px;
}
@media only screen and (max-width: 767px) {
  .goods-container .main-page .contact-info .cell-attr {
    padding-top: 0;
  }
}
.goods-container .main-page .contact-info .goods-pic {
  padding: 2px 22px 0;
}
@media only screen and (max-width: 767px) {
  .goods-container .main-page .contact-info .goods-pic {
    margin: 0 0 -4px;
    padding: 15px 0 0;
  }
}
.goods-container .main-page .contact-info .goods-pic.p4-attr {
  padding: 8px 0 0;
}
.goods-container .main-page .contact-info .goods-pic.pro4-attr {
  padding: 14px 0 10px;
}
@media only screen and (max-width: 767px) {
  .goods-container .main-page .contact-info .goods-pic.p4-attr, .goods-container .main-page .contact-info .goods-pic.pro4-attr {
    width: 115%;
    width: -moz-calc(( 100% + 57px ));
    width: -webkit-calc(( 100% + 57px ));
    width: calc(( 100% + 57px ));
    margin: 2px 0 25px -42px;
    padding: 14px 0 0;
  }
}
.goods-container .main-page .contact-info .goods-pic.p5-attr {
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .goods-container .main-page .contact-info .goods-pic.p5-attr {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .goods-container .paragraph-attr {
    border-top: 14px solid #e5e5e5;
  }
  .goods-container .paragraph-attr.no-border {
    border: 0;
  }
}
.goods-container .gray-font {
  display: block;
  color: #6a6969;
}
@media only screen and (max-width: 767px) {
  .goods-container .sp-txt span {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .goods-container .sp-txt em {
    display: block;
  }
}
.goods-container .gap5 {
  margin-top: 5px;
}
.goods-container .gray-f {
  color: #525252;
}
@media only screen and (max-width: 767px) {
  .goods-container .gray-f {
    font-size: 12px;
  }
}
.goods-container .break {
  display: block;
}
.goods-container .paragraph-attr.top-attr {
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .goods-container .paragraph-attr.top-attr {
    padding: 0 10px;
  }
}
.goods-container .paragraph-attr.bottom-attr {
  margin-top: -30px;
}
@media only screen and (max-width: 767px) {
  .goods-container .paragraph-attr.bottom-attr {
    margin-bottom: -55px;
  }
}
.goods-container .paragraph-attr.bottom-attr .sp-title {
  margin: 52px 0 0;
}
@media only screen and (max-width: 767px) {
  .goods-container .paragraph-attr.bottom-attr .sp-title {
    margin: 25px 0 -50px;
  }
}
.goods-container .paragraph-attr.bottom-attr .contact-info {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .goods-container .paragraph-attr.bottom-attr .wrap-table {
    margin: 25px 0 0;
  }
}
.goods-container .paragraph-attr div {
  letter-spacing: 0;
  line-height: 165%;
}
.goods-container .paragraph-attr .sp-title {
  margin: 45px 0 0;
  letter-spacing: 12px;
}
@media only screen and (max-width: 767px) {
  .goods-container .paragraph-attr .sp-title {
    margin: 24px 0 -10px;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: bold;
  }
}
.goods-container .paragraph-attr .sp-disp {
  margin: 20px 0 -14px;
  text-align: center;
  color: #6b6767;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .goods-container .paragraph-attr .sp-disp {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .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 .physical-sale-table {
  margin: 10px 0 0;
}
.goods-container .physical-sale-table .disp-content {
  padding: 25px 10px 30px;
  background: #bdbdbd;
  color: #fff;
}
.goods-container .physical-sale-table .disp-content span {
  display: block;
  max-width: 540px;
  margin: 0 auto;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .goods-container .physical-sale-table .disp-content span {
    letter-spacing: 0;
  }
}
.goods-container .physical-sale-table .paragraph-attr {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .goods-container .physical-sale-table .table-wrap {
    margin: 30px 10px 0;
  }
  .goods-container .physical-sale-table .table-wrap:before {
    content: '';
    display: block;
    margin: 0 -20px;
    border-top: 14px solid #e5e5e5;
  }
}
.goods-container .physical-sale-table .table-wrap .sp-title {
  margin: 42px 0 0;
}
@media only screen and (max-width: 767px) {
  .goods-container .physical-sale-table .table-wrap .sp-title {
    margin: 24px 0 -13px;
  }
}
.goods-container .physical-sale-table .table-wrap .qa-wrap {
  margin: 33px 0 35px;
}
@media only screen and (max-width: 767px) {
  .goods-container .physical-sale-table .table-wrap .qa-wrap {
    margin: 18px 5px 17px;
  }
}
@media only screen and (max-width: 767px) {
  .goods-container .physical-sale-table .table-wrap .qa-wrap .title {
    margin: 18px 0 10px;
  }
}
.goods-container .physical-sale-table .table-wrap .bottom-button {
  height: auto;
  margin: 15px -10px 0;
}
@media only screen and (max-width: 767px) {
  .goods-container .physical-sale-table .table-wrap .bottom-button {
    margin: 20px 0 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
}
.goods-container .physical-sale-table .table-wrap .bottom-button a {
  padding: 16px 30px;
}
@media only screen and (max-width: 767px) {
  .goods-container .physical-sale-table .table-wrap .bottom-button a {
    padding: 5px 10px;
  }
  .goods-container .physical-sale-table .table-wrap .bottom-button a:after {
    width: 10px;
    height: 10px;
    right: 10px;
    margin-top: -5px;
  }
}
.goods-container .physical-sale-table .table-wrap .title {
  margin: 35px 0 20px;
}
.goods-container .compare-chart.country {
  margin: 0 0 35px;
}
@media only screen and (max-width: 767px) {
  .goods-container .compare-chart.country {
    margin: 0 0 25px;
  }
}
.goods-container .compare-chart.country .w1 {
  color: #525252;
}
@media only screen and (max-width: 767px) {
  .goods-container .compare-chart.country .w1 {
    vertical-align: top;
    text-align: left;
  }
}
.goods-container .compare-chart.country .w2 {
  color: #362e2b;
}
.goods-container .compare-chart td {
  padding: 12px 15px;
}
@media only screen and (max-width: 767px) {
  .goods-container .compare-chart td {
    padding: 8px 10px;
  }
}
.goods-container .compare-chart .w1 {
  width: 155px;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .goods-container .compare-chart .w1 {
    width: 30%;
  }
}
.goods-container .compare-chart .w2 {
  width: 573px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .goods-container .compare-chart .w2 {
    width: 70%;
  }
}
.goods-container .qa-attr {
  margin: 20px 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .goods-container .qa-attr {
    margin: 0 0 0 30px;
  }
}
.goods-container .qa-attr li {
  padding: 0 10px 0 7px;
}
.goods-container .qa-attr li:before {
  content: 'Q';
  display: inline-block;
  position: absolute;
  top: 0;
  left: -30px;
}
@media only screen and (max-width: 767px) {
  .goods-container .qa-attr li:before {
    left: -34px;
  }
}
.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;
}
@media only screen and (max-width: 767px) {
  .goods-container .qa-attr li .answer:before {
    left: -41px;
  }
}
.goods-container .goods-attr {
  width: 720px;
  margin: 30px 0 40px -32px;
}
@media only screen and (max-width: 767px) {
  .goods-container .goods-attr {
    width: 115%;
    width: -moz-calc(( 100% + 57px ));
    width: -webkit-calc(( 100% + 57px ));
    width: calc(( 100% + 57px ));
    margin: 18px 0 -2px -42px;
  }
}
.goods-container .goods-attr th {
  padding: 12px 32px 9px;
  background: #eee;
}
@media only screen and (max-width: 767px) {
  .goods-container .goods-attr th {
    padding: 12px 10px 9px;
  }
}
.goods-container .goods-attr td {
  padding: 5px 32px;
}
@media only screen and (max-width: 767px) {
  .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: 767px) {
  .goods-container .goods-attr .w1 {
    width: 46.5%;
    letter-spacing: 0;
  }
}
.goods-container .goods-attr .w1 > div {
  padding-bottom: 5px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .goods-container .goods-attr .w1 > div {
    font-size: 14px;
  }
}
.goods-container .goods-attr .w2 {
  width: 325px;
}
@media only screen and (max-width: 767px) {
  .goods-container .goods-attr .w2 {
    width: 53.5%;
  }
}
.goods-container .goods-pic {
  width: 100%;
  margin: 0;
  padding: 10px 23px 27px;
}
@media only screen and (max-width: 767px) {
  .goods-container .goods-pic {
    margin: 0;
    padding: 15px 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .goods-container .inner-wrap {
    padding: 0 5px;
  }
}
.goods-container .contact-info {
  padding: 0;
  border-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .goods-container .contact-info {
    padding: 24px 10px 0;
  }
  .goods-container .contact-info.big-wrap {
    padding: 32px 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .goods-container .contact-info .gap10 {
    margin-top: 5px !important;
  }
}
.goods-container .contact-info .cell-attr:first-child {
  width: 50px;
}
@media only screen and (max-width: 767px) {
  .goods-container .contact-info .cell-attr:first-child {
    width: 40px;
  }
}
.goods-container .contact-info .wrap-table.team {
  margin: 10px 0;
}
@media only screen and (max-width: 767px) {
  .goods-container .contact-info .wrap-table.team {
    margin: 18px 0 30px;
  }
}
.goods-container .contact-info .wrap-table.team .cell-attr {
  width: 365px;
}
@media only screen and (max-width: 767px) {
  .goods-container .contact-info .wrap-table.team .cell-attr {
    display: block;
    width: 100%;
    max-width: 420px;
    padding-left: 55px;
    padding: 0 15px 0 45px;
  }
  .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: 767px) {
  .goods-container .gray-note span {
    display: block;
  }
}
.goods-container .all-line {
  margin: 40px -15px 20px;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .goods-container .all-line {
    margin: 27px -15px 15px;
  }
}
.goods-container .cs-disp {
  display: inline-block;
  padding: 0 0 8px;
  border-bottom: 1px solid #e5e5e5;
}

.news-container .btns-section .btns-list li:nth-child(2n+1) a {
  background: #eee;
}
@media only screen and (min-width: 1070px) {
  .news-container .btns-section .btns-list li:nth-child(2n+1) a:hover {
    background: #eee;
  }
}
.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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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 #f94778;
  -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: 767px) {
  .store-info-container .kv {
    margin: -29px -10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .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: 767px) {
  .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: #f94778;
  }
}
.store-info-container .menu .sections .selected {
  color: #f94778;
}
.store-info-container .addr-wraper .paragraph-attr {
  padding: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .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: 767px) {
  .store-info-container .addr-wraper .paragraph-attr:first-child {
    border-top: 2px solid #e5e5e5;
  }
}
.store-info-container .address-container li {
  display: block;
  position: relative;
  margin-top: -1px;
  padding: 35px 0 0 45px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .store-info-container .address-container li {
    padding: 35px 0 0 15px;
  }
}
.store-info-container .address-container li .anchor-point {
  position: absolute;
  top: -76px;
}
@media only screen and (max-width: 767px) {
  .store-info-container .address-container li .anchor-point {
    top: -81px;
  }
}
.store-info-container .address-container li .info {
  margin-bottom: 7px;
}
@media only screen and (max-width: 767px) {
  .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: 767px) {
  .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: #f94778;
  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;
}

.about-container {
  padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .about-container {
    padding-bottom: 40px;
  }
}
.about-container .main-page {
  padding-bottom: 110px;
}
@media only screen and (max-width: 767px) {
  .about-container .main-page {
    padding-bottom: 10px;
  }
}

.paragraph-wrap {
  margin: 50px 0 0;
  padding: 50px 10px 0;
  border-top: 1px solid #e5e5e5;
  font-size: 14px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .paragraph-wrap {
    margin: 40px 0 0;
    padding: 40px 5px 0;
  }
}
.paragraph-wrap.top-attr {
  margin: 35px 0 0;
  padding: 0 10px;
  border-top: 0;
}
@media only screen and (max-width: 767px) {
  .paragraph-wrap.top-attr {
    margin: 30px 0 0;
    padding: 0 5px;
  }
}
.paragraph-wrap .title {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .paragraph-wrap .title {
    margin: 0 0 15px;
  }
}
.paragraph-wrap .title + .photo-wrap {
  margin: 40px 0 0;
}
@media only screen and (max-width: 767px) {
  .paragraph-wrap .title + .photo-wrap {
    margin: 23px 0 0;
  }
}
.paragraph-wrap .title + .photo-wrap.news {
  margin: 40px 0 0;
}
@media only screen and (max-width: 767px) {
  .paragraph-wrap .title + .photo-wrap.news {
    margin: 23px 0 0;
  }
}
.paragraph-wrap p {
  line-height: 150%;
}
.paragraph-wrap p ~ .time-line {
  margin: 35px 0 0;
}
@media only screen and (max-width: 767px) {
  .paragraph-wrap p ~ .time-line {
    margin: 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .paragraph-wrap .break {
    display: block;
  }
}
.paragraph-wrap .time-line.part1 li:nth-child(2) .icon img {
  margin-top: -25%;
}
.paragraph-wrap .time-line.part1 li:nth-child(3) .icon img {
  margin-top: -20%;
}
.paragraph-wrap .time-line.part1 li:nth-child(4) .icon img {
  margin-top: -30%;
}
.paragraph-wrap .time-line.part2 li .icon {
  width: 72px;
  margin-right: 23px;
}
@media only screen and (max-width: 767px) {
  .paragraph-wrap .time-line.part2 li .icon {
    width: 65px;
    margin-right: 15px;
  }
}
.paragraph-wrap .time-line li {
  display: block;
  margin: 50px 0 0;
  line-height: 150%;
}
@media only screen and (max-width: 767px) {
  .paragraph-wrap .time-line li {
    margin: 40px 0 0;
  }
}
.paragraph-wrap .time-line li:nth-child(1) {
  margin: 0;
}
.paragraph-wrap .time-line li .icon, .paragraph-wrap .time-line li .disp {
  display: inline-block;
  vertical-align: top;
}
.paragraph-wrap .time-line li .icon {
  width: 82px;
  margin-right: 13px;
}
@media only screen and (max-width: 767px) {
  .paragraph-wrap .time-line li .icon {
    width: 70px;
    margin-right: 10px;
  }
}
.paragraph-wrap .time-line li .disp {
  width: 630px;
}
@media only screen and (max-width: 767px) {
  .paragraph-wrap .time-line li .disp {
    width: -moz-calc((100% - 85px));
    width: -webkit-calc((100% - 85px));
    width: calc((100% - 85px));
  }
}
.paragraph-wrap .time-line li .disp .time {
  font-weight: bold;
}
.paragraph-wrap .attributes-wrap li {
  display: block;
  margin: 30px 0 0;
  line-height: 150%;
}
@media only screen and (max-width: 767px) {
  .paragraph-wrap .attributes-wrap li {
    margin: 15px 0 0;
    line-height: 140%;
  }
}
.paragraph-wrap .attributes-wrap li:nth-child(1) {
  margin: 40px 0 0;
}
@media only screen and (max-width: 767px) {
  .paragraph-wrap .attributes-wrap li:nth-child(1) {
    margin: 25px 0 0;
  }
}
.paragraph-wrap .attributes-wrap li .icon, .paragraph-wrap .attributes-wrap li .disp {
  display: inline-block;
  vertical-align: middle;
}
.paragraph-wrap .attributes-wrap li .icon {
  width: 65px;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .paragraph-wrap .attributes-wrap li .icon {
    width: 55px;
    margin-right: 25px;
  }
}
.paragraph-wrap .attributes-wrap li .disp {
  width: 630px;
}
@media only screen and (max-width: 767px) {
  .paragraph-wrap .attributes-wrap li .disp {
    width: -moz-calc((100% - 85px));
    width: -webkit-calc((100% - 85px));
    width: calc((100% - 85px));
  }
}
.paragraph-wrap .attributes-wrap li .disp .d-title {
  font-weight: bold;
  color: #ff799e;
}
.paragraph-wrap .txt-bn {
  margin: 45px 0 15px;
  padding: 30px 0;
  font-size: 20px;
  font-weight: bold;
  color: #f94778;
  border: 5px solid #f94778;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .paragraph-wrap .txt-bn {
    margin: 30px -5px 0;
    padding: 8px 0;
    font-size: 16px;
    line-height: 130%;
    border: 3px solid #f94778;
  }
}
.paragraph-wrap .txt-bn2 {
  max-width: 437px;
  margin: 0 auto 50px;
  padding: 20px 20px;
  text-align: center;
  background: #f0efef;
  color: #020202;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .paragraph-wrap .txt-bn2 {
    max-width: 236px;
    margin: 0 auto 10px;
    padding: 11px 20px 8px;
    font-size: 16px;
  }
}
.paragraph-wrap .txt-bn2 div {
  display: block;
  padding: 13px 0 0;
}
@media only screen and (max-width: 767px) {
  .paragraph-wrap .txt-bn2 div {
    padding: 5px 0 0;
  }
}
.paragraph-wrap .specs-wrap {
  margin-left: -16px;
}
@media only screen and (max-width: 767px) {
  .paragraph-wrap .specs-wrap {
    margin-top: 10px;
    margin-left: 0;
  }
}
.paragraph-wrap .specs-wrap li {
  width: 222px;
  margin: 45px 0 0 23px;
  line-height: 150%;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .paragraph-wrap .specs-wrap li {
    width: -moz-calc((50% - 3px));
    width: -webkit-calc((50% - 3px));
    width: calc((50% - 3px));
    margin: 30px 0 0;
  }
}
.paragraph-wrap .specs-wrap li.full {
  display: block;
  width: -moz-calc((100% - 23px));
  width: -webkit-calc((100% - 23px));
  width: calc((100% - 23px));
}
@media only screen and (max-width: 767px) {
  .paragraph-wrap .specs-wrap li.full {
    width: 100%;
  }
}
.paragraph-wrap .specs-wrap li .icon, .paragraph-wrap .specs-wrap li .disp {
  display: inline-block;
  vertical-align: top;
}
.paragraph-wrap .specs-wrap li .icon {
  width: 50px;
  margin-right: 6px;
}
@media only screen and (max-width: 767px) {
  .paragraph-wrap .specs-wrap li .icon {
    width: 42px;
    margin-right: 3px;
  }
}
.paragraph-wrap .specs-wrap li .disp {
  width: -moz-calc((100% - 62px));
  width: -webkit-calc((100% - 62px));
  width: calc((100% - 62px));
}
@media only screen and (max-width: 767px) {
  .paragraph-wrap .specs-wrap li .disp {
    width: -moz-calc((100% - 50px));
    width: -webkit-calc((100% - 50px));
    width: calc((100% - 50px));
  }
}
.paragraph-wrap .specs-wrap li .disp .d-title {
  margin: 0 0 3px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .paragraph-wrap .specs-wrap li .disp .d-title {
    margin: 0;
  }
}
.paragraph-wrap .photo-wrap {
  margin: 45px 0 0;
}
@media only screen and (max-width: 767px) {
  .paragraph-wrap .photo-wrap {
    margin: 35px 0 0;
  }
  .paragraph-wrap .photo-wrap.warehouse {
    margin: 20px 0 0;
  }
}
.paragraph-wrap .photo-wrap.news {
  margin: 50px 0 0;
}
@media only screen and (max-width: 767px) {
  .paragraph-wrap .photo-wrap.news {
    margin: 20px 0 0;
  }
  .paragraph-wrap .photo-wrap.news .area {
    font-size: 15px;
    letter-spacing: 0;
  }
}
.paragraph-wrap .photo-wrap .area {
  position: relative;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .paragraph-wrap .photo-wrap .area {
    margin-left: 5px;
  }
}
.paragraph-wrap .photo-wrap .area:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 10px 0 15px;
  background: #f94778;
  vertical-align: -1px;
}
@media only screen and (max-width: 767px) {
  .paragraph-wrap .photo-wrap .area:before {
    width: 10px;
    height: 10px;
    margin: 0 5px 0 0;
    vertical-align: 1px;
  }
}
.paragraph-wrap .photo-wrap .area.with-border:after {
  content: '';
  display: inline-block;
  width: -moz-calc((100% - 120px));
  width: -webkit-calc((100% - 120px));
  width: calc((100% - 120px));
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  margin-left: 13px;
  background: #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .paragraph-wrap .photo-wrap .area.with-border:after {
    width: -moz-calc((100% - 96px));
    width: -webkit-calc((100% - 96px));
    width: calc((100% - 96px));
  }
}
.paragraph-wrap .photo-wrap .store-wrap {
  margin: -15px 0 0 -41px;
}
@media only screen and (max-width: 767px) {
  .paragraph-wrap .photo-wrap .store-wrap {
    margin: -15px -20px 0;
  }
}
.paragraph-wrap .photo-wrap .store-wrap li {
  display: inline-block;
  width: 148px;
  margin: 45px 0 0 41px;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .paragraph-wrap .photo-wrap .store-wrap li {
    width: -moz-calc(((100% - 70px) / 3));
    width: -webkit-calc(((100% - 70px) / 3));
    width: calc(((100% - 70px) / 3));
    margin: 29px 0 0 15px;
  }
}
.paragraph-wrap .photo-wrap .store-wrap li .txt {
  margin: 20px 0 0;
  padding: 7px 0 5px;
  text-align: center;
  font-size: 18px;
  background: #d9d9d9;
  color: #838383;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .paragraph-wrap .photo-wrap .store-wrap li .txt {
    margin: 15px 0 0;
    padding: 3px 0;
    font-size: 14px;
  }
}
.paragraph-wrap .photo-wrap .store-wrap li .txt em {
  color: #000;
}
.paragraph-wrap .photo-wrap .full {
  margin: 25px 0 45px;
}
@media only screen and (max-width: 767px) {
  .paragraph-wrap .photo-wrap .full {
    margin: 15px -5px 30px;
  }
}
.paragraph-wrap .photo-wrap .col2-wrap {
  margin-left: -15px;
}
@media only screen and (max-width: 767px) {
  .paragraph-wrap .photo-wrap .col2-wrap {
    margin: 0 -10px;
  }
}
.paragraph-wrap .photo-wrap .col2-wrap li {
  display: inline-block;
  width: 355px;
  margin: 25px 0 0 15px;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .paragraph-wrap .photo-wrap .col2-wrap li {
    width: -moz-calc(((100% - 20px) / 2));
    width: -webkit-calc(((100% - 20px) / 2));
    width: calc(((100% - 20px) / 2));
    margin: 15px 0 0 5px;
  }
}
.paragraph-wrap .photo-wrap .photo-news {
  max-width: 560px;
  margin: 30px auto 0;
  -moz-box-shadow: -4px 4px 11px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: -4px 4px 11px 1px rgba(0, 0, 0, 0.25);
  box-shadow: -4px 4px 11px 1px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 767px) {
  .paragraph-wrap .photo-wrap .photo-news {
    width: 90%;
    margin: 20px auto 40px;
  }
}
.paragraph-wrap .photo-wrap .photo-news.with-border {
  padding: 10px;
  background-color: #fff;
}
.paragraph-wrap .photo-wrap .photo-news.with-no-top-border {
  max-width: 408px;
  padding: 0 10px 10px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .paragraph-wrap .photo-wrap .photo-news.with-no-top-border {
    width: 69.5658%;
  }
}

@media only screen and (min-width: 768px) {
  .member_center {
    border-top: 1px solid #c6c6c6;
  }
}
.member_center .wrap_full_750 .member_info {
  padding: 40px 0 45px;
  text-align: center;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .member_center .wrap_full_750 .member_info .note {
    font-size: 14px;
  }
}
.member_center .wrap_full_750 .member_info .note.barcode {
  margin-top: 15px;
  padding-top: 45px;
  border-top: 1px solid #e5e5e5;
  color: #000;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .member_center .wrap_full_750 .member_info .note.barcode {
    padding-top: 30px;
  }
}
.member_center .wrap_full_750 .icon_img {
  display: inline-block;
  width: 155px;
  text-align: center;
}
.member_center .wrap_full_750 .icon_img img {
  width: 30px;
}
@media only screen and (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .member_center .wrap_full_750 .note_block .note_list {
    padding: 20px 15px;
  }
}
.member_center .wrap_full_750 .note_block .coupon {
  position: relative;
}
.member_center .wrap_full_750 .note_block .coupon .btn {
  right: 0;
  padding: 5px 15px;
  margin: -5px 0 0 0px;
  letter-spacing: 2px;
  text-indent: 2px;
  border: 1px solid #525252;
  color: #525252;
}
@media only screen and (max-width: 767px) {
  .member_center .wrap_full_750 .note_block .coupon .btn {
    padding: 5px 10px;
  }
}
.member_center .wrap_full_750 .note_block .line-card {
  padding: 20px 0;
}
.member_center .wrap_full_750 .note_block .line-card .note {
  line-height: 120%;
  padding: 10px 4px 0;
  text-align: center;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .member_center .wrap_full_750 .note_block .minus_coin {
    padding-left: 42px;
  }
}
.member_center .wrap_full_750 .note_block .minus_coin .coin_list {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .member_center .wrap_full_750 .note_block .minus_coin .coin_list {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .member_center .wrap_full_750 .note_block .minus_coin .coin_list span:last-child {
    padding-left: 35px;
  }
}
.member_center .wrap_full_750 .note_block .minus_coin .coin_list .icon_img {
  width: 73px;
}
.member_center .wrap_full_750 .note_block .minus_coin .coin_list .icon_img img {
  width: 20px;
}
.member_center .wrap_full_750 .note_block .minus_coin .coin_list:last-child {
  margin-bottom: 0;
}
.member_center .wrap_full_750 .note_block .minus_coin .coin_list .exchange-link {
  color: #02a6d4;
  letter-spacing: 1px;
}
.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 .note_block .birthday img {
  width: 58px;
}
.member_center .wrap_full_750 .action {
  border: 1px solid #c6c6c6;
  border-bottom: none;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .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 a .title.word7 {
  width: 203px;
}
.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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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;
}
.member_profile .login_data .line .bg-line {
  background: url("../../images/line.png") no-repeat center center #5fc40e;
  background-size: 37px;
  border-radius: 4px;
  width: 37px;
  height: 37px;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .member_profile .form_master .cart_shipping {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .member_profile .form_master .finish .btn_bg_grey {
    margin: 55px 0 35px;
  }
}

.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: 768px) {
  .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 .social_block {
  padding: 20px 0 0;
  border-top: 1px solid #dde1e7;
  margin: 18px 0 0;
}
.member .login .cart_block .social_block .fb, .member .login .cart_block .social_block .line {
  color: #fff;
}
.member .login .cart_block .social_block .fb .block, .member .login .cart_block .social_block .line .block {
  display: block;
  margin: 0 auto;
  width: 200px;
  text-align: left;
}
.member .login .cart_block .social_block .fb {
  background: #5e76b3;
  border: 1px solid #5e76b3;
  padding-left: 10px;
  letter-spacing: 1px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .member .login .cart_block .social_block .fb {
    margin-right: 10px;
  }
}
.member .login .cart_block .social_block .fb .bg-fb:before {
  background: url(https://photo.s3.com.tw/BANNER/HOOK.PNG) no-repeat center center;
  color: #fff;
  content: '';
  display: inline-block;
  width: 12px;
  height: 21px;
  margin-right: 25px;
  vertical-align: middle;
}
.member .login .cart_block .social_block .line {
  background: #01c302;
  border: 1px solid #01c302;
  letter-spacing: 1px;
}
.member .login .cart_block .social_block .line .bg-line {
  background: url("../../images/line.png") no-repeat center center;
  background-size: 37px;
  color: #fff;
  width: 37px;
  height: 37px;
  margin: -2px 14px 0 -5px;
  vertical-align: middle;
}
.member .login .quick_link a {
  display: inline-block;
}
.member .login .quick_link .signup {
  float: left;
  font-weight: bolder;
  padding: 10px;
  border: 1px solid #000;
}
.member .login .quick_link .signup.r-arrow:after {
  margin-left: 4px;
  border-color: #000;
}
.member .login .quick_link .forget {
  float: right;
  color: #a7a7a7;
  margin-right: 10px;
  padding: 11px 0;
}
.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 .block-3 > div {
  display: inline-block;
  width: -moz-calc(((100% - 20px) / 3));
  width: -webkit-calc(((100% - 20px) / 3));
  width: calc(((100% - 20px) / 3));
}
.member .join .birthday .block-3 > div:nth-child(2) {
  margin: 0 6px;
}
.member .join .birthday .block-3 > div label {
  width: 100%;
}
.member .join .birthday .block-3 > div select {
  width: -moz-calc(((100% - 20px) / 3));
  width: -webkit-calc(((100% - 20px) / 3));
  width: calc(((100% - 20px) / 3));
}
.member .join .birthday + .error_msg:after {
  display: none !important;
}
.member .join .note {
  padding: 0 0 0 10px;
  margin-bottom: 20px;
}
.member .join .note a {
  margin-bottom: -1px;
  border-bottom: 1px solid #000;
}
.member .join .top-note {
  padding: 0 0 20px 10px;
  font-size: 16px;
  line-height: 160%;
}
.member .join .top-note a.blue {
  display: block;
  margin: 20px 0 0;
  color: #02a6d4;
}
.member .join .top-note a.blue.r-arrow:after {
  border-color: #02a6d4;
}
.member .join .hightlight {
  font-size: 23px;
  font-weight: bolder;
  color: #ca0e0e;
}
.member .join .btn-block-two {
  margin-top: 80px;
}
.member .join .btn-block-two .ui_btn {
  width: -moz-calc(((100% - 10px) / 2));
  width: -webkit-calc(((100% - 10px) / 2));
  width: calc(((100% - 10px) / 2));
}
.member .join .btn-block-two .ui_btn:first-child {
  margin-right: 6px;
}
.member .join .btn-block-two .ui_btn.r-arrow:after {
  position: relative;
  left: -15px;
}
.member .join .btn-block-two .ui_btn.nopoint {
  pointer-events: none;
  background: #c1c1c1;
  border-color: #c1c1c1;
}
.member .join .btn-block-two .ui_btn.text5 {
  letter-spacing: 4px;
  text-indent: 4px;
}
.member .join .forign-phone select + label {
  padding-left: 9px;
}
.member .join .forign-phone .error select + label {
  border-color: #a64244;
}
.member .join .forign-phone .phone {
  display: inline-block;
  width: 35%;
  margin-right: 6px;
}
.member .join .forign-phone input {
  width: -moz-calc((65% - 10px) );
  width: -webkit-calc((65% - 10px) );
  width: calc((65% - 10px) );
}
.member .forget .top_note {
  line-height: 120%;
  font-size: 13px;
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  .member .forget .top_note {
    margin: 10px 0 0;
    line-height: 170%;
  }
}
.member .data_empty {
  margin: 100px auto;
  min-height: -moz-calc(( 100vh - 153px - 396px - 272px ) );
  min-height: -webkit-calc(( 100vh - 153px - 396px - 272px ) );
  min-height: calc(( 100vh - 153px - 396px - 272px ) );
}
@media only screen and (max-width: 767px) {
  .member .data_empty {
    margin: 100px auto;
    min-height: -moz-calc(( 100vh - 235px - 309px ) );
    min-height: -webkit-calc(( 100vh - 235px - 309px ) );
    min-height: calc(( 100vh - 235px - 309px ) );
  }
}
.member .data_empty .empty_text {
  text-align: center;
  font-size: 20px;
  line-height: 120%;
}
.member .invoice {
  background: #fff;
}
.member .invoice .invoice-detail {
  padding: 10px 10px;
  border: 1px solid #000;
  width: 275px;
  margin: 0 auto 48px;
}
.member .invoice .invoice-detail h3 {
  font-size: 30px;
  font-weight: bolder;
  letter-spacing: 1px;
  line-height: 130%;
  text-indent: 1px;
  text-align: center;
}
.member .invoice .invoice-detail p {
  line-height: 130%;
  font-size: 15px;
  padding-left: 13px;
}
.member .invoice .invoice-detail .note {
  color: #ce0a0a;
  text-align: center;
  padding: 2px 0;
}
.member .invoice .invoice-detail .list-info span:last-child, .member .invoice .invoice-detail .list-time span:last-child {
  margin: 0;
}
.member .invoice .invoice-detail .list-time span {
  display: inline-block;
  margin-right: 6px;
}
.member .invoice .invoice-detail .list-info span {
  display: inline-block;
}
.member .invoice .invoice-detail .list-info span:first-child {
  width: 113px;
}
.member .invoice .invoice-detail .logo-img {
  text-align: center;
  margin-bottom: 5px;
}
.member .invoice .invoice-detail .logo-img img {
  width: 110px;
}
.member .invoice .invoice-detail .barcode, .member .invoice .invoice-detail .qrcode {
  padding: 5px 20px;
}
.member .invoice .invoice-detail .barcode img, .member .invoice .invoice-detail .qrcode img {
  width: 100%;
  vertical-align: middle;
}
.member .invoice .invoice-detail .qrcode span {
  display: inline-block;
  width: 97px;
  padding: 0 8px 0 10px;
}
.member .invoice .invoice-detail .list-data {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #000;
}
.member .invoice .invoice-detail .list-data p span:last-child {
  float: right;
  padding-right: 50px;
}
.member .invoice .invoice-detail .list-data p span:nth-child(1) {
  float: left;
}
.member .select-coupon {
  padding-top: 5px;
  border-top: 1px solid #c5c5c5;
}
.member .select-coupon.IsFromCart {
  border: none;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon.IsFromCart {
    margin-top: -10px;
  }
}
.member .select-coupon.IsFromCart .top-section {
  margin-top: 0;
  border: none;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon.IsFromCart .top-section .top-title {
    margin-bottom: 50px;
  }
}
.member .select-coupon.IsFromCart .top-section .top-title a {
  letter-spacing: 4px;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon.IsFromCart .top-section .top-title a {
    font-size: 16px;
  }
}
.member .select-coupon.IsFromCart .top-section .action {
  margin-top: -46px;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon.IsFromCart .bottom-underline:after {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .member .select-coupon {
    padding-top: 0;
  }
}
.member .select-coupon .top-section {
  margin-top: -20px;
  padding-bottom: 20px;
  background: #fff;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon .top-section {
    margin-top: -27px;
    padding-bottom: 0;
  }
}
.member .select-coupon .top-section .coupon-type {
  background: #eeeeee;
}
.member .select-coupon .top-section .coupon-type.fixed {
  width: 100%;
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 999;
}
.member .select-coupon .top-section .coupon-type li {
  width: -moz-calc(( 100% / 2 ));
  width: -webkit-calc(( 100% / 2 ));
  width: calc(( 100% / 2 ));
  position: relative;
  padding: 20px 0;
  float: left;
  font-size: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon .top-section .coupon-type li {
    padding: 12px 0;
    font-size: 16px;
  }
}
.member .select-coupon .top-section .coupon-type li:first-child:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 27px;
  position: absolute;
  top: 50%;
  right: -1px;
  margin-top: -15px;
  background: #a0a0a0;
}
.member .select-coupon .top-section .coupon-type li.selected {
  display: block;
  color: #f94778;
}
.member .select-coupon .top-section .coupon-type li.selected:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f94778;
}
.member .select-coupon .top-section .coupon-type li > span {
  font-weight: bolder;
}
.member .select-coupon .top-section .action {
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon .top-section .action {
    padding: 10px 15px;
  }
}
.member .select-coupon .top-section .ui_btn {
  width: -moz-calc(( ( 100% - 15px ) / 2 ));
  width: -webkit-calc(( ( 100% - 15px ) / 2 ));
  width: calc(( ( 100% - 15px ) / 2 ));
  position: relative;
}
.member .select-coupon .top-section .ui_btn > span {
  position: relative;
}
.member .select-coupon .top-section .ui_btn:first-child {
  margin-right: 11px;
}
.member .select-coupon .top-section .ui_btn .l-arrow, .member .select-coupon .top-section .ui_btn .r-arrow {
  position: absolute;
}
.member .select-coupon .top-section .ui_btn .l-arrow:before, .member .select-coupon .top-section .ui_btn .l-arrow:after, .member .select-coupon .top-section .ui_btn .r-arrow:before, .member .select-coupon .top-section .ui_btn .r-arrow:after {
  width: 10px;
  height: 10px;
}
.member .select-coupon .top-section .ui_btn.btn_bg_white {
  color: #000;
}
.member .select-coupon .top-section .ui_btn.btn_bg_white .l-arrow {
  left: -35px;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon .top-section .ui_btn.btn_bg_white .l-arrow {
    left: -15px;
  }
}
.member .select-coupon .top-section .ui_btn.btn_bg_white .l-arrow:before {
  border-width: 2px;
  border-color: #000;
}
.member .select-coupon .top-section .ui_btn.btn_bg_grey .r-arrow {
  right: -35px;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon .top-section .ui_btn.btn_bg_grey .r-arrow {
    right: -15px;
  }
}
.member .select-coupon .top-section .ui_btn.btn_bg_grey .r-arrow:after {
  border-width: 2px;
  border-color: #fff;
}
.member .select-coupon .coupon-title {
  position: relative;
  padding: 20px 0;
  text-align: center;
}
.member .select-coupon .coupon-title .name {
  position: relative;
  font-size: 18px;
  font-weight: bolder;
  letter-spacing: 1px;
  text-indent: 1px;
}
.member .select-coupon .coupon-title .name:before, .member .select-coupon .coupon-title .name:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #c6c6c6 transparent transparent transparent;
  position: absolute;
  margin-top: 5px;
}
.member .select-coupon .coupon-title .name:before {
  left: -20px;
}
.member .select-coupon .coupon-title .name:after {
  right: -20px;
}
.member .select-coupon .coupon-title .collect-btn {
  display: block;
  position: absolute;
  top: 7px;
  right: 11px;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon .coupon-title .collect-btn {
    width: 27%;
    max-width: 100px;
    top: 12px;
    right: 8px;
  }
}
.member .select-coupon .coupon-title .collect-btn img {
  display: block;
  width: 100%;
}
.member .select-coupon .swiperCoupon {
  position: relative;
  border-bottom: 1px solid #eee;
}
.member .select-coupon .swiperCoupon:last-child {
  border: none;
}
.member .select-coupon .swiperCoupon .swiper-button-prev, .member .select-coupon .swiperCoupon .swiper-button-next {
  width: 38px;
  height: 38px;
  margin-top: -19px;
  background-image: none;
  background: #e5e5e5;
  border-radius: 100%;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .member .select-coupon .swiperCoupon .swiper-button-prev, .member .select-coupon .swiperCoupon .swiper-button-next {
    display: none;
  }
}
.member .select-coupon .swiperCoupon .swiper-button-prev:before, .member .select-coupon .swiperCoupon .swiper-button-next:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.member .select-coupon .swiperCoupon .swiper-button-prev {
  left: -50px;
}
.member .select-coupon .swiperCoupon .swiper-button-prev:before {
  margin-left: -4px;
  transform: rotate(225deg);
}
.member .select-coupon .swiperCoupon .swiper-button-next {
  right: -50px;
}
.member .select-coupon .swiperCoupon .swiper-button-next:before {
  margin-left: -10px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .member .select-coupon .swiperCoupon .swiper-container {
    padding-right: 15px;
  }
}
.member .select-coupon .swiperCoupon .swiper-wrapper {
  position: relative;
}
.member .select-coupon .coupon-list {
  padding-left: 3px;
  padding-bottom: 20px;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .member .select-coupon .coupon-list {
    display: block;
    width: calc(100% + 8px);
    margin-left: -7px;
  }
}
@media only screen and (max-width: 767px) {
  .member .select-coupon .coupon-list {
    padding-left: 15px;
  }
}
.member .select-coupon .coupon-list .detail {
  display: inline-block;
  width: 180px;
  position: relative;
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .member .select-coupon .coupon-list .detail {
    margin-left: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .member .select-coupon .coupon-list .detail {
    width: 200px;
    margin-right: 12px;
  }
}
.member .select-coupon .coupon-list .detail.disable .top-text, .member .select-coupon .coupon-list .detail.disable .s-title, .member .select-coupon .coupon-list .detail.disable .limit, .member .select-coupon .coupon-list .detail.disable .date, .member .select-coupon .coupon-list .detail.disable .link {
  color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.member .select-coupon .coupon-list .detail.disable .barocde {
  position: relative;
}
.member .select-coupon .coupon-list .detail.disable .barocde:before {
  content: '';
  display: block;
  width: -moz-calc(( 100% - 20px ));
  width: -webkit-calc(( 100% - 20px ));
  width: calc(( 100% - 20px ));
  height: 45px;
  margin: 0 10px;
  position: absolute;
  top: 10px;
  background: #d4d4d4;
  z-index: 2;
  opacity: 0.9;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon .coupon-list .detail.disable .barocde:before {
    width: -moz-calc(( 100% - 20px ));
    width: -webkit-calc(( 100% - 20px ));
    width: calc(( 100% - 20px ));
    height: 52px;
    top: 10px;
  }
}
.member .select-coupon .coupon-list .detail.disable .barocde:after {
  content: '已使用';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 19px;
  color: #717171;
  font-size: 29px;
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon .coupon-list .detail.disable .barocde:after {
    top: 23px;
  }
}
.member .select-coupon .coupon-list .detail.disable .checkbox_style {
  color: #999999;
}
.member .select-coupon .coupon-list .detail.disable .checkbox_style input[type=checkbox] {
  width: 0 !important;
}
.member .select-coupon .coupon-list .detail.disable .checkbox_style input[type=checkbox] + label span:before {
  background: #eeeeee !important;
  border-color: #eeeeee !important;
}
.member .select-coupon .coupon-list .detail .main {
  display: block;
  min-height: 209px;
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon .coupon-list .detail .main {
    min-height: 218px;
  }
}
.member .select-coupon .coupon-list .detail .main .website .s-title, .member .select-coupon .coupon-list .detail .main .website .limit {
  color: #ff799e !important;
}
.member .select-coupon .coupon-list .detail .main .website .date {
  color: #000 !important;
}
.member .select-coupon .coupon-list .detail .main .website .date .link {
  color: #02a6d4 !important;
  border-bottom: 1px solid #02a6d4 !important;
}
.member .select-coupon .coupon-list .detail .main .img-block {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}
.member .select-coupon .coupon-list .detail .main .img-block img {
  width: 100%;
  height: 230px;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon .coupon-list .detail .main .img-block img {
    height: 246px;
  }
}
.member .select-coupon .coupon-list .detail .main .text-block {
  position: relative;
  padding: 20px 0 0;
  margin-right: 5px;
  z-index: 2;
}
.member .select-coupon .coupon-list .detail .main .text-block .top-text {
  height: 47px;
  padding-bottom: 10px;
  margin: 0 10px 5px;
  color: #f94778;
  font-weight: bolder;
  border-bottom: 1px dotted #c6c6c6;
}
.member .select-coupon .coupon-list .detail .main .text-block .top-text .sign {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon .coupon-list .detail .main .text-block .top-text .sign {
    font-size: 20px;
  }
}
.member .select-coupon .coupon-list .detail .main .text-block .top-text .price {
  font-size: 35px;
  font-family: 'LiHei Pro', 'Microsoft JhengHei';
}
@media only screen and (max-width: 767px) {
  .member .select-coupon .coupon-list .detail .main .text-block .top-text .price {
    font-size: 45px;
  }
}
.member .select-coupon .coupon-list .detail .main .text-block .top-text .text {
  margin-left: -3px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon .coupon-list .detail .main .text-block .top-text .text {
    font-size: 18px;
  }
}
.member .select-coupon .coupon-list .detail .main .text-block .top-text .s-title {
  font-size: 22px;
  line-height: 52px;
  color: #f94778;
  font-family: 'LiHei Pro', 'Microsoft JhengHei';
}
@media only screen and (max-width: 767px) {
  .member .select-coupon .coupon-list .detail .main .text-block .top-text .s-title {
    font-size: 24px;
  }
}
.member .select-coupon .coupon-list .detail .main .text-block .circle {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 10px;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon .coupon-list .detail .main .text-block .circle {
    width: 45px;
    height: 45px;
    top: 15px;
  }
}
.member .select-coupon .coupon-list .detail .main .text-block .circle.alreadyGet:after {
  position: absolute;
  margin-left: 13px;
  margin-top: 9px;
  padding-bottom: 1px;
  border-bottom: 1px solid #000;
  color: #000;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon .coupon-list .detail .main .text-block .circle.alreadyGet:after {
    margin: 0;
    bottom: -28px;
    left: 13px;
  }
}
.member .select-coupon .coupon-list .detail .main .text-block .circle img {
  width: 100%;
}
.member .select-coupon .coupon-list .detail .main .text-block .note {
  font-size: 12px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon .coupon-list .detail .main .text-block .note {
    font-size: 14px;
  }
}
.member .select-coupon .coupon-list .detail .main .text-block .note > span {
  display: block;
}
.member .select-coupon .coupon-list .detail .main .text-block .note .limit {
  padding-top: 5px;
  padding-right: 6px;
  margin-bottom: 10px;
  color: #f94778;
}
.member .select-coupon .coupon-list .detail .main .text-block .note .date {
  color: #000;
}
.member .select-coupon .coupon-list .detail .main .text-block .note .link {
  color: #02a6d4;
  border-bottom: 1px solid #02a6d4;
}
.member .select-coupon .coupon-list .detail .main .text-block .barocde {
  margin-top: 4px;
}
.member .select-coupon .coupon-list .detail .main .text-block .barocde svg {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 8px 10px 7px;
  border-bottom: 1px solid #c6c6c6;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon .coupon-list .detail .main .text-block .barocde svg {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.member .select-coupon .coupon-list .detail .main .text-block .action-use {
  padding: 6px 0;
  margin: 0 10px 0 -16px;
  background: none;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon .coupon-list .detail .main .text-block .action-use {
    padding: 8px 0 0;
  }
}
.member .select-coupon .coupon-list .detail .main .text-block .action-use input[type=checkbox] {
  width: 100%;
}
.member .select-coupon .coupon-list .detail .main .text-block .action-use input[type=checkbox] + label span {
  letter-spacing: 4px;
}
.member .select-coupon .coupon-list .detail .main .text-block .action-use input[type=checkbox] + label span:before {
  background-image: linear-gradient(0deg, #cbcbcb 0%, #ffffff 100%);
}
.member .select-coupon .coupon-list .detail .main .text-block .action-use input[type=checkbox]:checked + label span:before {
  background: #f94778;
  border-color: #f94778;
}
.member .select-coupon .coupon-list .detail .main .text-block .action-use input[type=checkbox]:checked + label span em {
  width: 2px;
  position: absolute;
  left: 8px;
}
.member .select-coupon .coupon-list .detail .main .text-block .action-use input[type=checkbox]:checked + label span em:before, .member .select-coupon .coupon-list .detail .main .text-block .action-use input[type=checkbox]:checked + label span em:after {
  content: '';
  background: #fff;
  display: inline-block;
}
.member .select-coupon .coupon-list .detail .main .text-block .action-use input[type=checkbox]:checked + label span em:before {
  width: 2px;
  height: 11px;
  transform: rotate(221deg);
}
.member .select-coupon .coupon-list .detail .main .text-block .action-use input[type=checkbox]:checked + label span em:after {
  width: 2px;
  height: 6px;
  margin-left: -7px;
  transform: rotate(-45deg);
}
.member .select-coupon .coupon-list .detail .main .website-img-block {
  display: none;
}
.member .select-coupon .coupon-list .detail .main.website .text-block .barocde svg {
  display: none;
}
.member .select-coupon .coupon-list .detail .main.website .text-block .note {
  min-height: 55px;
}
.member .select-coupon .coupon-list .detail .main.website .text-block .note .limit {
  height: 38px;
  padding: 5px 15px;
  line-height: 155%;
}
.member .select-coupon .coupon-list .detail .main.website .type-title {
  padding: 10px 1px 2px 0;
  margin: 0 1px 3px 2px;
  text-align: center;
  font-size: 35px;
  color: #ffe7ec;
  font-family: "Bitstream Vera Sans",Helvetica, Arial;
  border-bottom: 1px solid #ffe7ec;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon .coupon-list .detail .main.website .type-title {
    padding: 20px 2px 3px 0;
    margin: 0 2px 3px 2px;
  }
}
.member .select-coupon .coupon-list .detail .main.exout {
  min-height: 226px;
  margin-bottom: 13px;
  filter: grayscale(100%);
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon .coupon-list .detail .main.exout {
    min-height: 242px;
    margin-bottom: 6px;
  }
}
.member .select-coupon .coupon-list .detail .main.exout:before, .member .select-coupon .coupon-list .detail .main.exout:after {
  content: '';
  display: block;
  width: 26px;
  height: 11px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  background: #fff;
  z-index: 20;
}
.member .select-coupon .coupon-list .detail .main.exout:before {
  top: 0;
  border-radius: 0 0 22px 22px;
}
.member .select-coupon .coupon-list .detail .main.exout:after {
  bottom: 0;
  border-radius: 22px 22px 0 0;
}
.member .select-coupon .coupon-list .detail .main.exout .cover-wrap {
  display: block;
}
.member .select-coupon .coupon-list .detail .main.exout .img-block, .member .select-coupon .coupon-list .detail .main.exout .text-block {
  z-index: auto;
}
.member .select-coupon .coupon-list .detail .main.exout .text-block .circle, .member .select-coupon .coupon-list .detail .main.exout .text-block .type-title {
  z-index: 16;
}
.member .select-coupon .coupon-list .detail .main.exout .type-title {
  position: relative;
  color: #fbfbfb;
  border-bottom: 1px solid #fbfbfb;
}
.member .select-coupon .coupon-list .detail .main .cover-wrap {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  background: rgba(243, 243, 243, 0.69);
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #717171;
}
.member .select-coupon .coupon-list .detail .main .cover-wrap .inner {
  display: block;
  position: relative;
  padding: 60% 0 0;
}
.member .select-coupon .coupon-list .detail .main .cover-wrap .inner:before, .member .select-coupon .coupon-list .detail .main .cover-wrap .inner:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 2px;
  margin: 0 4px;
  vertical-align: 11px;
  background: #717171;
}
.member .select-coupon .coupon-list .detail .note-link {
  margin-bottom: 20px;
  padding-left: 35px;
  font-size: 18px;
  letter-spacing: 2px;
  color: #777278;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon .coupon-list .detail .note-link {
    display: inline-block;
  }
}
@media only screen and (max-width: 480px) {
  .member .select-coupon .coupon-list .detail .note-link {
    padding-left: 15px;
  }
}
.member .select-coupon .coupon-list .detail .note-link:hover {
  color: #ed4c77;
}
.member .select-coupon .note-list {
  background: #fff;
  border-top: 1px solid #e5e5e5;
  padding: 15px 0 10px;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon .note-list {
    padding: 15px 0 10px;
    border-top: 10px solid #eee;
  }
}
.member .select-coupon .note-list > ul {
  margin: 0 11px 0 35px;
  word-break: break-all;
}
.member .select-coupon .note-list > ul li {
  display: list-item;
  padding-bottom: 5px;
  list-style: decimal;
  line-height: 150%;
  text-align: justify;
  font-size: 14px;
}
.member .select-coupon .selected {
  display: none;
}
.member .my-coupon {
        /*
        .coupon-list .detail .main{
            position: relative;
            @media only screen and (max-width: 395px) {
                //width:320px !important;
            }
        }
        
        .coupon-list .detail .main .img-block{
            display: inline-block;
            padding-left:25px;
        }
        .coupon-list .detail .main .text-block{
            display: inline-block;
            height: 115px;
            padding: 25px 0 0 65px;
            @include respond-to(mx767) {
                width:100%;
                padding: 21px 0 0 60px;
            }
            .price{
                font-size: 65px;
            }
            @media only screen and (max-width: 395px) {
                //padding: 18px 0 0 60px;
            }
            .note{
                margin:0;
                @include respond-to(mx767) {
                    font-size: 14px;
                    margin-top: -2px;
                    padding-top: 0;
                }
                @media only screen and (max-width: 395px) {
                    //margin-top:1px;
                }
            }
        }            
        .coupon-list .detail .main .text-block .circle{
            right:-29px;
            @include respond-to(mx767) {
                right:19px;
                margin-top: 2px;
                img{
                    width:45px;
                }
            }
            &.alreadyGet:after{
                display: none;
            }
            @media only screen and (max-width: 395px) {
                //top:30px;
                //right:40px; 
            }
        }
        .selected{
            display: inline-block;
            position: absolute;
            left:0;
            @include calc(top, "( 50% - 9px  )");
            @include respond-to(mx767) {
                @include calc(top, "( 50% - 16px  )");
            }
            .select{
                display: inline-block;
                width: 18px;
                height: 18px;
                margin-right:5px;
                border:1px solid #a9a9a9;
                border-radius: 100%;
                @include respond-to(mx767) {
                    width:24px;
                    height: 24px;
                }
            }
            .active{
                position: relative;
                background: #02a6d4;
                &:before{
                    content: '';
                    width:4px;
                    height: 2px;
                    position: absolute;
                    left:3px;
                    top:8px;
                    background: #fff;  
                    transform: rotate(55deg);                  
                    @include respond-to(mx767) {
                        width:8px;
                        left:3px;
                        top:13px;
                    }
                }
                &:after{
                    content: '';
                    width:11px;
                    height: 2px;
                    position: absolute;
                    left:4px;
                    top:7px;
                    background: #fff;  
                    transform: rotate(-55deg);     
                    @include respond-to(mx767) {
                        width:16px;
                        left:5px;
                        top:10px;
                    }             
                }
            }

        }
        .coupon-list .detail .main{
            @include respond-to(mx767) {
                display: inline-block;
                width: 320px;
                margin-bottom: 0;
                text-align: left;
                vertical-align: middle;
            }

            @media only screen and (max-width: 395px) {
                //width: 290px;
            }
        }
        */
}
.member .my-coupon .action-use {
  display: none;
}
.member .select-coupon-detail .top-section2 {
  padding: 15px 0;
  margin: -45px 0 0;
  background: #eee;
  text-align: center;
}
.member .select-coupon-detail .top-section2 > div {
  width: 504px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 520px) {
  .member .select-coupon-detail .top-section2 > div {
    width: 100%;
    max-width: 504px;
    padding: 0 10px;
  }
}
.member .select-coupon-detail .top-section2 .img-block {
  position: relative;
}
.member .select-coupon-detail .top-section2 .img-block img {
  width: 504px;
  margin: 0 auto;
}
@media only screen and (max-width: 520px) {
  .member .select-coupon-detail .top-section2 .img-block img {
    max-width: 504px;
    width: 100%;
  }
}
.member .select-coupon-detail .top-section2 .text-block {
  position: absolute;
  width: 75%;
  padding-right: 20px;
  text-align: left;
  z-index: 2;
  top: 10px;
  left: 8%;
}
.member .select-coupon-detail .top-section2 .text-block .sub-title {
  padding: 15px 0 20px;
  font-size: 24px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 520px) {
  .member .select-coupon-detail .top-section2 .text-block .sub-title {
    padding-top: 10px;
    font-size: 20px;
  }
}
.member .select-coupon-detail .top-section2 .text-block .top {
  padding: 0 8px;
}
.member .select-coupon-detail .top-section2 .text-block .top > div {
  display: inline-block;
}
.member .select-coupon-detail .top-section2 .text-block .top .price-block {
  width: -moz-calc(( 100% - 120px ));
  width: -webkit-calc(( 100% - 120px ));
  width: calc(( 100% - 120px ));
  color: #ff799e;
}
@media only screen and (max-width: 520px) {
  .member .select-coupon-detail .top-section2 .text-block .top .price-block {
    width: -moz-calc(( 100% - 101px ));
    width: -webkit-calc(( 100% - 101px ));
    width: calc(( 100% - 101px ));
  }
}
.member .select-coupon-detail .top-section2 .text-block .top .price-block .sign {
  font-size: 31px;
}
@media only screen and (max-width: 520px) {
  .member .select-coupon-detail .top-section2 .text-block .top .price-block .sign {
    font-size: 22px;
  }
}
.member .select-coupon-detail .top-section2 .text-block .top .price-block .price {
  font-family: 'Noto Serif KR', sans-serif;
  font-size: 68px;
  font-weight: bolder;
}
@media only screen and (max-width: 520px) {
  .member .select-coupon-detail .top-section2 .text-block .top .price-block .price {
    font-size: 42px;
  }
}
.member .select-coupon-detail .top-section2 .text-block .top .price-block .text {
  margin-left: -3px;
  font-size: 26px;
}
@media only screen and (max-width: 520px) {
  .member .select-coupon-detail .top-section2 .text-block .top .price-block .text {
    font-size: 15px;
  }
}
.member .select-coupon-detail .top-section2 .text-block .top .price-block .s-title {
  margin-top: 18px;
  font-size: 42px;
  vertical-align: text-bottom;
}
@media only screen and (max-width: 520px) {
  .member .select-coupon-detail .top-section2 .text-block .top .price-block .s-title {
    font-size: 26px;
  }
}
.member .select-coupon-detail .top-section2 .text-block .top .note-block {
  width: 115px;
  font-size: 14px;
}
@media only screen and (max-width: 520px) {
  .member .select-coupon-detail .top-section2 .text-block .top .note-block {
    width: 97px;
    font-size: 12px;
  }
}
.member .select-coupon-detail .top-section2 .text-block .top .note-block > div {
  line-height: 140%;
}
.member .select-coupon-detail .top-section2 .text-block .top .note-block .limit {
  color: #ff799e;
}
.member .select-coupon-detail .top-section2 .text-block .barocde {
  width: 100%;
}
.member .select-coupon-detail .top-section2 .text-block .barocde svg {
  width: 100%;
  height: 100%;
}
.member .select-coupon-detail .top-section {
  padding: 15px 0 37px;
  margin: -45px 0 0;
  background: #eee;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon-detail .top-section {
    position: relative;
    padding: 15px 0 12px;
  }
}
.member .select-coupon-detail .top-section > div {
  width: 504px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon-detail .top-section > div {
    width: 95%;
  }
}
.member .select-coupon-detail .top-section img {
  width: 100%;
}
.member .select-coupon-detail .top-section .img-block {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon-detail .top-section .img-block {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
}
.member .select-coupon-detail .top-section .text-block {
  position: relative;
  min-height: 171px;
  padding-right: 135px;
  padding-left: 55px;
  text-align: left;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon-detail .top-section .text-block {
    position: absolute;
    top: 14px;
    left: 0;
    padding-right: 28%;
    padding-left: 11%;
  }
}
.member .select-coupon-detail .top-section .text-block .sub-title {
  padding: 19px 0 0;
  font-size: 22px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon-detail .top-section .text-block .sub-title {
    min-width: 61vmin;
    font-size: 4.2vmin;
    padding: 6% 0 1%;
  }
}
.member .select-coupon-detail .top-section .text-block .price-block {
  color: #f94778;
}
.member .select-coupon-detail .top-section .text-block .price-block .s-title {
  font-family: 'LiHei Pro', 'Microsoft JhengHei';
  font-size: 44px;
  padding: 10px 0 4px;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon-detail .top-section .text-block .price-block .s-title {
    font-size: 7.5vmin;
    font-weight: bolder;
    padding: 2% 0;
  }
}
.member .select-coupon-detail .top-section .text-block .price-block .sign {
  font-size: 35px;
  font-weight: bolder;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon-detail .top-section .text-block .price-block .sign {
    font-size: 7vmin;
  }
}
.member .select-coupon-detail .top-section .text-block .price-block .price {
  font-family: 'LiHei Pro', 'Microsoft JhengHei';
  font-size: 77px;
  font-weight: bolder;
  margin-top: 29px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon-detail .top-section .text-block .price-block .price {
    font-size: 14.5vmin;
    margin-top: 9%;
    margin-bottom: 5px;
  }
}
.member .select-coupon-detail .top-section .text-block .price-block .text {
  margin-left: -3px;
  font-size: 29px;
  font-weight: bolder;
  vertical-align: 5px;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon-detail .top-section .text-block .price-block .text {
    font-size: 5.5vmin;
    vertical-align: 3px;
  }
}
.member .select-coupon-detail .top-section .text-block .note-block {
  font-size: 16px;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .member .select-coupon-detail .top-section .text-block .note-block {
    padding-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .member .select-coupon-detail .top-section .text-block .note-block {
    font-size: 3.5vmin;
  }
}
.member .select-coupon-detail .top-section .text-block .note-block > div {
  display: inline-block;
}
.member .select-coupon-detail .top-section .text-block .note-block .date a {
  color: #02a6d4;
  font-weight: bold;
  border-bottom: 1px solid #02a6d4;
}
.member .select-coupon-detail .top-section .text-block .note-block .limit {
  padding-right: 6px;
  margin-bottom: -2px;
  color: #f94778;
  line-height: 140%;
}
.member .select-coupon-detail .top-section .text-block .note-block .limitBlock {
  display: block;
  margin-bottom: 7px;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon-detail .top-section .text-block .note-block .limitBlock {
    margin-bottom: 5px;
  }
}
.member .select-coupon-detail .coupon-wrap {
  position: relative;
  margin: -45px 0 0;
  padding: 15px 5px;
  background: #eee;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon-detail .coupon-wrap {
    padding: 4.6875vw 1.5vw;
  }
}
.member .select-coupon-detail .coupon-wrap img {
  display: block;
  width: 100%;
}
.member .select-coupon-detail .coupon-wrap .bg {
  width: 100%;
  max-width: 504px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon-detail .coupon-wrap .bg {
    max-width: 100%;
  }
}
.member .select-coupon-detail .coupon-wrap .coupon-attr {
  width: 401px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -200.5px;
  padding: 50px 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon-detail .coupon-wrap .coupon-attr {
    width: 80%;
    height: 100%;
    margin-left: -40%;
    padding: 28px 0;
    padding: 8.75vw 0;
  }
}
.member .select-coupon-detail .coupon-wrap .coupon-attr > * {
  display: inline-block;
}
.member .select-coupon-detail .coupon-wrap .coupon-attr .price {
  color: #f94778;
  font-size: 36px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon-detail .coupon-wrap .coupon-attr .price {
    margin-top: 4%;
    font-size: 24px;
    font-size: 7.5vw;
  }
}
.member .select-coupon-detail .coupon-wrap .coupon-attr .price em, .member .select-coupon-detail .coupon-wrap .coupon-attr .price span {
  display: inline-block;
}
.member .select-coupon-detail .coupon-wrap .coupon-attr .price em {
  margin: 0 7px 0 1px;
  font-weight: normal;
  font-size: 82px;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon-detail .coupon-wrap .coupon-attr .price em {
    font-size: 50px;
    font-size: 15.625vw;
  }
}
.member .select-coupon-detail .coupon-wrap .coupon-attr .price span {
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon-detail .coupon-wrap .coupon-attr .price span {
    font-size: 18px;
    font-size: 5.625vw;
  }
}
.member .select-coupon-detail .coupon-wrap .coupon-attr .got-icon {
  width: 70px;
  margin-top: 5px;
  float: right;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon-detail .coupon-wrap .coupon-attr .got-icon {
    width: 44px;
    width: 13.75vw;
    margin-top: 3%;
  }
}
.member .select-coupon-detail .coupon-wrap .coupon-attr .barocde {
  display: block;
  max-width: 401px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon-detail .coupon-wrap .coupon-attr .barocde {
    max-width: 100%;
  }
  .member .select-coupon-detail .coupon-wrap .coupon-attr .barocde svg {
    width: 100%;
    height: 100%;
  }
}
.member .select-coupon-detail .coupon-wrap .coupon-attr .barocde text {
  font-family: arial !important;
}
.member .select-coupon-detail .coupon-wrap .note-block {
  display: block;
  margin: 20px 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon-detail .coupon-wrap .note-block {
    position: absolute;
    bottom: 12%;
    left: 0;
  }
}
.member .select-coupon-detail .coupon-wrap .note-block > span {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon-detail .coupon-wrap .note-block > span {
    font-size: 14px;
    font-size: 4.375vw;
  }
}
.member .select-coupon-detail .coupon-wrap .note-block .limit {
  margin-right: 5px;
  color: #f94778;
}
.member .select-coupon-detail .coupon-wrap .note-block .date {
  color: #050505;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon-detail .action {
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 10px;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    z-index: 2;
  }
}
.member .select-coupon-detail .action .ui_btn {
  width: 100%;
  background: #554f56;
  border-color: #554f56;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon-detail .action .ui_btn {
    background: #f9517f;
    border-color: #f9517f;
  }
}
.member .select-coupon-detail .note-list {
  line-height: 150%;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon-detail .note-list {
    margin: 0 10px;
  }
}
.member .select-coupon-detail .note-list li {
  display: block;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.member .select-coupon-detail .note-list li:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon-detail .note-list li {
    padding: 15px 10px;
  }
}
.member .select-coupon-detail .note-list li.gift-wrap {
  position: relative;
  margin-top: 10px;
  padding: 0 15px 15px;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon-detail .note-list li.gift-wrap {
    padding: 0 10px 15px;
  }
}
.member .select-coupon-detail .note-list li.gift-wrap .tag {
  min-width: 148px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 20px 3px 14px;
  color: #fff;
  font-size: 18px;
  background: #ff799e;
  z-index: 11;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon-detail .note-list li.gift-wrap .tag {
    min-width: 142px;
    left: -10px;
    padding: 3px 20px 2px 14px;
    font-size: 16px;
  }
}
.member .select-coupon-detail .note-list li.gift-wrap .tag:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 14.5px 9px 14.5px 0;
  border-color: transparent #ffffff transparent transparent;
}
.member .select-coupon-detail .note-list li.gift-wrap img {
  display: block;
  width: 100%;
}
.member .select-coupon-detail .note-list li.gift-wrap .name, .member .select-coupon-detail .note-list li.gift-wrap .img {
  display: inline-block;
  vertical-align: top;
}
.member .select-coupon-detail .note-list li.gift-wrap .name a, .member .select-coupon-detail .note-list li.gift-wrap .img a {
  display: block;
}
.member .select-coupon-detail .note-list li.gift-wrap .name {
  width: -moz-calc((100% - 190px));
  width: -webkit-calc((100% - 190px));
  width: calc((100% - 190px));
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon-detail .note-list li.gift-wrap .name {
    font-size: 14px;
  }
}
.member .select-coupon-detail .note-list li.gift-wrap .name a {
  padding-top: 45px;
  color: #727070;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon-detail .note-list li.gift-wrap .name a {
    padding-top: 40px;
  }
}
.member .select-coupon-detail .note-list li.gift-wrap .img {
  width: 185px;
}
.member .select-coupon-detail .note-list .sub-title {
  color: #777278;
}
.member .select-coupon-detail .note-list .text {
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon-detail .note-list .text {
    width: 100%;
  }
}
.member .select-coupon-detail .disable .price-block, .member .select-coupon-detail .disable .limit, .member .select-coupon-detail .disable .date {
  color: #c6c6c6 !important;
}
.member .select-coupon-detail .disable .barocde {
  position: relative;
}
.member .select-coupon-detail .disable .barocde:before {
  content: '';
  display: block;
  width: -moz-calc(( 100% - 15px ));
  width: -webkit-calc(( 100% - 15px ));
  width: calc(( 100% - 15px ));
  height: 103px;
  margin: 0 10px;
  position: absolute;
  top: 8px;
  left: -2px;
  background: #d4d4d4;
  z-index: 2;
  opacity: 0.9;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon-detail .disable .barocde:before {
    width: -moz-calc(( 100% - 10px ));
    width: -webkit-calc(( 100% - 10px ));
    width: calc(( 100% - 10px ));
    height: -moz-calc(( 100% - 12px ));
    height: -webkit-calc(( 100% - 12px ));
    height: calc(( 100% - 12px ));
    margin: 0;
    top: 6px;
    left: 5px;
  }
}
.member .select-coupon-detail .disable .barocde:after {
  content: '已使用';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 41px;
  color: #717171;
  font-size: 48px;
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .member .select-coupon-detail .disable .barocde:after {
    width: -moz-calc(( 100% - 10px ));
    width: -webkit-calc(( 100% - 10px ));
    width: calc(( 100% - 10px ));
    height: -moz-calc(( 100% - 12px ));
    height: -webkit-calc(( 100% - 12px ));
    height: calc(( 100% - 12px ));
    top: -moz-calc(( 50% - 22px ));
    top: -webkit-calc(( 50% - 22px ));
    top: calc(( 50% - 22px ));
    left: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .member .beauty_coin .total_coin_title {
    padding-top: 20px;
  }
}
.member .beauty_coin .total_coin_title span:first-child em {
  color: #f94778;
  font-weight: bolder;
}
.member .beauty_coin .total_coin_title span:last-child {
  color: #a0a0a0;
  padding-left: 5px;
}
.member .beauty_coin .banner-img {
  margin: -23px 0 35px;
  padding: 0 5px;
}
@media only screen and (max-width: 767px) {
  .member .beauty_coin .banner-img {
    margin: -53px 0 13px;
    padding: 0;
  }
}
.member .beauty_coin .banner-img a {
  display: block;
}
.member .beauty_coin .banner-img img {
  display: block;
  width: 100%;
}
.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: 767px) {
  .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: 768px) {
  .member .beauty_coin .history_list li {
    word-break: break-all;
    margin-right: 39px;
    width: 95px;
    text-align: center;
  }
  .member .beauty_coin .history_list li:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .member .beauty_coin .history_list li {
    width: 20%;
    margin-left: -8px;
    text-align: center;
    padding: 10px 0;
  }
  .member .beauty_coin .history_list li:first-child {
    margin-left: 0;
  }
  .member .beauty_coin .history_list li:last-child {
    width: -moz-calc(( 20% + 15px ));
    width: -webkit-calc(( 20% + 15px ));
    width: calc(( 20% + 15px ));
  }
  .member .beauty_coin .history_list li span {
    display: block;
    font-size: 0.75em;
    word-break: break-all;
  }
}
@media only screen and (max-width: 767px) {
  .member .beauty_coin .row_name li {
    font-size: 12px;
  }
}
.member .cashback .note_list {
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .member .cashback .history_list li {
    margin-right: 23px;
    width: 108px;
  }
}
@media only screen and (max-width: 767px) {
  .member .cashback .history_list li {
    width: 16%;
  }
  .member .cashback .history_list li:nth-child(1) {
    width: 20%;
  }
  .member .cashback .history_list li:nth-child(2) {
    width: 30%;
  }
  .member .cashback .history_list li:nth-child(3) {
    width: 22%;
  }
  .member .cashback .history_list li:last-child {
    width: 16%;
  }
}
.member .cashback .total_coin_title {
  font-weight: bolder;
}
.member .cashback .total_coin_title span:last-child {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .member .cashback .total_coin_title {
    text-align: center;
  }
}
.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: #f94778;
  font-weight: bolder;
}
.member .order_list_block .order_list li a .column-content {
  color: #0070c9;
}
@media only screen and (max-width: 767px) {
  .member .order_list_block .order_list li a {
    display: block;
  }
}
.member .order_list_block .order_list li .repay {
  position: relative;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .member .order_list_block .order_list li .repay {
    padding-bottom: 0;
  }
}
.member .order_list_block .order_list li .repay .repayBtn {
  width: 120px;
  position: absolute;
  padding: 5px 0;
  left: -5px;
  bottom: 0;
  background-color: #554f56;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.member .order_list_block .order_list li .repay .repayBtn.r-arrow:after {
  margin-left: 6px;
}
@media only screen and (max-width: 767px) {
  .member .order_list_block .order_list li .repay .repayBtn {
    left: auto;
    right: 9px;
    bottom: -4px;
  }
}
.member .order_list_block .order_list li:nth-child(1) a, .member .order_list_block .order_list li:nth-child(5) a {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .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: 768px) {
  .member .order_list_block .order_list li {
    margin-right: 36px;
    width: 100px;
    text-align: center;
  }
  .member .order_list_block .order_list li:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .member .order_detail_block {
    margin-top: -28px;
    border: 1px solid #eee;
  }
}
@media only screen and (max-width: 767px) {
  .member .order_detail_block {
    margin-top: -46px;
  }
}
@media only screen and (min-width: 768px) {
  .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: #0070c9;
  border-bottom: 1px solid #0070c9;
  padding-bottom: 1px;
}
.member .order_detail_block .order_detail li .shipping_number {
  color: #0070c9;
}
.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: 767px) {
  .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: 768px) {
  .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: 767px) {
  .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;
}
.member.order .note_list {
  margin-top: -18px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .member.order .receiver .receiver-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
.member.order .receiver .receiver-title .vendor-tag {
  display: inline-block;
  margin: 0 6px -5px 5px;
  padding: 6px 7px;
  background: #fc6d20;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .member.order .receiver .receiver-title .vendor-tag {
    margin: 0 6px 3px 5px;
  }
}
.member.order .receiver .receiver-content span {
  display: inline-block;
  line-height: 150%;
}
@media only screen and (max-width: 767px) {
  .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 .img_block img {
  width: 100%;
  vertical-align: middle;
}
.member.order .cart_content .content-title {
  font-weight: bolder;
  padding: 20px 25px;
}
@media only screen and (max-width: 767px) {
  .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: 767px) {
  .member.order .cart_content .table_list {
    padding: 20px 0;
    margin: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .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: 767px) {
  .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: 767px) {
  .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: 768px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .member.order .total li span:last-child {
    float: right;
    width: 35%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .member .wishlist li .product_info_block .sp_text, .member .wishlist li .product_info_block .product_name {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.member .wishlist li .product_info_block .product_name {
  font-size: 14px;
  height: 40px;
  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: #ee4d79;
  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: 767px) {
  .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: 768px) {
  .member .table_list {
    padding: 10px 45px;
  }
}
.member .table_list li {
  vertical-align: text-top;
}
@media only screen and (min-width: 768px) {
  .member .row_to_column_list:nth-child(odd) {
    background: #eeeeee;
  }
}
@media only screen and (max-width: 767px) {
  .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;
  }
  .member .row_to_column_list .column-title, .member .row_to_column_list .column-content {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
  }
  .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;
  }
}
@media only screen and (min-width: 768px) {
  .member .table-list-pc .table_list {
    display: flex;
    width: 100%;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .member .table-list-pc .table_list li {
    width: 100%;
    margin-right: 0;
    line-height: 130%;
  }
}
@media only screen and (min-width: 768px) {
  .member .table-list-pc .table_list li .column-title, .member .table-list-pc .table_list li .column-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.member .note_list {
  background: #fff;
  padding: 0 10px 50px;
}
@media only screen and (max-width: 767px) {
  .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 li:last-child {
  margin-bottom: 0;
}
.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: 767px) {
  .member .memo_list li {
    list-style-type: disc;
    display: list-item;
  }
}
.member .line-match {
  padding-top: 40px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .member .line-match {
    padding-top: 0;
    margin-top: -20px;
  }
}
.member .line-match .option > div {
  margin-top: 20px;
  border-bottom: 1px solid #dde1e7;
}
.member .line-match .option > div:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .member .line-match .option > div .list_text {
    margin-left: -5px;
    font-size: 15px;
    width: -moz-calc((100% - 30px));
    width: -webkit-calc((100% - 30px));
    width: calc((100% - 30px));
  }
}
@media only screen and (max-width: 365px) {
  .member .line-match .option > div .list_text {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .member .line-match .option .radio_style_block {
    margin-left: -35px;
  }
}
@media only screen and (max-width: 767px) {
  .member .line-match .option .radio_style_block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.member .line-match .option .line, .member .line-match .option .forgetpw {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .member .line-match .option .line, .member .line-match .option .forgetpw {
    margin-bottom: 15px;
  }
}
.member .line-match .option .forgetpw {
  padding-left: 10px;
  font-size: 14px;
  color: #a7a7a7;
}
@media only screen and (max-width: 767px) {
  .member .line-match .option .line {
    padding-left: 30px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 365px) {
  .member .line-match .option .line {
    font-size: 13px;
  }
}
.member .line-match .option .line .bg-line {
  background: url("../../images/line.png") no-repeat center center #5fc40e;
  background-size: 37px;
  border-radius: 4px;
  color: #fff;
  width: 37px;
  height: 37px;
  margin: 0 14px 0 0;
  vertical-align: middle;
}
.member .line-match .fb-block {
  margin-top: 20px;
}
.member .line-match .fb-block .fb {
  position: relative;
  background: #5e76b3;
  border-color: #5e76b3;
  letter-spacing: 1px;
  margin-top: 10px;
}
.member .line-match .fb-block .fb .block {
  display: block;
  margin: 0 auto;
  width: 200px;
  text-align: left;
}
.member .line-match .fb-block .fb .bg-fb {
  display: inline-block;
}
.member .line-match .fb-block .fb .bg-fb:before {
  background: url(https://photo.s3.com.tw/BANNER/HOOK.PNG) no-repeat center center;
  color: #fff;
  content: '';
  display: inline-block;
  width: 12px;
  height: 21px;
  margin-right: 25px;
  vertical-align: middle;
}
.member .line-match .btn-block a {
  width: -moz-calc(( (100% - 15px) / 2 ));
  width: -webkit-calc(( (100% - 15px) / 2 ));
  width: calc(( (100% - 15px) / 2 ));
  margin: 20px 0;
}
.member .line-match .btn-block a:first-child {
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .member .gap_bottom {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .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.pc_btn .m-ver {
  display: block;
}
.member .gap_block.pc_btn .m-ver .btn {
  padding: 10px 25px 10px 15px;
}
.member .gap_block.pc_btn .m-ver .btn:after {
  right: 15px;
}
.member .gap_block .index-pagination {
  padding-bottom: 0;
}
.member .gap_block .index-pagination .btn {
  padding: 10px;
  letter-spacing: 4px;
  text-indent: 4px;
}
@media only screen and (max-width: 767px) {
  .member .gap_block .index-pagination {
    margin: 0 5px -30px;
  }
  .member .gap_block .index-pagination .btn {
    width: 100%;
  }
  .member .gap_block .index-pagination .btn:after {
    left: -moz-calc(( 50% + 85px ));
    left: -webkit-calc(( 50% + 85px ));
    left: calc(( 50% + 85px ));
  }
}
@media only screen and (max-width: 767px) {
  .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 ));
  }
}

.line-login-wrap {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .line-login-wrap {
    min-height: -moz-calc((100vh - 235px));
    min-height: -webkit-calc((100vh - 235px));
    min-height: calc((100vh - 235px));
  }
}
.line-login-wrap .position-relative {
  position: relative;
}
.line-login-wrap .d-block {
  display: block !important;
}
.line-login-wrap .py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.line-login-wrap .pt-15 {
  padding-top: 15px;
}
.line-login-wrap .pt-25 {
  padding-top: 25px;
}
.line-login-wrap .pb-75 {
  padding-bottom: 75px;
}
.line-login-wrap .px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.line-login-wrap .px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.line-login-wrap li {
  display: block;
}
.line-login-wrap .align-end {
  align-items: flex-end !important;
}
.line-login-wrap .btn {
  display: inline-block;
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 4px;
  text-indent: 4px;
  font-size: 16px;
  border: 1px solid;
}
@media only screen and (min-width: 1070px) {
  .line-login-wrap .btn:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
  }
}
.line-login-wrap .btn-dark {
  background: #554f56;
  border-color: #554f56;
  color: #fff;
}
.line-login-wrap .btn-blue {
  background: #5e76b3;
  border-color: #5e76b3;
  color: #fff;
}
.line-login-wrap input[type="text"], .line-login-wrap input[type="email"], .line-login-wrap input[type="password"], .line-login-wrap .form-control {
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  border: 1px solid #a9a9a9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  outline: none;
  box-shadow: 0 0.1rem 0 rgba(255, 255, 255, 0.5), 0 0.1rem 0 rgba(0, 0, 0, 0.07) inset;
}
.line-login-wrap input[type="text"].box-style, .line-login-wrap input[type="email"].box-style, .line-login-wrap input[type="password"].box-style, .line-login-wrap .form-control.box-style {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.line-login-wrap select {
  display: block;
  width: 100%;
  height: 40px;
  padding: 5px 25px 5px 10px;
  border: 1px solid #a9a9a9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  color: #000;
  font-size: 14px;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: 0 0.1rem 0 rgba(255, 255, 255, 0.5), 0 0.1rem 0 rgba(0, 0, 0, 0.07) inset;
}
.line-login-wrap select::-ms-expand {
  display: none;
}
.line-login-wrap select:focus {
  outline: 0;
}
.line-login-wrap textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #a9a9a9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  line-height: 150%;
  font-size: 14px;
  box-shadow: 0 0.1rem 0 rgba(255, 255, 255, 0.5), 0 0.1rem 0 rgba(0, 0, 0, 0.07) inset;
}
.line-login-wrap textarea:focus {
  outline: 0;
}
.line-login-wrap .checkbox-style, .line-login-wrap .radio-style {
  display: inline-block;
  position: relative;
}
.line-login-wrap .checkbox-style > span, .line-login-wrap .radio-style > span {
  display: inline-block;
}
.line-login-wrap .checkbox-style input[type="checkbox"], .line-login-wrap .checkbox-style input[type="radio"] {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: -1;
}
.line-login-wrap .checkbox-style input[type="checkbox"]:checked ~ span:before, .line-login-wrap .checkbox-style input[type="radio"]:checked ~ span:before {
  background: url(https://photo.s3.com.tw/BANNER/checkmark.SVG) no-repeat center center #fff;
}
.line-login-wrap .checkbox-style input[type="checkbox"].white-check:checked ~ span:before, .line-login-wrap .checkbox-style input[type="radio"].white-check:checked ~ span:before {
  background: url(https://www.s3.com.tw/TC/assets2017/images/checkmark_w.svg) no-repeat center center #fb648f;
  border: 0;
}
.line-login-wrap .checkbox-style > span {
  padding-left: 35px;
  vertical-align: top !important;
  line-height: 130%;
}
@media only screen and (max-width: 767px) {
  .line-login-wrap .checkbox-style > span {
    padding-left: 30px;
  }
}
.line-login-wrap .checkbox-style > span:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  margin-left: -35px;
  background: #fff;
  border: 1px solid #a9a9a9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  .line-login-wrap .checkbox-style > span:before {
    margin-left: -30px;
  }
}
.line-login-wrap .radio-style {
  min-width: 20px;
}
.line-login-wrap .radio-style input[type="checkbox"], .line-login-wrap .radio-style input[type="radio"] {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: -1;
}
.line-login-wrap .radio-style input[type="checkbox"]:checked ~ span:after, .line-login-wrap .radio-style input[type="radio"]:checked ~ span:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  top: 5px;
  left: 6px;
  background: #585858;
}
.line-login-wrap .radio-style.no-text > span {
  padding-left: 0;
  text-indent: -99999px;
}
.line-login-wrap .radio-style.no-text > span:before {
  margin-left: 0;
}
.line-login-wrap .radio-style > span {
  padding-left: 35px;
  line-height: 130%;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .line-login-wrap .radio-style > span {
    padding-left: 30px;
  }
}
.line-login-wrap .radio-style > span:before, .line-login-wrap .radio-style > span:after {
  content: '';
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.line-login-wrap .radio-style > span:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -1px;
  margin-left: -35px;
  background: #fff;
  border: 1px solid #a9a9a9;
}
@media only screen and (max-width: 767px) {
  .line-login-wrap .radio-style > span:before {
    margin-left: -30px;
  }
}
.line-login-wrap .select-block {
  display: block;
  position: relative;
}
.line-login-wrap .select-block:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 16px;
  right: 11px;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
  pointer-events: none;
}
.line-login-wrap .select-block .error-msg {
  width: 100%;
}
.line-login-wrap .error + .error-msg {
  display: block;
}
.line-login-wrap .error-msg {
  display: none;
  width: 100%;
  position: absolute;
  padding: 3px 10px;
  color: #a64244;
  font-size: 14px;
  line-height: 100%;
}
.line-login-wrap .error-msg:before {
  content: '!';
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  top: -32px;
  right: 5px;
  color: #fff;
  background: #a64244;
  text-align: center;
  line-height: 23px;
  border: 1px solid #a64244;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.line-login-wrap .back-btn {
  border-bottom: 1px solid #e5e5e5;
}
.line-login-wrap .back-btn a, .line-login-wrap .back-btn span {
  display: block;
  position: relative;
  font-size: 25px;
  text-align: center;
}
.line-login-wrap .back-btn a {
  padding: 20px 60px;
  letter-spacing: 8px;
}
.line-login-wrap .back-btn a:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.line-login-wrap .back-btn span {
  padding: 20px 10px;
  letter-spacing: 5px;
}
.line-login-wrap .detail-wrap li {
  margin-bottom: 20px;
}
.line-login-wrap .detail-wrap li .mobile-wrap {
  display: inline-block;
  width: -moz-calc((100% - 130px));
  width: -webkit-calc((100% - 130px));
  width: calc((100% - 130px));
  margin-right: 6px;
}
.line-login-wrap .detail-wrap li .verify-mobile {
  padding: 0 10px;
  border: 1px solid #a9a9a9;
  background: #e5e5e5;
  line-height: 38px;
  font-size: 14px;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (min-width: 1070px) {
  .line-login-wrap .detail-wrap li .verify-mobile:hover {
    background: #e0e0e0;
  }
}
.line-login-wrap .detail-wrap li .foreign-mobile {
  display: block;
  margin: 25px 0 -20px;
  padding: 34px 10px 0;
  line-height: 150%;
  color: #02a6dc;
  border-top: 1px solid #e5e5e5;
}
.line-login-wrap .detail-wrap li .forget-pw {
  padding: 0 10px;
  color: #a7a7a7;
}
.line-login-wrap .detail-wrap li .fb-btn {
  letter-spacing: 1px;
}
.line-login-wrap .detail-wrap li .fb-btn .fb-icon {
  display: inline-block;
  padding-right: 23px;
  vertical-align: -4px;
}
.line-login-wrap .detail-wrap li .fb-btn .fb-icon img {
  display: block;
  width: 100%;
}
.line-login-wrap .gap-line {
  display: flex;
  width: 100%;
  height: 20px;
  margin: 16px 0;
  position: relative;
  align-items: center;
  justify-content: center;
}
.line-login-wrap .gap-line:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -.5px;
  background: #999;
  z-index: -1;
}
.line-login-wrap .gap-line > * {
  display: inline-flex;
  position: relative;
  background: #fff;
}
.line-login-wrap .gap-line .shape:before, .line-login-wrap .gap-line .shape:after {
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  vertical-align: 0;
}
.line-login-wrap .gap-line .shape:before {
  border-width: 4.5px 0 4.5px 7.8px;
  border-color: transparent transparent transparent #000000;
}
.line-login-wrap .gap-line .shape:after {
  border-width: 4.5px 7.8px 4.5px 0;
  border-color: transparent #000000 transparent transparent;
}
.line-login-wrap .gap-line .title {
  padding: 4px 10px 0;
  font-size: 22px;
  justify-content: center;
}
.line-login-wrap .member-detection > li {
  margin-top: 22px;
}
.line-login-wrap .member-detection > li:first-child {
  margin-top: 0;
}
.line-login-wrap .member-detection .line-link {
  display: none;
  margin: 20px 0 0 36px;
}
@media only screen and (max-width: 767px) {
  .line-login-wrap .member-detection .line-link {
    margin: 20px 0 0 31px;
  }
}
.line-login-wrap .member-detection .line-link img, .line-login-wrap .member-detection .line-link span {
  display: inline-block;
  vertical-align: middle;
}
.line-login-wrap .member-detection .line-link img {
  margin: -6px;
}
.line-login-wrap .member-detection .line-link span {
  width: -moz-calc((100% - 52px));
  width: -webkit-calc((100% - 52px));
  width: calc((100% - 52px));
  padding-left: 10px;
  line-height: 130%;
}
.line-login-wrap .member-detection .info-wrap {
  display: none;
  margin: 30px 0 25px;
}
.line-login-wrap .member-detection .info-wrap .title {
  padding: 0 10px 10px;
  font-weight: bold;
}
.line-login-wrap .member-detection .info-wrap .title.top-border {
  padding-top: 25px;
  border-top: 1px solid #e5e5e5;
}
.line-login-wrap .verify-section .mobile-verify {
  margin: 5px 0 25px;
}
.line-login-wrap .verify-section p {
  margin-top: 43px;
  font-size: 16px;
  line-height: 170%;
}
.line-login-wrap .verify-section p:first-of-type {
  margin-top: 0;
}
.line-login-wrap .verify-section p .hight-light {
  font-weight: bold;
  color: #ca0e0e;
}
.line-login-wrap .verify-section .agreement {
  margin-top: 15px;
}
.line-login-wrap .verify-section .agreement > span {
  line-height: 155%;
}
.line-login-wrap .verify-section .next-btn {
  margin: 30px 0 0;
}
.line-login-wrap .foreign-mobile-section .top-note {
  padding: 15px 10px;
  font-size: 16px;
  line-height: 160%;
}
.line-login-wrap .foreign-mobile-section .countries-selection .select-block {
  margin-right: 10px;
  flex: 0 0 140px;
}
.line-login-wrap .foreign-mobile-section .countries-selection .error-msg {
  bottom: -20px;
}
.line-login-wrap .foreign-mobile-section .next-btn {
  margin: 40px 0 0;
}
.line-login-wrap .store-section {
  font-size: 16px;
}
.line-login-wrap .store-section .sub-title, .line-login-wrap .store-section .sp-txt {
  letter-spacing: 2px;
}
.line-login-wrap .store-section .sub-title {
  margin-bottom: 5px;
  color: #898989;
}
.line-login-wrap .store-section .sp-txt {
  color: #ff0000;
  font-weight: bold;
}
.line-login-wrap .store-section .radio-style {
  margin: 13px 0 35px;
}
.line-login-wrap .store-section .radio-style > span {
  color: #898989;
}
.line-login-wrap .store-section .select-block:before {
  border-color: #898989 transparent transparent transparent;
}
.line-login-wrap .store-section .select-block select {
  color: #898989;
  background: #f2f3f5;
}
.line-login-wrap .store-section .next-btn {
  margin: 40px 0 0;
}
.line-login-wrap .information-section img {
  display: block;
  width: 100%;
}
.line-login-wrap .information-section .my-card {
  position: relative;
}
.line-login-wrap .information-section .my-card .base {
  display: none;
  width: 290px;
  height: 198.86px;
  position: relative;
  margin: 0 auto 25px;
}
.line-login-wrap .information-section .my-card .base.pink, .line-login-wrap .information-section .my-card .base.bluegreen, .line-login-wrap .information-section .my-card .base.purple {
  display: block;
}
.line-login-wrap .information-section .my-card .base.pink + .center-info, .line-login-wrap .information-section .my-card .base.bluegreen + .center-info, .line-login-wrap .information-section .my-card .base.purple + .center-info {
  display: block;
}
.line-login-wrap .information-section .my-card .base.pink .pink {
  display: block;
}
.line-login-wrap .information-section .my-card .base.bluegreen .bluegreen {
  display: block;
}
.line-login-wrap .information-section .my-card .base.purple .purple {
  display: block;
}
.line-login-wrap .information-section .my-card .base + .center-info {
  display: none;
}
.line-login-wrap .information-section .my-card .base img {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.line-login-wrap .information-section .center-info {
  position: absolute;
  top: 23%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.line-login-wrap .information-section .center-info .barcode {
  width: 185px;
  margin: 0 auto;
}
.line-login-wrap .information-section .center-info .barcode-text {
  padding: 2px 0 0;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
}
.line-login-wrap .information-section .center-info .title {
  width: 80px;
  margin: 11% auto 0;
}
.line-login-wrap .information-section .center-info .name {
  margin-top: 5%;
  font-size: 18px;
  text-align: center;
  letter-spacing: 2px;
  font-weight: bold;
}
.line-login-wrap .information-section .member-info {
  padding: 15px 15px 20px;
  border: 5px solid #d7d7d7;
}
@media only screen and (max-width: 767px) {
  .line-login-wrap .information-section .member-info {
    margin: 0 -15px;
  }
}
.line-login-wrap .information-section .member-info li {
  margin-bottom: 19px;
  font-size: 16px;
  line-height: 130%;
}
.line-login-wrap .information-section .member-info li:last-child {
  margin-bottom: 14px;
}
.line-login-wrap .information-section .member-info .highlight-text {
  color: #ee4b77;
}
.line-login-wrap .information-section .member-info .gap-line {
  margin: 14px 0 20px;
}
.line-login-wrap .information-section .member-info .note {
  line-height: 170%;
  letter-spacing: 1px;
}
.line-login-wrap .information-section .member-info .more-btn {
  position: relative;
  margin: 8px 0 0;
  padding: 5px;
  color: #fff;
  background: #e61a0f;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.line-login-wrap .information-section .member-info .more-btn:before, .line-login-wrap .information-section .member-info .more-btn:after {
  content: '';
  display: inline-block;
}
.line-login-wrap .information-section .member-info .more-btn:before {
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  border-top: 2px solid #e61a0f;
  border-right: 2px solid #e61a0f;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}
.line-login-wrap .information-section .member-info .more-btn:after {
  width: 14px;
  height: 14px;
  margin-left: 8px;
  background: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  vertical-align: -2px;
}
.line-login-wrap .information-section .note-info {
  margin-top: 20px;
  padding: 50px 20px 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #f2809c;
  letter-spacing: .5px;
}
@media only screen and (max-width: 767px) {
  .line-login-wrap .information-section .note-info {
    margin-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 35px 10px 20px;
    font-size: 16px;
  }
}
.line-login-wrap .information-section .note-info .title {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .line-login-wrap .information-section .note-info .title {
    margin-bottom: 15px;
  }
}
.line-login-wrap .information-section .note-info .note {
  display: inline-block;
  margin-bottom: 5px;
  color: #fff33a;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .line-login-wrap .information-section .note-info .note {
    font-weight: bold;
  }
}
.line-login-wrap .information-section .note-info .note > * {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .line-login-wrap .information-section .note-info .note > * {
    margin-bottom: 13px;
  }
}
.line-login-wrap .information-section .note-info .note .icon {
  display: inline-block;
  width: 26px;
  margin-right: 5px;
  vertical-align: -6px;
}
@media only screen and (max-width: 767px) {
  .line-login-wrap .information-section .note-info .note .icon {
    width: 24px;
  }
}
.line-login-wrap .information-section .note-info .more-btn {
  min-width: 236px;
  margin-top: 43px;
  padding: 10px 0;
  background: #494649;
  color: #fff;
  letter-spacing: 3px;
}
@media only screen and (max-width: 767px) {
  .line-login-wrap .information-section .note-info .more-btn {
    min-width: 180px;
    margin-top: 28px;
    font-size: 14px;
  }
}
.line-login-wrap .information-section .note-info .more-btn.arrow-right {
  padding: 12px 20px 10px;
}
@media only screen and (max-width: 767px) {
  .line-login-wrap .information-section .note-info .more-btn.arrow-right {
    padding: 10px 20px;
  }
}
.line-login-wrap .information-section .note-info .more-btn.arrow-right > span {
  display: inline-block;
  padding-left: 20px;
}
.line-login-wrap .information-section .note-info .more-btn.arrow-right:after {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  margin-left: 7px;
  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: 2px;
}
@media only screen and (max-width: 767px) {
  .line-login-wrap .information-section .note-info .more-btn.arrow-right:after {
    vertical-align: 0;
  }
}
.line-login-wrap .information-section .note-info .more-btn > span {
  padding-left: 3px;
}

@media only screen and (max-width: 767px) {
  .essential {
    min-height: -moz-calc((100vh - 235px));
    min-height: -webkit-calc((100vh - 235px));
    min-height: calc((100vh - 235px));
  }
}
.essential.font14 {
  font-size: 14px;
}
.essential .position-relative {
  position: relative;
}
.essential .position-absolute {
  position: absolute;
}
.essential .d-flex {
  display: flex;
}
.essential .align-items-center {
  align-items: center;
}
.essential .justify-content-center {
  justify-content: center;
}
.essential .justify-content-end {
  justify-content: flex-end;
}
.essential .d-block {
  display: block !important;
}
.essential .py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.essential .pt-15 {
  padding-top: 15px;
}
.essential .pt-25 {
  padding-top: 25px;
}
.essential .pb-75 {
  padding-bottom: 75px;
}
.essential .px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.essential .px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.essential .mt-20 {
  margin-top: 20px;
}
.essential .mt-30 {
  margin-top: 30px;
}
.essential .mx-n10 {
  margin-left: -10px;
  margin-right: -10px;
}
.essential li {
  display: block;
}
.essential .align-end {
  align-items: flex-end !important;
}
.essential .btn {
  display: inline-block;
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 4px;
  text-indent: 4px;
  font-size: 16px;
  border: 1px solid;
}
@media only screen and (min-width: 1070px) {
  .essential .btn:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
  }
}
.essential .btn-dark {
  background: #554f56;
  border-color: #554f56;
  color: #fff;
}
.essential .btn-blue {
  background: #5e76b3;
  border-color: #5e76b3;
  color: #fff;
}
.essential input[type="text"], .essential input[type="email"], .essential input[type="password"], .essential .form-control {
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  border: 1px solid #a9a9a9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  outline: none;
  box-shadow: 0 0.1rem 0 rgba(255, 255, 255, 0.5), 0 0.1rem 0 rgba(0, 0, 0, 0.07) inset;
}
.essential input[type="text"].box-style, .essential input[type="email"].box-style, .essential input[type="password"].box-style, .essential .form-control.box-style {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.essential select {
  display: block;
  width: 100%;
  height: 40px;
  padding: 5px 25px 5px 10px;
  border: 1px solid #a9a9a9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  color: #000;
  font-size: 14px;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: 0 0.1rem 0 rgba(255, 255, 255, 0.5), 0 0.1rem 0 rgba(0, 0, 0, 0.07) inset;
}
.essential select::-ms-expand {
  display: none;
}
.essential select:focus {
  outline: 0;
}
.essential textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #a9a9a9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  line-height: 150%;
  font-size: 14px;
  box-shadow: 0 0.1rem 0 rgba(255, 255, 255, 0.5), 0 0.1rem 0 rgba(0, 0, 0, 0.07) inset;
}
.essential textarea:focus {
  outline: 0;
}
.essential .checkbox-style, .essential .radio-style {
  display: inline-block;
  position: relative;
}
.essential .checkbox-style > span, .essential .radio-style > span {
  display: inline-block;
}
.essential .checkbox-style input[type="checkbox"], .essential .checkbox-style input[type="radio"] {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: -1;
}
.essential .checkbox-style input[type="checkbox"]:checked ~ span:before, .essential .checkbox-style input[type="radio"]:checked ~ span:before {
  background: url(https://photo.s3.com.tw/BANNER/checkmark.SVG) no-repeat center center #fff;
}
.essential .checkbox-style input[type="checkbox"].white-check:checked ~ span:before, .essential .checkbox-style input[type="radio"].white-check:checked ~ span:before {
  background: url(https://www.s3.com.tw/TC/assets2017/images/checkmark_w.svg) no-repeat center center #fb648f;
  border: 0;
}
.essential .checkbox-style > span {
  padding-left: 35px;
  vertical-align: top !important;
  line-height: 130%;
}
@media only screen and (max-width: 767px) {
  .essential .checkbox-style > span {
    padding-left: 30px;
  }
}
.essential .checkbox-style > span:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  margin-left: -35px;
  background: #fff;
  border: 1px solid #a9a9a9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  .essential .checkbox-style > span:before {
    margin-left: -30px;
  }
}
.essential .radio-style {
  min-width: 20px;
}
.essential .radio-style input[type="checkbox"], .essential .radio-style input[type="radio"] {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: -1;
}
.essential .radio-style input[type="checkbox"]:checked ~ span:after, .essential .radio-style input[type="radio"]:checked ~ span:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  top: 5px;
  left: 6px;
  background: #585858;
}
.essential .radio-style.no-text > span {
  padding-left: 0;
  text-indent: -99999px;
}
.essential .radio-style.no-text > span:before {
  margin-left: 0;
}
.essential .radio-style > span {
  padding-left: 35px;
  line-height: 130%;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .essential .radio-style > span {
    padding-left: 30px;
  }
}
.essential .radio-style > span:before, .essential .radio-style > span:after {
  content: '';
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.essential .radio-style > span:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -1px;
  margin-left: -35px;
  background: #fff;
  border: 1px solid #a9a9a9;
}
@media only screen and (max-width: 767px) {
  .essential .radio-style > span:before {
    margin-left: -30px;
  }
}
.essential .select-block {
  display: block;
  position: relative;
}
.essential .select-block:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 16px;
  right: 11px;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
  pointer-events: none;
}
.essential .select-block .error-msg {
  width: 100%;
}
.essential .error + .error-msg {
  display: block;
}
.essential .error-msg {
  display: none;
  width: 100%;
  position: absolute;
  padding: 3px 10px;
  color: #a64244;
  font-size: 14px;
  line-height: 100%;
}
.essential .error-msg:before {
  content: '!';
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  top: -32px;
  right: 5px;
  color: #fff;
  background: #a64244;
  text-align: center;
  line-height: 23px;
  border: 1px solid #a64244;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.popup-alert {
  display: none;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  z-index: 99990;
  top: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
}
.popup-alert .card-wrap {
  width: 100%;
  max-width: 326px;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px 30px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  -moz-box-shadow: #686868 4px 2px 5px;
  -webkit-box-shadow: #686868 4px 2px 5px;
  box-shadow: #686868 4px 2px 5px;
}
.popup-alert .card-wrap .title {
  padding: 0 10px 15px;
  text-align: left;
  font-weight: bold;
}
.popup-alert .card-wrap p {
  min-height: 50px;
  padding: 0 10px;
  text-align: left;
  line-height: 130%;
}
.popup-alert .card-wrap .pop-btn {
  padding: 0 15px;
}
.popup-alert .card-wrap .pink {
  color: #ee5c83;
}
.popup-alert .card-wrap .gray {
  color: #828080;
}

.forgot-pw-wrap .title {
  padding: 24px 10px 16px;
}
.forgot-pw-wrap .title h2 {
  font-size: 24px;
  font-weight: bolder;
  color: #333333;
  letter-spacing: 5px;
}
.forgot-pw-wrap .method-choose li {
  margin-top: 16px;
}
.forgot-pw-wrap .method-choose li:first-child {
  margin-top: 0;
}
.forgot-pw-wrap .method-choose li .radio-style {
  margin-right: 20px;
}
.forgot-pw-wrap .method-choose li .small-disp {
  display: inline-block;
  padding: 0 0px 5px;
  font-size: 14px;
  line-height: 120%;
  color: #8a8a8a;
}
.forgot-pw-wrap .method-choose li .img-verify .captcha {
  display: block;
  margin-left: 10px;
}
.forgot-pw-wrap .method-choose li .img-verify .captcha img {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.forgot-pw-wrap .method-choose li small {
  font-size: 14px;
  color: #8a8a8a;
}
.forgot-pw-wrap .method-choose li .input-wrap {
  display: none;
  margin-top: 20px;
  margin-bottom: 30px;
}
.forgot-pw-wrap .verify-wrap {
  font-size: 14px;
}
.forgot-pw-wrap .verify-wrap p em {
  font-weight: bold;
}
.forgot-pw-wrap .verify-wrap .verify-section .code {
  flex: 1 1 0;
}
.forgot-pw-wrap .verify-wrap .verify-section .verify-btn {
  width: 136px;
  margin-left: 5px;
  padding: 0 10px;
  font-size: 14px;
  border: 1px solid #a9a9a9;
  color: #828080;
  text-align: center;
  line-height: 38px;
  letter-spacing: -1px;
  background: #ddd;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background-image: -moz-linear-gradient(top, #ffffff, #dddddd);
  background-image: -webkit-linear-gradient(top, #ffffff, #dddddd);
  background-image: linear-gradient(to bottom, #ffffff, #dddddd);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.forgot-pw-wrap .verify-wrap .note {
  margin-top: 15px;
  color: #8a8a8a;
}
.forgot-pw-wrap .verify-wrap .note b {
  font-weight: bold;
}
.forgot-pw-wrap .verify-wrap .note a {
  color: #08c;
  text-decoration: underline;
}
.forgot-pw-wrap .pw-set input[type="password"] {
  padding-right: 70px;
}
.forgot-pw-wrap .pw-set .visible-btn {
  top: 50%;
  right: 20px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.forgot-pw-wrap .pw-set .visible-btn:before {
  content: '';
  display: block;
  width: 60px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: -20px;
  background: transparent;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.forgot-pw-wrap .pw-set .visible-btn .fa-eye-slash {
  position: relative;
  left: 1px;
}
