#content {
  flex: 1;
  width: 1280px;
  margin: 0 auto;
  padding: 24px 100px;
  display: flex;
  justify-content: space-between;
}
#content .cont_l {
  width: 728px;
}
#content .cont_l .h3_title {
  font-family: b;
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  line-height: 42px;
  margin-bottom: 24px;
}
#content .cont_l .ad_box .ad_title {
  text-align: center;
  font-family: m;
  font-weight: 500;
  font-size: 12px;
  color: #D0D0D0;
}
#content .cont_l .ad_box .ad_cont {
  width: 100%;
  min-height: 90px;
  margin-bottom: 24px;
}
#content .cont_l .app_list .app_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #E1E1E1;
  padding: 16px;
  margin-bottom: 16px;
}
#content .cont_l .app_list .app_item .item_l {
  display: flex;
  align-items: center;
}
#content .cont_l .app_list .app_item .item_l img {
  width: 120px;
  height: 120px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #E0E3DE;
  margin-right: 16px;
}
#content .cont_l .app_list .app_item .item_l .de_r h3 {
  font-family: b;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont_l .app_list .app_item .item_l .de_r .xinx {
  display: flex;
}
#content .cont_l .app_list .app_item .item_l .de_r .xinx .kong {
  width: 1px;
  height: 32px;
  background: #D7D7D7;
  margin: 0 16px;
}
#content .cont_l .app_list .app_item .item_l .de_r .xinx .xin_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#content .cont_l .app_list .app_item .item_l .de_r .xinx .xin_item span {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}
#content .cont_l .app_list .app_item .item_l .de_r .xinx .xin_item .span2 {
  color: #999999;
}
#content .cont_l .app_list .app_item .get {
  width: 97px;
  height: 42px;
  background: #3C3C3C;
  border-radius: 38px 38px 38px 38px;
  font-family: s;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 42px;
}
#content .cont_l .text {
  margin-bottom: 24px;
}
#content .cont_l .text p {
  font-family: m;
  font-weight: 500;
  font-size: 15px;
  color: #666666;
  line-height: 26px;
}
#content .cont_l .relevant h3 {
  margin-bottom: 24px;
  font-family: b;
  font-weight: bold;
  font-size: 32px;
  color: #333333;
}
#content .cont_l .relevant .relevant_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 1fr));
  grid-gap: 16px;
}
#content .cont_l .relevant .relevant_list .relevant_item {
  position: relative;
}
#content .cont_l .relevant .relevant_list .relevant_item img {
  width: 100%;
}
#content .cont_l .relevant .relevant_list .relevant_item .mc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, #000000 100%);
  border-radius: 0px 0px 0px 0px;
  display: flex;
  align-items: end;
  padding-bottom: 12px;
}
#content .cont_l .relevant .relevant_list .relevant_item .mc .mc_text {
  width: 100%;
  padding: 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: m;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 19px;
  margin: 0 auto;
}
#content .cont_r {
  width: 336px;
}
#content .cont_r .ad_box .ad_title {
  text-align: center;
  font-family: m;
  font-weight: 500;
  font-size: 12px;
  color: #D0D0D0;
}
#content .cont_r .ad_box .ad_cont {
  width: 100%;
  min-height: 90px;
  margin-bottom: 24px;
}
#content .cont_r .free_box_r {
  margin-bottom: 24px;
}
#content .cont_r .free_box_r .top_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
}
#content .cont_r .free_box_r .top_title h3 {
  font-family: b;
  font-weight: bold;
  font-size: 32px;
  color: #333333;
}
#content .cont_r .free_box_r .top_title .learn {
  display: block;
  width: 149px;
  height: 42px;
  background: #3C3C3C;
  border-radius: 38px 38px 38px 38px;
  font-family: s;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 42px;
}
#content .cont_r .free_box_r .free_list {
  display: grid;
  grid-template-columns: repeat(1, minmax(100px, 1fr));
  grid-gap: 24px;
}
#content .cont_r .free_box_r .free_list .free_item {
  border: 1px solid #E1E1E1;
}
#content .cont_r .free_box_r .free_list .free_item .top_box img {
  width: 100%;
}
#content .cont_r .free_box_r .free_list .free_item .itam_btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px;
}
#content .cont_r .free_box_r .free_list .free_item .itam_btm .btm_l h3 {
  font-family: b;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
#content .cont_r .free_box_r .free_list .free_item .itam_btm .btm_l span {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
}
#content .cont_r .free_box_r .free_list .free_item .itam_btm .r_hei {
  width: 32px;
  height: 32px;
}
#content .cont_r .free_box_r .free_list .free_item .itam_btm .open {
  display: none;
  width: 67px;
  height: 32px;
  background: #007FFC;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
  border-radius: 38px 38px 38px 38px;
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 32px;
  text-align: center;
}
#content .cont_r .free_box_r .free_list .free_item:hover {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    width: 100%;
    padding: 16px;
    flex-direction: column;
  }
  #content .cont_l {
    width: 100%;
  }
  #content .cont_l .h3_title {
    font-size: 26px;
    line-height: 22px;
  }
  #content .cont_l .app_list .app_item .get {
    background: #007FFC;
  }
  #content .cont_l .relevant {
    margin-bottom: 24px;
  }
  #content .cont_l .relevant .relevant_list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .cont_r {
    width: 100%;
  }
  #content .cont_r .free_box_r .top_title .learn {
    background: #007FFC;
  }
  #content .cont_r .free_box_r .free_list {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
    grid-gap: 12px;
  }
  #content .cont_r .free_box_r .free_list .free_item .itam_btm .r_hei {
    display: none;
  }
  #content .cont_r .free_box_r .free_list .free_item .itam_btm .open {
    display: block;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    width: 100%;
    padding: 16px;
    flex-direction: column;
  }
  #content .cont_l {
    width: 100%;
  }
  #content .cont_l .h3_title {
    font-size: 26px;
    line-height: 22px;
  }
  #content .cont_l .app_list .app_item .get {
    background: #007FFC;
  }
  #content .cont_l .relevant {
    margin-bottom: 24px;
  }
  #content .cont_l .relevant .relevant_list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .cont_r {
    width: 100%;
  }
  #content .cont_r .free_box_r .top_title .learn {
    background: #007FFC;
  }
  #content .cont_r .free_box_r .free_list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    grid-gap: 12px;
  }
  #content .cont_r .free_box_r .free_list .free_item .itam_btm .r_hei {
    display: none;
  }
  #content .cont_r .free_box_r .free_list .free_item .itam_btm .open {
    display: block;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    width: 100%;
    padding: 16px;
    flex-direction: column;
  }
  #content .cont_l {
    width: 100%;
  }
  #content .cont_l .h3_title {
    font-size: 18px;
    line-height: 22px;
  }
  #content .cont_l .app_list .app_item .get {
    background: #007FFC;
  }
  #content .cont_l .relevant {
    margin-bottom: 24px;
  }
  #content .cont_l .relevant .relevant_list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .cont_r {
    width: 100%;
  }
  #content .cont_r .free_box_r .top_title .learn {
    background: #007FFC;
  }
  #content .cont_r .free_box_r .free_list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    grid-gap: 12px;
  }
  #content .cont_r .free_box_r .free_list .free_item .itam_btm .r_hei {
    display: none;
  }
  #content .cont_r .free_box_r .free_list .free_item .itam_btm .open {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    width: 100%;
    padding: 16px;
    flex-direction: column;
  }
  #content .cont_l {
    width: 100%;
  }
  #content .cont_l .h3_title {
    font-size: 18px;
    line-height: 22px;
  }
  #content .cont_l .app_list .app_item {
    flex-direction: column;
  }
  #content .cont_l .app_list .app_item .item_l {
    margin-bottom: 10px;
  }
  #content .cont_l .app_list .app_item .get {
    width: 100%;
    background: #007FFC;
  }
  #content .cont_l .relevant {
    margin-bottom: 24px;
  }
  #content .cont_l .relevant .relevant_list {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  #content .cont_r {
    width: 100%;
  }
  #content .cont_r .free_box_r .top_title .learn {
    background: #007FFC;
  }
  #content .cont_r .free_box_r .free_list {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
    grid-gap: 12px;
  }
  #content .cont_r .free_box_r .free_list .free_item .itam_btm .r_hei {
    display: none;
  }
  #content .cont_r .free_box_r .free_list .free_item .itam_btm .open {
    display: block;
  }
}
