p,
span {
  -webkit-text-size-adjust: none;
}

* {
  touch-action: pan-y;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(250, 250, 250, 0);
  /* color: rgba(56, 140, 255, 1) !important; */
}

/* 垂直居中 */
.flex_center {
  display: flex;
  align-items: center;
}

html,
body {
  -webkit-text-size-adjust: none;
}

li {
  list-style: none;
}

.more_icon {
  width: 0.1rem;
  height: 0.11rem;
}

.each_hr {
  width: 3.51rem;
  height: 0.01rem;
  background: #e6e6e6;
  margin: 0 auto;
}

html {
  font-size: 26.666666vw;
}



html body {
  margin: 0;
  background-color: #f3f6fb;
  font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Arial", "微软雅黑";
}

html body .nav {
  width: 100%;
  height: 0.5rem;
  background: #0057ff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  z-index: 88;
}

html body .nav .mune_icon {
  margin-left: 0.12rem;
  width: 0.3rem;
  height: 0.3rem;
}

html body .nav .mune_close {
  display: none;
}

html body .nav a {
  font-size: 0rem;
  line-height: 0rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

html body .nav .logo {
  width: 0.84rem;
  height: 0.20rem;
  margin: 0;
}

html body .nav .fa-bars {
  display: inline-block;
  width: 0.12rem;
  font-size: 0.2rem;
  height: 0.2rem;
  color: white;
  margin-left: 0.1rem;
}

html body .nav img {
  width: 0.30rem;
  height: 0.30rem;
  margin-right: 0.1rem;
}

html body .title {
  border-left: 0.02rem solid #0057ff;
  font-size: 0.17rem;
  font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Arial", "微软雅黑";
  font-weight: 400;
  color: #333333;
  height: 0.17rem;
  padding-left: 0.05rem;
  line-height: 0.17rem;
  margin-left: 0.15rem;
  margin-top: 0.3rem;
  margin-bottom: 0.16rem;
}

html body main {
  padding-top: 0.5rem;
  position: relative;
  transition: all 0.3s;
  z-index: 2;
}

main {
  padding-top: 0.5rem !important;
}

/* 下拉刷新 上拉加载 */
.refreshText {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  line-height: 50px;
  text-align: center;
  left: 0;
  top: 0;
  font-size: 0.16rem;
  background-color: #f3f6fb;
  color: #000;
}

.bot_refreshText {
  margin: 0;
  text-align: center;
  font-size: 0.16rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: #f3f6fb;
  color: #000;
}

/* 页面选择 */
.section_list {
  position: relative;
  z-index: 5;
  height: 0.45rem;
  background: rgba(255, 255, 255, 1);
  border-bottom: 0.01rem solid #E6E6E6;
}

.section_list_fixed {
  position: fixed;
  top: 0.5rem;
  width: 100%;
  z-index: 10;
}

.section_list ul {
  font-size: 0;
  padding: 0;
  margin: 0;
  height: 100%;
  text-align: center;
  position: relative;
}

.section_list ul li {
  display: inline-block;
  margin: 0 0.25rem;
  font-size: 0.14rem;
  line-height: 0.14rem;
  font-weight: 400;
  padding-top: 0.16rem;

  color: #999999;
}

.section_list_active {
  color: rgba(48, 48, 48, 1) !important;
}

/*下滑块*/
#bottomline_1 {
  position: absolute;
  /* width: 0.28rem; */
  height: 0.02rem;
  background-color: #388CFF;
  padding: 0;
  margin: 0;
  bottom: -0.01rem;
  transition: all 0.3s;
}

/* 确认删除 */
.remove_div {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 90;
  top: 0;
}

.remove_window {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.6rem;
  height: 1.5rem;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 7px 0px rgba(1, 7, 27, 0.24);
  border-radius: 4px;
}

.remove_window p {
  text-align: center;
  padding: 0.5rem 0 0.4rem;
  font-size: 0.14rem;
  line-height: 0.14rem;
  font-weight: 400;
  color: rgba(48, 48, 48, 1);
}

.remove_but {
  display: flex;
  width: 100%;
  height: 0.45rem;

  border-radius: 4px;
}

.remove_but button {
  width: 50%;
  height: 0.45rem;
  outline: none;
  background: rgba(255, 255, 255, 1);
  border: 0.01rem solid rgba(238, 238, 238, 1);

  font-size: 0.14rem;
  line-height: 0.14rem;
  font-weight: 400;
  color: rgba(48, 48, 48, 1);
}

.remove_cancel {
  border-right: 0px !important;
}

/* 展开导航 */
.nav_open {
  z-index: 10;
  transform: translateX(1.88rem)
}

.nav_list {
  z-index: 100;
  position: fixed;
  top: 0.5rem;
  left: -1.88rem;
  width: 1.88rem;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  transition: all 0.3s;
}

.nav_list_open {
  left: 0rem;
}

.nav_list ul {
  margin: 0;
  padding: 0;
  margin-top: 0.2rem;
}

.nav_list ul li {

  padding: 0rem 0.21rem;
  height: 0.6rem;
  border-bottom: 1px solid rgba(245, 245, 245, 1);

}

.nav_list ul li {
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 0.16rem;
  line-height: 0.16rem;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);

}

.nav_list ul li img {
  width: 0.16rem;
  margin-right: 0.1rem;
  transform: translateY(0.01rem)
}

.nav_li_active {
  background: rgba(250, 250, 250, 1);
  border: 0 !important;
  color: rgba(56, 140, 255, 1) !important;
}



/* 展开导航  end*/
/* 蒙板 */
.mask {
  display: none;
  position: fixed;
  top: 0rem;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}

html body footer {
  margin-top: 15px;
  width: 100%;
  background: #282828;
  overflow: hidden;
}

html body footer .footer_logo {
  height: 0.18rem;
  font-size: 0;
  margin-left: 0.12rem;
  margin-top: 0.23rem;
}

html body footer .footer_logo img {
  width: 0.75rem;
  height: 0.18rem;

}

html body footer .footer_hr {
  border-bottom: 1px solid #4d4d4d;
  margin-top: 0.15rem;
}

html body footer .ullist {
  margin-top: 0.25rem;
}

html body footer .ullist .footer_link {
  overflow: hidden;
  flex-wrap: wrap;
  display: flex;

  margin-bottom: 0.3rem;
}

html body footer .ullist .footer_link ul {
  margin-left: 0.24rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

html body footer .ullist .footer_link ul:first-child {
  margin-left: 0.25rem;
}

html body footer .ullist .footer_link ul li {
  margin-bottom: 0.1rem;
  font-size: 0;
}

html body footer .ullist .footer_link ul li:first-child a {
  font-size: 0.12rem;
  font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Arial", "微软雅黑";
  font-weight: 400;
  color: #888888;
  transform: none;
  margin-bottom: 0.19rem;
}

html body footer .ullist .footer_link ul li a {
  font-size: 0.1rem;
  font-family: MicrosoftYaHeiLight;
  font-weight: 300;
  color: #666666;
  transform: scale(0.9);
}

html body footer .friend_link {
  margin-left: 0.3rem;
}

html body footer .friend_link ul {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

html body footer .friend_link ul li {
  font-size: 0.12rem;
  font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Arial", "微软雅黑";
  font-weight: 400;
  color: #999999;
  margin-right: 0.15rem;
}

html body footer .friend_link ul li a {
  font-size: 0.12rem;
  font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Arial", "微软雅黑";
  font-weight: 400;
  color: #888888;
}

html body footer .footer_bottom_hr {
  margin: 0.2rem auto 0 auto;
  width: 3.51rem;
  height: 0.01rem;
  background: #4d4d4d;
}

html body footer .footer_bottom {
  margin-top: 0.18rem;
  margin-bottom: 0.18rem;
}

html body footer .footer_bottom p {
  margin-bottom: 0;
  text-align: center;
  font-size: 0.09rem;
  font-family: MicrosoftYaHeiLight;
  font-weight: 300;
  color: #666666;
}


/* 插件 下滑选择 */

/* 头部 */
.picker .picker-panel .picker-choose {
  border-bottom: 1px solid rgba(238, 238, 238, 1);
}

.picker-title {
  margin: 0;
  display: none;
}


/* 隐藏取消按钮 */
.cancel {
  display: none;
}

/* 完成按钮 */
.picker .picker-panel .picker-choose .confirm {
  color: #388CFF !important;
}

/* 滑动字体大小 */
.picker .picker-panel .wheel-wrapper .wheel .wheel-scroll .wheel-item {
  font-size: 0.14rem;
}

/* 遮罩层 */
.picker .picker-panel .picker-content .mask-top {
  border-bottom: 0.01rem solid rgba(238, 238, 238, 1);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.8)));
}

.picker .picker-panel .picker-content .mask-bottom {
  border-top: 0.01rem solid rgba(238, 238, 238, 1);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.8)));
}

/* 提醒弹窗 */
.reminder_window {
  display: none;
  position: fixed;
  z-index: 10;
  padding: 0 0.2rem;
  top: 0.8rem;
  left: 50%;
  transform: translateX(-50%);
  min-width: 2.55rem;
  height: 0.4rem;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0rem 0.01rem 0.08rem 0.01rem rgba(4, 49, 136, 0.05);
  border-radius: 0.17rem;

  font-size: 0.12rem;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 0.4rem;
  text-align: center;
}

.reminder_img {
  width: 0.18rem;
  margin-right: 0.09rem;
}