.special {
  
}

.list-content {
  padding: 30px 0 15px 0;
}

.key-value:not(:first-child) {
  margin-top: 15px;
}

.key-value::after{
  content:'';
  display: block;
  clear: both;
  height: 0;
  width: 0;
  visibility: hidden;
}

.key-value .key {
  text-align  : left;
  color       : #777777;
  display     : block;
  margin-right: 20px;
  width       : 110px;
  float: left;
  line-height: 1.8;
}

.w-80 {
  width: 80px !important;
}

.key-value .value {
  line-height: 1.8;
  display: block;
  float: right;
  width: calc(100% - 130px);
}

.key-value .line-value {
  line-height: 1.8;
  display: block;
  float: left;
  width: calc(100% - 130px);
}

.handle-title {
  padding   : 40px 0 20px 0;
  font-size : 40px;
  color     : #0d1c28;
  text-align: left;
}

.handle-btn ,.cutoff-btn{
  margin          : 10px 0;
  width           : 150px;
  text-align      : center;
  height          : 45px;
  line-height     : 45px;
  font-size       : 18px;
  color           : #ffffff;
}

.handle-btn {
  background-color: #3e97df;
  cursor          : pointer;
}

.cutoff-btn{
  background-color: #999999;
}

.miao-list {
  position    : fixed;
  top         : 252px;
  left        : calc((100% - 1200px) / 2 - 120px);
  border-right: 1px solid #e2e2e2;
  z-index: 100;
}

.miao-title {
  font-size   : 16px;
  padding     : 3px 20px 3px 0;
  margin      : 10px 0;
  cursor      : pointer;
  border-right: 3px solid #fff;
  color       : #777777;
}

.miao-title_active {
  color       : #3e97df !important;
  border-right: 3px solid #3e97df;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color          : inherit;
}