* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

body {
  background: #f7f7f7;
  font-family: 'PingFang SC';
}

header {
  position: static !important;
}

.qrcode-img-box {
  position: fixed;
  box-shadow: 0px 3px 10px rgb(0 0 0 / 16%);
  width: 140px;
  left: 0;
  top: 30%;
  padding: 20px;
  text-align: center;
  background-color: #fff;
  z-index: 960;
}

.qrcode-img-box .code-img {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  position: relative;
}

.qrcode-img-box .code-img .close {
  width: 22px;
  height: 22px;
  background: url(../image/closet.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: -29px;
  right: -32px;
  border: 1px solid #a9a9a9;
  border-radius: 50px;
  cursor: pointer;
}

.qrcode-img-box>span {
  font-size: 12px;
  margin-top: 10px;
  display: block;
}

.location-text {
  width: 1200px;
  margin: 20px auto 0 auto;
  font-size: 13px;
  color: #999999;
  line-height: 18px;
}

.location-text>a {
  font-size: 13px;
  color: #999999;
  line-height: 18px;
}

.location-text>span {
  font-family: 'PingFang SCBold';
  color: #333333;
}

.articleDetail {
  padding: 40px;
  background: #FFFFFF;
  border-radius: 4px;
}

.articleDetail img {
  max-width: 100%;
}

.articleDetail .padB8 {
  margin-bottom: 8px;
}

.articleDetail .marT8 {
  margin-top: 8px;
}

.articleDetail .line {
  width: 898px;
  height: 1px;
  background: #EEEEEE;
  overflow: hidden;
  margin-left: -40px;
}

.articleDetail .line2 {
  width: 100%;
  height: 1px;
  background: #EEEEEE;
  overflow: hidden;
}

.articleDetail .bigTitle {
  font-size: 24px;
  font-family: 'PingFang SCBold';
  color: #333333;
  line-height: 33px;
  text-align: center;
}

.articleDetail .smallTitle {
  font-family: 'PingFang SCBold';
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  display: flex;
  align-items: center;
}

.articleDetail .smallTitle::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 21px;
  background: #0099AD;
  border-radius: 4px;
  margin-right: 6px;
}

.articleDetail .subTitle {
  margin-top: 16px;
  padding-bottom: 20px;
  text-align: center;
}

.articleDetail .subTitle>span {
  margin-left: 20px;
  font-size: 14px;
  color: #333333;
  line-height: 20px;

}

.articleDetail .subTitle>span:nth-of-type(1) {
  margin-left: 0px;
}

.articleDetail .subTitle>span:nth-of-type(1) {
  margin-left: 0px;
}

.articleDetail .itemBox {
  margin-bottom: 40px;
}

.articleDetail .marT32 {
  margin-top: 32px;
}

.articleDetail .itemBox .textArea {
  font-size: 14px;
  color: #000000;
  line-height: 28px;
  text-indent: 28px;
  padding-top: 24px;
}

.articleDetail .itemBox .textBox .textArea:nth-of-type(n+2) {
  padding-top: 10px;
}

.articleDetail .itemBox>img {
  display: block;
  margin-top: 30px;
  width: 818px;
  border-radius: 4px;
}

.articleDetail .itemBox>p {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  text-align: center;
}

.articleDetail .end {
  font-size: 30px;
  font-family: 'PingFang SCBold';
  color: #333333;
  line-height: 42px;
  text-transform: uppercase;
}



.articleDetail .lineTwo {
  margin-top: 33px;
  height: 48px;
  border-radius: 4px;
}

.articleDetail .lineTwo::before {
  display: block;
  content: "";
  width: 898px;
  height: 1px;
  background: #EEEEEE;
  overflow: hidden;
  margin-left: -40px;
}

.articleDetail .lineTwo::after {
  display: block;
  content: "";
  width: 898px;
  height: 1px;
  background: #EEEEEE;
  overflow: hidden;
  margin-left: -40px;
}

.articleDetail .changeArticle {
  height: 48px;
  background: #FFFFFF;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.articleDetail .changeArticle>a {
  font-size: 14px;
  color: #333333;
  line-height: 48px;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 305px;

}

.articleDetail .changeArticle>a>p {
  font-size: 14px;
  color: #333333;
  line-height: 48px;
  cursor: pointer;
  width: 305px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.articleDetail .changeArticle>a:hover {
  color: #0099AD;
}

.articleDetail .changeArticle>.lastArticle::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../image/arrow-left2-1.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 2px;
}

.articleDetail .changeArticle>.nextArticle::after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../image/arrow-right2-1.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 2px;
}

.articleDetail .changeArticle>.lastArticle:hover::before {
  background: url(../image/arrow-left2-2.png) no-repeat;
  background-size: 100% 100%;
}

.articleDetail .changeArticle>.nextArticle:hover::after {
  background: url(../image/arrow-right2-2.png) no-repeat;
  background-size: 100% 100%;
}

.articleDetail .myComment {
  margin-top: 41px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.articleDetail .myComment .name {
  font-size: 30px;
  font-family: 'PingFang SCBold';
  color: #333333;
  line-height: 42px;
}

.articleDetail .myComment .name>span {
  font-size: 14px;
  font-family: 'PingFang SC';
  color: #999999;
  line-height: 20px;

}

.articleDetail .myComment .num {
  font-size: 14px;
  color: #0099AD;
  line-height: 20px;
}

.articleDetail .commentText {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}

.articleDetail .commentText .headImg>img {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50px;
}

.articleDetail .commentText .text {
  width: 754px;
  height: 120px;
  background: #FFFFFF;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
}

.articleDetail .commentText .text .textarea>textarea {
  width: 654px;
  height: 120px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 2px solid #EEEEEE;
  padding: 16px;
  font-size: 14px;
  line-height: 20px;

}

.articleDetail .commentText .text .btn1 {
  width: 100px;
  height: 120px;
  background: #5084ED;
  border-radius: 4px;
  line-height: 120px;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;

}

.articleDetail .allComment {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.articleDetail .allComment .name {
  font-size: 22px;
  font-family: 'PingFang SCBold';
  color: #333333;
  line-height: 30px;

}

.articleDetail .allComment .name .symbol {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}

.articleDetail .allComment .name .subName {
  font-size: 14px;
  color: #0099AD;
  line-height: 20px;
}

.articleDetail .allComment .state {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}

.articleDetail .allComment .state>span {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}

.articleDetail .itemComment {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}

.articleDetail .itemComment .headImg {
  width: 48px;
  height: 48px;
  border-radius: 50px;
}

.articleDetail .itemComment .headImg>img {
  width: 48px;
  height: 48px;
  border-radius: 50px;
}

.articleDetail .itemComment .textDetail {
  width: 754px;
}

.articleDetail .itemComment .textDetail .name {
  font-size: 14px;
  font-family: 'PingFang SCBold';
  color: #0099AD;
  line-height: 20px;
}

.articleDetail .itemComment .textDetail .name>span:nth-of-type(n+2) {
  font-size: 14px;
  font-family: 'PingFang SC';
  color: #999999;
  line-height: 20px;
}

.articleDetail .itemComment .textDetail .describe {
  margin-top: 16px;
  font-size: 14px;
  color: #000000;
  line-height: 28px;
  text-indent: 32px;
}

.articleDetail .itemComment .textDetail .handle {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.articleDetail .itemComment .textDetail .handle>div {
  margin-right: 62px;
  height: 20px;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.articleDetail .itemComment .textDetail .handle>div:nth-of-type(1) {
  margin-right: 42px;
}

.articleDetail .itemComment .textDetail .handle>div:hover {
  color: #0099AD;
}

.articleDetail .itemComment .textDetail .handle>.noGood::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../image/library-good1.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 4px;
}

.articleDetail .itemComment .textDetail .handle>.good::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../image/library-good2.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 4px;
}

.articleDetail .itemComment .textDetail .handle>.noGood:hover::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../image/library-good2.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 4px;
}

.articleDetail .itemComment .textDetail .handle>.reply::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../image/library-reply1.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 4px;
}

.articleDetail .itemComment .textDetail .handle>.reply:hover::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../image/library-reply2.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 4px;
}

.articleDetail .itemComment .textDetail .handle>.report::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../image/library-warning1.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 4px;
}

.articleDetail .itemComment .textDetail .handle>.report:hover::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../image/library-warning2.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 4px;
}

.articleDetail .moreComment {
  width: 100%;
  background: #F7F7F7;
  line-height: 48px;
  text-align: center;
  font-size: 14px;
  color: #999999;
  cursor: pointer;
}



.articleDetail .relevant .title {
  margin-top: 67px;
  padding: 5px 16px;
  width: 100%;
  height: 32px;
  background: #5084ED;
  border-radius: 7px 8px 0px 0px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  position: relative;
}

.articleDetail .relevant .title::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -8px;
  bottom: -8px;
  border-right: 8px solid #0099AD;
  border-left: 8px solid transparent;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  transform: rotate(45deg);
}

.articleDetail .relevant .sciBox {
  padding: 10px;
  width: 818px;
  background: #FFFFFF;
  border-radius: 0px 0px 8px 8px;
  border: 1px solid #EEEEEE;
}

.articleDetail .relevant .sciBox .sci {
  width: 798px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  padding: 14px 20px 14px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.articleDetail .relevant .sciBox .sci>p:nth-of-type(1) {
  width: 249px;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.articleDetail .relevant .sciBox .sci>p:nth-of-type(2) {
  font-size: 14px;
  color: #333333;
  line-height: 20px;

}

.articleDetail .relevant .sciBox .sci:hover {
  background: #F2F9FF;
}

.articleDetail .relevant .sciBox .sci:hover>p {
  color: #0099AD;
}