/*内容主题*/
.main {
  background-color: rgba(255, 255, 255, 1);
}
/*头部背景*/
.about-head {
  width: 100%;
  height: 362px;
  display: flex;
  align-items: center;
}
.about-head img {
  width: 100%;
  height: 100%;
}
.about-head p {
  width: 100%;
  position: absolute;
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
}
/* 选项卡 */
.about-tab {
  width: 1200px;
  height: 176px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 20px 0px rgba(8, 13, 33, 0.1);
  border-radius: 4px;
  margin: 0 auto;
  position: absolute;
  margin-top: -88px;
  left: 0;
  right: 0;
  padding: 27px 136px;
  display: flex;
  justify-content: space-between;
}
.about-tab figure {
  cursor: pointer;
  text-align: center;
  color: #17243a;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-tab figure p {
  margin-top: 32px;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}

.about-tab figure .tab-image {
  width: 68px;
  height: 68px;
  background: rgba(241, 243, 248, 1);
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-tab figure .selected {
  width: 68px;
  height: 68px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(51, 112, 255, 1);
  border-radius: 50%;
}
.current{
  color: #3370ff;
}
.about-tab figure .tab-image img {
  width: 36px;
}
.about-message {
  padding-top: 50px;
  width: 1200px;
  margin: 0 auto 123px auto;
  background-color: white;
  /* display: flex;
  justify-content: space-between; */
  overflow: hidden;
}
.about-message *{
  padding: 0.1rem!important;
  font-size: 16px!important;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px!important;
  letter-spacing: 0px;
  color: #17243a;
}
.about-message img {
  /* width: 438px;
  height: 535px;
  margin-right: 46px; */
}
.about-message h1 {
  font-size: 36px;
  font-family: PingFang SC;
  font-weight: bold;
  color: rgba(23, 36, 58, 1);
  line-height: 30px;
}
.about-message article {
  margin-top: 33px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(23, 36, 58, 1);
  line-height: 28px;
}
.about-message article p {
  margin-top: 20px;
}
.about-destion {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  height: 260px;
  margin: 0 auto;
}
.destion-con {
  width: 576px;
  padding: 49px 42px;
}
.destion-con h1 {
  font-size: 36px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  line-height: 30px;
}
.destion-con p {
  margin-top: 26px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 30px;
}
.destion-con:nth-child(1) {
  background-image: url("/saas/resource/sale-platform/images/about/yuanjing@2x.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.destion-con:nth-child(2) {
  background-image: url("/saas/resource/sale-platform/images/about/shiming@2x.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.about-worth {
  width: 1200px;
  margin: 112px auto 66px auto;
}
.worth-title {
  text-align: center;
  width: 100%;
  font-size: 38px;
  font-family: PingFang SC;
  font-weight: bold;
  color: rgba(23, 36, 58, 1);
  line-height: 30px;
  margin-bottom: 57px;
}
.worth-message {
  display: flex;
  justify-content: space-between;
}
.worth-message p {
  width: 328px;
  height: 98px;
  background: rgba(241, 243, 248, 1);
  border-radius: 10px;
  font-size: 22px;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(23, 36, 58, 1);
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.worth-message img {
  width: 57px;
  height: 59px;
}

@media screen and (max-width: 768px) {
  .about-head {
    height: 5rem;
  }
  .about-head p {
    font-size: 0.48rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 0.24rem;
  }
  .about-tab {
    padding: 0.32rem 0.65rem;
    margin-top: -1rem;
    width: 6.8rem;
    height: 2rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 20px 0px rgba(8, 13, 33, 0.1);
    border-radius: 0.2rem;
  }
  .about-tab figure p {
    margin-top: 0.32rem;
    font-size: 0.2rem;
    font-weight: 500;
    line-height: 0.24rem;
  }

  .about-tab figure .tab-image {
    width: 0.68rem;
    height: 0.68rem;
  }
  /* .about-tab figure .tab-image:hover {
    width: 0.68rem;
    height: 0.68rem;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(51, 112, 255, 1);
    border-radius: 50%;
  } */
  .about-tab figure .tab-image img {
    width: 0.36rem;
  }
  .about-message {
    width: 100%;
    justify-content: center;
    padding-top: 0;
  }
  .about-message *{
    padding: 0.1rem!important;
    font-size: .22rem!important;
    font-weight: normal;
    font-stretch: normal;
    line-height: .4rem!important;
    letter-spacing: 0px;
    color: #17243a;
  }
  .about-message .index_title{
    padding-top: .5rem!important;
    font-size: .48rem!important;
    line-height: .72!important;
  }
  .about-message img {
    display: none;
  }
  .about-message {
    width: 95%;
    margin: 0 auto;
    padding: 0.1rem 0;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 20px 0px rgba(8, 13, 33, 0.1);
    border-radius: 0.2rem;
  }
  .about-destion {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    height: auto;
  }
  .destion-con {
    margin-top: 0.42rem;
    width: 6.8rem;
    height: 3.06rem;
    padding: 0.55rem 0.48rem;
  }
  .destion-con h1 {
    font-size: 0.42rem;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 0.3rem;
  }
  .destion-con p {
    margin-top: 0.31rem;
    font-size: 0.24rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 0.36rem;
  }
  .about-worth {
    width: 100%;
    margin: 0.65rem auto 0.84rem auto;
  }
  .worth-title {
    font-size: 0.38rem;
    line-height: 0.3rem;
  }
  .worth-message {
    width: 6.8rem;
    height: 0.98rem;
    border-radius: 0.1rem;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
  }
  .worth-message p {
    width: 2.2rem;
    height: 0.98rem;
    font-size: 0.22rem;
    line-height: 0.3rem;
    background: rgba(233, 235, 240, 1);
    border-radius: 0.1rem;
  }

  .worth-message img {
    width: 0.57rem;
    height: 0.59rem;
  }
}
