﻿@charset "UTF-8";

/*CSS Reset*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
header,
nav,
section,
article,
aside,
footer,
figure,
figcaption,
menu,
button {
  margin: 0;
  padding: 0;
}

html {
  font-size: 56.25px;
}

body {
  font-family: "微软雅黑", sans-serif;
  line-height: 1.5;
  color: #131313;
  -webkit-user-select: none;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  font-size: 14px;
  background-color: #f5f5f5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

fieldset,
img {
  border: 0;
}

li {
  list-style: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
  border: none;
}

button {
  -webkit-appearance: none;
  border: 0;
  background: none;
}

a {
  -webkit-touch-callout: none;
  text-decoration: none;
  color: #131313;
}

:focus {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}

em,
i {
  font-style: normal;
}

/*-----------------------------write massage*/
.heaer{
	height: 0.6rem;
	background: #2388e6;
	line-height: 0.6rem;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
.heaer h5{
	text-align: center;
	font-size: 16px;
	color: white;
}
.heaer .back{
	display: block;
	padding-left: 0.42rem;
	height: 0.6rem;
	background: url(/images/liveshow/back.png) no-repeat 0.2rem center;
	background-size: 0.19rem auto;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 0.6rem;
	color: white;
}
.write-massage-title{
	padding-top: 1.4rem;
	text-align: center;
	padding-bottom: 0.5rem;
}
.write-massage-title h3{
	font-size: 18px;
}
.write-massage-title p{
	padding-top: 0.1rem;
	color: #666666;
}
.mesasge{
	margin: 0 0.2rem;
}
.write-massage{
	
	border: 1px solid #e5e5e5;
}
.write-massage li{
	height:0.8rem;
	line-height: 0.8rem;
	border-bottom: 1px solid #e5e5e5;
	background:white;
	display: -webkit-box;
	position: relative;
}
.write-massage li a{
	display: block;
	height: 0.6rem;
	padding: 0 0.2rem;
	background: #f56908;
	line-height: 0.6rem;
	text-align: center;
	color: white;
	position: absolute;
	top: 0.1rem;
	right: 0.2rem;
	border-radius: 3px;
}
.write-massage li:last-child{
	border: none;
}
.write-massage li span{
	display: block;
	width: 1.26rem;
	text-align: center;
	border-right: 1px solid #e5e5e5;
}
.write-massage li input{
	display: block;
	-webkit-box-flex: 1;
	padding: 0.2rem 0.1rem;
	height: 0.4rem;
	line-height: 0.4rem;
}
.mesasge .submit{
	display: block;
	width: 100%;
	height: 0.7rem;
	background: #2388E6;
	color: white;
	line-height: 0.7rem;
	text-align: center;
	margin-top: 1.5rem;
	border-radius: 3px;
}
/*------------------------------关注公众号*/
#container_bg_white{
	background: white;
}
.publik-number{
	padding-top: 0.6rem;
}
.publik-number h3{
	height: 2.0rem;
	line-height: 2.0rem;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	font-size: 16px;
}
.aima-publik-number{padding-top: 1.6rem;}
.aima-publik-number h5,
.aima-publik-number h4{
	text-align: center;
}
.aima-publik-number h4{
	font-size: 16px;
	color: #E44A52;
}
.aima-publik-number h5{
	color: #666666;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #E5E5E5;
}
.code{
	width: 4.5rem;
	margin: 0 auto;
	padding: 0.2rem 0;
}
.code02, .code01{
	display: inline-block;
	width: 2.3rem;
	height: 2.3rem;
}
.code .code02{
	display: inline-block;
	width: 2.1rem;
	height: auto;
}
.publik-number .bottom{
	padding-top: 0.5rem;
	border-top: 1px solid #e5e5e5;
}
.publik-number .bottom p{
	width: 4.5rem;
	margin: 0 auto;
	color: #2388E6;
}
.publik-number .bottom h2{
	text-align: center;
	color:#2388E6;
}
/*----------------------------------参展商家*/
.Participating-top{
	padding: 0.2rem;
	background: white;
	display: -webkit-box;
}
.Participating-top>span{
	display: block;
	width: 1.0rem;
	height: 1.0rem;
	border-radius: 3px;
    display: table-cell;
    vertical-align: middle;
}
.Participating-top img{
	display: block;
	width: 100%;
}
.Participating-text{
	-webkit-box-flex: 1;
	padding-left: 0.2rem;
	line-height: 1.2;
}
.Participating-text h3{
	color: #666666;
	padding-top: 10px;
	font-size: 14px;
}
.Participating-text h2{
	font-size: 16px;
}
.Participating-text p{
	color: #666666;
	font-size: 14px;
	display: -webkit-box;
}
.Participating-text p i{
	display: block;
	-webkit-box-flex: 1;
}
.Participating-text p span{
	display: block;
}
.Live-list{
	margin: 0.2rem 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	height: 0.7rem;
	line-height: 0.7rem;
	display: -webkit-box;
	background: white;
}
.Live-list li{
	-webkit-box-flex: 1;
	text-align: center;
}
.Live-list li a{
	display: block;
	margin: 0 10%;
	position: relative;
	font-size: ;
}
.Live-list li a.currentA{
	color: #2388E6;
}
.Live-list li a.currentA:after{
	content: '';
	height: 1px;
	width: 100%;
	border-bottom: 2px solid #2388E6;
	position: absolute;
	left: 0;
	bottom: -1px;
}
.Participating-list{
	padding: 0.2rem 0;
	background: white;
}
.Participating-list-padding{
	padding-bottom: 0.8rem;
}

.scroll-position .search,
.Participating-list .search{
	margin: 0 0.2rem;
	display: -webkit-box;
}

.scroll-position .search input:first-child,
.Participating-list .search input:first-child{
	display: block;
	-webkit-box-flex: 1;
	height: 0.50rem;
	border: 1px solid #E5E5E5;
	line-height: 0.5rem;
	background: white;
	border-radius: 0;
}

.scroll-position .search input:last-child,
.Participating-list .search input:last-child{
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
	padding: 0 0.15rem;
	background: #2388E6;
	color:white;
	border: none;
}
.Participating-Ranking{
	width: 100%;
}
.Participating-Ranking li{
	display: -webkit-box;
	overflow: hidden;
}
.Participating-Ranking li{
	padding: 0.2rem;
	position: relative;
}
.Participating-Ranking li:after{
	content: '';
	height: 1px;
	width: 100%;
	border-bottom: 1px solid #E5E5E5;
	position: absolute;
	left: 0;
	bottom: 0;
}
.Participating-Ranking li:last-child:after{
	display: none;
}
.Participating-Ranking .pic a{
	width: 1.4rem;
    height: 1.4rem;
    display: inline-block;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}
.Participating-Ranking .pic img{
	display: block;
	width: 100%;
}
.Participating-Ranking .pic{
	margin-left: 0.1rem;
}
.Participating-Ranking .pic span{
	display: block;
    width: 01rem;
    height: 1rem;
    background-size: 0.5rem auto;
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    color: white;
    background-color: #999;
    font-size: 16px;
    border-radius: 50%;
    text-align: left;
    line-height: 1.4rem;
    text-indent: 0.23rem;
}
.Participating-Ranking li:nth-child(1) .pic span{
	background-color: #f56908;
}
.Participating-Ranking li:nth-child(2) .pic span{
	background-color: #f80023;
}
.Participating-Ranking li:nth-child(3) .pic span{
	background-color: #2488e6;
}
.Participating-Ranking .text{
	-webkit-box-flex: 1;
	line-height: 1;
	padding-left: 0.2rem;
}
.Participating-Ranking .text p{
	color: #666666;
	padding-top: 0.08rem;
	padding-bottom: 0.08rem;
}
.Participating-Ranking .text h2{
	font-size: 15px;
	word-wrap: break-word;
}
.Participating-Ranking .text h4,
.Participating-Ranking .text h3{
	color: #e44a52;
	margin-top: 0.1rem;
	text-indent: 0.3rem;
	line-height: 0.24rem;
	background: url(/images/liveshow/dianzan1.png) no-repeat;
	background-size: auto 100%;
	display: inline-block;
}
.Participating-Ranking .text h3{
	background: url(/images/liveshow/eye.png) no-repeat;
	background-size: auto 100%;
	margin-left: 0.2rem;
	text-indent: 0.5rem;
}


.Participating-Ranking .text p i,
.Participating-Ranking .text p em{
	display: block;
}
.Participating-Ranking .text p i{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0.1rem;
}
.Participating-Ranking .text a{
	display: block;
	width: 1.6rem;
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
	color: white;
	background: #F56908;
	border-radius: 3px;
	position: absolute;
	bottom: 0.2rem;
	right: 0.2rem;
}

.attention-mask{
	height: 0.8rem;
	width: 100%;
	background-color: rgba(61,61,61,0.9);
	position: fixed;
	bottom: 0;
	display: -webkit-box;
	z-index: 100;
}
.attention-mask img{
	display: block;
	background: white;
	width: 0.8rem;
	height: 0.6rem;
	border-radius: 3px;
	margin-top: 0.1rem;
	margin-left: 0.2rem;
}
.aima-attention-mask img{
	display: block;
	height: 0.6rem;
	width: auto;
	background: none;
	margin-top: 0.1rem;
}
.attention-mask p{
	padding-top: 0.1rem;
}
.attention-mask p i{
	display: block;
	font-size:12px;
}
.attention-mask h3{
	line-height: 0.6rem;
	-webkit-box-flex: 1;
	color: white;
	font-size: 16px;
	margin-left: 0.08rem;
	padding-top: 0.1rem;
}
.attention-mask p{
	-webkit-box-flex: 1;
	line-height: 0.3rem;
	color: white;
	letter-spacing: 0.02rem;
	padding-left: 0.2rem;
}
.attention-mask a{
	display: block;
	width: 1.0rem;
	height: 0.5rem;
	background: #2388E6;
	line-height: 0.5rem;
	text-align: center;
	color: white;
	border-radius: 3px;
	margin-top: 0.15rem;
}
.aima-attention-mask a{
	background: #F56908;
	padding: 0 0.15rem;
}
.attention-mask span.mask-close{
	display: block;
	height: 0.8rem;
	width: 0.8rem;
	background: url(../../images/liveshow/colse.png) no-repeat center center;
	background-size: 0.18rem auto;
}
/*---------------------------------产品展览--------------------------*/
.pro-list{margin-top: 0.2rem;}
.pro-list ul{padding: 0 0.2rem;overflow: hidden;}
.pro-list ul li{
	width: 50%;
  float: left;
  box-sizing: border-box;
}
.pro-list ul li a{
	display: block;
}
.pro-list ul li:nth-child(even){
	padding-left: 0.1rem;
}
.pro-list ul li:nth-child(odd){
	padding-right: 0.1rem;
}
.pro-list ul li img{
	display: block;
	width: 100%;
	border: 1px solid #E5E5E5;
}
.pro-list ul li span{
	display: block;
	height: 0.6rem;
	line-height: 1.8;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*--------------全部评论--------------------*/
.All-reviews-list{
	padding-top: 1.0rem;
	background: white;
	/*position: absolute;
	top: 0;
	left: 0;
	overflow-y: scroll;*/
	padding-bottom: 0.9rem;
}
.zhuye-reviews-list{
	padding-top: 0.2rem;
	padding-bottom: 0;
	margin: 0 0.2rem;
	margin-top: 0.2rem;
}
.more-reviews-ntb{
	padding-bottom: 0.8rem;
}
.more-reviews-ntb a{
	display:block ;
	height: 0.7rem;
	line-height: 0.7rem;
	text-align: center;
	border-top: 1px solid #E5E5E5;
	color: #2388E6;
	margin: 0 0.2rem;
	background: white;
}
.zhuye-reviews-list li.second p{
	border: none;
}
.All-reviews-list li{
	display: -webkit-box;
	margin: 0 0.2rem 0 0.3rem;
	padding-top: 0.1rem;
}
.All-reviews-list li img{
	display: block;
	height: 0.6rem;
	width: 0.6rem;
	border-radius: 50%;
}
.All-reviews-list li .All-reviews-text{
	-webkit-box-flex: 1;
	margin-left: 0.1rem;
}
.All-reviews-text h2{
	line-height:0.3rem;
	color: #666666;
}
.All-reviews-text h2 i{
	display: block;
}
.All-reviews-text p{
	line-height: 1.2;
	padding-bottom: 0.2rem;
	padding-top: 0.1rem;
	text-align: justify;
	border-bottom: 1px solid #E5E5E5;
	word-break: break-all;
}
.All-reviews-list li:last-child p{
	border:none;
}
.All_reviews_footer{
	height: 0.5rem;
	padding: 0.2rem 0;
	padding-right: 0.2rem;
	background: white;
	position: fixed;
	z-index: 100;
	left: 0;
	bottom: 0;
	border-top: 1px solid #E5E5E5;
	display: -webkit-box;
	width: 100%;
}
.All_reviews_footer input{
	height: 0.5rem;
	display: block;
	-webkit-box-flex: 1;
	padding-left: 0.66rem;
	background: url(../images/reviews-btn.png) no-repeat 0.2rem center;
	background-size: 0.4rem auto;
}
.All_reviews_footer a.submit{
	display: block;
	width: 1.0rem;
	height: 0.5rem;
	background: #2388E6;
	color: white;
	line-height: 0.5rem;
	text-align: center;
	border-radius: 3px;
	margin-right: 0.2rem;
}
/*-------------------------图文直播----------------*/
.Graphic_live_top img{
	display: block;
	width: 100%;
}
.Graphic_live_top_text{
	padding: 0.2rem;
}
.Graphic_live_top_text h2{
	font-size: 16px;
	padding-bottom: 0.1rem;
}
.Graphic_live_top_text p{
	color: #666666;
	line-height: 1.2;
}
.Graphic_live_top_text p span{
	display: block;
}
.Graphic_live_top_text p span i{
	margin-left: 0.4rem;
}
.Graphic_live_list{
	padding:0.2rem 0;
	padding-top: 0;
}
    .Graphic_live_list li {
        background: white;
        padding: 0.2rem 0.2rem 0rem 0.2rem;
        margin-top: 0.2rem;
    }

.Graphic_live_list img{
	width: 100%;
}
.Graphic_live_list li h2{
	color: #aaa;
	display: -webkit-box;
}
.Graphic_live_list li h2 span{
	display: block;
	-webkit-box-flex: 1;
}
.Graphic_live_list li h2 i{
	display: block;
	padding: 0 0 0 0.2rem;
}
.Graphic_live_list li p{
	line-height: 1.3;
	padding: 0.15rem 0;
	word-break: break-all;
}
.Graphic_live_list li h5{
	color: #2388E6;
	display: none;
}
.Graphic_live_list li.aima h5{
	display: block;
}
#more{
	display: block;
	border-top: 1px solid #E5E5E5;
	height: 0.7rem;
	line-height: 0.7rem;
	text-align: center;
}
.reviews-tile{
	padding: 0 0.2rem;
	border-top: 1px solid #E5E5E5;
	overflow: hidden;
	height: 0.7rem;
	line-height: 0.7rem;
	font-size: 15px;
}
.reviews-tile h5{
	float: left;
}
.reviews-tile p{
	float: right;
	padding-left: 0.35rem;
	background: url(/images/liveshow/dianzan.png) no-repeat left center;
	background-size: 0.28rem auto;
}
.reviews-box{
	position: relative;
	padding-bottom: 0.7rem;
}
.reviews-box form{
	display: -webkit-box;
}
.reviews-box textarea{
	display: block;
	padding: 0.1rem;
	background: #FFFFFF;
	-webkit-box-flex: 1;
	border: 1px solid #E5E5E5;
	height: 2.2rem;
	margin: 0 0.2rem;
}
.reviews-box input{
	display: block;
	position: absolute;
	bottom: 0;
	right: 0.2rem;
	height: 0.5rem;
	width: 1.0rem;
	line-height: 0.5rem;
	text-align: center;
	color: white;
	background: #2388E6;
	border-radius: 3px;
}
/*我的公司*/
.my_company{
	margin: 0.2rem 0;
	padding: 0.2rem 0.2rem;
	background: white;
	padding-bottom: 0.2rem;
	border-bottom: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
}
@media screen and (max-width: 320px){
	.my_company:not(.padding){
		margin-top:3.6rem;
	}
}
@media screen and (min-width: 321px) and (max-width: 414px){
	.my_company:not(.padding){
		margin-top:3.1rem;
	}
}
.my_company h2{
	font-size: 16px;
	padding-bottom: 0.15rem;
}
.my_company p{
	color: #666666;
	line-height: 1.3;
	padding-bottom: 0.2rem;
	text-indent: 2em;
}
.my_company img{
	width: 100%;
}
.clearfix{
	*zoom: 1;
	padding-top: 0.15rem;
}
.my_company ul li{
	width:20%;
	float:left ;
	margin-top: -0.3rem;
}
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}
.my_company ul li a{
	display: block;
	padding: 0.2rem;
	text-align: center;
}
.my_company.padding{
	padding-bottom: 0.3rem;
}
.my_company ul li img{
	width: 100%;
	height: 100%;
	border-radius: 200%;
}
.swiper-container-horizontal>.swiper-pagination{
	bottom: 0.1rem;
}
.scroll-position{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #F5F5F5;
	z-index: 100;
}
.position-margin{
	z-index: 1;
}

.mui-pull-top-pocket{
	top: 3.2rem;
}

/*-------------------------------后加的-----------------------------*/
.products-box{
	position: relative;
	padding-bottom: 0.2rem;
}
.products{
	background: white;
	margin-top: -0.2rem;
	overflow: hidden;
	overflow-x: overlay;
	padding: 0 0.2rem 0 0.2rem;
}

.products-list{
	width: 400%;
}
.products-list li:last-child {
    padding-right: 0.8rem;
}
.products::-webkit-scrollbar{
	display: none;
}
.products-list li{
	float: left;
	overflow: hidden;
	margin-right: 0.3rem;
	height: 0.6rem;
	line-height: 0.6rem;
}
.products-list li a{
	font-size: 12px;
}
.products-list li.currentA a{
	color: #2388E6;
}

.products-box .next{
	display: block;
	width: 0.6rem;
	height: 0.6rem;
	position: absolute;
	top: 0;
	right: 0;
	background: url(/images/liveshow/next.png) no-repeat center center white;
	background-size: 0.16rem auto;
}

.Live-listA{
	margin: 0.2rem 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	height: 0.7rem;
	line-height: 0.7rem;
	display: -webkit-box;
	background: white;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	z-index: 100;
}
.Live-listA li{
	-webkit-box-flex: 1;
	text-align: center;
}
.Live-listA li a{
	display: block;
	margin: 0 10%;
	position: relative;
	font-size: ;
}
.Live-listA li a.currentA{
	color: #2388E6;
}
.Live-listA li a.currentA:after{
	content: '';
	height: 1px;
	width: 100%;
	border-bottom: 2px solid #2388E6;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.Participating-text h3 {
	font-size: 14px;
	padding-top: 0.12rem;
}

.Participating-text p{
	font-size: 14px;
}
.Popularity{
	height: 0.4rem;
	padding: 0.02rem 0.3rem;
	border-radius: 3px;
	background: #e60012;
	color: white;
	line-height: 0.4rem;
	font-size: 12px;
}
.Popularity i{
	margin-left: 0.3rem;
}
.my_company ul li{
	width:16.666%;
	float:left ;
	margin-top: -0.1rem;
	position: relative;
}
.my_company ul li span{
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: -0.1rem;
	left: 0;
	padding-top: 0.2rem;
	font-size: 12px;
}

.my_company ul li a{
	padding: 0.3rem;
}

.my_company h2{
	padding: 0;
}
.clearfix{
	*zoom: 1;
	padding-top: 0;
}
.Live-list li a.currentA:after {
    content: '';
    height: 1px;
    width: 100%;
    border-bottom: 2px solid #2388E6;
    position: absolute;
    left: 0;
    bottom: 0;
}

.scroll-position .search,
.Participating-list .search{
	margin: 0;
	padding: 0 0.2rem;
	display: -webkit-box;
}
input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
    line-height: 21px;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding: 10px 15px;
    -webkit-user-select: text;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 3px;
    outline: 0;
    background-color: #fff;
    -webkit-appearance: none;
}

/*-------------------------------等待审核-----------------------------*/
.green_logo{
	width: 100%;
	text-align: center;
	padding-top: 2.1rem;
}
.green_logo img{
	width: 1.5rem;
	margin-bottom: 0.1rem;
}
.green_logo span{
	display: block;
	font-size: 0.3rem;
	color: #09bb07;
}
.note_text{
	width: 100%;
	text-align: center;
	padding-top: 0.5rem;
}
.note_text h2,
.note_text span{
	font-size: 18px;
	color: #666;
}
.note_text i{
	display: inline-block;
	width: 0.33rem;
	height: 0.33rem;
	background: url(../images/tel.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 0.1rem;
}
.note_text span.tel_num{
	color: #09bb07;
}
.back_to_live{
	width: 100%;
	text-align: center;
	margin-top: 1.5rem;
}
.back_to_live a{
	background-color: #2388e6;
	color: #FFF;
	border-radius: 3px;
	padding: 0.2rem 2.5rem;
}
/*-----------------------------Refresh-----------------------*/
.Click_Refresh{
	margin-top: -0.2rem;
	margin-bottom: -0.2rem;
}
.Refresh_btn{
	display: block;
	text-align: center;
	height: 0.7rem;
	line-height: 0.7rem;
}
.Refresh_btn.active{
	background: url(/images/liveshow/Refresh.gif) no-repeat center center;
	background-size: 0.36rem auto;
}
.Refresh_btn i
{
    display:block;
    width:7em;
    margin:0 auto;
	padding-left: 0.4rem;
	background: url(/images/liveshow/Refresh.png) no-repeat left center;
	background-size: 0.36rem auto;
	color: #666666;
	 height: 0.7rem;
	line-height: 0.7rem;
}

/*20170411新增样式点赞评论*/
.dzpl h5
{
    float: left;
}
.dzpl .p1
{
    float: right;
    vertical-align: middle;
    margin-top: -0.15rem;
}
.dzpl .sp1
{
    display:inline-block;
    padding-left: 0.3rem;
    background: url(/images/liveshow/pinglun.png) no-repeat left center;
    background-size: 0.28rem auto;
    
}
.dzpl .sp2
{
    display:inline-block;
    padding-left: 0.3rem;
    margin-left: 0.2rem;
    background: url(/images/liveshow/dianzan.png) no-repeat left center;
    background-size: 0.28rem auto;
}
.float-elim:before,.float-elim:after{
	content:"";
	display: table;
	clear: both;
}
