@charset "UTF-8";
@font-face {
  font-family: 'DIN';
  src: url(../fonts/DIN-Medium.otf);
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #3d3e40;
}

input {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
}

* {
  -webkit-overflow-scrolling: touch;
}

body {
  font-size: 16px;
  font-family: 'Arial', 'Microsoft YaHei', '黑体', '宋体', sans-serif;
  word-break: break-all;
  word-wrap: break-word;
}

ul,
li,
dl,
dd,
dt,
p,
ol,
h1,
h2,
h3,
h4,
h5,
body {
  padding: 0;
  margin: 0;
}

ul li {
  list-style-type: none;
}

cite {
  font-style: normal;
}

.clearfix:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

i {
  font-style: normal;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.f-w {
  font-weight: bold;
}

.tk-container {
  padding: 0 0.43rem;
}

.wrapper {
  background-color: #f2f4f7;
  overflow: hidden;
  font-size: 16px;
}

.wrapper-space {
  padding-bottom: 0.85rem;
}

.color--green {
  color: #00b38a !important;
}

.color--red {
  color: #ff4d4d !important;
}

.color--blue {
  color: #0d9aff !important;
}

.color--main {
  color: #00b38a !important;
}

.background-gary {
  background-color: #f2f4f7;
}

.background-rank {
  background-color: #f7ebd2;
}

.background-class {
  background-color: #f7f8fa;
}

.top-header-space {
  margin-top: 0.64rem;
}

.circleChart-content {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

[data-toggle='collapse'] .collapse-arrow-icon {
  transition: 0.3s ease-out;
}

[data-toggle='collapse'][aria-expanded='true'] .collapse-arrow-icon {
  transform: rotate(180deg);
}

.block-action-sheet {
  z-index: 500;
  position: fixed;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.block-action-sheet-content {
  position: relative;
}

.block-action-sheet[sheet-direction='top'] {
  top: 0;
  transform: translateY(-110%);
  width: 100%;
  left: 0;
}

.block-action-sheet[sheet-direction='top'] .block-action-sheet-content {
  width: 100%;
}

.block-action-sheet[sheet-direction='bottom'] {
  bottom: 0;
  transform: translateY(110%);
  width: 100%;
  left: 0;
}

.block-action-sheet[sheet-direction='bottom'] .block-action-sheet-content {
  bottom: 0;
  width: 100%;
}

.block-action-sheet[sheet-direction='right'] {
  right: 0;
  top: 0;
  transform: translateX(110%);
  height: 100%;
}

.block-action-sheet[sheet-direction='right'] .block-action-sheet-content {
  height: 100%;
}

.block-action-sheet[sheet-direction='left'] {
  left: 0;
  bottom: 0;
  transform: translateX(110%);
  height: 100%;
}

.block-action-sheet[sheet-direction='left'] .block-action-sheet-content {
  height: 100%;
}

.block-action-sheet.active {
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

.block-action-sheet-mask {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: opacity 0.3s;
  opacity: 0;
  outline: none;
  border: none;
}

.block-action-sheet-mask.active {
  opacity: 1;
  z-index: 499 !important;
}

.main-header-box {
  height: 1.17rem;
}

.main-header-box .main-header {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  height: 1.17rem;
  padding: 0 0.43rem;
  box-sizing: border-box;
}

.main-header-box .main-header-content {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  top: 0;
  left: 20%;
  width: 60%;
  height: 100%;
}

.main-header-box .main-header-content .logo {
  width: 3.21rem;
  height: 0.5rem;
}

.main-header-box .main-header .back-button {
  display: block;
  width: 0.53rem;
  height: 0.53rem;
}

.main-header-box .main-header .back-button .icon {
  width: 100%;
  height: 100%;
  display: block;
}

.main-header-box .main-header .header-menu-list {
  display: flex;
  align-items: center;
}

.main-header-box .main-header .header-menu-list-item {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  height: 1.17rem;
}

.main-header-box .main-header .header-menu-list-item + .header-menu-list-item {
  margin-left: 0.43rem;
}

.main-header-box .main-header .header-menu-list-item-icon {
  width: 0.53rem;
  height: 0.53rem;
}

.main-header-box .main-header .header-menu-list-item .icon-daka-bubble {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1rem;
  width: 0.96rem;
}

.main-header-box .main-header .header-menu-list-item.sheet-button .icon2 {
  display: none;
}

.main-header-box .main-header .header-menu-list-item.sheet-button.active .icon2 {
  display: block;
}

.main-header-box .main-header .header-menu-list-item.sheet-button.active .icon1 {
  display: none;
}

.main-header-box .main-header .header-menu-list-item .tipe {
  position: absolute;
  top: 0.32rem;
  right: 0rem;
  width: 0.11rem;
  height: 0.11rem;
  background: #ff4d4d;
  border-radius: 50%;
}

.side-menu-wrap {
  position: relative;
  height: 100%;
  background: #fcfcfc;
  padding-top: 1.17rem;
  box-sizing: border-box;
}

.side-menu-wrap .user {
  display: flex;
  align-items: center;
  height: 1.92rem;
  padding: 0 0.43rem;
  border-bottom: 1px solid #f0f2f6;
}

.side-menu-wrap .user .portrait {
  width: 1.07rem;
  height: 1.07rem;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 0.21rem;
}

.side-menu-wrap .user .infor {
  flex: 1;
}

.side-menu-wrap .user .infor .name {
  max-width: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.4rem;
  font-weight: 500;
  line-height: 0.56rem;
  color: #3d3e40;
}

.side-menu-wrap .user .infor .no {
  max-width: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.27rem;
  font-weight: 400;
  line-height: 0.37rem;
  color: #959ba6;
}

.side-menu-wrap .user .arrow-icon {
  width: 0.37rem;
  transition: 0.3s ease-out;
}

.side-menu-list-item {
  display: flex;
  align-items: center;
  padding-left: 0.75rem;
  padding-right: 0.43rem;
}

.side-menu-list-item .content {
  flex: 1;
}

.side-menu-list-item .arrow-icon {
  width: 0.37rem;
  height: 0.37rem;
}

.side-menu-list.side-menu-list--large .side-menu-list-item {
  height: 1.6rem;
}

.side-menu-list.side-menu-list--large .side-menu-list-item .menu-icon {
  width: 0.53rem;
  height: 0.53rem;
  margin-right: 0.21rem;
}

.side-menu-list.side-menu-list--large .side-menu-list-item .bubble-icon {
  height: 0.35rem;
  margin-left: 0.11rem;
}

.side-menu-list.side-menu-list--large .side-menu-list-item .name {
  font-size: 0.43rem;
  color: #3d3e40;
  font-weight: bold;
}

.side-menu-list.side-menu-list--small {
  border-top: 1px solid #f0f2f6;
  padding: 0.32rem 0;
}

.side-menu-list.side-menu-list--small .side-menu-list-item {
  height: 1.33rem;
}

.side-menu-list.side-menu-list--small .side-menu-list-item .menu-icon {
  width: 16px;
  height: 16px;
  margin-right: 0.21rem;
}

.side-menu-list.side-menu-list--small .side-menu-list-item .bubble-icon {
  height: 0.35rem;
}

.side-menu-list.side-menu-list--small .side-menu-list-item .name {
  font-size: 0.35rem;
  color: #3d3e40;
}

.page-title {
  display: flex;
  align-items: center;
  padding-top: 0.64rem;
  padding-bottom: 0.43rem;
}

.page-title .title {
  display: flex;
  align-items: flex-end;
  font-size: 0.48rem;
  line-height: 1;
  color: #3d3e40;
  font-weight: bold;
}

.page-title .title .subtitle {
  font-size: 0.29rem;
  line-height: 0.45rem;
  color: #6c7380;
  font-weight: normal;
}

.page-header-tabs {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-header-tabs > li {
  height: 100%;
}

.page-header-tabs .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 2.3rem;
  padding: 0;
  font-size: 0.37rem;
  line-height: 0.53rem;
  color: #959ba6;
  height: 100%;
}

.page-header-tabs .nav-link.active {
  color: #1d1d1e;
  font-weight: bold;
}

.page-header-tabs .nav-link.active::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  bottom: 0;
  content: '';
  width: 0.43rem;
  height: 0.08rem;
  background: #00b38a;
  border-radius: 100px;
  overflow: hidden;
}

.loading_more {
  font-size: 0.29rem;
  font-family: PingFang SC;
  text-align: center;
  font-weight: 400;
  line-height: 0.43rem;
  color: #bdc0c6;
  padding: 0.53rem 0;
}

.subMsg {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
}

.subMsg .layui-layer-content {
  text-align: center;
}

.subMsgIcon {
  animation: subMsgIcon 1.5s linear infinite;
}

@keyframes subMsgIcon {
  to {
    transform: rotate(360deg);
  }
  from {
    transform: rotate(0deg);
  }
}

.common-search-wrap {
  position: relative;
}

.common-search-wrap .input {
  width: 5.15rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  flex: 1;
  font-size: 0.32rem;
  background: #ffffff;
  padding-right: 0.9rem;
  padding-left: 0.85rem;
  transition: 0.2s ease-out;
}

.common-search-wrap .input::placeholder {
  color: #c4c7cd;
}

.common-search-wrap .icon {
  width: 0.43rem;
  height: 0.43rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.32rem;
}

.common-search-wrap .del-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.32rem;
  cursor: pointer;
  display: none;
}

.layui-layer.tk-confirm {
  border-radius: 0.213rem;
  overflow: hidden;
  box-shadow: none;
}

.layui-layer.tk-confirm .layui-layer-close {
  display: none;
}

.layui-layer.tk-confirm .layui-layer-content {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  height: 3rem;
  box-sizing: border-box;
  font-size: 0.427rem;
  color: #22242e;
  font-weight: bold;
}

.layui-layer.tk-confirm .layui-layer-btn {
  display: flex;
  padding: 0;
  border-top: 1px solid #ebecf0;
}

.layui-layer.tk-confirm .layui-layer-btn .layui-layer-btn0,
.layui-layer.tk-confirm .layui-layer-btn .layui-layer-btn1 {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex: 1;
  margin: 0;
  background-color: #fff;
  height: 1.467rem;
  width: 0.8rem;
  font-size: 0.4rem;
  color: #22242e;
  border: none;
  -webkit-tap-highlight-color: transparent;
}

.layui-layer.tk-confirm .layui-layer-btn .layui-layer-btn1 {
  color: #00b38a;
  border-left: 1px solid #ebecf0;
}

.page_empty_box {
  margin-top: 5.33rem;
}

.page_empty_box .empty-img {
  width: 2.67rem;
  height: 2.67rem;
  display: block;
  margin: 0 auto;
}

.page_empty_box .default_txt {
  font-size: 0.37rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-align: center;
  line-height: 0.51rem;
  color: #3d3e40;
  margin-top: 0.75rem;
}

.page_empty_box .empty-txt {
  font-size: 0.32rem;
  font-family: PingFangSC;
  font-weight: 400;
  text-align: center;
  line-height: 0.45rem;
  color: #6c7380;
  opacity: 0.5;
  margin-top: 0.37rem;
}

.page_empty_box .empty-btn {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 4.27rem;
  height: 1.12rem;
  font-size: 0.43rem;
  font-family: PingFangSC;
  font-weight: 400;
  line-height: 0.59rem;
  color: #ffffff;
  background: linear-gradient(316deg, #00cc88 0%, #00b38a 100%);
  border-radius: 0.67rem;
  margin: 1.07rem auto 0;
}

.go-pc a {
  width: 3.63rem;
  background: rgba(149, 155, 166, 0.1);
  border-radius: 0.56rem 0.56rem 0.56rem 0.56rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.32rem;
  color: #6C7380;
  margin: 0 auto;
  padding: 0.32rem 0;
}

.go-pc a img {
  width: 0.43rem;
  height: 0.43rem;
  margin-right: 0.11rem;
}

.bg-f {
  background: #fff !important;
}

.default-box {
  padding-top: 3.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.default-box .que {
  width: 2.67rem;
  height: 2.67rem;
}

.default-box .title {
  font-size: 0.37rem;
  color: #959BA6;
  margin: 0.53rem 0;
}
