@charset "UTF-8";
.month-check {
  position: relative; }

.month-check::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0;
  padding-left: 100%; }

/*初始化*/
html {
  font-size: 10px; }

body {
  -webkit-text-size-adjust: 100% !important;
  /*公众号去掉默认字体*/ }

label {
  display: block; }

body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
dl,
div,
dt,
dd,
ul,
ol,
li,
select,
table,
tr,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

table {
  table-layout: fixed; }

* {
  box-sizing: border-box; }

body {
  font-family: "PingFang SC" !important;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto; }

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

input,
select,
textarea {
  outline: none;
  /*-webkit-appearance: none;*/
  font-family: "PingFang SC" !important; }

[type^='checkbox'] {
  -webkit-appearance: checkbox; }

textarea {
  resize: none; }

input:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-modify: read-write-plaintext-only; }

a:hover {
  color: #00a0e9;
  text-decoration: none; }

ul,
dl {
  list-style-type: none; }

img,
input {
  border: 0; }

small,
em,
i {
  font-weight: normal;
  font-style: normal; }

li {
  list-style: none; }

p {
  word-wrap: break-word; }

/*常用类*/
.fl {
  float: left; }

.fr {
  float: right; }

.clearfix::before,
.clearfix::after,
.clearfix:before,
.clearfix:after {
  content: '';
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both; }

.txt-hide {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -icab-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis; }

.txt-hide2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }

.txt-hide3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; }

.tc {
  text-align: center; }

.tl {
  text-align: left; }

.tr {
  text-align: right; }

.img-res {
  display: block;
  max-width: 100%;
  height: auto; }

.table-box {
  display: table;
  text-align: center; }

.table-middle {
  display: table-cell;
  vertical-align: middle; }

.bgf5 {
  background: #f5f5f5; }

.mb15 {
  margin-bottom: 0.75rem; }

.mt10 {
  margin-top: 0.5rem; }

.plr30 {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

.mt30 {
  margin-top: 0.75rem; }

.pb20 {
  padding-bottom: 1rem; }

.pb10 {
  padding-bottom: 0.5rem; }

.mask-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  top: 0;
  left: 0;
  display: none; }

.h60 {
  height: 3rem; }

.h50 {
  height: 2.5rem; }

.bgh8 {
  height: 8px;
  width: 100%; }

.arrow {
  float: right;
  height: 14px;
  margin-left: 5px;
  transition: all 0.5s; }

.rotate {
  transform: rotate(90deg); }

.main-input {
  position: absolute;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.h45 {
  height: 45px; }

.h40 {
  height: 40px; }

.bgh8 {
  height: 8px;
  background: #f5f5f5; }

.layout {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto; }

.mt-1 {
  margin-top: -1px; }

.col {
  color: #db5658; }

.font16 {
  font-size: 16px; }

.col-green {
  color: #007876; }

#load {
  background: #fff url(../img/load.gif) no-repeat center center;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  top: 0;
  left: 0; }

.middle-box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  z-index: 99; }

.hb_addzw {
  position: fixed;
  width: 7.56rem;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
  border-radius: 0.16rem;
  padding-bottom: 0.24rem; }
  .hb_addzw .tit {
    padding-top: 0.42rem;
    padding-bottom: 0.4rem; }
    .hb_addzw .tit img {
      width: 0.52rem;
      height: 0.52rem;
      margin: auto;
      display: block; }
    .hb_addzw .tit p {
      font-size: 0.24rem;
      font-weight: 500;
      text-align: center; }
  .hb_addzw .iptbox {
    width: 6.6rem;
    height: 0.58rem;
    border-radius: 0.06rem;
    background: #FAFAFA;
    padding: 0 0.08rem;
    padding-left: 0.18rem;
    margin: auto; }
    .hb_addzw .iptbox button {
      width: 1.04rem;
      height: 0.46rem;
      border-radius: 0.06rem;
      background: #0275D8;
      color: #fff;
      text-align: center;
      font-size: 0.16rem;
      border: 0.01rem solid #0275D8;
      line-height: 0.44rem;
      transition: 0.3s; }
      .hb_addzw .iptbox button:hover {
        background: #fff;
        color: 0275D8; }
    .hb_addzw .iptbox input {
      width: calc(100% - 1.04rem);
      height: 100%;
      font-size: 0.16rem;
      background: none; }
  .hb_addzw .msgbox {
    width: 6.6rem;
    border-radius: 0.06rem;
    background: #FAFAFA;
    padding: 0.15rem 0.08rem;
    padding-left: 0.18rem;
    margin: auto;
    margin-top: 0.1rem;
    margin-bottom: 0.48rem; }
    .hb_addzw .msgbox p {
      padding: 0.05rem 0; }
  .hb_addzw .anniu {
    display: block;
    margin: auto;
    margin-top: 0.46rem;
    width: 1rem;
    height: 0.54rem;
    border-radius: 0.06rem;
    background: #0275D8;
    color: #fff;
    text-align: center;
    font-size: 0.16rem;
    border: 0.01rem solid #0275D8;
    line-height: 0.52rem;
    transition: 0.3s; }
    .hb_addzw .anniu:hover {
      background: #fff;
      color: #0275D8;
      transition: 0.3s; }
  .hb_addzw .cha {
    position: absolute;
    width: 0
  }


.flex {
  display: flex; }

.f-ct {
  display: flex;
  align-items: center; }

.f-w {
  flex-wrap: wrap; }

.f-bt {
  display: flex;
  justify-content: space-between; }

.f-bct {
  display: flex;
  align-items: center;
  justify-content: space-between; }

a {
  color: #261f1c;
  cursor: pointer; }
  a:hover {
    color: #261f1c; }

::-webkit-scrollbar {
  display: none; }

.line1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.line2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*! autoprefixer: off; */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.line3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*! autoprefixer: off; */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.hb_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: 9; }

/*轮播图*/
.index-banner .swiper-pagination-bullet {
  opacity: 1;
  border: 1px solid #fff; }

.index-banner .swiper-container-horizontal > .swiper-pagination {
  bottom: 5px; }

.index-banner .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1; }

.head {
  width: 19.2rem;
  height: 1rem;
  background: #fff;
  padding-left: 0.42rem;
  position: relative;
  z-index: 2; }
  .head .head_l {
    cursor: pointer; }
    .head .head_l .t1 {
      font-size: 0.2rem; }
    .head .head_l .f-ct {
      margin-left: 0.36rem; }
      .head .head_l .f-ct p {
        color: #0275D8;
        font-size: 0.2rem;
        padding-right: 0.12rem; }
      .head .head_l .f-ct img {
        width: 0.22rem;
        height: 0.22rem;
        display: block;
        transition: 0.3s; }
      .head .head_l .f-ct:hover img {
        transform: rotate(180deg);
        transition: 0.3s; }
  .head .head_r {
    height: 100%; }
    .head .head_r .gologin {
      padding-right: 0.62rem;
      padding-left: 0.31rem; }
    .head .head_r .btn {
      width: 1.06rem;
      height: 0.37rem;
      text-align: center;
      line-height: 0.35rem;
      border-radius: 0.04rem;
      color: #fff;
      font-size: 0.15rem;
      background: #02569B;
      border: 0.01rem solid #02569B;
      transition: 0.3s;
      display: block; }
      .head .head_r .btn:hover {
        background: #fff;
        color: #02569B;
        transition: 0.3s; }
    .head .head_r .loginbor {
      background: #D9D9D980;
      width: 0.01rem;
      height: 0.36rem; }
    .head .head_r .loginbtn {
      padding: 0 0.4rem !important;
      position: relative;
      cursor: pointer;
      height: 100%; }
      .head .head_r .loginbtn > img {
        width: 0.36rem;
        height: 0.36rem;
        border-radius: 0.06rem; }
      .head .head_r .loginbtn > p {
        font-size: 0.16rem;
        color: #0275D8;
        padding-left: 0.12rem; }
      .head .head_r .loginbtn .line1 {
        width: 0.94rem; }
      .head .head_r .loginbtn:hover .caidan {
        height: 1.33rem !important;
        transition: 0.3s; }
      .head .head_r .loginbtn .caidan {
        position: absolute;
        box-shadow: 0rem 0.02rem 0.2rem 0rem #00000026;
        width: 1.85rem;
        height: 0rem;
        border-radius: 0.06rem;
        padding: 0 0.24rem;
        background: #fff;
        bottom: 0;
        left: 0;
        transform: translateY(110%);
        transition: 0.3s;
        overflow: hidden; }
        .head .head_r .loginbtn .caidan .itm {
          height: 50%;
          border-bottom: 0.01rem solid #EAEAEF; }
          .head .head_r .loginbtn .caidan .itm:last-child {
            border-bottom: none; }
          .head .head_r .loginbtn .caidan .itm img {
            width: 0.18rem;
            height: 0.18rem;
            margin-right: 0.11rem; }
          .head .head_r .loginbtn .caidan .itm p {
            font-size: 0.16rem;
            color: #999999; }
          .head .head_r .loginbtn .caidan .itm .i1 {
            display: block; }
          .head .head_r .loginbtn .caidan .itm .i2 {
            display: none; }
          .head .head_r .loginbtn .caidan .itm:hover p {
            color: #0275D8; }
          .head .head_r .loginbtn .caidan .itm:hover .i1 {
            display: none; }
          .head .head_r .loginbtn .caidan .itm:hover .i2 {
            display: block; }
    .head .head_r .alink {
      font-size: 0.16rem;
      padding: 0 0.31rem;
      transition: 0.3s; }
      .head .head_r .alink:first-child {
        margin-left: 0; }
      .head .head_r .alink:last-child {
        margin-right: 0; }
      .head .head_r .alink:hover {
        color: #0275D8;
        font-weight: 600;
        font-size: 0.18rem;
        transition: 0.3s; }
    .head .head_r .active {
      font-weight: 600;
      color: #0275D8; }

.head_czx {
  width: 19.2rem;
  height: 1rem;
  background: #fff;
  padding-left: 0.42rem;
  position: relative;
  z-index: 2; }
  .head_czx .head_l {
    cursor: pointer; }
    .head_czx .head_l .t1 {
      font-size: 0.2rem; }
    .head_czx .head_l .f-ct {
      margin-left: 0.36rem; }
      .head_czx .head_l .f-ct p {
        color: #FF3030;
        font-size: 0.2rem;
        padding-right: 0.12rem; }
      .head_czx .head_l .f-ct img {
        width: 0.22rem;
        height: 0.22rem;
        display: block;
        transition: 0.3s; }
      .head_czx .head_l .f-ct:hover img {
        transform: rotate(180deg);
        transition: 0.3s; }
  .head_czx .head_r {
    height: 100%; }
    .head_czx .head_r .gologin {
      padding-right: 0.62rem;
      padding-left: 0.31rem; }
    .head_czx .head_r .btn {
      width: 1.06rem;
      height: 0.37rem;
      text-align: center;
      line-height: 0.35rem;
      border-radius: 0.04rem;
      color: #fff;
      font-size: 0.15rem;
      background: #FF3030;
      border: 0.01rem solid #FF3030;
      transition: 0.3s;
      display: block; }
      .head_czx .head_r .btn:hover {
        background: #fff;
        color: #FF3030;
        transition: 0.3s; }
    .head_czx .head_r .loginbor {
      background: #D9D9D980;
      width: 0.01rem;
      height: 0.36rem; }
    .head_czx .head_r .loginbtn {
      padding: 0 0.4rem !important;
      position: relative;
      cursor: pointer;
      height: 100%; }
      .head_czx .head_r .loginbtn > img {
        width: 0.36rem;
        height: 0.36rem;
        border-radius: 0.06rem; }
      .head_czx .head_r .loginbtn > p {
        font-size: 0.16rem;
        color: #FF3030;
        padding-left: 0.12rem; }
      .head_czx .head_r .loginbtn .line1 {
        width: 0.94rem; }
      .head_czx .head_r .loginbtn:hover .caidan {
        height: 1.33rem !important;
        transition: 0.3s; }
      .head_czx .head_r .loginbtn .caidan {
        position: absolute;
        box-shadow: 0rem 0.02rem 0.2rem 0rem #00000026;
        width: 1.85rem;
        height: 0rem;
        border-radius: 0.06rem;
        padding: 0 0.24rem;
        background: #fff;
        bottom: 0;
        left: 0;
        transform: translateY(110%);
        transition: 0.3s;
        overflow: hidden; }
        .head_czx .head_r .loginbtn .caidan .itm {
          height: 50%;
          border-bottom: 0.01rem solid #EAEAEF; }
          .head_czx .head_r .loginbtn .caidan .itm:last-child {
            border-bottom: none; }
          .head_czx .head_r .loginbtn .caidan .itm img {
            width: 0.18rem;
            height: 0.18rem;
            margin-right: 0.11rem; }
          .head_czx .head_r .loginbtn .caidan .itm p {
            font-size: 0.16rem;
            color: #999999; }
          .head_czx .head_r .loginbtn .caidan .itm .i1 {
            display: block; }
          .head_czx .head_r .loginbtn .caidan .itm .i2 {
            display: none; }
          .head_czx .head_r .loginbtn .caidan .itm:hover p {
            color: #FF3030; }
          .head_czx .head_r .loginbtn .caidan .itm:hover .i1 {
            display: none; }
          .head_czx .head_r .loginbtn .caidan .itm:hover .i2 {
            display: block; }
    .head_czx .head_r .alink {
      font-size: 0.16rem;
      padding: 0 0.31rem;
      transition: 0.3s; }
      .head_czx .head_r .alink:first-child {
        margin-left: 0; }
      .head_czx .head_r .alink:last-child {
        margin-right: 0; }
      .head_czx .head_r .alink:hover {
        color: #FF3030;
        font-weight: 600;
        font-size: 0.18rem;
        transition: 0.3s; }
    .head_czx .head_r .active {
      font-weight: 600;
      color: #FF3030; }

.foot {
  height: 3.68rem;
  padding-left: 1.76rem;
  padding-right: 2.66rem;
  background: #353535; }
  .foot .foot_l {
    width: 50%;
    padding-left: 0.7rem; }
    .foot .foot_l img {
      /*width: 2.79rem;*/
      height: 1rem;
      display: block; }
    .foot .foot_l .txt {
      color: #fff;
      font-size: 0.28rem;
      margin-top: 0.1rem; }
  .foot .foot_r {
    justify-content: flex-end; }
    .foot .foot_r .foot_list {
      margin-right: 0.78rem; }
      .foot .foot_r .foot_list:last-child {
        margin-right: 0; }
      .foot .foot_r .foot_list div {
        font-size: 0.24rem;
        font-weight: 600;
        padding-bottom: 0.16rem;
        border-bottom: 0.01rem solid #D9D9D9;
        width: 1.46rem;
        margin-bottom: 0.135rem;
        color: #fff; }
      .foot .foot_r .foot_list a {
        color: #fff;
        display: block;
        font-size: 0.18rem;
        font-weight: 400;
        margin-bottom: 0.18rem; }
        .foot .foot_r .foot_list a:last-child {
          margin-bottom: 0; }

.hb_sel {
  width: 8.64rem;
  height: 7.79rem;
  background: #fff;
  border-radius: 0.2rem;
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  padding: 0.32rem 0.6rem;
  transition: 0.3s; }
  .hb_sel .hb_sel_form .f-ct, .hb_sel .hb_sel_form .f-bct {
    width: 3.6rem;
    padding-bottom: 0.14rem;
    border-bottom: 0.01rem solid #F1F1F1; }
    .hb_sel .hb_sel_form .f-ct p, .hb_sel .hb_sel_form .f-bct p {
      font-size: 0.20rem; }
    .hb_sel .hb_sel_form .f-ct input, .hb_sel .hb_sel_form .f-bct input {
      font-size: 0.2rem;
      padding: 0;
      border: none; }
    .hb_sel .hb_sel_form .f-ct .el-input__icon, .hb_sel .hb_sel_form .f-bct .el-input__icon {
      display: none; }
    .hb_sel .hb_sel_form .f-ct .l, .hb_sel .hb_sel_form .f-bct .l {
      display: flex;
      align-items: center; }
    .hb_sel .hb_sel_form .f-ct .r, .hb_sel .hb_sel_form .f-bct .r {
      width: 0.24rem;
      height: 0.24rem; }
  .hb_sel .hb_sel_list {
    margin-top: 0.34rem;
    height: 6.4rem;
    overflow: scroll; }
    .hb_sel .hb_sel_list .hb_sel_itm {
      display: block;
      width: 100%;
      /*height: 1.94rem;*/
      background: #F5F5F7;
      margin-bottom: 0.2rem;
      border-radius: 0.12rem;
      padding: 0.2rem 0.24rem; }
      .hb_sel .hb_sel_list .hb_sel_itm .data {
        text-align: center;
        padding-top: 0.2rem;
        padding-bottom: 0.16rem;
        color: #444444;
        font-size: 0.22rem; }
      .hb_sel .hb_sel_list .hb_sel_itm .msg {
        height: 1.07rem;
        background: #fff;
        border-radius: 0.12rem;
        padding: 0.16rem;
        padding-right: 0.32rem;
        transition: 0.3s;
        margin-bottom: 0.2rem; }
        .hb_sel .hb_sel_list .hb_sel_itm .msg:hover {
          background: #0275D8;
          transition: 0.3s; }
          .hb_sel .hb_sel_list .hb_sel_itm .msg:hover .txtbox .t1 {
            color: #fff !important; }
          .hb_sel .hb_sel_list .hb_sel_itm .msg:hover .txtbox .t2 {
            color: #fff !important; }
          .hb_sel .hb_sel_list .hb_sel_itm .msg:hover .r1 {
            display: none; }
          .hb_sel .hb_sel_list .hb_sel_itm .msg:hover .r2 {
            display: block; }
        .hb_sel .hb_sel_list .hb_sel_itm .msg .l img {
          width: 0.75rem;
          /*height: 0.75rem;*/
          border-radius: 0.08rem;
          margin-right: 0.16rem;
          display: block; }
        .hb_sel .hb_sel_list .hb_sel_itm .msg .l .txtbox .t1 {
          color: #444444;
          font-size: 0.2rem;
          font-weight: 500; }
        .hb_sel .hb_sel_list .hb_sel_itm .msg .l .txtbox .t2 {
          color: #777777;
          font-size: 0.16rem;
          margin-top: 0.08rem; }
        .hb_sel .hb_sel_list .hb_sel_itm .msg .r1 {
          width: 0.32rem;
          height: 0.32rem;
          display: block; }
        .hb_sel .hb_sel_list .hb_sel_itm .msg .r2 {
          width: 0.32rem;
          height: 0.32rem;
          display: none; }

.page_zh_msg .msg {
  height: 9.8rem;
  background: #F5F5F5; }
  .page_zh_msg .msg .daohang {
    width: 17.28rem;
    margin: auto;
    padding: 0.24rem 0; }
    .page_zh_msg .msg .daohang a {
      color: #666666;
      font-size: 0.18rem; }
    .page_zh_msg .msg .daohang img {
      width: 0.24rem;
      height: 0.24rem; }
    .page_zh_msg .msg .daohang p {
      font-size: 0.18rem;
      color: #0275D8; }
  .page_zh_msg .msg .list {
    width: 17.28rem;
    height: 3.94rem;
    margin: auto;
    background: #fff;
    border-radius: 0.1rem;
    padding: 0.42rem 0.46rem;
    align-items: flex-start; }
    .page_zh_msg .msg .list .itm {
      cursor: pointer;
      width: 3.08rem;
      height: 3.1rem;
      border-radius: 0.1rem;
      border: 0.01rem solid #E6E6E6;
      padding-top: 0.32rem;
      transition: 0.3s; }
      .page_zh_msg .msg .list .itm img {
        width: 1rem;
        height: 1rem;
        display: block;
        margin: auto;
        margin-bottom: 0.24rem; }
      .page_zh_msg .msg .list .itm .t1 {
        color: #2C2C2C;
        font-size: 0.24rem;
        font-weight: 500;
        margin-bottom: 0.24rem;
        text-align: center; }
      .page_zh_msg .msg .list .itm .t2 {
        color: #7B7B7B;
        font-size: 0.18rem;
        text-align: center; }
      .page_zh_msg .msg .list .itm .t3 {
        color: #7B7B7B;
        font-size: 0.18rem;
        margin-top: 0.08rem;
        text-align: center; }
      .page_zh_msg .msg .list .itm:hover {
        height: 3.2rem;
        border: 0.03rem solid #0275D8;
        box-shadow: 0.40rem 0.20rem 0.60rem 0.0rem #87878726;
        transition: 0.3s; }

.page_xz_msg .msg {
  height: 9.8rem;
  background: #F5F5F5; }
  .page_xz_msg .msg .daohang {
    width: 12.28rem;
    margin: auto;
    padding: 0.24rem 0; }
    .page_xz_msg .msg .daohang a {
      color: #666666;
      font-size: 0.18rem; }
    .page_xz_msg .msg .daohang img {
      width: 0.24rem;
      height: 0.24rem; }
    .page_xz_msg .msg .daohang p {
      font-size: 0.18rem;
      color: #0275D8; }
  .page_xz_msg .msg .list {
    width: 12.28rem;
    margin: auto;
    background: #fff;
    border-radius: 0.1rem;
    padding: 0 0.42rem;
    padding-top: 0.13rem;
    padding-bottom: 0.59rem; }
    .page_xz_msg .msg .list .itm {
      width: 100%;
      height: 1rem;
      border-bottom: 0.01rem solid #0A22291C; }
      .page_xz_msg .msg .list .itm input {
        position: absolute;
        opacity: 0; }
      .page_xz_msg .msg .list .itm .label {
        width: 100%;
        height: 100%; }
        .page_xz_msg .msg .list .itm .label .l img {
          width: 0.36rem;
          height: 0.36rem;
          margin-right: 0.34rem; }
        .page_xz_msg .msg .list .itm .label .l p {
          font-size: 0.2rem; }
        .page_xz_msg .msg .list .itm .label .r img {
          width: 0.38rem;
          height: 0.38rem;
          display: none; }
    .page_xz_msg .msg .list .btn {
      width: 2rem;
      height: 0.56rem;
      border-radius: 0.06rem;
      margin: auto;
      margin-top: 0.54rem;
      background: #0275D8;
      border: 0.01rem solid #0275D8;
      color: #fff;
      text-align: center;
      line-height: 0.54rem;
      font-size: 0.18rem;
      transition: 0.3s;
      display: block; }
      .page_xz_msg .msg .list .btn:hover {
        background: #fff;
        color: #0275D8;
        transition: 0.3s; }

.page_login .loginbox {
  width: 19.2rem;
  height: 10.8rem;
  position: relative; }
  .page_login .loginbox .bgimg {
    width: 19.2rem;
    height: 10.8rem;
    display: block;
    margin: auto; }
  .page_login .loginbox .login_from {
    width: 5.08rem;
    background: #fff;
    border-radius: 0.1rem;
    padding: 0 0.28rem;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    padding-bottom: 0.42rem; }
    .page_login .loginbox .login_from .tit {
      padding-top: 0.26rem;
      padding-bottom: 0.22rem;
      border-bottom: 0.01rem solid #AEB4AF33;
      font-size: 0.22rem;
      color: #2C2C2C;
      margin-bottom: 0.32rem; }
    .page_login .loginbox .login_from .iptbox {
      margin-bottom: 0.24rem; }
      .page_login .loginbox .login_from .iptbox .itit {
        padding: 0.08rem 0;
        padding-top: 0;
        font-size: 0.14rem; }
      .page_login .loginbox .login_from .iptbox .ipt {
        width: 100%;
        height: 0.56rem;
        border-radius: 0.08rem;
        border: 0.01rem solid #AEB4AF33;
        padding-right: 0.1rem;
        padding-left: 0.18rem;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .page_login .loginbox .login_from .iptbox .ipt input {
          height: 100%;
          width: calc(100% - 0.8rem); }
        .page_login .loginbox .login_from .iptbox .ipt .codebtn {
          width: 0.7rem;
          height: 0.36rem;
          border-radius: 0.08rem;
          color: #fff;
          font-size: 0.14rem;
          background: #0275D8;
          text-align: center;
          line-height: 0.34rem;
          border: 0.01rem solid #0275D8;
          transition: 0.3s;
          cursor: pointer; }
          .page_login .loginbox .login_from .iptbox .ipt .codebtn:hover {
            background: #fff;
            color: #0275D8;
            transition: 0.3s; }
        .page_login .loginbox .login_from .iptbox .ipt .lookimg {
          width: 0.24rem;
          height: 0.24rem; }
    .page_login .loginbox .login_from .submit {
      width: 100%;
      height: 0.56rem;
      line-height: 0.54rem;
      border: 0.01rem solid #0275D8;
      background: #0275D8;
      border-radius: 0.1rem;
      text-align: center;
      color: #fff;
      font-size: 0.16rem;
      transition: 0.3s; }
      .page_login .loginbox .login_from .submit:hover {
        background: #fff;
        color: #0275D8;
        transition: 0.3s; }
    .page_login .loginbox .login_from .b1 {
      margin-top: 0.5rem; }
    .page_login .loginbox .login_from .tips {
      padding-top: 0.06rem; }
      .page_login .loginbox .login_from .tips div {
        margin-top: 0.10rem;
        font-size: 0.14rem;
        text-align: center; }
        .page_login .loginbox .login_from .tips div span {
          color: #0275D8;
          cursor: pointer; }
    .page_login .loginbox .login_from .cpwd {
      padding-top: 0.12rem;
      padding-bottom: 0.24rem;
      color: #0275D8;
      text-align: right;
      font-size: 0.14rem;
      cursor: pointer; }
  .page_login .loginbox .reg_from {
    width: 5.08rem;
    background: #fff;
    border-radius: 0.1rem;
    padding: 0 0.28rem;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    padding-bottom: 0.42rem; }
    .page_login .loginbox .reg_from .reg1 {
      display: none; }
    .page_login .loginbox .reg_from .reg2 {
      display: none; }
    .page_login .loginbox .reg_from .tit {
      padding-top: 0.26rem;
      padding-bottom: 0.22rem;
      border-bottom: 0.01rem solid #AEB4AF33;
      font-size: 0.22rem;
      color: #2C2C2C;
      margin-bottom: 0.32rem; }
      .page_login .loginbox .reg_from .tit .r {
        cursor: pointer; }
        .page_login .loginbox .reg_from .tit .r img {
          width: 0.24rem;
          height: 0.24rem; }
        .page_login .loginbox .reg_from .tit .r p {
          color: #999999;
          font-size: 0.16rem;
          padding-left: 0.04rem; }
    .page_login .loginbox .reg_from .ipttow {
      margin-bottom: 0.24rem; }
      .page_login .loginbox .reg_from .ipttow .iptbox {
        margin-bottom: 0;
        width: 49%; }
    .page_login .loginbox .reg_from .imgtips {
      color: #FF0000;
      font-size: 0.14rem;
      padding-top: 0.12rem;
      padding-bottom: 0.26rem; }
    .page_login .loginbox .reg_from .iptbox {
      margin-bottom: 0.24rem; }
      .page_login .loginbox .reg_from .iptbox .itit {
        padding: 0.08rem 0;
        padding-top: 0;
        font-size: 0.14rem; }
        .page_login .loginbox .reg_from .iptbox .itit span {
          color: #FF0000; }
      .page_login .loginbox .reg_from .iptbox .file_ipt {
        height: 1.16rem;
        border-radius: 0.08rem;
        border: 0.01rem solid #AEB4AF33;
        padding-right: 0.1rem;
        padding-left: 0.18rem;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative; }
        .page_login .loginbox .reg_from .iptbox .file_ipt img {
          width: 0.24rem;
          height: 0.24rem; }
        .page_login .loginbox .reg_from .iptbox .file_ipt input {
          position: absolute;
          opacity: 0; }
      .page_login .loginbox .reg_from .iptbox .ipt {
        width: 100%;
        height: 0.56rem;
        border-radius: 0.08rem;
        border: 0.01rem solid #AEB4AF33;
        padding-right: 0.1rem;
        padding-left: 0.18rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative; }
        .page_login .loginbox .reg_from .iptbox .ipt input {
          height: 100%;
          width: calc(100% - 0.8rem); }
        .page_login .loginbox .reg_from .iptbox .ipt select {
          width: 100%;
          height: 100%;
          border: none; }
        .page_login .loginbox .reg_from .iptbox .ipt .codebtn {
          width: 0.7rem;
          height: 0.36rem;
          border-radius: 0.08rem;
          color: #fff;
          font-size: 0.14rem;
          background: #0275D8;
          text-align: center;
          line-height: 0.34rem;
          border: 0.01rem solid #0275D8;
          transition: 0.3s;
          cursor: pointer; }
          .page_login .loginbox .reg_from .iptbox .ipt .codebtn:hover {
            background: #fff;
            color: #0275D8;
            transition: 0.3s; }
        .page_login .loginbox .reg_from .iptbox .ipt .lookimg {
          width: 0.24rem;
          height: 0.24rem; }
    .page_login .loginbox .reg_from .submit {
      width: 100%;
      height: 0.56rem;
      line-height: 0.54rem;
      border: 0.01rem solid #0275D8;
      background: #0275D8;
      border-radius: 0.1rem;
      text-align: center;
      color: #fff;
      font-size: 0.16rem;
      transition: 0.3s; }
      .page_login .loginbox .reg_from .submit:hover {
        background: #fff;
        color: #0275D8;
        transition: 0.3s; }
    .page_login .loginbox .reg_from .b1 {
      margin-top: 0.34rem; }
    .page_login .loginbox .reg_from .b2 {
      margin-top: 0rem;
      display: none; }
    .page_login .loginbox .reg_from .tips {
      padding-top: 0.06rem; }
      .page_login .loginbox .reg_from .tips div {
        margin-top: 0.10rem;
        font-size: 0.14rem;
        text-align: right; }
        .page_login .loginbox .reg_from .tips div span {
          color: #0275D8;
          cursor: pointer; }

.page_login .hb_bg {
  display: none; }

.page_login .hb_tips {
  width: 4.24rem;
  height: 4.03rem;
  border-radius: 0.16rem;
  padding-top: 0.58rem;
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
  display: none; }
  .page_login .hb_tips img {
    width: 1.7rem;
    height: 1.7rem;
    display: block;
    margin: auto;
    margin-bottom: 0.28rem; }
  .page_login .hb_tips .t1 {
    color: #1D263A;
    font-size: 0.22rem;
    text-align: center; }
  .page_login .hb_tips .t2 {
    margin-top: 0.12rem;
    color: #1D263A;
    font-size: 0.2rem;
    text-align: center; }

.page_login_czx .loginbox {
  width: 19.2rem;
  height: 10.8rem;
  position: relative; }
  .page_login_czx .loginbox .bgimg {
    width: 19.2rem;
    height: 10.8rem;
    display: block;
    margin: auto; }
  .page_login_czx .loginbox .login_from {
    width: 5.08rem;
    background: #fff;
    border-radius: 0.1rem;
    padding: 0 0.28rem;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    padding-bottom: 0.42rem; }
    .page_login_czx .loginbox .login_from .tit {
      padding-top: 0.26rem;
      padding-bottom: 0.22rem;
      border-bottom: 0.01rem solid #AEB4AF33;
      font-size: 0.22rem;
      color: #2C2C2C;
      margin-bottom: 0.32rem; }
    .page_login_czx .loginbox .login_from .iptbox {
      margin-bottom: 0.24rem; }
      .page_login_czx .loginbox .login_from .iptbox .itit {
        padding: 0.08rem 0;
        padding-top: 0;
        font-size: 0.14rem; }
      .page_login_czx .loginbox .login_from .iptbox .ipt {
        width: 100%;
        height: 0.56rem;
        border-radius: 0.08rem;
        border: 0.01rem solid #AEB4AF33;
        padding-right: 0.1rem;
        padding-left: 0.18rem;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .page_login_czx .loginbox .login_from .iptbox .ipt input {
          height: 100%;
          width: calc(100% - 0.8rem); }
        .page_login_czx .loginbox .login_from .iptbox .ipt .codebtn {
          width: 0.7rem;
          height: 0.36rem;
          border-radius: 0.08rem;
          color: #fff;
          font-size: 0.14rem;
          background: #FF3030;
          text-align: center;
          line-height: 0.34rem;
          border: 0.01rem solid #FF3030;
          transition: 0.3s;
          cursor: pointer; }
          .page_login_czx .loginbox .login_from .iptbox .ipt .codebtn:hover {
            background: #fff;
            color: #FF3030;
            transition: 0.3s; }
        .page_login_czx .loginbox .login_from .iptbox .ipt .lookimg {
          width: 0.24rem;
          height: 0.24rem; }
    .page_login_czx .loginbox .login_from .submit {
      width: 100%;
      height: 0.56rem;
      line-height: 0.54rem;
      border: 0.01rem solid #FF3030;
      background: #FF3030;
      border-radius: 0.1rem;
      text-align: center;
      color: #fff;
      font-size: 0.16rem;
      transition: 0.3s; }
      .page_login_czx .loginbox .login_from .submit:hover {
        background: #fff;
        color: #FF3030;
        transition: 0.3s; }
    .page_login_czx .loginbox .login_from .b1 {
      margin-top: 0.5rem; }
    .page_login_czx .loginbox .login_from .tips {
      padding-top: 0.06rem; }
      .page_login_czx .loginbox .login_from .tips div {
        margin-top: 0.10rem;
        font-size: 0.14rem;
        text-align: center; }
        .page_login_czx .loginbox .login_from .tips div span {
          color: #FF3030;
          cursor: pointer; }
    .page_login_czx .loginbox .login_from .cpwd {
      padding-top: 0.12rem;
      padding-bottom: 0.24rem;
      color: #FF3030;
      text-align: right;
      font-size: 0.14rem;
      cursor: pointer; }
  .page_login_czx .loginbox .reg_from {
    width: 5.08rem;
    background: #fff;
    border-radius: 0.1rem;
    padding: 0 0.28rem;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    padding-bottom: 0.42rem; }
    .page_login_czx .loginbox .reg_from .reg1 {
      display: none; }
    .page_login_czx .loginbox .reg_from .reg2 {
      display: none; }
    .page_login_czx .loginbox .reg_from .tit {
      padding-top: 0.26rem;
      padding-bottom: 0.22rem;
      border-bottom: 0.01rem solid #AEB4AF33;
      font-size: 0.22rem;
      color: #2C2C2C;
      margin-bottom: 0.32rem; }
      .page_login_czx .loginbox .reg_from .tit .r {
        cursor: pointer; }
        .page_login_czx .loginbox .reg_from .tit .r img {
          width: 0.24rem;
          height: 0.24rem; }
        .page_login_czx .loginbox .reg_from .tit .r p {
          color: #999999;
          font-size: 0.16rem;
          padding-left: 0.04rem; }
    .page_login_czx .loginbox .reg_from .ipttow {
      margin-bottom: 0.24rem; }
      .page_login_czx .loginbox .reg_from .ipttow .iptbox {
        margin-bottom: 0;
        width: 49%; }
    .page_login_czx .loginbox .reg_from .imgtips {
      color: #FF0000;
      font-size: 0.14rem;
      padding-top: 0.12rem;
      padding-bottom: 0.26rem; }
    .page_login_czx .loginbox .reg_from .iptbox {
      margin-bottom: 0.24rem; }
      .page_login_czx .loginbox .reg_from .iptbox .itit {
        padding: 0.08rem 0;
        padding-top: 0;
        font-size: 0.14rem; }
        .page_login_czx .loginbox .reg_from .iptbox .itit span {
          color: #FF0000; }
      .page_login_czx .loginbox .reg_from .iptbox .file_ipt {
        height: 1.16rem;
        border-radius: 0.08rem;
        border: 0.01rem solid #AEB4AF33;
        padding-right: 0.1rem;
        padding-left: 0.18rem;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative; }
        .page_login_czx .loginbox .reg_from .iptbox .file_ipt img {
          width: 0.24rem;
          height: 0.24rem; }
        .page_login_czx .loginbox .reg_from .iptbox .file_ipt input {
          position: absolute;
          opacity: 0; }
      .page_login_czx .loginbox .reg_from .iptbox .ipt {
        width: 100%;
        height: 0.56rem;
        border-radius: 0.08rem;
        border: 0.01rem solid #AEB4AF33;
        padding-right: 0.1rem;
        padding-left: 0.18rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative; }
        .page_login_czx .loginbox .reg_from .iptbox .ipt input {
          height: 100%;
          width: calc(100% - 0.8rem); }
        .page_login_czx .loginbox .reg_from .iptbox .ipt select {
          width: 100%;
          height: 100%;
          border: none; }
        .page_login_czx .loginbox .reg_from .iptbox .ipt .codebtn {
          width: 0.7rem;
          height: 0.36rem;
          border-radius: 0.08rem;
          color: #fff;
          font-size: 0.14rem;
          background: #FF3030;
          text-align: center;
          line-height: 0.34rem;
          border: 0.01rem solid #FF3030;
          transition: 0.3s;
          cursor: pointer; }
          .page_login_czx .loginbox .reg_from .iptbox .ipt .codebtn:hover {
            background: #fff;
            color: #FF3030;
            transition: 0.3s; }
        .page_login_czx .loginbox .reg_from .iptbox .ipt .lookimg {
          width: 0.24rem;
          height: 0.24rem; }
    .page_login_czx .loginbox .reg_from .submit {
      width: 100%;
      height: 0.56rem;
      line-height: 0.54rem;
      border: 0.01rem solid #FF3030;
      background: #FF3030;
      border-radius: 0.1rem;
      text-align: center;
      color: #fff;
      font-size: 0.16rem;
      transition: 0.3s; }
      .page_login_czx .loginbox .reg_from .submit:hover {
        background: #fff;
        color: #FF3030;
        transition: 0.3s; }
    .page_login_czx .loginbox .reg_from .b1 {
      margin-top: 0.34rem; }
    .page_login_czx .loginbox .reg_from .b2 {
      margin-top: 0rem;
      display: none; }
    .page_login_czx .loginbox .reg_from .tips {
      padding-top: 0.06rem; }
      .page_login_czx .loginbox .reg_from .tips div {
        margin-top: 0.10rem;
        font-size: 0.14rem;
        text-align: right; }
        .page_login_czx .loginbox .reg_from .tips div span {
          color: #FF3030;
          cursor: pointer; }

.page_login_czx .hb_bg {
  display: none; }

.page_login_czx .hb_tips {
  width: 4.24rem;
  height: 4.03rem;
  border-radius: 0.16rem;
  padding-top: 0.58rem;
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
  display: none; }
  .page_login_czx .hb_tips img {
    width: 1.7rem;
    height: 1.7rem;
    display: block;
    margin: auto;
    margin-bottom: 0.28rem; }
  .page_login_czx .hb_tips .t1 {
    color: #1D263A;
    font-size: 0.22rem;
    text-align: center; }
  .page_login_czx .hb_tips .t2 {
    margin-top: 0.12rem;
    color: #1D263A;
    font-size: 0.2rem;
    text-align: center; }

.pages {
  background: #F5F5F5;
  padding-top: 0.24rem; }
  .pages .czx {
    padding-bottom: 0.5rem !important; }
    .pages .czx .active {
      background: #FFF3F3 !important; }
      .pages .czx .active span {
        color: #FF3030 !important; }
      .pages .czx .active .i1 {
        display: none; }
      .pages .czx .active .i2 {
        display: block; }
    .pages .czx .bor {
      margin-top: 1.5rem !important; }
  .pages .pages_left {
    width: 3rem;
    background: #fff;
    border-radius: 0 0.1rem 0.1rem 0;
    padding: 0 0.24rem;
    padding-top: 0.36rem;
    padding-bottom: 0.12rem; }
    .pages .pages_left .logo {
      width: 1.43rem;
      height: 0.46rem;
      margin-bottom: 0.32rem;
      margin-left: 0.16rem;
      display: block; }
    .pages .pages_left .bor {
      width: 2.2rem;
      height: 0.6rem;
      margin: auto;
      border-bottom: 0.01rem solid #E9EAED;
      margin-bottom: 0.22rem; }
    .pages .pages_left .itm {
      width: 2.52rem;
      height: 0.48rem;
      border-radius: 0.08rem;
      padding: 0 0.16rem;
      margin-bottom: 0.12rem; }
      .pages .pages_left .itm:last-child {
        margin-bottom: 0; }
      .pages .pages_left .itm img {
        width: 0.24rem;
        height: 0.24rem;
        margin-right: 0.12rem; }
      .pages .pages_left .itm span {
        font-size: 0.14rem;
        color: #979797;
        font-weight: 500; }
      .pages .pages_left .itm .i1 {
        display: block; }
      .pages .pages_left .itm .i2 {
        display: none; }
    .pages .pages_left .active {
      background: #F8F8F8; }
      .pages .pages_left .active span {
        color: #0275D8; }
      .pages .pages_left .active .i1 {
        display: none; }
      .pages .pages_left .active .i2 {
        display: block; }
  .pages .pages_right {
    width: 15.72rem;
    margin-left: 0.24rem;
    padding-bottom: 0.24rem; }
    .pages .pages_right .daohang_czx p {
      color: #FF3030 !important; }
    .pages .pages_right .daohang {
      width: 100%;
      margin: auto;
      margin-bottom: 0.2rem; }
      .pages .pages_right .daohang a {
        color: #666666;
        font-size: 0.18rem; }
      .pages .pages_right .daohang img {
        width: 0.24rem;
        height: 0.24rem; }
      .pages .pages_right .daohang p {
        font-size: 0.18rem;
        color: #0275D8; }
    .pages .pages_right .ptit {
      padding: 0.24rem 0; }
      .pages .pages_right .ptit img {
        width: 0.24rem;
        height: 0.24rem;
        margin-right: 0.1rem; }
      .pages .pages_right .ptit span {
        font-size: 0.2rem;
        font-weight: 500;
        cursor: pointer; }
      .pages .pages_right .ptit .selnav {
        color: #BBBBBB;
        font-size: 0.2rem;
        font-weight: 500;
        padding-left: 0.24rem; }

.pages_login_zhanhui .djs {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.24rem; }
  .pages_login_zhanhui .djs .djs_msg {
    border: 0.01rem solid #EFEFEF;
    border-radius: 0.1rem;
    padding: 0 0.24rem; }
    .pages_login_zhanhui .djs .djs_msg .name {
      padding-top: 0.24rem;
      padding-bottom: 0.19rem;
      border-bottom: 0.01rem solid #EFEFEF;
      color: #919099;
      font-size: 0.16rem; }
      .pages_login_zhanhui .djs .djs_msg .name span {
        color: #2C2C2C; }
    .pages_login_zhanhui .djs .djs_msg .other {
      padding-top: 0.24rem;
      padding-bottom: 0.08rem; }
      .pages_login_zhanhui .djs .djs_msg .other div {
        width: calc(100% / 3);
        font-size: 0.16rem;
        display: flex;
        align-items: center;
        margin-bottom: 0.16rem; }
        .pages_login_zhanhui .djs .djs_msg .other div p {
          color: #919099;
          width: 1.8rem; }

.pages_login_zhanhui .fwzw {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.54rem;
  margin-top: 0.24rem; }
  .pages_login_zhanhui .fwzw .fwzw_msg {
    width: 100%; }
    .pages_login_zhanhui .fwzw .fwzw_msg table {
      width: 100%;
      border-radius: 0.1rem;
      border-bottom: 0.01rem solid #F1F2F4;
      border-collapse: collapse;
      table-layout: fixed; }
      .pages_login_zhanhui .fwzw .fwzw_msg table thead {
        height: 0.72rem;
        background: #369FF91A; }
      .pages_login_zhanhui .fwzw .fwzw_msg table tbody tr {
        height: 0.72rem;
        border-top: 0.01rem solid #F1F2F4; }
        .pages_login_zhanhui .fwzw .fwzw_msg table tbody tr:hover {
          background: #F0F0F080; }
      .pages_login_zhanhui .fwzw .fwzw_msg table tbody td {
        font-size: 0.16rem;
        text-align: center; }
        .pages_login_zhanhui .fwzw .fwzw_msg table tbody td .blue {
          color: #0275D8; }
        .pages_login_zhanhui .fwzw .fwzw_msg table tbody td .red {
          color: #FF3030; }
        .pages_login_zhanhui .fwzw .fwzw_msg table tbody td .anniu {
          justify-content: center; }
          .pages_login_zhanhui .fwzw .fwzw_msg table tbody td .anniu .btn {
            width: 0.96rem;
            height: 0.37rem;
            line-height: 0.37rem;
            text-align: center;
            border-radius: 0.04rem;
            color: #FF3030;
            font-size: 0.14rem; }
          .pages_login_zhanhui .fwzw .fwzw_msg table tbody td .anniu .b1 {
            background: #0275D8;
            border: 0.01rem solid #0275D8;
            color: #fff;
            transition: 0.3s;
            line-height: 0.35rem; }
            .pages_login_zhanhui .fwzw .fwzw_msg table tbody td .anniu .b1:hover {
              color: #0275D8;
              background: #fff;
              transition: 0.3s; }
  .pages_login_zhanhui .fwzw .fwzw_null {
    padding-top: 0.58rem;
    border-top: 0.01rem solid #F1F2F4; }
    .pages_login_zhanhui .fwzw .fwzw_null img {
      display: block;
      width: 2.78rem;
      height: 2.37rem;
      margin: auto;
      margin-bottom: 0.28rem; }
    .pages_login_zhanhui .fwzw .fwzw_null div {
      margin: auto;
      width: 4.52rem;
      height: 0.56rem;
      line-height: 0.54rem;
      border-radius: 0.1rem;
      border: 0.01rem solid #0275D8;
      background: #0275D8;
      color: #fff;
      font-size: 0.16rem;
      text-align: center;
      cursor: pointer;
      transition: 0.3s; }
      .pages_login_zhanhui .fwzw .fwzw_null div:hover {
        color: #0275D8;
        background: #fff;
        transition: 0.3s; }

.pages_login_zhanhui .hb_introduce {
  width: 13.16rem;
  padding: 0 0.85rem;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 10;
  border-radius: 0.12rem;
  padding-bottom: 0.54rem; }
  .pages_login_zhanhui .hb_introduce .tit {
    padding-top: 0.42rem;
    padding-bottom: 0.18rem;
    text-align: center;
    color: #444;
    font-weight: 500;
    font-size: 0.24rem; }
  .pages_login_zhanhui .hb_introduce .step {
    width: 7.44rem;
    height: 0.9rem;
    margin: auto;
    padding-top: 0.2rem;
    margin-bottom: 0.54rem; }
    .pages_login_zhanhui .hb_introduce .step .el-step__icon-inner {
      color: #C0C4CC; }
    .pages_login_zhanhui .hb_introduce .step .is-process {
      color: #C0C4CC;
      border-color: #C0C4CC; }
    .pages_login_zhanhui .hb_introduce .step .is-finish .is-text {
      background: #409EFF; }
      .pages_login_zhanhui .hb_introduce .step .is-finish .is-text .el-step__icon-inner {
        color: #fff; }
  .pages_login_zhanhui .hb_introduce .text1 {
    padding: 0 0.67rem; }
  .pages_login_zhanhui .hb_introduce .text p {
    font-size: 0.16rem;
    color: #777777;
    line-height: 0.224rem;
    margin-bottom: 0.28rem; }
  .pages_login_zhanhui .hb_introduce .text img {
    display: block;
    margin: auto;
    margin-bottom: 0.54rem;
    width: 1.78rem;
    height: 1.78rem; }
  .pages_login_zhanhui .hb_introduce .text .red {
    color: #FF3030; }
  .pages_login_zhanhui .hb_introduce .anniu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.54rem; }
    .pages_login_zhanhui .hb_introduce .anniu .btn {
      cursor: pointer;
      height: 0.56rem;
      line-height: 0.56rem;
      text-align: center;
      border-radius: 0.1rem;
      font-size: 0.16rem; }
    .pages_login_zhanhui .hb_introduce .anniu .b1 {
      width: 2.28rem;
      background: #F1F1F1;
      color: #8E8E8E;
      margin-right: 0.12rem; }
    .pages_login_zhanhui .hb_introduce .anniu .b2 {
      width: 4.52rem;
      background: #0275D8;
      line-height: 0.54rem;
      border: 0.01rem solid #0275D8;
      color: #fff;
      transition: 0.3s; }
      .pages_login_zhanhui .hb_introduce .anniu .b2:hover {
        color: #0275D8;
        background: #fff;
        transition: 0.3s; }
  .pages_login_zhanhui .hb_introduce .xieyi {
    position: relative;
    margin-top: 0.17rem;
    justify-content: center;
    cursor: pointer; }
    .pages_login_zhanhui .hb_introduce .xieyi input {
      position: absolute;
      opacity: 0; }
    .pages_login_zhanhui .hb_introduce .xieyi img {
      width: 0.24rem;
      height: 0.24rem; }
    .pages_login_zhanhui .hb_introduce .xieyi p {
      color: #FF3030;
      font-size: 0.16rem;
      padding-left: 0.1rem; }

.pages_login_zhanhui_czx .daohang p {
  color: #FF3030 !important; }

.pages_login_zhanhui_czx .djs {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.24rem; }
  .pages_login_zhanhui_czx .djs .ptit .r {
    width: 2.2rem;
    height: 0.48rem;
    border-radius: 0.1rem;
    border: 0.01rem solid #FF3030;
    background: #FF3030;
    text-align: center;
    justify-content: center; }
    .pages_login_zhanhui_czx .djs .ptit .r p {
      color: #fff;
      font-size: 0.16rem; }
    .pages_login_zhanhui_czx .djs .ptit .r img {
      width: 0.24rem;
      height: 0.24rem;
      margin-left: 0.1rem;
      transition: 0.3s; }
    .pages_login_zhanhui_czx .djs .ptit .r:hover img {
      transition: 0.3s;
      margin-left: 0.18rem; }
  .pages_login_zhanhui_czx .djs .djs_msg {
    border: 0.01rem solid #EFEFEF;
    border-radius: 0.1rem;
    padding: 0 0.24rem; }
    .pages_login_zhanhui_czx .djs .djs_msg .name {
      padding-top: 0.24rem;
      padding-bottom: 0.19rem;
      border-bottom: 0.01rem solid #EFEFEF;
      color: #919099;
      font-size: 0.16rem; }
      .pages_login_zhanhui_czx .djs .djs_msg .name span {
        color: #2C2C2C; }
    .pages_login_zhanhui_czx .djs .djs_msg .other {
      padding-top: 0.24rem;
      padding-bottom: 0.08rem; }
      .pages_login_zhanhui_czx .djs .djs_msg .other div {
        width: calc(100% / 3);
        font-size: 0.16rem;
        display: flex;
        align-items: center;
        margin-bottom: 0.16rem; }
        .pages_login_zhanhui_czx .djs .djs_msg .other div p {
          color: #919099;
          width: 1.8rem; }

.pages_login_zhanhui_czx .fwzw {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.54rem;
  margin-top: 0.24rem; }
  .pages_login_zhanhui_czx .fwzw .fwzw_msg {
    width: 100%; }
    .pages_login_zhanhui_czx .fwzw .fwzw_msg table {
      width: 100%;
      border-radius: 0.1rem;
      border-bottom: 0.01rem solid #F1F2F4;
      border-collapse: collapse;
      table-layout: fixed; }
      .pages_login_zhanhui_czx .fwzw .fwzw_msg table thead {
        height: 0.72rem;
        background: #369FF91A; }
      .pages_login_zhanhui_czx .fwzw .fwzw_msg table tbody tr {
        height: 0.72rem;
        border-top: 0.01rem solid #F1F2F4; }
        .pages_login_zhanhui_czx .fwzw .fwzw_msg table tbody tr:hover {
          background: #F0F0F080; }
      .pages_login_zhanhui_czx .fwzw .fwzw_msg table tbody td {
        font-size: 0.16rem;
        text-align: center; }
        .pages_login_zhanhui_czx .fwzw .fwzw_msg table tbody td .blue {
          color: #0275D8; }
        .pages_login_zhanhui_czx .fwzw .fwzw_msg table tbody td .red {
          color: #FF3030; }
        .pages_login_zhanhui_czx .fwzw .fwzw_msg table tbody td .anniu {
          justify-content: center; }
          .pages_login_zhanhui_czx .fwzw .fwzw_msg table tbody td .anniu .btn {
            width: 0.96rem;
            height: 0.37rem;
            line-height: 0.37rem;
            text-align: center;
            border-radius: 0.04rem;
            color: #FF3030;
            font-size: 0.14rem; }
          .pages_login_zhanhui_czx .fwzw .fwzw_msg table tbody td .anniu .b1 {
            background: #0275D8;
            border: 0.01rem solid #0275D8;
            color: #fff;
            transition: 0.3s;
            line-height: 0.35rem; }
            .pages_login_zhanhui_czx .fwzw .fwzw_msg table tbody td .anniu .b1:hover {
              color: #0275D8;
              background: #fff;
              transition: 0.3s; }
  .pages_login_zhanhui_czx .fwzw .fwzw_null {
    padding-top: 0.58rem;
    border-top: 0.01rem solid #F1F2F4; }
    .pages_login_zhanhui_czx .fwzw .fwzw_null img {
      display: block;
      width: 2.78rem;
      height: 2.37rem;
      margin: auto;
      margin-bottom: 0.28rem; }
    .pages_login_zhanhui_czx .fwzw .fwzw_null .btn {
      display: block;
      margin: auto;
      width: 4.52rem;
      height: 0.56rem;
      line-height: 0.54rem;
      border-radius: 0.1rem;
      border: 0.01rem solid #FF3030;
      background: #FF3030;
      color: #fff;
      font-size: 0.16rem;
      text-align: center;
      cursor: pointer;
      transition: 0.3s; }
      .pages_login_zhanhui_czx .fwzw .fwzw_null .btn:hover {
        color: #FF3030;
        background: #fff;
        transition: 0.3s; }

.pages_login_zhanhui_czx .zhxx_qr {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.24rem;
  margin-top: 0.24rem; }
  .pages_login_zhanhui_czx .zhxx_qr .tips {
    color: #777777;
    padding: 0.38rem 0;
    border-top: 0.01rem solid #E7E7E7; }
  .pages_login_zhanhui_czx .zhxx_qr .seach_zh {
    width: 100%;
    padding-bottom: 0.36rem;
    padding-top: 0.36rem;
    border-radius: 0.12rem;
    border: 0.015px dashed #DEDEDE; }
    .pages_login_zhanhui_czx .zhxx_qr .seach_zh .seach_tit {
      margin-bottom: 0.26rem; }
      .pages_login_zhanhui_czx .zhxx_qr .seach_zh .seach_tit img {
        display: block;
        margin: auto;
        width: 0.52rem;
        height: 0.52rem;
        margin-bottom: 0.1rem; }
      .pages_login_zhanhui_czx .zhxx_qr .seach_zh .seach_tit p {
        text-align: center;
        font-size: 0.24rem; }
    .pages_login_zhanhui_czx .zhxx_qr .seach_zh .seach_box {
      width: 8.84rem;
      margin: auto;
      height: 0.58rem;
      border-radius: 0.06rem;
      background: #FAFAFA;
      padding-right: 0.08rem;
      padding-left: 0.24rem;
      display: flex;
      align-items: center;
      box-sizing: border-box; }
      .pages_login_zhanhui_czx .zhxx_qr .seach_zh .seach_box button {
        cursor: pointer;
        height: 0.46rem;
        line-height: 0.44rem;
        text-align: center;
        border-radius: 0.06rem;
        font-size: 0.16rem;
        width: 1.04rem;
        background: #FF3030;
        border: 0.01rem solid #FF3030;
        color: #fff;
        transition: 0.3s;
        margin-left: 0.24rem; }
        .pages_login_zhanhui_czx .zhxx_qr .seach_zh .seach_box button:hover {
          color: #FF3030;
          background: #fff;
          transition: 0.3s; }
      .pages_login_zhanhui_czx .zhxx_qr .seach_zh .seach_box input {
        width: calc(100% - 1.28rem);
        background: none; }
    .pages_login_zhanhui_czx .zhxx_qr .seach_zh .seach_detail {
      width: 8.84rem;
      margin: auto;
      border-radius: 0.06rem;
      background: #FAFAFA;
      padding: 0 0.22rem;
      padding-top: 0.18rem;
      padding-bottom: 0.04rem;
      margin-top: 0.2rem; }
      .pages_login_zhanhui_czx .zhxx_qr .seach_zh .seach_detail p {
        margin-bottom: 0.12rem;
        font-size: 0.16rem; }
  .pages_login_zhanhui_czx .zhxx_qr .anniu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.54rem; }
    .pages_login_zhanhui_czx .zhxx_qr .anniu .btn {
      cursor: pointer;
      height: 0.56rem;
      line-height: 0.56rem;
      text-align: center;
      border-radius: 0.1rem;
      font-size: 0.16rem; }
    .pages_login_zhanhui_czx .zhxx_qr .anniu .b1 {
      width: 2.28rem;
      background: #F1F1F1;
      color: #8E8E8E;
      margin-right: 0.12rem; }
    .pages_login_zhanhui_czx .zhxx_qr .anniu .b2 {
      width: 4.52rem;
      background: #FF3030;
      line-height: 0.54rem;
      border: 0.01rem solid #FF3030;
      color: #fff;
      transition: 0.3s; }
      .pages_login_zhanhui_czx .zhxx_qr .anniu .b2:hover {
        color: #FF3030;
        background: #fff;
        transition: 0.3s; }

.pages_login_zhanhui_czx .order_list {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.31rem;
  margin-top: 0.24rem; }
  .pages_login_zhanhui_czx .order_list .ptit .r1 {
    width: 2.2rem;
    height: 0.48rem;
    border-radius: 0.1rem;
    border: 0.01rem solid #FF3030;
    background: #FF3030;
    text-align: center;
    justify-content: center; }
    .pages_login_zhanhui_czx .order_list .ptit .r1 p {
      color: #fff;
      font-size: 0.16rem; }
    .pages_login_zhanhui_czx .order_list .ptit .r1 img {
      width: 0.24rem;
      height: 0.24rem;
      margin-left: 0.1rem;
      transition: 0.3s; }
    .pages_login_zhanhui_czx .order_list .ptit .r1:hover img {
      transition: 0.3s;
      margin-left: 0.18rem; }
  .pages_login_zhanhui_czx .order_list .table-box {
    width: 100%; }
    .pages_login_zhanhui_czx .order_list .table-box table {
      width: 100%;
      border-radius: 0.1rem;
      border: 0.01rem solid #F1F2F4;
      border-collapse: collapse; }
      .pages_login_zhanhui_czx .order_list .table-box table thead {
        height: 0.72rem;
        background: #FFF3F3; }
      .pages_login_zhanhui_czx .order_list .table-box table tbody tr {
        height: 0.72rem;
        border-top: 0.01rem solid #F1F2F4; }
        .pages_login_zhanhui_czx .order_list .table-box table tbody tr:hover {
          background: #F0F0F080; }
      .pages_login_zhanhui_czx .order_list .table-box table tbody td {
        font-size: 0.16rem;text-align: center; }
        .pages_login_zhanhui_czx .order_list .table-box table tbody td .blue {
          color: #0275D8; }
        .pages_login_zhanhui_czx .order_list .table-box table tbody td .red {
          color: #FF3030; }
        .pages_login_zhanhui_czx .order_list .table-box table tbody td .down img {
          width: 0.22rem;
          height: 0.22rem; }
        .pages_login_zhanhui_czx .order_list .table-box table tbody td .anniu {
          justify-content: center; }
          .pages_login_zhanhui_czx .order_list .table-box table tbody td .anniu .btn {
            width: 0.96rem;
            height: 0.37rem;
            line-height: 0.37rem;
            text-align: center;
            border-radius: 0.04rem;
            color: #FF3030;
            font-size: 0.14rem; }
          .pages_login_zhanhui_czx .order_list .table-box table tbody td .anniu .b1 {
            background: #0275D8;
            border: 0.01rem solid #0275D8;
            color: #fff;
            transition: 0.3s;
            line-height: 0.35rem; }
            .pages_login_zhanhui_czx .order_list .table-box table tbody td .anniu .b1:hover {
              color: #0275D8;
              background: #fff;
              transition: 0.3s; }
    .pages_login_zhanhui_czx .order_list .table-box .fenyebox {
      margin-top: 0.33rem; }
      .pages_login_zhanhui_czx .order_list .table-box .fenyebox .tips {
        color: #FF3030;
        font-size: 0.16rem; }
      .pages_login_zhanhui_czx .order_list .table-box .fenyebox .fenye .fenye1 a {
        margin-left: 0.06rem;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 0.32rem;
        height: 0.32rem;
        border-radius: 0.04rem;
        transition: 0.3s;
        border: 0.015rem solid #fff; }
        .pages_login_zhanhui_czx .order_list .table-box .fenyebox .fenye .fenye1 a img {
          width: 0.24rem;
          height: 0.24rem;
          display: block; }
        .pages_login_zhanhui_czx .order_list .table-box .fenyebox .fenye .fenye1 a:hover {
          border: 0.015rem solid #0275D8;
          transition: 0.3s; }
      .pages_login_zhanhui_czx .order_list .table-box .fenyebox .fenye .fenye1 .itm {
        width: 0.32rem;
        height: 0.32rem;
        text-align: center;
        line-height: 0.32rem;
        background: #AEB4AF1A;
        border-radius: 0.04rem;
        transition: 0.3s;
        font-size: 0.12rem; }
        .pages_login_zhanhui_czx .order_list .table-box .fenyebox .fenye .fenye1 .itm:hover {
          background: #0275D8;
          color: #fff;
          transition: 0.3s; }
      .pages_login_zhanhui_czx .order_list .table-box .fenyebox .fenye .fenye1 .a {
        background: #0275D8;
        color: #fff; }
      .pages_login_zhanhui_czx .order_list .table-box .fenyebox .fenye .fenye2 {
        margin-left: 0.19rem; }
        .pages_login_zhanhui_czx .order_list .table-box .fenyebox .fenye .fenye2 p {
          font-size: 0.12rem; }
        .pages_login_zhanhui_czx .order_list .table-box .fenyebox .fenye .fenye2 input {
          margin: 0 0.06rem;
          width: 0.42rem;
          height: 0.32rem;
          background: #AEB4AF1A;
          border-radius: 0.04rem;
          padding: 0 0.08rem; }

.pages_login_zhanhui_czx .zt_detail .detail_itm {
  width: 5.08rem;
  background: #fff;
  border-radius: 0.1rem;
  position: relative;
  padding: 0 0.32rem;
  padding-top: 0.24rem;
  padding-bottom: 0.12rem; }
  .pages_login_zhanhui_czx .zt_detail .detail_itm img {
    position: absolute;
    width: 0.91rem;
    height: 1rem;
    top: 0.24rem;
    right: 0.32rem; }
  .pages_login_zhanhui_czx .zt_detail .detail_itm .tit {
    margin-bottom: 0.18rem;
    font-size: 0.24rem;
    font-weight: 500; }
  .pages_login_zhanhui_czx .zt_detail .detail_itm ul li {
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    margin-bottom: 0.12rem; }
    .pages_login_zhanhui_czx .zt_detail .detail_itm ul li span {
      width: 0.12rem;
      height: 0.12rem;
      border-radius: 50%;
      background: #FF3030;
      margin-right: 0.12rem; }
    .pages_login_zhanhui_czx .zt_detail .detail_itm ul li p {
      color: #909295;
      width: 0.7rem; }

.pages_login_zhanhui_czx .zt_detail .last li p {
  width: 1rem !important; }

.pages_tezhuang_baotu .djs {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.24rem; }
  .pages_tezhuang_baotu .djs .djs_msg {
    border: 0.01rem solid #EFEFEF;
    border-radius: 0.1rem;
    padding: 0 0.24rem; }
    .pages_tezhuang_baotu .djs .djs_msg .name {
      padding-top: 0.24rem;
      padding-bottom: 0.19rem;
      border-bottom: 0.01rem solid #EFEFEF;
      color: #919099;
      font-size: 0.16rem; }
      .pages_tezhuang_baotu .djs .djs_msg .name span {
        color: #2C2C2C; }
    .pages_tezhuang_baotu .djs .djs_msg .other {
      padding-top: 0.24rem;
      padding-bottom: 0.08rem; }
      .pages_tezhuang_baotu .djs .djs_msg .other div {
        width: calc(100% / 3);
        font-size: 0.16rem;
        display: flex;
        align-items: center;
        margin-bottom: 0.16rem; }
        .pages_tezhuang_baotu .djs .djs_msg .other div p {
          color: #919099;
          width: 1.8rem; }

.pages_tezhuang_baotu .zhxx_qr {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.24rem;
  margin-top: 0.24rem; }
  .pages_tezhuang_baotu .zhxx_qr .tips {
    color: #777777;
    padding: 0.38rem 0;
    border-top: 0.01rem solid #E7E7E7; }
  .pages_tezhuang_baotu .zhxx_qr .seach_zh {
    width: 100%;
    padding-bottom: 0.36rem;
    padding-top: 0.36rem;
    border-radius: 0.12rem;
    border: 0.015px dashed #DEDEDE; }
    .pages_tezhuang_baotu .zhxx_qr .seach_zh .seach_tit {
      margin-bottom: 0.26rem; }
      .pages_tezhuang_baotu .zhxx_qr .seach_zh .seach_tit img {
        display: block;
        margin: auto;
        width: 0.52rem;
        height: 0.52rem;
        margin-bottom: 0.1rem; }
      .pages_tezhuang_baotu .zhxx_qr .seach_zh .seach_tit p {
        text-align: center;
        font-size: 0.24rem; }
    .pages_tezhuang_baotu .zhxx_qr .seach_zh .seach_box {
      width: 8.84rem;
      margin: auto;
      height: 0.58rem;
      border-radius: 0.06rem;
      background: #FAFAFA;
      padding-right: 0.08rem;
      padding-left: 0.24rem;
      display: flex;
      align-items: center;
      box-sizing: border-box; }
      .pages_tezhuang_baotu .zhxx_qr .seach_zh .seach_box button {
        cursor: pointer;
        height: 0.46rem;
        line-height: 0.44rem;
        text-align: center;
        border-radius: 0.06rem;
        font-size: 0.16rem;
        width: 1.04rem;
        background: #0275D8;
        border: 0.01rem solid #0275D8;
        color: #fff;
        transition: 0.3s;
        margin-left: 0.24rem; }
        .pages_tezhuang_baotu .zhxx_qr .seach_zh .seach_box button:hover {
          color: #0275D8;
          background: #fff;
          transition: 0.3s; }
      .pages_tezhuang_baotu .zhxx_qr .seach_zh .seach_box input {
        width: calc(100% - 1.28rem);
        background: none; }
    .pages_tezhuang_baotu .zhxx_qr .seach_zh .seach_detail {
      width: 8.84rem;
      margin: auto;
      border-radius: 0.06rem;
      background: #FAFAFA;
      padding: 0 0.22rem;
      padding-top: 0.18rem;
      padding-bottom: 0.04rem;
      margin-top: 0.2rem; }
      .pages_tezhuang_baotu .zhxx_qr .seach_zh .seach_detail p {
        margin-bottom: 0.12rem;
        font-size: 0.16rem; }
  .pages_tezhuang_baotu .zhxx_qr .anniu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.54rem; }
    .pages_tezhuang_baotu .zhxx_qr .anniu .btn {
      cursor: pointer;
      height: 0.56rem;
      line-height: 0.56rem;
      text-align: center;
      border-radius: 0.1rem;
      font-size: 0.16rem; }
    .pages_tezhuang_baotu .zhxx_qr .anniu .b1 {
      width: 2.28rem;
      background: #F1F1F1;
      color: #8E8E8E;
      margin-right: 0.12rem; }
    .pages_tezhuang_baotu .zhxx_qr .anniu .b2 {
      width: 4.52rem;
      background: #0275D8;
      line-height: 0.54rem;
      border: 0.01rem solid #0275D8;
      color: #fff;
      transition: 0.3s; }
      .pages_tezhuang_baotu .zhxx_qr .anniu .b2:hover {
        color: #0275D8;
        background: #fff;
        transition: 0.3s; }

.pages_tezhuang_baotu .zhxx_from1 {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.54rem;
  margin-top: 0.24rem; }
  .pages_tezhuang_baotu .zhxx_from1 .frombox {
    border-top: 0.01rem solid #E7E7E7;
    padding-top: 0.34rem; }
    .pages_tezhuang_baotu .zhxx_from1 .frombox .iptbox {
      margin-bottom: 0.32rem; }
      .pages_tezhuang_baotu .zhxx_from1 .frombox .iptbox .ipt_tit {
        font-size: 0.16rem;
        padding-bottom: 0.12rem; }
        .pages_tezhuang_baotu .zhxx_from1 .frombox .iptbox .ipt_tit span {
          color: #FF3030; }
      .pages_tezhuang_baotu .zhxx_from1 .frombox .iptbox .ipt {
        width: 4.87rem;
        height: 0.58rem;
        border-radius: 0.08rem;
        border: 0.01rem solid #EFEFEF;
        padding: 0 0.16rem;
        flex-wrap: nowrap;
        display: flex;
        align-items: center; }
        .pages_tezhuang_baotu .zhxx_from1 .frombox .iptbox .ipt input {
          height: 100%;
          width: 100%;
          font-size: 0.16rem; }
        .pages_tezhuang_baotu .zhxx_from1 .frombox .iptbox .ipt p {
          display: block;
          width: 1rem;
          color: #919099;
          font-size: 0.16rem;
          text-align: right; }
      .pages_tezhuang_baotu .zhxx_from1 .frombox .iptbox .radio {
        width: 4.87rem;
        height: 0.58rem;
        border-radius: 0.08rem;
        border: 0.01rem solid #EFEFEF;
        padding: 0 0.16rem; }
        .pages_tezhuang_baotu .zhxx_from1 .frombox .iptbox .radio .itm {
          position: relative;
          display: flex;
          align-items: center;
          margin-right: 0.28rem; }
          .pages_tezhuang_baotu .zhxx_from1 .frombox .iptbox .radio .itm:last-child {
            margin-right: 0; }
          .pages_tezhuang_baotu .zhxx_from1 .frombox .iptbox .radio .itm img {
            width: 0.2rem;
            height: 0.2rem;
            margin-right: 0.08rem; }
          .pages_tezhuang_baotu .zhxx_from1 .frombox .iptbox .radio .itm .i1 {
            display: block; }
          .pages_tezhuang_baotu .zhxx_from1 .frombox .iptbox .radio .itm .i2 {
            display: none; }
          .pages_tezhuang_baotu .zhxx_from1 .frombox .iptbox .radio .itm span {
            color: #919099; }
        .pages_tezhuang_baotu .zhxx_from1 .frombox .iptbox .radio .a .i1 {
          display: none; }
        .pages_tezhuang_baotu .zhxx_from1 .frombox .iptbox .radio .a .i2 {
          display: block; }
        .pages_tezhuang_baotu .zhxx_from1 .frombox .iptbox .radio .a span {
          color: #0275D8; }
      .pages_tezhuang_baotu .zhxx_from1 .frombox .iptbox .ipt_tow {
        width: 4.87rem;
        height: 0.58rem; }
        .pages_tezhuang_baotu .zhxx_from1 .frombox .iptbox .ipt_tow .itm {
          width: 2.31rem;
          height: 0.58rem;
          border-radius: 0.08rem;
          border: 0.01rem solid #EFEFEF;
          padding-right: 0.16rem; }
          .pages_tezhuang_baotu .zhxx_from1 .frombox .iptbox .ipt_tow .itm .l {
            width: 0.48rem;
            text-align: center;
            line-height: 0.56rem;
            border-right: 0.01rem solid #EFEFEF;
            font-size: 0.16rem; }
          .pages_tezhuang_baotu .zhxx_from1 .frombox .iptbox .ipt_tow .itm input {
            font-size: 0.16rem;
            padding-left: 0.16rem;
            width: calc(100% - 0.50rem); }
          .pages_tezhuang_baotu .zhxx_from1 .frombox .iptbox .ipt_tow .itm .r {
            font-size: 0.16rem; }
  .pages_tezhuang_baotu .zhxx_from1 .anniu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.2rem; }
    .pages_tezhuang_baotu .zhxx_from1 .anniu .btn {
      cursor: pointer;
      height: 0.56rem;
      line-height: 0.56rem;
      text-align: center;
      border-radius: 0.1rem;
      font-size: 0.16rem; }
    .pages_tezhuang_baotu .zhxx_from1 .anniu .b1 {
      width: 2.28rem;
      background: #F1F1F1;
      color: #8E8E8E;
      margin-right: 0.12rem; }
    .pages_tezhuang_baotu .zhxx_from1 .anniu .b2 {
      width: 4.52rem;
      background: #0275D8;
      line-height: 0.54rem;
      border: 0.01rem solid #0275D8;
      color: #fff;
      transition: 0.3s; }
      .pages_tezhuang_baotu .zhxx_from1 .anniu .b2:hover {
        color: #0275D8;
        background: #fff;
        transition: 0.3s; }

.pages_tezhuang_baotu .zhxx_from2 {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.54rem;
  margin-top: 0.24rem; }
  .pages_tezhuang_baotu .zhxx_from2 .ptit .red {
    color: #FF3030;
    padding-left: 0.06rem; }
  .pages_tezhuang_baotu .zhxx_from2 .upimg_from {
    border-top: 0.01rem solid #E7E7E7;
    padding-top: 0.34rem; }
    .pages_tezhuang_baotu .zhxx_from2 .upimg_from .iptbox {
      margin-bottom: 0.32rem; }
      .pages_tezhuang_baotu .zhxx_from2 .upimg_from .iptbox .ipt_tit {
        font-size: 0.16rem;
        padding-bottom: 0.12rem; }
        .pages_tezhuang_baotu .zhxx_from2 .upimg_from .iptbox .ipt_tit span {
          color: #FF3030; }
      .pages_tezhuang_baotu .zhxx_from2 .upimg_from .iptbox .ipt {
        position: relative; }
        .pages_tezhuang_baotu .zhxx_from2 .upimg_from .iptbox .ipt img {
          width: 1.54rem;
          height: 1.54rem;
          display: block;
          border-radius: 0.08rem; }
        .pages_tezhuang_baotu .zhxx_from2 .upimg_from .iptbox .ipt p {
          color: #ACACAC;
          font-size: 0.16rem;
          margin-top: 0.16rem; }
        .pages_tezhuang_baotu .zhxx_from2 .upimg_from .iptbox .ipt input {
          position: absolute;
          opacity: 0; }
  .pages_tezhuang_baotu .zhxx_from2 .anniu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.2rem; }
    .pages_tezhuang_baotu .zhxx_from2 .anniu .btn {
      cursor: pointer;
      height: 0.56rem;
      line-height: 0.56rem;
      text-align: center;
      border-radius: 0.1rem;
      font-size: 0.16rem; }
    .pages_tezhuang_baotu .zhxx_from2 .anniu .b1 {
      width: 2.28rem;
      background: #F1F1F1;
      color: #8E8E8E;
      margin-right: 0.12rem; }
    .pages_tezhuang_baotu .zhxx_from2 .anniu .b2 {
      width: 4.52rem;
      background: #0275D8;
      line-height: 0.54rem;
      border: 0.01rem solid #0275D8;
      color: #fff;
      transition: 0.3s; }
      .pages_tezhuang_baotu .zhxx_from2 .anniu .b2:hover {
        color: #0275D8;
        background: #fff;
        transition: 0.3s; }
    .pages_tezhuang_baotu .zhxx_from2 .anniu .b3 {
      width: 2.28rem;
      background: #fff;
      line-height: 0.54rem;
      border: 0.01rem solid #0275D8;
      color: #0275D8;
      transition: 0.3s;
      margin-right: 0.12rem; }
      .pages_tezhuang_baotu .zhxx_from2 .anniu .b3:hover {
        color: #fff;
        background: #0275D8;
        transition: 0.3s; }

.pages_tezhuang_baotu .zhxx_from3 {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.54rem;
  margin-top: 0.24rem; }
  .pages_tezhuang_baotu .zhxx_from3 .detail {
    padding-top: 0.38rem;
    border-top: 0.01rem solid #E7E7E7; }
    .pages_tezhuang_baotu .zhxx_from3 .detail img {
      width: 0.52rem;
      height: 0.52rem;
      display: block;
      margin: auto;
      margin-bottom: 0.16rem; }
    .pages_tezhuang_baotu .zhxx_from3 .detail .tit {
      font-size: 0.24rem;
      font-weight: 500;
      color: #2C2C2C; }
    .pages_tezhuang_baotu .zhxx_from3 .detail p {
      text-align: center;
      color: #777777;
      font-size: 0.16rem;
      margin-bottom: 0.12rem; }
    .pages_tezhuang_baotu .zhxx_from3 .detail .red {
      color: #FF3030; }
  .pages_tezhuang_baotu .zhxx_from3 .anniu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.46rem; }
    .pages_tezhuang_baotu .zhxx_from3 .anniu .btn {
      cursor: pointer;
      height: 0.56rem;
      line-height: 0.56rem;
      text-align: center;
      border-radius: 0.1rem;
      font-size: 0.16rem; }
    .pages_tezhuang_baotu .zhxx_from3 .anniu .b1 {
      width: 2.28rem;
      background: #F1F1F1;
      color: #8E8E8E;
      margin-right: 0.12rem; }
    .pages_tezhuang_baotu .zhxx_from3 .anniu .b2 {
      width: 4.52rem;
      background: #0275D8;
      line-height: 0.54rem;
      border: 0.01rem solid #0275D8;
      color: #fff;
      transition: 0.3s; }
      .pages_tezhuang_baotu .zhxx_from3 .anniu .b2:hover {
        color: #0275D8;
        background: #fff;
        transition: 0.3s; }

    .pages_tezhuang_baotu .zhxx_from3 .anniu .b3 {
      width: 2.28rem;
      background: #fff;
      line-height: 0.54rem;
      border: 0.01rem solid #0275D8;
      color: #0275D8;
      transition: 0.3s;
      margin-right: 0.12rem; }
      .pages_tezhuang_baotu .zhxx_from3 .anniu .b3:hover {
        color: #fff;
        background: #0275D8;
        transition: 0.3s; }

.pages_tezhuang_baotu .sq_list {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.54rem; }
  .pages_tezhuang_baotu .sq_list .table-box {
    width: 100%; }
    .pages_tezhuang_baotu .sq_list .table-box table {
      width: 100%;
      border-radius: 0.1rem;
      border: 0.01rem solid #F1F2F4;
      border-collapse: collapse; }
      .pages_tezhuang_baotu .sq_list .table-box table thead {
        height: 0.72rem;
        background: #369FF91A; }
      .pages_tezhuang_baotu .sq_list .table-box table tbody tr {
        height: 0.72rem;
        border-top: 0.01rem solid #F1F2F4; }
        .pages_tezhuang_baotu .sq_list .table-box table tbody tr:hover {
          background: #F0F0F080; }
      .pages_tezhuang_baotu .sq_list .table-box table tbody td {
        font-size: 0.16rem; }
        .pages_tezhuang_baotu .sq_list .table-box table tbody td .blue {
          color: #0275D8; }
        .pages_tezhuang_baotu .sq_list .table-box table tbody td .red {
          color: #FF3030; }
        .pages_tezhuang_baotu .sq_list .table-box table tbody td .anniu {
          justify-content: center; }
          .pages_tezhuang_baotu .sq_list .table-box table tbody td .anniu .btn {
            width: 0.96rem;
            height: 0.37rem;
            line-height: 0.37rem;
            text-align: center;
            border-radius: 0.04rem;
            color: #FF3030;
            font-size: 0.14rem; }
          .pages_tezhuang_baotu .sq_list .table-box table tbody td .anniu .b1 {
            background: #0275D8;
            border: 0.01rem solid #0275D8;
            color: #fff;
            transition: 0.3s;
            line-height: 0.35rem; }
            .pages_tezhuang_baotu .sq_list .table-box table tbody td .anniu .b1:hover {
              color: #0275D8;
              background: #fff;
              transition: 0.3s; }

.pages_tezhuang_baotu .sq_detail {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.54rem; }
  .pages_tezhuang_baotu .sq_detail .ptit .r img {
    width: 0.22rem;
    height: 0.22rem;
    margin-right: 0.06rem; }
  .pages_tezhuang_baotu .sq_detail .ptit .r span {
    font-size: 0.16rem; }
  .pages_tezhuang_baotu .sq_detail .detail_all .itm2 {
    width: 4.66rem !important;
    margin-left: 0.24rem; }
  .pages_tezhuang_baotu .sq_detail .detail_all .itm3 {
    width: 6.28rem !important;
    margin-left: 0.24rem; }
    .pages_tezhuang_baotu .sq_detail .detail_all .itm3 .itm_txtbox .itm_txt {
      width: 50%; }
      .pages_tezhuang_baotu .sq_detail .detail_all .itm3 .itm_txtbox .itm_txt p {
        font-size: 0.14rem; }
        .pages_tezhuang_baotu .sq_detail .detail_all .itm3 .itm_txtbox .itm_txt p:first-child {
          width: 2.12rem !important;
          margin-right: 0.1rem; }
  .pages_tezhuang_baotu .sq_detail .detail_all .itm {
    width: 3.74rem;
    border-radius: 0.12rem;
    border: 0.01rem solid #A8A7AE33;
    padding: 0 0.24rem;
    padding-bottom: 0.2rem; }
    .pages_tezhuang_baotu .sq_detail .detail_all .itm .itm_tit {
      padding-top: 0.2rem;
      padding-bottom: 0.18rem;
      font-size: 0.18rem;
      border-bottom: 0.01rem solid #A8A7AE33;
      margin-bottom: 0.2rem; }
    .pages_tezhuang_baotu .sq_detail .detail_all .itm .itm_txt {
      display: flex;
      align-items: center;
      margin-bottom: 0.16rem; }
      .pages_tezhuang_baotu .sq_detail .detail_all .itm .itm_txt:last-child {
        margin-bottom: 0; }
      .pages_tezhuang_baotu .sq_detail .detail_all .itm .itm_txt p {
        font-size: 0.14rem; }
        .pages_tezhuang_baotu .sq_detail .detail_all .itm .itm_txt p:first-child {
          width: 1.12rem;
          margin-right: 0.1rem; }
        .pages_tezhuang_baotu .sq_detail .detail_all .itm .itm_txt p:last-child {
          width: calc(100% - 1.22rem); }
  .pages_tezhuang_baotu .sq_detail .upimg_from {
    border-top: 0.01rem solid #E7E7E7;
    padding-top: 0.34rem; }
    .pages_tezhuang_baotu .sq_detail .upimg_from .iptbox {
      margin-bottom: 0.32rem; }
      .pages_tezhuang_baotu .sq_detail .upimg_from .iptbox .ipt_tit {
        font-size: 0.16rem;
        padding-bottom: 0.12rem; }
        .pages_tezhuang_baotu .sq_detail .upimg_from .iptbox .ipt_tit span {
          color: #FF3030; }
      .pages_tezhuang_baotu .sq_detail .upimg_from .iptbox .ipt {
        position: relative;
        width: 1.54rem;
        height: 1.54rem; }
        .pages_tezhuang_baotu .sq_detail .upimg_from .iptbox .ipt img {
          width: 1.54rem;
          height: 1.54rem;
          display: block;
          border-radius: 0.08rem; }
        .pages_tezhuang_baotu .sq_detail .upimg_from .iptbox .ipt p {
          color: #ACACAC;
          font-size: 0.16rem;
          margin-top: 0.16rem; }
        .pages_tezhuang_baotu .sq_detail .upimg_from .iptbox .ipt .lookimg {
          position: absolute;
          bottom: 0;
          right: 0;
          z-index: 2;
          width: 0.3rem;
          height: 0.3rem; }
      .pages_tezhuang_baotu .sq_detail .upimg_from .iptbox .ipt1 {
        position: relative; }
        .pages_tezhuang_baotu .sq_detail .upimg_from .iptbox .ipt1 img {
          width: 1.54rem;
          height: 1.54rem;
          display: block;
          border-radius: 0.08rem; }
        .pages_tezhuang_baotu .sq_detail .upimg_from .iptbox .ipt1 p {
          color: #ACACAC;
          font-size: 0.16rem;
          margin-top: 0.16rem; }
        .pages_tezhuang_baotu .sq_detail .upimg_from .iptbox .ipt1 input {
          position: absolute;
          opacity: 0; }
  .pages_tezhuang_baotu .sq_detail .anniu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.2rem; }
    .pages_tezhuang_baotu .sq_detail .anniu .btn {
      cursor: pointer;
      height: 0.56rem;
      line-height: 0.56rem;
      text-align: center;
      border-radius: 0.1rem;
      font-size: 0.16rem; }
    .pages_tezhuang_baotu .sq_detail .anniu .b1 {
      width: 2.28rem;
      background: #F1F1F1;
      color: #8E8E8E;
      margin-right: 0.12rem; }
    .pages_tezhuang_baotu .sq_detail .anniu .b2 {
      width: 4.52rem;
      background: #0275D8;
      line-height: 0.54rem;
      border: 0.01rem solid #0275D8;
      color: #fff;
      transition: 0.3s; }
      .pages_tezhuang_baotu .sq_detail .anniu .b2:hover {
        color: #0275D8;
        background: #fff;
        transition: 0.3s; }
    .pages_tezhuang_baotu .sq_detail .anniu .b3 {
      width: 2.28rem;
      background: #F7F7FD;
      line-height: 0.54rem;
      border: 0.01rem solid #F7F7FD;
      color: #0275D8;
      transition: 0.3s;
      margin-right: 0.12rem; }

.pages_tezhuang_baotu .hb_img {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 6rem;
  height: 6rem;
  z-index: 10; }
  .pages_tezhuang_baotu .hb_img img {
    width: 6rem;
    height: 6rem; }

.hb_img {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-40%);
  width: 6rem;
  height: 6rem;
  z-index: 10; }
  .hb_img img {
    width: 6rem; }

.pages_tezhuang_dindan .djs_detail {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.24rem; }
  .pages_tezhuang_dindan .djs_detail .formbox .iptbox {
    padding-top: 0.08rem; }
    .pages_tezhuang_dindan .djs_detail .formbox .iptbox .tit {
      padding-top: 0.16rem;
      padding-bottom: 0.12rem; }
    .pages_tezhuang_dindan .djs_detail .formbox .iptbox .ipt {
      width: 4.85rem;
      height: 0.58rem;
      border-radius: 0.08rem;
      border: 0.01rem solid #E4E4E4;
      padding: 0 0.24rem;
      display: flex;
      align-items: center;
      box-sizing: border-box; }
      .pages_tezhuang_dindan .djs_detail .formbox .iptbox .ipt input {
        height: 100%;
        width: calc(100% - 0.34rem); }
      .pages_tezhuang_dindan .djs_detail .formbox .iptbox .ipt .el-input__icon {
        display: none; }
      .pages_tezhuang_dindan .djs_detail .formbox .iptbox .ipt div {
        width: calc(100% - 0.34rem) !important;
        height: 100% !important; }
        .pages_tezhuang_dindan .djs_detail .formbox .iptbox .ipt div input {
          padding: 0;
          border: none; }
      .pages_tezhuang_dindan .djs_detail .formbox .iptbox .ipt select {
        height: 100%;
        border: none;
        width: calc(100% - 0.34rem); }
      .pages_tezhuang_dindan .djs_detail .formbox .iptbox .ipt img {
        width: 0.24rem;
        height: 0.24rpx; }
  .pages_tezhuang_dindan .djs_detail .formbox .anniu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 0.24rem; }
    .pages_tezhuang_dindan .djs_detail .formbox .anniu .btn {
      cursor: pointer;
      height: 0.56rem;
      line-height: 0.56rem;
      text-align: center;
      border-radius: 0.1rem;
      font-size: 0.16rem; }
    .pages_tezhuang_dindan .djs_detail .formbox .anniu .b1 {
      width: 2.28rem;
      background: #F1F1F1;
      color: #8E8E8E;
      margin-right: 0.12rem; }
    .pages_tezhuang_dindan .djs_detail .formbox .anniu .b2 {
      width: 1.6rem;
      background: #0275D8;
      line-height: 0.54rem;
      border: 0.01rem solid #0275D8;
      color: #fff;
      transition: 0.3s; }
      .pages_tezhuang_dindan .djs_detail .formbox .anniu .b2:hover {
        color: #0275D8;
        background: #fff;
        transition: 0.3s; }
    .pages_tezhuang_dindan .djs_detail .formbox .anniu .b3 {
      width: 1.6rem;
      background: #F7F7FD;
      line-height: 0.54rem;
      border: 0.01rem solid #F7F7FD;
      color: #0275D8;
      transition: 0.3s;
      margin-right: 0.12rem; }

.pages_tezhuang_dindan .order_list {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.31rem;
  margin-top: 0.24rem; }
  .pages_tezhuang_dindan .order_list .table-box {
    width: 100%; }
    .pages_tezhuang_dindan .order_list .table-box table {
      width: 100%;
      border-radius: 0.1rem;
      border: 0.01rem solid #F1F2F4;
      border-collapse: collapse; }
      .pages_tezhuang_dindan .order_list .table-box table thead {
        height: 0.72rem;
        background: #369FF91A; }
      .pages_tezhuang_dindan .order_list .table-box table tbody tr {
        height: 0.72rem;
        border-top: 0.01rem solid #F1F2F4; }
        .pages_tezhuang_dindan .order_list .table-box table tbody tr:hover {
          background: #F0F0F080; }
      .pages_tezhuang_dindan .order_list .table-box table tbody td {
        font-size: 0.16rem;text-align: center; }
        .pages_tezhuang_dindan .order_list .table-box table tbody td .blue {
          color: #0275D8; }
        .pages_tezhuang_dindan .order_list .table-box table tbody td .red {
          color: #FF3030; }
        .pages_tezhuang_dindan .order_list .table-box table tbody td .down img {
          width: 0.22rem;
          height: 0.22rem; }
        .pages_tezhuang_dindan .order_list .table-box table tbody td .anniu {
          justify-content: center; }
          .pages_tezhuang_dindan .order_list .table-box table tbody td .anniu .btn {
            width: 0.96rem;
            height: 0.37rem;
            line-height: 0.37rem;
            text-align: center;
            border-radius: 0.04rem;
            color: #FF3030;
            font-size: 0.14rem; }
          .pages_tezhuang_dindan .order_list .table-box table tbody td .anniu .b1 {
            background: #0275D8;
            border: 0.01rem solid #0275D8;
            color: #fff;
            transition: 0.3s;
            line-height: 0.35rem; }
            .pages_tezhuang_dindan .order_list .table-box table tbody td .anniu .b1:hover {
              color: #0275D8;
              background: #fff;
              transition: 0.3s; }
    .pages_tezhuang_dindan .order_list .table-box .fenyebox {
      margin-top: 0.33rem; }
      .pages_tezhuang_dindan .order_list .table-box .fenyebox .tips {
        color: #FF3030;
        font-size: 0.16rem; }
      .pages_tezhuang_dindan .order_list .table-box .fenyebox .fenye .fenye1 a {
        margin-left: 0.06rem;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 0.32rem;
        height: 0.32rem;
        border-radius: 0.04rem;
        transition: 0.3s;
        border: 0.015rem solid #fff; }
        .pages_tezhuang_dindan .order_list .table-box .fenyebox .fenye .fenye1 a img {
          width: 0.24rem;
          height: 0.24rem;
          display: block; }
        .pages_tezhuang_dindan .order_list .table-box .fenyebox .fenye .fenye1 a:hover {
          border: 0.015rem solid #0275D8;
          transition: 0.3s; }
      .pages_tezhuang_dindan .order_list .table-box .fenyebox .fenye .fenye1 .itm {
        width: 0.32rem;
        height: 0.32rem;
        text-align: center;
        line-height: 0.32rem;
        background: #AEB4AF1A;
        border-radius: 0.04rem;
        transition: 0.3s;
        font-size: 0.12rem; }
        .pages_tezhuang_dindan .order_list .table-box .fenyebox .fenye .fenye1 .itm:hover {
          background: #0275D8;
          color: #fff;
          transition: 0.3s; }
      .pages_tezhuang_dindan .order_list .table-box .fenyebox .fenye .fenye1 .a {
        background: #0275D8;
        color: #fff; }
      .pages_tezhuang_dindan .order_list .table-box .fenyebox .fenye .fenye2 {
        margin-left: 0.19rem; }
        .pages_tezhuang_dindan .order_list .table-box .fenyebox .fenye .fenye2 p {
          font-size: 0.12rem; }
        .pages_tezhuang_dindan .order_list .table-box .fenyebox .fenye .fenye2 input {
          margin: 0 0.06rem;
          width: 0.42rem;
          height: 0.32rem;
          background: #AEB4AF1A;
          border-radius: 0.04rem;
          padding: 0 0.08rem; }

.pages_tezhuang_dindan .daohang {
  width: 100% !important; }
  .pages_tezhuang_dindan .daohang .r {
    cursor: pointer; }
    .pages_tezhuang_dindan .daohang .r img {
      width: 0.22rem;
      height: 0.22rem;
      margin-right: 0.06rem; }
    .pages_tezhuang_dindan .daohang .r p {
      font-size: 0.16rem;
      color: #2C2C2C; }

.pages_tezhuang_dindan .zt_detail .detail_itm {
  width: 5.08rem;
  background: #fff;
  border-radius: 0.1rem;
  position: relative;
  padding: 0 0.32rem;
  padding-top: 0.24rem;
  padding-bottom: 0.12rem; }
  .pages_tezhuang_dindan .zt_detail .detail_itm img {
    position: absolute;
    width: 0.91rem;
    height: 1rem;
    top: 0.24rem;
    right: 0.32rem; }
  .pages_tezhuang_dindan .zt_detail .detail_itm .tit {
    margin-bottom: 0.18rem;
    font-size: 0.24rem;
    font-weight: 500; }
  .pages_tezhuang_dindan .zt_detail .detail_itm ul li {
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    margin-bottom: 0.12rem; }
    .pages_tezhuang_dindan .zt_detail .detail_itm ul li span {
      width: 0.12rem;
      height: 0.12rem;
      border-radius: 50%;
      background: #0275D8;
      margin-right: 0.12rem; }
    .pages_tezhuang_dindan .zt_detail .detail_itm ul li p {
      color: #909295;
      width: 0.7rem; }

.pages_tezhuang_dindan .zt_detail .last li p {
  width: 1.6rem !important; }

.pages_tezhuang_dindan .order_list1 {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.31rem;
  margin-top: 0.24rem; }
  .pages_tezhuang_dindan .order_list1 .msg .table-box {
    width: 11.24rem;
    border-radius: 0.12rem;
    overflow: hidden; }
    .pages_tezhuang_dindan .order_list1 .msg .table-box .heji {
      justify-content: flex-end;
      margin-top: 0.24rem; }
      .pages_tezhuang_dindan .order_list1 .msg .table-box .heji .t1 {
        font-size: 0.16rem; }
      .pages_tezhuang_dindan .order_list1 .msg .table-box .heji .t2 {
        font-size: 0.2rem;
        color: #FF3030; }
      .pages_tezhuang_dindan .order_list1 .msg .table-box .heji .t3 {
        margin-left: 0.28rem;
        width: 1rem;
        height: 0.54rem;
        text-align: center;
        line-height: 0.54rem;
        border-radius: 0.1rem;
        color: #666666;
        background: #F2F2F2;
        font-size: 0.16rem; }
    .pages_tezhuang_dindan .order_list1 .msg .table-box table {
      width: 100%;
      border: 0.01rem solid #F1F2F4;
      border-collapse: collapse; }
      .pages_tezhuang_dindan .order_list1 .msg .table-box table thead {
        height: 0.72rem;
        background: #369FF91A; }
      .pages_tezhuang_dindan .order_list1 .msg .table-box table tbody tr {
        height: 0.72rem;
        border-top: 0.01rem solid #F1F2F4; }
        .pages_tezhuang_dindan .order_list1 .msg .table-box table tbody tr:hover {
          background: #F0F0F080; }
      .pages_tezhuang_dindan .order_list1 .msg .table-box table tbody td {
        font-size: 0.16rem;text-align: center; }
        .pages_tezhuang_dindan .order_list1 .msg .table-box table tbody td .blue {
          color: #0275D8; }
        .pages_tezhuang_dindan .order_list1 .msg .table-box table tbody td .red {
          color: #FF3030; }
        .pages_tezhuang_dindan .order_list1 .msg .table-box table tbody td .down img {
          width: 0.22rem;
          height: 0.22rem; }
        .pages_tezhuang_dindan .order_list1 .msg .table-box table tbody td .order_info {
          justify-content: center; }
          .pages_tezhuang_dindan .order_list1 .msg .table-box table tbody td .order_info img {
            width: 0.44rem;
            height: 0.44rem;
            border-radius: 50%;
            margin-right: 0.08rem; }
          .pages_tezhuang_dindan .order_list1 .msg .table-box table tbody td .order_info .rbox .t1 {
            font-size: 0.16rem;
            text-align: left; }
          .pages_tezhuang_dindan .order_list1 .msg .table-box table tbody td .order_info .rbox .t2 {
            font-size: 0.12rem;
            color: #666666;
            text-align: left; }
        .pages_tezhuang_dindan .order_list1 .msg .table-box table tbody td .anniu {
          justify-content: center; }
          .pages_tezhuang_dindan .order_list1 .msg .table-box table tbody td .anniu .btn {
            width: 0.96rem;
            height: 0.37rem;
            line-height: 0.37rem;
            text-align: center;
            border-radius: 0.04rem;
            color: #FF3030;
            font-size: 0.14rem; }
          .pages_tezhuang_dindan .order_list1 .msg .table-box table tbody td .anniu .b1 {
            background: #0275D8;
            border: 0.01rem solid #0275D8;
            color: #fff;
            transition: 0.3s;
            line-height: 0.35rem; }
            .pages_tezhuang_dindan .order_list1 .msg .table-box table tbody td .anniu .b1:hover {
              color: #0275D8;
              background: #fff;
              transition: 0.3s; }
  .pages_tezhuang_dindan .order_list1 .msg .r {
    width: 3.6rem;
    border: 0.01rem solid #A8A7AE33;
    border-radius: 0.12rem;
    padding: 0 0.24rem; }
    .pages_tezhuang_dindan .order_list1 .msg .r div {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 0.16rem; }
    .pages_tezhuang_dindan .order_list1 .msg .r .red {
      color: #FF3030; }
    .pages_tezhuang_dindan .order_list1 .msg .r .t1 {
      padding: 0.2rem 0;
      border-bottom: 0.01rem solid #A8A7AE33; }
    .pages_tezhuang_dindan .order_list1 .msg .r .t2 {
      padding-top: 0.2rem; }
    .pages_tezhuang_dindan .order_list1 .msg .r .t3 {
      padding: 0.2rem 0;
      margin-top: 0.2rem;
      border-top: 0.01rem solid #A8A7AE33; }

.pages_tezhuang_dindan .hb_upimg {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 4.24rem;
  height: 3.79rem;
  background: #fff;
  z-index: 10;
  border-radius: 0.16rem; }
  .pages_tezhuang_dindan .hb_upimg .tit {
    font-size: 0.22rem;
    color: #1D263A;
    padding-top: 0.24rem;
    padding-bottom: 0.32rem;
    text-align: center; }
  .pages_tezhuang_dindan .hb_upimg .cha {
    position: absolute;
    top: 0.20rem;
    right: 0.20rem;
    width: 0.26rem;
    height: 0.26rem; }
  .pages_tezhuang_dindan .hb_upimg .upbox img {
    width: 1.7rem;
    height: 1.7rem;
    margin: auto;
    display: block; }
  .pages_tezhuang_dindan .hb_upimg .upbox input {
    position: absolute;
    opacity: 0; }
  .pages_tezhuang_dindan .hb_upimg button {
    width: 1rem;
    height: 0.54rem;
    line-height: 0.52rem;
    border: 0.01rem solid #0275D8;
    background: #0275D8;
    border-radius: 0.1rem;
    color: #fff;
    font-size: 0.16rem;
    transition: 0.3s;
    margin: auto;
    display: block;
    margin-top: 0.32rem; }
    .pages_tezhuang_dindan .hb_upimg button:hover {
      background: #fff;
      color: #0275D8;
      transition: 0.3s; }

.pages_tezhuang_dindan .sq_detail {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.54rem; }
  .pages_tezhuang_dindan .sq_detail .ptit .r img {
    width: 0.22rem;
    height: 0.22rem;
    margin-right: 0.06rem; }
  .pages_tezhuang_dindan .sq_detail .ptit .r span {
    font-size: 0.16rem; }
  .pages_tezhuang_dindan .sq_detail .detail_all .itm2 {
    width: 4.66rem !important;
    margin-left: 0.24rem; }
  .pages_tezhuang_dindan .sq_detail .detail_all .itm3 {
    width: 6.28rem !important;
    margin-left: 0.24rem; }
    .pages_tezhuang_dindan .sq_detail .detail_all .itm3 .itm_txtbox .itm_txt {
      width: 50%; }
      .pages_tezhuang_dindan .sq_detail .detail_all .itm3 .itm_txtbox .itm_txt p {
        font-size: 0.14rem; }
        .pages_tezhuang_dindan .sq_detail .detail_all .itm3 .itm_txtbox .itm_txt p:first-child {
          width: 2.12rem !important;
          margin-right: 0.1rem; }
  .pages_tezhuang_dindan .sq_detail .detail_all .itm {
    width: 3.74rem;
    border-radius: 0.12rem;
    border: 0.01rem solid #A8A7AE33;
    padding: 0 0.24rem;
    padding-bottom: 0.2rem; }
    .pages_tezhuang_dindan .sq_detail .detail_all .itm .itm_tit {
      padding-top: 0.2rem;
      padding-bottom: 0.18rem;
      font-size: 0.18rem;
      border-bottom: 0.01rem solid #A8A7AE33;
      margin-bottom: 0.2rem; }
    .pages_tezhuang_dindan .sq_detail .detail_all .itm .itm_txt {
      display: flex;
      align-items: center;
      margin-bottom: 0.16rem; }
      .pages_tezhuang_dindan .sq_detail .detail_all .itm .itm_txt:last-child {
        margin-bottom: 0; }
      .pages_tezhuang_dindan .sq_detail .detail_all .itm .itm_txt p {
        font-size: 0.14rem; }
        .pages_tezhuang_dindan .sq_detail .detail_all .itm .itm_txt p:first-child {
          width: 1.12rem;
          margin-right: 0.1rem; }
        .pages_tezhuang_dindan .sq_detail .detail_all .itm .itm_txt p:last-child {
          width: calc(100% - 1.22rem); }
  .pages_tezhuang_dindan .sq_detail .upimg_from {
    border-top: 0.01rem solid #E7E7E7;
    padding-top: 0.34rem; }
    .pages_tezhuang_dindan .sq_detail .upimg_from .iptbox {
      margin-bottom: 0.32rem; }
      .pages_tezhuang_dindan .sq_detail .upimg_from .iptbox .ipt_tit {
        font-size: 0.16rem;
        padding-bottom: 0.12rem; }
        .pages_tezhuang_dindan .sq_detail .upimg_from .iptbox .ipt_tit span {
          color: #FF3030; }
      .pages_tezhuang_dindan .sq_detail .upimg_from .iptbox .ipt {
        position: relative;
        width: 1.54rem;
        height: 1.54rem; }
        .pages_tezhuang_dindan .sq_detail .upimg_from .iptbox .ipt img {
          width: 1.54rem;
          height: 1.54rem;
          display: block;
          border-radius: 0.08rem; }
        .pages_tezhuang_dindan .sq_detail .upimg_from .iptbox .ipt p {
          color: #ACACAC;
          font-size: 0.16rem;
          margin-top: 0.16rem; }
        .pages_tezhuang_dindan .sq_detail .upimg_from .iptbox .ipt .lookimg {
          position: absolute;
          bottom: 0;
          right: 0;
          z-index: 2;
          width: 0.3rem;
          height: 0.3rem; }
      .pages_tezhuang_dindan .sq_detail .upimg_from .iptbox .ipt1 {
        position: relative; }
        .pages_tezhuang_dindan .sq_detail .upimg_from .iptbox .ipt1 img {
          width: 1.54rem;
          height: 1.54rem;
          display: block;
          border-radius: 0.08rem; }
        .pages_tezhuang_dindan .sq_detail .upimg_from .iptbox .ipt1 p {
          color: #ACACAC;
          font-size: 0.16rem;
          margin-top: 0.16rem; }
        .pages_tezhuang_dindan .sq_detail .upimg_from .iptbox .ipt1 input {
          position: absolute;
          opacity: 0; }
  .pages_tezhuang_dindan .sq_detail .anniu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.2rem; }
    .pages_tezhuang_dindan .sq_detail .anniu .btn {
      cursor: pointer;
      height: 0.56rem;
      line-height: 0.56rem;
      text-align: center;
      border-radius: 0.1rem;
      font-size: 0.16rem; }
    .pages_tezhuang_dindan .sq_detail .anniu .b1 {
      width: 2.28rem;
      background: #F1F1F1;
      color: #8E8E8E;
      margin-right: 0.12rem; }
    .pages_tezhuang_dindan .sq_detail .anniu .b2 {
      width: 4.52rem;
      background: #0275D8;
      line-height: 0.54rem;
      border: 0.01rem solid #0275D8;
      color: #fff;
      transition: 0.3s; }
      .pages_tezhuang_dindan .sq_detail .anniu .b2:hover {
        color: #0275D8;
        background: #fff;
        transition: 0.3s; }
    .pages_tezhuang_dindan .sq_detail .anniu .b3 {
      width: 2.28rem;
      background: #F7F7FD;
      line-height: 0.54rem;
      border: 0.01rem solid #F7F7FD;
      color: #0275D8;
      transition: 0.3s;
      margin-right: 0.12rem; }

.pages_zulin .order_list1 {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.31rem;
  margin-top: 0.24rem; }
  .pages_zulin .order_list1 .msg .table-box {
    width: 11.24rem;
    border-radius: 0.12rem;
    overflow: hidden; }
    .pages_zulin .order_list1 .msg .table-box .heji {
      justify-content: flex-end;
      margin-top: 0.24rem; }
      .pages_zulin .order_list1 .msg .table-box .heji .t1 {
        font-size: 0.16rem; }
      .pages_zulin .order_list1 .msg .table-box .heji .t2 {
        font-size: 0.2rem;
        color: #FF3030; }
      .pages_zulin .order_list1 .msg .table-box .heji .t3 {
        margin-left: 0.28rem;
        width: 1.42rem;
        height: 0.54rem;
        line-height: 0.54rem;
        border-radius: 0.1rem;
        border: none;
        background: #0275D8;
        font-size: 0.16rem;
        justify-content: center; }
        .pages_zulin .order_list1 .msg .table-box .heji .t3 p {
          color: #fff; }
        .pages_zulin .order_list1 .msg .table-box .heji .t3 img {
          width: 0.24rem;
          height: 0.24rem;
          transition: 0.3s;
          margin-left: 0.05rem; }
        .pages_zulin .order_list1 .msg .table-box .heji .t3:hover img {
          transform: translateX(0.05rem);
          transition: 0.3s; }
    .pages_zulin .order_list1 .msg .table-box table {
      width: 100%;
      border: 0.01rem solid #F1F2F4;
      border-collapse: collapse; }
      .pages_zulin .order_list1 .msg .table-box table thead {
        height: 0.72rem;
        background: #369FF91A; }
      .pages_zulin .order_list1 .msg .table-box table tbody tr {
        height: 0.72rem;
        border-top: 0.01rem solid #F1F2F4; }
        .pages_zulin .order_list1 .msg .table-box table tbody tr:hover {
          background: #F0F0F080; }
      .pages_zulin .order_list1 .msg .table-box table tbody td {
        font-size: 0.16rem; }
        .pages_zulin .order_list1 .msg .table-box table tbody td .blue {
          color: #0275D8; }
        .pages_zulin .order_list1 .msg .table-box table tbody td .red {
          color: #FF3030; }
        .pages_zulin .order_list1 .msg .table-box table tbody td .down img {
          width: 0.22rem;
          height: 0.22rem; }
        .pages_zulin .order_list1 .msg .table-box table tbody td .order_info {
          justify-content: center; }
          .pages_zulin .order_list1 .msg .table-box table tbody td .order_info img {
            width: 0.44rem;
            height: 0.44rem;
            border-radius: 50%;
            margin-right: 0.08rem; }
          .pages_zulin .order_list1 .msg .table-box table tbody td .order_info .rbox .t1 {
            font-size: 0.16rem;
            text-align: left; }
          .pages_zulin .order_list1 .msg .table-box table tbody td .order_info .rbox .t2 {
            font-size: 0.12rem;
            color: #666666;
            text-align: left; }
        .pages_zulin .order_list1 .msg .table-box table tbody td .anniu {
          justify-content: center; }
          .pages_zulin .order_list1 .msg .table-box table tbody td .anniu .btn {
            width: 0.96rem;
            height: 0.37rem;
            line-height: 0.37rem;
            text-align: center;
            border-radius: 0.04rem;
            color: #FF3030;
            font-size: 0.14rem; }
          .pages_zulin .order_list1 .msg .table-box table tbody td .anniu .b1 {
            background: #0275D8;
            border: 0.01rem solid #0275D8;
            color: #fff;
            transition: 0.3s;
            line-height: 0.35rem; }
            .pages_zulin .order_list1 .msg .table-box table tbody td .anniu .b1:hover {
              color: #0275D8;
              background: #fff;
              transition: 0.3s; }
        .pages_zulin .order_list1 .msg .table-box table tbody td .ipttxt input {
          background: none;
          height: 100%;
          text-align: center; }
        .pages_zulin .order_list1 .msg .table-box table tbody td .iptnumber {
          justify-content: center; }
          .pages_zulin .order_list1 .msg .table-box table tbody td .iptnumber img {
            width: 0.28rem;
            height: 0.28rem; }
          .pages_zulin .order_list1 .msg .table-box table tbody td .iptnumber input {
            width: 0.42rem;
            height: 0.28rem;
            text-align: center;
            background: none;
            font-size: 0.16rem; }
  .pages_zulin .order_list1 .msg .r {
    width: 3.6rem;
    border: 0.01rem solid #A8A7AE33;
    border-radius: 0.12rem;
    padding: 0 0.16rem; }
    .pages_zulin .order_list1 .msg .r .tit {
      margin: 0 0.08rem;
      padding-top: 0.2rem;
      border-bottom: 0.01rem solid #A8A7AE33; }
      .pages_zulin .order_list1 .msg .r .tit .t1 {
        color: #2C2C2C;
        font-weight: 500;
        font-size: 0.18rem;
        padding-bottom: 0.06rem; }
      .pages_zulin .order_list1 .msg .r .tit .t2 {
        color: #666666;
        font-size: 0.14rem;
        padding-bottom: 0.12rem; }
    .pages_zulin .order_list1 .msg .r .sel {
      padding: 0.2rem 0;
      padding-bottom: 0.04rem; }
      .pages_zulin .order_list1 .msg .r .sel .itm {
        width: 0.925rem;
        height: 0.7rem;
        border-radius: 0.08rem;
        margin: 0 0.08rem;
        border: 0.01rem solid #A8A7AE33;
        position: relative;
        padding: 0.12rem;
        box-sizing: border-box;
        margin-bottom: 0.14rem;
        cursor: pointer; }
        .pages_zulin .order_list1 .msg .r .sel .itm input {
          position: absolute;
          opacity: 0; }
        .pages_zulin .order_list1 .msg .r .sel .itm .t1 {
          color: #666666;
          font-size: 0.14rem;
          font-weight: 500;
          text-align: center; }
        .pages_zulin .order_list1 .msg .r .sel .itm .t2 {
          color: #666666;
          font-size: 0.14rem;
          text-align: center; }
      .pages_zulin .order_list1 .msg .r .sel .a {
        border: 0.01rem solid #0275D8;
        background: #F4FAFF; }
        .pages_zulin .order_list1 .msg .r .sel .a p {
          color: #0275D8 !important; }

.pages_chezhan .order_list1 {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.31rem;
  margin-top: 0.24rem; }
  .pages_chezhan .order_list1 .msg .table-box {
    width: 100%;
    border-radius: 0.12rem;
    overflow: hidden; }
    .pages_chezhan .order_list1 .msg .table-box .heji {
      justify-content: flex-end;
      margin-top: 0.24rem; }
      .pages_chezhan .order_list1 .msg .table-box .heji .t2 {
        margin-left: 0.28rem;
        width: 1.42rem;
        height: 0.54rem;
        border: none;
        line-height: 0.54rem;
        border-radius: 0.1rem;
        background: #fff;
        border: 0.01rem solid #0275D8;
        font-size: 0.16rem;
        justify-content: center; }
        .pages_chezhan .order_list1 .msg .table-box .heji .t2 p {
          color: #0275D8; }
        .pages_chezhan .order_list1 .msg .table-box .heji .t2 img {
          width: 0.24rem;
          height: 0.24rem;
          transition: 0.3s;
          margin-left: 0.05rem; }
        .pages_chezhan .order_list1 .msg .table-box .heji .t2:hover img {
          transform: translateX(0.05rem);
          transition: 0.3s; }
      .pages_chezhan .order_list1 .msg .table-box .heji .t3 {
        margin-left: 0.28rem;
        width: 1.42rem;
        height: 0.54rem;
        border: none;
        line-height: 0.52rem;
        border-radius: 0.1rem;
        background: #0275D8;
        border: 0.01rem solid #0275D8;
        font-size: 0.16rem;
        justify-content: center;
        color: #fff;
        transition: 0.3s; }
        .pages_chezhan .order_list1 .msg .table-box .heji .t3:hover {
          background: #fff;
          color: #0275D8;
          transition: 0.3s; }
    .pages_chezhan .order_list1 .msg .table-box table {
      width: 100%;
      border: 0.01rem solid #F1F2F4;
      border-collapse: collapse; }
      .pages_chezhan .order_list1 .msg .table-box table thead {
        height: 0.72rem;
        background: #369FF91A; }
        .pages_chezhan .order_list1 .msg .table-box table thead .thbox_all {
          width: 1rem; }
          .pages_chezhan .order_list1 .msg .table-box table thead .thbox_all .selbox {
            position: relative; }
            .pages_chezhan .order_list1 .msg .table-box table thead .thbox_all .selbox input {
              position: absolute;
              opacity: 0; }
            .pages_chezhan .order_list1 .msg .table-box table thead .thbox_all .selbox img {
              width: 0.24rem;
              height: 0.24rem;
              display: block;
              margin: auto;
              align-items: center; }
            .pages_chezhan .order_list1 .msg .table-box table thead .thbox_all .selbox .i1 {
              display: block; }
            .pages_chezhan .order_list1 .msg .table-box table thead .thbox_all .selbox .i2 {
              display: none; }
          .pages_chezhan .order_list1 .msg .table-box table thead .thbox_all .a .i1 {
            display: none !important; }
          .pages_chezhan .order_list1 .msg .table-box table thead .thbox_all .a .i2 {
            display: block !important; }
      .pages_chezhan .order_list1 .msg .table-box table tbody .thbox {
        width: 1rem; }
        .pages_chezhan .order_list1 .msg .table-box table tbody .thbox .selbox {
          position: relative; }
          .pages_chezhan .order_list1 .msg .table-box table tbody .thbox .selbox input {
            position: absolute;
            opacity: 0; }
          .pages_chezhan .order_list1 .msg .table-box table tbody .thbox .selbox img {
            width: 0.24rem;
            height: 0.24rem;
            display: block;
            margin: auto;
            align-items: center; }
          .pages_chezhan .order_list1 .msg .table-box table tbody .thbox .selbox .i1 {
            display: block; }
          .pages_chezhan .order_list1 .msg .table-box table tbody .thbox .selbox .i2 {
            display: none; }
        .pages_chezhan .order_list1 .msg .table-box table tbody .thbox .a .i1 {
          display: none !important; }
        .pages_chezhan .order_list1 .msg .table-box table tbody .thbox .a .i2 {
          display: block !important; }
      .pages_chezhan .order_list1 .msg .table-box table tbody tr {
        height: 0.72rem;
        border-top: 0.01rem solid #F1F2F4; }
        .pages_chezhan .order_list1 .msg .table-box table tbody tr:hover {
          background: #F0F0F080; }
      .pages_chezhan .order_list1 .msg .table-box table tbody td {
        font-size: 0.16rem; }
        .pages_chezhan .order_list1 .msg .table-box table tbody td .blue {
          color: #0275D8; }
        .pages_chezhan .order_list1 .msg .table-box table tbody td .red {
          color: #FF3030; }
        .pages_chezhan .order_list1 .msg .table-box table tbody td .down img {
          width: 0.22rem;
          height: 0.22rem; }
        .pages_chezhan .order_list1 .msg .table-box table tbody td .order_info {
          justify-content: center; }
          .pages_chezhan .order_list1 .msg .table-box table tbody td .order_info img {
            width: 0.44rem;
            height: 0.44rem;
            border-radius: 50%;
            margin-right: 0.08rem; }
          .pages_chezhan .order_list1 .msg .table-box table tbody td .order_info .rbox .t1 {
            font-size: 0.16rem;
            text-align: left; }
          .pages_chezhan .order_list1 .msg .table-box table tbody td .order_info .rbox .t2 {
            font-size: 0.12rem;
            color: #666666;
            text-align: left; }
        .pages_chezhan .order_list1 .msg .table-box table tbody td .anniu {
          justify-content: center; }
          .pages_chezhan .order_list1 .msg .table-box table tbody td .anniu .btn {
            width: 0.96rem;
            height: 0.37rem;
            line-height: 0.37rem;
            text-align: center;
            border-radius: 0.04rem;
            color: #FF3030;
            font-size: 0.14rem; }
          .pages_chezhan .order_list1 .msg .table-box table tbody td .anniu .b1 {
            background: #0275D8;
            border: 0.01rem solid #0275D8;
            color: #fff;
            transition: 0.3s;
            line-height: 0.35rem; }
            .pages_chezhan .order_list1 .msg .table-box table tbody td .anniu .b1:hover {
              color: #0275D8;
              background: #fff;
              transition: 0.3s; }
        .pages_chezhan .order_list1 .msg .table-box table tbody td .ipttxt input {
          background: none;
          height: 100%;
          text-align: center; }
        .pages_chezhan .order_list1 .msg .table-box table tbody td .iptnumber {
          justify-content: center; }
          .pages_chezhan .order_list1 .msg .table-box table tbody td .iptnumber img {
            width: 0.28rem;
            height: 0.28rem; }
          .pages_chezhan .order_list1 .msg .table-box table tbody td .iptnumber input {
            width: 0.42rem;
            height: 0.28rem;
            text-align: center;
            background: none;
            font-size: 0.16rem; }

.pages_chezhan .hb_chezhan {
  width: 9.71rem !important;
  height: auto !important;
  padding-bottom: 0.4rem; }

.pages_chezhan .hb_addzw {
  position: fixed;
  width: 7.56rem;
  height: 3.8rem;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
  border-radius: 0.16rem; }
  .pages_chezhan .hb_addzw .tit {
    padding-top: 0.42rem;
    padding-bottom: 0.4rem; }
    .pages_chezhan .hb_addzw .tit img {
      width: 0.52rem;
      height: 0.52rem;
      margin: auto;
      display: block; }
    .pages_chezhan .hb_addzw .tit p {
      font-size: 0.24rem;
      font-weight: 500;
      text-align: center; }
  .pages_chezhan .hb_addzw .iptbox {
    width: 6.6rem;
    height: 0.58rem;
    border-radius: 0.06rem;
    background: #FAFAFA;
    padding: 0 0.08rem;
    padding-left: 0.18rem;
    margin: auto;
    margin-bottom: 0.48rem; }
    .pages_chezhan .hb_addzw .iptbox button {
      width: 1.04rem;
      height: 0.46rem;
      border-radius: 0.06rem;
      background: #0275D8;
      color: #fff;
      text-align: center;
      font-size: 0.16rem;
      border: 0.01rem solid #0275D8;
      line-height: 0.44rem;
      transition: 0.3s; }
      .pages_chezhan .hb_addzw .iptbox button:hover {
        background: #fff;
        color: 0275D8; }
    .pages_chezhan .hb_addzw .iptbox input {
      width: calc(100% - 1.04rem);
      height: 100%;
      font-size: 0.16rem;
      background: none; }
  .pages_chezhan .hb_addzw .msgbox .itm {
    width: 8.80rem;
    height: 0.62rem;
    padding: 0 0.39rem;
    margin: auto;
    background: #FAFAFA;
    border-radius: 0.06rem;
    margin-bottom: 0.1rem; }
    .pages_chezhan .hb_addzw .msgbox .itm p {
      font-size: 0.16rem; }
      .pages_chezhan .hb_addzw .msgbox .itm p .blue {
        color: #0275D8; }
      .pages_chezhan .hb_addzw .msgbox .itm p .red {
        color: #FF3030; }
  .pages_chezhan .hb_addzw .anniu {
    display: block;
    margin: auto;
    margin-top: 0.46rem;
    width: 1rem;
    height: 0.54rem;
    border-radius: 0.06rem;
    background: #0275D8;
    color: #fff;
    text-align: center;
    font-size: 0.16rem;
    border: 0.01rem solid #0275D8;
    line-height: 0.52rem;
    transition: 0.3s; }
    .pages_chezhan .hb_addzw .anniu:hover {
      background: #fff;
      color: #0275D8;
      transition: 0.3s; }
  .pages_chezhan .hb_addzw .cha {
    position: absolute;
    width: 0.26rem;
    height: 0.26rem;
    top: 0.2rem;
    right: 0.2rem; }

.pages_chezhan .hb_chezhan_txt {
  position: fixed;
  width: 9.62rem;
  padding-bottom: 0.52rem;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
  border-radius: 0.16rem; }
  .pages_chezhan .hb_chezhan_txt .tit {
    text-align: center;
    color: #444444;
    font-size: 0.22rem;
    font-weight: 500;
    padding-top: 0.34rem;
    padding-bottom: 0.42rem; }
  .pages_chezhan .hb_chezhan_txt .msgbox {
    padding: 0 0.84rem; }
    .pages_chezhan .hb_chezhan_txt .msgbox p {
      color: #777777;
      font-size: 0.16rem;
      margin-bottom: 0.28rem; }
      .pages_chezhan .hb_chezhan_txt .msgbox p .red {
        color: #FF3030; }
  .pages_chezhan .hb_chezhan_txt .anniu {
    justify-content: center;
    margin-top: 0.46rem; }
    .pages_chezhan .hb_chezhan_txt .anniu .btn {
      display: block;
      cursor: pointer;
      width: 1.58rem;
      height: 0.54rem;
      border-radius: 0.06rem;
      background: #F1F1F1;
      color: #8E8E8E;
      text-align: center;
      font-size: 0.16rem;
      border: 0.01rem solid #F1F1F1;
      line-height: 0.52rem;
      transition: 0.3s; }
    .pages_chezhan .hb_chezhan_txt .anniu .b1 {
      background: #0275D8;
      color: #fff;
      border: 0.01rem solid #0275D8;
      margin-left: 0.26rem; }
      .pages_chezhan .hb_chezhan_txt .anniu .b1:hover {
        background: #fff;
        color: #0275D8;
        transition: 0.3s; }

.pages_fapiao .fapiao {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.31rem;
  margin-top: 0.24rem; }
  .pages_fapiao .fapiao .msg {
    align-items: flex-start; }
    .pages_fapiao .fapiao .msg .fapiao_from {
      width: 11.24rem;
      border: 0.01rem solid #A8A7AE33;
      border-radius: 0.12rem;
      padding: 0 0.32rem;
      box-sizing: border-box;
      padding-top: 0.32rem;
      padding-bottom: 0.5rem; }
      .pages_fapiao .fapiao .msg .fapiao_from .btn {
        background: #0275D8;
        border: 0.01rem solid #0275D8;
        color: #fff;
        text-align: center;
        font-size: 0.16rem;
        transition: 0.3s;
        border-radius: 0.06rem; }
        .pages_fapiao .fapiao .msg .fapiao_from .btn:hover {
          background: #fff;
          color: #0275D8;
          transition: 0.3s; }
      .pages_fapiao .fapiao .msg .fapiao_from .fapiao_download {
        width: 10.6rem;
        height: 0.63rem;
        border-radius: 0.04rem;
        background: #FAFAFA;
        padding-left: 0.3rem;
        padding-right: 0.13rem;
        margin-bottom: 0.58rem; }
        .pages_fapiao .fapiao .msg .fapiao_from .fapiao_download .l img {
          width: 0.24rem;
          height: 0.24rem;
          margin-right: 0.14rem; }
        .pages_fapiao .fapiao .msg .fapiao_from .fapiao_download .l p {
          font-size: 0.16rem;
          color: #0F2420;
          font-weight: 400; }
        .pages_fapiao .fapiao .msg .fapiao_from .fapiao_download .r {
          width: 1.18rem;
          height: 0.43rem;
          line-height: 0.41rem; }
      .pages_fapiao .fapiao .msg .fapiao_from .ipt {
        position: relative; }
        .pages_fapiao .fapiao .msg .fapiao_from .ipt img {
          width: 1.54rem;
          height: 1.54rem;
          display: block;
          margin: auto; }
        .pages_fapiao .fapiao .msg .fapiao_from .ipt p {
          text-align: center;
          color: #ACACAC;
          margin-top: 0.16rem; }
        .pages_fapiao .fapiao .msg .fapiao_from .ipt input {
          position: absolute;
          opacity: 0; }
      .pages_fapiao .fapiao .msg .fapiao_from .submit {
        width: 4.52rem;
        height: 0.56rem;
        line-height: 0.54rem;
        margin: auto;
        display: block;
        margin-top: 0.54rem; }
    .pages_fapiao .fapiao .msg .r {
      width: 3.6rem;
      border: 0.01rem solid #A8A7AE33;
      border-radius: 0.12rem;
      padding: 0 0.16rem; }
      .pages_fapiao .fapiao .msg .r .tit {
        margin: 0 0.08rem;
        padding-top: 0.2rem;
        border-bottom: 0.01rem solid #A8A7AE33; }
        .pages_fapiao .fapiao .msg .r .tit .t1 {
          color: #2C2C2C;
          font-weight: 500;
          font-size: 0.18rem;
          padding-bottom: 0.06rem; }
        .pages_fapiao .fapiao .msg .r .tit .t2 {
          color: #666666;
          font-size: 0.14rem;
          padding-bottom: 0.12rem; }
      .pages_fapiao .fapiao .msg .r .sel {
        padding: 0.2rem 0;
        padding-bottom: 0.04rem; }
        .pages_fapiao .fapiao .msg .r .sel .itm {
          width: 0.925rem;
          height: 0.7rem;
          border-radius: 0.08rem;
          margin: 0 0.08rem;
          border: 0.01rem solid #A8A7AE33;
          position: relative;
          padding: 0.12rem;
          box-sizing: border-box;
          margin-bottom: 0.14rem;
          cursor: pointer; }
          .pages_fapiao .fapiao .msg .r .sel .itm input {
            position: absolute;
            opacity: 0; }
          .pages_fapiao .fapiao .msg .r .sel .itm .t1 {
            color: #666666;
            font-size: 0.14rem;
            font-weight: 500;
            text-align: center; }
          .pages_fapiao .fapiao .msg .r .sel .itm .t2 {
            color: #666666;
            font-size: 0.14rem;
            text-align: center; }
        .pages_fapiao .fapiao .msg .r .sel .a {
          border: 0.01rem solid #0275D8;
          background: #F4FAFF; }
          .pages_fapiao .fapiao .msg .r .sel .a p {
            color: #0275D8 !important; }

.pages_fapiao .sq_list {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.54rem; }
  .pages_fapiao .sq_list .table-box {
    width: 100%; }
    .pages_fapiao .sq_list .table-box table {
      width: 100%;
      border-radius: 0.1rem;
      border: 0.01rem solid #F1F2F4;
      border-collapse: collapse; }
      .pages_fapiao .sq_list .table-box table thead {
        height: 0.72rem;
        background: #369FF91A; }
      .pages_fapiao .sq_list .table-box table tbody tr {
        height: 0.72rem;
        border-top: 0.01rem solid #F1F2F4; }
        .pages_fapiao .sq_list .table-box table tbody tr:hover {
          background: #F0F0F080; }
      .pages_fapiao .sq_list .table-box table tbody td {
        font-size: 0.16rem;text-align: center; }
        .pages_fapiao .sq_list .table-box table tbody td .blue {
          color: #0275D8; }
        .pages_fapiao .sq_list .table-box table tbody td .red {
          color: #FF3030; }
        .pages_fapiao .sq_list .table-box table tbody td .anniu {
          justify-content: center; }
          .pages_fapiao .sq_list .table-box table tbody td .anniu .btn {
            width: 0.96rem;
            height: 0.37rem;
            line-height: 0.37rem;
            text-align: center;
            border-radius: 0.04rem;
            color: #FF3030;
            font-size: 0.14rem; }
          .pages_fapiao .sq_list .table-box table tbody td .anniu .b1 {
            background: #0275D8;
            border: 0.01rem solid #0275D8;
            color: #fff;
            transition: 0.3s;
            line-height: 0.35rem; }
            .pages_fapiao .sq_list .table-box table tbody td .anniu .b1:hover {
              color: #0275D8;
              background: #fff;
              transition: 0.3s; }

.pages_fapiao .hb_sunmit {
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 3.56rem;
  height: 1.7rem;
  border-radius: 0.08rem;
  padding-top: 0.36rem;
  padding-bottom: 0.32rem;
  background: #fff; }
  .pages_fapiao .hb_sunmit p {
    font-size: 0.18rem;
    font-weight: 500;
    text-align: center; }
  .pages_fapiao .hb_sunmit .anniu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.36rem; }
    .pages_fapiao .hb_sunmit .anniu .btn {
      width: 0.92rem;
      height: 0.42rem;
      line-height: 0.40rem;
      text-align: center;
      border-radius: 0.04rem;
      color: #8E8E8E;
      background: #F1F1F1;
      border: 0.01rem solid #F1F1F1;
      font-size: 0.14rem;
      cursor: pointer; }
    .pages_fapiao .hb_sunmit .anniu .b1 {
      background: #0275D8;
      border: 0.01rem solid #0275D8;
      color: #fff;
      transition: 0.3s;
      margin-left: 0.12rem; }
      .pages_fapiao .hb_sunmit .anniu .b1:hover {
        color: #0275D8;
        background: #fff;
        transition: 0.3s; }

.pages_fapiao .sq_msg {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.32rem; }
  .pages_fapiao .sq_msg .ptit .r img {
    width: 0.22rem;
    height: 0.22rem;
    margin-right: 0.06rem; }
  .pages_fapiao .sq_msg .ptit .r span {
    font-size: 0.16rem; }
  .pages_fapiao .sq_msg .fapiao_msg .fapiao_msgbox {
    width: 11.24rem;
    padding: 0 0.24rem;
    padding-bottom: 0.24rem;
    border-radius: 0.12rem;
    border: 0.01rem solid #A8A7AE33; }
    .pages_fapiao .sq_msg .fapiao_msg .fapiao_msgbox .l {
      width: 7.28rem; }
      .pages_fapiao .sq_msg .fapiao_msg .fapiao_msgbox .l .litm {
        width: calc(50% - 0.12rem); }
        .pages_fapiao .sq_msg .fapiao_msg .fapiao_msgbox .l .litm .tit {
          padding-top: 0.24rem;
          padding-bottom: 0.12rem;
          font-size: 0.16rem; }
        .pages_fapiao .sq_msg .fapiao_msg .fapiao_msgbox .l .litm .txt {
          width: 100%;
          height: 0.58rem;
          line-height: 0.58rem;
          border-radius: 0.08rem;
          border: 0.01rem solid #E4E4E4;
          padding: 0 0.24rem;
          font-size: 0.16rem; }
        .pages_fapiao .sq_msg .fapiao_msg .fapiao_msgbox .l .litm .blue {
          color: #0275D8; }
    .pages_fapiao .sq_msg .fapiao_msg .fapiao_msgbox .r {
      width: 3.28rem; }
      .pages_fapiao .sq_msg .fapiao_msg .fapiao_msgbox .r .tit {
        padding-top: 0.24rem;
        padding-bottom: 0.12rem;
        font-size: 0.16rem; }
      .pages_fapiao .sq_msg .fapiao_msg .fapiao_msgbox .r .txt {
        border-radius: 0.08rem;
        border: 0.01rem solid #E4E4E4; }
        .pages_fapiao .sq_msg .fapiao_msg .fapiao_msgbox .r .txt img {
          width: 100%;
          height: 1.78rem;
          display: block;
          margin: auto; }
  .pages_fapiao .sq_msg .fapiao_msg .zhanwei {
    width: 3.6rem;
    padding: 0 0.24rem;
    padding-bottom: 0.24rem;
    border-radius: 0.12rem;
    border: 0.01rem solid #A8A7AE33;
    padding-bottom: 0.32rem; }
    .pages_fapiao .sq_msg .fapiao_msg .zhanwei .tit {
      padding: 0.2rem 0;
      border-bottom: 0.01rem solid #A8A7AE33; }
    .pages_fapiao .sq_msg .fapiao_msg .zhanwei .txt_list li {
      padding-top: 0.2rem; }
      .pages_fapiao .sq_msg .fapiao_msg .zhanwei .txt_list li p {
        font-size: 0.14rem; }
        .pages_fapiao .sq_msg .fapiao_msg .zhanwei .txt_list li p:last-child {
          text-align: right;
          width: calc(100% - 0.8rem); }
  .pages_fapiao .sq_msg .Cancel {
    justify-content: flex-end; }
    .pages_fapiao .sq_msg .Cancel button {
      width: 1.6rem;
      height: 0.56rem;
      line-height: 0.54rem;
      text-align: center;
      border-radius: 0.08rem;
      color: #fff;
      background: #0275D8;
      border: 0.01rem solid #0275D8;
      font-size: 0.16rem;
      cursor: pointer;
      transition: 0.3s;
      margin-top: 0.3rem; }
      .pages_fapiao .sq_msg .Cancel button:hover {
        color: #0275D8;
        background: #fff;
        transition: 0.3s; }

.pages_yajin .fapiao {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.31rem;
  margin-top: 0.24rem; }
  .pages_yajin .fapiao .msg {
    align-items: flex-start; }
    .pages_yajin .fapiao .msg .fapiao_from {
      width: 11.24rem;
      border: 0.01rem solid #A8A7AE33;
      border-radius: 0.12rem;
      padding: 0 0.32rem;
      box-sizing: border-box;
      padding-top: 0.32rem;
      padding-bottom: 0.5rem; }
      .pages_yajin .fapiao .msg .fapiao_from .btn {
        background: #0275D8;
        border: 0.01rem solid #0275D8;
        color: #fff;
        text-align: center;
        font-size: 0.16rem;
        transition: 0.3s;
        border-radius: 0.06rem; }
        .pages_yajin .fapiao .msg .fapiao_from .btn:hover {
          background: #fff;
          color: #0275D8;
          transition: 0.3s; }
      .pages_yajin .fapiao .msg .fapiao_from .fapiao_download {
        width: 10.6rem;
        height: 0.63rem;
        border-radius: 0.04rem;
        background: #FAFAFA;
        padding-left: 0.3rem;
        padding-right: 0.13rem;
        margin-bottom: 0.58rem; }
        .pages_yajin .fapiao .msg .fapiao_from .fapiao_download .l img {
          width: 0.24rem;
          height: 0.24rem;
          margin-right: 0.14rem; }
        .pages_yajin .fapiao .msg .fapiao_from .fapiao_download .l p {
          font-size: 0.16rem;
          color: #0F2420;
          font-weight: 400; }
        .pages_yajin .fapiao .msg .fapiao_from .fapiao_download .r {
          width: 1.18rem;
          height: 0.43rem;
          line-height: 0.41rem; }
      .pages_yajin .fapiao .msg .fapiao_from .ipt {
        position: relative; }
        .pages_yajin .fapiao .msg .fapiao_from .ipt img {
          width: 1.54rem;
          height: 1.54rem;
          display: block;
          margin: auto; }
        .pages_yajin .fapiao .msg .fapiao_from .ipt p {
          text-align: center;
          color: #ACACAC;
          margin-top: 0.16rem; }
        .pages_yajin .fapiao .msg .fapiao_from .ipt input {
          position: absolute;
          opacity: 0; }
      .pages_yajin .fapiao .msg .fapiao_from .submit {
        width: 4.52rem;
        height: 0.56rem;
        line-height: 0.54rem;
        margin: auto;
        display: block;
        margin-top: 0.54rem; }
    .pages_yajin .fapiao .msg .r {
      width: 3.6rem;
      border: 0.01rem solid #A8A7AE33;
      border-radius: 0.12rem;
      padding: 0 0.16rem; }
      .pages_yajin .fapiao .msg .r .tit {
        margin: 0 0.08rem;
        padding-top: 0.2rem;
        border-bottom: 0.01rem solid #A8A7AE33; }
        .pages_yajin .fapiao .msg .r .tit .t1 {
          color: #2C2C2C;
          font-weight: 500;
          font-size: 0.18rem;
          padding-bottom: 0.06rem; }
        .pages_yajin .fapiao .msg .r .tit .t2 {
          color: #666666;
          font-size: 0.14rem;
          padding-bottom: 0.12rem; }
      .pages_yajin .fapiao .msg .r .sel {
        padding: 0.2rem 0;
        padding-bottom: 0.04rem; }
        .pages_yajin .fapiao .msg .r .sel .itm {
          width: 0.925rem;
          height: 0.7rem;
          border-radius: 0.08rem;
          margin: 0 0.08rem;
          border: 0.01rem solid #A8A7AE33;
          position: relative;
          padding: 0.12rem;
          box-sizing: border-box;
          margin-bottom: 0.14rem;
          cursor: pointer; }
          .pages_yajin .fapiao .msg .r .sel .itm input {
            position: absolute;
            opacity: 0; }
          .pages_yajin .fapiao .msg .r .sel .itm .t1 {
            color: #666666;
            font-size: 0.14rem;
            font-weight: 500;
            text-align: center; }
          .pages_yajin .fapiao .msg .r .sel .itm .t2 {
            color: #666666;
            font-size: 0.14rem;
            text-align: center; }
        .pages_yajin .fapiao .msg .r .sel .a {
          border: 0.01rem solid #0275D8;
          background: #F4FAFF; }
          .pages_yajin .fapiao .msg .r .sel .a p {
            color: #0275D8 !important; }

.pages_yajin .sq_list {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.54rem; }
  .pages_yajin .sq_list .table-box {
    width: 100%; }
    .pages_yajin .sq_list .table-box table {
      width: 100%;
      border-radius: 0.1rem;
      border: 0.01rem solid #F1F2F4;
      border-collapse: collapse; }
      .pages_yajin .sq_list .table-box table thead {
        height: 0.72rem;
        background: #369FF91A; }
      .pages_yajin .sq_list .table-box table tbody tr {
        height: 0.72rem;
        border-top: 0.01rem solid #F1F2F4; }
        .pages_yajin .sq_list .table-box table tbody tr:hover {
          background: #F0F0F080; }
      .pages_yajin .sq_list .table-box table tbody td {
        font-size: 0.16rem;text-align: center; }
        .pages_yajin .sq_list .table-box table tbody td .blue {
          color: #0275D8; }
        .pages_yajin .sq_list .table-box table tbody td .red {
          color: #FF3030; }
        .pages_yajin .sq_list .table-box table tbody td .anniu {
          justify-content: center; }
          .pages_yajin .sq_list .table-box table tbody td .anniu .btn {
            width: 0.96rem;
            height: 0.37rem;
            line-height: 0.37rem;
            text-align: center;
            border-radius: 0.04rem;
            color: #FF3030;
            font-size: 0.14rem; }
          .pages_yajin .sq_list .table-box table tbody td .anniu .b1 {
            background: #0275D8;
            border: 0.01rem solid #0275D8;
            color: #fff;
            transition: 0.3s;
            line-height: 0.35rem; }
            .pages_yajin .sq_list .table-box table tbody td .anniu .b1:hover {
              color: #0275D8;
              background: #fff;
              transition: 0.3s; }

.pages_yajin .hb_sunmit {
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 3.56rem;
  height: 1.7rem;
  border-radius: 0.08rem;
  padding-top: 0.36rem;
  padding-bottom: 0.32rem;
  background: #fff; }
  .pages_yajin .hb_sunmit p {
    font-size: 0.18rem;
    font-weight: 500;
    text-align: center; }
  .pages_yajin .hb_sunmit .anniu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.36rem; }
    .pages_yajin .hb_sunmit .anniu .btn {
      width: 0.92rem;
      height: 0.42rem;
      line-height: 0.40rem;
      text-align: center;
      border-radius: 0.04rem;
      color: #8E8E8E;
      background: #F1F1F1;
      border: 0.01rem solid #F1F1F1;
      font-size: 0.14rem;
      cursor: pointer; }
    .pages_yajin .hb_sunmit .anniu .b1 {
      background: #0275D8;
      border: 0.01rem solid #0275D8;
      color: #fff;
      transition: 0.3s;
      margin-left: 0.12rem; }
      .pages_yajin .hb_sunmit .anniu .b1:hover {
        color: #0275D8;
        background: #fff;
        transition: 0.3s; }

.pages_yajin .sq_msg {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.32rem; }
  .pages_yajin .sq_msg .ptit .r img {
    width: 0.22rem;
    height: 0.22rem;
    margin-right: 0.06rem; }
  .pages_yajin .sq_msg .ptit .r span {
    font-size: 0.16rem; }
  .pages_yajin .sq_msg .fapiao_msg .fapiao_msgbox {
    width: 11.24rem;
    padding: 0 0.24rem;
    padding-bottom: 0.24rem;
    border-radius: 0.12rem;
    border: 0.01rem solid #A8A7AE33; }
    .pages_yajin .sq_msg .fapiao_msg .fapiao_msgbox .l {
      width: 7.28rem; }
      .pages_yajin .sq_msg .fapiao_msg .fapiao_msgbox .l .litm {
        width: calc(50% - 0.12rem); }
        .pages_yajin .sq_msg .fapiao_msg .fapiao_msgbox .l .litm .tit {
          padding-top: 0.24rem;
          padding-bottom: 0.12rem;
          font-size: 0.16rem; }
        .pages_yajin .sq_msg .fapiao_msg .fapiao_msgbox .l .litm .txt {
          width: 100%;
          height: 0.58rem;
          line-height: 0.58rem;
          border-radius: 0.08rem;
          border: 0.01rem solid #E4E4E4;
          padding: 0 0.24rem;
          font-size: 0.16rem; }
        .pages_yajin .sq_msg .fapiao_msg .fapiao_msgbox .l .litm .blue {
          color: #0275D8; }
    .pages_yajin .sq_msg .fapiao_msg .fapiao_msgbox .r {
      width: 3.28rem; }
      .pages_yajin .sq_msg .fapiao_msg .fapiao_msgbox .r .tit {
        padding-top: 0.24rem;
        padding-bottom: 0.12rem;
        font-size: 0.16rem; }
      .pages_yajin .sq_msg .fapiao_msg .fapiao_msgbox .r .txt {
        border-radius: 0.08rem;
        border: 0.01rem solid #E4E4E4; }
        .pages_yajin .sq_msg .fapiao_msg .fapiao_msgbox .r .txt img {
          width: 100%;
          height: 1.78rem;
          display: block;
          margin: auto; }
  .pages_yajin .sq_msg .fapiao_msg .zhanwei {
    width: 3.6rem;
    padding: 0 0.24rem;
    padding-bottom: 0.24rem;
    border-radius: 0.12rem;
    border: 0.01rem solid #A8A7AE33;
    padding-bottom: 0.32rem; }
    .pages_yajin .sq_msg .fapiao_msg .zhanwei .tit {
      padding: 0.2rem 0;
      border-bottom: 0.01rem solid #A8A7AE33; }
    .pages_yajin .sq_msg .fapiao_msg .zhanwei .txt_list li {
      padding-top: 0.2rem; }
      .pages_yajin .sq_msg .fapiao_msg .zhanwei .txt_list li p {
        font-size: 0.14rem; }
        .pages_yajin .sq_msg .fapiao_msg .zhanwei .txt_list li p:last-child {
          text-align: right;
          width: calc(100% - 0.8rem); }
  .pages_yajin .sq_msg .Cancel {
    justify-content: flex-end; }
    .pages_yajin .sq_msg .Cancel button {
      width: 1.6rem;
      height: 0.56rem;
      line-height: 0.54rem;
      text-align: center;
      border-radius: 0.08rem;
      color: #fff;
      background: #0275D8;
      border: 0.01rem solid #0275D8;
      font-size: 0.16rem;
      cursor: pointer;
      transition: 0.3s;
      margin-top: 0.3rem; }
      .pages_yajin .sq_msg .Cancel button:hover {
        color: #0275D8;
        background: #fff;
        transition: 0.3s; }

.pages_anquan .sq_list {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.54rem; }
  .pages_anquan .sq_list .ptit .r span {
    color: #00a0e9;
    font-size: 0.16rem; }
  .pages_anquan .sq_list .table-box {
    width: 100%; }
    .pages_anquan .sq_list .table-box table {
      width: 100%;
      border-radius: 0.1rem;
      border: 0.01rem solid #F1F2F4;
      border-collapse: collapse; }
      .pages_anquan .sq_list .table-box table thead {
        height: 0.72rem;
        background: #369FF91A; }
      .pages_anquan .sq_list .table-box table tbody tr {
        height: 0.72rem;
        border-top: 0.01rem solid #F1F2F4; }
        .pages_anquan .sq_list .table-box table tbody tr:hover {
          background: #F0F0F080; }
      .pages_anquan .sq_list .table-box table tbody td {
        font-size: 0.16rem; }
        .pages_anquan .sq_list .table-box table tbody td .blue {
          color: #0275D8; }
        .pages_anquan .sq_list .table-box table tbody td .red {
          color: #FF3030; }
        .pages_anquan .sq_list .table-box table tbody td .img {
          display: block;
          margin: auto;
          width: 0.52rem;
          height: 0.52rem;
          border-radius: 0.04rem; }
        .pages_anquan .sq_list .table-box table tbody td .anniu {
          justify-content: center; }
          .pages_anquan .sq_list .table-box table tbody td .anniu .btn {
            width: 0.96rem;
            height: 0.37rem;
            line-height: 0.37rem;
            text-align: center;
            border-radius: 0.04rem;
            color: #FF3030;
            font-size: 0.14rem; }
          .pages_anquan .sq_list .table-box table tbody td .anniu .b1 {
            background: #0275D8;
            border: 0.01rem solid #0275D8;
            color: #fff;
            transition: 0.3s;
            line-height: 0.35rem; }
            .pages_anquan .sq_list .table-box table tbody td .anniu .b1:hover {
              color: #0275D8;
              background: #fff;
              transition: 0.3s; }

.pages_anquan .sq_msg {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.32rem; }
  .pages_anquan .sq_msg .ptit .r img {
    width: 0.22rem;
    height: 0.22rem;
    margin-right: 0.06rem; }
  .pages_anquan .sq_msg .ptit .r span {
    font-size: 0.16rem; }
  .pages_anquan .sq_msg .fapiao_msg {
    justify-content: space-between;
    align-items: flex-start; }
    .pages_anquan .sq_msg .fapiao_msg .fapiao_msgbox {
      width: 11.24rem;
      padding: 0 0.12rem;
      padding-top: 0.20rem;
      border-radius: 0.12rem;
      border: 0.01rem solid #A8A7AE33; }
      .pages_anquan .sq_msg .fapiao_msg .fapiao_msgbox img {
        width: 1.98rem;
        height: 1.98rem;
        display: block;
        border-radius: 0.06rem;
        margin: 0.105rem;
        margin-bottom: 0.24rem; }
    .pages_anquan .sq_msg .fapiao_msg .zhanwei {
      width: 3.6rem;
      padding: 0 0.24rem;
      padding-bottom: 0.24rem;
      border-radius: 0.12rem;
      border: 0.01rem solid #A8A7AE33;
      padding-bottom: 0.32rem; }
      .pages_anquan .sq_msg .fapiao_msg .zhanwei .tit {
        padding: 0.2rem 0;
        border-bottom: 0.01rem solid #A8A7AE33; }
      .pages_anquan .sq_msg .fapiao_msg .zhanwei .txt_list li {
        padding-top: 0.2rem; }
        .pages_anquan .sq_msg .fapiao_msg .zhanwei .txt_list li p {
          font-size: 0.14rem; }
          .pages_anquan .sq_msg .fapiao_msg .zhanwei .txt_list li p:last-child {
            text-align: right;
            width: calc(100% - 0.8rem); }

.pages_anquan_czx .daohang p {
  color: #FF3030 !important; }

.pages_anquan_czx .sq_list {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.54rem; }
  .pages_anquan_czx .sq_list .ptit .r span {
    color: #FF3030;
    font-size: 0.16rem; }
  .pages_anquan_czx .sq_list .table-box {
    width: 100%; }
    .pages_anquan_czx .sq_list .table-box table {
      width: 100%;
      border-radius: 0.1rem;
      border: 0.01rem solid #F1F2F4;
      border-collapse: collapse; }
      .pages_anquan_czx .sq_list .table-box table thead {
        height: 0.72rem;
        background: #FFF3F3; }
      .pages_anquan_czx .sq_list .table-box table tbody tr {
        height: 0.72rem;
        border-top: 0.01rem solid #F1F2F4; }
        .pages_anquan_czx .sq_list .table-box table tbody tr:hover {
          background: #F0F0F080; }
      .pages_anquan_czx .sq_list .table-box table tbody td {
        font-size: 0.16rem;text-align: center; }
        .pages_anquan_czx .sq_list .table-box table tbody td .blue {
          color: #0275D8; }
        .pages_anquan_czx .sq_list .table-box table tbody td .red {
          color: #FF3030; }
        .pages_anquan_czx .sq_list .table-box table tbody td .img {
          display: block;
          margin: auto;
          width: 0.52rem;
          height: 0.52rem;
          border-radius: 0.04rem; }
        .pages_anquan_czx .sq_list .table-box table tbody td .anniu {
          justify-content: center; }
          .pages_anquan_czx .sq_list .table-box table tbody td .anniu .btn {
            width: 0.96rem;
            height: 0.37rem;
            line-height: 0.37rem;
            text-align: center;
            border-radius: 0.04rem;
            color: #FF3030;
            font-size: 0.14rem; }
          .pages_anquan_czx .sq_list .table-box table tbody td .anniu .b1 {
            background: #FF3030;
            border: 0.01rem solid #FF3030;
            color: #fff;
            transition: 0.3s;
            line-height: 0.35rem; }
            .pages_anquan_czx .sq_list .table-box table tbody td .anniu .b1:hover {
              color: #FF3030;
              background: #fff;
              transition: 0.3s; }

.pages_anquan_czx .sq_msg {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.32rem; }
  .pages_anquan_czx .sq_msg .ptit .r img {
    width: 0.22rem;
    height: 0.22rem;
    margin-right: 0.06rem; }
  .pages_anquan_czx .sq_msg .ptit .r span {
    font-size: 0.16rem; }
  .pages_anquan_czx .sq_msg .fapiao_msg {
    justify-content: space-between;
    align-items: flex-start; }
    .pages_anquan_czx .sq_msg .fapiao_msg .fapiao_msgbox {
      width: 11.24rem;
      padding: 0 0.12rem;
      padding-top: 0.20rem;
      border-radius: 0.12rem;
      border: 0.01rem solid #A8A7AE33; }
      .pages_anquan_czx .sq_msg .fapiao_msg .fapiao_msgbox img {
        width: 1.98rem;
        height: 1.98rem;
        display: block;
        border-radius: 0.06rem;
        margin: 0.105rem;
        margin-bottom: 0.24rem; }
    .pages_anquan_czx .sq_msg .fapiao_msg .zhanwei {
      width: 3.6rem;
      padding: 0 0.24rem;
      padding-bottom: 0.24rem;
      border-radius: 0.12rem;
      border: 0.01rem solid #A8A7AE33;
      padding-bottom: 0.32rem; }
      .pages_anquan_czx .sq_msg .fapiao_msg .zhanwei .tit {
        padding: 0.2rem 0;
        border-bottom: 0.01rem solid #A8A7AE33; }
      .pages_anquan_czx .sq_msg .fapiao_msg .zhanwei .txt_list li {
        padding-top: 0.2rem; }
        .pages_anquan_czx .sq_msg .fapiao_msg .zhanwei .txt_list li p {
          font-size: 0.14rem; }
          .pages_anquan_czx .sq_msg .fapiao_msg .zhanwei .txt_list li p:last-child {
            text-align: right;
            width: calc(100% - 0.8rem); }

.pages_gonggao .sq_list {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.54rem; }
  .pages_gonggao .sq_list .news_itm {
    width: 100%;
    padding: 0.24rem;
    border-radius: 0.12rem;
    margin-bottom: 0.24rem;
    display: block;
    border: 0.01rem solid #A8A7AE33; }
    .pages_gonggao .sq_list .news_itm .tit p {
      color: #252831;
      font-size: 0.16rem; }
    .pages_gonggao .sq_list .news_itm .tit img {
      width: 0.24rem;
      height: 0.24rem;
      cursor: pointer; }
    .pages_gonggao .sq_list .news_itm .tit .i1 {
      display: block; }
    .pages_gonggao .sq_list .news_itm .tit .i2 {
      display: none; }
    .pages_gonggao .sq_list .news_itm .time {
      margin-top: 0.08rem; }
    .pages_gonggao .sq_list .news_itm .txt {
      margin-top: 0.18rem;
      color: #252831;
      font-size: 0.14rem;
      display: none; }
  .pages_gonggao .sq_list .a .tit .i1 {
    display: none !important; }
  .pages_gonggao .sq_list .a .tit .i2 {
    display: block !important; }
  .pages_gonggao .sq_list .a .txt {
    display: block !important; }

.pages_gonggao .sq_msg {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.24rem; }
  .pages_gonggao .sq_msg .ptit {
    padding-bottom: 0; }
    .pages_gonggao .sq_msg .ptit span {
      font-size: 0.18rem;
      font-weight: 600; }
    .pages_gonggao .sq_msg .ptit .r p {
      font-size: 0.16rem; }
  .pages_gonggao .sq_msg .time {
    margin-top: 0.08rem;
    margin-bottom: 0.18rem;
    font-size: 0.16rem; }
  .pages_gonggao .sq_msg .detail img {
    display: block;
    margin: 0.16rem 0;
    width: 100%;
    border-radius: 0.1rem; }

.pages_cpwd .sq_list {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.42rem; }
  .pages_cpwd .sq_list .form .itm {
    width: 4.88rem; }
    .pages_cpwd .sq_list .form .itm p {
      font-size: 0.16rem;
      padding-bottom: 0.12rem; }
    .pages_cpwd .sq_list .form .itm input {
      width: 4.88rem;
      height: 0.58rem;
      border-radius: 0.08rem;
      border: 0.01rem solid #E4E4E4;
      padding: 0 0.24rem;
      font-size: 0.16rem; }
  .pages_cpwd .sq_list .form .anniu {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.32rem; }
    .pages_cpwd .sq_list .form .anniu button {
      width: 1.6rem;
      height: 0.56rem;
      line-height: 0.54rem;
      text-align: center;
      border-radius: 0.08rem;
      color: #FF3030;
      font-size: 0.16rem;
      background: #0275D8;
      border: 0.01rem solid #0275D8;
      color: #fff;
      transition: 0.3s;
      line-height: 0.35rem; }
      .pages_cpwd .sq_list .form .anniu button:hover {
        color: #0275D8;
        background: #fff;
        transition: 0.3s; }
  .pages_cpwd .sq_list .form .anniu_red {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.32rem; }
    .pages_cpwd .sq_list .form .anniu_red button {
      width: 1.6rem;
      height: 0.56rem;
      line-height: 0.54rem;
      text-align: center;
      border-radius: 0.08rem;
      color: #FF3030;
      font-size: 0.16rem;
      background: #FF3030;
      border: 0.01rem solid #FF3030;
      color: #fff;
      transition: 0.3s;
      line-height: 0.35rem; }
      .pages_cpwd .sq_list .form .anniu_red button:hover {
        color: #FF3030;
        background: #fff;
        transition: 0.3s; }

.pages_djs .sq_list {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.42rem; }
  .pages_djs .sq_list .form .f-bct {
    margin-bottom: 0.24rem; }
  .pages_djs .sq_list .form .itm {
    width: 3.59rem; }
    .pages_djs .sq_list .form .itm p {
      font-size: 0.16rem;
      padding-bottom: 0.12rem; }
    .pages_djs .sq_list .form .itm input {
      width: 3.59rem;
      height: 0.58rem;
      border-radius: 0.08rem;
      border: 0.01rem solid #E4E4E4;
      padding: 0 0.24rem;
      font-size: 0.16rem; }
    .pages_djs .sq_list .form .itm .imgbox {
      width: 3.59rem; }
      .pages_djs .sq_list .form .itm .imgbox .upimg {
        width: 1.67rem;
        height: 1.01rem;
        position: relative; }
        .pages_djs .sq_list .form .itm .imgbox .upimg img {
          width: 1.67rem;
          height: 1.01rem; }
        .pages_djs .sq_list .form .itm .imgbox .upimg input {
          position: absolute;
          opacity: 0; }
  .pages_djs .sq_list .form .anniu {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.32rem; }
    .pages_djs .sq_list .form .anniu button {
      width: 1.6rem;
      height: 0.56rem;
      line-height: 0.54rem;
      text-align: center;
      border-radius: 0.08rem;
      color: #FF3030;
      font-size: 0.16rem;
      background: #0275D8;
      border: 0.01rem solid #0275D8;
      color: #fff;
      transition: 0.3s;
      line-height: 0.35rem; }
      .pages_djs .sq_list .form .anniu button:hover {
        color: #0275D8;
        background: #fff;
        transition: 0.3s; }

.pages_user .sq_list {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.42rem; }
  .pages_user .sq_list .form .formbox .l {
    margin-right: 0.24rem; }
    .pages_user .sq_list .form .formbox .l p {
      font-size: 0.16rem;
      padding-bottom: 0.12rem; }
    .pages_user .sq_list .form .formbox .l .upimg {
      position: relative;
      display: block; }
      .pages_user .sq_list .form .formbox .l .upimg img {
        width: 1.78rem;
        height: 1.78rem;
        border-radius: 0.1rem; }
      .pages_user .sq_list .form .formbox .l .upimg input {
        position: absolute;
        opacity: 0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
  .pages_user .sq_list .form .formbox .r {
    width: calc(100% - 2.02rem);
    flex-wrap: wrap; }
    .pages_user .sq_list .form .formbox .r .bot {
      margin-bottom: 0.24rem; }
    .pages_user .sq_list .form .formbox .r .itm {
      width: 6.45rem; }
      .pages_user .sq_list .form .formbox .r .itm p {
        font-size: 0.16rem;
        padding-bottom: 0.12rem; }
      .pages_user .sq_list .form .formbox .r .itm input {
        width: 6.45rem;
        height: 0.58rem;
        border-radius: 0.08rem;
        border: 0.01rem solid #E4E4E4;
        padding: 0 0.24rem;
        font-size: 0.16rem; }
      .pages_user .sq_list .form .formbox .r .itm .imgbox {
        width: 3.59rem; }
        .pages_user .sq_list .form .formbox .r .itm .imgbox .upimg {
          width: 1.67rem;
          height: 1.01rem;
          position: relative; }
          .pages_user .sq_list .form .formbox .r .itm .imgbox .upimg img {
            width: 1.67rem;
            height: 1.01rem; }
          .pages_user .sq_list .form .formbox .r .itm .imgbox .upimg input {
            position: absolute;
            opacity: 0; }
  .pages_user .sq_list .form .anniu_czx {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.32rem; }
    .pages_user .sq_list .form .anniu_czx button {
      width: 1.6rem;
      height: 0.56rem;
      line-height: 0.54rem;
      text-align: center;
      border-radius: 0.08rem;
      color: #FF3030;
      font-size: 0.16rem;
      background: #FF3030;
      border: 0.01rem solid #FF3030;
      color: #fff;
      transition: 0.3s;
      line-height: 0.54rem; }
      .pages_user .sq_list .form .anniu_czx button:hover {
        color: #FF3030;
        background: #fff;
        transition: 0.3s; }
  .pages_user .sq_list .form .anniu {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.32rem; }
    .pages_user .sq_list .form .anniu button {
      width: 1.6rem;
      height: 0.56rem;
      line-height: 0.54rem;
      text-align: center;
      border-radius: 0.08rem;
      color: #FF3030;
      font-size: 0.16rem;
      background: #0275D8;
      border: 0.01rem solid #0275D8;
      color: #fff;
      transition: 0.3s;
      line-height: 0.54rem; }
      .pages_user .sq_list .form .anniu button:hover {
        color: #0275D8;
        background: #fff;
        transition: 0.3s; }

.pages_user_czx .daohang p {
  color: #FF3030 !important; }

.pages_user_czx .sq_list {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.42rem; }
  .pages_user_czx .sq_list .form .formbox .l {
    margin-right: 0.24rem; }
    .pages_user_czx .sq_list .form .formbox .l p {
      font-size: 0.16rem;
      padding-bottom: 0.12rem; }
    .pages_user_czx .sq_list .form .formbox .l .upimg {
      position: relative;
      display: block; }
      .pages_user_czx .sq_list .form .formbox .l .upimg img {
        width: 1.78rem;
        height: 1.78rem;
        border-radius: 0.1rem; }
      .pages_user_czx .sq_list .form .formbox .l .upimg input {
        position: absolute;
        opacity: 0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
  .pages_user_czx .sq_list .form .formbox .r {
    width: calc(100% - 2.02rem);
    flex-wrap: wrap; }
    .pages_user_czx .sq_list .form .formbox .r .bot {
      margin-bottom: 0.24rem; }
    .pages_user_czx .sq_list .form .formbox .r .itm {
      width: 3.01rem; }
      .pages_user_czx .sq_list .form .formbox .r .itm p {
        font-size: 0.16rem;
        padding-bottom: 0.12rem; }
      .pages_user_czx .sq_list .form .formbox .r .itm input {
        width: 3.01rem;
        height: 0.58rem;
        border-radius: 0.08rem;
        border: 0.01rem solid #E4E4E4;
        padding: 0 0.24rem;
        font-size: 0.16rem; }
      .pages_user_czx .sq_list .form .formbox .r .itm .imgbox {
        width: 3.59rem; }
        .pages_user_czx .sq_list .form .formbox .r .itm .imgbox .upimg {
          width: 1.67rem;
          height: 1.01rem;
          position: relative; }
          .pages_user_czx .sq_list .form .formbox .r .itm .imgbox .upimg img {
            width: 1.67rem;
            height: 1.01rem; }
          .pages_user_czx .sq_list .form .formbox .r .itm .imgbox .upimg input {
            position: absolute;
            opacity: 0; }
  .pages_user_czx .sq_list .form .anniu {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.32rem; }
    .pages_user_czx .sq_list .form .anniu button {
      width: 1.6rem;
      height: 0.56rem;
      line-height: 0.54rem;
      text-align: center;
      border-radius: 0.08rem;
      color: #FF3030;
      font-size: 0.16rem;
      background: #FF3030;
      border: 0.01rem solid #FF3030;
      color: #fff;
      transition: 0.3s;
      line-height: 0.54rem; }
      .pages_user_czx .sq_list .form .anniu button:hover {
        color: #FF3030;
        background: #fff;
        transition: 0.3s; }

.page_fuwu {
  background: #F5F5F5; }
  .page_fuwu .p_msg {
    width: 12.28rem;
    margin: auto;
    margin-top: 0.24rem;
    padding-bottom: 1.02rem; }
    .page_fuwu .p_msg .seach {
      position: relative;
      width: 100%;
      height: 2.14rem; }
      .page_fuwu .p_msg .seach img {
        position: absolute;
        width: 100%;
        height: 2.14rem;
        top: 0;
        left: 0; }
      .page_fuwu .p_msg .seach .tit {
        position: relative;
        z-index: 2;
        color: #fff;
        font-weight: 500;
        font-size: 0.32rem;
        text-align: center;
        padding-top: 0.4rem;
        padding-bottom: 0.26rem; }
      .page_fuwu .p_msg .seach .seach_box {
        position: relative;
        z-index: 2;
        margin: auto;
        width: 5.04rem;
        height: 0.62rem;
        border-radius: 0.1rem;
        background: #fff;
        padding-right: 0.08rem;
        padding-left: 0.24rem;
        display: flex;
        align-items: center; }
        .page_fuwu .p_msg .seach .seach_box input {
          width: calc(100% - 1.08rem);
          font-size: 0.16rem; }
        .page_fuwu .p_msg .seach .seach_box button {
          width: 1.08rem;
          height: 0.46rem;
          line-height: 0.44rem;
          text-align: center;
          border-radius: 0.1rem;
          color: #FF3030;
          font-size: 0.16rem;
          background: #0275D8;
          border: 0.01rem solid #0275D8;
          color: #fff;
          transition: 0.3s;
          line-height: 0.35rem; }
          .page_fuwu .p_msg .seach .seach_box button:hover {
            color: #0275D8;
            background: #fff;
            transition: 0.3s; }
    .page_fuwu .p_msg .help_list {
      margin-top: 0.32rem;
      justify-content: space-between;
      align-items: flex-start; }
      .page_fuwu .p_msg .help_list .l {
        width: 2.24rem;
        background: #fff;
        border-radius: 0.08rem;
        padding: 0 0.28rem; }
        .page_fuwu .p_msg .help_list .l a {
          display: block;
          color: #999999;
          font-size: 0.16rem;
          font-weight: 500;
          padding: 0.2rem 0;
          border-bottom: 0.01rem solid #EAEAEF; }
          .page_fuwu .p_msg .help_list .l a:last-child {
            border: none; }
        .page_fuwu .p_msg .help_list .l .a {
          color: #0275D8; }
      .page_fuwu .p_msg .help_list .r {
        width: 9.72rem;
        border-radius: 0.1rem;
        background: #fff; }
        .page_fuwu .p_msg .help_list .r .list {
          padding: 0 0.32rem;
          width: 100%; }
          .page_fuwu .p_msg .help_list .r .list .li {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0.32rem 0;
            border-bottom: 0.01rem solid #EAEAEF; }
            .page_fuwu .p_msg .help_list .r .list .li:last-child {
              border: none; }
            .page_fuwu .p_msg .help_list .r .list .li:hover .boxl::before {
              background: #0275D8; }
            .page_fuwu .p_msg .help_list .r .list .li:hover .boxl span {
              color: #0275D8; }
            .page_fuwu .p_msg .help_list .r .list .li:hover .boxr {
              color: #0275D8; }
            .page_fuwu .p_msg .help_list .r .list .li .boxl::before {
              content: '';
              width: 0.06rem;
              height: 0.06rem;
              background: #2C2C2C;
              border-radius: 50%;
              margin-right: 0.06rem; }
            .page_fuwu .p_msg .help_list .r .list .li .boxl span {
              font-size: 0.16rem; }
            .page_fuwu .p_msg .help_list .r .list .li .boxr {
              font-size: 0.16rem; }
        .page_fuwu .p_msg .help_list .r .detailbox {
          padding: 0 0.32rem;
          padding-top: 0.04rem;
          width: 100%;
          background: #fff;
          border-radius: 0.1rem;
          padding-bottom: 0.24rem;
          padding-top: 0.28rem; }
          .page_fuwu .p_msg .help_list .r .detailbox .ptit {
            padding-bottom: 0; }
            .page_fuwu .p_msg .help_list .r .detailbox .ptit span {
              font-size: 0.18rem;
              font-weight: 600; }
            .page_fuwu .p_msg .help_list .r .detailbox .ptit .titr p {
              font-size: 0.16rem; }
            .page_fuwu .p_msg .help_list .r .detailbox .ptit .titr img {
              width: 0.22rem;
              height: 0.22rem;
              margin-right: 0.06rem; }
          .page_fuwu .p_msg .help_list .r .detailbox .time {
            margin-top: 0.08rem;
            margin-bottom: 0.18rem;
            font-size: 0.16rem; }
          .page_fuwu .p_msg .help_list .r .detailbox .detail img {
            display: block;
            margin: 0.16rem 0;
            width: 100%;
            border-radius: 0.1rem; }
        .page_fuwu .p_msg .help_list .r .about {
          padding: 0 0.32rem;
          padding-top: 0.04rem;
          width: 100%;
          background: #fff;
          border-radius: 0.1rem;
          padding-bottom: 0.24rem;
          padding-top: 0.28rem; }
          .page_fuwu .p_msg .help_list .r .about .ptit {
            margin-bottom: 0.2rem; }
            .page_fuwu .p_msg .help_list .r .about .ptit .titl img {
              width: 0.24rem;
              height: 0.24rem;
              margin-right: 0.1rem; }
            .page_fuwu .p_msg .help_list .r .about .ptit .titl span {
              font-size: 0.2rem;
              font-weight: 500; }
          .page_fuwu .p_msg .help_list .r .about .about_msg {
            width: 6.62rem;
            padding: 0 0.2rem;
            padding-bottom: 0.24rem;
            border-radius: 0.1rem;
            border: 0.01rem solid #DEDEDE; }
            .page_fuwu .p_msg .help_list .r .about .about_msg .about_tit {
              font-size: 0.16rem;
              font-weight: 500;
              padding-top: 0.2rem;
              padding-bottom: 0.16rem; }
            .page_fuwu .p_msg .help_list .r .about .about_msg .about_detail img {
              width: 0.56rem;
              height: 0.56rem;
              margin-right: 0.16rem;
              border-radius: 0.06rem; }
            .page_fuwu .p_msg .help_list .r .about .about_msg .about_detail .about_r {
              width: calc(100% - 0.72rem); }
              .page_fuwu .p_msg .help_list .r .about .about_msg .about_detail .about_r div {
                font-size: 0.14rem;
                width: calc(100% / 3);
                margin-bottom: 0.12rem; }
              .page_fuwu .p_msg .help_list .r .about .about_msg .about_detail .about_r .m {
                margin-bottom: 0; }
              .page_fuwu .p_msg .help_list .r .about .about_msg .about_detail .about_r .last {
                width: calc(100% / 3 * 2); }
          .page_fuwu .p_msg .help_list .r .about .about_addr {
            width: 6.63rem;
            margin-top: 0.2rem;
            border-radius: 0.1rem;
            overflow: hidden; }

.pages_chezheng .fapiao {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.31rem;
  margin-top: 0.24rem; }
  .pages_chezheng .fapiao .msg .msgbox {
    align-items: flex-start; }
    .pages_chezheng .fapiao .msg .msgbox .fapiao_from {
      width: 11.24rem;
      border: 0.01rem solid #A8A7AE33;
      border-radius: 0.12rem;
      padding: 0 0.32rem;
      box-sizing: border-box;
      padding-bottom: 0.24rem;
      margin-bottom: 0.26rem; }
      .pages_chezheng .fapiao .msg .msgbox .fapiao_from .ipt > p {
        padding-top: 0.24rem;
        padding-bottom: 0.12rem;
        font-size: 0.16rem; }
      .pages_chezheng .fapiao .msg .msgbox .fapiao_from .ipt label {
        position: relative; }
        .pages_chezheng .fapiao .msg .msgbox .fapiao_from .ipt label input {
          position: absolute;
          opacity: 0; }
        .pages_chezheng .fapiao .msg .msgbox .fapiao_from .ipt label img {
          /*width: 3.38rem;*/
          height: 1.54rem; }
        .pages_chezheng .fapiao .msg .msgbox .fapiao_from .ipt label p {
          color: #ACACAC;
          font-size: 0.16rem;
          margin-top: 0.16rem; }
      .pages_chezheng .fapiao .msg .msgbox .fapiao_from .ipt input {
        width: 3.38rem;
        height: 0.58rem;
        border-radius: 0.08rem;
        border: 0.01rem solid #EFEFEF;
        padding: 0 0.24rem;
        font-size: 0.16rem; }
      .pages_chezheng .fapiao .msg .msgbox .fapiao_from .margin_l {
        margin-left: 0.24rem; }
    .pages_chezheng .fapiao .msg .msgbox .r {
      width: 3.6rem;
      border: 0.01rem solid #A8A7AE33;
      border-radius: 0.12rem;
      padding: 0 0.16rem; }
      .pages_chezheng .fapiao .msg .msgbox .r .tit {
        margin: 0 0.08rem;
        padding-top: 0.2rem;
        border-bottom: 0.01rem solid #A8A7AE33; }
        .pages_chezheng .fapiao .msg .msgbox .r .tit .t1 {
          color: #2C2C2C;
          font-weight: 500;
          font-size: 0.18rem;
          padding-bottom: 0.06rem; }
        .pages_chezheng .fapiao .msg .msgbox .r .tit .t2 {
          color: #666666;
          font-size: 0.14rem;
          padding-bottom: 0.12rem; }
      .pages_chezheng .fapiao .msg .msgbox .r .sel {
        padding: 0.2rem 0;
        padding-bottom: 0.04rem; }
        .pages_chezheng .fapiao .msg .msgbox .r .sel .itm {
          width: 0.925rem;
          height: 0.7rem;
          border-radius: 0.08rem;
          margin: 0 0.08rem;
          border: 0.01rem solid #A8A7AE33;
          position: relative;
          padding: 0.12rem;
          box-sizing: border-box;
          margin-bottom: 0.14rem;
          cursor: pointer; }
          .pages_chezheng .fapiao .msg .msgbox .r .sel .itm input {
            position: absolute;
            opacity: 0; }
          .pages_chezheng .fapiao .msg .msgbox .r .sel .itm .t1 {
            color: #666666;
            font-size: 0.14rem;
            font-weight: 500;
            text-align: center; }
          .pages_chezheng .fapiao .msg .msgbox .r .sel .itm .t2 {
            color: #666666;
            font-size: 0.14rem;
            text-align: center; }
        .pages_chezheng .fapiao .msg .msgbox .r .sel .a {
          border: 0.01rem solid #0275D8;
          background: #F4FAFF; }
          .pages_chezheng .fapiao .msg .msgbox .r .sel .a p {
            color: #0275D8 !important; }
  .pages_chezheng .fapiao .msg .submitbox {
    justify-content: flex-end;
    width: 11.24rem; }
    .pages_chezheng .fapiao .msg .submitbox .btn {
      width: 1.6rem;
      height: 0.56rem;
      line-height: 0.54rem;
      font-size: 0.16rem;
      text-align: center;
      border: 0.01rem solid #F7F7FD;
      background: #F7F7FD;
      color: #0275D8;
      border-radius: 0.08rem;
      cursor: pointer; }
    .pages_chezheng .fapiao .msg .submitbox .submit {
      border: 0.01rem solid #0275D8;
      background: #0275D8;
      color: #fff;
      transition: 0.3s;
      margin-left: 0.16rem; }
      .pages_chezheng .fapiao .msg .submitbox .submit:hover {
        background: #fff;
        color: #0275D8;
        transition: 0.3s; }

.pages_chezheng .sq_list {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.54rem; }
  .pages_chezheng .sq_list .ptit .r span {
    color: #00a0e9;
    font-size: 0.16rem; }
  .pages_chezheng .sq_list .table-box {
    width: 100%; }
    .pages_chezheng .sq_list .table-box table {
      width: 100%;
      border-radius: 0.1rem;
      border: 0.01rem solid #F1F2F4;
      border-collapse: collapse; }
      .pages_chezheng .sq_list .table-box table thead {
        height: 0.72rem;
        background: #369FF91A; }
      .pages_chezheng .sq_list .table-box table tbody tr {
        height: 0.72rem;
        border-top: 0.01rem solid #F1F2F4; }
        .pages_chezheng .sq_list .table-box table tbody tr:hover {
          background: #F0F0F080; }
      .pages_chezheng .sq_list .table-box table tbody td {
        font-size: 0.16rem;text-align: center; }
        .pages_chezheng .sq_list .table-box table tbody td .blue {
          color: #0275D8; }
        .pages_chezheng .sq_list .table-box table tbody td .red {
          color: #FF3030; }
        .pages_chezheng .sq_list .table-box table tbody td .img {
          display: block;
          margin: auto;
          /*width: 0.66rem;*/
          height: 0.44rem;
          border-radius: 0.04rem; }
        .pages_chezheng .sq_list .table-box table tbody td .anniu {
          justify-content: center; }
          .pages_chezheng .sq_list .table-box table tbody td .anniu .btn {
            width: 0.96rem;
            height: 0.37rem;
            line-height: 0.37rem;
            text-align: center;
            border-radius: 0.04rem;
            color: #FF3030;
            font-size: 0.14rem; }
          .pages_chezheng .sq_list .table-box table tbody td .anniu .b1 {
            background: #0275D8;
            border: 0.01rem solid #0275D8;
            color: #fff;
            transition: 0.3s;
            line-height: 0.35rem; }
            .pages_chezheng .sq_list .table-box table tbody td .anniu .b1:hover {
              color: #0275D8;
              background: #fff;
              transition: 0.3s; }

.pages_chezheng_czx .daohang p {
  color: #FF3030 !important; }

.pages_chezheng_czx .ptit a {
  display: none !important; }

.pages_chezheng_czx thead {
  height: 0.72rem;
  background: #FFF3F3 !important; }

.pages_huikan .fapiao {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.31rem;
  margin-top: 0.24rem; }
  .pages_huikan .fapiao .msg .msgbox {
    align-items: flex-start; }
    .pages_huikan .fapiao .msg .msgbox .fapiao_from {
      width: 11.24rem;
      border: 0.01rem solid #A8A7AE33;
      border-radius: 0.12rem;
      padding: 0 0.32rem;
      box-sizing: border-box;
      padding-bottom: 0.24rem;
      margin-bottom: 0.26rem; }
      .pages_huikan .fapiao .msg .msgbox .fapiao_from .ipt > p {
        padding-top: 0.24rem;
        padding-bottom: 0.12rem;
        font-size: 0.16rem; }
        .pages_huikan .fapiao .msg .msgbox .fapiao_from .ipt > p span {
          color: #FF3030; }
      .pages_huikan .fapiao .msg .msgbox .fapiao_from .ipt label {
        position: relative; }
        .pages_huikan .fapiao .msg .msgbox .fapiao_from .ipt label input {
          position: absolute;
          opacity: 0; }
        .pages_huikan .fapiao .msg .msgbox .fapiao_from .ipt label img {
          width: 3.38rem;
          height: 1.54rem; }
        .pages_huikan .fapiao .msg .msgbox .fapiao_from .ipt label p {
          color: #ACACAC;
          font-size: 0.16rem;
          margin-top: 0.16rem; }
      .pages_huikan .fapiao .msg .msgbox .fapiao_from .ipt input {
        width: 3.38rem;
        height: 0.58rem;
        border-radius: 0.08rem;
        border: 0.01rem solid #EFEFEF;
        padding: 0 0.24rem;
        font-size: 0.16rem; }
      .pages_huikan .fapiao .msg .msgbox .fapiao_from .margin_l {
        margin-left: 0.24rem; }
    .pages_huikan .fapiao .msg .msgbox .r {
      width: 3.6rem;
      border: 0.01rem solid #A8A7AE33;
      border-radius: 0.12rem;
      padding: 0 0.16rem; }
      .pages_huikan .fapiao .msg .msgbox .r .tit {
        margin: 0 0.08rem;
        padding-top: 0.2rem;
        border-bottom: 0.01rem solid #A8A7AE33; }
        .pages_huikan .fapiao .msg .msgbox .r .tit .t1 {
          color: #2C2C2C;
          font-weight: 500;
          font-size: 0.18rem;
          padding-bottom: 0.06rem; }
        .pages_huikan .fapiao .msg .msgbox .r .tit .t2 {
          color: #666666;
          font-size: 0.14rem;
          padding-bottom: 0.12rem; }
      .pages_huikan .fapiao .msg .msgbox .r .sel {
        padding: 0.2rem 0;
        padding-bottom: 0.04rem; }
        .pages_huikan .fapiao .msg .msgbox .r .sel .itm {
          width: 0.925rem;
          height: 0.7rem;
          border-radius: 0.08rem;
          margin: 0 0.08rem;
          border: 0.01rem solid #A8A7AE33;
          position: relative;
          padding: 0.12rem;
          box-sizing: border-box;
          margin-bottom: 0.14rem;
          cursor: pointer; }
          .pages_huikan .fapiao .msg .msgbox .r .sel .itm input {
            position: absolute;
            opacity: 0; }
          .pages_huikan .fapiao .msg .msgbox .r .sel .itm .t1 {
            color: #666666;
            font-size: 0.14rem;
            font-weight: 500;
            text-align: center; }
          .pages_huikan .fapiao .msg .msgbox .r .sel .itm .t2 {
            color: #666666;
            font-size: 0.14rem;
            text-align: center; }
        .pages_huikan .fapiao .msg .msgbox .r .sel .a {
          border: 0.01rem solid #0275D8;
          background: #F4FAFF; }
          .pages_huikan .fapiao .msg .msgbox .r .sel .a p {
            color: #0275D8 !important; }
  .pages_huikan .fapiao .msg .submitbox {
    width: 11.24rem;
    align-items: flex-start; }
    .pages_huikan .fapiao .msg .submitbox .btn {
      width: 1.6rem;
      height: 0.56rem;
      line-height: 0.54rem;
      font-size: 0.16rem;
      text-align: center;
      border: 0.01rem solid #F7F7FD;
      background: #F7F7FD;
      color: #0275D8;
      border-radius: 0.08rem;
      cursor: pointer; }
    .pages_huikan .fapiao .msg .submitbox .red {
      color: #FF3030;
      font-size: 0.16rem; }
    .pages_huikan .fapiao .msg .submitbox .submit {
      border: 0.01rem solid #0275D8;
      background: #0275D8;
      color: #fff;
      transition: 0.3s;
      margin-left: 0.16rem; }
      .pages_huikan .fapiao .msg .submitbox .submit:hover {
        background: #fff;
        color: #0275D8;
        transition: 0.3s; }

.pages_huikan .sq_list {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.54rem; }
  .pages_huikan .sq_list .ptit .r span {
    color: #00a0e9;
    font-size: 0.16rem; }
  .pages_huikan .sq_list .table-box {
    width: 100%; }
    .pages_huikan .sq_list .table-box table {
      width: 100%;
      border-radius: 0.1rem;
      border: 0.01rem solid #F1F2F4;
      border-collapse: collapse;
      table-layout: fixed; }
      .pages_huikan .sq_list .table-box table thead {
        height: 0.72rem;
        background: #369FF91A; }
      .pages_huikan .sq_list .table-box table tbody .w1 {
        width: 4rem; }
      .pages_huikan .sq_list .table-box table tbody tr {
        height: 0.72rem;
        border-top: 0.01rem solid #F1F2F4; }
        .pages_huikan .sq_list .table-box table tbody tr:hover {
          background: #F0F0F080; }
      .pages_huikan .sq_list .table-box table tbody td {
        font-size: 0.16rem; }
        .pages_huikan .sq_list .table-box table tbody td .blue {
          color: #0275D8; }
        .pages_huikan .sq_list .table-box table tbody td .red {
          color: #FF3030; }
        .pages_huikan .sq_list .table-box table tbody td .img {
          display: block;
          margin: auto;
          width: 0.66rem;
          height: 0.44rem;
          border-radius: 0.04rem; }
        .pages_huikan .sq_list .table-box table tbody td .anniu {
          justify-content: center; }
          .pages_huikan .sq_list .table-box table tbody td .anniu .btn {
            width: 0.96rem;
            height: 0.37rem;
            line-height: 0.37rem;
            text-align: center;
            border-radius: 0.04rem;
            color: #FF3030;
            font-size: 0.14rem; }
          .pages_huikan .sq_list .table-box table tbody td .anniu .b1 {
            background: #0275D8;
            border: 0.01rem solid #0275D8;
            color: #fff;
            transition: 0.3s;
            line-height: 0.35rem; }
            .pages_huikan .sq_list .table-box table tbody td .anniu .b1:hover {
              color: #0275D8;
              background: #fff;
              transition: 0.3s; }

.pages_huikan_czx .daohang p {
  color: #FF3030 !important; }

.pages_huikan_czx .ptit a {
  display: none !important; }

.pages_huikan_czx thead {
  height: 0.72rem;
  background: #FFF3F3 !important; }

.pages_meiban .fapiao {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.31rem;
  margin-top: 0.24rem; }
  .pages_meiban .fapiao .msg .msgbox {
    align-items: flex-start; }
    .pages_meiban .fapiao .msg .msgbox .fapiao_from {
      width: 11.24rem;
      border: 0.01rem solid #A8A7AE33;
      border-radius: 0.12rem;
      padding: 0 0.32rem;
      box-sizing: border-box;
      padding-bottom: 0.24rem;
      margin-bottom: 0.26rem; }
      .pages_meiban .fapiao .msg .msgbox .fapiao_from .ipt > p {
        padding-top: 0.24rem;
        padding-bottom: 0.12rem;
        font-size: 0.16rem; }
        .pages_meiban .fapiao .msg .msgbox .fapiao_from .ipt > p span {
          color: #FF3030; }
      .pages_meiban .fapiao .msg .msgbox .fapiao_from .ipt label {
        position: relative; }
        .pages_meiban .fapiao .msg .msgbox .fapiao_from .ipt label input {
          position: absolute;
          opacity: 0; }
        .pages_meiban .fapiao .msg .msgbox .fapiao_from .ipt label img {
          width: 3.38rem;
          height: 1.54rem; }
        .pages_meiban .fapiao .msg .msgbox .fapiao_from .ipt label p {
          color: #ACACAC;
          font-size: 0.16rem;
          margin-top: 0.16rem; }
      .pages_meiban .fapiao .msg .msgbox .fapiao_from .ipt input {
        width: 3.38rem;
        height: 0.58rem;
        border-radius: 0.08rem;
        border: 0.01rem solid #EFEFEF;
        padding: 0 0.24rem;
        font-size: 0.16rem; }
      .pages_meiban .fapiao .msg .msgbox .fapiao_from .margin_l {
        margin-left: 0.24rem; }
    .pages_meiban .fapiao .msg .msgbox .r {
      width: 3.6rem;
      border: 0.01rem solid #A8A7AE33;
      border-radius: 0.12rem;
      padding: 0 0.16rem; }
      .pages_meiban .fapiao .msg .msgbox .r .tit {
        margin: 0 0.08rem;
        padding-top: 0.2rem;
        border-bottom: 0.01rem solid #A8A7AE33; }
        .pages_meiban .fapiao .msg .msgbox .r .tit .t1 {
          color: #2C2C2C;
          font-weight: 500;
          font-size: 0.18rem;
          padding-bottom: 0.06rem; }
        .pages_meiban .fapiao .msg .msgbox .r .tit .t2 {
          color: #666666;
          font-size: 0.14rem;
          padding-bottom: 0.12rem; }
      .pages_meiban .fapiao .msg .msgbox .r .sel {
        padding: 0.2rem 0;
        padding-bottom: 0.04rem; }
        .pages_meiban .fapiao .msg .msgbox .r .sel .itm {
          width: 0.925rem;
          height: 0.7rem;
          border-radius: 0.08rem;
          margin: 0 0.08rem;
          border: 0.01rem solid #A8A7AE33;
          position: relative;
          padding: 0.12rem;
          box-sizing: border-box;
          margin-bottom: 0.14rem;
          cursor: pointer; }
          .pages_meiban .fapiao .msg .msgbox .r .sel .itm input {
            position: absolute;
            opacity: 0; }
          .pages_meiban .fapiao .msg .msgbox .r .sel .itm .t1 {
            color: #666666;
            font-size: 0.14rem;
            font-weight: 500;
            text-align: center; }
          .pages_meiban .fapiao .msg .msgbox .r .sel .itm .t2 {
            color: #666666;
            font-size: 0.14rem;
            text-align: center; }
        .pages_meiban .fapiao .msg .msgbox .r .sel .a {
          border: 0.01rem solid #0275D8;
          background: #F4FAFF; }
          .pages_meiban .fapiao .msg .msgbox .r .sel .a p {
            color: #0275D8 !important; }
  .pages_meiban .fapiao .msg .submitbox {
    width: 11.24rem;
    align-items: flex-start; }
    .pages_meiban .fapiao .msg .submitbox .btn {
      width: 1.6rem;
      height: 0.56rem;
      line-height: 0.54rem;
      font-size: 0.16rem;
      text-align: center;
      border: 0.01rem solid #F7F7FD;
      background: #F7F7FD;
      color: #0275D8;
      border-radius: 0.08rem;
      cursor: pointer; }
    .pages_meiban .fapiao .msg .submitbox .red {
      color: #FF3030;
      font-size: 0.16rem; }
    .pages_meiban .fapiao .msg .submitbox .submit {
      border: 0.01rem solid #0275D8;
      background: #0275D8;
      color: #fff;
      transition: 0.3s;
      margin-left: 0.16rem; }
      .pages_meiban .fapiao .msg .submitbox .submit:hover {
        background: #fff;
        color: #0275D8;
        transition: 0.3s; }

.pages_meiban .sq_list {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.54rem; }
  .pages_meiban .sq_list .ptit .r span {
    color: #00a0e9;
    font-size: 0.16rem; }
  .pages_meiban .sq_list .table-box {
    width: 100%; }
    .pages_meiban .sq_list .table-box table {
      width: 100%;
      border-radius: 0.1rem;
      border: 0.01rem solid #F1F2F4;
      border-collapse: collapse;
      table-layout: fixed; }
      .pages_meiban .sq_list .table-box table thead {
        height: 0.72rem;
        background: #369FF91A; }
      .pages_meiban .sq_list .table-box table tbody .w1 {
        width: 4rem; }
      .pages_meiban .sq_list .table-box table tbody tr {
        height: 0.72rem;
        border-top: 0.01rem solid #F1F2F4; }
        .pages_meiban .sq_list .table-box table tbody tr:hover {
          background: #F0F0F080; }
      .pages_meiban .sq_list .table-box table tbody td {
        font-size: 0.16rem;text-align: center; }
        .pages_meiban .sq_list .table-box table tbody td .blue {
          color: #0275D8; }
        .pages_meiban .sq_list .table-box table tbody td .red {
          color: #FF3030; }
        .pages_meiban .sq_list .table-box table tbody td .img {
          display: block;
          margin: auto;
          width: 0.66rem;
          height: 0.44rem;
          border-radius: 0.04rem; }
        .pages_meiban .sq_list .table-box table tbody td .anniu {
          justify-content: center; }
          .pages_meiban .sq_list .table-box table tbody td .anniu .btn {
            width: 0.96rem;
            height: 0.37rem;
            line-height: 0.37rem;
            text-align: center;
            border-radius: 0.04rem;
            color: #FF3030;
            font-size: 0.14rem; }
          .pages_meiban .sq_list .table-box table tbody td .anniu .b1 {
            background: #0275D8;
            border: 0.01rem solid #0275D8;
            color: #fff;
            transition: 0.3s;
            line-height: 0.35rem; }
            .pages_meiban .sq_list .table-box table tbody td .anniu .b1:hover {
              color: #0275D8;
              background: #fff;
              transition: 0.3s; }

.pages_meiban_czx .daohang p {
  color: #FF3030 !important; }

.pages_meiban_czx .ptit a {
  display: none !important; }

.pages_meiban_czx thead {
  height: 0.72rem;
  background: #FFF3F3 !important; }

.pages_zhanweifei .order_list1 {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.31rem;
  margin-top: 0.24rem; }
  .pages_zhanweifei .order_list1 .msg .table-box {
    width: 100%;
    border-radius: 0.12rem;
    overflow: hidden; }
    .pages_zhanweifei .order_list1 .msg .table-box .heji {
      justify-content: flex-end;
      margin-top: 0.24rem; }
      .pages_zhanweifei .order_list1 .msg .table-box .heji .t2 {
        margin-left: 0.28rem;
        width: 1.42rem;
        height: 0.54rem;
        border: none;
        line-height: 0.54rem;
        border-radius: 0.1rem;
        background: #fff;
        border: 0.01rem solid #0275D8;
        font-size: 0.16rem;
        justify-content: center; }
        .pages_zhanweifei .order_list1 .msg .table-box .heji .t2 p {
          color: #0275D8; }
        .pages_zhanweifei .order_list1 .msg .table-box .heji .t2 img {
          width: 0.24rem;
          height: 0.24rem;
          transition: 0.3s;
          margin-left: 0.05rem; }
        .pages_zhanweifei .order_list1 .msg .table-box .heji .t2:hover img {
          transform: translateX(0.05rem);
          transition: 0.3s; }
      .pages_zhanweifei .order_list1 .msg .table-box .heji .t3 {
        margin-left: 0.28rem;
        width: 1.42rem;
        height: 0.54rem;
        border: none;
        line-height: 0.52rem;
        border-radius: 0.1rem;
        background: #0275D8;
        border: 0.01rem solid #0275D8;
        font-size: 0.16rem;
        justify-content: center;
        color: #fff;
        transition: 0.3s; }
        .pages_zhanweifei .order_list1 .msg .table-box .heji .t3:hover {
          background: #fff;
          color: #0275D8;
          transition: 0.3s; }
    .pages_zhanweifei .order_list1 .msg .table-box table {
      width: 100%;
      border: 0.01rem solid #F1F2F4;
      border-collapse: collapse; }
      .pages_zhanweifei .order_list1 .msg .table-box table thead {
        height: 0.72rem;
        background: #369FF91A; }
        .pages_zhanweifei .order_list1 .msg .table-box table thead .thbox_all {
          width: 1rem; }
          .pages_zhanweifei .order_list1 .msg .table-box table thead .thbox_all .selbox {
            position: relative; }
            .pages_zhanweifei .order_list1 .msg .table-box table thead .thbox_all .selbox input {
              position: absolute;
              opacity: 0; }
            .pages_zhanweifei .order_list1 .msg .table-box table thead .thbox_all .selbox img {
              width: 0.24rem;
              height: 0.24rem;
              display: block;
              margin: auto;
              align-items: center; }
            .pages_zhanweifei .order_list1 .msg .table-box table thead .thbox_all .selbox .i1 {
              display: block; }
            .pages_zhanweifei .order_list1 .msg .table-box table thead .thbox_all .selbox .i2 {
              display: none; }
          .pages_zhanweifei .order_list1 .msg .table-box table thead .thbox_all .a .i1 {
            display: none !important; }
          .pages_zhanweifei .order_list1 .msg .table-box table thead .thbox_all .a .i2 {
            display: block !important; }
      .pages_zhanweifei .order_list1 .msg .table-box table tbody .thbox {
        width: 1rem; }
        .pages_zhanweifei .order_list1 .msg .table-box table tbody .thbox .selbox {
          position: relative; }
          .pages_zhanweifei .order_list1 .msg .table-box table tbody .thbox .selbox input {
            position: absolute;
            opacity: 0; }
          .pages_zhanweifei .order_list1 .msg .table-box table tbody .thbox .selbox img {
            width: 0.24rem;
            height: 0.24rem;
            display: block;
            margin: auto;
            align-items: center; }
          .pages_zhanweifei .order_list1 .msg .table-box table tbody .thbox .selbox .i1 {
            display: block; }
          .pages_zhanweifei .order_list1 .msg .table-box table tbody .thbox .selbox .i2 {
            display: none; }
        .pages_zhanweifei .order_list1 .msg .table-box table tbody .thbox .a .i1 {
          display: none !important; }
        .pages_zhanweifei .order_list1 .msg .table-box table tbody .thbox .a .i2 {
          display: block !important; }
      .pages_zhanweifei .order_list1 .msg .table-box table tbody tr {
        height: 0.72rem;
        border-top: 0.01rem solid #F1F2F4; }
        .pages_zhanweifei .order_list1 .msg .table-box table tbody tr:hover {
          background: #F0F0F080; }
      .pages_zhanweifei .order_list1 .msg .table-box table tbody td {
        font-size: 0.16rem; }
        .pages_zhanweifei .order_list1 .msg .table-box table tbody td .blue {
          color: #0275D8; }
        .pages_zhanweifei .order_list1 .msg .table-box table tbody td .red {
          color: #FF3030; }
        .pages_zhanweifei .order_list1 .msg .table-box table tbody td .down img {
          width: 0.22rem;
          height: 0.22rem; }
        .pages_zhanweifei .order_list1 .msg .table-box table tbody td .order_info {
          justify-content: center; }
          .pages_zhanweifei .order_list1 .msg .table-box table tbody td .order_info img {
            width: 0.44rem;
            height: 0.44rem;
            border-radius: 50%;
            margin-right: 0.08rem; }
          .pages_zhanweifei .order_list1 .msg .table-box table tbody td .order_info .rbox .t1 {
            font-size: 0.16rem;
            text-align: left; }
          .pages_zhanweifei .order_list1 .msg .table-box table tbody td .order_info .rbox .t2 {
            font-size: 0.12rem;
            color: #666666;
            text-align: left; }
        .pages_zhanweifei .order_list1 .msg .table-box table tbody td .anniu {
          justify-content: center; }
          .pages_zhanweifei .order_list1 .msg .table-box table tbody td .anniu .btn {
            width: 0.96rem;
            height: 0.37rem;
            line-height: 0.37rem;
            text-align: center;
            border-radius: 0.04rem;
            color: #FF3030;
            font-size: 0.14rem; }
          .pages_zhanweifei .order_list1 .msg .table-box table tbody td .anniu .b1 {
            background: #0275D8;
            border: 0.01rem solid #0275D8;
            color: #fff;
            transition: 0.3s;
            line-height: 0.35rem; }
            .pages_zhanweifei .order_list1 .msg .table-box table tbody td .anniu .b1:hover {
              color: #0275D8;
              background: #fff;
              transition: 0.3s; }
        .pages_zhanweifei .order_list1 .msg .table-box table tbody td .ipttxt input {
          background: none;
          height: 100%;
          text-align: center; }
        .pages_zhanweifei .order_list1 .msg .table-box table tbody td .iptnumber {
          justify-content: center; }
          .pages_zhanweifei .order_list1 .msg .table-box table tbody td .iptnumber img {
            width: 0.28rem;
            height: 0.28rem; }
          .pages_zhanweifei .order_list1 .msg .table-box table tbody td .iptnumber input {
            width: 0.42rem;
            height: 0.28rem;
            text-align: center;
            background: none;
            font-size: 0.16rem; }

.pages_zhanweifei .hb_addzw {
  position: fixed;
  width: 7.56rem;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
  border-radius: 0.16rem;
  padding-bottom: 0.24rem; }
  .pages_zhanweifei .hb_addzw .tit {
    padding-top: 0.42rem;
    padding-bottom: 0.4rem; }
    .pages_zhanweifei .hb_addzw .tit img {
      width: 0.52rem;
      height: 0.52rem;
      margin: auto;
      display: block; }
    .pages_zhanweifei .hb_addzw .tit p {
      font-size: 0.24rem;
      font-weight: 500;
      text-align: center; }
  .pages_zhanweifei .hb_addzw .iptbox {
    width: 6.6rem;
    height: 0.58rem;
    border-radius: 0.06rem;
    background: #FAFAFA;
    padding: 0 0.08rem;
    padding-left: 0.18rem;
    margin: auto; }
    .pages_zhanweifei .hb_addzw .iptbox button {
      width: 1.04rem;
      height: 0.46rem;
      border-radius: 0.06rem;
      background: #0275D8;
      color: #fff;
      text-align: center;
      font-size: 0.16rem;
      border: 0.01rem solid #0275D8;
      line-height: 0.44rem;
      transition: 0.3s; }
      .pages_zhanweifei .hb_addzw .iptbox button:hover {
        background: #fff;
        color: 0275D8; }
    .pages_zhanweifei .hb_addzw .iptbox input {
      width: calc(100% - 1.04rem);
      height: 100%;
      font-size: 0.16rem;
      background: none; }
  .pages_zhanweifei .hb_addzw .msgbox {
    width: 6.6rem;
    border-radius: 0.06rem;
    background: #FAFAFA;
    padding: 0.15rem 0.08rem;
    padding-left: 0.18rem;
    margin: auto;
    margin-top: 0.1rem;
    margin-bottom: 0.48rem; }
    .pages_zhanweifei .hb_addzw .msgbox p {
      padding: 0.05rem 0; }
  .pages_zhanweifei .hb_addzw .anniu {
    display: block;
    margin: auto;
    margin-top: 0.46rem;
    width: 1rem;
    height: 0.54rem;
    border-radius: 0.06rem;
    background: #0275D8;
    color: #fff;
    text-align: center;
    font-size: 0.16rem;
    border: 0.01rem solid #0275D8;
    line-height: 0.52rem;
    transition: 0.3s; }
    .pages_zhanweifei .hb_addzw .anniu:hover {
      background: #fff;
      color: #0275D8;
      transition: 0.3s; }
  .pages_zhanweifei .hb_addzw .cha {
    position: absolute;
    width: 0.26rem;
    height: 0.26rem;
    top: 0.2rem;
    right: 0.2rem; }

.pages_zhanweifei_next .order_list1 {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.31rem;
  margin-top: 0.24rem; }
  .pages_zhanweifei_next .order_list1 .msg .table-box {
    width: 100%;
    border-radius: 0.12rem;
    overflow: hidden; }
    .pages_zhanweifei_next .order_list1 .msg .table-box .heji {
      justify-content: flex-end;
      margin-top: 0.24rem; }
      .pages_zhanweifei_next .order_list1 .msg .table-box .heji .t1 {
        font-size: 0.16rem; }
      .pages_zhanweifei_next .order_list1 .msg .table-box .heji .t2 {
        font-size: 0.2rem;
        color: #FF3030; }
      .pages_zhanweifei_next .order_list1 .msg .table-box .heji .t3 {
        margin-left: 0.28rem;
        width: 1.42rem;
        height: 0.54rem;
        line-height: 0.54rem;
        border-radius: 0.1rem;
        border: none;
        background: #0275D8;
        font-size: 0.16rem;
        justify-content: center; }
        .pages_zhanweifei_next .order_list1 .msg .table-box .heji .t3 p {
          color: #fff; }
        .pages_zhanweifei_next .order_list1 .msg .table-box .heji .t3 img {
          width: 0.24rem;
          height: 0.24rem;
          transition: 0.3s;
          margin-left: 0.05rem; }
        .pages_zhanweifei_next .order_list1 .msg .table-box .heji .t3:hover img {
          transform: translateX(0.05rem);
          transition: 0.3s; }
    .pages_zhanweifei_next .order_list1 .msg .table-box table {
      width: 100%;
      border: 0.01rem solid #F1F2F4;
      border-collapse: collapse; }
      .pages_zhanweifei_next .order_list1 .msg .table-box table thead {
        height: 0.72rem;
        background: #369FF91A; }
      .pages_zhanweifei_next .order_list1 .msg .table-box table tbody tr {
        height: 0.72rem;
        border-top: 0.01rem solid #F1F2F4; }
        .pages_zhanweifei_next .order_list1 .msg .table-box table tbody tr:hover {
          background: #F0F0F080; }
      .pages_zhanweifei_next .order_list1 .msg .table-box table tbody td {
        font-size: 0.16rem;text-align: center; }
        .pages_zhanweifei_next .order_list1 .msg .table-box table tbody td .blue {
          color: #0275D8; }
        .pages_zhanweifei_next .order_list1 .msg .table-box table tbody td .red {
          color: #FF3030; }
        .pages_zhanweifei_next .order_list1 .msg .table-box table tbody td .down img {
          width: 0.22rem;
          height: 0.22rem; }
        .pages_zhanweifei_next .order_list1 .msg .table-box table tbody td .order_info {
          justify-content: center; }
          .pages_zhanweifei_next .order_list1 .msg .table-box table tbody td .order_info img {
            width: 0.44rem;
            height: 0.44rem;
            border-radius: 50%;
            margin-right: 0.08rem; }
          .pages_zhanweifei_next .order_list1 .msg .table-box table tbody td .order_info .rbox .t1 {
            font-size: 0.16rem;
            text-align: left; }
          .pages_zhanweifei_next .order_list1 .msg .table-box table tbody td .order_info .rbox .t2 {
            font-size: 0.12rem;
            color: #666666;
            text-align: left; }
        .pages_zhanweifei_next .order_list1 .msg .table-box table tbody td .anniu {
          justify-content: center; }
          .pages_zhanweifei_next .order_list1 .msg .table-box table tbody td .anniu .btn {
            width: 0.96rem;
            height: 0.37rem;
            line-height: 0.37rem;
            text-align: center;
            border-radius: 0.04rem;
            color: #FF3030;
            font-size: 0.14rem; }
          .pages_zhanweifei_next .order_list1 .msg .table-box table tbody td .anniu .b1 {
            background: #0275D8;
            border: 0.01rem solid #0275D8;
            color: #fff;
            transition: 0.3s;
            line-height: 0.35rem; }
            .pages_zhanweifei_next .order_list1 .msg .table-box table tbody td .anniu .b1:hover {
              color: #0275D8;
              background: #fff;
              transition: 0.3s; }
        .pages_zhanweifei_next .order_list1 .msg .table-box table tbody td .ipttxt input {
          background: none;
          height: 100%;
          text-align: center; }
        .pages_zhanweifei_next .order_list1 .msg .table-box table tbody td .iptnumber {
          justify-content: center; }
          .pages_zhanweifei_next .order_list1 .msg .table-box table tbody td .iptnumber img {
            width: 0.28rem;
            height: 0.28rem; }
          .pages_zhanweifei_next .order_list1 .msg .table-box table tbody td .iptnumber input {
            width: 0.42rem;
            height: 0.28rem;
            text-align: center;
            background: none;
            font-size: 0.16rem; }

.pages_shigong .zhxx_from2 {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.54rem;
  margin-top: 0.24rem; }
  .pages_shigong .zhxx_from2 .ptit .red {
    color: #FF3030;
    padding-left: 0.06rem; }
  .pages_shigong .zhxx_from2 .upimg_from {
    border-top: 0.01rem solid #E7E7E7;
    padding-top: 0.34rem; }
    .pages_shigong .zhxx_from2 .upimg_from .iptbox1 {
      margin-bottom: 0.32rem; }
      .pages_shigong .zhxx_from2 .upimg_from .iptbox1 .ipt_tit {
        font-size: 0.16rem;
        padding-bottom: 0.12rem; }
        .pages_shigong .zhxx_from2 .upimg_from .iptbox1 .ipt_tit span {
          color: #FF3030; }
      .pages_shigong .zhxx_from2 .upimg_from .iptbox1 .ipt {
        width: 4.87rem;
        height: 0.58rem;
        border-radius: 0.08rem;
        border: 0.01rem solid #EFEFEF;
        padding: 0 0.16rem;
        flex-wrap: nowrap;
        display: flex;
        align-items: center; }
        .pages_shigong .zhxx_from2 .upimg_from .iptbox1 .ipt input {
          height: 100%;
          width: 100%;
          font-size: 0.16rem; }
        .pages_shigong .zhxx_from2 .upimg_from .iptbox1 .ipt p {
          display: block;
          width: 1rem;
          color: #919099;
          font-size: 0.16rem;
          text-align: right; }
        .pages_shigong .zhxx_from2 .upimg_from .iptbox1 .ipt select {
          width: 100%;
          height: 100%;
          border: none; }
        .pages_shigong .zhxx_from2 .upimg_from .iptbox1 .ipt .lookimg {
          width: 0.3rem;
          height: 0.3rem; }
      .pages_shigong .zhxx_from2 .upimg_from .iptbox1 .radio {
        width: 4.87rem;
        height: 0.58rem;
        border-radius: 0.08rem;
        border: 0.01rem solid #EFEFEF;
        padding: 0 0.16rem; }
        .pages_shigong .zhxx_from2 .upimg_from .iptbox1 .radio .itm {
          position: relative;
          display: flex;
          align-items: center;
          margin-right: 0.28rem; }
          .pages_shigong .zhxx_from2 .upimg_from .iptbox1 .radio .itm:last-child {
            margin-right: 0; }
          .pages_shigong .zhxx_from2 .upimg_from .iptbox1 .radio .itm img {
            width: 0.2rem;
            height: 0.2rem;
            margin-right: 0.08rem; }
          .pages_shigong .zhxx_from2 .upimg_from .iptbox1 .radio .itm .i1 {
            display: block; }
          .pages_shigong .zhxx_from2 .upimg_from .iptbox1 .radio .itm .i2 {
            display: none; }
          .pages_shigong .zhxx_from2 .upimg_from .iptbox1 .radio .itm span {
            color: #919099; }
        .pages_shigong .zhxx_from2 .upimg_from .iptbox1 .radio .a .i1 {
          display: none; }
        .pages_shigong .zhxx_from2 .upimg_from .iptbox1 .radio .a .i2 {
          display: block; }
        .pages_shigong .zhxx_from2 .upimg_from .iptbox1 .radio .a span {
          color: #0275D8; }
      .pages_shigong .zhxx_from2 .upimg_from .iptbox1 .ipt_tow {
        width: 4.87rem;
        height: 0.58rem; }
        .pages_shigong .zhxx_from2 .upimg_from .iptbox1 .ipt_tow .itm {
          width: 2.31rem;
          height: 0.58rem;
          border-radius: 0.08rem;
          border: 0.01rem solid #EFEFEF;
          padding-right: 0.16rem; }
          .pages_shigong .zhxx_from2 .upimg_from .iptbox1 .ipt_tow .itm .l {
            width: 0.48rem;
            text-align: center;
            line-height: 0.56rem;
            border-right: 0.01rem solid #EFEFEF;
            font-size: 0.16rem; }
          .pages_shigong .zhxx_from2 .upimg_from .iptbox1 .ipt_tow .itm input {
            font-size: 0.16rem;
            padding-left: 0.16rem;
            width: calc(100% - 0.50rem); }
          .pages_shigong .zhxx_from2 .upimg_from .iptbox1 .ipt_tow .itm .r {
            font-size: 0.16rem; }
    .pages_shigong .zhxx_from2 .upimg_from .iptbox {
      margin-bottom: 0.32rem; }
      .pages_shigong .zhxx_from2 .upimg_from .iptbox .ipt_tit {
        font-size: 0.16rem;
        padding-bottom: 0.12rem; }
        .pages_shigong .zhxx_from2 .upimg_from .iptbox .ipt_tit span {
          color: #FF3030; }
      .pages_shigong .zhxx_from2 .upimg_from .iptbox .ipt {
        position: relative; }
        .pages_shigong .zhxx_from2 .upimg_from .iptbox .ipt img {
          width: 1.54rem;
          height: 1.54rem;
          display: block;
          border-radius: 0.08rem; }
        .pages_shigong .zhxx_from2 .upimg_from .iptbox .ipt p {
          color: #ACACAC;
          font-size: 0.16rem;
          margin-top: 0.16rem; }
        .pages_shigong .zhxx_from2 .upimg_from .iptbox .ipt input {
          position: absolute;
          opacity: 0; }
  .pages_shigong .zhxx_from2 .anniu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.2rem; }
    .pages_shigong .zhxx_from2 .anniu .btn {
      cursor: pointer;
      height: 0.56rem;
      line-height: 0.56rem;
      text-align: center;
      border-radius: 0.1rem;
      font-size: 0.16rem; }
    .pages_shigong .zhxx_from2 .anniu .b1 {
      width: 2.28rem;
      background: #F1F1F1;
      color: #8E8E8E;
      margin-right: 0.12rem; }
    .pages_shigong .zhxx_from2 .anniu .b2 {
      width: 4.52rem;
      background: #0275D8;
      line-height: 0.54rem;
      border: 0.01rem solid #0275D8;
      color: #fff;
      transition: 0.3s; }
      .pages_shigong .zhxx_from2 .anniu .b2:hover {
        color: #0275D8;
        background: #fff;
        transition: 0.3s; }
    .pages_shigong .zhxx_from2 .anniu .b3 {
      width: 2.28rem;
      background: #fff;
      line-height: 0.54rem;
      border: 0.01rem solid #0275D8;
      color: #0275D8;
      transition: 0.3s;
      margin-right: 0.12rem; }
      .pages_shigong .zhxx_from2 .anniu .b3:hover {
        color: #fff;
        background: #0275D8;
        transition: 0.3s; }

.pages_shigong .sq_list {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.54rem; }
  .pages_shigong .sq_list .table-box {
    width: 100%; }
    .pages_shigong .sq_list .table-box table {
      width: 100%;
      border-radius: 0.1rem;
      border: 0.01rem solid #F1F2F4;
      border-collapse: collapse; }
      .pages_shigong .sq_list .table-box table thead {
        height: 0.72rem;
        background: #369FF91A; }
      .pages_shigong .sq_list .table-box table tbody tr {
        height: 0.72rem;
        border-top: 0.01rem solid #F1F2F4; }
        .pages_shigong .sq_list .table-box table tbody tr:hover {
          background: #F0F0F080; }
      .pages_shigong .sq_list .table-box table tbody td {
        font-size: 0.16rem;text-align: center; }
        .pages_shigong .sq_list .table-box table tbody td img {
          width: 0.4rem;
          height: 0.4rem; }
        .pages_shigong .sq_list .table-box table tbody td .blue {
          color: #0275D8; }
        .pages_shigong .sq_list .table-box table tbody td .red {
          color: #FF3030; }
        .pages_shigong .sq_list .table-box table tbody td .anniu {
          justify-content: center; }
          .pages_shigong .sq_list .table-box table tbody td .anniu .btn {
            width: 0.96rem;
            height: 0.37rem;
            line-height: 0.37rem;
            text-align: center;
            border-radius: 0.04rem;
            color: #FF3030;
            font-size: 0.14rem; }
          .pages_shigong .sq_list .table-box table tbody td .anniu .b1 {
            background: #0275D8;
            border: 0.01rem solid #0275D8;
            color: #fff;
            transition: 0.3s;
            line-height: 0.35rem; }
            .pages_shigong .sq_list .table-box table tbody td .anniu .b1:hover {
              color: #0275D8;
              background: #fff;
              transition: 0.3s; }

.pages_shigong .sq_detail {
  padding: 0 0.32rem;
  padding-top: 0.04rem;
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding-bottom: 0.54rem; }
  .pages_shigong .sq_detail .ptit .r img {
    width: 0.22rem;
    height: 0.22rem;
    margin-right: 0.06rem; }
  .pages_shigong .sq_detail .ptit .r span {
    font-size: 0.16rem; }
  .pages_shigong .sq_detail .detail_all .itm2 {
    width: 4.66rem !important;
    margin-left: 0.24rem; }
  .pages_shigong .sq_detail .detail_all .itm3 {
    width: 6.28rem !important;
    margin-left: 0.24rem; }
    .pages_shigong .sq_detail .detail_all .itm3 .itm_txtbox .itm_txt {
      width: 50%; }
      .pages_shigong .sq_detail .detail_all .itm3 .itm_txtbox .itm_txt p {
        font-size: 0.14rem; }
        .pages_shigong .sq_detail .detail_all .itm3 .itm_txtbox .itm_txt p:first-child {
          width: 2.12rem !important;
          margin-right: 0.1rem; }
  .pages_shigong .sq_detail .detail_all .itm {
    width: 3.74rem;
    border-radius: 0.12rem;
    border: 0.01rem solid #A8A7AE33;
    padding: 0 0.24rem;
    padding-bottom: 0.2rem; }
    .pages_shigong .sq_detail .detail_all .itm .itm_tit {
      padding-top: 0.2rem;
      padding-bottom: 0.18rem;
      font-size: 0.18rem;
      border-bottom: 0.01rem solid #A8A7AE33;
      margin-bottom: 0.2rem; }
    .pages_shigong .sq_detail .detail_all .itm .itm_txt {
      display: flex;
      align-items: center;
      margin-bottom: 0.16rem; }
      .pages_shigong .sq_detail .detail_all .itm .itm_txt:last-child {
        margin-bottom: 0; }
      .pages_shigong .sq_detail .detail_all .itm .itm_txt p {
        font-size: 0.14rem; }
        .pages_shigong .sq_detail .detail_all .itm .itm_txt p:first-child {
          width: 1.12rem;
          margin-right: 0.1rem; }
        .pages_shigong .sq_detail .detail_all .itm .itm_txt p:last-child {
          width: calc(100% - 1.22rem); }
  .pages_shigong .sq_detail .upimg_from {
    border-top: 0.01rem solid #E7E7E7;
    padding-top: 0.34rem; }
    .pages_shigong .sq_detail .upimg_from .iptbox {
      margin-bottom: 0.32rem; }
      .pages_shigong .sq_detail .upimg_from .iptbox .ipt_tit {
        font-size: 0.16rem;
        padding-bottom: 0.12rem; }
        .pages_shigong .sq_detail .upimg_from .iptbox .ipt_tit span {
          color: #FF3030; }
      .pages_shigong .sq_detail .upimg_from .iptbox .ipt {
        position: relative;
        width: 1.54rem;
        height: 1.54rem; }
        .pages_shigong .sq_detail .upimg_from .iptbox .ipt img {
          width: 1.54rem;
          height: 1.54rem;
          display: block;
          border-radius: 0.08rem; }
        .pages_shigong .sq_detail .upimg_from .iptbox .ipt p {
          color: #ACACAC;
          font-size: 0.16rem;
          margin-top: 0.16rem; }
        .pages_shigong .sq_detail .upimg_from .iptbox .ipt .lookimg {
          position: absolute;
          bottom: 0;
          right: 0;
          z-index: 2;
          width: 0.3rem;
          height: 0.3rem; }
      .pages_shigong .sq_detail .upimg_from .iptbox .ipt1 {
        position: relative; }
        .pages_shigong .sq_detail .upimg_from .iptbox .ipt1 img {
          width: 1.54rem;
          height: 1.54rem;
          display: block;
          border-radius: 0.08rem; }
        .pages_shigong .sq_detail .upimg_from .iptbox .ipt1 p {
          color: #ACACAC;
          font-size: 0.16rem;
          margin-top: 0.16rem; }
        .pages_shigong .sq_detail .upimg_from .iptbox .ipt1 input {
          position: absolute;
          opacity: 0; }
  .pages_shigong .sq_detail .anniu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.2rem; }
    .pages_shigong .sq_detail .anniu .btn {
      cursor: pointer;
      height: 0.56rem;
      line-height: 0.56rem;
      text-align: center;
      border-radius: 0.1rem;
      font-size: 0.16rem; }
    .pages_shigong .sq_detail .anniu .b1 {
      width: 2.28rem;
      background: #F1F1F1;
      color: #8E8E8E;
      margin-right: 0.12rem; }
    .pages_shigong .sq_detail .anniu .b2 {
      width: 4.52rem;
      background: #0275D8;
      line-height: 0.54rem;
      border: 0.01rem solid #0275D8;
      color: #fff;
      transition: 0.3s; }
      .pages_shigong .sq_detail .anniu .b2:hover {
        color: #0275D8;
        background: #fff;
        transition: 0.3s; }
    .pages_shigong .sq_detail .anniu .b3 {
      width: 2.28rem;
      background: #F7F7FD;
      line-height: 0.54rem;
      border: 0.01rem solid #F7F7FD;
      color: #0275D8;
      transition: 0.3s;
      margin-right: 0.12rem; }

.pages_shigong .hb_img {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 6rem;
  height: 6rem;
  z-index: 10; }
  .pages_shigong .hb_img img {
    width: 6rem;
    height: 6rem; }
