@import "place-order.css";
.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
/*参数列表*/
.parameter-box {
  /*Additional Options*/
  /*panel requirements*/
  /*Different Design in Panel*/
}
.parameter-box .item .material li {
  height: 1.6rem;
  text-align: center;
}
.parameter-box .item .pcb-lists li {
  height: 1rem;
  text-align: center;
}
.parameter-box .item .edge-rails {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.parameter-box .item .edge-rails select,
.parameter-box .item .edge-rails input {
  background: #f0f0f0;
  border: 1px solid #9b9b9b;
  border-radius: 4px;
  width: 48%;
  height: 0.68rem;
  margin-top: 0.1rem;
  text-indent: 0.15rem;
}
.parameter-box .item .enepig li {
  height: 0.9rem;
  font-size: 0.24rem;
  text-align: center;
}
.parameter-box .item .surface-finish li {
  height: 0.9rem;
  text-align: center;
}
.parameter-box .item .via-tips {
  font-size: 0.24rem;
  color: #9b9b9b;
}
.parameter-box .item .tick-box {
  padding: 0;
}
.parameter-box .item .tick-box span {
  font-size: 0.24rem;
  color: #9b9b9b;
}
.parameter-box .item .choose-thick {
  width: 100%;
  height: 0.68rem;
  font-size: 0.24rem;
  border: 1px solid #9b9b9b;
  background: #f0f0f0;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.parameter-box .add-options {
  margin-top: 0.1rem;
}
.parameter-box .add-options .options-title {
  padding: 0.14rem 0.3rem 0.24rem;
  background-color: #ffffff;
}
.parameter-box .add-options .options-title > h3 {
  font-size: 0.28rem;
  color: #4a4a4a;
  letter-spacing: 0;
  text-align: left;
}
.parameter-box .add-options .options-title p {
  font-size: 0.24rem;
  color: #9b9b9b;
  letter-spacing: 0;
  text-align: left;
  margin-top: 0.1rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.parameter-box .add-options .options-title p .icon-yduizhengqueshixin {
  font-size: 0.48rem;
}
.parameter-box .add-options .active-options p .icon-yduizhengqueshixin {
  color: #735d5c;
}
.parameter-box .add-options .options-box {
  margin-top: 1px;
  height: 0;
  transition: all 0.3s;
  overflow: hidden;
}
.parameter-box .add-options .options-box .marking-box {
  background-color: #ffffff;
  padding: 0.14rem 0.3rem 0.24rem;
}
.parameter-box .add-options .options-box .marking-box .item {
  margin-top: 0.2rem;
  padding: 0;
}
.parameter-box .add-options .options-box .marking-box .item-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.parameter-box .add-options .options-box .marking-box .item-title > span {
  font-size: 0.28rem;
  color: #4a4a4a;
  letter-spacing: 0;
  text-align: center;
}
.parameter-box .add-options .options-box .marking-box .item-title .tips {
  color: #ffa300;
  font-size: 0.32rem;
}
.parameter-box .add-options .options-box .options-items {
  margin-top: 1px;
  background-color: #ffffff;
  padding: 0.26rem 0.3rem;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.parameter-box .add-options .options-box .options-items li {
  width: 32%;
  border-radius: 2px;
  background-color: #f0f0f0;
  border: 1px solid #e6e6e6;
  height: 0.9rem;
  font-size: 0.28rem;
  color: #4a4a4a;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0.1rem;
}
.parameter-box .add-options .options-box .options-items .active-list {
  background-color: #735d5c;
  color: #f3f3f3;
}
.parameter-box .add-options .active-add {
  height: 7.5rem;
}
.parameter-box .hide-requirements {
  margin-top: 1px;
  display: none;
}
.parameter-box .hide-requirements > h2 {
  font-size: 0.28rem;
  color: #4a4a4a;
  letter-spacing: 0;
  text-align: left;
  height: 0.7rem;
  line-height: 0.7rem;
  background-color: #ffffff;
  padding: 0 0.3rem;
}
.parameter-box .hide-requirements p {
  font-size: 0.24rem;
  color: #4a4a4a;
  letter-spacing: 0;
  text-align: left;
  background-color: #ffffff;
  padding: 0.15rem 0.3rem;
}
.parameter-box .hide-requirements .item {
  margin-top: 0;
}
.parameter-box .edit-box {
  padding: 0 0.3rem 0.2rem;
  background-color: #ffffff;
}
.parameter-box .edit-box textarea {
  width: 100%;
  height: 1.4rem;
  background-color: #f0f0f0;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  resize: none;
  padding: 0.1rem;
}
.parameter-box .hide-item {
  background-color: #fff;
}
.parameter-box .diff-design {
  background-color: #f0f0f0;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  margin-top: 0.1rem;
  width: 100%;
  min-height: 0.68rem;
}
.parameter-box .diff-design input {
  background-color: #f0f0f0;
  width: 100%;
  padding: 0.1rem;
}
/*Peelable Soldermask*/
.solder-mask {
  background-color: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 0.4rem;
  width: 100%;
}
.solder-mask li {
  width: 100%;
  background-color: #f0f0f0;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  height: 0.58rem;
  line-height: 0.58rem;
  font-size: 0.28rem;
  color: #4a4a4a;
  text-align: center;
  margin-bottom: 0.2rem;
  padding: 0 0.1rem;
  margin-right: 0.1rem;
}
.gold-nickel {
  background-color: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 0.4rem;
  width: 100%;
}
.gold-nickel li {
  width: 100%;
  background-color: #f0f0f0;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  height: 0.58rem;
  line-height: 0.58rem;
  font-size: 0.28rem;
  color: #4a4a4a;
  text-align: center;
  margin-bottom: 0.2rem;
}
.gold-nickel .active {
  border: 1px solid #735d5c;
}
.gold-nickel .enter-el {
  font-size: 0.24rem;
}
.gold-nickel .enter-el input {
  width: 1.4rem;
  height: 0.5rem;
  background-color: #fff;
  margin-top: 0.01rem;
}
/*# sourceMappingURL=pcb-order.css.map */