@charset "UTF-8";
/*---------- 顏色, 大小, 基本設定 ----------*/
html {
  min-height: 100vh;
}
body {
  font-family: "Open Sans", Verdana, Geneva, "Microsoft JhengHei", "微軟正黑體", sans-serif;
  color: #777777;
}

.ui-loader {
  display: none;
}

.container {
  width: 1170px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

h6 {
  font-size: 1em;
}

h5 {
  font-size: 1.125em;
}

h4 {
  font-size: 1.3125em;
}

h3 {
  font-size: 14px;
}

h2 {
  font-size: 20px;
}

h1 {
  font-size: 40px;
}

.d-flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-right {
  display: flex;
  justify-content: flex-end;
}

.flex-direction-column {
  flex-direction: column;
}

.max-width {
  max-width: 100%;
}

.bg-white {
  background-color: #ffffff;
}

/*----- header -----*/
header > .container {
  background: #fff;
}
header .logo {
  background: #ffffff;
  padding: 0;
}
header .login {
  margin-top: 5px;
  padding-right: 10px;
  text-align: right;
}
header .login .member-name {
  font-size: 16px;
  display: inline-block;
  margin-right: 3px;
}
header .login .member-name .vip-logo {
  display: inline-block;
  margin-right: 3px;
  position: relative;
  bottom: 2px;
}
header .login ul {
  margin-top: 10px;
  margin-bottom: 0;
  display: inline-block;
}
header .login ul li {
  padding-left: 6px;
  padding-right: 6px;
  font-size: 14px;
}
header .login ul li a {
  color: #777777;
  text-decoration: none;
}
header .login ul .Cart_num {
  width: 25px;
  height: 25px;
  background: #5e61b9;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10px;
  line-height: 25px;
  color: #fff;
  text-align: center;
}

.megaMenu {
  text-align: left;
  color: #5e61b9;
  font-size: 16px;
  min-width: 515px;
  margin-top: 28px;
  padding-right: 0;
  font-weight: bold;
  /*--- megamenu dropdown ---*/
}
.megaMenu > ul {
  margin-bottom: 0;
  height: 54px;
}
.megaMenu > ul > li {
  margin: 0 6px;
  cursor: pointer;
  padding-bottom: 29px;
}
.megaMenu > ul li a {
  color: #5e61b9;
}
.megaMenu > ul li a:hover {
  color: #38c0b5;
}
.megaMenu > ul li:hover {
  color: #38c0b5;
}
.megaMenu > ul > li:nth-of-type(1) {
  color: #fa91a2;
  padding-left: 0;
}
.megaMenu > ul > li:nth-of-type(1):hover {
  color: #38c0b5;
}
.megaMenu > ul > li:nth-of-type(2) img {
  position: absolute;
  left: 108px;
  top: -35px;
}
.megaMenu > ul > li.newMember:nth-last-of-type(1) > a {
  color: #78affa;
}
.megaMenu .dropdown_fix {
  top: 90%;
  left: -396px;
  padding-bottom: 20px;
  padding-top: 10px;
  border-radius: 0;
  border: 0;
}
.megaMenu ul.dropdown-menu .closeMegaMenu {
  display: none;
  text-align: center;
  margin-top: 0;
}
.megaMenu ul.dropdown-menu .closeMegaMenu i {
  font-size: 30px;
  color: #5e61b9;
}
.megaMenu ul.dropdown-menu li {
  padding-left: 0;
}
.megaMenu ul.dropdown-menu .mega_menu_list {
  color: #777777;
  font-weight: bold;
}
.megaMenu ul.dropdown-menu .mega_menu_list .title {
  text-align: left;
  padding: 10px 0;
  font-size: 15px;
  border-bottom: 1px solid #777777;
  margin-bottom: 15px;
}
.megaMenu ul.dropdown-menu .mega_menu_list .title .title-line {
  position: relative;
  top: 11px;
  z-index: -1;
  border-bottom: 1px solid #ccc;
}
.megaMenu ul.dropdown-menu .mega_menu_list .title span.title-text {
  display: inline-block;
  background: #fff;
  padding: 0 5px;
  margin-left: 25px;
  text-align: center;
  color: #777;
}
.megaMenu ul.dropdown-menu .mega_menu_list .title .underline {
  border-bottom: 1px solid #cccccc;
  display: inline-block;
  margin-bottom: 6px;
  margin-right: 3px;
}
.megaMenu ul.dropdown-menu .mega_menu_list .title .left_underline {
  width: 30px;
  height: 1px;
}
.megaMenu ul.dropdown-menu .mega_menu_list .title .right_underline {
  width: 90px;
  height: 1px;
}
.megaMenu ul.dropdown-menu .mega_menu_list .megaImg {
  width: 200px;
  height: 201px;
}
.megaMenu ul.dropdown-menu .mega_menu_list .megaImg img {
  width: 100%;
}
.megaMenu ul.dropdown-menu .mega_menu_list ul li {
  display: list-item;
  font-size: 14px;
  margin-bottom: 5px;
}
.megaMenu ul.dropdown-menu .mega_menu_list ul a {
  color: #777777;
}

.header-search-container {
  border: 1px solid #5e61b9;
  border-radius: 10px;
  height: 28px;
  width: 196px;
  font-size: 14px;
  color: #777777;
  margin-top: 24px;
  margin-left: 45px;
}
.header-search-container input {
  border: none;
  outline: none;
  width: 100%;
}
.header-search-container img {
  height: 20px;
}

.header_search {
  padding: 13px 0 10px 3px;
  margin: 13px 0 0 0;
  position: relative;
  border: 1px solid #5e61b9;
  border-radius: 8px;
  display: flex;
}
.header_search span {
  color: #5e61b9;
  font-size: 18px;
}
.header_search img {
  width: 28px;
}
.header_search > form.searchBar {
  width: 10px;
  height: 50px;
  background: #fff;
  z-index: 5;
}
.header_search > form.searchBar > label {
  width: 50px;
  max-width: 50px;
  background: #1d2088;
  color: #fff;
  border-radius: 3px;
  padding: 5px 11px;
  cursor: pointer;
}
.header_search > form.searchBarShow {
  opacity: 1;
}

#searchMask {
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  z-index: 4;
}

/*----- footer -----*/
footer {
  padding-top: 30px;
  /*----- 內頁footer -----*/
}
footer .index_bottm {
  background: #ffffff;
}
footer .index_bottm ul {
  margin-top: 30px;
  margin-bottom: 30px;
}
footer .index_bottm ul li {
  padding: 0 5px;
  margin: 0 30px;
}
footer .index_bottm ul li img {
  margin-right: 10px;
}
footer .index_bottm ul a:hover {
  color: #5e61b9;
}
footer .index_bottm img {
  height: 15px;
  margin: 0 5px 0 10px;
}
footer .index_bottm ul li, footer .index_bottm center {
  font-size: 15px;
}
footer .index_bottm ul li a, footer .index_bottm center a {
  color: #777777;
}
footer .index_bottm center {
  color: #777777;
  padding-top: 30px;
}
footer .index_bottm center p {
  font-size: 14px;
}
footer .index_bottm .footer-link {
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
}
footer .index_bottm .footer-link ul {
  display: flex;
  justify-content: space-between;
}
footer .oguma_list {
  color: #9191c8;
  font-size: 16px;
  padding-right: 15px;
  margin-top: 20px;
}
footer .oguma_list .bottom_title {
  padding-bottom: 10px;
  border-bottom: 1px solid;
}
footer .oguma_list ul {
  margin-top: 15px;
}
footer .oguma_list ul li {
  margin: 0;
  padding: 0;
  display: list-item;
  font-size: 14px;
}
footer .oguma_list ul li > a {
  color: #9191c8;
  text-decoration: none;
}
footer .oguma_list .bottomService {
  -webkit-column-count: 4;
  /* Chrome, Safari, Opera */
  -moz-column-count: 4;
  /* Firefox */
  column-count: 4;
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
  column-gap: 0;
}
footer .oguma_list .bottomMember {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
}
footer .oguma_list > [class*=col-] {
  padding-right: 0;
}
footer .contact {
  margin-bottom: 20px;
}
footer .contact-firm {
  padding-bottom: 70px;
}

ul {
  padding: 0;
}
ul li {
  display: inline-block;
  list-style: none;
}

.no_padding {
  padding: 0;
}

.toBottom {
  position: absolute;
  bottom: 0;
}

/*----- 按鈕 -----*/
.btn {
  padding: 4px 12px;
  color: #fff;
  width: 110px;
}

.btn:hover {
  color: #fff;
}

.btn_center {
  text-align: center;
}

div.btn18 {
  width: 135px;
  padding: 10px;
  margin: 20px 5px 60px;
  font-size: 18px;
}

div.add_btn {
  background-color: #5f73c3;
}

div.add-cart {
  color: #5f73c3;
  background: #fff;
  border: 1px solid #5f73c3;
}

div.add-cart:hover {
  color: #5f73c3;
}

div.buyNow_btn {
  background-color: #ff50a0;
}

div.check_btn {
  background-color: #d9534f;
  padding: 8px 10px;
  width: 78px;
}

div.sent_btn {
  background-color: #eee;
  color: #333;
}

div.buyFirst {
  background-color: #ccc;
  color: #fff;
  cursor: default;
}

div.buyFirst:active {
  box-shadow: none;
}

div.sent_btn:hover {
  color: #333;
}

.detail_btn {
  color: #1a1a1a;
  display: block;
  width: 97px;
  border: 1px solid #d9d9d9;
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #f1f1f1 45%, #e1e1e1 54%, #f6f6f6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, #f1f1f1 45%, #e1e1e1 54%, #f6f6f6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, #f1f1f1 45%, #e1e1e1 54%, #f6f6f6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f6f6f6",GradientType=0 );
  /* IE6-9 */
}

.detail_btn:hover {
  color: #1a1a1a;
}

.facebook_btn {
  background-color: #3b5998;
  width: 200px;
}

.yahoo_btn {
  background-color: #400090;
  width: 200px;
}

.line_btn {
  background-color: #00c300;
  width: 200px;
}

div.choose_btn {
  background-color: #fff;
  border: 1px solid #78affa;
  border-radius: 5px;
  color: #78affa;
  width: 250px;
}

div.choose_btn:hover {
  color: #78affa;
}

div.ch_btn {
  background-color: #78affa;
  border: 1px solid #78affa;
  border-radius: 5px;
  color: #fff;
  width: 250px;
}

div.gray_btn {
  background-color: #a0a0a0;
}

/*----- 圓點設定 -----*/
.dot {
  height: 40px;
  width: 35px;
  border-radius: 0 0 50% 50%;
  padding: 5px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.stepDot {
  width: 65px;
  height: 65px;
  margin: 0;
  background-color: #38c0b5;
  font-size: 18px;
  padding: 10px;
  border-radius: 50%;
}

hr.stepLittleDot {
  width: 0;
  border: 0;
  border-left: 2px dotted #38c0b5;
  margin: 5px auto 0;
}

/*----- 圓點顏色 -----*/
.webColor {
  background-color: #5f73c3;
}

.firstColor {
  background-color: #2db9e6;
}

.bookColor {
  background-color: #78affa;
}

.sale_color {
  background-color: #38c0b5;
}

.fullgiftDot {
  background-color: #8cc8f0;
}

.manColor {
  background-color: #1e2832;
  line-height: 65px;
  padding: 0;
}

.makeupColor {
  font-size: 16px;
  background-color: #F064a0;
  line-height: 65px;
  padding: 0;
}

.dotSize30 {
  font-size: 20px;
  font-weight: 900;
}

/*----- 麵包屑 -----*/
.product_breadcrumb {
  margin-top: 40px;
  margin-bottom: 10px;
}
.product_breadcrumb > ul > li {
  margin-right: 5px;
}
.product_breadcrumb > ul > li a {
  color: #666;
}
.product_breadcrumb > ul > li .keyWord {
  color: #78affa;
}
.product_breadcrumb > ul > li:nth-of-type(1) {
  font-size: 20px;
}
.product_breadcrumb > ul > li::after {
  content: ">";
  margin-left: 5px;
  font-size: 14px;
}
.product_breadcrumb > ul > li:nth-last-child(1)::after {
  content: "";
  margin-left: 0;
}

/*----- like -----*/
.like {
  width: 100%;
  height: 31px;
  text-align: center;
  z-index: 2;
}
.like a {
  float: right;
}
.like .likeIcon {
  font-size: 30px;
  color: #d9d9d9;
}
.like .liked {
  position: absolute;
  left: 10px;
  font-size: 15px;
  color: #f63737;
  padding-top: 7px;
  padding-right: 5px;
}

.likeIcon::before, .likeIcon::before {
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 50%;
  display: inline;
  position: absolute;
  left: 6px;
  top: 2px;
  line-height: 25px;
}

/*----- tab文字 -----*/
a {
  color: #777777;
}

a:hover {
  color: #777777;
  text-decoration: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #3366bb;
}

/*----- 數量選單select -----*/
select {
  width: 83px;
  padding: 0 5px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  font-size: 16px;
  color: #1a1a1a;
  margin-bottom: 10px;
}

/*----- input 設定 -----*/
input[type=text], input[type=password], input[type=email] {
  width: 300px;
  padding: 8px 5px;
  border: 1px solid #5e61b9;
  border-radius: 3px;
  margin-bottom: 10px;
  color: #1a1a1a;
}

/*----- textarea 設定 -----*/
textarea {
  resize: none;
  min-width: 650px;
  max-width: 650px;
  min-height: 95px;
  max-height: 95px;
  overflow-y: auto;
  margin: 20px 0;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
}

/*----- cms 設定 -----*/
.cms {
  font-size: 18px;
}
.cms .cms-wrap {
  overflow: hidden;
}
.cms .cms-youtube {
  margin: 20px 0;
}
.cms .cms-wrap-imgRight .cms-wrap-img img {
  float: right;
  margin-left: 15px;
  max-width: 50%;
}
.cms .cms-wrap-imgLeft .cms-wrap-img img {
  float: left;
  margin-right: 15px;
  max-width: 50%;
}
.cms .cms-img {
  text-align: center;
  /* margin: 10px 0; */
}
.cms .cms-img img {
  max-width: 100%;
}
.cms .cms-h1 {
  font-size: 30px;
  color: #1a1a1a;
  font-weight: bold;
  margin: 10px 0;
}
.cms .cms-h2 {
  font-size: 24px;
  color: #1a1a1a;
  font-weight: bold;
  margin: 10px 0;
}
.cms .cms-h3 {
  font-size: 21px;
  color: #1a1a1a;
  font-weight: bold;
  margin: 10px 0;
}
.cms .cms-text {
  font-size: 18px;
  word-break: normal;
  text-align: justify;
  line-height: 35px;
}

@media screen and (max-width: 760px) {
  .cms .cms-wrap-imgRight .cms-wrap-img {
    text-align: center;
  }
  .cms .cms-wrap-imgRight .cms-wrap-img img {
    float: none;
    margin-left: 0;
  }
  .cms .cms-wrap-imgLeft .cms-wrap-img {
    text-align: center;
  }
  .cms .cms-wrap-imgLeft .cms-wrap-img img {
    float: none;
    margin-right: 0;
  }
}
/*----- 登入form -----*/
form.loginForm {
  text-align: center;
}
form.loginForm input.vertifiyInput {
  width: 120px;
  display: inline-block;
  margin-right: 9px;
}
form.loginForm span.captcha {
  margin-right: 7px;
}
form.loginForm .add_btn {
  width: 200px;
  padding: 8px 12px;
  font-size: 18px;
}

span.refresh {
  cursor: pointer;
  border-bottom: 1px #1d2088 solid;
  margin-left: 5px;
  font-size: 16px;
  color: #1d2088;
}

span.forgetPassword {
  font-size: 16px;
  color: #1d2088;
  margin-left: 10px;
  border-bottom: 1px solid;
}
span.forgetPassword i {
  margin-right: 5px;
}
span.forgetPassword a {
  color: #1d2088;
}
span.forgetPassword a:hover {
  color: #1d2088;
}

/*----- 頁碼樣式 -----*/
.pageTab {
  text-align: center;
  color: #1d2088;
  font-size: 15px;
  margin-bottom: 50px;
  margin-top: 30px;
}
.pageTab a {
  color: #1d2088;
}
.pageTab a:hover {
  color: #1d2088;
}
.pageTab div {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 10px;
  margin: 0px -2.5px;
  cursor: pointer;
}
.pageTab div:hover {
  background: #cdcdf0;
}
.pageTab .pageTabactive {
  background: #cdcdf0;
}
.pageTab .pre {
  border-radius: 3px 0 0 3px;
}
.pageTab .next {
  border-radius: 0 3px 3px 0;
}

/*----- div display: table樣式 -----*/
.table-wrap {
  display: table;
}
.table-wrap .table-cell, .table-wrap .table-th {
  display: table-cell;
  vertical-align: middle;
}

.table-row {
  display: table-row;
}

/*----- display:table樣式 -----*/
table {
  width: 100%;
  color: #1a1a1a;
  margin: 20px 0;
  table-layout: fixed;
}
table > tbody > tr {
  border-bottom: 1px solid #5f73c3;
}
table > tbody > tr:nth-of-type(1) {
  background: #cdcdf0;
}

table.noBorder > tbody > tr {
  border-bottom: 0;
  background-color: transparent;
}

/*--- '贈品"icon---*/
span.freeGiftIcon {
  color: #fff;
  background: #ff50a0;
  border-radius: 5px;
  width: 40px;
  padding: 0.5px 6px;
  margin-left: 10px;
}

/*--- 標籤樣式---*/
.tag {
  padding: 3px 20px;
  border-radius: 5px;
  color: #fff;
  margin-right: 10px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}

.tagIcon {
  position: relative;
  display: inline-block;
}

.new-tag {
  position: relative;
}

.new-tag-line {
  position: absolute;
  top: 7px;
  right: 8px;
  width: 18px;
  height: 1px;
  z-index: 3;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #ff0000;
}

.new-tag:after {
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: -2px;
  right: -2px;
}

.trangle {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  display: inline-block;
  position: relative;
  left: 6px;
  top: 1px;
}

.tag1 {
  background: #0082e6;
}

.trangle1 {
  border-right: 7px solid #0082e6;
}

.tag2 {
  background: #0050e6;
}

.trangle2 {
  border-right: 7px solid #0050e6;
}

.tag3 {
  background: #143278;
}

.trangle3 {
  border-right: 7px solid #143278;
}

.tag4 {
  background: #dc82be;
}

.trangle4 {
  border-right: 7px solid #dc82be;
}

.tag5 {
  background: #dc3c78;
}

.trangle5 {
  border-right: 7px solid #dc3c78;
}

.new-tag1:before {
  background: #0082e6;
}

.new-tag2:before {
  background: #0050e6;
}

.new-tag3:before {
  background: #143278;
}

.new-tag4:before {
  background: #dc82be;
}

.new-tag5:before {
  background: #dc3c78;
}

/*--- 文字超出寬度（一行） 自動出現... chrome---*/
.descript {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto;
}

/*----- go top -----*/
.gotopContainer {
  position: fixed;
  right: -1165px;
  left: 0px;
  top: 91.5vh;
  width: 49px;
}

.gotop {
  background-image: url("../image/icon/gotop.png");
  width: 49px;
  height: 58px;
  position: relative;
  right: 0px;
  float: right;
  cursor: pointer;
  display: none;
}

/*---- follower ----*/
.follower {
  width: 106px;
  position: fixed;
  top: 20vh;
  right: 225px;
  text-align: center;
  z-index: 4;
}
.follower .exclusive {
  background: #33416e;
  border-bottom: 14px solid #33416e;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.follower .broswe {
  background: url("../image/follower/followe_broswe.png") no-repeat;
  background-size: cover;
  border: 2px solid #5e61b9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin: 4px 0;
  overflow: hidden;
}
.follower .follower-cart {
  font-size: 12px;
  background: #5e61b9;
}
.follower .follower-cart img {
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin-right: 2px;
}
.follower .desireList {
  width: 106px;
  max-height: 140px;
  background: #d14e54;
  padding-bottom: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.follower .desireList a[href="/member/desire_list"] {
  color: #fff;
}
.follower .follower_title {
  color: #ffffff;
  padding-top: 3px;
  padding-bottom: 3px;
}
.follower .follower_content {
  background: url("../image/follower/no.png") no-repeat;
  width: 100px;
  height: 100px;
  color: #777;
  margin: 0 auto;
}
.follower .follower_content img {
  width: 100%;
}
.follower .follower_content .bx-wrapper .bx-prev {
  background: url("../image/icon/arrow.png") no-repeat 0 -300px;
  width: 12px;
  height: 12px;
  top: 0%;
  left: 43px;
}
.follower .follower_content .bx-wrapper .bx-next {
  background: url("../image/icon/arrow.png") no-repeat 0 -284px;
  width: 12px;
  height: 12px;
  top: 115%;
  left: 43px;
}
.follower .arrowTop, .follower .arrowDown {
  color: transparent;
}

/*----- lightbox -----*/
.lightbox-page .lightbox-mask {
  display: none;
}

.lightbox-mask {
  z-index: 999;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(143, 157, 213, 0.3) 0%, rgba(143, 157, 213, 0.3) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(143, 157, 213, 0.3) 0%, rgba(143, 157, 213, 0.3) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(143, 157, 213, 0.3) 0%, rgba(143, 157, 213, 0.3) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4d8f9dd5", endColorstr="#4d8f9dd5",GradientType=0 );
  /* IE6-9 */
}
.lightbox-mask .fontSize24 {
  font-size: 24px;
}
.lightbox-mask .fontSize36 {
  font-size: 36px;
}
.lightbox-mask .fontSize18 {
  font-size: 18px;
}
.lightbox-mask .colorPink {
  color: #ff50a0;
}
.lightbox-mask .color333 {
  color: #333;
}
.lightbox-mask .color5f {
  color: #5f73c3;
}
.lightbox-mask .x {
  width: 50px;
  height: 58px;
  background-image: url("../image/lightBox/xxx.png");
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  top: -35px;
  cursor: pointer;
}
.lightbox-mask .lightbox {
  width: 800px;
  background: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}
.lightbox-mask h2 {
  margin: 20px 0;
  padding-bottom: 20px;
  font-weight: bold;
  border-bottom: 1px solid #5f73c3;
}
.lightbox-mask .privacybox {
  max-height: 450px;
  overflow-y: auto;
  font-size: 16px;
}
.lightbox-mask .system-alert {
  height: 250px;
  padding-top: 40px;
}
.lightbox-mask .privacy-btn {
  margin: 20px 0;
}
.lightbox-mask .add_btn {
  font-size: 16px;
  padding: 8px 12px;
  width: 135px;
}
.lightbox-mask .comegift {
  margin: 20px 0 0 0;
  padding: 20px 20px 20px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  background: -moz-linear-gradient(top, #6073c3 0%, rgba(120, 136, 204, 0) 100%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #6073c3 0%, rgba(120, 136, 204, 0) 100%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #6073c3 0%, rgba(120, 136, 204, 0) 100%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6073c3", endColorstr="#00ffffff",GradientType=0 );
  /* IE6-9 */
}
.lightbox-mask .comegift img {
  margin-right: 10px;
}
.lightbox-mask .lightbox-container {
  max-height: 252px;
  overflow: auto;
}
.lightbox-mask .lightbox-table {
  margin: 0;
  width: 100%;
  border: 0;
}
.lightbox-mask .lightbox-table h2 {
  border: 0;
  padding: 0;
  margin: 0 0 5px 0;
}
.lightbox-mask .lightbox-table p {
  margin: 0 0 5px 0;
}
.lightbox-mask .lightbox-table > tbody > tr {
  border-bottom: 0;
}
.lightbox-mask .lightbox-table > tbody > tr:nth-of-type(1) {
  background: #fff;
}
.lightbox-mask .lightbox-table > tbody td {
  padding: 0 0 10px 0;
}
.lightbox-mask .lightbox-table .lightbox-img {
  display: inline-block;
  width: 170px;
  padding: 10px 20px 10px 0;
}
.lightbox-mask .lightbox-table .lightbox-img img {
  width: 100%;
}
.lightbox-mask .pc-lightbox-img {
  width: 50vw;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.lightbox-mask .pc-lightbox-img img {
  width: 100%;
}
.lightbox-mask .lightBoxPic {
  /*margin: 0 auto;*/
  /*padding: 20px;*/
}
.lightbox-mask .lightBoxPic img {
  width: 100%;
}
.lightbox-mask .youtubeContainer {
  padding: 20px;
}
.lightbox-mask .youtubeBox {
  text-align: center;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000;
}
.lightbox-mask .youtubeBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lightbox-mask .lightboxBtn {
  margin: 20px 0;
}
.lightbox-mask .lightboxBtn .btn {
  width: 180px;
  padding: 8px 12px;
}
.lightbox-mask .frameBtn {
  background: #fff;
  border: 1px solid #1d2088;
  color: #1d2088;
  margin: 0 5px;
}
.lightbox-mask .solidBtn {
  background: #1d2088;
  color: #fff;
  border: 1px solid #1d2088;
  margin: 0 5px;
}

.u-flyer {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  position: absolute;
  z-index: 9999;
  opacity: 0.3;
}

.no-stock-container {
  margin: 10px 0;
}

.no-stock {
  text-align: center;
  display: inline-block;
  background: #a0a0a0;
  color: #fff;
  width: 120px;
  border-radius: 4px;
  padding: 4px 12px;
}

/*# sourceMappingURL=base.css.map */
