/*首页自媒体，网红直播，短视频样式*/
.mediaList-box {
    width: 1000px;
    margin-top: 20px;
    padding-bottom: 20px;
}
/*tab选项卡切换*/
.contenta .step4 .step1content2 .step2headercontent .sunNav_3{
  	position: absolute;
	top: 0;
	left: 0;
	transform: translate(16%,-50%);
	text-align: center;
	width: 100%;
}
.contenta .step4 .step1content2 .step2headercontent .sunNav_3 li{
  float: left;
  margin: 0 20px;
  border: 2px solid #01c612;
  background-color: #fff;
  width: 180px;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  border-radius: 20px;
  color: #01c612;
}

.contenta .step4 .step1content2 .step2headercontent .sunNav_3 li.one.on,
.contenta .step4 .step1content2 .step2headercontent .sunNav_3 li.one:hover{
  background: #01c612;
  color: #fff;
  font-weight: bold;
}

.contenta .step4 .step1content2 .step2headercontent .sunNav_3 li.two{
  border-color: #23d5ea;
  color: #23d5ea;
}

.contenta .step4 .step1content2 .step2headercontent .sunNav_3 li.two.on,
.contenta .step4 .step1content2 .step2headercontent .sunNav_3 li.two:hover{
  background: #23d5ea;
  color: #fff;
  font-weight: bold;
}


.contenta .step4 .step1content2 .step2headercontent .sunNav_3 li.three{
  border-color: #bcb60f;
  color: #bcb60f;
}
.contenta .step4 .step1content2 .step2headercontent .sunNav_3 li.three.on,
.contenta .step4 .step1content2 .step2headercontent .sunNav_3 li.three:hover{
  background: #bcb60f;
  color: #fff;
  font-weight: bold;
}

/*网红直播*/
.lineliveMediaBox{
	width: 960px;
	margin: 0 auto;
	display: none;
	flex-wrap: wrap;
}

.lineliveMediaContent{
	width: 174px;
	margin-right: 20px;
	border: 1px solid #ddd;
	display: flex;
	margin-top: 20px;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.lineliveMediaContent:nth-child(5n){
	margin-right: 0;
}

.lineliveMediaContent img{
  display: block;
  width: 90px;
  border-radius: 50%;
  margin: 10px auto;
  border: 1px solid #ccc;
  height: 90px;
}

.lineliveMediaContent .imgbox{
	padding: 0 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.lineliveMediaContent .imgbox .medialogo_icon{
    font-size: 34px;
    color: #ff4747;
    margin-top: 15px;
}
.lineliveMediaContent .imgbox .medialogo_icon.joinmedia{
  color: #bcb60f;
}
.lineliveMediaContent .imgbox .parameter_list{
    display: flex;
    align-items: center;
    justify-content: center;
    margin:15px 0;
}
.lineliveMediaContent .imgbox .parameter_list li{
    display: flex;
    flex-direction: column;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    padding: 0 6px;
}

.lineliveMediaContent .imgbox .parameter_list li:first-child{
	border-right: 1px dashed #ddd;
}

.lineliveMediaContent .name{
  flex: 1;
  font-size: 16px;
  width: 100%;
  text-align: center;
  padding-bottom: 5px;
  font-weight: bold;
}

.lineliveMediaContent .name.linelive{
  color: #23d5ea;
}

.lineliveMediaContent .name.author{
  color: #01c612;
}

.lineliveMediaContent .name.joinmedia{
  border-bottom: 1px dashed #ddd;
  color: #bcb60f;
}

.lineliveMediaContent .price{
	font-size: 16px;
	font-weight: bold;
	color: #ff6c00;
  padding-bottom: 5px;
}
.lineliveMediaContent:hover .addcart{
	display: block;
}
.lineliveMediaContent .addcart{
	position: absolute;
	left:0;
	bottom: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #23d5ea;
	color: #fff;
	cursor: pointer;
	display: none;
}

.lineliveMediaContent .addcart.joinmediaaddcart{
	background:#bcb60f;
}

.lineliveMediaContent .addcart.authoraddcart{
	background:#01c612;
}

.mediaShowBox{
	display: flex;
}

/*隐藏盒子*/
.mediaTitle_display{
	display: none;
}
.mediaTitle_display.on{
	display: block;
}