body {
  background: #f6f6f6;
}
.product .item {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 30px;
}

.product .item-img {
  min-height: 166px;
}
.product .item-img img {
  width: 100%;
  height: 166px;
  object-fit: cover;
}
.product .item-img .content {
  padding: 15px;
}
.product .content .content-desc {
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  color: #8d8d8d;
  line-height: 20px;
}
.product .item-img .content .time {
  margin-top: 4px;
  margin-bottom: 8px;
}
.product .content .title {
  font-size: 16px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
}
.product .item-text {
  padding: 10px;
  display: flex;
}
.product .item-text .time {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  background: #ecf8ff;
  border-radius: 8px 0px 8px 0px;
  font-weight: 500;
  color: #1935d9;
  line-height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: bold;
}
.product .item-text .content {
  padding: 10px 20px;
}
.product .item-text .content .content-desc {
  margin-top: 8px;
}
.news {
  background: #ffffff;
  padding: 54px 86px;
  border-radius: 8px;
  margin-top: 40px;
}
.news img {
  max-width: 100%;
  width: 100% !important;
  height: auto !important;
}
.news .title-news {
  font-size: 24px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 40px;
}
.news .title-time {
  font-size: 12px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #b0b0b0;
  line-height: 28px;
  border-bottom: 1px solid #d8d8d8;
  margin-top: 8px;
  padding-bottom: 10px;
}
.news .text {
  padding-top: 25px;
}
@media (max-width: 992px) {
  .news {
    margin-top: 20px;
    padding: 20px;
  }
}

.my-product {
  /* display:flex;
    flex-wrap:wrap;
    gap:26px; */
}
.my-product .item {
  background: #fff;
  margin-top: 26px;
  border-radius: 8px;
  overflow: hidden;
}
.my-product .item img {
  width: 100%;
  /* height: 186px; */
  object-fit: cover;
}
.my-product .item .title-container {
  height: 54px;
  padding: 0 18px;
}

.my-product .item .title-container .title {
  font-size: 16px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
}
.my-product .item .title-container .price {
  color: #a5a5a5;
  font-size: 14px;
}
.my-product-detail {
  padding: 24px;
  background: #ffffff;
  border-radius: 12px;
  margin-top: 40px;
}

.my-product-detail .ico {
  width: 100%;
  /* height: 280px; */
  border-radius: 8px;
  object-fit: cover;
}
.my-product-detail .title-container {
  padding-top: 20px;
}
.my-product-detail .title-container .title {
  font-size: 24px;
  color: #333333;
  line-height: 1.5;
}
.my-product-detail .title-container .huohao {
  width: 100%;
  height: 50px;
  background: #f1f3ff;
  border-radius: 8px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 19px;
  font-size: 14px;
  color: #1935d9;
}
.my-product-detail .title-container .detail {
  font-size: 14px;
  font-weight: 400;
  color: #797979;
  line-height: 24px;
  margin-top: 40px;
}
.my-product-detail .tab .btn-group {
  margin-top: 30px;
}
.my-product-detail .tab .btn {
  background: #fff;
  border-color: #e5e5e5;
  width: 132px;
  height: 38px;
}
.my-product-detail .product-tab {
  margin-top: 20px;
}
img {
  max-width: 100%;
}
.my-zhaopin {
}

.my-zhaopin .item {
  background: #fff;
  min-height: 166px;
  margin-top: 20px;
  border-radius: 8px;
  overflow: hidden;
  padding: 26px 26px 26px 35px;
  display: flex;

  font-size: 12px;
  color: #8d8d8d;
}

.my-zhaopin .item .left {
  width: 100px;
  flex-shrink: 0;
  margin-right: 20px;
  border-right: 1px solid #d8d8d8;
}
.my-zhaopin .item .left .a {
  color: #1935d9;
  margin-top: 6px;
}

.my-zhaopin .item .right {
}
.my-zhaopin .item .right .title {
  font-size: 16px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
}
.my-zhaopin .item .right .salary {
}
.my-zhaopin .item .right .desc {
  margin-top: 20px;
}

.my-contact {
  margin-top: 30px;
  background: #ffffff;
  border-radius: 12px;
  padding: 48px 85px 20px 85px;
}
.my-contact .title {
  font-size: 24px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 343px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 30px;
  background-position: center;
}
@media (max-width: 992px) {
  .my-contact {
    padding: 48px 30px 20px 30px;
  }
  .my-contact .title {
    width: 100%;
  }
}
.wenhua-list .item {
  height: 146px;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  margin-bottom: 26px;
  padding: 26px 26px 20px 43px;
  display: flex;
}
.wenhua-list .item img {
  width: 26px;
  height: 26px;
  margin-right: 25px;
}
.wenhua-list .item .wenhua-title {
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #1935d9;
  line-height: 26px;
}
.wenhua-list .item .wenhua-sub-title {
  margin-top: 15px;
  font-size: 16px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
}
.licheng-list .item {
  position: relative;
}
.licheng-list .licheng-title {
  font-size: 24px;
  font-family: Roboto, Roboto;
  font-weight: 900;
  color: #1935d9;
  line-height: 22px;
  padding-left: 35px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.licheng-list .licheng-content {
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  padding-bottom: 20px;
  margin-top: 9px;
  padding-left: 20px;
  margin-left: 15px;
  border-left: 2px solid #e9e9e9;
}
.licheng-list .licheng-content p {
  margin: 0;
}
.licheng-list .item .nianfen {
  position: absolute;
  top: 2px;
  left: 2px;
}
.zizhi-list .item img {
  width: 100%;
  height: 289px;
  object-fit: contain;
  margin-bottom: 10px;
}
.feedback{
  padding:30px;
  padding-top:0;
}
.page-btn{
  width:200px;
}
.message-container{
  background:#fff;
  border-radius:16px;
  margin:0 10px;
}
