html {
font-size: 52px;
background: #ffffff;
}
html,
body {
    height: 100%; 
}

body>.main {
    overflow-y: auto;
}

body {
    word-wrap: break-word;
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    font-family: Helvetica
} 

body {
    display: flex;
    flex-direction: column;
}
/*清除元素默认的内外边距  */

* {
    margin: 0;
    padding: 0
}

.top {
    min-height: 2.3rem !important;
}
.top .tops {
    padding-top: 0.3rem !important;
}
    /* 隐藏滚动条 */
    ::-webkit-scrollbar {
        display: none;
        /* Chrome Safari */
    }


/*声明清除浮动的样式*/

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*ie6,7 专门清除浮动的样式*/
}


/*让所有斜体 不倾斜*/

em,
i {
    font-style: normal;
}


/*去掉列表前面的小点*/

li {
    list-style: none;
    cursor: pointer;
}


/*图片没有边框   去掉图片底侧的空白缝隙*/

img {
    border: 0;
    /*ie6*/
    vertical-align: middle;
}


/*让button 按钮 变成小手*/

button {
    cursor: pointer;
}


/*取消链接的下划线*/

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #e33333;
}

button,
input {
    font-family: 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
    /*取消轮廓线 蓝色的*/
    outline: none;
}



.hide,
.none {
    display: none;
}


/*清除浮动*/

.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    *zoom: 1
}

#app {
    width: 100%;
    height: 100%;
    padding-bottom: 1rem;
    overflow-x: hidden;
    overflow-y: scroll;
}


/* 底部导航栏 */

.footer_box {
    background-color: #fff;
    text-align: center;
    border-top: 2px solid #f2f2f2;
    width: 100%;
    bottom: 0;
}

.footer {
    height: 1rem;
    font-size: 0.2rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footer .footer_item {
    font-size: 0.2rem;
    font-family: Microsoft YaHei, SimHei;
    color: #A5B0AF;
}

.footer .footer_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer_item img {
    width: 0.46rem;
    /* height: 0.52rem; */
}

.footer figcaption {
    color: #A5B0AF;
    font-size: 0.26rem;
}

.news_header {
    height: 0.44rem;
    width: 100%;
    margin-top: 0.2rem;
    display: flex;
    border-bottom: 1px solid #EEEEEE;
    padding: 0 0.2rem 0.2rem 0.2rem;
}

.news_header p {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: bold;
    font-size: 0.32rem;
    line-height: 0.44rem;
    color: #273234;
    margin-left: 0.22rem;
}

.icon-zuojiantou_huaban {
    font-family: "iconfont" !important;
    font-size: 0.32rem!important;
    font-style: normal!important;
    -webkit-font-smoothing: antialiased;
    line-height: 0.44rem!important;
}


/* 下拉按钮 */

.xiaLa {
    width: 0.43rem;
    height: 0.38rem;
    display: block;
}

.xiaLaImg {
    width: 0.13rem;
    height: 0.075rem;
    display: block;
}

.xiaLa_box {
    width: 100%;
    height: 8.4rem;
    left: 0;
    top: 1.15rem;
    position: absolute;
    background: #FFFFFF;
    border-radius: 0rem 0rem 0.3rem 0.3rem;
    display: flex;
    flex-wrap: wrap;
    padding: 0.5rem 0 0 0;
}

.xiaLa_box li {
    width: 2.1rem;
    height: 0.76rem;
    border-radius: 0.1rem;
    margin-left: 0.3rem;
    text-align: center;
    line-height: 0.76rem;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 0.28rem;
    color: #273234;
}

.xiaLa_li_active {
    background: #00C2D4!important;
    color: #fff!important;
}

.fixed {
    width: 4.4rem;
    height: 5.04rem;
    background: #FFFFFF;
    border-radius: 0.12rem;
    position: fixed;
    top: 4.4rem;
    left: 1.54rem;
    z-index: 999999;
    display: none;
}

.fixed img {
    width: 4.08rem;
    height: 4.08rem;
    display: block;
    margin: auto;
    margin-top: 0.16rem;
}

.fixed p {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 0.32rem;
    color: #666666;
    text-align: center;
    margin-top: 0.16rem;
}

.navLeft {
    width: 2.6rem;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #FFFFFF;
    /* opacity: 0.8; */
    z-index: 9999999999999999;
    display: none;
}

.navLeft-top {
    width: 100%;
    height: 0.9rem;
    background: #FFFFFF;
    mix-blend-mode: normal;
    box-shadow: 0px 0.1rem 0.24rem rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    font-size: 0.32rem;
    color: #00C18C;
    justify-content: space-around;
    /* opacity: 1!important; */
}

.navLeft-item {
    width: 100%;
    height: 1.06rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #FFFFFF;
    opacity: 0.8;
}

.navLeft-item p {
    color: #444444;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 0.32rem;
    text-align: left;
    width: 1.6rem;
}

.navLeft-item span {
    font-size: 0.28rem;
    color: #999999;
}


/* 面包屑 */

.crumbs {
    width: 100%;
    height: 0.84rem;
    background-color: #F1F5F7;
    display: flex;
    align-items: center;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 0.28rem;
    color: #888888;
    overflow: hidden;
    overflow-x: scroll;
    padding: 0rem 0.2rem;
}

.crumbs a {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 0.28rem;
    color: #888888;
}

    .crumbs li {
        min-width: 0.36rem;
        white-space: nowrap;
    }

.crumbs li:first-of-type {
    /*margin-left: 0.28rem;*/
}


/* 面包屑 end */


/* 栏目导航 返回按钮 */

.header {
    width: 100%;
    height: 1rem;
    border-bottom: 0.02rem solid rgba(0, 0, 0, 0.1); 
    display: flex;
    align-items: center;
    justify-content: center;
}

    .header .back {
        position: relative;
        left: -2.7rem; 
    }

.header p {
    font-size: 0.36rem;
    color: #444444;
}


/* 通用导航 */

.headItem {
    width: 6.94rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    margin-top: 0.5rem;
}

.headItemLeft a {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: bold;
    font-size: 0.4rem;
    color: #444444;
}

.headItemMore {
    color: #999999;
}

.headItemMore .iconfont {
    font-size: 0.32rem!important;
}


/* 通用导航end */

.News {
    width: 6.94rem;
    height: auto;
    margin: auto;
}

.News_item {
    width: 100%;
    height: 2.36rem;
    border-bottom: 0.02rem solid #E7E7E7;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.News_item .News_item_l {
    width: 2.4rem;
    height: 1.76rem;
    display: block;
    border-radius: 0.1rem;
}

.News_item .News_item_l img {
    width: 2.4rem;
    height: 1.76rem;
    display: block;
    border-radius: 0.1rem;
}

.News_item .News_item_r {
    width: 4.34rem;
    height: 1.76rem;
    position: relative;
}

.News_item .News_item_r .title {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: bold;
    font-size: 0.32rem;
    line-height: 0.46rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.News_item .News_item_r .desc {
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin-top: 0.12rem;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.News_item .News_item_r .time {
    font-size: 0.28rem;
    line-height: 0.28rem;
    text-align: right;
    color: #999999;
    position: absolute;
    right: 0;
    bottom: 0;
}

.Arts {
    width: 6.94rem;
    height: auto;
    margin: auto;
    margin-top: 0.34rem;
    display: flex;
    flex-wrap: wrap;
}

.ArtsItem {
    width: 3.32rem;
    height: 4.6rem;
    background: #FFFFFF;
    border: 0.02rem solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 0.1rem;
    border-radius: 0.1rem;
    margin-right: 0.3rem;
    margin-bottom: 0.34rem;
}

.ArtsItem:nth-child(2n+0) {
    margin-right: 0;
}

.ArtsItem_top {
    width: 3.28rem;
    height: 3.28rem;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F9F9F9;
}

    .ArtsItem_top img {
        max-width: 3.28rem;
        max-height: 3.28rem;
        display: block;
        object-fit: contain;
        width: 100%;
        height: 100%;
    }

.ArtsItem .title {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 0.28rem;
    line-height: 0.4rem;
    text-align: center;
    color: #444444;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0.3rem;
}

.ArtsItem .age {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 0.28rem;
    line-height: 0.4rem;
    text-align: center;
    color: #444444;
    width: 100%;
}

/*==============文章详情 start==============*/
/*文章详情，超链接问题*/
.BodyDetailsContent a,
.BodyDetailsContent a *,
.BodyDetailsContent a:active,
.BodyDetailsContent a:visited {
    color: #2c89e8 !important;
}

    .BodyDetailsContent a:hover,
    .BodyDetailsContent a:hover * {
        color: #CC0025 !important;
    }

/*文章详情，段落问题**/
.BodyDetailsContent p {
    margin-top: 0;
    line-height: 26px;
    margin-bottom: 6px;
}
.BodyDetailsContent br {
    display: block !important;
}
img {
    max-width: 100%;
}
/*==============文章详情 end==============*/

/*==============swiper格式化 start==============*/
.myDetailsSwiper {
    font-size: 16px;
    margin: 0 auto;
    margin-top:10px;
    margin-bottom:10px;
}

.myDetailsSwiper.swiper {
    width: 100%;
    overflow: hidden;
}

.myDetailsSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.myDetailsSwiper .swiper-pagination {
    position: relative
} 
/*==============swiper格式化 end==============*/

/*==============留言 start==============*/
.QXUI-LiuYanBox{
  width: 100%;
  height: auto;
  color: #404040;
}
.QXUI-LiuYanBox textarea,
.QXUI-LiuYanBox input[type="button"]{
  border: none;
}
.QXUI-LiuYanBox .UserName{
  color: #666;
}
.QXUI-LiuYanBox .sub1{
  color: #666;
}
.QXUI-LiuYanBox .sub2{
  color: #999;
}

.QXUI-LiuYanBox *{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: fit-content;
}
/* 作品点评 start */
.QXUI-LiuYanBox .pingyuBox{
  width: 100%;
  height: auto;
}
.QXUI-LiuYanBox .pingyuBox .TitleBox{
 min-width: 2.115rem;
 height:.577rem;
 position: relative;
 background-color: #FFF;
}
.QXUI-LiuYanBox .pingyuBox .TitleBox .Icon{
  width: .096rem;
  height: .577rem;
  background:#17c796;
}
.QXUI-LiuYanBox .pingyuBox .TitleBox .Bg{
  min-width: 1.692rem;
  height: .5rem;
  background:#CCE2FD;
  border-radius: 0rem .192rem 0rem 0rem;
  position: absolute;
  bottom:0;
  left: .308rem;
}
.QXUI-LiuYanBox .pingyuBox .TitleBox .Bg .Title{
  margin: 0;
  padding: 0;
  min-width: 1.692rem;
  height:.577rem;
  line-height: .577rem;
  background:#0E77FF;
  border-radius: 0rem .192rem 0rem 0rem;
  color: #FFF;
  font-size: .346rem;
  position: relative;
  top: -0.077rem;
  left: -0.077rem;
  padding-left: .115rem;
  padding-right: .115rem;
}
.QXUI-LiuYanBox .pingyuBox .ContentBox{
  padding: .308rem;
  width: 100%;
  border-radius: 0rem .192rem .192rem .192rem;
  border: .019rem solid #0E77FF;
  text-align: justify;
  font-size: .308rem;
  line-height: .5rem;
}
.QXUI-LiuYanBox .pingyuBox .ContentBox .item{
  width: 100%;
}
.QXUI-LiuYanBox .pingyuBox .ContentBox .item>div{
  width: 100%;
}

.QXUI-LiuYanBox .pingyuBox .ContentBox .pingyu-user{
  width: 100%;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px;
}
.QXUI-LiuYanBox .pingyuBox .ContentBox .pingyu-user,
.QXUI-LiuYanBox .pingyuBox .ContentBox .pingyu-user a{
  color: #999;
}
/* 作品点评 end */
/* 留言列表 start */
.QXUI-LiuYanBox .LiuYanBox{
  width: 100%;
  height: auto;
  border-top: #E9E9E9 solid .019rem;
}
.QXUI-LiuYanBox .LiuYanBox .TitleBox{
  color: #404040;
  font-size: .346rem;
  min-width: 1.346rem;
  height: .923rem;
  line-height: .923rem;
  border-top: #17c796 solid .058rem;
  margin-top: -0.038rem;
}
.QXUI-LiuYanBox .LiuYanBox .TitleBox h1{
  margin: 0;
  padding: 0;
  min-width: 1.346rem;
  text-align: left;
  font-size: .346rem;
}
.QXUI-LiuYanBox .LiuYanBox .TitleBox h1 span{margin-left: 10px;}
.QXUI-LiuYanBox .LiuYanBox .ContentListBox{
  width: 100%;
  height: auto;
  margin-top: .577rem;
}
.QXUI-LiuYanBox .LiuYanBox .ContentListBox .MsgPostBox{
  width: 100%;
  height: auto;
  /* background-color: #CACACA; */
}
.QXUI-LiuYanBox .LiuYanBox .ContentListBox .MsgPostBox .ContentBox{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.QXUI-LiuYanBox .LiuYanBox .ContentListBox .MsgPostBox .ContentBox .UserInfo{
  width:.692rem;
  height: .692rem;
  border-radius: 50%;
  height: auto;
  flex:0 0 auto;
}
.QXUI-LiuYanBox .LiuYanBox .ContentListBox .MsgPostBox .ContentBox .UserInfo img{
  width:.692rem;
  height: .692rem;
  border-radius: 50%;
}
.QXUI-LiuYanBox .LiuYanBox .ContentListBox .MsgPostBox .ContentBox .txt{
  width: 100%;
  height: 2.308rem;
  flex:auto;
  margin-left: .192rem;
  /* background-color: #07c160; */
}
.QXUI-LiuYanBox .LiuYanBox .ContentListBox .MsgPostBox .ContentBox .txt textarea{
  width: 100%;
  height: 100%;
  padding: .192rem;
  background: #F5F5F5;
  box-sizing: border-box;
  /* border: #075FCE solid .019rem; */
}
.QXUI-LiuYanBox .LiuYanBox .ContentListBox .MsgPostBox .ContentBox .txt .LoginTip{
  width: 100%;
  height: 100%;
  line-height:2.308rem;
  text-align: center;
  background:#F5F5F5;
  position: relative;
  top:-2.308rem;
  cursor: pointer;
}
.QXUI-LiuYanBox .LiuYanBox .ContentListBox .MsgPostBox .ContentBox .txt .LoginTip span{
  color: #000000;
  font-weight: bold;
}
.QXUI-LiuYanBox .LiuYanBox .ContentListBox .MsgPostBox .PostButtonBox{
  width: 100%;
  text-align: right;
  margin-top: .385rem;
}
.QXUI-LiuYanBox .LiuYanBox .ContentListBox .MsgPostBox .PostButtonBox .PostButton{
  width: 1.308rem;
  height: .577rem;
  border-radius: .058rem;
  background: #17c796;
  color: #fff;
}
/* 一级留言 start */
.QXUI-LiuYanBox .LiuYanBox .ContentListBox .ItemBox{
  width: 100%;
  height: auto;
  /* background-color: #CACACA; */
  display: flex;
  justify-content: space-between;
  margin-top: .577rem;
}
.QXUI-LiuYanBox .LiuYanBox .ContentListBox .ItemBox .UserInfo{
  width:.692rem;
  height: .692rem;
  border-radius: 50%;
  height: auto;
  flex:0 0 auto;
}
.QXUI-LiuYanBox .LiuYanBox .ContentListBox .ItemBox .UserInfo img{
  width:.692rem;
  height: .692rem;
  border-radius: 50%;
}
.QXUI-LiuYanBox .LiuYanBox .ContentListBox .ItemBox .txt{
  width: 100%;
  min-height: 2.308rem;
  flex:auto;
  margin-left: .192rem;
  /* background-color: #07c160; */
}
.QXUI-LiuYanBox .LiuYanBox .ContentListBox .ItemBox .txt .MsgTxt,
.QXUI-LiuYanBox .LiuYanBox .ContentListBox .ItemBox .txt .des{
  margin-top:.192rem;
  width: 100%;
}
.QXUI-LiuYanBox .PostButton,
.QXUI-LiuYanBox .LiuYanBox .ContentListBox .ItemBox .Reply,
.QXUI-LiuYanBox .LiuYanBox .ContentListBox .ItemBox .ShowBut{
  cursor: pointer;
}
/* 回复框 start*/
.QXUI-LiuYanBox .LiuYanBox .ContentListBox .ItemBox  .ReplyBox{
  width: 100%;
  height: 2.115rem;
  margin-top: .192rem;
  margin-bottom: .192rem;
}
.QXUI-LiuYanBox .LiuYanBox .ContentListBox .ItemBox .ReplyBox textarea{
  width: 100%;
  height: 1.538rem;
  box-sizing: border-box;
  padding: .192rem;
  border-radius: .096rem;
  background: #F5F5F5;
}
.QXUI-LiuYanBox .LiuYanBox .ContentListBox .ItemBox .ReplyBox .PostButtonBox{
  width: 100%;
  text-align: right;
  margin-top: .385rem;
}
.QXUI-LiuYanBox .LiuYanBox .ContentListBox .ItemBox .ReplyBox .PostButtonBox .PostButton{
  width: 1.308rem;
  height: .577rem;
  border-radius: .058rem;
  background: #17c796;
  color: #fff;
}
/* 回复框 end*/
.QXUI-LiuYanBox .LiuYanBox .ContentListBox .ItemBox .FoxBaseBox{
  width:100%;
  height:100%;
}
.QXUI-LiuYanBox .LiuYanBox .ContentListBox .ItemBox .FoxBaseBox>.ItemBox .UserInfo,
.QXUI-LiuYanBox .LiuYanBox .ContentListBox .ItemBox .FoxBaseBox>.ItemBox .UserInfo img{
  width:.5rem;
  height:.5rem;
}
/* 一级留言 end */
/* 留言列表 end */
/*==============留言 end==============*/
/* ==========分页-分割线============= */
/* 分页 start*/
.PageBox {
  width: 100%;
  height: 1.16rem;
  display: flex;
  justify-content: center;
  align-items: center;
  }
.PageBox a,
.PageBox span {
    display: inline-block;
    padding: 6px 10px 6px 10px;
    border-radius: 5px;
    border: #E9E9E9 1px solid;
    margin-right: 10px;
    box-sizing: border-box;
    cursor: pointer;
}
.PageBox a:hover,
.PageBox span:hover {
    background: #DCF5F0;
    color: #00997D;
}
  /* 分页 end*/

