#box {
  position: relative;
  background: url('../img/yzsrk.png') no-repeat;
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
}
#box .logo {
  padding: 16px;
}
#box .main {
  background: #fff;
  width: 500px;
  border-radius: 20px;
  box-shadow: 0px 0px 9px 0px rgba(51, 28, 0, 0.25);
}
#box .main .line1 {
  color: #333;
  font-size: 28px;
  padding: 50px 0;
  text-align: center;
}
#box .main .line2 {
  color: #26A042;
  margin: 0 70px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 25px;
  cursor: pointer;
}
#box .main .line2 img {
  margin-right: 5px;
}
#box .main .bottomImg {
  height: 160px;
}
#box .main .bottomImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
}
#box .notes {
  width: 100%;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 20px;
}
#box .el-dialog {
  border-radius: 10px;
}
#box .el-dialog__title {
  font-weight: bold;
  font-size: 24px;
}
#box .el-dialog__headerbtn:focus .el-dialog__close,
#box .el-dialog__headerbtn:hover .el-dialog__close {
  color: #26A042;
}
#box .el-dialog__footer {
  padding: 0 0 30px 0;
}
