.wrapper svg {
}
.resultshuoming b{ padding-bottom: 14px;   /* line-height: 2; */  display: block;}
.wrap {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
  .wrap .half1 {
    width: 30%;
    padding: 34px 0;
  }
  .wrap .half2 {
    width: 65%;
    margin-left: 4%;
    padding: 34px 0;
  }
@media (max-width: 768px) {
.wrap {display:block;}
.wrap .half1 {
    width: 100%;
    padding: 24px 0;
  }
  .wrap .half2 {
    width: 100%;
    padding: 14px 0;
    margin-left: 0;
  }
}
.title {
  font-family: sans-serif;
  line-height: 24px;
  display: block;
  padding: 8px 0;
}

.swatch {
  width: 100%;
  height: 34px;
  margin: 4px 0;
  border-radius: 4px;
}

#colorList {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
 
}

#colorList .swatch {
    border-radius: 0;
  }
  
#colorList li {
    flex: 1;
  }
  
#colorList li:first-child .swatch{
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
  }
  
#colorList li:last-child .swatch{
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
  }

#activeColor .swatch {
  width: 120px;
}

.readout {
  margin-top: 32px;
  line-height: 180%;
}

#values {
 font-family: monospace;
  line-height: 150%;
}

.link {
  margin-top: 16px;
  
  a {
    color: MediumSlateBlue;
  }
}