img {
    object-fit: contain;
}
.business-box .sj-cItem {
    display: none;
}
.business-box .sj-cItem.active {
    display: block;
}
.business-box .business-item {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.business-box .v-tabnav {
    padding-left: 350px;
    background: #fff;
}
.business-box .imgsbox {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
}
.business-box .bd {
    padding: 0;
}
.business-box .imgsbox {
    padding-bottom: 28px;
}
.business-box ul {
    width: 800px;
}
.business-box li {
    float: left;
    margin: 0 10px 10px 0;
    width: 250px;
    height: 158px;
}
.business-box li a {
    width: 250px;
    height: 158px;
    display: table-cell;
    position: relative;
    background: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
    vertical-align: middle;
}
.business-box li a img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.business-box li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.business-box li a img {
    display: inline;
}
.business-box li .ic-play {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../png/ic_play.png) no-repeat center rgba(0, 0, 0, 0.3);
    opacity: 0.8;
    z-index: 5;
}
.business-box ._line {
    border-top: 1px solid #e9e9e9;
    margin-bottom: 20px;
}
.business-box h2 {
    font-size: 16px;
    position: relative;
    line-height: 30px;
    margin-bottom: 14px;
}
.business-box h2 .total {
    position: absolute;
    right: 0;
    font-size: 12px;
    color: #666;
    top: 0;
}
.business-box .navxs {
    padding: 0 0 24px;
}
.business-box .navxs .item {
    float: left;
    font-size: 12px;
    color: #666;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 20px;
}
.business-box .navxs .item:hover {
    color: #ef6220;
}
.business-box .navxs .active {
    color: #ef6220;
    border-color: #ef6220;
}
.rate-xs {
    margin-bottom: 5px;
}
.rate-xs .layui-rate {
    padding: 0;
}
.rate-xs li i.layui-icon {
    margin-right: 0;
    font-size: 15px;
    line-height: 1;
}
.all-comment .bd {
    padding-top: 0;
}
.all-comment .comment > li {
    border-bottom: 1px solid #e9e9e9;
    padding: 16px 0;
    padding-left: 58px;
    position: relative;
}
.all-comment .comment > li .follow {
    color: #ef6220;
    border: 1px solid #ef6220;
    border-radius: 3px;
    width: 56px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 16px;
    cursor: pointer;
}
.all-comment .comment > li .follow:Hover,
.all-comment .comment > li .follow.active {
    background: #ef6220;
    color: #fff;
}
.all-comment .comment > li .pic {
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    background-color: #FEA683;
    object-fit: cover;
    margin-right: 16px;
    position: absolute;
    left: 0;
    top: 16px;
}
.all-comment .comment > li .namebox {
    font-size: 12px;
    line-height: 1.76;
}
.all-comment .comment > li .time {
    color: #9a9a9a;
}
.all-comment .comment > li .rate {
    height: 15px;
}
.all-comment .comment > li .info {
    margin-top: 5px;
    line-height: 1.76;
    color: #666;
}
.all-comment .imgs {
    padding-top: 10px;
}
.all-comment .imgs a {
    width: 226px;
    height: 142px;
    float: left;
    margin: 0 2px 2px 0;
    display: table-cell;
    position: relative;
    background: #e3e3e3;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
    vertical-align: middle;
}
.all-comment .imgs a img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.all-comment .imgs a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.all-comment .imgs a img {
    display: inline;
}
.answer-box .bd {
    padding-top: 0;
}
.answer-box .tag {
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    background-color: #ff874d;
    position: absolute;
    left: 0;
    top: 0;
}
.answer-box .ask {
    line-height: 26px;
    margin-bottom: 20px;
}
.answer-box .ask .tag {
    background: linear-gradient(#ff874d, #f06421);
}
.answer-box .ask .total {
    position: absolute;
    right: 10px;
    top: 0;
}
.answer-box .ask .empty {
    color: #999;
}
.answer-box .ask .btn {
    color: #ef6220;
    position: absolute;
    right: 0;
    top: 0;
}
.answer-box .ask .btn .iconfont {
    margin-right: 5px;
    font-size: 16px;
}
.answer-box .answer .tag {
    background: linear-gradient(#7beef8, #00bcc8);
}
.answer-box .ask,
.answer-box .answer {
    padding: 0 0 0 44px;
    position: relative;
}
.answer-box .pic {
    width: 32px;
    height: 32px;
}
.answer-box .tit {
    font-size: 16px;
    width: 530px;
}
.answer-box li {
    padding: 16px 0;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}
.answer-box li .namebox {
    font-size: 12px;
    line-height: 1.76;
}
.answer-box li .time {
    color: #9a9a9a;
}
.answer-box li .rate {
    height: 15px;
}
.answer-item {
    position: relative;
    padding-left: 42px;
    margin-bottom: 20px;
}
.answer-item .pic {
    position: absolute;
    left: 0;
    top: 0;
}
.answer-item .infobox {
    position: relative;
}
.answer-item .infobox .txt {
    width: 520px;
    margin-top: 5px;
    line-height: 1.76;
    color: #666;
}
.answer-item .ic-thumb {
    width: 16px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../thumb.html) no-repeat center;
    cursor: pointer;
}
.answer-item .ic-thumb.active,
.answer-item .ic-thumb:hover {
    background-image: url('../thumb_on.html');
}
.v-show-all {
    font-size: 12px;
    color: #9a9a9a;
    text-align: center;
    display: block;
    padding: 16px 0 0;
}
.v-show-all:hover {
    color: #ef6220;
}
.v-show-all.end .iconfont {
    display: inline-block;
    transform: rotate(180deg);
}
.answer-form {
    border-top: 1px solid #e3e3e3;
    padding: 10px 0;
    display: none;
    margin: 30px 0 0 85px;
}
.answer-form .key {
    background: #333;
    height: 76px;
    line-height: 1.76;
    background: #fff;
    width: 100%;
    padding: 5px 14px;
    display: block;
    background-color: #e3e3e3;
    box-sizing: border-box;
}
.answer-form .submit {
    width: 82px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    background: #ef6220;
    color: #fff;
    display: block;
    margin: 10px 0 0 auto;
}


.page{
    padding: 20px 0;
}
.page li{
    border-bottom:none!important;
}


.business-box .pic_all li a {
    /*max-height: 157px;*/
}

.business-box .pic_all li a img {
    /*max-height: 155px;*/
}

.v_pic .item{
    font-size:16px!important;
    border:none!important;
    color: #333;
}

.pl_imga{
float:left;
margin:5px;
}
.pl_imga a{
width: 190px !important;
height: 158px;
display: table-cell;
position: relative;
background: none !important;
text-align: center;
cursor: pointer;
border-radius: 0 !important;
overflow: hidden;
vertical-align: middle;
    float: none !important;
}


.xq_zp_imgs p {
  width: 136px;
  height: 86px;
  float: left;
  margin: 0 4px 4px 0;
}
.xq_zp_imgs a {
  width: 136px;
  height: 86px;
  display: table-cell;
  position: relative;
  background: #e3e3e3;
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
  vertical-align: middle;
  border-radius: 0;
}
.xq_zp_imgs a img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.xq_zp_imgs a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.xq_zp_imgs a img {
  display: inline;
}

.count_no {
    background: #4dc86f;
    border-radius: 4px;
    color: #fff;
    padding: 0 3px;
}

