@charset "UTF-8";
.banner_wrap {
  position: relative;
  width: calc(100% - 8vw);
  max-width: 1620px;
  height: 265px;
  margin-bottom: 110px;
  margin-left: auto;
}

.banner {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: #0f1110;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
}

.banner:before {
  position: absolute;
  top: 0;
  display: block;
  content: '';
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: #f0eef1;
  width: 100%;
  height: 60px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.banner.active:before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.banner_unittitle {
  position: absolute;
  z-index: 1;
  top: 58%;
  right: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 320px;
  letter-spacing: 0.4em;
  color: #fff;
  font-family: "cwtexfangsong", serif;
  font-size: 26px;
}

.banner_unittitle:before {
  position: relative;
  display: block;
  content: '';
  background-color: #fff;
  width: 130px;
  height: 1px;
}

.banner_object {
  position: absolute;
  bottom: 0;
  left: 15%;
  -webkit-transform: translateY(30%);
  -ms-transform: translateY(30%);
  transform: translateY(30%);
  font-size: 0;
}

@media only screen and (max-width: 1560px) {
  .banner_wrap {
    width: 100%;
    margin-bottom: 80px;
    background-size: auto 80%;
  }
  .banner_wrap:before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media only screen and (max-width: 1280px) {
  .banner_wrap {
    height: auto;
    margin-bottom: 50px;
  }
  .banner {
    position: relative;
    height: 265px;
  }
  .banner:before {
    height: 60px;
  }
  .banner_unittitle {
    position: relative;
    top: 0;
    right: initial;
    margin-bottom: 0;
    padding-left: 45px;
    color: #000;
    font-size: 22px;
  }
  .banner_unittitle:before {
    display: none;
  }
  .banner_object {
    left: 23%;
  }
}

@media only screen and (max-width: 650px) {
  .banner {
    height: 50vw;
    margin-top: -30px;
  }
  .banner_object {
    width: 30vw;
  }
}

.page_content {
  padding-top: 225px;
}

.inner_width {
  max-width: 1200px;
  display: block;
  position: relative;
}

.banner {
  background-image: url("../images/product/banner_custom.jpg");
}

#product_banner {
  position: relative;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 88px;
  width: calc(100% - 8vw);
  margin-right: 0;
  margin-left: auto;
}

#product_banner .text {
  position: relative;
}

#product_banner .more {
  position: relative;
}

#product_banner img {
  position: relative;
}

#product_banner .banner_text {
  position: absolute;
  margin-bottom: 60px;
  letter-spacing: 0.1em;
  top: 30%;
  left: 50%;
}

#product_banner .banner_text p {
  font-size: 70px;
  font-weight: 400;
  background: -moz-linear-gradient(80deg, #ffffff 0%, #7c848a 14%, #d3d8e5 43%, #b3bbc1 64%, #717980 81%, #eaedf6 100%);
  background: -webkit-linear-gradient(80deg, #ffffff 0%, #7c848a 14%, #d3d8e5 43%, #b3bbc1 64%, #717980 81%, #eaedf6 100%);
  background: -webkit-linear-gradient(10deg, #ffffff 0%, #7c848a 14%, #d3d8e5 43%, #b3bbc1 64%, #717980 81%, #eaedf6 100%);
  background: -o-linear-gradient(10deg, #ffffff 0%, #7c848a 14%, #d3d8e5 43%, #b3bbc1 64%, #717980 81%, #eaedf6 100%);
  background: linear-gradient(80deg, #ffffff 0%, #7c848a 14%, #d3d8e5 43%, #b3bbc1 64%, #717980 81%, #eaedf6 100%);
  background-position: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 150%;
  font-family: "Cinzel",sans-serif;
  color: transparent;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  display: block;
  line-height: 68px;
}

#product_banner .banner_text .text {
  position: relative;
  display: block;
  font-size: 24px;
  color: white;
  letter-spacing: 7px;
  margin-top: 5px;
  margin-bottom: 40px;
}

#product_banner .banner_text .more {
  position: relative;
  display: block;
  font-size: 16px;
  color: #9ca2de;
}

#product_list {
  margin: 0 auto 100px;
}

#product_list.custom_block {
  width: 100%;
  padding-left: 15%;
}

#product_list.special {
  margin-top: 80px;
}

#product_list.special .type {
  position: absolute;
  right: 5px;
  margin: 0;
  top: 0;
}

#product_list .headtitle {
  position: relative;
  font-family: 'cwtexfangsong',serif;
  font-size: 33px;
  color: #0c0445;
  margin-bottom: 60px;
}

#product_list .type {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 90px;
}

#product_list .type .search_box {
  position: relative;
  DISPLAY: FLEX;
}

#product_list .type .search_box .send_search {
  position: relative;
  width: 136px;
  height: 100%;
  border: 0;
  background-color: #202165;
  color: white;
  font-family: 'cwtexfangsong',serif;
  font-size: 19px;
  cursor: pointer;
}

#product_list .type .select_wrap {
  position: relative;
  border-bottom: 1px solid #191919;
  border-right: 1px solid #191919;
  height: 48px;
  color: #181818;
}

#product_list .type .select_wrap:after {
  content: '';
  border-right: 1px solid black;
  border-top: 1px solid black;
  width: 8px;
  height: 8px;
  position: absolute;
  display: block;
  top: 17px;
  right: 21px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.5;
  pointer-events: none;
}

#product_list .type .select_wrap select {
  position: relative;
  font-family: 'cwtexfangsong',serif;
  font-size: 19px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 20px;
  padding-right: 20px;
}

#product_list .type .select_wrap1 {
  width: 215px;
}

#product_list .type .select_wrap1 select {
  padding-left: 0;
}

#product_list .type .select_wrap2 {
  width: 185px;
}

#product_list .type .sort_box {
  position: relative;
}

#product_list .type .select_wrap3 {
  border: 0;
  width: 128px;
  font-family: 'cwtexfangsong',serif;
  font-size: 19px;
}

#product_list .type .select_wrap3:after {
  right: 0;
}

#product_list .type .select_wrap3 select {
  padding-left: 0;
  position: relative;
}

#product_list .type .inputbox {
  position: relative;
  width: 252px;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #191919;
}

#product_list .type .inputbox input {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: transparent;
  padding-left: 20px;
  font-family: 'cwtexfangsong',serif;
  font-size: 19px;
}

#product_list .type .inputbox input::-webkit-input-placeholder {
  opacity: 0.4;
}

#product_list .type .inputbox input:-ms-input-placeholder {
  opacity: 0.4;
}

#product_list .type .inputbox input::-ms-input-placeholder {
  opacity: 0.4;
}

#product_list .type .inputbox input::placeholder {
  opacity: 0.4;
}

#product_list .product_block {
  position: relative;
}

#product_list .product_block.custom .block {
  display: block;
}

#product_list .product_block.custom .block .product_box,
#product_list .product_block.custom .block .product_box:nth-child(5n) {
  width: 14.5%;
  height: 24vw;
  margin-right: 2.5%;
  float: left;
  margin-bottom: 30px;
}

#product_list .product_block.custom .block .product_box .imgs,
#product_list .product_block.custom .block .product_box:nth-child(5n) .imgs {
  height: 17vw;
}

#product_list .product_block.custom .block.seven {
  position: relative;
  padding-right: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 7vw;
  padding-bottom: 25px;
}

#product_list .product_block.custom .block.seven .product_box,
#product_list .product_block.custom .block.seven .product_box:nth-child(5n) {
  position: relative;
  width: 28%;
  margin-bottom: 0;
  height: calc(17vw + 95px);
  margin-right: 5%;
}

#product_list .product_block.custom .block.seven .product_box:last-child,
#product_list .product_block.custom .block.seven .product_box:nth-child(5n):last-child {
  position: absolute;
  width: 48%;
  right: 0;
  margin: 0;
  height: calc(34vw + 175px);
}

#product_list .product_block.custom .block.seven .product_box:last-child .imgs,
#product_list .product_block.custom .block.seven .product_box:nth-child(5n):last-child .imgs {
  height: calc(100% - 79px);
}

#product_list .product_block:after {
  content: '';
  display: block;
  clear: both;
}

#product_list .product_block .product_box {
  position: relative;
  width: 200px;
  height: 460px;
  margin-right: 50px;
  float: left;
  margin-bottom: 65px;
}

#product_list .product_block .product_box:nth-child(5n) {
  margin-right: 0;
}

#product_list .product_block .product_box .imgs {
  position: relative;
  height: 325px;
  overflow: hidden;
}

#product_list .product_block .product_box .imgs .bg {
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#product_list .product_block .product_box .imgs .bg img {
  display: none;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

#product_list .product_block .product_box .imgs span {
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
  z-index: 5;
  background-color: #1d164e;
  color: white;
  font-size: 12px;
  line-height: 60px;
  text-align: right;
  padding-right: 25px;
  letter-spacing: 1px;
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

#product_list .product_block .product_box .imgs span:before {
  content: '';
  background-color: #ffffff85;
  position: absolute;
  width: 0;
  height: 1px;
  left: 20px;
  top: 30px;
  -webkit-transition: all 0.5s ease 0.2s;
  -moz-transition: all 0.5s ease 0.2s;
  -o-transition: all 0.5s ease 0.2s;
  -ms-transition: all 0.5s ease 0.2s;
  transition: all 0.5s ease 0.2s;
}

#product_list .product_block .product_box .name {
  position: relative;
  margin-top: 22px;
  margin-bottom: 20px;
  display: block;
  line-height: 22px;
  font-family: 'cwtexfangsong',serif;
  font-size: 19px;
}

#product_list .product_block .product_box .price_new {
  position: relative;
  font-size: 13px;
  color: #808080;
  margin-bottom: 10px;
}

#product_list .product_block .product_box .price {
  position: relative;
  font-size: 13px;
  color: #808080;
  display: inline-block;
}

#product_list .product_block .product_box .price:after {
  content: '';
  background-color: #ff6868;
  position: absolute;
  left: -1%;
  top: 50%;
  display: block;
  width: 102%;
  height: 1px;
}

#product_list .product_block .product_box .love {
  position: absolute;
  background-color: #c8adbf;
  width: 47px;
  height: 47px;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#product_list .product_block .product_box .love.loved {
  opacity: 1;
  height: 60px;
  top: -16px;
}

#product_list .product_block .product_box .love.loved:after {
  opacity: 1;
  height: 47px;
  bottom: 0;
}

#product_list .product_block .product_box .love:after {
  content: '';
  background-image: url("../images/product/love.png");
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  opacity: 0.4;
}

/*product_detail*/
#product_detail {
  position: relative;
  display: block;
}

#product_detail .top_info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
}

#product_detail .product_slide {
  position: relative;
  width: 56vw;
  /* max-width: 1080px; */
  height: 35vw;
}

#product_detail .product_slide .swiper-slide {
  position: relative;
  width: 100%;
  height: 35vw;
  width: 56vw;
}

#product_detail .product_slide .swiper-slide .imgs {
  position: relative;
  display: block;
  background-position: center;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: black;
}

#product_detail .product_slide .swiper-pagination {
  position: relative;
  bottom: 70px;
}

#product_detail .product_slide .swiper-pagination .swiper-pagination-bullet {
  background: white;
  margin: 0 12px;
  opacity: 0.4;
}

#product_detail .product_slide .swiper-pagination .swiper-pagination-bullet-active {
  background: white;
  opacity: 1;
}

#product_detail .product_slide .swiper-button-prev {
  position: absolute;
  background-size: 0;
  width: 65px;
  height: 65px;
  margin: 0;
  top: auto;
  bottom: 46px;
  left: 30px;
}

#product_detail .product_slide .swiper-button-prev:after {
  content: '';
  width: 15px;
  height: 15px;
  border-left: 3px solid white;
  border-bottom: 3px solid white;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 25px;
  position: absolute;
  left: 27px;
}

#product_detail .product_slide .swiper-button-next {
  position: absolute;
  background-size: 0;
  width: 65px;
  height: 65px;
  margin: 0;
  top: auto;
  bottom: 46px;
  right: 30px;
}

#product_detail .product_slide .swiper-button-next:after {
  content: '';
  width: 15px;
  height: 15px;
  border-left: 3px solid white;
  border-bottom: 3px solid white;
  display: block;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 25px;
  position: absolute;
  left: 27px;
}

#product_detail .product_info {
  position: relative;
  width: 44vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  padding-left: 7vw;
  padding-right: 7vw;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

#product_detail .product_info .t_name {
  font-family: 'cwtexfangsong',serif;
  font-size: 19px;
  color: #313131;
  display: block;
  position: relative;
  margin-bottom: 10px;
}

#product_detail .product_info .summary {
  font-family: 'cwtexfangsong',serif;
  font-size: 19px;
  color: #313131;
  display: block;
  position: relative;
  line-height: 28px;
  margin-bottom: 80px;
}

#product_detail .product_info .name {
  position: relative;
  font-family: 'cwtexfangsong',serif;
  font-size: 30px;
  padding: 0;
  margin-top: 0;
  margin-bottom: 28px;
  letter-spacing: 3px;
  display: block;
  width: 100%;
  font-weight: 300;
}

#product_detail .product_info .price_new {
  position: relative;
  font-size: 16px;
  color: #808080;
  margin-bottom: 10px;
  width: 100%;
}

#product_detail .product_info .price {
  position: relative;
  font-size: 16px;
  color: #808080;
  display: inline-block;
}

#product_detail .product_info .price:after {
  content: '';
  background-color: #ff6868;
  position: absolute;
  left: -1%;
  top: 50%;
  display: block;
  width: 102%;
  height: 1px;
}

#product_detail .product_info .link {
  position: relative;
  display: block;
  width: 100%;
}

#product_detail .product_info .link .button {
  font-family: 'cwtexfangsong',serif;
  font-size: 19px;
  position: relative;
  width: 100%;
  height: 65px;
  background-color: #202165;
  display: block;
  text-align: center;
  color: white;
  padding-left: 21px;
  letter-spacing: 5px;
  line-height: 65px;
  cursor: pointer;
  margin-top: 10px;
  -webkit-transform: skewX(0);
  -ms-transform: skewX(0);
  transform: skewX(0);
}

#product_detail .product_info .link .button.normal {
  padding-left: 0;
}

#product_detail .product_info .link .button.normal.white {
  border: 1px solid #202165;
  background-color: transparent;
  color: #202165;
}

#product_detail .product_info .link .button.join {
  position: relative;
}
#product_detail .product_info .link .button.join.disabled{
    background-color: #a0a0a0;
cursor: context-menu;
}
#product_detail .product_info .link .button.join:before {
  content: '';
  background-image: url("../images/product/addcart.png");
  background-repeat: no-repeat;
  width: 36px;
  height: 100%;
  display: inline-block;
  background-size: 25px;
  position: absolute;
  right: 50%;
  margin-right: 55px;
  background-position: 0 18px;
}

#product_detail .product_info .link .button.love {
  position: relative;
  border: 1px solid #202165;
  background-color: transparent;
  color: #202165;
}

#product_detail .product_info .link .button.love:before {
  content: '';
  background-image: url("../images/product/addlove.png");
  background-repeat: no-repeat;
  width: 36px;
  height: 100%;
  display: inline-block;
  background-size: 20px;
  position: absolute;
  right: 50%;
  margin-right: 55px;
  background-position: 0 20px;
}

#product_detail .product_info .tag {
  position: relative;
  display: block;
  width: 100%;
  color: #181818;
  opacity: 0.48;
  font-family: 'cwtexfangsong',serif;
  font-size: 18px;
  margin-top: 25px;
}

#product_detail .product_info .tag div {
  display: inline-block;
  position: relative;
  margin-right: 35px;
}

#product_detail .product_info .tag div:after {
  content: '';
  background-color: #a1a1a1;
  width: 1px;
  height: 16px;
  display: block;
  position: absolute;
  right: -20px;
  top: 0;
  -webkit-transform: rotate(39deg);
  -ms-transform: rotate(39deg);
  transform: rotate(39deg);
}

#product_detail .product_info .tag div:last-child {
  margin-right: 0;
}

#product_detail .product_info .tag div:last-child:after {
  display: none;
}

#product_detail .product_info .type {
  position: relative;
  display: block;
  margin-top: 3vw;
  width: 100%;
  margin-bottom: 2vw;
}

#product_detail .product_info .type .num {
  position: relative;
  outline: 0;
  background-color: transparent;
  text-align: center;
  height: 60px;
  width: 270px;
  padding: 0;
  margin: 0;
  display: block;
}

#product_detail .product_info .type .num .ui-widget {
  display: block;
  position: relative;
  text-align: center;
  border: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 60px;
}

#product_detail .product_info .type .num .ui-spinner a.ui-spinner-down {
  position: absolute;
  left: 0;
  width: 24px;
  height: 60px;
  cursor: pointer;
  BORDER: 0;
  background-color: transparent;
}

#product_detail .product_info .type .num .ui-spinner a.ui-spinner-down:after {
  content: '';
  width: 15px;
  height: 1px;
  position: absolute;
  display: block;
  background-color: black;
  top: 28px;
  left: 0;
}

#product_detail .product_info .type .num .ui-spinner a.ui-spinner-up {
  position: absolute;
  right: 0;
  width: 24px;
  height: 60px;
  cursor: pointer;
}

#product_detail .product_info .type .num .ui-spinner a.ui-spinner-up:after {
  content: '';
  width: 12px;
  height: 1px;
  position: absolute;
  display: block;
  background-color: black;
  top: 28px;
  right: 5px;
}

#product_detail .product_info .type .num .ui-spinner a.ui-spinner-up:before {
  content: '';
  width: 10px;
  height: 1px;
  position: absolute;
  display: block;
  background-color: black;
  top: 28px;
  right: 6px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#product_detail .product_info .type .num input {
  position: relative;
  text-align: center;
  height: 100%;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  font-size: 16px;
  color: #0c0445;
  margin: 0;
  width: 100%;
}

#product_detail .product_info .type .num .ui-state-default .ui-icon {
  background-size: 0;
}

#product_detail .product_info .type .select_wrap {
  position: relative;
  border-bottom: 1px solid #191919;
  height: 48px;
  font-size: 16px;
  color: #181818;
  width: 270px;
}

#product_detail .product_info .type .select_wrap:after {
  content: '';
  border-right: 1px solid black;
  border-top: 1px solid black;
  width: 8px;
  height: 8px;
  position: absolute;
  display: block;
  top: 17px;
  right: 8px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.5;
  pointer-events: none;
}

#product_detail .product_info .type .select_wrap select {
  position: relative;
  font-family: 'cwtexfangsong',serif;
  font-size: 19px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 20px;
}

#product_detail .product_recommend {
  position: relative;
  max-width: 1200px;
  display: block;
  margin: 0 auto 124px;
}

#product_detail .product_recommend .swiper-slide {
  height: 300px;
}

#product_detail .product_recommend .num {
  position: absolute;
  font-size: 12px;
  height: 20px;
  color: #181818;
  left: 0;
  bottom: 0;
  width: 152px;
  display: block;
  font-family: '微軟正黑體',sans-serif;
}

#product_detail .product_recommend .num .now {
  position: relative;
  float: left;
}

#product_detail .product_recommend .num .now:after {
  content: '';
  background-color: #cfcfcf;
  width: 72px;
  height: 1px;
  top: 6px;
  display: block;
  position: absolute;
  left: 40px;
}

#product_detail .product_recommend .num .all {
  position: relative;
  opacity: 0.5;
  float: right;
}

#product_detail .product_recommend .title {
  position: absolute;
  width: 250px;
  left: 0;
  top: 0;
}

#product_detail .product_recommend .title .en {
  position: relative;
  font-size: 24px;
  margin-bottom: 18px;
  letter-spacing: 1px;
  line-height: 24px;
  text-shadow: 0 0.01em 0.01em black;
}

#product_detail .product_recommend .title .tw {
  position: relative;
  font-family: 'cwtexfangsong',serif;
  font-size: 21px;
  letter-spacing: 5px;
}

#product_detail .product_recommend .slide {
  position: relative;
  width: 820px;
  margin-right: 50px;
  margin-left: auto;
}

#product_detail .product_recommend .slide .recommend-swiper-container {
  overflow: hidden;
}

#product_detail .product_recommend .slide .imgs {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#product_detail .product_recommend .slide .imgs img {
  position: relative;
  visibility: hidden;
}

#product_detail .product_recommend .swiper-pagination-bullets {
  opacity: 0;
  visibility: hidden;
}

#product_detail .product_recommend .swiper-button-prev {
  position: absolute;
  background-size: 0;
  width: 65px;
  height: 65px;
  margin: 0;
  top: 50%;
  bottom: auto;
  left: -72px;
  margin-top: -33px;
}

#product_detail .product_recommend .swiper-button-prev:after {
  content: '';
  width: 15px;
  height: 15px;
  border-left: 3px solid #231815;
  border-bottom: 3px solid #231815;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 25px;
  position: absolute;
  left: 27px;
}

#product_detail .product_recommend .swiper-button-next {
  position: absolute;
  background-size: 0;
  width: 65px;
  height: 65px;
  margin: 0;
  top: 50%;
  bottom: auto;
  right: -72px;
  margin-top: -33px;
}

#product_detail .product_recommend .swiper-button-next:after {
  content: '';
  width: 15px;
  height: 15px;
  border-left: 3px solid #231815;
  border-bottom: 3px solid #231815;
  display: block;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  top: 25px;
  position: absolute;
  left: 27px;
}

#product_detail .product_text {
  position: relative;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
  padding-bottom: 180px;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 72px;
}

#product_detail .product_text.custom {
  padding-bottom: 0;
  border-bottom: 0;
}

#product_detail .product_text.custom .ui-tabs {
  border-top: 1px solid #b0b0b0;
}

#product_detail .product_text.custom .ui-tabs .ui-tabs-nav li {
  width: 50%;
}

#product_detail .product_text .ui-tabs {
  position: relative;
  border: 0;
  padding: 0;
  background: none;
}

#product_detail .product_text .ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 0;
  background: none;
  font-family: 'cwtexfangsong',serif;
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 2px;
}

#product_detail .product_text .ui-tabs .ui-tabs-nav {
  position: relative;
  background: none;
  border: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 45px;
}

#product_detail .product_text .ui-tabs .ui-tabs-nav li {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #b0b0b0;
  border-radius: 0;
  width: 100%;
  height: 65px;
  background: none;
  outline: 0;
  border-bottom: 1px solid #e2e2e2;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#product_detail .product_text .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  border-top: 3px solid #c8adbf;
  border-bottom: 1px solid #f0eef1;
}

#product_detail .product_text .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  color: #0c0445;
}

#product_detail .product_text .ui-tabs .ui-tabs-nav li a {
  width: 100%;
  display: block;
  text-align: center;
  padding: 0;
  line-height: 65px;
  color: black;
  font-family: 'cwtexfangsong',serif;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 3px;
  outline: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#product_detail .footer_bottom {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 145px;
}

#product_detail .footer_bottom a {
  position: relative;
  width: 430px;
  height: 64px;
  display: inline-block;
  text-align: center;
  line-height: 64px;
  background-color: #202165;
  color: white;
  letter-spacing: 2px;
  border: 1px solid #202165;
  margin: 0 6px;
  font-family: 'cwtexfangsong',serif;
  font-size: 19px;
}

#product_detail .footer_bottom a.noblue {
  background-color: transparent;
  border: 1px solid #202165;
  color: #202165;
}

#product_detail .back {
  position: relative;
  width: 288px;
  height: 64px;
  margin: 0 auto 182px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #202165;
  border: 1px solid #202165;
  cursor: pointer;
  font-family: 'cwtexfangsong',serif;
  font-size: 19px;
  letter-spacing: 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media only screen and (min-width: 1025px) {
  #product_detail .back:hover {
    background-color: #202165;
    color: #fff;
  }
  #product_list .type .search_box .send_search {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #product_list .type .search_box .send_search:hover {
    background-color: #c8adbf;
    color: #fff;
  }
}

@media only screen and (max-width: 1560px) {
  #product_list .product_block .product_box {
    margin-right: 30px;
  }
  #product_list {
    width: 1120px;
  }
  #product_banner {
    width: 100%;
  }
  #product_banner .banner_text {
    position: absolute;
    margin-bottom: 0;
    letter-spacing: 0.1em;
    top: 0;
    left: 50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  #product_banner .banner_text .text {
    width: 100%;
  }
  #product_detail .product_info .type {
    margin-top: 10px;
    width: 100%;
    margin-bottom: 0;
  }
  #product_detail .product_slide,
  #product_detail .product_slide .swiper-slide {
    min-height: 450px;
  }
}

@media only screen and (max-width: 1300px) {
  #product_detail .product_text {
    width: 90%;
  }
  #product_detail .product_recommend {
    width: 90%;
  }
  #product_detail .product_recommend .slide {
    position: relative;
    width: 575px;
    margin-right: 35px;
    margin-left: auto;
  }
}

@media only screen and (max-width: 1230px) {
  #product_list {
    width: 920px;
  }
  #product_list .product_block .product_box,
  #product_list .product_block .product_box:nth-child(5n) {
    margin-right: 40px;
  }
  #product_list .product_block .product_box:nth-child(4n) {
    margin-right: 0;
  }
  #product_list .type .inputbox {
    width: 210px;
  }
  #product_detail .product_info {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotateY(360deg);
    transform-origin: left;
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotateY(360deg);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}

@media only screen and (min-width: 1025px) {
  #product_list .product_block .product_box:hover .imgs .bg {
    -webkit-transform: scale(1.2) translateY(-50px);
    -ms-transform: scale(1.2) translateY(-50px);
    transform: scale(1.2) translateY(-50px);
  }
  #product_list .product_block .product_box:hover .imgs span {
    opacity: 1;
  }
  #product_list .product_block .product_box:hover .imgs span:before {
    width: 50px;
  }
  #product_list .product_block .product_box:hover .love {
    opacity: 1;
  }
  #product_detail .product_info .link .button:hover:before {
    -webkit-animation: spin 0.5s linear infinite;
    -moz-animation: spin 0.5s linear infinite;
    animation: spin 0.5s linear infinite;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
  #product_detail .product_recommend .slide .imgs:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }
}

@media only screen and (max-width: 1024px) {
  #product_detail .product_recommend .swiper-slide {
    height: 250px;
  }
  #product_detail .product_text.custom iframe {
    height: 50vw;
  }
  #product_list.custom_block {
    width: 90%;
    padding-left: 0;
  }
  #product_list .product_block.custom .block.seven {
    padding-right: 0;
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #product_list .product_block.custom .block .product_box .imgs,
  #product_list .product_block.custom .block .product_box:nth-child(5n) .imgs {
    height: 40vw;
  }
  #product_list .product_block.custom .block .product_box,
  #product_list .product_block.custom .block .product_box:nth-child(5n),
  #product_list .product_block.custom .block.seven .product_box,
  #product_list .product_block.custom .block.seven .product_box:nth-child(5n) {
    WIDTH: 31%;
    height: calc(40vw + 100px);
    margin-right: 3.5%;
  }
  #product_list .product_block.custom .block .product_box:nth-child(3n) {
    margin-right: 0;
  }
  #product_list .product_block.custom .block.seven .product_box:last-child,
  #product_list .product_block.custom .block.seven .product_box:nth-child(5n):last-child {
    width: 100%;
    position: relative;
    max-height: 740px;
    height: calc(70vw + 100px);
  }
  #product_list .product_block.custom .block.seven .product_box:last-child .bg,
  #product_list .product_block.custom .block.seven .product_box:nth-child(5n):last-child .bg {
    max-width: 740px;
  }
  #product_list .product_block.custom .block.seven .product_box:last-child .imgs,
  #product_list .product_block.custom .block.seven .product_box:nth-child(5n):last-child .imgs {
    height: 70vw;
  }
  #product_list.special {
    margin-top: 20px;
  }
  #product_list.special .headtitle {
    margin-bottom: 65px;
  }
  #product_list.special .type {
    position: absolute;
    right: 5px;
    margin: 0;
    top: -8px;
  }
  #product_list.special .type .sort_box {
    position: relative;
    left: 0;
    top: 0;
  }
  #product_banner .banner_text p {
    font-size: 40px;
    line-height: 40px;
  }
  #product_banner .banner_text .text {
    width: 100%;
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 5px;
  }
  #product_banner {
    margin-bottom: 50px;
  }
  #product_banner .banner_text .more {
    font-size: 14px;
  }
  #product_list {
    width: 90%;
  }
  #product_list .headtitle {
    position: relative;
    font-size: 20px;
    color: #0c0445;
    margin-bottom: 30px;
    letter-spacing: 6px;
  }
  #product_list .type {
    margin-bottom: 90px;
  }
  #product_list .type .sort_box {
    position: absolute;
    left: 0;
    top: 60px;
  }
  #product_list .type .search_box {
    width: 100%;
  }
  #product_list .type .inputbox input,
  #product_list .type .select_wrap select {
    font-size: 14px;
  }
  #product_list .product_block .product_box,
  #product_list .product_block .product_box:nth-child(4n),
  #product_list .product_block .product_box:nth-child(5n) {
    width: 26vw;
    margin-right: 6vw;
  }
  #product_list .product_block .product_box:nth-child(3n) {
    margin-right: 0;
  }
  #product_list .product_block .product_box .imgs .bg img {
    display: none;
  }
  #product_list .product_block .product_box .imgs .bg {
    background-size: cover;
    height: 100%;
  }
  #product_list .product_block .product_box .name {
    line-height: 23px;
    letter-spacing: 1px;
  }
  #product_list .product_block .product_box .imgs {
    height: 40vw;
  }
  #product_list .product_block .product_box {
    height: 56vw;
  }
  #product_list .product_block .product_box .love.loved {
    background-color: #c8adbf;
  }
  #product_list .product_block .product_box .love {
    opacity: 1;
    background-color: transparent;
  }
  /*product_detail*/
  #product_detail .product_slide,
  #product_detail .product_slide .swiper-slide {
    min-height: 250px;
    width: 100vw;
    height: 50vw;
    display: block;
  }
  #product_detail .top_info {
    display: block;
  }
  #product_detail .product_info {
    padding-left: 5vw;
    padding-right: 5vw;
    width: 90%;
    margin: 45px auto 0;
    max-width: 500px;
  }
  #product_detail .product_info .type .select_wrap {
    width: 100%;
  }
  #product_detail .product_text {
    width: 90%;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  #product_detail .product_recommend .slide {
    width: 100%;
  }
  #product_detail .product_recommend .title {
    position: relative;
    width: 250px;
    left: 0;
    top: 0;
    margin-bottom: 35px;
  }
  #product_detail .product_recommend {
    width: 90%;
    margin-bottom: 105px;
  }
  #product_detail .product_recommend .swiper-button-next {
    top: 100%;
    margin-top: 5px;
    right: -20px;
  }
  #product_detail .product_recommend .swiper-button-prev {
    top: 100%;
    margin-top: 5px;
    left: -20px;
  }
  #product_detail .product_recommend .slide .recommend-swiper-container:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 1px;
    display: block;
    bottom: -38px;
    background-color: #cccccc;
    left: 50%;
    margin-left: -50px;
  }
  #product_detail .back {
    margin-bottom: 115px;
  }
  #product_detail .footer_bottom a {
    width: 40%;
  }
}

@media only screen and (max-width: 650px) {
  #product_detail .product_recommend .swiper-slide {
    height: 65vw;
  }
  .banner {
    background-position: 12% bottom;
  }
  #product_list .product_block .product_box .name {
    height: 46px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 600px) {
  #product_banner {
    margin-bottom: 50px;
    background-size: 0;
    overflow: hidden;
  }
  #product_banner:after {
    content: '';
    display: block;
    clear: both;
  }
  #product_banner .banner_text p {
    font-size: 20px;
    line-height: 21px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  #product_banner img {
    position: relative;
    width: 180vw;
    max-width: 1200px;
    float: left;
  }
  #product_banner .banner_text {
    height: 166px;
    background-color: #202165;
    left: 0;
    width: 90%;
    padding-left: 10%;
    top: 100%;
    position: relative;
    float: left;
  }
  #product_list {
    width: 80%;
    margin-bottom: 60px;
  }
  #product_banner .banner_text .more {
    font-size: 12px;
  }
  #product_list .product_block .product_box,
  #product_list .product_block .product_box:nth-child(3n),
  #product_list .product_block .product_box:nth-child(4n),
  #product_list .product_block .product_box:nth-child(5n) {
    width: 39vw;
    margin-right: 2vw;
  }
  #product_list .product_block .product_box:nth-child(2n) {
    margin-right: 0;
  }
  #product_list .product_block .product_box .imgs {
    height: 60vw;
  }
  #product_list .product_block .product_box {
    height: calc(60vw + 122px);
  }
  #product_list .type .inputbox,
  #product_list .type .select_wrap1,
  #product_list .type .select_wrap2 {
    width: 100%;
    border-right: 0;
    height: 56px;
    padding-left: 0;
  }
  #product_list .type .search_box {
    width: 100%;
    display: block;
  }
  #product_list .type .search_box .send_search {
    width: 136px;
    height: 50px;
    background-color: #202165;
    font-size: 16px;
    margin-top: 20px;
  }
  #product_list .type .inputbox input,
  #product_list .type .select_wrap select {
    padding-left: 0;
    font-size: 16px;
    height: 55px;
  }
  #product_list .type .sort_box {
    left: 0;
    top: 290px;
  }
  #product_list .type {
    margin-bottom: 150px;
  }
  #product_list .type .select_wrap:after {
    top: 20px;
    right: 10px;
  }
  /*product_detail*/
  #product_detail .product_info .summary {
    margin-bottom: 40px;
  }
  #product_detail .product_text .ui-tabs .ui-tabs-nav li a {
    font-size: 21px;
  }
  #product_detail .product_text.custom iframe {
    height: 38vw;
  }
  #product_detail .footer_bottom {
    width: 80%;
    margin: 0 auto 110px;
  }
  #product_detail .footer_bottom a {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }
  #product_detail .product_info {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  #product_detail .product_info .name {
    font-size: 21px;
  }
  #product_detail .product_info .type .num,
  #product_detail .product_info .type .select_wrap {
    width: 100%;
  }
  #product_detail .product_info .type {
    margin-top: 26px;
    width: 100%;
    margin-bottom: 10px;
  }
  #product_detail .top_info {
    margin-bottom: 70px;
  }
  #product_detail .product_text {
    width: 100%;
    margin-bottom: 45px;
  }
  #product_detail .product_text .ui-tabs .ui-tabs-nav {
    margin-bottom: 35px;
  }
  #product_detail .product_text .ui-tabs .ui-tabs-panel {
    padding-left: 10vw;
    padding-right: 10vw;
  }
  #product_detail .product_recommend {
    width: 80%;
  }
  #product_detail .product_recommend .num,
  #product_detail .product_recommend .swiper-pagination-bullets {
    display: none;
  }
  #product_detail .product_recommend .title .en {
    position: relative;
    font-size: 18px;
    margin-bottom: 13px;
    letter-spacing: 1px;
    line-height: 21px;
  }
  #product_detail .product_recommend .slide {
    width: 90vw;
  }
  #product_detail .product_recommend .slide .imgs,
  .swiper-container-android .swiper-slide {
    min-width: 140px;
    width: 140px;
  }
  #product_detail .product_recommend .swiper-button-next {
    top: 100%;
    margin-top: 5px;
    right: 10vw;
    margin-right: -21px;
  }
  #product_detail .back {
    margin-bottom: 115px;
    width: 80%;
  }
  #product_detail .product_slide .swiper-button-prev {
    top: auto;
    bottom: 20px;
    left: 0;
  }
  #product_detail .product_slide .swiper-button-next {
    top: auto;
    bottom: 20px;
    right: 0;
  }
  #product_detail .product_slide .swiper-pagination {
    bottom: 44px;
  }
  #product_detail .product_slide,
  #product_detail .product_slide .swiper-slide {
    height: 55vw;
  }
  #product_list.custom_block {
    width: 80%;
  }
  #product_list .product_block.custom .block .product_box .imgs,
  #product_list .product_block.custom .block .product_box:nth-child(5n) .imgs {
    height: 55vw;
  }
  #product_list .product_block.custom .block .product_box,
  #product_list .product_block.custom .block .product_box:nth-child(3n),
  #product_list .product_block.custom .block .product_box:nth-child(5n),
  #product_list .product_block.custom .block.seven .product_box,
  #product_list .product_block.custom .block.seven .product_box:nth-child(5n) {
    WIDTH: 47%;
    height: calc(55vw + 125px);
    margin-right: 3%;
  }
  #product_list .product_block.custom .block .product_box:nth-child(2n) {
    margin-right: 0;
  }
  #product_list .product_block.custom .block.seven .product_box:last-child,
  #product_list .product_block.custom .block.seven .product_box:nth-child(5n):last-child {
    width: 100%;
    position: relative;
    max-height: 740px;
    height: calc(75vw + 80px);
  }
  #product_list .product_block.custom .block.seven .product_box:last-child .bg,
  #product_list .product_block.custom .block.seven .product_box:nth-child(5n):last-child .bg {
    max-width: 740px;
  }
  #product_list .product_block.custom .block.seven .product_box:last-child .imgs,
  #product_list .product_block.custom .block.seven .product_box:nth-child(5n):last-child .imgs {
    height: 75vw;
  }
}

/*# sourceMappingURL=web_product.css.map */
