@charset "utf-8";
*{
  box-sizing: border-box;
}
html,body{
  width:100%;
  height:100%;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
li { display: block; list-style: none; }

img {vertical-align: middle; border: none; }

textarea { resize: none; }

section { display: block; }
a { border:0; text-decoration: none; outline: none;}

em{ font-style: normal;}

input,
select,
textarea { 
  outline: none; border: none; background: none; border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  background-image: -webkit-linear-gradient(transparent, transparent);
  background-image: linear-gradient(transparent, transparent);
  font-family:"Helvetica", "Arial";
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  min-height: 1em;
}
.ellipsisLc2 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.scrollX{
  overflow-x: scroll;
  white-space: nowrap;
}
.cp{
  cursor: pointer;
}
.ant-notification {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0,0,0,0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: fixed;
  z-index: 1010;
  width: 300px;
  top: 80px !important;
  max-width: calc(100vw - 32px);
  margin-right: 20px;
}
.ant-notification-notice {
  position: relative;
  margin-bottom: 16px;
  padding: 10px 24px 10px 10px;
  overflow: hidden;
  line-height: 1.5;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.ant-notification-notice-close {
position: absolute;
top: 5px;
right: 6px;
color: #fff;
outline: none
}
.ant-notification-close-icon {
  font-size: 14px;
  cursor: pointer;
}
.anticon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.anticon svg {
  display: inline-block;
}
svg:not(:root) {
  overflow: hidden;
}
.anticon>* {
  line-height: 1;
}
.ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,.ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,.ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,.ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active {
-webkit-animation-name: NotificationLeftFadeIn;
animation-name: NotificationLeftFadeIn
}
.ant-notification .notification-fade-effect {
-webkit-animation-duration: .24s;
animation-duration: .24s;
-webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
animation-timing-function: cubic-bezier(.645, .045, .355, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}

.ant-notification-fade-enter,.ant-notification-fade-appear {
opacity: 0;
-webkit-animation-duration: .24s;
animation-duration: .24s;
-webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
animation-timing-function: cubic-bezier(.645, .045, .355, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-play-state: paused;
animation-play-state: paused
}

.ant-notification-fade-leave {
-webkit-animation-duration: .24s;
animation-duration: .24s;
-webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
animation-timing-function: cubic-bezier(.645, .045, .355, 1);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: .2s;
animation-duration: .2s;
-webkit-animation-play-state: paused;
animation-play-state: paused
}

.ant-notification-fade-enter.ant-notification-fade-enter-active,.ant-notification-fade-appear.ant-notification-fade-appear-active {
-webkit-animation-name: NotificationFadeIn;
animation-name: NotificationFadeIn;
-webkit-animation-play-state: running;
animation-play-state: running
}

.ant-notification-fade-leave.ant-notification-fade-leave-active {
-webkit-animation-name: NotificationFadeOut;
animation-name: NotificationFadeOut;
-webkit-animation-play-state: running;
animation-play-state: running
}

@-webkit-keyframes NotificationFadeIn {
0% {
  left: 384px;
  opacity: 0
}

100% {
  left: 0;
  opacity: 1
}
}

@keyframes NotificationFadeIn {
0% {
  left: 384px;
  opacity: 0
}

100% {
  left: 0;
  opacity: 1
}
}

@-webkit-keyframes NotificationLeftFadeIn {
0% {
  right: 384px;
  opacity: 0
}

100% {
  right: 0;
  opacity: 1
}
}

@keyframes NotificationLeftFadeIn {
0% {
  right: 384px;
  opacity: 0
}

100% {
  right: 0;
  opacity: 1
}
}

@-webkit-keyframes NotificationFadeOut {
0% {
  max-height: 150px;
  margin-bottom: 16px;
  padding-top: 16px 24px;
  padding-bottom: 16px 24px;
  opacity: 1
}

100% {
  max-height: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0
}
}

@keyframes NotificationFadeOut {
0% {
  max-height: 150px;
  margin-bottom: 16px;
  padding-top: 16px 24px;
  padding-bottom: 16px 24px;
  opacity: 1
}

100% {
  max-height: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0
}
}
@media (max-width:767px){
  .ant-notification {
      top: 60px !important;
      margin-right: 10px;
  }
}
/* css hack ie11 edge */
@charset "<Any Modern Browser but MSIE 10->";
_:-ms-lang(x),.ant-tabs-nav-container{
    overflow-y: hidden;
}
@charset "<Any Modern Browser but MSIE 10->";
_:-ms-lang(x),.ant-tabs-nav-container,
.ant-tabs-content
{
    font-size:14px !important;
}
.ant-tabs{
    position: relative;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}
.ant-tabs-bar,
.ant-tabs-nav-container {
    -webkit-transition: padding .3s cubic-bezier(.645,.045,.355,1);
    transition: padding .3s cubic-bezier(.645,.045,.355,1);
    margin-bottom: -1px;
}
.ant-tabs-bar,
.ant-tabs-tabpane
{
    border-bottom: 1px solid #E9E9E9;
    outline: none;
}
@media (max-width: 767px){
    .ant-tabs-tabpane
    {
        border-bottom: none;
    }
}
.ant-tabs-bar,
.ant-tabs-content{
    margin: 0;
}
.ant-tabs-content-animated
{
    margin: 0 0 22px;
}
.no-flex > .ant-tabs-content > .ant-tabs-tabpane-inactive,
.ant-tabs-no-animation > .ant-tabs-content > .ant-tabs-tabpane-inactive,
.ant-tabs-vertical > .ant-tabs-content > .ant-tabs-tabpane-inactive{
    display: none;
}
.ant-tabs-nav-container{
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    font-size: 16px;
    color:#9B9B9B;
    position: relative;
    white-space: nowrap;
    font-family: "PingFangSC-Semibold",
    "Microsoft YaHei","Hiragino Sans GB",
    tahoma,Arial,"\5B8B\4F53","STHeiti",
    "WenQuanYi Micro Hei",SimSun, sans-serif;
}
@media (max-width: 767px){
    .ant-tabs-nav-container{
        font-size: 14px;
    }
}
.ant-tabs-nav-container,
.tagContainer
{
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    white-space: nowrap;
    width:1180px;
    margin:0 auto;
}
/* 栏目的居中对齐 */
@media (max-width: 767px){
    .ant-tabs-nav-container
    {
        width:calc(100vw - 30px);
        margin:0 15px 0;
        display: flex;
        justify-content: center;
    }
    .tagContainer{
        display: flex;
        justify-content: center;
        width:calc(100vw - 30px);
        margin: 0px 15px 0;
    }
    .tagInnerDiv{
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        white-space: nowrap;
    }
}
:root .ant-tabs-tab-prev {
    -webkit-filter: none;
    filter: none;
}
.ant-tabs-tab-prev {
    left: 0;
}
.ant-tabs-tab-btn-disabled,
.ant-tabs-tab-btn-disabled:hover {
    color: rgba(0,0,0,.25);
}
.ant-tabs-tab-btn-disabled {
    cursor: not-allowed;
}
.ant-tabs-tab-next,
.ant-tabs-tab-prev {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2;
    width: 0;
    height: 100%;
    cursor: pointer;
    border: 0;
    background-color: transparent;
    position: absolute;
    text-align: center;
    color: rgba(0,0,0,.45);
    -webkit-transition: width .3s cubic-bezier(.645,.045,.355,1),opacity .3s cubic-bezier(.645,.045,.355,1),color .3s cubic-bezier(.645,.045,.355,1);
    transition: width .3s cubic-bezier(.645,.045,.355,1),opacity .3s cubic-bezier(.645,.045,.355,1),color .3s cubic-bezier(.645,.045,.355,1);
    opacity: 0;
    pointer-events: none;
}
.ant-tabs-tab-next-icon,
.ant-tabs-tab-prev-icon {
    font-style: normal;
    font-weight: 700;
    font-variant: normal;
    line-height: inherit;
    vertical-align: baseline;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    text-transform: none;
}
:root .ant-tabs-tab-next-icon-target,
:root .ant-tabs-tab-prev-icon-target {
    font-size: 12px;
}
.ant-tabs-tab-next-icon-target,
.ant-tabs-tab-prev-icon-target {
    display: block;
    display: inline-block;
    font-size: 12px;
    font-size: 10px\9;
    -webkit-transform: scale(.83333333) rotate(0deg);
    -ms-transform: scale(.83333333) rotate(0deg);
    transform: scale(.83333333) rotate(0deg);
}
.anticon {
    display: inline-block;
    font-style: normal;
    vertical-align: -.125em;
    text-align: center;
    text-transform: none;
    line-height: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.anticon svg {
    display: inline-block;
}
svg:not(:root) {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}
.anticon>* {
    line-height: 1;
}
svg {
    display: block;
}
.ant-tabs-nav-wrap {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    margin-bottom: -1px;
}
.ant-tabs-nav-scroll {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    white-space: nowrap;
}
.ant-tabs-nav {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.645,.045,.355,1);
    transition: -webkit-transform .3s cubic-bezier(.645,.045,.355,1);
    transition: transform .3s cubic-bezier(.645,.045,.355,1);
    transition: transform .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);
    position: relative;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.ant-tabs-nav
.ant-tabs-tab-active {
    color: #333333;
}
.ant-tabs-nav
.ant-tabs-tab:hover,
.tagItem:hover
{
    color: #333333;
}
.ant-tabs-nav
.ant-tabs-tab{
    display: inline-block;
    height: 100%;
    line-height: 66px;
    margin-right: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: color .3s cubic-bezier(.645,.045,.355,1);
    transition: color .3s cubic-bezier(.645,.045,.355,1);
    cursor: pointer;
    text-decoration: none;
}
@media (max-width: 767px){
    .ant-tabs-nav
    .ant-tabs-tab{
        line-height: 50px;
    }
}
.ant-tabs-nav
.ant-tabs-tab:last-child {
    margin-right: 0;
}
.ant-tabs-bottom
.ant-tabs-ink-bar-animated,
.ant-tabs-top .ant-tabs-ink-bar-animated {
    -webkit-transition: width .3s cubic-bezier(.645,.045,.355,1),left .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);
    transition: width .3s cubic-bezier(.645,.045,.355,1),left .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);
    transition: transform .3s cubic-bezier(.645,.045,.355,1),width .3s cubic-bezier(.645,.045,.355,1),left .3s cubic-bezier(.645,.045,.355,1);
    transition: transform .3s cubic-bezier(.645,.045,.355,1),width .3s cubic-bezier(.645,.045,.355,1),left .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);
}
.ant-tabs-ink-bar {
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 2px;
    background-color: #333333;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
.ant-tabs:not(.ant-tabs-vertical)>.ant-tabs-content-animated {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    will-change: margin-left;
    -webkit-transition: margin-left .3s cubic-bezier(.645,.045,.355,1);
    transition: margin-left .3s cubic-bezier(.645,.045,.355,1);
}
.ant-tabs:not(.ant-tabs-vertical)>.ant-tabs-content {
    width: 100%;
    color: #9B9B9B;
    font-size: 14px;
    font-family: "PingFangSC-Regular",
    "Microsoft YaHei","Hiragino Sans GB",
    tahoma,Arial,"\5B8B\4F53","STHeiti",
    "WenQuanYi Micro Hei",SimSun, sans-serif;
}
@media (max-width: 767px){
    .ant-tabs:not(.ant-tabs-vertical)>.ant-tabs-content {
        font-size: 12px;
    }
}
.ant-tabs:not(.ant-tabs-vertical)>.ant-tabs-content>.ant-tabs-tabpane {
    width:100%;
    height: 100%;
    line-height: 66px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: opacity .45s;
    transition: opacity .45s;
    opacity: 1;
}
@media (max-width: 767px){
    .ant-tabs:not(.ant-tabs-vertical)>.ant-tabs-content>.ant-tabs-tabpane {
        line-height: 29px;
    }
}
.tagContainer .tagItem,
.tagContainer .disabledTag
{
    display: inline-block;
    margin-right: 40px;
}
.tagContainer .tagItem:last-child{
    margin-right: 0;
}
@media (max-width: 767px){
    .tagContainer .tagItem{
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .tagActive .tag_Mobile{
        color:#333;
    }
}
.tagContainer .tagItem
{
    cursor: pointer;
}
.tagActive{
    color:#333;
}
.contentItem_Desktop{
  cursor: pointer;
  margin-right: 20px;   
}
.contentItem_Desktop:last-child{
  margin-right: 0px;   
}
.cover_contentItem_Desktop{
  display: block;
  width: 353px;
  height: 227px;
  padding-bottom: 20px;
}
.title_contentItem_Desktop{
  width: 353px;
  height: 48px;
  line-height: 24px;
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-family: PingFangSC-Semibold;
}
.subInfo_contentItem_Mobile{
  display: flex;
  width: 100%;
  height:20px;
}
.preDiv_subInfo_contentItem_Mobile{
  width: 20px;
  height:20px;
  margin-right: 5px;
  border-radius: 50%;
}
.postDiv_subInfo_contentItem_Mobile{
  display: flex;
  /* flex:auto; */
  width:calc(100% - 25px);
}
.nickname_contentItem_Mobile{
  width:60px;
  height: 20px;
  margin-right:19px;
  line-height: 20px;
  color: rgba(118, 118, 118, 1);
  font-size: 10px;
  font-family: PingFangSC-Regular;
}
/* @media (max-width:374px){
  .itemTxt .subTitle .prefix .prefixTitle{
      width: 60px;
  }
}
@media (min-width:375px) and (max-width:403px){
  .itemTxt .subTitle .prefix .prefixTitle{
      width: 60px;
  }
}
@media (min-width:404px) {
  .itemTxt .subTitle .prefix .prefixTitle{
      width: 72px;
  }
} */
.readAmount_contentItem_Mobile{
  /* width: 36.96969696969697%; */
  /* width:61px; */
  /* flex:1; */
  /* height: 20px; */
  width:calc(100% - 79px);
  line-height: 20px;
  color: rgba(118, 118, 118, 1);
  font-size: 10px;
  text-align: right;
  font-family: PingFangSC-Regular;
}
.contentItem_Mobile{
  display: flex;
  width:100%;
  height: 120.5px;
  padding: 20px 0px;
  border-bottom: 0.5px solid rgba(239, 239, 239, 1);
}
.contentItem_Mobile:last-child{
  border-bottom: none;
}
.itemTxt_contentItem_Mobile{
  width:calc(100% - 170px);
  height:80px;
  margin-right: 20px;
}
.itemImg_contentItem_Mobile img{
  width:150px;
  height:80px;
}
/* 文章標题 */
.mainInfo_contentItem_Mobile{
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  line-height: 20px;
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  text-align: left;
  font-family: PingFangSC-Semibold;
}
/* desktop css */
.otherArticle{
  margin-top:20px;
  padding: 40px;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(233, 233, 233, 1);
}
.contentHead,
.contentHead_Mobile
{
  height: 42px;
  padding-bottom: 20px;
  line-height: 22px;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-family: PingFangSC-Semibold;
}
/* mobile css */
.contentHead_Mobile{
  height: 50px;
  padding-top: 28px;
  padding-bottom: 0px;
}
.componentGroup_Minor_Mobile{
  margin-top: 20px;
  border-top: 1px solid rgba(233, 233, 233, 1);
  padding: 0px 20px 0px;
  background-color: rgba(255, 255, 255, 1);
}
/* desktop css */
  .articleHead{
    padding-bottom: 30px;
}
.title_articleHead{
    margin-bottom: 20px;
    line-height: 40px;
    color: rgba(51, 51, 51, 1);
    font-size: 28px;
    font-family: PingFangSC-Semibold;
}
.userInfo_articleHead{
    height: 30px;
}
.avatar_articleHead{
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 50%;
}
.nickname_articleHead{
    height:100%;
    line-height: 30px;
    color: rgba(51, 51, 51, 1);
    font-size: 12px;
    font-family: PingFangSC-Regular;
}
/* mobile css */
.articleHead_Mobile{
    padding-bottom: 20px;
}
.title_articleHead_Mobile{
    margin-bottom: 10px;
    line-height: 28px;
    color: rgba(51, 51, 51, 1);
    font-size: 20px;
    font-family: PingFangSC-Semibold;
}
.userInfo_articleHead_Mobile{
    height:25px;
}
.userInfo_articleHead_Mobile a{
    display: flex;
}
.avatar_articleHead_Mobile{
    width: 25px;
    height: 25px;
    margin-right: 5px;
    border-radius: 50%;
}
.nickname_articleHead_Mobile{
    height:100%;
    line-height: 25px;
    color: rgba(51, 51, 51, 1);
    font-size: 12px;
    font-family: PingFangSC-Regular;
}
/* 顯示ul/ol>li前面的圆点 */
/* .articleBody ol,
.articleBody ol li
{
    list-style-type:decimal;
}
.articleBody ul,
.articleBody ul li
{
    list-style-type:disc;
}
.articleBody ol li,
.articleBody ul li
{
    display: list-item;
} */

.articleBody ol,
.articleBody_Mobile ol,
.articleBody ul,
.articleBody_Mobile ul{
    padding-left: 17px;
}
.articleBody ol,
.articleBody_Mobile ol,
.articleBody ol li,
.articleBody_Mobile ol li
{
    list-style-type:decimal;
}
.articleBody ol li,
.articleBody_Mobile ol li
{
    display: list-item;
}
.articleBody ul li,
.articleBody_Mobile ul li
{
    position: relative;
}
.articleBody ul li,
.articleBody_Mobile ul li,
.articleBody ol li,
.articleBody_Mobile ol li
{
    line-height: 24px;
}
.articleBody ul li::before,
.articleBody_Mobile ul li::before
{
    position: absolute;
    top:9.5px;
    left:-16px;
    content:"";
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
}
/* desktop css */
.articleBody{
    padding-top: 30px;
    padding-bottom: 40px;
}
.articleBody p,
.articleBody_Mobile p
{
    text-align: justify;
    line-height: 24px;
    color: rgba(51, 51, 51, 1);
    font-size: 15px !important;
    font-family: PingFangSC-Regular !important;
}
.articleBody table,
.articleBody_Mobile table{
    table-layout: fixed;
}
.articleBody video,
.articleBody_Mobile video
{
    object-fit: fill;
}
.articleBody iframe,
.articleBody_Mobile iframe,
/* .articleBody video, */
/* .articleBody_Mobile video, */
.articleBody table,
.articleBody_Mobile table
{
    width:100% !important;
}
.articleBody_Mobile img
{
    width:100% !important;
    display: block;
    height:auto !important;
}
.articleBody_Mobile video {
    width:100% !important;
    height:auto !important;
}
/* .articleBody video, */
/* .articleBody_Mobile video, */
.articleBody table,
.articleBody_Mobile table
{
    height:auto !important;
}
.articleBody a,
.articleBody_Mobile a
{
    color:#286EFA;
    text-decoration:underline
}
.articleBody pre,
.articleBody_Mobile pre {
    overflow: auto;
}
/* mobile css */
.articleBody_Mobile{
    padding-top: 20px;
    padding-bottom: 30px;
}
/* @media (min-width:375px){
    .articleBody_Mobile img{
        width: 335px;
        margin: 0px calc(100% - 335px);
        height: 188px;
    }
}
@media (max-width:375px){
    .articleBody_Mobile img{
        width: 100%;
        height: 188px;
    }
} */
.pano-slider {
  padding-top: 60px;
  height: 440px;
  overflow: hidden;
}
.pano-slider-item {
  height: 380px;
  padding-top: 20px;
  position: relative;
  display: flex;
  overflow: hidden;
  box-sizing: border-box;
}
.pano-slider-bg {
  position: absolute;
  left: -60px;
  top: 0;
  width: 120%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pano-slider-blur {
  width: 150%;
  height: 150%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 150% 150%;
  filter: blur(50px);
  -ms-filter: blur(50px);
}
.pano-slider-img {
  margin: 0 auto;
  width: 1180px;
  height: 360px;
  display: block;
  cursor: pointer;
  position: relative;
}
.pano-slider-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .pano-slider {
    padding-top: 50px;
    height: 250px;
  }
  .pano-slider-item {
    height: 200px;
    padding-top: 0;
  }
  .pano-slider-img {
    width: 100%;
    height: 200px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.pano-slider .slick-slide a {
  display: block;
  background-repeat: no-repeat;
  background-color: #F4F4F4;
  background-position: center center;
  background-size: cover;
  height: 360px;
}
.slick-slide.slick-loading a {
  display: none;
}
.slick-slide.dragging a {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 48px;
  height: 48px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 24px;
}
.slick-prev {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAA4CAYAAACc//oCAAAAAXNSR0IArs4c6QAAAqRJREFUWAnF2T9IVWEYx/GOilkXRaQLBhLhoIIE4SJB0RAuioPQEi4ZLUKjm9BSONZUtARtTUFD2FJLNERLiwQZ5FBYoEQU/Vdv39/hvNyHhxzf5zzw3Pc8cvDznHvxnuc9FgdqilardQp6sxYefJb8QY6FNwB6mdwhFbENAF4t2fZLTAN4neSdtlse7fE6kP0jADlEPizJ9stvDi9E4ANAz9tuefSV13MR+DGg1w7/SH0yAj8B9MHhb6iPR+Bngb44/AX1kQj8PNAvhz+iPhyBXwHadfhd6q4IfMXBKq9HwF1A9xyud2ExAm8ArTr8J/VcBN4Eeunwz9RnIvBhoLcOf089HoFPAH1y+Br1UAQ+BaTvcRvPKPoj8HmgP1bm+AHZE4EvAenebeMWRUdWHKAgb1q1Ol7OCuuXA3WT9x3+l3ohAu8Deurw79TTEfhRoFcO36KejMBHgTYc/o56JAKfBNp2uN6JwQh8BkifsY0nFL3ZcQD9Lc+SfmJZLYriW0QDpcHVXrOXXx2vhDUgCHSR9COVho38I1W6UrA5UkOFjccUjXRO9hXsNKnhwoaGj2Z2PAFg46SGDBvrFMPpnOwr2BCpYcOGhpGJ7HgCwPpJDR02NJRMpXOyr2A9pIYPGxpO5rPjCQDrIDWE2NCQspTOCVkBl20H1fEN1iKkASFgC6SGExsaXrojm9jvBtYX2YRu4RpWbMTcwtNVIo+QG7aDqs4/xJgmBkHrGeNMExpkNcTY0JAzk87JvoLtN8pfyo4ngCa0mdH3go/8m5nUhFb0/23nbvPzvNs510R9G9rUCFdc35beNFHfQw3ThB7raKKyoYnrYDon+wrWJP2DrbhvTF0hDTRI+2gv5j8m9u2lAftwcyxu01F1wZZvh8OLNLKpH/0D7aApkdFjJU0AAAAASUVORK5CYII=) no-repeat center center;
  background-size: 16px 28px;
}
[dir='rtl'] .slick-prev {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAA4CAYAAACc//oCAAAAAXNSR0IArs4c6QAAAqRJREFUWAnF2T9IVWEYx/GOilkXRaQLBhLhoIIE4SJB0RAuioPQEi4ZLUKjm9BSONZUtARtTUFD2FJLNERLiwQZ5FBYoEQU/Vdv39/hvNyHhxzf5zzw3Pc8cvDznHvxnuc9FgdqilardQp6sxYefJb8QY6FNwB6mdwhFbENAF4t2fZLTAN4neSdtlse7fE6kP0jADlEPizJ9stvDi9E4ANAz9tuefSV13MR+DGg1w7/SH0yAj8B9MHhb6iPR+Bngb44/AX1kQj8PNAvhz+iPhyBXwHadfhd6q4IfMXBKq9HwF1A9xyud2ExAm8ArTr8J/VcBN4Eeunwz9RnIvBhoLcOf089HoFPAH1y+Br1UAQ+BaTvcRvPKPoj8HmgP1bm+AHZE4EvAenebeMWRUdWHKAgb1q1Ol7OCuuXA3WT9x3+l3ohAu8Deurw79TTEfhRoFcO36KejMBHgTYc/o56JAKfBNp2uN6JwQh8BkifsY0nFL3ZcQD9Lc+SfmJZLYriW0QDpcHVXrOXXx2vhDUgCHSR9COVho38I1W6UrA5UkOFjccUjXRO9hXsNKnhwoaGj2Z2PAFg46SGDBvrFMPpnOwr2BCpYcOGhpGJ7HgCwPpJDR02NJRMpXOyr2A9pIYPGxpO5rPjCQDrIDWE2NCQspTOCVkBl20H1fEN1iKkASFgC6SGExsaXrojm9jvBtYX2YRu4RpWbMTcwtNVIo+QG7aDqs4/xJgmBkHrGeNMExpkNcTY0JAzk87JvoLtN8pfyo4ngCa0mdH3go/8m5nUhFb0/23nbvPzvNs510R9G9rUCFdc35beNFHfQw3ThB7raKKyoYnrYDon+wrWJP2DrbhvTF0hDTRI+2gv5j8m9u2lAftwcyxu01F1wZZvh8OLNLKpH/0D7aApkdFjJU0AAAAASUVORK5CYII=) no-repeat center center;
  background-size: 16px 28px;
}
.slick-next {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAA4CAYAAACc//oCAAAAAXNSR0IArs4c6QAAApJJREFUWAnFmD9IVWEYhz0mZkoikmAgFQ4mSBAuEhQN4ZI0CC3hZLgIjW4XWgrHtqIlaGsSGkIXW6IhWloiqKA7FBQUEUVa9uf2/MALLy+2ffd3Xvjh98rhPM+Byznv93W1Wq2j5FRXXQV8kmyRC7U47Arwp/WbLNklgoAkVFetEgCHyV+RQ91mvc8mAuwS+RkEtLxPDjglzgH8KnKox6yHnRInAb4PAlq+IEecEscAvhQ51DvWJ5wShwA+CQJafiFnnRL9AB+IHOoH64tOiR6Ad4KAln/IFZuEQACvi5xq1S2xjICePtZdmh6bCLB5sh0NWK+TAafEGYCfk8RT+hGnxBTAt0niNf24U2IM4PMk8YF+2ikxBPBRktD3ZNYp0QdwLUns0C84JboB3kwSmjFWbBICAWwkCbU3SGUTAbZIfpFY92h6nRLnAX6PBqwfkkGnxAzAj0niGf1hp8QEwDdJokl/3CkxClBPHusTzYxT4iDAzWjAWr+RuW6HRVVV3+CsJ1Y/vWc7yJOupqdXey0JlW+BaKTT0BJLQ81yeVq6I5ABshHJrDXMzKdLy7dARoiGlFgaYk6Xp6U7AhknGk5iaXiZSpeWb4FMEw0lsTS0jJWnpTsCmSV5c6thZShdWr4FskA0hMTSkNJXnpbuCGSF5AMODSedfckBqIiGjVyN5Fi+hdhLNGTE0hCyWJ6W7ghkkOz5YUmXlm8B7/Vp1dDR+U8rEA0XTRKrSTNR/lHTHYH8b7waTZeWb4HPkTxg6jfQ+QETyGVSz4gNuEFydX6TAVHbrFuJ7NlmAa1vowm8vq028PoOG4DvJ/m45RX/8xy3ANIbLpb9wGky0L1HbnpvAm8LeA8d2y/tXQHvsWsbzt9/M7gtKJUM4/EAAAAASUVORK5CYII=) no-repeat center center;
  background-size: 16px 28px;
}
[dir='rtl'] .slick-next {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAA4CAYAAACc//oCAAAAAXNSR0IArs4c6QAAApJJREFUWAnFmD9IVWEYhz0mZkoikmAgFQ4mSBAuEhQN4ZI0CC3hZLgIjW4XWgrHtqIlaGsSGkIXW6IhWloiqKA7FBQUEUVa9uf2/MALLy+2ffd3Xvjh98rhPM+Byznv93W1Wq2j5FRXXQV8kmyRC7U47Arwp/WbLNklgoAkVFetEgCHyV+RQ91mvc8mAuwS+RkEtLxPDjglzgH8KnKox6yHnRInAb4PAlq+IEecEscAvhQ51DvWJ5wShwA+CQJafiFnnRL9AB+IHOoH64tOiR6Ad4KAln/IFZuEQACvi5xq1S2xjICePtZdmh6bCLB5sh0NWK+TAafEGYCfk8RT+hGnxBTAt0niNf24U2IM4PMk8YF+2ikxBPBRktD3ZNYp0QdwLUns0C84JboB3kwSmjFWbBICAWwkCbU3SGUTAbZIfpFY92h6nRLnAX6PBqwfkkGnxAzAj0niGf1hp8QEwDdJokl/3CkxClBPHusTzYxT4iDAzWjAWr+RuW6HRVVV3+CsJ1Y/vWc7yJOupqdXey0JlW+BaKTT0BJLQ81yeVq6I5ABshHJrDXMzKdLy7dARoiGlFgaYk6Xp6U7AhknGk5iaXiZSpeWb4FMEw0lsTS0jJWnpTsCmSV5c6thZShdWr4FskA0hMTSkNJXnpbuCGSF5AMODSedfckBqIiGjVyN5Fi+hdhLNGTE0hCyWJ6W7ghkkOz5YUmXlm8B7/Vp1dDR+U8rEA0XTRKrSTNR/lHTHYH8b7waTZeWb4HPkTxg6jfQ+QETyGVSz4gNuEFydX6TAVHbrFuJ7NlmAa1vowm8vq028PoOG4DvJ/m45RX/8xy3ANIbLpb9wGky0L1HbnpvAm8LeA8d2y/tXQHvsWsbzt9/M7gtKJUM4/EAAAAASUVORK5CYII=) no-repeat center center;
  background-size: 16px 28px;
}
.slick-prev {
  left: 10vw;
}
[dir='rtl'] .slick-prev {
  right: 10vw;
  left: auto;
}
.slick-next {
  right: 10vw;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 10vw;
}
@media (max-width: 1440px) {
  .slick-prev {
    left: 5vw;
  }
  [dir='rtl'] .slick-prev {
    right: 5vw;
    left: auto;
  }
  .slick-next {
    right: 5vw;
  }
  [dir='rtl'] .slick-next {
    right: auto;
    left: 5vw;
  }
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 28px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\2022';
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
.slick-dots {
  bottom: 10px;
}
.slick-dots li button:before {
  color: #FFF;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #FFF;
}
@media (max-width: 767px) {
  .slick-dots {
    bottom: 5px;
  }
  .pano-slider .slick-slide a {
    height: 200px;
  }
}

.tag,
.tag_Mobile
{
    height: 29px;
    padding: 5px 10px;
    margin-top: 10px;
    margin-right: 20px;
    border-radius: 100px;
    border: 1px solid rgba(216, 216, 216, 1);
    line-height: 17px;
    color: rgba(118, 118, 118, 1);
    font-size: 12px;
    text-align: center;
    font-family: PingFangSC-Regular;
}
.tag{
    cursor: pointer;
}
.tag:hover{
    color: #333333;
}
.tag:last-child,
.tag_Mobile:last-child
{
    margin-right: 0px;
}
.tag_Mobile{
    height: 29px;
    margin-right: 10px;
}
.articleTag,
.articleTag_Mobile{
    display: flex;
    flex-wrap:wrap;
    padding-bottom: 20px;
    border-bottom: 0.5px solid rgba(239, 239, 239, 1);

}
.articleTag_Mobile{
    padding-bottom: 10px;
}
/* desktop css */
.articlePV,
.articlePV_Mobile
{
    display: flex;
    padding-top: 20.5px;
}
.prefix,
.prefix_Mobile
{
    width:95px;
}
.prefix,
.postfix,
.prefix_Mobile,
.postfix_Mobile
{
    height: 17px;
    line-height: 17px;
    color: rgba(118, 118, 118, 1);
    font-size: 12px;
    font-family: PingFangSC-Regular;
}
.postfix,
.postfix_Mobile
{
    flex:1;
    text-align: right;
}
/* mobile css */
.articlePV_Mobile{
    padding-top: 10.5px;
}
.articleThumb{
  padding-top: 60px;
}
.articleThumb_Mobile{
  padding-top: 40px;
}
.thumbIcon,
.thumbIcon_Mobile
{
  width: 88px;
  height: 88px;
  padding: 30px;
  margin: 0px auto 10px;
  border-radius: 50%;
  border: 1px solid rgba(216, 216, 216, 1);
}
.thumbIcon_Mobile{
  width: 60px;
  height: 60px;
  padding: 20px;
  margin: 0px auto 8px;
}
.thumbIcon img{
  width: 26px;
  height: 26px;
}
.thumbIcon_Mobile img{
  width: 18px;
  height: 18px;
}
.ArticleLikeCount{
  height: 17px;
  line-height: 17px;
  color: rgba(118, 118, 118, 1);
  font-size: 12px;
  text-align: center;
  font-family: PingFangSC-Regular;
}
/*概要样式 */
.summary{
    padding:20px;
    line-height: 25px;
    color: rgba(95, 95, 95, 1);
    font-size: 13px;
    font-family: PingFangSC-Regular;
    background-color: rgba(248, 248, 248, 1);
}
.noSummary{
    height:0.5px;
    background-color: rgba(239, 239, 239, 1);
}
/* 回复框的样式 */
.reply
{
    word-break: break-all;
    margin-top: 10px;
    padding:10px;
    border: 1px solid rgba(233, 233, 233, 1);  
    line-height: 25px;
    font-size: 14px;
    color: rgba(118,118,118,1);
    font-family: PingFangSC-Regular;  
    background-color: rgba(248, 248, 248, 1);
}
/* 被艾特的人 */
.reply a,
.reply a
{
    color: #286EFA;
}
/* 评论被删除的样式 */
.delComment{
    height: 17px;
    padding: 10px 0px;
    line-height: 17px;
    color: rgba(51, 51, 51, 1);
    font-size: 12px;
    text-align: center;
    font-family: PingFangSC-Regular;
}
.articleContent
{
    padding: 40px 209px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(233, 233, 233, 1);
}
.articleContent_Mobile{
    padding: 70px 20px 0px;
    background-color: rgba(255, 255, 255, 1);
}
.ant-breadcrumb{
  height: 60px;
  padding: 20px 1px;
  line-height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular;
}
.ant-breadcrumb-link a,
.ant-breadcrumb-separator
{
  color: #9B9B9B;
}
.ant-breadcrumb a:hover {
  color: #333;
  text-decoration: underline;
}
.ant-breadcrumb-link{
  color: #333;
}
.ant-breadcrumb-separator {
  margin: 0 8px;
}
.ant-breadcrumb > span:last-child
.ant-breadcrumb-separator {
  display: none;
}
.commentHead,
.commentHead_Mobile
{
    height: 53.5px;
    padding-bottom: 20px;
    border-bottom: 0.5px solid rgba(239, 239, 239, 1);
    line-height: 33px;
    color: rgba(51, 51, 51, 1);
    font-size: 24px;
    font-family: PingFangSC-Semibold;
}
.commentHead_Mobile{
    height: 40.5px;
    padding-bottom: 20px;
    line-height: 20px;
    font-size: 14px;
}
/* 没有评论 */
.noCommentItem{
  padding: 100px 0px 40px;
  height: 162px;
  line-height: 22px;
  color: rgba(155, 155, 155, 1);
  font-size: 16px;
  text-align: center;
  font-family: PingFangSC-Medium;
}
.noCommentItem_Mobile{
  padding:80px 0px 50px;
  height: 150px;
  line-height: 20px;
  color: rgba(155, 155, 155, 1);
  font-size: 14px;
  text-align: center;
  font-family: PingFangSC-Medium;
}
/* desktop css */
.commentItem,
.commentItem_Mobile
{
  padding: 20px 0px;
  border-bottom: 0.5px solid rgba(239, 239, 239, 1);
}
.commentItem:last-child,
.commentItem_Mobile:last-child
{
  padding-bottom: 0px;
  border-bottom: none;
}
.itemHead{
  margin-bottom: 10px;
}
.itemHead,
.contentPostfix_itemHead,
.itemHead_Mobile,
.contentPostfix_itemHead_Mobile,
.commentOpt_itemHead,
.commentOpt_itemHead_Mobile,
.delBtnDiv,
.replyBtnDiv
{
  display: flex;
}

.delBtn,
.replyBtn
{
  cursor: pointer;
}
.CommentLikeCount{
  margin-left: 5px;
}
.pipeOperator
{
  margin: 0 10px;
}
.contentPostfix_itemHead img,
.contentPostfix_itemHead_Mobile img
{
  margin-top: 2px;
  width: 14px;
  height: 14px;
}
.avatar_itemHead,
.avatar_itemHead_Mobile
{
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  border-radius: 50%;
}
.avatar_itemHead_Mobile{
  margin-right: 10px;
}
.content_itemHead
{
  width:93%;
}
.nickname_itemHead,
.nickname_itemHead_Mobile
{
  cursor: pointer;
  max-width:100%;
  height: 20px;
  line-height: 20px;
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-family: PingFangSC-Semibold;
}
.viewTime_itemHead,
.viewTime_itemHead_Mobile
{
  width:95px;
}
.commentOpt_itemHead,
.commentOpt_itemHead_Mobile
{
  flex:1;
}
.viewTime_itemHead,
.commentOpt_itemHead,
.viewTime_itemHead_Mobile,
.commentOpt_itemHead_Mobile
{
  height: 20px;
  line-height: 20px;
  color: rgba(118, 118, 118, 1);
  font-size: 12px;
  font-family: PingFangSC-Regular;
}
.commentOpt_itemHead,
.commentOpt_itemHead_Mobile
{
  justify-content: flex-end;
}
.itemBody{
  padding-left: 55px;
}
.commentContent_itemBody,
.commentContent_itemBody_Mobile
{
  line-height: 25px;
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;
}
/* mobile css */
.itemHead_Mobile{
  margin-bottom: 10px;
}
.itemBody_Mobile{
  padding-left: 50px;
}
.content_itemHead_Mobile
{
  width:calc(100vw - 90px);
}
.pano-icon {
  display: inline-block;
}
.pano-icon-cert {
  width: 10px;
  height: 14px;
}
.pano-icon-vip {
  width: 11px;
  height: 14px;
}
.pano-icon-browse {
  width: 16px;
  height: 9px;
}
.pano-icon-comment {
  width: 14px;
  height: 13px;
}
.pano-icon-good,
.pano-icon-good img {
  width: 14px;
  height: 13px;
}
.pano-icon-msg1 {
  width: 13px;
  height: 15px;
}
.pano-icon-id {
  width: 12px;
  height: 12px;
}
.pano-icon-location {
  width: 8px;
  height: 12px;
}

.pano-list-item {
  display: flex;
  margin-bottom: 40px;
}
.pano-list-item:last-child {
  margin-bottom: 0;
}
.pano-list-img {
  position: relative;
}
.pano-list-imga {
  display: block;
  width: 255px;
  height: 150px;
  overflow: hidden;
}
.pano-list-imga img {
  width: 255px;
  height: 100%;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.pano-list-imga:hover img,
.pano-list-item:hover .pano-list-imga img {
  transform: scale(1.05);
}
.pano-list-tag {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 58px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  color: #5F5F5F;
}
.pano-list-info {
  flex: 1 auto;
  margin-left: 30px;
  position: relative;
}
.pano-list-title {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
.pano-list-t1 {
  font-size: 16px;
  font-weight: bolder;
  flex: auto 1;
}
.pano-list-t1 a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  line-height: 1.2em;
  max-width: 760px;
}
.pano-list-t1 a:hover,
.pano-list-item:hover .pano-list-t1 a {
  color: #004FFF;
}
.pano-list-time {
  font-size: 12px;
  color: #9B9B9B;
  padding-top: 5px;
}
.pano-list-remark {
  color: #5F5F5F;
  line-height: 24px;
  text-align: justify;
  text-justify: inter-word;
  max-height: 70px;
  overflow: hidden;
}
.pano-list-remark > a {
  color: #5F5F5F;
  text-decoration: none;
}
.pano-list-author {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  color: #5F5F5F;
  font-size: 12px;
}
.pano-list-user {
  flex: 1 auto;
  display: flex;
  align-items: center;
}
.pano-list-user > a {
  padding-right: 10px;
}
.pano-list-view {
  display: flex;
  align-items: flex-end;
}
.pano-list-view > span {
  margin-left: 20px;
  display: flex;
}
.pano-list-headimg {
  display: inline-block;
}
.pano-list-headimg img {
  width: 30px;
  border-radius: 50%;
  vertical-align: middle;
}
.pano-list-nickname {
  display: inline-block;
  max-width: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.2em;
}
.pano-list-sum {
  padding-left: 5px;
}
@media (max-width: 767px) {
  .pano-list-item {
    display: block;
  }
  .pano-list-imga {
    display: block;
    width: 100%;
    height: 184px;
    overflow: hidden;
  }
  .pano-list-imga img {
    width: 100%;
  }
  .pano-list-time {
    display: none;
    padding-top: 0;
  }
  .pano-list-info {
    margin-left: 0;
    margin-top: 15px;
  }
  .pano-list-author {
    position: relative;
  }
  .pano-list-nickname {
    max-width: 60px;
  }
  .pano-list-view {
    align-items: center;
  }
  .pano-list-imga:hover img,
  .pano-list-item:hover .pano-list-imga img {
    transform: scale(1);
  }
  .pano-list-t1 a {
    max-width: 300px;
  }
  .pano-list-remark {
    max-height: 50px;
    margin-bottom: 10px;
  }
  .pano-list-view > span {
    margin-left: 10px;
  }
}

.noArticle{
  width:100%;
  padding-top: 135px;
  padding-bottom: 120px;
}
.noArticleBody{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.noArticlePrefix{
  width:72px;
  height:80px;
  margin-bottom: 10px;
}
.noArticlePostfix{
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  text-align: center;
  font-family: PingFangSC-Medium;
}
.articleList{
  width:1180px;
  min-height: 363px;
  margin: 30px auto 0;
}
.articleList_Mobile{
  width:calc(100vw - 30px);
  min-height: 363px;
  margin: 20px 15px 0;
}
.pagination{
  padding-top: 55px;
  padding-bottom: 15px;
}
/* 来自平台的样式文件 */
.rc-pagination {
  font-size: 14px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.rc-pagination-total-text {
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
}
.rc-pagination:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.rc-pagination-item {
  cursor: pointer;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  list-style: none;
  background-color: #fff;
  margin-right: 8px;
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
}
.rc-pagination-item a {
  text-decoration: none;
  color: #666;
}
.rc-pagination-item:hover {
  border-color: #427AFB;
}
.rc-pagination-item:hover a {
  color: #427AFB;
}
.rc-pagination-item-active {
  background-color: #427AFB;
  border-color: #427AFB;
}
.rc-pagination-item-active a {
  color: #fff;
}
.rc-pagination-item-active:hover a {
  color: #fff;
}
.rc-pagination-jump-prev:after,
.rc-pagination-jump-next:after {
  content: "\2022\2022\2022";
  display: block;
  letter-spacing: 2px;
  color: #ccc;
  font-size: 12px;
  margin-top: 1px;
}
.rc-pagination-jump-prev:hover:after,
.rc-pagination-jump-next:hover:after {
  color: #427AFB;
}
.rc-pagination-jump-prev:hover:after {
  content: "\AB";
}
.rc-pagination-jump-next:hover:after {
  content: "\BB";
}
.rc-pagination-prev,
.rc-pagination-jump-prev,
.rc-pagination-jump-next {
  margin-right: 8px;
}
.rc-pagination-prev,
.rc-pagination-next,
.rc-pagination-jump-prev,
.rc-pagination-jump-next {
  cursor: pointer;
  color: #666;
  font-size: 10px;
  list-style: none;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.rc-pagination-prev a:after {
  content: "\2039";
  display: block;
}
.rc-pagination-next a:after {
  content: "\203A";
  display: block;
}
.rc-pagination-prev,
.rc-pagination-next {
  font-size: 24px;
}
.rc-pagination-prev a,
.rc-pagination-next a {
  color: #666;
}
.rc-pagination-prev a:after,
.rc-pagination-next a:after {
  margin-top: -1px;
}
.rc-pagination-disabled {
  cursor: not-allowed;
}
.rc-pagination-disabled a {
  color: #ccc;
}
.rc-pagination-options {
  margin-left: 15px;
  color: #767676;
}
.rc-pagination-options-size-changer {
  width: 80px;
}
.rc-pagination-options-quick-jumper {
  margin-left: 16px;
  height: 30px;
  line-height: 30px;
}
.rc-pagination-options-quick-jumper input[type='text'] {
  margin: 0 8px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #C2C2C2;
  outline: none;
  padding: 3px 8px;
  width: 60px;
  height: 28px;
  line-height: 28px;
}
.rc-pagination-options-quick-jumper input:hover {
  border-color: #427AFB;
}
.rc-pagination-simple .rc-pagination-prev,
.rc-pagination-simple .rc-pagination-next {
  border: none;
  height: 24px;
  line-height: 24px;
  margin: 0;
  font-size: 18px;
}
.rc-pagination-simple .rc-pagination-simple-pager {
  margin-right: 8px;
}
.rc-pagination-simple .rc-pagination-simple-pager .rc-pagination-slash {
  margin: 0 10px;
}
.rc-pagination-simple .rc-pagination-simple-pager input {
  margin: 0 8px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  outline: none;
  padding: 5px 8px;
  width: 30px;
  min-height: 20px;
}
.rc-pagination-simple .rc-pagination-simple-pager input:hover {
  border-color: #427AFB;
}
@media only screen and (max-width: 1024px) {
  .rc-pagination-item-after-jump-prev,
  .rc-pagination-item-before-jump-next {
      display: none;
  }
}
.articleComment{
  padding: 40px 210px;
  margin-top:20px;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(233, 233, 233, 1);
}
.articleComment_Mobile{
  padding: 40px 20px 30px;
  background-color: rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(233, 233, 233, 1);
}
.handleAppGlobal{
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 66px;
  padding: 0px 20px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 -1px 4px 0 rgba(0,0,0,0.30);
}
.appLogo{
  width: 133px;
  height: 46px;
}
.btn_handleAppGlobal{
  width: 78px;
  height: 27px;
  border-radius: 100px;
  background-color: rgba(40, 110, 250, 1);
  line-height: 27px;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  text-align: center;
  font-family: PingFangSC-Semibold;
}
/* 公共样式 */
  .leaveComment{
    width:100%;
    background-color: #f8f8f8;
}
.beforeLogin,
.leaveComment,
.lcBody,
.lcPrefix,
.lcPostfix
{
    display: flex;
}
.beforeLogin,
.logined
{
    padding: 25px 0;
    margin: 0 auto;
}
/* 登录之前 */
.loginBtn{
    width:100%;
    border-radius: 4px;
    line-height: 50px;
    background-color: rgba(40, 110, 250, 0.15);
    color: #286EFA;
    font-size: 16px;
    text-align: center;
    font-family: PingFangSC-Regular;    
}
/* 登录之后 */
.lcPrefix{
    width:712px;
    height:50px;
}
.maxLenContainerDiv{
    position: relative;
}
.maxLenContentDiv{
    position: absolute;
    right:76px;
    bottom:0;
    width:50px;
    height:50px;
    font-size: 12px;
    line-height: 50px;
    text-align: center;
    color: rgba(199, 199, 199, 1);
    font-family: PingFangSC-Regular;
}
.maxLenWarning{
    color: #fa3d40;
}
.lcPrefix input{
    width:637px;
    padding: 15px 50px 15px 20px !important;
    font-size: 14px;
    line-height: 18px;
    color:#333;
    font-family: PingFangSC-Regular;
    background: #fff;
}
.lcPrefix input::-webkit-input-placeholder{
    font-size: 14px;
    line-height: 18px;
    color: rgba(199, 199, 199, 1);
    font-family: PingFangSC-Regular;
}
.lcPrefix input::-moz-placeholder{
    font-size: 14px;
    line-height: 18px;
    color: rgba(199, 199, 199, 1);
    font-family: PingFangSC-Regular;
}
.lcPrefix input::-ms-input-placeholder{
    font-size: 14px;
    line-height: 18px;
    color: rgba(199, 199, 199, 1);
    font-family: PingFangSC-Regular;
}
.leaveCommentBtn{
    width:75px;
    border-radius: 4px;
    text-align: center;
    background-color: rgba(40, 110, 250, 1);
    line-height: 50px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-family: PingFangSC-Semibold;
}
.lcPostfix
{
    flex-direction: column;
    margin-left: 20px;
}
.lcPostfix img
{
    width: 28px;
    height:28px;
}
.lcPostfix div
{
    width: 28px;
    height:22px;
    color: rgba(118, 118, 118, 1);
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    font-family: PingFangSC-Regular;
}
.desktop {
  width: 1180px;
  margin: 60px auto 0px;
}
.mobile{
  width:100%;
}
.mobileBottom{
  height:66px;
}
