section #main .pz_center > .item {
  width: 60%!important;
  padding: 2em;
}
section #main .pz_center > .item img {
  width: 100%;
}
section #main .pz_center > .item img:hover {
  box-shadow: 0 0 0 0;
}
section #main .pz_center {
  padding-top: 2em;
}
section #main .pz_center .evaluate li {
  border-radius: none;
  overflow-x: auto;
}
section #main .pz_center .evaluate li .content {
  background: #fff!important;
  padding: 30px 60px;
  text-align: left;
  font-size: 16px;
  line-height: 2;
}
section #main .pz_center .evaluate li .content img {
  margin-bottom: 1em;
}
body > .toTop {
  position: fixed;
  right: 14em;
  bottom: 2em;
  margin: auto;
  width: 4.5em;
  height: 4.5em;
  color: #fff;
  background: #353535;
  text-align: center;
  cursor: pointer;
  font: normal normal 12px/2em 'Microsoft YaHei';
}
body > .toTop img {
  display: inline-block;
}
body > .toTop:hover {
  background: rgba(53, 53, 53, 0.5);
}
