@charset "UTF-8";
body {
  font-size: 14px;
  color: #333;
}
.pay-modal-wrap {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.pay-modal-wrap .pay-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  width: 596px;
  height: 616px;
  border-radius: 2px;
  background: #fff url(../img/indent/pay-bc.png) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.pay-modal-wrap .pay-wrap .close-pay-btn {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #7a4f07;
  cursor: pointer;
}
.pay-modal-wrap .pay-wrap .close-pay-btn:hover {
  color: #0d86ff;
}
.pay-modal-wrap .pay-wrap .title {
  height: 92px;
  font-size: 28px;
  line-height: 92px;
  color: #7a4f07;
  margin-bottom: 14px;
  text-align: center;
}
.pay-modal-wrap .pay-wrap .item {
  height: 36px;
  padding: 0 21px;
  line-height: 36px;
  font-size: 16px;
  color: #333;
}
.pay-modal-wrap .pay-wrap .item > .price {
  color: #d1462a;
}
.pay-modal-wrap .pay-wrap .last-item {
  margin-bottom: 20px;
}
.pay-modal-wrap .pay-wrap .type-wrap {
  padding-left: 111px;
  margin-bottom: 26px;
}
.pay-modal-wrap .pay-wrap .type-wrap > div {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  height: 52px;
  width: 164px;
  border: 2px solid #ededed;
  font-size: 16px;
  line-height: 50px;
  color: #666;
  cursor: pointer;
  overflow: hidden;
  border-radius: 2px;
}
.pay-modal-wrap .pay-wrap .type-wrap > div > img {
  top: 11px;
  left: 12px;
  z-index: 10001;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  margin: 0 10px;
}
.pay-modal-wrap .pay-wrap .type-wrap > div > i {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #0d86ff;
  right: -15px;
  top: -15px;
  transform: rotate(45deg);
}
.pay-modal-wrap .pay-wrap .type-wrap > div > i > span {
  display: block;
  transform: rotate(-45deg);
  text-align: center;
  font-style: italic;
  color: #fff;
  font-size: 12px;
  line-height: 50px;
}
.pay-modal-wrap .pay-wrap .type-wrap > div.ac {
  border-color: #0d86ff;
}
.pay-modal-wrap .pay-wrap .type-wrap > div.ac > i {
  display: block;
}
.pay-modal-wrap .pay-wrap .type-wrap .wx-wrap {
  margin-right: 32px;
}
.pay-modal-wrap .pay-wrap .two-code-wrap {
  display: none;
  box-sizing: border-box;
  height: 200px;
  width: 163px;
  margin: 0 auto;
  border: 1px solid #ededed;
  background-color: #f5f5f5;
}
.pay-modal-wrap .pay-wrap .two-code-wrap .code {
  width: 161px;
  height: 161px;
  margin-bottom: 1px;
}
.pay-modal-wrap .pay-wrap .two-code-wrap p {
  font-size: 14px;
  color: #999;
  line-height: 36px;
  text-align: center;
}
.pay-modal-wrap .pay-wrap .wx-code.active {
  display: block;
}
.pay-modal-wrap .pay-wrap .zfb-code.active {
  display: block;
}
.pay-modal-wrap .pay-wrap .bot-mes {
  font-size: 12px;
  color: #999;
  line-height: 62px;
  text-align: center;
}
.pay-modal-wrap.active {
  display: block;
}
.indent-wrap {
  box-sizing: border-box;
  width: 960px;
  flex: 0 0 auto;
  min-height: 548px;
  border: 1px #ededed solid;
}
.indent-wrap .no-indent-wrap {
  display: none;
}
.indent-wrap .no-indent-wrap .no-indent-header {
  position: relative;
  box-sizing: border-box;
  background-color: #fcfcfc;
  height: 51px;
  border-bottom: 1px #ededed solid;
  padding-left: 23px;
  font-size: 16px;
  color: #666;
  line-height: 50px;
}
.indent-wrap .no-indent-wrap .no-indent-header #no-indent-enter-btn {
  position: absolute;
  top: 10px;
  right: 23px;
  z-index: 2;
  height: 32px;
  width: 94px;
  border-radius: 2px;
  background-color: #0d86ff;
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.indent-wrap .no-indent-wrap .no-indent-header #no-indent-enter-btn:hover {
  background-color: #0b78e5;
}
.indent-wrap .no-indent-wrap .no-indent-main-wrap {
  background-color: #fff;
  padding: 16px 23px 0;
}
.indent-wrap .no-indent-wrap .no-indent-main-wrap .table-header {
  box-sizing: border-box;
  height: 44px;
  background-color: #f2f7fc;
  border: 1px #e4ecf5 solid;
  padding-left: 68px;
}
.indent-wrap .no-indent-wrap .no-indent-main-wrap .table-header > span {
  float: left;
  height: 42px;
  font-size: 14px;
  color: #333;
  line-height: 42px;
  text-align: left;
}
.indent-wrap .no-indent-wrap .no-indent-main-wrap .table-header .order {
  width: 196px;
}
.indent-wrap .no-indent-wrap .no-indent-main-wrap .table-header .price {
  width: 192px;
}
.indent-wrap .no-indent-wrap .no-indent-main-wrap .table-header .time {
  width: 212px;
}
.indent-wrap .no-indent-wrap .no-indent-main-wrap .table-header .money {
  width: 172px;
}
.indent-wrap .no-indent-wrap .no-indent-main-wrap .table-header .state {
  width: 72px;
}
.indent-wrap .no-indent-wrap .no-indent-main-wrap .content-wrap {
  position: relative;
  height: 435px;
  background: url(../img/indent/no-indent.png) no-repeat center;
  background-size: cover;
}
.indent-wrap .no-indent-wrap .no-indent-main-wrap .content-wrap #no-indent-bot-btn {
  position: absolute;
  top: 230px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  height: 40px;
  width: 186px;
  border-radius: 2px;
  background-color: #0d86ff;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.indent-wrap .no-indent-wrap .no-indent-main-wrap .content-wrap #no-indent-bot-btn:hover {
  background-color: #0b78e5;
}
.indent-wrap .no-indent-wrap.active {
  display: block;
}
.indent-wrap .has-indent-wrap {
  display: none;
}
.indent-wrap .has-indent-wrap .indent-wrap-top {
  box-sizing: border-box;
  width: 960px;
  min-height: 548px;
  border: 1px #ededed solid;
  background-color: #fff;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .indent-header-nav-wrap {
  position: relative;
  box-sizing: border-box;
  background-color: #fcfcfc;
  height: 51px;
  border-bottom: 1px #ededed solid;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .indent-header-nav-wrap .inner_flex > p {
  box-sizing: border-box;
  float: left;
  font-size: 16px;
  color: #666;
  line-height: 48px;
  text-align: center;
  height: 50px;
  border-bottom: 2px transparent solid;
  margin-right: 28px;
  cursor: pointer;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .indent-header-nav-wrap .inner_flex > p:hover {
  color: #0d86ff;
  border-bottom: 2px #0d86ff solid;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .indent-header-nav-wrap .inner_flex > p.ac {
  color: #0d86ff;
  border-bottom: 2px #0d86ff solid;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .indent-header-nav-wrap > button {
  width: 115px;
  height: 32px;
  background: #0D86FF;
  border-radius: 2px;
  font-size: 14px;
  color: #FFFFFF;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .indent-header-nav-wrap > button.disable {
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  color: #d9d9d9;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .ck {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #E4EEF6;
  color: #fff !important;
  text-align: center;
  line-height: 17px;
  cursor: pointer;
  font-size: 12px !important;
  top: 0 !important;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .ck.active {
  background: #4285F4;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .ck.disable {
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  color: #f5f5f5 !important;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .indent-main-wrap {
  padding: 16px 23px 0;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .indent-main-wrap .table-header {
  box-sizing: border-box;
  height: 44px;
  background-color: #f2f7fc;
  border: 1px #e4ecf5 solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .indent-main-wrap .table-header.active > span {
  width: 23.33333333%;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .indent-main-wrap .table-header.active > span:first-child {
  width: 5%;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .indent-main-wrap .table-header.active > span:last-child {
  width: 5%;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .indent-main-wrap .table-header.active > span:nth-child(5),
.indent-wrap .has-indent-wrap .indent-wrap-top .indent-main-wrap .table-header.active > span:nth-child(6) {
  width: 10%;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .indent-main-wrap .table-header > span {
  display: block;
  width: 20%;
  height: 42px;
  font-size: 14px;
  color: #333;
  line-height: 42px;
  text-align: center;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .indent-main-wrap .content-wrap-none {
  position: relative;
  height: 435px;
  background: url(../img/indent/no-indent.png) no-repeat center;
  background-size: cover;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .indent-main-wrap .content-wrap-none #no-indent-bot-btn {
  position: absolute;
  top: 230px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  height: 40px;
  width: 186px;
  border-radius: 2px;
  background-color: #0d86ff;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .indent-main-wrap .content-wrap-none #no-indent-bot-btn:hover {
  background-color: #0b78e5;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .indent-main-wrap .content-wrap {
  width: 100%;
  height: auto;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .indent-main-wrap .content-wrap .item {
  box-sizing: border-box;
  border-bottom: 1px #ededed solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .indent-main-wrap .content-wrap .item:nth-last-child(1) {
  border: none;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .indent-main-wrap .content-wrap .item.active > div {
  width: 23.33333333%;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .indent-main-wrap .content-wrap .item.active > div:first-child {
  width: 5%;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .indent-main-wrap .content-wrap .item.active > div:last-child {
  width: 5%;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .indent-main-wrap .content-wrap .item.active > div:nth-child(5),
.indent-wrap .has-indent-wrap .indent-wrap-top .indent-main-wrap .content-wrap .item.active > div:nth-child(6) {
  width: 10%;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .indent-main-wrap .content-wrap .item > div {
  width: 20%;
  text-align: center;
  box-sizing: border-box;
  font-weight: normal;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .indent-main-wrap .content-wrap .item > div > a {
  font-size: 14px;
  color: #0D86FF;
  line-height: 20px;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .indent-main-wrap .content-wrap .item .order {
  position: relative;
  padding: 0 0 0 50px;
  text-align: left;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .indent-main-wrap .content-wrap .item .order > h6 {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .indent-main-wrap .content-wrap .item .order > p {
  font-size: 12px;
  color: #666;
  line-height: 24px;
  white-space: nowrap;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .indent-main-wrap .content-wrap .item .order > img {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 2;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .indent-main-wrap .content-wrap .item .price > h6 {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .indent-main-wrap .content-wrap .item .price > p {
  font-size: 12px;
  color: #666;
  line-height: 24px;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .indent-main-wrap .content-wrap .item .time {
  font-size: 14px;
  color: #333;
  line-height: 88px;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .indent-main-wrap .content-wrap .item .money {
  font-size: 14px;
  color: #d1462a;
  line-height: 88px;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .indent-main-wrap .content-wrap .item .state {
  font-size: 14px;
  line-height: 88px;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .indent-main-wrap .content-wrap .item .state > a {
  color: #0d86ff;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .indent-main-wrap .content-wrap .item .state > a:hover {
  text-decoration: underline;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .unpaid-indent-main-wrap {
  display: none;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .unpaid-indent-main-wrap.active {
  display: block;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .prepai-indent-main-wrap {
  display: none;
}
.indent-wrap .has-indent-wrap .indent-wrap-top .prepai-indent-main-wrap.active {
  display: block;
}
.indent-wrap .has-indent-wrap .indent-page-wrap {
  display: none;
  height: 32px;
  margin-top: 32px;
}
.indent-wrap .has-indent-wrap .indent-page-wrap .page-inner-wrap {
  height: 32px;
}
.indent-wrap .has-indent-wrap .indent-page-wrap .page-inner-wrap > span {
  font-size: 14px;
  line-height: 32px;
  color: #0d86ff;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 10px;
  height: 32px;
  margin-right: 10px;
  background-color: #fff;
  border: 1px #ededed solid;
  text-align: center;
  cursor: pointer;
}
.indent-wrap .has-indent-wrap .indent-page-wrap .page-inner-wrap > span:hover {
  background-color: #0d86ff;
  border-color: #0d86ff;
  color: #fff;
}
.indent-wrap .has-indent-wrap .indent-page-wrap .page-inner-wrap > span:nth-last-child(1) {
  margin-right: 0;
}
.indent-wrap .has-indent-wrap .indent-page-wrap .page-inner-wrap .ac {
  background-color: #0d86ff;
  border-color: #0d86ff;
  color: #fff;
}
.indent-wrap .has-indent-wrap .indent-page-wrap .page-inner-wrap .dian {
  font-size: 14px;
  display: inline-block;
  box-sizing: border-box;
  width: 14px;
  height: 32px;
  margin-right: 10px;
  text-align: center;
}
.indent-wrap .has-indent-wrap .unpaid-page-wrap.active {
  display: block;
}
.indent-wrap .has-indent-wrap .prepai-page-wrap.active {
  display: block;
}
.indent-wrap .has-indent-wrap.active {
  display: block;
}
.modal_invoice {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
.modal_invoice .inner_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 620px;
  height: auto;
  background: #FFFFFF;
  border-radius: 10px;
  font-weight: normal;
}
.modal_invoice .inner_box > .iconfont2 {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #777777;
  cursor: pointer;
}
.modal_invoice .inner_box .title {
  width: 100%;
  height: 55px;
  border-bottom: 1px solid #DDDDDD;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 55px;
  text-align: left;
  box-sizing: border-box;
  padding: 0 30px;
}
.modal_invoice .inner_box .status {
  width: 100%;
  height: 78px;
  background: #FFEAEA;
  box-sizing: border-box;
  padding: 20px 30px;
  display: flex;
}
.modal_invoice .inner_box .status > img {
  height: 100%;
  margin-right: 25px;
}
.modal_invoice .inner_box .status > div {
  height: 100%;
  text-align: left;
}
.modal_invoice .inner_box .status > div .t1 {
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  line-height: 14px;
  margin-bottom: 8px;
}
.modal_invoice .inner_box .status > div .t2 {
  font-size: 14px;
  color: #6F6F6F;
  line-height: 14px;
}
.modal_invoice .inner_box .form {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 20px 30px;
  border-bottom: 1px solid #DDDDDD;
}
.modal_invoice .inner_box .form.active {
  border-bottom: none;
}
.modal_invoice .inner_box .form .item {
  width: 100%;
  height: auto;
  display: flex;
  margin-bottom: 10px;
}
.modal_invoice .inner_box .form .item:last-child {
  margin-bottom: 0px;
}
.modal_invoice .inner_box .form .item .label {
  width: 95px;
  height: auto;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  text-align: left;
}
.modal_invoice .inner_box .form .item .label span {
  color: #EB1212;
}
.modal_invoice .inner_box .form .item .inner {
  width: 465px;
  height: auto;
}
.modal_invoice .inner_box .form .item .inner > .list {
  width: 100%;
  height: 102px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #EAEAEA;
  box-sizing: border-box;
  padding: 10px;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
}
.modal_invoice .inner_box .form .item .inner > .list > div {
  width: 198px;
  height: 36px;
  background: #F5F6F7;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #000000;
}
.modal_invoice .inner_box .form .item .inner > .price {
  width: 100%;
  height: auto;
  font-weight: bold;
  font-size: 18px;
  color: #EB1212;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.modal_invoice .inner_box .form .item .inner > .price .tips {
  margin-left: 5px;
  position: relative;
  cursor: pointer;
}
.modal_invoice .inner_box .form .item .inner > .price .tips i {
  color: #6F6F6F;
}
.modal_invoice .inner_box .form .item .inner > .price .tips:hover > div {
  display: block;
}
.modal_invoice .inner_box .form .item .inner > .price .tips > div {
  position: absolute;
  top: -10px;
  left: 100%;
  width: 275px;
  height: 88px;
  background: #FFFFFF;
  box-shadow: 0px 0px 11px 1px rgba(137, 137, 137, 0.19);
  border-radius: 2px;
  box-sizing: border-box;
  padding: 15px 20px;
  display: none;
  font-size: 14px;
  color: #535353;
  line-height: 20px;
  fon-width: 400;
  text-align: left;
}
.modal_invoice .inner_box .form .item .inner > .flex {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}
.modal_invoice .inner_box .form .item .inner > .flex > div {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  margin-right: 25px;
}
.modal_invoice .inner_box .form .item .inner > .flex > div .radio {
  width: 17px;
  height: 17px;
  background: #FFFFFF;
  border: 1px solid #C6C6C6;
  margin-right: 5px;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
}
.modal_invoice .inner_box .form .item .inner > .flex > div .radio.active {
  border: 5px solid #0D86FF;
}
.modal_invoice .inner_box .form .item .inner input {
  width: 100%;
  height: 36px;
  background: #F5F6F7;
  border-radius: 4px;
  border: 1px solid #EAEAEA;
  font-size: 14px;
  color: #000000;
  outline: none;
  box-sizing: border-box;
  padding: 0 15px;
}
.modal_invoice .inner_box .form .item .inner input::placeholder {
  color: #B0B0B0;
}
.modal_invoice .inner_box .form .item .inner > .selector {
  width: 100%;
  height: auto;
  position: relative;
}
.modal_invoice .inner_box .form .item .inner > .selector .list {
  position: absolute;
  left: 0;
  top: 105%;
  width: 100%;
  height: auto;
  display: none;
  max-height: 240px;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08), 0px 4px 8px 0px rgba(25, 15, 15, 0.07), 0px 8px 16px 0px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000;
}
.modal_invoice .inner_box .form .item .inner > .selector .list > .item {
  display: block;
  width: 100%;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  padding: 0 10px;
  font-size: 14px;
  color: #020814;
  white-space: nowrap;
  font-weight: normal;
  text-align: left;
}
.modal_invoice .inner_box .form .item .inner > .selector .list > .item.active {
  background: #f6f8fa;
  color: #3572ff;
}
.modal_invoice .inner_box .form .item .inner > .selector .list > .item:hover {
  background: #f6f8fa;
  color: #3572ff;
}
.modal_invoice .inner_box .form .item .inner > .selector.active .list {
  display: block;
}
.modal_invoice .inner_box button {
  width: 110px;
  height: 32px;
  background: #0D86FF;
  border-radius: 2px;
  font-size: 14px;
  color: #FFFFFF;
  margin: 28px auto 25px auto;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal_invoice.active .inner_box {
  width: 440px;
}
.modal_invoice.active .inner_box .desc {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 20px 30px 30px 30px;
  text-align: left;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
.modal_invoice.active .inner_box .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.modal_invoice.active .inner_box .btn button {
  box-sizing: border-box;
  margin: 0;
}
.modal_invoice.active .inner_box .btn button:first-child {
  background: #FFFFFF;
  border: 1px solid #4285F4;
  margin-right: 10px;
  color: #4285F4;
}
.modal_kefu {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
.modal_kefu .inner_box {
  width: 538px;
  height: 409px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("/static/img/ucenter/bg.png") no-repeat center center;
  background-size: cover;
  text-align: center;
  font-weight: normal;
}
.modal_kefu .inner_box > .iconfont2 {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #fff;
  cursor: pointer;
}
.modal_kefu .inner_box .t1 {
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 40px 0 15px 0;
}
.modal_kefu .inner_box .t2 {
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
  margin-bottom: 25px;
}
.modal_kefu .inner_box > img {
  width: 230px;
  height: 230px;
  background: #FFFFFF;
  box-shadow: -2px 2px 17px 1px rgba(123, 135, 199, 0.42);
  border-radius: 17px;
  margin-bottom: 15px;
  box-sizing: border-box;
  padding: 10px;
}
.modal_kefu .inner_box .t3 {
  font-size: 14px;
  line-height: 14px;
  color: #6F6F6F;
}
/*# sourceMappingURL=indent.css.map */