/*公共样式*/

[v-cloak] {
  display: none;
}

.onsite_wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.onsite_wrap.new {
  height: 100vh;
}

.fixed_top {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  transition: height 0.5s;
  -moz-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  /* overflow: hidden; */
}

.new {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  transition: height 0.5s;
  -moz-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
}

/*头*/

.onsite_header {
  position: relative;
  width: 100%;
  height: 0.88rem;
  /* padding: 0 0.58rem 0 0.26rem; */
  background: #df3031;
  overflow: hidden;
  transition: height 0.5s;
  -moz-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  overflow: hidden;
  box-sizing: border-box;
}

.onsite_title {
  text-align: center;
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.88rem;
}

.weather_div {
  position: absolute;
  right: 4%;
  top: 0.12rem;
}

.weather_div span {
  color: #fff;
}

.weather_div i {
  vertical-align: middle;
}

/* 云视新闻logo */

.ysxw_logo {
  margin-top: 0.03rem;
  height: 0.38rem;
}

.ysxw_logo img {
  height: 0.38rem;
}

/*导航*/

.onsite_nav {
  position: relative;
  /* height: 0.84rem;
  line-height: 0.84rem; */
  background: #f4f5f6;
  overflow: hidden;
  transition: height 0.5s;
  -moz-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  border-bottom: 1px solid #ddd;
}

.nav_over {
  width: 90%;
  height: 0.72rem;
  overflow-x: auto;
  overflow-y: hidden;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.nav_over::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.onsite_nav ul {
  white-space: nowrap;
  padding-left: 0.1rem;
}

.onsite_nav li {
  display: inline-block;
  vertical-align: top;
  height: 0.72rem;
  line-height: 0.72rem;
  font-size: 0.26rem;
  color: #767676;
  padding: 0 0.25rem;
  transition: transform 0.2s;
  -webkit-transition: -webkit-transform 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.onsite_nav li a {
  display: block;
  height: 100%;
  color: #505050;
  font-size: 0.34rem;
  transition: transform 0.2s;
}

.onsite_nav li.active {
  /*transform: scale(1.12);*/
  color: #db0e10;
  transition: transform 0.2s;
  -webkit-transition: -webkit-transform 0.2s;
  height: 0.68rem;
}

.onsite_nav li.active a {
  color: #db0e10;
}

.onsite_nav .add_nav_btn {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  width: 10%;
  height: 0.84rem;
  font-size: 0.28rem;
  color: #db0e10;
}

.onsite_nav .add_nav_btn i {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto 0;
  padding: 0.2rem 0.2rem;
  transition: transform 0.1s;
  transition: -webkit-transform 0.1s;
  font-size: 0.34rem;
}

.onsite_nav .add_nav_btn i img {
  height: 0.17rem;
}

.onsite_nav .add_nav_btn b {
  position: absolute;
  left: -0.1rem;
  width: 0.1rem;
  height: 0.84rem;
  background: rgba(244, 245, 246, 0.3) url(../img/index.png) no-repeat scroll right center / contain;
}

/*.onsite_nav .add_nav_btn:hover {
  color:#4a4a4a;
}*/

.onsite_nav .add_nav_btn.close_btn i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: transform 0.1s;
  transition: -webkit-transform 0.1s;
}

.onsite_nav .add_nav_btn.close_btn b {
  display: none;
}

.onsite_content {
  width: 100%;
  margin-top: 0;
  overflow-x: hidden;
  overflow-y: auto !important;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}

/*load*/

.load_data {
  height: 0.48rem;
  line-height: 0.48rem;
  font-size: 0.16rem;
  color: #999;
  text-align: center;
}

/*添加栏目--超出显示滚动条*/

.add_column_cont {
  position: absolute;
  z-index: 99;
  width: 94%;
  padding: 0 3%;
  background: #f5f4f4;
  overflow: auto;
  top: 0.88rem;
}

.add_column_cont h4 {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.26rem;
  color: #a7a7a7;
  margin-top: 0.26rem;
  background: #eaeaea;
  padding: 0 3%;
  margin-left: -3%;
}

.add_column_cont h5 {
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.34rem;
  color: #b1b1b1;
  margin-top: 0.06rem;
}

.opera_div {
  float: right;
}

.opera_div a {
  display: inline-block;
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0 0.25rem;
  border: 0.01rem solid #df3333;
  font-size: 0.24rem;
  color: #e74a42;
  border-radius: 1rem;
  margin-right: 0.5rem;
}

.opera_div i {
  width: 0.12rem;
  height: 0.12rem;
  background: url(../img/close_btn.png) no-repeat 0 0;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-left: 0.1rem;
}

.column_cont p {
  box-sizing: border-box;
  position: relative;
  float: left;
  /* width: 21.6%; */
  width: 23.5%;
  height: 0.6rem;
  line-height: 0.6rem;
  background: #efefef;
  /* margin-left: 4.5%; */
  margin-left: 2%;
  text-align: center;
  font-size: 0.26rem;
  border-radius: 0.05rem;
  color: #595959;
  cursor: pointer;
  margin-top: 0.15rem;
  border: 0.01rem solid #ddd;
  /* overflow: hidden; */
}

.column_cont p a {
  display: block;
  width: 100%;
  height: 100%;
  color: #595959;
  font-size: 0.24rem;
}

.column_cont p:nth-child(4n + 1) {
  margin-left: 0;
}

.column_cont p.mo_choice a {
  color: #e74a42;
}

.choice_column_cont {
  margin-top: 0.1rem;
}

.show_column_cont .column_cont p {
  margin-top: 0.15rem;
  margin-bottom: 0;
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  -ms-touch-callout: none;
  touch-callout: none;
}

.column_cont p i {
  display: none;
  position: absolute;
  right: -0.08rem;
  top: -0.1rem;
  z-index: 5;
  width: 0.22rem;
  height: 0.22rem;
  background: url(../img/del_btn.png) no-repeat 0 0;
  background-size: 0.22rem 0.22rem;
}

.subs_more {
  float: right;
  font-size: 0.12rem;
  color: #b1b1b1;
  text-decoration: underline;
}

.refrash {
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  font-size: 0.14rem;
}

/*刷新*/

.refrash_tip {
  display: none;
  position: fixed;
  left: 0;
  top: 0.82rem;
  z-index: 99;
  width: 100%;
  height: 0.32rem;
  line-height: 0.32rem;
  background: rgba(213, 233, 247, 0.9);
  color: #2a90d7;
  font-size: 0.14rem;
  text-align: center;
}

.refrash_div {
  display: none;
  position: fixed;
  left: 50%;
  top: 0.25rem;
  margin-left: -0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  z-index: 9;
  box-shadow: 0 0.02rem 0.06rem rgba(0, 0, 0, 0.4);
}

.refrash_div img {
  width: 0.32rem;
  height: 0.32rem;
  animation: rotate 0.7s linear infinite;
  -webkit-animation: rotate 0.7s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  margin: 0.04rem;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.refrash_div.small {
  transform: scale(0.01) !important;
  transition: transform 0.2s !important;
}

/*.circleProgress_wrapper{
position: relative;
width: 32px;
height: 32px;
margin: 4px;
}
.refrash_div.active .circleProgress_wrapper {
animation:rotate 0.7s linear infinite;
-webkit-animation:rotate 0.7s linear infinite;
-webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.wrapper{
width: 16px;
height: 32px;
position: absolute;
top:0;
overflow: hidden;
}
.right{
right:0;
}
.left{
left:0;
}
.circleProgress{
width: 24px;
height: 24px;
border:4px solid transparent;
border-radius: 50%;
position: absolute;
top:0;
}
.rightcircle{
border-top:4px solid #FFF;
border-right:4px solid #FFF;
border-left:4px solid #df3031;
border-bottom:4px solid #df3031;
right:0;
transform: rotate(145deg);
}
.leftcircle{
border:4px solid #FFF;
left:0;
transform: rotate(45deg);
}*/

/*回到顶部*/

.gotop {
  display: none;
  position: fixed;
  right: 0.15rem;
  bottom: 0.45rem;
  z-index: 99;
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.gotop b {
  display: inline-block;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  color: #fff;
  font-size: 0.18rem;
  margin: 0.1rem 0 0.08rem;
}

.gotop p {
  color: #fff;
  font-size: 0.14rem;
}

/*欢迎页*/

.welcome_cont {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.welcome_cont a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.welcome_cont a img {
  width: 100%;
}

.ynzb {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.ynzb img {
  width: 100%;
}

.countdown_div {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  width: 0.54rem;
  height: 0.54rem;
  color: #fff;
  font-size: 0.14rem;
  border-radius: 50%;
  background: rgba(153, 153, 153, 0.5);
}

.countdown_div .count_div {
  position: relative;
  width: 0.27rem;
  height: 0.54rem;
  overflow: hidden;
}

.countdown_div .count_div p {
  width: 0.5rem;
  height: 0.5rem;
  border-width: 0.02rem;
  border-style: solid;
  border-radius: 50%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.countdown_div .count_left p {
  border-color: #c0000a #c0000a #999 #999;
}

.countdown_div .count_right p {
  position: absolute;
  right: 0;
  border-color: #999 #999 #c0000a #c0000a;
}

.countdown_div.ani .count_left p {
  animation: right 3s linear forwards;
  -webkit-animation: right 3s linear forwards;
}

.countdown_div.ani .count_right p {
  animation: left 3s linear forwards;
  -webkit-animation: left 3s linear forwards;
}

@keyframes left {
  0% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(225deg);
  }
  100% {
    transform: rotate(225deg);
  }
}

@-webkit-keyframes left {
  0% {
    -webkit-transform: rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(225deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
  }
}

@keyframes right {
  0% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(225deg);
  }
}

@-webkit-keyframes right {
  0% {
    -webkit-transform: rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
  }
}

.welcome_cont p.enter {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.54rem;
  height: 0.54rem;
  font-size: 0.14rem;
  text-align: center;
  line-height: 0.54rem;
}

/*搜索*/

.search_icon {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 0.87rem;
  height: 0.87rem;
}

.search_icon img {
  width: 0.4rem;
  margin: 0.22rem auto;
}

.onsite_logo {
  margin: 0 auto;
  /* margin-top: 0.115rem; */
  height: 0.87rem;
  text-align: center;
  font-size: 0;
  padding: 7px 0;
  box-sizing: border-box;
}

.onsite_logo img {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
* {
  margin: 0;
  padding: 0;
  font-family: PingFang SC, Helvetica Neue, Helvetica, STHeitiSC-Light, WOL_SB, Segoe UI Semibold, Segoe UI, Tahoma, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
ul,
ol,
li,
dl,
dt,
dd,
iframe,
textarea,
input,
button,
p,
strong,
b,
a,
span,
del,
pre,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
del,
b {
  font-style: normal;
  font-weight: normal;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  outline: none;
}

img {
  display: block;
  border: none;
}

i {
  display: inline-block;
}

input {
  outline: none;
}

.hide {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfloat:after {
  content: '\200B';
  display: block;
  height: 0;
  clear: both;
}

.clearfloat {
  *zoom: 1;
}

/*IE/7/6*/

/*横屏*/

.load1,
.load2,
.load3 {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}

.load3 {
  background: #000;
}

.rotate {
  position: relative;
}

.rotate i {
  background: url(../img/phone2.png) no-repeat 0 0;
  width: 150px;
  height: 125px;
  display: block;
}

.iphone {
  -webkit-animation-name: xz;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -webkit-animation-delay: 1s;
}

@-webkit-keyframes xz {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 1;
  }
}

.phone_p {
  color: #fff;
}

.phone_div {
  position: absolute;
  top: 60px;
  left: 31px;
}

/* loading gif */

.splash {
  position: fixed;
  /* top: 86px;
   */
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 8000;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.2);
}

.splash .inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.splash .inner img {
  position: absolute;
  top: 40%;
  left: 50%;
  display: block;
  width: 65px;
  height: 65px;
  margin-top: -32px;
  margin-left: -32px;
}

.verticalcenter {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

body {
  margin: 0;
}

button,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}

/*头部logo*/

.detailsLogo {
  /* background-color: #df3031; */
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  height: 0.87rem;
  text-align: center;
  font-size: 0;
  padding: 7px 0;
  box-sizing: border-box;
  z-index: 1000;
  background-color: rgb(212, 61, 62);
  width: 585px;
  margin: 0 auto;
  overflow: hidden;
}

.detailsLogo img {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.topMain {
  height: 0.8rem;
}

/*关注弹窗*/

.guanzhu {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  height: 1.31rem;
  padding: 0.1remx;
  background-color: rgba(0, 0, 0, 0.8);
}

.guanzhu .logo {
  display: inline-block;
  height: 0.5rem;
  float: left;
  margin-top: 0.35rem;
  margin-left: 0.35rem;
}

.guanzhu i,
.guanzhu .gz_btn {
  float: right;
  margin-left: 0.2rem;
}

.guanzhu i {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  font-size: 0.4rem;
  color: #fff;
  line-height: 0.3rem;
  margin-top: 0.45rem;
  margin-right: 0.05rem;
}

.guanzhu .gz_btn {
  float: right;
  background-color: #de3132;
  width: 1.66rem;
  height: 0.8rem;
  text-align: center;
  border-radius: 0.2rem;
  color: #fff;
  font-size: 0.3rem;
  line-height: 0.8rem;
  text-decoration: none;
  margin-top: 0.2rem;
  margin-right: 0.2rem;
}

/*文章详情*/

.detailsCon {
  margin: 0 auto;
  padding: 0.4rem 0;
  /* width: 90vw;
  width: 7.5rem;*/
  width: 585px;
  overflow: hidden;
}

.detailsCon .detailsTit {
  font-size: 0.4rem;
  margin: 0 0 0.2rem;
  font-weight: normal;
  font-family: Songti SC;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
}

.detailsCon .articleInfo {
  margin-bottom: 0.2rem;
  overflow: hidden;
}

.detailsCon .articleInfo .source {
  float: left;
  padding: 0.15rem 0.15rem;
  box-sizing: border-box;
  font-size: 0.26rem;
  background-color: #e4595a;
  line-height: 0.29rem;
  color: #fff;
  border-radius: 0.1rem;
  margin-top: 0.03rem;
}

.detailsCon .articleInfo .readCount {
  float: right;
  font-size: 0.22rem;
  border: 1px solid #ccc;
  padding: 0 0.3rem;
  text-align: center;
  border-radius: 0.1rem;
  color: #808080;
}

.detailsCon .articleInfo .source em {
  font-style: normal;
  font-size: 0.3rem;
}

.detailsCon .articleInfo .date {
  float: right;
  color: #adadad;
  font-size: 0.3rem;
  line-height: 0.64rem;
}

.detailsCon .articleCon {
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-size: 0.32rem;
  background-color: #fff;
  white-space: pre-wrap;
  line-height: 1.5;
}

/* .detailsCon .articleCon p {
	margin-bottom: 0.2rem;
	overflow: hidden;
} */

.detailsCon .seeInfo {
  color: #808080;
  font-size: 0.3rem;
  margin-bottom: 0.2rem;
  overflow: hidden;
}

.detailsCon .seeInfo span {
  display: inline-block;
  margin-right: 0.1rem;
}

/*点赞*/

.detailsCon .zan {
  width: 4rem;
  display: flex;
  border-radius: 5em;
  margin: 0 auto;
  padding-top: 0.6rem;
  color: #fff;
}

.detailsCon .zan > div {
  font-size: 0.28rem;
  width: 100%;
  color: #808080;
  text-align: center;
  padding: 0.2rem;
  border-radius: 0.4rem;
  box-sizing: border-box;
  display: flex;
  justify-items: center;
  padding-left: 1.2rem;
  border: 1px solid #ccc;
}

.detailsCon .zan.active div {
  background-color: #fff;
  border: 1px solid #ccc;
}

.detailsCon .zan span {
  /* color: #fff; */
  margin-left: 0.1rem;
}

/*底部*/

.footerMain {
  height: 1rem;
}

.detailsFooter {
  position: fixed;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1rem;
  border-top: 1px solid #e6e6e6;
  padding: 0.06rem 0.1rem 0.1rem 0.15rem;
  background-color: #fff;
  width: 585px;
  margin: 0 auto;
  overflow: hidden;
}

.detailsFooter .back_btn {
  float: left;
  width: 0.34rem;
  height: 0.34rem;
  font-size: 0.38rem;
  margin-right: 0.34rem;
  margin-top: 0.24rem;
  padding: 0.06rem 0;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  color: #df3333;
}

.detailsFooter .coment_btn {
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
  float: left;
  height: 0.8rem;
  margin-top: 0.1rem;
  line-height: 0.8rem;
  border-radius: 0.8rem;
  padding: 0 0.2rem;
  text-decoration: none;
  color: #aeaeae;
  font-size: 0.32rem;
  width: calc(100%);
}

.detailsFooter .see_coment {
  position: absolute;
  right: 0.1rem;
  top: 0.35rem;
  box-sizing: border-box;
  line-height: 0.34rem;
  display: flex;
}

.detailsFooter .see_coment i {
  font-size: 0.4rem;
  color: #df3333;
  margin-right: 0.12rem;
  /* margin-top: 0.62rem; */
  /* vertical-align: 0.01rem; */
}

.detailsFooter .see_coment em {
  font-style: normal;
  font-size: 0.3rem;
  vertical-align: 0.04rem;
  color: #df3333;
}

/*返回顶部*/

.returnTop {
  position: fixed;
  width: 0.9rem;
  height: 0.9rem;
  font-size: 0.26rem;
  box-sizing: border-box;
  padding-top: 0.1rem;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  right: 0.1rem;
  bottom: 1.3rem;
  cursor: pointer;
  text-align: center;
  border-radius: 5em;
}

.returnTop i {
  display: inline-block;
  font-size: 0.4rem;
  color: #fff;
  margin-top: 0.2rem;
}

.returnTop p {
  font-size: 0.26rem;
  color: #fff;
  margin: 0;
}

/*信息弹窗*/

.infoAlt {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 102;
}

.infoAlt p {
  width: 6rem;
  height: 2.01rem;
  font-size: 0.44rem;
  line-height: 1.8rem;
  text-align: center;
  color: #000;
  background-color: #fff;
  border-radius: 0.05rem;
  position: absolute;
  margin: -0.5rem auto 0;
  top: 50%;
  left: 0;
  right: 0;
}

/*评论弹窗*/

.comentAlt {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.5);
}

.comentAlt .comentInfo {
  height: 4rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 0.02rem;
  background-color: #eee;
  transform: translateY(100%);
  transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -webkit-transition: transform 0.4s;
  -o-transition: transform 0.4s;
}

.comentAlt .comentInfo.active {
  transform: translateY(0);
}

.comentAlt .comentInfo .comentTit {
  height: 0.82rem;
  line-height: 0.82rem;
  font-size: 0.18rem;
  padding: 0 0.13rem;
}

.comentAlt .comentInfo .comentTit .clearBtn {
  float: left;
  width: 1rem;
  color: #000;
  font-size: 0.32rem;
  box-sizing: border-box;
  text-decoration: none;
}

.comentAlt .comentInfo .comentTit .titText {
  float: left;
  color: #000;
  font-size: 0.4rem;
  width: calc(100% - 1rem - 1rem);
  box-sizing: border-box;
  margin: 0;
  text-align: center;
}

.comentAlt .comentInfo .comentTit .SendOut {
  float: right;
  width: 1rem;
  color: #b3b3b3;
  font-size: 0.32rem;
  box-sizing: border-box;
  text-decoration: none;
  text-align: right;
}

.comentAlt .comentInfo .comentTit .SendOut.active {
  color: #000;
}

.comentAlt .comentInfo .comentText {
  width: calc(100% - 0.46rem - 0.1rem);
  height: 2.64rem;
  border: 0.05rem solid #d2d2d2;
  border-radius: 0.03rem;
  resize: none;
  background-color: #fff;
  line-height: 1.5em;
  font-size: 0.33rem;
  color: #666;
  padding: 0.1rem;
  margin-left: 0.16rem;
}

/*评论列表*/

.comentList {
  position: relative;
  background-color: #fefeff;
  margin: 0 auto;
  width: 585px;
  overflow: hidden;
}

.comentList .active {
}

.comentList .listTit {
  position: relative;
  width: 100%;
  height: 58px;
  line-height: 58px;
  padding: 0 0.2rem;
  font-size: 0.32rem;
  font-weight: normal;
  box-sizing: border-box;
  margin: 0;
  background-color: #fff;
  border-bottom: 1px solid #f0f0f1;
}

.comentList .listInfo {
  height: calc(100%);
  padding: 0 0.1rem;
  padding-top: 1px;
  overflow-y: hidden;
  width: 100%;
  /* font-size: 1.36rem; */
}

.comentList .listInfo dl {
  padding-top: 0.7rem;
}

.comentList .listInfo dl dd {
  overflow: hidden;
  margin: 0 0.2rem 0.1rem;
  /* height: 100%; */
}

.comentList .listInfo .pic {
  box-sizing: border-box;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.05em;
  float: left;
  margin-right: 10px;
  /* overflow: hidden; */
}

.comentList .listInfo .pic img {
  width: 100%;
  height: 100%;
}

.comentList .listInfo .comentCon:nth-child(1) {
  /* border-top: 1px solid #f0f0f1; */
}

.comentList .listInfo .comentCon {
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #f0f0f1;
  background-color: #fff;
  border-radius: 0.05rem;
  padding: 0.28rem 0;
  float: right;
  width: calc(100% - 0.02rem);
  font-size: 0.24rem;
}

.comentList .listInfo .comentCon .arrow {
  position: absolute;
  left: -0.08rem;
  top: 0rem;
  background: url('../img/sanj.png') no-repeat;
  background-size: cover;
  width: 0.08rem;
  height: 0.06rem;
}

.comentList .listInfo .comentCon .userInfo {
  margin-bottom: 0.05rem;
  font-size: 0.3rem;
  line-height: 0.4rem;
  overflow: hidden;
}

.comentList .listInfo .comentCon .userInfo .userName {
  float: left;
  color: #3e649b;
}

.comentList .listInfo .comentCon .userInfo .userName em {
  font-style: normal;
  float: left;
}

.comentList .listInfo .comentCon .userInfo .userName .reply {
  color: #333;
  margin: 0 0.05rem;
  float: left;
  text-decoration: none;
}

.comentList .listInfo .comentCon .date {
  float: right;
  color: #3e649b;
  font-size: 0.25rem;
  margin-right: 5px;
  margin-left: 27px;
}

.comentList .listInfo .comentCon .comment-recall {
  float: right;
  color: #adadad;
  font-size: 0.3rem;
  line-height: 0.64rem;
  margin-left: 5px;
}

.comentList .listInfo .comentCon p {
  word-wrap: break-word;
  /* line-height: 4em; */
  font-size: 0.3rem;
  color: #202020;
  margin: 0;
  padding-left: 31px;
}

.comentList .listInfo .noMessage {
  height: 0.5rem;
  /* line-height: 0.8rem; */
  color: #999;
  text-align: center;
  font-size: 0.3rem;
  margin: 0;
  /* position: absolute; */
  left: 0;
  right: 0;
  text-align: center;
}

/*列表底部*/

.listFooter {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1rem;
  border-top: 1px solid #e6e6e6;
  padding: 1px 0.1rem 0;
  background-color: #fff;
  margin: 0 auto;
  overflow: hidden;
  width: 585px;
}

.listFooter .back_btn {
  float: left;
  width: 0.34rem;
  height: 0.34rem;
  font-size: 0.38rem;
  margin-right: 0.1rem;
  margin-top: 0.23rem;
  padding: 0.06rem 0;
  box-sizing: border-box;
  text-decoration: none;
  color: #df3333;
}

.listFooter .coment_btn {
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
  float: left;
  height: 0.8rem;
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  line-height: 0.8rem;
  border-radius: 0.8rem;
  padding: 0 0.2rem;
  text-decoration: none;
  color: #aeaeae;
  font-size: 0.32rem;
  width: calc(100% - 0.84rem - 1rem - 0.1rem);
}

/*内容失效*/

.invalidWeb {
}

.invalidWeb .invalidCon {
  width: 4rem;
  height: 3rem;
  margin: -1.05rem auto;
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
}

.invalidWeb .invalidCon .invalidImg {
  width: 4rem;
  height: 3rem;
  /* margin-bottom: 0.2rem; */
}

.invalidWeb .invalidCon p {
  text-align: center;
  font-size: 0.35rem;
  color: #b0b0b0 !important;
}
.goToHome {
  margin: 0 auto;
  width: 3rem;
  height: 0.8rem;
  border: 1px solid #206fed;
  border-radius: 0.06rem;
  font-size: 0.4rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #206fed;
  text-align: center;
  line-height: 0.8rem;
  margin-top: 0.8rem;
}

/*mescroll滚动的区域*/

.mescroll {
  position: relative;
  /* top: 0.44rem; */
  height: auto;
  width: calc(100% - 20rem);
}

/*展示上拉加载的数据列表*/

.data-list li {
  position: relative;
  padding: 0.1rem 0.08rem 0.1rem 1.2rem;
  border-bottom: 0.01rem solid #eee;
}

.data-list .pd-img {
  position: absolute;
  left: 0.18rem;
  top: 0.18rem;
  width: 0.8rem;
  height: 0.8rem;
}

.data-list .pd-name {
  font-size: 0.16rem;
  line-height: 0.2rem;
  height: 0.4rem;
  overflow: hidden;
}

.data-list .pd-price {
  margin-top: 0.08rem;
  color: red;
}

.data-list .pd-sold {
  font-size: 0.12rem;
  margin-top: 0.08rem;
  color: gray;
}

.mescroll-upwarp {
  padding: 0;
}

.comentAlt .comentInfo .comentTit .titText {
  font-size: 0.32rem;
}

/*漂浮条*/

.floating_bar {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 84%;
  height: 40px;
  padding: 4px 12% 4px 4%;
  background: #1f416e;
  opacity: 0.8;
}

.logo_icon {
  float: left;
  width: 40px;
  height: 40px;
}

.logo_icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.bar_about {
  display: none;
  float: left;
  margin-left: 10px;
  width: calc(84% - 80px);
  height: 100%;
  font-size: 0;
  line-height: 1;
  overflow: hidden;
}

.bar_about h4 {
  font-size: 16px;
  color: #fff;
  margin-top: 2px;
  margin-bottom: 0;
}

.bar_about p {
  font-size: 12px;
  color: #fff;
  margin-top: 7px;
}

.floating_bar .open_btn {
  float: right;
  display: block;
  /* width: 68px; */
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
  /* border: 1px solid #FFF; */
  text-align: center;
  margin-top: 8px;
  text-decoration: none;
  letter-spacing: 2px;
}

.floating_bar .close_bar {
  position: absolute;
  right: 0;
  top: 4px;
  width: 36px;
  height: 40px;
}

.floating_bar .close_bar b {
  display: block;
  width: 21px;
  height: 20px;
  background: url(../img/close_bar.png) no-repeat 0 0 / cover;
  margin: 11px 0 0 6px;
}

.details img {
  width: 100%;
  margin: 8px auto;
}

#details {
  overflow: hidden;
  background-color: #fff;
}

#details > .dianzanIcon {
  position: absolute;
  z-index: 1000;
  width: 1rem;
  height: 1rem;
}

.videoDiv {
  margin: 0.1rem 0;
  width: 100%;
  overflow: hidden;
}
.videoDiv video {
  width: 100%;
}

/* video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 0.95rem);
} */
/* 图片预览 */
.img_preview_cont {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #000;
}

.img_preview_cont img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}

.swiper-container,
.swiper-wrapper,
.swiper-slide {
  height: 100%;
}
.rich_media_content * {
  box-sizing: border-box !important;
  max-width: 100% !important;
  height: auto;
  word-break: break-all;
  white-space: pre-line; /* css-3 */
  white-space: -moz-pre-line; /* Mozilla, since 1999 */
  white-space: -pre-line; /* Opera 4-6 */
  white-space: -o-pre-line; /* Opera 7 */
}

.rich_media_content p {
  /* text-align: center !important; */
  /* text-align-last: justify; */
  display: table;
  width: 100%;
}

.rich_media_content video {
  white-space: normal;
  /* width: 100% !important; */
  height: auto;
}
.rich_media_content img {
  /* 	display: inline-block; */
  margin: 8px auto;
}
.rich_media_content p img {
  /* display: inline-block; */
  display: block;
  width: 100%;
  height: 100%;
}
.detailsCon .articleCon ol,
.detailsCon .articleCon ul {
  padding-left: 40px;
  list-style: unset;
}
.detailsCon .articleCon li {
  list-style: unset;
}
.rich_media_content li {
  list-style-position: inside;
  list-style-type: inherit;
}

.rich_media_content table {
  width: 100%;
}
.rich_media_content th,
.preview_main td {
  padding: 5px 10px;
  border: 1px solid #ddd;
}
.rich_media_content table {
  border-collapse: collapse;
  display: table;
  margin-bottom: 10px;
}
.rich_media_content td,
.rich_media_content th {
  border: 1px solid #ddd;
  padding: 5px 10px;
}
caption {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #ddd #ddd currentcolor;
  border-image: none;
  border-style: dashed dashed none;
  border-width: 1px 1px 0;
  padding: 3px;
  text-align: center;
}
.rich_media_content th {
  background-color: #f7f7f7;
  border-top: 1px solid #bbb;
}

.rich_media_content td p {
  margin: 0;
  padding: 0;
}
.related_content h4 {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #2c2c2c;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #f3f3f3;
}
.related_content .no_related_data {
  font-size: 13px;
  color: #ccc;
  text-align: center;
  font-weight: bold;
  line-height: 50px;
}

/* 相关阅读 start */

.special_img_div {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* border-bottom: 0.09rem solid #F5F4F9; */
}

.special_img_div li:first-child {
  /* border-top: 1px solid #F3F3F3; */
  background-color: #fff;
}

.special_img_div li {
  background-color: #fff;
  width: 100%;
  padding: 0.3rem 0.2rem;
  overflow: hidden;
  box-sizing: border-box;
  border-bottom: 1px solid #f3f3f3;
}

.special_img_div li:hover {
  /* background-color: #ccc; */
}

.special_img_div a {
  display: block;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.05rem;
}

.special_img_div a .pic img {
  /*width: 100%;
height: 100%;*/
  border-radius: 0;
}

.special_img_div .multiplelist > div {
  display: flex;
  margin-bottom: 0.23rem;
}

.special_img_div .multiplelist .pic {
  display: inline-block;
  box-sizing: border-box;
  flex: 1;
  margin-right: 0.02rem;
  height: 1.5rem;
}

.special_img_div .multiplelist .pic:last-child {
  display: inline-block;
  box-sizing: border-box;
  flex: 1;
  position: relative;
  height: 1.5rem;
  margin-right: 0;
}

.special_img_div .zhe_div {
  box-sizing: border-box;
  width: calc(70%);
  vertical-align: top;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 0;
  /* padding-bottom: 0.2rem; */
  padding-right: 0.2rem;
}

.special_img_div .zhe_div h2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.12rem;
  font-size: 0.33rem;
  color: #1a1a1a;
  word-wrap: break-word;
}

.special_img_div span {
  font-size: 0.18rem;
  float: left;
}

.special_img_div .source {
  color: #b4b4b4;
  float: right;
  font-size: 0.18rem;
  /* width: 2.3rem; */
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.special_img_div .source i {
  /* margin-left: 1rem; */
}

.special_img_div .carInfo {
  margin-right: 0.2rem;
  display: flex;
  align-items: center;
  padding-top: 0.018rem;
  box-sizing: border-box;
}

.special_img_div .sign {
  border-radius: 0.04rem;
  color: #fff;
  font-size: 0.18rem;
  padding: 0 0.03rem;
  float: left;
  margin-right: 0.1rem;
}

.special_img_div .carInfo i {
  font-size: 0.18rem;
}

.special_img_div .carInfo img {
  float: left;
  margin-right: 0.05rem;
  width: 0.3rem;
}

.special_img_div .carInfo em {
  color: #b4b4b4;
}

.icon-huo {
  margin-right: 0.1rem;
}

.special_img_div em,
.special_img_div i {
  font-style: normal;
}

.special_img_div .zhe_div .carInfo em {
  color: #ababab;
}

.special_img_div .zhe_div .source {
  color: #ccc;
  margin-left: 5px;
}

.special_img_div .zhe_div .source em {
  margin-right: 0.1rem;
}

.special_img_div .zhe_div_multiplelist span {
  font-size: 0.18rem;
  float: left;
}

/* 相关阅读 end */
.detailsCon .video_img_div {
  position: relative;
  display: inline-block;
  white-space: pre-line;
}

.detailsCon .video_img_div .video_poster {
  width: 100%;
  height: 100%;
  /* position: absolute; */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0px auto;
  object-fit: cover;
  display: block;
}

.detailsCon .video_img_div .video_play {
  margin: 0;
  position: absolute;
  bottom: 0.68rem;
  left: 0.2rem;
  width: 0.64rem;
  height: 0.64rem;
}

.comment_img {
  overflow: hidden;
  margin: 0.1rem 0;
  width: 80%;
  height: 2.92rem;
}

.comment_footer{
  display: flex;
  flex-direction: row;
  align-items: center;
}


video {
  /* height: 50.63vw !important; */
  /* object-position: 0 0 0 0; */
  /* object-fit: contain; */
  background: black;
}

.article_attribute_box {
  overflow: hidden;
}

.article_attribute {
  font-size: 0.22rem;
  font-family: Songti SC;
  font-weight: 400;
  color: rgba(178, 175, 175, 1);
  line-height: 0.4rem;
}

.article_attribute span {
  display: inline-block;
  margin-right: 0.2rem;
}

.workmark {
  color: rgba(0, 173, 207, 1);
}
.custom-video .video_img_div {
  width: 100%;
}
/**
 * icon来源 :http://www.iconfont.cn/
 * 使用新浪微博登录: 13552615772/123456qaz
 * 项目为:炫云H5
 * */
@font-face {
  font-family: 'iconfont';
  src: url('xyFonts/iconfont.eot?t=1544930039894'); /* IE9*/
  src: url('xyFonts/iconfont.eot?t=1544930039894#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
  url('data:application/x-font-woff;charset=utf-8;base64,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')
  format('woff'),
  url('xyFonts/iconfont.ttf?t=1544930039894') format('truetype'),
    /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('xyFonts/iconfont.svg?t=1544930039894#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconfont {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-article:before {
  content: '\e618';
}

.icon-huikan:before {
  content: '\e628';
}

.icon-video:before {
  content: '\e6b3';
}

.icon-search:before {
  content: '\e705';
}

.icon-notice:before {
  content: '\e600';
}

.icon-huo:before {
  content: '\e615';
}

.icon-play:before {
  content: '\e602';
}

.icon-eye:before {
  content: '\e65e';
}

.icon-goback:before {
  content: '\e629';
}

.icon-goTop:before {
  content: '\e699';
}

.icon-kongxin:before {
  content: '\e600';
}
