.selectBox {
  padding-top: 150px;
}

.selectBox img {
  width: 63%;
}

[v-cloak] {
  display: none;
}

body {
  width: 100%;
  overflow-x: hidden;
}

.container-2 {
  /* width: 1290px !important; */
  width: 1160px !important;
  margin: 0 auto;
}

.container-3 {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1195px !important;
}

ul,
li {
  padding: 0px;
}

li {
  list-style-type: none !important;
}

a {
  color: #000;
  cursor: pointer !important;
  transition: color 0.2s linear;
}

a:hover {
  color: #000 !important;
  text-decoration: none !important;
}

/* 头部 */

.header {
  height: 50px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.header .logo {
  overflow: hidden;
  width: 20%;
}

.header .logo img {
  position: absolute;
  padding-left: 10px;
  top: 10px;
  height: 30px;
}

.header .com_title {
  text-align: center;
  width: 60%;
  margin: 0 auto;
}

.header .rebackHome {
  width: 20%;
}

.header .rebackHome a {
  display: block;
  padding-right: 10px;
  text-align: right;
  color: #000;
}

.header .rebackHome a:visited {
  color: #000000;
  text-decoration: none;
}

.el-table__header {
  width: 100% !important;
  table-layout: auto;
}

.el-table__body {
  table-layout: auto !important;
}

/* 三个模块 */

.tp {
  position: relative;
  padding: 0 10px;
  width: 100%;
  height: 100px;

  /* background-color: #3577f2c4; */
}

.top {
  height: 90px;
  width: 100%;
  float: left;
  /* white-space: nowrap; */
  overflow: hidden;
  padding-top: 10px;
  display: flex;
  align-items: center;
}

.top .item {
  background: url(/assets/images/newNBB/pc_compare/vs2.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  width: 26.33%;
  margin: 0 1%;
  height: 80px;
  border-radius: 0.3rem;
  text-align: center;
  vertical-align: middle;
  float: left;
  margin-left: 10px;
}

.top .item.selected {
  background: url(/assets/images/newNBB/pc_compare/vs_3.0.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.top .item.selected .ins .pro {
  color: #fff;
}

.top .item.selected .ins .com {
  color: #fff;
}

.top .item.selected .ins .detail {
  margin: 15px auto 0;
  font-size: 14px;
  background-color: #304480;
  background: linear-gradient(166deg, #ffecc9 0%, #fbf1e0 49%, #ffe2b0 100%);
  width: 25%;
  width: 159px;
  height: 39px;
  font-size: 16px;
  line-height: 39px;
  border-radius: 2px;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.top .item.selected .ins .detail a {
  color: #84634c;
}

.top .ins {
  height: 80px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 5px o;
}

.top .ins .pro {
  margin: 22px 0 3px 0;
  height: 30px;
  font-weight: 550;
  font-size: 0.8rem;
  overflow: hidden;
  z-index: 66;
}

.top .ins .com {
  font-size: 0.6rem;
  color: #788a8a;
}

.top .ins .detail {
  margin: 5px auto;
  font-size: 14px;
  background-color: #304480;
  width: 25%;
  border-radius: 0.3rem;
}

.top .ins .detail a {
  color: #6fe0e8;
}

.top .add {
  background-color: #f8f9fa !important;
  cursor: pointer;
}

.top .add img {
  margin: 20px 0 4px;
  height: 20px;
  width: auto;
}

.top .add .addPro {
  font-size: 1rem;
  color: #2354b0;
}

/* pro_sel :product select 产品选择列表 */
#pro_sel img {
  width: auto;
}

.pro_sel {
  z-index: 1000;
  display: none;
  height: 100vh;
  position: fixed;
  background-color: #fff;
  width: 80%;
  right: 0;
  overflow: scroll;
  top: 0;
}

@media (min-width: 1200px) {
  .pro_sel {
    width: 630px;
  }
}

.pro_sel .side_open {
  background-color: #fff;
  width: 100%;
}

.pro_sel .side_btn {
  background: #ea9434;
  height: 100px;
  text-align: center;
  line-height: 100px;
  width: 20px;
  margin-left: -20px;
  margin-right: 100%;
  position: fixed;
  top: 50%;
  margin-top: -50px;
  border-radius: 0.8rem 0 0 0.8rem;
  cursor: pointer;
}

.pro_sel .search-container {
  padding: 0 10px;
  background-color: #eee;
  border-radius: 0.6rem;
  margin: 10px;
  position: relative;
  width: 80%;
  display: flex;
  align-items: center;
}

.pro_sel #search-pro {
  background: #eee;
  border: navajowhite;
  height: 30px;
  font-size: 0.8rem;
  width: 100%;
}

.pro_sel .iconSearch {
  margin: 8px 3px;
}

.pro_sel .noresult {
  width: 100%;
  text-align: center;
  margin: 60% 0;
  display: none;
}

.pro_sel .noresult p {
  margin: 10px 15px 0 0;
}

.pro_sel .hot_pro {
  width: 100%;
  padding: 1rem;
  box-shadow: 0px 1px #eee;
}

.pro_sel .hot_pro .title,
.pro_sel .choose_pro .title {
  margin-bottom: 10px;
  font-size: 0.8rem;
}

.pro_sel .hot_pro .pros {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.pro_sel .hot_pro .pro_item {
  margin: 0.3rem;
  background: #eee;
  padding: 0.4rem;
  font-size: 0.75rem;
  border-radius: 0.5rem;
}

.pro_sel .choose_pro .title {
  margin: 1rem;
}

.pro_sel .choose_pro {
  position: relative;
  width: 100%;
  padding-bottom: 3rem;
}

.pro_sel .choose_pro .first_letter {
  margin: 0.5rem 1rem;
  color: #037dff;
  font-size: 1.2rem;
}

.pro_sel .choose_pro .com {
  background: #e9ecefbf;
  font-size: 1rem;
  padding: 0.3rem 1rem;
  color: #464a4c;
}

.pro_sel .choose_pro .proItem ul {
  margin: 0 1rem;
  padding: 0;
}

.pro_sel .choose_pro .proItem ul li {
  list-style-type: none;
  box-shadow: 0px 1px #eee;
  height: 48px;
  line-height: 48px;
  color: #eee;
  font-size: 14px;
}

.pro_sel .proLi {
  color: #000 !important;
  cursor: pointer;
}

.pro_sel .letter {
  position: fixed;
  top: 20%;
  right: 2rem;
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 0.6rem;
  z-index: 9999;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
  max-height: 70%;
}

.pro_sel .letter ul {
  margin: 0;
  text-align: center;
}

.pro_sel .letter ul li a:hover {
  text-decoration: none;
}

.pro_sel .back {
  position: absolute;
  width: 10%;
  height: 32px;
  font-size: 14px;
  top: 10px;
  right: 15px;
  line-height: 32px;
  cursor: pointer;
}

.serach_box3 {
  background: #ffff;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  z-index: 9999;
}

#showLetter {
  position: fixed;
  background: #ececec;
  padding: 0.7rem;
  font-size: 1.5rem;
  margin-left: 35%;
  margin-top: 65%;
  z-index: 9999;
  display: none;
}

.search_list ul li {
  font-size: 0.9rem;
  height: 3rem;
  box-shadow: 0px 1px #eee;
  margin: 0.3rem 1rem;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.search_list li .ofCom {
  font-size: 0.7rem;

  color: #999;
}

.table-title {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 1000;
  color: rgb(7, 95, 204);
  text-align: center;
}

.evaluate h2,
.insurance .insurance-title {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 1000;
  color: rgb(7, 95, 204);
  text-align: center;
}

.evaluate .product-item .product-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-size: 28px;
  color: #333333;
}

.evaluate .product-item .product-keyword {
  background-color: #304480;
  padding: 4px 15px;
  color: #6fe0e8;
  font-size: 14px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 10px;
}

.evaluate .product-item .product-evaluate {
  font-size: 16px;
  color: #6c757d;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .content-wrapper {}

  .container {
    padding-right: 0;
    padding-left: 0;
  }

  .el-table {
    font-size: 10px;
  }

  .el-table__body {
    width: 100% !important;
  }

  .el-table thead tr,
  .el-table thead th {
    color: #fff;
    background-color: rgb(7, 95, 204);
  }

  .el-table td,
  .el-table th {
    padding: 2px 0;
  }

  .el-table .cell,
  .el-table th div,
  .el-table--border td:first-child .cell,
  .el-table--border th:first-child .cell {
    padding-left: 3px;
  }

  .el-table .cell,
  .el-table th div {
    padding-right: 3px;
  }
}

/* 保费测算 */

.insurance .insuranse-option .tips {
  font-size: 15px;
}

.insurance .insuranse-option .change {
  float: right;
  padding: 3px 8px;
  font-size: 14px;
  color: #2079ff;
  background-color: #eef9ff;
  border: 1px solid #2079ff;
  border-radius: 0.3rem;
  cursor: pointer;
}

.guess {
  z-index: 9999;
  position: fixed;
  /* width: 100%; */
  background-color: #fff;
  bottom: 0;
  width: 800px;
  left: 50%;
  margin-left: -400px;
  bottom: 35%;
  display: none;
}

.guess img {
  width: auto;
}

.gue_close {
  cursor: pointer;
}

.guess .guess-title {
  margin: 1rem;
  text-align: center;
  height: 2rem;
  line-height: 2rem;
  font-size: 20px;
  font-weight: 600;
}

.guess img {
  position: absolute;
  top: 0;
  margin: 1.5rem 1rem;
  right: 0;
  height: 1rem;
}

.guess .item {
  margin: 0 0.6rem;
  padding: 0.6rem 0;
  display: flex;
  align-items: center;
  box-shadow: 0px 1px #c5c5d9;
}

.guess .lf {
  position: relative;
  width: 20%;
  text-align: center;
  float: left;
}

.guess .rt {
  position: relative;
  width: 80%;
  float: right;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.guess .rt div {
  padding: 0.1rem 0.6rem;
  font-size: 0.8rem;
  margin: 0.5rem;
  border-radius: 0.25rem;
  color: #8a8a8a;
  border: 1px solid #b9b7b7;
  cursor: pointer;
}

.guess span {
  display: block;
  padding: 0.8rem 0 0.4rem 0;
  font-size: 0.8rem;
  text-align: center;
  color: #9d9d9d;
}

.guess .btn {
  width: 100%;
  text-align: center;
}

.guess .btn .submit {
  padding: 10px 0;
  font-size: 0.8rem;
  text-align: center;
  color: #fff;
  background: #2079ff;
  border-radius: 4px;
  cursor: pointer;
}

.mask {
  z-index: 99;
  background-color: #24242440;
  /* filter: alpha(opacity=80); */
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  display: none;
}

.guess .active {
  color: #2079ff;
  background: #eef9ff;
  border-color: #2079ff !important;
}

/* 新功能样式 */

#picBox {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}

#picBox .picBox-left {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  border: 8px solid #339bf7;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}

#picBox .picBox-left .picHeader {
  display: flex;
  background: #339bf7;
  background-color: #339bf7;
  border-radius: 0 0 10px 10px;
  color: #ffffff;
  font-size: 24px;
  flex-direction: column;
  align-items: center;
  padding: 14px 30px;
  z-index: 1010;
}

#picBox .picBox-left .picContent {
  display: flex;
  flex-direction: column;
  background: #fff;
  width: 98%;
  margin: 30px 1% 20px;
  height: 100%;
}

.picContent .proCon {
  display: flex;
  border-radius: 10px 10px 0 0;
  width: 100%;
  text-align: center;
}

.picContent .proCon .title {
  /* width: 250px; */
  flex: 1;
  line-height: 50px;
  color: #ffffff;
  border: 1px solid #fff;
}

.itemBox {
  display: flex;
  width: 100%;
  color: #ffffff;
  line-height: 50px;
}

.itemBox .item {
  flex: 1;
  border: 1px solid #def0f9;
  text-align: center;
  line-height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-bottom: -1px;
  margin-right: -1px;
  color: #333;
  font-weight: 500;
}

.itemBox .item1 {
  width: 20%;
  border: 1px solid #def0f9;
  text-align: center;
  background-color: #f8fdff;
  margin-bottom: -1px;
  margin-right: -1px;
  color: #333;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.itemBox .item1 img {
  width: 36px;
}

#picBox .picBox-right {
  display: flex;
  flex-direction: column;
  background: #fff;
  /* margin-left: 20px; */
  border: 1px solid #707070;
  width: 200px;
}

/* 内容 */
.detailsList {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background: #fff;
}

.detailsList .details-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  flex: 1;
  text-align: center;
}

.detailsList .firstT {
  background: #cae9ff;
  height: 40px;
  color: #339bf7;
  font-size: 15px;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  margin-left: 88px;
  /* 兼容 */
  border-left: 2px solid #fff;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  flex: 1;
}

.detailsList .secondList {
  display: flex;
  flex-direction: column;
  height: 40px;
  line-height: 48px;
  flex: 1;
}

.detailsList .secondList .second-item {
  display: flex;
  line-height: 30px;
  overflow: hidden;
}

.detailsList .secondList .stateT {
  width: 89px;
  text-align: center;
  background-color: #71bcff;
  border-right: 1px solid #f8f9fa;
  border-top: 1px solid #f8f9fa;
  border-bottom: 1px solid #f8f9fa;

  color: #fff;
  line-height: 30px;
  padding: 10px 0;
}

.detailsList .secondList .secondT {
  width: 86px;
  text-align: center;
  background-color: #cae9ff;
  border: 1px solid #f8f9fa;
  color: #339bf7;
  line-height: 30px;
  padding: 10px 0;
}

.detailsList .secondList .secindC {
  display: flex;
  flex: 1;
  align-items: center;
  background: #fff;
  border: 1px solid #f8f9fa;
}

.detailsList .secondList .secindC div {
  flex: 1;
  text-align: center;
  background: #fff;
  color: #333333;
  font-size: 14px;
}

/* 选择栏 */

#picBox .picBox-right {
  position: absolute;
  right: -250px;
  top: 0px;
  border-radius: 5px;
  padding: 23px;
}

#picBox .picBox-right .selectItem div {
  padding-bottom: 20px;
}

#picBox .picBox-right .selectItem .selectF {
  color: #000000;
  font-size: 16px;
  font-weight: 900;
}

#picBox .picBox-right .selectItem .selectS {
  color: #000000;
  font-size: 16px;
}

.selectItem .selectS .secItem {
  padding-left: 14px;
}

.downButton {
  background-color: #178d96;
  border: 5px solid #ffffff;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  height: 64px;
  width: 128px;
  line-height: 55px;
  position: absolute;
  left: 32px;
  bottom: -77px;
}

/* 水印 */
#water-mark {
  pointer-events: none;
}

#water-mark span {
  display: inline-block;
  width: 200px;
  transform: rotate(-15deg);
  position: absolute;
}

.el-table .hidden-row {
  display: none;
}

.el-table .show-row {
  /* color: red !important; */
}

body {
  background-color: #f8f8f8;
}

/* 副作用 */
/* #picBox .el-table__row {
        display: flex;
    } */

.insurance .el-table__row {
  display: flex;
}

#picBox .el-table thead {
  height: 0px;
  display: none;
}

.content-wrapper .el-table thead {
  height: 0px;
  display: none;
}

table,
tbody,
thead {
  width: 100% !important;
}

colgroup {
  position: absolute;
  width: 100% !important;
  display: flex;
}

col {
  flex: 1;
  text-align: center;
}

.table-title {
  color: rgb(51, 155, 247);
}

.el-table__empty-block {
  min-height: 0px;
}

.initTips {
  background-color: #fff;
  margin-top: 70px;
  border-radius: 2px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.tp {
  /* background: url(/assets/images/newNBB/evaluation/selectBg.png) top center
    no-repeat; */
  background-size: 100% 100%;
  border-radius: 0px 0px 25px 25px;
  height: 157px;
  padding: 0px;
}

.top {
  padding-top: 0;
  height: 100%;
}

.top .item {
  opacity: 1;
  width: 26.33%;
  height: 100%;
  border-radius: 0px;
  overflow: hidden;
}

.picButton {
  background-color: #178d96;
  border: 5px solid #ffffff;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  height: 64px;
  width: 128px;
  line-height: 55px;
  position: absolute;
  right: -130px;
  top: 70px;
}

.el-checkbox:last-of-type {
  margin-right: 10px;
  margin-top: 10px;
}

.container {
  /* background-color: #fff; */
}

.el-dialog,
.el-table,
.insurance,
.product-item {
  background: #fff;
}

/* ::-webkit-scrollbar {
  display: none;
} */

/* 输入框样式，注意是否会影响其他位置 */
.itemInput {
  padding: 0px !important;
  height: 100% !important;
}

.bold {
  color: red;
}

.bold input {
  color: red;
}

.el-dialog__footer {
  text-align: left;
}

.el-radio {
  color: #606266;
  cursor: pointer;
  margin-right: 0 !important;
}

/* 新样式 */
.titleBox {
  background: #f8fdff;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
  font-size: 14px;
}

.addPro {
  color: #304480 !important;
  font-size: 12px;
  font-weight: bold;
}

.addPic {
  margin: 25px auto 5px;
}

.addPic img {
  width: 80px !important;
  height: 80px !important;
}

.top .add img {
  margin: 0;
}

.selectBox .select {
  width: 265px;
  height: 151px;
}

.selectBox .selectText {
  width: 188px;
  height: 23px;
  margin-top: -12px;
}

.top .ins {
  height: 100%;
}

.top .ins .pro {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  margin: 27px 0 3px 0;
}

.top .ins .com {
  font-size: 14px;
}

.top .ins .com {
  color: #a9a9a9;
}

.tp .top {
  /* background: url(/assets/images/newNBB/evaluation/selectBg.png) top center
    no-repeat; */
  background-size: 100% 100%;
}

.top .selected .close {
  position: absolute;
  cursor: pointer;
  top: 8px;
  right: 0px;
  opacity: 1;
  width: auto;
}

.top .selected .close img {
  width: 33px;
  height: 30px;
  background-color: transparent;
  display: block;
}

.top .add .addPro {
  font-size: 14px;
}

/* 漂亮图标 */
.pretty-logoV {
  position: absolute;
  cursor: pointer;
  top: 70px;
  right: -4px;
  opacity: 1;
}

.pretty-logoS {
  position: absolute;
  cursor: pointer;
  top: 70px;
  left: -4px;
  opacity: 1;
}

.pretty-logo img {
  width: 24px !important;
  height: 24px !important;
}

.insurance-title {
  font-weight: bold !important;
}

table tr:nth-child(2n) {
  background: #f8fdff;
}

/* .cell {
  font-weight: bold !important;
} */
.close {
  width: 100%;
}

._footer {
  display: none;
}

.nav {
  display: initial;
}

.product-item {
  margin-bottom: 25px;
}


/* 产品选择 新功能 */
.compare-drawer-wrap .compare-drawer-header .compare-product-box {
  padding: 0 20px;
}

.compare-drawer-wrap {
  height: 100%;
  overflow-y: scroll;
}

.compare-drawer-wrap .compare-drawer-header {
  position: fixed;
  top: 0;
  z-index: 7;
  background: #fff;
}

.compare-drawer-wrap .compare-drawer-header .header-title {
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  font-size: 16px;
  color: #fff;
  background: #0792ff;
}

.compare-drawer-wrap .compare-drawer-header .instype-tabs {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.compare-drawer-wrap .compare-drawer-header .instype-tabs .tab-item.pre {
  border-radius: 0 0 8px 0;
}

.compare-drawer-wrap .compare-drawer-header .instype-tabs .tab-item {
  position: relative;
  width: 72px;
  height: 40px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  background: #e8f5ff;
}

.tab-itemS {
  color: #0792ff !important;
  background: #fff !important;
  border-radius: 8px 8px 0 0 !important;
}

.compare-product-card-bg {
  background: #f5fbff;
}

.compare-drawer-wrap .compare-drawer-content .compare-product-card {
  padding: 0 20px 30px;
  border-radius: 0 0 20px 20px;
  background: #fff;
  box-shadow: 0 6px 18px -11px rgb(7 146 255 / 20%);
  overflow: hidden;
}

.compare-drawer-wrap .compare-drawer-content .compare-product-card .search-input {
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 320px;
  height: 36px;
  background: #fff;
  padding: 0 12px;
  margin: 20px auto 24px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.compare-drawer-wrap .compare-drawer-content .compare-product-card .search-input>input {
  -webkit-box-flex: 1;
  flex: 1;
  line-height: 20px;
  font-size: 14px;
  color: #333;
  border: 0px;
}

.compare-drawer-wrap .compare-drawer-content .compare-product-card .clear-btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 20px;
  line-height: 20px;
  margin: 0 auto;
  cursor: pointer;
}

.compare-drawer-wrap .compare-drawer-content .compare-product-card .clear-btn>img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.compare-drawer-wrap .compare-drawer-content .compare-product-card .clear-btn>span {
  font-size: 14px;
  color: #999;
}

.card-header {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 700;
  color: #0792ff;
  padding-left: 20px;
  background: #f5fbff;
}

.compare-drawer-wrap .compare-drawer-content .search-card .search-product-box {
  padding: 0 20px;
}

.compare-drawer-wrap .compare-drawer-content .history-card {
  background: #fff;
}

.compare-drawer-wrap .compare-drawer-content .history-card .history-product-box {
  padding: 0 20px;
}

.remove-btn {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
}

/* 产品item */
.product-item {
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px dashed #f2f2f2;
  padding: 12px 80px 12px 0;
  margin: 0 20px;
}

.product-item .product-name {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 2px;
}

.product-item .product-info {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  line-height: 18px;
  font-size: 12px;
  color: #999;
  margin-bottom: 2px;
}

.product-item .product-info .gap {
  width: 1px;
  height: 10px;
  opacity: .5;
  background: #ccc;
  margin: 0 8px;
}

/* 对比 */
.product-item .add-compare-btn {
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 72px;
  height: 30px;
  border-radius: 15px;
  font-size: 14px;
  cursor: pointer;
  color: #0792ff;
  border: 1px solid #c4e5ff;
}

/* 取消对比 */
.product-item .remove-compare-btn {
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 72px;
  height: 30px;
  border-radius: 15px;
  font-size: 14px;
  cursor: pointer;
  color: #333;
  border: 1px solid #ccc;
}

.compare-drawer-wrap .compare-drawer-content .product-library-card {
  background: #fff;
}

/* 公司首字母 */
.compare-drawer-wrap .compare-drawer-content .product-library-card .library-list .letter-item .letter-name {
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

/* 公司名称 */
.compare-drawer-wrap .compare-drawer-content .product-library-card .library-list .letter-item .company-item .company-name {
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  background: #f7f7f7;
}

/* 新样式 */
.addTips {
  color: #95979A;
  font-size: 20px;
  width: 20%;
  text-align: center;
  font-weight: bold;
  flex: 1;
}

/* 热门产品 */
.hotType {
  display: flex;
  color: #999999;
  font-size: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 20px 37px;
}

.hotType .hotType-item {
  margin-right: 52px;
  cursor: pointer;

}

.hotType .hotType-itemS {
  color: #007DFF;
  font-weight: bold;
  position: relative;
}

.hotType .hotType-itemS:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 15%;
  width: 70%;
  height: 2px;
  background: #007DFF;
}

.icon-search {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

/* 热门产品列表 */
.hotProductList {
  padding: 30px 20px 0;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hotProductList .hot-item {
  width: 200px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.12);
  margin-bottom: 32px;
}

.hot-item .item-icon {
  padding: 1px 10px;
}

.hot-item .item-icon img {
  width: 55px;
  height: 20px;
}

.hot-item .item-bg {
  background: #133EC1;
  width: 100%;
  border-radius: 0 10px 0 0;
  /* height: 26px; */
  height: 21px;
  justify-content: center;
}

.box1 {
  width: 0px;
  height: 0;
  /* border-top: 26px solid #133EC1; */
  border-top: 21px solid #133EC1;

  border-left: 15px solid transparent;
}


.hot-item .item-center {
  padding: 16px 8px 0;
  text-align: left;
  justify-content: space-between;
}

.hot-item .item-pname {
  color: #444444;
  font-size: 13px;
}

.hot-item .item-cname {
  color: #BEBEBE;
  font-size: 12px;
}

.hot-item .item-compareNum {
  color: #FFFEFE;
  font-size: 10px;
  z-index: 1001;
  font-weight: 100;
}

.hot-item .item-cpic {
  width: 43px;
  /* height: 43px; */
  border: 1px solid rgba(199, 199, 199, 0.3);
  border-radius: 5px;
}

.item-bottom {
  border: 1px solid #DEF0F9;
  border-radius: 4px;
  color: #BEBEBE;
  font-size: 12px;
  padding: 7px 8px;
  margin: 11px 5px 13px 10px;
  text-align: left;
  height: 65px;
}

.hot-item .item-tips {
  margin-bottom: 5px;
}

.hot-item .item-tips img {
  width: 10px;
  height: 10px;
}

.hot-item .item-apply {
  /* border: 1px solid #007DFF; */
  width: 156px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #007DFF;
  font-size: 12px;
  border-radius: 15px;
  margin: 0 auto 13px;
  cursor: pointer;
}





.flex {
  display: flex;
}

.flexc {
  display: flex;
  flex-direction: column;
}

.item-top {
  position: relative;
}

.container1 {
  position: absolute;
  /* left: 56px;
  overflow: hidden;
  height: 26px;
  width: 144px;
  border-radius: 0 10px 0 0; */
}

.trapezoid {
  position: absolute;
  left: 25px;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, #4F6ABA 0%, #2D51BD 50%, #1B44C0 100%);
  /* box-shadow: 0px -3px 12px rgba(246, 201, 69, 0.7); */
  transform: skewX(20deg);
}