.main-menu > .content .option {
    cursor: pointer;
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #fff4de60;
    width: 280px;
    height: 150px;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    margin-left: 10px;}
/*
.main-menuh > .contenth .optionh {
  cursor: pointer;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #fff4de60;
  width: 1120px;
  height: 150px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  margin-left: 10px;
  background: #fff url(../img/zjsd_bg.jpg) no-repeat;
  background-size: cover;
}
*/

