@charset "utf-8";
/* 初始化 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font: 12px/1.5 "Microsoft YaHei", "宋体", Tahoma, Arial, sans-serif;
  color: #555;
  background-color: #f7f7f7;
}
/* 去除边框 */
input,
button,
textarea {
  border: none;
  /* 去除选中的轮廓线 */
  outline: none;
}
/* 禁止表单域缩放 */
textarea {
  resize: none;
}
a {
  text-decoration: none;
  color: #333;
  /* 取消链接高亮(移动端)  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
  /* 图片自适应 */
  width: 100%;
  /* 解决图片底部留白问题 */
  display: block;
}
ul,
ol {
  list-style: none;
}
/* 把所有的标题的样式全部重置了 */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
}
/* 废物利用 */
em,
i {
  font-style: normal;
}
/* 提供了一些公共类 */
/* 清除浮动 => 双伪清除浮动 */
/* 单行溢出 */
/* 多行溢出 */
.active {
  font-size: 0.32rem /* 16/50 */ !important;
  color: #2C2C2C !important;
  font-family: PingFangSC-Medium, PingFang SC !important;
  font-weight: 500 !important;
}
.active::after {
  content: '';
  position: absolute;
  bottom: 0.1rem /* 5/50 */;
  left: 50%;
  transform: translateX(-50%);
  width: 0.29rem /* 14.5/50 */;
  height: 0.06rem /* 3/50 */;
  background-color: #1462F4;
  border-radius: 0.04rem /* 2/50 */;
}
.selected {
  border-left: 0.06rem /* 3/50 */ solid #1462F4;
  background-color: #fff;
  font-family: PingFangSC-Medium, PingFang SC !important;
  font-weight: 500 !important;
  color: #1462F4 !important;
}
.choosed {
  background-color: #1461F3 !important;
  color: #FFFFFF !important;
}
.head {
  width: 7.5rem;
  /* 375/50 */
  /* 375/100 */
  height: 0.88rem /* 44/50 */;
  position: relative;
  background-color: #fff;
}
.head img {
  width: 0.4rem /* 20/50 */;
  height: 0.4rem /* 20/50 */;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.3rem /* 15/50 */;
}
.head p {
  font-size: 0.32rem /* 16/50 */;
  line-height: 0.88rem /* 44/50 */;
  text-align: center;
  color: #2C2C2C;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}
.head .more {
  width: 0.4rem /* 20/50 */;
  height: 0.4rem /* 20/50 */;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6.8rem /* 340/50 */;
}

.popup {
  display: block;
  width: 7.5rem /* 375/50 */;
  height: 3.84rem /* 192/50 */;
  background: #FFFFFF;
  border-radius: 0.24rem /* 12/50 */ 0.24rem /* 12/50 */ 0px 0px;
  position: fixed;
  bottom: -3.84rem;
  z-index: 100;
}
.popup .title {
  width: 7.5rem /* 375/50 */;
  height: 0.96rem /* 48/50 */;
  padding-left: 0.3rem /* 15/50 */;
  position: relative;
  border-bottom: solid #ECECEC 0.02rem /* 1/50 */;
}
.popup .title span {
  font-size: 0.32rem /* 16/50 */;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #2C2C2C;
  line-height: 0.96rem /* 48/50 */;
}
.popup .title img {
  width: 0.4rem /* 20/50 */;
  height: 0.4rem /* 20/50 */;
  left: 6.88rem /* 344/50 */;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.popup .content {
  width: 7.5rem /* 375/50 */;
  height: 2.88rem /* 144/50 */;
  padding: 0.4rem /* 20/50 */ 0.3rem /* 15/50 */;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.popup .content button {
  width: 1.5rem /* 75/50 */;
  height: 0.64rem /* 32/50 */;
  margin-bottom: 0.2rem /* 10/50 */;
  border-radius: 0.08rem /* 4/50 */;
  font-size: 0.24rem /* 12/50 */;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2C2C2C;
  background-color: #F5F8FE;
  line-height: 0.64rem /* 32/50 */;
  text-align: center;
  margin-right: 0.22rem;
}
.mask {
  width: 7.5rem /* 375/50 */;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 99;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.loadingMask {
  width: 7.5rem /* 375/50 */;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 99;
  position: absolute;
  left: 0;
  top: 0;
}
.loadingMask .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.64rem /* 32/50 */;
  height: 0.64rem /* 32/50 */;
}
.transitionUp {
  transform: translateY(-100%);
  transition: all 500ms ease;
}
.transitionDown {
  transform: translateY(100%);
  transition: all 500ms ease;
}

body{
  height: 100vh;
  width: 100vw;
}
.box{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.tab{
  height: 1rem;
  width: 100%;
}
.content_box{
  flex: 1;
}

.tab{
  display: flex;
  flex-direction: row;
}
.tabUl{
  flex: 1;
  overflow: auto;
  display: flex;
  flex-direction: row;
  height: 1rem;
  align-items: center;
  white-space: nowrap;
  margin: 0 0.3rem;
}
.tabUl li{
  font-size: 0.28rem /* 14/50 */;
  height: 1rem;
  line-height: 1rem;
  margin: 0 0.2rem /* 10/50 */;
  position: relative;
  color: #9A9A9A;
  float: left;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
}
#show{
  width: 0.48rem /* 24/50 */;
  height: 0.48rem /* 24/50 */;
  margin: 0.25rem;
}
.content_box{
  display: flex;
  overflow: auto;
}

.side {
  width: 2rem;
  height: 100%;
  overflow-y: scroll;
}
 .side ul {
  width: 100%;
}
 .side ul li {
  width: 100%;
  font-size: 0.28rem /* 14/50 */;
  text-align: center;
  line-height: 0.28rem /* 62/50 */;
  padding: 0.48rem 0;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #9A9A9A;
}
 .content {

  width: 5.5rem /* 275/50 */;
  height: 100% /* 600/50 */;
  background-color: #fff;
  padding-top: 0.2rem /* 10/50 */;
}
 .content li {
  width: 5.5rem /* 275/50 */;
  padding: 0.24rem /* 12/50 */ 0.48rem /* 24/50 */;
  font-size: 0.28rem /* 14/50 */;
}
 .content li .title {
  color: #2C2C2C;
  line-height: 0.42rem /* 21/50 */;
  margin-bottom: 0.08rem /* 4/50 */;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}
 .content li .explain {
  line-height: 0.42rem /* 21/50 */;
  color: #505050;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
}
