body {
  margin: 0;
  height: 100vh;
  background-color: #eee;
  font-family: "Source Han Sans", sans-serif;
}
.flex {
  display: flex;
}
/* *{
            border: 1px solid black;
        } */
/* .shadow{
            box-shadow: rgb(0 0 0 / 20%) 0px 2px 1px -1px,
                rgb(0 0 0 / 14%) 0px 1px 1px 0px ,rgb(0 0 0 / 12%) 0px 1px 3px 0px;
        } */
.baiSe {
  background-color: white;
}
.flex1 {
  flex: 1;
}
.colum {
  flex-direction: column;
}
.mg8 {
  margin: 8px;
}
.mgr8 {
  margin-right: 8px;
}
.mgt8 {
  margin-top: 8px;
}
.daoHang {
  padding: 10px 20px;
  /* border-bottom: 1px solid rgb(190,190,190); */
  font-size: 14px;
  color: #ffffff;
  margin: 3px;
  border-radius: 5px;
}
.diamond {
  text-align: center;
  line-height: 100px;
  color: #eee;
}
.nwes {
  height: 160px;
  display: flex;
  align-items: center;
}
.image {
  height: 90%;
  padding: 2%;
}
.website {
  text-decoration: none;
  color: rgb(0, 0, 0);
  margin: 10px;
}
