@charset "UTF-8";
/* DWT：goods 商品詳細頁----------------------------------------------- */
#goodsInfo {
  margin: 0 20px 20px 20px;
}
@media screen and (max-width: 999px) {
  #goodsInfo {
    margin-top: 20px;
  }
}
#goodsInfo .row {
  display: flex;
}
@media screen and (max-width: 999px) {
  #goodsInfo .row {
    flex-direction: column;
  }
}
#goodsInfo .imgInfo {
  position: relative;
  width: 600px;
  min-height: 768px;
  margin-right: 20px;
}
@media screen and (max-width: 999px) {
  #goodsInfo .imgInfo {
    width: 100% !important;
    min-height: auto;
    padding: 0;
  }
}
#goodsInfo .imgInfo > div {
  position: relative;
  display: block;
  width: 100%;
}
#goodsInfo .imgInfo > div > dt {
  display: block;
  width: 100%;
  border: 1px solid #D0D0D0;
}
#goodsInfo .imgInfo > div > dt > img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 999px) {
  #goodsInfo .imgInfo .clearfix {
    padding: 0 !important;
  }
}
@media screen and (max-width: 999px) {
  #goodsInfo .imgInfo .MagicThumb {
    width: 100% !important;
  }
}
@media screen and (max-width: 999px) {
  #goodsInfo .imgInfo .thumb {
    width: 100% !important;
    height: initial;
  }
}
#goodsInfo .imgInfo-list {
  height: 168px;
  padding: 19px;
}
#goodsInfo .gallery {
  position: relative;
  display: flex;
}
#goodsInfo .gallery ul {
  display: flex;
}
#goodsInfo .gallery li {
  display: flex;
  align-items: center;
  width: 141px; /*154px*/
  padding: 0 5px;
}
#goodsInfo .gallery li > dt {
  border: 1px solid #D0D0D0;
  cursor: pointer;
}
#goodsInfo .gallery li > dt.onbg {
  border: 1px solid #5CC728;
}
#goodsInfo .gallery li > dt > img {
  display: block;
  width: 100%;
}
#goodsInfo .gallery #demo {
  overflow-x: auto;
}
#goodsInfo .gallery #demo::-webkit-scrollbar {
  width: 0;
  background-color: transparent;
}
#goodsInfo .spanL {
  position: absolute;
  top: 35px;
  left: -15px;
  width: 5px;
  height: 60.5px;
  background: url(https://www.5hm1.com.tw/themes/lativ/images/span_lr.gif) no-repeat 0;
  transform: scale(2);
  cursor: default;
  opacity: 0.5;
}
#goodsInfo .spanR {
  position: absolute;
  top: 35px;
  right: -15px;
  width: 5px;
  height: 60.5px;
  background: url(https://www.5hm1.com.tw/themes/lativ/images/span_lr.gif) no-repeat -4px;
  transform: scale(2);
  cursor: pointer;
}
#goodsInfo .itemInfoList {
  display: flex;
  align-items: flex-start;
  width: calc(100% - 620px);
  font-family: "Microsoft JhengHei";
  color: #646464;
}
@media screen and (max-width: 1337px) {
  #goodsInfo .itemInfoList {
    flex-direction: column;
    margin-top: 20px;
  }
}
@media screen and (max-width: 999px) {
  #goodsInfo .itemInfoList {
    width: 100% !important;
  }
}
#goodsInfo .itemInfoList > div:first-child {
  width: 65%;
}
@media screen and (max-width: 1337px) {
  #goodsInfo .itemInfoList > div:first-child {
    width: 100%;
  }
}
#goodsInfo .itemInfoList > div:first-child .product-detail {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
}
#goodsInfo .itemInfoList > div:first-child .product-detail--no-line {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
#goodsInfo .itemInfoList > div:first-child li.list {
  margin-bottom: 5px;
}
#goodsInfo .itemInfoList > div:first-child li.list:last-child {
  margin-bottom: 0;
}
#goodsInfo .itemInfoList > div:nth-child(2) {
  width: 35%;
  margin-left: 20px;
}
@media screen and (max-width: 1337px) {
  #goodsInfo .itemInfoList > div:nth-child(2) {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
    padding: 0;
    border: 0;
  }
}
#goodsInfo .itemInfoList > div:nth-child(2) .product-detail {
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
}
#goodsInfo .itemInfoList > div:nth-child(2) .product-detail:last-child {
  margin-bottom: 0;
}
#goodsInfo .itemInfoList > div:nth-child(2) .product-detail > div:first-child {
  position: relative;
  display: block;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  border-bottom: 1px solid #ccc;
  background-color: #eee;
}
@media screen and (max-width: 999px) {
  #goodsInfo .itemInfoList > div:nth-child(2) .product-detail > div:first-child {
    font-size: 1.2rem;
  }
}
#goodsInfo .itemInfoList > div:nth-child(2) .product-detail > div:first-child strong {
  margin-right: 5px;
  color: #ff3300;
}
#goodsInfo .itemInfoList > div:nth-child(2) .product-detail > div:first-child .report {
  flex: 0 0 70px;
  margin: 0 0 0 20px;
  padding: 4px;
  border-radius: 8px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: purple;
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  #goodsInfo .itemInfoList > div:nth-child(2) .product-detail > div:first-child .report {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 999px) {
  #goodsInfo .itemInfoList > div:nth-child(2) .product-detail > div:first-child:not(.js-Content__title--on) {
    border-bottom: 0;
  }
}
#goodsInfo .itemInfoList > div:nth-child(2) .product-detail > div:nth-child(2) {
  padding: 12px 0;
}
@media screen and (max-width: 999px) {
  #goodsInfo .itemInfoList > div:nth-child(2) .product-detail > div:nth-child(2) {
    font-size: 1.2rem;
  }
}
#goodsInfo .itemInfoList > div:nth-child(2) ul {
  margin: 0;
}
#goodsInfo .itemInfoList > div:nth-child(2) ul li {
  padding: 0 15px;
}
#goodsInfo .itemInfoList > div:nth-child(2) ul li.list {
  margin-bottom: 12px;
}
#goodsInfo .itemInfoList > div:nth-child(2) ul li:last-child {
  margin-bottom: 0;
}
#goodsInfo .itemInfoList > div:nth-child(2) ul li span:first-child {
  flex: 0 0 120px;
}
@media screen and (max-width: 999px) {
  #goodsInfo .itemInfoList > div:nth-child(2) ul li span:first-child {
    flex: 0 0 160px;
  }
}
#goodsInfo .itemInfoList > div:nth-child(2) ul.price-zone li {
  display: flex;
  align-items: center;
}
#goodsInfo .itemInfoList > div:nth-child(2) ul.price-zone li.activity {
  margin-bottom: 15px;
}
#goodsInfo .itemInfoList > div:nth-child(2) ul.price-zone li.activity ul {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 0;
  border: 1px solid #ffcc5e;
  border-radius: 10px;
  background-color: #ffffcc;
  overflow: hidden;
}
#goodsInfo .itemInfoList > div:nth-child(2) ul.price-zone li.activity ul li {
  padding: 0;
}
#goodsInfo .itemInfoList > div:nth-child(2) ul.price-zone li.activity ul li.list {
  justify-content: flex-start;
  margin-bottom: 5px;
  padding: 0 10px;
  border-bottom: 0;
  background: none;
}
#goodsInfo .itemInfoList > div:nth-child(2) ul.price-zone li.activity ul li.list span:first-child {
  flex: 0 0 72px;
}
@media screen and (max-width: 999px) {
  #goodsInfo .itemInfoList > div:nth-child(2) ul.price-zone li.activity ul li.list span:first-child {
    flex: 0 0 100px;
  }
}
#goodsInfo .itemInfoList > div:nth-child(2) ul.price-zone li.activity ul li:first-child {
  font-size: 0.9rem;
  text-align: left;
}
#goodsInfo .itemInfoList > div:nth-child(2) ul.price-zone li.activity ul li:first-child span {
  font-weight: bold;
  color: #000;
}
#goodsInfo .itemInfoList > div:nth-child(2) ul.price-zone li.activity ul li:nth-last-child(2) {
  margin-bottom: 5px;
}
#goodsInfo .itemInfoList > div:nth-child(2) ul.price-zone li.activity ul li:last-child {
  margin-bottom: 0;
}
#goodsInfo .itemInfoList > div:nth-child(2) ul.price-zone li.routes {
  margin: 0 15px 10px 15px;
  padding: 15px 0 5px 0;
  font-size: 1rem;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 999px) {
  #goodsInfo .itemInfoList > div:nth-child(2) ul.price-zone li.routes {
    font-size: 1.2rem;
  }
}
#goodsInfo .itemInfoList > div:nth-child(2) ul.price-zone li.routes span {
  flex: 0 0 100%;
}
#goodsInfo .itemInfoList > div:nth-child(2) ul.price-zone li.routes span b {
  color: green;
}
#goodsInfo .itemInfoList > div:nth-child(2) ul.price-zone li.route {
  margin-bottom: 20px;
}
#goodsInfo .itemInfoList > div:nth-child(2) ul.price-zone li.route--nomargin {
  margin-bottom: 0;
}
#goodsInfo .itemInfoList > div:nth-child(2) ul.price-zone li.route--info {
  color: #AA4444;
}
#goodsInfo .itemInfoList > div:nth-child(2) ul.price-zone li.amount-class {
  margin: 0 15px;
  padding: 0 0 5px 0;
}
#goodsInfo .itemInfoList > div:nth-child(2) ul.price-zone li.amount-class span {
  flex: 0 0 100%;
}
#goodsInfo .itemInfoList > div:nth-child(2) ul.price-zone span {
  font-weight: normal;
  color: #646464;
  line-height: 1rem;
}
@media screen and (max-width: 999px) {
  #goodsInfo .itemInfoList > div:nth-child(2) ul.price-zone span {
    line-height: 1.4rem;
  }
}
#goodsInfo .itemInfoList > div:nth-child(2) ul.price-zone span.goodsPrice {
  font-size: 1.1rem;
  font-weight: bold;
  color: #ff3300;
}
@media screen and (max-width: 999px) {
  #goodsInfo .itemInfoList > div:nth-child(2) ul.price-zone span.goodsPrice {
    font-size: 1.2rem;
  }
}
#goodsInfo .itemInfoList > div:nth-child(2) ul.price-zone span.promotionPrice {
  font-size: 1.2rem;
  font-weight: bold;
  color: blue;
}
#goodsInfo .itemInfoList > div:nth-child(2) ul.price-zone span b {
  color: #222;
}
#goodsInfo .itemInfoList > div:nth-child(2) ul.price-zone span b.big {
  font-size: 1rem;
}
#goodsInfo .itemInfoList > div:nth-child(2) div.order {
  display: flex;
  align-items: center;
  margin: 0;
}
#goodsInfo .itemInfoList > div:nth-child(2) div.order.total {
  flex-direction: column;
  align-items: flex-start;
  /* line-height: 2rem; */
}
#goodsInfo .itemInfoList > div:nth-child(2) div.order.total p {
  margin: .3rem 0;
}
#goodsInfo .itemInfoList > div:nth-child(2) div.order.total p.order-info {
  font-size: 0.8rem;
  color: #333;
}
#goodsInfo .itemInfoList > div:nth-child(2) div.order.total p.order-info strong {
  font-weight: normal;
  color: #ff0000;
}
#goodsInfo .itemInfoList > div:nth-child(2) div.order.total p.order-info strong::before{
  content: '【';
}
#goodsInfo .itemInfoList > div:nth-child(2) div.order.total p.order-info strong::after{
  content: '】';
}
#goodsInfo .itemInfoList > div:nth-child(2) div.order.total p.order-import {
  font-size: 0.8rem;
}
#goodsInfo .itemInfoList > div:nth-child(2) div.order.total input {
  text-align: center;
}
#goodsInfo .itemInfoList > div:nth-child(2) div.order.button-line {
  justify-content: space-between;
  margin: 5px 0 0 0;
}
#goodsInfo .itemInfoList > div:nth-child(2) div.order a {
  padding: 8px 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
}
#goodsInfo .itemInfoList > div:nth-child(2) div.order a:first-child {
  width: calc(100% - 80px);
  background-color: #b50033;
}
#goodsInfo .itemInfoList > div:nth-child(2) div.order a:nth-child(2) {
  width: 70px;
  background-color: #ea5413;
}
#goodsInfo .itemInfoList > div:nth-child(2) div.order input {
  margin-left: 5px;
}
#goodsInfo .itemInfoList > div:nth-child(2) div.order select {
  margin-left: 5px;
  padding: 5px 8px;
  border: 1px solid #CCC;
  background: #fff;
}
#goodsInfo .itemInfoList h2 {
  display: flex;
  flex-direction: column;
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
  color: #AA4444;
  line-height: 125%;
}
@media screen and (max-width: 999px) {
  #goodsInfo .itemInfoList h2 {
    font-size: 1.6rem;
  }
}
#goodsInfo .itemInfoList .line {
  margin-block: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
}
#goodsInfo .itemInfoList .line li {
  padding: 3px 0;
}
#goodsInfo .itemInfoList .line li .highlight {
  font-weight: bold;
  color: #22ac22;
}
#goodsInfo .itemInfoList .line .promotion {
  padding: 0 5px;
  font-weight: bold;
  color: #fff;
  line-height: 26px;
  border-radius: 3px;
}
#goodsInfo .itemInfoList .line .promotion--limitation {
  background: #f39a00;
}
#goodsInfo .itemInfoList .line .promotion--recommendation {
  background: #ff3300;
}
#goodsInfo .itemInfoList .line .promotion--new {
  background: #f08080;
}
#goodsInfo .itemInfoList .line .promotion--hot {
  background: #ab1d33;
}
#goodsInfo .itemInfoList .list {
  display: flex;
  padding: 3px 0;
  font-size: 0.9rem;
  color: #646464;
}
@media screen and (max-width: 999px) {
  #goodsInfo .itemInfoList .list {
    font-size: 1.1rem;
  }
}
#goodsInfo .itemInfoList .list.have-input {
  align-items: center;
}
#goodsInfo .itemInfoList .list.have-input input {
  text-align: center;
}
#goodsInfo .itemInfoList .list > span:first-child {
  position: relative;
  flex: 0 0 80px;
  margin-right: 5px;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 999px) {
  #goodsInfo .itemInfoList .list > span:first-child {
    flex: 0 0 90px;
    font-size: 1.2rem;
  }
}
#goodsInfo .itemInfoList .list > span:first-child.highlight {
  color: #ea5413;
}
@media screen and (max-width: 999px) {
  #goodsInfo .itemInfoList .list > p {
    margin-top: 3px;
  }
}
#goodsInfo .itemInfoList .list--long span:first-child {
  flex: 0 0 125px;
}
#goodsInfo .itemInfoList .list p.installment {
  padding: 0 4px;
  border: 1px solid #ccc;
  background-color: #f0f0f0;
}
#goodsInfo .itemInfoList .list p.installment span {
  margin: 0;
  padding-right: 4px;
  border-right: 1px solid #ccc;
}
#goodsInfo .itemInfoList .list p.installment span::after {
  display: none;
}
#goodsInfo .itemInfoList .list p.installment span:last-child {
  padding-right: 0;
  border-right: 0;
}
#goodsInfo .itemInfoList .list p input[type=radio] {
  margin: 3px 3px 0 0;
}
#goodsInfo .itemInfoList .list p.label span {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
}
#goodsInfo .itemInfoList .list p.label span.selected {
  color: #fff;
  border: 1px solid #666;
  background-color: #666;
}
#goodsInfo .itemInfoList strong {
  color: #aa4444;
}
#goodsInfo .itemInfoList ul.price {
  width: 100%;
}
#goodsInfo .itemInfoList ul.price li {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
  padding-left: 20px;
}
#goodsInfo .itemInfoList ul.price li.amount-class {
  margin-bottom: 0;
}
#goodsInfo .itemInfoList ul.price li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 3px;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ccc;
}
#goodsInfo .itemInfoList ul.price li p {
  display: flex;
  align-items: center;
}
#goodsInfo .itemInfoList ul.price li p b {
  color: #222;
}
#goodsInfo .itemInfoList ul.price li > span:first-child {
  display: inline-block;
  width: 135px;
}
#goodsInfo .itemInfoList ul.price li > span.unit {
  margin-left: 5px;
}
#goodsInfo .itemInfoList ul.price li > span.fee {
  margin-left: 0;
}
#goodsInfo .itemInfoList ul.price li > span b {
  color: #222;
}
#goodsInfo .itemInfoList ul.price li.promotion-activity {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 999px) {
  #goodsInfo .itemInfoList ul.price li.promotion-activity {
    flex-wrap: wrap;
  }
}
#goodsInfo .itemInfoList ul.price li.promotion-activity::before {
  top: 8px;
}
#goodsInfo .itemInfoList ul.price li.promotion-activity > span:first-child {
  width: 100%;
}
#goodsInfo .itemInfoList ul.price li.promotion-activity > div {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
@media screen and (max-width: 999px) {
  #goodsInfo .itemInfoList ul.price li.promotion-activity > div {
    flex-direction: column;
    align-items: flex-start;
  }
}
#goodsInfo .itemInfoList ul.price li.promotion-activity > div > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
}
#goodsInfo .itemInfoList ul.price li.promotion-activity > div > div > span:first-child {
  width: 135px;
}
#goodsInfo .itemInfoList ul.price li.promotion-activity > div > div > span.unit {
  margin-left: 5px;
}
#goodsInfo .itemInfoList ul.price li.no-icon {
  font-weight: bold;
  color: #000;
}
#goodsInfo .itemInfoList ul.price li.no-icon::before {
  display: none;
}
#goodsInfo .itemInfoList ul.price li .report {
  margin: 0 0 0 10px;
  padding: 4px;
  border-radius: 8px;
  font-size: 14px;
  color: #fff;
  background-color: purple;
  cursor: pointer;
}
#goodsInfo .itemInfoList ul.price li .function {
  position: relative;
  display: flex;
  margin: 0 0 0 5px;
}
#goodsInfo .itemInfoList ul.price li .function a, #goodsInfo .itemInfoList ul.price li .function div {
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid rgba(171, 29, 51, 0.25);
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
}
#goodsInfo .itemInfoList ul.price li .function a:hover, #goodsInfo .itemInfoList ul.price li .function div:hover {
  border: 1px solid #ab1d33;
}
#goodsInfo .itemInfoList ul.price li .function a.non, #goodsInfo .itemInfoList ul.price li .function div.non {
  border: 1px solid rgba(51, 51, 51, 0.25);
}
#goodsInfo .itemInfoList ul.price li .function a.non:hover, #goodsInfo .itemInfoList ul.price li .function div.non:hover {
  border: 1px solid #333;
}
#goodsInfo .itemInfoList ul.price li .function a.non img:hover, #goodsInfo .itemInfoList ul.price li .function div.non img:hover {
  left: -26px;
  background: #333;
}
#goodsInfo .itemInfoList ul.price li .function a img, #goodsInfo .itemInfoList ul.price li .function div img {
  position: relative;
  top: -1px;
  left: -1px;
  height: 25px;
  transition: all 0.6s;
}
#goodsInfo .itemInfoList ul.price li .function a img:hover, #goodsInfo .itemInfoList ul.price li .function div img:hover {
  left: -26px;
  background: #ab1d33;
}
#goodsInfo .itemInfoList ul.price li .function a span, #goodsInfo .itemInfoList ul.price li .function div span {
  display: none;
}
#goodsInfo .itemInfoList div.price {
  display: inline-block;
  border: 1px solid #ccc;
  overflow-x: auto;
}
@media screen and (max-width: 999px) {
  #goodsInfo .itemInfoList div.price {
    display: block;
  }
}
#goodsInfo .itemInfoList div.price table {
  border-collapse: collapse;
}
#goodsInfo .itemInfoList div.price table th {
  color: #333;
  text-align: center;
  border-right: 1px solid #ccc;
  background-color: #e4e4e4;
}
#goodsInfo .itemInfoList div.price table th:first-child p {
  width: 42px;
}
#goodsInfo .itemInfoList div.price table th:last-child {
  border-right: 0;
}
#goodsInfo .itemInfoList div.price table th p {
  margin: 0 auto;
  width: 60px;
  text-align: center;
}
#goodsInfo .itemInfoList div.price table td {
  color: #626262;
  text-align: center;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#goodsInfo .itemInfoList div.price table td:last-child {
  border-right: 0;
}
#goodsInfo .itemInfoList div.price table td span.unit {
  margin-left: 5px;
  margin-right: 5px;
  font-weight: normal;
  color: #626262;
}
#goodsInfo .itemInfoList div.price table tr:last-child td {
  border-bottom: 0;
}
#goodsInfo .itemInfoList div.price table tr:last-child td:not(:first-child) {
  padding-right: 5px;
  text-align: right;
}
#goodsInfo .itemInfoList .discount {
  color: #aa4444;
}
#goodsInfo .itemInfoList .goods_rank {
  display: flex;
  align-items: center;
}
#goodsInfo .itemInfoList .goods_rank > div:first-child {
  min-width: 80px;
}
#goodsInfo .itemInfoList a {
  color: #0052ce;
  text-decoration: underline;
}
#goodsInfo .itemInfoList .goodsPrice {
  font-weight: bold;
  color: #ff3300;
}
#goodsInfo .itemInfoList .totalPrice, #goodsInfo .itemInfoList .promotionPrice {
  font-size: 1.2rem;
  font-weight: bold;
  color: #f00;
}
#goodsInfo .itemInfoList .unit {
  margin-left: 5px;
}
#goodsInfo .itemInfoList .goodsPrice#ECS_SHOPPRICE {
  color: #00f;
}
#goodsInfo .itemInfoList .marketPrice {
  color: #CC3300;
  text-decoration: line-through;
}
#goodsInfo .itemInfoList #itemBtnList {
  display: flex;
  margin: 10px 0 50px 0;
}
@media screen and (max-width: 999px) {
  #goodsInfo .itemInfoList #itemBtnList {
    flex-direction: row;
    justify-content: center;
  }
}
#goodsInfo .itemInfoList #itemBtnList > a {
  margin: 0 10px 0 0;
  color: #FFF;
  text-decoration: none;
}
@media screen and (max-width: 999px) {
  #goodsInfo .itemInfoList #itemBtnList > a {
    float: left;
  }
}
#goodsInfo .itemInfoList #itemBtnList > a:first-child > div {
  background: #b50033;
}
#goodsInfo .itemInfoList #itemBtnList > a:first-child > div:hover {
  background-color: #d40c44;
}
#goodsInfo .itemInfoList #itemBtnList > a:last-child > div {
  background: #ea5413;
}
#goodsInfo .itemInfoList #itemBtnList > a:last-child > div:hover {
  background: #ff7134;
}
#goodsInfo .itemInfoList #itemBtnList > a > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  padding: 0 30px;
  font-size: 16px;
  transition: all 0.3s;
}
#goodsInfo .itemInfoList .textInput {
  height: 15px;
  margin-right: 5px;
  padding: 3px;
  border: 1px solid #E6E6E6;
  background: #fff;
}
#goodsInfo .itemInfoList .itemInfoListTable {
  margin-bottom: 8px;
}
#goodsInfo .itemInfoList .itemInfoListTable th {
  width: 100px;
  padding: 2px 8px;
  color: #333;
  text-align: left;
  border-bottom: 2px solid #dadada;
}
#goodsInfo .itemInfoList .itemInfoListTable td {
  padding: 2px 8px;
  color: #999;
  border-bottom: 1px solid #dadada;
}
#goodsInfo .itemInfoList fieldset.fset {
  position: relative;
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #f2f2f2;
  box-shadow: 3px 3px 10px #ccc;
}
#goodsInfo .itemInfoList fieldset.fset > div {
  padding: 8px 12px;
}
#goodsInfo .itemInfoList fieldset.fset .title {
  padding: 5px 12px;
  font-size: 0.9rem;
  color: #fff;
  border-radius: 10px 10px 0 0;
  background-color: #5086d1;
}
@media screen and (max-width: 480px) {
  #goodsInfo .itemInfoList fieldset.fset .title {
    font-size: 1rem;
  }
}
#goodsInfo .itemInfoList fieldset.fset select {
  margin: 0 5px 5px 0;
  padding: 5px;
}
@media screen and (max-width: 480px) {
  #goodsInfo .itemInfoList fieldset.fset div select {
    width: 100%;
    margin: 0 0 0.5rem 0;
    font-size: 1rem;
  }
}
#goodsInfo .itemInfoList fieldset.fset .filiters {
  margin-bottom: 20px;
}
#goodsInfo .itemInfoList fieldset.fset .filiters:last-child {
  margin-bottom: 0;
}
#goodsInfo .itemInfoList fieldset.fset .filiters p {
  position: relative;
  margin-bottom: 5px;
  font-weight: bold;
}
#goodsInfo .itemInfoList fieldset.fset .filiters p span {
  position: relative;
  display: inline-block;
  padding: 0 5px 0 0;
  background-color: #f2f2f2;
  z-index: 2;
}
#goodsInfo .itemInfoList fieldset.fset .filiters p span b {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 5px;
  text-align: center;
  border-radius: 10px;
  background-color: #ccc;
}
#goodsInfo .itemInfoList fieldset.fset .filiters p::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-index: 1;
}
#goodsInfo .itemInfoList fieldset.fset .pricenotes {
  display: flex;
}
#goodsInfo .itemInfoList .propertySelect {
  padding: 0;
}
#goodsInfo .itemInfoList .propertySelect > .property-box1 {
  font-size: 0.9rem;
}
#goodsInfo .itemInfoList .propertySelect > .property-box1 > span {
  display: flex;
  color: #AA4444;
  margin-bottom: 3px;
  font-weight: bold;
}
#goodsInfo .itemInfoList .propertySelect > .property-box1 > span::before {
  content: "!";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  background-color: #ffbe4e;
}
#goodsInfo .countdown {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  padding: 3px 5px;
  color: #000;
  background-color: #ffcc5e;
}
@media screen and (max-width: 999px) {
  #goodsInfo .countdown {
    flex: 0 0 100%;
    margin-left: 0;
    margin-top: 5px;
  }
}
#goodsInfo .countdown .timer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-weight: bold;
}
#goodsInfo .countdown .timer span {
  padding: 0 5px;
  font-size: 0.9rem;
  font-weight: bold;
}
#goodsInfo .countdown .timer strong {
  margin: 0 2px;
  padding: 0 2px;
  color: #ff6600;
  border-radius: 2px;
  background-color: #fff;
}
#goodsInfo .toggle-trigger {
  position: relative;
  color: #0052ce;
  text-decoration: underline;
  cursor: pointer;
}
#goodsInfo .toggle-trigger .togglebox {
  display: none;
  position: absolute;
  top: 42px;
  left: -50%;
  width: 260px;
  padding: 15px;
  color: #000;
  line-height: 1.4rem;
  border-top: 4px solid #ab1d33;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 99;
}
#goodsInfo .toggle-trigger .togglebox .anchor {
  position: absolute;
  top: -32px;
  left: 1rem;
  display: block;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #ab1d33;
}

.js-Content__title {
  display: none;
  margin-bottom: 5px;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 999px) {
  .js-Content__title {
    display: block;
    font-size: 1.2rem;
  }
}
.js-Content__title i {
  position: relative;
  display: none;
  margin-left: 10px;
  transition: all 0.2s linear;
  transform: translate3d(0, -1px, 0);
}
.js-Content__title i::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(225deg);
  z-index: 11;
}
@media screen and (max-width: 999px) {
  .js-Content__title i {
    display: inline-block;
  }
}
.js-Content__title--on i {
  transform: translate3d(0, 1px, 0);
}
.js-Content__title--on i::after {
  transform: rotate(45deg);
}

.goods__rewards {
  padding: 0 10px;
}
.goods__rewards-title, .goods__rewards-main, .goods__rewards-sub-item {
  display: flex;
  width: 100%;
}
.goods__rewards-title > div:first-child, .goods__rewards-main > div:first-child, .goods__rewards-sub-item > div:first-child {
  width: 30px;
}
.goods__rewards-title > div:nth-child(2), .goods__rewards-main > div:nth-child(2), .goods__rewards-sub-item > div:nth-child(2) {
  width: calc(100% - 170px);
}
.goods__rewards-title > div:nth-child(3), .goods__rewards-main > div:nth-child(3), .goods__rewards-sub-item > div:nth-child(3) {
  width: 80px;
}
@media screen and (max-width: 999px) {
  .goods__rewards-title > div:nth-child(3), .goods__rewards-main > div:nth-child(3), .goods__rewards-sub-item > div:nth-child(3) {
    width: 90px;
  }
}
.goods__rewards-title > div:nth-child(3) span, .goods__rewards-main > div:nth-child(3) span, .goods__rewards-sub-item > div:nth-child(3) span {
  margin: 0 3px 0 0;
  padding: 0 3px;
  font-weight: bold;
  color: #000;
  border: 1px solid #ccc;
  background-color: #fff;
}
.goods__rewards-title > div:nth-child(3) span.goods__rewards-result--success, .goods__rewards-main > div:nth-child(3) span.goods__rewards-result--success, .goods__rewards-sub-item > div:nth-child(3) span.goods__rewards-result--success {
  padding: 0 2px;
  color: #0000ff;
  border: 1px solid #ccc;
  background-color: #fff;
}
.goods__rewards-title > div:nth-child(3) span.goods__rewards-result--failure, .goods__rewards-main > div:nth-child(3) span.goods__rewards-result--failure, .goods__rewards-sub-item > div:nth-child(3) span.goods__rewards-result--failure {
  padding: 0 2px;
  color: #ff0000;
  border: 1px solid #ccc;
  background-color: #fff;
}
.goods__rewards-title > div:nth-child(4), .goods__rewards-main > div:nth-child(4), .goods__rewards-sub-item > div:nth-child(4) {
  width: 60px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .goods__rewards-title > div:nth-child(4), .goods__rewards-main > div:nth-child(4), .goods__rewards-sub-item > div:nth-child(4) {
    width: 85px;
  }
}
.goods__rewards-title > div:nth-child(4) a, .goods__rewards-main > div:nth-child(4) a, .goods__rewards-sub-item > div:nth-child(4) a {
  text-decoration: none !important;
}
.goods__rewards-title {
  font-weight: bold;
  color: #333;
}
.goods__rewards-main {
  padding: 3px 0;
}
.goods__rewards-main > div:first-child span::before {
  content: "＋";
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  .goods__rewards-main > div:first-child span::before {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 21px;
    height: 21px;
    margin-left: 0;
  }
}
.goods__rewards-main--on > div:first-child span::before {
  content: "－";
}
.goods__rewards-sub-item {
  padding: 3px 0;
}
.goods__rewards-brand {
  padding: 5px 0;
  border-radius: 3px;
}
.goods__rewards-brand:nth-child(even) {
  background-color: #f4f4f4;
}
.goods__rewards-period {
  margin-top: 10px;
  font-size: 0.8rem;
  color: #a44444;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .goods__rewards-period {
    font-size: 1rem;
  }
}
.goods__rewards-more a {
  text-decoration: none !important;
}

.goods__column-title {
  padding: 30px 0;
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 999px) {
  .goods__column-title {
    padding: 30px 20px;
  }
}
.goods__boughtMore {
  margin-bottom: 80px;
  padding-top: 110px;
  padding-bottom: 20px;
  background-color: #eee;
}
@media screen and (max-width: 999px) {
  .goods__boughtMore {
    padding: 20px 0;
  }
}
.buying-recommendation {
  margin-top: 50px;
  padding: 50px 20px 0 20px;
  border-top: 1px solid #ccc;
}
.buying-recommendation .globalTitle {
  margin-bottom: 25px;
  font-size: 1.2rem;
}
.buying-recommendation__list {
  display: flex;
  flex-wrap: wrap;
}
.buying-recommendation__item {
  flex: 0 0 20%;
}
@media screen and (max-width: 999px) {
  .buying-recommendation__item {
    flex: 0 0 50%;
    margin-bottom: 20px;
  }
}
.buying-recommendation__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.buying-recommendation__item img {
  max-width: 100%;
}
.buying-recommendation__item span {
  margin-top: 5px;
  font-weight: bold;
  color: #333;
}

.user-comment {
  margin-top: 50px;
  padding: 50px 20px;
  background-color: #eee;
}
@media screen and (max-width: 999px) {
  .user-comment {
    margin-top: 30px;
  }
}
.user-comment .globalTitle {
  font-size: 1.2rem;
}
.user-comment__content {
  display: flex;
}
@media screen and (max-width: 999px) {
  .user-comment__content {
    flex-direction: column;
  }
}
.user-comment__list {
  width: 100%;
  border-collapse: collapse;
}
.user-comment__title {
  font-size: 1rem;
  font-weight: bold;
}
.user-comment__form {
  flex: 0 0 460px;
  padding: 30px;
  border: 1px solid #ccc;
  background-color: #ddd;
}
@media screen and (max-width: 999px) {
  .user-comment__form {
    flex: 0 0 auto;
    margin-top: 20px;
    padding: 20px;
  }
}
.user-comment__formContent {
  display: flex;
  flex-direction: column;
  padding: 5px 0;
}
.user-comment__formItem {
  display: flex;
  min-height: 35px;
  padding: 5px 0;
  font-size: 0.9rem;
}
@media screen and (max-width: 999px) {
  .user-comment__formItem {
    flex-direction: column;
    padding: 5px 0 10px 0;
  }
}
@media screen and (max-width: 999px) {
  .user-comment__formItem:last-child {
    padding: 5px 0 0 0;
  }
}
.user-comment__formItem label:first-child {
  display: flex;
  align-items: center;
  min-width: 80px;
}
@media screen and (max-width: 999px) {
  .user-comment__formItem label:first-child {
    align-items: baseline;
  }
}
.user-comment__formItem label .textInput {
  margin: 0 10px 0 0;
  padding: 4px 5px;
}
.user-comment__formItem label #content {
  width: 100%;
}
.user-comment__formItem:nth-child(5) > label {
  align-items: baseline;
}
.user-comment__formItem p {
  display: flex;
  align-items: center;
}
.user-comment__formItem p > img {
  margin-left: 10px;
  height: 100%;
  cursor: pointer;
}
.user-comment__formItem input {
  height: 28px;
  padding: 0 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
@media screen and (max-width: 999px) {
  .user-comment__formItem input {
    width: 100%;
  }
}
.user-comment__formItem input[type=submit], .user-comment__formItem input[type=reset] {
  height: 32px;
  margin-right: 10px;
  padding: 5px 20px;
  font-size: 0.9rem;
  color: #fff;
  border-radius: 3px;
  background-color: #666;
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  .user-comment__formItem input[type=submit], .user-comment__formItem input[type=reset] {
    margin-right: 0;
    margin-left: 5px;
  }
}
.user-comment__formItem input[type=submit] {
  background-color: #b90c0c;
}
@media screen and (max-width: 999px) {
  .user-comment__formItem input[type=submit] {
    margin-right: 5px;
    margin-left: 0;
  }
}
.user-comment__formItem textarea {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.user-comment #fivestarcommnt a {
  display: contents;
  font-size: 30px;
  cursor: pointer;
}
.user-comment #fivestarcommnt a:hover {
  color: #f39a00;
}
.user-comment .colorComment {
  color: #f39a00;
}

.goods-gallery__box {
  position: relative;
  display: block;
  margin-bottom: 120px;
}
.goods-gallery__btn {
  position: absolute;
  top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 2rem;
  color: #333;
  cursor: pointer;
}
.goods-gallery__btn--prev {
  left: 0;
}
.goods-gallery__btn--next {
  right: 0;
}
.goods-gallery__btn:hover {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.1);
}
.goods-gallery__container {
  overflow: hidden;
}
.goods-gallery__list {
  display: flex;
  align-items: center;
}
.goods-gallery__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
}
.goods-gallery__item span {
  font-size: .9rem;
  color: #333;
  text-align: center;
}
.goods-gallery__item p {
  display: flex;
  align-items: center;
}
.goods-gallery__item span.quickbuy {
display: flex;
justify-content: center;
align-items: center;
width: auto;
height: 25px;
margin-left: 5px;
padding: 0 3px;
color: #b50033;
border: 1px solid #b50033;
border-radius: 3px;
background-color: #fff;
}
.goods-gallery__item img {
  max-width: 70%;
}
/* .goods-gallery__item button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  font-weight: bold;
  color: #ab1d33;
  line-height: 21px;
  border: 1px solid #ab1d33;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
} */

#popmsg-filter {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
}
#popmsg-filter > div {
  position: relative;
  top: 50%;
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 600px;
  margin: auto;
  font-size: 1rem;
  font-weight: normal;
  color: black;
  text-align: center;
  border: 2px solid #ab1d33;
  border-radius: 5px;
  background-color: #fff;
  transform: translate(0, -50%);
  overflow: hidden;
}
#popmsg-filter > div > div:first-child {
  padding: 5px 0;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 5px;
  border-bottom: 2px solid #fff;
  background-color: #ab1d33;
}
#popmsg-filter > div > div:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 20px 0 20px;
  line-height: 1.6rem;
  text-align: left;
  border-top: 2px solid #ab1d33;
}
#popmsg-filter > div > div:nth-child(2) ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0;
}
@media screen and (max-width: 999px) {
  #popmsg-filter > div > div:nth-child(2) ul {
    flex-direction: column;
    width: 100%;
  }
}
#popmsg-filter > div > div:nth-child(2) ul li {
  display: flex;
  align-items: center;
  flex: 0 0 calc(50% - 10px);
  margin: 5px 0;
}
@media screen and (max-width: 999px) {
  #popmsg-filter > div > div:nth-child(2) ul li {
    flex: 0 0 100%;
  }
}
#popmsg-filter > div > div:nth-child(2) ul li label {
  flex: 0 0 65px;
  width: 55px;
  font-weight: bold;
}
#popmsg-filter > div > div:nth-child(2) ul li input {
  flex: 0 0 calc(100% - 65px);
  width: calc(100% - 65px);
  margin-right: 10px;
  padding: 0.275rem 0.5rem;
  font-size: 1rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
@media screen and (max-width: 999px) {
  #popmsg-filter > div > div:nth-child(2) ul li input {
    margin-right: 0;
  }
}
#popmsg-filter > div > div:nth-child(3) {
  padding: 0 20px 20px 20px;
}
#popmsg-filter > div > div:nth-child(3) button {
  display: inline-block;
  width: 120px;
  height: 32px;
  margin: 0 5px;
  color: #000;
  font-size: 1rem;
  text-align: center;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #ddd;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
#popmsg-filter > div > div:nth-child(3) .send {
  display: inline-block;
  width: 120px;
  height: 32px;
  margin: 0 5px;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #333;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}




#popmsg-inquiry {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
}
#popmsg-inquiry > div {
  position: relative;
  top: 50%;
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 800px;
  margin: auto;
  font-size: 1rem;
  font-weight: normal;
  color: black;
  text-align: center;
  border: 2px solid #ab1d33;
  border-radius: 5px;
  background-color: #fff;
  transform: translate(0, -50%);
  overflow: hidden;
}
#popmsg-inquiry > div > div:first-child {
  padding: 5px 0;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 5px;
  border-bottom: 2px solid #fff;
  background-color: #ab1d33;
}
#popmsg-inquiry > div > div:nth-child(2) {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
  text-align: left;
  border-top: 2px solid #ab1d33;
}
#popmsg-inquiry > div > div:nth-child(2) ul li {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  line-height: 1.2rem;
}
#popmsg-inquiry > div > div:nth-child(2) ul li:last-child {
  margin: 0;
}
#popmsg-inquiry > div > div:nth-child(2) ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #ccc;
}
#popmsg-inquiry > div > div:nth-child(3) {
  padding: 0 20px 20px 20px;
}
#popmsg-inquiry > div > div:nth-child(3) button {
  display: inline-block;
  width: 120px;
  height: 32px;
  margin: 0 5px;
  color: #000;
  font-size: 1rem;
  text-align: center;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #ddd;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
