@charset "UTF-8";

/*__________________加購價__________________*/
.slider, .adddetail-wrap, .additemGroup, .total {
  font-family: 'Times New Roman', 'Microsoft JhengHei', 'Microsoft JhengHei UI', 'Microsoft YaHei', 'Microsoft YaHei UI', 'Apple LiGothic', 'Heiti TC', 'LiHei Pro', Arial, 'PMingLiU', sans-serif;
}

.slider {
  width: 96%;
  margin: 0 auto;
  margin-bottom: 30px;
  overflow: hidden;
}

.buyitem {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
}

.item-inner-box {
  padding: 18px 20px;
  margin: 0 18px;
  display: inline-block;
  position: relative;
  background-color: #e7e7e7;
  border-radius: 8px;
}

.item-inner-box:hover, .item-inner-box:focus {
  background-color: #e1e1e1;
}

.item-inner-box > div {
  width: 336px;
}

.item-inner-box .item-img {
  border-radius: 8px;
}

.item-inner-box .item-img img {
  border-radius: 8px;
  width: 100%;
  height: auto;
}

.item-inner-box .item-title {
  margin: 15px 0;
  height: 55px;
  line-height: 1.5;
  overflow: hidden;
}

.item-inner-box .item-bottom {
  position: relative;
}

.item-inner-box .item-bottom:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #c9c9c9;
  box-shadow: 0 2px 1px #f1f1f1;
}

.item-inner-box .item-bottom .item-price {
  font-size: 20px;
  text-align: left;
}

.item-inner-box .item-bottom .item-price .count_price {
  color: #cb1b45;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 1px;
}

.item-inner-box .item-bottom .buyme {
  display: block;
  position: relative;
  margin: 20px auto 0;
  width: 100%;
  max-width: 345px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #1d63a7;
  overflow: hidden;
}

.item-inner-box .item-bottom .buyme span,
.item-inner-box .item-bottom .buyme .icon {
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  text-align: center;
}

.item-inner-box .item-bottom .buyme span {
  width: 72%;
  line-height: inherit;
  font-size: 18px;
  left: 0;
  /*transition:漸變樣式 動畫時間 延遲時間 cubic-bezier(x1,y1,x2,y2);*/
  transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
  /*分隔線*/
}

.item-inner-box .item-bottom .buyme span:after {
  content: '';
  width: 2px;
  height: 60%;
  position: absolute;
  top: 20%;
  right: -1px;
  background-color: #0d4d8c;
}

.item-inner-box .item-bottom .buyme .icon {
  width: 28%;
  right: 0;
  transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}

.item-inner-box .item-bottom .buyme .icon .fa {
  font-size: 25px;
  vertical-align: middle;
  transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4), height 5000 ease;
}

.item-inner-box .item-bottom .buyme .icon .fa-shopping-cart {
  height: 30px;
}

.item-inner-box .item-bottom .buyme:hover {
  background-color: #417B5A;
}

.item-inner-box .item-bottom .buyme:hover span {
  left: 80%;
  opacity: 0;
}

.item-inner-box .item-bottom .buyme:hover .icon {
  width: 100%;
}

.item-inner-box .item-bottom .buyme:hover .icon .fa {
  font-size: 28px;
}

.item-inner-box .item-bottom .buyme:hover {
  opacity: .9;
}

.item-inner-box .item-bottom .buyme:hover .icon .fa-shopping-cart {
  height: 34px;
}

.item-inner-box .item-bottom .buyme:active {
  opacity: 1;
}

/*__________________加購價商品明細__________________*/
.adddetail-wrap {
  /* width: 100%; */
  margin: 0 auto 20px;
  position: relative;
  padding: 0 20px;
}

.extraserviceBoxs {
  position: relative;
  font-family: Tahoma, Microsoft JhengHei;
}

.extraserviceBoxs .additemGroup {
  /* position: relative; */
  padding: 10px;
  border-bottom: 1px solid #d5d5d5;
  /* font-size: 0; */
  /* transition: all .7s; */
}

.extraserviceBoxs .additemGroup.hover {
  border: 2px dashed #a63446;
}

.extraserviceBoxs .additemGroup.hover .sub_title {
  background: #a63446;
  color: #fff;
}

.extraserviceBoxs .sub_title {
  position: absolute;
  display: inline-block;
  padding: 10px 20px;
  top: -13px;
  left: 15px;
  font-size: 14px;
  border: 1px solid #d5d5d5;
  background: #fff;
}

.extraserviceBoxs .deatail > div,
.extraserviceBoxs .info .pricegroup > div {
  display: inline-block;
  /* vertical-align: middle; */
  font-weight: 100;
}

.extraserviceBoxs .deatail .info {
  /* width: calc( 100% - 100px); */
  /* font-size: 16px; */
}

.extraserviceBoxs .deatail .info .item_title {
  margin-bottom: 5px;
  font-size: 18px;
  /* text-decoration: underline; */
  color: #287399;
  font-weight: 600;
}

.extraserviceBoxs .deatail .info .pricegroup {
  /* margin: 20px 0 10px; */
  font-size: 15px;
}

.extraserviceBoxs .deatail .info .pricegroup span.num {
  font-size: 21px;
  font-weight: bold;
  /* letter-spacing: 1px; */
  color: #cb1B45;
}

.extraserviceBoxs .deatail .info .pricegroup .quantity {
  margin: 0 25px;
}

.extraserviceBoxs .deatail .btn-wrap {
  position: absolute;
  right: -25px;
  top: 70px;
}

.extraserviceBoxs .deatail .btn-wrap .delete {
  padding: 10px 15px;
  font-size: 24px;
  background-color: #eee;
  border-radius: 5px;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
  cursor: pointer;
  transition: all .7s;
}

.extraserviceBoxs .deatail .btn-wrap .delete i {
  color: #666;
}

.extraserviceBoxs .deatail .btn-wrap .delete:hover {
  background-color: #A63446;
}

.extraserviceBoxs .deatail .btn-wrap .delete:hover i {
  color: #fff;
}

.extraserviceBoxs .product {
  /* margin: 20px 0; */
  /* font-size: 16px; */
  /* width: calc( 100% - 200px); */
  /* line-height: 1.5; */
}

.extraserviceBoxs .product .content {
  position: relative;
  padding-left: 19px;
  margin-left: 6px;
  border-left: 2px solid #237596;
}

.extraserviceBoxs .product .content .Introduction {
  font-size: 16px;
}

/*__________________加價購明細Total__________________*/
.final_pannel {
  padding: 20px 20px 10px;
  position: relative;
  background: #e9e9e9;
  border: 1px solid #d5d5d5;
  text-align: right;
}

.final_pannel span.bigger {
  font-size: 24px;
}

.final_pannel span.red {
  display: inline-block;
  padding: 0 5px;
  color: #cb1B45;
}

.final_pannel .amount, .final_pannel .amount + div {
  display: inline-block;
}

.final_pannel .cleanall {
  position: absolute;
  left: 20px;
  top: 30px;
}

.final_pannel .cleanall .cleanall_btn {
  padding: 15px;
  font-size: 14px;
  background: #eee;
  border-radius: 5px;
  border: 1px solid #b5b5b5;
  transition: all 1s;
  cursor: pointer;
}

.final_pannel .cleanall .cleanall_btn:hover {
  background: #a63446;
  color: #fff;
}

.final_pannel .total {
  margin-bottom: 10px;
}

.final_pannel .orderTotal .bigger {
  font-weight: bold;
}

@media screen and (max-width: 1440px) {
  .item-inner-box .item-title {
    font-size: 1.38889vw;
  }
  /*__________________加購價商品明細__________________*/
  .extraserviceBoxs .deatail .info {
    /* width: 100%; */
    /* font-size: 1.11111vw; */
  }
  .extraserviceBoxs .deatail .info .item_title {
    margin: 0.34722vw 0;
    line-height: 1.73611vw;
  }
  .extraserviceBoxs .product {
    width: 100%;
    line-height: 1.66667vw;
    margin: 5px 0 10px;
  }
  .extraserviceBoxs .product .content .Introduction {
    font-size: 1.25vw;
  }
}

@media screen and (max-width: 1024px) {
  .item-inner-box .item-title {
    font-size: 1.95313vw;
  }
  /*__________________加購價商品明細__________________*/
  .extraserviceBoxs .deatail .info {
    /* width: 100%; */
    /* font-size: 1.5625vw; */
  }
  .extraserviceBoxs .deatail .info .item_title {
    /* margin: 0.48828vw 0; */
    /* line-height: 2.44141vw; */
    color: #287399;
    margin-bottom: 7px;
  }
  .extraserviceBoxs .product {
    width: 100%;
    line-height: 2.34375vw;
    margin: 5px 0 10px;
  }
  .extraserviceBoxs .product .content .Introduction {
    font-size: 1.75781vw;
  }
}

@media screen and (max-width: 640px) {
  .item-inner-box {
    padding: 10px 10px;
    margin: 0 18px;
    font-size: 2.1875vw;
  }
  .item-inner-box > div {
    width: 220px;
    height: 300px;
  }
  .item-inner-box .item-title {
    height: 6.25vw;
    line-height: 4.6875vw;
    margin: 1.5625vw 0;
  }
  .item-inner-box .item-bottom:before {
    margin-bottom: 1.5625vw;
  }
  .item-inner-box .item-bottom .buyme {
    width: 100%;
    max-width: 53.90625vw;
    height: 6.25vw;
    line-height: 6.25vw;
    margin: 2.34375vw auto 0;
  }
  .item-inner-box .item-bottom .buyme span {
    width: 72%;
    font-size: 2.1875vw;
  }
  .item-inner-box .item-bottom .buyme .icon .fa {
    font-size: 3.125vw;
  }
  .item-inner-box .item-bottom .buyme .icon .fa-shopping-cart {
    height: 3.75vw;
  }
  .item-inner-box .item-bottom .buyme:hover {
    opacity: .9;
  }
  .item-inner-box .item-bottom .buyme:hover .fa {
    font-size: 2.1875vw;
  }
  .item-inner-box .item-bottom .buyme:hover .icon .fa-shopping-cart {
    height: 2.1875vw;
  }
  /*__________________加購價商品明細__________________*/
  .extraserviceBoxs .additemGroup {
    padding: 7.03125vw 3.125vw 3.125vw;
  }
  .extraserviceBoxs .deatail .info {
    width: calc( 100% - 10px);
    font-size: 2.5vw;
  }
  .extraserviceBoxs .deatail .info .item_title {
    margin: 0.78125vw 0;
    line-height: 3.90625vw;
    font-size: 2.8125vw;
  }
  .extraserviceBoxs .deatail .info .pricegroup {
    display: block;
  }
  .extraserviceBoxs .deatail .info .pricegroup div {
    display: block;
    margin: 10px 0;
  }
  .extraserviceBoxs .deatail .info .pricegroup span.num {
    font-size: 2.5vw;
  }
  .extraserviceBoxs .deatail .info .pricegroup .quantity {
    margin: 0;
  }
  .extraserviceBoxs .deatail .btn-wrap {
    right: -3.4375vw;
    top: 10.9375vw;
    position: absolute;
  }
  .extraserviceBoxs .deatail .btn-wrap .delete {
    padding: 10px 13px;
    font-size: 16px;
  }
  .extraserviceBoxs .product {
    width: 100%;
    line-height: 3.75vw;
    margin: 5px 0 10px;
  }
  .extraserviceBoxs .product .content .Introduction {
    font-size: 2.5vw;
  }
  /*__________________加價購明細Total__________________*/
  .final_pannel {
    padding: 20px 20px 10px;
    text-align: left;
    font-size: 2.1875vw;
  }
  .final_pannel span.bigger {
    font-size: 2.8125vw;
  }
  .final_pannel .cleanall {
    left: 0;
    top: 0;
    position: relative;
  }
  .final_pannel .cleanall .cleanall_btn {
    padding: 8px 10px;
    margin-bottom: 10px;
    display: inline-block;
  }
}

@media screen and (max-width: 600px) {
  .item-inner-box {
    padding: 2.66667vw 3.33333vw;
    margin: 0 3vw;
    font-size: 2.33333vw;
  }
  .item-inner-box > div {
    width: 200px;
    height: 250px;
  }
  .item-inner-box .item-title {
    height: 8.33333vw;
    margin: 1.33333vw;
    font-size: 2.33333vw;
  }
  .item-inner-box .item-bottom .item-price {
    font-size: 3.33333vw;
  }
  .item-inner-box .item-bottom .buyme {
    width: 100%;
    max-width: 57.5vw;
    height: 8.33333vw;
    line-height: 8.33333vw;
    margin: 2.5vw auto 0;
  }
  .item-inner-box .item-bottom .buyme span {
    width: 72%;
    font-size: 2.33333vw;
  }
  .item-inner-box .item-bottom .buyme .icon .fa {
    font-size: 3.33333vw;
  }
  .item-inner-box .item-bottom .buyme .icon .fa-shopping-cart {
    height: 3.66667vw;
  }
  .item-inner-box .item-bottom .buyme:hover {
    opacity: .9;
  }
  .item-inner-box .item-bottom .buyme:hover .icon .fa {
    font-size: 3.33333vw;
  }
  .item-inner-box .item-bottom .buyme:hover .icon .fa-shopping-cart {
    height: 3.66667vw;
  }
  /*__________________加購價商品明細__________________*/
  .adddetail-wrap {
    width: 95%;
    margin: 0 auto 20px;
    position: relative;
  }
  .extraserviceBoxs .additemGroup {
    padding: 7.5vw 3.33333vw 3.33333vw;
  }
  .extraserviceBoxs .deatail .info {
    width: calc( 100% - 10px);
    font-size: 2.66667vw;
  }
  .extraserviceBoxs .deatail .info .item_title {
    margin: 0.83333vw 0;
    line-height: 4.16667vw;
    font-size: 2.5vw;
  }
  .extraserviceBoxs .deatail .info .pricegroup {
    display: block;
  }
  .extraserviceBoxs .deatail .info .pricegroup div {
    display: block;
    margin: 10px 0;
  }
  .extraserviceBoxs .deatail .info .pricegroup span.num {
    font-size: 2.66667vw;
  }
  .extraserviceBoxs .deatail .info .pricegroup .quantity {
    margin: 0;
  }
  .extraserviceBoxs .deatail .btn-wrap {
    right: -3.66667vw;
    top: 11.66667vw;
    position: absolute;
  }
  .extraserviceBoxs .deatail .btn-wrap .delete {
    padding: 10px 13px;
    font-size: 16px;
  }
  .extraserviceBoxs .product {
    width: 100%;
    line-height: 4vw;
    margin: 5px 0 10px;
  }
  .extraserviceBoxs .product .content .Introduction {
    font-size: 3vw;
  }
  /*__________________加價購明細Total__________________*/
  .final_pannel {
    padding: 20px 20px 10px;
    text-align: left;
    font-size: 2.33333vw;
  }
  .final_pannel span.bigger {
    font-size: 3vw;
  }
  .final_pannel .cleanall {
    left: 0;
    top: 0;
    position: relative;
  }
  .final_pannel .cleanall .cleanall_btn {
    padding: 8px 10px;
    margin-bottom: 10px;
    display: inline-block;
  }
}

@media screen and (max-width: 425px) {
  .item-inner-box {
    padding: 3.76471vw 4.70588vw 7.26667vw;
    margin: 0 4.23529vw;
    font-size: 3.29412vw;
  }
  .item-inner-box > div {
    width: 200px;
    height: 280px;
  }
  .item-inner-box .item-title {
    margin: 1.88235vw;
    height: 10.58824vw;
    line-height: 1.5;
    overflow: hidden;
    font-size: 3.29412vw;
  }
  .item-inner-box .item-bottom:before {
    margin-bottom: 2.35294vw;
  }
  .item-inner-box .item-bottom .item-price {
    font-size: 3.76471vw;
  }
  .item-inner-box .item-bottom .buyme {
    width: 100%;
    max-width: 81.17647vw;
    height: 9.41176vw;
    line-height: 9.41176vw;
    margin: 3.52941vw auto 0;
  }
  .item-inner-box .item-bottom .buyme span {
    width: 72%;
    font-size: 3.29412vw;
  }
  .item-inner-box .item-bottom .buyme .icon .fa {
    font-size: 4.23529vw;
  }
  .item-inner-box .item-bottom .buyme .icon .fa-shopping-cart {
    height: 5.17647vw;
  }
  .item-inner-box .item-bottom .buyme:hover {
    opacity: .9;
  }
  .item-inner-box .item-bottom .buyme:hover .icon .fa {
    font-size: 4.23529vw;
  }
  .item-inner-box .item-bottom .buyme:hover .icon .fa-shopping-cart {
    height: 5.17647vw;
  }
  /*__________________加購價商品明細__________________*/
  .adddetail-wrap {
    width: 95%;
    margin: 0 auto 20px;
    position: relative;
  }
  .extraserviceBoxs .additemGroup {
    padding: 7.05882vw 4.70588vw 4.70588vw;
  }
  .extraserviceBoxs .deatail .info {
    width: calc( 100% - 10px);
    font-size: 3.76471vw;
  }
  .extraserviceBoxs .deatail .info .item_title {
    margin: 1.17647vw 0;
    line-height: 5.88235vw;
    font-size: 3.52941vw;
  }
  .extraserviceBoxs .deatail .info .pricegroup {
    display: block;
  }
  .extraserviceBoxs .deatail .info .pricegroup div {
    display: block;
    margin: 10px 0;
  }
  .extraserviceBoxs .deatail .info .pricegroup span.num {
    font-size: 3.76471vw;
  }
  .extraserviceBoxs .deatail .info .pricegroup .quantity {
    margin: 0;
  }
  .extraserviceBoxs .deatail .btn-wrap {
    position: absolute;
    right: -4.47059vw;
    top: 16.47059vw;
  }
  .extraserviceBoxs .deatail .btn-wrap .delete {
    padding: 10px 13px;
    font-size: 16px;
  }
  .extraserviceBoxs .product {
    width: 100%;
    margin: 5px 0 10px;
    line-height: 4.70588vw;
  }
  .extraserviceBoxs .product .content .Introduction {
    font-size: 3.29412vw;
  }
  /*__________________加價購明細Total__________________*/
  .final_pannel {
    padding: 20px 20px 10px;
    text-align: left;
    font-size: 3.29412vw;
  }
  .final_pannel span.bigger {
    font-size: 4.23529vw;
  }
  .final_pannel .cleanall {
    left: 0;
    top: 0;
    position: relative;
  }
  .final_pannel .cleanall .cleanall_btn {
    margin-bottom: 10px;
    padding: 8px 10px;
    display: inline-block;
  }
}

@media screen and (max-width: 375px) {
  .item-inner-box {
    padding: 4.26667vw 5.33333vw 7.26667vw;
    margin: 0 4.8vw;
    font-size: 3.73333vw;
  }
  .item-inner-box > div {
    width: 200px;
    height: 280px;
  }
  .item-inner-box .item-title {
    margin: 2.13333vw;
    height: 12vw;
    line-height: 1.5;
    overflow: hidden;
    font-size: 3.73333vw;
  }
  .item-inner-box .item-bottom:before {
    margin-bottom: 2.66667vw;
  }
  .item-inner-box .item-bottom .item-price {
    font-size: 4.26667vw;
  }
  .item-inner-box .item-bottom .buyme {
    width: 100%;
    max-width: 92vw;
    height: 10.66667vw;
    line-height: 10.66667vw;
    margin: 4vw auto 0;
  }
  .item-inner-box .item-bottom .buyme span {
    width: 72%;
    font-size: 3.73333vw;
  }
  .item-inner-box .item-bottom .buyme .icon .fa {
    font-size: 4.8vw;
  }
  .item-inner-box .item-bottom .buyme .icon .fa-shopping-cart {
    height: 5.86667vw;
  }
  .item-inner-box .item-bottom .buyme:hover {
    opacity: .9;
  }
  .item-inner-box .item-bottom .buyme:hover .icon .fa {
    font-size: 4.8vw;
  }
  .item-inner-box .item-bottom .buyme:hover .icon .fa-shopping-cart {
    height: 5.86667vw;
  }
  /*__________________加購價商品明細__________________*/
  .adddetail-wrap {
    width: 95%;
    margin: 0 auto 20px;
    position: relative;
  }
  .extraserviceBoxs .additemGroup {
    padding: 8vw 5.33333vw 5.33333vw;
  }
  .extraserviceBoxs .deatail .info {
    width: calc( 100% - 10px);
    font-size: 4.26667vw;
  }
  .extraserviceBoxs .deatail .info .item_title {
    margin: 1.33333vw 0;
    line-height: 6.66667vw;
    font-size: 4vw;
  }
  .extraserviceBoxs .deatail .info .pricegroup {
    display: block;
  }
  .extraserviceBoxs .deatail .info .pricegroup div {
    display: block;
    margin: 10px 0;
  }
  .extraserviceBoxs .deatail .info .pricegroup span.num {
    font-size: 4.26667vw;
  }
  .extraserviceBoxs .deatail .info .pricegroup .quantity {
    margin: 0;
  }
  .extraserviceBoxs .deatail .btn-wrap {
    position: absolute;
    right: -5.06667vw;
    top: 18.66667vw;
  }
  .extraserviceBoxs .deatail .btn-wrap .delete {
    padding: 10px 13px;
    font-size: 16px;
  }
  .extraserviceBoxs .product {
    width: 100%;
    margin: 5px 0 10px;
    line-height: 5.33333vw;
  }
  .extraserviceBoxs .product .content .Introduction {
    font-size: 3.73333vw;
  }
  /*__________________加價購明細Total__________________*/
  .final_pannel {
    padding: 20px 20px 10px;
    text-align: left;
    font-size: 3.73333vw;
  }
  .final_pannel span.bigger {
    font-size: 4.8vw;
  }
  .final_pannel .cleanall {
    left: 0;
    top: 0;
    position: relative;
  }
  .final_pannel .cleanall .cleanall_btn {
    margin-bottom: 10px;
    padding: 8px 10px;
    display: inline-block;
  }
}

@media screen and (max-width: 360px) {
  .item-inner-box {
    padding: 4.44444vw 5.55556vw;
    margin: 0 5vw;
    font-size: 3.88889vw;
  }
  .item-inner-box > div {
    width: 200px;
    height: 280px;
  }
  .item-inner-box .item-title {
    margin: 2.22222vw;
    height: 12.5vw;
    line-height: 1.5;
    font-size: 3.88889vw;
    overflow: hidden;
  }
  .item-inner-box .item-bottom:before {
    margin-bottom: 2.77778vw;
  }
  .item-inner-box .item-bottom .item-price {
    font-size: 4.44444vw;
  }
  .item-inner-box .item-bottom .buyme {
    width: 100%;
    max-width: 95.83333vw;
    height: 11.11111vw;
    line-height: 11.11111vw;
    margin: 4.16667vw auto 0;
  }
  .item-inner-box .item-bottom .buyme span {
    width: 72%;
    font-size: 3.88889vw;
  }
  .item-inner-box .item-bottom .buyme .icon .fa {
    font-size: 5vw;
  }
  .item-inner-box .item-bottom .buyme .icon .fa-shopping-cart {
    height: 6.11111vw;
  }
  .item-inner-box .item-bottom .buyme:hover {
    opacity: .9;
  }
  .item-inner-box .item-bottom .buyme:hover .icon .fa {
    font-size: 5vw;
  }
  .item-inner-box .item-bottom .buyme:hover .icon .fa-shopping-cart {
    height: 6.11111vw;
  }
  /*__________________加購價商品明細__________________*/
  .adddetail-wrap {
    width: 95%;
    margin: 0 auto 20px;
    position: relative;
  }
  .extraserviceBoxs .additemGroup {
    padding: 8.33333vw 5.55556vw 5.55556vw;
  }
  .extraserviceBoxs .deatail .info {
    width: calc( 100% - 10px);
    font-size: 4.44444vw;
  }
  .extraserviceBoxs .deatail .info .item_title {
    margin: 1.38889vw 0;
    line-height: 6.94444vw;
    font-size: 4.16667vw;
  }
  .extraserviceBoxs .deatail .info .pricegroup {
    display: block;
  }
  .extraserviceBoxs .deatail .info .pricegroup div {
    margin: 10px 0;
    display: block;
  }
  .extraserviceBoxs .deatail .info .pricegroup span.num {
    font-size: 4.44444vw;
  }
  .extraserviceBoxs .deatail .info .pricegroup .quantity {
    margin: 0;
  }
  .extraserviceBoxs .deatail .btn-wrap {
    right: -5.27778vw;
    top: 19.44444vw;
    position: absolute;
  }
  .extraserviceBoxs .deatail .btn-wrap .delete {
    padding: 10px 13px;
    font-size: 16px;
  }
  .extraserviceBoxs .product {
    width: 100%;
    margin: 5px 0 10px;
    line-height: 5.55556vw;
  }
  .extraserviceBoxs .product .content .Introduction {
    font-size: 3.88889vw;
  }
  /*__________________加價購明細Total__________________*/
  .final_pannel {
    padding: 20px 20px 10px;
    text-align: left;
    font-size: 3.88889vw;
  }
  .final_pannel span.bigger {
    font-size: 5vw;
  }
  .final_pannel .cleanall {
    position: relative;
    left: 0;
    top: 0;
  }
}

@media screen and (max-width: 320px) {
  .item-inner-box {
    padding: 5vw 6.25vw 7.8125vw;
    margin: 0 5.625vw;
    font-size: 4.375vw;
  }
  .item-inner-box > div {
    width: 200px;
    height: 280px;
  }
  .item-inner-box .item-title {
    margin: 2.5vw;
    height: 14.0625vw;
    line-height: 1.5;
    overflow: hidden;
    font-size: 4.375vw;
  }
  .item-inner-box .item-bottom:before {
    margin-bottom: 3.125vw;
  }
  .item-inner-box .item-bottom .item-price {
    font-size: 5vw;
  }
  .item-inner-box .item-bottom .buyme {
    width: 100%;
    max-width: 107.8125vw;
    height: 12.5vw;
    line-height: 12.5vw;
    margin: 4.6875vw auto 0;
  }
  .item-inner-box .item-bottom .buyme span {
    width: 72%;
    font-size: 4.375vw;
  }
  .item-inner-box .item-bottom .buyme .icon .fa {
    font-size: 5.625vw;
  }
  .item-inner-box .item-bottom .buyme .icon .fa-shopping-cart {
    height: 6.875vw;
  }
  .item-inner-box .item-bottom .buyme:hover {
    opacity: .9;
  }
  .item-inner-box .item-bottom .buyme:hover .icon .fa {
    font-size: 5.625vw;
  }
  .item-inner-box .item-bottom .buyme:hover .icon .fa-shopping-cart {
    height: 6.875vw;
  }
  /*__________________加購價商品明細__________________*/
  .adddetail-wrap {
    width: 95%;
    margin: 0 auto 20px;
    position: relative;
  }
  .extraserviceBoxs .additemGroup {
    padding: 9.375vw 6.25vw 6.25vw;
  }
  .extraserviceBoxs .deatail .info {
    width: calc( 100% - 10px);
    font-size: 5vw;
  }
  .extraserviceBoxs .deatail .info .item_title {
    margin: 1.5625vw 0;
    line-height: 7.8125vw;
    font-size: 4.6875vw;
  }
  .extraserviceBoxs .deatail .info .pricegroup {
    display: block;
  }
  .extraserviceBoxs .deatail .info .pricegroup div {
    display: block;
    margin: 10px 0;
  }
  .extraserviceBoxs .deatail .info .pricegroup span.num {
    font-size: 5vw;
  }
  .extraserviceBoxs .deatail .info .pricegroup .quantity {
    margin: 0;
  }
  .extraserviceBoxs .deatail .btn-wrap {
    right: -5.9375vw;
    top: 21.875vw;
    position: absolute;
  }
  .extraserviceBoxs .deatail .btn-wrap .delete {
    padding: 10px 13px;
    font-size: 16px;
  }
  .extraserviceBoxs .product {
    width: 100%;
    margin: 5px 0 10px;
    line-height: 6.25vw;
  }
  .extraserviceBoxs .product .content .Introduction {
    font-size: 4.375vw;
  }
  /*__________________加價購明細Total__________________*/
  .final_pannel {
    padding: 20px 20px 10px;
    text-align: left;
    font-size: 4.375vw;
  }
  .final_pannel span.bigger {
    font-size: 5.625vw;
  }
  .final_pannel .cleanall {
    left: 0;
    top: 0;
    position: relative;
  }
  .final_pannel .cleanall .cleanall_btn {
    padding: 8px 10px;
    margin-bottom: 0px;
    display: inline-block;
    font-size: 10px;
  }
  .final_pannel .total {
    margin: 10px 0;
  }
}
