.intro-wrap .intro-box .intro .intro-des .right::after {
  content: '';
  width: 6.04rem;
  height: 3.88rem;
  /*background: linear-gradient(135deg, #FFA700 0%, #E6FF00 48%, #00BBB3 100%);*/
    background: linear-gradient(135deg, var(--color));
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-wrap .about-box .about-list .about .right::after {
  content: '';
  width: 6.04rem;
  height: 3.88rem;
  /*background: linear-gradient(135deg, #FFA700 0%, #E6FF00 48%, #00BBB3 100%);*/
  background: linear-gradient(135deg, var(--color));
  position: absolute;
  right: 0;
  bottom: 0;
}

.about-wrap .about-box .about-list .about .left .bt:hover {
  color: #fff;
  /*background: linear-gradient(129deg, #FFB220 0%, #C7C910 42%, #05EBE0 100%);*/
  background: linear-gradient(129deg, var(--color));
  border-color: transparent;
  transition: all 0.2s;
}
.about-wrap .message-box .message .bt:hover {
  color: #fff;
  /*background: linear-gradient(129deg, #FFB220 0%, #C7C910 42%, #05EBE0 100%);*/
  background: linear-gradient(129deg, var(--color));
  border-color: transparent;
  transition: all 0.2s;
}
.job-wrap .job-box .screen-wrap .input-box .bt {
  width: 1.2rem;
  height: 0.34rem;
  /*background: linear-gradient(90deg, #FFB220 0%, #C7C910 42%, #05EBE0 100%);*/
  background: linear-gradient(90deg, var(--color));
  border-radius: 0rem 0.04rem 0.04rem 0rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  cursor: pointer;
}
.jobDetails-wrap .jobDetails-box .bt {
  margin-top: 0.4rem;
  width: 2.3rem;
  height: 0.5rem;
  border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  /*background: linear-gradient(129deg, #FFB220 0%, #C7C910 42%, #05EBE0 100%);*/
  background: linear-gradient(129deg, var(--color));
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #FFFFFF;
  cursor: pointer;
}

.newsDetails-wrap .message-box .message .bt:hover {
  color: #fff;
  /*background: linear-gradient(129deg, #FFB220 0%, #C7C910 42%, #05EBE0 100%);*/
  background: linear-gradient(129deg, var(--color));
  border-color: transparent;
  transition: all 0.2s;
}

.option-item:hover,
.option-hover {
    /*background: linear-gradient(90deg, #FFB220 0%, #C7C910 42%, #05EBE0 100%);*/
    background: linear-gradient(90deg, var(--color));
    color: #fff;
}



@media only screen and (max-width:768px){
    .about-wrap .about-box .about-list .about .right::after{
            width: 3.04rem;
                height: 1.8rem;
    }
    /*.about-wrap .about-box .about-list .about .right{
            width: 5.87rem;
    }*/
    .about-wrap .about-box .about-list .about{
        gap: 0.2rem;
    }
    .about-wrap .about-box .about-list .about .right img{
        height: auto;
    }
    .about-wrap .about-box .about-list .about .left .address-box .address{
        gap: 0.1rem;
        flex-wrap: wrap;
    }
    .about-wrap .about-box .about-list .about .left .address-box .address .p{
        line-height: 0.2rem;
    }
    .intro-wrap .intro-box .intro .intro-des .right::after{
            width: 3.04rem;
            height: 2rem;
    }
}