#content .cont_btm {
  width: 1280px;
  padding: 24px 60px 60px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#content .cont_btm .cont_l {
  width: 806px;
}
#content .cont_btm .cont_l .apply {
  font-family: b;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 16px;
  color: #333333;
}
#content .cont_btm .cont_l .ad_box {
  margin-bottom: 16px;
}
#content .cont_btm .cont_l .ad_box .ad_title {
  text-align: center;
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
}
#content .cont_btm .cont_l .ad_box .ad_cont {
  min-height: 90px;
}
#content .cont_btm .cont_l .copy-succse {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 165px;
  text-align: center;
  line-height: 52px;
  z-index: 19;
  height: 52px;
  border-radius: 16px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-family: m;
  display: none;
}
#content .cont_btm .cont_l .location {
  position: relative;
  display: flex;
  justify-content: left;
  margin-bottom: 16px;
}
#content .cont_btm .cont_l .location .loca-img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
#content .cont_btm .cont_l .location .loca-text {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #333;
  line-height: 24px;
}
#content .cont_btm .cont_l .location .fuzhi {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 24px;
  background: #EEEEEE;
  border-radius: 12px 12px 12px 12px;
  text-align: center;
  line-height: 20px;
  margin-left: 8px;
}
#content .cont_btm .cont_l .location .fuzhi img {
  width: 16px;
  height: 16px;
}
#content .cont_btm .cont_l .location:hover .loca-text {
  text-decoration: underline;
}
#content .cont_btm .cont_l .location:hover .fuzhi {
  display: block;
}
#content .cont_btm .cont_l .phone {
  position: relative;
  display: flex;
  justify-content: left;
  margin-bottom: 16px;
}
#content .cont_btm .cont_l .phone .phone-img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
#content .cont_btm .cont_l .phone .phone-text {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #333;
  line-height: 24px;
}
#content .cont_btm .cont_l .phone .fuzhi {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 24px;
  background: #EEEEEE;
  border-radius: 12px 12px 12px 12px;
  text-align: center;
  line-height: 20px;
  margin-left: 8px;
}
#content .cont_btm .cont_l .phone .fuzhi img {
  width: 16px;
  height: 16px;
}
#content .cont_btm .cont_l .phone:hover .phone-text {
  text-decoration: underline;
}
#content .cont_btm .cont_l .phone:hover .fuzhi {
  display: block;
}
#content .cont_btm .cont_l .website,
#content .cont_btm .cont_l .xinf {
  display: flex;
  margin-bottom: 16px;
}
#content .cont_btm .cont_l .website .web-img,
#content .cont_btm .cont_l .xinf .web-img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
#content .cont_btm .cont_l .website .web-text,
#content .cont_btm .cont_l .xinf .web-text {
  line-height: 24px;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #000000;
  word-break: break-word;
}
#content .cont_btm .cont_l .website .web-text .r-t,
#content .cont_btm .cont_l .xinf .web-text .r-t {
  width: 12px;
  height: 12px;
}
#content .cont_btm .cont_l .website:hover .web-text,
#content .cont_btm .cont_l .xinf:hover .web-text {
  text-decoration: underline;
}
#content .cont_btm .cont_l .text {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
  margin-bottom: 24px;
}
#content .cont_btm .cont_l .in_table {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
  background: #F9F9F9;
}
#content .cont_btm .cont_l .in_table .title {
  width: 100%;
  height: 40px;
  background: #1C73E8;
  font-family: b;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 40px;
  padding: 0 24px;
  border-radius: 8px;
}
#content .cont_btm .cont_l .in_table .tab_box {
  display: flex;
}
#content .cont_btm .cont_l .in_table .tab_box .tab_item {
  width: calc(100% / 2);
}
#content .cont_btm .cont_l .in_table .tab_box .tab_item ul {
  padding: 10px 0;
}
#content .cont_btm .cont_l .in_table .tab_box .tab_item ul li {
  display: flex;
  align-items: center;
  padding: 6px 24px;
}
#content .cont_btm .cont_l .in_table .tab_box .tab_item ul li img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
#content .cont_btm .cont_l .in_table .tab_box .tab_item ul li span {
  font-family: m;
  font-size: 14px;
  color: #333333;
}
#content .cont_btm .cont_l .program {
  margin-bottom: 24px;
}
#content .cont_btm .cont_l .program h3 {
  font-family: m;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  margin-bottom: 12px;
}
#content .cont_btm .cont_l .program ul li {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  margin-bottom: 6px;
}
#content .cont_btm .cont_l .now_box {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 24px;
}
#content .cont_btm .cont_l .now_box img {
  border-radius: 8px 8px 8px 8px;
  width: 100%;
  height: 155px;
}
#content .cont_btm .cont_l .now_box .now_cont {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#content .cont_btm .cont_l .now_box .now_cont h3 {
  margin-bottom: 24px;
  font-family: b;
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
}
#content .cont_btm .cont_l .now_box .now_cont span {
  width: 145px;
  height: 37px;
  background: #1C73E8;
  border-radius: 56px 56px 56px 56px;
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 37px;
}
#content .cont_btm .cont_l .plan {
  margin-bottom: 24px;
}
#content .cont_btm .cont_l .plan h3 {
  font-family: b;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont_btm .cont_l .plan .cont p {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
}
#content .cont_btm .cont_l .gys_box h3 {
  font-family: b;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont_btm .cont_l .gys_box .gys_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
}
#content .cont_btm .cont_l .gys_box .gys_list .gys_item {
  position: relative;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #ECECEC;
  padding: 16px;
}
#content .cont_btm .cont_l .gys_box .gys_list .gys_item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#content .cont_btm .cont_l .gys_box .gys_list .gys_item .free {
  width: 44px;
  height: 21px;
  background: rgba(26, 164, 31, 0.1);
  border-radius: 2px 2px 2px 2px;
  font-family: b;
  font-weight: 500;
  font-size: 14px;
  color: #1AA41F;
  line-height: 21px;
  text-align: center;
}
#content .cont_btm .cont_l .gys_box .gys_list .gys_item .dis {
  width: 77px;
  height: 21px;
  background: rgba(255, 168, 0, 0.1);
  border-radius: 2px 2px 2px 2px;
  font-family: b;
  font-weight: 500;
  font-size: 14px;
  color: #FFA800;
  line-height: 21px;
  text-align: center;
}
#content .cont_btm .cont_l .gys_box .gys_list .gys_item .free,
#content .cont_btm .cont_l .gys_box .gys_list .gys_item .dis {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
}
#content .cont_btm .cont_l .gys_box .gys_list .gys_item .img_box {
  width: 185px;
  height: 116px;
  border-radius: 0px 0px 0px 0px;
  display: flex;
  align-items: center;
  margin: 0 auto 8px;
}
#content .cont_btm .cont_l .gys_box .gys_list .gys_item .img_box img {
  width: 100%;
}
#content .cont_btm .cont_l .gys_box .gys_list .gys_item h3 {
  font-family: b;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  margin-bottom: 8px;
  text-align: center;
}
#content .cont_btm .cont_l .gys_box .gys_list .gys_item .cont {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
  line-height: 21px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#content .cont_btm .cont_l .gys_box .gys_list .gys_item .btm_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .cont_btm .cont_l .gys_box .gys_list .gys_item .btm_box .box_l {
  width: 40px;
  height: 40px;
  background: rgba(28, 115, 232, 0.1);
  border-radius: 4px 4px 4px 4px;
  text-align: center;
  line-height: 34px;
}
#content .cont_btm .cont_l .gys_box .gys_list .gys_item .btm_box .box_l img {
  width: 20px;
  height: 20px;
}
#content .cont_btm .cont_l .gys_box .gys_list .gys_item .btm_box .btn {
  width: calc(100% - 46px);
  height: 40px;
  background: #1C73E8;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .cont_btm .cont_l .gys_box .gys_list .gys_item .btm_box .btn span {
  font-family: b;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
}
#content .cont_btm .cont_l .gys_box .gys_list .gys_item .btm_box .btn img {
  width: 16px;
  height: 16px;
  margin-left: 4px;
}
#content .cont_btm .cont_l .gys_box .gys_list .gys_item:hover {
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.12);
}
#content .cont_btm .cont_r {
  width: 336px;
}
#content .cont_btm .cont_r .free h3 {
  font-size: 18px;
  font-family: b;
  font-weight: 600;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont_btm .cont_r .free .free_list {
  display: flex;
  flex-direction: column;
}
#content .cont_btm .cont_r .free .free_list .free_item {
  width: 100%;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #ECECEC;
  margin-bottom: 16px;
}
#content .cont_btm .cont_r .free .free_list .free_item img {
  width: 100%;
  height: 189px;
  background: #FFFFFF;
  border-radius: 8px 8px 0 0;
}
#content .cont_btm .cont_r .free .free_list .free_item .item_btm {
  padding: 12px 16px;
}
#content .cont_btm .cont_r .free .free_list .free_item .item_btm h4 {
  width: 100%;
  height: 40px;
  font-family: b;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  line-height: 19px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
  overflow: hidden;
}
#content .cont_btm .cont_r .free .free_list .free_item:hover h4 {
  color: #1C73E8;
  text-decoration: underline;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content .cont_btm {
    width: 100%;
    padding: 12px;
    flex-direction: column;
  }
  #content .cont_btm .cont_l {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .cont_btm .cont_l .gys_box .gys_list {
    grid-template-columns: repeat(2, 1fr);
  }
  #content .cont_btm .cont_r {
    width: 100%;
  }
  #content .cont_btm .cont_r .free .free_list {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #content .cont_btm .cont_r .free .free_list .free_item {
    width: calc((100% - 16px) / 2);
    margin-bottom: 16px;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content .cont_btm {
    width: 100%;
    padding: 12px;
    flex-direction: column;
  }
  #content .cont_btm .cont_l {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .cont_btm .cont_l .gys_box .gys_list {
    grid-template-columns: repeat(2, 1fr);
  }
  #content .cont_btm .cont_r {
    width: 100%;
  }
  #content .cont_btm .cont_r .free .free_list {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #content .cont_btm .cont_r .free .free_list .free_item {
    width: calc((100% - 16px) / 2);
    margin-bottom: 16px;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content .cont_btm {
    width: 100%;
    padding: 12px;
    flex-direction: column;
  }
  #content .cont_btm .cont_l {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .cont_btm .cont_l .gys_box .gys_list {
    grid-template-columns: repeat(2, 1fr);
  }
  #content .cont_btm .cont_r {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content .cont_btm {
    width: 100%;
    padding: 12px;
    flex-direction: column;
  }
  #content .cont_btm .cont_l {
    width: 100%;
    margin-bottom: 16px;
  }
  #content .cont_btm .cont_l .gys_box .gys_list {
    grid-template-columns: repeat(1, 1fr);
  }
  #content .cont_btm .cont_l .in_table .tab_box {
    display: flex;
    flex-direction: column;
  }
  #content .cont_btm .cont_l .in_table .tab_box .tab_item {
    width: 100%;
  }
  #content .cont_btm .cont_l .in_table .tab_box .tab_item:first-child ul {
    padding-bottom: 0;
  }
  #content .cont_btm .cont_l .in_table .tab_box .tab_item:last-child ul {
    padding-top: 0;
  }
  #content .cont_btm .cont_r {
    width: 100%;
  }
}
