@charset "UTF-8";
.color999 {
  color: #999; }

.color222 {
  color: #222; }

html {
  font-size: calc(100vw / 7.5);
  height: 100%; }

body,
p {
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1; }

ul,
ol,
li {
  list-style: none;
  padding: 0;
  margin: 0; }

span,
strong {
  line-height: 1; }

body {
  width: 100%;
  height: 100%;
  font-size: .15rem;
  color: #333; }

.bg_color_fff {
  background-color: #fff; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.inlineBlock {
  display: inline-block; }

.block {
  display: block; }

.inline {
  display: inline; }

.flexRow {
  display: flex;
  flex-direction: row; }

.flexColumn {
  display: flex;
  flex-direction: column; }

.inlineFlexRow {
  display: inline-flex;
  flex-direction: row; }

.inlineFlexColumn {
  display: inline-flex;
  flex-direction: column; }

.flexCenter {
  justify-content: center; }

.flexEnd {
  justify-content: flex-end; }

.flexStart {
  justify-content: flex-start; }

.spaceBetween {
  justify-content: space-between; }

.spaceAround {
  justify-content: space-around; }

.flexNoWrap {
  flex-wrap: nowrap; }

.flexWrap {
  flex-wrap: wrap; }

.alignCenter {
  align-items: center; }

.alignEnd {
  align-items: flex-end; }

.alignStart {
  align-items: flex-start; }

.alignSpaceBetween {
  align-items: space-between; }

.alignSpaceAround {
  align-items: space-around; }

.fl {
  float: left; }

.fr {
  float: right; }

.cl {
  clear: left; }

.cr {
  clear: right; }

.cBoth {
  clear: both; }

.paddingLeftRight {
  padding-left: .3rem;
  padding-right: .3rem; }

input::-webkit-input-placeholder {
  color: #999;
  font-size: .28rem; }

input {
  border: none !important;
  margin: 0 !important; }

.mui-bar-tab {
  height: 1rem;
  box-shadow: none;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  border-top: .01rem solid #d7d7d7; }
  .mui-bar-tab .tab-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .mui-bar-tab .tab-item > img {
      width: 0.45rem;
      height: 0.45rem;
      margin-bottom: -.05rem; }
    .mui-bar-tab .tab-item .mui-tab-label {
      margin-top: .1rem;
      font-size: .2rem;
      color: #999;
      display: block; }
  .mui-bar-tab .mui-active .mui-tab-label {
    color: #3ea0e9; }
  #search_box{
    width: 100%;
    height: .85rem;
    border-bottom: 1px solid #eeeeee;
    background: #ffffff;
    padding-top: .1rem;
  }
  .search_btn{
    width: 90%;
    height: .64rem;
    line-height: .64rem;
    position: relative;
    border-radius: .32rem;
    overflow: hidden;
    margin: 0 auto;
    background: #f7f7f7;
    padding-left: .5rem;
  }

  .search_btn img {
    width: .35rem;
    height: .35rem;
    position: absolute;
    top: .12rem;
    left: .3rem;
  }
  .search_btn input {
    width: 100%;
    height: 100%;
    line-height: .64rem;
    font-size: .26rem;
    background: #f7f7f7;
  }

  .search_txt{
    font-size: .26rem;
    color: #127cd6;
    float: right;
    margin-right: .2rem;
    margin-top: .1rem;
  }
  .search_top{
    margin-top: .8rem;
  }
  .search_title{
    width: 100%;
    height: .8rem;
    font-size: .26rem;
    line-height: .8rem;
    border-bottom: 1px solid #f7f7f7;
    background: #f7f7f7;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .search_title span {
    color: #999999;
    margin-left: .28rem;
    font-weight: bold;
  }
  .search_title_a{
    height: 1.1rem;
    line-height: 1.1rem;
    background: #ffffff;
  }
  .search_title_a span {
    font-size: .26rem;
    color: #222;
  }
#sliderSegmentedControl, #sliderSegmentedControl2 {
  height: .92rem;
  background-color: #fff;
  border-bottom: .01rem solid #d7d7d7; }
  #sliderSegmentedControl > div.mui-scroll, #sliderSegmentedControl2 > div.mui-scroll {
    height: .92rem;
    display: flex;
    align-items: center; }
    #sliderSegmentedControl > div.mui-scroll .mui-control-item2, #sliderSegmentedControl2 > div.mui-scroll .mui-control-item2 {
      position: relative;
      color: #666;
      font-size: .3rem;
      line-height: .8rem;
      padding: 0 20px; }
    #sliderSegmentedControl > div.mui-scroll .mui-active, #sliderSegmentedControl2 > div.mui-scroll .mui-active {
      color: #222;
      font-size: .36rem;
      border: none; }
    #sliderSegmentedControl > div.mui-scroll .mui-active::after, #sliderSegmentedControl2 > div.mui-scroll .mui-active::after {
      content: '';
      display: block;
      border-bottom: 0.05rem solid #3ea0e9;
      width: .4rem;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      margin-left: -.2rem; }

#sliderSegmentedControl2 {
  height: 1rem;
  background-color: #d7d7d7;
  border-bottom: none; }
  #sliderSegmentedControl2 > div.mui-scroll .mui-active::after {
    content: '';
    border-bottom: none; }

#personalCenter > div.user_info {
  padding: .5rem .3rem .2rem;
  background-color: #fff; }
  #personalCenter > div.user_info > div > img {
    width: 1.33rem;
    height: 1.33rem;
    border-radius: 1rem;
    margin-right: .2rem; }
  #personalCenter > div.user_info > div > div > span {
    font-size: .24rem;
    color: #fff;
    padding: .1rem .28rem;
    background-image: linear-gradient(90deg, #127cd6 0%, #1e8be8 100%), linear-gradient(#1e8be8, #1e8be8);
    border-radius: .4rem; }
  #personalCenter > div.user_info .view_user_info {
    margin-top: .02rem;
    line-height: 1;
    padding-left: 0;
    padding-right: 0; }
  #personalCenter > div.user_info .mui-navigate-right:after {
    right: 0;
    font-size: 0.35rem; }
#personalCenter > ul {
  margin-top: .1rem; }
  #personalCenter > ul .mui-table-view-cell:after {
    right: .3rem;
    left: .3rem; }
  #personalCenter > ul .mui-navigate-right:after {
    font-size: 0.35rem; }
  #personalCenter > ul > li > a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end; }
    #personalCenter > ul > li > a > img {
      width: .36rem;
      height: .36rem; }
    #personalCenter > ul > li > a > span {
      font-size: .3rem;
      color: #222;
      margin-left: .25rem; }

.minirefresh-theme-default .minirefresh-upwrap {
  min-height: .2rem !important;
  padding: 0 0 .15rem !important; }

.minirefresh-theme-default .status-nomore .upwrap-tips {
  padding: .1rem 0 0 !important; }

.minirefresh-totop {
  bottom: 50px !important; }

.mui-slider .mui-segmented-control.mui-segmented-control-inverted ~ .mui-slider-group .mui-slider-item {
  border: none; }

.dj_letter_box ul {
  margin-bottom: 2rem; }
  .dj_letter_box ul > li {
    margin: 0 0 1rem; }

.rich_text_content {
  font-size: .32rem;
  color: #444;
  line-height: .6rem; }
  .rich_text_content img {
    width: 100%; }
  .rich_text_content p {
    font-size: .32rem;
    color: #444;
    line-height: .6rem; }

.color999 {
  color: #999; }

.color222 {
  color: #222; }

.xbPopModule {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000; }
  .xbPopModule > div.xbPopModule_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 80%;
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; }
    .xbPopModule > div.xbPopModule_content > div {
      width: 100%; }
    .xbPopModule > div.xbPopModule_content > div.xbPopModule_header {
      height: 1rem;
      border-bottom: .01rem solid #d7d7d7;
      display: none; }
    .xbPopModule > div.xbPopModule_content > div.xbPopModule_body {
      flex-grow: 1;
      width: 100%;
      padding: .2rem; }
    .xbPopModule > div.xbPopModule_content > div.xbPopModule_footer {
      height: 1rem;
      border-top: .01rem solid #d7d7d7;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
      .xbPopModule > div.xbPopModule_content > div.xbPopModule_footer > div {
        flex-grow: 1;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center; }
        .xbPopModule > div.xbPopModule_content > div.xbPopModule_footer > div[data-type='ok'] {
          border-left: .01rem solid #d7d7d7;
          font-weight: 500; }

.mui-preview-image.mui-fullscreen {
  position: fixed;
  z-index: 999;
  background-color: #000; }

.mui-preview-header,
.mui-preview-footer {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 10;
  display: none; }

.mui-preview-header .mui-preview-indicator {
  display: block;
  line-height: 25px;
  color: #fff;
  text-align: center;
  margin: 15px auto 4;
  width: 70px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 12px;
  font-size: 16px; }

.mui-preview-image {
  display: none;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.mui-preview-image.mui-preview-in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.mui-preview-image.mui-preview-out {
  background: none;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

.mui-preview-image.mui-preview-out .mui-preview-header,
.mui-preview-image.mui-preview-out .mui-preview-footer {
  display: none; }

.mui-zoom-scroller {
  position: absolute;
  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;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-backface-visibility: hidden; }

.mui-zoom {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.mui-slider .mui-slider-group .mui-slider-item img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

.mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {
  width: 100%; }

.mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item {
  display: inline-table; }

.mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {
  display: table-cell;
  vertical-align: middle; }

.mui-preview-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none; }

.mui-preview-image img.mui-transitioning {
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.addVoteWrap > div.vote_directive {
  padding: 0 0 .3rem; }
  .addVoteWrap > div.vote_directive > strong {
    padding: 0 .3rem; }
  .addVoteWrap > div.vote_directive > p {
    padding: 0 .3rem; }
.addVoteWrap > div.voteContentBox {
  padding-bottom: 2rem; }
  .addVoteWrap > div.voteContentBox > div.voteListBox {
    padding: .3rem;
    background-color: #fff; }
    .addVoteWrap > div.voteContentBox > div.voteListBox > ul > li {
      margin-bottom: .2rem;
      background-color: #f2f2f2;
      padding-right: .3rem; }

.addQuestionWrap {
  position: relative; }
  .addQuestionWrap > div.question_list_box {
    padding: .4rem .3rem 1.1rem;
    background-color: #fff; }
    .addQuestionWrap > div.question_list_box > textarea {
      height: 1.6rem;
      background-color: #f2f2f2;
      border: none; }
  .addQuestionWrap > div.nextStep {
    position: fixed;
    width: 100%;
    height: 1rem;
    background-color: #237bdf;
    color: #fff;
    font-size: .42rem;
    bottom: 0;
    z-index: 10; }

.homeWrap {
  background-color: #000; }
  .homeWrap #minirefresh1 ul.newsList {
    background-color: #efeff4; }
    .homeWrap #minirefresh1 ul.newsList > li {
      margin-bottom: .1rem; }
  .homeWrap .writeLetter {
    height: .94rem;
    color: #fff;
    background-color: #1e8be8;
    font-size: .42rem;
    position: fixed;
    bottom: .2rem;
    z-index: 1;
    width: 6.9rem;
    margin-left: .3rem; }

.addPublicWrap > textarea {
  border: none;
  width: 100%;
  height: 3.17rem; }
.addPublicWrap > div.img_group {
  padding: 0 .3rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center; }
  .addPublicWrap > div.img_group .addImg {
    width: 1.86rem;
    height: 1.86rem; }
  .addPublicWrap > div.img_group > div.previewImage > img {
    width: 1.86rem;
    height: 1.86rem;
    margin-right: .1rem; }

.activeDetailWrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%; }
  .activeDetailWrap .vote_directive {
    padding: 0 0 .3rem; }
    .activeDetailWrap .vote_directive > strong {
      padding: 0 .3rem; }
    .activeDetailWrap .vote_directive > p {
      padding: 0 .3rem; }
  .activeDetailWrap > div.commentBox {
    position: relative;
    flex-grow: 1;
    width: 100%;
    background-color: #fff; }
    .activeDetailWrap > div.commentBox .commentList {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      padding: .3rem; }
      .activeDetailWrap > div.commentBox .commentList > li {
        width: 3.3rem;
        height: 3.3rem;
        padding: .55rem .17rem .3rem;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
        margin-bottom: .3rem;
        background-color: #9fbe5d; }
        .activeDetailWrap > div.commentBox .commentList > li > div:nth-child(1) {
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center; }
          .activeDetailWrap > div.commentBox .commentList > li > div:nth-child(1) > img {
            width: .5rem;
            height: .5rem;
            margin-right: .18rem; }
          .activeDetailWrap > div.commentBox .commentList > li > div:nth-child(1) > span {
            font-size: .26rem;
            color: #fff; }
        .activeDetailWrap > div.commentBox .commentList > li > div:nth-child(2) {
          margin-left: .68rem;
          max-height: 1.3rem;
          overflow: auto; }
          .activeDetailWrap > div.commentBox .commentList > li > div:nth-child(2) > img {
            width: .3rem;
            height: .3rem;
            margin-right: .23rem; }
          .activeDetailWrap > div.commentBox .commentList > li > div:nth-child(2) > span {
            font-size: .24rem;
            color: #fff;
            line-height: .36rem; }
        .activeDetailWrap > div.commentBox .commentList > li > div:nth-child(3) {
          align-self: flex-end; }
        .activeDetailWrap > div.commentBox .commentList > li:first-child {
          background-color: #fff;
          border: .01rem dotted #d7d7d7; }
          .activeDetailWrap > div.commentBox .commentList > li:first-child > div:nth-child(1) > span {
            font-size: .26rem;
            color: #666; }
          .activeDetailWrap > div.commentBox .commentList > li:first-child > div:nth-child(2) {
            margin-left: .68rem; }
            .activeDetailWrap > div.commentBox .commentList > li:first-child > div:nth-child(2) > span {
              font-size: .32rem;
              color: #666; }
    .activeDetailWrap > div.commentBox .commentListByImg {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      padding: .3rem; }
      .activeDetailWrap > div.commentBox .commentListByImg > li {
        width: 3.3rem;
        height: 3.3rem;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-bottom: .3rem;
        position: relative;
        overflow: hidden;
        text-align: center;
        background-color: rgba(134, 134, 134, 0.82); }
        .activeDetailWrap > div.commentBox .commentListByImg > li > img {
          width: auto;
          height: 100%; }
        .activeDetailWrap > div.commentBox .commentListByImg > li > div {
          position: absolute;
          right: .17rem;
          bottom: .3rem; }
  .activeDetailWrap .img_text {
    z-index: 1000;
    position: fixed;
    color: #fff;
    font-size: 16px;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px; }

.communityWrap #minirefresh2 ul > li {
  border-bottom: .01rem solid #d7d7d7; }

.orderDetailWrap {
  background-color: #d7d7d7;
  height: 100%; }
  .orderDetailWrap > div.orderDetailInfo > div {
    line-height: 1;
    margin-bottom: .4rem; }
    .orderDetailWrap > div.orderDetailInfo > div > span {
      font-size: .26rem;
      color: #222; }
      .orderDetailWrap > div.orderDetailInfo > div > span:first-child {
        color: #acb1b4;
        width: 20%;
        display: inline-block; }
    .orderDetailWrap > div.orderDetailInfo > div:last-child {
      margin-bottom: 0; }

.goodsDetailWrap {
  background-color: #fff; }
  .goodsDetailWrap .xbPopModule .djbody {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: .3rem;
    color: #666; }
  .goodsDetailWrap .xbPopModule .djFooter {
    height: .9rem; }
    .goodsDetailWrap .xbPopModule .djFooter > div {
      font-size: .3rem;
      width: 50%; }

.mallWrap {
  background-color: #fff;
  height: 100%; }
  .mallWrap .msgBox {
    padding: 0 .25rem;
    height: .5rem;
    line-height: .5rem;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    z-index: 100;
    /* Make it move */ }
    .mallWrap .msgBox .marquee {
      height: .5rem;
      line-height: .5rem;
      font-size: .32rem;
      width: 93%;
      margin: 0 auto;
      overflow: hidden;
      white-space: nowrap;
      box-sizing: border-box;
      animation: marquee 30s linear infinite;
      display: inline-block; }
    .mallWrap .msgBox .marquee:hover {
      animation-play-state: paused; }
@keyframes marquee {
  0% {
    text-indent: 27.5em; }
  100% {
    text-indent: -100em; } }
  .mallWrap #minirefresh1 .goodsList .goods_directive {
    border-bottom: .01rem solid #f1f1f1; }
    .mallWrap #minirefresh1 .goodsList .goods_directive:nth-child(2n) {
      border-left: .01rem solid #f1f1f1; }

.workAssistantkWrap {
  height: 100%; }
  .workAssistantkWrap div.mui-scroll > ul > li {
    margin-bottom: .2rem; }

.approveFootprintWrap {
  padding: .6rem .3rem;
  background-color: #fff; }
  .approveFootprintWrap .active {
    background-color: #1e8be8 !important;
    border: 0.06rem solid rgba(30, 139, 232, 0.3) !important; }
  .approveFootprintWrap .footPringItem {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start; }
    .approveFootprintWrap .footPringItem > div.pintAndLine {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-right: .3rem; }
      .approveFootprintWrap .footPringItem > div.pintAndLine > span {
        display: block;
        width: .2rem;
        height: .2rem;
        border-radius: .4rem;
        background-color: #d7d7d7; }
      .approveFootprintWrap .footPringItem > div.pintAndLine > div {
        height: 1.5rem;
        background-color: #d7d7d7;
        width: 1px; }
    .approveFootprintWrap .footPringItem > div.detail {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start; }
      .approveFootprintWrap .footPringItem > div.detail > span:first-child {
        font-size: .36rem;
        color: #222; }
      .approveFootprintWrap .footPringItem > div.detail > span:last-child {
        font-size: .28rem;
        color: #666;
        margin-top: .1rem; }

.addApproveWrap > ul > li {
  height: 1rem !important;
  color: #666 !important; }
.addApproveWrap > a {
  font-size: .3rem;
  text-decoration: underline;
  padding: .35rem .3rem;
  display: block; }
.addApproveWrap > textarea {
  border: none;
  width: 100%;
  height: 3.17rem; }
.addApproveWrap > div.img_group {
  padding: 0 .3rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center; }
  .addApproveWrap > div.img_group .addImg {
    width: 1.86rem;
    height: 1.86rem; }
  .addApproveWrap > div.img_group > div.previewImage > img {
    width: 1.86rem;
    height: 1.86rem;
    margin-right: .1rem; }

.addApproveManWrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start; }
  .addApproveManWrap > ul {
    width: 100%; }
    .addApproveManWrap > ul > li {
      height: 1rem !important; }
      .addApproveManWrap > ul > li > span {
        width: 25%; }
  .addApproveManWrap > div.userList {
    flex-grow: 1;
    width: 100%;
    position: relative;
    margin-top: 10px; }
    .addApproveManWrap > div.userList ul {
      background-color: #fff; }
      .addApproveManWrap > div.userList ul > li {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin: 0 .3rem;
        height: .91rem;
        font-size: .3rem;
        color: #222;
        border-bottom: .01rem solid #c8c7cc; }
        .addApproveManWrap > div.userList ul > li:last-child {
          border: none; }

.bpCenterWrap {
  height: 100%;
  background-color: #fff; }
  .bpCenterWrap .bpCard {
    margin: 0 .3rem 0;
    background-color: #3ea0e9;
    border-radius: .3rem .3rem 0 0;
    height: 1.7rem; }
  .bpCenterWrap .bpStatus {
    background-color: #fff;
    padding: .2rem 0 0;
    border-bottom: .01rem solid #d7d7d7; }
    .bpCenterWrap .bpStatus #sliderSegmentedControl3 {
      margin-top: .3rem;
      height: 1.2rem;
      box-shadow: 0 0.06rem 0.09rem 0 rgba(34, 34, 34, 0.07); }
      .bpCenterWrap .bpStatus #sliderSegmentedControl3 > div.mui-scroll {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 1.2rem; }
        .bpCenterWrap .bpStatus #sliderSegmentedControl3 > div.mui-scroll .mui-control-item {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          height: 1.2rem;
          padding: 0;
          margin: 0 1rem; }
          .bpCenterWrap .bpStatus #sliderSegmentedControl3 > div.mui-scroll .mui-control-item > span {
            color: #999; }
            .bpCenterWrap .bpStatus #sliderSegmentedControl3 > div.mui-scroll .mui-control-item > span:first-child {
              font-size: .42rem;
              font-weight: bold; }
            .bpCenterWrap .bpStatus #sliderSegmentedControl3 > div.mui-scroll .mui-control-item > span:last-child {
              font-size: .28rem;
              margin-top: .2rem; }
        .bpCenterWrap .bpStatus #sliderSegmentedControl3 > div.mui-scroll .mui-active {
          border-color: #222 !important; }
          .bpCenterWrap .bpStatus #sliderSegmentedControl3 > div.mui-scroll .mui-active > span {
            color: #222 !important; }
  .bpCenterWrap .xbPopModule .djFooter {
    height: .9rem; }
    .bpCenterWrap .xbPopModule .djFooter > div {
      font-size: .3rem;
      width: 50%; }
  .bpCenterWrap .xbPopModule .djbody {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center; }
    .bpCenterWrap .xbPopModule .djbody > div.mui-input-row {
      width: 100%; }
      .bpCenterWrap .xbPopModule .djbody > div.mui-input-row > input {
        border: .02rem solid #d7d7d7 !important;
        width: 100%; }
  .bpCenterWrap .dataList > li::after {
    content: '';
    display: block;
    height: .02rem;
    background-color: #d7d7d7;
    margin: 0 .3rem; }

.myPublicWrap #minirefresh1 ul > li {
  border-bottom: .01rem solid #d7d7d7; }

.addLetterWrap > ul {
  margin-bottom: .3rem; }
  .addLetterWrap > ul > li {
    height: 1rem !important;
    color: #666 !important; }
.addLetterWrap > textarea {
  border: none;
  width: 100%;
  height: 3.17rem; }
.addLetterWrap > div.img_group {
  padding: 0 .3rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center; }
  .addLetterWrap > div.img_group .addImg {
    width: 1.86rem;
    height: 1.86rem; }
  .addLetterWrap > div.img_group > div.previewImage > img {
    width: 1.86rem;
    height: 1.86rem;
    margin-right: .1rem; }

.replayLetterWrap > textarea {
  border: none;
  width: 100%;
  height: 3.17rem; }
.replayLetterWrap > div.img_group {
  padding: 0 .3rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center; }
  .replayLetterWrap > div.img_group .addImg {
    width: 1.86rem;
    height: 1.86rem; }
  .replayLetterWrap > div.img_group > div.previewImage > img {
    width: 1.86rem;
    height: 1.86rem;
    margin-right: .1rem; }

.myCollectWrap #minirefresh1 ul > li {
  margin-bottom: .1rem; }
.myCollectWrap #minirefresh2 ul > li:last-child > div.train_directive {
  padding-bottom: .3rem; }

.memberCommentWrap #minirefresh2 ul > li {
  border-bottom: .01rem solid #d7d7d7; }
.memberCommentWrap .xbPopModule .djbody {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: .3rem;
  color: #666; }
.memberCommentWrap .xbPopModule .djFooter {
  height: .9rem; }
  .memberCommentWrap .xbPopModule .djFooter > div {
    font-size: .3rem;
    width: 50%; }

.addressBookWrap {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start; }
  .addressBookWrap .search-box {
    justify-content: space-between;
    height: .8rem;
    box-shadow: 0 0px 0.05rem -0.02rem #999; }
    .addressBookWrap .search-box > input {
      height: .8rem;
      text-align: center; }
    .addressBookWrap .search-box > button {
      height: .8rem;
      border-radius: 0;
      top: -.8rem;
      float: right;
      width: 1.2rem;
      border-top: none;
      border-bottom: none;
      border-right: none;
      font-size: .3rem;
      color: #999; }
  .addressBookWrap .main-box {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .addressBookWrap .main-box a {
      font-size: .4rem; }
    .addressBookWrap .main-box .aside-nav {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: center;
      width: .5rem;
      background-color: lightgrey; }
      .addressBookWrap .main-box .aside-nav > a {
        color: #aaa;
        line-height: 1;
        font-size: .3rem; }
    .addressBookWrap .main-box .address-box {
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      overflow: auto; }
      .addressBookWrap .main-box .address-box .address-list .key {
        width: 100%;
        background-color: #f7f7f7;
        color: #999;
        height: .5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: .3rem;
        font-size: .35rem; }
      .addressBookWrap .main-box .address-box .address-list .value {
        height: .8rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: .3rem;
        position: relative; }
        .addressBookWrap .main-box .address-box .address-list .value > a {
          color: #333;
          font-size: .35rem; }
        .addressBookWrap .main-box .address-box .address-list .value::after {
          content: '';
          height: 1px;
          background-color: #c8c7cc;
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          margin-left: .3rem; }
        .addressBookWrap .main-box .address-box .address-list .value:last-child::after {
          display: none; }
  .addressBookWrap .searchWin {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .addressBookWrap .searchWin .header {
      height: .8rem; }
      .addressBookWrap .searchWin .header > input {
        height: .8rem;
        text-align: center;
        border-radius: 0;
        box-shadow: 0 0px 0.05rem -0.02rem #999; }
    .addressBookWrap .searchWin .main {
      margin-top: .2rem;
      flex-grow: 1;
      overflow: auto;
      height: 80%;
      font-size: .35rem; }
      .addressBookWrap .searchWin .main .selectItem {
        height: .6rem;
        display: flex;
        align-items: center; }
      .addressBookWrap .searchWin .main .selectItemActive {
        background-color: #eee; }
      .addressBookWrap .searchWin .main .oneLeveList .oneLeve {
        display: flex;
        align-items: center;
        font-size: .4rem;
        height: .8rem;
        color: #333;
        justify-content: space-between;
        padding: 0 .3rem;
        position: relative; }
        .addressBookWrap .searchWin .main .oneLeveList .oneLeve > span {
          font-size: .4rem;
          padding-left: 2rem; }
        .addressBookWrap .searchWin .main .oneLeveList .oneLeve::after {
          content: '';
          height: 1px;
          background-color: #c8c7cc;
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          margin-left: .3rem; }
      .addressBookWrap .searchWin .main .oneLeveList .oneLeveChild .twoleveList .twoleve {
        padding-left: .6rem;
        line-height: .8rem;
        height: .8rem;
        font-size: .35rem;
        position: relative; }
        .addressBookWrap .searchWin .main .oneLeveList .oneLeveChild .twoleveList .twoleve::after {
          content: '';
          height: 1px;
          background-color: #c8c7cc;
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          margin-left: .6rem; }
    .addressBookWrap .searchWin .footer {
      height: .8rem;
      box-shadow: 0 0px 0.05rem -0.02rem #999;
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      .addressBookWrap .searchWin .footer > button {
        border: none;
        width: 50%;
        height: 100%; }

.setBaseDataWrap > div.mui-input-row {
  margin: .2rem 0; }
  .setBaseDataWrap > div.mui-input-row > input {
    height: 1.02rem; }
  .setBaseDataWrap > div.mui-input-row > span {
    top: 0 !important;
    height: 1.02rem !important;
    line-height: 1.02rem !important; }
  .setBaseDataWrap > div.mui-input-row > ul > li::after {
    right: .3rem !important;
    left: .3rem !important; }

.myTrainWrap {
  background-color: #fff;
  height: 100%; }
  .myTrainWrap .trainitemList > li::after {
    content: '';
    display: block;
    height: 1px;
    background-color: #d7d7d7;
    margin: 0 .3rem; }

.myExamWrap {
  height: 100%;
  background-color: #fff; }
  .myExamWrap .dataList > li::after {
    content: '';
    display: block;
    height: 1px;
    background-color: #d7d7d7;
    margin: 0 .3rem; }

.personal-slider-group {
  top: .92rem !important; }

.personalInfoWrap > ul, .addApproveWrap > ul, .addApproveManWrap > ul, .addLetterWrap > ul {
  background-color: #fff; }
  .personalInfoWrap > ul > li, .addApproveWrap > ul > li, .addApproveManWrap > ul > li, .addLetterWrap > ul > li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 .3rem;
    height: .91rem;
    font-size: .3rem;
    color: #222;
    position: relative;
    border-bottom: .01rem solid #c8c7cc; }
    .personalInfoWrap > ul > li > div, .addApproveWrap > ul > li > div, .addApproveManWrap > ul > li > div, .addLetterWrap > ul > li > div {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: center;
      color: #999; }
      .personalInfoWrap > ul > li > div .mui-icon, .addApproveWrap > ul > li > div .mui-icon, .addApproveManWrap > ul > li > div .mui-icon, .addLetterWrap > ul > li > div .mui-icon {
        font-size: .4rem; }
    .personalInfoWrap > ul > li:last-child, .addApproveWrap > ul > li:last-child, .addApproveManWrap > ul > li:last-child, .addLetterWrap > ul > li:last-child {
      border: none; }

.workAssistantkWrap .writeLetter, .addApproveWrap .writeLetter, .addApproveManWrap .writeLetter, .leaderMailBoxWrap .writeLetter, .addLetterWrap .writeLetter, .addPublicWrap .writeLetter, .addVoteWrap .writeLetter, .examinationQuestiionWrap .writeLetter, .setBaseDataWrap .writeLetter {
  height: .94rem;
  color: #fff;
  background-color: #1e8be8;
  font-size: .42rem;
  position: fixed;
  bottom: .3rem;
  z-index: 1;
  width: 6.9rem;
  margin-left: .3rem; }

.trainDetailWrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start; }
  .trainDetailWrap > div.train_content_img_box {
    width: 100%;
    height: 4.35rem;
    position: relative; }
    .trainDetailWrap > div.train_content_img_box > img {
      width: 100%;
      height: 100%; }
    .trainDetailWrap > div.train_content_img_box > strong {
      position: absolute;
      bottom: .9rem;
      left: .6rem;
      right: .6rem;
      font-size: .42rem;
      color: #fff;
      z-index: 10;
      line-height: .6rem; }
    .trainDetailWrap > div.train_content_img_box > div.shadow {
      background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .trainDetailWrap > div.courseContent {
    flex-grow: 1;
    position: relative;
    width: 100%; }
    .trainDetailWrap > div.courseContent .train-slider-group {
      top: .92rem !important;
      margin-bottom: 1.08rem !important; }
    .trainDetailWrap > div.courseContent .trainitemList > li::after {
      content: '';
      display: block;
      height: .02rem;
      background-color: #d7d7d7;
      margin: 0 .3rem; }

.examinationResultWrap, .examinationSuccessWrap {
  background-color: #fff;
  height: 100%; }
  .examinationResultWrap > div.content_box, .examinationSuccessWrap > div.content_box {
    position: absolute;
    top: 30%;
    left: 50%;
    margin: 0 auto;
    width: 85%;
    text-align: center;
    transform: translate(-50%, -50%); }
    .examinationResultWrap > div.content_box > span, .examinationSuccessWrap > div.content_box > span {
      font-size: .36rem;
      line-height: .48rem;
      color: #222; }
    .examinationResultWrap > div.content_box > div.btn_group, .examinationSuccessWrap > div.content_box > div.btn_group {
      margin-top: .44rem; }
      .examinationResultWrap > div.content_box > div.btn_group > span, .examinationSuccessWrap > div.content_box > div.btn_group > span {
        width: 2.78rem;
        height: .7rem;
        line-height: .7rem;
        font-size: .32rem;
        display: inline-block;
        text-align: center; }

.rankingListWrap {
  background-color: #fff;
  height: 100%; }
  .rankingListWrap .top3 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
    height: 4.6rem;
    box-shadow: 0 0.11rem 0.29rem 0 rgba(0, 0, 0, 0.05);
    padding-bottom: .6rem;
    position: fixed;
    width: 100%;
    background-color: #fff; }
    .rankingListWrap .top3 > div.topItem {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center; }
      .rankingListWrap .top3 > div.topItem > div.userImg {
        position: relative; }
        .rankingListWrap .top3 > div.topItem > div.userImg > img {
          border-radius: 2rem;
          box-shadow: 0 0.11rem 0.29rem 0 rgba(0, 0, 0, 0.23); }
        .rankingListWrap .top3 > div.topItem > div.userImg > strong {
          position: absolute;
          font-size: .3rem;
          color: #fff;
          border-radius: .5rem;
          bottom: -.05rem;
          left: 50%;
          transform: translateX(-50%);
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center; }
      .rankingListWrap .top3 > div.topItem > strong.name {
        font-size: .33rem;
        color: #222;
        margin: .5rem 0 .3rem; }
      .rankingListWrap .top3 > div.topItem > div.score {
        color: #1e8be8; }
        .rankingListWrap .top3 > div.topItem > div.score > strong {
          font-size: .36rem; }
        .rankingListWrap .top3 > div.topItem > div.score > span {
          font-size: .24rem; }
  .rankingListWrap .orderBy {
    padding: 4.7rem .3rem 0; }
    .rankingListWrap .orderBy > li {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      height: 1.3rem;
      border-bottom: .01rem solid #d7d7d7; }
      .rankingListWrap .orderBy > li > div {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center; }
        .rankingListWrap .orderBy > li > div .index {
          font-size: .36rem;
          color: #222;
          font-weight: bold; }
        .rankingListWrap .orderBy > li > div > img {
          width: .82rem !important;
          height: .82rem !important;
          margin: 0 .2rem 0 .25rem; }
        .rankingListWrap .orderBy > li > div .name {
          font-size: .3rem;
          color: #222; }
      .rankingListWrap .orderBy > li .score {
        font-size: .3rem;
        color: #666; }
      .rankingListWrap .orderBy > li:last-child {
        border: none; }

.newsDetailWrap {
  width: 100%;
  background-color: #fff;
  padding: .5rem .3rem; }
  .newsDetailWrap .newsType {
    font-size: .24rem;
    display: inline-block;
    padding: .06rem .12rem;
    background-color: #3ea0e9;
    color: #fff; }
  .newsDetailWrap .newsTitle {
    font-size: .48rem;
    color: #222;
    line-height: .6rem;
    margin: .28rem 0 .4rem; }
  .newsDetailWrap .status {
    font-size: .3rem; }
  .newsDetailWrap .rich_text_content {
    margin-top: .3rem; }

.commentDetailWrap {
  height: 100%;
  background-color: #fff; }
  .commentDetailWrap ul.question {
    background-color: #fff;
    padding: .6rem .3rem; }
    .commentDetailWrap ul.question > li {
      margin-bottom: .5rem; }
      .commentDetailWrap ul.question > li > ul.reply {
        margin-left: .86rem; }
        .commentDetailWrap ul.question > li > ul.reply > li {
          margin-top: .3rem; }

.main-slider-group {
  top: .92rem !important;
  margin-bottom: 1rem !important;
  flex-grow: 1; }

.redPoint {
  width: .12rem;
  height: .12rem;
  background-color: #cc0000;
  border-radius: .5rem;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0; }

#loginWrap {
  padding: 0 .3rem;
  width: 100%;
  height: 100%;
  background-color: #fff; }
  #loginWrap .djBtnUnactive {
    background-color: #b7b7b7;
    color: #fff; }
  #loginWrap .djBtnActive {
    background-color: #3ea0e9;
    color: #fff; }
  #loginWrap .loginBody {
    height: 60%;
    width: 100%; }
    #loginWrap .loginBody h1, #loginWrap .loginBody h4 {
      color: #222;
      font-weight: 400; }
    #loginWrap .loginBody > h1 {
      font-size: .6rem; }
    #loginWrap .loginBody > h4 {
      font-size: .3rem;
      margin: .1rem 0 .8rem; }
    #loginWrap .loginBody > form.mui-input-group {
      background-color: transparent; }
      #loginWrap .loginBody > form.mui-input-group::before {
        height: 0; }
      #loginWrap .loginBody > form.mui-input-group::after {
        height: 0; }
      #loginWrap .loginBody > form.mui-input-group > div.mui-input-row {
        height: 0.91rem;
        margin-bottom: .25rem; }
        #loginWrap .loginBody > form.mui-input-group > div.mui-input-row::after {
          height: 0; }
        #loginWrap .loginBody > form.mui-input-group > div.mui-input-row > input {
          height: .9rem;
          background-color: #f2f2f2;
          border-radius: .03rem; }
        #loginWrap .loginBody > form.mui-input-group > div.mui-input-row > input::-webkit-input-placeholder {
          color: #999;
          font-size: .28rem; }
      #loginWrap .loginBody > form.mui-input-group .identifyingCode > input {
        width: 55%; }
      #loginWrap .loginBody > form.mui-input-group .identifyingCode > button {
        width: 40% !important;
        height: .9rem;
        border: none; }
      #loginWrap .loginBody > form.mui-input-group > div.mui-button-row {
        margin-top: .67rem; }
        #loginWrap .loginBody > form.mui-input-group > div.mui-button-row > button {
          height: .9rem;
          width: 100%;
          font-size: .36rem;
          border-radius: .03rem;
          border: none; }
  #loginWrap .identifyingCode .mui-input-clear ~ .mui-icon-clear {
    right: 3.1rem; }
  #loginWrap .mui-input-row .mui-input-clear ~ .mui-icon-clear {
    top: 0;
    height: .9rem;
    line-height: .9rem; }

.news_directive {
  padding: .24rem .3rem; }
  .news_directive .news_title {
    font-size: .3rem;
    line-height: .4rem; }
    .news_directive .news_title .news_top_icon {
      width: .58rem !important;
      height: .28rem !important;
      vertical-align: middle;
      margin-left: .05rem;
      display: inline-block; }
  .news_directive .news_status {
    margin-top: .3rem;
    overflow: hidden; }
    .news_directive .news_status > span {
      color: #666;
      font-size: .24rem; }
    .news_directive .news_status > img {
      width: .27rem !important;
      height: .26rem !important;
      margin-left: .13rem; }

.questionnaire_directive {
  position: relative;
  width: 100%;
  height: 4rem;
  overflow: hidden; }
  .questionnaire_directive > div {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 .28rem .55rem; }
    .questionnaire_directive > div > p {
      color: #fff; }
    .questionnaire_directive > div > span {
      font-size: .24rem;
      color: #222;
      padding: .1rem .37rem;
      display: inline-block;
      background-color: #fbd000; }

.vote_directive {
  padding: .3rem;
  padding-top: 0;
  background-color: #fff; }
  .vote_directive > div.vote_img_box {
    width: 100%;
    height: 4rem;
    overflow: hidden;
    position: relative; }
    .vote_directive > div.vote_img_box > img {
      width: 100%;
      height: auto; }
    .vote_directive > div.vote_img_box > div {
      position: absolute;
      top: .25rem;
      right: .25rem; }
      .vote_directive > div.vote_img_box > div > img {
        width: 1.32rem !important;
        height: 1.1rem !important; }
    .vote_directive > div.vote_img_box .typeName {
      font-size: .24rem;
      color: #fff;
      padding: .1rem .37rem;
      display: inline-block;
      background-color: #999;
      position: absolute;
      bottom: .3rem;
      font-weight: bold;
      left: .3rem; }
  .vote_directive .vote_title {
    font-size: .32rem;
    color: #222;
    margin-top: .4rem;
    display: inline-block; }
  .vote_directive .vote_content {
    font-size: .28rem;
    color: #666;
    margin-top: .28rem;
    line-height: .36rem; }
  .vote_directive .news_status {
    margin-top: .3rem;
    overflow: hidden; }
    .vote_directive .news_status > span {
      color: #666;
      font-size: .24rem; }
    .vote_directive .news_status > img {
      width: .27rem !important;
      height: .26rem !important; }

.train_directive {
  padding: 0 .3rem;
  padding-top: .3rem;
  background-color: #fff; }
  .train_directive .train_img_box {
    width: 100%;
    height: 4rem;
    overflow: hidden;
    position: relative; }
    .train_directive .train_img_box > img {
      width: 100%;
      height: auto; }
  .train_directive .train_title {
    font-size: .32rem;
    color: #222;
    margin-top: .4rem;
    display: inline-block; }
  .train_directive .news_status {
    margin-top: .3rem;
    overflow: hidden; }
    .train_directive .news_status > span {
      color: #666;
      font-size: .24rem; }
    .train_directive .news_status > img {
      width: .27rem !important;
      height: .26rem !important; }

.goods_directive {
  padding: .3rem .25rem;
  width: 50%;
  background: #fff;
  height: 6rem; }

.letter_directive .letterContent, .letterRight_directive .letterContent {
  display: inline-block;
  margin-top: .1rem;
  word-wrap: break-word;
  max-width: 90%;
  border-radius: .1rem;
  background-color: #e9f8ff;
  padding: .2rem;
  box-sizing: border-box;
  position: relative;
  font-size: .3rem; }
  .letter_directive .letterContent::before, .letterRight_directive .letterContent::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -.14rem;
    border-bottom: .3rem solid transparent;
    border-right: .2rem solid #e9f8ff; }

.letterRight_directive .letterContent {
  background-color: #1e8be8;
  font-size: .3rem;
  color: #fff; }
  .letterRight_directive .letterContent::before {
    display: none; }
  .letterRight_directive .letterContent::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -.13rem;
    border-bottom: .3rem solid transparent;
    border-left: .2rem solid #1e8be8; }

.comment_directive {
  padding: .3rem;
  background-color: #fff; }
  .comment_directive .span_cls {
    font-size: .24rem;
    color: #666; }
  .comment_directive .news_title {
    font-size: .3rem;
    line-height: .4rem; }
    .comment_directive .news_title .news_top_icon {
      width: .58rem;
      height: .28rem;
      vertical-align: middle;
      margin-left: .05rem;
      display: inline-block; }
  .comment_directive .comment_status {
    margin-top: .35rem; }
    .comment_directive .comment_status > div {
      width: 1.4rem;
      margin-right: .35rem; }
      .comment_directive .comment_status > div > div {
        position: relative;
        line-height: 1; }
        .comment_directive .comment_status > div > div > img {
          width: .4rem;
          height: .4rem; }
        .comment_directive .comment_status > div > div > span {
          position: absolute;
          top: -.15rem;
          right: -.3rem;
          font-size: .24rem;
          color: #222; }
  .comment_directive .reply_box {
    margin-top: .3rem;
    padding: .2rem .2rem .1rem;
    background-color: #d7d7d7; }
    .comment_directive .reply_box .color222 {
      color: #222; }
    .comment_directive .reply_box .color666 {
      color: #666; }
    .comment_directive .reply_box .colorblue {
      color: #0e71c6; }
    .comment_directive .reply_box > p {
      font-size: .3rem;
      margin-bottom: .1rem; }

.approve_directive {
  background-color: #fff;
  padding: .4rem .3rem 0; }
  .approve_directive > div {
    margin-bottom: .25rem;
    line-height: 1; }
  .approve_directive > div.group {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start; }
    .approve_directive > div.group > span {
      font-size: .3rem;
      color: #222;
      width: 83%; }
      .approve_directive > div.group > span:first-child {
        width: 20%; }
  .approve_directive > div.approve_status {
    font-size: .28rem;
    color: #222;
    background-color: #d7d7d7;
    width: 100%;
    height: 1.35rem; }
    .approve_directive > div.approve_status > div {
      color: #666; }
      .approve_directive > div.approve_status > div > span:last-child {
        font-size: .24rem;
        margin-top: .1rem; }
    .approve_directive > div.approve_status > div.mui-icon-arrowright {
      font-size: .28rem;
      color: #666; }
  .approve_directive > div.btn_group {
    text-align: right;
    width: 100%; }
    .approve_directive > div.btn_group > button {
      color: #fff;
      font-size: .3rem;
      background-color: #1e8be8;
      border-radius: 0;
      border: none; }

.convert_directive,
.bpdetail_directive,
.exam_directive,
.trainitem_directive {
  position: relative; }

.question_directive > div.question_title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; }
  .question_directive > div.question_title > strong {
    font-size: .36rem;
    color: #222;
    width: 90%;
    line-height: .4rem; }
    .question_directive > div.question_title > strong:first-child {
      width: .5rem;
      height: .5rem;
      margin-right: .2rem;
      text-align: center;
      line-height: .5rem;
      border-radius: .5rem; }
  .question_directive > div.question_title .bgColor {
    background-color: #d7d7d7; }
.question_directive > div.answer_box > ul {
  margin-top: .5rem; }
  .question_directive > div.answer_box > ul > li {
    margin-bottom: .4rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: .7rem; }
    .question_directive > div.answer_box > ul > li .answer {
      width: .4rem;
      height: .4rem;
      margin-right: .25rem; }
    .question_directive > div.answer_box > ul > li .answerText {
      font-size: .3rem;
      color: #222;
      width: 95%;
      line-height: .35rem; }

.commonBtn_directive {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 100;
  width: 100%;
  position: fixed; }
  .commonBtn_directive > div.commonBtn {
    height: .94rem;
    color: #fff;
    background-color: #1e8be8;
    font-size: .42rem;
    width: 6.9rem; }

.publicMsg_directive .img_group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center; }
  .publicMsg_directive .img_group .addImg {
    width: 1.86rem;
    height: 1.86rem; }
  .publicMsg_directive .img_group > div.previewImage > img {
    width: 1.86rem;
    height: 1.86rem;
    margin-right: .1rem; }

.ring {
  position: absolute;
  background-color: #e0305d;
  border-radius: 50%;
  width: .4rem;
  height: .4rem;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  transform: scale(0, 0);
  z-index: 5; }

.ring1 {
  -webkit-animation: ring ease-in-out 1s;
  -moz-animation: ring ease-in-out 1s;
  -ms-animation: ring ease-in-out 1s;
  -o-animation: ring ease-in-out 1s;
  animation: ring ease-in-out 1s; }

@-webkit-keyframes ring {
  0%,4% {
    background-color: #e0305d;
    border: 0 solid #e0305d;
    transform: scale(0, 0); }
  20% {
    background-color: #cc8ef5; }
  24% {
    background-color: transparent;
    border: .1rem solid #cc8ef5;
    transform: scale(1.1, 1.1); }
  32% {
    background-color: transparent;
    border: 0 solid #cc8ef5;
    transform: scale(1.2, 1.2); }
  100% {
    background-color: transparent;
    border: 0 solid #cc8ef5;
    transform: scale(1.3, 1.3); } }
@-moz-keyframes ring {
  0%,4% {
    background-color: #e0305d;
    border: 0 solid #e0305d;
    transform: scale(0, 0); }
  20% {
    background-color: #cc8ef5; }
  24% {
    background-color: transparent;
    border: .1rem solid #cc8ef5;
    transform: scale(1.2, 1.2); }
  32% {
    background-color: transparent;
    border: 0 solid #cc8ef5;
    transform: scale(1.3, 1.3); }
  100% {
    background-color: transparent;
    border: 0 solid #cc8ef5;
    transform: scale(1.4, 1.4); } }
@-ms-keyframes ring {
  0%,4% {
    background-color: #e0305d;
    border: 0 solid #e0305d;
    transform: scale(0, 0); }
  20% {
    background-color: #cc8ef5; }
  24% {
    background-color: transparent;
    border: .1rem solid #cc8ef5;
    transform: scale(1.3, 1.3); }
  32% {
    background-color: transparent;
    border: 0 solid #cc8ef5;
    transform: scale(1.4, 1.4); }
  100% {
    background-color: transparent;
    border: 0 solid #cc8ef5;
    transform: scale(2, 2); } }
@-o-keyframes ring {
  0%,4% {
    background-color: #e0305d;
    border: 0 solid #e0305d;
    transform: scale(0, 0); }
  20% {
    background-color: #cc8ef5; }
  24% {
    background-color: transparent;
    border: .1rem solid #cc8ef5;
    transform: scale(1.2, 1.2); }
  32% {
    background-color: transparent;
    border: 0 solid #cc8ef5;
    transform: scale(1.3, 1.3); }
  100% {
    background-color: transparent;
    border: 0 solid #cc8ef5;
    transform: scale(1.4, 1.4); } }
@keyframes ring {
  0%,4% {
    background-color: #e0305d;
    border: 0 solid #e0305d;
    transform: scale(0, 0); }
  20% {
    background-color: #cc8ef5; }
  24% {
    background-color: transparent;
    border: .1rem solid #cc8ef5;
    transform: scale(1.1, 1.1); }
  32% {
    background-color: transparent;
    border: 0 solid #cc8ef5;
    transform: scale(1.2, 1.2); }
  100% {
    background-color: transparent;
    border: 0 solid #cc8ef5;
    transform: scale(1.3, 1.3); } }
/*圆*/
.circles {
  position: absolute;
  border-radius: 50%;
  width: .5rem;
  height: .5rem;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

.circles1 {
  -webkit-animation: circles ease-in-out 0.6s;
  -moz-animation: circles ease-in-out 0.6s;
  -ms-animation: circles ease-in-out 0.6s;
  -o-animation: circles ease-in-out 0.6s;
  animation: circles ease-in-out 0.6s; }

@keyframes circles {
  27% {
    box-shadow: 0 0 0 -.25rem #f48ea7,  0 0 0 -.25rem #f48ea7,  0 0 0 -.25rem #8be6c2,  0 0 0 -.25rem #8be6c2,  0 -0 0 -.25rem #cc8ef5,  0 -0 0 -.25rem #cc8ef5,  0 -0 0 -.25rem #93d2f7,  0 -0 0 -.25rem #93d2f7,  -0 -0 0 -.25rem #f48ea7,  -0 -0 0 -.25rem #f48ea7,  -0 0 0 -.25rem #8be6c2, -0 0 0 -.25rem #8be6c2, -0 0 0 -.25rem #cc8ef5,  -0 0 0 -.25rem #cc8ef5,  0 0 0 -.25rem #93d2f7, 0 0 0 -.25rem #93d2f7; }
  28% {
    box-shadow: .30rem .30rem 0 -.15rem #f48ea7,  .30rem .30rem 0 -.15rem #f48ea7,  .30rem 0px 0 -.15rem #8be6c2,  .30rem 0px 0 -.15rem #8be6c2,  .30rem -.30rem 0 -.15rem #cc8ef5,  .30rem -.30rem 0 -.15rem #cc8ef5,  0px -.30rem 0 -.15rem #93d2f7,  0px -.30rem 0 -.15rem #93d2f7,  -.30rem -.30rem 0 -.15rem #f48ea7,  -.30rem -.30rem 0 -.15rem #f48ea7,  -.30rem 0 0 -.15rem #8be6c2, -.30rem 0 0 -.15rem #8be6c2, -.30rem .30rem 0 -.15rem #cc8ef5,  -.30rem .30rem 0 -.15rem #cc8ef5,  0 .30rem 0 -.15rem #93d2f7, 0 .30rem 0 -.15rem #93d2f7; }
  60% {
    box-shadow: 0.6rem 0.6rem 0 -0.1rem #93d2f7, 0.6rem 0.6rem 0 -0.1rem #93d2f7, 0.6rem 0px 0 -0.1rem #f48ea7, 0.6rem 0px 0 -0.1rem #f48ea7, 0.6rem -0.6rem 0 -0.1rem #8be6c2, 0.6rem -0.6rem 0 -0.1rem #8be6c2, 0px -0.6rem 0 -0.1rem #cc8ef5, 0px -0.6rem 0 -0.1rem #cc8ef5, -0.6rem -0.6rem 0 -0.1rem #93d2f7, -0.6rem -0.6rem 0 -0.1rem #93d2f7, -0.6rem 0px 0 -0.1rem #f48ea7, -0.6rem 0px 0 -0.1rem #f48ea7, -0.6rem 0.6rem 0 -0.1rem #8be6c2, -0.6rem 0.6rem 0 -0.1rem #8be6c2, 0px 0.6rem 0 -0.1rem #cc8ef5, 0px 0.6rem 0 -0.1rem #cc8ef5; }
  92% {
    box-shadow: .90rem .90rem 0 -.10rem #cc8ef5,  .90rem .90rem 0 -.10rem #cc8ef5,  .90rem 0px 0 -.10rem #93d2f7,  .90rem 0px 0 -.10rem #93d2f7,  .90rem -.90rem 0 -.10rem #f48ea7,  .90rem -.90rem 0 -.10rem #f48ea7,  0px -.90rem 0 -.10rem #8be6c2,  0px -.90rem 0 -.10rem #8be6c2,  -.90rem -.90rem 0 -.10rem #cc8ef5,  -.90rem -.90rem 0 -.10rem #cc8ef5,  -.90rem 0px 0 -.10rem #93d2f7, -.90rem 0px 0 -.10rem #93d2f7, -.90rem .90rem 0 -.10rem #f48ea7,  -.90rem .90rem 0 -.10rem #f48ea7,  0px .90rem 0 -.10rem #8be6c2, 0px .90rem 0 -.10rem #8be6c2; }
  93% {
    box-shadow: 1.10rem 1.10rem 0 -.15rem #8be6c2,  1.10rem 1.10rem 0 -.15rem #8be6c2,  1.10rem 0px 0 -.15rem #cc8ef5,  1.10rem 0px 0 -.15rem #cc8ef5,  1.10rem -1.10rem 0 -.15rem #93d2f7,  1.10rem -1.10rem 0 -.15rem #93d2f7,  0px -1.10rem 0 -.15rem #f48ea7,  0px -1.10rem 0 -.15rem #f48ea7,  -1.10rem -1.10rem 0 -.15rem #8be6c2,  -1.10rem -1.10rem 0 -.15rem #8be6c2,  -1.10rem 0px 0 -.15rem #cc8ef5, -1.10rem 0px 0 -.15rem #cc8ef5, -1.10rem 1.10rem 0 -.15rem #93d2f7,  -1.10rem 1.10rem 0 -.15rem #93d2f7,  0px 1.10rem 0 -.15rem #f48ea7, 0px 1.10rem 0 -.15rem #f48ea7; }
  100% {
    box-shadow: 1.30rem 1.30rem 0 -.25rem #f48ea7,  1.30rem 1.30rem 0 -.25rem #f48ea7,  1.30rem 0rem 0 -.25rem #8be6c2,  1.30rem 0rem 0 -.25rem #8be6c2,  1.30rem -1.30rem 0 -.25rem #cc8ef5,  1.30rem -1.30rem 0 -.25rem #cc8ef5,  0px -1.30rem 0 -.25rem #93d2f7,  0px -1.30rem 0 -.25rem #93d2f7,  -1.30rem -1.30rem 0 -.25rem #f48ea7,  -1.30rem -1.30rem 0 -.25rem #f48ea7,  -1.30rem 0px 0 -.25rem #8be6c2, -1.30rem 0px 0 -.25rem #8be6c2, -1.30rem 1.30rem 0 -.25rem #cc8ef5,  -1.30rem 1.30rem 0 -.25rem #cc8ef5,  0px 1.30rem 0 -.25rem #93d2f7, 0px 1.30rem 0 -.25rem #93d2f7; } }
aside {
  z-index: 1000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5); }
  aside .winContent {
    background-color: #fff;
    width: 90vw;
    height: 80vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: .7rem .4rem; }
    aside .winContent .closeBtn {
      font-size: .8rem;
      position: absolute;
      top: 0;
      right: 0;
      font-weight: bold; }
    aside .winContent section > div {
      font-size: .5rem;
      font-weight: bold;
      text-align: center;
      margin-bottom: .3rem; }
    aside .winContent section > strong {
      font-size: .35rem; }
    aside .winContent article {
      margin-top: .3rem;
      width: 100%;
      height: 60vh;
      overflow-y: auto; }

/*# sourceMappingURL=style.css.map */
