#content {
  padding: 24px 140px;
}
#content .top-box {

  display: flex;
}
#content .top-box .cp_l {
  width: 450px;
}
#content .top-box .cp_l .cp_img {
  width: 450px;
  height: 252px;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  overflow: hidden;
}
#content .top-box .cp_l .cp_img .cp_cover_img {
  width: 100%;
}
#content .top-box .cp_l .cp_img_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .top-box .cp_l .cp_img_list img {
  width: calc((100% - 16px) / 3);
  height: 80px;
  border-radius: 8px;
  border: 4px solid #fff;
}
#content .top-box .cp-r {
  margin-left: 16px;
  width: calc(100% - 466px);
}
#content .top-box .cp-r h2 {
  font-family: s;
  font-weight: 600;
  font-size: 26px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#content .top-box .cp-r .tag-list {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
#content .top-box .cp-r .tag-list a {
  background: #F8F8F8;
  border-radius: 16px 16px 16px 16px;
  padding: 4px 12px;
  margin: 0 12px 12px 0;
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
#content .top-box .cp-r .tag-list a:hover {
  background: #F6F9FE;
  color: #4285F4;
}
#content .top-box .cp-r .xian {
  width: 100%;
  height: 1px;
  background: #EEEEEE;
  border-radius: 0px 0px 0px 0px;
  margin-bottom: 29px;
}
#content .top-box .cp-r .price {
  font-family: s;
  font-weight: 600;
  font-size: 36px;
  color: #4285F4;
  margin-bottom: 24px;
}
#content .top-box .cp-r .deal-btn {
  width: 293px;
  padding: 16px 0;
  text-align: center;
  font-family: m;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  border-radius: 4px 4px 4px 4px;
  background: #4285F4;
  margin-bottom: 24px;
}
#content .top-box .cp-r .share {
  display: flex;
  align-items: center;
}
#content .top-box .cp-r .share span {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #999999;
  margin-right: 6px;
}
#content .top-box .cp-r .share .share_list {
  display: flex;
}
#content .top-box .cp-r .share .share_list .share_item {
  margin-right: 12px;
}
#content .top-box .cp-r .share .share_list .share_item:last-child {
  margin-right: 0;
}
#content .top-box .cp-r .share .share_list .share_item .i1,
#content .top-box .cp-r .share .share_list .share_item .i2 {
  width: 32px;
  height: 32px;
}
#content .top-box .cp-r .share .share_list .share_item .i2 {
  display: none;
}
#content .top-box .cp-r .share .share_list .share_item:hover .i1 {
  display: none;
}
#content .top-box .cp-r .share .share_list .share_item:hover .i2 {
  display: block;
}
#content .ad_box {
  margin-bottom: 32px;
}
#content .ad_box .ad_title {
  font-family: r;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
#content .ad_box .ad_cont {
  width: 100%;
  min-height: 90px;
}
#content .deal-box {
  margin-bottom: 32px;
}
#content .deal-box h3 {
  font-family: s;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  margin-bottom: 16px;
}
#content .deal-box .deal-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  grid-gap: 16px;
}
#content .deal-box .deal-list .deal-item {
  padding: 16px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #EEEEEE;
}
#content .deal-box .deal-list .deal-item .img-box {
  display: flex;
  height: 163px;
  align-items: center;
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
  margin-bottom: 12px;
}
#content .deal-box .deal-list .deal-item .img-box img {
  width: 100%;
}
#content .deal-box .deal-list .deal-item h4 {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
}
#content .deal-box .deal-list .deal-item .price {
  font-family: s;
  font-weight: 600;
  font-size: 18px;
  color: #4285F4;
  margin-bottom: 16px;
}
#content .deal-box .deal-list .deal-item .deal-btn {
  width: 100%;
  padding: 11px 0;
  text-align: center;
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #4285F4;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #4285F4;
}
#content .deal-box .deal-list .deal-item:hover {
  background: #F8F8F8;
}
#content .deal-box .deal-list .deal-item:hover .deal-btn {
  color: #fff;
  background: #4285F4;
}
#content .editor .title {
  margin-bottom: 16px;
  font-family: s;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
}
#content .editor .edit_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  grid-gap: 16px;
}
#content .editor .edit_list .edit_item {
  padding: 24px 16px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #EEEEEE;
}
#content .editor .edit_list .edit_item .edit_title {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
#content .editor .edit_list .edit_item .edit_title img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
#content .editor .edit_list .edit_item .edit_title h3 {
  font-family: m;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 21px;
}
#content .editor .edit_list .edit_item .cont {
  display: flex;
}
#content .editor .edit_list .edit_item .cont img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
#content .editor .edit_list .edit_item .cont .an_r span {
  display: block;
  margin-bottom: 12px;
  position: relative;
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 16px;
  padding-left: 16px;
}
#content .editor .edit_list .edit_item .cont .an_r span::after {
  position: absolute;
  left: 4px;
  top: 6px;
  content: '';
  width: 4px;
  height: 4px;
  background: #999999;
  border-radius: 10px;
}
#content .editor .edit_list .edit_item .cont .an_r span:last-child {
  margin-bottom: 0;
}
#content .editor .edit_list .edit_item:hover {
  background: #f8f8f8;
}
#content .editor .edit_list .edit_item:hover .edit_title h3 {
  color: #4285F4;
  text-decoration: underline;
}
#content .how {
  padding: 24px;
  background: #F6F6F6;
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 32px;
}
#content .how h3 {
  font-family: m;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  margin-bottom: 16px;
}
#content .how p {
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 21px;

}
#content .how p:last-child {
  margin-bottom: 0;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    padding: 12px;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    padding: 12px;
  }
  #content .top-box {
    justify-content: space-between;
  }
  #content .top-box .cp_l {
    width: calc((100% - 16px) / 2);
  }
  #content .top-box .cp_l .cp_img {
    width: 100%;
  }
  #content .top-box .cp-r {
    width: calc((100% - 16px) / 2);
  }
  #content .deal-box .deal-list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .editor .edit_list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    padding: 12px;
  }
  #content .top-box {
    flex-direction: column;
  }
  #content .top-box .cp_l {
    width: 100%;
    margin-bottom: 10px;
  }
  #content .top-box .cp_l .cp_img {
    width: 100%;
    height: 252px;
  }
  #content .top-box .cp_l .cp_img_list img {
    height: 80px;
  }
  #content .top-box .cp-r {
    margin-left: 0;
    width: 100%;
  }
  #content .top-box .cp-r .tag-list {
    margin-bottom: 0;
  }
  #content .top-box .cp-r .xian {
    display: none;
  }
  #content .top-box .cp-r .price {
    margin-bottom: 12px;
  }
  #content .top-box .cp-r .deal-btn {
    width: 100%;
  }
  #content .deal-box .deal-list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  #content .editor .edit_list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    padding: 12px;
  }
  #content .top-box {
    flex-direction: column;
  }
  #content .top-box .cp_l {
    width: 100%;
    margin-bottom: 10px;
  }
  #content .top-box .cp_l .cp_img {
    width: 100%;
    height: 200px;
  }
  #content .top-box .cp_l .cp_img_list img {
    height: 64px;
  }
  #content .top-box .cp-r {
    margin-left: 0;
    width: 100%;
  }
  #content .top-box .cp-r .tag-list {
    margin-bottom: 0;
  }
  #content .top-box .cp-r .xian {
    display: none;
  }
  #content .top-box .cp-r .price {
    margin-bottom: 12px;
  }
  #content .top-box .cp-r .deal-btn {
    width: 100%;
  }
  #content .editor .edit_list {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  #content .deal-box .deal-list {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
}
.border {
  border: 4px solid #4285F4 !important;
}
