html, body {
  font-size: 0.2rem;
  height: 100%;
  position: relative;
}

body {
  max-width: 640px;
  min-width: 320px;
  margin: 0 auto;
}

.container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.container .top-nav {
  flex: 0 0 0.72rem;
  border-bottom: 1px solid #eeeeee;
  font-size: 0.26rem;
  line-height: 0.72rem;
  box-shadow: 0px 0px 3px #d3d3d3;
}

.container .top-nav ul {
  width: 100%;
  overflow-x: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.container .top-nav ul li {
  white-space: nowrap;
  margin: 0 0.28rem;
}

.container .top-nav ul li a {
  color: #333;
  border-bottom: 2px solid transparent;
  line-height: 0.68rem;
  display: inline-block;
  transition: all 300ms;
}

.container .top-nav ul li.ac a {
  color: #d3283d;
  border-bottom: 2px solid #d3283d;
}

.container .content {
  flex: 1;
  width: 100%;
  overflow-y: auto;
  margin-top: .2rem;
}

.container .content .banner {
  padding: 0 .3rem;
  height: 3.9rem;
  overflow: hidden;
}

.container .content .banner .banner-1 {
  -webkit-appearance: none;
  border-radius: .12rem !important;
  overflow: hidden;
  transform: translateY(0);
}

.banner img {
  width: 100%;
}

.banner .swiper-slide {
  position: relative;
}

.banner .swiper-slide .banner-text {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 0.62rem;
  width: auto;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  width: 100%;
}

.banner .swiper-slide .banner-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
  padding-left: 0.2rem;
  font-size: 0.28rem;
}

.banner .swiper-container {
  height: 4.22rem;
}

.banner .swiper-pagination {
  position: absolute;
  z-index: 20;
  bottom: 0 !important;
  text-align: center;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 0.62rem;
  line-height: 0.62rem;
}

.swiper-pagination-bullet {
  opacity: 0.5;
  background: #ffffff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #0071be;
}

.swiper-pagination-bullet:last-of-type {
  margin-right: 0.2rem !important;
}

.banner .swiper-slide {
  height: 3.9rem;
}

.container .bot-nav {
  flex: 0 0 0.72rem;
  border-top: 1px solid #eeeeee;
}

/*.list {
	padding: 0 .3rem;
}
.list  .list-item{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: top;
	padding: 0.27rem 0;
	border-top:1px solid #e8e8e8 ;
}
.list  .img-box{
	width: 2.20rem;
	height: 1.65rem;
	margin-right: 0.18rem;
	flex: 0 0 2.20rem;
}
.list  .img-box img{
	width: 100%;
	height: 100%;
}
.list .text-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.list .text-box h5{
	line-height: 0.44rem;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 0.3rem;
}
.list .text-box .data-from{
	color: #999999;
}
.list .text-box .article-about{
	display: flex;
	justify-content: space-between;
	
}
.list .text-box .article-about span{
	border: 1px solid #0071be;
	border-radius: 0.05rem;
	padding: 0 0.08rem;
	line-height: 0.28rem;
	color: #0071be;
	display: block;
}*/

.list {
  padding: 0 0.3rem;
}

.live-item {
  border-bottom: 1px solid #efefef;
  padding: 0.27rem 0;
  overflow: hidden;
}

.live-item .live-info {
  margin: 0rem 0 0.2rem 0;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  display: none;
  height: 0.4rem;
  line-height: 0.4rem;
}

.live-item .live-info .live-state {
  display: inline-block;
  border-radius: 5px;
  padding: 0px 10px 0 8px;
  line-height: 0.4rem;
  font-size: 0.24rem;
  margin-right: 8px;
  vertical-align: bottom;
  color: #FFF;
  font-weight: 500;
  overflow: hidden;
  height: 0.4rem;
  padding-top: 0.02rem;
}

.live-item .live-info .live-state i {
  display: inline-block;
  font-size: 0.28rem;
  vertical-align: bottom;
  padding: 0px 0.083rem 0px 0px;
  font-style: normal;
  /*line-height: 1.6rem;*/
  text-align: center;
  height: 100%;
}

.live-item .live-info .onlookers {
  color: #8e8e8e;
  font-size: 0.28rem;
  line-height: 0.4rem;
  display: inline-block;
  height: 0.4rem;
  padding-top: 0.04rem;
}

.live-item .live-info .onlookers code {
  color: #d3283d;
  margin-right: 0.04rem;
  font-weight: 600;
  line-height: 0.4rem;
  font-style: normal;
  font-family: "HelveticaNeue";
  font-weight: 500;
  font-size: 0.28rem;
  height: 100%;
  display: inline-block;
}

.live-item .live-state-review {
  background: #8b8b8b;
}

.live-item .live-state-live {
  background: #dc3f5f;
}

.live-item .live-state-wait {
  background: #88b04f;
}

.live-item .live-intro {
  line-height: 0.48rem;
  font-size: 0.32rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #1d1d1d;
  margin: 0.02rem 0 0.3rem 0;
}

.live-item .live-preview {
  position: relative;
  width: 100%;
  font-size: 0px;
  padding-bottom: 62.5%;
  height: 0px;
  overflow: hidden;
  margin-top: -3px;
  border-radius: .12rem;
}

.live-item .live-preview-img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  border: none;
}

.live-item .tv-name {
  line-height: 0.5rem;
  font-size: 0.28rem;
  color: #1d1d1d;
}

.live-item .is-top {
  display: inline-block;
  position: absolute;
  right: 0px;
  text-align: center;
  background: #f90;
  border-radius: 0.05rem;
  padding: 0.01rem 0.12rem 0 0.12rem;
  line-height: 0.3rem;
  font-size: 0.22rem;
  vertical-align: bottom;
  color: #FFF;
  font-weight: 500;
}

#shareimg {
  margin: 0 auto;
  width: 0;
  height: 0;
  overflow: hidden;
}

.item-box .item-box-li {
  width: 100%;
  height: 100%;
  display: none;
}

.item-box .item-box-li:first-of-type {
  display: block;
}

/*按钮组*/

.btn-intr {
  border-bottom: 1px solid #efefef;
  padding: 0.27rem 0;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.btn-intr .btn-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
}

.btn-intr .btn-item img {
  width: 0.6rem;
  height: 0.6rem;
}

.btn-intr .btn-item span {
  line-height: 0.5rem;
  font-size: 0.22rem;
  color: #1d1d1d;
}

.button-box {
  border-bottom: 1px solid #efefef;
  padding: 0.27rem 0 0.15rem;
  overflow: hidden;
}

.button-group {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.button-group .btn-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
  margin-bottom: .1rem;
}

.button-group .btn-item span {
  line-height: 26px;
}

.button-group .btn-item .group-img-box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.button-group img {
  width: .95rem;
}

.button-group .btn-item .group-img {
  margin: 0 auto;
  height: 0;
  overflow: hidden;
  position: relative;
  border-radius: 0.12rem;
  width: 70%;
  padding-bottom: 70%;
}

.button-group-one {
  justify-content: center;
}

.button-group-all {
  justify-content: flex-start;
}

.button-group-one .btn-item .group-img {
  width: 70%;
  padding-bottom: 70%;
}

.button-group-two {
  width: 80%;
  margin: 0 auto;
}

.button-group-two .btn-item {
  width: 50%;
}

.button-group-three {
  width: 75%;
  margin: 0 auto;
}

.button-group-three .btn-item {
  width: 33%;
}

.button-group-four {
  width: 90%;
  margin: 0 auto;
}

.button-group-four .btn-item {
  width: 25%;
}

/* .button-group-one .btn-item{
	width: 25%;
}
.button-group-two .btn-item{
	width: 50%;
}
.button-group-three .btn-item{
	width: 33%;
}
.button-group-four .btn-item{
	width: 25%;
}
.button-group-five .btn-item{
	width: 20%;
}

.button-group-all .btn-item{
	width: 20%;
} */

/*双图*/

.btn-two {
  border-bottom: 1px solid #efefef;
  padding: 0.27rem 0;
  overflow: hidden;
}

.btn-two-list {
  padding: 0.27rem 0 0;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.btn-two-intro {
  line-height: 0.42rem;
  font-size: 0.32rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #1d1d1d;
  margin: 0.02rem 0 0.05rem 0;
  text-align: center;
}

.btn-two .btn-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 48%;
  padding-bottom: .1rem;
  text-align: left;
}

.btn-two .btn-two-preview {
  position: relative;
  width: 100%;
  font-size: 0px;
  padding-bottom: 62.5%;
  height: 0px;
  overflow: hidden;
  margin-top: -3px;
  border-radius: .12rem;
}

.btn-two .btn-two-preview-box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.btn-two .btn-item .btn-two-preview-box img {
  width: 100%;
  display: block;
}

.btn-two .btn-item span {
  width: 100%;
  font-size: 0.3rem;
  line-height: 0.5rem;
  margin-top: 0.08rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: block;
}

.btn-two-about {
  font-size: 0.24rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #8e8e8e;
  display: none;
}

.btn-two-about span {
  display: inline-block;
}

.btn-two-about .publish-time {
  float: right;
}

.text-image-item {}

/*带媒体号头像*/

.company-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0.1rem 0;
}

.company-box .img-box {
  width: 0.4rem;
  height: 0.4rem;
  overflow: hidden;
  border-radius: 50%;
}

.company-box .img-box img {
  width: 100%;
}

.company-box .text-box {
  flex: 1;
  margin-left: 0.1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.company-box .text-box .com {
  line-height: 0.42rem;
  font-size: 0.32rem;
}

.company-box .text-box .tm {
  color: #8e8e8e;
  font-size: 0.28rem;
  line-height: 0.42rem;
  float: right;
  display: none;
}

.not-big-pic {
  display: flex;
  flex-direction: row;
  /*margin: 0.25rem 0;*/
}

/*非大图展示*/

.not-big-pic .v-img-box {
  width: 33%;
  height: 0;
  overflow: hidden;
  padding-bottom: 20.625%;
  position: relative;
  border-radius: 0.12rem;
}

.not-big-pic .v-imgs-box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.not-big-pic .v-img-box img {
  width: 100%;
}

.not-big-pic .v-text-box {
  flex: 1;
  margin-left: 0.2rem;
}

.not-big-pic .v-text-box {
  flex: 1;
  margin-left: 0.2rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.not-big-pic .v-text-box .v-title {
  font-size: 0.32rem;
  line-height: 0.5rem;
  margin-top: 0.05rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: -.08rem/* 4/50 */
  ;
}

/*短时拼相关*/

.v-about {
  font-size: 0.24rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #8e8e8e;
}

.v-about span {
  display: inline-block;
}

.v-about .self-type {
  display: inline-block;
  padding: 0px 2px;
  border: 1px solid #d3283d;
  border-radius: 5px;
  color: #d3283d;
  margin-right: 5px;
  display: none;
}

.v-about .read-num {
  display: none;
  margin: 0 0.03rem;
}

.v-about .read-num i {
  margin-right: 1px;
}

.v-about .publish-time {
  float: right;
  /*display: none;*/
}

.mg-y-7 {
  margin: 0.1rem 0;
}

.mg-b-7 {
  margin-bottom: 0.07rem;
}

/*.header{padding: 0 6%;}*/

/*头部媒体号信息*/

.company-about {
  padding: 0.2rem 0.3rem;
  background-image: url(/images/media-bg.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.company-about p {
  font-size: 0.28rem;
  line-height: 0.4rem;
}

.company-about .company-logo {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.15rem
}

.company-about .company-logo img {
  width: 100%;
  height: 100%;
}

.company-about .company-info {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: #fff;
  margin: 0.05rem 0;
}

.company-about .company-info span {
  font-size: 0.24rem;
  color: #acacac;
}

.company-about .company-info span i {
  color: #fff;
}

/*三图*/

.multiple-pics {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0.1rem 0;
}

.multiple-pics p {
  flex: 0 0 30%;
  width: 30%;
  height: 0;
  padding-bottom: 22.5%;
  position: relative;
  overflow: hidden;
  border-radius: .12rem;
}

.multiple-pics .multiple-preview {
  position: relative;
  flex: 0 0 31%;
  width: 31%;
  font-size: 0px;
  padding-bottom: 19.375%;
  height: 0px;
  overflow: hidden;
  margin-top: -3px;
  border-radius: .12rem;
}

.multiple-pics .multiple-preview-box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.multiple-pics .multiple-preview-box img {
  width: 100%;
  display: block;
}

.multiple-pics p img {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
}

.publish-time {
  float: right;
}

.play-btn {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(/wap/images/vplay.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px 50px;
}

/*底部导航*/

.bot-nav {}

.container .bot-nav {
  flex: 0 0 0.98rem;
  border-top: 1px solid #eeeeee;
  font-size: 0.20rem;
  /*line-height: 0.72rem;*/
  box-shadow: 0px 0px 3px #d3d3d3;
  display: flex;
  align-items: center;
}

.container .bot-nav ul {
  width: 94%;
  padding: 0 3%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.container .bot-nav ul li {
  white-space: nowrap;
  margin: 0 0.28rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container .bot-nav ul li i {
  font-size: 0.46rem;
  width: 0.46rem;
  height: 0.46rem;
}

.container .bot-nav ul li img {
  font-size: 0.46rem;
  width: 0.46rem;
  height: 0.46rem;
}

.container .bot-nav ul li .navselect {
  display: none;
}

.container .bot-nav ul li.ac img {
  display: none;
}

.container .bot-nav ul li.ac .navselect {
  display: block;
}

.container .bot-nav ul li a {
  color: #333;
  transition: all 300ms;
}

.container .bot-nav ul li.ac a, .container .bot-nav ul li.ac i {
  color: #d3283d;
}

/*没有更多了*/

.no-more-info {
  text-align: center;
  line-height: 0.7rem;
  font-size: 0.24rem;
  color: #999;
}

/*没有内容*/

.no-info {
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  font-size: 0.28rem;
  color: #999;
}

/*专题页样式*/

.top-title {
  line-height: 0.6rem;
  font-size: 0.34rem;
  font-weight: 500;
  color: #1d1d1d;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
  text-align: center;
}

/*返回顶部*/

.top {
  cursor: pointer;
  width: 0.8rem;
  height: 0.8rem;
  background: url("../images/gotop01.png") no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 3.5rem;
  font-size: 1.6rem;
  position: fixed;
  right: 0.4rem;
  bottom: 2.0rem;
  display: none;
}

/*loading*/

.loading {
  position: fixed;
  width: 0.8rem;
  height: 0.8rem;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999;
  background: transparent;
  display: none;
}

.loading img {
  width: 100%;
  height: 100%;
}

.banner {
  position: relative;
  overflow: hidden;
}

.banner .banner-1 ul li {
  height: 3.9rem;
  position: relative;
  float: left;
  display: none;
  width: 100%;
  -webkit-appearance: none;
  border-radius: .12rem !important;
  overflow: hidden;
  transform: translateY(0);
}

.banner .banner-1 ul li a {
  height: 100%;
  display: block;
  width: 100%;
  -webkit-appearance: none;
  border-radius: .12rem !important;
  overflow: hidden;
  transform: translateY(0);
}

.banner .banner-1 ul li img {
  width: 100%;
  /* height: 100%; */
  display: block;
  /* -webkit-appearance:none;
	border-radius: .12rem;
	overflow: hidden;
	transform: translateY(0); */
}

.banner .banner-1 ul li h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  background: url(/wap/images/slide_mask.png) 0 bottom repeat-x;
  height: 1.3rem;
  background-size: 100% 1.3rem;
}

.banner .banner-1 ul li h4 a {
  color: #fff;
  font-size: 0.3rem;
  font-weight: normal;
  width: 94%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  padding: .35rem 3% 0;
}

.banner .circle {
  position: absolute;
  bottom: 0.15rem;
  right: 36%;
}

.banner .circle .circle-box {
  left: -50%;
}

.banner .circle ul li {
  float: left;
  width: 0.15rem;
  height: 0.15rem;
  background: #fff;
  border-radius: 50%;
  margin-right: 0.2rem;
  cursor: pointer;
  color: rgba(0, 0, 0, 0)
}

.banner .circle ul .on {
  background: rgba(5, 134, 240, .8);
}

/* 下载 */

.download_app {
  position: relative;
  height: 62px;
  width: 100%;
  z-index: 999;
}

.download_box {
  display: flex;
  flex-direction: row;
  padding: 0 5%;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  height: 62px;
  position: fixed;
  width: 90%;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, .05);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .05);
}

.download_box .soft-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #000;
  font-size: 17px;
  font-weight: 900;
}

.download_box .soft-icon span {
  height: 42px;
  line-height: 42px;
}

.download_box .soft-icon .icon_box {
  width: 42px;
  height: 42px;
  margin-right: 10px;
}

/* .download_box .soft-icon .icon_box_new {
	width: 1rem;
	height: 1rem;
}
 */

.download_box .soft-icon .icon_box img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.download_box .soft_download {
  background: #3e9ff7;
  width: 70px;
  height: 33px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  font-size: 14px;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
}

.download_box .soft_download_new {
  text-decoration: none;
  color: #fff;
  padding: .12rem;
  border-radius: .08rem;
  background-color: #039dfe;
}

/*公共弹窗样式*/

#commonpop {
  position: fixed;
  left: 0;
  top: 0;
  right: -7%;
  bottom: 0;
  margin: auto;
  width: 180px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  display: none;
  border-radius: 5px;
  z-index: 100000;
}

#commonpop p {
  margin: 0 !important;
  padding: 0 !important;
  color: #fff;
  font-size: 12px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  flex-direction: column
}

#commonpop p span {
  line-height: 22px;
  display: block
}

@media screen and (max-width:1366px) {
  #commonpop {
    right: -18%
  }
}

@media screen and (max-width:1024px) {
  #commonpop {
    right: 6%
  }
}

.not-big-pic.second .v-text-box {
  margin-left: 0;
  margin-right: 0.2rem;
}

.ctitle {
  display: flex;
  justify-content: space-between;
  font-size: 0.25rem;
  margin-bottom: 0.18rem;
}

.ctitle img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 10px;
}

.live-preview .live-status {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  padding-right: 10px;
}

.live-preview .live-status .status-text {
  padding: 0 4px;
  background-color: #b9b5b5;
  border-radius: 4px;
  margin-right: 10px;
}

.live-preview .live-status .status-text.red {
  background-color: red;
}

.live-preview .duration {
  position: absolute;
  bottom: .1rem/* 5/50 */
  ;
  right: .1rem/* 5/50 */
  ;
  font-size: .22rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: .1rem/* 5/50 */
  .2rem/* 10/50 */
  ;
  border-radius: .3rem/* 15/50 */
  ;
}

.rec.swiper-container {
  width: 100%;
  height: 100%;
}

.rec.swiper-container .swiper-slide {
  width: 80%;
}

.rec.swiper-container .swiper-slide .img-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  position: relative;
  border-radius: .16rem/* 8/50 */
  ;
  overflow: hidden;
}

.rec.swiper-container .swiper-slide .img-wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.rec .rec-title {
  margin-top: .16rem/* 8/50 */
  ;
  color: #000;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.extra-item-title {
  font-size: .3rem/* 15/50 */
  ;
  color: #000;
  font-weight: bold;
  margin: .2rem/* 10/50 */ 0
  ;
}

.extra-item-title {
  display: flex;
  justify-content: space-between;
}
.extra-item-title .more{
  flex: 1;
  text-align: right;
  color: #000;
}
.v-type{
  display: inline-block;
  color: red;
  border: .02rem /* 1/50 */ solid red;
  font-size: .24rem /* 12/50 */;
  margin-right: .2rem /* 10/50 */;
  padding: 0 .08rem /* 4/50 */;
  border-radius: .04rem /* 2/50 */;
}
.module-type5{margin: .16rem /* 8/50 */ 0;}
.module-type5 .mtype-img{height: 1.2rem /* 60/50 */; border-radius: 4px;overflow: hidden;}
.module-type5 .mtype-img img{width: 100%;height: 100%;}
