@charset "utf-8";
/* CSS Document */
.hiden {
  display: none;
}
.mainBody {
    overflow: visible;
}
.position {
    margin: 14px 0 4px 0;
}
.comRec_coll {
  width: 100%;
	float: left;
  background-color: #fff;
  overflow:visible; 
	border: 1px solid #eee;
	box-sizing: border-box;
  margin: 20px 0;
  padding: 20px 26px 30px 26px;
}
.common_title {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.common_title .div_tab {
    float: left;
}
.common_title .div_tab span {
    display: block;
    box-sizing: border-box;
    float: left;
	cursor: pointer;
    height: 40px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #444444;
    margin-right: 50px;
}
.common_title .div_tab span.active {
    color: #17a2e7;
    border-bottom: 4px solid #17a2e7;
}
.comRec_coll .ineRec_box {
  width: 100%;
  margin: 0 auto;
}
/*厂商页面*/
/*厂商top-css*/
.company_intro {
	width: 100%;
	box-sizing: border-box;
  margin: 20px 0 10px 0;
  padding: 20px;
  background: #fff;
	border: 1px solid #eee;
  border-radius: 3px;
}
.company_intro .img {
  overflow: hidden;
  float: left;
  width: 156px;
  height: 156px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid rgba(235, 235, 235, 1);
  position: relative;
  border-radius: 20px;
  margin: 0 20px 0 0;
}
.company_intro .img img {
  display: block;
  position: absolute;
  width: 156px;
  max-height: 156px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.company_intro .info {
  float: left;
  width: 1180px;
  line-height: 28px;
}
.clearfix2 {
  overflow: hidden;
  *zoom: 1;
}
.company_intro ul.company_name {
	width: 100%;
	overflow: hidden;
	margin-bottom: 12px;
}
.company_intro ul li {
  max-width: 560px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  font-size: 19px;
  color: #444;
  float: left;
  margin: 0 50px 0 0;
}
.company_intro ul li.company_website {
  margin-right: 0;
}
.company_intro ul li.company_website a {
  max-width: 440px;
  float: left;
  display: inline-block;
}
.company_intro ul li b {
  font-weight: 400;
  color: #333;
  display: inline-block;
  float: left;
}
.company_intro .desc {
  color: #656565;
  font-size: 15px;
  max-height: 156px;
  overflow-y: auto;
  line-height: 26px;
}
.company_intro .upTime {
  margin-top: 10px;
  color: #888;
  font-size: 15px;
}
ul.tcs_ullist {
  width: 100%;
  float: left;
}
ul.tcs_ul > li {
  float: left;
  width: 430px;
  height: 160px;
  box-sizing: border-box;
  position: relative;
  border-radius: 4px;
  padding: 0 15px;
  border: 1px solid #eee;
  margin: 20px 27px 0 0;
}
ul.tcs_ul > li:nth-child(3n) {
  margin-right: 0;
}
ul.tcs_ul > li .name {
  display: block;
  width: 100%;
  height: 54px;
  line-height: 54px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
  font-size: 18px;
}
ul.tcs_ul > li > .img {
	float: left;
    width: 60px;
    height: 60px;
    margin-right: 14px;
    display: block;
}
ul.tcs_ul > li > .img img {
	width: 60px;
    height: 60px;
    display: block;
    border-radius: 12px;
	box-sizing: border-box;
	border: 1px solid #eee;
}
ul.tcs_ul>li>a.button{
	position: absolute;
	top: 120px;
	left: 15px;
	width: 60px;
	padding: 1px 0;
	font-size: 14px;
    border-radius: 5px;
    text-align: center;
    color: #0099ff;
	background: #fff;
    border: 1px solid #0099ff;
    display: inline-block;
}
ul.tcs_ul>li:hover a.button {
  background: #1e89e0;
  color: #fff;
}
ul.tcs_ul > li .infor {
  float: left;
  width: 320px;
  color: #666;
  font-size: 14px;
}
ul.tcs_ul > li .infor p {
  height: 31px;line-height: 31px;
  float: left;
  width: 46%;
  margin-right: 1%;
  overflow: hidden;
}
ul.tcs_ul > li .infor p:nth-child(2n) {
  width: 52%;
}
ul.tcs_ul > li .infor p.edip {
  color: #05bf71;
  word-break: break-all;
}
ul.tcs_ul > li .infor p:nth-child(5) {
  width: 100%;
}
ul.tcs_ul > li .infor .edi {
  position: absolute;
  text-align: center;
  display: block;
  width: 98px;
  background-color: #1e89e0;
  top: 120px;
  height: 22px;
  line-height: 22px;
  font-size: 13px;
  color: #fff;
  border-radius: 4px;
  right: 16px;
}
ul.tcs_ul > li .infor p em {
  float: left;
  display: inline-block;
}
ul.tcs_ul > li .infor p.pticon i.icon {
  width: 18px;
  height: 18px;
	margin-top: 6px;
  margin-right: 6px;
  display: inline-block;
  float: left;
  background: url("../images/do_icon.png");
  overflow: hidden;
}
ul.tcs_ul > li .infor p.pticon i.icon:last-child {
  margin-right: 0;
}
ul.tcs_ul > li .infor p.pticon i.icon.az {
  background-position: -37px -7px;
}
ul.tcs_ul > li .infor p.pticon i.icon.pg {
  background-position: -57px -7px;
}
ul.tcs_ul > li .infor p.pticon i.icon.pcm {
  background-position: -77px -7px;
}
ul.tcs_ul > li .infor p.pticon i.icon.mac {
  background-position: -97px -7px;
}
ul.tcs_ul > li .infor p.pticon i.icon.ipad {
  background-position: -117px -7px;
}
ul.tcs_ul > li .infor p.pticon i.icon.aztv {
  background-position: -137px -7px;
}
ul.tcs_ul > li .infor p.pticon i.icon.vr {
  background-position: -220px -7px;
}
ul.tcs_ul > li:hover {
  border-color: #1e89e0;
}
ul.tcs_ul > li:hover .name {
  color: #1e89e0;
}
ul.tcs_ul > li:hover .btn {
  background: #1e89e0;
  color: #fff;
}
ul.tcs_ul > li a.imgpc {
  float: left;
  width: 72px;
  height: 80px;
  display: block;
}
ul.tcs_ul > li a.imgpc img {
  width: 58px;
  height: 80px;
  border-radius: 6px;
  border: 1px solid #eee;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  transition: transform 0.3s;
}
ul.tcs_ul > li ul a.imgpc img {
  width: 58px;
  height: 80px;
}
ul.tcs_ul > li ul.hover_ul {
  display: none;
  background-color: #fff;
  position: absolute;
  top: 152px;
  right: -1px;
  max-width: 340px;
  box-sizing: border-box;
  padding: 16px 16px 0 16px;
  z-index: 9999;
  border-radius: 4px;
  border: 2px solid #1e89e0;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
ul.hover_ul::before {
  content: '';
  display: block;
  position: absolute;
  right: 60px;
  top: -10px;
  margin: auto;
  width: 0px;
  height: 0px;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 10px solid #1e89e0;
}
ul.hover_ul li {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
ul.hover_ul li a.img {
  float: left;
  display: inline-block;
  height: 80px;
  width: 80px;
  margin-right: 12px;
}
ul.hover_ul li .img img {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  border: 1px solid #eee;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}
ul.hover_ul li .list_con{
	flex: 1 1 auto;
    display: flex;	
    max-width: 210px;
    flex-direction: column;
    justify-content: center;
}
ul.hover_ul li p {
  display: block;
  font-size: 14px;
  font-weight: normal;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
}
ul.hover_ul li p.hov_name > a {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
  overflow: hidden;
  margin-top: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul.hover_ul li p.hov_edi {
  color: #1e89e0;
  margin-top: 4px;
}
ul.hover_ul li p.hov_edi i {
  width: 18px;
  height: 18px;
  display: inline-block;
  float: left;
  margin-right: 6px;
  background-image: url("../images/do_icon.png");
  background-repeat: no-repeat;
}
ul.hover_ul li p.hov_edi i.andrIcon {
   background-position: -37px -7px;
}
ul.hover_ul li p.hov_edi i.iosIcon {
   background-position: -57px -7px;
}
ul.hover_ul li p.hov_edi i.pcIcon {
   background-position: -77px -7px;
}
ul.hover_ul li p.hov_edi i.macIcon {
   background-position: -97px -7px;
}
ul.hover_ul li p.hov_edi i.ipadIcon {
  background-position: -117px -7px;
}
ul.hover_ul li p.hov_edi i.aztvIcon {
  background-position: -137px -7px;
}
ul.hover_ul li p.hov_edi i.vrIcon {
  background-position: -220px -7px;
}
ul.hover_ul li p.hov_up {
  font-size: 13px;
  margin-top: 8px;
  color: #999;
}
ul.hover_ul li a:hover {
  color: #1e89e0;
}
/*多版本end*/
.c-hd_p {
    position: relative;
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-bottom: 2px solid #ddd;
    margin-bottom: 8px;
}
.c-hd_p h3 {
    float: left;
    height: 38px;
    background: #fff;
    padding-right: 4px;
    margin-bottom: -2px;
    position: relative;
}
.c-hd_p h3 span {
    float: left;
    display: block;
    height: 36px;
    max-width: 230px;
    border-bottom: 2px solid #17a2e7;
    font-weight: bold;
    font-size: 18px;
    padding: 0 4px;
    overflow: hidden;
    line-height: 36px;
}
/*用户评论*/
.comment {
  float: left;
  background-color: #fff;
  width: 100%;
  height: auto;
	margin-top: 10px;
  box-sizing: border-box;
  padding: 10px 26px 20px 26px;
  background: #fff;
	border: 1px solid #eee;
}
.comment .c-hd_p .txt {
    display: block;
    color: #a8a8a8;
    border-bottom: none;
    float: right;
    font-size:14px;
}
.commentBox .commentform {
    width: 100%;
    overflow: hidden;
    border-bottom: solid 1px #ccc;
    padding-bottom: 20px;
}
.commentTit {
  width: 100%;
  height: 50px;
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
}
.commentTit p {
  float: left;
}
.commentTit p span {
  float: left;
  height: 30px;
  min-width: 25px;
  border-radius: 6px;
  background: #358ff0;
  line-height: 30px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  margin: 10px 0;
}
.commentTit p i {
  float: left;
  width: 0;
  height: 0;
  border-left: 6px solid #358ff0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  margin: 20px 8px 0 0;
}
.commentTit a {
  float: right;
}
.comment textarea {
  width: 100%;
  float: left;
  height: 86px;
  box-sizing: border-box;
  border: 1px solid #358ff0;
  padding: 4px 10px;
  line-height: 20px;
  border-radius: 6px;	
	margin-top: 10px;
}
.comment input {
  box-sizing: border-box;
  border: 1px solid #358ff0;
}
.comment .plbutton {
  width: 100%;
  height: auto;
  display: none;
  overflow: hidden;
  margin: 0;
  padding: 16px 0 0;
  box-sizing: border-box;
  position: relative;
  float: left;
}
.comment .tjbutton {
  position: relative;
  width: 160px;
  height: 36px;
  line-height: 36px;
  background: #ff4d4e;
  font-size: 14px;
  font-weight: normal;
  font-family: "microsoft yahei";
  text-align: center;
  color: #fff;
  border: 0;
  display: inline-block;
	float: left;
  overflow: hidden;
	margin-right:26px;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
}
.comment .cancel {
	display: inline-block;
	float: left;
  width: 120px;
  height: 36px;
  line-height: 36px;
  background: #ccc;
  font-size: 14px;
  font-weight: normal;
  font-family: "microsoft yahei";
  text-align: center;
  color: #fff;
  border: 0;
  overflow: hidden;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
}
.comment .plbutton .yzm {
  position: relative;
  float: left;
  padding: 0 6px;
  width: 12%;
  height: 30px;
  line-height: 30px;
  border-radius: 6px;
  outline: none;
}
.comment .plbutton img {
  position: relative;
  float: left;
  width: 80px;
  height: 21px;
  margin: 0px 10px;
  top: 6px;
}
.comment .plbutton i {
  position: relative;
  float: left;
  top: 6px;
}
/*评论列表*/
.commentBox .commentList {
  padding: 0px 0px;
	float: left;
    width: 100%;
    height: auto;
    margin: 10px 0 10px 0;
}
.commentBox .commentList dl {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: dashed 1px #b2b2b2;
  padding: 10px 0px 10px 0px;
}
.commentBox .commentList dl dt {
  overflow: hidden;
  font-family: "Microsoft YaHei";
  font-size: 14px;
}
.commentBox .commentList dl dt span {
  float: right;
  color: #bbbbbb;
}
.commentBox .commentList dl dl {
  border-bottom:none;
    width: 98.5%;
    margin-left: 16px;
}
.commentBox .commentList dl dl dt {
  overflow: hidden;
  border-top: dashed 1px #cfcfcf;
  padding-top: 6px
}
.commentBox .commentList dl em{
  float: left;
  font-weight: bold;
  max-width: 68%;
  overflow: hidden;
  color: #358ff0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.commentBox .commentList dl dt small{
  float: left;font-size: 100%;
  font-weight: bold;
  color: #358ff0;
  max-width: 76%;
  margin-right: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}
.commentBox .commentList dl dd .cml_content{
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  padding: 8px 0px 0 0;
}
.cml_content img {
  vertical-align: bottom;
}
.commentBox .commentList dl dd .plreply {
  float: right;
}
.commentBox .commentList dl dd .plreply .glBtn {
  color: #0089dc;


  cursor: pointer
}
.commentBox .commentList dl dd .support {
  float: left;
  padding-right: 12px;
  width: 86px;
  height: 20px;
  background: url(../images/dzb.png) no-repeat right center;
  background-size: contain;
  cursor: pointer;
  font-size: 14px;
  color: #999;
  margin-right: 18px;
}
.commentBox .commentList dl dd .support.active {
  color: #fa3939;
  background: url(../images/dza.png) no-repeat right center;
  background-size: contain;
}
.commentBox .commentList dl dd .support em {
  float: right;
  width: auto;
  height: 20px;
  background-size: contain;
  cursor: pointer;
  font-size: 14px;
  color: #999;
  margin-right: 12px;
  font-weight: normal;
}
.comment .cmmts_textarea.expand {
  height: 67px;
}
.comment .cmmts_textarea {
  border: none;
  display: block;
  padding: 0 4px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 67px;
  width: 100%;
  height: 27px;
  font-size: 14px;
  line-height: 24px;
  color: #222;
  outline: none;
  resize: none;
  background: #f8f8f8;
  -webkit-transition: height .3s ease-in-out;
  -moz-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out;
}
.comment .cmmts_input_wrap {
  position: relative;
  margin-top: 26px;
	margin-bottom: 12px;
}
.comment .cmmts_emoji {
  width: 20px;
  height: 40px;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url(../images/face.png);
  position: absolute;
  right: 124px;
  bottom: 0;
  cursor: pointer
}
.comment .cmmts_emoji_wrap {
  display: none;
  position: absolute;
  top: 38px;
  right: -122px;
  z-index: 1000;
  padding: 10px 0;
  background: #fff;
  width: 400px;
  height: 280px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);
  border-radius: 3px
}
.comment .cmmts_emoji_wrap::before {
  content: '';
  background: #fff;
  height: 10px;
  width: 10px;
  border-radius: 1px;
  position: absolute;
  transform: rotate(45deg);
  transform-origin: 50%;
  top: -5px;
  right: 128px
}
.comment .cmmts_emoji_wrap::after {
  content: '';
  background: transparent;
  position: absolute;
  width: 400px;
  height: 40px;
  top: -40px;
  left: 0
}
.comment .cmmts_emoji_wrap *::-webkit-scrollbar, .cmmts_emoji_wrap::-webkit-scrollbar {
  width: 4px
}
.comment .cmmts_emoji_list {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
	border: none;
	margin: 0;
  padding: 0 5px 0 11px;
  overflow-y: scroll;
  font-size: 0
}
.comment .cmmts_emoji_list_item {
  width: 38px;
  height: 38px;
  margin: 2px;
  text-align: center;
  vertical-align: middle;
  border-radius: 19px;
	padding: 0;
	border:none;
  display: inline-block
}
.comment .cmmts_emoji_list_item:hover {
  background: #fff2f2;
  display: inline-block
}
.comment .cmmts_emoji_list_item img {
  width: 24px;
  height: 24px;
  padding: 0;
  display: block;
  margin: 7px
}
.comment .cmmts_emoji:hover {
  background-image: url(../images/faceb.png)
}
.comment .cmmts_emoji:hover .cmmts_emoji_wrap {
  display: block
}
.comment .cmmts_footer {
  display: flex;
  align-items: center;
  position: absolute;
  right: 16px;
  bottom: 14px
}
.comment .cmmts_footer > ul {
  display: flex;
  float: right
}
.comment .comment .cmmts_footer > ul img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  cursor: pointer
}
.comment .cmmts_footer > ul button {
  background: #fa3939;
  border-radius: 3px;
  font-family: PingFang SC;
  font-size: 14px;


  color: #fff;
  padding: 6px 33px
}
.comment .cmmts_input {
  position: relative;
  padding: 9px 14px 53px;
  background: #f8f8f8;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 12px;
  border: 1px solid #fff
}
.comment .cmmts_input.focus {
  border-color: #fa3939
}
.comment .cmmts_button {
  border: none;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  background: #fa3939;
  border-radius: 3px;
  cursor: pointer;
  min-width: 94px;
  text-align: center
}
.comment .cmmts_button:hover {
  background: #fa3939;
  opacity: .8
}
.comment .cmmts_button.disabled {
  opacity: .3;
  cursor: default
}
/*更多评论*/
.disLoad, .verLoad {
  width: 100%;
  padding: 8px 0;
  overflow: hidden;
}
.disLoad .loadcomment, .verLoad .morever {
  border: 1px solid #358ff0;
  border-radius: 4px;
  line-height: 32px;
  width: 150px;
  margin: 0 auto;
  cursor: pointer;
  font-size: 15px;
  height: 32px;
  color: #358ff0;
  display: block;
  background-color: #fff;
  text-align: center;
}
.disLoad .loadcomment:hover, .verLoad .morever:hover {
  border: 1px solid #358ff0;
  background-color: #358ff0;
  color: #fff;
}

