/*body {
  margin: 0;
  font-family: helvetica;
}*/
/*
.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("https://devartiral.com/codepen/debian-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  height: 40px;
  width: 100vw;
  background-color: #334;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 8px;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.5);
  z-index: 10;
}
header .logo img {
  height: 32px;
  width: 32px;
}
header .profile {
  transform: translatex(-20px);
}
header .profile label {
  display: block;
  cursor: pointer;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: dodgerblue;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-menu {
  position: fixed;
  top: 40px;
  left: 0;
  transform: translateY(-100%);
  background-color: #334;
  height: calc(100vh - 40px);
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}*/






.main-menu.show {
  transform: translateY(0px);
}

.main-menu > .content {
  /*width: 1135px;*/
  /*background-color: #fff4de60;*/
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  /*padding: 32px;*/
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.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: 350px;
  height: 150px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  margin-left: 10px;
}
.main-menu > .content .option svg {
  height: 55px;
  width: 55px;
}
.main-menu > .content .option label {
  margin-top: 10px;
}
.main-menu > .content .option:hover {
  background-color: #ffffff90;
}









.main-menuh.showh {
  transform: translateY(0px);
}

.main-menuh > .contenth {
  /*width: 1135px;*/
  /*background-color: #fff4de60;*/
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  /*padding: 32px;*/
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;



}
.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: 860px;
  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;*/

  background-image: url(../img/zjsd_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;


}


.main-menuh > .contenth .optionh svg {
  height: 55px;
  width: 55px;
}
.main-menuh > .contenth .optionh label {
  margin-top: 10px;
}
.main-menuh > .contenth .optionh:hover {
  background-color: #ffffff90;
}


.main .link-wrapper {
    display: flex;
    align-items: center;
    gap: 0 20px;
}
.main .link-wrapper .logo {
    width: 417.5px;
    height: 100px;
}
.main .link-wrapper .move {
    width: 50px;
    height: 42px;
}
