#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 .top_detail {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
#content .cont_l .top_detail 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 .top_detail .de_r h3 {
  font-family: b;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont_l .top_detail .de_r .xinx {
  display: flex;
}
#content .cont_l .top_detail .de_r .xinx .kong {
  width: 1px;
  height: 32px;
  background: #D7D7D7;
  margin: 0 16px;
}
#content .cont_l .top_detail .de_r .xinx .xin_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#content .cont_l .top_detail .de_r .xinx .xin_item span {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
}
#content .cont_l .top_detail .de_r .xinx .xin_item .span2 {
  color: #999999;
}
#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 .tool {
  margin-bottom: 24px;
}
#content .cont_l .tool h3 {
  font-family: b;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont_l .tool .tool_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .cont_l .tool .tool_list .tool_item {
  width: calc((100% - 16px) / 2);
  display: flex;
  align-items: center;
  height: 56px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #E0E3DE;
  padding: 0 16px;
}
#content .cont_l .tool .tool_list .tool_item img {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
#content .cont_l .tool .tool_list .tool_item .item_r {
  display: flex;
  flex-direction: column;
}
#content .cont_l .tool .tool_list .tool_item .item_r span {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
}
#content .cont_l .tool .tool_list .tool_item .item_r .span2 {
  color: #333;
}
#content .cont_l .text {
  margin-bottom: 24px;
}
#content .cont_l .text h3 {
  font-family: b;
  font-size: 18px;
  color: #333333;
  margin-bottom: 16px;
}
#content .cont_l .text p {
  font-family: m;
  font-weight: 500;
  font-size: 15px;
  color: #666666;
  line-height: 26px;
}
#content .cont_l .text .visit_website {
  width: 100%;
  display: block;
  line-height: 45px;
  height: 45px;
  background: #3C3C3C;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
  border-radius: 8px 8px 8px 8px;
  font-family: m;
  font-size: 18px;
  color: #FFFFFF;
  margin-top: 24px;
  text-align: center;
}
#content .cont_l .free_box {
  margin-bottom: 24px;
}
#content .cont_l .free_box .free_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 1fr));
  grid-gap: 24px;
}
#content .cont_l .free_box .free_list .free_item {
  border: 1px solid #E1E1E1;
  padding: 8px;
  display: flex;
  align-items: center;
}
#content .cont_l .free_box .free_list .free_item .top_box {
  margin-right: 16px;
  width: calc(100% - 159px);
}
#content .cont_l .free_box .free_list .free_item .top_box img {
  width: 100%;
}
#content .cont_l .free_box .free_list .free_item .itam_btm {
  display: flex;
  flex-direction: column;
}
#content .cont_l .free_box .free_list .free_item .itam_btm .btm_l {
  margin-bottom: 14px;
}
#content .cont_l .free_box .free_list .free_item .itam_btm .btm_l h3 {
  font-family: b;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
#content .cont_l .free_box .free_list .free_item .itam_btm .btm_l span {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
}
#content .cont_l .free_box .free_list .free_item .itam_btm .r_hei {
  width: 32px;
  height: 32px;
}
#content .cont_l .free_box .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_l .free_box .free_list .free_item:hover {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
}
#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 .tool .tool_list {
    flex-direction: row;
  }
  #content .cont_l .tool .tool_list .tool_item {
    width: calc((100% - 16px) / 2);
  }
  #content .cont_l .free_box .top_title .learn {
    background: #007FFC;
  }
  #content .cont_l .free_box .free_list {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
    grid-gap: 12px;
  }
  #content .cont_l .free_box .free_list .free_item .itam_btm .r_hei {
    display: none;
  }
  #content .cont_l .free_box .free_list .free_item .itam_btm .open {
    display: block;
  }
  #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 .tool .tool_list {
    flex-direction: row;
  }
  #content .cont_l .tool .tool_list .tool_item {
    width: calc((100% - 16px) / 2);
  }
  #content .cont_l .free_box .top_title .learn {
    background: #007FFC;
  }
  #content .cont_l .free_box .free_list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    grid-gap: 12px;
  }
  #content .cont_l .free_box .free_list .free_item .itam_btm .r_hei {
    display: none;
  }
  #content .cont_l .free_box .free_list .free_item .itam_btm .open {
    display: block;
  }
  #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 .tool .tool_list {
    flex-direction: row;
  }
  #content .cont_l .tool .tool_list .tool_item {
    width: calc((100% - 16px) / 2);
  }
  #content .cont_l .free_box .top_title .learn {
    background: #007FFC;
  }
  #content .cont_l .free_box .free_list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    grid-gap: 12px;
  }
  #content .cont_l .free_box .free_list .free_item .itam_btm .r_hei {
    display: none;
  }
  #content .cont_l .free_box .free_list .free_item .itam_btm .open {
    display: block;
  }
  #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 .tool .tool_list {
    flex-direction: column;
  }
  #content .cont_l .tool .tool_list .tool_item {
    width: 100%;
  }
  #content .cont_l .tool .tool_list .tool_item:first-child {
    margin-bottom: 12px;
  }
  #content .cont_l .free_box .top_title .learn {
    background: #007FFC;
  }
  #content .cont_l .free_box .free_list {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
    grid-gap: 12px;
  }
  #content .cont_l .free_box .free_list .free_item .itam_btm .r_hei {
    display: none;
  }
  #content .cont_l .free_box .free_list .free_item .itam_btm .open {
    display: block;
  }
  #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;
  }
}
