* {
  margin: 0;
  padding: 0;
}

body,p,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd{
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "Microsoft Yahei",sans-serif;
 /* color: #ccc; */
  list-style: none;
  cursor: default;
}
html,body{
  width: 100%;
  height: 100%;
}

body {
  padding-bottom: 30px;
}

.header {
  transform: all 1s;
}

.scene-produce {
  height: 100vh;
  background-color: #fff
}

.scene-wrap {
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.scene-produce-content {
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  text-align: center;
}

.scene-produce-logo {
  width: 147px;
  height: 64px;
}

.scene-produce-buttonlist {
  display: flex;
  margin-top: 0.5rem;
  justify-content: center;
}

.scene-button {
  display: flex;
  height: 40px;
  min-width: 139px;
  padding: 9px 16px;
  margin-right: 8px;
  margin-left: 8px;
  font-size: 14px;
  border: 2px solid #fff;
  border-radius: 100px;
  margin-right: 16px;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  cursor: pointer;
  color:#ccc;
}

.scene-produce .scene-button:last-child {
  border: none;
  color: #000;
  background-color: #fff;
}

.scene-produce .scene-button:last-child:hover {
  background-color: #191919;
  color: #fff;
}

.scene-produce .scene-button:hover {
  background-color: hsla(0,0%,100%,.26)
}