.section-top {
  display: block;
  width: 100%;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
}
.search-box {
  display: block;
  width: 560px;
  margin: 0 auto;
  padding-top: 80px;
  text-align: center;
}
.search-box h1 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 25px;
}
.search-box .search-form {
  display: block;
  position: relative;
}
.search-box .search-form input {
  display: block;
  border: 0px;
  background: #fff;
  border-radius: 30px;
  width: 376px;
  padding: 15px;
  margin: 0 auto;
}
.search-box .search-form button {
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  right: 100px;
  top: 6px;
  opacity: 0;
  z-index: 2;
}
.search-box .search-form .search-ico {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  right: 100px;
  top: 10px;
  z-index: 1;
}
.search-box .search-tips {
  display: block;
  min-width: 376px;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
}
.search-box .search-tips span {
  font-size: 13px;
  color: #fff;
}
.search-box .search-tips span a {
  color: #fff;
  margin-left: 5px;
}
.search-box .search-tips span a:hover {
  color: #fff;
}
.group-list-box {
  background: #f4f4f4;
  height: 100%;
  overflow: hidden;
  padding-top: 10px;
}
.calculator_box {
  position: relative;
  display: block;
  width: 1200px;
  height: 250px;
  margin: 40px auto;
  background-color: #fff;
  margin-top: 0px;
}
.calculator_right {
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  top: 20px;
}
.calculator_right_modal {
  display: block;
  margin-bottom: 20px;
  padding: 0px 30px;
}
.calculator_right_modal label {
  margin-right: 10px;
  font-size: 14px;
}
.calculator_right_modal select {
  display: inline-block;
  width: 145px;
  height: 24px;
  text-align: center;
  background-color: #fff;
  margin-right: 15px;
  border-radius: 10px;
  border: 1px solid #cccccc;
}
.calculator_right_modal input {
  display: inline-block;
  width: 140px;
  height: 24px;
  text-align: left;
  background-color: #fff;
  margin-right: 15px;
  padding-left: 10px;
  border-radius: 10px;
  border: 1px solid #cccccc;
}
.form-radio-box {
  display: inline-block;
  min-width: 55px;
}
.form-radio-box input {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  vertical-align: middle;
}
.form-radio-box span {
  vertical-align: middle;
  white-space: nowrap;
  font-size: 12px;
}
.calculator-btn-red {
  display: inline-block;
  background-color: #127a59;
  min-width: 80px;
  padding: 5px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  font-size: 12px;
}
.calculator-btn-red:hover {
  cursor: pointer;
}
.calculator-btn-green {
  display: inline-block;
  background-color: #f0811c;
  width: 80px;
  padding: 5px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  font-size: 12px;
}
.calculator-btn-green:hover {
  cursor: pointer;
}
.calculator_left {
  display: inline-block;
  width: 360px;
  height: 250px;
  overflow: hidden;
  vertical-align: middle;
}
.calculator_left img {
  display: block;
  width: 100%;
  height: 100%;
}
.group-list {
  display: block;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.group-list-modal {
  display: inline-block;
  position: relative;
  width: 580px;
  height: auto;
  margin-right: 30px;
  margin-bottom: 25px;
  background-color: #fff;
}
.group-list-modal:nth-child(even) {
  margin-right: 0px;
}
.group-list-modal-imgs {
  display: block;
  width: 580px;
  height: 380px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.group-list-modal-top {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0px 15px;
}
.modal-top-title {
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
}
.modal-top-title:hover {
  cursor: pointer;
}
.modal-top-num {
  float: right;
  font-size: 12px;
  color: #b0b0b0;
  vertical-align: middle;
}
.modal-top-num img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.group-desc {
  width: 395px;
  height: 30px;
  overflow: hidden;
  font-size: 12px;
  color: #b0b0b0;
  padding: 0px 15px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.group-btn {
  padding: 15px 15px;
}
.group-btn a {
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  width: 115px;
  height: 30px;
  font-size: 13px;
  line-height: 30px;
  background-color: #6a6a6a;
  margin-right: 20px;
}
.group-btn a:hover {
  cursor: pointer;
  background-color: #096b4d;
}
.group-right-corner {
  position: absolute;
  right: 15px;
  bottom: 15px;
  min-width: 100px;
  text-align: center;
}
.group-right-corner p {
  font-size: 14px;
  text-align: center;
  color: #000;
}
.group-right-corner-num {
  display: inline-block;
  font-size: 40px;
  color: #84c225;
  vertical-align: bottom;
  margin-right: 5px;
}
.group-right-corner-tips {
  display: inline-block;
  font-size: 15px;
  color: #000;
  vertical-align: super;
}
.mbx {
  height: 40px;
  line-height: 30px;
  font-size: 12px;
  width: 1200px;
  margin: 0 auto;
}
.mbx span {
  padding: 0 2px;
}
.mbx a {
  color: #000;
}
