* {
  padding: 0;
  margin: 0;
  resize: none;
  border: none;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  outline: none;
  --f5: #f5f5f5;
  --cl: #fff;
  --c3: #333;
  --c6: #666;
  --c9: #999;
  --c35: #C3C6C5;
  --e8: #8E8E8E;
  --bc: #000000;
  --bc1: #dce3eb;
  --bc2: #dce3eb;
  --bc3: #dce3eb;
  --bc4: #dce3eb;
  --rd: #FF0000;
  --ce: #eee;
  --cc: #ccc;
  --78: #787878;
  --f1: #f1f1f1;
  --8e: #989898;
  --bvv: #db6ed5;
  --bvv1: #c14cb8;
}
*::-webkit-scrollbar{
  display: none;
}
body {
  color: var(--c3);
  font-size: 0.8125rem;
  margin-top: 2.5rem;
  background-color: var(--f5);
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
a {
  display: block;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  /*color: aliceblue;*/
}
input {
  background-color: transparent;
}
.single {
  overflow: hidden;
  white-space: nowrap;
  text-overflow:ellipsis;
}
.multi {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
input[type=checkbox] {
  display: none;
}
.layui-icon {
  font-size: inherit;
}
.hide-top {
  margin-top: 0;
}
.btn {
  width: 90%;
  height: 2.375rem;
  border-radius: 2rem;
  color: var(--c3);
  display: flex;
  margin: 1rem auto;
  font-size: 1rem;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  background: linear-gradient(to right, var(--bc1), var(--bc1));
}
.bgc {
  background-color: #fff;
}
.btn1 {
  
  background:  var(--bvv);
  border: 1px solid var(--bvv);
  color: var(--bc1);
}

/* header */
.header {
  top: 0;
  width: 100%;
  height: 2.5rem;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  background-color: var(--cl);
  font-size: 0.9375rem;
}
.header i {
  height: 100%;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
}
.header p {
  padding: 0 .5rem;
  font-size: 0.625rem;
  position: absolute;
  right: 0;
}

/* carousel */
.swiper-container {
  height: 100%;
}
.carousel .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* notice */
.notice {
  height: 3.0625rem;
  display: flex;
  align-items: center;
  background-color: var(--cl);
  padding: 0 0.9375rem;
  font-size: 0.875rem;
}
.notice > img {
  width: 1.375rem;
  height: 1.375rem;
  margin-right: .5rem;
}
.notice-list {
  height: 100%;
  flex: 1;
}
.notice-list .swiper-slide {
  width: 100%;
  line-height: 3.0625rem;
  font-size: 0.75rem;
}

/* footer */
.footer {
  bottom: 0;
  width: 100%;
  display: flex;
  position: fixed;
  height: 2.75rem;
  font-size: 0.5625rem;
  align-items: center;
  background-color: var(--cl);
  color: var(--c9);
  z-index: 1;
  box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.06);
}
.footer li {
  flex: 1;
}
.footer li a {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footer img {
  width: 1.375rem;
  height: 1.375rem;
}
.footer .active {
  color: var(--bc);
}

/* model */
.model {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  display: none;
  z-index: 1;
  background-color: rgba(0, 0, 0, .4);
}

/* picker */
.picker {
  background-color: var(--cl);
  border-radius: 1rem 1rem 0 0;
  position: fixed;
  bottom: 0;
  width: 100%;
}
.picker-title {
  height: 2.625rem;
  padding: 0 0.8125rem;
  font-size: 0.8125rem;
  color: var(--c9);
  border-bottom: 1px solid var(--ce);
}
.picker-title span {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--c3);
}
.picker-title p:last-child {
  color: var(--bc);
}
.picker-news {
  height: 30vh;
  padding: 0.8125rem;
  display: flex;
  align-items: center;
}
.picker-list {
  width: 100%;
  color: var(--c9);
  height: 2.5625rem;
  overflow: initial;
  border-top: 1px solid var(--ce);
  border-bottom: 1px solid var(--ce);
}
.picker-list .swiper-slide-active {
  color: var(--c3);
}