.goodList--acc {
  margin: 0 10px;
  padding-top: 0.5rem;
}
@media screen and (max-width: 800px) {
  .goodList--acc {
    margin-top: 0;
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .goodList--acc {
    margin: 0;
  }
}
.goodList--acc .box {
  width: 50%;
}
@media screen and (max-width: 1120px) {
  .goodList--acc .box {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 10px !important;
  }
}
.goodList--acc .box .item {
  width: auto;
  height: 240px;
}
@media screen and (max-width: 1120px) {
  .goodList--acc .box .item {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 800px) {
  .goodList--acc .box .item {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
  }
}
@media screen and (max-width: 800px) {
  .goodList--acc .box .item .imgbox {
    flex: 0 0 100px;
    margin: 0.5rem;
  }
}
@media screen and (max-width: 375px) {
  .goodList--acc .box .item .imgbox {
    flex: 0 0 70px;
  }
}
.goodList--acc .box .item .txtbox {
  margin: 0 0 0 10px;
}
@media screen and (max-width: 999px) {
  .goodList--acc .box .item .txtbox {
    margin: 0;
  }
}
.goodList--acc .box .item .txtbox .intro p {
  padding-left: 5px;
}
@media screen and (max-width: 800px) {
  .goodList--acc .box .item .txtbox .intro p.pname {
    height: auto;
    margin-bottom: 10px;
    min-height: 2.8rem;
  }
}
@media screen and (max-width: 1120px) {
  .goodList--acc .box .item .txtbox .intro p.pname a {
    padding: 0;
  }
}
.goodList--acc .box .item .txtbox .intro small {
  display: flex;
  margin: 10px 0;
  font-size: 1rem;
}
.goodList--acc .box .item .txtbox .intro small span {
  flex: 0 0 95px;
  width: 95px;
  padding-left: 5px;
  font-size: 1rem;
  font-weight: bold;
  color: #ab1d33;
}
.goodList--acc .box .item .txtbox ul.price {
  display: flex;
  flex-direction: column;
}
.goodList--acc .box .item .txtbox ul.price li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  color: #0000ff;
}
.goodList--acc .box .item .txtbox ul.price li:first-child span {
  padding: 0 10px 0 5px;
  color: #666;
}
.goodList--acc .box .item .txtbox ul.price li:first-child span:nth-child(2) {
  color: #0000ff;
}
.goodList--acc .box .item .txtbox ul.price li:nth-child(2) {
  margin: 0.25rem 0 0 0;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  font-weight: bold;
  overflow: hidden;
}
.goodList--acc .box .item .txtbox ul.price li:nth-child(2) span {
  padding: 2px 10px 2px 5px;
  font-weight: normal;
  color: #666;
}
.goodList--acc .box .item .txtbox ul.price li:nth-child(2) strong {
  color: #ff3300;
}
.goodList--acc .box .item .txtbox ul.price li:nth-child(3) {
  justify-content: space-between;
  padding: 5px 0 0 0;
}
@media screen and (max-width: 800px) {
  .goodList--acc .box .item .txtbox ul.price li:nth-child(3) {
    flex-direction: column;
    align-items: flex-start;
  }
}
.goodList--acc .box .item .txtbox ul.price li:nth-child(3) .function {
  display: flex;
}
.goodList--acc .box .item .txtbox ul.price li:nth-child(3) .function select {
  margin: 0 3px 0 0;
  border-radius: 3px;
}
.goodList--acc .box .item .txtbox ul.price li:nth-child(3) .function a {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 5px 0 0;
  border: 1px solid rgba(171, 29, 51, 0.25);
  border-radius: 3px;
  overflow: hidden;
}
.goodList--acc .box .item .txtbox ul.price li:nth-child(3) .function a img {
  position: relative;
  top: -1px;
  left: -1px;
  transition: all 0.6s;
}
.goodList--acc .box .item .txtbox ul.price li:nth-child(3) > span {
  padding: 0 5px;
  color: #ab1d33;
  line-height: 25px;
}
.goodList--acc .box .item .txtbox ul.price li:nth-child(3) > span.errmsg {
  flex: 0 0 auto;
  padding: 0;
  background: none;
}
@media screen and (max-width: 800px) {
  .goodList--acc .box .item .txtbox ul.price li:nth-child(3) > span.errmsg {
    margin-top: 5px;
  }
}
.goodList--acc .box .item .txtbox ul.price li:nth-child(3) > span.errmsg b {
  display: block;
  padding: 0 5px;
  color: #ab1d33;
  border: 2px solid #ab1d33;
}
@media screen and (max-width: 1390px) {
  .goodList--acc .box .item .txtbox ul.price li:nth-child(3) > span.errmsg b {
    padding: 0 3px;
    font-size: 12px;
  }
}
@media screen and (max-width: 800px) {
  .goodList--acc .box .item .txtbox ul.price li:nth-child(3) > span.errmsg b {
    font-size: 15px;
  }
}
.goodList--acc .box .item .txtbox ul.price li span {
  flex: 0 0 auto;
}
.goodList--acc .box .item .txtbox ul.price li span.quotation {
  margin: 0;
  padding: 0;
  border: 0;
}
.goodList--acc .box .item .txtbox ul.price li span.quotation form {
  display: flex;
}
.goodList--acc .box .item .txtbox ul.price li span.quotation input[type=submit] {
  width: 25px;
  height: 25px;
  border: 0;
  border-radius: 3px;
  background-color: #ab1d33;
  background-image: url(https://www.5hm1.com.tw/themes/Lativ/images/quotation.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 85%;
  cursor: pointer;
}
.goodList--acc .box .item ul.price li span {
  flex: 0 0 110px;
}
@media screen and (max-width: 800px) {
  .goodList--acc .box .item ul.price li span {
    flex: 0 0 auto;
  }
}