@charset "UTF-8";
body {
  background: #f6f0eb !important;
}
button,input {outline: none;}
.bg-grey {background-color: #f1f1f1;}
.bg-green-from {background-color: #ddffdd;}
.bg-green-pay {background-color: #cddc39;}
.bg-orange {background-color: #ffc107;}
.bg-orange-note {background-color: #fff8d7;}
.bg-white {background-color: #fff;}
.text-line{text-decoration:line-through}
.fw-b{font-weight: bold;}
.txt-black {color: #000}
.txt-gery {color: #757575;}
.txt-gery-new { color: #4a4a4a}
.txt-light-gery {color: #9b9b9b}
.txt-light-green {color: #00a79d;}
.txt-red {color: #f16c45}
.note-red {color: #f16c45;}
.txt-light-grey {color: #808080;}
.va-m{vertical-align: middle;}
.fs-32 {font-size: 32px;}
.fs-28 {font-size: 28px;}
.fs-24 {font-size: 24px;}
.fs-22 {font-size: 22px;}
.fs-20 {font-size: 20px;}
.fs-18 {font-size: 18px;}
.fs-16 {font-size: 16px;}
.fs-14 {font-size: 14px;}
.fs-12 {font-size: 12px;}
.lh-32 {line-height: 32px}
.w100p {width: 200px;}

label.error {color: red;margin-top:5px;margin-left: 5px;display: block;}

.ta-l{text-align: left;}
.ta-r{text-align: right;}
.ta-c{text-align: center;}
.w100 {width: 100%;}
.pd-10p{padding: 10px;}
.pure-table , .pure-table td {border: none;}
.fixed-header {background-color: rgba(0,0,0,.7);}
.hide{display: none;}

.red-btn {
  padding: 10px 20px;
  background-color: #b35a5a;
  color: #fff;
  border-radius: 5px;
  border: none;
}

.red-btn:hover {background-color: rgba(179, 90, 90, .7);}

.green-btn {
  padding: 10px 20px;
  background-color: #1b96a6;
  color: #fff;
  border-radius: 5px;
  border: none;
}
.green-btn:hover {background-color: rgba(27, 150, 166, .7);}

.form-prev {
  width: 120px;
  height: 48px;
  color: #4a4a4a;
  font-size: 16px;
  border-radius: 4px;
  border: solid 1px #9b9b9b;
  background-color: #ffffff;
}

.form-next {
  width: 120px;
  height: 48px;
  color: #000;
  font-size: 16px;
  border-radius: 4px;
  background-color: #ffd300;
  border: none;
}

.delete-icon {
  display: inline-block;
  font-size: 18px;
  color: #4a4a4a;
  line-height: 24px;
  height: 24px;
  border: none;
  background-color: #fff;
}

.delete-icon::before {
  display: inline-block;
  content: '';
  background-image: url('/images/icon/del.png');
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  vertical-align: top;
  margin-right: 16px;
}

.date-icon {
  display: inline-block;
  font-size: 14px;
  color: #000;
  line-height: 24px;
  height: 24px;
}

.date-icon::before {
  display: inline-block;
  content: '';
  background-image: url('/images/icon/cal.png');
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  vertical-align: top;
  margin-right: 16px;
}

.time-icon {
  display: inline-block;
  font-size: 14px;
  color: #000;
  line-height: 24px;
  height: 24px;
}

.time-icon::before {
  display: inline-block;
  content: '';
  background-image: url('/images/icon/clock.png');
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  vertical-align: top;
  margin-right: 16px;
}

.hotel-icon {
  display: inline-block;
  font-size: 14px;
  color: #000;
  line-height: 24px;
  height: 24px;
}

.hotel-icon::before {
  display: inline-block;
  content: '';
  background-image: url('/images/icon/hotel.png');
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  vertical-align: top;
  margin-right: 16px;
}

.origin-check-icon {
  display: inline-block;
  font-size: 14px;
  color: #000;
  line-height: 24px;
  height: 24px;
}

.origin-check-icon::before {
  display: inline-block;
  content: '';
  background-image: url('/images/icon/on.png');
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  vertical-align: top;
  margin-right: 16px;
}

.number-input {
  display: block;
  font-size: 0;
  border-radius: 4.8px;
  border: solid 1px #dedede;
  width: 96px;
  height: 24px;
}
.number-input input {
  font-size: 16px;
  border: none;
  height: 23px;
  width: 48px;
  vertical-align: middle;
  padding: 0;
  text-align: center;
}
.number-input input::-webkit-outer-spin-button,
.number-input input::-webkit-inner-spin-button {
      -webkit-appearance: none;
    }
.number-input input[type="number"]{
  -moz-appearance: textfield;
}

.number-input label {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #eeeeee;
  border-radius: 4.8px;
  vertical-align: middle;
  cursor: pointer;
}

.number-input label img {
  width: 24px;
  height: 24px;
}

.origin-input-check label{
  display: block;
  cursor: pointer;
}

.origin-input-check input {
  display: none;
}

.origin-input-check label::before {
  display: inline-block;
  content: '';
  background-image: url('/images/icon/input-off.png');
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  vertical-align: middle;
}

.origin-input-check input:checked+label::before {
  background-image: url('/images/icon/input-on.png');
}

.origin-input-radio label{
  display: block;
  cursor: pointer;
  margin-bottom: 16px;
}

.origin-input-radio input {
  display: none;
}

.origin-input-radio label::before {
  display: inline-block;
  content: '';
  background-image: url('/images/icon/off.png');
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  vertical-align: middle;
}

.origin-input-radio input:checked+label::before {
  background-image: url('/images/icon/on.png');
}

.good-table tr td .input-select-hotel {
  position: relative;
}

.good-table tr td .input-select-hotel input[type="text"] {width: calc(100% + 50px);}
.good-table tr td .input-select-hotel select{
  width: calc(100% + 50px);
  text-indent: 48px;
}

.good-table tr td .input-select-hotel select + p {
  position: absolute;
  left: 11px;
  top: 8px;
  margin: 0;
}

.good-table tr td .input-select-hotel select + p::before {
  display: inline-block;
  content: '';
  background-image: url('/images/icon/hotel.png');
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  vertical-align: middle;
}

.good-table tr td .input-date {
  position: relative;
  display: block;
}

.good-table tr td .input-date input {
  position: relative;
  padding-left: 48px;
  font-size: 12px;
  color: #4a4a4a;
}
.good-table tr td .input-date input + p {
  position: absolute;
  left: 11px;
  top: 8px;
  margin: 0;
}

.good-table tr td .input-date input + p::before {
  display: inline-block;
  content: '';
  background-image: url('/images/icon/cal.png');
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.good-table tr td .input-clock {
  position: relative;
  display: block;
}

.good-table tr td .input-clock input{
  position: relative;
  padding-left: 48px;
  font-size: 12px;
  color: #4a4a4a;
}

.good-table tr td .input-clock select {
  position: relative;
  text-indent: 42px;
  color: ##574f43;
}
.good-table tr td .input-clock input + p,
.good-table tr td .input-clock select + p {
  position: absolute;
  left: 11px;
  top: 8px;
  margin: 0;
}

.good-table tr td .input-clock input + p::before,
.good-table tr td .input-clock select + p::before {
  display: inline-block;
  content: '';
  background-image: url('/images/icon/clock.png');
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

#content {
  padding-top: 100px;
  margin: 0 auto;
}

#content .input-note {
  font-size: 14px;
  color: #00a79d;
}

#content .precautions {
  font-size: 14px;
  color: #000;
  line-height: normal;
  width: 100%;
}

#content #goods_cart_setp2 tr.precautions{
  border: none;
  margin-top: 24px;
}

#content .precautions td,
#content div.precautions {
  position: relative;
  padding: 16px 24px;
  box-sizing: border-box;
  font-weight: initial;
}

#content .precautions td:last-child::after,
#content div.precautions::after
 {
  display: inline-block;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  content: '';
  background-image: url('/images/icon/ic-not.png');
  background-size: 28px 28px;
}

#header {
  position: relative;
}

#header .search-bar {
  width: 100%;
  max-width: 1200px;
  height: 120px;
  font-size: 20px;
  padding: 16px 0 32px 48px;
  background-color: #fff;
  box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.32);
  border: solid 1px #eeeeee;
  border-radius: 8px;
  box-sizing: border-box;
}

#header .search-bar input {
  height: 56px;
  width: 400px;
  color: #6b6b6b;
  font-size: 20px;
  padding: 13px 16px;
  margin-right: 15px;
  box-sizing: border-box;
  border-radius: 8px;
  border: solid 1px #dedede;
  vertical-align: middle;
}

#header .search-bar .search-btn {
  width: 120px;
  height: 56px;
  line-height: 37px;
  background: linear-gradient(to right, #013e4c, #1b5634);
  border-radius: 8px;
  font-size: 20px;
  color: #fff;
  letter-spacing: normal;
  vertical-align: middle;
}

#header .search-bar .search-btn p {
  margin-left: 10px;
  display: inline-block;
}

#header .search-bar .hot-keywords {
  display: inline-block;
  margin-left: 32px;
  padding: 10px;
  white-space: nowrap;
}


#header .search-bar .hot-keywords > * {
  display: inline-block;
  letter-spacing: normal;
}

#header .search-bar .hot-keywords p {
  color: #6b6b6b;
  margin-right: 8px;
}

#header .search-bar .hot-keywords ul li {
  display: inline-block;
  cursor: pointer;
  margin-right: 4px;
}
#header .search-bar .hot-keywords ul li a
  {color: #00a79d;}
#header .search-bar .hot-keywords ul li:hover {
  border-bottom: 1px solid #00a79d;
}

#header h3 {
  font-size: 32px;
  font-weight: 500;
  z-index: 2;
}

#header span {
  display: block;
  position: absolute;
  top: 20px;
  width: 200px;
  height: 8px;
  background-color: #fbceaf;
  z-index: 1;
}

#header .top-menu {
  display:inline-block;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #eeeeee;
}

#header .top-menu li{
  display: inline-block;
  padding: 10px 12px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}
#header .top-menu li a {
  color: #5d5b5b;
}
#header .top-menu li:hover a{
  color: #00a79d;
}

#header .top-menu .menu-now{
  background-color: #65A12B;
color: #fff;
}

.product #header {
  margin: 150px auto 30px;
  max-width: 1160px;
}

.product #header .search-bar {
  text-align: center;
  position: absolute;
  top: -205px;
}

.product a {text-decoration: none;}

#product-content {
  margin: 0 auto;
  max-width: 1200px;
  text-align: left;
}

.product-box {
  position: relative;
  padding: 16px 0;
  box-sizing: border-box;
  max-width: 260px;
  margin: 0 20px;
  text-align: left;
}

.top3-list {
  position: absolute;
  left: 0;
  top: 146px;
  width: 102px;
  height: 40px;
  font-size: 20px;
  color: #ffffff;
  background-color: #fc4a1a;
  padding: 8px;
  box-sizing: border-box;
  vertical-align: middle;
}

.top3-list > * {
  vertical-align: middle;
}

.top3-list img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
  margin-bottom: 4px;
}


.product-list {
  width: 260px;
  background-color: #fff;
}

.product-list .product-list-content {
  position: relative;
  height: 286px;
  padding: 38px 11px 16px;
  box-sizing: border-box;
}

.product-list-title{
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-left: 5px;
  margin-bottom: 10px;
}

.product-list-title p {
  height: 36px;
}

.product-list-title span {
  font-size: 12px;
  font-weight: normal;
  color: #6b6b6b;
  margin-left: 3px;
  vertical-align: middle;
}

.product-list-score {
  margin-left: 9px;
  margin-bottom: 16px;
}

.product-list-score a p{
  display: inline-block;
  color: #ffd300;
  font-size: 14px;
  font-weight: bold;
}

.product-list-score a p i {
  font-size: 16px;
}

.product-list-score a span {
  font-size: 14px;
  margin-left: 6px;
  color: #6b6b6b;
}

.product-list-price {
  position: absolute;
  bottom: 92px;
  font-weight: bold;
}

.product-list-price.special-price {
  position:inherit;
  bottom: inherit;
  margin-bottom: 10px;
}

.product-list-special-price {
  /* position: absolute;
  bottom: 90px; */
  margin-left: 5px;
  font-size: 28px;
  color: #000;
  font-weight: bold;
}

.product-list-early-book {
  position: absolute;
  bottom: 70px;
  font-size: 14px;
  margin-left: 5px;
  color: #f16c45;
}

.product-list-book {
  position: absolute;
  bottom: 16px;
  text-align: center;
  font-size: 0;
}
.product-list-book a {
  width: 115px;
  display: inline-block;
  text-align: center;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  border-radius: 4px;
  border: solid 1px #9b9b9b;
  margin-right: 8px;
  padding: 7px;
  box-sizing: border-box;
  vertical-align: middle;
}
.product-list-book input{
  display: none;
}

.product-list-book input:checked ~ label::after {
  content: '取消';
  background-color: #4a4a4a;
  color: #fff;
}

.product-list-book label{
  position: relative;
  display: inline-block;
  width: 115px;
  height: 40px;
  vertical-align: middle;
}

.product-list-book label:hover{
  cursor: pointer;
  opacity: .8;
}

.product-list-book label::after {
  display: block;
  text-align: center;
  content: '加入購物車';
  width: 115px;
  height: 40px;
  font-size: 16px;
  padding: 8px 17px;
  box-sizing: border-box;
  background-color: #ffd300;
  color: #000;
  border-radius: 4px;
  line-height: 1.5;
}

.cancel-button {
  position: fixed;
  top: 180px;
  right: 15px;
}

.cancel-button:hover {
  cursor: pointer;
  opacity: .8;
}

.cancel-button {
  padding: 10px;
  border: none;
  background-color: #1b96a6;
  color: #fff;
  border-radius: 2px;
}

.product-list-bottom {
  margin: 45px 20px 65px;
}

.bookmark {
  line-height: 48px;
}

.bookmark a {
  color: #848484;
  font-size: 20px;
}

.bookmark #page {
  margin: 0 28px;
}

.bookmark #page a {
  margin: 0 4px;
}

.book-button input {
  width: 200px;
}

.banner li {
  position: relative;
}
.banner .dec{
  position: absolute;
  bottom: 66px;
  padding: 0 24px;
  box-sizing: border-box;
  text-align: right;
  width: 100%;
  transition: all .15s ease-in-out;
    color: #fff;
    font-size: 14px;

}

.banner .dec .snap-h1{
  font-size: 28px;
  margin-bottom: 12px;
}

@media screen and (max-width: 1198px) {
  #product-content {
    text-align: center;
  }
}

@media screen and (max-width: 800px) {
  #header h3 {
    margin-left: 16px;
    margin-bottom: 16px;
  }
  #header h3 ~ div {
    text-align: left;
    margin-left: 16px;
  }

  #header span {
    left: 16px;
  }

  #header .search-bar .hot-keywords,
  #header .search-bar .search-btn p {
    display: none;
  }

  .product #header .search-bar {
    width: calc(100vw - 24px);
    height: 64px;
    padding: 12px;
    top: -180px;
    right: 50%;
    transform: translateX(50%);
  }

  #header .search-bar input {
    width: calc(100vw - 100px);
    height: 40px;
    margin-right: 8px;
  }

  #header .search-bar .search-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background: #1facc4;
    padding: 0;
  }

}

@media screen and (max-width: 568px) {
  #product-content form >div {
    width: calc(100vw - 32px);
    max-width: inherit;
  }

  .product-list {
    width: 100%;
  }
  .product-list-book{
    width: 100%;
    text-align: left;
  }

  .product-list-book label {
    text-align: right;
  }
  .book-button input {
    width: 115px;
    height: 40px;
  }
}


/* product_cart */
.step-box #header {
  margin: 0 auto;
  max-width: 1200px;
}
.step-box #header .search-bar {
  margin-top: 32px;
}

.step-box #header .search-bar .search-btn {
  background: #1facc4;
}



.step-box #header h3 {
  position: relative;
  margin-top: 56px;
  margin-bottom: 34px;
  margin-left: 20px;
}

.step-box #header span {
  margin-left: 20px;
  bottom: 0;
}

#step-list {
  max-width: 1160px;
  margin: 30px auto 24px;
  font-size: 0;
}

#step-list ul li {
  display: inline-block;
  list-style-type: none;
  font-size: 16px;
  color: #6b6b6b;
  vertical-align: middle;
}
#step-list ul li i {
  font-size: 12px;
  line-height: 16px;
  margin: 0 8px;
}

#step-list ul .active {
  color: #000;
  font-weight: bold;
}


.products-order {
  max-width: 1160px;
  margin: 0 auto;
}

.products-order-title {
  display: none;
}

.order-goods-box{
  padding: 15px;
  margin-bottom: 15px;
  background-color: #fff;
  border: solid 1px #eeeeee;
}

.order-goods-box > img {
  display: inline-block;
  width: 130px;
  margin-right: 3%;
  vertical-align: top;
}

.order-goods-box .order-goods-title{
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  color: #000;
  letter-spacing: normal;
}

.order-goods-table {
  width: 100%;
}

.order-goods-table.smail-table {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding-left: 10px;
}

.order-goods-box .order-goods-small-box{
  padding: 8px 28px;
  border-radius: 7px;
  border: 1px #eeeeee solid;
  background-color: #eeeeee;
}

.order-goods-box .order-goods-small-box ~ div > table{
  font-size: 18px;
  margin-left: 35px;
}

.order-goods-box .order-goods-small-box ~ div > table tr {
  border-bottom: 1px #cdcdcd dashed;
}

.order-goods-box .order-goods-small-box ~ div > table tr td {
  padding: 16px 0;
}

.order-goods-box .order-goods-small-box button {
  border: none;
  background-color: rgba(0, 0, 0, 0);
}

.order-goods-box .order-goods-count {
  display: inline-block;
}

.goods-detail-box {padding: 20px;}
.goods-package{margin-top: 20px;}
.goods-package-box{
  margin-bottom: 20px;
}

.goods-package-box .bars-icon{
  border: none;
  line-height: 34px;
  font-size: 16px;
  padding: 0;
  margin-right: 8px;
  background-color: #fff;
}

.goods-package-box .bars-icon + .order-goods-title {
  width: 80%;
}

.goods-package-box table tbody tr td:first-child {
  width: 66%;
}

.goods-package-list{display: inline-block;}


.good-bottom-price {
  display: inline-block;
  vertical-align: middle;
  margin-right: 63px;
}

.good-bottom-price .top-price {
  font-size: 18px;
  color: #4a4a4a;
  margin-bottom: 4px;
}

.good-bottom-price .top-price span {
  display: inline-block;
  font-size: 32px;
  color: #f16c45;
  margin-left: 16px;
  vertical-align: middle;
}

.good-bottom-price .bottom-price {
  font-size: 14px;
  color: #f16c45;
}

.good-bottom-price .bottom-price span {
  display: inline-block;
  font-size: 20px;
  color: #9b9b9b;
  margin-left: 16px;
  vertical-align: middle;
}

.buy-list{
  background-color: #fff;
  margin-bottom: 45px;
  padding: 16px 23px;
  box-sizing: border-box;
}

.buy-list table {border:15px #fff solid;}
.buy-list table tbody tr.hline {border-bottom: 1px #333 solid;}
.buy-list table tbody td {border-right: 10px #fff solid;}
.buy-list .goods-title{color: #2196F3;}
.buy-list-btn-box{
  display: inline-block;
}

.products-order-bottom {
  padding: 0 166px 5px 56px;
  box-sizing: border-box;
}
.products-order-bottom > div {
  display: inline-block;
}

.products-order-list-total {
  display: inline-block;
  font-size: 18px;
  color: #000;
}

.products-order-list-total span {
  display: inline-block;
  font-size: 24px;
  color: #f16c45;
  vertical-align: middle;
  margin-left: 15px;
}

.products-order-bottom p {
  margin-top: 4px;
  text-align: right;
  font-size: 14px;
  color: #f16c45;
}

.buy-list form:first-child {
  float: left;
}

@media screen and (max-width: 1200px) {
  .order-goods-table {
    display: block;
    width: 100%;
  }

  .order-goods-table table tr td:first-child{
    width: 66%;
  }
  #step-list {
    margin: 30px 20px 24px;
  }

  .products-order {
    margin: 0 20px;
  }
}

@media screen and (max-width: 800px) {
  .products-order-title {
      display: block;
      font-size: 20px;
      margin-bottom: 10px;
  }
  .order-goods-box .order-goods-small-box ~ div > table,
  .goods-package-box > div > table{
    font-size: 14px;
  }

  .order-goods-box .order-goods-title {
    font-size: 14px;
    margin-right: 0;
  }

  .products-order-bottom {
    padding: 0;
  }

  #content .precautions td:last-child::after,
  #content div.precautions::after {
    display: none;
  }

  #step-list ul li {
    font-size: 12px
  }
}
/* goods_cart_from */

.form-aside > p {
  display: none;
}

.form-aside-box p {
  text-align: right;
  font-size: 14px;
  color: #f16c45;
  margin-top: 8px;
}

.form-aside .form-aside-box {
  margin-left: 40px;
  margin-bottom: 24px;
  padding: 20px 20px 16px 24px;
  border-radius: 4px;
  border: solid 1px #eeeeee;
  background-color: #fff8d7;
}

.form-aside-box .form-aside-title {
  font-size: 18px;
  color: #000000;
  margin-bottom: 16px;
}

.form-aside-box .form-aside-list {
  text-align: right;
  border-bottom: 1px #cdcdcd dashed;
  padding: 16px 0 ;
}

.form-aside-box .form-aside-list span:first-child {
  float: left;
}

.form-aside-box .form-aside-price {
  text-align: right;
  border-bottom: 1px #cdcdcd solid;
  padding: 15px 3px 32px 0;
  margin-bottom: 16px;
}

.form-aside-box .form-aside-price span:first-child {
  float: left;
}


.form-aside-box .form-aside-total-price {
  text-align: right;
}

.form-aside-box .form-aside-total-price span:first-child {
  float: left;
}

.form-aside-box .form-aside-bottom-total {
  border-top: 1px #cdcdcd solid;
  margin-top: 10px;
  padding-top: 15px;
}

.form-aside-box .form-aside-bottom-total p {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
}

.form-aside-box .form-aside-bottom-total p span {
  display: inline-block;
  width: 160px;
}


.goods-form-box {
  background-color: #fff;
  padding: 19px 24px;
  box-sizing: border-box;
  margin-bottom: 24px;
  border-radius: 4px;
  border: solid 1px #eeeeee;
}

.goods-form-title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 24px;
}

.good-table {
  width: 100%;
}

.good-table tr td input[type="text"] {
  width: 200px;
  height: 40px;
  border-radius: 4.8px;
  border: solid 0.6px #b7b7b7;
  box-sizing: border-box;
  font-size: 16px;
}

.good-table tr td select{
  width: 200px;
  height: 40px;
  border-radius: 4.8px;
  border: solid 0.6px #b7b7b7;
  box-sizing: border-box;
  font-size: 16px;
  outline: none;
}
.good-table tr td .twzipcode {width: 315px;}
.good-table tr td .twzipcode select ,
.good-table tr td #receipt_twzipcode select,
.good-table tr td #invoice_twzipcode select,
.good-table tr td #shipment_twzipcode select{
  margin-bottom: 6px;
  width: 95%;
}

.good-table tr td #receipt_twzipcode + input[type="text"],
.good-table tr td #invoice_twzipcode + input[type="text"],
.good-table tr td #shipment_twzipcode + input[type="text"],
.good-table tr td .twzipcode  + input[type="text"]
{
  width: 95%;
}

.good-table td {
  padding: 8px 0;
  display: table-cell;
  text-align: left;
  vertical-align: top;
  border: none;
}

.good-table td p {
  display: inline-block;
}

.good-table td .table-span {
  display: block;
  text-align: left;
}

.good-table td .table-span:first-child {
  margin-bottom: 19px;
}

.good-table td .table-span:nth-child(n + 3) {
  margin-bottom: 19px;
}

#goods_cart_setp2 #payment_info .invoice-box td {
  width: 300px;
}

#goods_cart_setp2 #payment_info .invoice-box > span:first-child {
  margin-bottom: 3px;
}

#goods_cart_setp2 #payment_info .invoice-box td p {

}

#goods_cart_setp2 #payment_info .invoice-box td:first-child {
  width: 315px;
}

#goods_cart_setp2 #payment_info .invoice-box #need_invoice,
#goods_cart_setp2 #payment_info .receipt-box #need_receipt{
  margin: 26px 0;
}

#goods_cart_setp2 #payment_info .invoice-box #invoice_type_3 input,
#goods_cart_setp2 #payment_info .receipt-box #receipt_type_3 input {
  width: 95%;
}

#goods_cart_setp2 #user_info tr td,
#goods_cart_setp2 #payment_info tr td{
  width: 315px;
}

@media screen and (max-width: 768px) {
  #content {padding-top: 60px;}
  #step-process ul li{display: inline-block;}

}

@media screen and (max-width: 1080px) {
  #goods_cart_setp2 #payment_info .receipt-box td:first-child {
    width: 230px;
    min-width: 230px;
  }

  #goods_cart_setp2 #user_info tr td,
  #goods_cart_setp2 #payment_info tr td{
    width: 240px;
  }
}

@media screen and (max-width: 800px) {
  .fixed-header {height: 50px;}

  #goods_cart {
    position: relative;
    margin-top: 20px;
    padding-bottom: 80px;
  }

  .order-goods-box .order-goods-title {
    width: inherit;
  }

  .order-goods-table {
    margin-top: 50px;
  }

  .products-order-list-total span {
    font-size: 20px;
  }

  .good-bottom-price {
    margin: 0;
    margin-right: 16px;
  }

  .good-bottom-price .top-price {
    font-size: 12px;
  }

  .good-bottom-price .top-price span {
    display: block;
    font-size: 24px;
    margin-left: 0;
  }

  .good-bottom-price .bottom-price {
    position: absolute;
    bottom: 16px;
    right:16px;
    width: calc(100% - 32px);
    border-top: 1px #cdcdcd dashed;
    margin-top: 11px;
    padding-top: 11px;
    font-size: 12px;
  }

  .good-bottom-price .bottom-price span {
    font-size: 20px;
    display: block;
    margin-top: 5px;
  }

  .buy-list-btn-box input {
    width: 96px;
    height: 44px;
  }
}

@media screen and (max-width: 375px) {
  #goods_cart {
    padding-bottom: 140px;
  }
  .good-bottom-price .bottom-price {
    bottom: inherit;
    top: 56px;
  }
  .buy-list form {
    position: absolute;
    bottom: 16px;
    right: 16px;
  }
  .buy-list form:first-child{
    left: 16px;
    right: inherit;
  }
  .buy-list .good-bottom-price {
    margin-right: 0;
  }
}

#aside_box_switch {display: none;}
/* goods_cart_confirm */

#goods_cart_setp2 {
  max-width: 1160px;
  margin: 0 auto;
}

#goods_cart_setp2 .good-table tr {
  border-left: 16px #fff solid;
  display: table;
}

#goods_cart_setp2 .good-table tr.goods-form-title {
  border-left: none;
  margin-top: 24px;
}

#goods_cart_setp2 .good-table tr.separation {
  display: block;
  border-left: none;
}

.separation td {
  display: block;
  padding: 0;
}

.separation hr {
  border: .6px #cdcdcd solid;
}

#goods_cart_setp2 .products-order-bottom {
  padding: 0;
}

#goods_cart_setp2 .separation .products-order-bottom > div {
  padding: 8px 16px;
}

#goods_cart_setp2 .products-date span {
  margin-right: 15px;
  width: 300px;
}
/* #goods_cart_setp2 .products-date ~ tr {
  width: 100%;
} */

#goods_cart_setp2 .products-arrival-date,
#goods_cart_setp2 .products-departure-date {
  display: inline-block;
  margin-top: 19px;
}

#goods_cart_setp2 .products-arrival-date:nth-child(3) {
  margin-right: 45px;
}

.form-table-title {
  font-size: 16px;
  color: #4a4a4a;
}

 .form-table-value {
  font-size: 16px;
  color: #000;
}

.cart-confirm-bottom {
  background-color: #fff;
  max-width: 1160px;
  margin: 0 auto 80px;
  padding: 16px 23px;
  box-sizing: border-box;
  font-size: 0;
  text-align: right;
  border: solid 1px #eeeeee;
}

.cart-confirm-bottom input {
  margin-left: 24px;
}

.cart-confirm-bottom .form-prev {
  float: left;
  margin-left: 0;
}

#need_receipt

#adm_note {
  padding: 19px 24px;
  box-sizing: border-box;
}

#user_info tr {
  border-bottom: 16px #fff solid;
}

#user_info tr td {
  width: 200px;
}

#user_info tr .user-info-email input {
  margin-bottom: 52px;
}

#user_info tr .user-info-email span:nth-child(2) {
  position: relative;
}

#user_info tr .user-info-email span:nth-child(2) span {
  position: absolute;
  top: 48px;
  left: 5px;
  width: 200px;
}

#note_info {
  font-size: 100%;
  color: #f16c45;
}

#note_info textarea {
  width: 100%;
  height: 160px;
  color: #9b9b9b;
  padding: 11px 16px;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  #goods_cart_setp2 {
    padding: 0 16px;
  }

  .cart-confirm-bottom {
    margin: 0 16px 80px;
  }
}

@media screen and (max-width: 1080px){
  #goods_cart_setp2 .products-date span {
    margin-right: 15px;
    width: 225px;
  }
}

@media screen and (max-width: 800px) {
  #goods_cart_setp2 .products-date span {
    font-size: 14px;
    margin-right: 0;
  }

  #payment_info .origin-input-radio {
    font-size: 14px;
  }

  .good-table td,
  #goods_cart_setp2 .products-arrival-date, #goods_cart_setp2 .products-departure-date {
    display: block;
  }

  #content .precautions td:first-child{
    padding:  16px 24px 0;
  }

  .form-aside-box .form-aside-list span {
    font-size: 16px;
  }

  .form-prev,
  .form-next {
    height: 44px;
  }
}

@media screen and (max-width: 768px) {

#aside_box_switch.box-open {top: 50px;bottom: inherit;}
#aside_box_switch.box-open::after {display: block; position: absolute;
top: 3px; right: 12px; padding: 4px 12px; content: "收合 -";background-color: #f16c45;}
  #aside_box_switch {
    text-align: right;
    display: block;
    width: 100vw;
    border-radius: 4px;
    background-color: #f16c45;
    font-size: 16px;
    color: #fff;
    padding: 7px 16px;
    box-sizing: border-box;
    cursor: pointer;
    position: fixed;
    left: 0;
    bottom: 78px;
  }
  .form-aside > p img {
    display: inline-block;
    width: 24px;
    height: 24px;
  }

  .form-aside {
    position: fixed;
    bottom: 105px;
    left: 0;
    width: 100vw;
    max-height: calc(100vh - 78px - 80px);
    overflow: scroll;
    background-color: #fff8d7;
    z-index: 9;
  }

  .form-aside.form-aside-open {
    bottom: inherit;
    top: 78px;
    background-color: #fff8d7;
    height: 100%;
    max-height: calc(100vh - 78px - 78px);
  }

  .form-aside .form-aside-box {
    display: none;
    margin-left: 0;
    padding: 18px 16px;
    background-color: #fff8d7;
    box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.16);
    border: none;
  }

  .form-aside .form-aside-box.aside-total-price {
    width: 100vw;
    box-sizing: border-box;
    background-color: #ffefa1;
  }

  .form-aside-box .form-aside-price {
    padding-top: 5px;
    padding-bottom: 16px;
  }

  .form-aside .form-aside-box:last-child {
    display: block !important;
    margin-bottom: 0;
  }

  .form-aside-box:last-child .form-aside-total-price span {
    font-size: 18px;
  }

  .form-aside-box:last-child p {
    margin-top: 24px;
    font-size: 12px;
  }

  .form-aside-box .form-aside-total-price:last-child span:last-child{
    font-size: 24px;
  }

  .cart-confirm-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    text-align: center;
    margin: 0;
  }

  #goods_cart_setp2 #user_info tr td,
  #goods_cart_setp2 #payment_info tr td {
    width: 100%;
  }
}

@media screen and (max-width: 568px) {
  #goods_cart_setp2 .good-table tr {
    display: block;
  }

  .products-order-bottom .hotel-icon {
    text-indent: -40px;
    margin-left: 40px;
  }

  .good-table tr td input[type="text"] {
    width: 100%;
  }

  .good-table tr td .input-select-hotel select,
  .good-table tr td .input-select-hotel  input {
    width: 100%;
  }

}
