/**/
.homepage {
  font-size: 0.16rem;
  overflow: hidden;
}
.banner > img {
  width: 100%;
}
.banner {
  position: relative;
  font-size: 0.16rem;
}
.banner .bd {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding-bottom: 0.5rem;
  left: 0;
}
.banner .bd .box {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 0.2rem;
  color: #fff;
  line-height: 0.26rem;
  padding: 0.2rem 0.3rem;
  margin-bottom: 0.5rem;
  max-width: 9.77rem;
}
.tab {
  font-size: 0.2rem;
  background: #fff;
  position: sticky;
  padding: 0.23rem 0;
  top: 0.56rem;
  z-index: 99;
  width: 100%;
}
.tab li {
  height: 0.34rem;
  margin-right: 0.7rem;
  position: relative;
}
.tab li.on {
  font-weight: bold;
  border-bottom: 2px solid #f10808;
}
.homepage .title {
  font-size: 0.48rem;
  line-height: 0.8rem;
}
.homepage .title::after {
  content: "";
  display: block;
  width: 0.7rem;
  margin-top: 0.2rem;
  height: 0.06rem;
  background: #f10808;
}
.homepage .a {
  background: #f4f6fa;
  padding: 1.8rem 0;
  font-size: 0.2rem;
  line-height: 0.32rem;
  position: relative;
}
.homepage .a .pic {
  position: absolute;
  bottom: -2.44rem;
  right: -2.15rem;
}
.homepage .a li {
  margin-top: 1.1rem;
  display: flex;
  align-items: center;
}
.homepage .a li dt {
  font-size: 0.28rem;
  margin-bottom: 0.15rem;
  font-weight: bold;
}
.homepage .a li .img {
  width: 1.26rem;
  text-align: center;
  margin-right: 0.3rem;
}
.homepage .b {
  padding: 1.8rem 0;
  position: relative;
}
.homepage .b .bd {
  display: flex;
  font-size: 0.2rem;
  margin-top: 0.4rem;
  line-height: 0.55rem;
}
.homepage .b .bd dt {
  color: #f10808;
  font-size: 0.3rem;
  font-weight: bold;
}
.homepage .b .bd dd {
  margin-top: 0.2rem;
}
.homepage .b .bd li {
  padding: 0.4rem 0;
  border-bottom: 1px solid #dae0eb;
}
.homepage .b .bd li:last-child {
  border: none;
}
.homepage .b .bd .side {
  margin-left: 2.6rem;
}
.homepage .c {
  background: #f4f6fa;
  padding: 1.8rem 0;
  position: relative;
}
.homepage .c .hd {
  font-size: 0.22rem;
  line-height: 0.35rem;
  margin-top: 0.8rem;
}
.homepage .c .bd {
  font-size: 0.24rem;
}
.homepage .c .bd li {
  margin-top: 0.7rem;
}
.homepage .c .bd li dt {
  font-size: 1.28rem;
  color: #f10808;
  line-height: 2.05rem;
}
.homepage .c .pic {
  position: absolute;
  width: 2.58rem;
  bottom: 1.1rem;
  right: 6vw;
}
.homepage .d {
  padding-top: 1.8rem;
}
.homepage .d .bd {
  margin-top: 0.5rem;
  position: relative;
}
.homepage .d .bd > img {
  width: 100%;
}
.homepage .d .bd .box {
  position: absolute;
  left: 0;
  font-size: 0.2rem;
  bottom: 0;
  width: 100%;
  padding-bottom: 1.35rem;
  text-align: center;
}
.homepage .d .bd .box p {
  display: flex;
  margin-top: 0.6rem;
  justify-content: center;
}
.homepage .d .bd .box a {
  width: 2.8rem;
  height: 0.64rem;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1e1c1c;
  color: #fff;
  position: relative;
}

.homepage .d .bd .box a span {
  color: #333;
  background: #fff;
  position: fixed;
  top: 50%;
  white-space: nowrap;
  border-radius: 0.1rem;
  padding: 0.15rem;
  display: none;
  left: 50%;
  transform: translate(-50%, -50%);
}

.homepage .d .bd .box a + a {
  margin-left: 0.89rem;
}
.mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
.dialog {
  width: 8rem;
  z-index: 100;
  border-radius: 0.1rem;
  background: #fff;
  max-width: 95%;
  position: fixed;
  left: 50%;
  display: none;
  font-size: 0.16rem;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0.5rem;
}
.dialog1 {
  width: auto;
  display: none;
  white-space: nowrap;
  font-size: 0.36rem;
  padding: 0.3rem 1rem 0.3rem 0.3rem;
}
.dialog .btn {
  width: 2rem;
  height: 0.5rem;
  font-size: 0.18rem;
  margin: 0.4rem auto 0;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1e1c1c;
  color: #fff;
}
.dialog .title {
  text-align: center;
  font-weight: bold;
  font-size: 0.22rem;
  padding-bottom: 0.3rem;
}
.dialog .close {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  width: 0.4rem;
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.2rem;
  cursor: pointer;
  line-height: 0.3rem;
  border-radius: 50%;
  border: 1px solid #ddd;
}
.dialog .input {
  width: 100%;
  height: 0.5rem;
  border-radius: 0.1rem;
  font-size: 0.16rem;
  padding: 0 0.2rem;
  border: 1px solid #ddd;
}
.dialog .flex_item + .flex_item {
  padding-left: 0.2rem;
}
.dialog textarea {
  width: 100%;
  margin-top: 0.2rem;
  border-radius: 0.1rem;
  font-size: 0.16rem;
  padding: 0.2rem;
  resize: none;
  font-family: inherit;
  height: 1rem;
  border: 1px solid #ddd;
}
.dialog li {
  margin-bottom: 0.2rem;
}
