.desc-detail {
  color: #687393;
  font-family: SourceHanSansCN-Normal;
}

.product-subtitle {
  width: 76px;
  height: 27px;
  line-height: 27px;
  border: 1px solid rgba(29, 130, 255, 1);
  border-radius: 0px 11px 11px 14px;
  color: #1d82ff;
}

.line {
  margin-left: 40px;
  width: 2px;
  height: 141px;
  background: #eee;
  margin-top: 40px;
}

.insure {
  display: block;
  width: 150px;
  height: 45px;
  line-height: 45px;
  background: linear-gradient(
    270deg,
    rgba(1, 114, 255, 1) 0%,
    rgba(30, 130, 255, 1) 100%
  );
  box-shadow: 0px 10px 16px rgba(0, 160, 233, 0.08);
  border-radius: 6px;
}

.insure:hover,
.insure:active,
.insure:focus {
  background: linear-gradient(
    270deg,
    rgb(5, 103, 223) 0%,
    rgb(12, 115, 240) 100%
  );
  color: #fff;
}

.tabs .triangle {
  top: 11px;
  right: 27px;
  width: 0;
  height: 0;
  border-top: 7px solid #687393;
  border-bottom: 7px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.tabs span::after {
  content: "";
  position: absolute;
  width: 66px;
  height: 3px;
  border-radius: 2px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

.tabs span.active::after {
  background: rgba(29, 130, 255, 1);
}

.insurance-company {
  width: 100%;
  top: 42px;
  right: -33px;
  height: auto;
  box-shadow: 0px 10px 16px rgba(8, 47, 95, 0.06);
  background-color: #fff;
}

.company-list {
  height: 0px;
  line-height: 50px;
  font-size: 14px;
  transition: all 0.3s;
  color: #687393;
  font-weight: normal;
}

.tabs span:nth-of-type(5):hover .company-list {
  height: 50px;
}

.company-list.active {
  color: #242c41;
}

.company-list:hover {
  color: #242c41;
}

/* 当屏幕大小小于750px时，开启移动端 */

@media only screen and (max-width: 750px) {
  .header-nav,
  .pc-container,
  .line,
  .price {
    display: none;
  }
  .container {
    width: 100% !important;
    padding: 65px 20px;
  }
  .product_pic {
    width: 130px;
    height: 140px;
    overflow: hidden;
    border-radius: 3px;
    margin-right: 20px;
    /* background-color: #1D82FF; */
    float: left;
  }
  .product {
    height: 164px;
    padding-bottom: 10px;
    box-shadow: 0px 10px 16px rgba(8, 47, 95, 0.06);
  }
  .product_text {
    padding-top: 20px;
  }
  .product_text > h1 {
    font-size: 15px !important;
    font-family: SourceHanSansCN-Medium;
    color: #242c41;
    margin-bottom: 10px !important;
  }
  .desc-detail {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    line-clamp: 6;
  }
  .product-detail {
    margin-top: 20px;
    background-color: #fff;
    /* box-shadow: 0px 10px 16px rgba(8, 75, 84, 0.06); */
    /* margin-bottom: 100px; */
    /* padding: 47px 64px 30px; */
    /* border-radius: 10px; */
  }
  .tabs {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
  }
  .tabs span {
    display: inline-block;
    /* width: 180px; */
    height: 30px;
    /* margin-right: 10px; */
  }
  .tabs span.active {
    color: #242c41;
    /* font-size: 20px; */
    font-weight: 600;
  }
  .content span {
    font-size: 12px !important;
  }
  .content table {
    width: 100% !important;
  }
  .handle_info:last-of-type {
    width: 65px;
  }
  .tabs .triangle {
    top: 50%;
    right: 0px;
    width: 0;
    height: 0;
    transform: translateY(-70%);
    border-top: 7px solid #687393;
    border-bottom: 7px solid transparent;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
  }
  .insurance-company {
    width: 110px;
    top: 42px;
    right: 0px;
    height: auto;
  }
  .tabs span:nth-of-type(5):hover .company-list {
    height: 30px;
  }
  .company-list {
    line-height: 30px;
    font-size: 12px;
    /* border-bottom: 1px solid #eee; */
    padding-left: 5px;
  }
  .product-foot {
    position: fixed;
    bottom: 0;
    z-index: 1;
    height: 50px;
    width: 100%;
    background-color: #fff;
  }
  .product-foot > div {
    float: left;
    height: 50px;
    width: 35%;
    /* font-size: 12px; */
  }
  .kefu {
    width: 30% !important;
    font-size: 12px;
  }

  .cancel-insure,
  .confirm-insure {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 600;
    color: #ffffff;
  }
  .cancel-insure {
    /* width: 35%; */
    display: block;
    background-color: #c9c9c9;
    line-height: 50px;
  }

  .confirm-insure {
    /* width: 35%; */
    display: block;
    background-color: #127cff;
    line-height: 50px;
  }

  .confirm-insure:hover,
  .confirm-insure:active,
  .confirm-insure:focus {
    background: linear-gradient(
      270deg,
      rgb(5, 103, 223) 0%,
      rgb(12, 115, 240) 100%
    );
    color: #fff;
  }
  .cancel-insure:hover,
  .cancel-insure:active,
  .cancel-insure:focus {
    background: #c9c9c9;
    color: #fff;
  }
  button {
    border: 0;
    outline: none;
  }

  .layerkefu {
    border-radius: 10px !important;
  }

  .layerkefu .layui-layer-content {
    border-bottom: 1px solid #c9c9c9;
    height: 95px !important;
  }

  .layerkefu .layui-layer-btn {
    text-align: center;
    border: none !important;
  }

  .layerkefu .layui-layer-confirm {
    width: 100% !important;
    height: 55px !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0px;
    margin-top: 0 !important;
    margin-left: 0 !important;
  }

  .layerkefu .layui-layer-btn .layui-layer-btn0 {
    background-color: #fff !important;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    /* line-height: 53px; */
    color: #127cff;
    opacity: 1;
    border: none !important;
  }

  .layerkefu .layui-layer-btn a {
    height: 19px;
    line-height: 19px;
  }
}

@media only screen and (min-width: 751px) {
  .yd-container {
    display: none;
  }
  .product_pic {
    width: 260px;
    height: 210px;
    overflow: hidden;
    border-radius: 6px;
    margin-right: 30px;
  }
  .product {
    height: 353px;
    box-shadow: 0px 10px 16px rgba(8, 47, 95, 0.06);
    /* padding-left: 10px; */
    /* display: flex; */
    border-radius: 10px;
  }
  .product_text {
    padding-top: 30px;
  }
  .desc-detail {
    margin-bottom: 35px;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
  }
  .product-detail {
    /* box-shadow: 0px 10px 16px rgba(8, 75, 84, 0.06); */
    margin-bottom: 100px;
    /* padding: 47px 64px 30px; */
    border-radius: 10px;
  }
  .tabs {
    text-align: center;
    font-size: 16px;
    margin-bottom: 60px;
    padding-top: 30px;
    width: 100%;
    height: 77px;
    background: #ffffff;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
  }
  .tabs span {
    display: inline-block;
    width: 180px;
    height: 48px;
    margin-right: 15px;
  }
  .tabs span.active {
    color: #3860f4;
    font-size: 20px;
    font-weight: 600;
  }
  .content {
    font-size: 14px !important;
  }
  .muhubox {
    /* padding-left: 18.9%; */
    width: 55%;
    height: 355px;
    background: #ffffff;
    border-radius: 0px 120px 0px 0px;
    position: relative;
    z-index: 15;
    border-bottom: 1px solid #80808012;
    border-top: 1px solid #80808012;
  }
  .muhubox::before {
    content: " ";
    filter: blur(200px);
    z-index: -1;
    width: 100%;
    height: 280px;
    position: absolute;
    left: 0;
    background-size: 200% 100%;
    background-repeat: no-repeat;
    border-radius: 0px 120px 0px 0px;
    opacity: 0.63;
    opacity: 0\9\0;
  }
}
