.pc-content {
  padding-top: 100px;
}
.pc-content .okr .okr-content {
  position: relative;
  width: 1280px;
  height: 435px;
  margin: 0 auto;
  background: url("/imgs/pc/aboutOkr/aboutokr-banner.png") ;
  background-repeat: no-repeat;
  background-size:cover;
  background-position:center;
  background-size: 100% 100%;
  margin-top: 40px;
}
.pc-content .okr .okr-content .title1{
  font-size: 20px;
  font-weight: 300;
  color: #14142b;
  padding-top: 70px;
  margin-left: 880px;
}
.pc-content .okr .okr-content .title2{
  font-size: 20px;
  font-weight: 300;
  color: #14142b;
  padding-top: 34px;
  margin-left: 880px;
}
.pc-content .okr .okr-content .title3{
  font-size: 20px;
  font-weight: 300;
  color: #14142b;
  padding-top: 40px;
  margin-left: 880px;
}
.pc-content .okr .okr-content .desc {
  margin-top: 25px;
  font-size: 24px;
  font-weight: 400;
  color: #14142b;
}
.pc-content .okr .okr-content img {
  width: 560px;
  position: absolute;
  right: 0;
  top: 50px;
}
.pc-content .kpi {
  width: 96%;
  margin-top: 80px;
}
.pc-content .kpi .kpi-content {
  width: 1280px;
  margin: 0 auto;
  position: relative;
  left: 2%;
}
.pc-content .kpi .kpi-content .title {
  width: 1250px;
  background: url("/imgs/pc/aboutOkr/okr-bk.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  font-size: 36px;
  color: white;
  justify-content: space-evenly;
  height: 133px;
  line-height: 138px;
  margin: 0 auto;
}
.pc-content .kpi .kpi-content .title li:nth-child(2) {
  position: relative;
  left: -10px;
}
.pc-content .kpi .kpi-content .part {
  display: flex;
  justify-content: space-evenly;
  margin-top: 30px;
}
.pc-content .kpi .kpi-content .part li {
  opacity: 1;
  background: #ffffff;
  box-shadow: 0 4px 57px 1px rgba(0, 0, 0, 0.1);
}
.pc-content .kpi .kpi-content .part li:nth-child(1) {
  width: 431px;
  height: 553px;
  font-size: 18px;
  border-radius: 24px;
}
.pc-content .kpi .kpi-content .part li:nth-child(1) .item {
  height: 110.6px;
  line-height: 30px;
  border-bottom: 1px dashed #a7c9fb;
  width: 80%;
  margin: 0 auto;
}
.pc-content .kpi .kpi-content .part li:nth-child(1) .item:last-child {
  border: none;
}
.pc-content .kpi .kpi-content .part li:nth-child(1) .item span {
  display: inline-block;
  position: relative;
  top: 26px;
  left: 20px;
}
.pc-content .kpi .kpi-content .part li:nth-child(1) .item img {
  width: 19px;
  position: relative;
  top: 12px;
}
.pc-content .kpi .kpi-content .part li:nth-child(2) {
  width: 311px;
  height: 553px;
  border-radius: 24px;
}
.pc-content .kpi .kpi-content .part li:nth-child(2) .item {
  height: 110.6px;
  line-height: 110.6px;
  text-align: center;
  color: #ed2e7e;
  font-size: 24px;
}
.pc-content .kpi .kpi-content .part li:nth-child(3) {
  width: 431px;
  height: 553px;
  font-size: 18px;
  text-align: right;
  border-radius: 24px;
}
.pc-content .kpi .kpi-content .part li:nth-child(3) .item {
  height: 110.6px;
  line-height: 30px;
  border-bottom: 1px dashed #a7c9fb;
  width: 80%;
  margin: 0 auto;
}
.pc-content .kpi .kpi-content .part li:nth-child(3) .item:last-child {
  border: none;
}
.pc-content .kpi .kpi-content .part li:nth-child(3) .item span {
  display: inline-block;
  position: relative;
  top: 26px;
}
.pc-content .demo {
  width: 1280px;
  margin: 79px auto 0;
}
.pc-content .demo .title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #444558;
}
.pc-content .demo .tab {
  display: flex;
  justify-content: space-between;
  margin-top: 51px;
}
.pc-content .demo .tab li {
  width: 260px;
  height: 132px;
  border-top: 8px solid white;
  opacity: 1;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 54px 0 rgba(58, 120, 246, 0.12);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  text-align: center;
  line-height: 150px;
}
.pc-content .demo .tab li:hover {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.pc-content .demo .tab li img {
  width: 150px;
}
.pc-content .demo .tab .active {
  border-top: 8px solid #3a78f6;
}
.pc-content .demo .tab-content {
  height: 360px;
  margin-top: 76px;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 2px 54px 0 rgba(58, 120, 246, 0.12);
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.pc-content .demo .tab-content .left {
  width: 540px;
  height: 100%;
}
.pc-content .demo .tab-content .left img {
  width: 540px;
}
.pc-content .demo .tab-content .right {
  width: 740px;
  padding: 80px 0 0 80px;
}
.pc-content .demo .tab-content .right .dh {
  width: 25px;
}
.pc-content .demo .tab-content .right .text {
  margin-top: 30px;
  width: 599px;
  height: 100px;
  opacity: 1;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #044558;
  line-height: 40px;
}
.pc-content .trait {
  width: 1280px;
  margin: 119px auto 0;
}
.pc-content .trait .title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #444558;
}
.pc-content .trait .trait-type {
  margin-top: 81px;
  display: flex;
  justify-content: space-between;
}
.pc-content .trait .trait-type li .icon {
  width: 130px;
  height: 130px;
  background: #ffffff;
  border-radius: 65px;
  box-shadow: 0 2px 49px 0 rgba(5, 28, 245, 0.1);
  line-height: 170px;
  text-align: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.pc-content .trait .trait-type li .icon:hover {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.pc-content .trait .trait-type li .name {
  text-align: center;
  margin-top: 24px;
  font-size: 24px;
  font-weight: 400;
  color: #020111;
}
.pc-content .trait .trait-type li:nth-child(1) img {
  width: 45px;
}
.pc-content .trait .trait-type li:nth-child(2) .icon {
  line-height: 150px;
}
.pc-content .trait .trait-type li:nth-child(2) img {
  width: 54px;
}
.pc-content .trait .trait-type li:nth-child(3) img {
  width: 39px;
}
.pc-content .trait .trait-type li:nth-child(4) img {
  width: 47px;
}
.pc-content .trait .trait-type li:nth-child(5) img {
  width: 45px;
}
.pc-content .trait .trait-type li:nth-child(6) img {
  width: 43px;
}
.pc-content .core {
  width: 96%;
  position: relative;
  left: 4%;
  margin-top: 78px;
  background-color: rgba(58, 120, 246, 0.04);
  border-top-left-radius: 300px;
  border-bottom-left-radius: 300px;
}
.pc-content .core .core-content {
  padding-top: 79px;
  width: 1280px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.pc-content .core .core-content .title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #444558;
}
.pc-content .core .core-content .core-split {
  margin-top: 81px;
  display: flex;
  justify-content: space-between;
}
.pc-content .core .core-content .core-split li {
  width: 400px;
  height: 350px;
  background: #ffffff;
  border-radius: 16px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.pc-content .core .core-content .core-split li:hover {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.pc-content .core .core-content .core-split li .icon {
  border-radius: 40px;
  text-align: center;
  padding-top: 60px;
}
.pc-content .core .core-content .core-split li .icon img {
  width: 97px;
}
.pc-content .core .core-content .core-split li .title {
  margin-top: 32px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #14142b;
}
.pc-content .core .core-content .core-split li .desc {
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #444558;
  line-height: 30px;
  margin-top: 30px;
}
.pc-content .how {
  width: 1280px;
  margin: 80px auto 0;
}
.pc-content .how .title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #444558;
}
.pc-content .how .sudoku {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 82px;
}
.pc-content .how .sudoku li {
  width: 30%;
  height: 189px;
  text-align: center;
}
.pc-content .how .sudoku li:nth-child(even) {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 2px 49px 0 rgba(5, 28, 245, 0.1);
}
.pc-content .how .sudoku li:nth-child(even) .title {
  color: #051cf5;
  font-size: 24px;
  font-weight: 500;
  padding-top: 38px;
}
.pc-content .how .sudoku li:nth-child(2) .title {
  color: #ed2e7e;
}
.pc-content .how .sudoku li:nth-child(2) .content {
  text-align: left;
  padding-left: 45px;
}
.pc-content .how .sudoku li:nth-child(2) .content .point {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  display: inline-block;
  background-color: #ed2e7e;
  margin-right: 7px;
}
.pc-content .how .sudoku li:nth-child(2) .content .line {
  margin-top: 29px;
}
.pc-content .how .sudoku li:nth-child(2) .content .line:nth-child(1) span:nth-child(3) {
  margin-left: 56px;
}
.pc-content .how .sudoku li:nth-child(2) .content .line:nth-child(2) span:nth-child(3) {
  margin-left: 80px;
}
.pc-content .how .sudoku li:nth-child(4) .line,
.pc-content .how .sudoku li:nth-child(6) .line,
.pc-content .how .sudoku li:nth-child(8) .line {
  margin-top: 29px;
}
.pc-content .how .sudoku li:nth-child(4) .point,
.pc-content .how .sudoku li:nth-child(6) .point,
.pc-content .how .sudoku li:nth-child(8) .point {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  display: inline-block;
  background-color: #051cf5;
  margin-right: 7px;
}
.pc-content .how .sudoku li:nth-child(8) .line:nth-child(2) {
  padding-right: 32px;
}
.pc-content .how .sudoku li:nth-child(2),
.pc-content .how .sudoku li:nth-child(8) {
  width: 480px;
}
.pc-content .how .sudoku li:nth-child(4),
.pc-content .how .sudoku li:nth-child(5),
.pc-content .how .sudoku li:nth-child(6),
.pc-content .how .sudoku li:nth-child(7),
.pc-content .how .sudoku li:nth-child(8),
.pc-content .how .sudoku li:nth-child(9) {
  margin-top: 51px;
}
.pc-content .how .sudoku li:nth-child(odd) {
  position: relative;
}
.pc-content .how .sudoku li:nth-child(odd) img {
  width: 89px;
  position: absolute;
}
.pc-content .how .sudoku li:nth-child(1) img {
  bottom: 0;
  right: 50px;
}
.pc-content .how .sudoku li:nth-child(3) img {
  bottom: 0;
  left: 50px;
}
.pc-content .how .sudoku li:nth-child(3) img {
  bottom: 0;
  left: 50px;
}
.pc-content .how .sudoku li:nth-child(7) img {
  top: 0;
  right: 50px;
}
.pc-content .how .sudoku li:nth-child(9) img {
  top: 0;
  left: 50px;
}
.pc-content .how .sudoku li:nth-child(5) {
  text-align: center;
}
.pc-content .how .sudoku li:nth-child(5) img {
  position: relative;
  width: 359px;
  top: 30px;
  right: 0;
}
