/* resetcss */
.layout-2021 * {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  outline: none;
  border: none;
}
.layout-2021 .container {
  width: 1280px;
  margin: 0 auto;
}
/* 页脚 */
.layout-2021 .footer {
  height: 280px;

  background: #ffecea;

  background: -moz-linear-gradient(top, #ffecea 0%, #ffdedc 100%);

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffecea), color-stop(100%, #ffdedc));

  background: -webkit-linear-gradient(top, #ffecea 0%, #ffdedc 100%);

  background: -o-linear-gradient(top, #ffecea 0%, #ffdedc 100%);

  background: -ms-linear-gradient(top, #ffecea 0%, #ffdedc 100%);

  background: linear-gradient(to bottom, #ffecea 0%, #ffdedc 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffecea', endColorstr='#ffdedc', GradientType=0);

  margin-top: 26px;
}

/* .footer{filter:none;} */
.layout-2021 h2,
.layout-2021 h3 {
  font-weight: 400;
}

.layout-2021 .footer-wrapper {
  padding-top: 30px;
  height: 50px;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
}

.layout-2021 .footer-wrapper a {
  color: #666666;
}

.layout-2021 .red {
  margin-left: 11px;
  float: left;
}

.layout-2021 .info {
  float: left;
  padding-top: 13px;
  margin-left: 7px;
}

.layout-2021 .info>p {
  margin-bottom: 7px;
}

.layout-2021 .info>p img {
  vertical-align: sub;
}

.layout-2021 .footer .info>p:first-child {
  margin-bottom: 16px;
}

.layout-2021 .qrcode {
  float: left;
  height: 112px;
  width: 112px;
  margin-left: 251px;
  padding-top: 38px;
  text-align: center;
}

.layout-2021 .friend-link {
  float: right;
  padding-top: 13px;
  margin-right: 21px;
}

.layout-2021 .friend-link>p {
  margin-bottom: 26px;
}

.layout-2021 .first-class>li {
  width: 300px;
  height: 46px;
  background: #fff;
  border-radius: 25px;
  margin-bottom: 10px;
  /* overflow: hidden; */
  line-height: 46px;
  padding-left: 33px;
  cursor: pointer;
  position: relative;
  z-index: 999;
}

.layout-2021 .first-class {
  position: relative;
}

.layout-2021 .first-class>li>img {
  margin-left: 143px;
}

.layout-2021 .first-class ul {
  position: absolute;
  left: 0;
  bottom: 80%;
  width: 100%;
  background: #fff;
  z-index: 999;
  max-height: 0;
  overflow: hidden;
  box-shadow: 0 -2px 2px 0px rgba(0, 0, 0, 0.2);
  /* transition: all 1s; */
  border-radius: 25px 25px 0 0;
}

.layout-2021 .first-class ul>li {
  cursor: pointer;
  height: 25px;
  line-height: 25px;
}
/* 配合菜单展开动画 */
.layout-2021 .first-class>li{
  /* transition: all 1s; */
}

.layout-2021 .first-class>li:hover {
  border-radius: 0 0 25px 25px;
}

.layout-2021 .first-class>li:hover>ul {
  bottom: 100%;
  max-height: 1000px;
  /* transition: max-height 0.25s ease-in-out; */
}

.layout-2021 .first-class>li>img {
  transition: 0.2s all;
}

.layout-2021 .first-class>li:hover>img {
  transform: rotate(180deg);
  transition: 0.2s all;
}

.layout-2021 .friend-link a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-left: 33px;
}

.layout-2021 .friend-link a:hover {
  background: #f3e8e7;
}