* {
  font-family: regular;
}
.article-head a:hover {
  color: #26ADFF;
}
#disqus_thread {
  margin-top: 30px;
}
.articlePage {
  position: relative;
}
.box {
  background-color: #fff;
}
.silde {
  background-color: #254766;
  padding: 15px 0px;
  width: 100%;
  position: fixed;
  z-index: 2;
  left: 0px;
  top: 0px;
  display: none;
}
.silde .row {
  display: flex;
  align-items: center;
}
.silde .row .name {
  width: 52%;
  font-size: 16px;
  color: #fff;
}
.silde .row .tools {
  width: 48%;
  text-align: right;
}
.silde .row .tools a,
.silde .row .tools span {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  margin-right: 37px;
  cursor: pointer;
}
.silde .row .tools a:last-child,
.silde .row .tools span:last-child {
  margin-right: inherit;
}
.silde .row .tools a::before,
.silde .row .tools span::before {
  margin-right: 10px;
}
.silde .row .tools [class^="icon-"]:hover {
  color: #26adff;
  border-bottom: 1px solid #fff;
}
.silde .row .tools .subscribe {
  padding: 10px 10px;
  background-color: #26adff;
  border-radius: 5px;
  transition: 0.5s;
}
.silde .row .tools .subscribe:hover {
  background-color: #267bb2;
}
.share {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.share .box {
  width: 41%;
  background-color: #fff;
  padding: 33px 33px;
  border-radius: 10px;
  position: relative;
}
.share .box .icon-close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  color: #c9caca;
}
.share .box .title {
  font-size: 25px;
  color: #3e3a39;
}
.share .box .tools {
  border-bottom: 1px dashed #c9caca;
  display: flex;
  align-items: flex-end;
  padding: 46px 0px 24px 0px;
}
.share .box .tools a,
.share .box .tools span {
  font-size: 18px;
  margin-right: 14px;
  display: flex;
  align-items: center;
  float: left;
  cursor: pointer;
}
.share .box .tools #copy {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.share .box .tools .icon-copy {
  color: #3267d6;
  position: relative;
  top: 3px;
  font-size: 20px;
}
.share .box .tools .icon-copy .social-share__tooltip {
  background-color: #424242;
  border-radius: 0.375rem;
  color: #fff;
  padding: 0.3125rem 0.625rem;
  position: absolute;
  top: 30px;
  left: -45px;
  text-align: center;
  white-space: nowrap;
  margin: 0px 0px;
  z-index: 1;
  display: none;
}
.share .box .tools .icon-copy .social-share__tooltip::before {
  border-bottom-color: #424242;
  border-style: solid;
  border-width: 0.3125rem;
  bottom: 100%;
  content: "";
  left: 50%;
  margin-left: -0.3125rem;
  position: absolute;
}
.share .box .tools .icon-instagram {
  color: #3267d6;
}
.share .box .tools .icon-twitter {
  color: #2fb0ec;
  font-size: 20px;
}
.share .box .tools .icon-facebook {
  color: #5e90ea;
}
.share .box .tools .icon-google {
  color: #de4330;
  font-size: 24px;
  position: relative;
  top: 4px;
}
.share .box .name {
  color: #757575;
  font-size: 16px;
  padding: 20px 0px;
}
.share .box .date {
  color: #999898;
  font-size: 14px;
}
@media (max-width: 1054px) {
  .silde {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .silde .row {
    display: inherit;
  }
  .silde .row .name,
  .silde .row .tools {
    width: 100%;
  }
  .silde .row .tools {
    margin-top: 15px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .silde .row .tools a,
  .silde .row .tools span {
    margin-right: 0px;
  }
  .share .box {
    width: 90%;
  }
}
.article-author-new {
  display: none;
}
@media (min-width: 1055px) {
  .articlePage {
    width: 100%;
    min-width: 1054px;
    margin: 0 auto;
    background-color: #f5f5f5;
  }
  .article-head {
    width: 1054px;
    margin: 0 auto;
    padding: 18px 0;
  }
  .article-head img {
    width: 18px;
    float: left;
    margin-right: 6px;
  }
  .article-head a {
    color: #2E2E2E;
    font-size: 14px;
    float: left;
  }
  .article-head a::after {
    content: '|';
    display: inline-block;
    margin: 0 6px;
  }
  .article-title {
    color: #2E2E2E;
    font-size: 14px;
  }
  .article-content {
    float: left;
    width: 762px;
    min-height: 500px;
    padding: 45px 25px 0px 20px;
    border-right: 1px solid #dcdddd;
  }
  .article-content h1 {
    font-size: 36px;
    color: #000000;
    line-height: 1.4;
    font-family: regular;
  }
  .article-content span {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 14px;
  }
  .article-content img {
    padding: 10px 0;
  }
  .article-content p {
    margin-top: 16px;
    font-size: 16px;
    color: #606060;
    line-height: 27px;
  }
  .article-content h3 {
    margin-top: 38px;
    font-size: 20px;
    color: #000000;
  }
  .article-content p em {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    font-style: normal;
  }
  .article-content p a {
    color: #26ADFF;
    text-decoration: none;
  }
  .article-content p a:hover {
    opacity: 0.6;
  }
  .article-content ul {
    -webkit-padding-start: 20px;
  }
  .article-content ul li p {
    margin-top: 5px;
    line-height: 1em;
  }
  .article-r {
    padding-top: 45px;
    float: right;
    width: 262px;
    padding-left: 30px;
  }
  .article-h2 {
    font-weight: 400;
    font-size: 24px;
    color: #000;
    padding-bottom: 5px;
    border-bottom: 1px solid #C8C8C8;
  }
  .article-related .article-con.news_con {
    margin-top: 10px;
    list-style: none;
    -webkit-padding-start: 0px;
    margin-bottom: 50px;
    padding-bottom: 15px;
  }
  .article-related .article-con .article_box {
    display: flex;
    padding: 15px 0px;
  }
  .article-related .article-con .article_box .article-img {
    flex: 0 0 30%;
    text-align: center;
  }
  .article-related .article-con .article_box .article-img > img {
    max-width: 100%;
    max-height: 100%;
    clip-path: circle(50% at 50% 50%);
  }
  .article-related .article-con .article_box .hot_viewed {
    margin-left: 10px;
  }
  .article-related .article-con .article_box .hot_viewed span > a {
    color: #333333;
    font-size: 14px;
  }
  .article-related .article-con .article_box .hot_viewed span > a:hover {
    color: #26ADFF;
  }
  .article-related .pro-con {
    margin-top: 10px;
    list-style: none;
    -webkit-padding-start: 0px;
  }
  .article-related .pro-con .hot-box {
    display: flex;
    padding: 15px 0px;
  }
  .article-related .pro-con .hot-box:hover {
    background-color: #f9f9f9;
  }
  .article-related .pro-con .hot-box .star > img {
    width: 12px;
  }
  .article-related .pro-con .hot-box .hot-pro > p > a {
    color: #333333;
  }
  .article-related .pro-con .hot-box .hot-pro > span > a {
    color: #666666;
  }
  .article-related .pro-con .hot-box .hot-img {
    text-align: center;
    width: 15%;
    margin-right: 15px;
  }
  .article-related .pro-con .hot-box .hot-img img {
    max-width: 100%;
    max-height: 100%;
  }
  .article-related ul {
    margin-top: 10px;
    list-style: none;
    -webkit-padding-start: 0px;
  }
  .article-related ul li {
    padding: 6px 0;
  }
  .article-related ul li a {
    text-decoration: none;
    color: #606060;
    font-size: 16px;
  }
  .article-related ul li a::before {
    content: '●';
    font-size: 0.6em;
    position: relative;
    top: -1px;
    margin-right: 8px;
  }
  .article-related ul li a:hover {
    color: #26ADFF;
  }
  .article-author {
    width: 1054px;
    margin: 0 auto;
    margin-top: 62px;
    overflow: hidden;
    padding-bottom: 116px;
  }
  .article-author img {
    margin-right: 39px;
    display: inline-block;
    vertical-align: top;
  }
  .author-intro {
    display: inline-block;
    width: 54%;
  }
  .author-intro span {
    font-size: 16px;
    font-weight: bold;
    color: #000;
  }
  .author-intro p {
    font-size: 16px;
    color: #606060;
    line-height: 28px;
    padding-top: 6px;
  }
  .author-intro p > span {
    font-weight: 600;
  }
}
/*ipad*/
@media (max-width: 1054px) and (min-width: 768px) {
  .articlePage {
    width: 100%;
    min-width: 768px;
    margin: 0 auto;
    background-color: #f5f5f5;
  }
  .article-head {
    width: 96%;
    margin: 0 auto;
    padding: 18px 0;
  }
  .article-head img {
    width: 18px;
    float: left;
    margin-right: 6px;
  }
  .article-head a {
    color: #2E2E2E;
    font-size: 14px;
    float: left;
  }
  .article-head a::after {
    content: '|';
    display: inline-block;
    margin: 0 6px;
  }
  .article-title {
    color: #2E2E2E;
    font-size: 14px;
  }
  .article-content {
    width: 96%;
    margin: 0 auto;
    background-color: #fff;
    box-sizing: border-box;
    padding: 40px 30px;
    padding-bottom: 80px;
  }
  .article-content h1 {
    font-size: 24px;
    color: #000000;
  }
  .article-content span {
    display: block;
    margin-top: 14px;
    color: #999999;
    font-size: 14px;
  }
  .article-content img {
    padding: 10px 0;
    max-width: 96%;
  }
  .article-content p {
    margin-top: 28px;
    font-size: 14px;
    color: #606060;
    line-height: 26px;
  }
  .article-content h3 {
    margin-top: 30px;
    font-size: 18px;
    color: #000000;
  }
  .article-content p em {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    font-style: normal;
  }
  .article-content p a {
    color: #26ADFF;
    text-decoration: none;
  }
  .article-content p a:hover {
    opacity: 0.6;
  }
  .article-content ul {
    -webkit-padding-start: 20px;
  }
  .article-content ul li p {
    margin-top: 5px;
    line-height: 1em;
  }
  .article-related {
    width: 96%;
    margin: 0 auto;
    margin-top: 40px;
  }
  .article-h2 {
    font-weight: bold;
    font-size: 24px;
    color: #000;
  }
  .article-related .article-con {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .article-related .article-con .pro-con {
    margin-top: 10px;
    text-align: center;
  }
  .article-related .article-con .article_box {
    display: flex;
    flex: 18%;
    padding: 0px 10px;
  }
  .article-related .article-con .article_box .article-img {
    flex: 0 0 30%;
    text-align: center;
    margin-right: 10px;
    clip-path: circle(50% at 50% 50%);
  }
  .article-related .article-con .article_box a {
    text-decoration: none;
    color: #606060;
    font-size: 16px;
  }
  .article-related .article-con .article_box a:hover {
    color: #26ADFF;
  }
  .article-related .pro-con .hot-box .hot-pro > span > a {
    color: #606060;
    font-size: 16px;
  }
  .article-related .pro-con .hot-box .hot-pro .star {
    margin: auto;
  }
  .article-related .pro-con .hot-box .hot-pro > p > a {
    font-size: 18px;
    color: #333333;
  }
  .article-author {
    width: 96%;
    margin: 0 auto;
    margin-top: 52px;
    overflow: hidden;
    padding-bottom: 76px;
  }
  .article-author img {
    float: left;
    margin-right: 39px;
  }
  .author-intro span {
    font-size: 16px;
    font-weight: bold;
    color: #000;
  }
  .author-intro p {
    font-size: 14px;
    color: #606060;
    line-height: 22px;
    padding-top: 6px;
  }
}
@media (max-width: 767px) {
  .articlePage {
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    background-color: #f5f5f5;
  }
  .article-head {
    width: 92%;
    margin: 0 auto;
    padding: 16px 0;
  }
  .article-head img {
    width: 18px;
    float: left;
    margin-right: 6px;
  }
  .article-head a {
    color: #2E2E2E;
    font-size: 14px;
    float: left;
  }
  .article-head a::after {
    content: '|';
    display: inline-block;
    margin: 0 6px;
  }
  .article-title {
    color: #2e2e2e;
    font-size: 14px;
  }
  .article-content {
    width: 92%;
    margin: 0 auto;
    background-color: #fff;
    box-sizing: border-box;
    padding: 32px 14px;
    padding-bottom: 40px;
  }
  .article-content h1 {
    font-size: 24px;
    color: #000000;
    line-height: 1.4;
  }
  .article-content span {
    margin-top: 12px;
    color: #999999;
    font-size: 12px;
    display: block;
  }
  .article-content img {
    padding: 10px 0;
    max-width: 92%;
  }
  .article-content p {
    margin-top: 15px;
    font-size: 16px;
    color: #606060;
    line-height: 30px;
  }
  .article-content h3 {
    margin-top: 30px;
    font-size: 20px;
    color: #000000;
    line-height: 30px;
  }
  .article-content p em {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    font-style: normal;
  }
  .article-content p a {
    color: #26ADFF;
    text-decoration: none;
  }
  .article-content p a:hover {
    opacity: 0.6;
  }
  .article-content ul {
    -webkit-padding-start: 20px;
  }
  .article-content ul li p {
    margin-top: 5px;
    line-height: 1em;
  }
  .article-r {
    padding-top: 0px;
    float: unset;
    width: 90%;
    padding-left: 30px;
  }
  .article-h2 {
    font-weight: 400;
    font-size: 24px;
    color: #000;
    padding-bottom: 5px;
    border-bottom: 1px solid #C8C8C8;
  }
  .article-related .article-con.news_con {
    margin-top: 10px;
    list-style: none;
    -webkit-padding-start: 0px;
    margin-bottom: 50px;
    padding-bottom: 15px;
  }
  .article-related .article-con .article_box {
    display: flex;
    padding: 15px 0px;
  }
  .article-related .article-con .article_box .article-img {
    flex: 0 0 30%;
    text-align: center;
  }
  .article-related .article-con .article_box .article-img > img {
    max-width: 100%;
    max-height: 100%;
    clip-path: circle(50% at 50% 50%);
  }
  .article-related .article-con .article_box .hot_viewed {
    margin-left: 10px;
  }
  .article-related .article-con .article_box .hot_viewed span > a {
    color: #333333;
    font-size: 14px;
  }
  .article-related .pro-con {
    margin-top: 10px;
    list-style: none;
    -webkit-padding-start: 0px;
  }
  .article-related .pro-con .hot-box {
    display: flex;
    padding: 15px 0px;
  }
  .article-related .pro-con .hot-box .star > img {
    width: 12px;
  }
  .article-related .pro-con .hot-box .hot-pro > p > a {
    color: #333333;
  }
  .article-related .pro-con .hot-box .hot-pro > span > a {
    color: #666666;
  }
  .article-related .pro-con .hot-box .hot-img {
    text-align: center;
    width: 40%;
    margin-right: 10px;
    padding: 0px 10px;
  }
  .article-related .pro-con .hot-box .hot-img img {
    max-width: 100%;
    max-height: 100%;
  }
  .article-author {
    width: 92%;
    margin: 0 auto;
    margin-top: 62px;
    overflow: hidden;
    padding-bottom: 56px;
  }
  .article-author img {
    margin-right: 39px;
  }
  .author-intro span {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-top: 20px;
  }
  .author-intro p {
    font-size: 16px;
    color: #606060;
    line-height: 28px;
    padding-top: 6px;
  }
}
