.configinfo_box {
  background: rgba(255, 255, 255, .96);
  border: 1px solid #dfe7f2;
  box-shadow: 0 18px 46px rgba(8, 21, 37, .07);
  border-radius: 8px;
  padding: 22px;
  position: relative;
  min-height: 530px;
}

.configinfo_box .configinfo_box_option {
  min-height: 130px;
  background: linear-gradient(180deg, #ffffff, #f7faff);
  border: 1px solid #dfe7f2;
  box-shadow: none;
  border-radius: 8px;
  position: relative;
  margin-bottom: 80px !important;
}

.configinfo_box .configinfo_box_cycle {
  min-height: 100px;
  background-color: #fff;
  border: 1px solid #dfe7f2;
  box-shadow: none;
  border-radius: 8px;
  margin-bottom: 100px;
  position: relative;
}

.configinfo_box_option .box_option_left,
.configinfo_box_cycle .box_cycle_left {
  width: 46px;
  background: linear-gradient(180deg, #edf5ff 0%, #e8fbff 100%);
  border-radius: 8px 0 0 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;

  display: flex;
  align-items: center;
  justify-content: center;
  color: #1167ff;
  font-weight: 800;
  font-size: 14px;
}

.configinfo_box_option .box_option_right {
  margin-left: 58px;
}

.configinfo_box_cycle .box_cycle_left {
  background: linear-gradient(180deg, #edf5ff 0%, #e8fbff 100%);
  color: #0aaec0;
}

.configinfo_box .configinfo_box_options {
  background-color: #fff;
  border-top: 1px solid #dfe7f2;
  box-shadow: 0 -16px 36px -28px rgba(8, 21, 37, .24);
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.configinfo_box .configinfo_box_options.wrap {
  bottom: 0;
}

.configinfo_box .configinfo_box_options .box_options_inner {
  padding-bottom: 20px;
  margin: 30px 20px 0 20px;
  border-bottom: 1px solid #eaeaea;
}

.configinfo_box .configinfo_box_options .box_options_inner .options_inner_item {
  padding: 0 50px;
}

.configinfo_box .configinfo_box_options .box_options_inner .row {
  margin: 0 -50px;
}

.configinfo_box .configinfo_box_bottom {
  height: 80px;
  background-color: #fff;
  border-top: 1px solid #dfe7f2;
  box-shadow: 0 -16px 36px -28px rgba(8, 21, 37, .24);
  border-radius: 0 0 8px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.configinfo_box_bottom .box_bottom_left .bottom_left_expand {
  width: 72px;
  height: 30px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #dbe3ef;
  padding: 5px 10px;
}

.configinfo_box_bottom .box_bottom_right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box_bottom_right .footer_box_price {
  font-size: 22px;
  color: #1167ff;
  position: relative;
  font-weight: 900;
}

.box_bottom_right .footer_box_btn button {
  width: 120px;
  height: 40px;
  background: linear-gradient(135deg, #1167ff 0%, #0aaec0 100%);
  box-shadow: 0 12px 24px rgba(17, 103, 255, .20);
  border-radius: 8px;
}
