.details {
  width: 100%;
  box-sizing: border-box;
}

.details .top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-bottom: 1px solid #707070;
  margin-bottom: 30px;
}

.details .top .recommendIcon {
  position: absolute;
  right: -5px;
  top: -4px;
}

.details .top .recommendIcon span {
  display: block;
  color: #8c734a;
}

.details .top .recommendIcon span i {
  display: block;
  text-align: center;
  font-size: 70px;
}

.details .top .recommendIcon span b {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
}

.details .top .title {
  font-size: 32px;
  color: #fff;
  width: 691px;
  font-weight: bold;
  margin: 26px 0;
  min-height: 80px;
}

.details .top .userInfo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 22px;
}

.details .top .userInfo .head,
.details .top .userInfo .head a {
  display: flex;
}

.details .top .userInfo .head img {
  width: 43px;
  height: 43px;
  border-radius: 50px;
  margin-right: 30px;
  line-height: 30px;
}

.details .top .userInfo .head span {
  display: block;
}

.details .top .userInfo .head span b {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  height: 30px;
}

.details .top .userInfo .head span i {
  display: block;
  font-size: 12px;
  color: #bbbcbc;
  font-style: normal;
}

.details .top .userInfo .points {
  display: flex;
}

.details .top .userInfo .points b {
  display: flex;
  margin-left: 30px;
  color: #bbbcbc;
  font-size: 18px;
  align-self: center;
  line-height: 34px;
  cursor: pointer;
  font-weight: normal;
}

.details .top .userInfo .points b:nth-child(3) {
  cursor: default;
}

.details .top .userInfo .points b>i {
  font-size: 30px;
  margin-right: 10px;
  font-weight: normal;
}

.details .top .userInfo .points b span {
  display: flex;
  margin-right: 12px;
}

.details .top .userInfo .points b span>i {
  margin-right: -6px;
}

.details .top .userInfo .points b .common_001>i:nth-child(1) {
  color: #8c734a;
}

.details .top .userInfo .points b .common_002>i:nth-child(1),
.details .top .userInfo .points b .common_002>i:nth-child(2),
.details .top .userInfo .points b .common_002>i:nth-child(3) {
  color: #8c734a;
}

.details .top .userInfo .points b .common_003>i {
  color: #dd0505;
}

.details .contentBlock .stepLine {
  min-height: 30px;
  margin: 15px auto;
}

.details .contentBlock .stepLine .titFrame {
  font-size: 24px;
  line-height: 30px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  float: left;
  margin-right: 10px;
}

.details .contentBlock .stepLine input {
  font-size: 24px;
  color: #333333;
  border: none;
  width: 80%;
}

.details .contentBlock .stepLine .titstr {
  font-size: 24px;
  color: #333333;
  border: none;
  width: 90%;
  float: left;
}

.details .articleContent .articleContent .statement {
  color: #333333;
  font-size: 18px;
  padding: 10px 0;
  max-width: 1000px;
  margin: 0 auto;
}

.details .articleContent .articleContent .tagList {
  max-width: 1000px;
  margin: 0 auto;
}

.details .articleContent .articleContent .tagList a {
  color: #666666;
  font-size: 18px;
  padding: 10px 20px 10px 0;
  display: block;
  float: left;
  height: 24px;
  line-height: 24px;
}

.details .articleContent .articleContent .point {
  max-width: 1000px;
  height: 58px;
  margin: 15px auto;
  position: relative;
}

.details .articleContent .articleContent .point b {
  font-weight: normal;
}

.details .articleContent .articleContent .point span {
  color: #333333;
  font-size: 26px;
}

.details .articleContent .articleContent .point .followPointBox {
  width: 134px;
  height: 56px;
  border: 1px solid #707070;
  border-radius: 60px;
  text-align: center;
  line-height: 56px;
  font-size: 24px;
  position: absolute;
  left: 50%;
  margin-left: -146px;
  cursor: pointer;
}

.details .articleContent .articleContent .point .followPointBox i {
  color: #f70505;
  font-size: 27px;
}

.details .articleContent .articleContent .point .commentPointBox {
  width: 134px;
  height: 56px;
  border: 1px solid #707070;
  border-radius: 60px;
  text-align: center;
  line-height: 56px;
  font-size: 24px;
  position: absolute;
  left: 50%;
  margin-left: 12px;
  cursor: pointer;
}

.details .articleContent .articleContent .point .commentPointBox i {
  color: #666666;
  font-size: 27px;
}

.details .contentBlock .hardwareList {
  position: relative;
  margin: 30px auto;
}

.details .contentBlock .hardwareList .title {
  font-size: 24px;
  margin: 20px 0;
  color: #ffffff;
  font-weight: bold;
}

.details .contentBlock .hardwareList .list {
  width: auto;
}

.details .contentBlock .hardwareList .list .li {
  margin: 10px 0;
}

.details .contentBlock .hardwareList .list .li .liFrame {
  height: 46px;
  width: 100%;
  background: #eeeeee;
  line-height: 46px;
  font-size: 18px;
  color: #333333;
  display: flex;
  justify-content: space-between;
}

.details .contentBlock .hardwareList .list .li .liFrame .productName {
  display: flex;
}

.details .contentBlock .hardwareList .list .li .liFrame .productName span {
  display: block;
  margin-left: 25px;
}

.details .contentBlock .hardwareList .list .li .liFrame .productName b {
  display: block;
  border-left: 6px solid #8c734a;
  padding-left: 15px;
  font-weight: normal;
}

.details .contentBlock .hardwareList .list .li .liFrame .productName b i {
  font-style: normal;
}

.details .contentBlock .hardwareList .list .li .liFrame .productName b i::before {
  content: 'x';
  position: absolute;
  margin-top: 0px;
  font-size: 16px;
  margin-left: 3px;
}

.details .contentBlock .hardwareList .list .li .liFrame .productLink {
  padding-right: 20px;
}

.details .contentBlock .hardwareList .list .li .liFrame .productLink a {
  font-size: 18px;
  color: #333333;
  text-decoration: unset;
  display: flex;
}

.details .contentBlock .hardwareList .list .li .liFrame .productLink a i {
  font-size: 30px;
  padding-right: 5px;
}

.details .contentBlock .textArea {
  margin: 0 auto;
  margin-bottom: 40px;
  color: #333333;
  line-height: 30px;
  padding-right: 60px;
  word-break: break-word;
}

.details .contentBlock .textArea .image {
  width: 97%;
  display: flex;
  justify-content: center;
}

.details .contentBlock .imageBox {
  padding: 10px 0;
}

.details .contentBlock .imageBox .imageBlock {
  position: relative;
  text-align: center;
}

.details .contentBlock .imageBox .imageBlock img {
  border-radius: 5px;
  max-width: 800px;
}

.details .contentBlock a {
  text-decoration: underline;
  word-break: break-all;
  color: #8c734a;
}

.details .contentBlock .codeArea {
  position: relative;
  margin: 30px auto;
}

.details .contentBlock .codeArea .title {
  font-size: 24px;
  margin: 20px 0;
  color: #333333;
  font-weight: bold;
}

.details .contentBlock .codeArea .title .titFrame {
  font-size: 24px;
  line-height: 30px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  float: left;
}

.details .contentBlock .codeArea .con {
  position: relative;
  width: 100%;
}

.details .contentBlock .codeArea .con .code-toolbar {
  padding: 0 35px 0 46px;
}

.details .contentBlock .codeArea .con .code-toolbar .toolbar {
  opacity: 1;
  top: -29px;
  right: 35px;
}

.details .contentBlock .codeArea .con .code-toolbar .toolbar .toolbar-item {
  margin-left: 10px;
}

.details .contentBlock .codeArea .con pre {
  border-left: 6px solid #8c734a;
  max-height: 500px;
  background: #eeeeee;
  border-radius: 0;
  overflow-y: scroll;
  padding: 7px;
  width: 100%;
}

.details .contentBlock .codeArea .con pre code {
  font-size: 16px;
  color: #333333;
}

.details .contentBlock .codeArea .con pre code .hljs-ln-n {
  font-size: 16px;
  color: #aeaeae;
}

.details .contentBlock .codeArea .con textarea {
  height: 300px;
  width: 94%;
  resize: none;
  position: absolute;
  background: #3f3d45;
  padding: 3%;
  border: none;
  display: none;
}

.details .contentBlock .videoBox {
  padding: 10px 0;
  text-align: center;
  position: relative;
}

.details .contentBlock .videoBox iframe {
  border: none;
}

.details .contentBlock .downloadFile {
  position: relative;
  width: calc(100% - 90px);
}

.details .contentBlock .downloadFile .title {
  font-size: 18px;
  margin-bottom: 20px;
}

.details .contentBlock .downloadFile .title .titFrame {
  font-size: 24px;
  line-height: 30px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.details .contentBlock .downloadFile .title .titFrame b {
  display: block;
}

.details .contentBlock .downloadFile .list .fileBox {
  width: 100%;
  height: 70px;
  border-radius: 5px;
  position: relative;
  background: #eeeeee;
  display: flex;
}

.details .contentBlock .downloadFile .list .fileBox img {
  display: block;
  float: left;
  margin: 13px 25px;
}

.details .contentBlock .downloadFile .list .fileBox b {
  font-size: 18px;
  color: #333333;
  align-self: center;
}

.details .contentBlock .downloadFile .list .fileBox span {
  font-size: 14px;
  color: #666666;
  align-self: center;
  margin-left: 10px;
}

.details .contentBlock .downloadFile .list .fileBox a {
  font-size: 18px;
  color: #8c734a;
  position: absolute;
  right: 20px;
  top: 19px;
  background: none;
  border: none;
}

.details .contentBlock .downloadFile .list .fileBox>button {
  position: absolute;
  right: 160px;
  align-self: center;
  cursor: pointer;
}

.details .contentBlock .downloadFile .list .li {
  margin-bottom: 10px;
}

.details .contentBlock .downloadFile .list .li .liFrame {
  clear: both;
  height: 40px;
  width: 100%;
  margin: 0 auto;
}

.details .contentBlock .downloadFile .list .li .liFrame .productName {
  float: left;
  width: 83%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  background: #eeeeee;
}

.details .contentBlock .downloadFile .list .li .liFrame .productName span {
  width: 100%;
  text-indent: 10px;
  border: none;
  background: none;
  height: 40px;
  color: #333333;
  font-size: 18px;
}

.details .contentBlock .downloadFile .list .li .liFrame .productLink {
  float: left;
  width: 8%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  background: #eeeeee;
  text-align: center;
  padding-right: 2%;
}

.details .contentBlock .downloadFile .list .li .liFrame .productLink a {
  font-size: 18px;
  color: #666666;
}

.details .contentBlock .downloadFile .list .li .liFrame .productLink a i {
  font-size: 30px;
  display: block;
  float: left;
}

.details .contentBlock .stepLine {
  min-height: 30px;
  margin: 20px auto;
  color: #333333;
}

.details .contentBlock .stepLine .titFrame {
  font-size: 24px;
  line-height: 30px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  float: left;
  margin-right: 10px;
}

.details .contentBlock .stepLine input {
  font-size: 24px;
  color: #333333;
  border: none;
  width: 80%;
}

.details .contentBlock .stepLine .titstr {
  font-size: 24px;
  border: none;
  float: left;
}

.details .contentBlock img {
  max-width: 94%;
}

.replyListFrame {
  background: #ffffff;
  display: block;
  padding: 19px 0px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.rrBox {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
  width: 100%;
  flex-wrap: wrap;
  padding: 22px 26px;
  position: relative;
}

.rrBox .adminOption {
  position: absolute;
  right: 10px;
  top: 0;
}

.rrBox .adminOption>button {
  width: 30px;
  height: 30px;
  background: #17394e;
  border: 1px solid #17394e;
  border-radius: 3px;
  cursor: pointer;
  color: #fff
}

.rrBox .adminOption .modifyBtn {
  right: 50px;
}


.rrBox .delBtn {
  top: 0;
}

.rrBox .balckBtn {
  top: 0;
  right: 60px;
}

.rrBox>button>span {
  color: #ffffff;
}

.rrBox>button:hover {
  background: #ffffff;
}

.rrBox>button:hover>span {
  color: #17394e;
}

.rrBox>span {
  width: calc(100% - 260px);
  word-break: break-word;
}

.rrBox>span>b {
  font-weight: normal;
  color: #999d9f;
  display: block;
  margin-bottom: 20px;
}

.rrBox>span>b>i {
  margin-right: 5px;
}

.rrBox>span>span {}

.rrBox .image {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.rrBox .image>img {
  max-width: 90%;
}

.rrBox>span>span img {
  max-width: 100%;
  padding: 3%;
}

.rrBox>b {
  width: 200px;
}

.rrBox>b>a {
  display: flex;
}

.rrBox>b>a>img {
  border-radius: 100px;
  box-shadow: 0px 0px 5px #aaa;
  width: 50px;
  height: 50px;
}

.rrBox>b>a>span {
  align-self: center;
  margin-left: 10px;
  color: #625034;
  font-weight: normal;
}

.rrBox>i {
  width: 100%;
  display: block;
  margin: 20px 0;
}

.rrBox>i>button {
  font-size: 20px;
  color: #2b2b2b;
  border: none;
  background: none;
  cursor: pointer;
  text-align: left;
  padding: 0;
  background: #eee;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: bold;
}

.replyFrame {
  background: #ffffff;

  display: flex;

  border-radius: 5px;
}

.replyBox {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
  width: 100%;
  flex-wrap: wrap;
}

.replyBox {
  padding: 20px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.replyBox .replayEditer {
  border: 1px solid #707070;
  border-radius: 5px;
  overflow: hidden;
  width: calc(100% - 160px);
  margin-right: 20px;
}

.replyBox>button {
  width: 140px;
  background: #17394e;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  height: 40px;
  cursor: pointer;
}

.replyBox .ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar {
  border: none;
  border-bottom: 1px solid #707070;
}

.replyBox .ck.ck-editor__main>.ck-editor__editable {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  min-height: 180px;
}

.rrList {
  background: #f2f2f2;
  border-radius: 5px;
  width: 100%;
  padding: 20px 0;
}

.rrList>span {
  width: 100%;
  padding: 0 5px;
  display: block;
  position: relative;
  border-bottom: 1px dashed;
  margin-bottom: 18px;
}

.rrList>span>button {
  position: absolute;

  right: -10px;

  top: -10px;

  width: 30px;

  height: 30px;

  background: #17394e;

  border: 1px solid #17394e;

  border-radius: 3px;

  cursor: pointer;
}

.rrList>span>button>span {
  color: #ffffff;
}

.rrList>span>button:hover {
  background: #ffffff;
}

.rrList>span>button:hover>span {
  color: #17394e;
}

.rrList>span>span {
  display: block;
  color: #575757;
}

.rrList>b {
  padding: 0 5px;
}

.rrList>span>i {
  display: block;
  font-style: normal;
  color: #999d9f;
  margin: 5px 0 20px 0;
}

.replyModifyBox {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
}

.replyModifyBox>b {
  background: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
}

.replyModifyBox>span {
  z-index: 1;
  width: 900px;
  height: 450px;
  background: #fff;
  position: absolute;
  align-self: center;
  padding: 15px;
  border-radius: 5px;
}

.replyModifyBox>span .block {
  height: 340px;
  margin-bottom: 20px;
}

.replyModifyBox>span .block .ck-content {
  height: 300px;
}

.replyModifyBox>span>span {
  display: flex;
  width: 100%;
  justify-content: right;
}

.replyModifyBox>span>span>button {
  margin-left: 20px;
  width: 120px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #17394e;
  background: #17394e;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.replyModifyBox>span>span>button:hover {
  background: #fff;
  color: #17394e
}

.highEditorBox {
  width: 100%;
}

.license {
  color: #0e0e0e;
  font-size: 18px;
  margin: 30px 0;
  height: 40px;
}

.license>b {
  line-height: 37px;
  height: 37px;
  display: block;
  float: left;
  margin-right: 40px;
  font-size: 24px;
  color: #fff;
}

.license>span .licensIcon {
  width: 110px;
  height: 40px;
  float: left;
}

.license>span .licensIcon a {
  display: block;
  width: 103px;
  height: 36px;
  position: absolute;
  z-index: 2;
  opacity: 0;
}

.license>span .licensIcon .icon {
  position: absolute;
  z-index: 1;
}

.license>span .licensIcon .noneText {
  float: left;
  padding: 6px 0;
}

.license>span .licensIcon .noneText .w {
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
}

.license>span .licensIcon .noneText .b {
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
}

.license>span .licensIcon .icon b {
  margin: 2px 0 0 4px;
  display: block;
  width: 29px;
  height: 29px;
  float: left;
  background: #fff;
  border-radius: 50px;
  margin-right: 5px;
}

.license>span .licensIcon .icon b i {
  font-size: 29px;
}

.license>span .licensIcon .icon b i:before {
  position: absolute;
  margin-top: -4px;
}

.license>span .licensIcon .icon span {
  float: left;
  display: block;
  font-size: 10px;
  width: 22px;
  color: #ffffff;
}

.license>span .licensIcon .icon span i {
  display: block;
  color: #000;
  background: #fff;
  border-radius: 50px;
  width: 18px;
  height: 17px;
  margin: 5px 0 2px 0;
  font-size: 18px;
}

.license>span .licensIcon .icon span i:before {
  margin-top: -1px;
  position: absolute;
}

.license>span .licensIcon .bg {
  position: absolute;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}

.tags b {
  line-height: 37px;
  height: 37px;
  display: block;
  margin-right: 40px;
  font-size: 24px;
  color: #fff;
}

.tags span {
  display: flex;
  flex-wrap: wrap;
}

.tags span a {
  line-height: 30px;
  height: 30px;
  color: #ffffff;
  padding: 0 15px;
  background: #8c734a;
  display: block;
  align-self: center;
  margin-right: 30px;
  font-size: 18px;
  border-radius: 2px;
}

.btns {
  border-top: 1px solid #666363;
  display: flex;
  margin: 30px 0;
  justify-content: space-between;
  padding-top: 30px;
}

.btns .points {
  display: flex;
}

.btns .points b {
  display: flex;
  color: #8c734a;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  margin-right: 70px;
  align-self: center;
  cursor: pointer;
}

.btns .points b i {
  font-size: 44px;
  color: #bbbcbc;
  font-weight: normal;
}

.btns .share {}