/* 公共样式 */
.mainMenu{
	height: 1rem;
	line-height: 1rem;
	box-shadow: 0.03rem 0.03rem 0.3rem #ccc;
}
.mainMenu>ul{
	margin-top: 0.2rem;
}
.mainMenu>ul>li>a>p{
	font-size: 0.3rem;
}
.mainMenu>ul>li>a.select>p{
	color: #D7000F;
	border-bottom: 2px #D7000F solid;
}
/* banner样式开始 */
.banner-head .iconfont{
	font-size: 19px;
}
.brand-list_detail>.banner {
  width: 100%;
  /* height: 4.67rem; */
  position: relative;
}

.brand-list_detail>.banner>.banner-head{
	background: #d2191a;
	font-size: 0.34rem;
	color: #fff;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0.16rem 0.2rem;
	box-sizing: border-box;
	z-index: 11;
/* 	display: flex;
	justify-content: space-between; */
}
.brand-list_detail>.banner>.banner-head>a{
		color: #fff;
		width: 0.38rem;
}
.brand-list_detail>.banner>.banner-head>a:nth-of-type(1), .brand-list_detail>.banner>.banner-head>a:nth-of-type(2){
	margin-right: 0.2rem;
}

.brand-list_detail>.banner>.banner-head>i{
	margin-left: 0.2rem;
	width: 0.46rem;
}
.brand-list_detail>.banner>.banner-head>h3 {
	width: 4.8rem;
  height: 0.54rem;
	line-height: 0.54rem;
  font-size: 0.34rem;
	font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	text-align: center;
}

.brand-list_detail>.banner>.mnewbrand_nav{
	background: #fff;
	padding: 0.3rem 0.2rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 0.86rem;
    border-bottom: 1px solid #e5e5e5;
}

.brand-list_detail>.banner>.mnewbrand_nav>a{
	display: block;
	color: #333; 
	font-size: 0.3rem;
	padding: 0 0.2rem 0.3rem;
}

.brand-list_detail>.banner>.mnewbrand_nav>.red{
	color: #d2191a;
}

.brand-list_detail>.banner>.swiper-container-banner .swiper-slide {
  width: 100%;
  height: 4.67rem;
}

.banner>.swiper-container-banner>.swiper-wrapper>.swiper-slide>img {
  display: block;
  width: 100%;
  height: 4.67rem;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.19rem;
  height: 0.18rem;
  background: #ffffff;
  opacity: 0.5;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e00b0b;
  opacity: 1;
}

/* banner样式结束 */

/* 简介样式开始 */
.brand-intro {
  background: #fff;
  padding: 0.4rem 0.3rem;
  box-sizing: border-box;
  box-shadow: 0rem 0.02rem 0.05rem 0rem rgba(0, 0, 0, 0.05);
}

.brand-intro>.brand-intro_txt {
  position: relative;
}

.brand-intro>.brand-intro_txt>.brand-intro_brief {
  font-size: 0.3rem;
  /* font-weight: 600; */
  line-height: 0.42rem;
  color: #333333;
  /* margin-bottom: 0.29rem; */
  height: 5rem;
  overflow: hidden;
}

.brand-intro>.brand-intro_txt>.brand-intro_brief>p {
  font-size: 0.3rem;
  line-height: 0.5rem;
  margin-bottom: 0.2rem;
  text-indent: 2em;
}

.brand-intro>.brand-intro_txt>p {
  font-size: 0.28rem;
  text-indent: 2em;
  color: #333333;
}

.brand-intro>.brand-intro_txt>.mark {
  width: 100%;
  height: 2rem;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  position: absolute;
  bottom: 0rem;
}

.brand-intro>.brand-intro_more,
.reading-detail_colse {
  width: 100%;
  text-align: center;
  margin-top: 0.32rem;
  font-size: 0.28rem;
  color: #e00b0b;
  border: 0.02rem solid #e00b0b;
  width: 2rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  line-height: 0.5rem;
  margin: 0.2rem auto 0;
}

.brand-intro>.brand-intro_more>i,
.reading-detail_colse>i {
  display: inline-block;
  transform: rotate(90deg);
  margin-right: 0.2rem;
}

.reading-detail_colse>i {
  transform: rotate(-90deg);
}

.reading-detail_colse {
  display: none;
}

/* 简介样式结束------------ */

/* 品牌信息开始 */
.newbrand-info {
  box-sizing: border-box;
  padding: 0.17rem 0.28rem;
  background: #fff;
  /*background: #131e31;*/
}

.brand-info>.brand-info_name {
  display: flex;
    padding-bottom: 0.17rem;
}

.brand-info>.brand-info_name>.brand-info_name_pic {
  width: 2rem;
  height: 1.24rem;
  border: 1px solid #e5e5e5;
  position: relative;
}

.brand-info>.brand-info_name>.brand-info_name_pic>img {
  display: block;
  width: 2rem;
  height: 1.24rem;
}

.brand-info>.brand-info_name>.brand-info_name_pic>p {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.3rem;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.3rem;
  color: #ffffff;
}

.brand-info>.brand-info_name>.brand-info_name_detail {
  align-self: center;
  margin-left: 0.2rem;
  width: 5rem;
}

.brand-info>.brand-info_name>.brand-info_name_detail>h6 {
  font-size: 0.3rem;
  color: #333;
  margin-bottom: 0.1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.brand-info>.brand-info_name>.brand-info_name_detail>p {
  font-size: 0.24rem;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.brand-info>.brand-info_name>.brand-info_name_detail>span{
	display: block;
}
.brand-info>.brand-info_name>.brand-info_name_detail>span>i{
	display: block;
	width: 0.64rem;
	height: 0.4rem;
	float: left;
	margin: 0 0.1rem 0.06rem 0;
}

.brand-info>.brand-info_name>.brand-info_name_detail>span>.lb_cion_1{
	background: url(../images/bg.png) -606px -186px;
}

.brand-info>.brand-info_name>.brand-info_name_detail>span>.lb_cion_2{
	background: url(../images/bg.png) -139px -186px;
}

.brand-info>.brand-info_name>.brand-info_name_detail>span>.lb_cion_3{
	background: url(../images/bg.png) -174px -186px;
}

.brand-info>.brand-info_name>.brand-info_name_detail>span>.lb_cion_4{
	background: url(../images/bg.png) -561px -186px;
}

.brand-info>.brand-info_name>.brand-info_name_detail>span>.lb_cion_5 {
    background: url(../images/bg.png) -139px -244px;
}
.brand-info>.brand-info_name>.brand-info_name_detail>span>.lb_cion_6 {
    background: url(../images/bg.png) -175px -214px;
}
.brand-info>.brand-info_name>.brand-info_name_detail>span>.lb_cion_7 {
    background: url(../images/bg.png) -134px -212px;
}
.brand-info>.brand-info_name>.brand-info_name_detail>span>.lb_cion_8 {
    background: url(../images/bg.png) -560px -212px;
}

.brand-info>ul{
	overflow: hidden;
	display: flex;
	font-size: 0.24rem;
	color: #333333;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.brand-info>ul>li {
  width: 50%;
  float: left;
}
.brand-info>ul>li.rowidth{
	width: 100% !important;
}
.brand-info>ul>li>p{
  margin: 0.1rem 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.brand-info>ul>li>p,
.brand-info>ul>li>p>span {
  font-size: 0.26rem;
  color: #444444;
}

.brand-info>ul>li:last-of-type {
  /*border-left: 0.01rem solid #5e636b;
  padding-left: 0.57rem;*/
  box-sizing: border-box;
}

.brand-info>.brand-info_contact {
  width: 100%;
  text-align: center;
  margin-top: 0.2rem;
}

.brand-info>.brand-info_contact>a {
  display: inline-block;
  width: 1.69rem;
  height: 0.41rem;
  /* padding: 0.08rem 0.37rem; */
  font-size: 0.24rem;
  border-radius: 0.21rem;
  text-align: center;
  line-height: 0.41rem;
}

.brand-info>.brand-info_contact>a:nth-of-type(1) {
  border: solid 0.01rem #4ea9f6;
  color: #4ea9f6;
  margin-right: 0.42rem;
}
.brand-info>.brand-info_contact>a:nth-of-type(2) {
  border: solid 0.01rem #e00b0b;
  color: #e00b0b;
}
/* 品牌信息结束------------------- */

/* 品牌招商样式开始 */
.recommend {
  width: 100%;
  margin-top: 0.2rem;
  background: #fff;
  padding: 0.28rem 0.32rem;
  box-sizing: border-box;
}

.recommend>h3 {
  font-size: 0.34rem;
  font-stretch: normal;
  line-height: 0.36rem;
  letter-spacing: 0rem;
  color: #333333;
  margin-bottom: 0.1rem;
}

.recommend>ul>li {
  display: flex;
  /* justify-content: space-between; */
  padding: 0.2rem 0 0.23rem;
  box-sizing: border-box;
  position: relative;
}

.recommend>ul>li>a {
  display: block;
}

.recommend>ul>li>a:first-of-type {
  width: 2.48rem;
  height: 1.7rem;
  background-color: #f0f0f0;
  border-radius: 0.04rem;
  margin-right: 0.2rem;
}

.recommend>ul>li>a:first-of-type>img {
  display: block;
  width: 2.48rem;
  height: 1.7rem;
}

.recommend>ul>li>a:last-of-type {
  width: 1.21rem;
  height: 0.4rem;
  background-color: #e00b0b;
  border-radius: 0.04rem;
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.4rem;
  /* align-self: flex-end; */
  position: absolute;
  bottom: 0.2rem;
  right: 0;
}

.recommend>ul>li>div>a {
  display: block;
}

.recommend>ul>li>div>a>h5 {
  font-size: 0.3rem;
  font-stretch: normal;
  line-height: 0.36rem;
  letter-spacing: 0rem;
  color: #333333;
}

.recommend>ul>li>div>a>h5>img {
  width: 0.2rem;
}

.recommend>ul>li>div>a>p:first-of-type {
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.36rem;
  letter-spacing: 0rem;
  color: #999999;
  margin-top: 0.1rem;
}

.recommend>ul>li>div>a>p:nth-of-type(2) {
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.36rem;
  letter-spacing: 0rem;
  color: #666666;
  margin: 0.1rem 0;
}

.recommend>ul>li>div>a>p:nth-of-type(2)>span {
  font-size: 0.28rem;
  font-weight: normal;
  letter-spacing: 0rem;
  color: #e00b0b;
}

.recommend>ul>li>div>a>p:nth-of-type(3) {
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.36rem;
  letter-spacing: 0rem;
  color: #666666;
}


/* 品牌招商样式结束 ---------------*/
/* 品牌网店 特价样式开始------------------------ */
.newbrandshop, .newbrandprice, .brand-dynamics{
  width: 100%;
  /* height: 3.98rem; */
  background-color: #ffffff;
  margin: 0.19rem 0;
  box-sizing: border-box;
  padding: 0.25rem 0.3rem 0.32rem;
  overflow-x: hidden;
}

.newbrandshop>h3, .newbrandprice>h3{
  font-size: 0.34rem;
  /* font-weight: normal; */
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #333333;
  margin-bottom: 0.28rem;
}

.newbrandshop>h3>a, .newbrandprice>h3>a{
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #999999;
  line-height: 0.24rem;
  margin-top: 0.08rem;
}

.newbrandshop>h3>a>i, .join>h3>a>i, .newbrandprice>h3>a>i{
	font-size: 14px;
}

.newbrandshop>div>a{
	display: block;
	padding: 0.22rem 0.24rem;
	border: 1px #e5e5e5 solid;
	margin: 0.24rem 0;
}
.newbrandshop>div{
	height: 1.2rem;
	overflow: hidden;
}
.newbrandshop>div>a>i{
	display: block;
	float: left;
	width: 0.3rem;
	height: 0.3rem;
	margin: 0.05rem 0.2rem 0 0;
}

.newbrandshop>div>a>i>img{
	width: 0.3rem;
	height: 0.3rem;
}

.newbrandshop>div>a>span:nth-of-type(1){
	display: block;
	float: left;
	color: #333;
	width: 4.5rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.newbrandshop>div>a>strong{
	float: right;
	color: #d2191a;
}
.ppwd_limitBox{
	height: 144px;
	overflow: hidden;
}
.ppwd_more{
	display: block;
	width: 1.4rem;
	height: 0.5rem;
	border: 1px #ededed solid;
	line-height: 0.5rem;
	text-align: center;
	color: #333;
	margin: 0.2rem auto;
}
.ppwd_more p {
	font: 14px/44px "微软雅黑";
	color: #999;
}
.newbrandprice>ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
}

.newbrandprice>ul>li{
	width: 3.32rem;
	border: 1px #ededed solid;
	padding-bottom: 0.16rem;
	margin-bottom: 0.16rem;
	float: left;
}

.newbrandprice>ul>li>a{
	display: block;
	width: 3.32rem;
	height: 2.4rem;
	margin-bottom: 0.1rem;
	box-sizing: border-box;
}

.newbrandprice>ul>li>a>img{
	width: 3.32rem;
	height: 2.4rem;
}

.newbrandprice>ul>li>p{
	padding: 0 0.14rem 0.18rem 0.14rem;
	line-height: 0.36rem;
}

.newbrandprice>ul>li>p:nth-of-type(1)>a:nth-of-type(1){
	color: #333;
}

.newbrandprice>ul>li>p:nth-of-type(1)>a:nth-of-type(2){
	padding: 0 0.06rem;
	color: #fff;
	background: #d2191a;
	border-radius: 0.04rem;
	margin-left: 0.1rem;
}

.newbrandprice>ul>li>p:nth-of-type(2)>strong{
	color: #d2191a;
	font-size: 0.28rem;
}

.newbrandprice>ul>li>p:nth-of-type(2)>a{
	display: block;
	float: right;
	width: 1.2rem;
	height: 0.4rem;
	text-align: center;
	line-height: 0.4rem;
	color: #fff;
  border-radius: 4px;
  background: -webkit-linear-gradient(45deg, #fe9260, #ffad4c);
}
/* 品牌网店 特价样式结束------------------------ */
/* 品牌动态开始------------------- */
.brand-dynamics>ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	box-sizing: border-box;
	margin-bottom: 0.2rem;
}

.brand-dynamics>ul>li{
	color: #333;
	height: 0.36rem;
	font-size: 0.32rem;
	text-align: center;
/* 	margin: 0.1rem 1rem; */
}

.brand-dynamics>ul>li.bottom{
	color: #d2191a;
	border-bottom: 3px #d2191a solid;
	padding-bottom: 0.1rem;
}

.brand-dynamics>div>div>ul>li{
	font-size: 0.28rem;
	line-height: 0.46rem;
	margin: 0.1rem auto;
}

.brand-dynamics>div>div>ul>li>a{
	display: inline-block;
	width: 5.6rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
}

.brand-dynamics>div>div>ul>li>span{
	float: right;
	color: #999;
}

.brand-dynamics>div>div>a{
	display: block;
	width: 1.4rem;
	height: 0.5rem;
	border: 1px #ededed solid;
	line-height: 0.5rem;
	text-align: center;
	color: #333;
	margin: 0.2rem auto;
}

.brand-dynamics>div>div>p{
	width: 6.8rem;
	height: 0.8rem;
	background: #e00b0b;
	color: #fff;
	line-height: 0.8rem;
	text-align: center;
	color: #fff;
	font-size: 0.32rem;
	border-radius: 5px;
	margin: 0.3rem auto 0;
}
/* 品牌动态结束------------------- */
/* 我要咨询样式开始 */
.want-consultation {
  width: 100%;
  background: #fff;
  margin-top: 0.2rem;
  padding: 0.29rem 0.24rem;
  box-sizing: border-box;
}

.want-consultation>h3 {
  font-size: 0.3rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0.3rem;
}

.want-consultation>.user-name,
.want-consultation>.user-tel,
.want-consultation>.user-message{
	display: block;
  width: 7.02rem;
  height: 1rem;
  background-color: #ffffff;
	border: 1px #ccc solid;
  font-size: 0.26rem;
  line-height: 1rem;
  color: #333333;
  margin-bottom: 0.2rem;
 /* padding-left: 0.45rem; */
}

.want-consultation>.user-name>input,
.want-consultation>.user-tel>input {
  width: 4.5rem;
  height: 0.4rem;
  font-size: 0.28rem;
}
.want-consultation>.user-name>label, .want-consultation>.user-tel>label, .want-consultation>.user-message>label{
	background: #f5f5f5;
	color: #333;
	width: 1.6rem;
	height: 1rem;
	float: left;
	text-align: center;
	line-height: 1rem;
	letter-spacing: 2px;
	border-right: 1px #ccc solid;
	
}
.want-consultation>.user-name>input, .want-consultation>.user-tel>input, .want-consultation>.user-message>textarea {
	background: #fff;
	color: #333;
	width: 5.3rem;
	height: 1rem;
	float: left;
	line-height: 1rem;
	padding-left: 0.2rem;
	box-sizing: border-box;
	border: none;
}

.want-consultation>.user-name>label>span:first-of-type,
.want-consultation>.user-tel>label>span:first-of-type {
  color: #e00b0b;
}

/* .want-consultation>.user-message {
  width: 7.02rem;
  height: 1.6rem;
  background-color: #ffffff;
  border-radius: 0.12rem;
  border: solid 0.02rem #bbbbbb;
  padding: 0.28rem 0.3rem;
  padding-left: 0.45rem;
  box-sizing: border-box;
  font-size: 0.26rem;
  position: relative;
  overflow: hidden;
}
.want-consultation>.user-message>span:first-of-type{
  color: transparent;
}
.want-consultation>.user-message>textarea {
  width: 5.4rem;
  height: 1.2rem;
  border: none;
  display: inline-block;
  vertical-align: top;
  resize: none;
  font-family: "MicrosoftYaHei";
  position: absolute;
  top: 0.23rem;
  left: 1.15rem;
  font-size: 0.28rem;
} */

.want-consultation>.consultation-rule {
  margin: 0.21rem 0;
  font-size: 0.22rem;
  line-height: 0.36rem;
}

.want-consultation>.consultation-rule>a {
  color: #666666;
  margin-left: 0.1rem;
}

.want-consultation>.consultation-rule>a>span {
  color: #e00b0b;
}

.agree {
  color: #e00b0b;
}

.want-consultation>.want-join {
  width: 7.02rem;
  height: 0.86rem;
  background-color: #e00b0b;
  border-radius: 0.1rem;
  font-size: 0.36rem;
  /* font-weight: 600; */
  color: #f5f5f5;
  margin: 0 auto;
  display: block;
}

/* 我要咨询样式结束 */
/* 品牌点赞样式开始 */
.brand-likes {
  /* width: 6.97rem; */
  width: 100%;
  background-color: #ffffff;
  margin: 0.2rem auto 0;
}

.brand-likes_head {
  width: 100%;
  padding: 0.16rem 0.3rem;
  box-sizing: border-box;
}

.brand-likes_head>h3 {
  font-size: 0.3rem;
  color: #333;
  text-align: left;
  border-bottom: 0.01rem #ededed solid;
  padding-bottom: 0.1rem;
}

.brand-likes_head>h3>span {
  font-size: 0.22rem;
  color: #333;
  float: right;
  font-weight: normal;
  }

.brand-likes_head>h3>span>strong{
	color: #e00b0b;
}
.brand-likes_head>ul {
  display: flex;
  margin-top: 0.17rem;
}

.brand-likes_head>ul>li {
  font-size: 0.22rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #ffffff;
  margin-right: 0.4rem;
}

.brand-likes_head>ul>li:last-of-type>span {
  display: inline-block;
  width: 0.27rem;
  height: 0.27rem;
  vertical-align: middle;
}

/* 趋势 */
.to-up {
  background: url("../img//to_up.png") no-repeat center/100% 100%;
}

.to-down {
  background: url("../img/to_down.png") no-repeat center/100% 100%;
}

.brand-likes>.brand-likes_center>ul {
  display: flex;
  justify-content: space-around;
/*  margin-top: 0.2rem; */
  padding: 0.24rem 0.7rem 0.16rem;
}

.brand-likes>.brand-likes_center>ul>li {
  font-size: 0.3rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #f59b43;
  text-align: center;
  overflow: hidden;
}

.brand-likes>.brand-likes_center>ul>li>i {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #f59b43;
  font-size: 0.34rem;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  border-radius: 50%;
  float: left;
}

.brand-likes>.brand-likes_center>ul>li>p {
  font-size: 0.3rem;
  font-weight: 600;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #f59b43;
  margin: 0.04rem 0 0 0.12rem;
  float: left;
}

.brand-likes>.brand-likes_center>ul>li:last-of-type>i {
  background-color: #bbbbbb;
  transform: rotate(180deg);
}

.brand-likes>.brand-likes_center>ul>li:last-of-type>p {
  color: #666666;
}

.brand-likes>ul {
  padding: 0.32rem;
  box-sizing: border-box;
}

.brand-likes>ul>li {
  font-size: 0.22rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #666666;
  display: flex;
  justify-content: space-between;
}

.brand-likes>ul>li>i{
	font-size: 14px;
	color: #999;
}

.brand-likes>ul>li>span:first-of-type{
  display: inline-block;
	width: 6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.brand-likes>ul>li>img, .brand-likes>ul>li>mip-img{
  display: inline-block;
  width: 0.26rem;
  height: 0.26rem;
  vertical-align: middle;
}
/* 品牌点赞样式结束 */

/* 品牌评论样式开始 */
.brand-comment {
  /* width: 6.97rem; */
  width: 100%;
  background-color: #ffffff;
  /* margin: 0.2rem auto; */
  text-align: right;
  padding-bottom: 0.2rem;
}

.brand-comment>.brand-comment_area {
  width: 6.82rem;
  height: 1.9rem;
  /* border: solid 0.01rem #cccccc; */
  padding: 0.2rem 0.15rem 0;
  box-sizing: border-box;
  margin: 0.1rem auto;
  text-align: left;
  position: relative;
  background: #f3f3f3;
  border-radius: 0.04rem;
}

.brand-comment>.brand-comment_area>p {
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #666666;
  position: absolute;
  top: 0.2rem;
  /* left: 0.2rem; */
  z-index: 10;
}

.brand-comment>.brand-comment_area>p>a {
  font-size: 0.24rem;
  font-weight: normal;
  letter-spacing: 0rem;
  color: #e00b0b;
}

.brand-comment>.brand-comment_area>textarea {
  width: 6.5rem;
  height: 1.7rem;
  border: none;
  resize: none;
  outline: none;
  position: absolute;
  top: 0.1rem;
  z-index: 9;
  background: none;
}

.brand-comment>.brand-comment_area>img, .brand-comment>.brand-comment_area>mip-img {
  width: 0.37rem;
}

.brand-comment>p {
  font-size: 0.24rem;
  font-weight: normal;
  text-align: left;
  color: #666666;
  margin: 0 0.36rem;
}

/* .brand-comment>button {
  width: 1.44rem;
  height: 0.46rem;
  background-color: #e00b0b;
  font-size: 0.24rem;
  text-align: center;
  line-height: 0.46rem;
  color: #ffffff;
  margin: 0rem 0.36rem 0 0;
} */
.brand-comment>button {
  width: 6.82rem;
  height: 0.68rem;
  background-color: #e00b0b;
  font-size: 0.24rem;
  text-align: center;
  line-height: 0.68rem;
  color: #ffffff;
  margin: 0.2rem 0.36rem 0 0.3rem;
  border-radius: 0.2rem;
}
.brand-comment_txt {
  padding: 0 0.33rem 0 0.15rem;
  margin-top: 0.23rem;
}

.brand-comment_txt {
  text-align: left;
}

.brand-comment_txt>li {
	border-top: 0.01rem solid #eee;
}

.brand-comment_txt>li>.brand-comment_user_img {
  width: 0.68rem;
  height: 0.67rem;
  background-color: #d9d9d9;
  border: solid 0.01rem #dddddd;
  border-radius: 50%;
  align-self: center;
	float: left;
	margin-top: 0.32rem;
}

.brand-comment_txt>li>.brand-comment_user_img>img, .brand-comment_txt>li>.brand-comment_user_img>mip-img {
  width: 100%;
}

.brand-comment_txt>li>.brand-comment_detail {
  width: 6rem;
  margin-left: 0.17rem;
  padding-top: 0.32rem;
  margin-bottom: 0.16rem;
	float: right;
}
.brand-comment_txt>li>.brand-comment_detail>p:nth-of-type(1){
	font-size: 0.28rem;
	color: #666;
}
.brand-comment_txt>li>.brand-comment_detail>.enlarge-img{
	display: flex;
	justify-content: space-around;
}
.brand-comment_txt>li>.brand-comment_detail>.enlarge-img>p{
	width: 1.8rem;
	height: 1.8rem;
	overflow: hidden;
	margin-left: 0 !important;
}
.brand-comment_txt>li>.brand-comment_detail>.enlarge-img>p>img{
	width: 100%;
	height: 100%;
}
.zoom img{
	width: 100%;
}
.brand-comment_txt>li>.brand-comment_detail>ul {
  display: flex;
  justify-content: space-between;
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #666666;
  margin-top: 0.2rem;
}

.brand-comment_detail>ul>li:nth-of-type(2) {
  color: #999999;
}

.brand-comment_detail>ul>li>span {
  color: #666666;
}
.brand-comment_detail>ul>li>span:nth-of-type(1){
	margin-right: 0.2rem;
}
.userliuyan-text{
	display: none;
	margin: 0.16rem 0;
	overflow: hidden;
}
.userliuyan-text textarea{
	width: 6rem;
    height: 1.8rem;
	outline: none;
	border: none;
	border-radius: 0.1rem;
	background: #f5f5f5;
	resize: none;
	color: #333;
	padding: 0.2rem;
	box-sizing: border-box;
}
.userliuyan-text button{
	float: right;
	color: #fff;
	background: #e00b0b;
	border-radius: 0.05rem;
	padding: 0.04rem 0.04rem;
	margin: 0.16rem 0.06rem 0 0;
}
.brand-comment_detail>ul>li>span>i {
  color: #f9a411;
  vertical-align: middle;
  margin-right: 0.1rem;
}

.brand-comment_detail>.brand-comment_txt_reply {
  padding: 0.18rem;
  background-color: #f5f5f5;
  border: solid 0.01rem #ededed;
}

.brand-comment_detail>.brand-comment_txt_reply>p {
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.36rem;
  letter-spacing: 0rem;
  color: #333333;
}

.brand-comment_detail>.brand-comment_txt_reply>ul {
  display: flex;
  justify-content: space-between;
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #666666;
  margin-top: 0.2rem;
}

.brand-comment_detail>.brand-comment_txt_reply>ul>li:nth-of-type(2) {
  color: #999999;
}

.brand-comment_detail>.brand-comment_txt_reply>ul>li>a {
  color: #666666;
}
.brand-comment_detail>.brand-comment_txt_reply>ul>li>a>i {
  color: #f9a411;
  vertical-align: middle;
}
#starttwo>p>span{
	font-size: 0.24rem;
	color: #e00b0b;
	margin-right: 0.04rem;
}
.reply-liuyan>div>ul{
	margin-top: 0.1rem;

	border-bottom: 1px #eee solid;
	padding-bottom: 0.1rem;
}
.reply-liuyan>div>ul:last-child{
	border-bottom: none;
}
.reply-liuyan>div>ul>li{
	overflow: hidden;
	/* display: flex; */
}
.reply-liuyan>div>ul>li>div:nth-of-type(1){
	width: 0.68rem;
    height: 0.67rem;
    background-color: #d9d9d9;
    border: solid 0.01rem #dddddd;
    border-radius: 50%;
    align-self: center;
    float: left;
	margin-right: 0.14rem;
   /* margin-top: 0.32rem; */
}
.reply-liuyan>div>ul>li>div:nth-of-type(2){
	width: 5.1rem;
	color: #999;
	float: left;
	line-height: 0.36rem;
}
.reply-liuyan>div>ul>li>div:nth-of-type(2)>span{
	color: #333;
}
.reply-liuyan>div>ul>li>div:nth-of-type(1)>img{
	width: 100%;
}
.reply-liuyan>div>ul>li:nth-of-type(2){
	margin-left: 0.82rem;
	color: #999;
	margin-top: 0.16rem;
}
.reply-liuyan>div>ul>li:nth-of-type(2)>span:nth-of-type(2){
	float: right;
}
.reply-liuyan>div>ul>li:nth-of-type(2)>span:nth-of-type(2)>i{
	color: #f9a411;
    vertical-align: middle;
    margin-right: 0.1rem;
}
.load-more {
  display: block;
  text-align: center;
}

.load-more>i {
  display: inline-block;
  transform: rotate(90deg);
}

/* 品牌评论样式结束 */

/* 留言咨询样式开始 */
.online-contact {
  width: 100%;
  overflow: hidden;
  margin-top: 0.2rem;
  position: fixed;
  bottom: 0;
  z-index: 1;
}

.online-contact{
  display: flex;
}

.online-contact>a>div:first-of-type {
  width: 2.3rem;
  height: 0.98rem;
  background: #e00b0b;
  font-size: 0.26rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 0.98rem;
}

.online-contact>a>div:first-of-type>i {
  font-size: 0.3rem;
  color: #fff;
}

.online-contact>div:nth-of-type(1){
	 width: 2.7rem;
	height: 0.98rem;
	background-color: #333;
	font-size: 0.3rem;
	font-weight: 600;
	text-align: center;
	line-height: 0.98rem;
	color: #ffffff;
}
.online-contact>div:last-of-type {
  width: 2.7rem;
  height: 0.98rem;
  background-color: #25AF16;
  font-size: 0.3rem;
  font-weight: 600;
  text-align: center;
  line-height: 0.98rem;
  color: #ffffff;
}

/* 留言咨询样式结束 */
/* 品牌导航侧边栏样式开始--------- */
.mark-sidenav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.4);
  display: none;
  z-index: 999;
}

@keyframes move{
	from{ opacity:1; left:300px;}
	to{ opacity:1; left:0;}
}
		
.brand-sidenav{
	background: #fff;
	position: relative;
	left: 85%;
	width: 90%;
	height: 100%;
	float: right;
	box-shadow: -5px 0 5px rgba(50,50,50,.3);
}
	
.brand-sidenav>img{
	position: absolute;
    right: 0.3rem;
    top: 0.3rem;
}
	
.brand-sidenav>h3{
	width: 100%;
	height: 1rem;
	background: #D7000F;
	color: #fff;
	line-height: 1rem;
	font-size: 0.34rem;
	text-align: center;
	font-weight: normal;
}
	
.brand-sidenav>form>input:nth-of-type(1){
	display: block;
	float: left;
	outline: none;
	border: none;
	width: 5.4rem;
	height: 0.7rem;
	background: #f5f5f5;
	border-radius: 0.2rem;
	box-sizing: border-box;
	padding-left: 0.3rem;
	margin: 0.3rem 0 0.1rem 0.2rem;
}

.brand-sidenav>form>input[type=submit],.brand-sidenav>form>input[type=button]{
	display: block;
	float: left;
	width: 1.1rem;
	height: 0.7rem; 
	background: #fff;
	color: #333;
	line-height: 0.7rem;
	border-radius: 0.05rem;
	text-align: center;
	margin: 0.3rem 0 0.1rem 0;
}
.brand-sidenav>div{
	color: #333;
	font-size: 0.34rem;
	margin: 0.2rem 0 0 0.2rem;
	color: #D7000F;
}

.brand-sidenav>div>i{
	margin-right: 0.1rem;
}

.brand-sidenav>ul:nth-of-type(1){
	width: 100%;
	padding: 0.2rem;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px #f5f5f5 solid;
}
.brand-sidenav>ul:nth-of-type(1)>li{
	display: block;
	float: left;
	width: 50%;
	margin: 0.05rem 0;
	padding: 0.06rem;
	box-sizing: border-box;
}

.brand-sidenav>ul:nth-of-type(1)>li>a{
	display: block;
	background: #f2f2f2;
	text-align: center;
	border-radius: 5px;
	line-height: 2.5em;
	color: #333;
	font-size: 0.28rem;
}

.brand-sidenav>ul:nth-of-type(1)>li>a.red{
	background: #D7000F;
	color: #fff;
}

.brand-sidenav>p:nth-of-type(1){
	margin: 0.3rem 0.2rem;
	padding-bottom: 0.3rem;
	border-bottom: 1px #f5f5f5 solid;
}

.brand-sidenav>p:nth-of-type(1)>span, .brand-sidenav>p:nth-of-type(1)>a {
	margin: 0 0.1rem;
	color: #333;
	font-size: 0.28rem;
}

.brand-sidenav>p:nth-of-type(n+2){
	margin: 0.3rem 0 0.3rem 0.2rem;
	color: #333;
	font-size: 0.3rem;
	line-height: 0.4rem;
	display: flex;
	flex-wrap: nowrap;
	font-weight: 600;
}

.brand-sidenav>p:nth-of-type(n+2)>span:nth-of-type(1){
	max-width: 4rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.brand-sidenav>p:nth-of-type(n+2)>span:nth-of-type(2){
	display: inline-block;
	color: #999;
	font-weight: normal;
}

.brand-sidenav>p:nth-of-type(n+2)>span:nth-of-type(2).color{
	color: #ff9c00;
}

.brand-sidenav>p:nth-of-type(n+2)>a{
	color: #D7000F;
	margin-left: 0.1rem;
}
/* 我要提问弹框样式开始-------- */
.mark-question {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.3);
  display: none;
  z-index: 999;
}

.wy-question{
	width: 6.4rem;
	height: auto;
  border-radius: 0.25rem;
  background: #fff;
  position: relative;
  top: 24%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
	padding-bottom: 0.4rem;
    /* display: none; */
}

.wy-question>img{
	position: absolute;
	right: 0.3rem;
	top: 0.24rem;
}
.wy-question>h3{
	border-top-right-radius: 0.25rem;
	border-top-left-radius: 0.25rem;
	width: 6.4rem;
	height: 0.8rem;
	background: #d2191a;
	color: #fff;
	font-size: 0.32rem;
	box-sizing: border-box;
	line-height: 0.8rem;
	padding: 0 0.2rem;
}

.wy-question>div{
	padding: 0.2rem 0.4rem;
	margin-top: 0.2rem;
}

.wy-question>div>form>textarea{
	width: 5.6rem;
    height: 1.8rem;
	border-radius: 0.1rem;
	background: #eeeded;
	outline: none;
    border: none;
    display:block;
    vertical-align: top;
    resize: none;
    font-family: "MicrosoftYaHei";
    font-size: 0.28rem;
	padding: 0.2rem;
	box-sizing: border-box;
}

.wy-question>div>form>div{
	width: 5.8rem;
	padding: 0.2rem 0.2rem 0 0;
	box-sizing: border-box;
}

.wy-question>div>form>div>p{
	float: left;
	height: 0.8rem;
	line-height: 0.8rem;
	width: 1.2rem;
	text-align: left;
	font-size: 0.24rem;
}

.wy-question>div>form>div>input{
	display: block;
	border-radius: 0.1rem;
	float: left;
	width: 4.4rem;
	height: 0.8rem;
	background: #eeeded;
	outline: none;
	border: none;
	box-sizing: border-box;
	padding-left: 0.2rem;
}

.wy-question>div>form>.check{
	float: left;
	width: 2.2rem;
	height: 0.8rem;
	box-sizing: border-box;
	padding-left: 0.2rem;
	background: #eeeded;
	margin-top: 0.2rem;
	margin-left: 1.2rem;
}

.wy-question>div>form>img{
	float: left;
	width: 2rem;
	height: 0.8rem;
	box-sizing: border-box;
	background: #eeeded;
	margin-top: 0.2rem;
	margin-left: 0.2rem;
}

.wy-question>div>form>input[type=submit],.wy-question>div>form>input[type=button]{
	width: 5.6rem;
	height: 0.8rem;
	background: #e00606;
	color: #fff;
	border-radius: 0.1rem;
	font-size: 0.3rem;
	margin-top: 0.3rem;
}

/* 品牌问答列表样式开始------ */
.brand-allquestion {
  width: 100%;
  background: #fff;
  padding: 0.28rem 0.32rem;
  box-sizing: border-box;
}

.brand-allquestion>h3 {
  font-size: 0.34rem;
  font-stretch: normal;
  line-height: 0.36rem;
  letter-spacing: 0rem;
  color: #333333;
  margin-bottom: 0.2rem;
}

.brand-allquestion>h3>a {
	font-size: 0.28rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
  color: #E00606;
	margin-top: 0.08rem;
}

.brand-allquestion>ul>li{
	border-top: 1px #dbdbdb solid;
	padding: 0.25rem 0;
}
.brand-allquestion>ul>li:last-of-type{
    border-bottom: 1px #dbdbdb solid;
}

.brand-allquestion>ul>li>a{
	display: block;
	width: 100%;
	height: auto;
}

.brand-allquestion>ul>li>a>div:nth-of-type(1)>span, .brand-allquestion>ul>li>a>div:nth-of-type(2)>span{
	display: block;
	float: left;
	width: 0.4rem;
	height: 0.4rem;
	background: #e00b0b;
	border-radius: 0.2rem;
	color: #fff;
	text-align: center;
	line-height: 0.4rem;
	margin-right: 0.2rem;
}

.brand-allquestion>ul>li>a>div:nth-of-type(1)>h3{
	line-height: 22px;
	color: #333;
	float: left;
	font-size: 0.26rem;
	width: 6.2rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.brand-allquestion>ul>li>a>div:nth-of-type(2)>span{
	background: #f39700;
}

.brand-allquestion>ul>li>a>div{
	margin-bottom: 0.2rem;
}

.brand-allquestion>ul>li>a>div:nth-of-type(2)>p{
	color: #999;
	font-size: 0.24rem;
	line-height: 0.34rem;
	height: 0.68rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.brand-allquestion>ul>li>a>p>span:nth-of-type(2), .brand-allquestion>ul>li>a>p>span:nth-of-type(3) {
	float: right;
	color: #999;
	font-size: 0.24rem;
}

.brand-allquestion>ul>li>a>p>span:nth-of-type(3){
	color: #f9a411;
	margin-right: 0.2rem;
}

.brand-allquestion>ul>li>a>p>span:nth-of-type(2)>i{
	  display: block;
    float: left;
    width: 20px;
    height: 16px;
    background: url(../img/allquestion-k.png) 0 4px no-repeat;
    margin-right: 6px;
}

.brand-allquestion>ul>li>a>p>span:nth-of-type(3)>i{
	  display: block;
    float: left;
    width: 0.28rem;
    height: 0.24rem;
    background: url(../img/allquestion-info.png) no-repeat;
    background-size: 100% 100%;
    margin: 4px 6px 0px 0px;
}

.brand-allquestion>p{
	width: 6.6rem;
	height: 0.74rem;
	color: #666;
	font-size: 0.28rem;
	text-align: center;
	line-height: 0.74rem;
	border-radius: 3rem;
	background: #ededed;
	margin: 0.2rem auto 0;
}
/* 品牌问答列表样式结束------ */

/* 品牌问答详情样式开始------ */
.brand_Questionnav{
	width: 100%;
	background: #fff;
	padding: 0.28rem 0.32rem;
	box-sizing: border-box;
	color: #999;
	font-size: 0.26rem;
	margin-top: 0.86rem;
}

.brand_Questionnav>span{
	color: #333;
	margin-right: 0.08rem;
}
.brand_Questionnav>a{
	color: #999;
	margin: 0 0.05rem;
}

.brandQuestion-info{
	padding: 0.4rem 0.28rem 0.3rem;
	position: relative;
}

.brandQuestion-info>.brand-info_name>a{
	display: block;
	position: absolute;
	width: 1.76rem;
	height: 0.64rem;
	background: #d7000f;
	color: #fff;
	text-align: center;
	line-height: 0.64rem;
	border-radius: 0.08rem;
	right: 0.3rem;
	top: 0.8rem;
	font-size: 0.26rem;
}

.brandQuestion-list{
	background: #fff;
	padding: 0.28rem 0.32rem;

}

.brandQuestion-list>ul>li{
	border-bottom: 1px #cccccc solid;
	padding-bottom: 0.26rem;
	width: 100%;
}

.brandQuestion-list>ul>li>div>span{
		display: block;
		float: left;
		width: 0.4rem;
		height: 0.4rem;
		background: #e00b0b;
		border-radius: 0.2rem;
		color: #fff;
		text-align: center;
		line-height: 0.4rem;
		margin-right: 0.2rem;
		font-size: 0.3rem;
}

.brandQuestion-list>ul>li>div>h3{
	line-height: -.21rem;
	color: #333;
	float: left;
	font-size: 0.30rem;
	width: 6.2rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.brandQuestion-list>ul>li>p{
	color: #999;
	margin-top: 0.26rem;
}

.brandQuestion-list>ul>li>p>span:nth-of-type(2){
	float: right;
}

.brandQuestion-list>p{
	margin: 0.2rem auto; 
	color: #333;
	font-size: 0.34rem;
	font-weight: 600;
	text-align: center;
}

.brandQuestion-list>p>a{
	color: #d7000f;
}

.brandQuestion-list>span{
	display: block;
	margin: 0.4rem auto 0.2rem;
	width: 1.94rem;
	height: 0.68rem;
	color: #fff;
	font-size: 0.34rem;
	text-align: center;
	line-height: 0.68rem;
	letter-spacing: 1px;
	background: #D7000F;
	border-radius: 0.08rem;
}

.brandQuestion-list>div>p{
	color: #333;
	font-size: 0.28rem;
	margin: 0.2rem 0;
}

.brandQuestion-list>div:nth-of-type(1)>div{
	background: #f6f6f6;
	padding: 0.3rem 0.2rem;
}

.brandQuestion-list>div:nth-of-type(1)>div>p:nth-of-type(1)>span:nth-of-type(2)>i{
	display: block;
	float: left;
	width: 20px;
	height: 16px;
	background: url(../img/allquestion-k.png) 0 4px no-repeat;
	margin-right: 6px;
}

.brandQuestion-list>div:nth-of-type(1)>div>p:nth-of-type(1)>span:nth-of-type(1)>i{
	display: block;
	float: left;
	width: 20px;
	height: 16px;
	background: url(../img/allquestion-r.png) 0 3px no-repeat;
	margin-right: 0px;
}

.brandQuestion-list>div:nth-of-type(1)>div>p:nth-of-type(1)>span{
	color: #999;
}
.brandQuestion-list>div:nth-of-type(1)>div>p:nth-of-type(1)>span:nth-of-type(2){
	float: right;
}

.brandQuestion-list>div:nth-of-type(1)>div>p:nth-of-type(2){
	line-height: 0.4rem;
	margin-top: 0.2rem;
	color: #666666;
}

.brandQuestion-list>div:nth-of-type(2)>form>textarea{
	display: block;
	width: 100%;
	height: 3rem;
	border: 3px #f1f1f1 solid;
	outline: none;
	box-sizing: border-box;
	padding: 0.2rem;
	margin-bottom: 0.3rem;
	
}

.brandQuestion-list>div:nth-of-type(2)>form>textarea::-moz-placeholder,
.brandQuestion-list>div:nth-of-type(2)>form>textarea::-webkit-input-placeholder,
.brandQuestion-list>div:nth-of-type(2)>form>textarea::-o-placeholder,
.brandQuestion-list>div:nth-of-type(2)>form>textarea::-ms-placeholder
{
	color: #999;
}

.brandQuestion-list>div:nth-of-type(2)>form>input:nth-of-type(1){
	float: left;
	display: block;
	width: 2.14rem;
	height: 0.78rem;
	background: #f2f2f2;
	border-radius: 0.05rem;
	outline: none;
	box-sizing: border-box;
	padding-left: 0.14rem;
}

.brandQuestion-list>div:nth-of-type(2)>form>img{
	float: left;
	display: block;
	width: 2.14rem;
	height: 0.78rem;
	margin: 0 0.14rem;
}

.brandQuestion-list>div:nth-of-type(2)>form>input[type=submit],.brandQuestion-list>div:nth-of-type(2)>form>input[type=button]{
	float: right;
	display: block;
	width: 2.14rem;
	height: 0.78rem;
	background: #D7000F;
	color: #fff;
	line-height: 0.78rem;
	text-align: center;
	border-radius: 0.08rem;
}

.brandQuestion-list>div:nth-of-type(3){
	margin-top: 0.5rem;
}

.brandQuestion-list>div:nth-of-type(3)>ul>li{
	border-bottom: 1px #ededed solid;
	padding: 0.26rem 0;
}

.brandQuestion-list>div:nth-of-type(3)>ul>li:last-child{
	border-bottom: 0;
}
.brandQuestion-list>div:nth-of-type(3)>ul>li>p:nth-of-type(1){
	line-height: .52rem;
	color: #999;
}

.brandQuestion-list>div:nth-of-type(3)>ul>li>p:nth-of-type(1)>img{
	float: left;
	margin-right: 0.24rem;
}

.brandQuestion-list>div:nth-of-type(3)>ul>li>p:nth-of-type(1)>span:nth-of-type(2){
	float: right;
}

.brandQuestion-list>div:nth-of-type(3)>ul>li>p:nth-of-type(2){
	line-height: 0.4rem;
	margin: 0.2rem 0 0;
}

.brandQuestion-list>img{
	display: block;
	width: 100%;
	margin-bottom: 0.2rem;
}

.brandQuestion-list>div:nth-of-type(4)>a{
	display: block;
	border-bottom: 1px #ededed solid;
	line-height: 0.7rem;
	color: #333;
	font-size: 0.28rem;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 品牌排名情况样式-------- */
.brandpaiming>h3{
	margin-bottom: 0.1rem;
}

.brandpaiming>p{
	color: #333;
	font-size: 0.3rem;
	line-height: 0.4rem;
	display: flex;
	flex-wrap: nowrap;
	line-height: 0.6rem;
	border-bottom: 1px #ededed solid;
	padding: 0.16rem 0;
	position: relative;
}

.brandpaiming>p>i{
	color: #D7000F;
	margin-right: 0.14rem;
	float: left;
}

.brandpaiming>p>span:nth-of-type(1){
	max-width: 3.8rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.brandpaiming>p>span:nth-of-type(2) {
    display: inline-block;
    color: #999;
    font-weight: normal;
}
.brandpaiming>p>span:nth-of-type(2).color{
	color: #ff9c00;
}
.brandpaiming>p>a {
    color: #D7000F;
    margin-left: 0.1rem;
	font-weight: 600;
	position: absolute;
	right: 0;
}
.check{
    display: inline-block;
    border: 1px #D7000F solid;
    padding: 2px;
    color: #D7000F;
    font-size: 12px;
    margin: 4px 0;
}
/* 星级评分 */
.title{ font-size:14px; background:#dfdfdf; padding:10px; margin-bottom:10px;}
.block{ width:100%; margin:0 0 8px 0; padding-top:6px; line-height:21px;}
.block .star_score{ float:left;}
.star_list{height:21px;margin:50px; line-height:21px;}
.block p,.block .attitude{ padding-left:20px; line-height:21px; display:inline-block;}
.block p span{ color:#C00; font-size:16px; font-family:Georgia, "Times New Roman", Times, serif;}
.star_score { background:url(../img/star-none.png); width:160px; height:21px;  position:relative;}
.star_score a{ height:21px; display:block; text-indent:-999em; position:absolute;left:0;}
#starttwo .star_score { background:url(../img/star-none.png);}
#starttwo .star_score a:hover{ background:url(../img/star-select.png);left:0;}
#starttwo .star_score a.clibg{ background:url(../img/star-select.png);left:0;}

/*上传图片通用样式*/
.upload-img{
	padding: 0.2rem 0.4rem 0.1rem;
	display: flex;
	position: relative;
}
.upload-img>span{
	display: inline-block;
	line-height: 0.5rem;
	margin-right: 0.2rem;
}
.upload-img>span:nth-of-type(2){
	position: absolute;
	top: 0.6rem;
	color: #e00b0b;
	font-size: 0.24rem;
}
.upload-ul{ position: relative;}
.upload-ul li{ position: relative; float: left; width: 1.16rem; height: 0.88rem; margin: 0 0.1rem 0.1rem 0rem; padding: 0; border: none; cursor: pointer; overflow: hidden; }
.upload-pick{ background: url(../img/upload-bj.png) no-repeat 0 0; background-size: 100%;}
.webuploader-pick{position: relative;display: inline-block;vertical-align: top; width: 100%; height: 100%;}
.webuploader-container{ position: relative; width: 100%; height: 100%; }
.webuploader-container label{position: absolute;left: 0;top: 0;width: 100%;}
.webuploader-element-invisible{opacity: 0;width: 100%;height: 100%;clip: rect(1px 1px 1px 1px);clip: rect(1px,1px,1px,1px);}
.viewThumb{ position:relative;width: 100%;height: 100%;overflow:hidden;}
.viewThumb img{ width: 100%;height: 100%}
.diyBar{ position: absolute; display:none; top: 0;left: 0;width: 100%;height: 100%;background: url(../images/bgblack.png);z-index: 3;}
.diyProgress{ position: absolute; left: 0;top: 33px;width: 100%;height: 24px;line-height:24px;font-size: 14px;text-align: center;color: #FFF;background:rgba(10,168,241,.7); z-index: 3;}
.diyControl{ position: absolute; display:none; left: 0;bottom: 0;width: 100%;height: 24px;line-height:24px;font-size: 14px;background: url(../images/bgblack.png); z-index: 3; }
.viewThumb:hover .diyControl{ display: block; }

/* 企业信息开始 */
.m-companyMess{
	width: 100%;
	height: auto;
}
.m-companyMess>.head{
	background: #fff;
	border-top: 1px #f5f5f5 solid;
	margin-bottom: 0.2rem;
}
.m-companyMess>.head>h3{
	font-size: 0.32rem;
	color: #333;
	padding: 0 0.2rem;
	line-height: 0.8rem;
}

.m-companyMess>.head>ul>li,
.m-companyMess>.details>p{
	font-size: 0.28rem;
	padding: 0.26rem 0.2rem;
	line-height: 0.56rem;
	border-top: 1px #f5f5f5 solid;
}
.m-companyMess>.details{
	background: #fff;
	height: auto;
	width: 100%;
	margin-bottom: 0.2rem;
}
.m-companyMess>.details>h3,
.m-companyMess>.people>h3,
.m-companyMess>.picture>h3{
	font-size: 0.32rem;
	color: #333;
	padding: 0 0.2rem;
	line-height: 0.8rem;
}
.m-companyMess>.people,
.m-peopleIntro>.people{
	background: #fff;
	height: auto;
	width: 100%;
}
.m-companyMess>.people>ul>li,
.m-peopleIntro>.people>ul>li{
	border-bottom: 1px #f5f5f5 solid;
	padding: 0.21rem 0.30rem;
}
.m-companyMess>.people>ul>li>a,
.m-peopleIntro>.people>ul>li>a{
	display: flex;
    justify-content: space-between;
}
.m-companyMess>.people>ul>li>a>img,
.m-peopleIntro>.people>ul>li>a>img{
	width: 2.4rem;
    height: 1.43rem;
    border-radius: 0.04rem;
}
.m-companyMess>.people>ul>li>a>div>h3,
.m-peopleIntro>.people>ul>li>a>div>h3{
	width: 4.18rem;
    font-size: 0.3rem;
	font-weight: normal;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.m-companyMess>.people>ul>li>a>div>p,
.m-peopleIntro>.people>ul>li>a>div>p{
	width: 4.06rem;
    font-size: 0.24rem;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color: #999;
	margin-top: 0.19rem;
	display: flex;
	justify-content: space-between;
}
.m-companyMess>.people>ul>li>a>div>p>span>i,
.m-peopleIntro>.people>ul>li>a>div>p>span>i{
	vertical-align: middle;
	margin-right: 0.1rem;
}
.m-companyMess>.picture{
	background: #fff;
	border: 1px #f5f5f5 solid;

}
.picMarquee-left{ width:8rem; overflow:hidden; position:relative;}
.picMarquee-left .bd{ padding:0 0.1rem; }
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picMarquee-left .bd ul li .pic{ text-align:center; }
.picMarquee-left .bd ul li .pic img{ width:2.4rem; height:1.6rem; display:block;}
.picMarquee-left .bd ul li .title{ line-height:24px; background: none; padding: 0; margin-top: 0.1rem; display: block;
 overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
 
 .picMarquee-left1{ width:8rem; overflow:hidden; position:relative;}
 .picMarquee-left1 .bd{ padding:0 0.1rem; }
 .picMarquee-left1 .bd ul{ overflow:hidden; zoom:1; }
 .picMarquee-left1 .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center; width: 133px;}
 .picMarquee-left1 .bd ul li .pic{ text-align:center; }
 .picMarquee-left1 .bd ul li .pic img{ width:2.4rem; height:1.6rem; display:block;}
 .picMarquee-left1 .bd ul li .title{ line-height:24px; background: none; padding: 0; margin-top: 0.1rem; display: block;
  overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
  
/* 人物介绍开始 */
.m-peopleIntro{
    box-sizing: border-box;
    margin-bottom: 0.2rem;
	border-top: 1px #f5f5f5 solid;
	box-sizing: border-box;
	
}
.m-peopleIntro .head,
.m-peopleIntro .content{
	padding: 0 0.32rem;
	overflow: hidden;
	background: #fff;
}
.m-peopleIntro .head h1{
	font-size: 0.34rem;
	color: #E00B0B;
	text-align: center;
	margin-top: 0.24rem;
}
.m-peopleIntro .head p{
	color: #999; 
	font-size: 0.28rem;
	text-align: center;
	margin: 0.24rem auto;
}
.m-peopleIntro .head>div{
	width: 100%;
	height: auto;
	background: #f5f5f5;
	padding: 0.14rem;
	margin: 0.14rem auto 0.3rem;
	line-height: 0.4rem;
	color: #666;
	box-sizing: border-box;
}
.m-peopleIntro .content img{
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.m-peopleIntro .content h3{
	color: #333;
	font-weight: 600;
	font-size: 0.3rem;
	line-height: 0.6rem;
}
.m-peopleIntro .content p{
	font-size: 0.28rem;
	color: #333;
	margin: 0.16rem 0;
	line-height: 0.4rem;
}
.m-peopleIntro>.people{
	margin-top: 0.2rem;
	background: #fff;
}
.m-peopleIntro>.people>h3{
	text-align: center;
	color: #E00B0B;
	font-size: 0.34rem;
	padding: 0.3rem 0;
}
.m-peopleIntro>.people>h3>i{
	display: inline-block;
	width: 0.5rem;
	height: 1px;
	background: #ccc;
	vertical-align: middle;
	margin: 0 0.14rem;
}

/* 前景新加弹框 */
.qjadd_tbox{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.3);
	display: none;
	z-index: 999;
}
.qj_alert{
	width: 6.4rem;
	height: auto;
	border-radius: 0.25rem;
	position: relative;
	top: 24%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
	padding-bottom: 0.1rem;
	background: url(../img/qjmkf.png) no-repeat;
	background-size: 100%;
	overflow: hidden;
}
.qj_alert .con_phone{
	width: 6.4rem;
	margin-top: 1rem;
	background: #fff;
	border-radius: 0 0 0.25rem 0.25rem;
	padding: 0.46rem 0.4rem;
	box-sizing: border-box;
}
.qj_alert .newBrand-close{
	margin-left: 2.6rem;
	margin-top: 0.2rem;
	padding: 0.4rem;
}
#qjPhone{
	width: 5.6rem;
	height: 0.8rem;
	border: 1px #e7e7e7 solid;
	border-radius: 6px;
	outline: none;
	padding-left: 14px;
	box-sizing: border-box;
	font-size: 0.32rem;
}

#qjSubmit{
	display: block;
	width: 5.6rem;
	height: 0.8rem;
	border-radius: 6px;
	color: #fff;
	font-size: 0.32rem;
	background: url(../img/qjmphone.png) no-repeat 1.4rem 0.24rem #ff9239;
	background-size: 0.36rem;
	line-height: 0.8rem;
	padding-left: 2rem;
	margin-top: 0.36rem;
	box-sizing: border-box;
	font-weight: 500;
}