[v-cloak] {
  display: none;
}
/*打开爱青岛*/
.open-aiqd {
  width: 100%;
  height: 1.4rem;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 0.32rem;
  position: fixed;
  left:0;
  bottom:0;
  z-index:999;
  border-bottom: 1px solid rgba(0,0,0,.06);
  background: rgba(0,0,0,.5);
}
.open-aiqd .logo {
  width: 0.76rem;
  height: 0.76rem;
}
.open-aiqd .logo img {
  width: 100%;
  height: 100%;
}
.open-aiqd .intro {
  flex: 1;
  margin-left: 0.2rem;
}
.open-aiqd .intro p {
  font-size: 0.34rem;
  line-height: 0.48rem;
  color: #0c0c0c;
  font-weight: 600;
}
.open-aiqd .intro span {
  font-size: 12px;
  font-weight: 400;
  line-height: 0.33rem;
  color: #999999;
}
.open-aiqd .btn {
  padding: 0 0.3rem;
  border-radius: 2px;
  height: 0.52rem;
  background: #ff6900;
  color: #fff;
  font-size: 0.26rem;
  text-align: center;
  line-height: 0.52rem;
  justify-self: flex-end;
}
.open-aiqd .close {
  width: 0.4rem;
  height: 0.4rem;
  margin-left: 0.2rem;
}
/*头部*/
.common-title {
  width: 100%;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.common-title .left {
  font-size: 0.34rem;
  font-family: STBShusong-Bold;
  font-weight: bold;
  color: #000000;
  position: relative;
  padding-left: 0.2rem;
}
.common-title .left:before {
  content: '';
  display: block;
  width: 0.07rem;
  height: 0.3rem;
  background: #CC0033;
  position: absolute;
  left: 0;
  top: 0.08rem;
}
.common-title .right {
  font-size: 0.26rem;
  font-family: FZLanTingHeiS-R-GB;
  font-weight: 400;
  color: #a8acb1;
}
/*评论*/
.comment-list {
  display: flex;
  position: relative;
  padding: 0.28rem 0 0;
}
.comment-list .avator {
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  margin-right: 0.2rem;
}
.comment-list .right {
  border-bottom: 1px solid #f7f7f7;
  flex: 1;
  position: relative;
  padding-bottom: 0.3rem;
  /* border-bottom: 1px solid #f7f7f7; */
}
.comment-list .name {
  font-size: 0.28rem;
  color: #999;
  line-height: 0.54rem;
}
.comment-list .content {
  font-size: 0.32rem;
  color: #111111;
  line-height: 0.4rem;
}
.comment-list .image-single {
  width: 100%;
  height: 4rem;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 0.15rem;
}
.comment-list .image-single img {
  width: 100%;
  height: 100%;
}
.comment-list .image-wrap {
  display: flex;
  flex-wrap: wrap;
}
.comment-list .image-wrap .image-more {
  width: 31%;
  height: 2rem;
  border-radius: 4px;
  overflow: hidden;
  margin: 5px;
  margin-left: 0;
}
.comment-list .image-wrap .image-more img {
  width: 100%;
  height: 100%;
}
.comment-list .media {
  width: 100%;
  height: 3rem;
  margin-top: 0.2rem;
}
.comment-list .voice {
  color: #319699;
  margin-top: 0.1rem;
  text-decoration: underline;
}
.comment-list .time {
  color: #333333;
  font-size: 0.22rem;
  /* line-height: 0.8rem; */
  margin-top: 0.1rem;
}
.comment-list .time i {
  color: #999999;
}
.comment-list .zan {
  font-size: 0.24rem;
  font-family: HiraginoSansGB;
  font-weight: normal;
  color: #abacb0;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
}
.comment-list .zan img {
  width: 0.26rem;
  height: 0.26rem;
  margin-left: 5px;
}
.comment-list .replay-list {
  background: #F7F7F7;
  padding: 0.15rem;
  margin-top: 0.15rem;
}
.comment-list .replay-list li {
  font-size: 0.28rem;
  line-height: 0.45rem;
}
/*ckplayer*/
.ckplayer {
  width: 100%;
  height: 4.22rem;
  position: relative;
  margin-top:1.4rem;
  box-sizing: border-box;
}
.ckplayer .title {
  width: 80%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  position: absolute;
  top: 0.25rem;
  left: 0.3rem;
  font-size: 0.3rem;
  color: #ffffff;
  z-index: 5;
}
/*广告位*/
.adv-container {
  width: 100%;
  height: 1.72rem;
  margin: 0.4rem 0;
}
.adv-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.adv-container.raduis {
  /* border-radius: 0.8rem; */
  overflow: hidden;
}
/*分割线*/
.divider {
  width: 100%;
  height: 0.1rem;
  background: #F7F7F7;
}
/*资讯列表样式*/
.news-pic-verticle {
  width: 100%;
  padding: 0.2rem 0;
}
.news-pic-verticle .title {
  font-size: 0.34rem;
  line-height: 0.52rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-pic-verticle .spe-title {
  color:#CC0033;
}
.news-pic-verticle .image {
  min-height: 1.48rem;
  display: flex;
  justify-content: space-between;
  margin-top: 0.1rem;
}
.news-pic-verticle .image img {
  width: 100%;
  height: 100%;
}
.news-pic-verticle .image.image-col1 > div {
  width: 100%;
}
.news-pic-verticle .image.image-col2 > div {
  width: 49%;
}
.news-pic-verticle .image.image-col3 > div {
  width: 32%;
}
.news-pic-verticle .image.image-big {
  height: 3.9rem;
}
.news-pic-verticle .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 0.2rem;
  font-size: 0.24rem;
}
.news-pic-verticle .bottom .bottom-left {
  color: #999;
}
.news-pic-verticle .bottom .bottom-right {
  display: flex;
  align-items: center;
  color: #cc0033;
}
.news-pic-verticle .bottom .bottom-right img {
  width: 0.28rem;
  height: 0.25rem;
  margin-top: 3px;
  margin-right: 0.1rem;
}
.news-pic-horizontal {
  padding: 0.2rem 0;
  display: flex;
  justify-content: space-between;
}
.news-pic-horizontal .content {
  width: 4.6rem;
}
.news-pic-horizontal .content .title {
  height: 0.9rem;
  font-size: 0.34rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-pic-horizontal .content .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 0.2rem;
  font-size: 0.24rem;
}
.news-pic-horizontal .content .bottom .bottom-left {
  color: #999;
}
.news-pic-horizontal .content .bottom .bottom-right {
  display: flex;
  align-items: center;
  color: #cc0033;
}
.news-pic-horizontal .content .bottom .bottom-right img {
  width: 0.28rem;
  height: 0.25rem;
  margin-top: 3px;
  margin-right: 0.1rem;
}
.news-pic-horizontal .image {
  width: 2.22rem;
}
.news-pic-horizontal .image img {
  width: 100%;
  height: 100%;
}
.news-pic-horizontal-bottom {
  padding: 0.2rem 0;
}
.news-pic-horizontal-bottom .top {
  display: flex;
  height: 1.4rem;
  justify-content: space-between;
}
.news-pic-horizontal-bottom .top .image {
  width: 2.22rem;
}
.news-pic-horizontal-bottom .top .image img {
  width: 100%;
  height: 100%;
}
.news-pic-horizontal-bottom .top .title {
  width: 4.5rem;
  font-size: 0.34rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-pic-horizontal-bottom .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 0.2rem;
  font-size: 0.24rem;
}
.news-pic-horizontal-bottom .bottom .bottom-left {
  color: #999;
}
.news-pic-horizontal-bottom .bottom .bottom-right {
  display: flex;
  align-items: center;
  color: #cc0033;
}
.news-pic-horizontal-bottom .bottom .bottom-right img {
  width: 0.28rem;
  height: 0.25rem;
  margin-top: 3px;
  margin-right: 0.1rem;
}
.mescroll-empty {
  padding-bottom: 20px;
}
.mescroll-empty .empty-text {
  margin-top: 8px;
  font-size: 0.26rem;
}
.mescroll-empty .empty-icon {
  margin: 0 auto;
}
.swiper-container {
  width: 100%;
  margin-bottom: 0.2rem;
  height: 4.22rem;
}
.swiper-container .swiper-wrapper,
.swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}
.swiper-container img {
  width: 100%;
  height: 100%;
}
#swiper2 .swiper-pagination-fraction {
  width: 0.8rem;
  height: 0.44rem;
  line-height: 0.44rem;
  font-size: 0.3rem;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  left: auto;
  right: 0.2rem;
  border-radius: 0.22rem;
}
.living-hint{
  position: fixed;
  top:0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none;
}
.living-hint img{
  width: 3.78rem;
  height: auto;
  position: absolute;
  top:0.2rem;
  right: 0.4rem;
}
#down-pop{
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(../images/img2.png) no-repeat;
  background-size: 100% 100%;
  display: none;
  z-index: 999999;
}
.mask .cancel_box {
  width: 30%;
  height: 8%;
  position: fixed;
  left: 17%;
  top: 48%;
}
.mask .btn_box {
  width: 30%;
  height: 8%;
  position: fixed;
  left: 54%;
  top: 48%;
}

.m-897-information .information-content p {
  line-height: normal;
}

.uploadtip{
  max-width: 677px;
  margin-left: auto;
  margin-right: auto;
  display:block;
  background: rgba(0,0,0,.5);
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 2% 0;
  z-index: 99999999999;
}

.uploadtip span{

  color: #fff;

  font-size: 20px;

}

.uploadtip .logo{

  float: left;
  margin-right: 2%;
  width: 12%;
  margin-top: 1.5%;
  border-radius: 10px;

}

.aboutword{

  width: 95%;

  margin: 0 auto;



}

.uploadtip .close{
  color: #000;
  font-size: 25px;
  outline: none;
  font-size: 25px;
  float: right;
  margin-top: 1%;
  outline: none;
}
.slogan{
  width: 52%;
  display: block;
  float: left;
  line-height: 1;
  text-align: left;
  margin-top: 2.7%;
  margin-left: 1.5%;
}
.slogan span:first-child{
  width: 100%;
  display: block;
  color: #000;
  font-size: 15px;
}
.slogan span:nth-of-type(2) {
  font-size: 13px;
  color: #aaa;
}
.uploadtip  .upload{

  margin: 0 1%;
  background-color: #ff6900;
  border: none;
  color: #fff;
  padding: 1%;
  font-size: 14px;
  font-family: "microsoft yahei";
  outline: none;
  margin-top: 3%;
  display: inline-block;
  border-radius: 3px;
}
.m-897-detail img {
  max-width: 100% !important;
}
.m-897-detail .detail-content{
  overflow:hidden;
}
