.grgbox {
  background: linear-gradient(180deg, #EFF8FF 0%, #FFFFFF 100%);
  box-shadow: 0px 4px 8px rgba(0, 31, 64, 0.1);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

.grgbox .title {
  font-size: 1.5rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 2.5rem;
  color: #378FEC;
}

.grgbox .sub {
  font-size: 1.125rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 2.5rem;
  color: #999999;
}

.grgbox .icon {
  width: 30px;
  height: 8px;
  background: #5AB221;
  opacity: 1;
  border-radius: 8px;
  margin: 16px 0;
}

.grgbox .words {
  font-size: 1.25rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 2.5rem;
  color: #333333;
}

.zxbox {
  margin-bottom: 30px;
}

.zxbox .top {
  position: relative;
}

.zxbox .top img {
  width: 100%;
}

.zxbox .top .icon {
  position: absolute;
  bottom: 30px;
  left: 30px;
  padding: 8px 16px;
  background: #5AB221;
  color: #fff;
  font-size: 1.5rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
}

.zxbox .sub {
  font-size: 1.25rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 2.5rem;
  color: #555555;
  margin-top: 20px;
  padding-right: 40px;
}

.zxbox .sub b {
  color: #5AB221;
}

.zxbox .title {
  font-size: 1.75rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 2.5rem;
  color: #333333;
  margin-top: 30px;
}

.zxbox .words {
  font-size: 1.25rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 2.5rem;
  color: #555555;
  margin-top: 25px;
  padding-right: 40px;
}

.jxbox {
  background: #F5FBFF;
  padding: 26px 20px;
  margin-bottom: 100px;
}

.jxbox .title {
  font-size: 1.75rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 2.5rem;
  color: #5AB221;
  margin-bottom: 20px;
}

.jxbox .words {
  font-size: 1.125rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 2.5rem;
  color: #555555;
  margin-bottom: 10px;
}

.piedatabox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* flex-direction: column; */
}

.piedatabox div {
  /* border:  #fff 1px solid; */
  height: 100px;
  font-size: 1.125rem;
  padding: 10px 10px;
  font-weight: 400;
  margin: 0 2px;
  text-align: center;
}

.piedatabox span {
  /* opacity: 0; */
  display: block;
  font-size: 1.5rem;
  color: #666;
  font-weight: 600;
  margin-top: 10px;
}

@media (max-width: 500px) {
  .piedatabox span {
    margin-top: 0px;
  }
}

.piedatabox i{
  font-style: normal;
  font-size: 1.37rem;
}

.first {
  padding: 10px 50px !important;
}

.first span {
  display: block;
  font-size: 1.5rem;
  color: #666;
  margin-top: 10px;
}

@media (max-width: 500px) {
  .first span {

    margin-top: 0px;
  }
}

.pieitem1 {
  background: #FDF2E6;
  color: #E78110;
  border-bottom: #E78110 6px solid;

}

.pieitem2 {
  background: #F2EEFA;
  color: #7F58CB;
  border-bottom: #7F58CB 6px solid;
}

.pieitem3 {
  background: #FCF9E5;
  color: #E0C101;
  border-bottom: #E0C101 6px solid;

}

.pieitem4 {
  background: #FEEFED;
  color: #F06055;
  border-bottom: #F06055 6px solid;
}

.pieitem5 {
  background: #E5F9F5;
  color: #00C1A1;
  border-bottom: #00C1A1 6px solid;

}

.pieitem6 {
  background: #EEF7E8;
  color: #5AB221;
  border-bottom: #64BE2A 6px solid;
}

.pieitem7 {
  background: rgb(239, 242, 247);
  color: rgb(105, 127, 181);
  border-bottom: rgb(105, 127, 181) 6px solid;
}

.pieitem8 {
  background: rgb(251, 231, 230);
  color: rgb(213, 53, 38);
  border-bottom: rgb(213, 53, 38) 6px solid;

}

.pieitem9 {
  background: rgb(252, 237, 244);
  color: rgb(193, 100, 150);
  border-bottom: rgb(193, 100, 150) 6px solid;
}

.dbbox {
  background: linear-gradient(180deg, #00B4FF 0%, #19BD50 100%);
  border-radius: 16px;
  padding: 30px 24px 10px;
  margin-bottom: 20px;
}

.dbbox .title {
  font-size: 1.875rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 1.875rem;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 30px;
}

.dbbox .item {
  background: #fff;
  border-radius: 8px;
  padding: 16px 0px;
  margin-bottom: 20px;
  height: 136px;
}

.dbbox .item .item1-title {
  font-size: 1.5rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #13BA4B;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.dbbox .item .item1-title i {
  display: inline-block;
  width: 8px;
  height: 24px;
  background: #13BA4B;
  margin-right: 16px;
}

.dbbox .item .item2-title {
  font-size: 1.5rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #449CFA;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.dbbox .item .item2-title i {
  display: inline-block;
  width: 8px;
  height: 24px;
  background: #449CFA;
  margin-right: 16px;
}

.dbbox .item .item3-title {
  font-size: 1.5rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #8277F2;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.dbbox .item .item3-title i {
  display: inline-block;
  width: 8px;
  height: 24px;
  background: #8277F2;
  margin-right: 16px;
}

.dbbox .item p {
  padding: 0 24px;
  font-size: 1.25rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 2rem;
  color: #555555;
}

.fx-box{
  background: linear-gradient(180deg, #EFF8FF 0%, #FFFFFF 100%);
box-shadow: 0px 4px 8px rgba(0,31,64,0.1);
opacity: 1;
border-radius: 8px;
padding: 30px 30px;
}

.fx-box .top{
font-size: 2.375rem;
font-family: Source Han Sans CN;
font-weight: bold;
line-height: 2.5rem;
color: #5AB221;
display: flex;
justify-content: space-between;
align-items: center;
}

.fx-box .top .mid{
font-size: 1.25rem;
padding: 0px 10px;
height: 30px;
line-height: 1.875rem;
border-bottom: 2px solid #5AB221;
}

.fx-box p{
  margin-top: 20px;
  font-size: 1.25rem;
font-family: Source Han Sans CN;
font-weight: 400;
line-height: 2.5rem;
color: #333333;
}

.jybox{
background: linear-gradient(180deg, #F1FFF6 0%, #FFFFFF 65%, #FFFFFF 100%);
box-shadow: 0px 4px 8px rgba(0,31,64,0.1);
opacity: 1;
border-radius: 8px;
font-size: 1.25rem;
font-family: Source Han Sans CN;
font-weight: 400;
line-height: 2.5rem;
color: #666666;
padding: 20px;
}

.jybox p {
  margin-bottom: 20px;
}

.okjob{
  margin-top: 50px;
}

.okjob-top{
  font-size: 1.5rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 2.5rem;
  color: #333333;
  margin-bottom: 8px;
}

.okjob-ul{
  background: #F5F5F5;
  border-radius: 12px;
  padding: 24px 20px 8px;
}

.okjob-li{
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}

.okjob-title{
  flex:1;
  border-radius: 12px;
  background: #fff;
  font-size: 1.25rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 3.25rem;
  color: #4097F4;
  text-align: center;
}

.okjob-p{
  flex:3;
  font-size: 1.25rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 3.25rem;
  color: #474D6C;
  padding: 0 20px;
  background: #fff;
  border-radius: 12px;
}

.grfzjy{
  margin-top: 50px;
}

.grfzjy-title{
  font-size: 1.5rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 2.5rem;
  color: #333333;
  margin-bottom: 16px;
}

.grfzjy-li{
  background: #F0F7FF;
  border-radius: 12px;
  font-size: 1.25rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 2.5rem;
  color: #474D6C;
  padding: 6px 20px;
  margin-bottom: 14px;
}

@media (max-width:500px) {
  .grfzjy-title{
    font-size: 1.125rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 1.875rem;
    color: #333333;
    margin-bottom: 10px;
  }
  
  .grfzjy-li{
    background: #F0F7FF;
    border-radius: 12px;
    font-size: 1.0625rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 1.875rem;
    color: #474D6C;
    padding: 6px 12px;
    margin-bottom: 12px;
  }
  .okjob-top{
    font-size: 1.125rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 1.875rem;
    color: #333333;
    margin-bottom: 10px;
  }
  .okjob-ul{
    background: #fff;
    border-radius: none;
    padding: 0px;
  }

  .okjob-li{
    display: block;
    padding: 7px 14px;
    background: #F5F5F5;
    border-radius: 8px;
  }

  .okjob-title,.okjob-p{
    display: inline;
    font-size: 1.0625rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 1.875rem;
    padding: 0;
    border-radius: none;
    background: none;
  }

  .okjob-title{
    font-weight: bold;
  }

  .okjob-title::after{
    content: ":";
  }

  .grgbox {
    padding: 12px;
    margin-bottom: 12px;
  }

  .grgbox .title {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }

  .grgbox .sub {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }

  .grgbox .icon {
    margin: 12px 0;
  }

  .grgbox .words {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }

  .zxbox .top .icon {
    bottom: 24px;
    left: 24px;
    font-size: 1.375rem;
  }

  .zxbox .sub {
    font-size: 1rem;
    line-height: 1.875rem;
    margin-top: 20px;
    padding-right: 0px;
  }

  .zxbox .title {
    font-size: 1.125rem;
    line-height: 1.875rem;
    margin-top: 20px;
  }

  .zxbox .words {
    font-size: 1rem;
    line-height: 1.875rem;
    margin-top: 20px;
    padding-right: 0px;
  }

  .jxbox {
    padding: 10px 20px;
    margin-bottom: 30px;
  }

  .jxbox .title {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }

  .jxbox .words {
    line-height: 1.875rem;
    font-size: 1rem;
    margin-bottom: 5px;
  }

  .first {
    padding: 10px 50px !important;
    width: 100% !important;
  }

  .piedatabox {
    justify-content: left;
  }

  .piedatabox div {
    width: 24.4%;
    box-sizing: border-box;
    font-size: 1rem;
    margin: 0 1px;
    padding: 10px 2px;
  }

  .dbbox {
    border-radius: 8px;
    padding: 20px 12px 10px;
    margin-bottom: 30px;
  }
  
  .dbbox .title {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
  
  .dbbox .item {
    padding: 12px 0px;
    margin-bottom: 12px;
    min-height: 104px;
    height: auto;
  }
  
  .dbbox .item .item1-title {
    font-size: 1.062rem;
    margin-bottom: 5px;
  }
  
  .dbbox .item .item1-title i {
    width: 6px;
    height: 16px;
    margin-right: 10px;
  }
  
  .dbbox .item .item2-title {
    font-size: 1.062rem;
    margin-bottom: 5px;
  }
  
  .dbbox .item .item2-title i {
    width: 6px;
    height: 16px;
    margin-right: 10px;
  }
  
  .dbbox .item .item3-title {
    font-size: 1.062rem;
    margin-bottom: 5px;
  }
  
  .dbbox .item .item3-title i {
    width: 6px;
    height: 16px;
    margin-right: 10px;
  }
  
  .dbbox .item p {
    padding: 0 16px;
    font-size: 1.062rem;
    line-height: 1.625rem;
  }

  .fx-box{
  padding: 20px 50px;
  }
  
  .fx-box .top{
  font-size: 1.375rem;
  line-height: 1.875rem;
  }
  
  .fx-box .top .mid{
  font-size: 0.875rem;
  padding: 0px 19px;
  height: 30px;
  line-height: 1.875rem;
  }
  
  .fx-box p{
    margin-top: 16px;
    font-size: 1rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 1.875rem;
  color: #333333;
  text-align: center;
  }
}

.first3{
  border-right: 1px solid #ddd;
}

.second3{
  padding-left: 40px;
}
@media (max-width: 500px) {
  .first3{
    border-right: none;
  }

  .second3{
    padding-left: 0px;
  }
}

.text-00B194{
  color: #00B194;
}

.mbti-word{
  color: #555 !important;
}

.mbti-word b{
  color: #333;
}