html {
  scroll-behavior: smooth;
}

.main_box {
  padding: 32px 24px 0 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
}

@media (max-width: 1216px) {
  .main_box {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.main_box .categore_box {
  width: 1216px;
  font-weight: 600;
  color: #eab308;
  margin-bottom: 12px;
}

@media (max-width: 1216px) {
  .main_box .categore_box {
    width: 100%;
  }
}

.main_box .categore_box a {
  text-decoration: none;
  color: #eab308;
}

.main_box .article_title {
  width: 1216px;
  margin-top: 0;
  font-size: 36px;
}

@media (max-width: 1216px) {
  .main_box .article_title {
    width: 100%;
  }
}

.main_box .article_content_1_wrap {
  width: 1216px;
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 1216px) {
  .main_box .article_content_1_wrap {
    width: 100%;
  }
}

.main_box .article_content_1_wrap .article_content_1 {
  font-size: 18px;
  color: #78716c;
  line-height: 28px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e7e5e4;
  padding-top: 32px;
}

@media (max-width: 1216px) {
  .main_box .article_content_1_wrap .article_content_1 {
    width: 100%;
  }
}

.main_box .container_wrap {
  width: 1216px;
  position: relative;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.main_box .container_wrap .left {
  position: absolute;
  top: 0;
  left: -96px;
  width: 96px;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.main_box .container_wrap .left .icon_wrap {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.main_box .container_wrap .left .icon_wrap .icon_img {
  background-size: cover;
  width: 20px;
  height: 20px;
  position: relative;
  display: flex;
  justify-content: center;
}

.main_box .container_wrap .left .icon_wrap .icon_img .svg_title {
  display: none;
  position: absolute;
  z-index: 10;
  top: 35px;
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
  padding: 4px;
  border-radius: 8px;
  border: #e7e5e4 1px solid;
  color: #44403c;
  font-size: 14px;
  word-break: keep-all;
}

.main_box .container_wrap .left .icon_wrap:hover {
  background-color: rgba(234, 179, 8, 0.2);
  border-radius: 6px;
}

.main_box .container_wrap .left .icon_wrap:hover .svg_title {
  display: flex;
}

.main_box .container_wrap .left .icon_wrap .icon_1 {
  background-image: url(/static/v3/pc/images/x.svg);
}

.main_box .container_wrap .left .icon_wrap .icon_2 {
  background-image: url(/static/v3/pc/images/Facebook.svg);
}

.main_box .container_wrap .left .icon_wrap .icon_3 {
  background-image: url(/static/v3/pc/images/LinkedIn.svg);
}

.main_box .container_wrap .center_wrap {
  width: 100%;
}

.main_box .container_wrap .center_wrap section {
  width: 100%;
}

.main_box .container_wrap .center_wrap .content_des {
  line-height: 28px;
  font-size: 16px;
  color: #44403c;
  margin-top: 0;
  margin-bottom: 20px;
}

.main_box .container_wrap .center_wrap .content_des strong {
  color: #1c1917;
}

.main_box .container_wrap .center_wrap .content_h2 {
  margin-top: 28px;
  margin-bottom: 24px;
}

.main_box .container_wrap .center_wrap ol li::marker {
  color: #78716c;
}

.main_box .container_wrap .center_wrap ul li::marker {
  color: #d6d3d1;
}

.main_box .container_wrap .center_wrap li {
  color: #44403c;
  padding-left: 6px;
  font-size: 16px;
  line-height: 28px;
  margin: 8px 0;
}

.main_box .container_wrap .center_wrap li strong {
  color: #1c1917;
}

.main_box .container_wrap .center_wrap li .li_a {
  color: #eab308;
  font-weight: 600;
  text-decoration: none;
}

.main_box .container_wrap .center_wrap li .li_a:hover {
  text-decoration: underline;
}

.main_box .container_wrap .right_list {
  width: 100px;
  position: relative;
}

.main_box .container_wrap .right_list .right_wrap {
  position: relative;
  top: 0;
  left: 0;
  width: 352px;
  padding: 0 32px;
}

.main_box .container_wrap .right_list .right_wrap .nav_title {
  color: #44403c;
  font-size: 14px;
  font-weight: 600;
}

.main_box .container_wrap .right_list .right_wrap ul {
  list-style: none;
  padding: 0;
}

.main_box .container_wrap .right_list .right_wrap ul li {
  margin-top: 4px;
}

.main_box .container_wrap .right_list .right_wrap ul li a {
  text-decoration: none;
  color: #78716c;
  font-size: 14px;
  line-height: 24px;
}

.main_box .container_wrap .right_list .right_wrap ul li .active {
  color: #eab308;
}

.main_box .container_wrap .right_list .right_wrap ul .show {
  display: block;
}

.main_box .container_wrap p {
  padding-bottom: 20px;
  font-size: 18px;
}

@media (max-width: 1200px) {
  .main_box .container_wrap {
    display: grid;
    grid-template-rows: auto auto auto;
    /* 定义三行，高度自动 */
    grid-template-areas: "left" "center" "right";
    /* 定义元素的布局顺序 */
  }

  .main_box .container_wrap .left {
    grid-area: left;
    /* 分配 left 元素的区域 */
    position: static;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    height: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e7e5e4;
  }

  .main_box .container_wrap .right_list {
    grid-area: center;
    /* 分配 left 元素的区域 */
    display: block;
    width: 100%;
    margin-top: 32px;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e7e5e4;
  }

  .main_box .container_wrap .right_list .right_wrap {
    padding: 0;
    width: 100%;
  }

  .main_box .container_wrap .right_list .right_wrap .nav_title {
    cursor: pointer;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    transition: all 0.1;
  }

  .main_box .container_wrap .right_list .right_wrap .nav_title::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    right: 12px;
    border-top: 1px solid #78716c;
    border-right: 1px solid #78716c;
    transform: rotate(45deg);
    transform-origin: center center;
    /* 将旋转中心设置为元素中心 */
    transition: all 0.3s ease-in-out;
    /* 设置过渡动画 */
  }

  .main_box .container_wrap .right_list .right_wrap .nav_title_down::after {
    transform: rotate(135deg);
  }

  .main_box .container_wrap .right_list .right_wrap ul {
    margin-bottom: 0;
  }

  .main_box .container_wrap .right_list .right_wrap ul li {
    display: none;
  }

  .main_box .container_wrap .center_wrap {
    grid-area: right;
    /* 分配 left 元素的区域 */
    margin-top: 20px;
  }
}

@media (max-width: 1216px) {
  .main_box .container_wrap {
    width: 100%;
  }
}

.main_box section {
  width: 1216px;
  margin-bottom: 40px;
}

@media (max-width: 1216px) {
  .main_box section {
    width: 100%;
  }
}

.main_box section .section_title {
  color: #1c1917;
}

.main_box section .section_line {
  margin-top: 12px;
  width: 100%;
  height: 1px;
  background-color: #e7e5e4;
}

.main_box section .grid {
  width: 100%;
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-items: center;
}

.main_box section .grid article {
  width: 384px;
  padding-top: 16px;
  margin-bottom: 20px;
}

.main_box section .grid article a {
  text-decoration: none;
}

.main_box section .grid article header {
  width: 100%;
}

.main_box section .grid article header .img {
  width: 384px;
  height: 192px;
  border-radius: 6px;
  overflow: hidden;
}

.main_box section .grid article header .img img {
  width: 384px;
  height: 192px;
}

.main_box section .grid article header .img img:hover {
  transform: scale(1.05);
  transition: ease-in 200ms;
}

.main_box section .grid article header h3 {
  margin-top: 24px;
  margin-bottom: 0;
  color: #44403c;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.main_box section .grid article p {
  margin-top: 8;
  margin-bottom: 0;
  color: #78716c;
  line-height: 24px;
}

.main_box section .grid article .foot {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}

.main_box section .grid article .foot .left {
  display: flex;
  align-items: center;
}

.main_box section .grid article .foot .left .avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.main_box section .grid article .foot .left .name {
  margin-left: 10px;
  color: #44403c;
  font-size: 14px;
}

.main_box section .grid article .foot time {
  font-size: 14px;
  color: #44403c;
}

@media (max-width: 1260px) {
  .main_box section .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .main_box section .grid article {
    width: 90%;
  }

  .main_box section .grid article header {
    width: 100%;
  }

  .main_box section .grid article header .img {
    width: 100%;
    height: 192px;
  }

  .main_box section .grid article header .img img {
    width: 100%;
    height: 192px;
  }
}

@media (max-width: 640px) {
  .main_box section .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .main_box section .grid article {
    width: 100%;
  }

  .main_box section .grid article header .img {
    width: 100%;
    height: 192px;
  }

  .main_box section .grid article header .img img {
    width: 100%;
    height: 192px;
  }
}

.main_box .tags {
  width: 1216px;
  margin-bottom: 37px;
}

@media (max-width: 1216px) {
  .main_box .tags {
    width: 100%;
  }
}

.main_box .tags a {
  text-decoration: none;
  padding: 4px 12px;
  border: #333333 1px dashed;
  border-radius: 6px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #333333;
  margin-top: 14px;
  margin-right: 14px;
}

.main_box .tags a:hover {
  border-style: solid;
}