/* 清除默认标签margin padding */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
button,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  /*font-family: PingFang-SC-Medium,Helvetica;*/
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}
body {
  height: 100%;
  width: 100%;
  max-width: 30rem;
  margin: 0 auto !important;
  background-color: #fff;
  /*ioc禁止调整字体大小*/
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
/*清除点击默认样式*/
a,
button,
input,
textarea {
  outline: none;
  color: #555555;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*-webkit-user-modify:read-write-plaintext-only;*/
  text-decoration: none;
}
/*清楚默认加粗*/
h1,
h2,
h3,
h4,
strong {
  font-weight: normal;
}
/*清除默认样式*/
ol li,
ul li,
li {
  list-style-type: none;
  vertical-align: middle;
}
i,
em {
  font-style: normal;
}
img {
  width: 100%;
  border: none;
  vertical-align: middle;
}
/*所有滚动条*/
*::-webkit-scrollbar {
  width: 0.04rem;
}

/*全局主体颜色*/
:root {
    --tl-color-main: #16bdab;
    --tl-bg-main: 0,91,227;
}

/*底部按钮*/
/*图片排列通用样式*/
/*上下滑动筛选通用样式*/
input::-webkit-input-placeholder {
  color: #c7c7c7;
}
.delete_task {
  color: #286fff !important;
}
.show_immediately {
  -webkit-transition: all 0s !important;
  -moz-transition: all 0s !important;
  -ms-transition: all 0s !important;
  -o-transition: all 0s !important;
  transition: all 0s !important;
  padding-bottom: 0;
}
.show_immediately .task_area_main {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/*窗口样式*/
.base_viewport {
  width: 100%;
  max-width: 30rem;
  height: 100%;
  padding: 2.96rem 0 4rem;
  overflow: hidden;
}
.page_bg {
  position: fixed;
  width: 30rem;
  left: 50%;
  margin-left: -15rem;
  z-index: 1000;
  background: #fff;
  position: absolute;
  z-index: 0;
  top: 0;
  height: 14.2rem;
  background: url(../images/icon_base/icon_bg_center.png) top center no-repeat;
  background-size: 100% auto;
  overflow: hidden;
}
/*顶部悬浮按钮*/
.top_fixed_bar {
  position: fixed;
  width: 30rem;
  height: 100%;
  left: 50%;
  margin-left: -15rem;
  z-index: 1000;
  top: 0;
  bottom: auto;
  height: 2.96rem;
  background: #fff;
  border-bottom: 0.08rem solid #ebecf1;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  /*返回按钮*/
  /*其他类型按钮*/
  /*左右下拉结构*/
  /*标题*/
}
.top_fixed_bar .back_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20%;
  height: 100%;
  padding-left: 1rem;
  justify-content: left;
}
.top_fixed_bar .back_btn i {
  display: block;
  width: 1.84rem;
  height: 1.84rem;
  background: url("../images/icon_base/icon_top_back.png") center center no-repeat;
  -webkit-background-size: 0.8rem 1.36rem;
  background-size: 0.8rem 1.36rem;
}
.top_fixed_bar .other_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20%;
  height: 100%;
  justify-content: flex-end;
  padding-right: 1rem;
}
.top_fixed_bar .other_btn i {
  display: block;
  width: 2.24rem;
  height: 2.24rem;
}
.top_fixed_bar .other_btn img {
  width: 100%;
  height: auto;
}
.top_fixed_bar .drop_dow_btn {
  overflow: hidden;
}
.top_fixed_bar .drop_dow_btn button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #555555;
  font-size: 1.04rem;
  font-family: "Microsoft YaHei UI", "PingFang-SC-Medium";
  white-space: nowrap;
}
.top_fixed_bar .drop_dow_btn button:after {
  content: "";
  flex-shrink: 0;
  width: 0.6rem;
  height: 0.36rem;
  margin: 0 0.32rem;
  background: url("../images/icon_base/icon_drop_dow.png") center center no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.top_fixed_bar h2 {
  color: #555555;
  font-size: 1.32rem;
  font-family: "Microsoft YaHei UI", "PingFang-SC-Medium";
  line-height: 1.2;
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}
.footer_fixed_bar {
  position: fixed;
  width: 30rem;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -15rem;
  z-index: 1000;
  top: auto;
  bottom: 0;
  max-width: 30rem;
  height: 4rem;
  padding: 0.4rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  background: #fff;
  border-top: 0.08rem solid #ebecf1;
}
.footer_fixed_bar a {
  width: 100%;
  height: 100%;
  align-items: flex-start;
  flex-flow: column;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555555;
  font-size: 0.88rem;
  font-family: "Microsoft YaHei UI", "PingFang-SC-Medium";
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.footer_fixed_bar a i {
  flex-shrink: 0;
  width: 1.72rem;
  height: 1.72rem;
}
.footer_fixed_bar a i.nav_home {
  background: url("../images/icon_base/icon_nav_home_f.png") center center no-repeat;
  background-size: 100% auto;
}
.footer_fixed_bar a i.nav_find {
  background: url("../images/icon_base/icon_nav_find_f.png") center center no-repeat;
  background-size: 100% auto;
}
.footer_fixed_bar a i.nav_my {
  background: url("../images/icon_base/icon_nav_my_f.png") center center no-repeat;
  background-size: 100% auto;
}
.footer_fixed_bar a span {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
}
.footer_fixed_bar a.cur {
  color: var(--tl-color-main);
}
.footer_fixed_bar a.cur .nav_home {
  background: url("../images/icon_base/icon_nav_home_t.png") center center no-repeat;
  background-size: 110% auto;
}
.footer_fixed_bar a.cur .nav_find {
  background: url("../images/icon_base/icon_nav_find_t.png") center center no-repeat;
  background-size: 110% auto;
}
.footer_fixed_bar a.cur .nav_my {
  background: url("../images/icon_base/icon_nav_my_t.png") center center no-repeat;
  background-size: 110% auto;
}
/*弹窗样式---底部显示*/
.popup_bottom_page {
  position: fixed;
  width: 30rem;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -15rem;
  z-index: 1000;
  background: #fff;
  display: none;
  background: rgba(0, 0, 0, 0.3);
  /*内容*/
}
.popup_bottom_page .wll_content {
  position: absolute;
  bottom: -100%;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/*共有弹窗*/
.common_pop_all {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  max-width: 30rem;
  height: 100%;
  padding-top: 3.44rem;
  padding-bottom: 0;
  background: #fff;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.common_pop_all .top_fixed_bar {
  position: absolute;
}
/*显示--底部滑动弹窗*/
.show_popup_bottom_page {
  display: block;
}
.show_popup_bottom_page .wll_content {
  bottom: 0;
}
/*弹窗样式---右侧滑动*/
.popup_right_page {
  position: fixed;
  width: 30rem;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -15rem;
  z-index: 1000;
  background: #fff;
  left: 100%;
  margin-left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.popup_right_page .top_fixed_bar {
  position: absolute;
}
.popup_right_page .footer_fixed_bar {
  position: absolute;
}
/*显示-右侧滑动弹窗*/
.show_popup_right_page {
  left: 50% !important;
  margin-left: -15rem !important;
}
.show_popup_ranking_con {
  right: 0 !important;
}
/*通栏图片上传*/
.upload_pictures {
  width: 100%;
  overflow: hidden;
}
.upload_pictures ul {
  overflow: hidden;
  width: 100%;
}
.upload_pictures ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  width: 6rem;
  height: 6rem;
  margin-right: 5.66666667px;
  margin-bottom: 5.66666667px;
  overflow: hidden;
}
.upload_pictures ul li:nth-child(4n) {
  margin-right: 0;
}
.upload_pictures ul li img {
  width: 100%;
  height: 100%;
}
.upload_pictures ul .upload_btn {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
  line-height: 1.28rem;
  color: #555555;
  font-size: 0.88rem;
  font-family: "Microsoft YaHei UI", "PingFang-SC-Medium";
  color: #c7c7c7;
  align-items: center;
  border: 0.08rem dashed #ececec;
  border-radius: 0.4rem;
}
.upload_pictures ul .upload_btn i {
  width: 1.8rem;
  height: 1.8rem;
  margin: 0.24rem;
  background: url("../images/icon_base/icon_upload_pictures.png") center center no-repeat;
  background-size: 100% 100%;
}
.upload_pictures ul .upload_btn span {
  color: #555555;
  font-size: 0.88rem;
  font-family: "Microsoft YaHei UI", "PingFang-SC-Medium";
  color: #c7c7c7;
}
/*通栏导航菜单*/
.top_nav_menu {
  width: 100%;
  height: 3.6rem;
  background: #fff;
}
.top_nav_menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
.top_nav_menu ul li {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555555;
  font-size: 1.12rem;
  font-family: "Microsoft YaHei UI", "PingFang-SC-Medium";
}
.top_nav_menu ul li.cur {
    /*color: var(--tl-color-main);*/
    color: var(--tl-color-main);
}
.top_nav_menu ul i {
    position: absolute;
    left: 16.665%;
    bottom: 0;
    width: 2em;
    margin-left: -1em;
    height: 0.46rem;
    background: var(--tl-color-main);
    border-radius: 0.24rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/*作品信息列表板块*/
.works_info_box {
  padding: 1.36rem 1.44rem;
  background: #fff;
  overflow: hidden;
  /*评价与收藏*/
}
.works_info_box .author_info {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 0.56rem;
  width: 100%;
  position: relative;
}
.works_info_box .author_info .portrait {
  flex-shrink: 0;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 0.4rem;
  overflow: hidden;
}
.works_info_box .author_info .portrait img {
  width: 100%;
  height: 100%;
}
.works_info_box .author_info .name {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
  justify-content: space-around;
  width: 100%;
  padding-left: 0.8rem;
}
.works_info_box .author_info .name strong {
  color: #555555;
  font-size: 1.12rem;
  font-family: "Microsoft YaHei UI", "PingFang-SC-Medium";
  padding-bottom: 0.48rem;
  color: #000;
  font-weight: 600;
}
.works_info_box .author_info .name p {
  color: #555555;
  font-size: 1rem;
  font-family: "Microsoft YaHei UI", "PingFang-SC-Medium";
  line-height: 1.5em;
  color: #7a7a7b;
  text-align: justify;
  padding-bottom: 0.5em;
}
.works_info_box .author_info .name span,
.works_info_box .author_info .name em {
  color: #555555;
  font-size: 1rem;
  font-family: "Microsoft YaHei UI", "PingFang-SC-Medium";
  padding-bottom: 0.4rem;
  color: #c7c7c7;
}
.works_info_box .author_info .keyword {
  flex-shrink: 0;
  width: auto;
  padding: 0.28rem 0;
  position: absolute;
  right: 0;
  top: 0.32rem;
}
.works_info_box .author_info .keyword span {
  color: #555555;
  font-size: 0.88rem;
  font-family: "Microsoft YaHei UI", "PingFang-SC-Medium";
  padding: 0.2rem 0.52rem;
  color: #22b7a2;
  border-radius: 0.32rem;
  border: 0.08rem solid #22b7a2;
}
.works_info_box .author_info .keyword span.red {
  color: #fb6c66;
  border-color: #fb6c66;
}
.works_info_box .author_info .keyword span.blue {
  color: var(--tl-color-main);
  border-color: var(--tl-color-main);
}
.works_info_box .works_content {
  padding-left: 4.4rem;
  overflow: hidden;
}
.works_info_box .works_content .title {
  width: 100%;
  padding: 0 0 0.52rem;
}
    .works_info_box .works_content .title span {
        display: inline-block;
        padding: 0 0.64rem;
        height: 1.6rem;
        line-height: 1.6rem;
        color: #555555;
        font-size: 0.96rem;
        font-family: "Microsoft YaHei UI", "PingFang-SC-Medium";
        color: var(--tl-color-main);
        background: rgba(var(--tl-bg-main),.2);
        border-radius: 0.8rem;
    }
.works_info_box .works_content .text {
  padding-bottom: 0.4rem;
  overflow: hidden;
}
.works_info_box .works_content .text p {
  color: #555555;
  font-size: 1.12rem;
  font-family: "Microsoft YaHei UI", "PingFang-SC-Medium";
  line-height: 1.5em;
}
.works_info_box .works_content .drawing {
  padding-bottom: 0.28rem;
}
.works_info_box .works_content .drawing ul {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.works_info_box .works_content .drawing ul:after {
  content: "";
  width: 7.92rem;
  height: 0;
}
.works_info_box .works_content .drawing li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 4px 0;
  width: 7.92rem;
  height: 7.92rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
.works_info_box .works_content .drawing li img {
  width: auto;
  height: auto;
}
.works_info_box .works_content .students p {
  line-height: 2em;
  color: #555555;
  font-size: 0.88rem;
  font-family: "Microsoft YaHei UI", "PingFang-SC-Medium";
  color: #a0a0a0;
}
.works_info_box .amodule_review {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 1.12rem;
  padding-left: 4.4rem;
}
.works_info_box .amodule_review ul {
  width: 4.8rem;
  height: 100%;
  background: url(../images/icon_base/icon_ellipsis_btn.png) center center no-repeat;
  -webkit-background-size: 1.88rem 0.36rem;
  background-size: 1.88rem 0.36rem;
}
.works_info_box .amodule_review .review button {
  height: 1.24rem;
  margin-right: 1.6rem;
  padding-left: 2rem;
  color: #555555;
  font-size: 0.96rem;
  font-family: "Microsoft YaHei UI", "PingFang-SC-Medium";
}
.works_info_box .amodule_review .star {
  background: url("../images/icon_base/icon_star_btn.png") left center no-repeat;
  -webkit-background-size: 1.44rem 1.24rem;
  background-size: 1.44rem 1.24rem;
}
.works_info_box .amodule_review .like {
  background: url("../images/icon_base/icon_heart.png") left center no-repeat;
  -webkit-background-size: 1.44rem 1.24rem;
  background-size: 1.44rem 1.24rem;
}
.works_info_box .amodule_review .info {
  background: url("../images/icon_base/icon_info_btn.png") left center no-repeat;
  -webkit-background-size: 1.32rem 1.2rem;
  background-size: 1.32rem 1.2rem;
}
/*loading_page 样式*/
.loading_page {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 0 !important;
}
.loading_page .loading_con {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.loading_page .loading_con .box {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 1rem 2rem 1.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  background: #fff;
}
.loading_page .loading_con p {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.loading_page .loading_con p:before,
.loading_page .loading_con p:after {
  content: "";
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.loading_page .loading_con p:before {
  z-index: 1;
  width: 2.24rem;
  height: 2.24rem;
  -webkit-animation: 1.5s loading linear infinite;
  -o-animation: 1.5s loading linear infinite;
  animation: 1.5s loading linear infinite;
  background: transparent;
  border: 0.08rem solid var(--tl-color-main);
  border-right-color: transparent;
  border-left-color: transparent;
}
.loading_page .loading_con p:after {
  width: 2.08rem;
  height: 2.08rem;
  z-index: 0;
  background: var(--tl-color-main) url(../images/icon_base/load_more_bg.png) no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.loading_page .loading_con span {
  display: block;
  padding-top: 1.5rem;
  line-height: 1;
  font-size: 1.1rem;
}
/*加载更多*/
.load_more {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.8rem;
  background: transparent;
}
.load_more i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.76rem;
  height: 1.76rem;
  position: relative;
  margin: 0 0.4rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.load_more i:before,
.load_more i:after {
  content: "";
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.load_more i:before {
  z-index: 0;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-animation: 1.5s loading linear infinite;
  -o-animation: 1.5s loading linear infinite;
  animation: 1.5s loading linear infinite;
  background: transparent;
  border: 0.08rem solid var(--tl-color-main);
  border-right-color: transparent;
  border-left-color: transparent;
}
.load_more i:after {
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  z-index: 1;
  background: var(--tl-color-main) url("../images/icon_base/load_more_bg.png") no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  border: 0.04rem solid #fff;
}
.load_more span {
  line-height: 1;
  font-size: 0.96rem;
  font-weight: 400;
  color: #999;
}
/*旋转图*/
.icon_spin {
  -webkit-animation: 1.5s loading linear infinite;
  -o-animation: 1.5s loading linear infinite;
  animation: 1.5s loading linear infinite;
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*百度地图显示弹窗*/
.bmap_pop {
  padding-top: 3.44rem;
  left: 100%;
}
.bmap_pop .top_fixed_bar {
  position: absolute;
}
.bmap_pop .bmap_con {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/*隐藏百度地图*/
.anchorBL {
  display: none;
}
/*提示信息通用*/
.hint_info_type {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  max-width: 30rem;
  height: 100%;
  background: transparent;
  overflow: hidden;
}
.hint_info_type .content_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.hint_info_type .alone {
  background: transparent;
}
.hint_info_type .alone p {
  max-width: 50%;
  padding: 0.5rem 2rem;
  color: #fff;
  line-height: 1.5em;
  font-size: 1rem;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
}
.hint_info_type .judge_ok {
  background: rgba(0, 0, 0, 0.4);
}
.hint_info_type .judge_ok .clear_info {
  display: flex;
  flex-flow: column;
  width: 90%;
  background: #fff;
  -webkit-border-radius: 0.56rem;
  -moz-border-radius: 0.56rem;
  border-radius: 0.56rem;
  overflow: hidden;
}
.hint_info_type .clear_info strong {
  line-height: 2rem;
  font-size: 1.4rem;
  color: #000;
  font-weight: 500;
  padding: 1.2rem 1.52rem 0.2rem;
}
.hint_info_type .clear_info p {
  width: 100%;
  height: 100%;
  padding: 0 1.52rem 1.3rem 1.52rem;
  line-height: 1.5;
  color: #555555;
  font-size: 1.3rem;
  text-align: justify;
  text-align-last: left;
}
.hint_info_type .clear_info ul {
  flex-shrink: 0;
  display: flex;
}
.hint_info_type .clear_info li {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  padding-bottom: 1.1em;
}
.hint_info_type .clear_info button {
  width: 80%;
  height: 3rem;
  border-radius: 0.4rem;
  overflow: hidden;
  color: var(--tl-color-main);
  font-size: 1.2rem;
  border: 1px solid var(--tl-color-main);
}
.hint_info_type .clear_info li:nth-child(2) button {
  color: #fff;
  background: var(--tl-color-main);
}
/*旋转图*/
.icon_spin_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 1em 0;
}
.icon_spin_box .icon_spin {
  width: 1.6rem;
  height: 1.6rem;
  -webkit-animation: 1.5s loading linear infinite;
  -o-animation: 1.5s loading linear infinite;
  animation: 1.5s loading linear infinite;
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.no_data_tips {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #555555;
  font-size: 1.12rem;
  font-family: "Microsoft YaHei UI", "PingFang-SC-Medium";
  line-height: 3.5em;
  color: #c7c7c7;
}
/*无更多信息*/
.no_message {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 2rem 0 1.12rem;
}
.no_message p {
  line-height: 1.5em;
  color: #555555;
  font-size: 0.96rem;
  font-family: "Microsoft YaHei UI", "PingFang-SC-Medium";
  color: #a0a0a0;
}
/*2021年3月29添加  录音时长 样式*/
.frequency_main .frequency {
  width: 100%;
  height: 12rem;
  padding: 0 2rem;
}
.frequency_main .frequency > div {
  width: 100% !important;
}
.frequency_main .frequency > div > div {
  width: 100% !important;
}
.frequency_main .duration {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555555;
  font-size: 1.44rem;
  font-family: "Microsoft YaHei UI", "PingFang-SC-Medium";
  color: var(--tl-color-main);
}
/*# sourceMappingURL=default_style.css.map */