/*banner*/
body {
  background: linear-gradient(to left, #F29B56, #F4A057, #ED8136);
}

.msbb_banner {
  width: 100%;
  position: relative;
}

.msbb_banner1 {
  width: 100%;
}

.flzx_btn {
  position: fixed;
  right: 0%;
  top: 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, 0.425);
  border-radius: 5px 0 0 5px;
  overflow: hidden;
}

.flzx_btn span {
  width: 100%;
  background-color: #fff;
  display: none;
  cursor: pointer;
  padding: 5px 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flzx_btn span:hover {
  color: #c61a0f;
}



.flzx_btn img {
  width: 30px;
  cursor: pointer;
}

.layui-form-item>span {
  font-size: 30px;
  width: 100px;
}

.main {
  width: 800px;
  height: 600px;
  padding: 32px;
  color: #fff;

}

.bottom {
  margin-top: 50px;
}

@media screen and (max-width:600px) {
  .layui-input-block {
    margin-left: 0px !important;
  }

  .layui-form-label {
    text-align: left;
  }

  .flzx_btn {
    width: 35px;
    padding: 0;
    top: 30%;
  }

  .flzx_btn span {
    font-size: 8px;
  }

  .flzx_btn img {
    width: 25px;
    margin: 3px 0;
  }

  .main {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .layui-form-item>span {
    font-size: 25px;
  }

  .layui-form-item {
    width: 100%;
    margin-bottom: 15px !important;
  }

  .layui-textarea {
    height: 150px !important;
  }

  .layui-form {
    width: 95%;
  }

  .bottom {
    margin-top: 30px;
  }
}