#video_box {
  margin-top: 0;
}

.sidebar {
  top: 659px;
}

.package_class_box {
  height: 431px;
}

.package_class_box_list {
  height: 319px;
}

.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;
}

.architect_certificate {
  position: relative;
  box-sizing: border-box;
  padding: 31px 48px 35px 35px;
  margin: 620px auto 0;
  width: 949px;
  height: 116px;
  background-color: #fff;
  box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.08);
}

.architect_certificate_text {
  text-align: left;
  width: 662px;
  color: #222222;
  font-size: 16px;
  display: inline-block;
  margin-top: 5px;
  float: left;
}

.architect_certificate_text>span:nth-last-child(1) {
  color: #F51200;
}

.architect_certificate_btn {
  float: right;
  display: inline-block;
  width: 161px;
  height: 50px;
  background: linear-gradient(90deg, rgba(240, 74, 58, 1), rgba(254, 105, 87, 1));
  border-radius: 25px;
  font-size: 20px;
  color: #fff;
  line-height: 50px;
  text-align: center;
}

.architect_certificate_icon {
  position: absolute;
  top: 5px;
  left: 5px;
  transform: translate(-50%, -50%);
}
.package_class_box_head_right_box {
  display: flex;
  /* position: relative; */
  overflow: visible;
  /* right: -55px; */
}
.minimum {
  position: absolute;
  top: -8px;
  left: 8px;
  font-size: 12px;
  color: #fff;
  width: 130px;
  height: 19px;
  display: inline-block;
  background-color: #f14c3c;
  text-align: center;
  line-height: 19px;
  border-radius: 10px;
  border-bottom-left-radius: 0;
}
.package_class_box_head_right_text>div:nth-child(2) {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.package_class_box_head_right_text {
  align-self: center;
}
.package_class_box_head_left {
  width: 55%;
}
.package_class_box_head_right {
  width: 45%;
}