@charset "UTF-8";
/*复选框被选中后的颜色*/
/*边框默认颜色*/
/*底部导航的高度*/
/*图标颜色*/
/*$icon-color: #A2A2A2;*/
/*面包屑*/
/*手机网站的块标题*/
/*sui 中panel-overlay的背景颜色*/
/*sui 中panel的背景颜色*/
/**
* 一行文本超出后面加省略号
*/
/**
* 创建分隔行
*/
/**
* 创建边框
*/
/**
* 设置父容器的布局为flex
*/
/**
* 设置父容器的布局为flex，并且子容器水平居中
*/
/**
* 设置父容器的布局为flex，并且子容器垂直居中对齐
*/
/**
* 设置父容器的布局为flex，并且子容器水平居中和垂直居中对齐
*/
/**
* 设置父容器的布局为flex，并且子容器左对齐和垂直居中对齐
*/
/**
* 设置父容器的布局为flex，并且子容器两端对齐和垂直居中对齐
*/
/** ============== 针对需求的逻辑样式定义 ============== **/
.home-entry {
  position: fixed;
  right: 0.8rem;
  bottom: 3rem;
  background-color: white;
  /*padding: 0.3rem 0.6rem;*/
  width: 2.2rem;
  height: 2.2rem;
  line-height: 2.2rem;
  text-align: center;
  border-radius: 50%;
  z-index: 100;
  box-shadow: 0.03rem 0.04rem 0.3rem 0.01rem #2eb3fe; }
  .home-entry .icon {
    font-size: 1.2rem; }

.page-banner {
  max-height: 400px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  /* for uc */
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -webkit-flex;
  display: flex; }
  .page-banner img {
    width: 100%; }

.footer-add-car > a {
  height: 2.5rem;
  line-height: 2.5rem; }

.footer-add-car > a.link-near-declare {
  height: 1.8rem;
  line-height: 1.8rem; }

.footer-add-car a,
.footer-add-car i {
  color: #2eb3fe; }

.footer-add-car i {
  margin-right: 0.3rem; }

.list-btr-info {
  margin: .5rem 0; }
  .list-btr-info ul {
    background-color: transparent; }
  .list-btr-info li {
    margin-bottom: 0.5rem;
    background-color: white;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5; }
  .list-btr-info .item-heading {
    height: 2.5rem;
    line-height: 2.5rem;
    padding-left: .75rem;
    padding-right: 0.6rem;
    border-bottom: 1px solid #e5e5e5;
    color: #4d4d4d;
    font-size: 0.75rem; }
    .list-btr-info .item-heading .fa {
      font-size: 1.3em;
      position: relative;
      top: 0.1em; }
    .list-btr-info .item-heading .fa-edit {
      color: #2eb3fe;
      margin-left: 0.5rem; }
    .list-btr-info .item-heading .col-right {
      text-align: right; }
      .list-btr-info .item-heading .col-right .fa {
        margin: 0 0.3rem; }
  .list-btr-info .item-link .item-inner {
    background-position: calc(100% - 1rem) 1.9rem; }
    .list-btr-info .item-link .item-inner:after {
      background-color: transparent; }
  .list-btr-info .item-inner.item-has-btr {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    color: #666; }
    .list-btr-info .item-inner.item-has-btr .col-20 {
      width: auto;
      max-width: 30%;
      padding-right: 0.5rem; }
    .list-btr-info .item-inner.item-has-btr p {
      margin: 0;
      font-size: 0.8rem; }
    .list-btr-info .item-inner.item-has-btr p.text-emph {
      font-size: 0.85rem;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
    .list-btr-info .item-inner.item-has-btr .time {
      position: absolute;
      right: 1rem;
      top: 0.4rem;
      font-size: 0.9em; }
  .list-btr-info .item-inner.item-no-btr {
    background: none;
    padding-right: 1.1rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem; }
    .list-btr-info .item-inner.item-no-btr p {
      margin: 0;
      float: left;
      padding-top: 0.3rem;
      padding-bottom: 0.3rem;
      font-size: 0.8rem;
      color: black; }
    .list-btr-info .item-inner.item-no-btr .time {
      float: right;
      color: #999;
      position: relative;
      top: 0.3rem;
      font-size: 0.75rem; }

.container-middle {
  width: 100%;
  height: 100%; }
  .container-middle .cinner {
    width: 100%;
    height: 80%;
    justify-content: center;
    align-items: center;
    /* for uc */
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    /** for uc**/
    box-orient: vertical;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical; }
    .container-middle .cinner img {
      width: 3rem;
      height: 3rem; }
    .container-middle .cinner p {
      margin: 0;
      text-align: center;
      padding: 0.5rem 1.2rem; }
    .container-middle .cinner p.tips-msg {
      font-size: 0.85rem;
      border-bottom: 1px dashed #ddd; }
    .container-middle .cinner p.tips-jump {
      color: #696969;
      padding-top: 0.8rem;
      font-size: 0.75rem; }

.bar.header-bar {
  /*position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;*/
  background-color: #f4f4f4; }

.header-pec {
  margin: 0.4rem 0; }
  .header-pec .row {
    background-color: white;
    text-align: center;
    padding: 0.8rem 0; }
    .header-pec .row p {
      margin: 0; }
    .header-pec .row .col-33:nth-child(2) {
      border-left: 1px solid #f1f1f1;
      border-right: 1px solid #f1f1f1; }

.container-pec {
  padding-top: 7rem; }

.list-pec {
  overflow: hidden;
  margin: 0; }
  .list-pec ul {
    background-color: transparent;
    /*&:after {
            background-color: transparent;
        }*/ }
  .list-pec li {
    margin: 0.4rem 0;
    background-color: white; }
  .list-pec li:first-child {
    border-top: none; }
  .list-pec li:last-child {
    border-bottom: none; }
  .list-pec .item-content {
    padding-left: 0;
    display: inline-block;
    width: 100%; }
  .list-pec .header-pec {
    margin: 0;
    border-bottom: 1px solid #f1f1f1; }
    .list-pec .header-pec .row {
      width: 100%;
      margin: 0;
      padding: 0.4rem 0;
      background-color: transparent; }
    .list-pec .header-pec .col-25:last-child {
      justify-content: center;
      align-items: center;
      /* for uc */
      display: -webkit-box;
      -webkit-box-pack: center;
      -webkit-box-align: center;
      display: -webkit-flex;
      display: flex; }
      .list-pec .header-pec .col-25:last-child .item-media {
        margin-top: 0.4rem; }
  .list-pec .content-pec {
    padding: .5rem 0.6rem; }
    .list-pec .content-pec p {
      margin: 0; }
    .list-pec .content-pec .time {
      font-size: 0.68rem;
      color: #666; }
    .list-pec .content-pec .detail {
      margin: 0;
      color: #666;
      padding: 0.3rem 0;
      font-size: 0.75rem; }
    .list-pec .content-pec .addr {
      color: #adadad;
      font-size: 0.68rem; }

.footer-pec .col-cb {
  justify-content: center;
  align-items: center;
  /* for uc */
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -webkit-flex;
  display: flex; }

.mobile-hint {
  margin: 5px auto;
  font-size: 0.7rem;
  padding: 5px;
  text-align: center;
  color: #2eb3fe; }

.indent-hint {
  margin: 5px auto;
  font-size: 0.7rem;
  padding: 5px 15px;
  text-align: left;
  line-height: 1rem;
  color: #2eb3fe; }

.list-order-sure .item-row {
  padding-top: .4rem;
  padding-bottom: .35rem;
  padding-left: .75rem;
  padding-right: .75rem;
  justify-content: center;
  align-items: center;
  /* for uc */
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -webkit-flex;
  display: flex;
  /*.col-33 {
            float: none;
            margin-left: 0;
        }
        
        .col-33:nth-child(2),
        .col-33:last-child {
            text-align: center;
        }*/ }
  .list-order-sure .item-row .item-col {
    width: 33%;
    text-align: center; }
  .list-order-sure .item-row .item-col:first-child {
    text-align: left; }
  .list-order-sure .item-row .item-col:last-child {
    text-align: right; }
  .list-order-sure .item-row:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    top: auto;
    height: 1px;
    width: calc(100% - 0.75rem);
    background-color: #e7e7e7;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%; }

.list-order-sure .item-after-cou {
  color: #b3b3b3;
  font-size: 0.9em;
  margin-top: -0.1rem; }

.list-order-sure .tips-quick {
  font-size: 0.8em;
  display: block;
  color: #b3b3b3; }

.list-order-sure .item-not-quick {
  color: #b3b3b3; }
  .list-order-sure .item-not-quick .tips-quick,
  .list-order-sure .item-not-quick .item-after {
    color: #e1e1e1; }

.list-order-sure .item-quick-tips .tips-quick {
  color: #666; }
  .list-order-sure .item-quick-tips .tips-quick .fa {
    color: #666;
    margin-left: 0.2rem; }

@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .list-order-sure .item-row:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33); } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .list-order-sure .item-row:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5); } }

.list-block .item-btr-order .item-inner:after {
  background-color: transparent; }

.list-pec.list-btr-order ul {
  padding-left: 0; }
  .list-pec.list-btr-order ul li {
    margin: 0;
    border-bottom: 1px solid #dedede; }
    .list-pec.list-btr-order ul li:last-child {
      border-bottom: none; }
  .list-pec.list-btr-order ul .header-pec {
    border-bottom: none; }

.list-pec.list-btr-order .header-pec .row .col-33:nth-child(2) {
  border: none; }

.footer-pay p {
  color: black; }
  .footer-pay p span {
    color: black;
    padding: 0; }
  .footer-pay p span.span-pay-tips {
    font-size: 0.5em; }

.footer-pay .col-include-declare p:first-child {
  line-height: 1.6rem; }

.footer-pay .col-include-declare p:last-child {
  font-size: 0.7rem;
  line-height: 1rem; }
  .footer-pay .col-include-declare p:last-child a {
    font-size: 1.1em;
    padding: 0 0.1rem; }

.list-pay .item-title .span-tag {
  margin-left: 0.4rem;
  position: relative;
  top: 0.1rem; }

.list-pay .item-title .span-tag img {
  height: 0.9rem; }

.list-pay .item-subtitle {
  font-size: 0.7rem;
  color: #666; }

.list-pay .item-media:last-child {
  padding: .6rem; }

.list-order ul {
  background-color: transparent; }

.list-order li {
  /*border: 1px solid #eee;*/
  margin-bottom: 0.4rem;
  background-color: white; }

.list-order .item-content {
  /*.item-title {
            font-weight: normal;
        }*/ }
  .list-order .item-content .item-inner {
    border-bottom: 1px dashed #dedede;
    background: none;
    padding-right: 0; }
  .list-order .item-content .item-inner:after {
    background-color: transparent; }
  .list-order .item-content img {
    border-radius: 50%; }
  .list-order .item-content .item-subtitle {
    color: #949e9f; }
  .list-order .item-content .item-after {
    /*min-height: 2.2rem;
            padding-top: .5rem;
            padding-bottom: .45rem;*/
    display: flex;
    /* for uc */
    display: -webkit-box;
    align-self: stretch;
    -webkit-box-align: stretch;
    line-height: 4;
    border-bottom: 1px dashed #dedede;
    max-height: none;
    min-height: 2.2rem;
    margin-left: 0;
    padding-right: 0.5rem;
    /*color: black;*/ }

.list-order .item-footer {
  padding: 0.4rem 0.7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* for uc */
  display: -webkit-box;
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  color: #949e9f;
  font-size: 0.75rem;
  /*.item-title {
            font-weight: normal;
        }*/ }
  .list-order .item-footer .item-after {
    color: #949e9f; }

.list-order-bn .item-after {
  color: red; }

.list-order-info .item-after {
  color: #999; }

.list-order-bn .item-after, .list-order-info .item-after, .list-order-detail .item-after {
  white-space: nowrap;
  max-width: 65%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block; }

.list-order-detail .list-block-content {
  padding: 0.2rem 0.75rem 0.35rem 0.75rem; }

.list-user-func .item-media {
  width: 1rem;
  text-align: center; }

.list-user-func li:nth-child(1) .item-media i {
  color: #2eb3fe; }

.list-user-func li:nth-child(2) .item-media i {
  color: #f8d347; }

.list-user-func li:nth-child(3) .item-media i {
  color: red; }

.list-user-func li:nth-child(4) .item-media i {
  color: #6ccac9; }

.list-user-func li:nth-child(5) .item-media i {
  color: #57c8f2; }

.list-user-func li:nth-child(6) .item-media i {
  color: #ff6c60; }

.block-logo {
  text-align: center;
  padding: 2rem 0 1rem 0; }
  .block-logo img {
    width: 4rem; }
  .block-logo .tit {
    margin: 0; }
    .block-logo .tit span {
      color: #2eb3fe;
      font-size: 1.6em;
      padding: 0 0.3rem;
      font-weight: bold; }

.block-contact {
  margin: 0 1rem;
  padding: 1rem 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-align: center; }
  .block-contact .row {
    padding: 0.2rem 0;
    justify-content: center;
    align-items: center;
    /* for uc */
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -webkit-flex;
    display: flex; }
    .block-contact .row > [class*=col-] {
      float: none; }
    .block-contact .row > [class*=col-]:first-child {
      color: #999; }
    .block-contact .row > [class*=col-]:last-child {
      font-size: 0.75rem; }
    .block-contact .row i {
      margin: 0.4rem; }

.block-qrcode {
  padding: 1rem 0;
  text-align: center; }
  .block-qrcode img {
    width: 7rem;
    height: 7rem; }
  .block-qrcode p {
    color: #999;
    font-size: 0.68rem;
    margin-top: 0.3rem; }

#item-fine-name,
#item-drive-num,
#item-car-num {
  display: none; }

.list-pec-handle {
  text-align: center; }
  .list-pec-handle .card-content > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 1.2rem 0;
    color: inherit; }
  .list-pec-handle .card-content img {
    width: 3.5rem;
    height: 3.5rem; }
  .list-pec-handle .card-content h3, .list-pec-handle .card-content p {
    margin: 0.3rem; }

.label-checkbox-exam {
  justify-content: center;
  align-items: center;
  /* for uc */
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -webkit-flex;
  display: flex;
  padding: 0.7rem 0; }
  .label-checkbox-exam .tips {
    margin: 0.15rem 0 0 0.4rem; }
    .label-checkbox-exam .tips a {
      color: inherit;
      text-decoration: underline; }

.block-exam-data {
  background-color: white;
  padding: 0.5rem 0; }
  .block-exam-data .exam-data-tit {
    color: #3d4145;
    margin: 0 0 0.3rem 0;
    font-weight: normal;
    padding-left: .75rem;
    font-size: 0.8rem; }
  .block-exam-data .row {
    padding: 0 0.5rem; }
    .block-exam-data .row .img-container {
      height: 3rem;
      overflow: hidden;
      border-radius: 0.3rem; }
      .block-exam-data .row .img-container img {
        max-width: 100%; }
    .block-exam-data .row p {
      margin: 0;
      text-align: center; }
    .block-exam-data .row p:first-of-type {
      padding-top: 0.2rem;
      font-size: 0.75rem; }
    .block-exam-data .row p:last-of-type {
      font-size: 0.68rem;
      color: #999; }

.list-btr-code .item-link .item-inner {
  background: none; }

.list-block .item-btr-code {
  display: block; }
  .list-block .item-btr-code .item-inner {
    display: block;
    background: none;
    padding-right: 0.75rem; }
    .list-block .item-btr-code .item-inner p {
      margin: 0;
      line-height: 1.5;
      color: #999;
      font-size: 0.7rem; }

.panel-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  /*opacity: 1;*/ }
  .panel-overlay ~ .panel .panel-header {
    overflow: hidden;
    position: relative;
    padding: 0.5rem 0; }
    .panel-overlay ~ .panel .panel-header .header-avatar {
      width: 4rem;
      height: 4rem;
      margin: 0 auto 0.6rem auto;
      border-radius: 50%;
      background-color: white;
      overflow: hidden;
      border: 0.2rem solid #f4f4f4;
      box-shadow: 0 0 10px 2px #6ccac9; }
      .panel-overlay ~ .panel .panel-header .header-avatar img {
        max-width: 100%;
        min-width: 100%;
        min-height: 100%; }
    .panel-overlay ~ .panel .panel-header .header-handle {
      text-align: center; }
      .panel-overlay ~ .panel .panel-header .header-handle a {
        color: white;
        padding: 0 1rem;
        font-size: 0.75rem;
        position: relative; }
      .panel-overlay ~ .panel .panel-header .header-handle a:first-child:after {
        content: '|';
        position: absolute;
        right: 0; }

.block-bn {
  background-color: white;
  padding-top: 0.5rem; }
  .block-bn .swiper-container {
    padding-bottom: 1rem; }
    .block-bn .swiper-container.swiper-container-horizontal > .swiper-pagination {
      bottom: 0.2rem; }
  .block-bn .swiper-container.swiper-container-flat {
    padding-bottom: 0.5rem; }
    .block-bn .swiper-container.swiper-container-flat .swiper-pagination {
      bottom: 0;
      font-size: 0; }
      .block-bn .swiper-container.swiper-container-flat .swiper-pagination.swiper-pageination-one .swiper-pagination-bullet {
        width: 100%; }
      .block-bn .swiper-container.swiper-container-flat .swiper-pagination.swiper-pageination-two .swiper-pagination-bullet {
        width: 50%; }
      .block-bn .swiper-container.swiper-container-flat .swiper-pagination.swiper-pageination-three .swiper-pagination-bullet {
        width: 33.33%; }
      .block-bn .swiper-container.swiper-container-flat .swiper-pagination.swiper-pageination-four .swiper-pagination-bullet {
        width: 25%; }
      .block-bn .swiper-container.swiper-container-flat .swiper-pagination.swiper-pageination-five .swiper-pagination-bullet {
        width: 20%; }
      .block-bn .swiper-container.swiper-container-flat .swiper-pagination .swiper-pagination-bullet {
        width: 50%;
        border-radius: 0;
        height: 0.3rem;
        margin: 0;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .block-bn .swiper-container.swiper-container-flat .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #2eb3fe; }
  .block-bn .swiper-container.swiper-container-dot .swiper-pagination .swiper-pagination-bullet {
    width: 0.6rem;
    border-radius: 0.2rem;
    height: 0.3rem;
    margin: 0 0.23rem;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .block-bn .swiper-container.swiper-container-dot .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #2eb3fe;
    width: 0.8rem; }
  .block-bn .block-bn-inner {
    padding: 0.3rem; }
  .block-bn .block-bn-icon {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.3rem;
    border-radius: 50%;
    overflow: hidden;
    width: 2.3rem;
    height: 2.3rem; }
    .block-bn .block-bn-icon img {
      max-width: 100%; }
  .block-bn .block-bn-title {
    color: #333;
    font-size: 0.65rem;
    font-weight: normal;
    margin: 0;
    text-align: center; }
  .block-bn.block-bn-flat {
    background-color: #2eb3fe; }
    .block-bn.block-bn-flat .block-bn-title {
      color: white; }

.list-news.list-block .item-content {
  padding-left: .5rem; }
  .list-news.list-block .item-content .item-inner {
    padding-right: .5rem;
    margin-left: .5rem; }

.list-news.list-block .item-content:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  height: 1px;
  width: 100%;
  background-color: #e7e7e7;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.list-news.list-block .item-media {
  width: 6rem;
  max-height: 5.5rem;
  overflow: hidden;
  padding: 0; }
  .list-news.list-block .item-media img {
    width: 100%;
    align-self: flex-start; }

.list-news.list-block .item-inner:after {
  display: none; }

.list-news.list-block .item-title-row {
  font-size: 0.7rem;
  margin: 0.2rem 0; }

.list-news.list-block .item-title {
  margin-right: 0.5rem; }
  .list-news.list-block .item-title a {
    color: #3d4145; }

@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .list-news.list-block .item-content:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33); } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .list-news.list-block .item-content:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5); } }

.login-third {
  border-top: 1px solid #6ccac9;
  position: absolute;
  bottom: 0.6rem;
  width: 100%; }
  .login-third .login-third-title {
    color: #3d4145;
    position: absolute;
    top: -0.6rem;
    background-color: #f4f4f4;
    padding: 0 0.6rem;
    left: 33%;
    font-size: 0.75rem; }
  .login-third .row {
    text-align: center; }
    .login-third .row a {
      color: #999;
      display: block;
      font-size: 0; }
    .login-third .row img {
      width: 2.3rem;
      height: 2.3rem; }
    .login-third .row p {
      margin: 0;
      font-size: 0.8rem; }

.header-mine {
  height: 8.6rem;
  position: relative;
  overflow: hidden; }
  .header-mine .header-mine-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    text-align: center;
    -webkit-filter: blur(2px) hue-rotate(90deg);
    -moz-filter: blur(2px) hue-rotate(90deg);
    -o-filter: blur(2px) hue-rotate(90deg);
    -ms-filter: blur(2px);
    filter: blur(2px) hue-rotate(90deg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(https://ss2.bdstatic.com/70cFvnSh_Q1YnxGkpoWK1HF6hhy/it/u=3394573498,2132054168&fm=21&gp=0.jpg);
    /*background-image: url(http://www.miued.com/wp-content/uploads/2014/12/ban.jpg);*/
    /*display:table-cell;
        vertical-align:middle;*/
    /*img {
            max-width: 100%;
            min-height: 100%;
            min-width: 100%;
            -webkit-filter: blur(2px) hue-rotate(90deg);
            filter: blur(2px) hue-rotate(90deg);
            vertical-align: middle;
            margin: auto;
        }*/ }
  .header-mine .header-mine-info {
    position: relative;
    z-index: 10;
    padding-top: 0.7rem; }
    .header-mine .header-mine-info > a {
      display: block; }
    .header-mine .header-mine-info .mine-avatar {
      width: 5rem;
      height: 5rem;
      padding: 0.4rem;
      border-radius: 50%;
      margin: auto;
      position: relative;
      /*border: 1px solid #c0a091;*/ }
      .header-mine .header-mine-info .mine-avatar .mine-avatar-inner {
        border-radius: 50%;
        overflow: hidden;
        background-color: white;
        width: 100%;
        height: 100%;
        border: 0.1rem solid white;
        box-shadow: 0 0 0.1rem 0.1rem rgba(0, 0, 0, 0.2); }
        .header-mine .header-mine-info .mine-avatar .mine-avatar-inner img {
          max-width: 100%;
          min-height: 100%;
          min-width: 100%; }
    .header-mine .header-mine-info .mine-edit {
      background-color: white;
      width: 1rem;
      height: 1rem;
      line-height: 1rem;
      border-radius: 50%;
      text-align: center;
      font-size: 0.7rem;
      position: absolute;
      bottom: 0.4rem;
      right: 0.8rem;
      box-shadow: 0 0 20px 2px #6ccac9; }
  .header-mine .header-mine-bn {
    position: absolute;
    bottom: -1px;
    height: 2.4rem;
    width: 100%;
    text-align: center;
    line-height: 2.4rem;
    color: #6ccac9; }
    .header-mine .header-mine-bn > a {
      display: inline-block;
      color: white;
      padding: 0 0.8rem;
      position: relative;
      bottom: 0.6rem;
      font-size: 0.75rem; }
    .header-mine .header-mine-bn > a:first-child:after {
      position: absolute;
      content: '|';
      right: -2px; }
    .header-mine .header-mine-bn .row > [class*=col-] a {
      color: #6ccac9;
      font-size: 0.75rem; }
    .header-mine .header-mine-bn .row > [class*=col-]:nth-child(1) {
      background-color: rgba(0, 0, 0, 0.3); }
    .header-mine .header-mine-bn .row > [class*=col-]:nth-child(2) {
      background-color: rgba(0, 0, 0, 0.4); }
    .header-mine .header-mine-bn .row > [class*=col-]:nth-child(3) {
      background-color: rgba(0, 0, 0, 0.5); }

.block-func > .row a {
  color: white;
  display: block;
  width: 100%;
  height: 100%; }

.block-func > .row i {
  color: white;
  margin-right: 0.5rem; }

.block-func > .row-one-box {
  height: 5rem; }
  .block-func > .row-one-box .col-100 {
    height: 100%; }
    .block-func > .row-one-box .col-100 a {
      background-color: rgba(46, 179, 254, 0.9);
      justify-content: center;
      align-items: center;
      /* for uc */
      display: -webkit-box;
      -webkit-box-pack: center;
      -webkit-box-align: center;
      display: -webkit-flex;
      display: flex; }

.block-func > .row-three-box {
  height: 8rem; }
  .block-func > .row-three-box > .col-40 {
    height: 100%; }
    .block-func > .row-three-box > .col-40 a {
      justify-content: center;
      align-items: center;
      /* for uc */
      display: -webkit-box;
      -webkit-box-pack: center;
      -webkit-box-align: center;
      display: -webkit-flex;
      display: flex;
      background-color: rgba(50, 180, 255, 0.8); }
  .block-func > .row-three-box > .col-60 {
    height: 100%; }
    .block-func > .row-three-box > .col-60 > .col-100 {
      height: 50%; }
      .block-func > .row-three-box > .col-60 > .col-100 a {
        justify-content: center;
        align-items: center;
        /* for uc */
        display: -webkit-box;
        -webkit-box-pack: center;
        -webkit-box-align: center;
        display: -webkit-flex;
        display: flex; }
      .block-func > .row-three-box > .col-60 > .col-100:first-child {
        background-color: rgba(30, 190, 255, 0.8); }
      .block-func > .row-three-box > .col-60 > .col-100:last-child {
        background-color: rgba(60, 150, 255, 0.8); }

.block-joinus {
  background-color: white;
  margin-bottom: 0.4rem; }
  .block-joinus.no-margin-bottom {
    margin-bottom: 0; }
  .block-joinus .row-joinus .row-joinus-title {
    color: #9c9c9c;
    font-size: 0.8rem;
    padding: 0.5rem 0.8rem;
    margin: 0; }
  .block-joinus .row-joinus .row-joinus-content {
    margin: 0;
    padding: 0 0.8rem 0.5rem 0.8rem;
    text-indent: 2rem;
    font-size: 0.7rem; }
  .block-joinus .row-joinus .list-block .item-input input, .block-joinus .row-joinus .list-block .item-input select, .block-joinus .row-joinus .list-block .item-input textarea {
    font-size: 0.7rem; }

.block-pec-entry {
  /*background-color: #f5f5f5;*/
  background-color: white; }
  .block-pec-entry .block-pec-entry-container {
    overflow: hidden;
    padding: 0.2rem 0.5rem; }
    .block-pec-entry .block-pec-entry-container .div-pec-entry {
      width: 25%;
      float: left;
      padding: 0.2rem; }
      .block-pec-entry .block-pec-entry-container .div-pec-entry > a {
        text-align: center;
        display: block;
        border: 1px solid #6ccac9;
        color: #666;
        border-radius: 0.2rem;
        font-size: 0.7rem;
        padding: 0.2rem 0.4rem;
        background-color: white;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        /*-webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -ms-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s;*/ }
        .block-pec-entry .block-pec-entry-container .div-pec-entry > a:active, .block-pec-entry .block-pec-entry-container .div-pec-entry > a:focus, .block-pec-entry .block-pec-entry-container .div-pec-entry > a:active:focus, .block-pec-entry .block-pec-entry-container .div-pec-entry > a.active {
          /*box-shadow: inset 0 0 10px 1px #ddd;*/
          color: white;
          background-color: #2eb3fe;
          border-color: #2eb3fe; }

.block-pec-news .list-block {
  border: none;
  margin: 0;
  font-size: .7rem; }
  .block-pec-news .list-block .item-inner {
    background: none;
    padding-right: .75rem; }
    .block-pec-news .list-block .item-inner:after {
      display: none; }
  .block-pec-news .list-block .item-title-row {
    margin-bottom: 0.3rem; }
  .block-pec-news .list-block .item-text {
    font-size: .68rem; }
  .block-pec-news .list-block ul {
    background: transparent; }
    .block-pec-news .list-block ul > li:first-child, .block-pec-news .list-block ul > li:last-child {
      border: none; }
    .block-pec-news .list-block ul > li:nth-child(2n) {
      background-color: #f3fafd; }
    .block-pec-news .list-block ul > li:nth-child(2n+1) {
      background-color: #fff; }

.block-pec-news .pagination-nav {
  padding-top: 2rem;
  background-color: white; }

.block-pec-news-detail {
  padding: 0 0.75rem 0.75rem 0.75rem;
  background-color: white; }
  .block-pec-news-detail .header-news-detail .news-title {
    margin: 0;
    font-size: 0.82rem;
    font-weight: normal;
    padding: 0.7rem 0 0.6rem 0;
    white-space: normal;
    word-break: break-all; }
  .block-pec-news-detail .header-news-detail .news-subtitle {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden; }
    .block-pec-news-detail .header-news-detail .news-subtitle > li {
      float: left;
      line-height: 1.8;
      font-size: 0.65rem;
      color: #999; }
      .block-pec-news-detail .header-news-detail .news-subtitle > li:not(:first-child) {
        margin-left: 0.8rem; }
  .block-pec-news-detail .article-news-content {
    padding-bottom: 1rem;
    overflow-x: hidden; }
    .block-pec-news-detail .article-news-content img {
      max-width: 100%; }
    .block-pec-news-detail .article-news-content p {
      font-size: 0.73rem;
      margin: 0.6rem 0;
      color: #333; }
    .block-pec-news-detail .article-news-content p:nth-child(1){
      text-indent: 1.46rem;
    }
  .block-pec-news-detail .list-block {
    margin: 0; }
    .block-pec-news-detail .list-block ul:before, .block-pec-news-detail .list-block ul:after {
      display: none; }
    .block-pec-news-detail .list-block li {
      background-color: #f2f2f2;
      border-top: 1px solid #e4e4e4;
      border-left: 1px solid #e4e4e4;
      border-right: 1px solid #e4e4e4;
      border-bottom: none; }
      .block-pec-news-detail .list-block li:last-child {
        border-bottom: 1px solid #e4e4e4; }
      .block-pec-news-detail .list-block li > a.list-button {
        color: #333;
        text-align: left;
        font-size: 0.75rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }

/** ============== 针对需求的逻辑样式定义 ============== **/