.wap {
  max-width: 960px;
}
.content p,
.footer p {
  margin: 0;
}
.content img,
.footer img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: none;
}
.bottom_dollar {
  border-top: solid 1px #CCCCAA;
  padding-top: 5px;
  color: #FD3146;
  font-family: 微軟正黑體;
  font-size: 20px;
  text-align: right;
  margin: 0;
  margin-bottom: 20px;
}
.bottom_dollar .bottom_txt {
  color: #000;
}
.shipping_notice .title {
  padding: 10px;
  text-align: center;
  font-size: 18px;
}
.shipping_notice #Shipments {
  height: 400px;
  overflow: hidden;
}
.shipping_notice #Shipments ul {
  list-style: none;
  padding: 0;
}
.shipping_notice #Shipments ul li span {
  font-size: 16px;
  display: inline-block;
  padding: 0 10px 10px 23px;
}
.glyphicon-refresh-animate {
  -animation: spin 0.7s infinite linear;
  -ms-animation: spin 0.7s infinite linear;
  -webkit-animation: spinw 0.7s infinite linear;
  -moz-animation: spinm 0.7s infinite linear;
}
.Shelves {
  font-size: 16px;
}
.Shelves .shelve_s,
.Shelves .shelve_c,
.Shelves .shelve_p {
  display: table;
  width: 100%;
}
.Shelves .shelve_p {
  margin-bottom: 20px;
}
.Shelves .prod_item {
  display: table-row;
  padding-right: 15px;
  padding-left: 15px;
}
.Shelves .prod_item .item_left,
.Shelves .prod_item .item_right,
.Shelves .prod_item .item_icon {
  display: table-cell;
  vertical-align: middle;
  border-bottom: solid #EFEFEF 1px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.Shelves .prod_item .item_icon {
  width: 30px;
}
.Shelves .prod_item .item_icon img {
  max-width: 30px;
  max-height: 30px;
}
.Shelves .prod_item .item_left {
  padding-left: 5px;
  padding-right: 5px;
}
.Shelves .prod_item .item_left .ProdName,
.Shelves .prod_item .item_left .Specification {
  display: inline-block;
}
.Shelves .prod_item .item_left .Giveaways {
  display: block;
}
.Shelves .prod_item .item_left .ProdName {
  font-weight: bolder;
}
.Shelves .prod_item .item_left .Specification {
  padding-left: 10px;
}
.Shelves .prod_item .item_left .Giveaways {
  padding-left: 10px;
}
.Shelves .prod_item .item_right {
  padding-right: 10px;
  text-align: right;
}
.Shelves .prod_item .item_right .prod_price,
.Shelves .prod_item .item_right .prod_num {
  display: inline-block;
}
.Shelves .prod_item .item_right .prod_price_title,
.Shelves .prod_item .item_right .Price {
  display: inline-block;
}
.Shelves .prod_item .item_right .prod_price_title {
  font-size: 12px;
}
.Shelves .prod_item .item_right .Price {
  color: red;
  font-size: 18px;
}
.Shelves .prod_item .item_right .Shorthand {
  font-size: 10px;
  font-style: italic;
}
.Shelves .prod_item .item_right .prod_num_select {
  padding: 3px;
  width: auto;
  height: auto;
}
#time_limit {
  height: auto;
  overflow: hidden;
  padding: 8px 5px;
  border-bottom: 1px dashed #dcdcdc;
}
#time_limit .t-cat {
  font-size: 14px;
  color: #333;
  line-height: 23px;
  padding: 2px 0 2px 30px;
  background: url('/assets/images/heimao.png') 2px center no-repeat;
  background-size: 28px 18px;
}
#time_limit .timeWrap {
  float: right;
  color: #666;
  margin-right: 4px;
  margin-top: 1px;
}
#time_limit .timeWrap .colon {
  padding: 2px 3px;
  background: #000000;
  color: #fff;
  border-radius: 2px;
  margin: 0 2px;
}
.detail-number {
  height: 36px;
  border-bottom: 1px dashed #dcdcdc;
  margin-top: 0;
  padding: 7px 5px;
}
#side {
  position: fixed;
  top: 30%;
  right: 5px;
  z-index: 999;
  width: 70px;
}
#side > div {
  text-align: center;
  width: 70px;
  float: left;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: solid 1px #ffffff;
  background-color: #dadada;
}
#side > div a {
  text-decoration: none;
}
#side > div i,
#side > div span {
  display: block;
}
#side > div:first-child {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#side > div:last-child {
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
#side > div:hover {
  background-color: #bdbdbd;
}
#side > div:hover a {
  color: #0a0004;
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
@-webkit-keyframes spinw {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spinm {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
/* xs */
@media (max-width: 767px) {
  body {
    padding-bottom: 55px;
  }
  #bottom {
    margin-left: -4px;
    height: 55px;
    width: 100%;
    position: fixed;
    bottom: 0;
    display: flex !important;
  }
  #bottom div {
    -webkit-flex: 1;
    /* Safari 6.1+ */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /*
            box-shadow: inset 0 0 5px 0 #ABABAB, 5px 5px 5px 1px #242424;
            -webkit-box-shadow: inset 0 0 5px 0 #ABABAB, 5px 5px 5px 1px #242424;
            -moz-box-shadow: inset 0 0 5px 0 #ABABAB, 5px 5px 5px 1px #242424;
            -o-box-shadow: inset 0 0 5px 0 #ABABAB, 5px 5px 5px 1px #242424;
            */
  }
  #bottom div a {
    align-items: stretch;
    color: #333;
    font-size: 16px;
  }
  #bottom div i,
  #bottom div span {
    display: block;
  }
  #bottom div i {
    font-size: 2em;
  }
  #bottom .content_top {
    background-color: #80cf20;
  }
  #bottom .content_top i {
    color: white;
  }
  #bottom .order {
    -webkit-flex: 1;
    /* Safari 6.1+ */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    background-color: red;
  }
  #bottom .order a {
    color: white;
  }
  #bottom .contact_us {
    background-color: #e09e4e;
  }
  #bottom .contact_us i {
    color: white;
  }
  #bottom .wechat {
    background-color: green;
  }
  #bottom .wechat i,
  #bottom .wechat span {
    color: white;
  }
  .bottom_dollar {
    border-bottom: solid 1px #CCCCAA;
    padding-bottom: 5px;
    font-size: 16px;
  }
  .Shelves h1 {
    font-size: 2em;
  }
  .Shelves .prod_item {
    margin-bottom: 10px;
  }
  .Shelves .prod_item .item_icon {
    width: 20px;
  }
  .Shelves .prod_item .item_icon img {
    max-width: 20px;
    max-height: 20px;
  }
  .Shelves .prod_item .item_left {
    width: auto;
  }
  .Shelves .prod_item .item_left .Giveaways {
    height: auto;
  }
  .Shelves .prod_item .item_right .prod_price,
  .Shelves .prod_item .item_right .prod_num {
    display: block;
    text-align: right;
  }
  .Shelves .prod_item .item_right .prod_price .Price,
  .Shelves .prod_item .item_right .prod_price .Shorthand {
    display: block;
    text-align: right;
  }
  .Shelves .prod_item .item_right .prod_num .prod_num_select {
    display: inline-block;
  }
  .Shelves .prod_item .item_right .prod_price_title {
    display: none;
  }
  .Shelves .shelve_p .prod_item .item_left {
    padding-left: 0;
  }
  .Shelves .shelve_p .prod_item .item_left .ProdName {
    padding-top: 3px;
  }
  .Shelves .shelve_p .prod_item .item_right {
    padding-right: 0;
  }
  .Shelves .shelve_p .prod_item .item_right .prod_price_title {
    display: none;
  }
  .Shelves .shelve_p .prod_item .item_right .prod_price,
  .Shelves .shelve_p .prod_item .item_right .prod_num {
    display: inline-block;
  }
}
