.boxs {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  font-family: "微软雅黑";
}
.boxs .organic {
  font-size: 20px;
  text-align: center;
  margin-top: 3%;
  font-weight: bold;
}
.boxs .operate {
  width: 100%;
  height: 100%;
}
.boxs .operate .writing {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.boxs .operate .oper {
  width: 90%;
  display: flex;
  margin-left: 5%;
  background-color: #fff;
  margin-bottom: 2%;
}
.boxs .operate .oper img {
  width: 35%;
  height: 350px;
  margin: 5% 2% 2% 2%;
}
.boxs .operate .oper .decipher {
  font-size: 16px;
  margin: 5%;
}
.boxs .operate .oper .decipher .deci {
  line-height: 40px;
  margin-top: 10px;
}
.boxs .operate .oper .decipher .decis {
  line-height: 40px;
  margin-top: 10px;
}
.boxs .operate .opers {
  width: 90%;
  display: flex;
  justify-content: space-around;
  margin-left: 5%;
  background-color: #fff;
  margin-bottom: 2%;
}
.boxs .operate .opers img {
  margin: 2%;
}
