.articleDetail {
  width: 1140px;
  margin: auto;
  border-top: 2px solid #e8e8e8;
  border-radius: 2px;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  -khtml-user-select: text;
  user-select: text;
}
.articleAllContent{
  width: 1080px;
  margin: 30px auto;
  border: 1px solid #e6e6e6;
  overflow: hidden;
}
.articleDetail .head {
  padding: 10px 0;
  /* border-bottom: 8px dotted #e8e8e8; */
}
.crumbs.articleDetailCrumbs{
  width: 1140px;
}
.crumbs>li{
  cursor: pointer;
}
.articleDetail .head > h5 {
  padding: 20px 112px;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #323232;
  line-height: 42px;
  word-wrap: break-word;
  word-break: normal;
}
.articleDetail .head .specificationFileBox{
  width: 920px;
  margin: 30px auto 0;
  border: 1px solid #ede9e9;
  background: #F7F7F7;
  padding: 20px 50px;
  line-height: 28px;
}
.specificationFileBox .contentInfo{
  display: inline-flex;
  width: 400px;
  word-wrap: break-word;
}

.specificationFileBox .contentInfo .info-label {
  flex-shrink: 0;
  margin-right: 5px;
}

.specificationFileBox .contentInfo .value {
  display: inline-block;
  word-break: break-all;
}

.description{
  margin-bottom: 20px;
  font-size: 14px;
  text-align: left;
  padding: 6px 0px;
  word-wrap: break-word;
  word-break: normal;
}
.articleDetail .subTitle{
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 10px;
  width: 100%;
  padding: 6px 0px;
  word-wrap: break-word;
  word-break: normal;
}
.articleDetail .issuedNumber{
  font-size: 14px;
  margin-top: 0;
}
.articleDetail .head .cite {
  width: 900px;
  height: 42px;
  line-height: 42px;
  margin: auto;
  /* border-bottom: 1px solid #e8e8e8; */
  display: flex;
  justify-content: space-between;
  /* height: 17px; */
  font-size: 12px;
  color: #cccccc;
  padding: 0 12px;
  /* line-height: 17px; */
}
.sizeOption{
  width: 900px;
  border-bottom: 1px solid #e8e8e8;
  margin: auto;
  padding:20px 0 5px;
}
.sizeModel{
  cursor: pointer;
  user-select: none;
}
.sizeModel.active{
  color:#0b5fd5;
}
.articleAllContent > .content {
  width: 880px;
  margin: 20px auto;
  min-height: 600px;
  /* margin-top: 20px; */
  /* padding: 0 20px; */
  /* min-height: 340px; */
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #000;
  line-height: 36px;
  word-wrap: break-word;
  /* border-bottom: 2px solid #e8e8e8; */
}
.articleAllContent > .content.smallFontSize{
  font-size: 14px;
  line-height: 28px;
}
.articleAllContent > .content.bigFontSize{
  font-size: 22px;
  line-height: 44px;
}
.articleAllContent > .content a{
  color: #0b5fd5;
  text-decoration: underline;
}
.articleAllContent > .content::-webkit-scrollbar {
  width: 10px;
  height: 120px;
  margin-right: 10px;
  background-color: #fafcff;
}
.articleAllContent > .content::-webkit-scrollbar-button {
  display: none;
}
.articleAllContent > .content::-webkit-scrollbar-track {
  background-color: #fafcff;
}
.articleAllContent > .content::-webkit-scrollbar-thumb {
  background: #0b5fd5;
  border-radius: 5px;
  box-shadow: 0px 2px 4px 0px rgba(9, 78, 197, 0.3);
}
.articleAllContent > .content img{
  /*width:100%;*/
  max-width: 100%;
}
.more {
  height: 36px;
  line-height: 36px;
  background: #fafcff;
  border-radius: 2px;
  font-size: 16px;
  color: #0b5fd5;
  margin-bottom: 30px;
  text-align: center;
  cursor: pointer;
}
.pl {
  margin-bottom: 30px;
}
.pl-content {
  background: #fff;
  border-radius: 2px;
  padding: 10px 20px;
}
.pl_tabs {
  display: flex;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 10px;
}
.pl_tabs > li {
  padding: 10px 20px;
  font-size: 16px;
  color: #666666;
  cursor: pointer;
}
.pl_tabs > li.active {
  font-weight: 600;
  color: #323232;
  position: relative;
}
.pl_tabs > li.active::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 42%;
  height: 4px;
  width: 20px;
  border-radius: 2px;
  background: #323232;
}
.pl_name {
  display: flex;
  align-items: center;
}
.pl_name span:first-child{
  margin-right: 60px;
}
.pl_name>span>img{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  padding: 4px;
  background-size: cover;
  background-color: #eee;
  margin-right: 6px;
}
.replyChildren .pl-content{
  background: #fafcff;
}
.replyChildren .pl_name>span>img{
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.pl_text {
  margin: 30px 0;
}
.pl_reply {
  cursor: pointer;
}
.pl_reply > span{
  font-size: 14px;
  margin-right:4px; 
  color: #ccc;
}

.pl_reply > span:hover {
  color: #0b5fd5;
}
.pl_reply > span:first-child {
  padding-right: 80px;
}
.pj_sc {
  display: flex;
  justify-content: flex-end;
  margin: 12px 30px 30px 0;
  cursor: pointer;
  align-items: center;
}
.pj_sc .layui-icon-heart{
  font-size: 18px;
}
.pj_sc > span {
  margin-left: 4px;
}
.pj_content {
  background: #fafcff;
  border-radius: 2px;
  padding: 20px;
}
.pj_content > p {
  font-size: 14px;
  font-weight: 600;
  color: #323232;
  padding-bottom: 10px;
}
.pj_content > p #nums{
  float: right;
}
.textarea  textarea {
  width: 100%;
  color: #666;
  border-color: #e8e8e8;
  border-radius: 4px;
  padding: 10px;
}
.textarea{
  position: relative;
  width: 100%;
}
.maxNum{
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.pj_btn {
  margin: 30px 0;
  display: flex;
  justify-content: flex-end;
}
.pj_btn > span {
  width: 140px;
  height: 36px;
  line-height: 36px;
  background: #0b5fd5;
  box-shadow: 0px 2px 4px 0px rgba(9, 78, 197, 0.3);
  border-radius: 4px;
  border: 1px solid #0b5fd5;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
.sizeOption .shareBox,
.sizeOption .shareOtherBox{
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  line-height: 24px;
  margin-left: 7px;
  cursor: pointer;
}
.sizeOption .shareBox.gwds_weixin{
  background-position: 0 -38px;
}
.sizeOption .shareOtherBox.gwds_qzone{
  background-position: 0 -237px;
}
.sizeOption .shareOtherBox.gwds_douban{
  background-position: 0 -357px;
}
.sharetitle{
  display: inline-block;
  line-height: 24px;
  padding-right:10px;
}
.qrcodeBox{
  display: none;
  width: 284px;
  border: 1px solid #ddd;
  padding: 10px;
  background-color: #fff;
  position: absolute;
  top: 40px;
  left: -55px;
}
#qrcodeContent{
  margin: 20px auto;
  width: 200px;
}
.qrcodeBox h5{
  font-weight: bold;
}
.qrcodeBox p{
  color: #555;
  font-size: 13px;
}

/* 上一篇下一篇样式 */
.otherContent{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0px 30px;
}
.otherContent .contentDetail{
  cursor: pointer;
}
.otherContent .contentDetail:hover{
  color: #0b5fd5;
}
.otherContent .contentDetail.contentDisable{
  cursor: not-allowed;
  color: #323232;
  opacity: .4;
}

