﻿.header {
  background: url("../images/banner.jpg") center top/cover no-repeat;
  padding: 0;
  height: 150px;
  width: 1200px;
  margin: 0 auto; }
  .header img {
    width: 100%; }
  .header .subTit {
    display: none;
    padding-left: 40px;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 32px;
    text-shadow: 3px 3px 0 rgba(95, 95, 95, 0.7); }
  .header .tit {
    display: none;
    padding-left: 40px;
    font-size: 32px;
    font-weight: bold;
    line-height: 48px;
    text-shadow: 3px 3px 0 rgba(95, 95, 95, 0.7); }

.footer {
  min-width: 1200px;
  padding: .25rem 0;
  background: #72b5ff;
  text-align: center;
  color: white;
  line-height: 1.5;
  font-size: .75rem; }
  .footer .copyright span {
    margin: 0 2px; }

.bodyContent {
  margin: 20px auto;
  background: white;
  min-height: calc(100vh - 235px); }

.btmBtnWarp {
  margin-top: 20px;
  text-align: center; }
  .btmBtnWarp .btn {
    margin: 0 20px;
    min-width: 132px;
    line-height: 34px;
    color: white;
    border-radius: 4px;
    border: 1px solid transparent; }
  .btmBtnWarp .btn-primary {
    background: #72b5ff; }
    .btmBtnWarp .btn-primary:hover {
      background: transparent;
      color: #72b5ff;
      border-color: #72b5ff; }
  .btmBtnWarp .btn-success {
    background: #43cf7c; }
    .btmBtnWarp .btn-success:hover {
      background: transparent;
      color: #43cf7c;
      border-color: #43cf7c; }
  .btmBtnWarp .btn-outline-info {
    color: #808080;
    border-color: #808080;
    background: white; }
    .btmBtnWarp .btn-outline-info:hover {
      background: #808080;
      color: white;
      border-color: transparent; }

.normalInfo {
  padding-bottom: 1rem; }
  .normalInfo span + span {
    margin-left: 20px; }
  .normalInfo .strong {
    font-size: 20px;
    font-weight: bold; }

.postNormalInfo .strong {
  font-size: 20px;
  font-weight: bold; }

.asideWarp {
  padding: 20px;
  background: white;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.17);
  padding-bottom: 5rem; }
  .asideWarp .item {
    position: relative;
    margin-bottom: 30px;
    padding-left: 20px; }
    .asideWarp .item a {
      cursor: pointer;
      color: currentColor;
      color: inherit; }
    .asideWarp .item:before {
      content: '';
      width: 1px;
      position: absolute;
      top: .5em;
      left: -1px;
      bottom: -37px;
      border-left: 2px dotted #E5E5E5; }
    .asideWarp .item:after {
      content: '';
      width: .5rem;
      height: .5rem;
      border-radius: 100px;
      position: absolute;
      z-index: 3;
      top: .5em;
      left: -.25rem;
      background: currentColor; }
    .asideWarp .item.text-success:after {
      background-color: #43cf7c; }
    .asideWarp .item.text-warning:after {
      background-color: #ff8d1a; }
    .asideWarp .item:last-of-type {
      margin-bottom: 0; }
      .asideWarp .item:last-of-type:before {
        display: none; }

.flex-center, .homePage .list .top, .homePage .list .desc, .formPage .formBox .formItem, .formPage .formBox .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.tip {
  padding: 20px;
  color: #ff5733;
  font-weight: bold; }

.form-group .form-control {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.homePage .list {
  padding: 20px 0; }
  .homePage .list .item {
    padding: 20px 32px;
    background-color: white;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.17);
            box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.17);
    margin-bottom: 20px; }
  .homePage .list .top {
    margin-bottom: .5rem; }
  .homePage .list .tit {
    color: #72b5ff;
    font-size: 22px;
    max-width: 1000px; }
  .homePage .list .desc {
    line-height: 2;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .homePage .list label {
    margin-bottom: 0; }
  .homePage .list .btn {
    padding: 0;
    border-radius: 100px;
    width: 108px;
    color: white;
    border-color: transparent; }
    .homePage .list .btn.btn1 {
      background: #43cf7c; }
      .homePage .list .btn.btn1:hover {
        background: white;
        color: #43cf7c;
        border-color: #43cf7c; }
    .homePage .list .btn.btn2 {
      background: #ff8d1a; }
      .homePage .list .btn.btn2:hover {
        background: white;
        color: #ff8d1a;
        border-color: #ff8d1a; }
    .homePage .list .btn.btn3 {
      background: #ff5733; }
      .homePage .list .btn.btn3:hover {
        background: white;
        color: #ff5733;
        border-color: #ff5733; }
    .homePage .list .btn.btn4 {
      background: #72b5ff; }
      .homePage .list .btn.btn4:hover {
        background: white;
        color: #72b5ff;
        border-color: #72b5ff; }
    .homePage .list .btn.btn5 {
      background: #808080; }
      .homePage .list .btn.btn5:hover {
        background: white;
        color: #808080;
        border-color: #808080; }

.detailPage .div {
  padding: 0 30px; }

.detailPage .content {
  padding: 20px 35px;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.17); }
  .detailPage .content .detailTit {
    color: #383838;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px; }
  .detailPage .content .item + .item {
    margin-top: 20px; }
  .detailPage .content .tit {
    border-radius: 100px;
    background: #72b5ff;
    color: white;
    line-height: 36px;
    display: inline-block;
    min-width: 132px;
    text-align: center;
    margin-bottom: 14px; }
  .detailPage .content .desc {
    line-height: 2; }
  .detailPage .content .linkBtn {
    margin-left: 1rem;
    color: #72b5ff; }
    .detailPage .content .linkBtn:hover {
      color: #72b5ff;
      text-decoration: underline; }
  .detailPage .content .linkItem {
    color: #72b5ff; }
    .detailPage .content .linkItem + .linkItem {
      margin-left: 80px; }
  .detailPage .content .d-flex .desc + .desc {
    margin-left: 40px; }
  .detailPage .content .pre {
    word-break: break-all;
    max-width: 100%;
    overflow: hidden;
    line-height: 2; }

.detailPage .btmBtnWarp .test-btn {
  margin-left: 17% !important; }

.detailPage .modal-dialog label {
  padding-top: 0; }

.detailPage .modal-dialog .modal-body {
  padding-bottom: 0; }

.detailPage .modal-dialog .modal-footer {
  padding-top: 0;
  display: block; }

.detailPage .modal-dialog .btn {
  width: 100%;
  height: 36px;
  display: block; }

.detailPage .modal-dialog .forget {
  text-align: right;
  color: #72b5ff;
  margin-top: .75rem;
  display: block; }

.detailPage .form-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5rem 0;
  border: 1px solid #a6a6a6;
  border-radius: 5px; }
  .detailPage .form-wrapper .form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.detailPage .hide {
  display: none; }

.detailPage .form-g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .detailPage .form-g .item.item {
    padding-left: 1.5rem;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .detailPage .form-g .item.item label {
      text-align: right;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 5em;
              flex: 0 0 5em; }

.detailPage .form-g + .form-g {
  margin-bottom: 0px; }

.detailPage .btnRight {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2rem;
  width: 250px;
  height: 100px;
  font-size: 1.3rem; }

.detailPage .len-btn {
  width: 11em;
  line-height: 38px; }

.formPage b {
  color: #808080; }

.formPage td {
  padding: 0 5px !important;
  line-height: 30px !important; }

.formPage .bodyContent {
  background: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.formPage .formWarp {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .formPage .formWarp .tip {
    width: 100%; }
  .formPage .formWarp > .tip {
    color: #ff5733;
    font-weight: bold;
    padding: 0 40px;
    font-size: 1rem; }
  .formPage .formWarp .tip .content {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .formPage .formWarp .content {
    display: block;
    width: 100%; }

.formPage .formBox {
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 20px;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.17);
  background-color: white;
  /*.form-group {
      margin-bottom: 10px;

      .col-form-label {
        padding: 0;
      }

      .form-control {
        height: 24px;
        line-height: 24px;
        padding: 0 .75rem;
      }
    }*/ }
  .formPage .formBox .formItem {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .formPage .formBox .form-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    margin-right: 50px; }
    .formPage .formBox .form-group .len-label {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 10em;
              flex: 0 0 10em; }
  .formPage .formBox .col-form-label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6em;
            flex: 0 0 6em; }
  .formPage .formBox .tableWarp {
    display: block; }
    .formPage .formBox .tableWarp thead th {
      text-align: center;
      padding: .5em; }
    .formPage .formBox .tableWarp tbody td {
      padding: 0; }
    .formPage .formBox .tableWarp .input {
      -webkit-box-shadow: none;
              box-shadow: none;
      width: 100%;
      padding: .5em;
      border: none; }
      .formPage .formBox .tableWarp .input:focus {
        -webkit-box-shadow: none;
                box-shadow: none;
        border: none;
        outline: none; }
  .formPage .formBox .checkWarp {
    display: block; }
    .formPage .formBox .checkWarp .custom-checkbox .custom-control-label::before {
      border-radius: 100px; }
    .formPage .formBox .checkWarp .custom-control-input:focus ~ .custom-control-label::before {
      -webkit-box-shadow: none;
              box-shadow: none; }
    .formPage .formBox .checkWarp .custom-control-input:checked ~ .custom-control-label::before {
      border-color: #ff5733;
      background-color: #ff5733;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .formPage .formBox .checkWarp .check-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin: 10px -20px 0; }
    .formPage .formBox .checkWarp .custom-control {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      margin: 0 20px 10px; }
  .formPage .formBox .formSubTit {
    color: #383838;
    font-size: 18px;
    display: block;
    width: 100%;
    font-weight: bold;
    margin-bottom: 20px; }
  .formPage .formBox .txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #ff8d1a; }
  .formPage .formBox .tip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
    font-weight: normal; }
    .formPage .formBox .tip .label {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 3em;
              flex: 0 0 3em; }
  .formPage .formBox .f-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .formPage .formBox .refresh {
    cursor: pointer;
    position: relative;
    top: 2px; }
  .formPage .formBox .codeImg {
    display: inline-block;
    height: 26px;
    width: 80px;
    vertical-align: -10px; }

.tablePage .bodyContent {
  background: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.tablePage .tableWarp {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px; }

.tablePage .tableItem {
  background-color: white;
  padding: 20px;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.17);
  margin-bottom: 20px; }
  .tablePage .tableItem .btmBtnWarp {
    margin-bottom: 1rem; }

.tablePage .labelWidth {
  width: 11.111%; }

.tablePage .txtWidth {
  width: 22.222%; }

.tablePage .labelBg-color {
  color: #f8f8f8; }

.tablePage .descTit {
  margin-top: 1rem;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px; }

.tablePage .tip {
  padding-bottom: 0; }

.tablePage .tableTit {
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  font-weight: bold;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6; }

.tablePage .table {
  margin-bottom: 0; }
  .tablePage .table thead th {
    background-color: #f8f8f8; }
  .tablePage .table td,
  .tablePage .table th {
    padding: 0 .5em;
    height: 30px;
    vertical-align: middle; }
  .tablePage .table .label {
    width: 11.111%;
    vertical-align: middle;
    background-color: #f8f8f8;
    font-weight: bold; }
  .tablePage .table .txt {
    width: 22.222%;
    vertical-align: middle;
    word-break: break-word; }
  .tablePage .table .imgContent {
    max-width: 100%;
    width: 33.333%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden; }
  .tablePage .table .tableImg {
    max-width: 100%;
    width: 150px;
    height: 198px;
    display: block;
    margin: 0 auto; }

.tablePage .tableTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px; }
  .tablePage .tableTop .jobName {
    font-size: 18px;
    color: #ff8d1a; }

.tablePage .remark {
  min-height: 108px;
  background: #f8f8f8;
  border-radius: 3px;
  padding: 20px; }

.payPage .bodyContent {
  background: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.payPage .payWarp {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px; }

.payPage .payItem {
  background-color: white;
  padding: 20px;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.17);
  margin-bottom: 20px; }

.payPage .pContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 20px 0; }
  .payPage .pContent .img {
    width: 340px;
    height: 340px; }
  .payPage .pContent .linkBtn {
    margin-left: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .payPage .pContent .txt {
    margin-top: .5rem;
    text-align: center;
    color: #43cf7c;
    font-weight: bold; }
  .payPage .pContent .pc-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 340px;
            flex: 0 0 340px; }
  .payPage .pContent .pc-right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.payPage .desc {
  font-weight: bold;
  font-size: 1rem;
  color: #383838; }

.payPage .descTit {
  font-size: 18px;
  font-weight: bold;
  color: #383838;
  margin-bottom: 20px; }

.payPage .payContent span + span {
  margin-left: 20px; }

.payPage .payContent .strong {
  font-size: 20px;
  font-weight: bold; }

.printPage .printItem .tableItem {
  background-color: white;
  padding: 20px;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.17);
  margin-bottom: 20px; }
  .printPage .printItem .tableItem .btmBtnWarp {
    margin-bottom: 1rem; }

.printPage .printItem .tip {
  margin-top: .625rem;
  font-weight: normal;
  padding: 0;
  margin-bottom: 10px; }

.toViewPage .toViewItem .txt {
  font-size: 18px;
  font-weight: bold;
  margin-right: 20px;
  color: #383838; }

.toViewPage .toViewItem .num {
  color: #ff8d1a;
  font-size: 2rem;
  margin-right: .5rem;
  font-weight: normal; }

.toViewPage .toViewItem .tip {
  margin-top: .625rem;
  font-weight: normal;
  padding: 0;
  margin-bottom: 10px; }

.upLoadFilePage b {
  color: #808088; }

.upLoadFilePage .pageItemTit {
  font-size: 18px;
  font-weight: bold;
  color: #383838;
  margin-bottom: 20px; }

.upLoadFilePage .upload-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .upLoadFilePage .upload-wrapper .btn:hover {
    opacity: .6; }
  .upLoadFilePage .upload-wrapper .btn-danger label {
    cursor: pointer; }
  .upLoadFilePage .upload-wrapper .btn-primary:hover {
    background: #72b5ff;
    border-color: #72b5ff;
    color: #fff; }

.upLoadFilePage .upload {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  height: 400px;
  width: 300px;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative; }
  .upLoadFilePage .upload .label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer; }
  .upLoadFilePage .upload .fa {
    font-size: 2rem;
    color: #72b5ff; }

.upLoadFilePage .btn-label {
  margin-bottom: 0; }

.addPoints {
  color: #505050; }
  .addPoints .bodyContent {
    background: #f3f3f3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .addPoints .tableWarp {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 20px; }

.loginHsitory {
  color: #808080; }
  .loginHsitory .bodyContent {
    background: #f3f3f3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0; }
  .loginHsitory .tableWarp {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .loginHsitory .tableItem {
    position: relative;
    background-color: white;
    padding: 20px;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.17);
            box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.17);
    margin-bottom: 20px; }
  .loginHsitory .line {
    text-align: left;
    padding: .5rem 0; }
  .loginHsitory .inline-block {
    display: inline-block; }
  .loginHsitory .inline-block + .inline-block {
    margin-left: 1rem; }
  .loginHsitory .set-pass {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 5rem;
    -webkit-box-shadow: 1px 1px 5px #8f8888 !important;
            box-shadow: 1px 1px 5px #8f8888 !important; }
  .loginHsitory .work {
    padding-right: 200px; }
  .loginHsitory .pass-model .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .loginHsitory .pass-model label {
    position: relative;
    top: 5px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px; }
  .loginHsitory .order {
    color: red; }

.forgetPass {
  color: #808080; }
  .forgetPass .form-group .form-control {
    width: 100%; }
  .forgetPass h2 {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid; }
  .forgetPass .inline-block {
    display: inline-block; }
  .forgetPass .form-group {
    text-align: center; }
  .forgetPass .form-inline {
    padding: .625rem 0; }
  .forgetPass .bodyContent {
    background: #f3f3f3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0; }
  .forgetPass .tableWarp {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .forgetPass .tableItem {
    background-color: white;
    padding: 20px;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.17);
            box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.17);
    margin-bottom: 20px;
    min-height: 400px; }
  .forgetPass .line {
    padding: .5rem 0; }
  .forgetPass .btn {
    height: 38px;
    line-height: 38px; }
  .forgetPass .pos-btn {
    position: absolute; }

/*reset*/
html {
  font-size: 16px;
  height: 100%; }

body {
  background-color: #f3f3f3;
  position: relative;
  font-family: 'Microsoft YaHei', Arial, serif, "Calibri Light";
  min-height: 100%;
  line-height: 1.5;
  font-size: 0.875rem;
  color: #505050; }

h1, h2, h3, h4, h5, h6, p, figure, figcaption, section, article {
  margin: 0;
  padding: 0; }

dl, ol, ul {
  margin: 0;
  padding: 0;
  list-style: none; }

a,
a:hover,
a:active,
a:visited {
  color: inherit;
  text-decoration: none;
  cursor: pointer; }

.btn {
  font-size: inherit;
  padding: 0 1rem;
  line-height: 28px;
  color: #72b5ff; }
  .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn:hover {
    background: #72b5ff;
    border-color: #72b5ff;
    color: white; }
  .btn.btnBg {
    background: #72b5ff;
    color: white; }
    .btn.btnBg:hover {
      color: #72b5ff;
      background: white; }
  .btn.btn-primary {
    background: #72b5ff;
    border-color: #72b5ff;
    color: white; }
  .btn.btn-warning {
    background: #ff8d1a;
    border-color: #ff8d1a;
    color: white; }
  .btn.btn-success {
    background: #43cf7c;
    border-color: #43cf7c;
    color: white; }
  .btn.btn-danger {
    background: #ff5733;
    border-color: #ff5733;
    color: white; }

.text-primary {
  color: #72b5ff !important; }

.text-success {
  color: #43cf7c !important; }

.text-danger {
  color: #ff5733 !important; }

.text-warning {
  color: #ff8d1a !important; }

.text-info {
  color: #808080 !important; }

.img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  display: block;
  -o-object-fit: cover;
     object-fit: cover; }

.form-control {
  font-size: inherit; }

.amap-logo,
.amap-copyright {
  display: none !important;
  visibility: hidden !important; }

.container {
  padding: 0 20px;
  width: 1200px !important;
  max-width: 1200px !important; }

/*dropdown*/
.dropdown-menu {
  min-width: 6rem;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px); }
  .dropdown-menu .dropdown-item {
    line-height: 1.5;
    padding: .25rem 1rem;
    font-size: .875rem;
    white-space: nowrap;
    text-align: center; }
  .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #72b5ff; }

.nav-link {
  color: inherit !important; }

.breadcrumb-item {
  color: inherit; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    color: inherit;
    content: "|"; }

/*common*/
.point {
  cursor: pointer; }

.text-truncate-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.circle {
  display: inline-block;
  width: .5rem;
  height: .5rem;
  border-radius: 100%;
  background-color: #BFBFBF;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
  font-size: 0;
  vertical-align: middle; }

.mask {
  display: block;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2; }

.modal-dialog .modal-content {
  background: transparent; }

.modal-dialog .modal-header {
  border: none;
  background: #72b5ff;
  color: white;
  text-align: center;
  padding: 0 20px;
  position: relative;
  height: 42px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
  .modal-dialog .modal-header .modal-title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1rem; }
  .modal-dialog .modal-header .close {
    position: absolute;
    right: 30px;
    top: 50%;
    padding: 0;
    color: white;
    opacity: 1; }
    .modal-dialog .modal-header .close:focus {
      -webkit-box-shadow: none;
              box-shadow: none;
      border: none;
      outline: none; }

.modal-dialog .modal-body {
  background: white;
  padding: 20px; }

.modal-dialog .modal-footer {
  background: white;
  border: none;
  padding: 20px; }
  .modal-dialog .modal-footer .btn {
    color: white; }
.normalInfo strong,.postNormalInfo strong{
	color:#ff8e18;
	}
.checkResult {
    position: relative;
    background-color: white;
    padding: 20px;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.17);
    margin-bottom: 20px;
}

.checkResult .tit {
    margin-bottom: 10px;
}

.checkResult .desc {
    color: red;
    margin-top: 10px;
}

.checkResult .text-danger {
    font-size: 1rem;
    font-weight: 600;
}

.checkResult.failResult .content {
    border-radius: 4px;
    background: #eee;
    min-height: 5rem;
    padding: 10px;
}

.checkResult.successResult .subTit {
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.checkResult.successResult .item {
    margin-left: 2em;
    line-height: 2;
}

.checkResult.successResult .item label {
    width: 6rem;
}

.checkResult.finishResult {
    text-align: center;
    line-height: 1.75;
    font-size: 1rem;
}


	
/*min-width*/
/*max-width*/

