@charset "utf-8";

/* .tools {
  left: calc(50% - 138px);
  right: auto;
  bottom: 80px;
  margin-right: 0;
  margin-left: -468px;
}

.toolsContent {
  right: initial;
  padding-right: initial;
  left: 45px;
  padding-left: 25px;
  box-sizing: border-box;
}

.toolsContentBox::after {
  right: initial;
  border-left-color: transparent;
  left: -20px;
  border-right-color: #ffffff;
} */

/* **** 正文页 **** */
.contentBox {
  margin-top: 160px;
}

.contentWrap {
  width: 1092px;
}

.articleBox {
  width: 800px;
}

.topLabels {
  margin-bottom: 22px;
  font-size: 0px;
}

.topLabel,
.labelDivide {
  display: inline-block;
  vertical-align: middle;
}

.topLabel {
  font-size: 14px;
  color: var(--themeColor);
}

.labelDivide {
  width: 1px;
  height: 14px;
  margin: 0 12px;
  background-color: #e5e5e5;
}

.articleTitle {
  margin-bottom: 25px;
  font-size: 32px;
  line-height: 45px;
  color: #000000;
}

.articleFrom {
  margin-bottom: 30px;
  font-size: 0px;
}

.articleFromAuthorLink,
.fromPic,
.fromName,
.publishTime,
.articleEnLink {
  display: inline-block;
  vertical-align: middle;
}

.fromPic {
  width: 32px;
  margin-right: 16px;
  border-radius: 100%;
}

.fromName {
  margin-right: 30px;
  font-size: 14px;
  color: #666666;
}

.publishTime {
  font-size: 14px;
  color: #aaaaaa;
}

.articleEnLink {
  margin-left: 30px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 25px;
  border: 1px solid var(--themeColor);
  border-radius: 2px;
  color: var(--themeColor);
}

.articleEnLink:hover {
  background: var(--themeLinearColor);
  border-color: var(--themeBorderColor);
  color: #ffffff;
}

.articleSummary {
  box-sizing: border-box;
  margin-bottom: 50px;
  padding: 25px 20px;
  border-radius: 4px;
  background-color: #f8f8f8;
}

.summaryDesc {
  font-size: 16px;
  line-height: 30px;
  color: #000000;
}

.articleContent {
  overflow: hidden;
  line-height: 32px;
}

.articleContent p,
.articleContent figure,
.articleContent li {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 32px;
}

.articleContent figure {
  margin-left: auto;
  margin-right: auto;
}

.articleContent ul,
.articleContent li {
  list-style: disc;
}

.articleContent ul {
  margin: -20px 0 28px;
  padding-left: 40px;
}

.articleContent li {
  margin-bottom: 10px;
}

.articleContent li a {
  display: inline;
  color: var(--themeColor);
}

.articleContent p a {
  display: inline;
  color: var(--themeColor);
}

.articleContent p img,
.articleContent figure img {
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

.articleContent figure table {
  width: 100%
}

.articleContent blockquote {
  margin-bottom: 40px;
  padding: 20px;
  border-left: 3px solid var(--themeColor);
  background-color: #f8f8f8;
}

.articleContent blockquote p:nth-last-child(1) {
  margin-bottom: 0;
}

.articlePwrapDiv {
  margin-bottom: 40px;
}

.articleCompanyCard {
  float: right;
  box-sizing: border-box;
  position: relative;
  width: 320px;
  margin-left: 20px;
  padding: 10px 18px;
  border: 1px solid #3a3a3a;
  border-radius: 4px;
  overflow: hidden;
}

.hubCompanyTagLogo {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0px 8px;
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
  border-radius: 0px 4px 0px 8px;
  background-color: #3a3a3a;
  color: #ffffff;
}

.articleCompanyCardDesc {
  justify-content: flex-start;
  margin-bottom: 0px !important;
  padding: 8px 0px;
  font-size: 14px !important;
  border-bottom: 1px dashed #e5e5e5;
  color: #999999;
}

.articleCompanyCardDesc:last-child {
  border-bottom: none;
}

.articleCompanyCardCaption {
  width: 60px;
  flex-shrink: 0;
  margin-right: 20px;
  color: #292929;
}

.articleCompanyCardDesc:nth-child(2) .articleCompanyCardDescTxt {
  text-decoration: underline;
  color: var(--themeColor);
}

.articleAuthorizePublish {
  margin-top: 28px;
  font-size: 16px;
  line-height: 32px;
  color: #bbbbbb;
}

.articleKeyWords {
  margin-bottom: 50px;
  font-size: 0px;
}

.articleKeyWord {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 30px;
  border-radius: 2px;
  background-color: #f8f8f8;
  color: #252525;
}

.articleKeyWord:hover {
  background-color: var(--themeColor);
  color: #ffffff;
}

.likeBtnBox {
  margin-bottom: 50px;
  font-size: 0px;
  text-align: center;
}

.likeBtn {
  display: flex;
  position: relative;
  width: 80px;
  height: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 100%;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}

.likeBtnIcon {
  display: block;
  flex-shrink: 0;
  flex-grow: 0;
}

.likeBtnText {
  margin-top: 5px;
  font-size: 12px;
  flex-shrink: 0;
  flex-grow: 0;
  color: #999999;
}

.likeAnimateBox {
  position: absolute;
  bottom: 100%;
  /* bottom: 0px; */
  left: 0px;
  width: 100%;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  opacity: 0;
  color: #dc1e38;
}

.hasLiked.likeBtn {
  color: #dc1e38;
  border-color: #dc1e38;
}

.hasLiked.likeBtn .likeBtnText {
  color: #dc1e38;
}

.hasLiked.likeBtn path {
  fill: #dc1e38;
}

.hasLiked .likeAnimateBox {
  animation: slideUp ease 1s;
}

@keyframes slideUp {
  0% {
    bottom: 100%;
    opacity: 1;
  }

  100% {
    bottom: 150%;
    opacity: 0;
  }
}

.author {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
  padding: 40px;
  border-radius: 4px;
  background-color: #f8f8f8;
}

.authorPic {
  width: 100px;
  height: 100px;
  margin-right: 35px;
  overflow: hidden;
}

.authorPicImg {
  width: 100%;
  border-radius: 100%;
}

.authorInfo {
  width: calc(100% - 135px);
}

.authorNameBox {
  justify-content: space-between;
  margin-bottom: 10px;
}

.authorName {
  font-size: 18px;
  color: #252525;
}

.authorExtralBox {
  justify-content: space-between;
}

.authorExtralDivide {
  width: 1px;
  height: 16px;
  margin: 0px 20px;
  background-color: #e5e5e5;
}

.authorHubminiprocodeBox {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  background: url(img/homeIcon.png) left center/16px auto no-repeat;
  color: var(--themeColor);
  cursor: pointer;
}

.authorHubminiprocodeWrap {
  display: none;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-top: 36px;
  padding: 12px;
  transform: translateX(-50%);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  text-align: center;
}

.authorHubminiprocodeWrap::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  border: 12px solid transparent;
  border-bottom-color: #ffffff;
  transform: translateX(-50%);
}

.authorHubminiprocodeImg {
  width: 130px;
  margin: 0px auto 12px;
}

.authorHubminiprocodeDesc {
  font-size: 16px;
  color: #999999;
}

.authorHubminiprocodeBox:hover .authorHubminiprocodeWrap {
  display: block;
}

.authorArticlesLink {
  font-size: 14px;
  color: var(--themeColor);
}

.authorArticlesLink::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  margin: -2px 0 0 5px;
  border-top: 2px solid var(--themeColor);
  border-right: 2px solid var(--themeColor);
  transform: rotate(45deg);
}

.authorJobTitle {
  font-size: 14px;
  color: #666666;
}

.authorIntroDivide {
  display: block;
  width: 70px;
  height: 1px;
  margin: 15px 0;
  background-color: #e5e5e5;
}

.authorIntro {
  font-size: 14px;
  color: #666666;
}

.authorContacts {
  margin: 30px 0 0;
}

.authorContact {
  font-size: 14px;
  line-height: 20px;
}

.authorContactWechat {
  position: relative;
  margin-right: 40px;
  padding: 0 0 0 30px;
  background: url(img/authorWechatIcon.svg) left center no-repeat;
  cursor: pointer;
}

.authorContactWechat.hasWechatCode {
  padding: 0 25px 0 30px;
  background: url(img/authorWechatIcon.svg) left center no-repeat,
    url(img/authorWechatThumb.svg) right center no-repeat;
}

.authorContactEmail {
  padding-left: 30px;
  background: url(img/authorEmailIcon.svg) left center no-repeat;
}

.authorWechatCodeBox {
  position: absolute;
  bottom: 35px;
  right: -50px;
  background-color: #ffffff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  display: none;
}

.authorWechatCodeBox::after {
  content: "";
  position: absolute;
  left: 52px;
  bottom: -20px;
  border: 10px solid;
  border-color: #ffffff transparent transparent transparent;
}

.authorWechatCodeBox canvas {
  width: 100px;
  height: 100px;
  padding: 10px;
}

.authorWechatCodeImg {
  width: 100px;
  padding: 10px;
}

.authorContactWechat:hover .authorWechatCodeBox {
  display: block;
}

.author.contribute {
  padding: 30px 30px 30px 20px;
}

.contributePic {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}

.contributePicImg {
  width: auto;
  height: 100%;
  border-radius: initial;
}

.contributeIntroBox {
  width: calc(100% - 40px);
}

.contributeWayDesc {
  font-size: 14px;
  color: #999999;
}

.contributeWays {
  margin-top: 10px;
}

.contributeWay {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
}

.articleCopyright {
  margin-bottom: 55px;
  font-size: 12px;
  text-align: center;
  color: #bbbbbb;
}

.articleCopyRightDescLink {
  display: inline-block;
  text-decoration: underline;
  color: #bbbbbb;
}

.xcodeBox {
  width: 100%;
  margin-bottom: 25px;
  border-radius: 4px;
  overflow: hidden;
}

.xcodeBox:empty {
  margin-bottom: 0px;
}

.xcodeBox img {
  width: 100%;
}

.related {
  margin-bottom: 20px;
  border-top: 4px solid var(--themeColor);
  border-bottom: 4px solid var(--themeColor);
}

.relatedCompanyBox {
  border-bottom: 0px;
}

.relatedTopicBox {
  border-bottom: 0px;
}

.related:last-child {
  border-bottom: 0px;
}

.relatedCaptionBox {
  margin: 20px 0 30px;
}

.relatedCaption {
  font-size: 20px;
}

.moreRelatedCaptionLink {
  font-size: 14px;
  color: #666666;
  cursor: pointer;
}

.relatedList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.relatedCompanyList {
  justify-content: flex-start;
}

.relatedCompany {
  width: 255px;
  margin: 0px 15px 15px 0px;
  font-size: 0px;
}

.relatedCompany:nth-child(3n) {
  margin-right: 0px;
}

.relatedCompanyLogo,
.relatedCompanyWrap {
  display: inline-block;
  vertical-align: middle;
}

.relatedCompanyLogo {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  overflow: hidden;
}

.relatedCompanyLogoImg {
  width: 100%;
}

.relatedCompanyWrap {
  width: calc(100% - 75px);
}

.releatedCompanyName {
  margin-bottom: 12px;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #292929;
}

.relatedCompanyDesc {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #999999;
}

.relatedArticle {
  width: 365px;
  margin-bottom: 30px;
}

.relatedArticleTitle {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
}

.relatedArticleTitleLink {
  color: #252525;
}

.relatedArticleSummary {
  font-size: 14px;
  color: #999999;
}

.loadMoreBtnBox {
  margin-bottom: 0px;
}

/* 相关企业 */
.moduleCompanyBox {
  border: none;
  margin-bottom: 32px;
}

.moduleCompanyBox .relatedCaptionBox {
  justify-content: flex-start;
}

.relatedContentBox {
  align-items: flex-end;
}

.relatedDesc {
  margin-left: 16px;
  font-size: 14px;
  color: #bbbbbb;
}

.settleinLink {
  margin-left: 16px;
  width: 68px;
  height: 26px;
  font-size: 14px;
  color: #dc1e38;
  line-height: 26px;
  text-align: center;
  border: 1px solid #dc1e38;
  border-radius: 4px;
}

.settleinLink:hover {
  color: #fff;
  background: #dc1e38;
}

.modulePanel {
  margin: 0 0;
}

.moduleHeadPanel {
  margin-bottom: 30px;
}

.moduleContentPanel {
  background: #fff;
  border-radius: 0;
  padding: 0 0;
  box-sizing: border-box;
}

.moduleCompanyItem {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  width: 390px;
  background: #f8f8f8;
  border-radius: 4px;
  padding: 24px;
  box-sizing: border-box;
  margin: 0 20px 20px 0;
  cursor: auto;
}

.moduleCompanyItem:nth-child(2n) {
  margin-right: 0;
}

.moduleCompanyItem:hover {
  box-shadow: 0px 10px 15px rgb(0 0 0 / 8%);
}

.moduleContentTitle:hover,
.moduleContentDesc:hover {
  color: #0060df;
}

.attentionBtn:hover {
  color: #fff;
  background: var(--themeLinearColor);
  border: var(--themeBorderColor);
}

.enterprisesCoverBox {
  width: 60px;
  height: 60px;
  border-radius: 4px;
  box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 8%);
}

.enterprisesCover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.moduleContentTextPanel {
  width: calc(100% - 76px);
  margin-left: 16px;
  font-size: 0;
}

.enterprisesName {
  margin-top: 0;
  text-align: left;
  opacity: 1;
  font-size: 12px;
  line-height: 20px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.moduleContentTitle {
  font-size: 18px;
  text-align: left;
  color: #292929;
  line-height: 20px;
  margin-bottom: 12px;
  cursor: pointer;
}

.moduleContentDesc {
  margin-bottom: 20px;
  font-size: 14px;
  color: #aaaaaa;
}

.attentionBtn {
  display: block;
  width: 68px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #666666;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}

/* 企业名称样式 */
.hubcompany {
  display: inline;
  color: #262626 !important;
  border-bottom: 1px solid #262626;
}

.hubcompany:hover {
  color: #0060df !important;
  border-bottom-color: #0060df !important;
}

.articleRightToolBox {
  position: fixed;
  width: 260px;
  left: calc(50% - 130px);
  top: 160px;
  height: 514px;
  margin-left: 450px;
}

@media screen and (max-width: 1366px) {
  .articleRightToolBox {
    top: 120px;
    margin-left: 440px;
  }
}

.toolsHubArticleBox {
  width: 100%;
  margin-bottom: 20px;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background-color: #ffffff;
}

.codeImg {
  width: 90px;
  margin-right: 8px;
}

.toolsHubArticleGuide,
.toolsHubArticleGuideDesc {
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}

.toolsHubArticleGuide {
  font-weight: bold;
}

/* 招聘模块 */
/* .recruitModule{
			position: fixed;
			left: calc(50% - 242px);
			bottom: 60px;
			width: 260px;
			margin: 0 0;
			margin-left: 578px;
			} */
.recruitContent {
  width: 100%;
}

.recruitModule .moduleHeadPanel {
  margin-bottom: 16px;
}

.recruitItem {
  padding-bottom: 12px;
  margin-bottom: 12px;
  box-sizing: border-box;
  font-size: 0px;
  border-bottom: 1px dashed #e5e5e5;
}

.recruitItem:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.recruitModule a {
  display: inline-block;
}

.moduleTitle {
  font-size: 16px;
  font-weight: bold;
}

.recruitContentText {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
  font-size: 14px;
  color: #252525;
}

.recruitContentText:hover {
  color: #0060df;
}

.recruitInFoText,
.enterpriseName {
  font-size: 12px;
}

.recruitInFoText {
  color: #ff0000;
  margin-right: 16px;
}

.enterpriseName {
  color: #cccccc;
  max-width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.panelTitleLink {
  color: #0060df;
}

.panelTitleLinkIcon path {
  fill: #0060df;
}

.checkedLabel {
  display: block;
  width: 52px;
  height: 52px;
  padding: 9px;
  margin-top: 24px;
  box-sizing: border-box;
  font-size: 0px;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background: #0060df;
  cursor: pointer;
}

.checkedInput {
  display: none;
}

.checkedLabel::after {
  content: attr(data-show);
  font-size: 12px;
  color: #fff;
}

.checkedInput:checked~.checkedLabel::after {
  content: attr(data-hide);
  font-size: 12px;
  color: #ccc;
  line-height: 32px;
}

.checkedInput:checked~.checkedLabel {
  background-color: #fff;
}

.checkedInput:checked~.recruitContent {
  display: block;
}

.communityLink {
  color: #0060df;
  cursor: pointer;
}

.articleKeyWords {
  margin-top: 28px;
}

.articleKeyWord {
  margin-bottom: 14px;
}

.articleContent p:last-child,
.articleContent li:last-child {
  margin-bottom: 0;
}

/* @media screen and (max-width: 1366px) {
  .tools,
  .recruitModule {
    bottom: 40px;
  }

  .articleRightToolBox {
    top: 140px;
  }
} */
@media screen and (max-width: 1200px) {
  /* .articleBox {
    margin: 0 auto 80px;
  }

  .recruitModule {
    display: none;
  }

  .tools {
    left: calc(50% - 26px);
    margin-left: -468px;
  } */
}

@media screen and (max-width: 750px) {
  /* .tools {
    display: none;
  } */

  html {
    font-size: calc(100vw / 7.5);
  }

  .nav {
    height: 1.2rem;
  }

  .navBar {
    display: none;
  }

  .menu {
    height: 1.2rem;
    overflow: hidden;
  }

  .menu>.container {
    width: 100%;
  }

  .menuList,
  .openSearchWin {
    display: none;
  }

  .menuLogos {
    float: none;
    width: 100%;
    margin: 0.2rem 0px 0px;
    font-size: 0px;
    text-align: center;
  }

  .menuLogo {
    display: inline-block;
    width: auto;
  }

  .menuLogoImg {
    width: auto;
    height: 0.8rem;
  }

  .contentBox {
    width: 100%;
    margin: 2rem auto 0px;
  }

  .contentBox>.container {
    width: 95%;
    margin: 0 auto;
  }

  .articleBox {
    width: 100%;
    margin: 0 auto 0.8rem;
  }

  .topLabels {
    margin-bottom: 0.4rem;
  }

  .topLabel {
    font-size: 0.28rem;
  }

  .articleTitle {
    font-size: 0.4rem;
    line-height: 0.7rem;
  }

  .articleFrom {
    margin-bottom: 0.6rem;
  }

  .fromPic {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.2rem;
  }

  .fromName,
  .publishTime {
    font-size: 0.24rem;
    line-height: 0.5rem;
  }

  .fromName {
    margin-right: 0.2rem;
  }

  .articleEnLink {
    margin-left: 0.2rem;
    font-size: 0.24rem;
    line-height: 0.5rem;
  }

  .articleSummary {
    margin-bottom: 0.4rem;
    padding: 0.2rem;
  }

  .summaryDesc {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }

  .articleContent p,
  .articleContent figure {
    margin: 0 0 0.4rem;
    font-size: 0.28rem;
    line-height: 0.6rem;
  }

  .articleContent p img,
  .articleContent figure img {
    width: 100% !important;
    height: auto !important;
  }

  .articleKeyWords {
    margin-bottom: 0.4rem;
    font-size: 0px;
  }

  .articleKeyWord {
    margin: 0px 0.2rem 0.2rem 0px;
    padding: 0 0.2rem;
    font-size: 0.28rem;
    line-height: 0.6rem;
  }

  .likeBtnBox {
    margin-bottom: 1rem;
  }

  .likeBtn {
    width: 1.6rem;
    height: 1.6rem;
  }

  .likeBtnIcon {
    display: block;
    width: 0.5rem;
    flex-shrink: 0;
    flex-grow: 0;
  }

  .likeBtnText {
    margin-top: 0.1rem;
    font-size: 0.24rem;
    flex-shrink: 0;
    flex-grow: 0;
    color: #999999;
  }

  .author {
    margin-bottom: 0.4rem;
    padding: 0.4rem 0.3rem;
  }

  .authorPic {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.2rem;
    overflow: hidden;
  }

  .authorInfo {
    width: calc(100% - 1rem);
  }

  .authorName {
    margin-bottom: 0.2rem;
    font-size: 0.36rem;
  }

  .authorJobTitle,
  .authorIntro {
    font-size: 0.28rem;
  }

  .authorContacts {
    margin-top: 0.6rem;
  }

  .authorArticlesLink {
    right: 0.3rem;
    top: 0.4rem;
    font-size: 0.28rem;
  }

  .author.contribute {
    padding: 0.4rem 0.3rem;
  }

  .contributePic {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.4rem;
  }

  .contributeIntroBox {
    width: calc(100% - 0.8rem);
  }

  .contributeWayDesc,
  .contributeWayDesc {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }

  .contributeWays {
    margin-top: 0.2rem;
  }

  .articleCopyright {
    margin-bottom: 0.4rem;
    font-size: 0.24rem;
  }

  .xcodeBox {
    margin-bottom: 0.4rem;
  }

  .related {
    margin-bottom: 0.4rem;
  }

  .relatedCaption {
    margin: 0.4rem 0 0.3rem;
    font-size: 0.36rem;
  }

  .relatedCompany {
    width: 100%;
    margin: 0px 0px 0.4rem 0px;
  }

  .relatedCompanyLogo {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.3rem;
  }

  .relatedCompanyLogoImg {
    font-size: 0.28rem;
  }

  .relatedCompanyWrap {
    width: calc(100% - 1.5rem);
  }

  .releatedCompanyName {
    margin-bottom: 0.24rem;
    font-size: 0.32rem;
  }

  .relatedCompanyDesc {
    font-size: 0.28rem;
  }

  .relatedArticle {
    width: 100%;
    margin-bottom: 0.4rem;
  }

  .relatedArticleTitle {
    margin-bottom: 0.2rem;
    font-size: 0.32rem;
    line-height: 0.5rem;
  }

  .relatedArticleSummary {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }

  .commentsBox {
    display: none;
  }

  .footer {
    padding: 0.4rem 0px;
  }

  .footer>.container {
    width: 100%;
  }

  .footerMenuBox {
    display: none;
  }

  .footerAbout {
    float: none;
    width: 100%;
  }

  .footerLogo {
    float: none;
    width: 100%;
    margin: 0 auto;
    font-size: 0px;
    text-align: center;
  }

  .footerLogoImg {
    display: inline-block;
    width: 2rem;
  }

  .footerFollows {
    display: none;
  }

  .footerLogo::after {
    content: "©2006-2020 环球旅讯版权所有";
    display: block;
    margin-top: 0.2rem;
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: #ffffff;
  }

  .copyright {
    display: none;
  }
}

.hub-top-of-related-articles {
  margin: 0 0 25px 0;
}

.hub-top-of-related-articles .contain {
  width: 100%;
  object-fit: contain;
}

.myInfoDialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

.myInfoDialogBox {
  width: 100%;
  max-width: 600px;
  height: auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}

.myInfoDialogClose {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  color: #999;
}

.myInfoDialogTitle {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}

.myInfoDialogMain {
  margin-bottom: 20px;
}

.myInfoDialogItem {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.myInfoDialogLabel {
  width: 80px;
  text-align: right;
  margin-right: 10px;
  font-size: 14px;
  white-space: nowrap;
}

.myInfoDialogValue {
  flex: 1;
}

.myInfoDialogValue input,
.myInfoDialogValue select,
.myInfoDialogValue textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

.myInfoDialogOption {
  text-align: center;
}

.myInfoDialogCancel,
.myInfoDialogSubmit {
  padding: 8px 20px;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin: 0 10px;
}

.myInfoDialogCancel {
  background-color: #f4f4f4;
  color: #333;
}

.myInfoDialogSubmit {
  background-color: #0060df;
  color: #fff;
}

.contactDialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

.contactDialogBox {
  width: 100%;
  max-width: 600px;
  height: auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}

.contactDialogClose {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  color: #999;
}

.contactDialogTitle {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}

.contactDialogMain {
  margin-bottom: 20px;
}

.contactDialogItem {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.contactDialogLabel {
  width: 80px;
  text-align: right;
  margin-right: 10px;
  font-size: 14px;
  white-space: nowrap;
}

.contactDialogValue {
  flex: 1;
}