@charset "UTF-8";
.container .main {
  width: 100%;
  height: calc(100% - 1.85rem);
  overflow-y: auto;
}

.inquiry-bar {
  width: 100%;
  background: #fff;
  padding: 0.23rem 0.32rem;
}

.inquiry-bar>p {
  font-size: 0.24rem;
  color: #303030;
  margin-bottom: .1rem;
  font-weight: bold;
}

.inquiry-bar p+p {
  font-size: .22rem;
  color: #878787;
  margin-bottom: 0;
  font-weight: normal;
}

.inquiry-bar p+p a {
  color: #d12d26;
}

.wrap {
  display: flex;
  margin-top: .15rem;
  background: #fff;
  padding: 0.23rem 0.32rem;
}

.wrap h2 {
  width: 1.8rem;
  font-size: .24rem;
  font-weight: bold;
  color: #303030;
}

.wrap div {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  padding: .25rem 0 0;
}

.wrap div label {
  position: relative;
  width: 2.5rem;
  line-height: .5rem;
  font-size: .22rem;
  color: #303030;
  margin-bottom: .2rem;
}

.wrap div label input {
  margin-right: .24rem;
  vertical-align: -.03rem;
}

.simulate-radio {
  display: inline-block;
  width: 0.26rem;
  height: 0.26rem;
  margin-right: .15rem;
  background: none;
  border: 1px solid #bfbfbf;
  border-radius: 50%;
  vertical-align: -0.04rem;
}

.simulate-radio.checked {
  border: none;
  background: url(../images/else/select.png) no-repeat center;
  background-size: 100% 100%
}

.hide {
  position: absolute;
  visibility: hidden;
}

.more-section {
  display: none;
}

.more-section .wrap div {
  align-items: center;
  flex-direction: column;
}

.tool-box {
  padding-top: 1rem;
  text-align: center;
}

.tool-box a {
  display: inline-block;
  padding: 0 .3rem;
  height: .52rem;
  color: #fff;
  line-height: .52rem;
  margin: 0 auto;
  text-align: center;
  border: 0;
  font-size: .24rem;
  border-radius: .1rem;
}

.tool-box .btn-choose {
  background: #ccc;
}

.tool-box .btn-choose.btn-compute {
  background: #d12d26;
}

.tool-box .btn-group .btn-choose-heavy {
  background: #ccc;
  margin-right: .2rem;
}

.tool-box .btn-group .btn-choose-heavy.btn-compute {
  background: #d12d26;
}

.tool-box .btn-group .btn-rechoose {
  background: #d12d26;
}

.tool-box .btn-group {
  display: none;
  text-align: center;
}