/** 产品 **/
.product ul {
  padding: 0 1rem;
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product ul li {
  font-size: 0.7rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #6C7581;
  background: #F5F7F9;
  border-radius: 0.5rem;
  padding: 1rem 0.7rem;
  position: relative;
  z-index: 1;
  height: 3.4rem;
}
.product ul li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.product ul li img {
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  right: 0.75rem;
  top: 1.1rem;
  z-index: -1;
}
.product ul li .fun-data {
  height: 5.2rem;
  width: 5.2rem;
  right: 0.55rem;
}
.product ul li .sub-title {
  margin-bottom: 0.35rem;
  font-size: 0.9rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #434B59;
}
.product ul li .sub-remark {
  line-height: 1.1rem;
}
/** 服务 **/
.service {
  height: 11rem;
  background: url("../../appimg/index/pic/service.jpg")center no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: 2rem;
}
/** 服务介绍 **/
.service-intro {
  text-align: center;
}
.service-intro ul {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
  max-width: 16.75rem;
  margin: 0 auto;
}
.service-intro ul li {
  font-size: 0.7rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #6C7581;
  width: calc(50% - 1.05rem);
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
}
.service-intro ul li:nth-child(2n) {
  border-left: 0.05rem solid rgba(67, 75, 89, 0.05);
  padding-left: 1rem;
}
.service-intro ul li:nth-child(2n+1) {
  padding-right: 1rem;
}
.service-intro ul li:nth-child(n+3) {
  border-top: 0.05rem solid rgba(67, 75, 89, 0.05);
}
.service-intro ul li img {
  height: 5rem;
}
.service-intro ul li .sub-blue {
  margin-top: 1rem;
  margin-bottom: 0.48rem;
  font-size: 0.6rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #6189EE;
}
.service-intro ul li .sub-title {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #434B59;
}
.service-intro ul li .sub-remark {
  font-size: 0.65rem;
  color: #6E7480;
  line-height: 1rem;
}
/** 选择 **/
.choice {
  background: #EBF6FF;
  background-size: cover;
  background-position: center center;
  padding-top: 1rem;
}
.choice .content {
  height: auto!important;
}
.choice .chat {
  margin: 1rem;
  position: relative;
  height: 26.1rem;
  z-index: 1;
}
.choice .chat .phone {
  width: 18rem;
  position: absolute;
  top: 0;
  z-index: -1;
  transform: translate(-50%, 0);
  left: 50%;
}
.choice .chat .choice_main {
  padding: 0 1.5rem 1rem 1.5rem;
  overflow-y: auto;
  height: 20.4rem;
  position: absolute;
  top: 4.7rem;
  width: calc(100% - 3rem);
  font-family: PingFang SC;
}
.choice .chat .choice_main .choice_list {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.choice .chat .choice_main .choice_list .left {
  width: 1.95rem;
  height: 1.95rem;
  margin-right: 0.7rem;
}
.choice .chat .choice_main .choice_list .right {
  color: #6E7580;
}
.choice .chat .choice_main .choice_list .right .name {
  font-size: 0.6rem;
}
.choice .chat .choice_main .choice_list .right .msg {
  font-size: 0.65rem;
  background: #FFFFFF;
  margin-top: 0.5rem;
  padding: 0.7rem 0.88rem;
  border-radius: 0.4rem;
  width: 9rem;
  line-height: 1rem;
  position: relative;
}
.choice .chat .choice_main .choice_list .right .msg::after {
  content: '';
  position: absolute;
  left: -0.5rem;
  top: 0.5rem;
  width: 0;
  height: 0;
  border-top: 0.3rem solid transparent;
  border-right: 0.5rem solid #ffffff;
  border-bottom: 0.3rem solid transparent;
}
/** 伙伴 **/
.partner .partner-bg {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  padding: 0 1rem;
  width: calc(100% - 2rem);
}
/** 资讯 **/
.info {
  background: #E8F5FF;
}
.info .content-title {
  position: relative;
}
.info .content-title .title span {
  position: absolute;
  right: 0rem;
  bottom: 0;
  display: flex;
  align-items: center;
  font-size: 0.6rem;
  color: #68779D;
  font-weight: 400;
}
.info .content-title .title span img {
  width: 0.3rem;
  margin-left: 0.2rem;
}
.info .infoList {
  text-align: left;
  display: flex;
  width: calc(100% - 1rem);
  overflow-x: auto;
  padding-top: 1.23rem;
  padding-left: 1rem;
}
.info .infoList .sonItem {
  display: flex;
  margin-bottom: 2rem;
}
.info .infoList .sonItem .info_item {
  width: 10.5rem;
  margin-right: 1rem;
  background: #fff;
  border-radius: 0.45rem;
  box-shadow: 0rem 0rem 1rem 0rem rgba(154, 160, 188, 0.18);
  position: relative;
}
.info .infoList .sonItem .info_item .isNew {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.5rem;
  height: 2.5rem;
}
.info .infoList .sonItem .info_img {
  width: 100%;
  height: 7.25rem;
  border-radius: 0.45rem 0.45rem 0px 0px;
  object-fit: cover;
}
.info .infoList .sonItem .info_title {
  padding: 0 0.35rem 0 0.75rem;
  margin-top: 0.8rem;
  font-size: 0.9rem;
  line-height: 1rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #434B59;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info .infoList .sonItem .num {
  padding: 1rem 0.6rem 1rem 0.75rem;
  font-size: 0.55rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #C1C5D6;
  display: flex;
  align-items: center;
}
.info .infoList .sonItem .num .l {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.info .infoList .sonItem .num .l img {
  width: 0.7rem;
  height: 0.7rem;
  margin-right: 0.2rem;
}
.info .infoList .sonItem .num .r {
  display: flex;
  align-items: center;
  flex: 1;
  line-height: 0.85rem;
}
.info .infoList .sonItem .num .r img {
  width: 0.85rem;
  margin-right: 0.1rem;
}
.info .infoList .sonItem .info_remark {
  padding: 0 0.75rem;
  margin-top: 0.5rem;
  font-size: 0.7rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #6E7580;
  line-height: 1.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
