.online-eva {
  margin-top: 20px;
}
.online-eva .title{
    text-align: center;
}
.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: #f9a107;
}

.online-eva .eva-content {
  color: #5b5959;
}
.online-eva .eva-content .item {
  padding-top: 20px;
  border-bottom: 1px dashed #f9a107;
}
.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 #f9a107;
  margin-right: 4px;
  border-radius: 10px;
}
.online-eva .eva-content .options input:checked + label::before {
  padding: 4px;
  background: #f9a107;
}

.online-eva .eva-content {
  display: none;
}
.online-eva .user-info{
    margin-top: 10px;
    display: none;
}
.online-eva .user-info h5{
    margin-top: 30px;
    color: #f9a107;
    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: #f9a107;
  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;
}

#gt-report{
    display: none;
}
#gt-report h3{
    text-align: center;
}
#gt-report .user-score{
    margin: 10px 0;
}
#gt-report .user-score #gt-user-score{
    color: #e14040;
    font-weight: bold;
    border-bottom: 1px solid #e14040;
}
#gt-report ul li{
    display: flex;
    margin: 10px 0;
    text-align: center;
    color: #fff;
    line-height: 34px;
    border: 1px solid #f7b505;
    font-weight: bold;
}

#gt-report ul li p:nth-child(1){
    width: 40%;
}
#gt-report ul li p:nth-child(2){
    width: 60%;
}
#gt-report ul li p:nth-child(2) span{
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: red;
    position: relative;
    top: 3px;
    display: none;
    box-shadow: 2px 2px 2px #666;
}
#gt-report ul li:nth-child(1) p:nth-child(1){
    background: #8f1313;
}

#gt-report ul li:nth-child(1) p:nth-child(2){
    background: #f7b505;
}
#gt-report ul li:nth-child(2) p:nth-child(1){
    background: #bf1919;
}
#gt-report ul li:nth-child(3) p:nth-child(1){
    background: #de1e1e;
}
#gt-report ul li:nth-child(4) p:nth-child(1){
    background: #f22020;
}
#gt-report ul li:nth-child(5) p:nth-child(1){
    background: #fe5757;
}
#gt-report ul li:nth-child(6) p:nth-child(1){
    background: #f97070;
}

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

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