body {
  overflow: auto;
  margin: 0 auto;
  background: #F9F9F9;
}

.container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: #F9F9F9;
}

.kepuheaderBg {
  width: 100%;
  height: 80px;
  background: white;
}

.navheader {
  width: 1172px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.navleft {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  margin-right: 77px;
}

.navlogo {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.navname {
  height: 24px;
  font-weight: 100;
  font-size: 24px;
  color: #000000;
  line-height: 24px;
  text-align: left;
  font-style: normal;
}

.dividerline {
  width: 1px;
  height: 33px;
  background: #979797;
  margin-left: 20px;
  margin-right: 20px;
}

.navright {
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.navright {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.navsearchview {
  width: 609px;
  height: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #CCCCCC;
}

.navsearchimg {
  width: 24px;
  height: 24px;
  margin: 0 10px;
}

.navsearchinput {
  flex-grow: 1;
  border: none;
  padding: 2px 0px 2px 20px;
  outline: none;
}

.navsearchinput::placeholder {
  color: #959595;
}

.navsearchbtn {
  background: linear-gradient(270deg, #D8F367 0%, #F5FDA6 100%);
  border-radius: 18px;
  cursor: pointer;
  width: 120px;
  height: 35px;
  font-weight: 500;
  font-size: 18px;
  color: #303030;
  line-height: 35px;
  text-align: center;
  font-style: normal;
  border: none;
}

.loginBtn {
  margin-left: 20px;
  width: 72px;
  height: 36px;
  border-radius: 17px;
  border: 1px solid #96B32B;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
  text-align: center;
  font-style: normal;
  cursor: pointer;
}

.contentBgView {
  width: 100%;
  min-height: calc(100vh - 482px);
  background: #F9F9F9;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 18px;
}

.contentLeftView {
  width: 828px;
  min-height: 938px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.contentTitleView {
  margin: 20px 20px 10px 20px;
  width: 788px;
  height: 66px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.content-title {
  width: 100%;
  height: 66px;
  margin-right: 20px;
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  line-height: 33px;
  text-align: left;
  font-style: normal;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.content-title-action {
  width: 90px;
  height: 30px;
  background: #F3F3F3;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.collectImg {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.actionLine {
  width: 1px;
  height: 20px;
  background: #DFDFDF;
  margin: 0px 12px;
}

.shareImg {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.contentShowOne {
  width: 788px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contentShowOneLeft {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.csoneleftleft {
  width: 87px;
  height: 25px;
  background: #DBF47E;
  border-radius: 13px;
  font-weight: 400;
  font-size: 14px;
  color: #303030;
  line-height: 25px;
  text-align: center;
  font-style: normal;
}

.csoneleftright {
  margin-left: 5px;
  width: 87px;
  height: 25px;
  background: #F3F3F3;
  border-radius: 13px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 25px;
  text-align: center;
  font-style: normal;
}

.contentShowOneRight {
  height: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #959595;
  line-height: 20px;
  text-align: right;
  font-style: normal;
}

.contentShowText {
  width: 788px;
  margin-bottom: 10px;
  height: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #959595;
  line-height: 20px;
  text-align: left;
  font-style: normal;
}

.contentShowKeywordBg {
  width: 788px;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.contentShowKeywordP {
  height: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #959595;
  line-height: 20px;
  text-align: left;
  font-style: normal;
}

.contentShowKeyword {
  height: 20px;
  margin-right: 5px;
  font-weight: 400;
  font-size: 14px;
  color: #96B32B;
  line-height: 20px;
  text-align: left;
  font-style: normal;
}

.contentShowContent {
  width: 788px;
  overflow-wrap: break-word;
  margin-top: 20px;
  margin-bottom: 20px;
  text-wrap-mode: wrap;
}

.contentShowContent img {
  max-width: 100%;
  height: auto;
}

.contentShowContent video {
  width: 788px;
  height: 482px;
}

.contentShowTips {
  width: 788px;
  margin: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #959595;
  line-height: 20px;
  text-align: left;
  font-style: normal;
}

.upsView {
  width: 102px;
  height: 102px;
  background: #DBF47E;
  color: #303030;
  border-radius: 50%;
  margin: 50px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.upsImg {
  width: 35px;
  height: 33px;
}

.upsNum {
  width: 100%;
  height: 26px;
  font-weight: 600;
  font-size: 19px;
  color: #303030;
  line-height: 26px;
  text-align: center;
  font-style: normal;
}

.contentRightView {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 324px;
  height: 938px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.contentRightViewTop {
  width: 100%;
  height: 459px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.contentRightViewBottom {
  width: 100%;
  height: 459px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.cr-header {
  width: 100%;
  height: 65px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.cr-header-img {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  margin-right: 5px;
}

.cr-header-title {
  height: 45px;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  line-height: 45px;
  text-align: left;
  font-style: normal;
}

.cr-list-item {
  margin: 0px 10px 10px 10px;
  width: 304px;
  height: 67px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.cr-list-item-box {
  flex: 0 0 115px;
  width: 115px;
  height: 67px;
  border-radius: 4px;
  margin-right: 12px;
  overflow: hidden;
}

.cr-list-item-img {
  width: 115px;
  height: 67px;
  transition: transform 0.3s ease;
}

.cr-list-item-img:hover {
  transform: scale(1.12);
}

.cr-list-item-right {
  flex-grow: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.crlir-title {
  width: 100%;
  height: 40px;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.crlir-time {
  margin-top: 5px;
  width: 100%;
  height: 17px;
  font-weight: 400;
  font-size: 12px;
  color: #959595;
  line-height: 17px;
  text-align: left;
  font-style: normal;
}

.crb-list-item {
  margin: 0px 10px;
  width: 304px;
  height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
}

.crb-list-item-title {
  width: 100%;
  height: 22px;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 3px;
}

.crb-list-item-time {
  width: 100%;
  height: 17px;
  font-weight: 400;
  font-size: 12px;
  color: #959595;
  line-height: 17px;
  text-align: left;
  font-style: normal;
  margin-top: 3px;
}

.right-item-Empty {
  margin: 0px 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #959595;
}

.commentBg {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

textarea {
  width: 788px;
  height: 100px;
  padding: 20px;
  margin-bottom: 5px;
  border-radius: 8px;
  border: 2px solid #E4E4E4;
  resize: none;
  box-sizing: border-box;
}

textarea:focus {
  border-color: #D8F367;
  outline: none;
}

.word-count {
  width: 788px;
  text-align: right;
  font-size: 12px;
  color: #959595;
  margin-bottom: 35px;
}

.submit-comment {
  width: 63px;
  height: 34px;
  border: none;
  border-radius: 8px;
  background: #D8F367;
  cursor: pointer;
  margin-right: 20px;
  align-self: flex-end;
  color: #303030;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  font-style: normal;
  margin-bottom: 20px;
}

.commentlist {
  width: 788px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.commentitem {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.commentitemimg {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
  object-fit: scale-down;
  box-shadow: 2px 2px 10px #F6F6F6;
}

.commentitemInfo {
  width: 708px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.commentitemInfoName {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  color: #0367F5;
  text-align: left;
}

.commentitemInfoText {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #222222;
  text-align: left;
}

.commentitemInfoTime {
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  color: #999999;
  text-align: left;
}


.footer_statement {
  width: 100%;
  background: #232323;
}

.statement {
  padding: 40px 46px 70px;
  margin: 0 auto;
}

.statement .title {
  margin-bottom: 35px;
}

.statement p {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  white-space: pre-wrap;
}
