body {
  background: #f8f8f8;
}

* {
  box-sizing: border-box;
}

.content-wrap {
  width: 1250px;
  margin: 0 auto 30px;
  display: block;
}

.pagetitle {
  font-weight: bold;
  text-align: center;
  margin: 30px auto 20px;
  font-family: AlimamaShuHeiTi, AlimamaShuHeiTi-Bold;
  font-size: 24px;
}

.searchbox {
  width: 640px;
  height: 44px;
  background: #ffffff;
  border: 2px solid #f3f4f5;
  border-radius: 8px;
  margin: 0 auto 30px;
  position: relative;
}

.searchinp {
  padding-left: 48px;
  padding-right: 68px;
  background-color: transparent;
  height: 44px;
  border: none;
  font-size: 14px;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.searchinp::placeholder {
  font-size: 14px;
  color: #92979d;
}

.searchbtn {
  height: 100%;
  color: #1173d6;
  line-height: 18px;
  background-color: transparent;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 0;
}

.searchbtn:hover {
  color: #fff;
  background-color: #1173d6;
}

.searicon {
  position: absolute;
  top: 12px;
  left: 12px;
}

.main-wrap {
  display: flex;
  margin: 30px 0;
  align-items: flex-start;
}

.alldetail {
  margin: 30px 0;
}

.alldetail img {
  max-width: fit-content;
  max-height: fit-content;
}

.mainflex {
  flex: 1;
  min-width: 0;
  min-height: 488px;
}

.grayarea {
  background: #ffffff;
  border-radius: 8px;
  padding: 20px;
}

.discussArea {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

.slideRight,
.slideRight_box {
  width: 320px;
}

.slide_fixed {
  position: fixed;
  top: 85px;
  width: 320px;
  display: block;
  z-index: 10;
}

.popular {
  min-height: 488px;
  background: #ffffff;
  border-radius: 8px;
  margin-left: 20px;
  padding: 0 16px 16px;
}

.flex_cell {
  display: flex;
}

.flex_cell_item {
  flex: 1;
  min-width: 0;
}

.pagesearch .layui-input-inline {
  margin-right: 12px;
}

.pagesearch .layui-form-select .layui-input {
  width: 230px;
  height: 36px;
  font-size: 14px;
}

.degreeHeat {
  color: #62676c;
  font-size: 14px;
  line-height: 36px;
}

.degreeHeat span {
  padding: 0 10px;
  cursor: pointer;
}

.hotdegree {
  color: #1173d6;
}

.pagecount {
  color: #92979d;
  line-height: 18px;
  padding: 16px 0;
}

.total {
  margin-left: 20px;
}

.maininfo {
  width: 240px;
  height: 135px;
  border-radius: 5px;
  margin-right: 16px;
}

.ccmtv_mod_view {
  overflow: hidden;
}

.ccmtv_mod_view:hover {
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 30%);
  -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 30%);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}

.ccmtv_mod_view:hover .mod_view {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.mod_view {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.25s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.listTitle {
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  color: #2f3339;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}

.subTitle {
  font-size: 14px;
  color: #92979d;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}

.listtags {
  min-height: 49px;
}

.tag {
  display: inline-block;
  padding: 2px 10px;
  color: #1173d6;
  font-size: 12px;
  background: rgba(17, 155, 214, 0.1);
  border-radius: 10px;
  margin-right: 8px;
  margin-bottom: 5px;
}

.codehover {
  color: #62676c;
  font-size: 14px;
  position: relative;
}

.codehover > img {
  margin-right: 8px;
}

.listDate {
  color: #62676c;
  font-size: 14px;
}

.list_item {
  margin-bottom: 40px;
  cursor: pointer;
}

.layui-form-select dl dd.layui-this {
  background: #f3f4f5;
  color: #2f3339;
}

.layui-form-select dl dd {
  font-size: 14px;
}

.codeshow {
  font-size: 14px;
  color: #92979d;
  width: 140px;
  min-height: 174px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 4px 16px 0px rgba(51, 51, 51, 0.16);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding-top: 15px;
  display: none;
  cursor: pointer;
  z-index: 10;
}

.codeshow > canvas,
.codeshow > img {
  display: block;
  margin: 0px auto 10px;
}

.codehover:hover .codeshow {
  display: block;
}

.publishtime {
  color: #92979d;
  font-size: 12px;
  text-align: right;
}

.subinfo {
  width: 120px;
  height: 68px;
  border-radius: 5px;
  margin-right: 12px;
}

.suninfo_title {
  color: #2f3339;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.slideTitle {
  color: #2f3339;
  font-weight: 600;
  font-size: 16px;
  padding: 16px 0;
}

.slide_item {
  margin-bottom: 20px;
  cursor: pointer;
}

.slide_item:last-child {
  margin-bottom: 0;
}

.official {
  margin-top: 20px;
  min-height: 338px;
  background: #ffffff;
  border-radius: 8px;
  padding: 16px;
  margin-left: 20px;
}

.offiCode {
  display: block;
  width: 216px;
  height: 216px;
  margin: 10px auto;
}

.offiTip,
.offiTitle {
  text-align: center;
  color: #62676c;
  font-size: 14px;
}
.offacount {
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
  color: #7d8085;
}
.offacount img {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
.pagetoptitle {
  font-size: 20px;
  color: #2f3339;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 13px;
}

.browse,
.pagetopdate {
  font-size: 14px;
  color: #92979d;
}

.publishdis {
  position: relative;
}

.pubtextarea {
  width: 100%;
  height: 136px;
  background: #f8f8f8;
  border: 1px solid #cccccc;
  border-radius: 8px;
  padding: 16px;
  box-sizing: border-box;
  padding-bottom: 56px;
  font-size: 14px;
  box-sizing: border-box;
}

.senddis {
  width: 88px;
  height: 40px;
  background: #1173d6;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  cursor: pointer;
}

.reviewer_img {
  width: 48px;
  height: 48px;
  margin-right: 20px;
  object-fit: cover;
  border-radius: 50px;
}

.face {
  position: absolute;
  left: 16px;
  bottom: 16px;
  cursor: pointer;
}

.Commenters_name {
  font-size: 14px;
  color: #666;
}

.commentDate {
  font-size: 12px;
  color: #92979d;
  line-height: 21px;
}

.commont_source {
  margin-bottom: 8px;
  margin-top: 15px;
}

.desult_comm {
  font-size: 14px;
  color: #2f3339;
  line-height: 20px;
  margin-bottom: 15px;
}

.bt {
  border-top: 1px solid #eee;
}

.emotionbox {
  height: 180px;
  overflow-y: scroll;
  display: none;
  margin-bottom: 20px;
}

.emotionbox img {
  width: 80px;
  height: 80px;
  margin: 5px;
}
/* section .rich_pages {
  width: 100% !important;
} */
.accounttitle {
  margin-right: 20px;
  font-size: 14px;
  color: #92979d;
}
.textcenter {
  margin-bottom: 10px;
  text-align: center;
  color: #666;
  font-size: 14px;
}
.official .textcenter img {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  border-radius: 100%;
}
