
#nav {
  padding: 30px;
}
#nav a {
  font-weight: bold;
  color: #2c3e50;
}
#nav a.router-link-exact-active {
  color: #42b983;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-f8aaf572] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-f8aaf572]:export {
  topHead: 46px;
}
.header_title[data-v-f8aaf572] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-f8aaf572] {
  display: block;
}
.header_title[data-v-f8aaf572] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-f8aaf572] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-f8aaf572] {
  color: #999;
}
*[data-v-f8aaf572] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-f8aaf572],
.slide-right-leave-to[data-v-f8aaf572] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-f8aaf572],
.slide-right-enter[data-v-f8aaf572] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-f8aaf572],
.slide-left-leave-active[data-v-f8aaf572],
.slide-right-enter-active[data-v-f8aaf572],
.slide-right-leave-active[data-v-f8aaf572] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-f8aaf572] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-f8aaf572],
ol[data-v-f8aaf572] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-f8aaf572],
textarea[data-v-f8aaf572] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-f8aaf572],
input[type="password"][data-v-f8aaf572] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-f8aaf572]:hover,
input[type="submit"][data-v-f8aaf572]:hover {
  opacity: 1;
}
input[type="button"][data-v-f8aaf572],
input[type="submit"][data-v-f8aaf572] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-f8aaf572] {
  border: none;
  border-radius: 2px;
}
h1[data-v-f8aaf572],
h2[data-v-f8aaf572],
h3[data-v-f8aaf572],
h4[data-v-f8aaf572],
h5[data-v-f8aaf572] {
  color: #333;
}
a[data-v-f8aaf572] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-f8aaf572] {
  clear: both;
}
.clearfix[data-v-f8aaf572]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-f8aaf572] {
  zoom: 1;
}
.fl[data-v-f8aaf572] {
  float: left;
}
.fr[data-v-f8aaf572] {
  float: right;
}
input[data-v-f8aaf572]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-f8aaf572]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-f8aaf572]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-f8aaf572]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-f8aaf572] {
  display: none;
}
.container[data-v-f8aaf572] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-f8aaf572] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-f8aaf572] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-f8aaf572] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-f8aaf572] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-f8aaf572],
.no_wlan[data-v-f8aaf572] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-f8aaf572],
.no_wlan img.nodata_icon[data-v-f8aaf572] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-f8aaf572] {
  background-color: #75B880;
}
.active_color[data-v-f8aaf572] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-f8aaf572] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-f8aaf572] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.bottom_tab[data-v-f8aaf572] {
  /*position:fixed;*/
  bottom: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 -0.026667rem 0.053333rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 -0.026667rem 0.053333rem rgba(0, 0, 0, 0.1);
  height: 50px;
  width: 100%;
  z-index: 999;
}
.guide_item[data-v-f8aaf572] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.guide_item img[data-v-f8aaf572] {
  width: 22px;
  /*no*/
}

.start[data-v-41211155]{
  width:100%;
  height:100vh;
}
img[data-v-41211155]{
  width:100%;
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-eb2bfbc0] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-eb2bfbc0]:export {
  topHead: 46px;
}
.header_title[data-v-eb2bfbc0] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-eb2bfbc0] {
  display: block;
}
.header_title[data-v-eb2bfbc0] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-eb2bfbc0] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-eb2bfbc0] {
  color: #999;
}
*[data-v-eb2bfbc0] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-eb2bfbc0],
.slide-right-leave-to[data-v-eb2bfbc0] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-eb2bfbc0],
.slide-right-enter[data-v-eb2bfbc0] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-eb2bfbc0],
.slide-left-leave-active[data-v-eb2bfbc0],
.slide-right-enter-active[data-v-eb2bfbc0],
.slide-right-leave-active[data-v-eb2bfbc0] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-eb2bfbc0] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-eb2bfbc0],
ol[data-v-eb2bfbc0] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-eb2bfbc0],
textarea[data-v-eb2bfbc0] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-eb2bfbc0],
input[type="password"][data-v-eb2bfbc0] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-eb2bfbc0]:hover,
input[type="submit"][data-v-eb2bfbc0]:hover {
  opacity: 1;
}
input[type="button"][data-v-eb2bfbc0],
input[type="submit"][data-v-eb2bfbc0] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-eb2bfbc0] {
  border: none;
  border-radius: 2px;
}
h1[data-v-eb2bfbc0],
h2[data-v-eb2bfbc0],
h3[data-v-eb2bfbc0],
h4[data-v-eb2bfbc0],
h5[data-v-eb2bfbc0] {
  color: #333;
}
a[data-v-eb2bfbc0] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-eb2bfbc0] {
  clear: both;
}
.clearfix[data-v-eb2bfbc0]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-eb2bfbc0] {
  zoom: 1;
}
.fl[data-v-eb2bfbc0] {
  float: left;
}
.fr[data-v-eb2bfbc0] {
  float: right;
}
input[data-v-eb2bfbc0]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-eb2bfbc0]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-eb2bfbc0]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-eb2bfbc0]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-eb2bfbc0] {
  display: none;
}
.container[data-v-eb2bfbc0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-eb2bfbc0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-eb2bfbc0] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-eb2bfbc0] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-eb2bfbc0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-eb2bfbc0],
.no_wlan[data-v-eb2bfbc0] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-eb2bfbc0],
.no_wlan img.nodata_icon[data-v-eb2bfbc0] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-eb2bfbc0] {
  background-color: #75B880;
}
.active_color[data-v-eb2bfbc0] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-eb2bfbc0] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-eb2bfbc0] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.browse_content[data-v-eb2bfbc0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  font-size: 12px;
}
.browse_content .user_agreement[data-v-eb2bfbc0] {
  color: var(--themeColor);
}
.login_logo[data-v-eb2bfbc0] {
  width: 75%;
  margin: 60px auto 20px;
  -o-object-fit: fill;
     object-fit: fill;
}
.login_form[data-v-eb2bfbc0] {
  width: 80%;
  margin: 0 auto;
  font-size: 14px;
}
.login_item[data-v-eb2bfbc0] {
  margin: .4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #f2f2f2;
}
.login_item img[data-v-eb2bfbc0] {
  width: 17px;
}
.login_item .icon-yanjing[data-v-eb2bfbc0],
.login_item .icon-biyanjing[data-v-eb2bfbc0] {
  color: #9b9b9b;
  font-size: 17px;
}
.other_login[data-v-eb2bfbc0] {
  border-bottom: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.other_login .forget_psw[data-v-eb2bfbc0] {
  color: #2B5AAA;
}
.msg_login[data-v-eb2bfbc0] {
  padding: 6px 0;
  color: #9B9B9B;
}
.login_form > .login_item[data-v-eb2bfbc0]:last-child {
  border-bottom: none;
  margin-top: 30px;
}
.login_item input[data-v-eb2bfbc0] {
  width: 100%;
  margin: 0 auto;
  height: .9333333333333333rem;
  border: none;
}
.login_form input.login_btn[data-v-eb2bfbc0] {
  background: var(--themeColor);
  color: #fff;
  border-radius: 4px;
  height: 44px;
  letter-spacing: 3px;
  font-size: 14px;
  /*no*/
}
.send_msg[data-v-eb2bfbc0] {
  text-align: right;
  width: 100px;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-53b6e356] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-53b6e356]:export {
  topHead: 46px;
}
.header_title[data-v-53b6e356] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-53b6e356] {
  display: block;
}
.header_title[data-v-53b6e356] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-53b6e356] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-53b6e356] {
  color: #999;
}
*[data-v-53b6e356] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-53b6e356],
.slide-right-leave-to[data-v-53b6e356] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-53b6e356],
.slide-right-enter[data-v-53b6e356] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-53b6e356],
.slide-left-leave-active[data-v-53b6e356],
.slide-right-enter-active[data-v-53b6e356],
.slide-right-leave-active[data-v-53b6e356] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-53b6e356] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-53b6e356],
ol[data-v-53b6e356] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-53b6e356],
textarea[data-v-53b6e356] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-53b6e356],
input[type="password"][data-v-53b6e356] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-53b6e356]:hover,
input[type="submit"][data-v-53b6e356]:hover {
  opacity: 1;
}
input[type="button"][data-v-53b6e356],
input[type="submit"][data-v-53b6e356] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-53b6e356] {
  border: none;
  border-radius: 2px;
}
h1[data-v-53b6e356],
h2[data-v-53b6e356],
h3[data-v-53b6e356],
h4[data-v-53b6e356],
h5[data-v-53b6e356] {
  color: #333;
}
a[data-v-53b6e356] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-53b6e356] {
  clear: both;
}
.clearfix[data-v-53b6e356]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-53b6e356] {
  zoom: 1;
}
.fl[data-v-53b6e356] {
  float: left;
}
.fr[data-v-53b6e356] {
  float: right;
}
input[data-v-53b6e356]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-53b6e356]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-53b6e356]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-53b6e356]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-53b6e356] {
  display: none;
}
.container[data-v-53b6e356] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-53b6e356] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-53b6e356] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-53b6e356] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-53b6e356] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-53b6e356],
.no_wlan[data-v-53b6e356] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-53b6e356],
.no_wlan img.nodata_icon[data-v-53b6e356] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-53b6e356] {
  background-color: #75B880;
}
.active_color[data-v-53b6e356] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-53b6e356] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-53b6e356] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sms_login[data-v-53b6e356] {
  padding: 20px 20px;
}
.sms_login .sms_title[data-v-53b6e356] {
  font-weight: normal;
  font-size: 24px;
}
.sms_login .sms_code[data-v-53b6e356] {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 40px;
}
.sms_login .sms_code .input_box[data-v-53b6e356] {
  border-bottom: 1px solid #ccc;
}
.sms_login .sms_code .input_box input[data-v-53b6e356] {
  text-align: center;
  border: none;
  width: 50px;
  background: transparent;
  font-size: 20px;
  color: #666;
  padding-left: 0;
}
.send_sms_btn[data-v-53b6e356] {
  margin-top: 30px;
  text-align: center;
  color: #999;
  font-size: 14px;
}
.header[data-v-53b6e356] {
  background: #F9F9FC;
}
.header .van-icon[data-v-53b6e356] {
  font-size: 30px;
  margin: 20px 10px;
}
.to_login[data-v-53b6e356] {
  margin: 50px auto;
  background: #0268CA;
  color: #fff;
  border-radius: 4px;
  height: 44px;
  letter-spacing: 3px;
  font-size: 14px;
  text-align: center;
  line-height: 44px;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-704eeef4] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-704eeef4]:export {
  topHead: 46px;
}
.header_title[data-v-704eeef4] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-704eeef4] {
  display: block;
}
.header_title[data-v-704eeef4] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-704eeef4] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-704eeef4] {
  color: #999;
}
*[data-v-704eeef4] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-704eeef4],
.slide-right-leave-to[data-v-704eeef4] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-704eeef4],
.slide-right-enter[data-v-704eeef4] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-704eeef4],
.slide-left-leave-active[data-v-704eeef4],
.slide-right-enter-active[data-v-704eeef4],
.slide-right-leave-active[data-v-704eeef4] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-704eeef4] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-704eeef4],
ol[data-v-704eeef4] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-704eeef4],
textarea[data-v-704eeef4] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-704eeef4],
input[type="password"][data-v-704eeef4] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-704eeef4]:hover,
input[type="submit"][data-v-704eeef4]:hover {
  opacity: 1;
}
input[type="button"][data-v-704eeef4],
input[type="submit"][data-v-704eeef4] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-704eeef4] {
  border: none;
  border-radius: 2px;
}
h1[data-v-704eeef4],
h2[data-v-704eeef4],
h3[data-v-704eeef4],
h4[data-v-704eeef4],
h5[data-v-704eeef4] {
  color: #333;
}
a[data-v-704eeef4] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-704eeef4] {
  clear: both;
}
.clearfix[data-v-704eeef4]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-704eeef4] {
  zoom: 1;
}
.fl[data-v-704eeef4] {
  float: left;
}
.fr[data-v-704eeef4] {
  float: right;
}
input[data-v-704eeef4]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-704eeef4]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-704eeef4]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-704eeef4]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-704eeef4] {
  display: none;
}
.container[data-v-704eeef4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-704eeef4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-704eeef4] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-704eeef4] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-704eeef4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-704eeef4],
.no_wlan[data-v-704eeef4] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-704eeef4],
.no_wlan img.nodata_icon[data-v-704eeef4] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-704eeef4] {
  background-color: #75B880;
}
.active_color[data-v-704eeef4] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-704eeef4] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-704eeef4] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.notice[data-v-704eeef4] {
  position: relative;
}
.notice .notice_num[data-v-704eeef4] {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 12px;
  color: #fff;
  background: #cc0000;
  border-radius: 50%;
  width: 20px;
  line-height: 20px;
  height: 20px;
}
.scan img[data-v-704eeef4],
.notice img[data-v-704eeef4] {
  display: block;
}
.index_title[data-v-704eeef4] {
  height: 46px;
}
.header_title[data-v-704eeef4] {
  padding: 0 16px;
  background: url('/static/imgs/common/nav_bg.png') no-repeat center;
  background-size: cover;
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: .48rem;
}
.header_title .logo[data-v-704eeef4] {
  width: 70%;
  margin: 0 auto;
}
.header_title .logo img[data-v-704eeef4] {
  width: 100%;
  display: block;
}
/*轮播图*/
[data-v-704eeef4] .van-swipe__indicator {
  width: 26px;
  height: 4px;
  border-radius: 0;
  background: #000;
  opacity: 0.3;
}
[data-v-704eeef4] .van-swipe__indicator--active {
  background: #fff;
  opacity: 0.8;
}
/*轮播图*/
.index_module[data-v-704eeef4] {
  padding: 18px 0 14px 16px;
  background-color: #fff;
  border-bottom: 8px solid #f2f2f2;
}
.index_module[data-v-704eeef4]:last-child {
  border-bottom: none;
}
.index_module_title[data-v-704eeef4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  font-size: 16px;
  /*no*/
  font-family: PingFangSC;
  margin-bottom: 14px;
  width: 100%;
}
.index_module_title .index_module_name[data-v-704eeef4] {
  margin: 0 auto;
  padding-bottom: 4px;
  color: var(--themeColor);
}
.index_module_head[data-v-704eeef4] {
  text-align: center;
  color: var(--themeColor);
  font-weight: 600;
  font-size: 16px;
  margin: 6px 0 14px;
}
.index_module_head .divider_bottom[data-v-704eeef4] {
  width: 20px;
  height: 3px;
  background-color: var(--themeColor);
  margin: 6px auto;
}
.second_category[data-v-704eeef4] {
  scroll-behavior: smooth;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: PingFangSC;
  overflow-x: auto;
}
.second_category li[data-v-704eeef4] {
  padding-bottom: 6px;
  margin-bottom: 14px;
  margin-right: 20px;
}
.course_tab[data-v-704eeef4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  scroll-behavior: smooth;
}
.course_tab[data-v-704eeef4]::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.course_tab li[data-v-704eeef4] {
  margin-right: 12px;
  padding: 4px 4px;
}
.course_tab_on[data-v-704eeef4] {
  border-bottom: 2px solid var(--themeColor);
  color: var(--themeColor);
}
.divider[data-v-704eeef4] {
  width: 8px;
  height: 18px;
  background-color: var(--themeColor);
  display: inline-block;
  margin-right: 6px;
  position: relative;
}
.more[data-v-704eeef4] {
  font-size: 14px;
  opacity: 0.6;
  color: #1959A8;
  margin-right: 16px;
}
.more .arrow[data-v-704eeef4] {
  width: 0.3rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.module_title_name[data-v-704eeef4] {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 60px);
  color: #4a4a4a;
}
/**专题班开始**/
.subject_list[data-v-704eeef4] {
  margin-right: 16px;
}
.subject_name[data-v-704eeef4] {
  font-size: 16px;
  padding: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  color: #4a4a4a;
}
.subject_info[data-v-704eeef4] {
  color: #999;
  position: relative;
  font-size: 14px;
  margin-bottom: 8px;
}
.clazz_info_box[data-v-704eeef4] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.clazz_info_box .enroll_btn[data-v-704eeef4] {
  width: 70px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: var(--themeColor);
  color: #fff;
  border-radius: 18px;
  opacity: 0.75;
  font-size: 12px;
}
.subject_period[data-v-704eeef4] {
  margin-left: 0.3733333333333334rem;
}
.subject_item[data-v-704eeef4] {
  margin-bottom: 10px;
  display: block;
}
/**专题班结束**/
/**推荐课程开始**/
.course_list[data-v-704eeef4] {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  overflow-x: auto;
  padding-right: 16px;
}
.course_item[data-v-704eeef4] {
  margin: 0 15px 16px 0;
  font-size: 15px;
  width: 60%;
}
.course_item a[data-v-704eeef4] {
  display: block;
  width: 100%;
}
.course_cover[data-v-704eeef4] {
  display: block;
  width: 100%;
  border-radius: 6px;
}
.course_name[data-v-704eeef4] {
  color: #222;
  margin: 6px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.course_info[data-v-704eeef4] {
  font-size: 13px;
}
.course_info .lecturer[data-v-704eeef4] {
  color: #666;
  width: 56%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.course_info .online_time[data-v-704eeef4] {
  color: #999;
  white-space: nowrap;
}
/**推荐课程结束**/
.index_change[data-v-704eeef4] {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
}
.index_change img[data-v-704eeef4] {
  width: 18px;
  height: 18px;
  margin: 0 10px;
}
/**特色栏目**/
.special_subject a[data-v-704eeef4] {
  display: block;
  width: 100%;
}
.special_subject[data-v-704eeef4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.topic_item[data-v-704eeef4] {
  text-align: center;
  margin: 10px 0 10px;
  display: block;
}
.topic_item .topic_name[data-v-704eeef4] {
  margin-top: 4px;
  font-size: 14px;
}
/**名师开始***/
.lecturer_list[data-v-704eeef4] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lecturer_item a[data-v-704eeef4] {
  display: block;
}
.see_more[data-v-704eeef4] {
  padding: 14px 0;
  display: block;
  margin: 0 auto;
  color: #ccc;
  font-size: 14px;
  text-align: center;
}

.van-popover[data-popper-placement='bottom-end'] .van-popover__arrow {
     right: 5px;
}
/*设置遮罩层颜色*/
.van-overlay{
    background-color:rgba(0,0,0,0.3);
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-27cb1cf2] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-27cb1cf2]:export {
  topHead: 46px;
}
.header_title[data-v-27cb1cf2] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-27cb1cf2] {
  display: block;
}
.header_title[data-v-27cb1cf2] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-27cb1cf2] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-27cb1cf2] {
  color: #999;
}
*[data-v-27cb1cf2] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-27cb1cf2],
.slide-right-leave-to[data-v-27cb1cf2] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-27cb1cf2],
.slide-right-enter[data-v-27cb1cf2] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-27cb1cf2],
.slide-left-leave-active[data-v-27cb1cf2],
.slide-right-enter-active[data-v-27cb1cf2],
.slide-right-leave-active[data-v-27cb1cf2] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-27cb1cf2] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-27cb1cf2],
ol[data-v-27cb1cf2] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-27cb1cf2],
textarea[data-v-27cb1cf2] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-27cb1cf2],
input[type="password"][data-v-27cb1cf2] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-27cb1cf2]:hover,
input[type="submit"][data-v-27cb1cf2]:hover {
  opacity: 1;
}
input[type="button"][data-v-27cb1cf2],
input[type="submit"][data-v-27cb1cf2] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-27cb1cf2] {
  border: none;
  border-radius: 2px;
}
h1[data-v-27cb1cf2],
h2[data-v-27cb1cf2],
h3[data-v-27cb1cf2],
h4[data-v-27cb1cf2],
h5[data-v-27cb1cf2] {
  color: #333;
}
a[data-v-27cb1cf2] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-27cb1cf2] {
  clear: both;
}
.clearfix[data-v-27cb1cf2]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-27cb1cf2] {
  zoom: 1;
}
.fl[data-v-27cb1cf2] {
  float: left;
}
.fr[data-v-27cb1cf2] {
  float: right;
}
input[data-v-27cb1cf2]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-27cb1cf2]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-27cb1cf2]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-27cb1cf2]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-27cb1cf2] {
  display: none;
}
.container[data-v-27cb1cf2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-27cb1cf2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-27cb1cf2] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-27cb1cf2] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-27cb1cf2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-27cb1cf2],
.no_wlan[data-v-27cb1cf2] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-27cb1cf2],
.no_wlan img.nodata_icon[data-v-27cb1cf2] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-27cb1cf2] {
  background-color: #75B880;
}
.active_color[data-v-27cb1cf2] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-27cb1cf2] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-27cb1cf2] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/*重新学习档案弹出层样式*/
[data-v-27cb1cf2] .van-grid-item__content {
  padding: 0 10px;
}
[data-v-27cb1cf2] .van-grid-item__text {
  display: block;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 0px;
  margin: 0 10px;
}
[data-v-27cb1cf2] .active_option .van-grid-item__text {
  color: var(--themeColor);
}
.r_title[data-v-27cb1cf2] {
  color: #999;
}
[data-v-27cb1cf2] .van-nav-bar__arrow {
  font-size: 20px;
}
[data-v-27cb1cf2] .van-nav-bar__title {
  font-size: 18px;
  color: #fff;
}
[data-v-27cb1cf2] .van-nav-bar .van-icon {
  color: #999;
}
.van-nav-bar[data-v-27cb1cf2] {
  background: url(./static/img/nav_bg.4d0cd92.png) no-repeat center;
  /* background:url('../../static/imgs/common/nav_bg.png') no-repeat center;*/
  background-size: cover;
}
.title_name[data-v-27cb1cf2] {
  display: inline-block;
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/***设置头像**/
#album[data-v-27cb1cf2] {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  width: 54px;
  height: 46px;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-1a28c087] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-1a28c087]:export {
  topHead: 46px;
}
.header_title[data-v-1a28c087] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-1a28c087] {
  display: block;
}
.header_title[data-v-1a28c087] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-1a28c087] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-1a28c087] {
  color: #999;
}
*[data-v-1a28c087] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-1a28c087],
.slide-right-leave-to[data-v-1a28c087] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-1a28c087],
.slide-right-enter[data-v-1a28c087] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-1a28c087],
.slide-left-leave-active[data-v-1a28c087],
.slide-right-enter-active[data-v-1a28c087],
.slide-right-leave-active[data-v-1a28c087] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-1a28c087] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-1a28c087],
ol[data-v-1a28c087] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-1a28c087],
textarea[data-v-1a28c087] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-1a28c087],
input[type="password"][data-v-1a28c087] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-1a28c087]:hover,
input[type="submit"][data-v-1a28c087]:hover {
  opacity: 1;
}
input[type="button"][data-v-1a28c087],
input[type="submit"][data-v-1a28c087] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-1a28c087] {
  border: none;
  border-radius: 2px;
}
h1[data-v-1a28c087],
h2[data-v-1a28c087],
h3[data-v-1a28c087],
h4[data-v-1a28c087],
h5[data-v-1a28c087] {
  color: #333;
}
a[data-v-1a28c087] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-1a28c087] {
  clear: both;
}
.clearfix[data-v-1a28c087]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-1a28c087] {
  zoom: 1;
}
.fl[data-v-1a28c087] {
  float: left;
}
.fr[data-v-1a28c087] {
  float: right;
}
input[data-v-1a28c087]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-1a28c087]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-1a28c087]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-1a28c087]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-1a28c087] {
  display: none;
}
.container[data-v-1a28c087] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-1a28c087] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-1a28c087] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-1a28c087] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-1a28c087] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-1a28c087],
.no_wlan[data-v-1a28c087] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-1a28c087],
.no_wlan img.nodata_icon[data-v-1a28c087] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-1a28c087] {
  background-color: #75B880;
}
.active_color[data-v-1a28c087] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-1a28c087] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-1a28c087] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.lecturer_item[data-v-1a28c087] {
  margin-bottom: 12px;
  margin-right: 16px;
}
.lecturer_item[data-v-1a28c087]:nth-child(3n) {
  margin-right: 0;
}
.lecturer_info[data-v-1a28c087] {
  margin: 10px 0 5px;
}
.lecturer_name[data-v-1a28c087] {
  color: #333;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 50%;
}
.lecturer_c_num[data-v-1a28c087],
.lecturer_position[data-v-1a28c087] {
  font-size: 12px;
  color: #999;
}
.lecturer_c_num span[data-v-1a28c087],
.lecturer_position span[data-v-1a28c087] {
  margin: 0px 3px;
}
.lecturer_position[data-v-1a28c087] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 36px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-0b172627] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-0b172627]:export {
  topHead: 46px;
}
.header_title[data-v-0b172627] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-0b172627] {
  display: block;
}
.header_title[data-v-0b172627] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-0b172627] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-0b172627] {
  color: #999;
}
*[data-v-0b172627] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-0b172627],
.slide-right-leave-to[data-v-0b172627] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-0b172627],
.slide-right-enter[data-v-0b172627] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-0b172627],
.slide-left-leave-active[data-v-0b172627],
.slide-right-enter-active[data-v-0b172627],
.slide-right-leave-active[data-v-0b172627] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-0b172627] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-0b172627],
ol[data-v-0b172627] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-0b172627],
textarea[data-v-0b172627] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-0b172627],
input[type="password"][data-v-0b172627] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-0b172627]:hover,
input[type="submit"][data-v-0b172627]:hover {
  opacity: 1;
}
input[type="button"][data-v-0b172627],
input[type="submit"][data-v-0b172627] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-0b172627] {
  border: none;
  border-radius: 2px;
}
h1[data-v-0b172627],
h2[data-v-0b172627],
h3[data-v-0b172627],
h4[data-v-0b172627],
h5[data-v-0b172627] {
  color: #333;
}
a[data-v-0b172627] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-0b172627] {
  clear: both;
}
.clearfix[data-v-0b172627]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-0b172627] {
  zoom: 1;
}
.fl[data-v-0b172627] {
  float: left;
}
.fr[data-v-0b172627] {
  float: right;
}
input[data-v-0b172627]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-0b172627]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-0b172627]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-0b172627]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-0b172627] {
  display: none;
}
.container[data-v-0b172627] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-0b172627] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-0b172627] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-0b172627] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-0b172627] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-0b172627],
.no_wlan[data-v-0b172627] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-0b172627],
.no_wlan img.nodata_icon[data-v-0b172627] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-0b172627] {
  background-color: #75B880;
}
.active_color[data-v-0b172627] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-0b172627] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-0b172627] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main[data-v-0b172627] {
  overflow: hidden;
}
.header_title[data-v-0b172627] {
  padding: 0 16px;
  /* background:url('~@/assets/imgs/common/nav_bg.png') no-repeat center;*/
  background: url('/static/imgs/common/nav_bg.png') no-repeat center;
  background-size: cover;
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: .48rem;
}
.header_title .search[data-v-0b172627] {
  color: #fff;
  font-size: 16px;
}
.header_title .search .input_box[data-v-0b172627] {
  width: calc(100% - 50px);
  padding: 0 14px;
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.2);
  height: 34px;
  line-height: 34px;
}
.header_title .search .input_box input[data-v-0b172627]::-webkit-input-placeholder {
  color: #fff;
}
.header_title .search .input_box input[data-v-0b172627]::-moz-placeholder {
  color: #fff;
}
.header_title .search .input_box input[data-v-0b172627]::-ms-input-placeholder {
  color: #fff;
}
.header_title .search .input_box input[data-v-0b172627]::placeholder {
  color: #fff;
}
.header_title .search .input_box input[data-v-0b172627] {
  width: 100%;
  border: none;
  border-radius: 19px;
  background: transparent;
  font-size: 14px;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
.header_title {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image {
  display: block;
}
.header_title /deep/ .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
/deep/ .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow {
  color: #999;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter,
.slide-right-leave-to {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to,
.slide-right-enter {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active,
.slide-left-leave-active,
.slide-right-enter-active,
.slide-right-leave-active {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul,
ol {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input,
textarea {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"],
input[type="password"] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"]:hover,
input[type="submit"]:hover {
  opacity: 1;
}
input[type="button"],
input[type="submit"] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img {
  border: none;
  border-radius: 2px;
}
h1,
h2,
h3,
h4,
h5 {
  color: #333;
}
a {
  text-decoration: none;
  color: #333;
}
.clear {
  clear: both;
}
.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
input::-webkit-input-placeholder {
  color: #ccc;
}
input::-moz-input-placeholder {
  color: #ccc;
}
textarea::-webkit-input-placeholder {
  color: #ccc;
}
textarea::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak] {
  display: none;
}
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data,
.no_wlan {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon,
.no_wlan img.nodata_icon {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress {
  background-color: #75B880;
}
.active_color {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.category_container {
  /*display:flex;*/
  height: 100%;
}
.category_main_box {
  /* width:78%;*/
  overflow: auto;
  /*height:calc(~"100vh - @{top-height} - @{bottom-height}");*/
}
.category_group {
  width: 22%;
  background-color: #f2f2f2;
  color: #666;
  height: 100%;
}
.category_main {
  width: 100%;
  padding: 5px 10px;
}
.category_group_item {
  font-size: 16px;
  color: #666;
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding: 15px 0;
}
.category_group .active {
  color: #333;
  background-color: #fff;
  border-left: 3px solid #cc0000;
}
.classify_name {
  font-size: 16px;
  color: #333;
  margin: 10px 0 10px 0;
  display: table;
  font-weight: bold;
  line-height: 180%;
}
.classify_name span {
  margin-right: 8px;
}
.classify_name i {
  color: #999;
}
.all_classify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.classify_item {
  padding: .16rem .2133333333333333rem;
  background-color: #f2f2f2;
  text-align: center;
  color: #333;
  font-size: 14px;
  margin: 0 0 10px 0;
  vertical-align: middle;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-54eaa938] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-54eaa938]:export {
  topHead: 46px;
}
.header_title[data-v-54eaa938] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-54eaa938] {
  display: block;
}
.header_title[data-v-54eaa938] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-54eaa938] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-54eaa938] {
  color: #999;
}
*[data-v-54eaa938] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-54eaa938],
.slide-right-leave-to[data-v-54eaa938] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-54eaa938],
.slide-right-enter[data-v-54eaa938] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-54eaa938],
.slide-left-leave-active[data-v-54eaa938],
.slide-right-enter-active[data-v-54eaa938],
.slide-right-leave-active[data-v-54eaa938] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-54eaa938] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-54eaa938],
ol[data-v-54eaa938] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-54eaa938],
textarea[data-v-54eaa938] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-54eaa938],
input[type="password"][data-v-54eaa938] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-54eaa938]:hover,
input[type="submit"][data-v-54eaa938]:hover {
  opacity: 1;
}
input[type="button"][data-v-54eaa938],
input[type="submit"][data-v-54eaa938] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-54eaa938] {
  border: none;
  border-radius: 2px;
}
h1[data-v-54eaa938],
h2[data-v-54eaa938],
h3[data-v-54eaa938],
h4[data-v-54eaa938],
h5[data-v-54eaa938] {
  color: #333;
}
a[data-v-54eaa938] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-54eaa938] {
  clear: both;
}
.clearfix[data-v-54eaa938]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-54eaa938] {
  zoom: 1;
}
.fl[data-v-54eaa938] {
  float: left;
}
.fr[data-v-54eaa938] {
  float: right;
}
input[data-v-54eaa938]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-54eaa938]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-54eaa938]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-54eaa938]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-54eaa938] {
  display: none;
}
.container[data-v-54eaa938] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-54eaa938] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-54eaa938] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-54eaa938] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-54eaa938] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-54eaa938],
.no_wlan[data-v-54eaa938] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-54eaa938],
.no_wlan img.nodata_icon[data-v-54eaa938] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-54eaa938] {
  background-color: #75B880;
}
.active_color[data-v-54eaa938] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-54eaa938] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-54eaa938] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.user_name[data-v-54eaa938] {
  padding: 12px 16px;
  border-bottom: 4px solid #f2f2f2;
}
.user_info span[data-v-54eaa938] {
  font-size: 16px;
  position: relative;
  bottom: 48px;
  left: 14px;
}
.course_icon[data-v-54eaa938] {
  width: 26px;
  border-radius: 50%;
}
.courselist_type[data-v-54eaa938] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.courselist_type span[data-v-54eaa938] {
  margin-left: 12px;
}
.courselist_item[data-v-54eaa938] {
  font-size: 16px;
  padding: 12px 0;
  margin: 0 16px;
  border-bottom: 1px solid #f2f2f2;
}
.situation[data-v-54eaa938] {
  font-size: 16px;
  padding: 12px 16px;
  border-bottom: 4px solid #f2f2f2;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-501fdfcc] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-501fdfcc]:export {
  topHead: 46px;
}
.header_title[data-v-501fdfcc] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-501fdfcc] {
  display: block;
}
.header_title[data-v-501fdfcc] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-501fdfcc] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-501fdfcc] {
  color: #999;
}
*[data-v-501fdfcc] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-501fdfcc],
.slide-right-leave-to[data-v-501fdfcc] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-501fdfcc],
.slide-right-enter[data-v-501fdfcc] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-501fdfcc],
.slide-left-leave-active[data-v-501fdfcc],
.slide-right-enter-active[data-v-501fdfcc],
.slide-right-leave-active[data-v-501fdfcc] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-501fdfcc] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-501fdfcc],
ol[data-v-501fdfcc] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-501fdfcc],
textarea[data-v-501fdfcc] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-501fdfcc],
input[type="password"][data-v-501fdfcc] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-501fdfcc]:hover,
input[type="submit"][data-v-501fdfcc]:hover {
  opacity: 1;
}
input[type="button"][data-v-501fdfcc],
input[type="submit"][data-v-501fdfcc] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-501fdfcc] {
  border: none;
  border-radius: 2px;
}
h1[data-v-501fdfcc],
h2[data-v-501fdfcc],
h3[data-v-501fdfcc],
h4[data-v-501fdfcc],
h5[data-v-501fdfcc] {
  color: #333;
}
a[data-v-501fdfcc] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-501fdfcc] {
  clear: both;
}
.clearfix[data-v-501fdfcc]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-501fdfcc] {
  zoom: 1;
}
.fl[data-v-501fdfcc] {
  float: left;
}
.fr[data-v-501fdfcc] {
  float: right;
}
input[data-v-501fdfcc]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-501fdfcc]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-501fdfcc]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-501fdfcc]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-501fdfcc] {
  display: none;
}
.container[data-v-501fdfcc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-501fdfcc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-501fdfcc] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-501fdfcc] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-501fdfcc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-501fdfcc],
.no_wlan[data-v-501fdfcc] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-501fdfcc],
.no_wlan img.nodata_icon[data-v-501fdfcc] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-501fdfcc] {
  background-color: #75B880;
}
.active_color[data-v-501fdfcc] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-501fdfcc] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-501fdfcc] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.user_center[data-v-501fdfcc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.user_center .operate_btn[data-v-501fdfcc] {
  margin-top: 30px;
  width: 33.33%;
  text-align: center;
}
.user_center .operate_btn img[data-v-501fdfcc] {
  width: 34px;
}
.user_center .operate_btn .item_name[data-v-501fdfcc] {
  margin-top: 12px;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
.header_title {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image {
  display: block;
}
.header_title /deep/ .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
/deep/ .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow {
  color: #999;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter,
.slide-right-leave-to {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to,
.slide-right-enter {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active,
.slide-left-leave-active,
.slide-right-enter-active,
.slide-right-leave-active {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul,
ol {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input,
textarea {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"],
input[type="password"] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"]:hover,
input[type="submit"]:hover {
  opacity: 1;
}
input[type="button"],
input[type="submit"] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img {
  border: none;
  border-radius: 2px;
}
h1,
h2,
h3,
h4,
h5 {
  color: #333;
}
a {
  text-decoration: none;
  color: #333;
}
.clear {
  clear: both;
}
.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
input::-webkit-input-placeholder {
  color: #ccc;
}
input::-moz-input-placeholder {
  color: #ccc;
}
textarea::-webkit-input-placeholder {
  color: #ccc;
}
textarea::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak] {
  display: none;
}
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data,
.no_wlan {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon,
.no_wlan img.nodata_icon {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress {
  background-color: #75B880;
}
.active_color {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.learn_situation {
  width: 100%;
  font-size: 16px;
}
.situation_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #666;
  background-color: #fff;
  padding: 0.3rem 16px;
  border-bottom: 1px solid #f2f2f2;
}
.user_info_value {
  color: #999;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-61ed04aa] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-61ed04aa]:export {
  topHead: 46px;
}
.header_title[data-v-61ed04aa] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-61ed04aa] {
  display: block;
}
.header_title[data-v-61ed04aa] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-61ed04aa] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-61ed04aa] {
  color: #999;
}
*[data-v-61ed04aa] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-61ed04aa],
.slide-right-leave-to[data-v-61ed04aa] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-61ed04aa],
.slide-right-enter[data-v-61ed04aa] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-61ed04aa],
.slide-left-leave-active[data-v-61ed04aa],
.slide-right-enter-active[data-v-61ed04aa],
.slide-right-leave-active[data-v-61ed04aa] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-61ed04aa] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-61ed04aa],
ol[data-v-61ed04aa] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-61ed04aa],
textarea[data-v-61ed04aa] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-61ed04aa],
input[type="password"][data-v-61ed04aa] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-61ed04aa]:hover,
input[type="submit"][data-v-61ed04aa]:hover {
  opacity: 1;
}
input[type="button"][data-v-61ed04aa],
input[type="submit"][data-v-61ed04aa] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-61ed04aa] {
  border: none;
  border-radius: 2px;
}
h1[data-v-61ed04aa],
h2[data-v-61ed04aa],
h3[data-v-61ed04aa],
h4[data-v-61ed04aa],
h5[data-v-61ed04aa] {
  color: #333;
}
a[data-v-61ed04aa] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-61ed04aa] {
  clear: both;
}
.clearfix[data-v-61ed04aa]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-61ed04aa] {
  zoom: 1;
}
.fl[data-v-61ed04aa] {
  float: left;
}
.fr[data-v-61ed04aa] {
  float: right;
}
input[data-v-61ed04aa]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-61ed04aa]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-61ed04aa]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-61ed04aa]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-61ed04aa] {
  display: none;
}
.container[data-v-61ed04aa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-61ed04aa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-61ed04aa] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-61ed04aa] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-61ed04aa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-61ed04aa],
.no_wlan[data-v-61ed04aa] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-61ed04aa],
.no_wlan img.nodata_icon[data-v-61ed04aa] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-61ed04aa] {
  background-color: #75B880;
}
.active_color[data-v-61ed04aa] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-61ed04aa] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-61ed04aa] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main[data-v-61ed04aa] {
  height: calc(100vh - 46px - 46px - 50px);
}
.clazz_tab[data-v-61ed04aa] {
  width: 80%;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(234, 237, 244, 0.75);
  border-radius: 40px;
  height: 40px;
  line-height: 40px;
  color: #4A4A4A;
  margin: 20px auto 20px;
  overflow: hidden;
}
.clazz_tab .clazz_tab_item[data-v-61ed04aa] {
  width: 50%;
  text-align: center;
}
.clazz_tab .current_status[data-v-61ed04aa] {
  color: #fff;
  background: var(--themeColor);
}
.no_data[data-v-61ed04aa] {
  top: 93px;
}
.clazz_list[data-v-61ed04aa] {
  padding: 12px 16px 0;
}





























/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-59c826e7] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-59c826e7]:export {
  topHead: 46px;
}
.header_title[data-v-59c826e7] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-59c826e7] {
  display: block;
}
.header_title[data-v-59c826e7] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-59c826e7] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-59c826e7] {
  color: #999;
}
*[data-v-59c826e7] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-59c826e7],
.slide-right-leave-to[data-v-59c826e7] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-59c826e7],
.slide-right-enter[data-v-59c826e7] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-59c826e7],
.slide-left-leave-active[data-v-59c826e7],
.slide-right-enter-active[data-v-59c826e7],
.slide-right-leave-active[data-v-59c826e7] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-59c826e7] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-59c826e7],
ol[data-v-59c826e7] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-59c826e7],
textarea[data-v-59c826e7] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-59c826e7],
input[type="password"][data-v-59c826e7] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-59c826e7]:hover,
input[type="submit"][data-v-59c826e7]:hover {
  opacity: 1;
}
input[type="button"][data-v-59c826e7],
input[type="submit"][data-v-59c826e7] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-59c826e7] {
  border: none;
  border-radius: 2px;
}
h1[data-v-59c826e7],
h2[data-v-59c826e7],
h3[data-v-59c826e7],
h4[data-v-59c826e7],
h5[data-v-59c826e7] {
  color: #333;
}
a[data-v-59c826e7] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-59c826e7] {
  clear: both;
}
.clearfix[data-v-59c826e7]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-59c826e7] {
  zoom: 1;
}
.fl[data-v-59c826e7] {
  float: left;
}
.fr[data-v-59c826e7] {
  float: right;
}
input[data-v-59c826e7]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-59c826e7]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-59c826e7]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-59c826e7]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-59c826e7] {
  display: none;
}
.container[data-v-59c826e7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-59c826e7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-59c826e7] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-59c826e7] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-59c826e7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-59c826e7],
.no_wlan[data-v-59c826e7] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-59c826e7],
.no_wlan img.nodata_icon[data-v-59c826e7] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-59c826e7] {
  background-color: #75B880;
}
.active_color[data-v-59c826e7] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-59c826e7] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-59c826e7] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/*专题班单元开始*/
.clazz_info_box[data-v-59c826e7] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.clazz_info_box .enroll_btn[data-v-59c826e7] {
  width: 70px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: var(--themeColor);
  color: #fff;
  border-radius: 18px;
  opacity: 0.75;
  font-size: 12px;
}
.clazz_item[data-v-59c826e7] {
  width: 100%;
  margin-bottom: 12px;
  position: relative;
  background: #fff;
  border-radius: 4px;
}
.clazz_item .ztb_date[data-v-59c826e7] {
  color: #999;
  font-size: 13px;
}
.ztb_name[data-v-59c826e7] {
  font-size: 16px;
  color: #333;
  padding: 10px 10px 0;
}
.ztb_info[data-v-59c826e7] {
  color: #999;
  position: relative;
  font-size: 13px;
  padding: 10px 10px 10px 0;
}
.ztb_info > div[data-v-59c826e7] {
  display: inline-block;
}
.ztb_begin_time[data-v-59c826e7] {
  position: absolute;
  right: 10px;
}
.ztb_period[data-v-59c826e7] {
  margin-left: 12px;
}
/*专题班单元结束*/
.clazz_type_name[data-v-59c826e7] {
  /*background-color: #E69F2D;*/
  color: #fff;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 15px 0 0 15px;
  position: absolute;
  right: 0;
  top: 14px;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-f9654120] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-f9654120]:export {
  topHead: 46px;
}
.header_title[data-v-f9654120] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-f9654120] {
  display: block;
}
.header_title[data-v-f9654120] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-f9654120] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-f9654120] {
  color: #999;
}
*[data-v-f9654120] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-f9654120],
.slide-right-leave-to[data-v-f9654120] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-f9654120],
.slide-right-enter[data-v-f9654120] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-f9654120],
.slide-left-leave-active[data-v-f9654120],
.slide-right-enter-active[data-v-f9654120],
.slide-right-leave-active[data-v-f9654120] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-f9654120] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-f9654120],
ol[data-v-f9654120] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-f9654120],
textarea[data-v-f9654120] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-f9654120],
input[type="password"][data-v-f9654120] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-f9654120]:hover,
input[type="submit"][data-v-f9654120]:hover {
  opacity: 1;
}
input[type="button"][data-v-f9654120],
input[type="submit"][data-v-f9654120] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-f9654120] {
  border: none;
  border-radius: 2px;
}
h1[data-v-f9654120],
h2[data-v-f9654120],
h3[data-v-f9654120],
h4[data-v-f9654120],
h5[data-v-f9654120] {
  color: #333;
}
a[data-v-f9654120] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-f9654120] {
  clear: both;
}
.clearfix[data-v-f9654120]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-f9654120] {
  zoom: 1;
}
.fl[data-v-f9654120] {
  float: left;
}
.fr[data-v-f9654120] {
  float: right;
}
input[data-v-f9654120]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-f9654120]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-f9654120]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-f9654120]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-f9654120] {
  display: none;
}
.container[data-v-f9654120] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-f9654120] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-f9654120] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-f9654120] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-f9654120] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-f9654120],
.no_wlan[data-v-f9654120] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-f9654120],
.no_wlan img.nodata_icon[data-v-f9654120] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-f9654120] {
  background-color: #75B880;
}
.active_color[data-v-f9654120] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-f9654120] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-f9654120] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slide-fade-enter[data-v-f9654120],
.slide-fade-enter-active[data-v-f9654120] {
  /*transform: translateY(-7rem);*/
  -webkit-animation: sliderOpen-data-v-f9654120 .25s linear;
          animation: sliderOpen-data-v-f9654120 .25s linear;
}
.slide-fade-leave-to[data-v-f9654120],
.slide-fade-leave-active[data-v-f9654120] {
  -webkit-animation: sliderClose-data-v-f9654120 .25s linear;
          animation: sliderClose-data-v-f9654120 .25s linear;
}
@-webkit-keyframes sliderOpen-data-v-f9654120 {
from {
    height: 0;
}
to {
    height: 46vh;
}
}
@keyframes sliderOpen-data-v-f9654120 {
from {
    height: 0;
}
to {
    height: 46vh;
}
}
@-webkit-keyframes sliderClose-data-v-f9654120 {
from {
    height: 46vh;
}
to {
    height: 0;
}
}
@keyframes sliderClose-data-v-f9654120 {
from {
    height: 46vh;
}
to {
    height: 0;
}
}
.main[data-v-f9654120] {
  background: #f2f2f2;
}
.subject_classify_list[data-v-f9654120] {
  width: 100%;
  padding: 0 16px 12px;
}
.query_ter[data-v-f9654120] {
  background-color: #fff;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
  font-size: 14px;
}
.main_course_wraps[data-v-f9654120] {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 46px;
  border-bottom: 1px solid #cfcfcf;
}
.type_select[data-v-f9654120] {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #f2f2f2;
  padding: 0 6px;
}
.date_select[data-v-f9654120] {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.date_select > span[data-v-f9654120],
.type_select > span[data-v-f9654120] {
  margin: 0 4px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mask[data-v-f9654120] {
  top: 92px;
}
.select_box[data-v-f9654120] {
  color: #333;
  position: fixed;
  top: 92px;
  z-index: 999;
  background-color: #fff;
  width: 100%;
  overflow-y: scroll;
  height: 46vh;
  -webkit-overflow-scrolling: touch;
}
.category_container[data-v-f9654120] .category_group {
  height: 46vh;
}
.select_item[data-v-f9654120] {
  padding: 10px 16px;
  border-bottom: 1px solid #f2f2f2;
}
.transform_arrow[data-v-f9654120] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.subject_item[data-v-379f9620] {
  width: 100%;
  display: block;
  background: #fff;
  margin-top: 12px;
  border-radius: 6px;
}
.subject_item li[data-v-379f9620] {
  padding-bottom: 8px;
}
.subject_item li[data-v-379f9620]:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.subject_item li img[data-v-379f9620] {
  width: 100%;
  border-radius: 6px 6px 0 0;
}
.subject_item li h4[data-v-379f9620] {
  color: #333333;
  padding: 0 6px;
  font-weight: normal;
}
.subject_item li p[data-v-379f9620] {
  font-size: 14px;
  color: #999999;
  padding: 0 6px;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-3aa89d09] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-3aa89d09]:export {
  topHead: 46px;
}
.header_title[data-v-3aa89d09] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-3aa89d09] {
  display: block;
}
.header_title[data-v-3aa89d09] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-3aa89d09] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-3aa89d09] {
  color: #999;
}
*[data-v-3aa89d09] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-3aa89d09],
.slide-right-leave-to[data-v-3aa89d09] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-3aa89d09],
.slide-right-enter[data-v-3aa89d09] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-3aa89d09],
.slide-left-leave-active[data-v-3aa89d09],
.slide-right-enter-active[data-v-3aa89d09],
.slide-right-leave-active[data-v-3aa89d09] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-3aa89d09] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-3aa89d09],
ol[data-v-3aa89d09] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-3aa89d09],
textarea[data-v-3aa89d09] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-3aa89d09],
input[type="password"][data-v-3aa89d09] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-3aa89d09]:hover,
input[type="submit"][data-v-3aa89d09]:hover {
  opacity: 1;
}
input[type="button"][data-v-3aa89d09],
input[type="submit"][data-v-3aa89d09] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-3aa89d09] {
  border: none;
  border-radius: 2px;
}
h1[data-v-3aa89d09],
h2[data-v-3aa89d09],
h3[data-v-3aa89d09],
h4[data-v-3aa89d09],
h5[data-v-3aa89d09] {
  color: #333;
}
a[data-v-3aa89d09] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-3aa89d09] {
  clear: both;
}
.clearfix[data-v-3aa89d09]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-3aa89d09] {
  zoom: 1;
}
.fl[data-v-3aa89d09] {
  float: left;
}
.fr[data-v-3aa89d09] {
  float: right;
}
input[data-v-3aa89d09]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-3aa89d09]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-3aa89d09]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-3aa89d09]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-3aa89d09] {
  display: none;
}
.container[data-v-3aa89d09] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-3aa89d09] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-3aa89d09] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-3aa89d09] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-3aa89d09] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-3aa89d09],
.no_wlan[data-v-3aa89d09] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-3aa89d09],
.no_wlan img.nodata_icon[data-v-3aa89d09] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-3aa89d09] {
  background-color: #75B880;
}
.active_color[data-v-3aa89d09] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-3aa89d09] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-3aa89d09] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.clazz_list[data-v-3aa89d09] {
  padding: 10px 16px;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-2d36380a] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-2d36380a]:export {
  topHead: 46px;
}
.header_title[data-v-2d36380a] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-2d36380a] {
  display: block;
}
.header_title[data-v-2d36380a] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-2d36380a] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-2d36380a] {
  color: #999;
}
*[data-v-2d36380a] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-2d36380a],
.slide-right-leave-to[data-v-2d36380a] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-2d36380a],
.slide-right-enter[data-v-2d36380a] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-2d36380a],
.slide-left-leave-active[data-v-2d36380a],
.slide-right-enter-active[data-v-2d36380a],
.slide-right-leave-active[data-v-2d36380a] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-2d36380a] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-2d36380a],
ol[data-v-2d36380a] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-2d36380a],
textarea[data-v-2d36380a] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-2d36380a],
input[type="password"][data-v-2d36380a] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-2d36380a]:hover,
input[type="submit"][data-v-2d36380a]:hover {
  opacity: 1;
}
input[type="button"][data-v-2d36380a],
input[type="submit"][data-v-2d36380a] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-2d36380a] {
  border: none;
  border-radius: 2px;
}
h1[data-v-2d36380a],
h2[data-v-2d36380a],
h3[data-v-2d36380a],
h4[data-v-2d36380a],
h5[data-v-2d36380a] {
  color: #333;
}
a[data-v-2d36380a] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-2d36380a] {
  clear: both;
}
.clearfix[data-v-2d36380a]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-2d36380a] {
  zoom: 1;
}
.fl[data-v-2d36380a] {
  float: left;
}
.fr[data-v-2d36380a] {
  float: right;
}
input[data-v-2d36380a]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-2d36380a]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-2d36380a]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-2d36380a]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-2d36380a] {
  display: none;
}
.container[data-v-2d36380a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-2d36380a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-2d36380a] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-2d36380a] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-2d36380a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-2d36380a],
.no_wlan[data-v-2d36380a] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-2d36380a],
.no_wlan img.nodata_icon[data-v-2d36380a] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-2d36380a] {
  background-color: #75B880;
}
.active_color[data-v-2d36380a] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-2d36380a] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-2d36380a] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.query_ter[data-v-2d36380a] {
  background-color: #fff;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
  font-size: 14px;
}
.main_course_wraps[data-v-2d36380a] {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 46px;
  border-bottom: 1px solid #cfcfcf;
}
.type_select[data-v-2d36380a] {
  border-right: 1px solid #f2f2f2;
}
.date_select[data-v-2d36380a],
.type_select[data-v-2d36380a] {
  text-align: center;
  color: #666;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mask[data-v-2d36380a] {
  top: 92px;
}
.select_box[data-v-2d36380a] {
  color: #333;
  position: fixed;
  top: 92px;
  left: 0;
  z-index: 999;
  background-color: #fff;
  width: 100%;
  overflow-y: scroll;
  height: 46vh;
  -webkit-overflow-scrolling: touch;
}
.category_container[data-v-2d36380a] .category_group {
  height: 46vh;
}
.select_item[data-v-2d36380a] {
  padding: 10px 16px;
  border-bottom: 1px solid #f2f2f2;
}
.transformArrow[data-v-2d36380a] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-56bae747] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-56bae747]:export {
  topHead: 46px;
}
.header_title[data-v-56bae747] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-56bae747] {
  display: block;
}
.header_title[data-v-56bae747] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-56bae747] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-56bae747] {
  color: #999;
}
*[data-v-56bae747] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-56bae747],
.slide-right-leave-to[data-v-56bae747] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-56bae747],
.slide-right-enter[data-v-56bae747] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-56bae747],
.slide-left-leave-active[data-v-56bae747],
.slide-right-enter-active[data-v-56bae747],
.slide-right-leave-active[data-v-56bae747] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-56bae747] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-56bae747],
ol[data-v-56bae747] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-56bae747],
textarea[data-v-56bae747] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-56bae747],
input[type="password"][data-v-56bae747] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-56bae747]:hover,
input[type="submit"][data-v-56bae747]:hover {
  opacity: 1;
}
input[type="button"][data-v-56bae747],
input[type="submit"][data-v-56bae747] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-56bae747] {
  border: none;
  border-radius: 2px;
}
h1[data-v-56bae747],
h2[data-v-56bae747],
h3[data-v-56bae747],
h4[data-v-56bae747],
h5[data-v-56bae747] {
  color: #333;
}
a[data-v-56bae747] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-56bae747] {
  clear: both;
}
.clearfix[data-v-56bae747]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-56bae747] {
  zoom: 1;
}
.fl[data-v-56bae747] {
  float: left;
}
.fr[data-v-56bae747] {
  float: right;
}
input[data-v-56bae747]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-56bae747]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-56bae747]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-56bae747]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-56bae747] {
  display: none;
}
.container[data-v-56bae747] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-56bae747] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-56bae747] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-56bae747] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-56bae747] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-56bae747],
.no_wlan[data-v-56bae747] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-56bae747],
.no_wlan img.nodata_icon[data-v-56bae747] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-56bae747] {
  background-color: #75B880;
}
.active_color[data-v-56bae747] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-56bae747] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-56bae747] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.course_situation_test[data-v-56bae747] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  margin-top: 5px;
}
.course_box[data-v-56bae747] {
  margin: 10px 0;
}
.delete[data-v-56bae747] {
  width: 70px;
  height: 100%;
  background: #cc0000;
  font-size: 0.35rem;
  color: #fff;
  text-align: center;
  /* line-height: 4rem; */
  position: absolute;
  top: 0;
  right: -70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.course_item[data-type="0"][data-v-56bae747] {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.course_item[data-type="1"][data-v-56bae747] {
  -webkit-transform: translate3d(-70px, 0, 0);
          transform: translate3d(-70px, 0, 0);
}
.progress_box[data-v-56bae747] {
  margin-top: 10px;
}
.course_item[data-v-56bae747] {
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 4px 16px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-bottom: 4px solid #f2f2f2;
  position: relative;
}
.course_name[data-v-56bae747] {
  color: #333;
  padding-bottom: 8px;
  line-height: 170%;
}
.course_info_box[data-v-56bae747] {
  font-size: 14px;
  color: #666;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.course_info[data-v-56bae747] {
  margin-left: 10px;
  width: 70%;
}
.course_pic[data-v-56bae747] {
  width: 150px;
}
.course_pic img[data-v-56bae747] {
  width: 100%;
  /*height:1.7rem;*/
  border-radius: 4px;
}
.online_date[data-v-56bae747] {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}
.online_date .update_time[data-v-56bae747] {
  margin-top: 4px;
  white-space: nowrap;
}
.course_lecturer .lecturer_position[data-v-56bae747] {
  margin: 4px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.course_situation[data-v-56bae747] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.course_situation_item[data-v-56bae747] {
  width: 50%;
  margin-top: 2px;
  font-size: 12px;
}
.course_situation_item img[data-v-56bae747] {
  width: 12px;
  height: 12px;
}
.per[data-v-56bae747] {
  margin-left: 8px;
  font-size: 14px;
  color: #75b880;
  width: 50px;
}
.lecturer_name[data-v-56bae747] {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*.icon_box {
  position: absolute;
  top: 0;
}*/
.icon_contain[data-v-56bae747] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  bottom: 4px;
}
.new_icon[data-v-56bae747] {
  font-size: 12px;
  color: #fff;
  background-color: #e61717;
  z-index: 80;
  padding: 2px 6px;
  margin: 0 12px 0 0;
  text-align: center;
  border-radius: 0 0 3px 3px;
}
.course_survey[data-v-56bae747] {
  color: #0268CA;
}

.course_list[data-v-14eb2f27]{
  overflow:hidden;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-4f0cd844] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-4f0cd844]:export {
  topHead: 46px;
}
.header_title[data-v-4f0cd844] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-4f0cd844] {
  display: block;
}
.header_title[data-v-4f0cd844] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-4f0cd844] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-4f0cd844] {
  color: #999;
}
*[data-v-4f0cd844] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-4f0cd844],
.slide-right-leave-to[data-v-4f0cd844] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-4f0cd844],
.slide-right-enter[data-v-4f0cd844] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-4f0cd844],
.slide-left-leave-active[data-v-4f0cd844],
.slide-right-enter-active[data-v-4f0cd844],
.slide-right-leave-active[data-v-4f0cd844] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-4f0cd844] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-4f0cd844],
ol[data-v-4f0cd844] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-4f0cd844],
textarea[data-v-4f0cd844] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-4f0cd844],
input[type="password"][data-v-4f0cd844] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-4f0cd844]:hover,
input[type="submit"][data-v-4f0cd844]:hover {
  opacity: 1;
}
input[type="button"][data-v-4f0cd844],
input[type="submit"][data-v-4f0cd844] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-4f0cd844] {
  border: none;
  border-radius: 2px;
}
h1[data-v-4f0cd844],
h2[data-v-4f0cd844],
h3[data-v-4f0cd844],
h4[data-v-4f0cd844],
h5[data-v-4f0cd844] {
  color: #333;
}
a[data-v-4f0cd844] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-4f0cd844] {
  clear: both;
}
.clearfix[data-v-4f0cd844]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-4f0cd844] {
  zoom: 1;
}
.fl[data-v-4f0cd844] {
  float: left;
}
.fr[data-v-4f0cd844] {
  float: right;
}
input[data-v-4f0cd844]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-4f0cd844]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-4f0cd844]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-4f0cd844]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-4f0cd844] {
  display: none;
}
.container[data-v-4f0cd844] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-4f0cd844] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-4f0cd844] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-4f0cd844] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-4f0cd844] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-4f0cd844],
.no_wlan[data-v-4f0cd844] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-4f0cd844],
.no_wlan img.nodata_icon[data-v-4f0cd844] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-4f0cd844] {
  background-color: #75B880;
}
.active_color[data-v-4f0cd844] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-4f0cd844] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-4f0cd844] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.interest_top[data-v-4f0cd844] {
  text-align: center;
  margin: 16px 0;
}
.tips[data-v-4f0cd844] {
  margin-top: 12px;
  font-size: 14px;
  color: #999;
}
.interest_title[data-v-4f0cd844] {
  font-size: 20px;
}
.interest_list[data-v-4f0cd844] {
  font-size: 15px;
  color: #99A4BE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 94%;
  margin: 0 auto;
  padding: 18px 0;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.interest_item[data-v-4f0cd844] {
  border: 1px solid #D6E9FE;
  border-radius: 16px;
  padding: 8px 16px;
  margin: 5px;
  color: #4a4a4a;
}
.select_interest[data-v-4f0cd844] {
  background-color: #FF8200;
  color: #fff;
  border: 1px solid #FF8200;
}
.selected_btn[data-v-4f0cd844] {
  width: 220px;
  line-height: 44px;
  height: 44px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: var(--themeColor);
  border-radius: 22px;
  margin: 0 auto 20px;
}

.lecturer_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/*.van-list {
  padding: 10px 16px;
}*/
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-88374e66] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-88374e66]:export {
  topHead: 46px;
}
.header_title[data-v-88374e66] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-88374e66] {
  display: block;
}
.header_title[data-v-88374e66] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-88374e66] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-88374e66] {
  color: #999;
}
*[data-v-88374e66] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-88374e66],
.slide-right-leave-to[data-v-88374e66] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-88374e66],
.slide-right-enter[data-v-88374e66] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-88374e66],
.slide-left-leave-active[data-v-88374e66],
.slide-right-enter-active[data-v-88374e66],
.slide-right-leave-active[data-v-88374e66] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-88374e66] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-88374e66],
ol[data-v-88374e66] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-88374e66],
textarea[data-v-88374e66] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-88374e66],
input[type="password"][data-v-88374e66] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-88374e66]:hover,
input[type="submit"][data-v-88374e66]:hover {
  opacity: 1;
}
input[type="button"][data-v-88374e66],
input[type="submit"][data-v-88374e66] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-88374e66] {
  border: none;
  border-radius: 2px;
}
h1[data-v-88374e66],
h2[data-v-88374e66],
h3[data-v-88374e66],
h4[data-v-88374e66],
h5[data-v-88374e66] {
  color: #333;
}
a[data-v-88374e66] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-88374e66] {
  clear: both;
}
.clearfix[data-v-88374e66]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-88374e66] {
  zoom: 1;
}
.fl[data-v-88374e66] {
  float: left;
}
.fr[data-v-88374e66] {
  float: right;
}
input[data-v-88374e66]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-88374e66]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-88374e66]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-88374e66]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-88374e66] {
  display: none;
}
.container[data-v-88374e66] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-88374e66] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-88374e66] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-88374e66] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-88374e66] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-88374e66],
.no_wlan[data-v-88374e66] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-88374e66],
.no_wlan img.nodata_icon[data-v-88374e66] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-88374e66] {
  background-color: #75B880;
}
.active_color[data-v-88374e66] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-88374e66] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-88374e66] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/*导航*/
.fixed_navbar[data-v-88374e66] {
  position: fixed;
  top: 46px;
  left: 0;
  z-index: 99;
  width: 100%;
  background: #fff;
}
.lecturer_info[data-v-88374e66] {
  padding: 0 16px;
  position: relative;
  margin-top: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.lecturer_info .lecturer_info_content[data-v-88374e66] {
  margin-left: 16px;
  width: calc(100% - 3 * 16px);
}
.lecturer_info .lecturer_position[data-v-88374e66] {
  font-size: 14px;
  margin-top: 10px;
  color: #999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 160%;
}
.lecturer_course_num[data-v-88374e66] {
  position: absolute;
  bottom: 0;
  color: #aaa;
}
.lecturer_box[data-v-88374e66] {
  margin-top: 10px;
}
.lecturer_tab[data-v-88374e66] {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc;
}
.lecturer_tab .tab_tips[data-v-88374e66] {
  width: 50%;
  text-align: center;
}
.lecturer_tab .tab_tips span[data-v-88374e66] {
  display: inline-block;
  padding: 12px 8px;
  border-bottom: 2px solid transparent;
}
.lecturer_tab .tab_tips .active_tab[data-v-88374e66] {
  color: #333;
  border-bottom: 2px solid #cc0000;
}
/**简介开始*/
.lecturer_intro[data-v-88374e66] {
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lecturer_intro .detail_title[data-v-88374e66] {
  color: #333;
  margin: 10px 0;
}
.lecturer_intro .detail_content[data-v-88374e66] {
  font-size: 15px;
  color: #666;
  line-height: 170%;
  white-space: pre-wrap;
}
.divider[data-v-88374e66] {
  width: 7px;
  height: 17px;
  background: #cc0000;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 4px;
}
/**简介结束**/
/*课程**/
.lecturer_course[data-v-88374e66] {
  margin-top: 6px;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-5c363dbd] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-5c363dbd]:export {
  topHead: 46px;
}
.header_title[data-v-5c363dbd] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-5c363dbd] {
  display: block;
}
.header_title[data-v-5c363dbd] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-5c363dbd] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-5c363dbd] {
  color: #999;
}
*[data-v-5c363dbd] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-5c363dbd],
.slide-right-leave-to[data-v-5c363dbd] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-5c363dbd],
.slide-right-enter[data-v-5c363dbd] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-5c363dbd],
.slide-left-leave-active[data-v-5c363dbd],
.slide-right-enter-active[data-v-5c363dbd],
.slide-right-leave-active[data-v-5c363dbd] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-5c363dbd] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-5c363dbd],
ol[data-v-5c363dbd] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-5c363dbd],
textarea[data-v-5c363dbd] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-5c363dbd],
input[type="password"][data-v-5c363dbd] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-5c363dbd]:hover,
input[type="submit"][data-v-5c363dbd]:hover {
  opacity: 1;
}
input[type="button"][data-v-5c363dbd],
input[type="submit"][data-v-5c363dbd] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-5c363dbd] {
  border: none;
  border-radius: 2px;
}
h1[data-v-5c363dbd],
h2[data-v-5c363dbd],
h3[data-v-5c363dbd],
h4[data-v-5c363dbd],
h5[data-v-5c363dbd] {
  color: #333;
}
a[data-v-5c363dbd] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-5c363dbd] {
  clear: both;
}
.clearfix[data-v-5c363dbd]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-5c363dbd] {
  zoom: 1;
}
.fl[data-v-5c363dbd] {
  float: left;
}
.fr[data-v-5c363dbd] {
  float: right;
}
input[data-v-5c363dbd]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-5c363dbd]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-5c363dbd]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-5c363dbd]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-5c363dbd] {
  display: none;
}
.container[data-v-5c363dbd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-5c363dbd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-5c363dbd] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-5c363dbd] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-5c363dbd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-5c363dbd],
.no_wlan[data-v-5c363dbd] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-5c363dbd],
.no_wlan img.nodata_icon[data-v-5c363dbd] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-5c363dbd] {
  background-color: #75B880;
}
.active_color[data-v-5c363dbd] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-5c363dbd] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-5c363dbd] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.submit_btn[data-v-5c363dbd] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #0268CA;
  border-radius: 20px;
  text-align: center;
  margin: 20px auto;
}
.van-cell[data-v-5c363dbd] {
  padding: 10px 0;
}
.van-cell[data-v-5c363dbd]::after {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: ' ';
  pointer-events: none;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #ebedf0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.login_item[data-v-5c363dbd] {
  border-bottom: 1px solid #f2f2f2;
  font-size: 15px;
  margin: 8px 0;
}
.input_box[data-v-5c363dbd] {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  color: #333;
  padding: 20px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.my_input_box[data-v-5c363dbd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 84%;
}
.my_input[data-v-5c363dbd] {
  width: 100%;
  /*border: 1px solid #f2f2f2;*/
  border: none;
  height: 30px;
  padding: 0 10px;
  border-radius: 3px;
  display: block;
  vertical-align: middle;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-783aa4dd] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-783aa4dd]:export {
  topHead: 46px;
}
.header_title[data-v-783aa4dd] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-783aa4dd] {
  display: block;
}
.header_title[data-v-783aa4dd] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-783aa4dd] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-783aa4dd] {
  color: #999;
}
*[data-v-783aa4dd] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-783aa4dd],
.slide-right-leave-to[data-v-783aa4dd] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-783aa4dd],
.slide-right-enter[data-v-783aa4dd] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-783aa4dd],
.slide-left-leave-active[data-v-783aa4dd],
.slide-right-enter-active[data-v-783aa4dd],
.slide-right-leave-active[data-v-783aa4dd] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-783aa4dd] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-783aa4dd],
ol[data-v-783aa4dd] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-783aa4dd],
textarea[data-v-783aa4dd] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-783aa4dd],
input[type="password"][data-v-783aa4dd] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-783aa4dd]:hover,
input[type="submit"][data-v-783aa4dd]:hover {
  opacity: 1;
}
input[type="button"][data-v-783aa4dd],
input[type="submit"][data-v-783aa4dd] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-783aa4dd] {
  border: none;
  border-radius: 2px;
}
h1[data-v-783aa4dd],
h2[data-v-783aa4dd],
h3[data-v-783aa4dd],
h4[data-v-783aa4dd],
h5[data-v-783aa4dd] {
  color: #333;
}
a[data-v-783aa4dd] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-783aa4dd] {
  clear: both;
}
.clearfix[data-v-783aa4dd]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-783aa4dd] {
  zoom: 1;
}
.fl[data-v-783aa4dd] {
  float: left;
}
.fr[data-v-783aa4dd] {
  float: right;
}
input[data-v-783aa4dd]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-783aa4dd]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-783aa4dd]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-783aa4dd]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-783aa4dd] {
  display: none;
}
.container[data-v-783aa4dd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-783aa4dd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-783aa4dd] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-783aa4dd] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-783aa4dd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-783aa4dd],
.no_wlan[data-v-783aa4dd] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-783aa4dd],
.no_wlan img.nodata_icon[data-v-783aa4dd] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-783aa4dd] {
  background-color: #75B880;
}
.active_color[data-v-783aa4dd] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-783aa4dd] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-783aa4dd] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.avatar_box[data-v-783aa4dd] {
  width: 100%;
  height: 100%;
  background: #000;
}
.avatar[data-v-783aa4dd] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(100vh - 46px);
  -o-object-fit: cover;
     object-fit: cover;
}
/***设置头像**/
#album[data-v-783aa4dd] {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  width: 54px;
  height: 46px;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-35d1ab2c] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-35d1ab2c]:export {
  topHead: 46px;
}
.header_title[data-v-35d1ab2c] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-35d1ab2c] {
  display: block;
}
.header_title[data-v-35d1ab2c] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-35d1ab2c] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-35d1ab2c] {
  color: #999;
}
*[data-v-35d1ab2c] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-35d1ab2c],
.slide-right-leave-to[data-v-35d1ab2c] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-35d1ab2c],
.slide-right-enter[data-v-35d1ab2c] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-35d1ab2c],
.slide-left-leave-active[data-v-35d1ab2c],
.slide-right-enter-active[data-v-35d1ab2c],
.slide-right-leave-active[data-v-35d1ab2c] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-35d1ab2c] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-35d1ab2c],
ol[data-v-35d1ab2c] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-35d1ab2c],
textarea[data-v-35d1ab2c] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-35d1ab2c],
input[type="password"][data-v-35d1ab2c] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-35d1ab2c]:hover,
input[type="submit"][data-v-35d1ab2c]:hover {
  opacity: 1;
}
input[type="button"][data-v-35d1ab2c],
input[type="submit"][data-v-35d1ab2c] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-35d1ab2c] {
  border: none;
  border-radius: 2px;
}
h1[data-v-35d1ab2c],
h2[data-v-35d1ab2c],
h3[data-v-35d1ab2c],
h4[data-v-35d1ab2c],
h5[data-v-35d1ab2c] {
  color: #333;
}
a[data-v-35d1ab2c] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-35d1ab2c] {
  clear: both;
}
.clearfix[data-v-35d1ab2c]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-35d1ab2c] {
  zoom: 1;
}
.fl[data-v-35d1ab2c] {
  float: left;
}
.fr[data-v-35d1ab2c] {
  float: right;
}
input[data-v-35d1ab2c]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-35d1ab2c]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-35d1ab2c]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-35d1ab2c]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-35d1ab2c] {
  display: none;
}
.container[data-v-35d1ab2c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-35d1ab2c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-35d1ab2c] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-35d1ab2c] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-35d1ab2c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-35d1ab2c],
.no_wlan[data-v-35d1ab2c] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-35d1ab2c],
.no_wlan img.nodata_icon[data-v-35d1ab2c] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-35d1ab2c] {
  background-color: #75B880;
}
.active_color[data-v-35d1ab2c] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-35d1ab2c] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-35d1ab2c] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.no_data[data-v-35d1ab2c] {
  top: 93px;
}
.completed_year[data-v-35d1ab2c] {
  background: #ffffff;
}
.completed_year ul[data-v-35d1ab2c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  overflow-x: auto;
  white-space: nowrap;
}
.completed_year ul li[data-v-35d1ab2c] {
  color: #999;
  height: 46px;
  line-height: 46px;
  padding: 0 10px;
  margin: 0 10px;
}
.completed_year ul li.active_year[data-v-35d1ab2c] {
  border-bottom: 2px solid #cc0000;
  color: #333;
}

.course_list[data-v-49e52a8d]{
    overflow:hidden;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-5abd9246] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-5abd9246]:export {
  topHead: 46px;
}
.header_title[data-v-5abd9246] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-5abd9246] {
  display: block;
}
.header_title[data-v-5abd9246] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-5abd9246] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-5abd9246] {
  color: #999;
}
*[data-v-5abd9246] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-5abd9246],
.slide-right-leave-to[data-v-5abd9246] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-5abd9246],
.slide-right-enter[data-v-5abd9246] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-5abd9246],
.slide-left-leave-active[data-v-5abd9246],
.slide-right-enter-active[data-v-5abd9246],
.slide-right-leave-active[data-v-5abd9246] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-5abd9246] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-5abd9246],
ol[data-v-5abd9246] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-5abd9246],
textarea[data-v-5abd9246] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-5abd9246],
input[type="password"][data-v-5abd9246] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-5abd9246]:hover,
input[type="submit"][data-v-5abd9246]:hover {
  opacity: 1;
}
input[type="button"][data-v-5abd9246],
input[type="submit"][data-v-5abd9246] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-5abd9246] {
  border: none;
  border-radius: 2px;
}
h1[data-v-5abd9246],
h2[data-v-5abd9246],
h3[data-v-5abd9246],
h4[data-v-5abd9246],
h5[data-v-5abd9246] {
  color: #333;
}
a[data-v-5abd9246] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-5abd9246] {
  clear: both;
}
.clearfix[data-v-5abd9246]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-5abd9246] {
  zoom: 1;
}
.fl[data-v-5abd9246] {
  float: left;
}
.fr[data-v-5abd9246] {
  float: right;
}
input[data-v-5abd9246]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-5abd9246]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-5abd9246]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-5abd9246]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-5abd9246] {
  display: none;
}
.container[data-v-5abd9246] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-5abd9246] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-5abd9246] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-5abd9246] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-5abd9246] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-5abd9246],
.no_wlan[data-v-5abd9246] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-5abd9246],
.no_wlan img.nodata_icon[data-v-5abd9246] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-5abd9246] {
  background-color: #75B880;
}
.active_color[data-v-5abd9246] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-5abd9246] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-5abd9246] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.beian[data-v-5abd9246] {
  font-size: 13px;
  text-align: center;
  color: #a4a4a4;
  padding-bottom: 30px;
}
.situation_item[data-v-5abd9246] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #666;
  background-color: #fff;
  padding: 14px 16px;
  border-bottom: 1px solid #f2f2f2;
}
.c_container[data-v-5abd9246] {
  background: #EFF2F7;
}
.record_item[data-v-5abd9246] {
  color: #333;
  position: relative;
  border-bottom: 5px solid #f2f2f2;
  padding: 14px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.record_item .van-icon[data-v-5abd9246] {
  color: #ccc;
  font-weight: bold;
}
.record_item .user_info_value[data-v-5abd9246] {
  color: #999;
  margin-right: 10px;
}
.logout[data-v-5abd9246] {
  width: 60%;
  max-width: 220px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 22px;
  color: #FF8200;
  line-height: 44px;
  text-align: center;
  margin: 20px auto;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-5908681c] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-5908681c]:export {
  topHead: 46px;
}
.header_title[data-v-5908681c] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-5908681c] {
  display: block;
}
.header_title[data-v-5908681c] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-5908681c] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-5908681c] {
  color: #999;
}
*[data-v-5908681c] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-5908681c],
.slide-right-leave-to[data-v-5908681c] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-5908681c],
.slide-right-enter[data-v-5908681c] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-5908681c],
.slide-left-leave-active[data-v-5908681c],
.slide-right-enter-active[data-v-5908681c],
.slide-right-leave-active[data-v-5908681c] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-5908681c] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-5908681c],
ol[data-v-5908681c] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-5908681c],
textarea[data-v-5908681c] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-5908681c],
input[type="password"][data-v-5908681c] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-5908681c]:hover,
input[type="submit"][data-v-5908681c]:hover {
  opacity: 1;
}
input[type="button"][data-v-5908681c],
input[type="submit"][data-v-5908681c] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-5908681c] {
  border: none;
  border-radius: 2px;
}
h1[data-v-5908681c],
h2[data-v-5908681c],
h3[data-v-5908681c],
h4[data-v-5908681c],
h5[data-v-5908681c] {
  color: #333;
}
a[data-v-5908681c] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-5908681c] {
  clear: both;
}
.clearfix[data-v-5908681c]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-5908681c] {
  zoom: 1;
}
.fl[data-v-5908681c] {
  float: left;
}
.fr[data-v-5908681c] {
  float: right;
}
input[data-v-5908681c]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-5908681c]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-5908681c]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-5908681c]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-5908681c] {
  display: none;
}
.container[data-v-5908681c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-5908681c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-5908681c] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-5908681c] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-5908681c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-5908681c],
.no_wlan[data-v-5908681c] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-5908681c],
.no_wlan img.nodata_icon[data-v-5908681c] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-5908681c] {
  background-color: #75B880;
}
.active_color[data-v-5908681c] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-5908681c] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-5908681c] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.login_form[data-v-5908681c] {
  width: 100%;
  margin: 0 auto;
  padding: 16px 24px;
}
.login_item[data-v-5908681c] {
  font-size: 15px;
  margin: 18px 0;
}
.login_item .login_btn[data-v-5908681c] {
  background: var(--themeColor);
  color: #fff;
  border-radius: 4px;
  height: 40px;
  font-size: 16px;
}
.login_item input[data-v-5908681c] {
  width: 100%;
  margin: 0 auto;
  height: 30px;
  border: none;
  border-bottom: 1px solid #f2f2f2;
}
.login_p[data-v-5908681c] {
  font-size: 13px;
  color: #999999;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-296758c7] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-296758c7]:export {
  topHead: 46px;
}
.header_title[data-v-296758c7] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-296758c7] {
  display: block;
}
.header_title[data-v-296758c7] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-296758c7] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-296758c7] {
  color: #999;
}
*[data-v-296758c7] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-296758c7],
.slide-right-leave-to[data-v-296758c7] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-296758c7],
.slide-right-enter[data-v-296758c7] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-296758c7],
.slide-left-leave-active[data-v-296758c7],
.slide-right-enter-active[data-v-296758c7],
.slide-right-leave-active[data-v-296758c7] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-296758c7] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-296758c7],
ol[data-v-296758c7] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-296758c7],
textarea[data-v-296758c7] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-296758c7],
input[type="password"][data-v-296758c7] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-296758c7]:hover,
input[type="submit"][data-v-296758c7]:hover {
  opacity: 1;
}
input[type="button"][data-v-296758c7],
input[type="submit"][data-v-296758c7] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-296758c7] {
  border: none;
  border-radius: 2px;
}
h1[data-v-296758c7],
h2[data-v-296758c7],
h3[data-v-296758c7],
h4[data-v-296758c7],
h5[data-v-296758c7] {
  color: #333;
}
a[data-v-296758c7] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-296758c7] {
  clear: both;
}
.clearfix[data-v-296758c7]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-296758c7] {
  zoom: 1;
}
.fl[data-v-296758c7] {
  float: left;
}
.fr[data-v-296758c7] {
  float: right;
}
input[data-v-296758c7]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-296758c7]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-296758c7]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-296758c7]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-296758c7] {
  display: none;
}
.container[data-v-296758c7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-296758c7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-296758c7] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-296758c7] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-296758c7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-296758c7],
.no_wlan[data-v-296758c7] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-296758c7],
.no_wlan img.nodata_icon[data-v-296758c7] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-296758c7] {
  background-color: #75B880;
}
.active_color[data-v-296758c7] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-296758c7] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-296758c7] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.uncompleted_course .category_title[data-v-296758c7],
.completed_course .category_title[data-v-296758c7] {
  padding: 14px 16px;
  border-bottom: 1px solid #f2f2f2;
  color: var(--themeColor);
}
.completed_course[data-v-296758c7] {
  border-top: 6px solid #f2f2f2;
}
.clazz_tab[data-v-296758c7] {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 46px;
  line-height: calc(46px - 2px);
  border-bottom: 1px solid #f2f2f2;
  z-index: 99;
}
.course_type_box[data-v-296758c7] {
  margin-top: 46px;
}
.clazz_course_tab[data-v-296758c7] {
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 999;
}
.course_tab_item[data-v-296758c7] {
  width: 50%;
  text-align: center;
}
.clazz_tab_item[data-v-296758c7] {
  text-align: center;
  padding: 0 10px;
  border-bottom: 2px solid transparent;
  color: #888;
}
.current_status[data-v-296758c7] {
  color: #333;
  border-bottom: 2px solid #cc0000;
}
/*简介*/
.introduce[data-v-296758c7],
.course_unit[data-v-296758c7] {
  padding: 10px 16px;
}
.introuction_detail[data-v-296758c7] {
  color: #666;
  margin-top: 10px;
  line-height: 170%;
}
.introduce .clazz_name[data-v-296758c7] {
  font-size: 16px;
  color: #333;
  margin: 10px 0;
  line-height: 160%;
}
.introduce .clazz_date[data-v-296758c7] {
  font-size: 13px;
  color: #999;
}
.enroll_btn[data-v-296758c7] {
  width: 100%;
  background: #cc0000;
  text-align: center;
  color: #fff;
  height: 40px;
  line-height: 40px;
  position: fixed;
  bottom: 0;
  left: 0;
}
.finish_require[data-v-296758c7] {
  font-size: 14px;
  margin-top: 18px;
}
.finish_require .require_title[data-v-296758c7] {
  font-size: 15px;
  font-weight: bold;
}
.finish_require .require_value[data-v-296758c7] {
  text-align: center;
  margin-bottom: 6px;
  color: #75b880;
}
.finish_require .require_item[data-v-296758c7] {
  margin: 10px 0 0;
}
.finish_require .require_item .require_txt[data-v-296758c7] {
  margin-bottom: 8px;
}
/**课程列表**/
.divider[data-v-296758c7] {
  width: 7px;
  height: 18px;
  background: #cc0000;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 4px;
}
.clazz_course[data-v-296758c7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.van-collapse[data-v-296758c7] {
  margin-top: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.van-hairline--top-bottom[data-v-296758c7]::after {
  border-width: 0 0;
}
[data-v-296758c7] .van-collapse-item__wrapper .van-collapse-item__content {
  padding: 0;
}
/**工具箱**/
.toolbox_list[data-v-296758c7] {
  padding: 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
.toolbox_item[data-v-296758c7] {
  width: 33.3%;
  text-align: center;
  margin: 10px 0;
}
.toolbox_item .toolbox_icon[data-v-296758c7] {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.toolbox_item img[data-v-296758c7] {
  width: 34px;
  margin: 0 auto;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-238d1add] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-238d1add]:export {
  topHead: 46px;
}
.header_title[data-v-238d1add] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-238d1add] {
  display: block;
}
.header_title[data-v-238d1add] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-238d1add] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-238d1add] {
  color: #999;
}
*[data-v-238d1add] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-238d1add],
.slide-right-leave-to[data-v-238d1add] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-238d1add],
.slide-right-enter[data-v-238d1add] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-238d1add],
.slide-left-leave-active[data-v-238d1add],
.slide-right-enter-active[data-v-238d1add],
.slide-right-leave-active[data-v-238d1add] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-238d1add] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-238d1add],
ol[data-v-238d1add] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-238d1add],
textarea[data-v-238d1add] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-238d1add],
input[type="password"][data-v-238d1add] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-238d1add]:hover,
input[type="submit"][data-v-238d1add]:hover {
  opacity: 1;
}
input[type="button"][data-v-238d1add],
input[type="submit"][data-v-238d1add] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-238d1add] {
  border: none;
  border-radius: 2px;
}
h1[data-v-238d1add],
h2[data-v-238d1add],
h3[data-v-238d1add],
h4[data-v-238d1add],
h5[data-v-238d1add] {
  color: #333;
}
a[data-v-238d1add] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-238d1add] {
  clear: both;
}
.clearfix[data-v-238d1add]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-238d1add] {
  zoom: 1;
}
.fl[data-v-238d1add] {
  float: left;
}
.fr[data-v-238d1add] {
  float: right;
}
input[data-v-238d1add]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-238d1add]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-238d1add]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-238d1add]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-238d1add] {
  display: none;
}
.container[data-v-238d1add] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-238d1add] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-238d1add] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-238d1add] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-238d1add] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-238d1add],
.no_wlan[data-v-238d1add] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-238d1add],
.no_wlan img.nodata_icon[data-v-238d1add] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-238d1add] {
  background-color: #75B880;
}
.active_color[data-v-238d1add] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-238d1add] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-238d1add] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/**头部返回条开始**/
[data-v-238d1add] .van-nav-bar__title {
  max-width: 90%;
}
.play_head[data-v-238d1add] {
  width: 100%;
  position: absolute;
  z-index: 1111;
  padding: 8px 12px;
}
/**头部返回条结束**/
/*选项卡开始*/
.course_tab[data-v-238d1add] {
  width: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  color: #999;
  border-bottom: 1px solid #f2f2f2;
  background-color: #fff;
  height: 42px;
  line-height: 42px;
}
.course_tab .course_tab_item[data-v-238d1add] {
  text-align: center;
}
.course_tab .course_tab_item > span[data-v-238d1add] {
  display: inline-block;
  padding: 0 4px;
  border-bottom: 2px solid transparent;
}
.course_tab .course_tab_item > span.tab_active[data-v-238d1add] {
  color: #333;
  border-bottom: 2px solid #c00;
}
/*选项卡结束*/
/**课程详情**/
.course_detail[data-v-238d1add] {
  padding: 10px 16px 20px;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-flex: 1;
  overflow: auto;
}
/*简介*/
.course_info_box[data-v-238d1add] {
  font-size: 16px;
  color: #666;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.draft[data-v-238d1add] {
  height: 100%;
}
.course_info[data-v-238d1add] {
  line-height: 170%;
  font-size: 14px;
}
.course_name[data-v-238d1add] {
  font-size: 16px;
  margin: 12px 0;
}
.course_situation[data-v-238d1add] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.course_learn[data-v-238d1add] {
  font-size: 14px;
}
.course_learn img[data-v-238d1add] {
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
}
/*教师简介开始*/
.intro_title[data-v-238d1add] {
  margin: 14px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.liner[data-v-238d1add] {
  width: calc(50% - 45px);
  border-bottom: 1px solid #ccc;
}
.circle[data-v-238d1add] {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
}
.intro_title_name[data-v-238d1add] {
  width: 90px;
  text-align: center;
}
.lecturer_photo[data-v-238d1add] {
  width: 1.5rem;
  height: 2rem;
  border-radius: 0.06rem;
}
.lecturer_info[data-v-238d1add] {
  font-size: 0.3rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.2rem;
  position: relative;
}
.lecturer_situation[data-v-238d1add] {
  width: calc(100% - 75px);
  margin-left: 12px;
}
.lecturer_name[data-v-238d1add] {
  font-size: 16px;
}
.lecturer_position[data-v-238d1add] {
  color: #666;
  font-size: 14px;
  margin-top: 10px;
}
.open[data-v-238d1add],
.close[data-v-238d1add] {
  color: #c00;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
}
.research_Achievements[data-v-238d1add] {
  margin-top: 16px;
}
.research_title[data-v-238d1add] {
  font-size: 16px;
  margin: 14px 0;
}
.lf_divider[data-v-238d1add] {
  display: inline-block;
  width: 5px;
  height: 14px;
  background-color: #c00;
  position: relative;
  top: 2px;
  margin-right: 4px;
}
.research_content[data-v-238d1add] {
  font-size: 14px;
  color: #666;
  line-height: 170%;
  white-space: pre-wrap;
  text-align: justify;
}
/*教师简介结束*/
/**底部按钮样式**/
.bottom_btn[data-v-238d1add] {
  height: 44px;
  line-height: 44px;
}
.bottom_btn .collect[data-v-238d1add],
.bottom_btn .participate[data-v-238d1add] {
  width: 100%;
  text-align: center;
}
.bottom_btn .collect[data-v-238d1add] {
  background-color: #fff;
  color: #999;
  border-top: 0.02rem solid #ececec;
}
.bottom_btn .participate[data-v-238d1add] {
  background-color: #c00;
  color: #fff;
}
.collect img[data-v-238d1add] {
  width: 18px;
  height: 18px;
  position: relative;
  top: 3px;
  margin-right: 4px;
}
/**音频播放页面**/
.audio_page[data-v-238d1add] {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-31d93920] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-31d93920]:export {
  topHead: 46px;
}
.header_title[data-v-31d93920] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-31d93920] {
  display: block;
}
.header_title[data-v-31d93920] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-31d93920] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-31d93920] {
  color: #999;
}
*[data-v-31d93920] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-31d93920],
.slide-right-leave-to[data-v-31d93920] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-31d93920],
.slide-right-enter[data-v-31d93920] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-31d93920],
.slide-left-leave-active[data-v-31d93920],
.slide-right-enter-active[data-v-31d93920],
.slide-right-leave-active[data-v-31d93920] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-31d93920] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-31d93920],
ol[data-v-31d93920] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-31d93920],
textarea[data-v-31d93920] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-31d93920],
input[type="password"][data-v-31d93920] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-31d93920]:hover,
input[type="submit"][data-v-31d93920]:hover {
  opacity: 1;
}
input[type="button"][data-v-31d93920],
input[type="submit"][data-v-31d93920] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-31d93920] {
  border: none;
  border-radius: 2px;
}
h1[data-v-31d93920],
h2[data-v-31d93920],
h3[data-v-31d93920],
h4[data-v-31d93920],
h5[data-v-31d93920] {
  color: #333;
}
a[data-v-31d93920] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-31d93920] {
  clear: both;
}
.clearfix[data-v-31d93920]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-31d93920] {
  zoom: 1;
}
.fl[data-v-31d93920] {
  float: left;
}
.fr[data-v-31d93920] {
  float: right;
}
input[data-v-31d93920]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-31d93920]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-31d93920]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-31d93920]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-31d93920] {
  display: none;
}
.container[data-v-31d93920] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-31d93920] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-31d93920] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-31d93920] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-31d93920] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-31d93920],
.no_wlan[data-v-31d93920] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-31d93920],
.no_wlan img.nodata_icon[data-v-31d93920] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-31d93920] {
  background-color: #75B880;
}
.active_color[data-v-31d93920] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-31d93920] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-31d93920] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.player[data-v-31d93920] {
  position: relative;
}
.player_load[data-v-31d93920] {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.play_cover[data-v-31d93920] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.play_cover img[data-v-31d93920] {
  width: 66px;
  height: 66px;
}
/**播放器开始**/
.video_player[data-v-31d93920] {
  width: 100%;
  z-index: 99;
}
/***播放器结束**/
/**重写播放器样式**/
/**修改封面播放按钮样式**/
/*重写控制条样式,解决控制条隐藏后还可以点击的问题*/
[data-v-31d93920] .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  display: none;
}
[data-v-31d93920] .video-js .vjs-big-play-button {
  width: 2em;
  border-radius: 50%;
  display: none;
}
/**控制条时长挪到后面显示**/
[data-v-31d93920] .video-js .vjs-control-bar .vjs-duration {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
/**去掉控制条时长/字符**/
[data-v-31d93920] .video-js .vjs-control-bar .vjs-time-divider {
  display: none;
}
[data-v-31d93920] .vjs-error-display {
  display: none;
}
/**修改进度条颜色**/
[data-v-31d93920] .video-js .vjs-play-progress,
.vjs-custom-skin > .video-js .vjs-volume-level[data-v-31d93920] {
  background-color: #75b880;
}
/**自定义全屏**/
[data-v-31d93920] .vjs-control-bar .vjs-icon-custombutton {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
[data-v-31d93920] .vjs-control-bar .vjs-icon-custombutton:before {
  content: "\F108";
  font-size: 1.8em;
  line-height: 1.67;
}
.fullscreen[data-v-31d93920] {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 100%;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 9999;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-a971b924] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-a971b924]:export {
  topHead: 46px;
}
.header_title[data-v-a971b924] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-a971b924] {
  display: block;
}
.header_title[data-v-a971b924] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-a971b924] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-a971b924] {
  color: #999;
}
*[data-v-a971b924] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-a971b924],
.slide-right-leave-to[data-v-a971b924] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-a971b924],
.slide-right-enter[data-v-a971b924] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-a971b924],
.slide-left-leave-active[data-v-a971b924],
.slide-right-enter-active[data-v-a971b924],
.slide-right-leave-active[data-v-a971b924] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-a971b924] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-a971b924],
ol[data-v-a971b924] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-a971b924],
textarea[data-v-a971b924] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-a971b924],
input[type="password"][data-v-a971b924] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-a971b924]:hover,
input[type="submit"][data-v-a971b924]:hover {
  opacity: 1;
}
input[type="button"][data-v-a971b924],
input[type="submit"][data-v-a971b924] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-a971b924] {
  border: none;
  border-radius: 2px;
}
h1[data-v-a971b924],
h2[data-v-a971b924],
h3[data-v-a971b924],
h4[data-v-a971b924],
h5[data-v-a971b924] {
  color: #333;
}
a[data-v-a971b924] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-a971b924] {
  clear: both;
}
.clearfix[data-v-a971b924]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-a971b924] {
  zoom: 1;
}
.fl[data-v-a971b924] {
  float: left;
}
.fr[data-v-a971b924] {
  float: right;
}
input[data-v-a971b924]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-a971b924]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-a971b924]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-a971b924]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-a971b924] {
  display: none;
}
.container[data-v-a971b924] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-a971b924] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-a971b924] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-a971b924] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-a971b924] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-a971b924],
.no_wlan[data-v-a971b924] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-a971b924],
.no_wlan img.nodata_icon[data-v-a971b924] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-a971b924] {
  background-color: #75B880;
}
.active_color[data-v-a971b924] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-a971b924] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-a971b924] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.chapter_title[data-v-a971b924] {
  font-size: 17px;
  color: #333;
  padding: 12px 0;
  border-bottom: 2px solid #f5f5f5;
}
.menu_item[data-v-a971b924] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.menu_item .menu_item_icon[data-v-a971b924] {
  width: 20px;
  margin-right: 10px;
}
.menu_chapter .video_currentChapter[data-v-a971b924] {
  color: #c00;
}
.menu_chapter .audioChapter[data-v-a971b924] {
  color: #cdced0;
}
.menu_chapter .videoChapter[data-v-a971b924] {
  color: #666;
}
.menu_chapter .audio_currentChapter[data-v-a971b924] {
  color: #e69f2d;
}
.menu_item > span[data-v-a971b924],
.menu_item .chapter_name[data-v-a971b924] {
  padding: 12px 0;
  border-bottom: 1px solid #f5f5f5;
  width: 100%;
  white-space: normal;
}
.menu_item .audio_menu_span[data-v-a971b924] {
  border-bottom: 1px solid #cdced0;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-738034b3] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-738034b3]:export {
  topHead: 46px;
}
.header_title[data-v-738034b3] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-738034b3] {
  display: block;
}
.header_title[data-v-738034b3] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-738034b3] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-738034b3] {
  color: #999;
}
*[data-v-738034b3] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-738034b3],
.slide-right-leave-to[data-v-738034b3] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-738034b3],
.slide-right-enter[data-v-738034b3] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-738034b3],
.slide-left-leave-active[data-v-738034b3],
.slide-right-enter-active[data-v-738034b3],
.slide-right-leave-active[data-v-738034b3] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-738034b3] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-738034b3],
ol[data-v-738034b3] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-738034b3],
textarea[data-v-738034b3] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-738034b3],
input[type="password"][data-v-738034b3] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-738034b3]:hover,
input[type="submit"][data-v-738034b3]:hover {
  opacity: 1;
}
input[type="button"][data-v-738034b3],
input[type="submit"][data-v-738034b3] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-738034b3] {
  border: none;
  border-radius: 2px;
}
h1[data-v-738034b3],
h2[data-v-738034b3],
h3[data-v-738034b3],
h4[data-v-738034b3],
h5[data-v-738034b3] {
  color: #333;
}
a[data-v-738034b3] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-738034b3] {
  clear: both;
}
.clearfix[data-v-738034b3]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-738034b3] {
  zoom: 1;
}
.fl[data-v-738034b3] {
  float: left;
}
.fr[data-v-738034b3] {
  float: right;
}
input[data-v-738034b3]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-738034b3]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-738034b3]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-738034b3]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-738034b3] {
  display: none;
}
.container[data-v-738034b3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-738034b3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-738034b3] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-738034b3] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-738034b3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-738034b3],
.no_wlan[data-v-738034b3] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-738034b3],
.no_wlan img.nodata_icon[data-v-738034b3] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-738034b3] {
  background-color: #75B880;
}
.active_color[data-v-738034b3] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-738034b3] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-738034b3] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.audio_container[data-v-738034b3] {
  width: 100%;
  height: 100%;
  color: #fff;
}
.my-swipe[data-v-738034b3] {
  height: calc(100% - 46px - 4rem);
}
/**头部信息*/
.audio_title[data-v-738034b3] {
  position: absolute;
  padding: 8px 12px;
  text-align: center;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 1111;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.audio_title h2[data-v-738034b3] {
  font-size: 18px;
  width: calc(100% - 46px - 54px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
/***动画光盘*/
.fixed_audio[data-v-738034b3],
.lecturer_intro[data-v-738034b3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 16px;
}
.lecturer_intro[data-v-738034b3] {
  margin: 10px 0;
  height: 60px;
  color: #fff;
  line-height: 30px;
}
.a_lecturer_position[data-v-738034b3] {
  font-size: 14px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
.rotate_cd[data-v-738034b3] {
  text-align: center;
}
.audio_needle[data-v-738034b3] {
  width: 2.2rem;
  margin-top: -6px;
  position: relative;
  z-index: 99;
  left: 0.5rem;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.circle_box[data-v-738034b3] {
  width: 5rem;
  height: 5rem;
  position: relative;
  margin-top: -1.1rem;
  /*transform-origin:center center 0;
    animation: rotateCD 6s linear infinite;*/
}
.rotate_audio_cd[data-v-738034b3] {
  width: 5rem;
  height: 5rem;
  -webkit-transform-origin: center center 0;
          transform-origin: center center 0;
  -webkit-animation: rotateCD-data-v-738034b3 6s linear infinite;
          animation: rotateCD-data-v-738034b3 6s linear infinite;
}
@-webkit-keyframes rotateCD-data-v-738034b3 {
0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes rotateCD-data-v-738034b3 {
0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.circle_cd[data-v-738034b3] {
  width: 5rem;
  height: 5rem;
}
.course_cover[data-v-738034b3] {
  width: 3.38rem;
  height: 3.38rem;
  border-radius: 50%;
  margin: 0 auto;
  position: absolute;
  top: 0.8rem;
  bottom: 0;
  left: 0;
  right: 0;
}
/***右边菜单**/
.course_menu_box[data-v-738034b3] {
  height: 90%;
  overflow: auto;
}
/***倍速播放****/
/*倍速播放*/
.set_play[data-v-738034b3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  height: 4rem ;
  width: 100%;
  bottom: 0;
}
.play_rate[data-v-738034b3] {
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: 1.1rem;
  display: none;
}
.current_rate[data-v-738034b3] {
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rate_list[data-v-738034b3] {
  position: absolute;
  top: -109px;
  left: 10px;
  right: 0;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.6);
  width: 50px;
  margin: 0 auto;
}
.rate_list .rate_item[data-v-738034b3] {
  padding: 8px 0;
  border-bottom: 1px solid #666;
}
.rate_list .rate_item[data-v-738034b3]:last-child {
  border-bottom: none;
}
/*底部进度条开始*/
.play_progress[data-v-738034b3] {
  width: 100%;
  margin: 10px 0;
  padding: 0 10px;
}
.play_progress[data-v-738034b3],
.play_btns[data-v-738034b3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.slider_progress_box[data-v-738034b3] {
  width: 75%;
  padding: 0.16rem 0.14rem;
  overflow: hidden;
  margin: 0 0.1rem;
}
.slider_progress[data-v-738034b3] {
  width: 100%;
  background: #e5e5e5;
  position: relative;
  z-index: 99;
}
.slide_pointer_box[data-v-738034b3] {
  width: 20px;
  height: 20px;
  left: -10px;
  position: absolute;
  top: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slide_pointer[data-v-738034b3] {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}
.slider_progress_bar[data-v-738034b3] {
  width: 0px;
  background: #75b880;
  height: 3px;
  position: relative;
}
/*播放按钮*/
.play_btns[data-v-738034b3] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.8rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.prev[data-v-738034b3],
.next[data-v-738034b3] {
  width: 24px;
  height: 24px;
}
.play_btn[data-v-738034b3] {
  width: 1.0133333333333334rem;
  height: 1.01333333rem;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-4044e6dc] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-4044e6dc]:export {
  topHead: 46px;
}
.header_title[data-v-4044e6dc] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-4044e6dc] {
  display: block;
}
.header_title[data-v-4044e6dc] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-4044e6dc] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-4044e6dc] {
  color: #999;
}
*[data-v-4044e6dc] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-4044e6dc],
.slide-right-leave-to[data-v-4044e6dc] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-4044e6dc],
.slide-right-enter[data-v-4044e6dc] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-4044e6dc],
.slide-left-leave-active[data-v-4044e6dc],
.slide-right-enter-active[data-v-4044e6dc],
.slide-right-leave-active[data-v-4044e6dc] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-4044e6dc] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-4044e6dc],
ol[data-v-4044e6dc] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-4044e6dc],
textarea[data-v-4044e6dc] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-4044e6dc],
input[type="password"][data-v-4044e6dc] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-4044e6dc]:hover,
input[type="submit"][data-v-4044e6dc]:hover {
  opacity: 1;
}
input[type="button"][data-v-4044e6dc],
input[type="submit"][data-v-4044e6dc] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-4044e6dc] {
  border: none;
  border-radius: 2px;
}
h1[data-v-4044e6dc],
h2[data-v-4044e6dc],
h3[data-v-4044e6dc],
h4[data-v-4044e6dc],
h5[data-v-4044e6dc] {
  color: #333;
}
a[data-v-4044e6dc] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-4044e6dc] {
  clear: both;
}
.clearfix[data-v-4044e6dc]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-4044e6dc] {
  zoom: 1;
}
.fl[data-v-4044e6dc] {
  float: left;
}
.fr[data-v-4044e6dc] {
  float: right;
}
input[data-v-4044e6dc]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-4044e6dc]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-4044e6dc]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-4044e6dc]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-4044e6dc] {
  display: none;
}
.container[data-v-4044e6dc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-4044e6dc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-4044e6dc] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-4044e6dc] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-4044e6dc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-4044e6dc],
.no_wlan[data-v-4044e6dc] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-4044e6dc],
.no_wlan img.nodata_icon[data-v-4044e6dc] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-4044e6dc] {
  background-color: #75B880;
}
.active_color[data-v-4044e6dc] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-4044e6dc] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-4044e6dc] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/**头部搜索开始**/
.top_search[data-v-4044e6dc] {
  position: relative;
}
.search_title[data-v-4044e6dc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 46px;
  line-height: 46px;
  /*background:url('~@/assets/imgs/common/nav_bg.png') no-repeat center;*/
  background: url('/static/imgs/common/nav_bg.png') no-repeat center;
  background-size: cover;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  color: #fff;
}
.subject_result[data-v-4044e6dc] {
  padding: 0 0.3rem;
}
.search_title p[data-v-4044e6dc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  font-weight: normal;
}
.search_title p[data-v-4044e6dc]:nth-of-type(2) {
  font-weight: normal;
}
.search_title p span[data-v-4044e6dc] {
  margin-left: 6px;
}
.search_title input[data-v-4044e6dc] {
  width: calc(100vw - 145px);
  color: #333333;
  background-color: #f2f2f2;
  border-radius: 4px;
  padding-left: 10px;
  height: 34px;
  outline: none;
  border: none;
  font-size: 16px;
}
/**头部搜索结束**/
.transformArrows[data-v-4044e6dc] {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.transformArrowDown[data-v-4044e6dc] {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
/*弹出查询条件列表样式开始*/
.years_list_box[data-v-4044e6dc] {
  position: absolute;
  top: 48px;
  left: 12px;
  z-index: 99;
}
.triangle[data-v-4044e6dc] {
  position: absolute;
  top: -23px;
  left: 10px;
  z-index: 999;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  border-width: 14px;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent #fff transparent;
}
.years_list[data-v-4044e6dc] {
  border-radius: 6px;
  background-color: #fff;
  color: #333;
  overflow-y: scroll;
}
.year_item[data-v-4044e6dc] {
  padding: 6px 18px;
  border-bottom: 1px solid #f2f2f2;
  text-align: center;
}
/*弹出查询条件列表样式结束*/
.subject_list[data-v-4044e6dc] {
  padding: 0 16px;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-59253d08] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-59253d08]:export {
  topHead: 46px;
}
.header_title[data-v-59253d08] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-59253d08] {
  display: block;
}
.header_title[data-v-59253d08] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-59253d08] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-59253d08] {
  color: #999;
}
*[data-v-59253d08] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-59253d08],
.slide-right-leave-to[data-v-59253d08] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-59253d08],
.slide-right-enter[data-v-59253d08] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-59253d08],
.slide-left-leave-active[data-v-59253d08],
.slide-right-enter-active[data-v-59253d08],
.slide-right-leave-active[data-v-59253d08] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-59253d08] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-59253d08],
ol[data-v-59253d08] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-59253d08],
textarea[data-v-59253d08] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-59253d08],
input[type="password"][data-v-59253d08] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-59253d08]:hover,
input[type="submit"][data-v-59253d08]:hover {
  opacity: 1;
}
input[type="button"][data-v-59253d08],
input[type="submit"][data-v-59253d08] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-59253d08] {
  border: none;
  border-radius: 2px;
}
h1[data-v-59253d08],
h2[data-v-59253d08],
h3[data-v-59253d08],
h4[data-v-59253d08],
h5[data-v-59253d08] {
  color: #333;
}
a[data-v-59253d08] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-59253d08] {
  clear: both;
}
.clearfix[data-v-59253d08]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-59253d08] {
  zoom: 1;
}
.fl[data-v-59253d08] {
  float: left;
}
.fr[data-v-59253d08] {
  float: right;
}
input[data-v-59253d08]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-59253d08]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-59253d08]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-59253d08]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-59253d08] {
  display: none;
}
.container[data-v-59253d08] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-59253d08] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-59253d08] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-59253d08] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-59253d08] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-59253d08],
.no_wlan[data-v-59253d08] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-59253d08],
.no_wlan img.nodata_icon[data-v-59253d08] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-59253d08] {
  background-color: #75B880;
}
.active_color[data-v-59253d08] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-59253d08] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-59253d08] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header_title[data-v-59253d08] {
  padding: 0 16px;
  /*  background:url('static/imgs/common/nav_bg.png') no-repeat center;*/
  background: url(./static/img/nav_bg.4d0cd92.png) no-repeat center;
  background-size: cover;
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: .48rem;
}
.header_title .search[data-v-59253d08] {
  color: #fff;
  font-size: 16px;
  width: calc(100% - 40px);
}
.header_title .search .input_box[data-v-59253d08] {
  width: calc(100% - 50px);
  padding: 0 14px;
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.2);
  height: 34px;
  line-height: 34px;
}
.header_title .search .input_box input[data-v-59253d08]::-webkit-input-placeholder {
  color: #fff;
}
.header_title .search .input_box input[data-v-59253d08]::-moz-placeholder {
  color: #fff;
}
.header_title .search .input_box input[data-v-59253d08]::-ms-input-placeholder {
  color: #fff;
}
.header_title .search .input_box input[data-v-59253d08]::placeholder {
  color: #fff;
}
.header_title .search .input_box input[data-v-59253d08] {
  width: 100%;
  border: none;
  border-radius: 19px;
  background: transparent;
  font-size: 14px;
}
.search_title[data-v-59253d08] {
  font-weight: bold;
  color: #4A4A4a;
  font-size: 16px;
  margin: 20px 0;
}
.hot_search[data-v-59253d08] {
  padding: 10px 16px;
  border-bottom: 5px solid #F4F7FA;
}
.hot_search_list[data-v-59253d08] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.hot_search_list .hot_search_item[data-v-59253d08] {
  border: 1px solid #F4F7FA;
  line-height: 40px;
  border-radius: 20px;
  padding: 0 20px;
  margin: 0 10px 10px;
}
/*最近搜索*/
.last_search[data-v-59253d08] {
  padding: 20px 20px;
}
.last_search .hot_title[data-v-59253d08] {
  border-bottom: 1px solid #f2f2f2;
  text-align: left;
  width: 100%;
  color: #4a4a4a;
  font-weight: bold;
  padding: 0 0 12px ;
}
.last_search .hot_title img[data-v-59253d08] {
  width: 0.4rem;
  position: relative;
  top: 4px;
  margin-right: 4px;
}
.last_search .hot_title .clear_history[data-v-59253d08] {
  color: #FF8200;
  font-weight: normal;
}
.last_search .history_item[data-v-59253d08] {
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2;
  color: #666;
}
.last_search .history_item .delete_item[data-v-59253d08] {
  color: #ccc;
  font-size: 0.5rem;
  width: 0.4rem;
  text-align: center;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-ff9a8ad4] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-ff9a8ad4]:export {
  topHead: 46px;
}
.header_title[data-v-ff9a8ad4] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-ff9a8ad4] {
  display: block;
}
.header_title[data-v-ff9a8ad4] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-ff9a8ad4] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-ff9a8ad4] {
  color: #999;
}
*[data-v-ff9a8ad4] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-ff9a8ad4],
.slide-right-leave-to[data-v-ff9a8ad4] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-ff9a8ad4],
.slide-right-enter[data-v-ff9a8ad4] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-ff9a8ad4],
.slide-left-leave-active[data-v-ff9a8ad4],
.slide-right-enter-active[data-v-ff9a8ad4],
.slide-right-leave-active[data-v-ff9a8ad4] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-ff9a8ad4] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-ff9a8ad4],
ol[data-v-ff9a8ad4] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-ff9a8ad4],
textarea[data-v-ff9a8ad4] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-ff9a8ad4],
input[type="password"][data-v-ff9a8ad4] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-ff9a8ad4]:hover,
input[type="submit"][data-v-ff9a8ad4]:hover {
  opacity: 1;
}
input[type="button"][data-v-ff9a8ad4],
input[type="submit"][data-v-ff9a8ad4] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-ff9a8ad4] {
  border: none;
  border-radius: 2px;
}
h1[data-v-ff9a8ad4],
h2[data-v-ff9a8ad4],
h3[data-v-ff9a8ad4],
h4[data-v-ff9a8ad4],
h5[data-v-ff9a8ad4] {
  color: #333;
}
a[data-v-ff9a8ad4] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-ff9a8ad4] {
  clear: both;
}
.clearfix[data-v-ff9a8ad4]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-ff9a8ad4] {
  zoom: 1;
}
.fl[data-v-ff9a8ad4] {
  float: left;
}
.fr[data-v-ff9a8ad4] {
  float: right;
}
input[data-v-ff9a8ad4]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-ff9a8ad4]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-ff9a8ad4]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-ff9a8ad4]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-ff9a8ad4] {
  display: none;
}
.container[data-v-ff9a8ad4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-ff9a8ad4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-ff9a8ad4] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-ff9a8ad4] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-ff9a8ad4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-ff9a8ad4],
.no_wlan[data-v-ff9a8ad4] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-ff9a8ad4],
.no_wlan img.nodata_icon[data-v-ff9a8ad4] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-ff9a8ad4] {
  background-color: #75B880;
}
.active_color[data-v-ff9a8ad4] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-ff9a8ad4] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-ff9a8ad4] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ifm_main[data-v-ff9a8ad4] {
  -webkit-overflow-scrolling: touch;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-275b371c] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-275b371c]:export {
  topHead: 46px;
}
.header_title[data-v-275b371c] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-275b371c] {
  display: block;
}
.header_title[data-v-275b371c] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-275b371c] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-275b371c] {
  color: #999;
}
*[data-v-275b371c] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-275b371c],
.slide-right-leave-to[data-v-275b371c] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-275b371c],
.slide-right-enter[data-v-275b371c] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-275b371c],
.slide-left-leave-active[data-v-275b371c],
.slide-right-enter-active[data-v-275b371c],
.slide-right-leave-active[data-v-275b371c] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-275b371c] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-275b371c],
ol[data-v-275b371c] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-275b371c],
textarea[data-v-275b371c] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-275b371c],
input[type="password"][data-v-275b371c] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-275b371c]:hover,
input[type="submit"][data-v-275b371c]:hover {
  opacity: 1;
}
input[type="button"][data-v-275b371c],
input[type="submit"][data-v-275b371c] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-275b371c] {
  border: none;
  border-radius: 2px;
}
h1[data-v-275b371c],
h2[data-v-275b371c],
h3[data-v-275b371c],
h4[data-v-275b371c],
h5[data-v-275b371c] {
  color: #333;
}
a[data-v-275b371c] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-275b371c] {
  clear: both;
}
.clearfix[data-v-275b371c]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-275b371c] {
  zoom: 1;
}
.fl[data-v-275b371c] {
  float: left;
}
.fr[data-v-275b371c] {
  float: right;
}
input[data-v-275b371c]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-275b371c]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-275b371c]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-275b371c]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-275b371c] {
  display: none;
}
.container[data-v-275b371c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-275b371c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-275b371c] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-275b371c] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-275b371c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-275b371c],
.no_wlan[data-v-275b371c] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-275b371c],
.no_wlan img.nodata_icon[data-v-275b371c] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-275b371c] {
  background-color: #75B880;
}
.active_color[data-v-275b371c] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-275b371c] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-275b371c] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/**评分弹出框开始**/
.comment_box[data-v-275b371c] {
  width: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  padding: 10px 0 0;
  font-size: 16px;
  color: #999;
}
.comment_box .comment_title[data-v-275b371c] {
  padding: 0 14px;
}
.comment_box .comment_title .close[data-v-275b371c] {
  font-weight: bold;
  font-size: 24px;
  color: #ccc;
}
.comment_box .comment_rate[data-v-275b371c] {
  padding: 0 14px;
}
.comment_box .score_num[data-v-275b371c] {
  width: 40px;
  text-align: right;
}
.comment_box .comment_rate_item[data-v-275b371c] {
  margin: 10px 0;
}
.comment_box .comment_rate_item > span[data-v-275b371c] {
  white-space: nowrap;
}
@media screen and (min-width: 660px) {
.comment_box .comment_rate_item[data-v-275b371c] .van-rate .van-rate__item {
    margin: 0 0.5rem;
}
}
.comment_box #comment_txt[data-v-275b371c] {
  width: 100%;
  padding: 0.2rem 0.3rem;
  background-color: #FAFAFA;
  height: 200px;
  font-size: 14px;
  border: none;
  resize: none;
  line-height: 180%;
}
.comment_box .comment_btn[data-v-275b371c] {
  height: 42px;
  line-height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  font-size: 14px;
  color: #999;
}
.comment_box .comment_btn .content_length[data-v-275b371c] {
  padding-left: 14px;
}
.comment_box .comment_btn .submit[data-v-275b371c] {
  color: #fff;
  background-color: #cc0000;
  width: 120px;
  border-radius: 0;
  font-size: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 42px;
}
.popup-enter-active[data-v-275b371c],
.popup-leave-active[data-v-275b371c] {
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
}
.popup-enter[data-v-275b371c],
.popup-leave-to[data-v-275b371c] {
  -webkit-transform: translate3D(0, 100%, 0);
          transform: translate3D(0, 100%, 0);
}
.mask-enter-active[data-v-275b371c],
.mask-leave-active[data-v-275b371c] {
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}
.mask-enter[data-v-275b371c],
.mask-leave-to[data-v-275b371c] {
  opacity: 0;
}
/**评分弹出框结束**/
/**评论列表**/
.comment_list[data-v-275b371c] {
  width: 100%;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 16px;
}
.comment_total[data-v-275b371c] {
  padding: 20px 0 15px;
  color: #333;
  border-bottom: 1px solid #f2f2f2;
}
.comment_item[data-v-275b371c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  color: #666;
  padding: 14px 0;
  border-bottom: 1px solid #f2f2f2;
}
.comment_info[data-v-275b371c] {
  margin-left: 16px;
  width: calc(100% - 66px - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.comment_content[data-v-275b371c] {
  font-size: 14px;
  margin: 6px 0;
  line-height: 170%;
}
.comment_time[data-v-275b371c] {
  font-size: 12px;
  color: #999;
}



























/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-6a1ea825] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-6a1ea825]:export {
  topHead: 46px;
}
.header_title[data-v-6a1ea825] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-6a1ea825] {
  display: block;
}
.header_title[data-v-6a1ea825] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-6a1ea825] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-6a1ea825] {
  color: #999;
}
*[data-v-6a1ea825] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-6a1ea825],
.slide-right-leave-to[data-v-6a1ea825] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-6a1ea825],
.slide-right-enter[data-v-6a1ea825] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-6a1ea825],
.slide-left-leave-active[data-v-6a1ea825],
.slide-right-enter-active[data-v-6a1ea825],
.slide-right-leave-active[data-v-6a1ea825] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-6a1ea825] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-6a1ea825],
ol[data-v-6a1ea825] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-6a1ea825],
textarea[data-v-6a1ea825] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-6a1ea825],
input[type="password"][data-v-6a1ea825] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-6a1ea825]:hover,
input[type="submit"][data-v-6a1ea825]:hover {
  opacity: 1;
}
input[type="button"][data-v-6a1ea825],
input[type="submit"][data-v-6a1ea825] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-6a1ea825] {
  border: none;
  border-radius: 2px;
}
h1[data-v-6a1ea825],
h2[data-v-6a1ea825],
h3[data-v-6a1ea825],
h4[data-v-6a1ea825],
h5[data-v-6a1ea825] {
  color: #333;
}
a[data-v-6a1ea825] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-6a1ea825] {
  clear: both;
}
.clearfix[data-v-6a1ea825]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-6a1ea825] {
  zoom: 1;
}
.fl[data-v-6a1ea825] {
  float: left;
}
.fr[data-v-6a1ea825] {
  float: right;
}
input[data-v-6a1ea825]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-6a1ea825]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-6a1ea825]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-6a1ea825]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-6a1ea825] {
  display: none;
}
.container[data-v-6a1ea825] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-6a1ea825] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-6a1ea825] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-6a1ea825] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-6a1ea825] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-6a1ea825],
.no_wlan[data-v-6a1ea825] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-6a1ea825],
.no_wlan img.nodata_icon[data-v-6a1ea825] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-6a1ea825] {
  background-color: #75B880;
}
.active_color[data-v-6a1ea825] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-6a1ea825] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-6a1ea825] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
.header_title {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image {
  display: block;
}
.header_title /deep/ .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
/deep/ .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow {
  color: #999;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter,
.slide-right-leave-to {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to,
.slide-right-enter {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active,
.slide-left-leave-active,
.slide-right-enter-active,
.slide-right-leave-active {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul,
ol {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input,
textarea {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"],
input[type="password"] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"]:hover,
input[type="submit"]:hover {
  opacity: 1;
}
input[type="button"],
input[type="submit"] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img {
  border: none;
  border-radius: 2px;
}
h1,
h2,
h3,
h4,
h5 {
  color: #333;
}
a {
  text-decoration: none;
  color: #333;
}
.clear {
  clear: both;
}
.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
input::-webkit-input-placeholder {
  color: #ccc;
}
input::-moz-input-placeholder {
  color: #ccc;
}
textarea::-webkit-input-placeholder {
  color: #ccc;
}
textarea::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak] {
  display: none;
}
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data,
.no_wlan {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon,
.no_wlan img.nodata_icon {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress {
  background-color: #75B880;
}
.active_color {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/***教师名单开始**/
.staff_item {
  width: 100%;
}
.staff_position {
  color: #e69f2d;
  padding: 0.24rem 0 0.24rem 0.3rem;
  border-bottom: 1px solid #f2f2f2;
}
.staff_item .student_item {
  height: auto;
}
.teacher_position {
  font-size: 0.26rem;
  color: #666;
  margin-top: 0.1rem;
}
/**教师名单结束***/
/**学员名单***/
.student_item .teacher .user_name {
  margin-left: 0;
}
.student_list .student_item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.student_item_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 0.2rem;
  height: 100%;
}
.student_item {
  color: #333;
  height: 90px;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.24rem 0.3rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  border-bottom: 4px solid #f2f2f2;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
.header_title {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image {
  display: block;
}
.header_title /deep/ .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
/deep/ .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow {
  color: #999;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter,
.slide-right-leave-to {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to,
.slide-right-enter {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active,
.slide-left-leave-active,
.slide-right-enter-active,
.slide-right-leave-active {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul,
ol {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input,
textarea {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"],
input[type="password"] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"]:hover,
input[type="submit"]:hover {
  opacity: 1;
}
input[type="button"],
input[type="submit"] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img {
  border: none;
  border-radius: 2px;
}
h1,
h2,
h3,
h4,
h5 {
  color: #333;
}
a {
  text-decoration: none;
  color: #333;
}
.clear {
  clear: both;
}
.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
input::-webkit-input-placeholder {
  color: #ccc;
}
input::-moz-input-placeholder {
  color: #ccc;
}
textarea::-webkit-input-placeholder {
  color: #ccc;
}
textarea::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak] {
  display: none;
}
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data,
.no_wlan {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon,
.no_wlan img.nodata_icon {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress {
  background-color: #75B880;
}
.active_color {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.user_avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.2rem;
  padding: 0.3rem 0;
}
.user_avatar .user_name {
  color: #333;
}
.user_avatar .sex {
  width: 14px;
  height: 16px;
  margin-left: 20px;
  position: relative;
  top: 2px;
}
.user_connection {
  color: #666;
  width: 100%;
  border-top: 5px solid #f2f2f2;
}
.user_connection .connect_item {
  padding: 0 16px;
  border-bottom: 1px solid #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  line-height: 44px;
}
.user_connection .connect_label {
  min-width: 1.2rem;
  text-align: justify;
}
.user_connection .connect_label:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-3917ef78] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-3917ef78]:export {
  topHead: 46px;
}
.header_title[data-v-3917ef78] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-3917ef78] {
  display: block;
}
.header_title[data-v-3917ef78] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-3917ef78] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-3917ef78] {
  color: #999;
}
*[data-v-3917ef78] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-3917ef78],
.slide-right-leave-to[data-v-3917ef78] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-3917ef78],
.slide-right-enter[data-v-3917ef78] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-3917ef78],
.slide-left-leave-active[data-v-3917ef78],
.slide-right-enter-active[data-v-3917ef78],
.slide-right-leave-active[data-v-3917ef78] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-3917ef78] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-3917ef78],
ol[data-v-3917ef78] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-3917ef78],
textarea[data-v-3917ef78] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-3917ef78],
input[type="password"][data-v-3917ef78] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-3917ef78]:hover,
input[type="submit"][data-v-3917ef78]:hover {
  opacity: 1;
}
input[type="button"][data-v-3917ef78],
input[type="submit"][data-v-3917ef78] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-3917ef78] {
  border: none;
  border-radius: 2px;
}
h1[data-v-3917ef78],
h2[data-v-3917ef78],
h3[data-v-3917ef78],
h4[data-v-3917ef78],
h5[data-v-3917ef78] {
  color: #333;
}
a[data-v-3917ef78] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-3917ef78] {
  clear: both;
}
.clearfix[data-v-3917ef78]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-3917ef78] {
  zoom: 1;
}
.fl[data-v-3917ef78] {
  float: left;
}
.fr[data-v-3917ef78] {
  float: right;
}
input[data-v-3917ef78]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-3917ef78]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-3917ef78]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-3917ef78]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-3917ef78] {
  display: none;
}
.container[data-v-3917ef78] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-3917ef78] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-3917ef78] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-3917ef78] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-3917ef78] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-3917ef78],
.no_wlan[data-v-3917ef78] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-3917ef78],
.no_wlan img.nodata_icon[data-v-3917ef78] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-3917ef78] {
  background-color: #75B880;
}
.active_color[data-v-3917ef78] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-3917ef78] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-3917ef78] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c_main[data-v-3917ef78] {
  background: #f8f8f8;
}
.exam_item[data-v-3917ef78] {
  padding: 30px 16px;
  background: #fff;
  margin-bottom: 10px;
}
.download_score[data-v-3917ef78] {
  color: #75b880;
}
.exam_name[data-v-3917ef78] {
  color: #333;
  font-weight: bold;
  font-size: 18px;
}
.exam_item li[data-v-3917ef78] {
  margin: 10px 0;
}
.exam_operate[data-v-3917ef78] {
  border-top: 1px solid #f2f2f2;
  padding-top: 20px ;
  margin-top: 20px;
}
.exam_operate .look_exam[data-v-3917ef78],
.exam_operate .to_exam[data-v-3917ef78] {
  background: var(--themeColor);
  color: #fff;
  padding: 6px 20px;
  border-radius: 8px;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-1cd2e192] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-1cd2e192]:export {
  topHead: 46px;
}
.header_title[data-v-1cd2e192] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-1cd2e192] {
  display: block;
}
.header_title[data-v-1cd2e192] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-1cd2e192] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-1cd2e192] {
  color: #999;
}
*[data-v-1cd2e192] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-1cd2e192],
.slide-right-leave-to[data-v-1cd2e192] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-1cd2e192],
.slide-right-enter[data-v-1cd2e192] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-1cd2e192],
.slide-left-leave-active[data-v-1cd2e192],
.slide-right-enter-active[data-v-1cd2e192],
.slide-right-leave-active[data-v-1cd2e192] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-1cd2e192] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-1cd2e192],
ol[data-v-1cd2e192] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-1cd2e192],
textarea[data-v-1cd2e192] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-1cd2e192],
input[type="password"][data-v-1cd2e192] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-1cd2e192]:hover,
input[type="submit"][data-v-1cd2e192]:hover {
  opacity: 1;
}
input[type="button"][data-v-1cd2e192],
input[type="submit"][data-v-1cd2e192] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-1cd2e192] {
  border: none;
  border-radius: 2px;
}
h1[data-v-1cd2e192],
h2[data-v-1cd2e192],
h3[data-v-1cd2e192],
h4[data-v-1cd2e192],
h5[data-v-1cd2e192] {
  color: #333;
}
a[data-v-1cd2e192] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-1cd2e192] {
  clear: both;
}
.clearfix[data-v-1cd2e192]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-1cd2e192] {
  zoom: 1;
}
.fl[data-v-1cd2e192] {
  float: left;
}
.fr[data-v-1cd2e192] {
  float: right;
}
input[data-v-1cd2e192]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-1cd2e192]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-1cd2e192]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-1cd2e192]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-1cd2e192] {
  display: none;
}
.container[data-v-1cd2e192] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-1cd2e192] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-1cd2e192] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-1cd2e192] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-1cd2e192] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-1cd2e192],
.no_wlan[data-v-1cd2e192] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-1cd2e192],
.no_wlan img.nodata_icon[data-v-1cd2e192] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-1cd2e192] {
  background-color: #75B880;
}
.active_color[data-v-1cd2e192] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-1cd2e192] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-1cd2e192] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
[data-v-1cd2e192] .van-dialog__cancel,[data-v-1cd2e192] .van-dialog__confirm {
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
  height: 54px;
  margin: 0;
  border: 0;
  font-size: 14px;
  padding: 12px;
  line-height: 140%;
}
.c_main[data-v-1cd2e192] {
  background: #f8f8f8;
}
.exam_item[data-v-1cd2e192] {
  padding: 30px 16px;
  background: #fff;
  margin-bottom: 10px;
}
.download_score[data-v-1cd2e192] {
  color: #75b880;
}
.exam_name[data-v-1cd2e192] {
  color: #333;
  font-weight: bold;
  font-size: 18px;
}
.exam_item li[data-v-1cd2e192] {
  margin: 10px 0;
}
.exam_operate[data-v-1cd2e192] {
  border-top: 1px solid #f2f2f2;
  padding-top: 20px ;
  margin-top: 20px;
}
.exam_operate .look_exam[data-v-1cd2e192],
.exam_operate .to_exam[data-v-1cd2e192] {
  background: var(--themeColor);
  color: #fff;
  padding: 6px 20px;
  border-radius: 8px;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-75235c23] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-75235c23]:export {
  topHead: 46px;
}
.header_title[data-v-75235c23] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-75235c23] {
  display: block;
}
.header_title[data-v-75235c23] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-75235c23] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-75235c23] {
  color: #999;
}
*[data-v-75235c23] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-75235c23],
.slide-right-leave-to[data-v-75235c23] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-75235c23],
.slide-right-enter[data-v-75235c23] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-75235c23],
.slide-left-leave-active[data-v-75235c23],
.slide-right-enter-active[data-v-75235c23],
.slide-right-leave-active[data-v-75235c23] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-75235c23] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-75235c23],
ol[data-v-75235c23] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-75235c23],
textarea[data-v-75235c23] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-75235c23],
input[type="password"][data-v-75235c23] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-75235c23]:hover,
input[type="submit"][data-v-75235c23]:hover {
  opacity: 1;
}
input[type="button"][data-v-75235c23],
input[type="submit"][data-v-75235c23] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-75235c23] {
  border: none;
  border-radius: 2px;
}
h1[data-v-75235c23],
h2[data-v-75235c23],
h3[data-v-75235c23],
h4[data-v-75235c23],
h5[data-v-75235c23] {
  color: #333;
}
a[data-v-75235c23] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-75235c23] {
  clear: both;
}
.clearfix[data-v-75235c23]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-75235c23] {
  zoom: 1;
}
.fl[data-v-75235c23] {
  float: left;
}
.fr[data-v-75235c23] {
  float: right;
}
input[data-v-75235c23]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-75235c23]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-75235c23]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-75235c23]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-75235c23] {
  display: none;
}
.container[data-v-75235c23] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-75235c23] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-75235c23] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-75235c23] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-75235c23] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-75235c23],
.no_wlan[data-v-75235c23] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-75235c23],
.no_wlan img.nodata_icon[data-v-75235c23] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-75235c23] {
  background-color: #75B880;
}
.active_color[data-v-75235c23] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-75235c23] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-75235c23] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c_container[data-v-75235c23] {
  background: #f8f8f8;
}
.c_main[data-v-75235c23] {
  padding-bottom: 20px;
}
.exam_time[data-v-75235c23] {
  background: #fff;
  font-size: 14px;
  text-align: center;
  color: #999;
  padding: 10px 0;
}
.exam_title[data-v-75235c23] {
  text-align: center;
  font-weight: bold;
  color: #333;
  font-size: 18px;
  margin: 10px 0;
  line-height: 180%;
}
.exam_duration[data-v-75235c23] {
  font-size: 12px;
  color: #999;
  text-align: center;
  padding: 5px 0 10px;
}
.exam_detail[data-v-75235c23] {
  padding: 0 16px;
}
.question_item .question_name[data-v-75235c23] {
  line-height: 170%;
  margin: 10px 0;
}
.question_item .question_options[data-v-75235c23] {
  padding: 5px 0;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #f2f2f2;
}
.question_item .options_item[data-v-75235c23] {
  padding: 10px 12px;
  border-bottom: 1px solid #f2f2f2;
}
.question_item .options_item[data-v-75235c23]:last-child {
  border-bottom: none;
}
.submit_btn[data-v-75235c23] {
  background: var(--themeColor);
  color: #fff;
  padding: 0 ;
  height: 40px;
  line-height: 40px;
  margin: 0 16px 14px;
  text-align: center;
  border-radius: 6px;
}
.wrapper[data-v-75235c23] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.tips[data-v-75235c23] {
  width: 70%;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
}
.tips .user_name[data-v-75235c23] {
  color: #333;
  font-size: 18px;
  margin-top: 20px;
}
.tips .tips_txt[data-v-75235c23] {
  font-size: 14px;
  color: #999;
  margin-top: 12px;
}
.tips .score[data-v-75235c23] {
  color: var(--themeColor);
  font-size: 24px;
  margin: 20px 0;
}
.tips .attention[data-v-75235c23] {
  font-size: 14px;
}
.tips .operation_btn[data-v-75235c23] {
  font-size: 14px;
  color: var(--themeColor);
  border-top: 1px solid #f2f2f2;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 20px;
}
.tips .operation_btn .test_again[data-v-75235c23],
.tips .operation_btn .next_test[data-v-75235c23] {
  width: 50%;
  padding: 10px 0;
}
.tips .operation_btn .test_again[data-v-75235c23] {
  border-right: 1px solid #f2f2f2;
}
.tk_user_answer[data-v-75235c23] {
  border-bottom: 1px solid #ccc;
}
.tk_user_answer input[data-v-75235c23] {
  margin-bottom: 4px;
  border: none;
  width: 100%;
  background: transparent;
}
.wd_user_answer[data-v-75235c23] {
  padding: 10px;
  border: 1px solid #ccc;
}
.wd_user_answer textarea[data-v-75235c23] {
  border: none;
  width: 100%;
  height: 150px;
  background: transparent;
  resize: none;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-72d69dae] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-72d69dae]:export {
  topHead: 46px;
}
.header_title[data-v-72d69dae] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-72d69dae] {
  display: block;
}
.header_title[data-v-72d69dae] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-72d69dae] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-72d69dae] {
  color: #999;
}
*[data-v-72d69dae] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-72d69dae],
.slide-right-leave-to[data-v-72d69dae] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-72d69dae],
.slide-right-enter[data-v-72d69dae] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-72d69dae],
.slide-left-leave-active[data-v-72d69dae],
.slide-right-enter-active[data-v-72d69dae],
.slide-right-leave-active[data-v-72d69dae] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-72d69dae] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-72d69dae],
ol[data-v-72d69dae] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-72d69dae],
textarea[data-v-72d69dae] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-72d69dae],
input[type="password"][data-v-72d69dae] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-72d69dae]:hover,
input[type="submit"][data-v-72d69dae]:hover {
  opacity: 1;
}
input[type="button"][data-v-72d69dae],
input[type="submit"][data-v-72d69dae] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-72d69dae] {
  border: none;
  border-radius: 2px;
}
h1[data-v-72d69dae],
h2[data-v-72d69dae],
h3[data-v-72d69dae],
h4[data-v-72d69dae],
h5[data-v-72d69dae] {
  color: #333;
}
a[data-v-72d69dae] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-72d69dae] {
  clear: both;
}
.clearfix[data-v-72d69dae]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-72d69dae] {
  zoom: 1;
}
.fl[data-v-72d69dae] {
  float: left;
}
.fr[data-v-72d69dae] {
  float: right;
}
input[data-v-72d69dae]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-72d69dae]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-72d69dae]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-72d69dae]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-72d69dae] {
  display: none;
}
.container[data-v-72d69dae] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-72d69dae] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-72d69dae] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-72d69dae] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-72d69dae] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-72d69dae],
.no_wlan[data-v-72d69dae] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-72d69dae],
.no_wlan img.nodata_icon[data-v-72d69dae] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-72d69dae] {
  background-color: #75B880;
}
.active_color[data-v-72d69dae] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-72d69dae] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-72d69dae] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c_container[data-v-72d69dae] {
  background: #f8f8f8;
}
.c_main[data-v-72d69dae] {
  padding-bottom: 20px;
}
.exam_time[data-v-72d69dae] {
  background: #fff;
  font-size: 14px;
  text-align: center;
  color: #999;
  padding: 10px 0;
}
.exam_title[data-v-72d69dae] {
  text-align: center;
  font-weight: bold;
  color: #333;
  font-size: 18px;
  margin: 10px 0;
  line-height: 180%;
}
.exam_duration[data-v-72d69dae] {
  font-size: 12px;
  color: #999;
  text-align: center;
  padding: 5px 0 10px;
}
.exam_detail[data-v-72d69dae] {
  padding: 0 16px;
}
.question_item .question_name[data-v-72d69dae] {
  line-height: 170%;
  margin: 10px 0;
}
.question_item .question_options[data-v-72d69dae] {
  padding: 5px 0;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #f2f2f2;
}
.question_item .options_item[data-v-72d69dae] {
  padding: 10px 12px;
  border-bottom: 1px solid #f2f2f2;
}
.question_item .options_item[data-v-72d69dae]:last-child {
  border-bottom: none;
}
.submit_btn[data-v-72d69dae] {
  background: var(--themeColor);
  color: #fff;
  padding: 0 ;
  height: 40px;
  line-height: 40px;
  margin: 0 16px 14px;
  text-align: center;
  border-radius: 6px;
}
.wrapper[data-v-72d69dae] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.tips[data-v-72d69dae] {
  width: 70%;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
}
.tips .user_name[data-v-72d69dae] {
  color: #333;
  font-size: 18px;
  margin-top: 20px;
}
.tips .tips_txt[data-v-72d69dae] {
  font-size: 14px;
  color: #999;
  margin-top: 12px;
}
.tips .score[data-v-72d69dae] {
  color: var(--themeColor);
  font-size: 24px;
  margin: 20px 0;
}
.tips .attention[data-v-72d69dae] {
  font-size: 14px;
}
.tips .operation_btn[data-v-72d69dae] {
  font-size: 14px;
  color: var(--themeColor);
  border-top: 1px solid #f2f2f2;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 20px;
}
.tips .operation_btn .test_again[data-v-72d69dae],
.tips .operation_btn .next_test[data-v-72d69dae] {
  width: 50%;
  padding: 10px 0;
}
.tips .operation_btn .test_again[data-v-72d69dae] {
  border-right: 1px solid #f2f2f2;
}
.tk_user_answer[data-v-72d69dae] {
  border-bottom: 1px solid #ccc;
}
.tk_user_answer input[data-v-72d69dae] {
  margin-bottom: 4px;
  border: none;
  width: 100%;
  background: transparent;
}
.wd_user_answer[data-v-72d69dae] {
  padding: 10px;
  border: 1px solid #ccc;
}
.wd_user_answer textarea[data-v-72d69dae] {
  border: none;
  width: 100%;
  height: 150px;
  background: transparent;
  resize: none;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-24eaba89] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-24eaba89]:export {
  topHead: 46px;
}
.header_title[data-v-24eaba89] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-24eaba89] {
  display: block;
}
.header_title[data-v-24eaba89] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-24eaba89] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-24eaba89] {
  color: #999;
}
*[data-v-24eaba89] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-24eaba89],
.slide-right-leave-to[data-v-24eaba89] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-24eaba89],
.slide-right-enter[data-v-24eaba89] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-24eaba89],
.slide-left-leave-active[data-v-24eaba89],
.slide-right-enter-active[data-v-24eaba89],
.slide-right-leave-active[data-v-24eaba89] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-24eaba89] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-24eaba89],
ol[data-v-24eaba89] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-24eaba89],
textarea[data-v-24eaba89] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-24eaba89],
input[type="password"][data-v-24eaba89] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-24eaba89]:hover,
input[type="submit"][data-v-24eaba89]:hover {
  opacity: 1;
}
input[type="button"][data-v-24eaba89],
input[type="submit"][data-v-24eaba89] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-24eaba89] {
  border: none;
  border-radius: 2px;
}
h1[data-v-24eaba89],
h2[data-v-24eaba89],
h3[data-v-24eaba89],
h4[data-v-24eaba89],
h5[data-v-24eaba89] {
  color: #333;
}
a[data-v-24eaba89] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-24eaba89] {
  clear: both;
}
.clearfix[data-v-24eaba89]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-24eaba89] {
  zoom: 1;
}
.fl[data-v-24eaba89] {
  float: left;
}
.fr[data-v-24eaba89] {
  float: right;
}
input[data-v-24eaba89]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-24eaba89]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-24eaba89]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-24eaba89]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-24eaba89] {
  display: none;
}
.container[data-v-24eaba89] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-24eaba89] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-24eaba89] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-24eaba89] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-24eaba89] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-24eaba89],
.no_wlan[data-v-24eaba89] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-24eaba89],
.no_wlan img.nodata_icon[data-v-24eaba89] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-24eaba89] {
  background-color: #75B880;
}
.active_color[data-v-24eaba89] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-24eaba89] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-24eaba89] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.record_item[data-v-24eaba89] {
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  padding: 0.3rem 16px;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-2d571b52] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-2d571b52]:export {
  topHead: 46px;
}
.header_title[data-v-2d571b52] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-2d571b52] {
  display: block;
}
.header_title[data-v-2d571b52] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-2d571b52] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-2d571b52] {
  color: #999;
}
*[data-v-2d571b52] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-2d571b52],
.slide-right-leave-to[data-v-2d571b52] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-2d571b52],
.slide-right-enter[data-v-2d571b52] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-2d571b52],
.slide-left-leave-active[data-v-2d571b52],
.slide-right-enter-active[data-v-2d571b52],
.slide-right-leave-active[data-v-2d571b52] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-2d571b52] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-2d571b52],
ol[data-v-2d571b52] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-2d571b52],
textarea[data-v-2d571b52] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-2d571b52],
input[type="password"][data-v-2d571b52] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-2d571b52]:hover,
input[type="submit"][data-v-2d571b52]:hover {
  opacity: 1;
}
input[type="button"][data-v-2d571b52],
input[type="submit"][data-v-2d571b52] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-2d571b52] {
  border: none;
  border-radius: 2px;
}
h1[data-v-2d571b52],
h2[data-v-2d571b52],
h3[data-v-2d571b52],
h4[data-v-2d571b52],
h5[data-v-2d571b52] {
  color: #333;
}
a[data-v-2d571b52] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-2d571b52] {
  clear: both;
}
.clearfix[data-v-2d571b52]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-2d571b52] {
  zoom: 1;
}
.fl[data-v-2d571b52] {
  float: left;
}
.fr[data-v-2d571b52] {
  float: right;
}
input[data-v-2d571b52]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-2d571b52]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-2d571b52]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-2d571b52]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-2d571b52] {
  display: none;
}
.container[data-v-2d571b52] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-2d571b52] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-2d571b52] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-2d571b52] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-2d571b52] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-2d571b52],
.no_wlan[data-v-2d571b52] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-2d571b52],
.no_wlan img.nodata_icon[data-v-2d571b52] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-2d571b52] {
  background-color: #75B880;
}
.active_color[data-v-2d571b52] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-2d571b52] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-2d571b52] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.record_year[data-v-2d571b52] {
  text-align: center;
  margin: 20px 0;
  font-size: 18px;
  color: #333;
}
.record_detail[data-v-2d571b52] {
  margin: 0 16px;
}
.record_detail table[data-v-2d571b52] {
  text-align: center;
  border-collapse: collapse;
  margin: 0 auto;
  width: 100%;
}
.record_detail td[data-v-2d571b52] {
  border: 1px solid #dcdcdc;
  padding: 10px 0;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-a04a6d08] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-a04a6d08]:export {
  topHead: 46px;
}
.header_title[data-v-a04a6d08] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-a04a6d08] {
  display: block;
}
.header_title[data-v-a04a6d08] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-a04a6d08] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-a04a6d08] {
  color: #999;
}
*[data-v-a04a6d08] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-a04a6d08],
.slide-right-leave-to[data-v-a04a6d08] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-a04a6d08],
.slide-right-enter[data-v-a04a6d08] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-a04a6d08],
.slide-left-leave-active[data-v-a04a6d08],
.slide-right-enter-active[data-v-a04a6d08],
.slide-right-leave-active[data-v-a04a6d08] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-a04a6d08] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-a04a6d08],
ol[data-v-a04a6d08] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-a04a6d08],
textarea[data-v-a04a6d08] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-a04a6d08],
input[type="password"][data-v-a04a6d08] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-a04a6d08]:hover,
input[type="submit"][data-v-a04a6d08]:hover {
  opacity: 1;
}
input[type="button"][data-v-a04a6d08],
input[type="submit"][data-v-a04a6d08] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-a04a6d08] {
  border: none;
  border-radius: 2px;
}
h1[data-v-a04a6d08],
h2[data-v-a04a6d08],
h3[data-v-a04a6d08],
h4[data-v-a04a6d08],
h5[data-v-a04a6d08] {
  color: #333;
}
a[data-v-a04a6d08] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-a04a6d08] {
  clear: both;
}
.clearfix[data-v-a04a6d08]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-a04a6d08] {
  zoom: 1;
}
.fl[data-v-a04a6d08] {
  float: left;
}
.fr[data-v-a04a6d08] {
  float: right;
}
input[data-v-a04a6d08]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-a04a6d08]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-a04a6d08]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-a04a6d08]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-a04a6d08] {
  display: none;
}
.container[data-v-a04a6d08] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-a04a6d08] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-a04a6d08] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-a04a6d08] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-a04a6d08] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-a04a6d08],
.no_wlan[data-v-a04a6d08] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-a04a6d08],
.no_wlan img.nodata_icon[data-v-a04a6d08] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-a04a6d08] {
  background-color: #75B880;
}
.active_color[data-v-a04a6d08] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-a04a6d08] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-a04a6d08] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c_main[data-v-a04a6d08] {
  background: #f2f2f2;
}
.course_item_info[data-v-a04a6d08] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.course_train[data-v-a04a6d08] {
  background: #fff;
}
.course_train .course_item_info[data-v-a04a6d08] {
  padding: 8px 16px;
}
.course_train .c_train_item[data-v-a04a6d08] {
  padding: 6px 0;
  border-bottom: 10px solid #f2f2f2;
  font-size: 14px;
}
.course_train .c_title[data-v-a04a6d08] {
  width: 25%;
}
.course_train .c_content[data-v-a04a6d08] {
  width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-1616e234] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-1616e234]:export {
  topHead: 46px;
}
.header_title[data-v-1616e234] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-1616e234] {
  display: block;
}
.header_title[data-v-1616e234] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-1616e234] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-1616e234] {
  color: #999;
}
*[data-v-1616e234] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-1616e234],
.slide-right-leave-to[data-v-1616e234] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-1616e234],
.slide-right-enter[data-v-1616e234] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-1616e234],
.slide-left-leave-active[data-v-1616e234],
.slide-right-enter-active[data-v-1616e234],
.slide-right-leave-active[data-v-1616e234] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-1616e234] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-1616e234],
ol[data-v-1616e234] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-1616e234],
textarea[data-v-1616e234] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-1616e234],
input[type="password"][data-v-1616e234] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-1616e234]:hover,
input[type="submit"][data-v-1616e234]:hover {
  opacity: 1;
}
input[type="button"][data-v-1616e234],
input[type="submit"][data-v-1616e234] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-1616e234] {
  border: none;
  border-radius: 2px;
}
h1[data-v-1616e234],
h2[data-v-1616e234],
h3[data-v-1616e234],
h4[data-v-1616e234],
h5[data-v-1616e234] {
  color: #333;
}
a[data-v-1616e234] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-1616e234] {
  clear: both;
}
.clearfix[data-v-1616e234]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-1616e234] {
  zoom: 1;
}
.fl[data-v-1616e234] {
  float: left;
}
.fr[data-v-1616e234] {
  float: right;
}
input[data-v-1616e234]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-1616e234]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-1616e234]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-1616e234]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-1616e234] {
  display: none;
}
.container[data-v-1616e234] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-1616e234] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-1616e234] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-1616e234] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-1616e234] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-1616e234],
.no_wlan[data-v-1616e234] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-1616e234],
.no_wlan img.nodata_icon[data-v-1616e234] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-1616e234] {
  background-color: #75B880;
}
.active_color[data-v-1616e234] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-1616e234] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-1616e234] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.notice_list[data-v-1616e234] {
  padding: 10px 16px;
}
.notice_item[data-v-1616e234] {
  border-bottom: 1px solid #f2f2f2;
  padding: 12px 0;
  display: block;
}
.notice_info[data-v-1616e234] {
  position: relative;
  font-size: 14px;
  color: #ddd;
  margin-top: 6px;
}
.notice_time[data-v-1616e234] {
  position: absolute;
  right: 0;
  bottom: 0;
}
.notice_title span[data-v-1616e234] {
  color: var(--themeColor);
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-4ec17c59] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-4ec17c59]:export {
  topHead: 46px;
}
.header_title[data-v-4ec17c59] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-4ec17c59] {
  display: block;
}
.header_title[data-v-4ec17c59] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-4ec17c59] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-4ec17c59] {
  color: #999;
}
*[data-v-4ec17c59] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-4ec17c59],
.slide-right-leave-to[data-v-4ec17c59] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-4ec17c59],
.slide-right-enter[data-v-4ec17c59] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-4ec17c59],
.slide-left-leave-active[data-v-4ec17c59],
.slide-right-enter-active[data-v-4ec17c59],
.slide-right-leave-active[data-v-4ec17c59] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-4ec17c59] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-4ec17c59],
ol[data-v-4ec17c59] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-4ec17c59],
textarea[data-v-4ec17c59] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-4ec17c59],
input[type="password"][data-v-4ec17c59] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-4ec17c59]:hover,
input[type="submit"][data-v-4ec17c59]:hover {
  opacity: 1;
}
input[type="button"][data-v-4ec17c59],
input[type="submit"][data-v-4ec17c59] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-4ec17c59] {
  border: none;
  border-radius: 2px;
}
h1[data-v-4ec17c59],
h2[data-v-4ec17c59],
h3[data-v-4ec17c59],
h4[data-v-4ec17c59],
h5[data-v-4ec17c59] {
  color: #333;
}
a[data-v-4ec17c59] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-4ec17c59] {
  clear: both;
}
.clearfix[data-v-4ec17c59]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-4ec17c59] {
  zoom: 1;
}
.fl[data-v-4ec17c59] {
  float: left;
}
.fr[data-v-4ec17c59] {
  float: right;
}
input[data-v-4ec17c59]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-4ec17c59]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-4ec17c59]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-4ec17c59]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-4ec17c59] {
  display: none;
}
.container[data-v-4ec17c59] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-4ec17c59] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-4ec17c59] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-4ec17c59] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-4ec17c59] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-4ec17c59],
.no_wlan[data-v-4ec17c59] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-4ec17c59],
.no_wlan img.nodata_icon[data-v-4ec17c59] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-4ec17c59] {
  background-color: #75B880;
}
.active_color[data-v-4ec17c59] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-4ec17c59] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-4ec17c59] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.notice_title[data-v-4ec17c59] {
  margin: 20px auto;
  text-align: center;
  color: #333;
  font-size: 16px;
}
.notice_detail[data-v-4ec17c59] {
  color: #999;
  font-size: 16px;
  padding: 0 20px;
}
.notice_detail .clazz_name[data-v-4ec17c59] {
  width: calc(100% - 90px);
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.notice_detail .notice_info[data-v-4ec17c59] {
  font-size: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.notice_content[data-v-4ec17c59] {
  margin-top: 14px;
  line-height: 170%;
}
.notice_content p[data-v-4ec17c59] {
  text-indent: 2em;
}
.notice_content img[data-v-4ec17c59] {
  width: 100%;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-71ba3c0c] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-71ba3c0c]:export {
  topHead: 46px;
}
.header_title[data-v-71ba3c0c] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-71ba3c0c] {
  display: block;
}
.header_title[data-v-71ba3c0c] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-71ba3c0c] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-71ba3c0c] {
  color: #999;
}
*[data-v-71ba3c0c] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-71ba3c0c],
.slide-right-leave-to[data-v-71ba3c0c] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-71ba3c0c],
.slide-right-enter[data-v-71ba3c0c] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-71ba3c0c],
.slide-left-leave-active[data-v-71ba3c0c],
.slide-right-enter-active[data-v-71ba3c0c],
.slide-right-leave-active[data-v-71ba3c0c] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-71ba3c0c] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-71ba3c0c],
ol[data-v-71ba3c0c] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-71ba3c0c],
textarea[data-v-71ba3c0c] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-71ba3c0c],
input[type="password"][data-v-71ba3c0c] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-71ba3c0c]:hover,
input[type="submit"][data-v-71ba3c0c]:hover {
  opacity: 1;
}
input[type="button"][data-v-71ba3c0c],
input[type="submit"][data-v-71ba3c0c] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-71ba3c0c] {
  border: none;
  border-radius: 2px;
}
h1[data-v-71ba3c0c],
h2[data-v-71ba3c0c],
h3[data-v-71ba3c0c],
h4[data-v-71ba3c0c],
h5[data-v-71ba3c0c] {
  color: #333;
}
a[data-v-71ba3c0c] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-71ba3c0c] {
  clear: both;
}
.clearfix[data-v-71ba3c0c]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-71ba3c0c] {
  zoom: 1;
}
.fl[data-v-71ba3c0c] {
  float: left;
}
.fr[data-v-71ba3c0c] {
  float: right;
}
input[data-v-71ba3c0c]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-71ba3c0c]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-71ba3c0c]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-71ba3c0c]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-71ba3c0c] {
  display: none;
}
.container[data-v-71ba3c0c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-71ba3c0c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-71ba3c0c] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-71ba3c0c] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-71ba3c0c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-71ba3c0c],
.no_wlan[data-v-71ba3c0c] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-71ba3c0c],
.no_wlan img.nodata_icon[data-v-71ba3c0c] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-71ba3c0c] {
  background-color: #75B880;
}
.active_color[data-v-71ba3c0c] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-71ba3c0c] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-71ba3c0c] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/***证书下载开始***/
.preview_overlay[data-v-71ba3c0c] {
  top: 46px;
  background: rgba(0, 0, 0, 0.8);
}
.certificate_download[data-v-71ba3c0c] {
  padding: 10px 16px;
  font-size: 15px;
}
.certificate_item[data-v-71ba3c0c] {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.certificate_item span[data-v-71ba3c0c] {
  text-align: right;
  display: block;
  width: 80px;
  color: #999;
}
.certificate_txt[data-v-71ba3c0c] {
  width: calc(100% - 90px);
}
.certificate_show[data-v-71ba3c0c] {
  text-align: center;
  margin: 20px 0;
}
.certificate_bg[data-v-71ba3c0c] {
  width: 82%;
  margin: 0 auto;
  display: block;
}
/***证书下载结束*****/
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-1c231d53] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-1c231d53]:export {
  topHead: 46px;
}
.header_title[data-v-1c231d53] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-1c231d53] {
  display: block;
}
.header_title[data-v-1c231d53] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-1c231d53] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-1c231d53] {
  color: #999;
}
*[data-v-1c231d53] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-1c231d53],
.slide-right-leave-to[data-v-1c231d53] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-1c231d53],
.slide-right-enter[data-v-1c231d53] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-1c231d53],
.slide-left-leave-active[data-v-1c231d53],
.slide-right-enter-active[data-v-1c231d53],
.slide-right-leave-active[data-v-1c231d53] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-1c231d53] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-1c231d53],
ol[data-v-1c231d53] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-1c231d53],
textarea[data-v-1c231d53] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-1c231d53],
input[type="password"][data-v-1c231d53] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-1c231d53]:hover,
input[type="submit"][data-v-1c231d53]:hover {
  opacity: 1;
}
input[type="button"][data-v-1c231d53],
input[type="submit"][data-v-1c231d53] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-1c231d53] {
  border: none;
  border-radius: 2px;
}
h1[data-v-1c231d53],
h2[data-v-1c231d53],
h3[data-v-1c231d53],
h4[data-v-1c231d53],
h5[data-v-1c231d53] {
  color: #333;
}
a[data-v-1c231d53] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-1c231d53] {
  clear: both;
}
.clearfix[data-v-1c231d53]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-1c231d53] {
  zoom: 1;
}
.fl[data-v-1c231d53] {
  float: left;
}
.fr[data-v-1c231d53] {
  float: right;
}
input[data-v-1c231d53]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-1c231d53]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-1c231d53]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-1c231d53]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-1c231d53] {
  display: none;
}
.container[data-v-1c231d53] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-1c231d53] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-1c231d53] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-1c231d53] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-1c231d53] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-1c231d53],
.no_wlan[data-v-1c231d53] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-1c231d53],
.no_wlan img.nodata_icon[data-v-1c231d53] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-1c231d53] {
  background-color: #75B880;
}
.active_color[data-v-1c231d53] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-1c231d53] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-1c231d53] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.subject_list[data-v-1c231d53] {
  width: 100%;
  padding: 0 16px;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-5895298d] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-5895298d]:export {
  topHead: 46px;
}
.header_title[data-v-5895298d] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-5895298d] {
  display: block;
}
.header_title[data-v-5895298d] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-5895298d] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-5895298d] {
  color: #999;
}
*[data-v-5895298d] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-5895298d],
.slide-right-leave-to[data-v-5895298d] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-5895298d],
.slide-right-enter[data-v-5895298d] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-5895298d],
.slide-left-leave-active[data-v-5895298d],
.slide-right-enter-active[data-v-5895298d],
.slide-right-leave-active[data-v-5895298d] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-5895298d] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-5895298d],
ol[data-v-5895298d] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-5895298d],
textarea[data-v-5895298d] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-5895298d],
input[type="password"][data-v-5895298d] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-5895298d]:hover,
input[type="submit"][data-v-5895298d]:hover {
  opacity: 1;
}
input[type="button"][data-v-5895298d],
input[type="submit"][data-v-5895298d] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-5895298d] {
  border: none;
  border-radius: 2px;
}
h1[data-v-5895298d],
h2[data-v-5895298d],
h3[data-v-5895298d],
h4[data-v-5895298d],
h5[data-v-5895298d] {
  color: #333;
}
a[data-v-5895298d] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-5895298d] {
  clear: both;
}
.clearfix[data-v-5895298d]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-5895298d] {
  zoom: 1;
}
.fl[data-v-5895298d] {
  float: left;
}
.fr[data-v-5895298d] {
  float: right;
}
input[data-v-5895298d]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-5895298d]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-5895298d]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-5895298d]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-5895298d] {
  display: none;
}
.container[data-v-5895298d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-5895298d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-5895298d] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-5895298d] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-5895298d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-5895298d],
.no_wlan[data-v-5895298d] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-5895298d],
.no_wlan img.nodata_icon[data-v-5895298d] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-5895298d] {
  background-color: #75B880;
}
.active_color[data-v-5895298d] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-5895298d] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-5895298d] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.course_info[data-v-5895298d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 5px;
}
.course_info .info_item[data-v-5895298d] {
  width: 50%;
  padding: 3px 0;
  font-size: 14px;
  color: #666;
}
.course_item[data-v-5895298d] {
  padding: 0 16px 16px;
  border-bottom: 6px solid #f2f2f2;
}
.course_item .course_name[data-v-5895298d] {
  line-height: 170%;
  color: #000;
  margin-top: 12px;
}
.course_item .live_status[data-v-5895298d] {
  font-size: 10px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #fff;
  width: 52px;
  line-height: 22px;
  text-align: center;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-71caee40] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-71caee40]:export {
  topHead: 46px;
}
.header_title[data-v-71caee40] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-71caee40] {
  display: block;
}
.header_title[data-v-71caee40] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-71caee40] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-71caee40] {
  color: #999;
}
*[data-v-71caee40] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-71caee40],
.slide-right-leave-to[data-v-71caee40] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-71caee40],
.slide-right-enter[data-v-71caee40] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-71caee40],
.slide-left-leave-active[data-v-71caee40],
.slide-right-enter-active[data-v-71caee40],
.slide-right-leave-active[data-v-71caee40] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-71caee40] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-71caee40],
ol[data-v-71caee40] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-71caee40],
textarea[data-v-71caee40] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-71caee40],
input[type="password"][data-v-71caee40] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-71caee40]:hover,
input[type="submit"][data-v-71caee40]:hover {
  opacity: 1;
}
input[type="button"][data-v-71caee40],
input[type="submit"][data-v-71caee40] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-71caee40] {
  border: none;
  border-radius: 2px;
}
h1[data-v-71caee40],
h2[data-v-71caee40],
h3[data-v-71caee40],
h4[data-v-71caee40],
h5[data-v-71caee40] {
  color: #333;
}
a[data-v-71caee40] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-71caee40] {
  clear: both;
}
.clearfix[data-v-71caee40]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-71caee40] {
  zoom: 1;
}
.fl[data-v-71caee40] {
  float: left;
}
.fr[data-v-71caee40] {
  float: right;
}
input[data-v-71caee40]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-71caee40]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-71caee40]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-71caee40]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-71caee40] {
  display: none;
}
.container[data-v-71caee40] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-71caee40] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-71caee40] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-71caee40] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-71caee40] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-71caee40],
.no_wlan[data-v-71caee40] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-71caee40],
.no_wlan img.nodata_icon[data-v-71caee40] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-71caee40] {
  background-color: #75B880;
}
.active_color[data-v-71caee40] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-71caee40] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-71caee40] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c_container[data-v-71caee40] {
  background: #f8f8f8;
}
.exam_time[data-v-71caee40] {
  background: #fff;
  font-size: 14px;
  text-align: center;
  color: #999;
  padding: 10px 0;
}
.exam_title[data-v-71caee40] {
  text-align: center;
  font-weight: bold;
  color: #333;
  font-size: 18px;
  margin: 20px 0;
}
.exam_duration[data-v-71caee40] {
  font-size: 12px;
  color: #999;
  text-align: center;
  padding: 5px 0 10px;
}
.exam_detail[data-v-71caee40] {
  padding: 0 16px 16px;
}
.question_item .question_name[data-v-71caee40] {
  line-height: 170%;
  margin: 10px 0;
}
.question_item .question_options[data-v-71caee40] {
  padding: 5px 0;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #f2f2f2;
}
.question_item .options_item[data-v-71caee40] {
  padding: 10px 12px;
  border-bottom: 1px solid #f2f2f2;
}
.question_item .options_item[data-v-71caee40]:last-child {
  border-bottom: none;
}
.submit_btn[data-v-71caee40] {
  background: var(--themeColor);
  color: #fff;
  padding: 0 ;
  height: 40px;
  line-height: 40px;
  margin: 0 16px 14px;
  text-align: center;
  border-radius: 6px;
}
.wrapper[data-v-71caee40] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.tips[data-v-71caee40] {
  width: 70%;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
}
.tips .user_name[data-v-71caee40] {
  color: #333;
  font-size: 18px;
  margin-top: 20px;
}
.tips .tips_txt[data-v-71caee40] {
  font-size: 14px;
  color: #999;
  margin-top: 12px;
}
.tips .score[data-v-71caee40] {
  color: var(--themeColor);
  font-size: 24px;
  margin: 20px 0;
}
.tips .attention[data-v-71caee40] {
  font-size: 14px;
}
.tips .operation_btn[data-v-71caee40] {
  font-size: 14px;
  color: var(--themeColor);
  border-top: 1px solid #f2f2f2;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 20px;
}
.tips .operation_btn .test_again[data-v-71caee40],
.tips .operation_btn .next_test[data-v-71caee40] {
  width: 50%;
  padding: 10px 0;
}
.tips .operation_btn .test_again[data-v-71caee40] {
  border-right: 1px solid #f2f2f2;
}
.tk_user_answer[data-v-71caee40] {
  border-bottom: 1px solid #ccc;
}
.tk_user_answer input[data-v-71caee40] {
  margin-bottom: 4px;
  border: none;
  width: 100%;
  background: transparent;
}
.wd_user_answer[data-v-71caee40] {
  padding: 10px;
  border: 1px solid #ccc;
}
.wd_user_answer textarea[data-v-71caee40] {
  border: none;
  width: 100%;
  height: 150px;
  background: transparent;
  resize: none;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-6b89d780] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-6b89d780]:export {
  topHead: 46px;
}
.header_title[data-v-6b89d780] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-6b89d780] {
  display: block;
}
.header_title[data-v-6b89d780] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-6b89d780] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-6b89d780] {
  color: #999;
}
*[data-v-6b89d780] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-6b89d780],
.slide-right-leave-to[data-v-6b89d780] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-6b89d780],
.slide-right-enter[data-v-6b89d780] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-6b89d780],
.slide-left-leave-active[data-v-6b89d780],
.slide-right-enter-active[data-v-6b89d780],
.slide-right-leave-active[data-v-6b89d780] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-6b89d780] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-6b89d780],
ol[data-v-6b89d780] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-6b89d780],
textarea[data-v-6b89d780] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-6b89d780],
input[type="password"][data-v-6b89d780] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-6b89d780]:hover,
input[type="submit"][data-v-6b89d780]:hover {
  opacity: 1;
}
input[type="button"][data-v-6b89d780],
input[type="submit"][data-v-6b89d780] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-6b89d780] {
  border: none;
  border-radius: 2px;
}
h1[data-v-6b89d780],
h2[data-v-6b89d780],
h3[data-v-6b89d780],
h4[data-v-6b89d780],
h5[data-v-6b89d780] {
  color: #333;
}
a[data-v-6b89d780] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-6b89d780] {
  clear: both;
}
.clearfix[data-v-6b89d780]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-6b89d780] {
  zoom: 1;
}
.fl[data-v-6b89d780] {
  float: left;
}
.fr[data-v-6b89d780] {
  float: right;
}
input[data-v-6b89d780]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-6b89d780]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-6b89d780]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-6b89d780]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-6b89d780] {
  display: none;
}
.container[data-v-6b89d780] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-6b89d780] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-6b89d780] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-6b89d780] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-6b89d780] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-6b89d780],
.no_wlan[data-v-6b89d780] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-6b89d780],
.no_wlan img.nodata_icon[data-v-6b89d780] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-6b89d780] {
  background-color: #75B880;
}
.active_color[data-v-6b89d780] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-6b89d780] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-6b89d780] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.survey_list[data-v-6b89d780] {
  padding: 10px 0;
}
.survey_list .survey_item[data-v-6b89d780] {
  padding: 14px 16px;
  border-bottom: 2px solid #f2f2f2;
}
.survey_list .survey_item .course_info[data-v-6b89d780] {
  margin-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.survey_list .survey_item .course_name[data-v-6b89d780] {
  line-height: 170%;
  color: #000;
}
.survey_list .survey_item .no_survey[data-v-6b89d780] {
  color: #FF8200;
}
.survey_list .survey_item .course_info_item[data-v-6b89d780] {
  width: 50%;
  font-size: 14px;
  margin: 5px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.survey_list .survey_item .to_survey[data-v-6b89d780] {
  background: var(--themeColor);
  color: #fff;
  width: 100px;
  text-align: center;
  padding: 7px 0;
  border-radius: 6px;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-896082b0] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-896082b0]:export {
  topHead: 46px;
}
.header_title[data-v-896082b0] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-896082b0] {
  display: block;
}
.header_title[data-v-896082b0] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-896082b0] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-896082b0] {
  color: #999;
}
*[data-v-896082b0] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-896082b0],
.slide-right-leave-to[data-v-896082b0] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-896082b0],
.slide-right-enter[data-v-896082b0] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-896082b0],
.slide-left-leave-active[data-v-896082b0],
.slide-right-enter-active[data-v-896082b0],
.slide-right-leave-active[data-v-896082b0] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-896082b0] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-896082b0],
ol[data-v-896082b0] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-896082b0],
textarea[data-v-896082b0] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-896082b0],
input[type="password"][data-v-896082b0] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-896082b0]:hover,
input[type="submit"][data-v-896082b0]:hover {
  opacity: 1;
}
input[type="button"][data-v-896082b0],
input[type="submit"][data-v-896082b0] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-896082b0] {
  border: none;
  border-radius: 2px;
}
h1[data-v-896082b0],
h2[data-v-896082b0],
h3[data-v-896082b0],
h4[data-v-896082b0],
h5[data-v-896082b0] {
  color: #333;
}
a[data-v-896082b0] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-896082b0] {
  clear: both;
}
.clearfix[data-v-896082b0]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-896082b0] {
  zoom: 1;
}
.fl[data-v-896082b0] {
  float: left;
}
.fr[data-v-896082b0] {
  float: right;
}
input[data-v-896082b0]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-896082b0]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-896082b0]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-896082b0]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-896082b0] {
  display: none;
}
.container[data-v-896082b0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-896082b0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-896082b0] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-896082b0] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-896082b0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-896082b0],
.no_wlan[data-v-896082b0] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-896082b0],
.no_wlan img.nodata_icon[data-v-896082b0] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-896082b0] {
  background-color: #75B880;
}
.active_color[data-v-896082b0] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-896082b0] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-896082b0] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.clazz_survey[data-v-896082b0] {
  margin-top: 20px;
  padding: 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.clazz_survey .clazz_name[data-v-896082b0] {
  width: calc(100% - 110px);
  line-height: 170%;
}
.clazz_survey .begin_survey[data-v-896082b0],
.clazz_survey .look_survey[data-v-896082b0] {
  background: var(--themeColor);
  color: #fff;
  width: 100px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  border-radius: 6px;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-4c62586c] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-4c62586c]:export {
  topHead: 46px;
}
.header_title[data-v-4c62586c] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-4c62586c] {
  display: block;
}
.header_title[data-v-4c62586c] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-4c62586c] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-4c62586c] {
  color: #999;
}
*[data-v-4c62586c] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-4c62586c],
.slide-right-leave-to[data-v-4c62586c] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-4c62586c],
.slide-right-enter[data-v-4c62586c] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-4c62586c],
.slide-left-leave-active[data-v-4c62586c],
.slide-right-enter-active[data-v-4c62586c],
.slide-right-leave-active[data-v-4c62586c] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-4c62586c] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-4c62586c],
ol[data-v-4c62586c] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-4c62586c],
textarea[data-v-4c62586c] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-4c62586c],
input[type="password"][data-v-4c62586c] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-4c62586c]:hover,
input[type="submit"][data-v-4c62586c]:hover {
  opacity: 1;
}
input[type="button"][data-v-4c62586c],
input[type="submit"][data-v-4c62586c] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-4c62586c] {
  border: none;
  border-radius: 2px;
}
h1[data-v-4c62586c],
h2[data-v-4c62586c],
h3[data-v-4c62586c],
h4[data-v-4c62586c],
h5[data-v-4c62586c] {
  color: #333;
}
a[data-v-4c62586c] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-4c62586c] {
  clear: both;
}
.clearfix[data-v-4c62586c]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-4c62586c] {
  zoom: 1;
}
.fl[data-v-4c62586c] {
  float: left;
}
.fr[data-v-4c62586c] {
  float: right;
}
input[data-v-4c62586c]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-4c62586c]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-4c62586c]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-4c62586c]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-4c62586c] {
  display: none;
}
.container[data-v-4c62586c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-4c62586c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-4c62586c] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-4c62586c] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-4c62586c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-4c62586c],
.no_wlan[data-v-4c62586c] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-4c62586c],
.no_wlan img.nodata_icon[data-v-4c62586c] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-4c62586c] {
  background-color: #75B880;
}
.active_color[data-v-4c62586c] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-4c62586c] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-4c62586c] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c_container[data-v-4c62586c] {
  background: #f8f8f8;
}
.exam_time[data-v-4c62586c] {
  background: #fff;
  font-size: 14px;
  text-align: center;
  color: #999;
  padding: 10px 0;
}
.exam_title[data-v-4c62586c] {
  text-align: center;
  font-weight: bold;
  color: #333;
  font-size: 18px;
  margin: 20px 0;
}
.exam_duration[data-v-4c62586c] {
  font-size: 12px;
  color: #999;
  text-align: center;
  padding: 5px 0 10px;
}
.exam_detail[data-v-4c62586c] {
  padding: 0 16px 16px;
}
.question_item .question_name[data-v-4c62586c] {
  line-height: 170%;
  margin: 10px 0;
}
.question_item .question_options[data-v-4c62586c] {
  padding: 5px 0;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #f2f2f2;
}
.question_item .options_item[data-v-4c62586c] {
  padding: 10px 12px;
  border-bottom: 1px solid #f2f2f2;
}
.question_item .options_item[data-v-4c62586c]:last-child {
  border-bottom: none;
}
.submit_btn[data-v-4c62586c] {
  background: var(--themeColor);
  color: #fff;
  padding: 0 ;
  height: 40px;
  line-height: 40px;
  margin: 0 16px 14px;
  text-align: center;
  border-radius: 6px;
}
.wrapper[data-v-4c62586c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.tips[data-v-4c62586c] {
  width: 70%;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
}
.tips .user_name[data-v-4c62586c] {
  color: #333;
  font-size: 18px;
  margin-top: 20px;
}
.tips .tips_txt[data-v-4c62586c] {
  font-size: 14px;
  color: #999;
  margin-top: 12px;
}
.tips .score[data-v-4c62586c] {
  color: var(--themeColor);
  font-size: 24px;
  margin: 20px 0;
}
.tips .attention[data-v-4c62586c] {
  font-size: 14px;
}
.tips .operation_btn[data-v-4c62586c] {
  font-size: 14px;
  color: var(--themeColor);
  border-top: 1px solid #f2f2f2;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 20px;
}
.tips .operation_btn .test_again[data-v-4c62586c],
.tips .operation_btn .next_test[data-v-4c62586c] {
  width: 50%;
  padding: 10px 0;
}
.tips .operation_btn .test_again[data-v-4c62586c] {
  border-right: 1px solid #f2f2f2;
}
.tk_user_answer[data-v-4c62586c] {
  border-bottom: 1px solid #ccc;
}
.tk_user_answer input[data-v-4c62586c] {
  margin-bottom: 4px;
  border: none;
  width: 100%;
  background: transparent;
}
.wd_user_answer[data-v-4c62586c] {
  padding: 10px;
  border: 1px solid #ccc;
}
.wd_user_answer textarea[data-v-4c62586c] {
  border: none;
  width: 100%;
  height: 150px;
  background: transparent;
  resize: none;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-08ee43d8] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-08ee43d8]:export {
  topHead: 46px;
}
.header_title[data-v-08ee43d8] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-08ee43d8] {
  display: block;
}
.header_title[data-v-08ee43d8] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-08ee43d8] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-08ee43d8] {
  color: #999;
}
*[data-v-08ee43d8] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-08ee43d8],
.slide-right-leave-to[data-v-08ee43d8] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-08ee43d8],
.slide-right-enter[data-v-08ee43d8] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-08ee43d8],
.slide-left-leave-active[data-v-08ee43d8],
.slide-right-enter-active[data-v-08ee43d8],
.slide-right-leave-active[data-v-08ee43d8] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-08ee43d8] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-08ee43d8],
ol[data-v-08ee43d8] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-08ee43d8],
textarea[data-v-08ee43d8] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-08ee43d8],
input[type="password"][data-v-08ee43d8] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-08ee43d8]:hover,
input[type="submit"][data-v-08ee43d8]:hover {
  opacity: 1;
}
input[type="button"][data-v-08ee43d8],
input[type="submit"][data-v-08ee43d8] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-08ee43d8] {
  border: none;
  border-radius: 2px;
}
h1[data-v-08ee43d8],
h2[data-v-08ee43d8],
h3[data-v-08ee43d8],
h4[data-v-08ee43d8],
h5[data-v-08ee43d8] {
  color: #333;
}
a[data-v-08ee43d8] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-08ee43d8] {
  clear: both;
}
.clearfix[data-v-08ee43d8]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-08ee43d8] {
  zoom: 1;
}
.fl[data-v-08ee43d8] {
  float: left;
}
.fr[data-v-08ee43d8] {
  float: right;
}
input[data-v-08ee43d8]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-08ee43d8]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-08ee43d8]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-08ee43d8]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-08ee43d8] {
  display: none;
}
.container[data-v-08ee43d8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-08ee43d8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-08ee43d8] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-08ee43d8] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-08ee43d8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-08ee43d8],
.no_wlan[data-v-08ee43d8] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-08ee43d8],
.no_wlan img.nodata_icon[data-v-08ee43d8] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-08ee43d8] {
  background-color: #75B880;
}
.active_color[data-v-08ee43d8] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-08ee43d8] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-08ee43d8] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c_container[data-v-08ee43d8] {
  background: #f8f8f8;
}
.c_main[data-v-08ee43d8] {
  padding-bottom: 20px;
}
.exam_time[data-v-08ee43d8] {
  background: #fff;
  font-size: 14px;
  text-align: center;
  color: #999;
  padding: 10px 0;
}
.exam_title[data-v-08ee43d8] {
  text-align: center;
  font-weight: bold;
  color: #333;
  font-size: 18px;
  margin: 10px 0;
  line-height: 180%;
}
.exam_duration[data-v-08ee43d8] {
  font-size: 12px;
  color: #999;
  text-align: center;
  padding: 5px 0 10px;
}
.exam_detail[data-v-08ee43d8] {
  padding: 0 16px;
}
.question_item .right_answer[data-v-08ee43d8] {
  margin: 14px 0 24px;
  color: #75b880;
}
.question_item .question_name[data-v-08ee43d8] {
  line-height: 170%;
  margin: 10px 0;
}
.question_item .question_options[data-v-08ee43d8] {
  padding: 5px 0;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #f2f2f2;
}
.question_item .options_item[data-v-08ee43d8] {
  padding: 10px 12px;
  border-bottom: 1px solid #f2f2f2;
}
.question_item .options_item[data-v-08ee43d8]:last-child {
  border-bottom: none;
}
.tk_user_answer[data-v-08ee43d8] {
  border-bottom: 1px solid #ccc;
}
.tk_user_answer input[data-v-08ee43d8] {
  margin-bottom: 4px;
  border: none;
  width: 100%;
  background: transparent;
}
.wd_user_answer[data-v-08ee43d8] {
  padding: 10px;
  border: 1px solid #ccc;
}
.wd_user_answer textarea[data-v-08ee43d8] {
  border: none;
  width: 100%;
  height: 150px;
  background: transparent;
  resize: none;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-014a909d] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-014a909d]:export {
  topHead: 46px;
}
.header_title[data-v-014a909d] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-014a909d] {
  display: block;
}
.header_title[data-v-014a909d] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-014a909d] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-014a909d] {
  color: #999;
}
*[data-v-014a909d] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-014a909d],
.slide-right-leave-to[data-v-014a909d] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-014a909d],
.slide-right-enter[data-v-014a909d] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-014a909d],
.slide-left-leave-active[data-v-014a909d],
.slide-right-enter-active[data-v-014a909d],
.slide-right-leave-active[data-v-014a909d] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-014a909d] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-014a909d],
ol[data-v-014a909d] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-014a909d],
textarea[data-v-014a909d] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-014a909d],
input[type="password"][data-v-014a909d] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-014a909d]:hover,
input[type="submit"][data-v-014a909d]:hover {
  opacity: 1;
}
input[type="button"][data-v-014a909d],
input[type="submit"][data-v-014a909d] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-014a909d] {
  border: none;
  border-radius: 2px;
}
h1[data-v-014a909d],
h2[data-v-014a909d],
h3[data-v-014a909d],
h4[data-v-014a909d],
h5[data-v-014a909d] {
  color: #333;
}
a[data-v-014a909d] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-014a909d] {
  clear: both;
}
.clearfix[data-v-014a909d]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-014a909d] {
  zoom: 1;
}
.fl[data-v-014a909d] {
  float: left;
}
.fr[data-v-014a909d] {
  float: right;
}
input[data-v-014a909d]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-014a909d]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-014a909d]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-014a909d]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-014a909d] {
  display: none;
}
.container[data-v-014a909d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-014a909d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-014a909d] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-014a909d] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-014a909d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-014a909d],
.no_wlan[data-v-014a909d] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-014a909d],
.no_wlan img.nodata_icon[data-v-014a909d] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-014a909d] {
  background-color: #75B880;
}
.active_color[data-v-014a909d] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-014a909d] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-014a909d] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tab_list[data-v-014a909d] {
  width: 60%;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(234, 237, 244, 0.75);
  border-radius: 40px;
  height: 40px;
  line-height: 40px;
  color: #4A4A4A;
  margin: 20px auto 0;
  overflow: hidden;
}
.tab_list .tab_item[data-v-014a909d] {
  width: 50%;
  text-align: center;
}
.tab_list .active_tab[data-v-014a909d] {
  color: #fff;
  background: var(--themeColor);
}
.certificate_list[data-v-014a909d] {
  padding: 0 16px 28px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.certificate_list .certificate_item[data-v-014a909d] {
  width: 50%;
  margin-top: 28px;
}
.certificate_list .certificate_item .certificate_picture[data-v-014a909d] {
  width: 100%;
}
.certificate_list .certificate_item .look_certificate[data-v-014a909d] {
  border: 1px solid #E2E6F0;
  line-height: 36px;
  color: var(--themeColor);
  border-radius: 22px;
  width: 72%;
  max-width: 260px;
  display: block;
  text-align: center;
  margin: 8px auto 0;
}
.paper_certificate_list[data-v-014a909d] {
  padding: 28px 16px 28px;
}
.paper_certificate_list .paper_certificate[data-v-014a909d] {
  padding: 12px 0;
  border-top: 1px solid #EFF2F7;
}
.paper_certificate_list .paper_certificate[data-v-014a909d]:last-child {
  border-bottom: 1px solid #EFF2F7;
}
.paper_certificate_list .certificate_info[data-v-014a909d] {
  padding: 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.paper_certificate_list .certificate_info .info_item[data-v-014a909d] {
  width: 80px;
}
.paper_certificate_list .certificate_info .info_value[data-v-014a909d] {
  width: calc(100% - 90px);
  line-height: 170%;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-0f24efec] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-0f24efec]:export {
  topHead: 46px;
}
.header_title[data-v-0f24efec] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-0f24efec] {
  display: block;
}
.header_title[data-v-0f24efec] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-0f24efec] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-0f24efec] {
  color: #999;
}
*[data-v-0f24efec] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-0f24efec],
.slide-right-leave-to[data-v-0f24efec] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-0f24efec],
.slide-right-enter[data-v-0f24efec] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-0f24efec],
.slide-left-leave-active[data-v-0f24efec],
.slide-right-enter-active[data-v-0f24efec],
.slide-right-leave-active[data-v-0f24efec] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-0f24efec] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-0f24efec],
ol[data-v-0f24efec] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-0f24efec],
textarea[data-v-0f24efec] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-0f24efec],
input[type="password"][data-v-0f24efec] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-0f24efec]:hover,
input[type="submit"][data-v-0f24efec]:hover {
  opacity: 1;
}
input[type="button"][data-v-0f24efec],
input[type="submit"][data-v-0f24efec] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-0f24efec] {
  border: none;
  border-radius: 2px;
}
h1[data-v-0f24efec],
h2[data-v-0f24efec],
h3[data-v-0f24efec],
h4[data-v-0f24efec],
h5[data-v-0f24efec] {
  color: #333;
}
a[data-v-0f24efec] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-0f24efec] {
  clear: both;
}
.clearfix[data-v-0f24efec]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-0f24efec] {
  zoom: 1;
}
.fl[data-v-0f24efec] {
  float: left;
}
.fr[data-v-0f24efec] {
  float: right;
}
input[data-v-0f24efec]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-0f24efec]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-0f24efec]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-0f24efec]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-0f24efec] {
  display: none;
}
.container[data-v-0f24efec] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-0f24efec] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-0f24efec] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-0f24efec] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-0f24efec] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-0f24efec],
.no_wlan[data-v-0f24efec] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-0f24efec],
.no_wlan img.nodata_icon[data-v-0f24efec] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-0f24efec] {
  background-color: #75B880;
}
.active_color[data-v-0f24efec] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-0f24efec] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-0f24efec] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.notice_list[data-v-0f24efec] {
  padding: 0 0;
}
.notice_list .notice_item[data-v-0f24efec] {
  padding: 16px 20px;
  border-bottom: 2px solid #f2f2f2;
}
.notice_list .notice_item .notice_title[data-v-0f24efec] {
  width: calc(100% - 92px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-06ef0c1c] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-06ef0c1c]:export {
  topHead: 46px;
}
.header_title[data-v-06ef0c1c] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-06ef0c1c] {
  display: block;
}
.header_title[data-v-06ef0c1c] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-06ef0c1c] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-06ef0c1c] {
  color: #999;
}
*[data-v-06ef0c1c] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-06ef0c1c],
.slide-right-leave-to[data-v-06ef0c1c] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-06ef0c1c],
.slide-right-enter[data-v-06ef0c1c] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-06ef0c1c],
.slide-left-leave-active[data-v-06ef0c1c],
.slide-right-enter-active[data-v-06ef0c1c],
.slide-right-leave-active[data-v-06ef0c1c] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-06ef0c1c] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-06ef0c1c],
ol[data-v-06ef0c1c] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-06ef0c1c],
textarea[data-v-06ef0c1c] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-06ef0c1c],
input[type="password"][data-v-06ef0c1c] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-06ef0c1c]:hover,
input[type="submit"][data-v-06ef0c1c]:hover {
  opacity: 1;
}
input[type="button"][data-v-06ef0c1c],
input[type="submit"][data-v-06ef0c1c] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-06ef0c1c] {
  border: none;
  border-radius: 2px;
}
h1[data-v-06ef0c1c],
h2[data-v-06ef0c1c],
h3[data-v-06ef0c1c],
h4[data-v-06ef0c1c],
h5[data-v-06ef0c1c] {
  color: #333;
}
a[data-v-06ef0c1c] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-06ef0c1c] {
  clear: both;
}
.clearfix[data-v-06ef0c1c]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-06ef0c1c] {
  zoom: 1;
}
.fl[data-v-06ef0c1c] {
  float: left;
}
.fr[data-v-06ef0c1c] {
  float: right;
}
input[data-v-06ef0c1c]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-06ef0c1c]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-06ef0c1c]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-06ef0c1c]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-06ef0c1c] {
  display: none;
}
.container[data-v-06ef0c1c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-06ef0c1c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-06ef0c1c] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-06ef0c1c] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-06ef0c1c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-06ef0c1c],
.no_wlan[data-v-06ef0c1c] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-06ef0c1c],
.no_wlan img.nodata_icon[data-v-06ef0c1c] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-06ef0c1c] {
  background-color: #75B880;
}
.active_color[data-v-06ef0c1c] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-06ef0c1c] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-06ef0c1c] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.discuss_item[data-type="0"][data-v-06ef0c1c] {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.discuss_item[data-type="1"][data-v-06ef0c1c] {
  -webkit-transform: translate3d(-54px, 0, 0);
          transform: translate3d(-54px, 0, 0);
}
.discuss_item[data-v-06ef0c1c] {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  padding: 12px 16px;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}
.discuss_item .question_delete[data-v-06ef0c1c] {
  width: 54px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e01212;
  font-size: 14px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  right: -54px;
}
.discuss_item .answer_status > img[data-v-06ef0c1c] {
  width: 22px;
}
.discuss_item .discuss_t_title[data-v-06ef0c1c] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.discuss_item .discuss_t_info[data-v-06ef0c1c],
.discuss_item .discuss_t_user[data-v-06ef0c1c] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 14px;
  color: #999;
  margin-top: 5px;
}
.discuss_item .discuss_t_reply[data-v-06ef0c1c] {
  min-width: 55px;
}
.my-enter[data-v-06ef0c1c],
.my-leave-active[data-v-06ef0c1c] {
  opacity: 0;
  -webkit-transform: translateY(500px);
          transform: translateY(500px);
}
.my-enter-active[data-v-06ef0c1c],
.my-leave-active[data-v-06ef0c1c] {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.discuss_main[data-v-06ef0c1c] {
  transfrom: translate(0, 100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.discuss_area[data-v-06ef0c1c],
.question_area[data-v-06ef0c1c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.discuss_list[data-v-06ef0c1c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
}
.discuss_release[data-v-06ef0c1c] {
  background: #fcfcfc;
  height: 50px;
}
.discuss_release .discuss_btn[data-v-06ef0c1c] {
  width: 160px;
  height: 36px;
  line-height: 36px;
  background: #7bbfea;
  color: #fff;
  margin: 7px auto;
  border-radius: 20px;
  text-align: center;
}
.discuss_content[data-v-06ef0c1c] {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  padding-top: 10px;
}
.discuss_content .discuss_close[data-v-06ef0c1c] {
  font-size: 24px;
  color: #ccc;
}
.discuss_content .discuss_c_title[data-v-06ef0c1c] {
  padding: 0 10px;
}
.discuss_content .discuss_c_txt[data-v-06ef0c1c] {
  margin-top: 10px;
  padding: 10px;
  background: #f2f2f2;
}
.discuss_content .discuss_tips[data-v-06ef0c1c] {
  font-size: 14px;
  padding-left: 10px;
}
.discuss_content .discuss_s_btn[data-v-06ef0c1c] {
  padding: 8px 0;
  background: var(--themeColor);
  width: 100px;
  text-align: center;
  color: #fff;
}
.discuss_content .discuss_c_txt textarea[data-v-06ef0c1c] {
  width: 100%;
  background: #f2f2f2;
  border: none;
  height: 120px;
  resize: none;
}
.discuss_c_head[data-v-06ef0c1c] {
  margin-top: 10px;
  width: 100%;
  background: #f2f2f2;
  height: 36px;
  line-height: 36px;
}
.discuss_c_head input[data-v-06ef0c1c] {
  border: none;
  width: 100%;
  background: #f2f2f2;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-55b04418] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-55b04418]:export {
  topHead: 46px;
}
.header_title[data-v-55b04418] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-55b04418] {
  display: block;
}
.header_title[data-v-55b04418] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-55b04418] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-55b04418] {
  color: #999;
}
*[data-v-55b04418] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-55b04418],
.slide-right-leave-to[data-v-55b04418] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-55b04418],
.slide-right-enter[data-v-55b04418] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-55b04418],
.slide-left-leave-active[data-v-55b04418],
.slide-right-enter-active[data-v-55b04418],
.slide-right-leave-active[data-v-55b04418] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-55b04418] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-55b04418],
ol[data-v-55b04418] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-55b04418],
textarea[data-v-55b04418] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-55b04418],
input[type="password"][data-v-55b04418] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-55b04418]:hover,
input[type="submit"][data-v-55b04418]:hover {
  opacity: 1;
}
input[type="button"][data-v-55b04418],
input[type="submit"][data-v-55b04418] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-55b04418] {
  border: none;
  border-radius: 2px;
}
h1[data-v-55b04418],
h2[data-v-55b04418],
h3[data-v-55b04418],
h4[data-v-55b04418],
h5[data-v-55b04418] {
  color: #333;
}
a[data-v-55b04418] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-55b04418] {
  clear: both;
}
.clearfix[data-v-55b04418]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-55b04418] {
  zoom: 1;
}
.fl[data-v-55b04418] {
  float: left;
}
.fr[data-v-55b04418] {
  float: right;
}
input[data-v-55b04418]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-55b04418]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-55b04418]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-55b04418]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-55b04418] {
  display: none;
}
.container[data-v-55b04418] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-55b04418] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-55b04418] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-55b04418] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-55b04418] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-55b04418],
.no_wlan[data-v-55b04418] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-55b04418],
.no_wlan img.nodata_icon[data-v-55b04418] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-55b04418] {
  background-color: #75B880;
}
.active_color[data-v-55b04418] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-55b04418] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-55b04418] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.discuss_theme[data-v-55b04418] {
  padding: 14px 16px;
}
.discuss_info[data-v-55b04418] {
  color: #999;
  font-size: 14px;
  margin: 10px 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.discuss_info .discuss_create_user[data-v-55b04418] {
  margin-left: 30px;
}
.discuss_content[data-v-55b04418] {
  font-size: 14px;
  color: #666;
}
.is_answer[data-v-55b04418] {
  margin-top: 14px;
}
.question_answer[data-v-55b04418] {
  border-top: 1px solid #f2f2f2;
}
.d_reply_item[data-v-55b04418] {
  padding: 16px 0;
  margin: 0 16px;
  position: relative;
}
.d_reply_item dl[data-v-55b04418] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.d_reply_item dd[data-v-55b04418] {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 0.2rem;
}
.d_reply_item .reply_content[data-v-55b04418] {
  font-size: 14px;
  color: #999;
  margin-top: 8px;
}
.d_reply_item .reply_date[data-v-55b04418] {
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 18px;
  color: #ccc;
}
.reply_user_avatar[data-v-55b04418] {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.reply_info[data-v-55b04418] {
  margin-left: 14px;
}
.unanswer[data-v-55b04418] {
  text-align: center;
  font-size: 14px;
  color: #E69F2D;
  margin: 40px 0;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-a6c4cb28] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-a6c4cb28]:export {
  topHead: 46px;
}
.header_title[data-v-a6c4cb28] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-a6c4cb28] {
  display: block;
}
.header_title[data-v-a6c4cb28] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-a6c4cb28] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-a6c4cb28] {
  color: #999;
}
*[data-v-a6c4cb28] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-a6c4cb28],
.slide-right-leave-to[data-v-a6c4cb28] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-a6c4cb28],
.slide-right-enter[data-v-a6c4cb28] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-a6c4cb28],
.slide-left-leave-active[data-v-a6c4cb28],
.slide-right-enter-active[data-v-a6c4cb28],
.slide-right-leave-active[data-v-a6c4cb28] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-a6c4cb28] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-a6c4cb28],
ol[data-v-a6c4cb28] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-a6c4cb28],
textarea[data-v-a6c4cb28] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-a6c4cb28],
input[type="password"][data-v-a6c4cb28] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-a6c4cb28]:hover,
input[type="submit"][data-v-a6c4cb28]:hover {
  opacity: 1;
}
input[type="button"][data-v-a6c4cb28],
input[type="submit"][data-v-a6c4cb28] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-a6c4cb28] {
  border: none;
  border-radius: 2px;
}
h1[data-v-a6c4cb28],
h2[data-v-a6c4cb28],
h3[data-v-a6c4cb28],
h4[data-v-a6c4cb28],
h5[data-v-a6c4cb28] {
  color: #333;
}
a[data-v-a6c4cb28] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-a6c4cb28] {
  clear: both;
}
.clearfix[data-v-a6c4cb28]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-a6c4cb28] {
  zoom: 1;
}
.fl[data-v-a6c4cb28] {
  float: left;
}
.fr[data-v-a6c4cb28] {
  float: right;
}
input[data-v-a6c4cb28]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-a6c4cb28]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-a6c4cb28]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-a6c4cb28]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-a6c4cb28] {
  display: none;
}
.container[data-v-a6c4cb28] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-a6c4cb28] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-a6c4cb28] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-a6c4cb28] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-a6c4cb28] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-a6c4cb28],
.no_wlan[data-v-a6c4cb28] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-a6c4cb28],
.no_wlan img.nodata_icon[data-v-a6c4cb28] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-a6c4cb28] {
  background-color: #75B880;
}
.active_color[data-v-a6c4cb28] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-a6c4cb28] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-a6c4cb28] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.resource_share[data-v-a6c4cb28] {
  padding: 16px 0;
}
.resource_logo[data-v-a6c4cb28] {
  width: 36px;
}
.resource_info[data-v-a6c4cb28] {
  width: calc(100% - 86px);
}
.download_resource[data-v-a6c4cb28] {
  width: 26px;
}
.download_resource img[data-v-a6c4cb28] {
  width: 100%;
}
.resource_size[data-v-a6c4cb28] {
  margin: 10px 0;
}
.resource_size[data-v-a6c4cb28],
.resource_create_time[data-v-a6c4cb28] {
  color: #999;
  font-size: 14px;
  margin-top: 10px;
}
.resource_item[data-v-a6c4cb28] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 16px;
  border-bottom: 4px solid #f2f2f2;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-170efdc3] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-170efdc3]:export {
  topHead: 46px;
}
.header_title[data-v-170efdc3] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-170efdc3] {
  display: block;
}
.header_title[data-v-170efdc3] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-170efdc3] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-170efdc3] {
  color: #999;
}
*[data-v-170efdc3] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-170efdc3],
.slide-right-leave-to[data-v-170efdc3] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-170efdc3],
.slide-right-enter[data-v-170efdc3] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-170efdc3],
.slide-left-leave-active[data-v-170efdc3],
.slide-right-enter-active[data-v-170efdc3],
.slide-right-leave-active[data-v-170efdc3] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-170efdc3] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-170efdc3],
ol[data-v-170efdc3] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-170efdc3],
textarea[data-v-170efdc3] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-170efdc3],
input[type="password"][data-v-170efdc3] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-170efdc3]:hover,
input[type="submit"][data-v-170efdc3]:hover {
  opacity: 1;
}
input[type="button"][data-v-170efdc3],
input[type="submit"][data-v-170efdc3] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-170efdc3] {
  border: none;
  border-radius: 2px;
}
h1[data-v-170efdc3],
h2[data-v-170efdc3],
h3[data-v-170efdc3],
h4[data-v-170efdc3],
h5[data-v-170efdc3] {
  color: #333;
}
a[data-v-170efdc3] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-170efdc3] {
  clear: both;
}
.clearfix[data-v-170efdc3]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-170efdc3] {
  zoom: 1;
}
.fl[data-v-170efdc3] {
  float: left;
}
.fr[data-v-170efdc3] {
  float: right;
}
input[data-v-170efdc3]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-170efdc3]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-170efdc3]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-170efdc3]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-170efdc3] {
  display: none;
}
.container[data-v-170efdc3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-170efdc3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-170efdc3] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-170efdc3] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-170efdc3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-170efdc3],
.no_wlan[data-v-170efdc3] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-170efdc3],
.no_wlan img.nodata_icon[data-v-170efdc3] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-170efdc3] {
  background-color: #75B880;
}
.active_color[data-v-170efdc3] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-170efdc3] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-170efdc3] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.login_form[data-v-170efdc3] {
  width: 100%;
  margin: 0 auto;
  padding: 16px .8rem;
}
.login_item[data-v-170efdc3] {
  border-bottom: 1px solid #f2f2f2;
  font-size: 15px;
  margin: 18px 0;
}
.login_item .login_btn[data-v-170efdc3] {
  background: var(--themeColor);
  color: #fff;
  border-radius: 4px;
  height: 40px;
  font-size: 16px;
}
.login_item[data-v-170efdc3]:nth-child(5),
.login_item[data-v-170efdc3]:nth-child(6) {
  border-bottom: none;
}
.login_item input[data-v-170efdc3] {
  width: 100%;
  height: 30px;
  border: none;
}
.login_p[data-v-170efdc3] {
  font-size: 12px;
  color: #999999;
  line-height: 160%;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-3d3e0a4b] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-3d3e0a4b]:export {
  topHead: 46px;
}
.header_title[data-v-3d3e0a4b] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-3d3e0a4b] {
  display: block;
}
.header_title[data-v-3d3e0a4b] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-3d3e0a4b] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-3d3e0a4b] {
  color: #999;
}
*[data-v-3d3e0a4b] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-3d3e0a4b],
.slide-right-leave-to[data-v-3d3e0a4b] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-3d3e0a4b],
.slide-right-enter[data-v-3d3e0a4b] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-3d3e0a4b],
.slide-left-leave-active[data-v-3d3e0a4b],
.slide-right-enter-active[data-v-3d3e0a4b],
.slide-right-leave-active[data-v-3d3e0a4b] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-3d3e0a4b] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-3d3e0a4b],
ol[data-v-3d3e0a4b] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-3d3e0a4b],
textarea[data-v-3d3e0a4b] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-3d3e0a4b],
input[type="password"][data-v-3d3e0a4b] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-3d3e0a4b]:hover,
input[type="submit"][data-v-3d3e0a4b]:hover {
  opacity: 1;
}
input[type="button"][data-v-3d3e0a4b],
input[type="submit"][data-v-3d3e0a4b] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-3d3e0a4b] {
  border: none;
  border-radius: 2px;
}
h1[data-v-3d3e0a4b],
h2[data-v-3d3e0a4b],
h3[data-v-3d3e0a4b],
h4[data-v-3d3e0a4b],
h5[data-v-3d3e0a4b] {
  color: #333;
}
a[data-v-3d3e0a4b] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-3d3e0a4b] {
  clear: both;
}
.clearfix[data-v-3d3e0a4b]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-3d3e0a4b] {
  zoom: 1;
}
.fl[data-v-3d3e0a4b] {
  float: left;
}
.fr[data-v-3d3e0a4b] {
  float: right;
}
input[data-v-3d3e0a4b]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-3d3e0a4b]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-3d3e0a4b]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-3d3e0a4b]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-3d3e0a4b] {
  display: none;
}
.container[data-v-3d3e0a4b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-3d3e0a4b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-3d3e0a4b] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-3d3e0a4b] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-3d3e0a4b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-3d3e0a4b],
.no_wlan[data-v-3d3e0a4b] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-3d3e0a4b],
.no_wlan img.nodata_icon[data-v-3d3e0a4b] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-3d3e0a4b] {
  background-color: #75B880;
}
.active_color[data-v-3d3e0a4b] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-3d3e0a4b] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-3d3e0a4b] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.notice_list[data-v-3d3e0a4b] {
  padding: 10px 16px;
}
.notice_item[data-v-3d3e0a4b] {
  border-bottom: 1px solid #f2f2f2;
  padding: 12px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.notice_info[data-v-3d3e0a4b] {
  position: relative;
  font-size: 14px;
  color: #ddd;
  margin-top: 6px;
}
.notice_title[data-v-3d3e0a4b] {
  line-height: 170%;
  width: calc(100% - 80px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notice_title span[data-v-3d3e0a4b] {
  color: var(--themeColor);
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-3f651c77] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-3f651c77]:export {
  topHead: 46px;
}
.header_title[data-v-3f651c77] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-3f651c77] {
  display: block;
}
.header_title[data-v-3f651c77] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-3f651c77] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-3f651c77] {
  color: #999;
}
*[data-v-3f651c77] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-3f651c77],
.slide-right-leave-to[data-v-3f651c77] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-3f651c77],
.slide-right-enter[data-v-3f651c77] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-3f651c77],
.slide-left-leave-active[data-v-3f651c77],
.slide-right-enter-active[data-v-3f651c77],
.slide-right-leave-active[data-v-3f651c77] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-3f651c77] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-3f651c77],
ol[data-v-3f651c77] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-3f651c77],
textarea[data-v-3f651c77] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-3f651c77],
input[type="password"][data-v-3f651c77] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-3f651c77]:hover,
input[type="submit"][data-v-3f651c77]:hover {
  opacity: 1;
}
input[type="button"][data-v-3f651c77],
input[type="submit"][data-v-3f651c77] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-3f651c77] {
  border: none;
  border-radius: 2px;
}
h1[data-v-3f651c77],
h2[data-v-3f651c77],
h3[data-v-3f651c77],
h4[data-v-3f651c77],
h5[data-v-3f651c77] {
  color: #333;
}
a[data-v-3f651c77] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-3f651c77] {
  clear: both;
}
.clearfix[data-v-3f651c77]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-3f651c77] {
  zoom: 1;
}
.fl[data-v-3f651c77] {
  float: left;
}
.fr[data-v-3f651c77] {
  float: right;
}
input[data-v-3f651c77]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-3f651c77]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-3f651c77]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-3f651c77]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-3f651c77] {
  display: none;
}
.container[data-v-3f651c77] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-3f651c77] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-3f651c77] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-3f651c77] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-3f651c77] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-3f651c77],
.no_wlan[data-v-3f651c77] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-3f651c77],
.no_wlan img.nodata_icon[data-v-3f651c77] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-3f651c77] {
  background-color: #75B880;
}
.active_color[data-v-3f651c77] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-3f651c77] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-3f651c77] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.notice_title[data-v-3f651c77] {
  margin: 20px auto;
  text-align: center;
  color: #333;
  font-size: 16px;
}
.notice_detail[data-v-3f651c77] {
  color: #999;
  font-size: 16px;
  padding: 0 20px;
}
.notice_detail .clazz_name[data-v-3f651c77] {
  width: calc(100% - 90px);
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.notice_detail .notice_info[data-v-3f651c77] {
  font-size: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.notice_content[data-v-3f651c77] {
  margin-top: 14px;
  line-height: 170%;
}
.notice_content p[data-v-3f651c77] {
  text-indent: 2em;
}
.notice_content img[data-v-3f651c77] {
  width: 100%;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-3e8b4dd5] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-3e8b4dd5]:export {
  topHead: 46px;
}
.header_title[data-v-3e8b4dd5] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-3e8b4dd5] {
  display: block;
}
.header_title[data-v-3e8b4dd5] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-3e8b4dd5] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-3e8b4dd5] {
  color: #999;
}
*[data-v-3e8b4dd5] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-3e8b4dd5],
.slide-right-leave-to[data-v-3e8b4dd5] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-3e8b4dd5],
.slide-right-enter[data-v-3e8b4dd5] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-3e8b4dd5],
.slide-left-leave-active[data-v-3e8b4dd5],
.slide-right-enter-active[data-v-3e8b4dd5],
.slide-right-leave-active[data-v-3e8b4dd5] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-3e8b4dd5] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-3e8b4dd5],
ol[data-v-3e8b4dd5] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-3e8b4dd5],
textarea[data-v-3e8b4dd5] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-3e8b4dd5],
input[type="password"][data-v-3e8b4dd5] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-3e8b4dd5]:hover,
input[type="submit"][data-v-3e8b4dd5]:hover {
  opacity: 1;
}
input[type="button"][data-v-3e8b4dd5],
input[type="submit"][data-v-3e8b4dd5] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-3e8b4dd5] {
  border: none;
  border-radius: 2px;
}
h1[data-v-3e8b4dd5],
h2[data-v-3e8b4dd5],
h3[data-v-3e8b4dd5],
h4[data-v-3e8b4dd5],
h5[data-v-3e8b4dd5] {
  color: #333;
}
a[data-v-3e8b4dd5] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-3e8b4dd5] {
  clear: both;
}
.clearfix[data-v-3e8b4dd5]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-3e8b4dd5] {
  zoom: 1;
}
.fl[data-v-3e8b4dd5] {
  float: left;
}
.fr[data-v-3e8b4dd5] {
  float: right;
}
input[data-v-3e8b4dd5]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-3e8b4dd5]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-3e8b4dd5]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-3e8b4dd5]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-3e8b4dd5] {
  display: none;
}
.container[data-v-3e8b4dd5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-3e8b4dd5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-3e8b4dd5] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-3e8b4dd5] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-3e8b4dd5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-3e8b4dd5],
.no_wlan[data-v-3e8b4dd5] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-3e8b4dd5],
.no_wlan img.nodata_icon[data-v-3e8b4dd5] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-3e8b4dd5] {
  background-color: #75B880;
}
.active_color[data-v-3e8b4dd5] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-3e8b4dd5] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-3e8b4dd5] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/*自定义学习轨迹*/
.learn_locus[data-v-3e8b4dd5] {
  margin: 14px 20px;
}
.learn_locus .learn_progress_box[data-v-3e8b4dd5] {
  margin-top: 10px;
}
.learn_locus .learn_progress[data-v-3e8b4dd5] {
  position: relative;
  width: 100%;
  height: 6px;
  background: #dfdfdf;
  border-radius: 10px;
  /* overflow:hidden;*/
}
.continue_text[data-v-3e8b4dd5] {
  text-align: center;
  padding: 16px 0;
  color: #666;
}
/**头部返回条开始**/
[data-v-3e8b4dd5] .van-nav-bar__title {
  max-width: 90%;
}
.play_head[data-v-3e8b4dd5] {
  width: 100%;
  position: absolute;
  z-index: 1111;
  padding: 8px 12px;
}
/**头部返回条结束**/
/*选项卡开始*/
.course_tab[data-v-3e8b4dd5] {
  width: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  color: #999;
  border-bottom: 1px solid #f2f2f2;
  background-color: #fff;
  height: 42px;
  line-height: 42px;
}
.course_tab .course_tab_item[data-v-3e8b4dd5] {
  text-align: center;
}
.course_tab .course_tab_item > span[data-v-3e8b4dd5] {
  display: inline-block;
  padding: 0 4px;
  border-bottom: 2px solid transparent;
}
.course_tab .course_tab_item > span.tab_active[data-v-3e8b4dd5] {
  color: #333;
  border-bottom: 2px solid #c00;
}
/*选项卡结束*/
/**课程详情**/
.course_detail[data-v-3e8b4dd5] {
  padding: 10px 16px 20px;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-flex: 1;
  overflow: auto;
  position: relative;
}
.resource_download[data-v-3e8b4dd5] {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 44px;
}
.resource_download img[data-v-3e8b4dd5] {
  width: 100%;
}
/*简介*/
.course_info_box[data-v-3e8b4dd5] {
  font-size: 16px;
  color: #666;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.draft[data-v-3e8b4dd5] {
  height: 100%;
}
.course_info[data-v-3e8b4dd5] {
  line-height: 170%;
  font-size: 14px;
}
.course_name[data-v-3e8b4dd5] {
  font-size: 16px;
  margin: 12px 0;
}
.course_situation[data-v-3e8b4dd5] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.course_learn[data-v-3e8b4dd5] {
  font-size: 14px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.course_learn_item[data-v-3e8b4dd5] {
  margin-right: 20px;
}
.course_learn img[data-v-3e8b4dd5] {
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
}
/*教师简介开始*/
.intro_title[data-v-3e8b4dd5] {
  margin: 14px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.liner[data-v-3e8b4dd5] {
  width: calc(50% - 45px);
  border-bottom: 1px solid #ccc;
}
.circle[data-v-3e8b4dd5] {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
}
.intro_title_name[data-v-3e8b4dd5] {
  width: 90px;
  text-align: center;
}
.lecturer_photo[data-v-3e8b4dd5] {
  width: 1.5rem;
  height: 2rem;
  border-radius: 0.06rem;
}
.lecturer_info[data-v-3e8b4dd5] {
  font-size: 0.3rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.2rem;
  position: relative;
}
.lecturer_situation[data-v-3e8b4dd5] {
  width: calc(100% - 75px);
  margin-left: 12px;
}
.lecturer_name[data-v-3e8b4dd5] {
  font-size: 16px;
}
.lecturer_position[data-v-3e8b4dd5] {
  color: #666;
  font-size: 14px;
  margin-top: 10px;
}
.open[data-v-3e8b4dd5],
.close[data-v-3e8b4dd5] {
  color: #c00;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
}
.research_Achievements[data-v-3e8b4dd5] {
  margin-top: 16px;
}
.research_title[data-v-3e8b4dd5] {
  font-size: 16px;
  margin: 14px 0;
}
.lf_divider[data-v-3e8b4dd5] {
  display: inline-block;
  width: 5px;
  height: 14px;
  background-color: #c00;
  position: relative;
  top: 2px;
  margin-right: 4px;
}
.research_content[data-v-3e8b4dd5] {
  font-size: 14px;
  color: #666;
  line-height: 170%;
  white-space: pre-wrap;
  text-align: justify;
}
/*教师简介结束*/
/**底部按钮样式**/
.bottom_btn[data-v-3e8b4dd5] {
  height: 44px;
  line-height: 44px;
}
.bottom_btn .collect[data-v-3e8b4dd5],
.bottom_btn .participate[data-v-3e8b4dd5] {
  width: 100%;
  text-align: center;
}
.bottom_btn .collect[data-v-3e8b4dd5] {
  background-color: #fff;
  color: #999;
  border-top: 0.02rem solid #ececec;
}
.bottom_btn .participate[data-v-3e8b4dd5] {
  background-color: #c00;
  color: #fff;
}
.collect img[data-v-3e8b4dd5] {
  width: 18px;
  height: 18px;
  position: relative;
  top: 3px;
  margin-right: 4px;
}
/**音频播放页面**/
.audio_page[data-v-3e8b4dd5] {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-d6e60b5e] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-d6e60b5e]:export {
  topHead: 46px;
}
.header_title[data-v-d6e60b5e] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-d6e60b5e] {
  display: block;
}
.header_title[data-v-d6e60b5e] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-d6e60b5e] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-d6e60b5e] {
  color: #999;
}
*[data-v-d6e60b5e] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-d6e60b5e],
.slide-right-leave-to[data-v-d6e60b5e] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-d6e60b5e],
.slide-right-enter[data-v-d6e60b5e] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-d6e60b5e],
.slide-left-leave-active[data-v-d6e60b5e],
.slide-right-enter-active[data-v-d6e60b5e],
.slide-right-leave-active[data-v-d6e60b5e] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-d6e60b5e] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-d6e60b5e],
ol[data-v-d6e60b5e] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-d6e60b5e],
textarea[data-v-d6e60b5e] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-d6e60b5e],
input[type="password"][data-v-d6e60b5e] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-d6e60b5e]:hover,
input[type="submit"][data-v-d6e60b5e]:hover {
  opacity: 1;
}
input[type="button"][data-v-d6e60b5e],
input[type="submit"][data-v-d6e60b5e] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-d6e60b5e] {
  border: none;
  border-radius: 2px;
}
h1[data-v-d6e60b5e],
h2[data-v-d6e60b5e],
h3[data-v-d6e60b5e],
h4[data-v-d6e60b5e],
h5[data-v-d6e60b5e] {
  color: #333;
}
a[data-v-d6e60b5e] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-d6e60b5e] {
  clear: both;
}
.clearfix[data-v-d6e60b5e]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-d6e60b5e] {
  zoom: 1;
}
.fl[data-v-d6e60b5e] {
  float: left;
}
.fr[data-v-d6e60b5e] {
  float: right;
}
input[data-v-d6e60b5e]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-d6e60b5e]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-d6e60b5e]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-d6e60b5e]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-d6e60b5e] {
  display: none;
}
.container[data-v-d6e60b5e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-d6e60b5e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-d6e60b5e] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-d6e60b5e] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-d6e60b5e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-d6e60b5e],
.no_wlan[data-v-d6e60b5e] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-d6e60b5e],
.no_wlan img.nodata_icon[data-v-d6e60b5e] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-d6e60b5e] {
  background-color: #75B880;
}
.active_color[data-v-d6e60b5e] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-d6e60b5e] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-d6e60b5e] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
[data-v-d6e60b5e] .prism-player .prism-setting-list .prism-setting-cc,[data-v-d6e60b5e] .prism-player .prism-setting-list .prism-setting-audio,[data-v-d6e60b5e] .prism-player .prism-controlbar .prism-setting-btn {
  display: none;
}
[data-v-d6e60b5e] .prism-player .prism-big-play-btn {
  display: none!important;
}
.player[data-v-d6e60b5e] {
  position: relative;
}
.player_load[data-v-d6e60b5e] {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.play_cover[data-v-d6e60b5e] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999;
}
.play_cover img[data-v-d6e60b5e] {
  width: 66px;
  height: 66px;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-05ade75f] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-05ade75f]:export {
  topHead: 46px;
}
.header_title[data-v-05ade75f] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-05ade75f] {
  display: block;
}
.header_title[data-v-05ade75f] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-05ade75f] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-05ade75f] {
  color: #999;
}
*[data-v-05ade75f] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-05ade75f],
.slide-right-leave-to[data-v-05ade75f] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-05ade75f],
.slide-right-enter[data-v-05ade75f] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-05ade75f],
.slide-left-leave-active[data-v-05ade75f],
.slide-right-enter-active[data-v-05ade75f],
.slide-right-leave-active[data-v-05ade75f] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-05ade75f] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-05ade75f],
ol[data-v-05ade75f] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-05ade75f],
textarea[data-v-05ade75f] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-05ade75f],
input[type="password"][data-v-05ade75f] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-05ade75f]:hover,
input[type="submit"][data-v-05ade75f]:hover {
  opacity: 1;
}
input[type="button"][data-v-05ade75f],
input[type="submit"][data-v-05ade75f] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-05ade75f] {
  border: none;
  border-radius: 2px;
}
h1[data-v-05ade75f],
h2[data-v-05ade75f],
h3[data-v-05ade75f],
h4[data-v-05ade75f],
h5[data-v-05ade75f] {
  color: #333;
}
a[data-v-05ade75f] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-05ade75f] {
  clear: both;
}
.clearfix[data-v-05ade75f]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-05ade75f] {
  zoom: 1;
}
.fl[data-v-05ade75f] {
  float: left;
}
.fr[data-v-05ade75f] {
  float: right;
}
input[data-v-05ade75f]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-05ade75f]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-05ade75f]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-05ade75f]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-05ade75f] {
  display: none;
}
.container[data-v-05ade75f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-05ade75f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-05ade75f] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-05ade75f] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-05ade75f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-05ade75f],
.no_wlan[data-v-05ade75f] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-05ade75f],
.no_wlan img.nodata_icon[data-v-05ade75f] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-05ade75f] {
  background-color: #75B880;
}
.active_color[data-v-05ade75f] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-05ade75f] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-05ade75f] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.resource_logo[data-v-05ade75f] {
  width: 36px;
}
.resource_info[data-v-05ade75f] {
  width: calc(100% - 86px);
}
.download_resource[data-v-05ade75f] {
  width: 26px;
}
.download_resource img[data-v-05ade75f] {
  width: 100%;
}
.resource_size[data-v-05ade75f] {
  margin: 10px 0;
}
.resource_size[data-v-05ade75f],
.resource_create_time[data-v-05ade75f] {
  color: #999;
  font-size: 14px;
}
.resource_item[data-v-05ade75f] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 16px;
  border-bottom: 4px solid #f2f2f2;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-6f14f47d] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-6f14f47d]:export {
  topHead: 46px;
}
.header_title[data-v-6f14f47d] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-6f14f47d] {
  display: block;
}
.header_title[data-v-6f14f47d] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-6f14f47d] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-6f14f47d] {
  color: #999;
}
*[data-v-6f14f47d] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-6f14f47d],
.slide-right-leave-to[data-v-6f14f47d] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-6f14f47d],
.slide-right-enter[data-v-6f14f47d] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-6f14f47d],
.slide-left-leave-active[data-v-6f14f47d],
.slide-right-enter-active[data-v-6f14f47d],
.slide-right-leave-active[data-v-6f14f47d] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-6f14f47d] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-6f14f47d],
ol[data-v-6f14f47d] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-6f14f47d],
textarea[data-v-6f14f47d] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-6f14f47d],
input[type="password"][data-v-6f14f47d] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-6f14f47d]:hover,
input[type="submit"][data-v-6f14f47d]:hover {
  opacity: 1;
}
input[type="button"][data-v-6f14f47d],
input[type="submit"][data-v-6f14f47d] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-6f14f47d] {
  border: none;
  border-radius: 2px;
}
h1[data-v-6f14f47d],
h2[data-v-6f14f47d],
h3[data-v-6f14f47d],
h4[data-v-6f14f47d],
h5[data-v-6f14f47d] {
  color: #333;
}
a[data-v-6f14f47d] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-6f14f47d] {
  clear: both;
}
.clearfix[data-v-6f14f47d]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-6f14f47d] {
  zoom: 1;
}
.fl[data-v-6f14f47d] {
  float: left;
}
.fr[data-v-6f14f47d] {
  float: right;
}
input[data-v-6f14f47d]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-6f14f47d]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-6f14f47d]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-6f14f47d]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-6f14f47d] {
  display: none;
}
.container[data-v-6f14f47d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-6f14f47d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-6f14f47d] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-6f14f47d] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-6f14f47d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-6f14f47d],
.no_wlan[data-v-6f14f47d] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-6f14f47d],
.no_wlan img.nodata_icon[data-v-6f14f47d] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-6f14f47d] {
  background-color: #75B880;
}
.active_color[data-v-6f14f47d] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-6f14f47d] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-6f14f47d] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/**头部返回条开始**/
[data-v-6f14f47d] .van-nav-bar__title {
  max-width: 78%;
}
.play_head[data-v-6f14f47d] {
  background: url('/static/imgs/common/nav_bg.png') no-repeat center;
  background-size: cover;
  width: 100%;
  z-index: 1111;
  padding: 8px 12px;
  height: 46px;
}
/**头部返回条结束**/
/*选项卡开始*/
.course_tab[data-v-6f14f47d] {
  width: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  color: #999;
  border-bottom: 1px solid #f2f2f2;
  background-color: #fff;
  height: 42px;
  line-height: 42px;
}
.course_tab .course_tab_item[data-v-6f14f47d] {
  text-align: center;
}
.course_tab .course_tab_item > span[data-v-6f14f47d] {
  display: inline-block;
  padding: 0 4px;
  border-bottom: 2px solid transparent;
}
.course_tab .course_tab_item > span.tab_active[data-v-6f14f47d] {
  color: #333;
  border-bottom: 2px solid #c00;
}
/*选项卡结束*/
/**课程详情**/
.course_detail[data-v-6f14f47d] {
  padding: 10px 16px 20px;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-flex: 1;
  overflow: auto;
  position: relative;
}
.resource_download[data-v-6f14f47d] {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 44px;
}
.resource_download img[data-v-6f14f47d] {
  width: 100%;
}
/*简介*/
.course_info_box[data-v-6f14f47d] {
  font-size: 16px;
  color: #666;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.draft[data-v-6f14f47d] {
  height: 100%;
}
.course_info[data-v-6f14f47d] {
  line-height: 170%;
  font-size: 14px;
}
.course_name[data-v-6f14f47d] {
  font-size: 16px;
  margin: 12px 0;
}
.course_situation[data-v-6f14f47d] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.course_learn[data-v-6f14f47d] {
  font-size: 14px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.course_learn_item[data-v-6f14f47d] {
  margin-right: 20px;
}
.course_learn img[data-v-6f14f47d] {
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
}
/*教师简介开始*/
.intro_title[data-v-6f14f47d] {
  margin: 14px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.liner[data-v-6f14f47d] {
  width: calc(50% - 45px);
  border-bottom: 1px solid #ccc;
}
.circle[data-v-6f14f47d] {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
}
.intro_title_name[data-v-6f14f47d] {
  width: 90px;
  text-align: center;
}
.lecturer_photo[data-v-6f14f47d] {
  width: 1.5rem;
  height: 2rem;
  border-radius: 0.06rem;
}
.lecturer_info[data-v-6f14f47d] {
  font-size: 0.3rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.2rem;
  position: relative;
}
.lecturer_situation[data-v-6f14f47d] {
  width: calc(100% - 75px);
  margin-left: 12px;
}
.lecturer_name[data-v-6f14f47d] {
  font-size: 16px;
}
.lecturer_position[data-v-6f14f47d] {
  color: #666;
  font-size: 14px;
  margin-top: 10px;
}
.open[data-v-6f14f47d],
.close[data-v-6f14f47d] {
  color: #c00;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
}
.research_Achievements[data-v-6f14f47d] {
  margin-top: 16px;
}
.research_title[data-v-6f14f47d] {
  font-size: 16px;
  margin: 14px 0;
}
.lf_divider[data-v-6f14f47d] {
  display: inline-block;
  width: 5px;
  height: 14px;
  background-color: #c00;
  position: relative;
  top: 2px;
  margin-right: 4px;
}
.research_content[data-v-6f14f47d] {
  font-size: 14px;
  color: #666;
  line-height: 170%;
  white-space: pre-wrap;
  text-align: justify;
}
/*教师简介结束*/
/**底部按钮样式**/
.bottom_btn[data-v-6f14f47d] {
  height: 44px;
  line-height: 44px;
}
.bottom_btn .collect[data-v-6f14f47d],
.bottom_btn .participate[data-v-6f14f47d] {
  width: 100%;
  text-align: center;
}
.bottom_btn .collect[data-v-6f14f47d] {
  background-color: #fff;
  color: #999;
  border-top: 0.02rem solid #ececec;
}
.bottom_btn .participate[data-v-6f14f47d] {
  background-color: #c00;
  color: #fff;
}
.collect img[data-v-6f14f47d] {
  width: 18px;
  height: 18px;
  position: relative;
  top: 3px;
  margin-right: 4px;
}
/**音频播放页面**/
.audio_page[data-v-6f14f47d] {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-4605846d] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-4605846d]:export {
  topHead: 46px;
}
.header_title[data-v-4605846d] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-4605846d] {
  display: block;
}
.header_title[data-v-4605846d] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-4605846d] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-4605846d] {
  color: #999;
}
*[data-v-4605846d] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-4605846d],
.slide-right-leave-to[data-v-4605846d] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-4605846d],
.slide-right-enter[data-v-4605846d] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-4605846d],
.slide-left-leave-active[data-v-4605846d],
.slide-right-enter-active[data-v-4605846d],
.slide-right-leave-active[data-v-4605846d] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-4605846d] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-4605846d],
ol[data-v-4605846d] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-4605846d],
textarea[data-v-4605846d] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-4605846d],
input[type="password"][data-v-4605846d] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-4605846d]:hover,
input[type="submit"][data-v-4605846d]:hover {
  opacity: 1;
}
input[type="button"][data-v-4605846d],
input[type="submit"][data-v-4605846d] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-4605846d] {
  border: none;
  border-radius: 2px;
}
h1[data-v-4605846d],
h2[data-v-4605846d],
h3[data-v-4605846d],
h4[data-v-4605846d],
h5[data-v-4605846d] {
  color: #333;
}
a[data-v-4605846d] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-4605846d] {
  clear: both;
}
.clearfix[data-v-4605846d]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-4605846d] {
  zoom: 1;
}
.fl[data-v-4605846d] {
  float: left;
}
.fr[data-v-4605846d] {
  float: right;
}
input[data-v-4605846d]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-4605846d]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-4605846d]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-4605846d]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-4605846d] {
  display: none;
}
.container[data-v-4605846d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-4605846d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-4605846d] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-4605846d] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-4605846d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-4605846d],
.no_wlan[data-v-4605846d] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-4605846d],
.no_wlan img.nodata_icon[data-v-4605846d] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-4605846d] {
  background-color: #75B880;
}
.active_color[data-v-4605846d] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-4605846d] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-4605846d] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.notice[data-v-4605846d] {
  position: relative;
}
.notice .notice_num[data-v-4605846d] {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 12px;
  color: #fff;
  background: #cc0000;
  border-radius: 50%;
  width: 20px;
  line-height: 20px;
  height: 20px;
}
.scan img[data-v-4605846d],
.notice img[data-v-4605846d] {
  display: block;
}
.index_title[data-v-4605846d] {
  height: 46px;
}
.header_title[data-v-4605846d] {
  padding: 0 16px;
  background: url('/static/imgs/common/nav_bg.png') no-repeat center;
  background-size: cover;
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: .48rem;
}
.header_title .logo[data-v-4605846d] {
  width: 70%;
}
.header_title .logo img[data-v-4605846d] {
  width: 100%;
  display: block;
}
/*轮播图*/
[data-v-4605846d] .van-swipe__indicator {
  width: 26px;
  height: 4px;
  border-radius: 0;
  background: #000;
  opacity: 0.3;
}
[data-v-4605846d] .van-swipe__indicator--active {
  background: #fff;
  opacity: 0.8;
}
/*轮播图*/
.index_module[data-v-4605846d] {
  padding: 18px 0 14px 16px;
  background-color: #fff;
  border-bottom: 8px solid #f2f2f2;
}
.index_module[data-v-4605846d]:last-child {
  border-bottom: none;
}
.index_module_title[data-v-4605846d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  font-size: 16px;
  /*no*/
  font-family: PingFangSC;
  margin-bottom: 14px;
  width: 100%;
}
.index_module_title .index_module_name[data-v-4605846d] {
  margin: 0 auto;
  padding-bottom: 4px;
  color: var(--themeColor);
}
.index_module_head[data-v-4605846d] {
  text-align: center;
  color: var(--themeColor);
  font-weight: 600;
  font-size: 16px;
  margin: 6px 0 14px;
}
.index_module_head .divider_bottom[data-v-4605846d] {
  width: 20px;
  height: 3px;
  background-color: var(--themeColor);
  margin: 6px auto;
}
.second_category[data-v-4605846d] {
  scroll-behavior: smooth;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: PingFangSC;
  overflow-x: auto;
}
.second_category li[data-v-4605846d] {
  padding-bottom: 6px;
  margin-bottom: 14px;
  margin-right: 20px;
}
.course_tab[data-v-4605846d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  scroll-behavior: smooth;
}
.course_tab[data-v-4605846d]::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.course_tab li[data-v-4605846d] {
  margin-right: 12px;
  padding: 4px 4px;
}
.course_tab_on[data-v-4605846d] {
  border-bottom: 2px solid var(--themeColor);
  color: var(--themeColor);
}
.divider[data-v-4605846d] {
  width: 8px;
  height: 18px;
  background-color: var(--themeColor);
  display: inline-block;
  margin-right: 6px;
  position: relative;
}
.more[data-v-4605846d] {
  font-size: 14px;
  opacity: 0.6;
  color: #1959A8;
  margin-right: 16px;
}
.more .arrow[data-v-4605846d] {
  width: 0.3rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.module_title_name[data-v-4605846d] {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 60px);
  color: #4a4a4a;
}
/**专题班开始**/
.subject_list[data-v-4605846d] {
  margin-right: 16px;
}
.subject_name[data-v-4605846d] {
  font-size: 16px;
  padding: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  color: #4a4a4a;
}
.subject_info[data-v-4605846d] {
  color: #999;
  position: relative;
  font-size: 14px;
  margin-bottom: 8px;
}
.clazz_info_box[data-v-4605846d] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.clazz_info_box .enroll_btn[data-v-4605846d] {
  width: 70px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: var(--themeColor);
  color: #fff;
  border-radius: 18px;
  opacity: 0.75;
  font-size: 12px;
}
.subject_period[data-v-4605846d] {
  margin-left: 0.3733333333333334rem;
}
.subject_item[data-v-4605846d] {
  margin-bottom: 10px;
  display: block;
}
/**专题班结束**/
/**推荐课程开始**/
.course_list[data-v-4605846d] {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  overflow-x: auto;
  padding-right: 16px;
}
.course_item[data-v-4605846d] {
  margin: 0 15px 16px 0;
  font-size: 15px;
  width: 60%;
}
.course_item a[data-v-4605846d] {
  display: block;
  width: 100%;
}
.course_cover[data-v-4605846d] {
  display: block;
  width: 100%;
  border-radius: 6px;
}
.course_name[data-v-4605846d] {
  color: #222;
  margin: 6px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.course_info[data-v-4605846d] {
  font-size: 13px;
}
.course_info .lecturer[data-v-4605846d] {
  color: #666;
  width: 56%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.course_info .online_time[data-v-4605846d] {
  color: #999;
  white-space: nowrap;
}
/**推荐课程结束**/
.index_change[data-v-4605846d] {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
}
.index_change img[data-v-4605846d] {
  width: 18px;
  height: 18px;
  margin: 0 10px;
}
/**特色栏目**/
.special_subject a[data-v-4605846d] {
  display: block;
  width: 100%;
}
.special_subject[data-v-4605846d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.topic_item[data-v-4605846d] {
  text-align: center;
  margin: 10px 0 10px;
  display: block;
}
.topic_item .topic_name[data-v-4605846d] {
  margin-top: 4px;
  font-size: 14px;
}
/**名师开始***/
.lecturer_list[data-v-4605846d] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lecturer_item a[data-v-4605846d] {
  display: block;
}
.see_more[data-v-4605846d] {
  padding: 14px 0;
  display: block;
  margin: 0 auto;
  color: #ccc;
  font-size: 14px;
  text-align: center;
}

.course_list[data-v-26eaa505]{
    overflow:hidden;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-03921755] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-03921755]:export {
  topHead: 46px;
}
.header_title[data-v-03921755] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-03921755] {
  display: block;
}
.header_title[data-v-03921755] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-03921755] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-03921755] {
  color: #999;
}
*[data-v-03921755] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-03921755],
.slide-right-leave-to[data-v-03921755] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-03921755],
.slide-right-enter[data-v-03921755] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-03921755],
.slide-left-leave-active[data-v-03921755],
.slide-right-enter-active[data-v-03921755],
.slide-right-leave-active[data-v-03921755] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-03921755] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-03921755],
ol[data-v-03921755] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-03921755],
textarea[data-v-03921755] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-03921755],
input[type="password"][data-v-03921755] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-03921755]:hover,
input[type="submit"][data-v-03921755]:hover {
  opacity: 1;
}
input[type="button"][data-v-03921755],
input[type="submit"][data-v-03921755] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-03921755] {
  border: none;
  border-radius: 2px;
}
h1[data-v-03921755],
h2[data-v-03921755],
h3[data-v-03921755],
h4[data-v-03921755],
h5[data-v-03921755] {
  color: #333;
}
a[data-v-03921755] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-03921755] {
  clear: both;
}
.clearfix[data-v-03921755]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-03921755] {
  zoom: 1;
}
.fl[data-v-03921755] {
  float: left;
}
.fr[data-v-03921755] {
  float: right;
}
input[data-v-03921755]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-03921755]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-03921755]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-03921755]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-03921755] {
  display: none;
}
.container[data-v-03921755] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-03921755] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-03921755] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-03921755] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-03921755] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-03921755],
.no_wlan[data-v-03921755] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-03921755],
.no_wlan img.nodata_icon[data-v-03921755] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-03921755] {
  background-color: #75B880;
}
.active_color[data-v-03921755] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-03921755] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-03921755] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.clazz_list[data-v-03921755] {
  padding: 10px 16px;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-12ff6737] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-12ff6737]:export {
  topHead: 46px;
}
.header_title[data-v-12ff6737] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-12ff6737] {
  display: block;
}
.header_title[data-v-12ff6737] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-12ff6737] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-12ff6737] {
  color: #999;
}
*[data-v-12ff6737] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-12ff6737],
.slide-right-leave-to[data-v-12ff6737] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-12ff6737],
.slide-right-enter[data-v-12ff6737] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-12ff6737],
.slide-left-leave-active[data-v-12ff6737],
.slide-right-enter-active[data-v-12ff6737],
.slide-right-leave-active[data-v-12ff6737] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-12ff6737] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-12ff6737],
ol[data-v-12ff6737] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-12ff6737],
textarea[data-v-12ff6737] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-12ff6737],
input[type="password"][data-v-12ff6737] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-12ff6737]:hover,
input[type="submit"][data-v-12ff6737]:hover {
  opacity: 1;
}
input[type="button"][data-v-12ff6737],
input[type="submit"][data-v-12ff6737] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-12ff6737] {
  border: none;
  border-radius: 2px;
}
h1[data-v-12ff6737],
h2[data-v-12ff6737],
h3[data-v-12ff6737],
h4[data-v-12ff6737],
h5[data-v-12ff6737] {
  color: #333;
}
a[data-v-12ff6737] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-12ff6737] {
  clear: both;
}
.clearfix[data-v-12ff6737]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-12ff6737] {
  zoom: 1;
}
.fl[data-v-12ff6737] {
  float: left;
}
.fr[data-v-12ff6737] {
  float: right;
}
input[data-v-12ff6737]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-12ff6737]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-12ff6737]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-12ff6737]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-12ff6737] {
  display: none;
}
.container[data-v-12ff6737] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-12ff6737] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-12ff6737] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-12ff6737] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-12ff6737] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-12ff6737],
.no_wlan[data-v-12ff6737] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-12ff6737],
.no_wlan img.nodata_icon[data-v-12ff6737] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-12ff6737] {
  background-color: #75B880;
}
.active_color[data-v-12ff6737] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-12ff6737] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-12ff6737] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c_main pre[data-v-12ff6737] {
  padding: 10px 20px;
  line-height: 180%;
  font-family: Microft YaHei;
  white-space: pre-wrap;
  /*css-3*/
  white-space: -moz-pre-wrap;
  /*Mozilla,since1999*/
  white-space: -pre-wrap;
  /*Opera4-6*/
  white-space: -o-pre-wrap;
  /*Opera7*/
  word-wrap: break-word;
  /*InternetExplorer5.5+*/
}
.read_btn[data-v-12ff6737] {
  background: var(--themeColor);
  color: #fff;
  display: table;
  border-radius: 10px;
  padding: 6px 24px;
  margin: 30px auto;
}
.gray_btn[data-v-12ff6737] {
  background: #ccc;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-917013d6] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-917013d6]:export {
  topHead: 46px;
}
.header_title[data-v-917013d6] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-917013d6] {
  display: block;
}
.header_title[data-v-917013d6] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-917013d6] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-917013d6] {
  color: #999;
}
*[data-v-917013d6] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-917013d6],
.slide-right-leave-to[data-v-917013d6] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-917013d6],
.slide-right-enter[data-v-917013d6] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-917013d6],
.slide-left-leave-active[data-v-917013d6],
.slide-right-enter-active[data-v-917013d6],
.slide-right-leave-active[data-v-917013d6] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-917013d6] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-917013d6],
ol[data-v-917013d6] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-917013d6],
textarea[data-v-917013d6] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-917013d6],
input[type="password"][data-v-917013d6] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-917013d6]:hover,
input[type="submit"][data-v-917013d6]:hover {
  opacity: 1;
}
input[type="button"][data-v-917013d6],
input[type="submit"][data-v-917013d6] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-917013d6] {
  border: none;
  border-radius: 2px;
}
h1[data-v-917013d6],
h2[data-v-917013d6],
h3[data-v-917013d6],
h4[data-v-917013d6],
h5[data-v-917013d6] {
  color: #333;
}
a[data-v-917013d6] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-917013d6] {
  clear: both;
}
.clearfix[data-v-917013d6]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-917013d6] {
  zoom: 1;
}
.fl[data-v-917013d6] {
  float: left;
}
.fr[data-v-917013d6] {
  float: right;
}
input[data-v-917013d6]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-917013d6]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-917013d6]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-917013d6]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-917013d6] {
  display: none;
}
.container[data-v-917013d6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-917013d6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-917013d6] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-917013d6] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-917013d6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-917013d6],
.no_wlan[data-v-917013d6] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-917013d6],
.no_wlan img.nodata_icon[data-v-917013d6] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-917013d6] {
  background-color: #75B880;
}
.active_color[data-v-917013d6] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-917013d6] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-917013d6] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c_main pre[data-v-917013d6] {
  padding: 10px 20px;
  line-height: 180%;
  font-family: Microft YaHei;
  white-space: pre-wrap;
  /*css-3*/
  white-space: -moz-pre-wrap;
  /*Mozilla,since1999*/
  white-space: -pre-wrap;
  /*Opera4-6*/
  white-space: -o-pre-wrap;
  /*Opera7*/
  word-wrap: break-word;
  /*InternetExplorer5.5+*/
}
.read_btn[data-v-917013d6] {
  background: var(--themeColor);
  color: #fff;
  display: table;
  border-radius: 10px;
  padding: 6px 24px;
  margin: 30px auto;
}
.gray_btn[data-v-917013d6] {
  background: #ccc;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-3f1b4ea6] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-3f1b4ea6]:export {
  topHead: 46px;
}
.header_title[data-v-3f1b4ea6] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-3f1b4ea6] {
  display: block;
}
.header_title[data-v-3f1b4ea6] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-3f1b4ea6] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-3f1b4ea6] {
  color: #999;
}
*[data-v-3f1b4ea6] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-3f1b4ea6],
.slide-right-leave-to[data-v-3f1b4ea6] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-3f1b4ea6],
.slide-right-enter[data-v-3f1b4ea6] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-3f1b4ea6],
.slide-left-leave-active[data-v-3f1b4ea6],
.slide-right-enter-active[data-v-3f1b4ea6],
.slide-right-leave-active[data-v-3f1b4ea6] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-3f1b4ea6] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-3f1b4ea6],
ol[data-v-3f1b4ea6] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-3f1b4ea6],
textarea[data-v-3f1b4ea6] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-3f1b4ea6],
input[type="password"][data-v-3f1b4ea6] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-3f1b4ea6]:hover,
input[type="submit"][data-v-3f1b4ea6]:hover {
  opacity: 1;
}
input[type="button"][data-v-3f1b4ea6],
input[type="submit"][data-v-3f1b4ea6] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-3f1b4ea6] {
  border: none;
  border-radius: 2px;
}
h1[data-v-3f1b4ea6],
h2[data-v-3f1b4ea6],
h3[data-v-3f1b4ea6],
h4[data-v-3f1b4ea6],
h5[data-v-3f1b4ea6] {
  color: #333;
}
a[data-v-3f1b4ea6] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-3f1b4ea6] {
  clear: both;
}
.clearfix[data-v-3f1b4ea6]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-3f1b4ea6] {
  zoom: 1;
}
.fl[data-v-3f1b4ea6] {
  float: left;
}
.fr[data-v-3f1b4ea6] {
  float: right;
}
input[data-v-3f1b4ea6]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-3f1b4ea6]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-3f1b4ea6]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-3f1b4ea6]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-3f1b4ea6] {
  display: none;
}
.container[data-v-3f1b4ea6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-3f1b4ea6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-3f1b4ea6] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-3f1b4ea6] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-3f1b4ea6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-3f1b4ea6],
.no_wlan[data-v-3f1b4ea6] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-3f1b4ea6],
.no_wlan img.nodata_icon[data-v-3f1b4ea6] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-3f1b4ea6] {
  background-color: #75B880;
}
.active_color[data-v-3f1b4ea6] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-3f1b4ea6] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-3f1b4ea6] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.clazz_survey[data-v-3f1b4ea6] {
  background: #fff;
  padding: 0 20px;
}
.survey_item[data-v-3f1b4ea6] {
  padding: 14px 0;
  border-bottom: 1px solid #F9F9FC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.survey_item .clazz_name[data-v-3f1b4ea6] {
  width: calc(100% - 110px);
  line-height: 170%;
}
.survey_item .begin_survey[data-v-3f1b4ea6],
.survey_item .look_survey[data-v-3f1b4ea6] {
  background: #0268CA;
  color: #fff;
  width: 100px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  border-radius: 6px;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-52314faa] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-52314faa]:export {
  topHead: 46px;
}
.header_title[data-v-52314faa] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-52314faa] {
  display: block;
}
.header_title[data-v-52314faa] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-52314faa] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-52314faa] {
  color: #999;
}
*[data-v-52314faa] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-52314faa],
.slide-right-leave-to[data-v-52314faa] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-52314faa],
.slide-right-enter[data-v-52314faa] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-52314faa],
.slide-left-leave-active[data-v-52314faa],
.slide-right-enter-active[data-v-52314faa],
.slide-right-leave-active[data-v-52314faa] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-52314faa] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-52314faa],
ol[data-v-52314faa] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-52314faa],
textarea[data-v-52314faa] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-52314faa],
input[type="password"][data-v-52314faa] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-52314faa]:hover,
input[type="submit"][data-v-52314faa]:hover {
  opacity: 1;
}
input[type="button"][data-v-52314faa],
input[type="submit"][data-v-52314faa] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-52314faa] {
  border: none;
  border-radius: 2px;
}
h1[data-v-52314faa],
h2[data-v-52314faa],
h3[data-v-52314faa],
h4[data-v-52314faa],
h5[data-v-52314faa] {
  color: #333;
}
a[data-v-52314faa] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-52314faa] {
  clear: both;
}
.clearfix[data-v-52314faa]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-52314faa] {
  zoom: 1;
}
.fl[data-v-52314faa] {
  float: left;
}
.fr[data-v-52314faa] {
  float: right;
}
input[data-v-52314faa]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-52314faa]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-52314faa]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-52314faa]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-52314faa] {
  display: none;
}
.container[data-v-52314faa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-52314faa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-52314faa] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-52314faa] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-52314faa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-52314faa],
.no_wlan[data-v-52314faa] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-52314faa],
.no_wlan img.nodata_icon[data-v-52314faa] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-52314faa] {
  background-color: #75B880;
}
.active_color[data-v-52314faa] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-52314faa] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-52314faa] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c_container[data-v-52314faa] {
  background: #f8f8f8;
}
.exam_time[data-v-52314faa] {
  background: #fff;
  font-size: 14px;
  text-align: center;
  color: #999;
  padding: 10px 0;
}
.exam_title[data-v-52314faa] {
  text-align: center;
  font-weight: bold;
  color: #333;
  font-size: 18px;
  margin: 20px 0;
}
.exam_duration[data-v-52314faa] {
  font-size: 12px;
  color: #999;
  text-align: center;
  padding: 5px 0 10px;
}
.exam_detail[data-v-52314faa] {
  padding: 0 16px 16px;
}
.question_item .question_name[data-v-52314faa] {
  line-height: 170%;
  margin: 10px 0;
}
.question_item .question_options[data-v-52314faa] {
  padding: 5px 0;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #f2f2f2;
}
.question_item .options_item[data-v-52314faa] {
  padding: 10px 12px;
  border-bottom: 1px solid #f2f2f2;
}
.question_item .options_item[data-v-52314faa]:last-child {
  border-bottom: none;
}
.submit_btn[data-v-52314faa] {
  background: var(--themeColor);
  color: #fff;
  padding: 0 ;
  height: 40px;
  line-height: 40px;
  margin: 0 16px 14px;
  text-align: center;
  border-radius: 6px;
}
.wrapper[data-v-52314faa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.tips[data-v-52314faa] {
  width: 70%;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
}
.tips .user_name[data-v-52314faa] {
  color: #333;
  font-size: 18px;
  margin-top: 20px;
}
.tips .tips_txt[data-v-52314faa] {
  font-size: 14px;
  color: #999;
  margin-top: 12px;
}
.tips .score[data-v-52314faa] {
  color: var(--themeColor);
  font-size: 24px;
  margin: 20px 0;
}
.tips .attention[data-v-52314faa] {
  font-size: 14px;
}
.tips .operation_btn[data-v-52314faa] {
  font-size: 14px;
  color: var(--themeColor);
  border-top: 1px solid #f2f2f2;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 20px;
}
.tips .operation_btn .test_again[data-v-52314faa],
.tips .operation_btn .next_test[data-v-52314faa] {
  width: 50%;
  padding: 10px 0;
}
.tips .operation_btn .test_again[data-v-52314faa] {
  border-right: 1px solid #f2f2f2;
}
.tk_user_answer[data-v-52314faa] {
  border-bottom: 1px solid #ccc;
}
.tk_user_answer input[data-v-52314faa] {
  margin-bottom: 4px;
  border: none;
  width: 100%;
  background: transparent;
}
.wd_user_answer[data-v-52314faa] {
  padding: 10px;
  border: 1px solid #ccc;
}
.wd_user_answer textarea[data-v-52314faa] {
  border: none;
  width: 100%;
  height: 150px;
  background: transparent;
  resize: none;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-5df992c6] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-5df992c6]:export {
  topHead: 46px;
}
.header_title[data-v-5df992c6] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-5df992c6] {
  display: block;
}
.header_title[data-v-5df992c6] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-5df992c6] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-5df992c6] {
  color: #999;
}
*[data-v-5df992c6] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-5df992c6],
.slide-right-leave-to[data-v-5df992c6] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-5df992c6],
.slide-right-enter[data-v-5df992c6] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-5df992c6],
.slide-left-leave-active[data-v-5df992c6],
.slide-right-enter-active[data-v-5df992c6],
.slide-right-leave-active[data-v-5df992c6] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-5df992c6] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-5df992c6],
ol[data-v-5df992c6] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-5df992c6],
textarea[data-v-5df992c6] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-5df992c6],
input[type="password"][data-v-5df992c6] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-5df992c6]:hover,
input[type="submit"][data-v-5df992c6]:hover {
  opacity: 1;
}
input[type="button"][data-v-5df992c6],
input[type="submit"][data-v-5df992c6] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-5df992c6] {
  border: none;
  border-radius: 2px;
}
h1[data-v-5df992c6],
h2[data-v-5df992c6],
h3[data-v-5df992c6],
h4[data-v-5df992c6],
h5[data-v-5df992c6] {
  color: #333;
}
a[data-v-5df992c6] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-5df992c6] {
  clear: both;
}
.clearfix[data-v-5df992c6]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-5df992c6] {
  zoom: 1;
}
.fl[data-v-5df992c6] {
  float: left;
}
.fr[data-v-5df992c6] {
  float: right;
}
input[data-v-5df992c6]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-5df992c6]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-5df992c6]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-5df992c6]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-5df992c6] {
  display: none;
}
.container[data-v-5df992c6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-5df992c6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-5df992c6] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-5df992c6] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-5df992c6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-5df992c6],
.no_wlan[data-v-5df992c6] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-5df992c6],
.no_wlan img.nodata_icon[data-v-5df992c6] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-5df992c6] {
  background-color: #75B880;
}
.active_color[data-v-5df992c6] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-5df992c6] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-5df992c6] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c_container[data-v-5df992c6] {
  background: #f8f8f8;
}
.exam_time[data-v-5df992c6] {
  background: #fff;
  font-size: 14px;
  text-align: center;
  color: #999;
  padding: 10px 0;
}
.exam_title[data-v-5df992c6] {
  text-align: center;
  font-weight: bold;
  color: #333;
  font-size: 18px;
  margin: 20px 0;
}
.exam_duration[data-v-5df992c6] {
  font-size: 12px;
  color: #999;
  text-align: center;
  padding: 5px 0 10px;
}
.exam_detail[data-v-5df992c6] {
  padding: 0 16px 16px;
}
.question_item .question_name[data-v-5df992c6] {
  line-height: 170%;
  margin: 10px 0;
}
.question_item .question_options[data-v-5df992c6] {
  padding: 5px 0;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #f2f2f2;
}
.question_item .options_item[data-v-5df992c6] {
  padding: 10px 12px;
  border-bottom: 1px solid #f2f2f2;
}
.question_item .options_item[data-v-5df992c6]:last-child {
  border-bottom: none;
}
.submit_btn[data-v-5df992c6] {
  background: #0268CA;
  color: #fff;
  padding: 0 ;
  height: 40px;
  line-height: 40px;
  margin: 0 16px 14px;
  text-align: center;
  border-radius: 6px;
}
.wrapper[data-v-5df992c6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.tips[data-v-5df992c6] {
  width: 70%;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
}
.tips .user_name[data-v-5df992c6] {
  color: #333;
  font-size: 18px;
  margin-top: 20px;
}
.tips .tips_txt[data-v-5df992c6] {
  font-size: 14px;
  color: #999;
  margin-top: 12px;
}
.tips .score[data-v-5df992c6] {
  color: #0268CA;
  font-size: 24px;
  margin: 20px 0;
}
.tips .attention[data-v-5df992c6] {
  font-size: 14px;
}
.tips .operation_btn[data-v-5df992c6] {
  font-size: 14px;
  color: #0268CA;
  border-top: 1px solid #f2f2f2;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 20px;
}
.tips .operation_btn .test_again[data-v-5df992c6],
.tips .operation_btn .next_test[data-v-5df992c6] {
  width: 50%;
  padding: 10px 0;
}
.tips .operation_btn .test_again[data-v-5df992c6] {
  border-right: 1px solid #f2f2f2;
}
.tk_user_answer[data-v-5df992c6] {
  border-bottom: 1px solid #ccc;
}
.tk_user_answer input[data-v-5df992c6] {
  margin-bottom: 4px;
  border: none;
  width: 100%;
  background: transparent;
}
.wd_user_answer[data-v-5df992c6] {
  padding: 10px;
  border: 1px solid #ccc;
}
.wd_user_answer textarea[data-v-5df992c6] {
  border: none;
  width: 100%;
  height: 150px;
  background: transparent;
  resize: none;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-b0f94e70] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-b0f94e70]:export {
  topHead: 46px;
}
.header_title[data-v-b0f94e70] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-b0f94e70] {
  display: block;
}
.header_title[data-v-b0f94e70] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-b0f94e70] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-b0f94e70] {
  color: #999;
}
*[data-v-b0f94e70] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-b0f94e70],
.slide-right-leave-to[data-v-b0f94e70] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-b0f94e70],
.slide-right-enter[data-v-b0f94e70] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-b0f94e70],
.slide-left-leave-active[data-v-b0f94e70],
.slide-right-enter-active[data-v-b0f94e70],
.slide-right-leave-active[data-v-b0f94e70] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-b0f94e70] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-b0f94e70],
ol[data-v-b0f94e70] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-b0f94e70],
textarea[data-v-b0f94e70] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-b0f94e70],
input[type="password"][data-v-b0f94e70] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-b0f94e70]:hover,
input[type="submit"][data-v-b0f94e70]:hover {
  opacity: 1;
}
input[type="button"][data-v-b0f94e70],
input[type="submit"][data-v-b0f94e70] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-b0f94e70] {
  border: none;
  border-radius: 2px;
}
h1[data-v-b0f94e70],
h2[data-v-b0f94e70],
h3[data-v-b0f94e70],
h4[data-v-b0f94e70],
h5[data-v-b0f94e70] {
  color: #333;
}
a[data-v-b0f94e70] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-b0f94e70] {
  clear: both;
}
.clearfix[data-v-b0f94e70]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-b0f94e70] {
  zoom: 1;
}
.fl[data-v-b0f94e70] {
  float: left;
}
.fr[data-v-b0f94e70] {
  float: right;
}
input[data-v-b0f94e70]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-b0f94e70]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-b0f94e70]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-b0f94e70]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-b0f94e70] {
  display: none;
}
.container[data-v-b0f94e70] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-b0f94e70] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-b0f94e70] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-b0f94e70] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-b0f94e70] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-b0f94e70],
.no_wlan[data-v-b0f94e70] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-b0f94e70],
.no_wlan img.nodata_icon[data-v-b0f94e70] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-b0f94e70] {
  background-color: #75B880;
}
.active_color[data-v-b0f94e70] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-b0f94e70] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-b0f94e70] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c_container[data-v-b0f94e70] {
  background: #f8f8f8;
}
.c_main[data-v-b0f94e70] {
  padding-bottom: 20px;
}
.exam_time[data-v-b0f94e70] {
  background: #fff;
  font-size: 14px;
  text-align: center;
  color: #999;
  padding: 10px 0;
}
.exam_title[data-v-b0f94e70] {
  text-align: center;
  font-weight: bold;
  color: #333;
  font-size: 18px;
  margin: 10px 0;
  line-height: 180%;
}
.exam_duration[data-v-b0f94e70] {
  font-size: 12px;
  color: #999;
  text-align: center;
  padding: 5px 0 10px;
}
.exam_detail[data-v-b0f94e70] {
  padding: 0 16px;
}
.question_item .right_answer[data-v-b0f94e70] {
  margin: 14px 0 24px;
  color: #75b880;
}
.question_item .question_name[data-v-b0f94e70] {
  line-height: 170%;
  margin: 10px 0;
}
.question_item .question_options[data-v-b0f94e70] {
  padding: 5px 0;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #f2f2f2;
}
.question_item .options_item[data-v-b0f94e70] {
  padding: 10px 12px;
  border-bottom: 1px solid #f2f2f2;
}
.question_item .options_item[data-v-b0f94e70]:last-child {
  border-bottom: none;
}
.submit_btn[data-v-b0f94e70] {
  background: #0268CA;
  color: #fff;
  padding: 0 ;
  height: 40px;
  line-height: 40px;
  margin: 0 auto 14px;
  text-align: center;
  border-radius: 6px;
  width: 80%;
  max-width: 300px;
}
.wrapper[data-v-b0f94e70] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.tips[data-v-b0f94e70] {
  width: 70%;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
}
.tips .user_name[data-v-b0f94e70] {
  color: #333;
  font-size: 18px;
  margin-top: 20px;
}
.tips .tips_txt[data-v-b0f94e70] {
  font-size: 14px;
  color: #999;
  margin-top: 12px;
}
.tips .score[data-v-b0f94e70] {
  color: #0268CA;
  font-size: 24px;
  margin: 20px 0;
}
.tips .attention[data-v-b0f94e70] {
  font-size: 14px;
}
.tips .operation_btn[data-v-b0f94e70] {
  font-size: 14px;
  color: #0268CA;
  border-top: 1px solid #f2f2f2;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 20px;
}
.tips .operation_btn .test_again[data-v-b0f94e70],
.tips .operation_btn .next_test[data-v-b0f94e70] {
  width: 50%;
  padding: 10px 0;
}
.tips .operation_btn .test_again[data-v-b0f94e70] {
  border-right: 1px solid #f2f2f2;
}
.tk_user_answer[data-v-b0f94e70] {
  border-bottom: 1px solid #ccc;
}
.tk_user_answer input[data-v-b0f94e70] {
  margin-bottom: 4px;
  border: none;
  width: 100%;
  background: transparent;
}
.wd_user_answer[data-v-b0f94e70] {
  padding: 10px;
  border: 1px solid #ccc;
}
.wd_user_answer textarea[data-v-b0f94e70] {
  border: none;
  width: 100%;
  height: 150px;
  background: transparent;
  resize: none;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-004eef06] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-004eef06]:export {
  topHead: 46px;
}
.header_title[data-v-004eef06] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-004eef06] {
  display: block;
}
.header_title[data-v-004eef06] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-004eef06] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-004eef06] {
  color: #999;
}
*[data-v-004eef06] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-004eef06],
.slide-right-leave-to[data-v-004eef06] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-004eef06],
.slide-right-enter[data-v-004eef06] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-004eef06],
.slide-left-leave-active[data-v-004eef06],
.slide-right-enter-active[data-v-004eef06],
.slide-right-leave-active[data-v-004eef06] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-004eef06] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-004eef06],
ol[data-v-004eef06] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-004eef06],
textarea[data-v-004eef06] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-004eef06],
input[type="password"][data-v-004eef06] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-004eef06]:hover,
input[type="submit"][data-v-004eef06]:hover {
  opacity: 1;
}
input[type="button"][data-v-004eef06],
input[type="submit"][data-v-004eef06] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-004eef06] {
  border: none;
  border-radius: 2px;
}
h1[data-v-004eef06],
h2[data-v-004eef06],
h3[data-v-004eef06],
h4[data-v-004eef06],
h5[data-v-004eef06] {
  color: #333;
}
a[data-v-004eef06] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-004eef06] {
  clear: both;
}
.clearfix[data-v-004eef06]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-004eef06] {
  zoom: 1;
}
.fl[data-v-004eef06] {
  float: left;
}
.fr[data-v-004eef06] {
  float: right;
}
input[data-v-004eef06]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-004eef06]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-004eef06]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-004eef06]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-004eef06] {
  display: none;
}
.container[data-v-004eef06] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-004eef06] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-004eef06] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-004eef06] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-004eef06] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-004eef06],
.no_wlan[data-v-004eef06] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-004eef06],
.no_wlan img.nodata_icon[data-v-004eef06] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-004eef06] {
  background-color: #75B880;
}
.active_color[data-v-004eef06] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-004eef06] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-004eef06] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.login_form[data-v-004eef06] {
  width: 100%;
  margin: 0 auto;
  padding: 16px 24px;
}
.login_item[data-v-004eef06] {
  border-bottom: 1px solid #f2f2f2;
  font-size: 15px;
  margin: 18px 0;
}
.login_item .login_btn[data-v-004eef06] {
  background: var(--themeColor);
  color: #fff;
  border-radius: 4px;
  height: 40px;
  font-size: 16px;
}
.login_item input[data-v-004eef06] {
  width: 100%;
  height: 30px;
  border: none;
}
.login_p[data-v-004eef06] {
  font-size: 13px;
  color: #999999;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme[data-v-01f47eed] {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
[data-v-01f47eed]:export {
  topHead: 46px;
}
.header_title[data-v-01f47eed] {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image[data-v-01f47eed] {
  display: block;
}
.header_title[data-v-01f47eed] .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
[data-v-01f47eed] .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow[data-v-01f47eed] {
  color: #999;
}
*[data-v-01f47eed] {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter[data-v-01f47eed],
.slide-right-leave-to[data-v-01f47eed] {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to[data-v-01f47eed],
.slide-right-enter[data-v-01f47eed] {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active[data-v-01f47eed],
.slide-left-leave-active[data-v-01f47eed],
.slide-right-enter-active[data-v-01f47eed],
.slide-right-leave-active[data-v-01f47eed] {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body[data-v-01f47eed] {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul[data-v-01f47eed],
ol[data-v-01f47eed] {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input[data-v-01f47eed],
textarea[data-v-01f47eed] {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"][data-v-01f47eed],
input[type="password"][data-v-01f47eed] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"][data-v-01f47eed]:hover,
input[type="submit"][data-v-01f47eed]:hover {
  opacity: 1;
}
input[type="button"][data-v-01f47eed],
input[type="submit"][data-v-01f47eed] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img[data-v-01f47eed] {
  border: none;
  border-radius: 2px;
}
h1[data-v-01f47eed],
h2[data-v-01f47eed],
h3[data-v-01f47eed],
h4[data-v-01f47eed],
h5[data-v-01f47eed] {
  color: #333;
}
a[data-v-01f47eed] {
  text-decoration: none;
  color: #333;
}
.clear[data-v-01f47eed] {
  clear: both;
}
.clearfix[data-v-01f47eed]:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix[data-v-01f47eed] {
  zoom: 1;
}
.fl[data-v-01f47eed] {
  float: left;
}
.fr[data-v-01f47eed] {
  float: right;
}
input[data-v-01f47eed]::-webkit-input-placeholder {
  color: #ccc;
}
input[data-v-01f47eed]::-moz-input-placeholder {
  color: #ccc;
}
textarea[data-v-01f47eed]::-webkit-input-placeholder {
  color: #ccc;
}
textarea[data-v-01f47eed]::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak][data-v-01f47eed] {
  display: none;
}
.container[data-v-01f47eed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container[data-v-01f47eed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main[data-v-01f47eed] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main[data-v-01f47eed] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex[data-v-01f47eed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data[data-v-01f47eed],
.no_wlan[data-v-01f47eed] {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon[data-v-01f47eed],
.no_wlan img.nodata_icon[data-v-01f47eed] {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress[data-v-01f47eed] {
  background-color: #75B880;
}
.active_color[data-v-01f47eed] {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask[data-v-01f47eed] {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow[data-v-01f47eed] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
*[data-v-01f47eed] {
  padding: 0px;
  margin: 0px;
}
.content[data-v-01f47eed] {
  padding: 0 20px;
}
.bg_img[data-v-01f47eed] {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  background-image: url(./static/img/whbj.616fc8b.png);
  background-repeat: no-repeat;
  overflow: hidden;
}
.bg_img .repair_title[data-v-01f47eed] {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  padding: 110px 0 50px;
  color: #c80000;
}
.bg_img .content[data-v-01f47eed] {
  padding-top: 30px;
  font-size: 30px;
  color: #333;
  width: 800px;
  margin: 0 auto;
}
.bg_img .ewm[data-v-01f47eed] {
  font-size: 30px;
  color: #333;
  display: block;
  margin: 50px auto 0;
}
/*移动端样式*/
.mobile_repair[data-v-01f47eed] {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  background-image: url(./static/img/whbj.616fc8b.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.mobile_repair .repair_title[data-v-01f47eed] {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 80px 0 40px;
  color: #c80000;
}
.mobile_repair p[data-v-01f47eed] {
  font-size: 18px;
  color: #333;
  width: 100%;
  padding: 0px 20px 30px;
  line-height: 180%;
}
.mobile_repair .ewm[data-v-01f47eed] {
  color: #333;
  display: block;
  margin: 20px auto 0;
  width: 55%;
  max-width: 340px;
}
@font-face {
  font-family: "iconfont"; /* Project id 2749515 */
  src: url(data:application/font-woff2;base64,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) format('woff2'),
       url(data:application/font-woff;base64,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) format('woff'),
       url(data:application/x-font-ttf;base64,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) format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-biyanjing:before {
  content: "\E901";
}

.icon-yanjing:before {
  content: "\E8C7";
}

.icon-kefu:before {
  content: "\E63C";
}

.icon-yonghu:before {
  content: "\E633";
}

.icon-erweima:before {
  content: "\E7C1";
}

.icon-mima:before {
  content: "\E605";
}

.icon-icon_anquan:before {
  content: "\E641";
}

.icon-huojian-X:before {
  content: "\E601";
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before {
  text-align: center; }

@font-face {
  font-family: VideoJS;
  src: url(data:application/vnd.ms-fontobject;base64,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dHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhAQIBAwEEAQUBBgEHAQgBCQEKAQsBDAENAQ4BDwEQAREBEgETARQBFQEWARcBGAEZARoBGwEcAR0BHgEfASABIQEiAARwbGF5C3BsYXktY2lyY2xlBXBhdXNlC3ZvbHVtZS1tdXRlCnZvbHVtZS1sb3cKdm9sdW1lLW1pZAt2b2x1bWUtaGlnaBBmdWxsc2NyZWVuLWVudGVyD2Z1bGxzY3JlZW4tZXhpdAZzcXVhcmUHc3Bpbm5lcglzdWJ0aXRsZXMIY2FwdGlvbnMIY2hhcHRlcnMFc2hhcmUDY29nBmNpcmNsZQ5jaXJjbGUtb3V0bGluZRNjaXJjbGUtaW5uZXItY2lyY2xlAmhkBmNhbmNlbAZyZXBsYXkIZmFjZWJvb2sFZ3BsdXMIbGlua2VkaW4HdHdpdHRlcgZ0dW1ibHIJcGludGVyZXN0EWF1ZGlvLWRlc2NyaXB0aW9uBWF1ZGlvCW5leHQtaXRlbQ1wcmV2aW91cy1pdGVtAAAAAA==?#iefix) format("eot"); }

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwR1NVQiCLJXoAAAE4AAAAVE9TLzJRiV3RAAABjAAAAFZjbWFwOfT3xgAAAmgAAAMiZ2x5ZgMJ0sMAAAXQAAARCGhlYWQSy2hLAAAA4AAAADZoaGVhDgMHIQAAALwAAAAkaG10eOAAAAAAAAHkAAAAhGxvY2E9NEHGAAAFjAAAAERtYXhwATIAgQAAARgAAAAgbmFtZdXH9aAAABbYAAACCnBvc3RAAl/0AAAY5AAAAZ4AAQAABwAAAAAABwAAAP//BwEAAQAAAAAAAAAAAAAAAAAAACEAAQAAAAEAAFYfTwlfDzz1AAsHAAAAAADWVg6nAAAAANZWDqcAAAAABwEHAAAAAAgAAgAAAAAAAAABAAAAIQB1AAcAAAAAAAIAAAAKAAoAAAD/AAAAAAAAAAEAAAAKADAAPgACREZMVAAObGF0bgAaAAQAAAAAAAAAAQAAAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAEGygGQAAUAAARxBOYAAAD6BHEE5gAAA1wAVwHOAAACAAUDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFBmRWQAQPEB8SAHAAAAAKEHAAAAAAAAAQAAAAAAAAAAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAAAAAUAAAADAAAALAAAAAQAAAGSAAEAAAAAAIwAAwABAAAALAADAAoAAAGSAAQAYAAAAAQABAABAADxIP//AADxAf//AAAAAQAEAAAAAQACAAMABAAFAAYABwAIAAkACgALAAwADQAOAA8AEAARABIAEwAUABUAFgAXABgAGQAaABsAHAAdAB4AHwAgAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAAAAGQAAAAAAAAACAAAPEBAADxAQAAAAEAAPECAADxAgAAAAIAAPEDAADxAwAAAAMAAPEEAADxBAAAAAQAAPEFAADxBQAAAAUAAPEGAADxBgAAAAYAAPEHAADxBwAAAAcAAPEIAADxCAAAAAgAAPEJAADxCQAAAAkAAPEKAADxCgAAAAoAAPELAADxCwAAAAsAAPEMAADxDAAAAAwAAPENAADxDQAAAA0AAPEOAADxDgAAAA4AAPEPAADxDwAAAA8AAPEQAADxEAAAABAAAPERAADxEQAAABEAAPESAADxEgAAABIAAPETAADxEwAAABMAAPEUAADxFAAAABQAAPEVAADxFQAAABUAAPEWAADxFgAAABYAAPEXAADxFwAAABcAAPEYAADxGAAAABgAAPEZAADxGQAAABkAAPEaAADxGgAAABoAAPEbAADxGwAAABsAAPEcAADxHAAAABwAAPEdAADxHQAAAB0AAPEeAADxHgAAAB4AAPEfAADxHwAAAB8AAPEgAADxIAAAACAAAAAAAAAADgBoAH4AzADgAQIBQgFsAZgBwgIYAlgCtALgAzADsAPeBDAElgTcBSQFZgWKBiAGZga0BuoHWAgSCFgIbgiEAAEAAAAABYsFiwACAAABEQECVQM2BYv76gILAAADAAAAAAZrBmsAAgAbADQAAAkCEyIHDgEHBhAXHgEXFiA3PgE3NhAnLgEnJgMiJy4BJyY0Nz4BNzYyFx4BFxYUBw4BBwYC6wHA/kCVmIuGzjk7OznOhosBMIuGzjk7OznOhouYeW9rpi0vLy2ma2/yb2umLS8vLaZrbwIwAVABUAGbOznOhov+0IuGzjk7OznOhosBMIuGzjk7+sAvLaZrb/Jva6YtLy8tpmtv8m9rpi0vAAACAAAAAAVABYsAAwAHAAABIREpAREhEQHAASv+1QJVASsBdQQW++oEFgAAAAQAAAAABiEGIAAHABcAJwAqAAABNCcmJxUXNjcUBxc2NTQnLgEnFR4BFxYBBwEhESEBEQEGBxU2Nxc3AQcXBNA0MlW4A7spcU1FQ+6VbKovMfu0XwFh/p8BKwF1AT5QWZl6mV/9YJycA4BhUlAqpbgYGGNicZKknYyHvSKaIJNlaQIsX/6f/kD+iwH2/sI9G5ojZJhfBJacnAAAAAEAAAAABKsF1gAFAAABESEBEQECCwEqAXb+igRg/kD+iwSq/osAAAACAAAAAAVmBdYACAAOAAABNCcmJxE2NzYBESEBEQEFZTQyVFQyNPwQASsBdf6LA4BhUlAq/aYqUFIBQf5A/osEqv6LAAMAAAAABiAGDwAFAA4AIgAAExEhAREBBTQnJicRNjc2AxUeARcWFAcOAQcVPgE3NhAnLgHgASsBdf6LAsU0MlVVMjS7bKovMTEvqmyV7kNFRUPuBGD+QP6LBKr+i+BhUlAq/aYqUFIC8Jogk2Vp6GllkyCaIr2HjAE6jIe9AAAABAAAAAAFiwWLAAUACwARABcAAAEjESE1IwMzNTM1IQEjFSERIwMVMxUzEQILlgF24JaW4P6KA4DgAXaW4OCWAuv+ipYCCuCW/ICWAXYCoJbgAXYABAAAAAAFiwWLAAUACwARABcAAAEzFTMRIRMjFSERIwEzNTM1IRM1IxEhNQF14Jb+iuDgAXaWAcCW4P6KlpYBdgJV4AF2AcCWAXb76uCWAcDg/oqWAAAAAAIAAAAABdYF1gATABcAAAEhIg4BFREUHgEzITI+ATURNC4BAyERIQVA/IApRCgoRCkDgClEKChEKfyAA4AF1ShEKfyAKUQoKEQpA4ApRCj76wOAAAYAAAAABmsGawAIAA0AFQAeACMALAAACQEmIyIHBgcBJS4BJwEFIQE2NzY1NAUBBgcGFRQXIQUeARcBMwEWMzI3NjcBAr4BZFJQhHt2YwESA44z7Z/+7gLl/dABel0zNfwS/t1dMzUPAjD95DPtnwESeP7dU0+Ee3Zj/u4D8AJoEy0rUf4nd6P6PP4nS/1zZn+Ej0tLAfhmf4SPS0pLo/o8Adn+CBMtK1EB2QAFAAAAAAZrBdYAEwAXABsAHwAjAAABISIOARURFB4BMyEyPgE1ETQuAQEhFSEBITUhBSE1ITUhNSEF1ftWKUUoKEUpBKopRSgoRfstASr+1gLq/RYC6gHA/tYBKv0WAuoF1ShEKfyAKUQoKEQpA4ApRCj9q5X+1ZWVlZaVAAAAAAMAAAAABiAF1gATACsAQwAAASEiDgEVERQeATMhMj4BNRE0LgEBIzUjFTM1MxUUBisBIiY1ETQ2OwEyFhUFIzUjFTM1MxUUBisBIiY1ETQ2OwEyFhUFi/vqKEUoKEUoBBYoRSgoRf2CcJWVcCsf4B8sLB/gHysCC3CVlXAsH+AfKysf4B8sBdUoRCn8gClEKChEKQOAKUQo/fYl4CVKHywsHwEqHywsH0ol4CVKHywsHwEqHywsHwAGAAAAAAYgBPYAAwAHAAsADwATABcAABMzNSMRMzUjETM1IwEhNSERITUhERUhNeCVlZWVlZUBKwQV++sEFfvrBBUDNZb+QJUBwJX+QJb+QJUCVZWVAAAAAQAAAAAGIQZsADEAAAEiBgcBNjQnAR4BMzI+ATQuASIOARUUFwEuASMiDgEUHgEzMjY3AQYVFB4BMj4BNC4BBUAqSx797AcHAg8eTys9Zzw8Z3pnPAf98R5PKz1nPDxnPStPHgIUBjtkdmQ7O2QCTx4cATcbMhsBNB0gPGd6Zzw8Zz0ZG/7NHCA8Z3pnPCAc/soZGDtkOjpkdmQ7AAAAAAIAAAAABlkGawBDAFAAAAE2NCc3PgEnAy4BDwEmLwEuASMhIgYPAQYHJyYGBwMGFh8BBhQXBw4BFxMeAT8BFh8BHgEzITI2PwE2NxcWNjcTNiYnBSIuATQ+ATIeARQOAQWrBQWeCgYHlgcaDLo8QhwDFQ7+1g4VAhxEOroNGgeVBwULnQUFnQsFB5UHGg26O0McAhUOASoOFQIcRDq6DRoHlQcFC/04R3hGRniOeEZGeAM3Kj4qewkbDAEDDAkFSy4bxg4SEg7GHC1LBQkM/v0MGwl7Kj4qewkbDP79DAkFSy4bxg4SEg7GHC1LBQkMAQMMGwlBRniOeEZGeI54RgABAAAAAAZrBmsAGAAAExQXHgEXFiA3PgE3NhAnLgEnJiAHDgEHBpU7Oc6GiwEwi4bOOTs7Oc6Gi/7Qi4bOOTsDgJiLhs45Ozs5zoaLATCLhs45Ozs5zoaLAAAAAAIAAAAABmsGawAYADEAAAEiBw4BBwYQFx4BFxYgNz4BNzYQJy4BJyYDIicuAScmNDc+ATc2MhceARcWFAcOAQcGA4CYi4bOOTs7Oc6GiwEwi4bOOTs7Oc6Gi5h5b2umLS8vLaZrb/Jva6YtLy8tpmtvBms7Oc6Gi/7Qi4bOOTs7Oc6GiwEwi4bOOTv6wC8tpmtv8m9rpi0vLy2ma2/yb2umLS8AAwAAAAAGawZrABgAMQA+AAABIgcOAQcGEBceARcWIDc+ATc2ECcuAScmAyInLgEnJjQ3PgE3NjIXHgEXFhQHDgEHBhMUDgEiLgE0PgEyHgEDgJiKhs85Ozs5z4aKATCKhs85Ozs5z4aKmHlva6YtLy8tpmtv8m9rpi0vLy2ma29nPGd6Zzw8Z3pnPAZrOznPhor+0IqGzzk7OznPhooBMIqGzzk7+sAvLaZrb/Jva6YtLy8tpmtv8m9rpi0vAlU9Zzw8Z3pnPDxnAAAABAAAAAAGIAYhABMAHwApAC0AAAEhIg4BFREUHgEzITI+ATURNC4BASM1IxUjETMVMzU7ASEyFhURFAYjITczNSMFi/vqKEUoKEUoBBYoRSgoRf2CcJVwcJVwlgEqHywsH/7WcJWVBiAoRSj76ihFKChFKAQWKEUo/ICVlQHAu7ssH/7WHyxw4AAAAAACAAAAAAZrBmsAGAAkAAABIgcOAQcGEBceARcWIDc+ATc2ECcuAScmEwcJAScJATcJARcBA4CYi4bOOTs7Oc6GiwEwi4bOOTs7Oc6Gi91p/vT+9GkBC/71aQEMAQxp/vUGazs5zoaL/tCLhs45Ozs5zoaLATCLhs45O/wJaQEL/vVpAQwBDGn+9QELaf70AAABAAAAAAXWBrYAJwAAAREJAREyFxYXFhQHBgcGIicmJyY1IxQXHgEXFjI3PgE3NjQnLgEnJgOA/osBdXpoZjs9PTtmaPRoZjs9lS8tpWtv9G9rpS0vLy2la28FiwEq/ov+iwEqPTtmaPNpZTw9PTxlaXl5b2umLS8vLaZrb/Nva6UuLwABAAAAAAU/BwAAFAAAAREjIgYdASEDIxEhESMRMzU0NjMyBT+dVjwBJSf+/s7//9Ctkwb0/vhISL3+2P0JAvcBKNq6zQAAAAAEAAAAAAaOBwAAMABFAGAAbAAAARQeAxUUBwYEIyImJyY1NDY3NiUuATU0NwYjIiY1NDY3PgEzIQcjHgEVFA4DJzI2NzY1NC4CIyIGBwYVFB4DEzI+AjU0LgEvASYvAiYjIg4DFRQeAgEzFSMVIzUjNTM1MwMfQFtaQDBI/uqfhOU5JVlKgwERIB8VLhaUy0g/TdNwAaKKg0pMMUVGMZImUBo1Ij9qQCpRGS8UKz1ZNjprWzcODxMeChwlThAgNWhvUzZGcX0Da9XVadTUaQPkJEVDUIBOWlN6c1NgPEdRii5SEipAKSQxBMGUUpo2QkBYP4xaSHNHO0A+IRs5ZjqGfVInITtlLmdnUjT8lxo0Xj4ZMCQYIwsXHTgCDiQ4XTtGazsdA2xs29ts2QADAAAAAAaABmwAAwAOACoAAAERIREBFgYrASImNDYyFgERIRE0JiMiBgcGFREhEhAvASEVIz4DMzIWAd3+tgFfAWdUAlJkZ6ZkBI/+t1FWP1UVC/63AgEBAUkCFCpHZz+r0ASP/CED3wEySWJik2Fh/N39yAISaXdFMx4z/dcBjwHwMDCQIDA4H+MAAAEAAAAABpQGAAAxAAABBgcWFRQCDgEEIyAnFjMyNy4BJxYzMjcuAT0BFhcuATU0NxYEFyY1NDYzMhc2NwYHNgaUQ18BTJvW/tKs/vHhIyvhsGmmHyEcKypwk0ROQk4seQFbxgi9hoxgbWAlaV0FaGJFDhyC/v3ut22RBIoCfWEFCxexdQQmAyyOU1hLlbMKJiSGvWYVOXM/CgAAAAEAAAAABYAHAAAiAAABFw4BBwYuAzURIzU+BDc+ATsBESEVIREUHgI3NgUwUBewWWitcE4hqEhyRDAUBQEHBPQBTf6yDSBDME4Bz+0jPgECOFx4eDoCINcaV11vVy0FB/5Y/P36HjQ1HgECAAEAAAAABoAGgABKAAABFAIEIyInNj8BHgEzMj4BNTQuASMiDgMVFBYXFj8BNjc2JyY1NDYzMhYVFAYjIiY3PgI1NCYjIgYVFBcDBhcmAjU0EiQgBBIGgM7+n9FvazsTNhRqPXm+aHfijmm2f1srUE0eCAgGAgYRM9Gpl6mJaz1KDgglFzYyPlYZYxEEzv7OAWEBogFhzgOA0f6fziBdR9MnOYnwlnLIfjpgfYZDaJ4gDCAfGAYXFD1al9mkg6ruVz0jdVkfMkJyVUkx/l5Ga1sBfOnRAWHOzv6fAAAHAAAAAAcBBM8AFwAhADgATwBmAHEAdAAAAREzNhcWFxYXFhcWBw4BBwYHBicmLwEmNxY2NzYuAQcRFAUWNzY/ATY3NjU2JyMGFxYfARYXFhcUFxY3Nj8BNjc2NzYnIwYXFh8BFhcWFRYXFjc2PwE2NzY3NicjBhcWHwEWFxYVFgUzPwEVMxEjBgsBARUnAxwcaC5MND0sTSsvCgdVREdTNWg1KgECq1JrCQcwYkABfhoSCxAKJBQXAX4dAQMCBgMnFxsBJBoSCxAKJBQWAQF+HgEEAgUEJxcbASMZEwsQCiQUFgEBfh4BBAIFBCcXGwH5Q+5B4arNDfHvAhaOAckC/QIBAwwPHzdcZXlZmC8xCAQBAQIDBMIDVkxCZDQF/pUHwgcTCyAUQEdPU8etCAgFCQZHTFxbwLoHEwsgFEBHT1PHrQgIBQkGR0xcW8C6BxMLIBRAR09Tx60ICAUJBkdMXFvAwGQBZQMMFf6D/oYB/fkBAAABAAAAAAYhBrYALAAAASIHDgEHBhURFB4BOwERITU0Nz4BNzYyFx4BFxYdASERMzI+ATURNCcuAScmA4CJfXi6MzU8Zz3g/tUpKJFeYdRhXpEoKf7V4D1nPDUzunh9BrU0M7t4fYn99j1nPAJVlWthXpAoKSkokF5ha5X9qzxnPQIKiX14uzM0AAAAAAIAAAAABUAFQAACAAYAAAkCIREzEQHAAnv9hQLrlQHAAcABwPyAA4AAAAAAAgAAAAAFQAVAAAMABgAAATMRIwkBEQHAlZUBBQJ7BUD8gAHA/kADgAAAAAAAABAAxgABAAAAAAABAAcAAAABAAAAAAACAAcABwABAAAAAAADAAcADgABAAAAAAAEAAcAFQABAAAAAAAFAAsAHAABAAAAAAAGAAcAJwABAAAAAAAKACsALgABAAAAAAALABMAWQADAAEECQABAA4AbAADAAEECQACAA4AegADAAEECQADAA4AiAADAAEECQAEAA4AlgADAAEECQAFABYApAADAAEECQAGAA4AugADAAEECQAKAFYAyAADAAEECQALACYBHlZpZGVvSlNSZWd1bGFyVmlkZW9KU1ZpZGVvSlNWZXJzaW9uIDEuMFZpZGVvSlNHZW5lcmF0ZWQgYnkgc3ZnMnR0ZiBmcm9tIEZvbnRlbGxvIHByb2plY3QuaHR0cDovL2ZvbnRlbGxvLmNvbQBWAGkAZABlAG8ASgBTAFIAZQBnAHUAbABhAHIAVgBpAGQAZQBvAEoAUwBWAGkAZABlAG8ASgBTAFYAZQByAHMAaQBvAG4AIAAxAC4AMABWAGkAZABlAG8ASgBTAEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAAcwB2AGcAMgB0AHQAZgAgAGYAcgBvAG0AIABGAG8AbgB0AGUAbABsAG8AIABwAHIAbwBqAGUAYwB0AC4AaAB0AHQAcAA6AC8ALwBmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQAAAAIAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4BHwEgASEBIgAEcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwluZXh0LWl0ZW0NcHJldmlvdXMtaXRlbQAAAAA=) format("truetype");
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before {
    content: "\F101"; }

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play-circle:before {
    content: "\F102"; }

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
    content: "\F103"; }

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
    content: "\F104"; }

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
    content: "\F105"; }

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
    content: "\F106"; }

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
    content: "\F107"; }

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
    content: "\F108"; }

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
    content: "\F109"; }

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-square:before {
    content: "\F10A"; }

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-spinner:before {
    content: "\F10B"; }

.vjs-icon-subtitles, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-subtitles:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
  .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
  .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
  .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
  .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before {
    content: "\F10C"; }

.vjs-icon-captions, .video-js .vjs-captions-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-captions:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
  .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before {
    content: "\F10D"; }

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
    content: "\F10E"; }

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-share:before {
    content: "\F10F"; }

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-cog:before {
    content: "\F110"; }

.vjs-icon-circle, .video-js .vjs-play-progress, .video-js .vjs-volume-level {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-circle:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before {
    content: "\F111"; }

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-circle-outline:before {
    content: "\F112"; }

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-circle-inner-circle:before {
    content: "\F113"; }

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-hd:before {
    content: "\F114"; }

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
    content: "\F115"; }

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
    content: "\F116"; }

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-facebook:before {
    content: "\F117"; }

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-gplus:before {
    content: "\F118"; }

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-linkedin:before {
    content: "\F119"; }

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-twitter:before {
    content: "\F11A"; }

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-tumblr:before {
    content: "\F11B"; }

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-pinterest:before {
    content: "\F11C"; }

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
    content: "\F11D"; }

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
    content: "\F11E"; }

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-next-item:before {
    content: "\F11F"; }

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-previous-item:before {
    content: "\F120"; }

.video-js {
  display: block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial; }

.video-js:-moz-full-screen {
    position: absolute; }

.video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important; }

.video-js[tabindex="-1"] {
  outline: none; }

.video-js *,
.video-js *:before,
.video-js *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0; }

.video-js.vjs-16-9 {
  padding-top: 56.25%; }

.video-js.vjs-4-3 {
  padding-top: 75%; }

.video-js.vjs-fill {
  width: 100%;
  height: 100%; }

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto; }

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important; }

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none; }

.vjs-hidden {
  display: none !important; }

.vjs-disabled {
  opacity: 0.5;
  cursor: default; }

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px; }

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible; }

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto; }

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC; }

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em; }

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  transition: all 0s; }

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none; }

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block; }

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.vjs-control .vjs-button {
  width: 100%;
  height: 100%; }

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2; }

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.video-js .vjs-modal-dialog > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1; }

.vjs-menu-button {
  cursor: pointer; }

.vjs-menu-button.vjs-disabled {
  cursor: default; }

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none; }

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.vjs-menu .vjs-menu-content > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none; }

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase; }

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F; }

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default; }

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7); }

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em; }

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block; }

.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden; }

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em; }

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em; }

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1; }

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto; }

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto; }

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden; }

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.0em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }

.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s; }

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important; }

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible; }

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table; }

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67; }

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white; }

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle; }

.video-js .vjs-custom-control-spacer {
  display: none; }

.video-js .vjs-progress-control {
  cursor: pointer;
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em;
  -ms-touch-action: none;
      touch-action: none; }

.video-js .vjs-progress-control.disabled {
  cursor: default; }

.vjs-live .vjs-progress-control {
  display: none; }

.vjs-no-flex .vjs-progress-control {
  width: auto; }

.video-js .vjs-progress-holder {
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em; }

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px; }

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em; }

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em; }

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0; }

.video-js .vjs-play-progress {
  background-color: #fff; }

.video-js .vjs-play-progress:before {
    font-size: 0.9em;
    position: absolute;
    right: -0.5em;
    top: -0.333333333333333em;
    z-index: 1; }

.video-js .vjs-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5); }

.video-js .vjs-load-progress div {
  background: white;
  background: rgba(115, 133, 159, 0.75); }

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1; }

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none; }

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible; }

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em; }

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1; }

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0; }

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block; }

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none; }

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8); }

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.video-js .vjs-slider.disabled {
  cursor: default; }

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  -webkit-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff; }

.video-js .vjs-mute-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 3em; }

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em; }

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px; }

.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,
  .vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical .vjs-volume-level {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.video-js .vjs-volume-panel {
  -webkit-transition: width 1s;
  transition: width 1s; }

.video-js .vjs-volume-panel:hover .vjs-volume-control,
  .video-js .vjs-volume-panel:active .vjs-volume-control,
  .video-js .vjs-volume-panel:focus .vjs-volume-control,
  .video-js .vjs-volume-panel .vjs-volume-control:hover,
  .video-js .vjs-volume-panel .vjs-volume-control:active,
  .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control,
  .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
    visibility: visible;
    opacity: 1;
    position: relative;
    -webkit-transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
    transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s; }

.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal,
    .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
    .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
    .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal,
    .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
    .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal,
    .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
      width: 5em;
      height: 3em; }

.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical,
    .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
    .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,
    .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical,
    .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
    .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical,
    .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,
      .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,
      .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,
      .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,
      .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,
      .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,
      .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical .vjs-volume-bar,
      .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-vertical .vjs-volume-level,
      .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical .vjs-volume-bar,
      .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical .vjs-volume-level,
      .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical .vjs-volume-bar,
      .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-vertical .vjs-volume-level,
      .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical .vjs-volume-bar,
      .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical .vjs-volume-level {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
    width: 9em;
    -webkit-transition: width 0.1s;
    transition: width 0.1s; }

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
    width: 4em; }

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3.5em;
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s; }

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s; }

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transition: none;
  transition: none; }

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em; }

.video-js .vjs-volume-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em; }

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em; }

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto; }

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff; }

.video-js .vjs-volume-level:before {
    position: absolute;
    font-size: 0.9em; }

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em; }

.vjs-slider-vertical .vjs-volume-level:before {
    top: -0.5em;
    left: -0.3em; }

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em; }

.vjs-slider-horizontal .vjs-volume-level:before {
    top: -0.3em;
    right: -0.5em; }

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em; }

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%; }

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%; }

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em; }

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }

.vjs-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%; }

.vjs-has-started .vjs-poster {
  display: none; }

.vjs-audio.vjs-has-started .vjs-poster {
  display: block; }

.vjs-using-native-controls .vjs-poster {
  display: none; }

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em; }

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.video-js .vjs-time-control {
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em; }

.vjs-live .vjs-time-control {
  display: none; }

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none; }

.vjs-no-flex .vjs-remaining-time.vjs-time-control.vjs-control {
  width: 0px !important;
  white-space: nowrap; }

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none; }

.vjs-time-divider {
  display: none;
  line-height: 3em; }

.vjs-live .vjs-time-divider {
  display: none; }

.video-js .vjs-play-control .vjs-icon-placeholder {
  cursor: pointer;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none; }

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em; }

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5); }

.vjs-subtitles {
  color: #fff; }

.vjs-captions {
  color: #fc6; }

.vjs-tt-cue {
  display: block; }

video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em); }

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em); }

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center; }

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em; }

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center; }

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%; }

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden; }

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: 0s linear 0.3s forwards vjs-spinner-show;
          animation: 0s linear 0.3s forwards vjs-spinner-show; }

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s; }

@keyframes vjs-spinner-show {
  to {
    visibility: visible; } }

@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible; } }

@keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

.vjs-chapters-button .vjs-menu ul {
  width: 24em; }

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em; }

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\F10D";
  font-size: 1.5em;
  line-height: inherit; }

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em; }

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \F11D";
  font-size: 1.5em;
  line-height: inherit; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: block; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subs-caps-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
  display: none; }

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subs-caps-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none; }

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-panel,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none; }

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%; }

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table; }

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell; }

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom; }

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto; }
  .vjs-text-track-settings .vjs-track-settings-colors {
    display: block;
    grid-column: 1;
    grid-row: 1; }
  .vjs-text-track-settings .vjs-track-settings-font {
    grid-column: 2;
    grid-row: 1; }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 2;
    grid-row: 2; } }

.vjs-track-setting > select {
  margin-right: 5px; }

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none; }

.vjs-text-track-settings fieldset span {
  display: inline-block; }

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0; }

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(88%, #fff), to(#73859f));
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%); }

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75); }

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(88%, #fff), to(#73859f));
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px; }

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em; }

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden; } }

.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000; }

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none; }

.video-js *:focus:not(:focus-visible) {
  outline: none; }

@media \0screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: "";
  }
}

@media \0screen {
  .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: hidden;
  }
}
.vjs-custom-skin > .video-js {
  width: 100%;
  font-family: "PingFang SC","Helvetica Neue","Hiragino Sans GB","Segoe UI","Microsoft YaHei","\5FAE\8F6F\96C5\9ED1",sans-serif;
}

.vjs-custom-skin > .video-js .vjs-menu-button-inline.vjs-slider-active,.vjs-custom-skin > .video-js .vjs-menu-button-inline:focus,.vjs-custom-skin > .video-js .vjs-menu-button-inline:hover,.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 10em
}

.vjs-custom-skin > .video-js .vjs-controls-disabled .vjs-big-play-button {
  display: none!important
}

.vjs-custom-skin > .video-js .vjs-control {
  width: 3em
}

.vjs-custom-skin > .video-js .vjs-control.vjs-live-control{
  width: auto;
  padding-left: .5em;
  letter-spacing: .1em;
}

.vjs-custom-skin > .video-js .vjs-menu-button-inline:before {
  width: 1.5em
}

.vjs-menu-button-inline .vjs-menu {
  left: 3em
}

.vjs-paused.vjs-has-started.vjs-custom-skin > .video-js .vjs-big-play-button,.video-js.vjs-ended .vjs-big-play-button,.video-js.vjs-paused .vjs-big-play-button {
  display: block
}

.vjs-custom-skin > .video-js .vjs-load-progress div,.vjs-seeking .vjs-big-play-button,.vjs-waiting .vjs-big-play-button {
  display: none!important
}

.vjs-custom-skin > .video-js .vjs-mouse-display:after,.vjs-custom-skin > .video-js .vjs-play-progress:after {
  padding: 0 .4em .3em
}

.video-js.vjs-ended .vjs-loading-spinner {
  display: none;
}

.video-js.vjs-ended .vjs-big-play-button {
  display: block !important;
}

.video-js.vjs-ended .vjs-big-play-button,.video-js.vjs-paused .vjs-big-play-button,.vjs-paused.vjs-has-started.vjs-custom-skin > .video-js .vjs-big-play-button {
  display: block
}

.vjs-custom-skin > .video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-left: -1.5em;
  margin-top: -1em
}

.vjs-custom-skin > .video-js .vjs-big-play-button {
  background-color: rgba(0,0,0,0.45);
  font-size: 3.5em;
   /*border-radius: 50%;*/
  height: 2em !important;
  line-height: 2em !important;
  margin-top: -1em !important
}

.video-js:hover .vjs-big-play-button,.vjs-custom-skin > .video-js .vjs-big-play-button:focus,.vjs-custom-skin > .video-js .vjs-big-play-button:active {
  background-color: rgba(36,131,213,0.9)
}

.vjs-custom-skin > .video-js .vjs-loading-spinner {
  border-color: rgba(36,131,213,0.8)
}

.vjs-custom-skin > .video-js .vjs-control-bar2 {
  background-color: #000000
}

.vjs-custom-skin > .video-js .vjs-control-bar {
   /*background-color: rgba(0,0,0,0.3) !important;*/
  color: #ffffff;
  font-size: 14px
}

.vjs-custom-skin > .video-js .vjs-play-progress,.vjs-custom-skin > .video-js  .vjs-volume-level {
  background-color: #2483d5
}

.vjs-custom-skin > .video-js .vjs-play-progress:before {
  top: -0.3em;
}

.vjs-custom-skin > .video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.3em;
}

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: 0em;
}

.vjs-custom-skin > .video-js .vjs-menu li {
  padding: 0;
  line-height: 2em;
  font-size: 1.1em;
  font-family: "PingFang SC","Helvetica Neue","Hiragino Sans GB","Segoe UI","Microsoft YaHei","\5FAE\8F6F\96C5\9ED1",sans-serif;
}

.vjs-custom-skin > .video-js .vjs-time-tooltip,
.vjs-custom-skin > .video-js .vjs-mouse-display:after, 
.vjs-custom-skin > .video-js .vjs-play-progress:after {
  border-radius: 0;
  font-size: 1em;
  padding: 0;
  width: 3em;
  height: 1.5em;
  line-height: 1.5em;
  top: -3em;
}

.vjs-custom-skin > .video-js .vjs-menu-button-popup .vjs-menu {
  width: 5em;
  left: -1em;
}

.vjs-custom-skin > .video-js .vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: 0;
}

.vjs-custom-skin > .video-js .vjs-control-bar .vjs-resolution-button .vjs-menu {
   /*order: 4;*/
}

/*排序顺序*/

.vjs-custom-skin > .video-js .vjs-control-bar .vjs-play-control {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.vjs-custom-skin > .video-js .vjs-control-bar .vjs-time-control {
  min-width: 1em;
  padding: 0;
  margin: 0 .1em;
  text-align: center;
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.vjs-custom-skin > .video-js .vjs-control-bar .vjs-playback-rate .vjs-playback-rate-value{
  font-size: 1.2em;
  line-height: 2.4;
}

.vjs-custom-skin > .video-js .vjs-progress-control.vjs-control {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.vjs-custom-skin > .video-js .vjs-control-bar .vjs-volume-menu-button {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.vjs-custom-skin > .video-js .vjs-control-bar .vjs-resolution-button {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.vjs-custom-skin > .video-js .vjs-control-bar .vjs-resolution-button .vjs-resolution-button-label {
  display: block;
  line-height: 3em;
}

.vjs-custom-skin > .video-js .vjs-control-bar .vjs-playback-rate {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.vjs-custom-skin > .video-js .vjs-control-bar .vjs-fullscreen-control {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
.header_title {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image {
  display: block;
}
.header_title /deep/ .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
/deep/ .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow {
  color: #999;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter,
.slide-right-leave-to {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to,
.slide-right-enter {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active,
.slide-left-leave-active,
.slide-right-enter-active,
.slide-right-leave-active {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul,
ol {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input,
textarea {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"],
input[type="password"] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"]:hover,
input[type="submit"]:hover {
  opacity: 1;
}
input[type="button"],
input[type="submit"] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img {
  border: none;
  border-radius: 2px;
}
h1,
h2,
h3,
h4,
h5 {
  color: #333;
}
a {
  text-decoration: none;
  color: #333;
}
.clear {
  clear: both;
}
.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
input::-webkit-input-placeholder {
  color: #ccc;
}
input::-moz-input-placeholder {
  color: #ccc;
}
textarea::-webkit-input-placeholder {
  color: #ccc;
}
textarea::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak] {
  display: none;
}
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data,
.no_wlan {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon,
.no_wlan img.nodata_icon {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress {
  background-color: #75B880;
}
.active_color {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/**设置页面全局边距***/
/*黑白主题*/
.black_theme {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _-webkit-filter: none;
  _        filter: none;
}
.header_title {
  position: relative;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
}
.header_title .van-image {
  display: block;
}
.header_title /deep/ .van-nav-bar .van-icon {
  color: #fff;
}
/**头部标题width设置**/
/deep/ .van-nav-bar__title {
  max-width: 80%;
}
/****所有箭头默认颜色*****/
.van-icon-arrow {
  color: #999;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*兼容IOS点击闪阴影*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*页面切换动画*/
.slide-left-enter,
.slide-right-leave-to {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.slide-left-leave-to,
.slide-right-enter {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.slide-left-enter-active,
.slide-left-leave-active,
.slide-right-enter-active,
.slide-right-leave-active {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
}
/*页面切换动画*/
body {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background-color: #fff;
}
ul,
ol {
  list-style-type: none;
}
/*兼容IOS无法获取焦点*/
input,
textarea {
  background-color: #fff;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  -ms-user-select: auto!important;
  -o-user-select: auto!important;
  user-select: auto!important;
  font-size: 14px;
}
input[type="text"],
input[type="password"] {
  outline: none;
  padding-left: 10px;
  font-family: "Microsoft YaHei";
}
input[type="button"]:hover,
input[type="submit"]:hover {
  opacity: 1;
}
input[type="button"],
input[type="submit"] {
  border: none;
  border-radius: 4px;
  opacity: 0.8;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
img {
  border: none;
  border-radius: 2px;
}
h1,
h2,
h3,
h4,
h5 {
  color: #333;
}
a {
  text-decoration: none;
  color: #333;
}
.clear {
  clear: both;
}
.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
input::-webkit-input-placeholder {
  color: #ccc;
}
input::-moz-input-placeholder {
  color: #ccc;
}
textarea::-webkit-input-placeholder {
  color: #ccc;
}
textarea::-moz-input-placeholder {
  color: #ccc;
}
[v-cloak] {
  display: none;
}
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: calc(100vh - 50px);
  padding-bottom: env(safe-area-inset-bottom);
  color: #4a4a4a;
  font-size: 16px;
}
.c_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
  color: #666;
  font-size: 16px;
  overflow: hidden;
}
.main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c_main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.common_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*暂无数据开始*/
.no_data,
.no_wlan {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.no_data img.nodata_icon,
.no_wlan img.nodata_icon {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 14px;
}
/*****暂无数据结束*******/
/*重写进度条样式*/
.mt-progress-progress {
  background-color: #75B880;
}
.active_color {
  color: var(--themeColor);
  margin: 0 0.08rem;
}
.mask {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.transformArrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
html{-webkit-tap-highlight-color:transparent}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,'Helvetica Neue',Helvetica,Segoe UI,Arial,Roboto,'PingFang SC',miui,'Hiragino Sans GB','Microsoft Yahei',sans-serif}a{text-decoration:none}button,input,textarea{color:inherit;font:inherit}[class*=van-]:focus,a:focus,button:focus,input:focus,textarea:focus{outline:0}ol,ul{margin:0;padding:0;list-style:none}.van-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.van-multi-ellipsis--l2{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}.van-multi-ellipsis--l3{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical}.van-clearfix::after{display:table;clear:both;content:''}[class*=van-hairline]::after{position:absolute;box-sizing:border-box;content:' ';pointer-events:none;top:-50%;right:-50%;bottom:-50%;left:-50%;border:0 solid #ebedf0;-webkit-transform:scale(.5);transform:scale(.5)}.van-hairline,.van-hairline--bottom,.van-hairline--left,.van-hairline--right,.van-hairline--surround,.van-hairline--top,.van-hairline--top-bottom{position:relative}.van-hairline--top::after{border-top-width:1px}.van-hairline--left::after{border-left-width:1px}.van-hairline--right::after{border-right-width:1px}.van-hairline--bottom::after{border-bottom-width:1px}.van-hairline--top-bottom::after,.van-hairline-unset--top-bottom::after{border-width:1px 0}.van-hairline--surround::after{border-width:1px}@-webkit-keyframes van-slide-up-enter{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes van-slide-up-enter{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes van-slide-up-leave{to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes van-slide-up-leave{to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes van-slide-down-enter{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes van-slide-down-enter{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes van-slide-down-leave{to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes van-slide-down-leave{to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@-webkit-keyframes van-slide-left-enter{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes van-slide-left-enter{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes van-slide-left-leave{to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes van-slide-left-leave{to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@-webkit-keyframes van-slide-right-enter{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes van-slide-right-enter{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-webkit-keyframes van-slide-right-leave{to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes van-slide-right-leave{to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-webkit-keyframes van-fade-in{from{opacity:0}to{opacity:1}}@keyframes van-fade-in{from{opacity:0}to{opacity:1}}@-webkit-keyframes van-fade-out{from{opacity:1}to{opacity:0}}@keyframes van-fade-out{from{opacity:1}to{opacity:0}}@-webkit-keyframes van-rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes van-rotate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.van-fade-enter-active{-webkit-animation:.3s van-fade-in both ease-out;animation:.3s van-fade-in both ease-out}.van-fade-leave-active{-webkit-animation:.3s van-fade-out both ease-in;animation:.3s van-fade-out both ease-in}.van-slide-up-enter-active{-webkit-animation:van-slide-up-enter .3s both ease-out;animation:van-slide-up-enter .3s both ease-out}.van-slide-up-leave-active{-webkit-animation:van-slide-up-leave .3s both ease-in;animation:van-slide-up-leave .3s both ease-in}.van-slide-down-enter-active{-webkit-animation:van-slide-down-enter .3s both ease-out;animation:van-slide-down-enter .3s both ease-out}.van-slide-down-leave-active{-webkit-animation:van-slide-down-leave .3s both ease-in;animation:van-slide-down-leave .3s both ease-in}.van-slide-left-enter-active{-webkit-animation:van-slide-left-enter .3s both ease-out;animation:van-slide-left-enter .3s both ease-out}.van-slide-left-leave-active{-webkit-animation:van-slide-left-leave .3s both ease-in;animation:van-slide-left-leave .3s both ease-in}.van-slide-right-enter-active{-webkit-animation:van-slide-right-enter .3s both ease-out;animation:van-slide-right-enter .3s both ease-out}.van-slide-right-leave-active{-webkit-animation:van-slide-right-leave .3s both ease-in;animation:van-slide-right-leave .3s both ease-in}.van-overlay{position:fixed;top:0;left:0;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.7)}.van-info{position:absolute;top:0;right:0;box-sizing:border-box;min-width:16px;padding:0 3px;color:#fff;font-weight:500;font-size:12px;font-family:-apple-system-font,Helvetica Neue,Arial,sans-serif;line-height:1.2;text-align:center;background-color:#ee0a24;border:1px solid #fff;border-radius:16px;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);-webkit-transform-origin:100%;transform-origin:100%}.van-info--dot{width:8px;min-width:0;height:8px;background-color:#ee0a24;border-radius:100%}.van-sidebar-item{position:relative;display:block;box-sizing:border-box;padding:20px 12px;overflow:hidden;color:#323233;font-size:14px;line-height:20px;background-color:#f7f8fa;cursor:pointer;-webkit-user-select:none;user-select:none}.van-sidebar-item:active{background-color:#f2f3f5}.van-sidebar-item__text{position:relative;display:inline-block;word-break:break-all}.van-sidebar-item:not(:last-child)::after{border-bottom-width:1px}.van-sidebar-item--select{color:#323233;font-weight:500}.van-sidebar-item--select,.van-sidebar-item--select:active{background-color:#fff}.van-sidebar-item--select::before{position:absolute;top:50%;left:0;width:4px;height:16px;background-color:#ee0a24;-webkit-transform:translateY(-50%);transform:translateY(-50%);content:''}.van-sidebar-item--disabled{color:#c8c9cc;cursor:not-allowed}.van-sidebar-item--disabled:active{background-color:#f7f8fa}.van-icon{position:relative;display:inline-block;font:normal normal normal 14px/1 vant-icon;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased}.van-icon:before{display:inline-block}.van-icon-exchange:before{content:'\E6AF'}.van-icon-eye:before{content:'\E6B0'}.van-icon-enlarge:before{content:'\E6B1'}.van-icon-expand-o:before{content:'\E6B2'}.van-icon-eye-o:before{content:'\E6B3'}.van-icon-expand:before{content:'\E6B4'}.van-icon-filter-o:before{content:'\E6B5'}.van-icon-fire:before{content:'\E6B6'}.van-icon-fail:before{content:'\E6B7'}.van-icon-failure:before{content:'\E6B8'}.van-icon-fire-o:before{content:'\E6B9'}.van-icon-flag-o:before{content:'\E6BA'}.van-icon-font:before{content:'\E6BB'}.van-icon-font-o:before{content:'\E6BC'}.van-icon-gem-o:before{content:'\E6BD'}.van-icon-flower-o:before{content:'\E6BE'}.van-icon-gem:before{content:'\E6BF'}.van-icon-gift-card:before{content:'\E6C0'}.van-icon-friends:before{content:'\E6C1'}.van-icon-friends-o:before{content:'\E6C2'}.van-icon-gold-coin:before{content:'\E6C3'}.van-icon-gold-coin-o:before{content:'\E6C4'}.van-icon-good-job-o:before{content:'\E6C5'}.van-icon-gift:before{content:'\E6C6'}.van-icon-gift-o:before{content:'\E6C7'}.van-icon-gift-card-o:before{content:'\E6C8'}.van-icon-good-job:before{content:'\E6C9'}.van-icon-home-o:before{content:'\E6CA'}.van-icon-goods-collect:before{content:'\E6CB'}.van-icon-graphic:before{content:'\E6CC'}.van-icon-goods-collect-o:before{content:'\E6CD'}.van-icon-hot-o:before{content:'\E6CE'}.van-icon-info:before{content:'\E6CF'}.van-icon-hotel-o:before{content:'\E6D0'}.van-icon-info-o:before{content:'\E6D1'}.van-icon-hot-sale-o:before{content:'\E6D2'}.van-icon-hot:before{content:'\E6D3'}.van-icon-like:before{content:'\E6D4'}.van-icon-idcard:before{content:'\E6D5'}.van-icon-invitation:before{content:'\E6D6'}.van-icon-like-o:before{content:'\E6D7'}.van-icon-hot-sale:before{content:'\E6D8'}.van-icon-location-o:before{content:'\E6D9'}.van-icon-location:before{content:'\E6DA'}.van-icon-label:before{content:'\E6DB'}.van-icon-lock:before{content:'\E6DC'}.van-icon-label-o:before{content:'\E6DD'}.van-icon-map-marked:before{content:'\E6DE'}.van-icon-logistics:before{content:'\E6DF'}.van-icon-manager:before{content:'\E6E0'}.van-icon-more:before{content:'\E6E1'}.van-icon-live:before{content:'\E6E2'}.van-icon-manager-o:before{content:'\E6E3'}.van-icon-medal:before{content:'\E6E4'}.van-icon-more-o:before{content:'\E6E5'}.van-icon-music-o:before{content:'\E6E6'}.van-icon-music:before{content:'\E6E7'}.van-icon-new-arrival-o:before{content:'\E6E8'}.van-icon-medal-o:before{content:'\E6E9'}.van-icon-new-o:before{content:'\E6EA'}.van-icon-free-postage:before{content:'\E6EB'}.van-icon-newspaper-o:before{content:'\E6EC'}.van-icon-new-arrival:before{content:'\E6ED'}.van-icon-minus:before{content:'\E6EE'}.van-icon-orders-o:before{content:'\E6EF'}.van-icon-new:before{content:'\E6F0'}.van-icon-paid:before{content:'\E6F1'}.van-icon-notes-o:before{content:'\E6F2'}.van-icon-other-pay:before{content:'\E6F3'}.van-icon-pause-circle:before{content:'\E6F4'}.van-icon-pause:before{content:'\E6F5'}.van-icon-pause-circle-o:before{content:'\E6F6'}.van-icon-peer-pay:before{content:'\E6F7'}.van-icon-pending-payment:before{content:'\E6F8'}.van-icon-passed:before{content:'\E6F9'}.van-icon-plus:before{content:'\E6FA'}.van-icon-phone-circle-o:before{content:'\E6FB'}.van-icon-phone-o:before{content:'\E6FC'}.van-icon-printer:before{content:'\E6FD'}.van-icon-photo-fail:before{content:'\E6FE'}.van-icon-phone:before{content:'\E6FF'}.van-icon-photo-o:before{content:'\E700'}.van-icon-play-circle:before{content:'\E701'}.van-icon-play:before{content:'\E702'}.van-icon-phone-circle:before{content:'\E703'}.van-icon-point-gift-o:before{content:'\E704'}.van-icon-point-gift:before{content:'\E705'}.van-icon-play-circle-o:before{content:'\E706'}.van-icon-shrink:before{content:'\E707'}.van-icon-photo:before{content:'\E708'}.van-icon-qr:before{content:'\E709'}.van-icon-qr-invalid:before{content:'\E70A'}.van-icon-question-o:before{content:'\E70B'}.van-icon-revoke:before{content:'\E70C'}.van-icon-replay:before{content:'\E70D'}.van-icon-service:before{content:'\E70E'}.van-icon-question:before{content:'\E70F'}.van-icon-search:before{content:'\E710'}.van-icon-refund-o:before{content:'\E711'}.van-icon-service-o:before{content:'\E712'}.van-icon-scan:before{content:'\E713'}.van-icon-share:before{content:'\E714'}.van-icon-send-gift-o:before{content:'\E715'}.van-icon-share-o:before{content:'\E716'}.van-icon-setting:before{content:'\E717'}.van-icon-points:before{content:'\E718'}.van-icon-photograph:before{content:'\E719'}.van-icon-shop:before{content:'\E71A'}.van-icon-shop-o:before{content:'\E71B'}.van-icon-shop-collect-o:before{content:'\E71C'}.van-icon-shop-collect:before{content:'\E71D'}.van-icon-smile:before{content:'\E71E'}.van-icon-shopping-cart-o:before{content:'\E71F'}.van-icon-sign:before{content:'\E720'}.van-icon-sort:before{content:'\E721'}.van-icon-star-o:before{content:'\E722'}.van-icon-smile-comment-o:before{content:'\E723'}.van-icon-stop:before{content:'\E724'}.van-icon-stop-circle-o:before{content:'\E725'}.van-icon-smile-o:before{content:'\E726'}.van-icon-star:before{content:'\E727'}.van-icon-success:before{content:'\E728'}.van-icon-stop-circle:before{content:'\E729'}.van-icon-records:before{content:'\E72A'}.van-icon-shopping-cart:before{content:'\E72B'}.van-icon-tosend:before{content:'\E72C'}.van-icon-todo-list:before{content:'\E72D'}.van-icon-thumb-circle-o:before{content:'\E72E'}.van-icon-thumb-circle:before{content:'\E72F'}.van-icon-umbrella-circle:before{content:'\E730'}.van-icon-underway:before{content:'\E731'}.van-icon-upgrade:before{content:'\E732'}.van-icon-todo-list-o:before{content:'\E733'}.van-icon-tv-o:before{content:'\E734'}.van-icon-underway-o:before{content:'\E735'}.van-icon-user-o:before{content:'\E736'}.van-icon-vip-card-o:before{content:'\E737'}.van-icon-vip-card:before{content:'\E738'}.van-icon-send-gift:before{content:'\E739'}.van-icon-wap-home:before{content:'\E73A'}.van-icon-wap-nav:before{content:'\E73B'}.van-icon-volume-o:before{content:'\E73C'}.van-icon-video:before{content:'\E73D'}.van-icon-wap-home-o:before{content:'\E73E'}.van-icon-volume:before{content:'\E73F'}.van-icon-warning:before{content:'\E740'}.van-icon-weapp-nav:before{content:'\E741'}.van-icon-wechat-pay:before{content:'\E742'}.van-icon-warning-o:before{content:'\E743'}.van-icon-wechat:before{content:'\E744'}.van-icon-setting-o:before{content:'\E745'}.van-icon-youzan-shield:before{content:'\E746'}.van-icon-warn-o:before{content:'\E747'}.van-icon-smile-comment:before{content:'\E748'}.van-icon-user-circle-o:before{content:'\E749'}.van-icon-video-o:before{content:'\E74A'}.van-icon-add-square:before{content:'\E65C'}.van-icon-add:before{content:'\E65D'}.van-icon-arrow-down:before{content:'\E65E'}.van-icon-arrow-up:before{content:'\E65F'}.van-icon-arrow:before{content:'\E660'}.van-icon-after-sale:before{content:'\E661'}.van-icon-add-o:before{content:'\E662'}.van-icon-alipay:before{content:'\E663'}.van-icon-ascending:before{content:'\E664'}.van-icon-apps-o:before{content:'\E665'}.van-icon-aim:before{content:'\E666'}.van-icon-award:before{content:'\E667'}.van-icon-arrow-left:before{content:'\E668'}.van-icon-award-o:before{content:'\E669'}.van-icon-audio:before{content:'\E66A'}.van-icon-bag-o:before{content:'\E66B'}.van-icon-balance-list:before{content:'\E66C'}.van-icon-back-top:before{content:'\E66D'}.van-icon-bag:before{content:'\E66E'}.van-icon-balance-pay:before{content:'\E66F'}.van-icon-balance-o:before{content:'\E670'}.van-icon-bar-chart-o:before{content:'\E671'}.van-icon-bars:before{content:'\E672'}.van-icon-balance-list-o:before{content:'\E673'}.van-icon-birthday-cake-o:before{content:'\E674'}.van-icon-bookmark:before{content:'\E675'}.van-icon-bill:before{content:'\E676'}.van-icon-bell:before{content:'\E677'}.van-icon-browsing-history-o:before{content:'\E678'}.van-icon-browsing-history:before{content:'\E679'}.van-icon-bookmark-o:before{content:'\E67A'}.van-icon-bulb-o:before{content:'\E67B'}.van-icon-bullhorn-o:before{content:'\E67C'}.van-icon-bill-o:before{content:'\E67D'}.van-icon-calendar-o:before{content:'\E67E'}.van-icon-brush-o:before{content:'\E67F'}.van-icon-card:before{content:'\E680'}.van-icon-cart-o:before{content:'\E681'}.van-icon-cart-circle:before{content:'\E682'}.van-icon-cart-circle-o:before{content:'\E683'}.van-icon-cart:before{content:'\E684'}.van-icon-cash-on-deliver:before{content:'\E685'}.van-icon-cash-back-record:before{content:'\E686'}.van-icon-cashier-o:before{content:'\E687'}.van-icon-chart-trending-o:before{content:'\E688'}.van-icon-certificate:before{content:'\E689'}.van-icon-chat:before{content:'\E68A'}.van-icon-clear:before{content:'\E68B'}.van-icon-chat-o:before{content:'\E68C'}.van-icon-checked:before{content:'\E68D'}.van-icon-clock:before{content:'\E68E'}.van-icon-clock-o:before{content:'\E68F'}.van-icon-close:before{content:'\E690'}.van-icon-closed-eye:before{content:'\E691'}.van-icon-circle:before{content:'\E692'}.van-icon-cluster-o:before{content:'\E693'}.van-icon-column:before{content:'\E694'}.van-icon-comment-circle-o:before{content:'\E695'}.van-icon-cluster:before{content:'\E696'}.van-icon-comment:before{content:'\E697'}.van-icon-comment-o:before{content:'\E698'}.van-icon-comment-circle:before{content:'\E699'}.van-icon-completed:before{content:'\E69A'}.van-icon-credit-pay:before{content:'\E69B'}.van-icon-coupon:before{content:'\E69C'}.van-icon-debit-pay:before{content:'\E69D'}.van-icon-coupon-o:before{content:'\E69E'}.van-icon-contact:before{content:'\E69F'}.van-icon-descending:before{content:'\E6A0'}.van-icon-desktop-o:before{content:'\E6A1'}.van-icon-diamond-o:before{content:'\E6A2'}.van-icon-description:before{content:'\E6A3'}.van-icon-delete:before{content:'\E6A4'}.van-icon-diamond:before{content:'\E6A5'}.van-icon-delete-o:before{content:'\E6A6'}.van-icon-cross:before{content:'\E6A7'}.van-icon-edit:before{content:'\E6A8'}.van-icon-ellipsis:before{content:'\E6A9'}.van-icon-down:before{content:'\E6AA'}.van-icon-discount:before{content:'\E6AB'}.van-icon-ecard-pay:before{content:'\E6AC'}.van-icon-envelop-o:before{content:'\E6AE'}.van-icon-shield-o:before{content:'\E74B'}.van-icon-guide-o:before{content:'\E74C'}@font-face{font-weight:400;font-family:vant-icon;font-style:normal;font-display:auto;src:url('data:font/woff2;charset=utf-8;base64,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') format('woff2'),url(//at.alicdn.com/t/font_2553510_61agzg96wm8.woff?t=1631948257467) format('woff'),url(//at.alicdn.com/t/font_2553510_61agzg96wm8.ttf?t=1631948257467) format('truetype')}.van-icon__image{display:block;width:1em;height:1em;object-fit:contain}.van-tabbar-item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;color:#646566;font-size:12px;line-height:1;cursor:pointer}.van-tabbar-item__icon{position:relative;margin-bottom:4px;font-size:22px}.van-tabbar-item__icon .van-icon{display:block}.van-tabbar-item__icon img{display:block;height:20px}.van-tabbar-item--active{color:#1989fa;background-color:#fff}.van-tabbar-item .van-info{margin-top:4px}.van-step{position:relative;-webkit-box-flex:1;-webkit-flex:1;flex:1;color:#969799;font-size:14px}.van-step__circle{display:block;width:5px;height:5px;background-color:#969799;border-radius:50%}.van-step__line{position:absolute;background-color:#ebedf0;-webkit-transition:background-color .3s;transition:background-color .3s}.van-step--horizontal{float:left}.van-step--horizontal:first-child .van-step__title{margin-left:0;-webkit-transform:none;transform:none}.van-step--horizontal:last-child{position:absolute;right:1px;width:auto}.van-step--horizontal:last-child .van-step__title{margin-left:0;-webkit-transform:none;transform:none}.van-step--horizontal:last-child .van-step__circle-container{right:-9px;left:auto}.van-step--horizontal .van-step__circle-container{position:absolute;top:30px;left:-8px;z-index:1;padding:0 8px;background-color:#fff;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-step--horizontal .van-step__title{display:inline-block;margin-left:3px;font-size:12px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media (max-width:321px){.van-step--horizontal .van-step__title{font-size:11px}}.van-step--horizontal .van-step__line{top:30px;left:0;width:100%;height:1px}.van-step--horizontal .van-step__icon{display:block;font-size:12px}.van-step--horizontal .van-step--process{color:#323233}.van-step--vertical{display:block;float:none;padding:10px 10px 10px 0;line-height:18px}.van-step--vertical:not(:last-child)::after{border-bottom-width:1px}.van-step--vertical .van-step__circle-container{position:absolute;top:19px;left:-15px;z-index:1;font-size:12px;line-height:1;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.van-step--vertical .van-step__line{top:16px;left:-15px;width:1px;height:100%}.van-step:last-child .van-step__line{width:0}.van-step--finish{color:#323233}.van-step--finish .van-step__circle,.van-step--finish .van-step__line{background-color:#07c160}.van-step__icon,.van-step__title{-webkit-transition:color .3s;transition:color .3s}.van-step__icon--active,.van-step__icon--finish,.van-step__title--active,.van-step__title--finish{color:#07c160}.van-rate{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;cursor:pointer;-webkit-user-select:none;user-select:none}.van-rate__item{position:relative}.van-rate__item:not(:last-child){padding-right:4px}.van-rate__icon{display:block;width:1em;color:#c8c9cc;font-size:20px}.van-rate__icon--half{position:absolute;top:0;left:0;width:.5em;overflow:hidden}.van-rate__icon--full{color:#ee0a24}.van-rate__icon--disabled{color:#c8c9cc}.van-rate--disabled{cursor:not-allowed}.van-rate--readonly{cursor:default}.van-notice-bar{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:40px;padding:0 16px;color:#ed6a0c;font-size:14px;line-height:24px;background-color:#fffbe8}.van-notice-bar__left-icon,.van-notice-bar__right-icon{min-width:24px;font-size:16px}.van-notice-bar__right-icon{text-align:right;cursor:pointer}.van-notice-bar__wrap{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:100%;overflow:hidden}.van-notice-bar__content{position:absolute;white-space:nowrap;-webkit-transition-timing-function:linear;transition-timing-function:linear}.van-notice-bar__content.van-ellipsis{max-width:100%}.van-notice-bar--wrapable{height:auto;padding:8px 16px}.van-notice-bar--wrapable .van-notice-bar__wrap{height:auto}.van-notice-bar--wrapable .van-notice-bar__content{position:relative;white-space:normal;word-wrap:break-word}.van-nav-bar{position:relative;z-index:1;line-height:22px;text-align:center;background-color:#fff;-webkit-user-select:none;user-select:none}.van-nav-bar--fixed{position:fixed;top:0;left:0;width:100%}.van-nav-bar--safe-area-inset-top{padding-top:constant(safe-area-inset-top);padding-top:env(safe-area-inset-top)}.van-nav-bar .van-icon{color:#1989fa}.van-nav-bar__content{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;height:46px}.van-nav-bar__arrow{margin-right:4px;font-size:16px}.van-nav-bar__title{max-width:60%;margin:0 auto;color:#323233;font-weight:500;font-size:16px}.van-nav-bar__left,.van-nav-bar__right{position:absolute;top:0;bottom:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:0 16px;font-size:14px;cursor:pointer}.van-nav-bar__left:active,.van-nav-bar__right:active{opacity:.7}.van-nav-bar__left{left:0}.van-nav-bar__right{right:0}.van-nav-bar__text{color:#1989fa}.van-grid-item{position:relative;box-sizing:border-box}.van-grid-item--square{height:0}.van-grid-item__icon{font-size:28px}.van-grid-item__icon-wrapper{position:relative}.van-grid-item__text{color:#646566;font-size:12px;line-height:1.5;word-break:break-all}.van-grid-item__icon+.van-grid-item__text{margin-top:8px}.van-grid-item__content{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;box-sizing:border-box;height:100%;padding:16px 8px;background-color:#fff}.van-grid-item__content::after{z-index:1;border-width:0 1px 1px 0}.van-grid-item__content--square{position:absolute;top:0;right:0;left:0}.van-grid-item__content--center{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.van-grid-item__content--horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}.van-grid-item__content--horizontal .van-grid-item__icon+.van-grid-item__text{margin-top:0;margin-left:8px}.van-grid-item__content--surround::after{border-width:1px}.van-grid-item__content--clickable{cursor:pointer}.van-grid-item__content--clickable:active{background-color:#f2f3f5}.van-goods-action-icon{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;min-width:48px;height:100%;color:#646566;font-size:10px;line-height:1;text-align:center;background-color:#fff;cursor:pointer}.van-goods-action-icon:active{background-color:#f2f3f5}.van-goods-action-icon__icon{position:relative;width:1em;margin:0 auto 5px;color:#323233;font-size:18px}.van-checkbox{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;overflow:hidden;cursor:pointer;-webkit-user-select:none;user-select:none}.van-checkbox--disabled{cursor:not-allowed}.van-checkbox--label-disabled{cursor:default}.van-checkbox--horizontal{margin-right:12px}.van-checkbox__icon{-webkit-box-flex:0;-webkit-flex:none;flex:none;height:1em;font-size:20px;line-height:1em;cursor:pointer}.van-checkbox__icon .van-icon{display:block;box-sizing:border-box;width:1.25em;height:1.25em;color:transparent;font-size:.8em;line-height:1.25;text-align:center;border:1px solid #c8c9cc;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:color,border-color,background-color;transition-property:color,border-color,background-color}.van-checkbox__icon--round .van-icon{border-radius:100%}.van-checkbox__icon--checked .van-icon{color:#fff;background-color:#1989fa;border-color:#1989fa}.van-checkbox__icon--disabled{cursor:not-allowed}.van-checkbox__icon--disabled .van-icon{background-color:#ebedf0;border-color:#c8c9cc}.van-checkbox__icon--disabled.van-checkbox__icon--checked .van-icon{color:#c8c9cc}.van-checkbox__label{margin-left:8px;color:#323233;line-height:20px}.van-checkbox__label--left{margin:0 8px 0 0}.van-checkbox__label--disabled{color:#c8c9cc}.van-coupon{margin:0 12px 12px;overflow:hidden;background-color:#fff;border-radius:8px;box-shadow:0 0 4px rgba(0,0,0,.1)}.van-coupon:active{background-color:#f2f3f5}.van-coupon__content{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;box-sizing:border-box;min-height:84px;padding:14px 0;color:#323233}.van-coupon__head{position:relative;min-width:96px;padding:0 8px;color:#ee0a24;text-align:center}.van-coupon__amount,.van-coupon__condition,.van-coupon__name,.van-coupon__valid{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.van-coupon__amount{margin-bottom:6px;font-weight:500;font-size:30px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.van-coupon__amount span{font-weight:400;font-size:40%}.van-coupon__amount span:not(:empty){margin-left:2px}.van-coupon__condition{font-size:12px;line-height:16px;white-space:pre-wrap}.van-coupon__body{position:relative;-webkit-box-flex:1;-webkit-flex:1;flex:1;border-radius:0 8px 8px 0}.van-coupon__name{margin-bottom:10px;font-weight:700;font-size:14px;line-height:20px}.van-coupon__valid{font-size:12px}.van-coupon__corner{position:absolute;top:0;right:16px;bottom:0}.van-coupon__description{padding:8px 16px;font-size:12px;border-top:1px dashed #ebedf0}.van-coupon--disabled:active{background-color:#fff}.van-coupon--disabled .van-coupon-item__content{height:74px}.van-coupon--disabled .van-coupon__head{color:inherit}.van-image{position:relative;display:inline-block}.van-image--round{overflow:hidden;border-radius:50%}.van-image--round img{border-radius:inherit}.van-image__error,.van-image__img,.van-image__loading{display:block;width:100%;height:100%}.van-image__error,.van-image__loading{position:absolute;top:0;left:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;color:#969799;font-size:14px;background-color:#f7f8fa}.van-image__loading-icon{color:#dcdee0;font-size:32px}.van-image__error-icon{color:#dcdee0;font-size:32px}.van-radio{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;overflow:hidden;cursor:pointer;-webkit-user-select:none;user-select:none}.van-radio--disabled{cursor:not-allowed}.van-radio--label-disabled{cursor:default}.van-radio--horizontal{margin-right:12px}.van-radio__icon{-webkit-box-flex:0;-webkit-flex:none;flex:none;height:1em;font-size:20px;line-height:1em;cursor:pointer}.van-radio__icon .van-icon{display:block;box-sizing:border-box;width:1.25em;height:1.25em;color:transparent;font-size:.8em;line-height:1.25;text-align:center;border:1px solid #c8c9cc;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-property:color,border-color,background-color;transition-property:color,border-color,background-color}.van-radio__icon--round .van-icon{border-radius:100%}.van-radio__icon--checked .van-icon{color:#fff;background-color:#1989fa;border-color:#1989fa}.van-radio__icon--disabled{cursor:not-allowed}.van-radio__icon--disabled .van-icon{background-color:#ebedf0;border-color:#c8c9cc}.van-radio__icon--disabled.van-radio__icon--checked .van-icon{color:#c8c9cc}.van-radio__label{margin-left:8px;color:#323233;line-height:20px}.van-radio__label--left{margin:0 8px 0 0}.van-radio__label--disabled{color:#c8c9cc}.van-tag{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:0 4px;color:#fff;font-size:12px;line-height:16px;border-radius:2px}.van-tag--default{background-color:#969799}.van-tag--default.van-tag--plain{color:#969799}.van-tag--danger{background-color:#ee0a24}.van-tag--danger.van-tag--plain{color:#ee0a24}.van-tag--primary{background-color:#1989fa}.van-tag--primary.van-tag--plain{color:#1989fa}.van-tag--success{background-color:#07c160}.van-tag--success.van-tag--plain{color:#07c160}.van-tag--warning{background-color:#ff976a}.van-tag--warning.van-tag--plain{color:#ff976a}.van-tag--plain{background-color:#fff;border-color:currentColor}.van-tag--plain::before{position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid;border-color:inherit;border-radius:inherit;content:'';pointer-events:none}.van-tag--medium{padding:2px 6px}.van-tag--large{padding:4px 8px;font-size:14px;border-radius:4px}.van-tag--mark{border-radius:0 999px 999px 0}.van-tag--mark::after{display:block;width:2px;content:''}.van-tag--round{border-radius:999px}.van-tag__close{margin-left:2px;cursor:pointer}.van-card{position:relative;box-sizing:border-box;padding:8px 16px;color:#323233;font-size:12px;background-color:#fafafa}.van-card:not(:first-child){margin-top:8px}.van-card__header{display:-webkit-box;display:-webkit-flex;display:flex}.van-card__thumb{position:relative;-webkit-box-flex:0;-webkit-flex:none;flex:none;width:88px;height:88px;margin-right:8px}.van-card__thumb img{border-radius:8px}.van-card__content{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;min-width:0;min-height:88px}.van-card__content--centered{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.van-card__desc,.van-card__title{word-wrap:break-word}.van-card__title{max-height:32px;font-weight:500;line-height:16px}.van-card__desc{max-height:20px;color:#646566;line-height:20px}.van-card__bottom{line-height:20px}.van-card__price{display:inline-block;color:#323233;font-weight:500;font-size:12px}.van-card__price-integer{font-size:16px;font-family:Avenir-Heavy,PingFang SC,Helvetica Neue,Arial,sans-serif}.van-card__price-decimal{font-family:Avenir-Heavy,PingFang SC,Helvetica Neue,Arial,sans-serif}.van-card__origin-price{display:inline-block;margin-left:5px;color:#969799;font-size:10px;text-decoration:line-through}.van-card__num{float:right;color:#969799}.van-card__tag{position:absolute;top:2px;left:0}.van-card__footer{-webkit-box-flex:0;-webkit-flex:none;flex:none;text-align:right}.van-card__footer .van-button{margin-left:5px}.van-cell{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;box-sizing:border-box;width:100%;padding:10px 16px;overflow:hidden;color:#323233;font-size:14px;line-height:24px;background-color:#fff}.van-cell::after{position:absolute;box-sizing:border-box;content:' ';pointer-events:none;right:16px;bottom:0;left:16px;border-bottom:1px solid #ebedf0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.van-cell--borderless::after,.van-cell:last-child::after{display:none}.van-cell__label{margin-top:4px;color:#969799;font-size:12px;line-height:18px}.van-cell__title,.van-cell__value{-webkit-box-flex:1;-webkit-flex:1;flex:1}.van-cell__value{position:relative;overflow:hidden;color:#969799;text-align:right;vertical-align:middle;word-wrap:break-word}.van-cell__value--alone{color:#323233;text-align:left}.van-cell__left-icon,.van-cell__right-icon{height:24px;font-size:16px;line-height:24px}.van-cell__left-icon{margin-right:4px}.van-cell__right-icon{margin-left:4px;color:#969799}.van-cell--clickable{cursor:pointer}.van-cell--clickable:active{background-color:#f2f3f5}.van-cell--required{overflow:visible}.van-cell--required::before{position:absolute;left:8px;color:#ee0a24;font-size:14px;content:'*'}.van-cell--center{-webkit-box-align:center;-webkit-align-items:center;align-items:center}.van-cell--large{padding-top:12px;padding-bottom:12px}.van-cell--large .van-cell__title{font-size:16px}.van-cell--large .van-cell__label{font-size:14px}.van-coupon-cell__value--selected{color:#323233}.van-contact-card{padding:16px}.van-contact-card__value{margin-left:5px;line-height:20px}.van-contact-card--add .van-contact-card__value{line-height:40px}.van-contact-card--add .van-cell__left-icon{color:#1989fa;font-size:40px}.van-contact-card::before{position:absolute;right:0;bottom:0;left:0;height:2px;background:-webkit-repeating-linear-gradient(135deg,#ff6c6c 0,#ff6c6c 20%,transparent 0,transparent 25%,#1989fa 0,#1989fa 45%,transparent 0,transparent 50%);background:repeating-linear-gradient(-45deg,#ff6c6c 0,#ff6c6c 20%,transparent 0,transparent 25%,#1989fa 0,#1989fa 45%,transparent 0,transparent 50%);background-size:80px;content:''}.van-collapse-item{position:relative}.van-collapse-item--border::after{position:absolute;box-sizing:border-box;content:' ';pointer-events:none;top:0;right:16px;left:16px;border-top:1px solid #ebedf0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.van-collapse-item__title .van-cell__right-icon::before{-webkit-transform:rotate(90deg) translateZ(0);transform:rotate(90deg) translateZ(0);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;transition:transform .3s,-webkit-transform .3s}.van-collapse-item__title::after{right:16px;display:none}.van-collapse-item__title--expanded .van-cell__right-icon::before{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.van-collapse-item__title--expanded::after{display:block}.van-collapse-item__title--borderless::after{display:none}.van-collapse-item__title--disabled{cursor:not-allowed}.van-collapse-item__title--disabled,.van-collapse-item__title--disabled .van-cell__right-icon{color:#c8c9cc}.van-collapse-item__title--disabled:active{background-color:#fff}.van-collapse-item__wrapper{overflow:hidden;-webkit-transition:height .3s ease-in-out;transition:height .3s ease-in-out;will-change:height}.van-collapse-item__content{padding:12px 16px;color:#969799;font-size:14px;line-height:1.5;background-color:#fff}.van-field__label{-webkit-box-flex:0;-webkit-flex:none;flex:none;box-sizing:border-box;width:6.2em;margin-right:12px;color:#646566;text-align:left;word-wrap:break-word}.van-field__label--center{text-align:center}.van-field__label--right{text-align:right}.van-field--disabled .van-field__label{color:#c8c9cc}.van-field__value{overflow:visible}.van-field__body{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.van-field__control{display:block;box-sizing:border-box;width:100%;min-width:0;margin:0;padding:0;color:#323233;line-height:inherit;text-align:left;background-color:transparent;border:0;resize:none}.van-field__control::-webkit-input-placeholder{color:#c8c9cc}.van-field__control::placeholder{color:#c8c9cc}.van-field__control:disabled{color:#c8c9cc;cursor:not-allowed;opacity:1;-webkit-text-fill-color:#c8c9cc}.van-field__control:read-only{cursor:default}.van-field__control--center{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;text-align:center}.van-field__control--right{-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;text-align:right}.van-field__control--custom{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;min-height:24px}.van-field__control[type=date],.van-field__control[type=datetime-local],.van-field__control[type=time]{min-height:24px}.van-field__control[type=search]{-webkit-appearance:none}.van-field__button,.van-field__clear,.van-field__icon,.van-field__right-icon{-webkit-flex-shrink:0;flex-shrink:0}.van-field__clear,.van-field__right-icon{margin-right:-8px;padding:0 8px;line-height:inherit}.van-field__clear{color:#c8c9cc;font-size:16px;cursor:pointer}.van-field__left-icon .van-icon,.van-field__right-icon .van-icon{display:block;font-size:16px;line-height:inherit}.van-field__left-icon{margin-right:4px}.van-field__right-icon{color:#969799}.van-field__button{padding-left:8px}.van-field__error-message{color:#ee0a24;font-size:12px;text-align:left}.van-field__error-message--center{text-align:center}.van-field__error-message--right{text-align:right}.van-field__word-limit{margin-top:4px;color:#646566;font-size:12px;line-height:16px;text-align:right}.van-field--error .van-field__control::-webkit-input-placeholder{color:#ee0a24;-webkit-text-fill-color:currentColor}.van-field--error .van-field__control,.van-field--error .van-field__control::-webkit-input-placeholder{color:#ee0a24;-webkit-text-fill-color:currentColor}.van-field--error .van-field__control,.van-field--error .van-field__control::placeholder{color:#ee0a24;-webkit-text-fill-color:currentColor}.van-field--min-height .van-field__control{min-height:60px}.van-search{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;box-sizing:border-box;padding:10px 12px;background-color:#fff}.van-search__content{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;padding-left:12px;background-color:#f7f8fa;border-radius:2px}.van-search__content--round{border-radius:999px}.van-search__label{padding:0 5px;color:#323233;font-size:14px;line-height:34px}.van-search .van-cell{-webkit-box-flex:1;-webkit-flex:1;flex:1;padding:5px 8px 5px 0;background-color:transparent}.van-search .van-cell .van-field__left-icon{color:#969799}.van-search--show-action{padding-right:0}.van-search input::-webkit-search-cancel-button,.van-search input::-webkit-search-decoration,.van-search input::-webkit-search-results-button,.van-search input::-webkit-search-results-decoration{display:none}.van-search__action{padding:0 8px;color:#323233;font-size:14px;line-height:34px;cursor:pointer;-webkit-user-select:none;user-select:none}.van-search__action:active{background-color:#f2f3f5}.van-overflow-hidden{overflow:hidden!important}.van-popup{position:fixed;max-height:100%;overflow-y:auto;background-color:#fff;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-overflow-scrolling:touch}.van-popup--center{top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.van-popup--center.van-popup--round{border-radius:16px}.van-popup--top{top:0;left:0;width:100%}.van-popup--top.van-popup--round{border-radius:0 0 16px 16px}.van-popup--right{top:50%;right:0;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.van-popup--right.van-popup--round{border-radius:16px 0 0 16px}.van-popup--bottom{bottom:0;left:0;width:100%}.van-popup--bottom.van-popup--round{border-radius:16px 16px 0 0}.van-popup--left{top:50%;left:0;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.van-popup--left.van-popup--round{border-radius:0 16px 16px 0}.van-popup--safe-area-inset-bottom{padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.van-popup-slide-bottom-enter-active,.van-popup-slide-left-enter-active,.van-popup-slide-right-enter-active,.van-popup-slide-top-enter-active{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.van-popup-slide-bottom-leave-active,.van-popup-slide-left-leave-active,.van-popup-slide-right-leave-active,.van-popup-slide-top-leave-active{-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}.van-popup-slide-top-enter,.van-popup-slide-top-leave-active{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.van-popup-slide-right-enter,.van-popup-slide-right-leave-active{-webkit-transform:translate3d(100%,-50%,0);transform:translate3d(100%,-50%,0)}.van-popup-slide-bottom-enter,.van-popup-slide-bottom-leave-active{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.van-popup-slide-left-enter,.van-popup-slide-left-leave-active{-webkit-transform:translate3d(-100%,-50%,0);transform:translate3d(-100%,-50%,0)}.van-popup__close-icon{position:absolute;z-index:1;color:#c8c9cc;font-size:22px;cursor:pointer}.van-popup__close-icon:active{color:#969799}.van-popup__close-icon--top-left{top:16px;left:16px}.van-popup__close-icon--top-right{top:16px;right:16px}.van-popup__close-icon--bottom-left{bottom:16px;left:16px}.van-popup__close-icon--bottom-right{right:16px;bottom:16px}.van-share-sheet__header{padding:12px 16px 4px;text-align:center}.van-share-sheet__title{margin-top:8px;color:#323233;font-weight:400;font-size:14px;line-height:20px}.van-share-sheet__description{display:block;margin-top:8px;color:#969799;font-size:12px;line-height:16px}.van-share-sheet__options{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;padding:16px 0 16px 8px;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch}.van-share-sheet__options--border::before{position:absolute;box-sizing:border-box;content:' ';pointer-events:none;top:0;right:0;left:16px;border-top:1px solid #ebedf0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.van-share-sheet__options::-webkit-scrollbar{height:0}.van-share-sheet__option{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.van-share-sheet__option:active{opacity:.7}.van-share-sheet__icon{width:48px;height:48px;margin:0 16px}.van-share-sheet__name{margin-top:8px;padding:0 4px;color:#646566;font-size:12px}.van-share-sheet__option-description{padding:0 4px;color:#c8c9cc;font-size:12px}.van-share-sheet__cancel{display:block;width:100%;padding:0;font-size:16px;line-height:48px;text-align:center;background:#fff;border:none;cursor:pointer}.van-share-sheet__cancel::before{display:block;height:8px;background-color:#f7f8fa;content:' '}.van-share-sheet__cancel:active{background-color:#f2f3f5}.van-popover{position:absolute;overflow:visible;background-color:transparent;-webkit-transition:opacity .15s,-webkit-transform .15s;transition:opacity .15s,-webkit-transform .15s;transition:opacity .15s,transform .15s;transition:opacity .15s,transform .15s,-webkit-transform .15s}.van-popover__wrapper{display:inline-block}.van-popover__arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid;border-width:6px}.van-popover__content{overflow:hidden;border-radius:8px}.van-popover__action{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;box-sizing:border-box;width:128px;height:44px;padding:0 16px;font-size:14px;line-height:20px;cursor:pointer}.van-popover__action:last-child .van-popover__action-text::after{display:none}.van-popover__action-text{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;height:100%}.van-popover__action-icon{margin-right:8px;font-size:20px}.van-popover__action--with-icon .van-popover__action-text{-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.van-popover[data-popper-placement^=top] .van-popover__arrow{bottom:0;border-top-color:currentColor;border-bottom-width:0;-webkit-transform:translate(-50%,100%);transform:translate(-50%,100%)}.van-popover[data-popper-placement=top]{-webkit-transform-origin:50% 100%;transform-origin:50% 100%}.van-popover[data-popper-placement=top] .van-popover__arrow{left:50%}.van-popover[data-popper-placement=top-start]{-webkit-transform-origin:0 100%;transform-origin:0 100%}.van-popover[data-popper-placement=top-start] .van-popover__arrow{left:16px}.van-popover[data-popper-placement=top-end]{-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.van-popover[data-popper-placement=top-end] .van-popover__arrow{right:16px}.van-popover[data-popper-placement^=left] .van-popover__arrow{right:0;border-right-width:0;border-left-color:currentColor;-webkit-transform:translate(100%,-50%);transform:translate(100%,-50%)}.van-popover[data-popper-placement=left]{-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.van-popover[data-popper-placement=left] .van-popover__arrow{top:50%}.van-popover[data-popper-placement=left-start]{-webkit-transform-origin:100% 0;transform-origin:100% 0}.van-popover[data-popper-placement=left-start] .van-popover__arrow{top:16px}.van-popover[data-popper-placement=left-end]{-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.van-popover[data-popper-placement=left-end] .van-popover__arrow{bottom:16px}.van-popover[data-popper-placement^=right] .van-popover__arrow{left:0;border-right-color:currentColor;border-left-width:0;-webkit-transform:translate(-100%,-50%);transform:translate(-100%,-50%)}.van-popover[data-popper-placement=right]{-webkit-transform-origin:0 50%;transform-origin:0 50%}.van-popover[data-popper-placement=right] .van-popover__arrow{top:50%}.van-popover[data-popper-placement=right-start]{-webkit-transform-origin:0 0;transform-origin:0 0}.van-popover[data-popper-placement=right-start] .van-popover__arrow{top:16px}.van-popover[data-popper-placement=right-end]{-webkit-transform-origin:0 100%;transform-origin:0 100%}.van-popover[data-popper-placement=right-end] .van-popover__arrow{bottom:16px}.van-popover[data-popper-placement^=bottom] .van-popover__arrow{top:0;border-top-width:0;border-bottom-color:currentColor;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}.van-popover[data-popper-placement=bottom]{-webkit-transform-origin:50% 0;transform-origin:50% 0}.van-popover[data-popper-placement=bottom] .van-popover__arrow{left:50%}.van-popover[data-popper-placement=bottom-start]{-webkit-transform-origin:0 0;transform-origin:0 0}.van-popover[data-popper-placement=bottom-start] .van-popover__arrow{left:16px}.van-popover[data-popper-placement=bottom-end]{-webkit-transform-origin:100% 0;transform-origin:100% 0}.van-popover[data-popper-placement=bottom-end] .van-popover__arrow{right:16px}.van-popover--light{color:#323233}.van-popover--light .van-popover__content{background-color:#fff;box-shadow:0 2px 12px rgba(50,50,51,.12)}.van-popover--light .van-popover__arrow{color:#fff}.van-popover--light .van-popover__action:active{background-color:#f2f3f5}.van-popover--light .van-popover__action--disabled{color:#c8c9cc;cursor:not-allowed}.van-popover--light .van-popover__action--disabled:active{background-color:transparent}.van-popover--dark{color:#fff}.van-popover--dark .van-popover__content{background-color:#4a4a4a}.van-popover--dark .van-popover__arrow{color:#4a4a4a}.van-popover--dark .van-popover__action:active{background-color:rgba(0,0,0,.2)}.van-popover--dark .van-popover__action--disabled{color:#969799}.van-popover--dark .van-popover__action--disabled:active{background-color:transparent}.van-popover--dark .van-popover__action-text::after{border-color:#646566}.van-popover-zoom-enter,.van-popover-zoom-leave-active{-webkit-transform:scale(.8);transform:scale(.8);opacity:0}.van-popover-zoom-enter-active{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.van-popover-zoom-leave-active{-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}.van-notify{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:border-box;padding:8px 16px;color:#fff;font-size:14px;line-height:20px;white-space:pre-wrap;text-align:center;word-wrap:break-word}.van-notify--primary{background-color:#1989fa}.van-notify--success{background-color:#07c160}.van-notify--danger{background-color:#ee0a24}.van-notify--warning{background-color:#ff976a}.van-dropdown-item{position:fixed;right:0;left:0;z-index:10;overflow:hidden}.van-dropdown-item__icon{display:block;line-height:inherit}.van-dropdown-item__option{text-align:left}.van-dropdown-item__option--active{color:#ee0a24}.van-dropdown-item__option--active .van-dropdown-item__icon{color:#ee0a24}.van-dropdown-item--up{top:0}.van-dropdown-item--down{bottom:0}.van-dropdown-item__content{position:absolute;max-height:80%}.van-loading{position:relative;color:#c8c9cc;font-size:0;vertical-align:middle}.van-loading__spinner{position:relative;display:inline-block;width:30px;max-width:100%;height:30px;max-height:100%;vertical-align:middle;-webkit-animation:van-rotate .8s linear infinite;animation:van-rotate .8s linear infinite}.van-loading__spinner--spinner{-webkit-animation-timing-function:steps(12);animation-timing-function:steps(12)}.van-loading__spinner--spinner i{position:absolute;top:0;left:0;width:100%;height:100%}.van-loading__spinner--spinner i::before{display:block;width:2px;height:25%;margin:0 auto;background-color:currentColor;border-radius:40%;content:' '}.van-loading__spinner--circular{-webkit-animation-duration:2s;animation-duration:2s}.van-loading__circular{display:block;width:100%;height:100%}.van-loading__circular circle{-webkit-animation:van-circular 1.5s ease-in-out infinite;animation:van-circular 1.5s ease-in-out infinite;stroke:currentColor;stroke-width:3;stroke-linecap:round}.van-loading__text{display:inline-block;margin-left:8px;color:#969799;font-size:14px;vertical-align:middle}.van-loading--vertical{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.van-loading--vertical .van-loading__text{margin:8px 0 0}@-webkit-keyframes van-circular{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40}100%{stroke-dasharray:90,150;stroke-dashoffset:-120}}@keyframes van-circular{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40}100%{stroke-dasharray:90,150;stroke-dashoffset:-120}}.van-loading__spinner--spinner i:nth-of-type(1){-webkit-transform:rotate(30deg);transform:rotate(30deg);opacity:1}.van-loading__spinner--spinner i:nth-of-type(2){-webkit-transform:rotate(60deg);transform:rotate(60deg);opacity:.9375}.van-loading__spinner--spinner i:nth-of-type(3){-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:.875}.van-loading__spinner--spinner i:nth-of-type(4){-webkit-transform:rotate(120deg);transform:rotate(120deg);opacity:.8125}.van-loading__spinner--spinner i:nth-of-type(5){-webkit-transform:rotate(150deg);transform:rotate(150deg);opacity:.75}.van-loading__spinner--spinner i:nth-of-type(6){-webkit-transform:rotate(180deg);transform:rotate(180deg);opacity:.6875}.van-loading__spinner--spinner i:nth-of-type(7){-webkit-transform:rotate(210deg);transform:rotate(210deg);opacity:.625}.van-loading__spinner--spinner i:nth-of-type(8){-webkit-transform:rotate(240deg);transform:rotate(240deg);opacity:.5625}.van-loading__spinner--spinner i:nth-of-type(9){-webkit-transform:rotate(270deg);transform:rotate(270deg);opacity:.5}.van-loading__spinner--spinner i:nth-of-type(10){-webkit-transform:rotate(300deg);transform:rotate(300deg);opacity:.4375}.van-loading__spinner--spinner i:nth-of-type(11){-webkit-transform:rotate(330deg);transform:rotate(330deg);opacity:.375}.van-loading__spinner--spinner i:nth-of-type(12){-webkit-transform:rotate(360deg);transform:rotate(360deg);opacity:.3125}.van-pull-refresh{overflow:hidden;-webkit-user-select:none;user-select:none}.van-pull-refresh__track{position:relative;height:100%;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;transition-property:transform,-webkit-transform}.van-pull-refresh__head{position:absolute;left:0;width:100%;height:50px;overflow:hidden;color:#969799;font-size:14px;line-height:50px;text-align:center;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.van-number-keyboard{position:fixed;bottom:0;left:0;z-index:100;width:100%;padding-bottom:22px;background-color:#f2f3f5;-webkit-user-select:none;user-select:none}.van-number-keyboard--with-title{border-radius:20px 20px 0 0}.van-number-keyboard__header{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:content-box;height:34px;padding-top:6px;color:#646566;font-size:16px}.van-number-keyboard__title{display:inline-block;font-weight:400}.van-number-keyboard__title-left{position:absolute;left:0}.van-number-keyboard__body{display:-webkit-box;display:-webkit-flex;display:flex;padding:6px 0 0 6px}.van-number-keyboard__keys{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:3;-webkit-flex:3;flex:3;-webkit-flex-wrap:wrap;flex-wrap:wrap}.van-number-keyboard__close{position:absolute;right:0;height:100%;padding:0 16px;color:#576b95;font-size:14px;background-color:transparent;border:none;cursor:pointer}.van-number-keyboard__close:active{opacity:.7}.van-number-keyboard__sidebar{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.van-number-keyboard--unfit{padding-bottom:0}.van-key{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;height:48px;font-size:28px;line-height:1.5;background-color:#fff;border-radius:8px;cursor:pointer}.van-key--large{position:absolute;top:0;right:6px;bottom:6px;left:0;height:auto}.van-key--blue,.van-key--delete{font-size:16px}.van-key--active{background-color:#ebedf0}.van-key--blue{color:#fff;background-color:#1989fa}.van-key--blue.van-key--active{background-color:#0570db}.van-key__wrapper{position:relative;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-flex-basis:33%;flex-basis:33%;box-sizing:border-box;padding:0 6px 6px 0}.van-key__wrapper--wider{-webkit-flex-basis:66%;flex-basis:66%}.van-key__delete-icon{width:32px;height:22px}.van-key__collapse-icon{width:30px;height:24px}.van-key__loading-icon{color:#fff}.van-list__error-text,.van-list__finished-text,.van-list__loading{color:#969799;font-size:14px;line-height:50px;text-align:center}.van-list__placeholder{height:0;pointer-events:none}.van-switch{position:relative;display:inline-block;box-sizing:content-box;width:2em;height:1em;font-size:30px;background-color:#fff;border:1px solid rgba(0,0,0,.1);border-radius:1em;cursor:pointer;-webkit-transition:background-color .3s;transition:background-color .3s}.van-switch__node{position:absolute;top:0;left:0;width:1em;height:1em;font-size:inherit;background-color:#fff;border-radius:100%;box-shadow:0 3px 1px 0 rgba(0,0,0,.05),0 2px 2px 0 rgba(0,0,0,.1),0 3px 3px 0 rgba(0,0,0,.05);-webkit-transition:-webkit-transform .3s cubic-bezier(.3,1.05,.4,1.05);transition:-webkit-transform .3s cubic-bezier(.3,1.05,.4,1.05);transition:transform .3s cubic-bezier(.3,1.05,.4,1.05);transition:transform .3s cubic-bezier(.3,1.05,.4,1.05), -webkit-transform .3s cubic-bezier(.3,1.05,.4,1.05);transition:transform .3s cubic-bezier(.3,1.05,.4,1.05),-webkit-transform .3s cubic-bezier(.3,1.05,.4,1.05)}.van-switch__loading{top:25%;left:25%;width:50%;height:50%;line-height:1}.van-switch--on{background-color:#1989fa}.van-switch--on .van-switch__node{-webkit-transform:translateX(1em);transform:translateX(1em)}.van-switch--on .van-switch__loading{color:#1989fa}.van-switch--disabled{cursor:not-allowed;opacity:.5}.van-switch--loading{cursor:default}.van-switch-cell{padding-top:9px;padding-bottom:9px}.van-switch-cell--large{padding-top:11px;padding-bottom:11px}.van-switch-cell .van-switch{float:right}.van-button{position:relative;display:inline-block;box-sizing:border-box;height:44px;margin:0;padding:0;font-size:16px;line-height:1.2;text-align:center;border-radius:2px;cursor:pointer;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-appearance:none}.van-button::before{position:absolute;top:50%;left:50%;width:100%;height:100%;background-color:#000;border:inherit;border-color:#000;border-radius:inherit;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0;content:' '}.van-button:active::before{opacity:.1}.van-button--disabled::before,.van-button--loading::before{display:none}.van-button--default{color:#323233;background-color:#fff;border:1px solid #ebedf0}.van-button--primary{color:#fff;background-color:#07c160;border:1px solid #07c160}.van-button--info{color:#fff;background-color:#1989fa;border:1px solid #1989fa}.van-button--danger{color:#fff;background-color:#ee0a24;border:1px solid #ee0a24}.van-button--warning{color:#fff;background-color:#ff976a;border:1px solid #ff976a}.van-button--plain{background-color:#fff}.van-button--plain.van-button--primary{color:#07c160}.van-button--plain.van-button--info{color:#1989fa}.van-button--plain.van-button--danger{color:#ee0a24}.van-button--plain.van-button--warning{color:#ff976a}.van-button--large{width:100%;height:50px}.van-button--normal{padding:0 15px;font-size:14px}.van-button--small{height:32px;padding:0 8px;font-size:12px}.van-button__loading{color:inherit;font-size:inherit}.van-button--mini{height:24px;padding:0 4px;font-size:10px}.van-button--mini+.van-button--mini{margin-left:4px}.van-button--block{display:block;width:100%}.van-button--disabled{cursor:not-allowed;opacity:.5}.van-button--loading{cursor:default}.van-button--round{border-radius:999px}.van-button--square{border-radius:0}.van-button__content{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;height:100%}.van-button__content::before{content:' '}.van-button__icon{font-size:1.2em;line-height:inherit}.van-button__icon+.van-button__text,.van-button__loading+.van-button__text,.van-button__text+.van-button__icon,.van-button__text+.van-button__loading{margin-left:4px}.van-button--hairline{border-width:0}.van-button--hairline::after{border-color:inherit;border-radius:4px}.van-button--hairline.van-button--round::after{border-radius:999px}.van-button--hairline.van-button--square::after{border-radius:0}.van-submit-bar{position:fixed;bottom:0;left:0;z-index:100;width:100%;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom);background-color:#fff;-webkit-user-select:none;user-select:none}.van-submit-bar__tip{padding:8px 12px;color:#f56723;font-size:12px;line-height:1.5;background-color:#fff7cc}.van-submit-bar__tip-icon{min-width:18px;font-size:12px;vertical-align:middle}.van-submit-bar__tip-text{vertical-align:middle}.van-submit-bar__bar{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;height:50px;padding:0 16px;font-size:14px}.van-submit-bar__text{-webkit-box-flex:1;-webkit-flex:1;flex:1;padding-right:12px;color:#323233;text-align:right}.van-submit-bar__text span{display:inline-block}.van-submit-bar__suffix-label{margin-left:5px;font-weight:500}.van-submit-bar__price{color:#ee0a24;font-weight:500;font-size:12px}.van-submit-bar__price--integer{font-size:20px;font-family:Avenir-Heavy,PingFang SC,Helvetica Neue,Arial,sans-serif}.van-submit-bar__button{width:110px;height:40px;font-weight:500;border:none}.van-submit-bar__button--danger{background:-webkit-linear-gradient(left,#ff6034,#ee0a24);background:linear-gradient(to right,#ff6034,#ee0a24)}.van-submit-bar--unfit{padding-bottom:0}.van-goods-action-button{-webkit-box-flex:1;-webkit-flex:1;flex:1;height:40px;font-weight:500;font-size:14px;border:none;border-radius:0}.van-goods-action-button--first{margin-left:5px;border-top-left-radius:999px;border-bottom-left-radius:999px}.van-goods-action-button--last{margin-right:5px;border-top-right-radius:999px;border-bottom-right-radius:999px}.van-goods-action-button--warning{background:-webkit-linear-gradient(left,#ffd01e,#ff8917);background:linear-gradient(to right,#ffd01e,#ff8917)}.van-goods-action-button--danger{background:-webkit-linear-gradient(left,#ff6034,#ee0a24);background:linear-gradient(to right,#ff6034,#ee0a24)}@media (max-width:321px){.van-goods-action-button{font-size:13px}}.van-toast{position:fixed;top:50%;left:50%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:content-box;width:88px;max-width:70%;min-height:88px;padding:16px;color:#fff;font-size:14px;line-height:20px;white-space:pre-wrap;text-align:center;word-break:break-all;background-color:rgba(0,0,0,.7);border-radius:8px;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.van-toast--unclickable{overflow:hidden}.van-toast--unclickable *{pointer-events:none}.van-toast--html,.van-toast--text{width:-webkit-fit-content;width:fit-content;min-width:96px;min-height:0;padding:8px 12px}.van-toast--html .van-toast__text,.van-toast--text .van-toast__text{margin-top:0}.van-toast--top{top:20%}.van-toast--bottom{top:auto;bottom:20%}.van-toast__icon{font-size:36px}.van-toast__loading{padding:4px;color:#fff}.van-toast__text{margin-top:8px}.van-calendar{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;height:100%;background-color:#fff}.van-calendar__popup.van-popup--bottom,.van-calendar__popup.van-popup--top{height:80%}.van-calendar__popup.van-popup--left,.van-calendar__popup.van-popup--right{height:100%}.van-calendar__popup .van-popup__close-icon{top:11px}.van-calendar__header{-webkit-flex-shrink:0;flex-shrink:0;box-shadow:0 2px 10px rgba(125,126,128,.16)}.van-calendar__header-subtitle,.van-calendar__header-title,.van-calendar__month-title{height:44px;font-weight:500;line-height:44px;text-align:center}.van-calendar__header-title{font-size:16px}.van-calendar__header-subtitle{font-size:14px}.van-calendar__month-title{font-size:14px}.van-calendar__weekdays{display:-webkit-box;display:-webkit-flex;display:flex}.van-calendar__weekday{-webkit-box-flex:1;-webkit-flex:1;flex:1;font-size:12px;line-height:30px;text-align:center}.van-calendar__body{-webkit-box-flex:1;-webkit-flex:1;flex:1;overflow:auto;-webkit-overflow-scrolling:touch}.van-calendar__days{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-user-select:none;user-select:none}.van-calendar__month-mark{position:absolute;top:50%;left:50%;z-index:0;color:rgba(242,243,245,.8);font-size:160px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);pointer-events:none}.van-calendar__day,.van-calendar__selected-day{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;text-align:center}.van-calendar__day{position:relative;width:14.285%;height:64px;font-size:16px;cursor:pointer}.van-calendar__day--end,.van-calendar__day--multiple-middle,.van-calendar__day--multiple-selected,.van-calendar__day--start,.van-calendar__day--start-end{color:#fff;background-color:#ee0a24}.van-calendar__day--start{border-radius:4px 0 0 4px}.van-calendar__day--end{border-radius:0 4px 4px 0}.van-calendar__day--multiple-selected,.van-calendar__day--start-end{border-radius:4px}.van-calendar__day--middle{color:#ee0a24}.van-calendar__day--middle::after{position:absolute;top:0;right:0;bottom:0;left:0;background-color:currentColor;opacity:.1;content:''}.van-calendar__day--disabled{color:#c8c9cc;cursor:default}.van-calendar__bottom-info,.van-calendar__top-info{position:absolute;right:0;left:0;font-size:10px;line-height:14px}@media (max-width:350px){.van-calendar__bottom-info,.van-calendar__top-info{font-size:9px}}.van-calendar__top-info{top:6px}.van-calendar__bottom-info{bottom:6px}.van-calendar__selected-day{width:54px;height:54px;color:#fff;background-color:#ee0a24;border-radius:4px}.van-calendar__footer{-webkit-flex-shrink:0;flex-shrink:0;padding:0 16px;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.van-calendar__footer--unfit{padding-bottom:0}.van-calendar__confirm{height:36px;margin:7px 0}.van-picker{position:relative;background-color:#fff;-webkit-user-select:none;user-select:none}.van-picker__toolbar{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;height:44px}.van-picker__cancel,.van-picker__confirm{height:100%;padding:0 16px;font-size:14px;background-color:transparent;border:none;cursor:pointer}.van-picker__cancel:active,.van-picker__confirm:active{opacity:.7}.van-picker__confirm{color:#576b95}.van-picker__cancel{color:#969799}.van-picker__title{max-width:50%;font-weight:500;font-size:16px;line-height:20px;text-align:center}.van-picker__columns{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;cursor:grab}.van-picker__loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;color:#1989fa;background-color:rgba(255,255,255,.9)}.van-picker__frame{position:absolute;top:50%;right:16px;left:16px;z-index:2;-webkit-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none}.van-picker__mask{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background-image:-webkit-linear-gradient(top,hsla(0,0%,100%,.9),hsla(0,0%,100%,.4)),-webkit-linear-gradient(bottom,hsla(0,0%,100%,.9),hsla(0,0%,100%,.4));background-image:linear-gradient(180deg,hsla(0,0%,100%,.9),hsla(0,0%,100%,.4)),linear-gradient(0deg,hsla(0,0%,100%,.9),hsla(0,0%,100%,.4));background-repeat:no-repeat;background-position:top,bottom;-webkit-transform:translateZ(0);transform:translateZ(0);pointer-events:none}.van-picker-column{-webkit-box-flex:1;-webkit-flex:1;flex:1;overflow:hidden;font-size:16px}.van-picker-column__wrapper{-webkit-transition-timing-function:cubic-bezier(.23,1,.68,1);transition-timing-function:cubic-bezier(.23,1,.68,1)}.van-picker-column__item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:0 4px;color:#000}.van-picker-column__item--disabled{cursor:not-allowed;opacity:.3}.van-action-sheet{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;max-height:80%;overflow:hidden;color:#323233}.van-action-sheet__content{-webkit-box-flex:1;-webkit-flex:1 auto;flex:1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch}.van-action-sheet__cancel,.van-action-sheet__item{display:block;width:100%;padding:14px 16px;font-size:16px;background-color:#fff;border:none;cursor:pointer}.van-action-sheet__cancel:active,.van-action-sheet__item:active{background-color:#f2f3f5}.van-action-sheet__item{line-height:22px}.van-action-sheet__item--disabled,.van-action-sheet__item--loading{color:#c8c9cc}.van-action-sheet__item--disabled:active,.van-action-sheet__item--loading:active{background-color:#fff}.van-action-sheet__item--disabled{cursor:not-allowed}.van-action-sheet__item--loading{cursor:default}.van-action-sheet__cancel{-webkit-flex-shrink:0;flex-shrink:0;box-sizing:border-box;color:#646566}.van-action-sheet__subname{margin-top:8px;color:#969799;font-size:12px;line-height:18px}.van-action-sheet__gap{display:block;height:8px;background-color:#f7f8fa}.van-action-sheet__header{-webkit-flex-shrink:0;flex-shrink:0;font-weight:500;font-size:16px;line-height:48px;text-align:center}.van-action-sheet__description{position:relative;-webkit-flex-shrink:0;flex-shrink:0;padding:20px 16px;color:#969799;font-size:14px;line-height:20px;text-align:center}.van-action-sheet__description::after{position:absolute;box-sizing:border-box;content:' ';pointer-events:none;right:16px;bottom:0;left:16px;border-bottom:1px solid #ebedf0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.van-action-sheet__loading-icon .van-loading__spinner{width:22px;height:22px}.van-action-sheet__close{position:absolute;top:0;right:0;z-index:1;padding:0 16px;color:#c8c9cc;font-size:22px;line-height:inherit}.van-action-sheet__close:active{color:#969799}.van-goods-action{position:fixed;right:0;bottom:0;left:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;box-sizing:content-box;height:50px;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom);background-color:#fff}.van-goods-action--unfit{padding-bottom:0}.van-dialog{position:fixed;top:45%;left:50%;width:320px;overflow:hidden;font-size:16px;background-color:#fff;border-radius:16px;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:.3s;transition:.3s;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}@media (max-width:321px){.van-dialog{width:90%}}.van-dialog__header{padding-top:26px;font-weight:500;line-height:24px;text-align:center}.van-dialog__header--isolated{padding:24px 0}.van-dialog__content--isolated{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;min-height:104px}.van-dialog__message{-webkit-box-flex:1;-webkit-flex:1;flex:1;max-height:60vh;padding:26px 24px;overflow-y:auto;font-size:14px;line-height:20px;white-space:pre-wrap;text-align:center;word-wrap:break-word;-webkit-overflow-scrolling:touch}.van-dialog__message--has-title{padding-top:8px;color:#646566}.van-dialog__message--left{text-align:left}.van-dialog__message--right{text-align:right}.van-dialog__footer{display:-webkit-box;display:-webkit-flex;display:flex;overflow:hidden;-webkit-user-select:none;user-select:none}.van-dialog__cancel,.van-dialog__confirm{-webkit-box-flex:1;-webkit-flex:1;flex:1;height:48px;margin:0;border:0}.van-dialog__confirm,.van-dialog__confirm:active{color:#ee0a24}.van-dialog--round-button .van-dialog__footer{position:relative;height:auto;padding:8px 24px 16px}.van-dialog--round-button .van-dialog__message{padding-bottom:16px;color:#323233}.van-dialog--round-button .van-dialog__cancel,.van-dialog--round-button .van-dialog__confirm{height:36px}.van-dialog--round-button .van-dialog__confirm{color:#fff}.van-dialog-bounce-enter{-webkit-transform:translate3d(-50%,-50%,0) scale(.7);transform:translate3d(-50%,-50%,0) scale(.7);opacity:0}.van-dialog-bounce-leave-active{-webkit-transform:translate3d(-50%,-50%,0) scale(.9);transform:translate3d(-50%,-50%,0) scale(.9);opacity:0}.van-contact-edit{padding:16px}.van-contact-edit__fields{overflow:hidden;border-radius:4px}.van-contact-edit__fields .van-field__label{width:4.1em}.van-contact-edit__switch-cell{margin-top:10px;padding-top:9px;padding-bottom:9px;border-radius:4px}.van-contact-edit__buttons{padding:32px 0}.van-contact-edit .van-button{margin-bottom:12px;font-size:16px}.van-address-edit{padding:12px}.van-address-edit__fields{overflow:hidden;border-radius:8px}.van-address-edit__fields .van-field__label{width:4.1em}.van-address-edit__default{margin-top:12px;overflow:hidden;border-radius:8px}.van-address-edit__buttons{padding:32px 4px}.van-address-edit__buttons .van-button{margin-bottom:12px}.van-address-edit-detail{padding:0}.van-address-edit-detail__search-item{background-color:#f2f3f5}.van-address-edit-detail__keyword{color:#ee0a24}.van-address-edit-detail__finish{color:#1989fa;font-size:12px}.van-radio-group--horizontal{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.van-contact-list{box-sizing:border-box;height:100%;padding-bottom:80px}.van-contact-list__item{padding:16px}.van-contact-list__item-value{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding-right:32px;padding-left:8px}.van-contact-list__item-tag{-webkit-box-flex:0;-webkit-flex:none;flex:none;margin-left:8px;padding-top:0;padding-bottom:0;line-height:1.4em}.van-contact-list__group{box-sizing:border-box;height:100%;overflow-y:scroll;-webkit-overflow-scrolling:touch}.van-contact-list__edit{font-size:16px}.van-contact-list__bottom{position:fixed;right:0;bottom:0;left:0;z-index:999;padding:0 16px;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom);background-color:#fff}.van-contact-list__add{height:40px;margin:5px 0}.van-address-list{box-sizing:border-box;height:100%;padding:12px 12px 80px}.van-address-list__bottom{position:fixed;bottom:0;left:0;z-index:999;box-sizing:border-box;width:100%;padding:0 16px;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom);background-color:#fff}.van-address-list__add{height:40px;margin:5px 0}.van-address-list__disabled-text{padding:20px 0 16px;color:#969799;font-size:14px;line-height:20px}.van-address-item{padding:12px;background-color:#fff;border-radius:8px}.van-address-item:not(:last-child){margin-bottom:12px}.van-address-item__value{padding-right:44px}.van-address-item__name{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-bottom:8px;font-size:16px;line-height:22px}.van-address-item__tag{-webkit-box-flex:0;-webkit-flex:none;flex:none;margin-left:8px;padding-top:0;padding-bottom:0;line-height:1.4em}.van-address-item__address{color:#323233;font-size:13px;line-height:18px}.van-address-item--disabled .van-address-item__address,.van-address-item--disabled .van-address-item__name{color:#c8c9cc}.van-address-item__edit{position:absolute;top:50%;right:16px;color:#969799;font-size:20px;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.van-address-item .van-cell{padding:0}.van-address-item .van-radio__label{margin-left:12px}.van-address-item .van-radio__icon--checked .van-icon{background-color:#ee0a24;border-color:#ee0a24}.van-badge{display:inline-block;box-sizing:border-box;min-width:16px;padding:0 3px;color:#fff;font-weight:500;font-size:12px;font-family:-apple-system-font,Helvetica Neue,Arial,sans-serif;line-height:1.2;text-align:center;background-color:#ee0a24;border:1px solid #fff;border-radius:999px}.van-badge--fixed{position:absolute;top:0;right:0;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);-webkit-transform-origin:100%;transform-origin:100%}.van-badge--dot{width:8px;min-width:0;height:8px;background-color:#ee0a24;border-radius:100%}.van-badge__wrapper{position:relative;display:inline-block}.van-tab__pane,.van-tab__pane-wrapper{-webkit-flex-shrink:0;flex-shrink:0;box-sizing:border-box;width:100%}.van-tab__pane-wrapper--inactive{height:0;overflow:visible}.van-sticky--fixed{position:fixed;top:0;right:0;left:0;z-index:99}.van-tab{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:border-box;padding:0 4px;color:#646566;font-size:14px;line-height:20px;cursor:pointer}.van-tab--active{color:#323233;font-weight:500}.van-tab--disabled{color:#c8c9cc;cursor:not-allowed}.van-tab__text--ellipsis{display:-webkit-box;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.van-tab__text-wrapper{position:relative}.van-tabs{position:relative}.van-tabs__wrap{overflow:hidden}.van-tabs__wrap--page-top{position:fixed}.van-tabs__wrap--content-bottom{top:auto;bottom:0}.van-tabs__wrap--scrollable .van-tab{-webkit-box-flex:1;-webkit-flex:1 0 auto;flex:1 0 auto;padding:0 12px}.van-tabs__wrap--scrollable .van-tabs__nav{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.van-tabs__wrap--scrollable .van-tabs__nav::-webkit-scrollbar{display:none}.van-tabs__nav{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;background-color:#fff;-webkit-user-select:none;user-select:none}.van-tabs__nav--line{box-sizing:content-box;height:100%;padding-bottom:15px}.van-tabs__nav--line.van-tabs__nav--complete{padding-right:8px;padding-left:8px}.van-tabs__nav--card{box-sizing:border-box;height:30px;margin:0 16px;border:1px solid #ee0a24;border-radius:2px}.van-tabs__nav--card .van-tab{color:#ee0a24;border-right:1px solid #ee0a24}.van-tabs__nav--card .van-tab:last-child{border-right:none}.van-tabs__nav--card .van-tab.van-tab--active{color:#fff;background-color:#ee0a24}.van-tabs__nav--card .van-tab--disabled{color:#c8c9cc}.van-tabs__line{position:absolute;bottom:15px;left:0;z-index:1;width:40px;height:3px;background-color:#ee0a24;border-radius:3px}.van-tabs__track{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;width:100%;height:100%;will-change:left}.van-tabs__content--animated{overflow:hidden}.van-tabs--line .van-tabs__wrap{height:44px}.van-tabs--card>.van-tabs__wrap{height:30px}.van-coupon-list{position:relative;height:100%;background-color:#f7f8fa}.van-coupon-list__field{padding:5px 0 5px 16px}.van-coupon-list__field .van-field__body{height:34px;padding-left:12px;line-height:34px;background:#f7f8fa;border-radius:17px}.van-coupon-list__field .van-field__body::-webkit-input-placeholder{color:#c8c9cc}.van-coupon-list__field .van-field__body::placeholder{color:#c8c9cc}.van-coupon-list__field .van-field__clear{margin-right:0}.van-coupon-list__exchange-bar{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;background-color:#fff}.van-coupon-list__exchange{-webkit-box-flex:0;-webkit-flex:none;flex:none;height:32px;font-size:16px;line-height:30px;border:0}.van-coupon-list .van-tabs__wrap{box-shadow:0 6px 12px -12px #969799}.van-coupon-list__list{box-sizing:border-box;padding:16px 0 24px;overflow-y:auto;-webkit-overflow-scrolling:touch}.van-coupon-list__list--with-bottom{padding-bottom:66px}.van-coupon-list__bottom{position:absolute;bottom:0;left:0;z-index:999;box-sizing:border-box;width:100%;padding:5px 16px;font-weight:500;background-color:#fff}.van-coupon-list__close{height:40px}.van-coupon-list__empty{padding-top:60px;text-align:center}.van-coupon-list__empty p{margin:16px 0;color:#969799;font-size:14px;line-height:20px}.van-coupon-list__empty img{width:200px;height:200px}.van-cascader__header{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;height:48px;padding:0 16px}.van-cascader__title{font-weight:500;font-size:16px;line-height:20px}.van-cascader__close-icon{color:#c8c9cc;font-size:22px}.van-cascader__close-icon:active{color:#969799}.van-cascader__tabs .van-tab{-webkit-box-flex:0;-webkit-flex:none;flex:none;padding:0 10px}.van-cascader__tabs.van-tabs--line .van-tabs__wrap{height:48px}.van-cascader__tabs .van-tabs__nav--complete{padding-right:6px;padding-left:6px}.van-cascader__tab{color:#323233;font-weight:500}.van-cascader__tab--unselected{color:#969799;font-weight:400}.van-cascader__option{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:10px 16px;font-size:14px;line-height:20px}.van-cascader__option:active{background-color:#f2f3f5}.van-cascader__option--selected{color:#ee0a24;font-weight:500}.van-cascader__selected-icon{font-size:18px}.van-cascader__options{box-sizing:border-box;height:384px;padding-top:6px;overflow-y:auto;-webkit-overflow-scrolling:touch}.van-cell-group{background-color:#fff}.van-cell-group--inset{margin:0 16px;overflow:hidden;border-radius:8px}.van-cell-group__title{padding:16px 16px 8px;color:#969799;font-size:14px;line-height:16px}.van-cell-group__title--inset{padding:16px 16px 8px 32px}.van-panel{background:#fff}.van-panel__header-value{color:#ee0a24}.van-panel__footer{padding:8px 16px}.van-checkbox-group--horizontal{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.van-circle{position:relative;display:inline-block;width:100px;height:100px;text-align:center}.van-circle svg{position:absolute;top:0;left:0;width:100%;height:100%}.van-circle__layer{stroke:#fff}.van-circle__hover{fill:none;stroke:#1989fa;stroke-linecap:round}.van-circle__text{position:absolute;top:50%;left:0;box-sizing:border-box;width:100%;padding:0 4px;color:#323233;font-weight:500;font-size:14px;line-height:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-col{float:left;box-sizing:border-box;min-height:1px}.van-col--1{width:4.16666667%}.van-col--offset-1{margin-left:4.16666667%}.van-col--2{width:8.33333333%}.van-col--offset-2{margin-left:8.33333333%}.van-col--3{width:12.5%}.van-col--offset-3{margin-left:12.5%}.van-col--4{width:16.66666667%}.van-col--offset-4{margin-left:16.66666667%}.van-col--5{width:20.83333333%}.van-col--offset-5{margin-left:20.83333333%}.van-col--6{width:25%}.van-col--offset-6{margin-left:25%}.van-col--7{width:29.16666667%}.van-col--offset-7{margin-left:29.16666667%}.van-col--8{width:33.33333333%}.van-col--offset-8{margin-left:33.33333333%}.van-col--9{width:37.5%}.van-col--offset-9{margin-left:37.5%}.van-col--10{width:41.66666667%}.van-col--offset-10{margin-left:41.66666667%}.van-col--11{width:45.83333333%}.van-col--offset-11{margin-left:45.83333333%}.van-col--12{width:50%}.van-col--offset-12{margin-left:50%}.van-col--13{width:54.16666667%}.van-col--offset-13{margin-left:54.16666667%}.van-col--14{width:58.33333333%}.van-col--offset-14{margin-left:58.33333333%}.van-col--15{width:62.5%}.van-col--offset-15{margin-left:62.5%}.van-col--16{width:66.66666667%}.van-col--offset-16{margin-left:66.66666667%}.van-col--17{width:70.83333333%}.van-col--offset-17{margin-left:70.83333333%}.van-col--18{width:75%}.van-col--offset-18{margin-left:75%}.van-col--19{width:79.16666667%}.van-col--offset-19{margin-left:79.16666667%}.van-col--20{width:83.33333333%}.van-col--offset-20{margin-left:83.33333333%}.van-col--21{width:87.5%}.van-col--offset-21{margin-left:87.5%}.van-col--22{width:91.66666667%}.van-col--offset-22{margin-left:91.66666667%}.van-col--23{width:95.83333333%}.van-col--offset-23{margin-left:95.83333333%}.van-col--24{width:100%}.van-col--offset-24{margin-left:100%}.van-count-down{color:#323233;font-size:14px;line-height:20px}.van-divider{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin:16px 0;color:#969799;font-size:14px;line-height:24px;border-color:#ebedf0;border-style:solid;border-width:0}.van-divider::after,.van-divider::before{display:block;-webkit-box-flex:1;-webkit-flex:1;flex:1;box-sizing:border-box;height:1px;border-color:inherit;border-style:inherit;border-width:1px 0 0}.van-divider::before{content:''}.van-divider--hairline::after,.van-divider--hairline::before{-webkit-transform:scaleY(.5);transform:scaleY(.5)}.van-divider--dashed{border-style:dashed}.van-divider--content-center::before,.van-divider--content-left::before,.van-divider--content-right::before{margin-right:16px}.van-divider--content-center::after,.van-divider--content-left::after,.van-divider--content-right::after{margin-left:16px;content:''}.van-divider--content-left::before{max-width:10%}.van-divider--content-right::after{max-width:10%}.van-dropdown-menu{-webkit-user-select:none;user-select:none}.van-dropdown-menu__bar{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;height:48px;background-color:#fff;box-shadow:0 2px 12px rgba(100,101,102,.12)}.van-dropdown-menu__bar--opened{z-index:11}.van-dropdown-menu__item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;min-width:0;cursor:pointer}.van-dropdown-menu__item:active{opacity:.7}.van-dropdown-menu__item--disabled:active{opacity:1}.van-dropdown-menu__item--disabled .van-dropdown-menu__title{color:#969799}.van-dropdown-menu__title{position:relative;box-sizing:border-box;max-width:100%;padding:0 8px;color:#323233;font-size:15px;line-height:22px}.van-dropdown-menu__title::after{position:absolute;top:50%;right:-4px;margin-top:-5px;border:3px solid;border-color:transparent transparent #dcdee0 #dcdee0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:.8;content:''}.van-dropdown-menu__title--active{color:#ee0a24}.van-dropdown-menu__title--active::after{border-color:transparent transparent currentColor currentColor}.van-dropdown-menu__title--down::after{margin-top:-1px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.van-empty{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:border-box;padding:32px 0}.van-empty__image{width:160px;height:160px}.van-empty__image img{width:100%;height:100%}.van-empty__description{margin-top:16px;padding:0 60px;color:#969799;font-size:14px;line-height:20px}.van-empty__bottom{margin-top:24px}.van-grid{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.van-swipe{position:relative;overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);cursor:grab;-webkit-user-select:none;user-select:none}.van-swipe__track{display:-webkit-box;display:-webkit-flex;display:flex;height:100%}.van-swipe__track--vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.van-swipe__indicators{position:absolute;bottom:12px;left:50%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.van-swipe__indicators--vertical{top:50%;bottom:auto;left:12px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.van-swipe__indicators--vertical .van-swipe__indicator:not(:last-child){margin-bottom:6px}.van-swipe__indicator{width:6px;height:6px;background-color:#ebedf0;border-radius:100%;opacity:.3;-webkit-transition:opacity .2s,background-color .2s;transition:opacity .2s,background-color .2s}.van-swipe__indicator:not(:last-child){margin-right:6px}.van-swipe__indicator--active{background-color:#1989fa;opacity:1}.van-swipe-item{position:relative;-webkit-flex-shrink:0;flex-shrink:0;width:100%;height:100%}.van-image-preview{position:fixed;top:0;left:0;width:100%;height:100%}.van-image-preview__swipe{height:100%}.van-image-preview__swipe-item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;overflow:hidden}.van-image-preview__cover{position:absolute;top:0;left:0}.van-image-preview__image{width:100%;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;transition-property:transform,-webkit-transform}.van-image-preview__image--vertical{width:auto;height:100%}.van-image-preview__image img{-webkit-user-drag:none}.van-image-preview__image .van-image__error{top:30%;height:40%}.van-image-preview__image .van-image__error-icon{font-size:36px}.van-image-preview__image .van-image__loading{background-color:transparent}.van-image-preview__index{position:absolute;top:16px;left:50%;color:#fff;font-size:14px;line-height:20px;text-shadow:0 1px 1px #323233;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}.van-image-preview__overlay{background-color:rgba(0,0,0,.9)}.van-image-preview__close-icon{position:absolute;z-index:1;color:#c8c9cc;font-size:22px;cursor:pointer}.van-image-preview__close-icon:active{color:#969799}.van-image-preview__close-icon--top-left{top:16px;left:16px}.van-image-preview__close-icon--top-right{top:16px;right:16px}.van-image-preview__close-icon--bottom-left{bottom:16px;left:16px}.van-image-preview__close-icon--bottom-right{right:16px;bottom:16px}.van-uploader{position:relative;display:inline-block}.van-uploader__wrapper{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.van-uploader__wrapper--disabled{opacity:.5}.van-uploader__input{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;cursor:pointer;opacity:0}.van-uploader__input-wrapper{position:relative}.van-uploader__input:disabled{cursor:not-allowed}.van-uploader__upload{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:border-box;width:80px;height:80px;margin:0 8px 8px 0;background-color:#f7f8fa}.van-uploader__upload:active{background-color:#f2f3f5}.van-uploader__upload--readonly:active{background-color:#f7f8fa}.van-uploader__upload-icon{color:#dcdee0;font-size:24px}.van-uploader__upload-text{margin-top:8px;color:#969799;font-size:12px}.van-uploader__preview{position:relative;margin:0 8px 8px 0;cursor:pointer}.van-uploader__preview-image{display:block;width:80px;height:80px;overflow:hidden}.van-uploader__preview-delete{position:absolute;top:0;right:0;width:14px;height:14px;background-color:rgba(0,0,0,.7);border-radius:0 0 0 12px}.van-uploader__preview-delete-icon{position:absolute;top:-2px;right:-2px;color:#fff;font-size:16px;-webkit-transform:scale(.5);transform:scale(.5)}.van-uploader__preview-cover{position:absolute;top:0;right:0;bottom:0;left:0}.van-uploader__mask{position:absolute;top:0;right:0;bottom:0;left:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;color:#fff;background-color:rgba(50,50,51,.88)}.van-uploader__mask-icon{font-size:22px}.van-uploader__mask-message{margin-top:6px;padding:0 4px;font-size:12px;line-height:14px}.van-uploader__loading{width:22px;height:22px;color:#fff}.van-uploader__file{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;width:80px;height:80px;background-color:#f7f8fa}.van-uploader__file-icon{color:#646566;font-size:20px}.van-uploader__file-name{box-sizing:border-box;width:100%;margin-top:8px;padding:0 4px;color:#646566;font-size:12px;text-align:center}.van-index-anchor{z-index:1;box-sizing:border-box;padding:0 16px;color:#323233;font-weight:500;font-size:14px;line-height:32px;background-color:transparent}.van-index-anchor--sticky{position:fixed;top:0;right:0;left:0;color:#ee0a24;background-color:#fff}.van-index-bar__sidebar{position:fixed;top:50%;right:0;z-index:2;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;text-align:center;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;-webkit-user-select:none;user-select:none}.van-index-bar__index{padding:0 8px 0 16px;font-weight:500;font-size:10px;line-height:14px}.van-index-bar__index--active{color:#ee0a24}.van-pagination{display:-webkit-box;display:-webkit-flex;display:flex;font-size:14px}.van-pagination__item,.van-pagination__page-desc{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.van-pagination__item{-webkit-box-flex:1;-webkit-flex:1;flex:1;box-sizing:border-box;min-width:36px;height:40px;color:#1989fa;background-color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none}.van-pagination__item:active{color:#fff;background-color:#1989fa}.van-pagination__item::after{border-width:1px 0 1px 1px}.van-pagination__item:last-child::after{border-right-width:1px}.van-pagination__item--active{color:#fff;background-color:#1989fa}.van-pagination__next,.van-pagination__prev{padding:0 4px;cursor:pointer}.van-pagination__item--disabled,.van-pagination__item--disabled:active{color:#646566;background-color:#f7f8fa;cursor:not-allowed;opacity:.5}.van-pagination__page{-webkit-box-flex:0;-webkit-flex-grow:0;flex-grow:0}.van-pagination__page-desc{-webkit-box-flex:1;-webkit-flex:1;flex:1;height:40px;color:#646566}.van-pagination--simple .van-pagination__next::after,.van-pagination--simple .van-pagination__prev::after{border-width:1px}.van-password-input{position:relative;margin:0 16px;-webkit-user-select:none;user-select:none}.van-password-input__error-info,.van-password-input__info{margin-top:16px;font-size:14px;text-align:center}.van-password-input__info{color:#969799}.van-password-input__error-info{color:#ee0a24}.van-password-input__security{display:-webkit-box;display:-webkit-flex;display:flex;width:100%;height:50px;cursor:pointer}.van-password-input__security::after{border-radius:6px}.van-password-input__security li{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;height:100%;font-size:20px;line-height:1.2;background-color:#fff}.van-password-input__security i{position:absolute;top:50%;left:50%;width:10px;height:10px;background-color:#000;border-radius:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);visibility:hidden}.van-password-input__cursor{position:absolute;top:50%;left:50%;width:1px;height:40%;background-color:#323233;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-animation:1s van-cursor-flicker infinite;animation:1s van-cursor-flicker infinite}@-webkit-keyframes van-cursor-flicker{from{opacity:0}50%{opacity:1}100%{opacity:0}}@keyframes van-cursor-flicker{from{opacity:0}50%{opacity:1}100%{opacity:0}}.van-progress{position:relative;height:4px;background:#ebedf0;border-radius:4px}.van-progress__portion{position:absolute;left:0;height:100%;background:#1989fa;border-radius:inherit}.van-progress__pivot{position:absolute;top:50%;box-sizing:border-box;min-width:3.6em;padding:0 5px;color:#fff;font-size:10px;line-height:1.6;text-align:center;word-break:keep-all;background-color:#1989fa;border-radius:1em;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.van-row::after{display:table;clear:both;content:''}.van-row--flex{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.van-row--flex::after{display:none}.van-row--justify-center{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.van-row--justify-end{-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.van-row--justify-space-between{-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.van-row--justify-space-around{-webkit-justify-content:space-around;justify-content:space-around}.van-row--align-center{-webkit-box-align:center;-webkit-align-items:center;align-items:center}.van-row--align-bottom{-webkit-box-align:end;-webkit-align-items:flex-end;align-items:flex-end}.van-sidebar{width:80px;overflow-y:auto;-webkit-overflow-scrolling:touch}.van-tree-select{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;font-size:14px;-webkit-user-select:none;user-select:none}.van-tree-select__nav{-webkit-box-flex:1;-webkit-flex:1;flex:1;overflow-y:auto;background-color:#f7f8fa;-webkit-overflow-scrolling:touch}.van-tree-select__nav-item{padding:14px 12px}.van-tree-select__content{-webkit-box-flex:2;-webkit-flex:2;flex:2;overflow-y:auto;background-color:#fff;-webkit-overflow-scrolling:touch}.van-tree-select__item{position:relative;padding:0 32px 0 16px;font-weight:500;line-height:48px;cursor:pointer}.van-tree-select__item--active{color:#ee0a24}.van-tree-select__item--disabled{color:#c8c9cc;cursor:not-allowed}.van-tree-select__selected{position:absolute;top:50%;right:16px;margin-top:-8px;font-size:16px}.van-skeleton{display:-webkit-box;display:-webkit-flex;display:flex;padding:0 16px}.van-skeleton__avatar{-webkit-flex-shrink:0;flex-shrink:0;width:32px;height:32px;margin-right:16px;background-color:#f2f3f5}.van-skeleton__avatar--round{border-radius:999px}.van-skeleton__content{width:100%}.van-skeleton__avatar+.van-skeleton__content{padding-top:8px}.van-skeleton__row,.van-skeleton__title{height:16px;background-color:#f2f3f5}.van-skeleton__title{width:40%;margin:0}.van-skeleton__row:not(:first-child){margin-top:12px}.van-skeleton__title+.van-skeleton__row{margin-top:20px}.van-skeleton--animate{-webkit-animation:van-skeleton-blink 1.2s ease-in-out infinite;animation:van-skeleton-blink 1.2s ease-in-out infinite}.van-skeleton--round .van-skeleton__row,.van-skeleton--round .van-skeleton__title{border-radius:999px}@-webkit-keyframes van-skeleton-blink{50%{opacity:.6}}@keyframes van-skeleton-blink{50%{opacity:.6}}.van-stepper{font-size:0;-webkit-user-select:none;user-select:none}.van-stepper__minus,.van-stepper__plus{position:relative;box-sizing:border-box;width:28px;height:28px;margin:0;padding:0;color:#323233;vertical-align:middle;background-color:#f2f3f5;border:0;cursor:pointer}.van-stepper__minus::before,.van-stepper__plus::before{width:50%;height:1px}.van-stepper__minus::after,.van-stepper__plus::after{width:1px;height:50%}.van-stepper__minus::after,.van-stepper__minus::before,.van-stepper__plus::after,.van-stepper__plus::before{position:absolute;top:50%;left:50%;background-color:currentColor;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);content:''}.van-stepper__minus:active,.van-stepper__plus:active{background-color:#e8e8e8}.van-stepper__minus--disabled,.van-stepper__plus--disabled{color:#c8c9cc;background-color:#f7f8fa;cursor:not-allowed}.van-stepper__minus--disabled:active,.van-stepper__plus--disabled:active{background-color:#f7f8fa}.van-stepper__minus{border-radius:4px 0 0 4px}.van-stepper__minus::after{display:none}.van-stepper__plus{border-radius:0 4px 4px 0}.van-stepper__input{box-sizing:border-box;width:32px;height:28px;margin:0 2px;padding:0;color:#323233;font-size:14px;line-height:normal;text-align:center;vertical-align:middle;background-color:#f2f3f5;border:0;border-width:1px 0;border-radius:0;-webkit-appearance:none}.van-stepper__input:disabled{color:#c8c9cc;background-color:#f2f3f5;-webkit-text-fill-color:#c8c9cc;opacity:1}.van-stepper__input:read-only{cursor:default}.van-stepper--round .van-stepper__input{background-color:transparent}.van-stepper--round .van-stepper__minus,.van-stepper--round .van-stepper__plus{border-radius:100%}.van-stepper--round .van-stepper__minus:active,.van-stepper--round .van-stepper__plus:active{opacity:.7}.van-stepper--round .van-stepper__minus--disabled,.van-stepper--round .van-stepper__minus--disabled:active,.van-stepper--round .van-stepper__plus--disabled,.van-stepper--round .van-stepper__plus--disabled:active{opacity:.3}.van-stepper--round .van-stepper__plus{color:#fff;background-color:#ee0a24}.van-stepper--round .van-stepper__minus{color:#ee0a24;background-color:#fff;border:1px solid #ee0a24}.van-sku-container{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-webkit-align-items:stretch;align-items:stretch;min-height:50%;max-height:80%;overflow-y:visible;font-size:14px;background:#fff}.van-sku-body{-webkit-box-flex:1;-webkit-flex:1 1 auto;flex:1 1 auto;min-height:44px;overflow-y:scroll;-webkit-overflow-scrolling:touch}.van-sku-body::-webkit-scrollbar{display:none}.van-sku-header{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-shrink:0;flex-shrink:0;margin:0 16px}.van-sku-header__img-wrap{-webkit-flex-shrink:0;flex-shrink:0;width:96px;height:96px;margin:12px 12px 12px 0;overflow:hidden;border-radius:4px}.van-sku-header__goods-info{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;padding:12px 20px 12px 0}.van-sku-header-item{margin-top:8px;color:#969799;font-size:12px;line-height:16px}.van-sku__price-symbol{font-size:16px;vertical-align:bottom}.van-sku__price-num{font-weight:500;font-size:22px;vertical-align:bottom;word-wrap:break-word}.van-sku__goods-price{margin-left:-2px;color:#ee0a24}.van-sku__price-tag{position:relative;display:inline-block;margin-left:8px;padding:0 5px;overflow:hidden;color:#ee0a24;font-size:12px;line-height:16px;border-radius:8px}.van-sku__price-tag::before{position:absolute;top:0;left:0;width:100%;height:100%;background:currentColor;opacity:.1;content:''}.van-sku-group-container{padding-top:12px}.van-sku-group-container--hide-soldout .van-sku-row__item--disabled{display:none}.van-sku-row{margin:0 16px 12px}.van-sku-row:last-child{margin-bottom:0}.van-sku-row__image-item,.van-sku-row__item{position:relative;overflow:hidden;color:#323233;border-radius:4px;cursor:pointer}.van-sku-row__image-item::before,.van-sku-row__item::before{position:absolute;top:0;left:0;width:100%;height:100%;background:#f7f8fa;content:''}.van-sku-row__image-item--active,.van-sku-row__item--active{color:#ee0a24}.van-sku-row__image-item--active::before,.van-sku-row__item--active::before{background:currentColor;opacity:.1}.van-sku-row__item{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;min-width:40px;margin:0 12px 12px 0;font-size:13px;line-height:16px;vertical-align:middle}.van-sku-row__item-img{z-index:1;width:24px;height:24px;margin:4px 0 4px 4px;object-fit:cover;border-radius:2px}.van-sku-row__item-name{z-index:1;padding:8px}.van-sku-row__item--disabled{color:#c8c9cc;background:#f2f3f5;cursor:not-allowed}.van-sku-row__item--disabled .van-sku-row__item-img{opacity:.3}.van-sku-row__image{margin-right:0}.van-sku-row__image-item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;width:110px;margin:0 4px 4px 0;border:1px solid transparent}.van-sku-row__image-item:last-child{margin-right:0}.van-sku-row__image-item-img{width:100%;height:110px}.van-sku-row__image-item-img-icon{position:absolute;top:0;right:0;z-index:3;width:18px;height:18px;color:#fff;line-height:18px;text-align:center;background-color:rgba(0,0,0,.4);border-bottom-left-radius:4px}.van-sku-row__image-item-name{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;box-sizing:border-box;height:40px;padding:4px;font-size:12px;line-height:16px}.van-sku-row__image-item-name span{word-wrap:break-word}.van-sku-row__image-item--active{border-color:currentColor}.van-sku-row__image-item--disabled{color:#c8c9cc;cursor:not-allowed}.van-sku-row__image-item--disabled::before{z-index:2;background:#f2f3f5;opacity:.4}.van-sku-row__title{padding-bottom:12px}.van-sku-row__title-multiple{color:#969799}.van-sku-row__scroller{margin:0 -16px;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch}.van-sku-row__scroller::-webkit-scrollbar{display:none}.van-sku-row__row{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;margin-bottom:4px;padding:0 16px}.van-sku-row__indicator{width:40px;height:4px;background:#ebedf0;border-radius:2px}.van-sku-row__indicator-wrapper{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding-bottom:16px}.van-sku-row__indicator-slider{width:50%;height:100%;background-color:#ee0a24;border-radius:2px}.van-sku-stepper-stock{padding:12px 16px;overflow:hidden;line-height:30px}.van-sku__stepper{float:right;padding-left:4px}.van-sku__stepper-title{float:left}.van-sku__stepper-quota{float:right;color:#ee0a24;font-size:12px}.van-sku__stock{display:inline-block;margin-right:8px;color:#969799;font-size:12px}.van-sku__stock-num--highlight{color:#ee0a24}.van-sku-messages{padding-bottom:32px}.van-sku-messages__image-cell .van-cell__title{max-width:6.2em;margin-right:12px;color:#646566;text-align:left;word-wrap:break-word}.van-sku-messages__image-cell .van-cell__value{overflow:visible;text-align:left}.van-sku-messages__image-cell-label{color:#969799;font-size:12px;line-height:18px}.van-sku-messages__cell-block{position:relative}.van-sku-messages__cell-block::after{position:absolute;box-sizing:border-box;content:' ';pointer-events:none;right:16px;bottom:0;left:16px;border-bottom:1px solid #ebedf0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.van-sku-messages__cell-block:last-child::after{display:none}.van-sku-messages__extra-message{margin-top:-2px;padding:0 16px 12px;color:#969799;font-size:12px;line-height:18px}.van-sku-actions{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-shrink:0;flex-shrink:0;padding:8px 16px}.van-sku-actions .van-button{height:40px;font-weight:500;font-size:14px;border:none;border-radius:0}.van-sku-actions .van-button:first-of-type{border-top-left-radius:20px;border-bottom-left-radius:20px}.van-sku-actions .van-button:last-of-type{border-top-right-radius:20px;border-bottom-right-radius:20px}.van-sku-actions .van-button--warning{background:-webkit-linear-gradient(left,#ffd01e,#ff8917);background:linear-gradient(to right,#ffd01e,#ff8917)}.van-sku-actions .van-button--danger{background:-webkit-linear-gradient(left,#ff6034,#ee0a24);background:linear-gradient(to right,#ff6034,#ee0a24)}.van-slider{position:relative;width:100%;height:2px;background-color:#ebedf0;border-radius:999px;cursor:pointer}.van-slider::before{position:absolute;top:-8px;right:0;bottom:-8px;left:0;content:''}.van-slider__bar{position:relative;width:100%;height:100%;background-color:#1989fa;border-radius:inherit;-webkit-transition:all .2s;transition:all .2s}.van-slider__button{width:24px;height:24px;background-color:#fff;border-radius:50%;box-shadow:0 1px 2px rgba(0,0,0,.5)}.van-slider__button-wrapper,.van-slider__button-wrapper-right{position:absolute;top:50%;right:0;-webkit-transform:translate3d(50%,-50%,0);transform:translate3d(50%,-50%,0);cursor:grab}.van-slider__button-wrapper-left{position:absolute;top:50%;left:0;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);cursor:grab}.van-slider--disabled{cursor:not-allowed;opacity:.5}.van-slider--disabled .van-slider__button-wrapper,.van-slider--disabled .van-slider__button-wrapper-left,.van-slider--disabled .van-slider__button-wrapper-right{cursor:not-allowed}.van-slider--vertical{display:inline-block;width:2px;height:100%}.van-slider--vertical .van-slider__button-wrapper,.van-slider--vertical .van-slider__button-wrapper-right{top:auto;right:50%;bottom:0;-webkit-transform:translate3d(50%,50%,0);transform:translate3d(50%,50%,0)}.van-slider--vertical .van-slider__button-wrapper-left{top:0;right:50%;left:auto;-webkit-transform:translate3d(50%,-50%,0);transform:translate3d(50%,-50%,0)}.van-slider--vertical::before{top:0;right:-8px;bottom:0;left:-8px}.van-steps{overflow:hidden;background-color:#fff}.van-steps--horizontal{padding:10px 10px 0}.van-steps--horizontal .van-steps__items{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;margin:0 0 10px;padding-bottom:22px}.van-steps--vertical{padding:0 0 0 32px}.van-swipe-cell{position:relative;overflow:hidden;cursor:grab}.van-swipe-cell__wrapper{-webkit-transition-timing-function:cubic-bezier(.18,.89,.32,1);transition-timing-function:cubic-bezier(.18,.89,.32,1);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;transition-property:transform,-webkit-transform}.van-swipe-cell__left,.van-swipe-cell__right{position:absolute;top:0;height:100%}.van-swipe-cell__left{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.van-swipe-cell__right{right:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.van-tabbar{z-index:1;display:-webkit-box;display:-webkit-flex;display:flex;box-sizing:content-box;width:100%;height:50px;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom);background-color:#fff}.van-tabbar--fixed{position:fixed;bottom:0;left:0}.van-tabbar--unfit{padding-bottom:0}