body {
  min-width: 1380px;
}
.flex_wp {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.article_content {
  width: 800px;
}
.article_content ._title {
  color: #1B232E;
  font-weight: 600;
  font-size: 28px;
  line-height: 1em;
  border-bottom: 1px solid #E1E4E9;
  padding-bottom: 20px;
  margin-bottom: 20px;
  word-break: break-all;
}
.article_content .headline {
  height: 60px;
  border-bottom: 1px solid #E1E4E9;
  margin-bottom: 20px;
}
.article_content .headline ._title1 {
  float: left;
  color: #1B232E;
  font-weight: 600;
  font-size: 28px;
  line-height: 1em;
  padding-bottom: 20px;
  word-break: break-all;
}
.article_content .headline .main_sign_right {
  float: right;
  display: flex;
}
.article_content .headline .main_sign_right .btn_download {
  width: 110px;
  height: 50px;
  line-height: 48px;
  background: rgba(229, 51, 51, 0.1);
  border-radius: 4px;
  text-align: center;
  border: 1px solid #E53333;
  font-size: 15px;
  color: #E53333;
  box-sizing: border-box;
  margin-right: 26px;
  cursor: pointer;
}
.article_content .headline .main_sign_right .btn_download:hover {
  background: rgba(255, 255, 255, 0.3);
}
.article_content .headline .main_sign_right .btn_see {
  width: 126px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #E53333;
  color: #fff;
  font-size: 15px;
  border-radius: 4px;
  /* margin-right: 20px; */
  cursor: pointer;
}
.article_content .headline .main_sign_right .btn_see:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #E53333;
  border: 1px solid #E53333;
}
.article_content .infomation {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.article_content .infomation .time {
  font-weight: 400;
  color: #60646A;
  font-size: 12px;
  flex: none;
  margin-right: 14px;
}
.article_content .infomation .keys {
  flex: none;
  display: flex;
}
.article_content .infomation .keys .word {
  padding: 4px 6px;
  color: #1B232E;
  font-weight: 400;
  font-size: 12px;
  background: #EDEEF1;
  border-radius: 4px;
  margin-right: 8px;
}
.article_content .infomation .view {
  flex: 1;
  font-size: 12px;
  color: #ACB1B7;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.article_content .infomation .view .icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(https://static-1.talk-fun.com/talklfun_index/pc/beta/caseCenter/img/see.svg) no-repeat;
  background-size: 100% 100%;
}
.article_content .introduction {
  background: #F6F7FA;
  padding: 28px 24px;
  box-sizing: border-box;
  margin: 30px 0;
  border-radius: 6px;
  color: #1B232E;
}
.article_content .introduction .tips {
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 14px;
}
.article_content .introduction .content {
  word-break: break-all;
}
.article_content .thume img {
  width: 100%;
}
.article_content .text {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E1E4E9;
}
.article_content .text img {
  max-width: 100%;
}
.article_content .text a {
  display: inline;
}
.article_content .link_page .item {
  margin-bottom: 30px;
}
.article_content .link_page .item .tips {
  font-weight: 400;
  color: #ACB1B7;
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 1em;
}
.article_content .link_page .item .title,
.article_content .link_page .item .content {
  color: #1B232E;
  font-weight: 600;
  font-size: 16px;
  line-height: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.article_content .link_page .item .content {
  font-weight: 400;
  font-size: 14px;
}
.article_content .recommend {
  margin-top: 80px;
}
.article_content .recommend .tips {
  line-height: 1em;
  color: #1B232E;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 20px;
}
.article_content .recommend .content_wp {
  display: flex;
  flex-wrap: wrap;
  width: 840px;
  margin: -15px;
}
.article_content .recommend .content_wp .item {
  width: 250px;
  height: 238px;
  background: #FFFFFF;
  box-shadow: 0px 10px 30px 0px rgba(226, 229, 234, 0.45);
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  margin: 15px;
}
.article_content .recommend .content_wp .item .image {
  height: 138px;
}
.article_content .recommend .content_wp .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article_content .recommend .content_wp .item .content_inner {
  padding: 8px 14px 0;
  word-break: break-all;
  color: #1B232E;
  font-size: 14px;
  height: 50px;
  overflow: hidden;
  line-height: 22px;
}
.article_content .recommend .content_wp .item .content_inner .word {
  padding: 2px 4px;
  color: #fff;
  font-size: 12px;
  background: #FFA131;
  border-radius: 4px;
  margin-right: 2px;
}
.article_content .recommend .content_wp .item .bottom {
  position: absolute;
  bottom: 15px;
  left: 14px;
  right: 14px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.article_content .recommend .content_wp .item .bottom .time {
  font-size: 12px;
  font-weight: 400;
  color: #7D8086;
  flex: none;
}
.article_content .recommend .content_wp .item .bottom .view {
  flex: 1;
  font-size: 12px;
  color: #ACB1B7;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.article_content .recommend .content_wp .item .bottom .view .icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(https://static-1.talk-fun.com/talklfun_index/pc/beta/caseCenter/img/see.svg) no-repeat;
  background-size: 100% 100%;
}
.mod_side {
  margin: 0 0 0 50px;
  flex: none;
  width: 350px;
}
.mod_side .search_wp {
  width: 100%;
  position: relative;
}
.mod_side .search_wp input {
  outline: none;
  width: 100%;
  height: 40px;
  border: 1px solid #C3C8CE;
  border-radius: 8px;
  padding: 0 40px 0 1em;
  box-sizing: border-box;
}
.mod_side .search_wp input::placeholder {
  color: #BBBEC1;
}
.mod_side .search_wp .search_icon {
  position: absolute;
  right: 12px;
  top: 14px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../../caseCenter/img/search_2%402x.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.mod_side .hot_article,
.mod_side .recommend_wp {
  margin-top: 30px;
  width: 350px;
  flex: none;
  background: #F6F7FA;
  border: 1px solid #E1E4E9;
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
}
.mod_side .hot_article .tips,
.mod_side .recommend_wp .tips {
  border-left: 4px solid #E53333;
  padding-left: 4px;
  font-size: 18px;
  color: #1B232E;
  font-weight: 600;
  margin: 0 0 22px 0;
}
.mod_side .hot_article a:nth-of-type(1) .rank,
.mod_side .recommend_wp a:nth-of-type(1) .rank {
  background: url(../../newsColumn/img/first.png) no-repeat;
  background-size: 100% 100%;
}
.mod_side .hot_article a:nth-of-type(2) .rank,
.mod_side .recommend_wp a:nth-of-type(2) .rank {
  background: url(../../newsColumn/img/second.png) no-repeat;
  background-size: 100% 100%;
}
.mod_side .hot_article a:nth-of-type(3) .rank,
.mod_side .recommend_wp a:nth-of-type(3) .rank {
  background: url(../../newsColumn/img/third.png) no-repeat;
  background-size: 100% 100%;
}
.mod_side .hot_article a:nth-of-type(4) .rank,
.mod_side .recommend_wp a:nth-of-type(4) .rank {
  background: url(../../newsColumn/img/four.png) no-repeat;
  background-size: 100% 100%;
}
.mod_side .hot_article a:nth-of-type(5) .rank,
.mod_side .recommend_wp a:nth-of-type(5) .rank {
  background: url(../../newsColumn/img/fifth.png) no-repeat;
  background-size: 100% 100%;
}
.mod_side .hot_article .item,
.mod_side .recommend_wp .item {
  margin-bottom: 16px;
  display: flex;
}
.mod_side .hot_article .item .rank,
.mod_side .recommend_wp .item .rank {
  width: 30px;
  height: 24px;
  margin-top: 5px;
  margin-right: 12px;
  flex: none;
}
.mod_side .hot_article .item .content,
.mod_side .recommend_wp .item .content {
  position: relative;
  flex: 1;
  padding: 0 58px 0 0;
  box-sizing: border-box;
  padding-bottom: 16px;
  border-bottom: 1px solid #E8EAEE;
}
.mod_side .hot_article .item .content .title,
.mod_side .recommend_wp .item .content .title {
  font-size: 14px;
  color: #1B232E;
  margin-bottom: 10px;
}
.mod_side .hot_article .item .content .title .top,
.mod_side .recommend_wp .item .content .title .top {
  color: #EB4F4F;
  border: 1px solid #EB4F4F;
  padding: 2px 4px;
  font-size: 12px;
  border-radius: 4px;
  margin-right: 4px;
}
.mod_side .hot_article .item .content .title .key,
.mod_side .recommend_wp .item .content .title .key {
  padding: 2px 4px;
  font-size: 12px;
  margin-right: 4px;
  color: #fff;
  background: #FFA131;
  border-radius: 4px;
}
.mod_side .hot_article .item .content .time,
.mod_side .recommend_wp .item .content .time {
  font-size: 12px;
  color: #ACB1B7;
}
.mod_side .hot_label {
  width: 100%;
  flex: none;
  background: #F6F7FA;
  border: 1px solid #E1E4E9;
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 30px;
}
.mod_side .hot_label .tips {
  border-left: 4px solid #E53333;
  padding-left: 4px;
  font-size: 18px;
  color: #1B232E;
  font-weight: 600;
  margin: 0 0 22px 0;
}
.mod_side .hot_label .label-list-wp {
  display: flex;
  flex-wrap: wrap;
  margin-top: -5px;
}
.mod_side .hot_label .label-item {
  padding: 6px 12px;
  background: #F1F2F4;
  border: 1px solid #D6D9DE;
  border-radius: 8px;
  color: #1B232E;
  font-size: 14px;
  margin: 10px 16px 0 0;
  line-height: 1.5em;
  cursor: pointer;
}
.mod_side .hot_label .label-item.cur-editor {
  background: #ffffff;
  border-color: #ACB1B7;
}
.mod_side .hot_label .label-item .to-editor .icon {
  background: url(../assets/editor.html) no-repeat;
  background-size: 100% 100%;
  margin-left: 12px;
  display: none;
}
.mod_side .hot_label .label-item .editor {
  position: relative;
}
.mod_side .hot_label .label-item .editor input {
  border: none;
  outline: none;
  background: none;
  width: 100px;
}
.mod_side .hot_label .label-item .editor .icon {
  position: absolute;
  right: -12px;
  top: -4px;
  transform: translate(50%, 50%);
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #BFC8D2;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 11px;
}
.mod_side .contact_us {
  width: 100%;
  flex: none;
  background: #F6F7FA;
  border: 1px solid #E1E4E9;
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 30px;
}
.mod_side .contact_us .tips {
  border-left: 4px solid #E53333;
  padding-left: 4px;
  font-size: 18px;
  color: #1B232E;
  font-weight: 600;
  margin: 0 0 22px 0;
}
.mod_side .contact_us .content .qrcode_wp {
  display: flex;
  margin-bottom: 20px;
}
.mod_side .contact_us .content .qrcode_wp .item {
  flex: none;
  width: 150px;
  height: 180px;
  background: #E1E4E9;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
  color: #1B232E;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.mod_side .contact_us .content .qrcode_wp .item:nth-of-type(1) {
  margin-right: 10px;
}
.mod_side .contact_us .content .qrcode_wp .item .image {
  width: 110px;
  height: 110px;
  padding: 10px;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  margin: 6px 0 0 0;
}
.mod_side .contact_us .content .qrcode_wp .item .image img {
  flex: 1;
  object-fit: cover;
}
.mod_side .contact_us .content .qq,
.mod_side .contact_us .content .telephone {
  font-size: 16px;
  font-weight: 400;
  color: #1B232E;
  margin-bottom: 14px;
}
.mod_side .contact_us .content .qq .icon,
.mod_side .contact_us .content .telephone .icon {
  vertical-align: -2px;
}
.mod_side .contact_us .content .qq.qq .icon,
.mod_side .contact_us .content .telephone.qq .icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(https://static-1.talk-fun.com/talklfun_index/pc/beta/newsColumn/img/QQ.svg) no-repeat;
  background-size: 100% 100%;
}
.mod_side .contact_us .content .qq.telephone .icon,
.mod_side .contact_us .content .telephone.telephone .icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(https://static-1.talk-fun.com/talklfun_index/pc/beta/newsColumn/img/phone.svg) no-repeat;
  background-size: 100% 100%;
}
.mod_side .contact_us .content .free_pop {
  height: 44px;
  background: #E53333;
  border-radius: 22px;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
  margin-top: 30px;
}
.bottom_banner {
  height: 280px;
  background: url(../../caseCenter/img/banner/bottom_banner.png) no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin-top: 110px;
}
.bottom_banner .title {
  text-align: center;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 38px;
  margin-top: 64px;
  line-height: 1em;
}
.bottom_banner .btn_wp {
  position: absolute;
  bottom: 54px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.bottom_banner .btn_wp > div {
  width: 240px;
  height: 70px;
  border-radius: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 70px;
  font-size: 30px;
}
.bottom_banner .btn_wp .free_pop {
  color: #fff;
  background: rgba(225, 225, 225, 0.2);
  border: 1px solid #fff;
  line-height: 68px;
}
.bottom_banner .btn_wp .online {
  margin-left: 40px;
  background: #fff;
  color: #255EF0;
}
