.public_title_text {
  margin-top: -35px;
}

.crowdBox_right {
  padding-left: 10px;
}

.public_title_text>img {
  margin-top: -5px;
}

.public_title_text_right {
  margin-top: -20px !important;
}

.public_title_introduce>span {
  margin: 0 5px;
  color: #fff;
}

.package_class_box {
  height: 395px;
}

.sidebar {
  top: 554px;
}

.package_class_box_list {
  height: 283px;
}

.package_class_box_head {
  background: linear-gradient(270deg, rgba(230, 216, 202, 1), rgba(197, 182, 171, 1));
  box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.08);
}

.package_class_box_head_left>h3 {
  color: #756155;
}

.package_class_box_head_left>span {
  color: #A8958B;
}

.radio_class_box {
  height: 518px;
}

.radio_class_box_head {
  background-color: #fff;
  height: 44px;
  line-height: 42px;
  position: relative;
}

.radio_head_li {
  margin-right: 7px;
  height: 100%;
  line-height: 42px;
  font-size: 18px;
  color: #5B5B5B;
  font-weight: 400;
  border-radius: 0;
  background: #EFEFEF;
  padding: 0 18px;
}

.radio_head_tab {
  background: linear-gradient(1deg, rgba(242, 96, 71, 1), rgba(246, 77, 48, 1));
  color: #fff;
}

.radio_class_box_head:after {
  content: '';
  position: absolute;
  width: 1121px;
  height: 2px;
  background: #EC7C73;
  left: 0;
  top: 42px;
  z-index: 99;
}


.radio_class_box {
  margin-top: 0;
}

.second_worth {
  display: inline-block;
  margin: 8px auto 0;
  width: 1100px;
  height: 420px;
}

.second_worth_li {
  transition: all .2s;
  text-align: center;
  background-color: #fff;
  float: left;
  width: 337px;
  height: 100%;
  margin-right: 44px;
  box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.second_worth_li:nth-last-child(1) {
  margin-right: 0;
}

.second_worth_li_icon {
  height: 167px;
  margin-top: 37px;
}

.second_worth_li_title {
  margin-top: 35px;
  font-size: 34px;
  color: #3A5ECB;
  font-weight: bold;
  line-height: 34px;
  margin-right: 20px;
}

.second_worth_li_title>img {
  margin: -45px -27px 0 0;
}

.second_worth_li_text {
  margin-top: 28px;
  text-align: left;
  padding: 0 29px;
  font-size: 16px;
  color: #757575;
}

.second_worth_li:hover {
  margin-top: -5px;
}