@charset "utf-8";
/* CSS Document */
body {
  background: rgba(255, 255, 255, 1);
}
.head {
  width: 7.5rem;
  height: 0.8rem;
  opacity: 1;
  background: rgba(232, 43, 47, 1);
  font-size: 0.36rem;
  font-weight: 700;
  text-align: center;
  vertical-align: top;
  color: #fff;
  line-height: 0.8rem;
}
.main {
  margin-top: 0.5rem;
}
.main .top {
  display: flex;
  align-items: center;
  margin-left: 0.32rem;
  margin-bottom: 0.34rem;
}
.main .top img {
  width: 0.36rem;
  height: 0.36rem;
  opacity: 1;
  margin-right: 0.08rem;
}
.main .top p {
  font-size: 0.32rem;
  font-weight: 700;
  line-height: 0.32rem;
  color: rgba(51, 51, 51, 1);
}
.main .selet {
  display: flex;
  padding: 0 0.32rem;
  justify-content: space-around;
}
.main select {
  width: 2.46rem;
  height: 0.8rem;
  border-radius: 0.08rem;
  background: rgba(248, 248, 248, 1);
  border: 0.01rem solid rgba(219, 219, 219, 1);
  padding-left: 0.2rem;
}
.main .seletr {
  width: 4.24rem;
  height: 0.8rem;
  border-radius: 0.08rem;
  background: rgba(248, 248, 248, 1);
  border: 0.01rem solid rgba(219, 219, 219, 1);
  display: flex;
  align-items: center;
}

.main .seletr .input {
  border: 0;
  height: 0.8rem;
  font-size: 0.3rem;
  width: 3rem;
  padding-left: 0.24rem;
}
.but {
  width: 6.86rem;
  height: 0.8rem;
  opacity: 1;
  border-radius: 0.08rem;
  background: rgba(232, 43, 47, 1);
  border: 0;
  margin: 0 auto;
  text-align: center;
  line-height: 0.8rem;
  margin: 0.16rem auto 0.32rem;
}
.but a {
  font-size: 0.28rem;
  font-weight: 700;
  letter-spacing: 0rem;
  line-height: 0.28rem;
  color: rgba(255, 255, 255, 1);
}

.one ul {
  width: 6.86rem;
  height: 0.72rem;
  opacity: 1;
  border-radius: 4.32rem;
  background: rgba(242, 242, 242, 1);
  box-shadow: inset 0rem 0.04rem 0.16rem rgba(0, 0, 0, 0.06);
  display: flex;
  margin: 0 auto 0.24rem;
}
.one ul li {
  width: 2.28rem;
  height: 0.72rem;
  opacity: 1;
  border-radius: 2rem;
  font-size: 0.28rem;
  font-weight: 700;
  letter-spacing: 0rem;
  line-height: 0.28rem;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 0.72rem;
  margin: 0 auto;
}
.one ul li.active {
  border-radius: 2rem;
  background: rgba(255, 255, 255, 1);
  border: 0.01rem solid rgba(232, 43, 47, 1);
  color: rgba(232, 43, 47, 1);
}
.two {
  width: 7.4rem;
  margin: 0 auto;
}
.two ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  height: 2.5rem;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
  margin: 0 auto;
}
.two ul.dian {
  height: 100%;
  transition: transform 0.5s;
 /* max-height: 6.25rem;*/
}
.two ul li.active1 {
  opacity: 1;
  border-radius: 0.08rem;
  background: rgba(255, 242, 242, 1);
  font-size: 0.3rem;
  letter-spacing: 0rem;
  color: rgba(232, 43, 47, 1);
  text-align: center;
}
.click.time img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transition: transform 1s;
}
.two ul li {
  width: 1.4rem;
  height: 0.8rem;
  opacity: 1;
  border-radius: 0.08rem;
  background: rgba(248, 248, 248, 1);
  text-align: center;
  line-height: 0.4rem;
  margin: 0.22rem;
  word-wrap: break-word;
  font-size: 0.3rem;
  padding: 0.24rem 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.three,
.four,
.five {
  width: 7.4rem;
  opacity: 1;
  border-radius: 0.08rem;
  background: rgba(248, 248, 248, 1);
  margin: 0.48rem auto;
}

.three .top,
.four .top,
.five .top {
  font-size: 0.28rem;
  font-weight: 700;
  color: rgba(51, 51, 51, 1);
  position: relative;
  margin-left: 0.28rem;
  margin-bottom: 0.24rem;
}
.three .top::before,
.four .top::before,
.five .top::before {
  content: "";
  position: absolute;
  left: -0.28rem;
  width: 0.08rem;
  height: 0.4rem;
  opacity: 1;
  background: rgba(232, 43, 47, 1);
}
.three .text,
.four .text,
.five .text {
  font-size: 0.24rem;
  color: rgba(232, 43, 47, 1);
  margin-left: 0.24rem;
  margin-top: 0.4rem;
  margin-bottom: 0.24rem;
}
.three ul,
.four ul,
.five ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.three ul li,
.four ul li,
.five ul li {
  width: 2.2rem;
  height: 0.8rem;
  opacity: 1;
  border-radius: 0.08rem;
  background: rgba(255, 255, 255, 1);
  text-align: center;
  margin: 0.13rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.three ul li a,
.four ul li a,
.five ul li a {
  font-size: 0.24rem;
  text-align: center;
  color: rgba(51, 51, 51, 1);
}
.click {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.click img {
  width: 0.24rem;
  height: 0.1rem;
  opacity: 1;
}
.click p {
  font-size: 0.24rem;
  color: rgba(23, 111, 235, 1);
  text-align: center;
  vertical-align: top;
}
.selet select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../images/xiala.png") no-repeat scroll right center
    transparent;
  font-size: 0.24rem;
  line-height: 0.28rem;
  color: rgba(102, 102, 102, 1);
}
.selet select::-ms-expand {
  display: none;
}

/* 控制小图标的位置 */
.selet select {
  background-position-x: 2rem;
}
.selet select option {
  font-size: 0.28rem;
  font-weight: 700;
  letter-spacing: 0px;
  color: rgba(51, 51, 51, 1);
}
