.online-eva {
  margin-top: 20px;
}
.online-eva .content {
  margin-top: 40px;
}
.online-eva .process {
  text-align: center;
  margin-bottom: 20px;
}

.online-eva .process span {
  color: #fff;

  padding: 10px 20px;
  width: 190px;
  display: inline-block;
  border-radius: 4px;
  background: #90cd59;
}
.online-eva .process span.active {
  background: #70bb2d;
}

.online-eva .eva-content {
  color: #5b5959;
}
.online-eva .eva-content .item {
  padding-top: 20px;
  border-bottom: 1px dashed #70bb2d;
}
.online-eva .eva-content .item .question {
  font-size: 18px;
}
.online-eva .eva-content .item .options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 5px;
  padding-left: 20px;
}
.online-eva .eva-content .options li {
  padding-right: 30px;
}

.online-eva .eva-content .options li input {
  margin-right: 2px;
}
.online-eva .eva-content .options input[type='radio'] {
  opacity: 0;
  display: none;
}
.online-eva .eva-content .options label {
  display: flex;
  align-items: center;
}

.online-eva .eva-content .options label::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #70bb2d;
  margin-right: 4px;
  border-radius: 10px;
}
.online-eva .eva-content .options input:checked + label::before {
  padding: 4px;
  background: #70bb2d;
}

.online-eva .eva-content {
  display: none;
}
.online-eva .user-info{
    margin-top: 10px;
    display: none;
}
.online-eva .user-info h5{
    color: #70bb2d;
    text-align: center;
}
.online-eva .user-info .item{
    text-align: center;
}
.online-eva .user-info .item input{
    width: 300px;
    margin: 5px 0;
    outline: none;
}
.online-eva .user-info .phone{
    display: flex;
    justify-content: center;
    align-items: center
}
.online-eva .user-info .phone select{
    width: 81px;
    border-right: none;
    height: 30px;
    margin-right: -1px;
    outline: none;
    text-align: center;
    background: #fff;
}
.online-eva .user-info .phone input{
    width: 220px;
}
.online-eva .btns {
  text-align: center;
  padding: 20px;
}

.online-eva #btn-last {
  display: none;
}
.online-eva #btn-confirm {
  display: none;
}
.online-eva .btns span {
  background: #70bb2d;
  color: #fff;
  padding: 10px 30px;
  border-radius: 3px;
  margin: 0 20px;
    cursor: pointer;
}
.online-eva .report {
  display: none;
}
.online-eva .report h3 {
  text-align: center;
  color: #70bb2d;
  border-bottom: 1px solid #70bb2d;
  padding-bottom: 5px;
}
.online-eva .report .user-score {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.online-eva .report .user-score .score-text {
  color: #ae2649;
  font-weight: bold;
  font-size: 24px;
}

.online-eva .report .user-score p {
  font-size: 18px;
}
.online-eva .report .user-score p:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
}
.online-eva .report .user-score p:nth-child(4) {
  color: #2461de;
  font-size: 14px;
}

.online-eva .report table {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  line-height: 30px;
}
.online-eva .report table td {
  width: 25%;
}
.online-eva .report table tr:nth-child(n + 2) td:nth-child(1) {
  background: #ebebeb;
  color: #4d90ea;
}
.online-eva .report table .title {
  background: #b5d0eb;
  color: #4d90ea;
}
.online-eva .report .bg-red {
  background: #c00000;
}
.online-eva .report .bg-red2 {
  background: #ff0000;
}
.online-eva .report .bg-yellow {
  background: #ecd900;
}
.online-eva .report .bg-green {
  background: #2c8703;
}
.online-eva .report .tips p:nth-child(1),
.online-eva .report .tips p:nth-child(3) {
  color: #2461de;
}
.online-eva .report .text-red {
  color: #c00000;
}
.online-eva .report .text-red2 {
  color: #ff0000;
}
.online-eva .report .text-yellow {
  color: #ecd900;
}
.online-eva .report .text-green {
  color: #2c8703;
}
.online-eva .report tr td span {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  display: none;
  margin-top: 10px;
}

.online-eva .report tr td span.active {
  display: inline-block;
}

@media (max-width: 768px) {
  .online-eva .process span {
    color: #fff;

    padding: 5px 6px;
    width: 100px;
    display: inline-block;
    border-radius: 4px;
    background: #90cd59;
  }
}
