﻿@charset "utf-8";
/* CSS Document */
.cipu {
  position: fixed;
  width: 750px;
  min-height: 364px;
  box-sizing: border-box;
  z-index: 999;
  visibility: visible;
  left: 20%;
  top: 20%;
  box-shadow: 0 0 10px #888;
  background-color: #fff;
  display: block !important;
}
.cipu-head {
  height: 66px;
  width: 802px;
  background: url(../../images/common/cipu_head_bg.png);

  background-size: 100% 100%;
  position: absolute;
  top: -24px;
  left: -28px;
}
.cipu-name {
  display: flex;
  align-items: center;
  height: 29px;
  margin-top: 8px;
  font-size: 20px;
}
.cipu-name a {
  text-wrap: nowrap;
  max-width: 348px !important;
}
.cipu-name a,
.cipu-name a:hover {
  color: #fff;
}

.cipu-level {
  background: #ad1bea;
  color: #fff;
  height: 16px;
  margin: 12px 7px 0 0;
  line-height: 16px;
  padding: 0 2px 0 4px;
}
.cipu-level em {
  display: inline-block;
  height: 14px;
  padding: 0 5px;
  background: #fff;
  color: #ff0000;
  line-height: 14px;
  margin: 1px 2px 0 2px;
}
.cipu-popularity {
  background: url(/img/web/ic/search/rq_bg.png) no-repeat;
  background-size: cover;
  padding: 0 5px;
  height: 16px;
  line-height: 16px;
  color: #fff;
  margin: 12px 0 0 0;
}
.cipu-logo {
  margin-top: 6px;
}
.cipu-logo span {
  display: table-cell;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
}
.cipu-logo img {
  width: 32px;
  height: 32px;
  margin: 1px 12px 0 29px;
  border: 1px solid #eeeeee;
  border-radius: 100%;
}
.cipu-con {
  padding: 40px 20px 10px;
  border-radius: 0 0 4px 4px;
  background: #fff;
  display: flex;
}

.cipu-con-stat {
  width: 335px;
  padding: 0 20px 0 0;
  border-right: 1px solid #eeeeee;
  flex-shrink: 0;
}
.cipu-con-right {
  padding-left: 20px;
  width: 335px;
}
.cipu-contact {
  min-height: 120px;
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

.cipu-contact::-webkit-scrollbar {
  width: 4px;
  height: 6px;
}

.cipu-contact::-webkit-scrollbar-track {
  background: #f3f3f3;
  border-radius: 11px;
}

.cipu-contact::-webkit-scrollbar-thumb {
  background: #dddddd;
  border-radius: 11px;
}

.cipu-contact::-webkit-scrollbar-thumb:hover {
  background: rgb(162, 162, 163);
}
.cipu-contact-info p {
  line-height: 18px;

  margin-bottom: 6px;
}
.cipu-contact-info .cipu-contact-list > div p:last-child {
  margin-bottom: 0;
}
.cipu-contact-info > p {
  color: #333;
  width: 70px;
  text-align: center;
}
.cipu-contact-info div p i {
  display: inline-block;
  margin: 0 2px 0 8px;
  vertical-align: text-bottom;
}
.cipu-tel,
.cipu-iphone,
.cipu-contact-address .icon_address {
  width: 14px;
  height: 14px;
}
.cipu-tel {
  background: url(/images/common/tel.png) no-repeat;
}
.cipu-iphone {
  background: url(/images/common/mobile.png) no-repeat;
}
.cipu-contactname {
  max-width: 50px;
  float: left;
  display: inline-block;
}
.cipu-contact-address {
  padding: 8px 0 10px;
  display: flex;
}
.cipu-contact-address .icon_address {
  display: inline-block;
  background: url(/images/common/address.png) no-repeat;
  margin-right: 4px;
}
.cipu-contact-address p {
  line-height: 16px;
  width: 317px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cipu-title {
  font-size: 16px;
  height: 22px;
  line-height: 22px;
  margin-bottom: 10px;
  font-weight: 500;
}
.cipu-title span {
  color: #ff8b0d;
}
.cipu-title p {
  display: inline-block;
  color: #999;
  margin-left: 8px;
}
.cipu-photo-box {
  padding: 0 8px 0 14px;
  position: relative;
  height: 68px;
  overflow: hidden;
}
.cipu-photo-box > a {
  display: block;
  position: absolute;
  width: 8px;
  height: 68px;
  top: 0;
}
.cipu-photo-box .prev {
  left: 0px;
  background: url(/images/common/left_btn.png) no-repeat;
  background-size: 100% 100%;
}
.cipu-photo-box .next {
  right: 0px;
  background: url(/images/common/right_btn.png) no-repeat;
  background-size: 100% 100%;
}
.cipu-photo-box ul li {
  float: left;
  width: 100px;
  height: 68px;
  margin-right: 4px;
}
.cipu-photo-box ul li img {
  width: 100px;
  height: 68px;
}

.cipu-company-text {
  display: flex;
  margin: 10px 0 0 0;
}
.cipu-company-text span {
  width: 32px;
  flex-shrink: 0;
  display: inline-block;
  color: #999999;
}
.cipu-company-text p {
  width: 317px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cipu-bigimg {
  position: fixed;
  max-width: 300px;
  max-height: 300px;
  display: none;
  z-index: 99;
}
.cipu-bigimg img {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  max-height: 300px;
}
.cipu-statistics-img {
  width: 335px;
  height: 160px;
}
.cipu .cipu-spotcheck .cipu-spotcheck-table {
  width: 335px;
  border: 1px solid #cdcaca;
  border-collapse: collapse;
}
.cipu .cipu-spotcheck .cipu-spotcheck-table th {
  border: 1px solid #ddd;
  font-weight: normal;
  height: 24px;
  background: #f5f5f5;
  color: #666;
  box-sizing: border-box;
  padding: 4px 6px;
  line-height: 16px;
}
.cipu .cipu-spotcheck .cipu-spotcheck-table td {
  border: 1px solid #ddd;
  text-align: center;
  height: 22px;
  box-sizing: border-box;
  padding: 4px 6px;
}
.cipu-ad {
  height: 70px;
  text-align: center;
  color: #fff;
  line-height: 70px;
  font-size: 30px;
  border-top: 1px solid #ffffff;
}
.cipu-ad a {
  display: table-cell;
  width: 750px;
  height: 70px;
  text-align: center;
  vertical-align: middle;
  line-height: normal;
}
.cipu-ad img {
  height: 70px;
  width: 750px;
}
.cipu-contact-info .wechatpic {
  background: url(../../images/common/wx.jpg) no-repeat;
  background-size: 100% 100%;
  height: 16px;
  line-height: 16px;
  width: 16px;
  margin-top: 0 !important;
  vertical-align: bottom;
}
.cipu-contact-info .wechatpic img {
  display: none;
  width: 16px !important;
  height: 16px !important;
}
.cipu-contact-info .xintalk {
  background: url(../../images/common/xintalk.gif);
  background-size: 100% 100%;
  display: inline-block;
  width: 32px;
  height: 32px;
}
/*公司弹框*/
.videoplaydetail {
  width: 40px;
  height: 40px;
  top: -8px;
  left: 28px;
}
.checkvideoplaydetail {
  width: 16px;
  height: 16px;
  top: 1px;
  left: 60px;
}
.model-info {
  border: 1px solid #e5e5e5;
}
.model-info-title {
  color: #ff4700;
  font-size: 20px;
  line-height: 48px;
  padding-left: 9px;
}
.model-info-title span {
  max-width: 190px;
}
.model-info-btn {
  display: inline-block;
  width: 64px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  background: #ff8b0d;
  margin: 10px 117px 0 117px;
}
.model-info-btn:hover {
  color: #fff;
  opacity: 0.9;
}
.model-info-table {
  line-height: 28px;
}
.model-info-table label {
  float: left;
  width: 156px;
  text-indent: 9px;
  color: #373d41;
  height: 28px;
  overflow: hidden;
}
.model-info-table p {
  float: left;
  width: 140px;
  color: #333333;
  height: 28px;
  overflow: hidden;
  word-break: break-all;
}
.model-info-table div:nth-child(2n-1) {
  background: #f7f7f7;
}
.tab-box {
  display: none;
  width: 335px;
  margin: 0 auto;
}
.tab-box.show {
  display: block;
}

.tab-li {
  margin: 0 0 10px 0;
}
.tab-li ul {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.tab-li ul li {
  width: 50%;
  text-align: center;
  color: #7b7979;
  font-size: 16px;
  line-height: 24px;
  float: left;
  background: #d3d3d3;
  cursor: pointer;
}
.tab-li ul li.on {
  background: #ff8b0d;
  color: #fff;
}

.cipu-levels {
  width: 110px;
  height: 101px;
  position: absolute;
  bottom: -5px;
  right: 52px;
  background: url(/img/web/ic/detailbg.png) no-repeat;
  text-align: center;
}
.cipu-levels-year {
  font-size: 20px;
  color: #e7af5b;
  font-weight: bold;
  line-height: 30px;
  padding: 11px 38px 0 47px;
}
.cipu-levels-vip {
  width: 37px;
  height: 14px;
  background: url(/img/web/ic/vip.png) no-repeat;
  margin: 2px 0 0 41px;
}
.cipu-levels-jinpai {
  width: 40px;
  height: 15px;
  background: url(/img/web/ic/jinpai.png) no-repeat;
  margin: 1px 0 0 40px;
}
.cipu-levels-popularity {
  color: #fff;
  line-height: 18px;
  height: 18px;
  text-align: center;
  margin-top: 10px;
}

.cipu-impression {
  background: #fcfcfc;
}
.cipu-impression p {
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  padding-left: 50px;
}
.cipu-impression p a {
  float: right;
  color: #999;
  font-size: 12px;
  cursor: pointer;
  margin-right: 20px;
}
.cipu-impression p a:hover {
  color: #ff8b0d;
}
.cipu-impression label {
  display: block;
  float: left;
  padding: 0px 10px;
  height: 24px;
  border: 1px solid #ddd;
  border-radius: 2px;
  line-height: 24px;
  color: #afafaf;
  margin: 0 0 8px 8px;
  cursor: pointer;
  box-sizing: border-box;
}
.cipu-impression label.on {
  color: #ff8b0d;
  position: relative;
  border-image: url(../../images/common/lineBg.png) 7 / 2 4 round stretch;
  background-size: 100% 100%;
}

.cipu-impression div {
  padding: 0 0 12px 12px;
}
/* 更多信用标签弹框 */
.impression-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
.impression-popup-bg {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.impression-popup-box {
  width: 560px;
  position: absolute;
  left: 50%;
  top: 140px;
  transform: translateX(-50%);
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15),
    4px 0px 12px 0px rgba(0, 0, 0, 0.1), -4px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.impression-popup-box-title {
  height: 54px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 16px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
}
.impression-popup-box-title i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../../images/common/close.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.impression-label {
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
  background: #fafafa;
  padding: 16px 16px 4px;
}
.impression-label > div {
  margin-bottom: 12px;
  font-size: 14px;
  display: flex;
}
.impression-label > div span {
  color: #666;
  line-height: 26px;
  margin-right: 12px;
}
.impression-label > div label {
  display: block;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 16px;
  height: 28px;
  line-height: 27px;
  box-sizing: border-box;
  color: #666666;
  margin-right: 8px;
  cursor: pointer;
}
.impression-label > div label:hover {
  border-color: #ff8b0d;
  color: #ff8b0d;
}
.impression-label > div input {
  width: 128px;
  height: 28px;
  box-sizing: border-box;
  padding: 0 0 0 8px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.impression-label > div input.btncustomlabel {
  width: 88px;
  height: 28px;
  border: 1px solid #ddd;
  color: #c8c8c8;
  margin-left: 8px;
  cursor: pointer;
  padding-left: 0;
  text-align: center;
  background: rgba(217, 217, 217, 0);
  line-height: 27px;
}
.impression-label > div input.btncustomlabel:hover {
  border-color: #ff8b0d;
  color: #ff8b0d;
}
.impression-my {
  padding: 16px 16px 4px 16px;
}
.impression-my p {
  font-size: 14px;
  position: relative;
  padding-left: 120px;
}
.impression-my p strong {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  line-height: 26px;
  font-weight: normal;
}
.impression-my p span {
  color: #d2d2d2;
  margin-right: 20px;
}
.impression-my p label {
  height: 28px;
  border: 1px solid #ff8b0d;
  border-radius: 4px;
  padding: 0 8px 0 8px;
  color: #ff8b0d;
  display: inline-block;
  line-height: 27px;
  margin: 0 8px 8px 0;
  box-sizing: border-box;
}
.impression-my p label i {
  display: inline-block;
  margin-left: 10px;
  background: url(../../images/common/close1.png) no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  cursor: pointer;
  vertical-align: text-bottom;
}
.impression-my p label.on i,
.cipu-impression label.on i {
  display: inline-block;
  margin: 0px -6px 0 4px;
  background: url(../../images/common/close1.png) no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  cursor: pointer;
  vertical-align: text-bottom;
}
.impression-my a {
  color: #ff8b0d;
  font-size: 14px;
  line-height: 24px;
  display: block;
}
.impressionexists {
  position: absolute;
  width: 160px;
  height: 35px;
  z-index: 999;
  top: 185px;
  left: 200px;
  font-size: 14px;
  background: #ff8b0d;
  border-radius: 5px;
  color: white;
  text-align: center;
  line-height: 35px;
}

.popularity {
  display: inline-block;
  margin-right: 8px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: normal;
  border-radius: 4px;
  padding-right: 1px;
}
.popularity i {
  float: left;
  text-align: center;
  color: #fff;
  position: relative;
  padding: 0 2px;
  border-radius: 4px 0 0 4px;
  height: 20px;
}
.popularity em {
  float: left;
  padding: 0 4px;
  background: #fff;
  font-weight: bold;
  border-radius: 2px 3px 3px 2px;
  height: 18px;
  line-height: 18px;
  margin-top: 1px;
}
.popularity1 {
  border: 1px solid #47b248;
}
.popularity1 i {
  background: #47b248;
}
.popularity1 em {
  color: #47b248;
}
.popularity2 {
  border: 1px solid #008cff;
}
.popularity2 i {
  background: #008cff;
}
.popularity2 i img {
  float: left;
  margin-top: 4px;
}
.popularity2 em {
  color: #008cff;
}
.popularity3 {
  background: linear-gradient(161deg, #ff5e45 0%, #fa4225 100%);
}

.popularity3 em {
  color: #fa4225;
}
.popularity4 {
  border: 1px solid #929292;
}
.popularity4 i {
  background: url(/img/web/ic/yp.png) no-repeat;
  height: 22px;
  margin: -1px 0 0 -1px;
}
.popularity4 em {
  color: #929292;
}
.popularity5 {
  border: 1px solid #ffdab1;
}
.popularity5 i {
  background: url(/img/web/ic/tp.png) no-repeat;
  height: 22px;
  margin: -1px 0 0 -1px;
}
.popularity5 em {
  color: #f09025;
}

.identification-tousu {
  background: url(../../images/common/tousu.png);
  background-size: 100% 100%;
  display: inline-block;
  width: 36px;
  height: 16px;
}
/*抽查记录*/
.cipu-spotcheck .cipu-title a {
  color: #ff8b0d;
  font-size: 14px;
}
/* 型号详情--圆形浮层 */
.ic-list .ic-list-con .model .model-popup {
  position: absolute;
  left: 44px;
  top: 26px;
  padding: 0;
  background: #fff;
  width: 370px;
  height: 370px;
  float: none;
  margin-right: 0;
  z-index: 999;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15),
    4px 0px 12px 0px rgba(0, 0, 0, 0.1), -4px 0px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  overflow: hidden;
}

.ic-list .ic-list-con .model .model-popup h3 {
  width: 200px;
  margin: 0 auto;
  line-height: 22px;
  font-size: 16px;
  text-align: center;
  padding: 34px 0 12px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ic-list .ic-list-con .model .model-popup ul {
  border-top: 2px solid #ddd;
  border-bottom: 0;
  overflow: hidden;
}

.ic-list .ic-list-con .model .model-popup ul:hover {
  background: #fff;
}

.ic-list .ic-list-con .model .model-popup ul li {
  display: flex;
  text-align: left;
  min-height: auto;
  padding: 0;
}

.ic-list .ic-list-con .model .model-popup ul li span {
  width: 137px;
  text-align: right;
  margin: 0 1px 1px 1px !important;
  background: #eee;
  color: #666;
  padding: 4px 12px 4px 0;
  line-height: 20px;
  font-size: 14px;
  flex-shrink: 0;
}

.ic-list .ic-list-con .model .model-popup ul li p {
  width: 208px;
  background: #f8f8f8;
  margin: 0 0 1px 0 !important;
  padding: 4px 0 4px 12px;
  line-height: 20px;
  font-size: 14px;
  flex-shrink: 0;
}

.ic-list .ic-list-con .model .model-popup ul .desc span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
}
.ic-list .ic-list-con .model .model-popup ul .desc p {
  display: flex;
  align-items: center;
}
.ic-list .ic-list-con .model .model-popup ul .desc p i {
  width: 197px;
  padding-right: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ic-list .ic-list-con .model:hover .model-popup {
  display: block;
}

.ic-list .ic-list-con .model .model-popup a {
  width: 100%;
  display: block;
  text-align: center;
  line-height: 20px;
  color: #2653ff;
  font-size: 14px;
  margin-top: 12px;
}
.ic-list .ic-list-con .model .model-popup a i {
  font-family: '宋体';
}

.no-search-result {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  padding-bottom: 140px;
}
.no-search-result h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 20px;
}
.no-search-result p {
  margin-bottom: 8px;
}
.no-search-result .sug {
  margin-bottom: 16px;
}
.no-search-result .sug p {
  font-size: 14px;
  color: #666666;
  margin-bottom: 4px;
  line-height: 20px;
}
.no-search-result .btn a {
  width: 120px;
  height: 40px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #ff8b0d;
  color: #ff8b0d;
  line-height: 40px;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  font-size: 14px;
}
.no-search-result .btn a:last-child {
  background: #ff8b0d;
  color: #ffffff;
  margin-left: 8px;
}
