.layui-body iframe {
  overflow-x: auto;
  min-width: 1250px;
}

html,
body {
  background-color: #f5f6f8;
  color: #3a4b6e;
  overflow: auto;
}

.layui-layout-body {
  display: flex;
  padding: 12px 24px 24px 12px;
  min-width: 1250px;
  font-size: 0;
  box-sizing: border-box;
  /* background-color: white; */

}

img {
  vertical-align: middle;
}

/* layer loading */
.layui-layer-loading .layui-layer-loading1 {
  width: 78px !important;
  height: 77px !important;
  background-image: url(../assets/images/loading.png) !important;
  animation: empty-loading 1s infinite linear both;
}

@keyframes empty-loading {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
  }
}

/* common */
.cell-bd {
  flex: 1;
}

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

.cur-p {
  cursor: pointer;
}

.cur-p:hover,
.see-more:hover,
.cell-date:hover {
  color: #3b50e5;
}

/* common end */

/* base */

.main-grid {
  display: inline-block;
  box-sizing: border-box;
  font-size: 14px;
}

.main-grid.left {
  padding-right: 12px;
  width: calc(66.7% + 6px);
  display: flex;
  flex-direction: column;
}

.main-grid.right {
  width: calc(33.3% - 6px);
  display: flex;
  flex-direction: column;
}

.grid-row {
  display: flex;
  margin-bottom: 12px;
}

.grid-row:last-child {
  margin-bottom: 0;
  flex: 1;
}

.grid-col {
  flex: 1;
}

.grid-col.left {
  padding-right: 12px;
  width: calc(50% + 6px);
}

.grid-col.right {
  width: calc(50% - 6px);
}

.grid-col.col-banner {
  height: 232px;
}

.section {
  position: relative;
  padding: 12px;
  width: 100%;
  height: 213px;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0px 4px 12px 0px rgb(58 75 110 / 5%);
}

.section-head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
}

.section-head img {
  width: 16px;
  height: 16px;
}

.empty-box {
  text-align: center;
}

/*每个模块的标题*/
.head-title {
  font-size: 18px;
  font-weight: bold;
  color: #080a0d;
  vertical-align: middle;
}

.see-more {
  font-size: 12px;
  color: #75829c;
  cursor: pointer;
}

.cell-date {
  font-size: 14px;
  color: #75829c;
}

.card-box {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f5f6f8;
}

/* base end */

.banner {
  padding: 0;
  height: 100%;
}

/* 系统公告 */
.notice {
  padding: 10px 12px;
  height: 54px;
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
}

.notice .icon {
  width: 34px;
  height: 33px;
}

.notice .cell-hd {
  position: relative;
  padding-right: 24px;
}

.notice .cell-hd:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 12px;
  width: 1px;
  height: 100%;
  background-color: #d8d8d8;
}

.notice .see-more {
  padding-left: 12px;
}

.notice .item {
  padding-bottom: 16px;
}

.notice .empty-box {
  height: 45px;
  width: 75%;
  text-align: center;
  font-size: 10px;
}

.notice .empty-box img {
  height: 30px;
  width: 40px;
}

.notice .item-title {
  display: inline-block;
  width: calc(100% - 100px);
  vertical-align: middle;
}

.notice-tit {
  display: inline-block;
  height: 16px;
  font-size: 12px;
  color: #FF6600;
  line-height: 16px;
  padding: 0 5px;
  border-radius: 4px;
  background: rgba(255, 102, 0, 0.1);
  margin-right: 2px;
}

/* 待办 */
.section-todo {
  padding: 0;
  height: 100%;
}

.todo {
  display: flex;
  position: relative;
  padding: 12px;
  padding-right: 0;
  height: 72px;
  border-bottom: 1px solid #e6e9ef;
  box-sizing: border-box;
}

.todo .todo-head {
  padding-right: 3%;
}

.todo .todo-title {
  margin-right: 29px;
  font-size: 15px;
  font-weight: bold;
  color: #75829c;
  cursor: pointer;
}

.todo .active {
  color: #0b25df;
  border-bottom: 3px solid;
}

.todo-item {
  width: 30%;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}

.todo-item:last-child {
  margin-right: 0;
  width: 40%;
}

.todo-item .title {
  margin-right: 4px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 10px;
  font-weight: bold;
  color: #0b25df;
  background: #ebedfc;
  border: 1px solid #0b25df;
  border-radius: 50%;
}

.todo-item .right {
  text-align: left;
}

.todo-item .count {
  font-size: 18px;
  font-weight: bold;
  color: #080a0d;
}

.todo-item .name {
  font-size: 14px;
  color: #75829c;
  line-height: 19px;
}

.todo-item .count:hover,
.todo-item .name:hover {
  color: #3b50e5;
}

.todo .empty-box {
  text-align: center;
  font-size: 12px;
}

.todo .empty-box img {
  height: 50px;
  width: 50px;
}

.todo .btn-normal {
  width: 110px;
  height: 28px;
  line-height: 28px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #abb5c9;
  text-align: center;
  cursor: pointer;
}

/* 消息通知 */
.message {
  padding: 12px;
  height: 159px;
  box-sizing: border-box;
}

.message .section-head {
  padding-bottom: 9px;
}

.message-body .item:not(:last-child) {
  padding-bottom: 10px;
}

.read-flag-N {
  color: #0b25df;
  cursor: pointer;
}

.read-flag-Y {
  color: #75829c;
  cursor: pointer;
}

/* 发票总览 */
.chart .section-head {
  padding-bottom: 12px;
}

.chart .section-head .title {
  padding-right: 24px;
}

.chart .total {
  padding-top: 6px;
  padding-left: 2%;
}

.chart .total .total-item {
  padding-bottom: 18px;
}

.chart .total-item span {
  display: inline-block;
}

.chart .total-item .name {
  width: 85px;
  color: #080a0d;
}

.chart .total-item .name::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
}

.chart .total-item:nth-child(1) .name::before {
  background-color: #73a0fa;
}

.chart .total-item:nth-child(2) .name::before {
  background-color: #73deb3;
}

.chart .total-item:nth-child(3) .name::before {
  background-color: #7585a2;
}

.chart .total-item:nth-child(4) .name::before {
  background-color: #f7c739;
}

.chart .total .num {
  width: 35%;
  color: #75829c;
}

.chart .total .num::after {
  content: "张";
}

.chart .total .num.wan::after {
  content: "万张";
}

.chart .total .num::after,
.chart .total .amount::after {
  content: "张";
  font-size: 10px;
}

.chart .total .amount {
  width: 42%;
  color: #3a4b6e;
}

.chart .total .amount::after {
  content: "元";
}

.chart .total .amount.wan::after {
  content: "万元";
}

.chart .total .amount.yi::after {
  content: "亿元";
}

.chart .toggle {
  display: flex;
  flex: 1;
  justify-content: left;
}

.chart .toggle-item {
  width: 36px;
  height: 24px;
  line-height: 24px;
  background: #ffffff;
  border: 1px solid #abb5c9;
  box-sizing: border-box;
  text-align: center;
  color: #080a0d;
  cursor: pointer;
  font-size: 12px;
}

.chart .toggle .toggle-item.active {
  border-color: #0b25df;
  color: #0b25df;
  z-index: 100;
}

.chart .toggle .toggle-item:nth-child(1) {
  border-radius: 4px 0px 0px 4px;
}

.chart .toggle .toggle-item:nth-child(2) {
  margin-left: -1px;
  margin-right: -1px;
}

.chart .toggle .toggle-item:nth-child(3) {
  border-radius: 0px 4px 4px 0px;
}

.chart-box {
  width: 40%;
}

#chartBar {
  width: 100%;
  height: 150px;
}

.echarts-tooltip {
  padding: 5px;
  border: 1px solid #73a0fa;
  border-radius: 4px;
  color: #080a0d;
}

.echarts-tooltip .percent {
  color: #73a0fa;
}

/* 快捷菜单 */
.shortcut .section-head {
  margin-bottom: 12px;
}

.shortcut .page-link {
  margin-bottom: 8px;
  height: 72px;
  width: 25%;
  text-align: center;
  cursor: pointer;
}

.navList-box {
  display: flex;
  flex-wrap: wrap;
}

.shortcut .car1-nav-img img {
  height: 32px;
  width: 32px;
}

.shortcut .icon {
  width: 40px;
  height: 40px;
}

.shortcut .name {
  display: inline-block;
  width: 84px;
  color: #3a4b6e;
  vertical-align: middle;
}

.shortcut .name:hover {
  color: #3b50e5;
}

/* 财税资讯 */
.news {
  height: 194px;
}

.news-content {
  overflow: hidden;
}

.news-item {
  font-size: 12px;
  cursor: pointer;
}

.news-item:not(:last-child) {
  padding-bottom: 16px;
}

.news-item .icon {
  margin-right: 8px;
  width: 83px;
  height: 62px;
}

.news-item .title {
  font-size: 14px;
  font-weight: bold;
  color: #080a0d;
  line-height: 19px;
}

.news-item .title:hover {
  color: #3b50e5;
}

.news-item .summary {
  margin: 5px 0;
  color: #3a4b6e;
}

.news-item .bottom {
  display: flex;
  justify-content: space-between;
  color: #abb5c9;
}

.news-item .cell-bd {
  overflow: hidden;
}

.news .empty-box {
  text-align: center;
}

/* 产品推荐 */
.suggest {
  padding: 0;
  height: 181px;
}

.suggest-item {
  width: 100%;
  height: 100%;
}

.suggest .empty-box img {
  width: 100%;
}

/* 秒懂发票云 */
.guide {
  height: 174px;
}

.guide .item {
  margin-bottom: 10px;
}

.guide .icon {
  margin-right: 4px;
  width: 14px;
  height: 14px;
}

.guide .icon-video {
  margin-left: 5px;
}

.guide .empty-box {
  text-align: center;
}

.guide .item-title {
  max-width: 400px;
}

/* 消息通知 */

.todo .msg-body {
  padding: 12px 0;
  overflow-y: hidden;
}

.todo .item {
  margin-bottom: 12px;
  align-items: center;
}

.todo .num {
  margin-right: 6px;
  font-weight: bold;
  color: #0b25df;
}

.red-circle {
  position: relative;
  right: 20px;
  width: 6px;
  height: 6px;
  background: #ef0d2e;
  border-radius: 120px;
}

/* 收票推荐 */
.recommend .content-box {
  width: 376px;
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
}

.qrcode-wrap {
  text-align: center;
}

.qrcode-wrap .title {
  padding-top: 20px;
  font-weight: bold;
  color: #080a0d;
}

.qrcode-wrap .qrcode-shell {
  margin: 0 auto;
  width: 64%;
}

.qrcode-wrap .qrcode-box {
  position: relative;
  margin-top: 12px;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
}

.qrcode-wrap .qrcode-box .qrcode-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.qrcode-wrap .qrcode-opt {
  padding: 8px 5px 0;
  color: #3a4b6e;
  text-align: center;
}

.qrcode-opt .icon {
  margin-right: 2px;
  width: 12px;
  height: 11px;
}

.qrcode-opt .download::after {
  content: "";
  display: inline-block;
  margin: 0 12px;
  width: 1px;
  height: 12px;
  background: #a9b6cb;
  opacity: 0.5;
  vertical-align: middle;
}

.qrcode-opt span {
  white-space: nowrap;
}

.batch-box p {
  padding-bottom: 12px;
}

#inputCopy {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -10;
}

.ornamental {
  position: absolute;
  top: 30px;
  right: 140px;
  width: 200px;
  height: 360px;
  z-index: 99;
}

.ornamentalImg {
  width: 200px;
  height: 360px;
  z-index: -1;
}

/* carousel */
.layui-carousel {
  border-radius: 4px;
}

.layui-carousel-ind {
  top: -18px;
}

.layui-carousel-ind ul {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}

.layui-carousel-ind ul:hover {
  background-color: transparent;
}

.layui-carousel-ind li {
  margin: 0 4px;
  width: 8px;
  height: 8px;
  background: #dcdffa;
  border-radius: 4px;
}

.layui-carousel-ind li.layui-this {
  width: 24px;
  background: #ebedfc;
}

.carousel-item {
  border-radius: 4px;
  cursor: pointer;
}

.carousel-item img {
  object-fit: cover;
}

/*快速收票*/
.collect {
  position: relative;
  display: flex;
  height: 337px;
  flex-direction: column;
}

.collect .section-body {
  flex: 1;
}

.collect .section-bottom {
  padding-top: 12px;
}

.email-box {
  position: relative;
  padding: 12px;
  height: 43px;
  background-color: rgb(235 237 252 / 50%);
  border-radius: 4px;
  box-sizing: border-box;
}

.email-box span {
  display: inline-block;
  vertical-align: top;
}

.email-box span.hidden {
  display: none;
}

.email-box .fw-bd {
  color: #080a0d;
  font-size: 14px;
  float: left;
}

.email-box .btn-jump {
  float: right;
  color: #75829c;
}

.email-box .btn-jump:hover {
  cursor: pointer;
  color: #3b50e5;
}

.btn-copy,
.btn-open {
  color: #0b25df;
}

.email-address {
  display: inline-block;
  margin-left: 6px;
  width: 56%;
  color: #3a4b6e;
  text-overflow: ellipsis;
  overflow: hidden;
}

.qrcode-wrap {
  width: 35%;
  height: 228px;
  background-color: rgb(235 237 252 / 50%);
  border-radius: 4px;
}

/*手工录入模块*/
.section-body {
  position: relative;
}

.formBox {
  padding-left: 12px;
}

.formBox .form-label {
  padding: 0;
  width: 5em;
  height: 28px;
  text-align: left;
  line-height: 28px;
  color: #3a4b6e;
}

.formBox .form-item {
  display: flex;
  margin-bottom: 12px;
  height: 28px;
}

.formBox .layui-input,
.layui-select,
.layui-textarea {
  height: 28px;
  line-height: 28px;
}

.manual-btn {
  position: absolute;
  left: 12px;
  bottom: 0;
  width: 100%;
}

.manual-btn button {
  width: calc((100% - 18px) / 2);
  height: 28px;
  line-height: 28px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #abb5c9;
  color: #080a0d;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  vertical-align: top;
}

.manual-btn .btn-primary {
  margin-left: 8;
  background: #0b25df;
  color: #fff;
  border: 0 none;
}

.manual-btn .btn-primary:hover {
  background: #3b50e5;
}

/* 1 */
.loading-checket {
  position: absolute;
  left: 10px;
  top: 40px;
}

.checking {
  height: 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.checking-style {
  margin: 0 0 160px 120px;
  width: 100px;
  height: 100px;
  background: #909194;
  border-radius: 4px;
  font-family: Microsoft YaHei;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  line-height: 100px;
  font-weight: 400;
  text-align: center;
}

.checket-img {
  color: #fff;
}

.js-btn-ing-img {
  animation: checket-img 1s linear infinite;
}

@keyframes checket-img {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(270deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.checet-text {
  position: absolute;
  left: 2px;
}

.existtips {
  position: fixed;
  left: 50%;
  top: 10px;
  width: 500px;
  height: 40px;
  line-height: 40px;
  transform: translateX(-50%);
  border-radius: 4px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
  background: #ccc;
}

.tanhaoimg {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}

/* span {
    font-size: 14px;
    color: #3a4b6e;
  } */

.existLocationText {
  margin-left: 40px;
}

.existLocationLink {
  margin-left: 5px;
  color: #0b25df;
  cursor: pointer;
}

.closeimg {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.left-img {
  align-items: center;
  justify-content: center;
}

.left-img .iframe-img {
  width: 614px;
  height: 395px;
  flex-shrink: 0;
  margin-right: 24px;
  border-radius: 4px;
  border: 1px solid #e6e9ef;
}

.left-img img {
  width: 614px;
  height: 395px;
}

/* .right-list { */
.right-list .info_item {
  align-items: center;
  margin-bottom: 10px;
}

.right-list .info_item .title {
  color: #75829c;
}

/* .result_tips {
             width: 314px;
             text-align: left;
             line-height: 18px;
           } */

.info_item .item_info {
  margin-left: 16px;
  color: #080a0d;
}

.item_info.status {
  padding: 3px 8px;
  color: #1baf5a;
  border-radius: 4px;
  background: #e8f7ee;
}

.info_item.tips {
  align-items: flex-start;
  margin-top: 18px;
}

/* 2 */
.message-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 10, 13, 0.4);
}

.message-mask .btn-open {
  position: absolute;
  top: 130px;
  width: 220px;
  height: 40px;
  background: #0b25df;
  border-radius: 4px;
  color: #fff;
}

.message-mask .btn-tryout {
  position: absolute;
  display: block;
  margin-top: 16px;
  width: 220px;
  height: 40px;
  color: #0B25DF;
  background: #FFF;
  border-radius: 4px;
  border: 1px solid #0B25DF;
}

/*发票云服务*/
.service {
  padding: 0;
  min-height: 387px;
  overflow: initial;
  height: 100%;
}

.service .section-head,
.service .section-body,
.service .section-bottom {
  padding: 12px;
  box-sizing: border-box;
}

.service .section-head {
  padding-bottom: 0;
}

.service .section-body {
  padding-top: 0;
}

.service .section-bottom {
  padding-bottom: 0;
  border-top: 1px solid #e6e9ef;
  background-color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.service-item {
  position: relative;
  flex: 1;
  padding: 12px 20px 0 12px;
  text-align: center;
  cursor: pointer;
}

.service-item .title-text {
  position: relative;
}

.service-item.active .title-text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 4px;
  background-color: #0b25df;
}

.service-item .cell-bd {
  padding-left: 8px;
}

.service-item .icon {
  width: 56px;
  height: 54px;
  opacity: 0.6;
}

.service-item .title {
  font-size: 14px;
  font-weight: bold;
  color: #75829c;
  line-height: 19px;
}

.service-item .intro {
  padding-top: 12px;
  line-height: 16px;
}

.service-item.active p {
  color: #0b25df;
}

.service-item.active .icon {
  opacity: 1;
}

.detail-main {
  flex-wrap: wrap;
}

.detail-box {
  width: calc((100% - 24px) / 3);
  padding: 12px;
  margin-right: 12px;
  margin-bottom: 12px;
  background-image: url("../assets/images/defaulIndex/img-bgcard.png");
  background-size: 100% 100%;
  box-sizing: border-box;
}

.detail-box.badge-detail {
  position: relative;
  cursor: pointer;
}

.detail-box.badge-detail::after {
  content: "详情";
  position: absolute;
  top: 10px;
  right: 10px;
  color: #75829c;
}

.detail-box.badge-detail:hover {
  background-image: url("../assets/images/defaulIndex/img-bgcard-hover.png");
}

.detail-box.badge-detail:hover::after {
  color: #3b50e5;
}

.detail-box:nth-child(3n) {
  margin-right: 0;
}

.detail-box .text-1 {
  font-weight: bold;
  color: #080a0d;
}

.text-1 span {
  vertical-align: middle;
}

.detail-box .text-2 {
  font-size: 14px;
  color: #abb5c9;
  margin-top: 3px;
}

.detail-box .text-group {
  flex-wrap: wrap;
}

.detail-box .text-group .group-item {
  height: 22px;
  line-height: 22px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  border: 1px solid #abb5c9;
  font-size: 12px;
  text-align: center;
  margin-right: 8px;
  padding: 0 12px;
  margin-top: 10px;
  color: #3a4b6e;
}

.hidden {
  display: none;
}

/*遮罩*/

.align-center {
  align-items: center;
}

.todo .layui-disabled,
.layui-disabled:hover {
  background: #fff;
}

.notice .layui-disabled,
.layui-disabled:hover {
  background: #fff;
}

.guide .layui-disabled,
.layui-disabled:hover {
  background: #fff;
}

.news .layui-disabled,
.layui-disabled:hover {
  background: #fff;
}

.sendNotice .layui-layer-content {
  padding: 21px;
  height: 45px;
}

/* carousel end */

.MP-style {
  background-color: rgba(0, 0, 0, 0) !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

.frameWrap {
  overflow: hidden;
  width: 375px;
  height: 603px;
  border-radius: 8px;
}

#accountFrame {
  /* width: 382px;
    height: 603px; */
  border: medium;
}

.MP-close-btn {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  top: -48px;
  right: -80px;
  padding: 4px;
  border: 1px solid #3a4b6e;
  border-radius: 50%;
  font-size: 28px;
  cursor: pointer;
}